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

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

Run with Naftiko Engineering Platform#Action=UpdateSSHPublicKey

What You Can Do

GET
Getupdatesshpublickey

Sets the status of an IAM user's SSH public key to active or inactive. SSH public keys that are inactive cannot be used for authentication. This operation can be used to disable a user's SSH public key as part of a key rotation work flow

/v1/action-updatesshpublickey
POST
Postupdatesshpublickey

Sets the status of an IAM user's SSH public key to active or inactive. SSH public keys that are inactive cannot be used for authentication. This operation can be used to disable a user's SSH public key as part of a key rotation work flow

/v1/action-updatesshpublickey

MCP Tools

p-sets-status-iam-user-s-ssh

Sets the status of an IAM user's SSH public key to active or inactive. SSH public keys that are inactive cannot be used for authentication. This operation can be used to disable a user's SSH public key as part of a key rotation work flow

read-only idempotent
p-sets-status-iam-user-s-ssh-2

Sets the status of an IAM user's SSH public key to active or inactive. SSH public keys that are inactive cannot be used for authentication. This operation can be used to disable a user's SSH public key as part of a key rotation work flow

Capability Spec

aws-iam-action-updatesshpublickey.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateSSHPublicKey'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateSSHPublicKey. 2 operations.
    Lead operation: #Action=UpdateSSHPublicKey. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=UpdateSSHPublicKey'
  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-updatesshpublickey
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateSSHPublicKey business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=UpdateSSHPublicKey'
      path: /#Action=UpdateSSHPublicKey
      operations:
      - name: getupdatesshpublickey
        method: GET
        description: <p>Sets the status of an IAM user's SSH public key to active or inactive. SSH public keys that are inactive
          cannot be used for authentication. This operation can be used to disable a user's SSH public key as part of a key
          rotation work flow
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: UserName
          in: query
          type: string
          description: <p>The name of the IAM user associated with the SSH public key.</p> <p>This parameter allows (through
            its <a href="http://wikipedia.org/wiki/regex">regex patter
          required: true
        - name: SSHPublicKeyId
          in: query
          type: string
          description: <p>The unique identifier for the SSH public key.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex
            pattern</a>) a string
          required: true
        - name: Status
          in: query
          type: string
          description: The status to assign to the SSH public key. <code>Active</code> means that the key can be used for
            authentication with an CodeCommit repository. <code>Inactive<
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postupdatesshpublickey
        method: POST
        description: <p>Sets the status of an IAM user's SSH public key to active or inactive. SSH public keys that are inactive
          cannot be used for authentication. This operation can be used to disable a user's SSH public key as part of a key
          rotation work flow
        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-updatesshpublickey-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateSSHPublicKey.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-updatesshpublickey
      name: action-updatesshpublickey
      description: 'REST surface for #Action=UpdateSSHPublicKey.'
      operations:
      - method: GET
        name: getupdatesshpublickey
        description: <p>Sets the status of an IAM user's SSH public key to active or inactive. SSH public keys that are inactive
          cannot be used for authentication. This operation can be used to disable a user's SSH public key as part of a key
          rotation work flow
        call: aws-iam-action-updatesshpublickey.getupdatesshpublickey
        with:
          UserName: rest.UserName
          SSHPublicKeyId: rest.SSHPublicKeyId
          Status: rest.Status
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postupdatesshpublickey
        description: <p>Sets the status of an IAM user's SSH public key to active or inactive. SSH public keys that are inactive
          cannot be used for authentication. This operation can be used to disable a user's SSH public key as part of a key
          rotation work flow
        call: aws-iam-action-updatesshpublickey.postupdatesshpublickey
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-updatesshpublickey-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateSSHPublicKey.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-sets-status-iam-user-s-ssh
      description: <p>Sets the status of an IAM user's SSH public key to active or inactive. SSH public keys that are inactive
        cannot be used for authentication. This operation can be used to disable a user's SSH public key as part of a key
        rotation work flow
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-updatesshpublickey.getupdatesshpublickey
      with:
        UserName: tools.UserName
        SSHPublicKeyId: tools.SSHPublicKeyId
        Status: tools.Status
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-sets-status-iam-user-s-ssh-2
      description: <p>Sets the status of an IAM user's SSH public key to active or inactive. SSH public keys that are inactive
        cannot be used for authentication. This operation can be used to disable a user's SSH public key as part of a key
        rotation work flow
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-updatesshpublickey.postupdatesshpublickey
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.