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

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

Run with Naftiko Engineering Platform#Action=UploadServerCertificate

What You Can Do

GET
Getuploadservercertificate

Uploads a server certificate entity for the Amazon Web Services account. The server certificate entity includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded.

We recomm

/v1/action-uploadservercertificate
POST
Postuploadservercertificate

Uploads a server certificate entity for the Amazon Web Services account. The server certificate entity includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded.

We recomm

/v1/action-uploadservercertificate

MCP Tools

p-uploads-server-certificate-entity-amazon

Uploads a server certificate entity for the Amazon Web Services account. The server certificate entity includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded.

We recomm

read-only idempotent
p-uploads-server-certificate-entity-amazon-2

Uploads a server certificate entity for the Amazon Web Services account. The server certificate entity includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded.

We recomm

Capability Spec

aws-iam-action-uploadservercertificate.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UploadServerCertificate'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UploadServerCertificate. 2 operations.
    Lead operation: #Action=UploadServerCertificate. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=UploadServerCertificate'
  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-uploadservercertificate
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UploadServerCertificate business
      capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=UploadServerCertificate'
      path: /#Action=UploadServerCertificate
      operations:
      - name: getuploadservercertificate
        method: GET
        description: <p>Uploads a server certificate entity for the Amazon Web Services account. The server certificate entity
          includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded.</p>
          <p>We recomm
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Path
          in: query
          type: string
          description: <p>The path for the server certificate. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">
        - name: ServerCertificateName
          in: query
          type: string
          description: <p>The name for the server certificate. Do not include the path in this value. The name of the certificate
            cannot contain any spaces.</p> <p>This parameter allo
          required: true
        - name: CertificateBody
          in: query
          type: string
          description: <p>The contents of the public key certificate in PEM-encoded format.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex
            pattern</a> used to validate thi
          required: true
        - name: PrivateKey
          in: query
          type: string
          description: <p>The contents of the private key in PEM-encoded format.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex
            pattern</a> used to validate this parameter
          required: true
        - name: CertificateChain
          in: query
          type: string
          description: <p>The contents of the certificate chain. This is typically a concatenation of the PEM-encoded public
            key certificates of the chain.</p> <p>The <a href="http://
        - name: Tags
          in: query
          type: array
          description: <p>A list of tags that you want to attach to the new IAM server certificate resource. Each tag consists
            of a key name and an associated value. For more informat
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postuploadservercertificate
        method: POST
        description: <p>Uploads a server certificate entity for the Amazon Web Services account. The server certificate entity
          includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded.</p>
          <p>We recomm
        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-uploadservercertificate-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UploadServerCertificate.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-uploadservercertificate
      name: action-uploadservercertificate
      description: 'REST surface for #Action=UploadServerCertificate.'
      operations:
      - method: GET
        name: getuploadservercertificate
        description: <p>Uploads a server certificate entity for the Amazon Web Services account. The server certificate entity
          includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded.</p>
          <p>We recomm
        call: aws-iam-action-uploadservercertificate.getuploadservercertificate
        with:
          Path: rest.Path
          ServerCertificateName: rest.ServerCertificateName
          CertificateBody: rest.CertificateBody
          PrivateKey: rest.PrivateKey
          CertificateChain: rest.CertificateChain
          Tags: rest.Tags
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postuploadservercertificate
        description: <p>Uploads a server certificate entity for the Amazon Web Services account. The server certificate entity
          includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded.</p>
          <p>We recomm
        call: aws-iam-action-uploadservercertificate.postuploadservercertificate
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-uploadservercertificate-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UploadServerCertificate.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-uploads-server-certificate-entity-amazon
      description: <p>Uploads a server certificate entity for the Amazon Web Services account. The server certificate entity
        includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded.</p>
        <p>We recomm
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-uploadservercertificate.getuploadservercertificate
      with:
        Path: tools.Path
        ServerCertificateName: tools.ServerCertificateName
        CertificateBody: tools.CertificateBody
        PrivateKey: tools.PrivateKey
        CertificateChain: tools.CertificateChain
        Tags: tools.Tags
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-uploads-server-certificate-entity-amazon-2
      description: <p>Uploads a server certificate entity for the Amazon Web Services account. The server certificate entity
        includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded.</p>
        <p>We recomm
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-uploadservercertificate.postuploadservercertificate
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.