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

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

Run with Naftiko Engineering Platform#Action=ResetServiceSpecificCredential

What You Can Do

GET
Getresetservicespecificcredential — Resets the password for a service-specific credential. The new password is Amazon Web Services generated and cryptographically strong. It cannot be configured by the user. Resetting the password immediately invalidates the previous password
/v1/action-resetservicespecificcredential
POST
Postresetservicespecificcredential — Resets the password for a service-specific credential. The new password is Amazon Web Services generated and cryptographically strong. It cannot be configured by the user. Resetting the password immediately invalidates the previous password
/v1/action-resetservicespecificcredential

MCP Tools

resets-password-service-specific-credential

Resets the password for a service-specific credential. The new password is Amazon Web Services generated and cryptographically strong. It cannot be configured by the user. Resetting the password immediately invalidates the previous password

read-only idempotent
resets-password-service-specific-credential-2

Resets the password for a service-specific credential. The new password is Amazon Web Services generated and cryptographically strong. It cannot be configured by the user. Resetting the password immediately invalidates the previous password

read-only

Capability Spec

aws-iam-action-resetservicespecificcredential.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=ResetServiceSpecificCredential'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=ResetServiceSpecificCredential.
    2 operations. Lead operation: #Action=ResetServiceSpecificCredential. Self-contained Naftiko capability covering one Engineering
    Platform business surface.'
  tags:
  - Engineering Platform
  - '#Action=ResetServiceSpecificCredential'
  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-resetservicespecificcredential
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=ResetServiceSpecificCredential
      business capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=ResetServiceSpecificCredential'
      path: /#Action=ResetServiceSpecificCredential
      operations:
      - name: getresetservicespecificcredential
        method: GET
        description: Resets the password for a service-specific credential. The new password is Amazon Web Services generated
          and cryptographically strong. It cannot be configured by the user. Resetting the password immediately invalidates
          the previous password
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: UserName
          in: query
          type: string
          description: <p>The name of the IAM user associated with the service-specific credential. If this value is not specified,
            then the operation assumes the user whose credentia
        - name: ServiceSpecificCredentialId
          in: query
          type: string
          description: <p>The unique identifier of the service-specific credential.</p> <p>This parameter allows (through
            its <a href="http://wikipedia.org/wiki/regex">regex pattern</
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postresetservicespecificcredential
        method: POST
        description: Resets the password for a service-specific credential. The new password is Amazon Web Services generated
          and cryptographically strong. It cannot be configured by the user. Resetting the password immediately invalidates
          the previous password
        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-resetservicespecificcredential-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=ResetServiceSpecificCredential.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-resetservicespecificcredential
      name: action-resetservicespecificcredential
      description: 'REST surface for #Action=ResetServiceSpecificCredential.'
      operations:
      - method: GET
        name: getresetservicespecificcredential
        description: Resets the password for a service-specific credential. The new password is Amazon Web Services generated
          and cryptographically strong. It cannot be configured by the user. Resetting the password immediately invalidates
          the previous password
        call: aws-iam-action-resetservicespecificcredential.getresetservicespecificcredential
        with:
          UserName: rest.UserName
          ServiceSpecificCredentialId: rest.ServiceSpecificCredentialId
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postresetservicespecificcredential
        description: Resets the password for a service-specific credential. The new password is Amazon Web Services generated
          and cryptographically strong. It cannot be configured by the user. Resetting the password immediately invalidates
          the previous password
        call: aws-iam-action-resetservicespecificcredential.postresetservicespecificcredential
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-resetservicespecificcredential-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=ResetServiceSpecificCredential.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: resets-password-service-specific-credential
      description: Resets the password for a service-specific credential. The new password is Amazon Web Services generated
        and cryptographically strong. It cannot be configured by the user. Resetting the password immediately invalidates
        the previous password
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-resetservicespecificcredential.getresetservicespecificcredential
      with:
        UserName: tools.UserName
        ServiceSpecificCredentialId: tools.ServiceSpecificCredentialId
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: resets-password-service-specific-credential-2
      description: Resets the password for a service-specific credential. The new password is Amazon Web Services generated
        and cryptographically strong. It cannot be configured by the user. Resetting the password immediately invalidates
        the previous password
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: aws-iam-action-resetservicespecificcredential.postresetservicespecificcredential
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.