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

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

Run with Naftiko Engineering Platform#Action=UpdateServerCertificate

What You Can Do

GET
Getupdateservercertificate

Updates the name and/or the path of the specified server certificate stored in IAM.

For more information about working with server certificates, see /v1/action-updateservercertificate

POST
Postupdateservercertificate

Updates the name and/or the path of the specified server certificate stored in IAM.

For more information about working with server certificates, see /v1/action-updateservercertificate

MCP Tools

p-updates-name-and-path-specified

Updates the name and/or the path of the specified server certificate stored in IAM.

For more information about working with server certificates, see read-only idempotent

p-updates-name-and-path-specified-2

Updates the name and/or the path of the specified server certificate stored in IAM.

For more information about working with server certificates, see

Capability Spec

naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateServerCertificate'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateServerCertificate. 2 operations.
    Lead operation: #Action=UpdateServerCertificate. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=UpdateServerCertificate'
  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-updateservercertificate
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateServerCertificate business
      capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=UpdateServerCertificate'
      path: /#Action=UpdateServerCertificate
      operations:
      - name: getupdateservercertificate
        method: GET
        description: <p>Updates the name and/or the path of the specified server certificate stored in IAM.</p> <p>For more
          information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-c
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ServerCertificateName
          in: query
          type: string
          description: <p>The name of the server certificate that you want to update.</p> <p>This parameter allows (through
            its <a href="http://wikipedia.org/wiki/regex">regex pattern
          required: true
        - name: NewPath
          in: query
          type: string
          description: <p>The new path for the server certificate. Include this only if you are updating the server certificate's
            path.</p> <p>This parameter allows (through its <a hr
        - name: NewServerCertificateName
          in: query
          type: string
          description: '<p>The new name for the server certificate. Include this only if you are updating the server certificate''s
            name. The name of the certificate cannot contain any '
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postupdateservercertificate
        method: POST
        description: <p>Updates the name and/or the path of the specified server certificate stored in IAM.</p> <p>For more
          information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-c
        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-updateservercertificate-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateServerCertificate.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-updateservercertificate
      name: action-updateservercertificate
      description: 'REST surface for #Action=UpdateServerCertificate.'
      operations:
      - method: GET
        name: getupdateservercertificate
        description: <p>Updates the name and/or the path of the specified server certificate stored in IAM.</p> <p>For more
          information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-c
        call: aws-iam-action-updateservercertificate.getupdateservercertificate
        with:
          ServerCertificateName: rest.ServerCertificateName
          NewPath: rest.NewPath
          NewServerCertificateName: rest.NewServerCertificateName
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postupdateservercertificate
        description: <p>Updates the name and/or the path of the specified server certificate stored in IAM.</p> <p>For more
          information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-c
        call: aws-iam-action-updateservercertificate.postupdateservercertificate
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-updateservercertificate-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateServerCertificate.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-updates-name-and-path-specified
      description: <p>Updates the name and/or the path of the specified server certificate stored in IAM.</p> <p>For more
        information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-c
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-updateservercertificate.getupdateservercertificate
      with:
        ServerCertificateName: tools.ServerCertificateName
        NewPath: tools.NewPath
        NewServerCertificateName: tools.NewServerCertificateName
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-updates-name-and-path-specified-2
      description: <p>Updates the name and/or the path of the specified server certificate stored in IAM.</p> <p>For more
        information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-c
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-updateservercertificate.postupdateservercertificate
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.