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

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

Run with Naftiko Engineering Platform#Action=AddClientIDToOpenIDConnectProvider

What You Can Do

GET
Getaddclientidtoopenidconnectprovider

Adds a new client ID (also known as audience) to the list of client IDs already registered for the specified IAM OpenID Connect (OIDC) provider resource.

This operation is idempotent; it does not fail or return an error if you add

/v1/action-addclientidtoopenidconnectprovider
POST
Postaddclientidtoopenidconnectprovider

Adds a new client ID (also known as audience) to the list of client IDs already registered for the specified IAM OpenID Connect (OIDC) provider resource.

This operation is idempotent; it does not fail or return an error if you add

/v1/action-addclientidtoopenidconnectprovider

MCP Tools

p-adds-new-client-id-also

Adds a new client ID (also known as audience) to the list of client IDs already registered for the specified IAM OpenID Connect (OIDC) provider resource.

This operation is idempotent; it does not fail or return an error if you add

read-only idempotent
p-adds-new-client-id-also-2

Adds a new client ID (also known as audience) to the list of client IDs already registered for the specified IAM OpenID Connect (OIDC) provider resource.

This operation is idempotent; it does not fail or return an error if you add

read-only

Capability Spec

aws-iam-action-addclientidtoopenidconnectprovider.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=AddClientIDToOpenIDConnectProvider'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=AddClientIDToOpenIDConnectProvider.
    2 operations. Lead operation: #Action=AddClientIDToOpenIDConnectProvider. Self-contained Naftiko capability covering one
    Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - '#Action=AddClientIDToOpenIDConnectProvider'
  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-addclientidtoopenidconnectprovider
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=AddClientIDToOpenIDConnectProvider
      business capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=AddClientIDToOpenIDConnectProvider'
      path: /#Action=AddClientIDToOpenIDConnectProvider
      operations:
      - name: getaddclientidtoopenidconnectprovider
        method: GET
        description: <p>Adds a new client ID (also known as audience) to the list of client IDs already registered for the
          specified IAM OpenID Connect (OIDC) provider resource.</p> <p>This operation is idempotent; it does not fail or
          return an error if you add
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: OpenIDConnectProviderArn
          in: query
          type: string
          description: The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client
            ID to. You can get a list of OIDC provider ARNs by using the
          required: true
        - name: ClientID
          in: query
          type: string
          description: The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postaddclientidtoopenidconnectprovider
        method: POST
        description: <p>Adds a new client ID (also known as audience) to the list of client IDs already registered for the
          specified IAM OpenID Connect (OIDC) provider resource.</p> <p>This operation is idempotent; it does not fail or
          return an error if you add
        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-addclientidtoopenidconnectprovider-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=AddClientIDToOpenIDConnectProvider.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-addclientidtoopenidconnectprovider
      name: action-addclientidtoopenidconnectprovider
      description: 'REST surface for #Action=AddClientIDToOpenIDConnectProvider.'
      operations:
      - method: GET
        name: getaddclientidtoopenidconnectprovider
        description: <p>Adds a new client ID (also known as audience) to the list of client IDs already registered for the
          specified IAM OpenID Connect (OIDC) provider resource.</p> <p>This operation is idempotent; it does not fail or
          return an error if you add
        call: aws-iam-action-addclientidtoopenidconnectprovider.getaddclientidtoopenidconnectprovider
        with:
          OpenIDConnectProviderArn: rest.OpenIDConnectProviderArn
          ClientID: rest.ClientID
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postaddclientidtoopenidconnectprovider
        description: <p>Adds a new client ID (also known as audience) to the list of client IDs already registered for the
          specified IAM OpenID Connect (OIDC) provider resource.</p> <p>This operation is idempotent; it does not fail or
          return an error if you add
        call: aws-iam-action-addclientidtoopenidconnectprovider.postaddclientidtoopenidconnectprovider
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-addclientidtoopenidconnectprovider-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=AddClientIDToOpenIDConnectProvider.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-adds-new-client-id-also
      description: <p>Adds a new client ID (also known as audience) to the list of client IDs already registered for the specified
        IAM OpenID Connect (OIDC) provider resource.</p> <p>This operation is idempotent; it does not fail or return an error
        if you add
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-addclientidtoopenidconnectprovider.getaddclientidtoopenidconnectprovider
      with:
        OpenIDConnectProviderArn: tools.OpenIDConnectProviderArn
        ClientID: tools.ClientID
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-adds-new-client-id-also-2
      description: <p>Adds a new client ID (also known as audience) to the list of client IDs already registered for the specified
        IAM OpenID Connect (OIDC) provider resource.</p> <p>This operation is idempotent; it does not fail or return an error
        if you add
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: aws-iam-action-addclientidtoopenidconnectprovider.postaddclientidtoopenidconnectprovider
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.