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

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

Run with Naftiko Engineering Platform#Action=ListServiceSpecificCredentials

What You Can Do

GET
Getlistservicespecificcredentials — Returns information about the service-specific credentials associated with the specified IAM user. If none exists, the operation returns an empty list. The service-specific credentials returned by this operation are used only for authentica
/v1/action-listservicespecificcredentials
POST
Postlistservicespecificcredentials — Returns information about the service-specific credentials associated with the specified IAM user. If none exists, the operation returns an empty list. The service-specific credentials returned by this operation are used only for authentica
/v1/action-listservicespecificcredentials

MCP Tools

returns-information-about-service-specific

Returns information about the service-specific credentials associated with the specified IAM user. If none exists, the operation returns an empty list. The service-specific credentials returned by this operation are used only for authentica

read-only idempotent
returns-information-about-service-specific-2

Returns information about the service-specific credentials associated with the specified IAM user. If none exists, the operation returns an empty list. The service-specific credentials returned by this operation are used only for authentica

Capability Spec

aws-iam-action-listservicespecificcredentials.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListServiceSpecificCredentials'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListServiceSpecificCredentials.
    2 operations. Lead operation: #Action=ListServiceSpecificCredentials. Self-contained Naftiko capability covering one Engineering
    Platform business surface.'
  tags:
  - Engineering Platform
  - '#Action=ListServiceSpecificCredentials'
  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-listservicespecificcredentials
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListServiceSpecificCredentials
      business capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=ListServiceSpecificCredentials'
      path: /#Action=ListServiceSpecificCredentials
      operations:
      - name: getlistservicespecificcredentials
        method: GET
        description: Returns information about the service-specific credentials associated with the specified IAM user. If
          none exists, the operation returns an empty list. The service-specific credentials returned by this operation are
          used only for authentica
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: UserName
          in: query
          type: string
          description: <p>The name of the user whose service-specific credentials you want information about. If this value
            is not specified, then the operation assumes the user whose
        - name: ServiceName
          in: query
          type: string
          description: Filters the returned results to only those for the specified Amazon Web Services service. If not specified,
            then Amazon Web Services returns service-specific cr
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postlistservicespecificcredentials
        method: POST
        description: Returns information about the service-specific credentials associated with the specified IAM user. If
          none exists, the operation returns an empty list. The service-specific credentials returned by this operation are
          used only for authentica
        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-listservicespecificcredentials-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListServiceSpecificCredentials.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-listservicespecificcredentials
      name: action-listservicespecificcredentials
      description: 'REST surface for #Action=ListServiceSpecificCredentials.'
      operations:
      - method: GET
        name: getlistservicespecificcredentials
        description: Returns information about the service-specific credentials associated with the specified IAM user. If
          none exists, the operation returns an empty list. The service-specific credentials returned by this operation are
          used only for authentica
        call: aws-iam-action-listservicespecificcredentials.getlistservicespecificcredentials
        with:
          UserName: rest.UserName
          ServiceName: rest.ServiceName
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postlistservicespecificcredentials
        description: Returns information about the service-specific credentials associated with the specified IAM user. If
          none exists, the operation returns an empty list. The service-specific credentials returned by this operation are
          used only for authentica
        call: aws-iam-action-listservicespecificcredentials.postlistservicespecificcredentials
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-listservicespecificcredentials-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListServiceSpecificCredentials.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: returns-information-about-service-specific
      description: Returns information about the service-specific credentials associated with the specified IAM user. If none
        exists, the operation returns an empty list. The service-specific credentials returned by this operation are used
        only for authentica
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-listservicespecificcredentials.getlistservicespecificcredentials
      with:
        UserName: tools.UserName
        ServiceName: tools.ServiceName
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: returns-information-about-service-specific-2
      description: Returns information about the service-specific credentials associated with the specified IAM user. If none
        exists, the operation returns an empty list. The service-specific credentials returned by this operation are used
        only for authentica
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-listservicespecificcredentials.postlistservicespecificcredentials
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.