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

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

Run with Naftiko Engineering Platform#Action=UpdateSigningCertificate

What You Can Do

GET
Getupdatesigningcertificate

Changes the status of the specified user signing certificate from active to disabled, or vice versa. This operation can be used to disable an IAM user's signing certificate as part of a certificate rotation work flow.

If the

/v1/action-updatesigningcertificate
POST
Postupdatesigningcertificate

Changes the status of the specified user signing certificate from active to disabled, or vice versa. This operation can be used to disable an IAM user's signing certificate as part of a certificate rotation work flow.

If the

/v1/action-updatesigningcertificate

MCP Tools

p-changes-status-specified-user-signing

Changes the status of the specified user signing certificate from active to disabled, or vice versa. This operation can be used to disable an IAM user's signing certificate as part of a certificate rotation work flow.

If the

read-only idempotent
p-changes-status-specified-user-signing-2

Changes the status of the specified user signing certificate from active to disabled, or vice versa. This operation can be used to disable an IAM user's signing certificate as part of a certificate rotation work flow.

If the

Capability Spec

aws-iam-action-updatesigningcertificate.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateSigningCertificate'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateSigningCertificate. 2 operations.
    Lead operation: #Action=UpdateSigningCertificate. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - '#Action=UpdateSigningCertificate'
  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-updatesigningcertificate
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateSigningCertificate business
      capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=UpdateSigningCertificate'
      path: /#Action=UpdateSigningCertificate
      operations:
      - name: getupdatesigningcertificate
        method: GET
        description: <p>Changes the status of the specified user signing certificate from active to disabled, or vice versa.
          This operation can be used to disable an IAM user's signing certificate as part of a certificate rotation work flow.</p>
          <p>If the <code
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: UserName
          in: query
          type: string
          description: <p>The name of the IAM user the signing certificate belongs to.</p> <p>This parameter allows (through
            its <a href="http://wikipedia.org/wiki/regex">regex patter
        - name: CertificateId
          in: query
          type: string
          description: '<p>The ID of the signing certificate you want to update.</p> <p>This parameter allows (through its
            <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) '
          required: true
        - name: Status
          in: query
          type: string
          description: The status you want to assign to the certificate. <code>Active</code> means that the certificate can
            be used for programmatic calls to Amazon Web Services <code
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postupdatesigningcertificate
        method: POST
        description: <p>Changes the status of the specified user signing certificate from active to disabled, or vice versa.
          This operation can be used to disable an IAM user's signing certificate as part of a certificate rotation work flow.</p>
          <p>If the <code
        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-updatesigningcertificate-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateSigningCertificate.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-updatesigningcertificate
      name: action-updatesigningcertificate
      description: 'REST surface for #Action=UpdateSigningCertificate.'
      operations:
      - method: GET
        name: getupdatesigningcertificate
        description: <p>Changes the status of the specified user signing certificate from active to disabled, or vice versa.
          This operation can be used to disable an IAM user's signing certificate as part of a certificate rotation work flow.</p>
          <p>If the <code
        call: aws-iam-action-updatesigningcertificate.getupdatesigningcertificate
        with:
          UserName: rest.UserName
          CertificateId: rest.CertificateId
          Status: rest.Status
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postupdatesigningcertificate
        description: <p>Changes the status of the specified user signing certificate from active to disabled, or vice versa.
          This operation can be used to disable an IAM user's signing certificate as part of a certificate rotation work flow.</p>
          <p>If the <code
        call: aws-iam-action-updatesigningcertificate.postupdatesigningcertificate
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-updatesigningcertificate-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateSigningCertificate.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-changes-status-specified-user-signing
      description: <p>Changes the status of the specified user signing certificate from active to disabled, or vice versa.
        This operation can be used to disable an IAM user's signing certificate as part of a certificate rotation work flow.</p>
        <p>If the <code
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-updatesigningcertificate.getupdatesigningcertificate
      with:
        UserName: tools.UserName
        CertificateId: tools.CertificateId
        Status: tools.Status
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-changes-status-specified-user-signing-2
      description: <p>Changes the status of the specified user signing certificate from active to disabled, or vice versa.
        This operation can be used to disable an IAM user's signing certificate as part of a certificate rotation work flow.</p>
        <p>If the <code
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-updatesigningcertificate.postupdatesigningcertificate
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.