APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetPolicyVersion

APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetPolicyVersion. 2 operations. Lead operation: #Action=GetPolicyVersion. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering Platform#Action=GetPolicyVersion

What You Can Do

GET
Getgetpolicyversion

Retrieves information about the specified version of the specified managed policy, including the policy document.

Policies returned by this operation are URL-encoded compliant with /v1/action-getpolicyversion

POST
Postgetpolicyversion

Retrieves information about the specified version of the specified managed policy, including the policy document.

Policies returned by this operation are URL-encoded compliant with /v1/action-getpolicyversion

MCP Tools

p-retrieves-information-about-specified-version

Retrieves information about the specified version of the specified managed policy, including the policy document.

Policies returned by this operation are URL-encoded compliant with read-only idempotent

p-retrieves-information-about-specified-version-2

Retrieves information about the specified version of the specified managed policy, including the policy document.

Policies returned by this operation are URL-encoded compliant with read-only

Capability Spec

naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetPolicyVersion'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetPolicyVersion. 2 operations.
    Lead operation: #Action=GetPolicyVersion. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=GetPolicyVersion'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: aws-iam-action-getpolicyversion
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetPolicyVersion business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=GetPolicyVersion'
      path: /#Action=GetPolicyVersion
      operations:
      - name: getgetpolicyversion
        method: GET
        description: <p>Retrieves information about the specified version of the specified managed policy, including the policy
          document.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc39
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: PolicyArn
          in: query
          type: string
          description: <p>The Amazon Resource Name (ARN) of the managed policy that you want information about.</p> <p>For
            more information about ARNs, see <a href="https://docs.aws.a
          required: true
        - name: VersionId
          in: query
          type: string
          description: <p>Identifies the policy version to retrieve.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex
            pattern</a>) a string of
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postgetpolicyversion
        method: POST
        description: <p>Retrieves information about the specified version of the specified managed policy, including the policy
          document.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc39
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-iam-action-getpolicyversion-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetPolicyVersion.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-getpolicyversion
      name: action-getpolicyversion
      description: 'REST surface for #Action=GetPolicyVersion.'
      operations:
      - method: GET
        name: getgetpolicyversion
        description: <p>Retrieves information about the specified version of the specified managed policy, including the policy
          document.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc39
        call: aws-iam-action-getpolicyversion.getgetpolicyversion
        with:
          PolicyArn: rest.PolicyArn
          VersionId: rest.VersionId
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postgetpolicyversion
        description: <p>Retrieves information about the specified version of the specified managed policy, including the policy
          document.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc39
        call: aws-iam-action-getpolicyversion.postgetpolicyversion
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-getpolicyversion-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetPolicyVersion.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-retrieves-information-about-specified-version
      description: <p>Retrieves information about the specified version of the specified managed policy, including the policy
        document.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc39
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-getpolicyversion.getgetpolicyversion
      with:
        PolicyArn: tools.PolicyArn
        VersionId: tools.VersionId
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-retrieves-information-about-specified-version-2
      description: <p>Retrieves information about the specified version of the specified managed policy, including the policy
        document.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc39
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: aws-iam-action-getpolicyversion.postgetpolicyversion
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.