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

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

Run with Naftiko Engineering Platform#Action=UploadSigningCertificate

What You Can Do

GET
Getuploadsigningcertificate

Uploads an X.509 signing certificate and associates it with the specified IAM user. Some Amazon Web Services services require you to use certificates to validate requests that are signed with a corresponding private key. When you upload

/v1/action-uploadsigningcertificate
POST
Postuploadsigningcertificate

Uploads an X.509 signing certificate and associates it with the specified IAM user. Some Amazon Web Services services require you to use certificates to validate requests that are signed with a corresponding private key. When you upload

/v1/action-uploadsigningcertificate

MCP Tools

p-uploads-x-509-signing-certificate-and

Uploads an X.509 signing certificate and associates it with the specified IAM user. Some Amazon Web Services services require you to use certificates to validate requests that are signed with a corresponding private key. When you upload

read-only idempotent
p-uploads-x-509-signing-certificate-and-2

Uploads an X.509 signing certificate and associates it with the specified IAM user. Some Amazon Web Services services require you to use certificates to validate requests that are signed with a corresponding private key. When you upload

read-only

Capability Spec

aws-iam-action-uploadsigningcertificate.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UploadSigningCertificate'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UploadSigningCertificate. 2 operations.
    Lead operation: #Action=UploadSigningCertificate. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - '#Action=UploadSigningCertificate'
  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-uploadsigningcertificate
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UploadSigningCertificate business
      capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=UploadSigningCertificate'
      path: /#Action=UploadSigningCertificate
      operations:
      - name: getuploadsigningcertificate
        method: GET
        description: '<p>Uploads an X.509 signing certificate and associates it with the specified IAM user. Some Amazon Web
          Services services require you to use certificates to validate requests that are signed with a corresponding private
          key. When you upload '
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: UserName
          in: query
          type: string
          description: <p>The name of the user the signing certificate is for.</p> <p>This parameter allows (through its <a
            href="http://wikipedia.org/wiki/regex">regex pattern</a>) a
        - name: CertificateBody
          in: query
          type: string
          description: <p>The contents of the signing certificate.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex
            pattern</a> used to validate this parameter is a string o
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postuploadsigningcertificate
        method: POST
        description: '<p>Uploads an X.509 signing certificate and associates it with the specified IAM user. Some Amazon Web
          Services services require you to use certificates to validate requests that are signed with a corresponding private
          key. When you upload '
        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-uploadsigningcertificate-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UploadSigningCertificate.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-uploadsigningcertificate
      name: action-uploadsigningcertificate
      description: 'REST surface for #Action=UploadSigningCertificate.'
      operations:
      - method: GET
        name: getuploadsigningcertificate
        description: '<p>Uploads an X.509 signing certificate and associates it with the specified IAM user. Some Amazon Web
          Services services require you to use certificates to validate requests that are signed with a corresponding private
          key. When you upload '
        call: aws-iam-action-uploadsigningcertificate.getuploadsigningcertificate
        with:
          UserName: rest.UserName
          CertificateBody: rest.CertificateBody
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postuploadsigningcertificate
        description: '<p>Uploads an X.509 signing certificate and associates it with the specified IAM user. Some Amazon Web
          Services services require you to use certificates to validate requests that are signed with a corresponding private
          key. When you upload '
        call: aws-iam-action-uploadsigningcertificate.postuploadsigningcertificate
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-uploadsigningcertificate-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UploadSigningCertificate.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-uploads-x-509-signing-certificate-and
      description: '<p>Uploads an X.509 signing certificate and associates it with the specified IAM user. Some Amazon Web
        Services services require you to use certificates to validate requests that are signed with a corresponding private
        key. When you upload '
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-uploadsigningcertificate.getuploadsigningcertificate
      with:
        UserName: tools.UserName
        CertificateBody: tools.CertificateBody
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-uploads-x-509-signing-certificate-and-2
      description: '<p>Uploads an X.509 signing certificate and associates it with the specified IAM user. Some Amazon Web
        Services services require you to use certificates to validate requests that are signed with a corresponding private
        key. When you upload '
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: aws-iam-action-uploadsigningcertificate.postuploadsigningcertificate
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.