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

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

Run with Naftiko Engineering Platform#Action=UpdateRoleDescription

What You Can Do

GET
Getupdateroledescription

Use UpdateRole instead.

Modifies only the description of a role. This operation performs the same function as the Description parameter in the UpdateRole operation.

/v1/action-updateroledescription
POST
Postupdateroledescription

Use UpdateRole instead.

Modifies only the description of a role. This operation performs the same function as the Description parameter in the UpdateRole operation.

/v1/action-updateroledescription

MCP Tools

p-use-a-updaterole-instead-p-p-modifies

Use UpdateRole instead.

Modifies only the description of a role. This operation performs the same function as the Description parameter in the UpdateRole operation.

read-only idempotent
p-use-a-updaterole-instead-p-p-modifies-2

Use UpdateRole instead.

Modifies only the description of a role. This operation performs the same function as the Description parameter in the UpdateRole operation.

Capability Spec

aws-iam-action-updateroledescription.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateRoleDescription'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateRoleDescription. 2 operations.
    Lead operation: #Action=UpdateRoleDescription. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=UpdateRoleDescription'
  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-updateroledescription
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateRoleDescription business
      capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=UpdateRoleDescription'
      path: /#Action=UpdateRoleDescription
      operations:
      - name: getupdateroledescription
        method: GET
        description: <p>Use <a>UpdateRole</a> instead.</p> <p>Modifies only the description of a role. This operation performs
          the same function as the <code>Description</code> parameter in the <code>UpdateRole</code> operation.</p>
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: RoleName
          in: query
          type: string
          description: The name of the role that you want to modify.
          required: true
        - name: Description
          in: query
          type: string
          description: The new description that you want to apply to the specified role.
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postupdateroledescription
        method: POST
        description: <p>Use <a>UpdateRole</a> instead.</p> <p>Modifies only the description of a role. This operation performs
          the same function as the <code>Description</code> parameter in the <code>UpdateRole</code> operation.</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-updateroledescription-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateRoleDescription.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-updateroledescription
      name: action-updateroledescription
      description: 'REST surface for #Action=UpdateRoleDescription.'
      operations:
      - method: GET
        name: getupdateroledescription
        description: <p>Use <a>UpdateRole</a> instead.</p> <p>Modifies only the description of a role. This operation performs
          the same function as the <code>Description</code> parameter in the <code>UpdateRole</code> operation.</p>
        call: aws-iam-action-updateroledescription.getupdateroledescription
        with:
          RoleName: rest.RoleName
          Description: rest.Description
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postupdateroledescription
        description: <p>Use <a>UpdateRole</a> instead.</p> <p>Modifies only the description of a role. This operation performs
          the same function as the <code>Description</code> parameter in the <code>UpdateRole</code> operation.</p>
        call: aws-iam-action-updateroledescription.postupdateroledescription
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-updateroledescription-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateRoleDescription.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-use-a-updaterole-instead-p-p-modifies
      description: <p>Use <a>UpdateRole</a> instead.</p> <p>Modifies only the description of a role. This operation performs
        the same function as the <code>Description</code> parameter in the <code>UpdateRole</code> operation.</p>
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-updateroledescription.getupdateroledescription
      with:
        RoleName: tools.RoleName
        Description: tools.Description
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-use-a-updaterole-instead-p-p-modifies-2
      description: <p>Use <a>UpdateRole</a> instead.</p> <p>Modifies only the description of a role. This operation performs
        the same function as the <code>Description</code> parameter in the <code>UpdateRole</code> operation.</p>
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-updateroledescription.postupdateroledescription
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.