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

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

Run with Naftiko Engineering Platform#Action=PutRolePermissionsBoundary

What You Can Do

GET
Getputrolepermissionsboundary

Adds or updates the policy that is specified as the IAM role's permissions boundary. You can use an Amazon Web Services managed policy or a customer managed policy to set the boundary for a role. Use the boundary to control the maximum p

/v1/action-putrolepermissionsboundary
POST
Postputrolepermissionsboundary

Adds or updates the policy that is specified as the IAM role's permissions boundary. You can use an Amazon Web Services managed policy or a customer managed policy to set the boundary for a role. Use the boundary to control the maximum p

/v1/action-putrolepermissionsboundary

MCP Tools

p-adds-updates-policy-that-is

Adds or updates the policy that is specified as the IAM role's permissions boundary. You can use an Amazon Web Services managed policy or a customer managed policy to set the boundary for a role. Use the boundary to control the maximum p

read-only idempotent
p-adds-updates-policy-that-is-2

Adds or updates the policy that is specified as the IAM role's permissions boundary. You can use an Amazon Web Services managed policy or a customer managed policy to set the boundary for a role. Use the boundary to control the maximum p

Capability Spec

aws-iam-action-putrolepermissionsboundary.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=PutRolePermissionsBoundary'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=PutRolePermissionsBoundary. 2 operations.
    Lead operation: #Action=PutRolePermissionsBoundary. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - '#Action=PutRolePermissionsBoundary'
  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-putrolepermissionsboundary
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=PutRolePermissionsBoundary business
      capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=PutRolePermissionsBoundary'
      path: /#Action=PutRolePermissionsBoundary
      operations:
      - name: getputrolepermissionsboundary
        method: GET
        description: <p>Adds or updates the policy that is specified as the IAM role's permissions boundary. You can use an
          Amazon Web Services managed policy or a customer managed policy to set the boundary for a role. Use the boundary
          to control the maximum p
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: RoleName
          in: query
          type: string
          description: The name (friendly name, not ARN) of the IAM role for which you want to set the permissions boundary.
          required: true
        - name: PermissionsBoundary
          in: query
          type: string
          description: <p>The ARN of the managed policy that is used to set the permissions boundary for the role.</p> <p>A
            permissions boundary policy defines the maximum permissions
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postputrolepermissionsboundary
        method: POST
        description: <p>Adds or updates the policy that is specified as the IAM role's permissions boundary. You can use an
          Amazon Web Services managed policy or a customer managed policy to set the boundary for a role. Use the boundary
          to control the maximum p
        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-putrolepermissionsboundary-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=PutRolePermissionsBoundary.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-putrolepermissionsboundary
      name: action-putrolepermissionsboundary
      description: 'REST surface for #Action=PutRolePermissionsBoundary.'
      operations:
      - method: GET
        name: getputrolepermissionsboundary
        description: <p>Adds or updates the policy that is specified as the IAM role's permissions boundary. You can use an
          Amazon Web Services managed policy or a customer managed policy to set the boundary for a role. Use the boundary
          to control the maximum p
        call: aws-iam-action-putrolepermissionsboundary.getputrolepermissionsboundary
        with:
          RoleName: rest.RoleName
          PermissionsBoundary: rest.PermissionsBoundary
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postputrolepermissionsboundary
        description: <p>Adds or updates the policy that is specified as the IAM role's permissions boundary. You can use an
          Amazon Web Services managed policy or a customer managed policy to set the boundary for a role. Use the boundary
          to control the maximum p
        call: aws-iam-action-putrolepermissionsboundary.postputrolepermissionsboundary
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-putrolepermissionsboundary-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=PutRolePermissionsBoundary.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-adds-updates-policy-that-is
      description: <p>Adds or updates the policy that is specified as the IAM role's permissions boundary. You can use an
        Amazon Web Services managed policy or a customer managed policy to set the boundary for a role. Use the boundary to
        control the maximum p
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-putrolepermissionsboundary.getputrolepermissionsboundary
      with:
        RoleName: tools.RoleName
        PermissionsBoundary: tools.PermissionsBoundary
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-adds-updates-policy-that-is-2
      description: <p>Adds or updates the policy that is specified as the IAM role's permissions boundary. You can use an
        Amazon Web Services managed policy or a customer managed policy to set the boundary for a role. Use the boundary to
        control the maximum p
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-putrolepermissionsboundary.postputrolepermissionsboundary
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.