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

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

Run with Naftiko Engineering Platform#Action=UpdateServiceSpecificCredential

What You Can Do

GET
Getupdateservicespecificcredential — Sets the status of a service-specific credential to Active or Inactive. Service-specific credentials that are inactive cannot be used for authentication to the service. This operation can be used to disable a user'
/v1/action-updateservicespecificcredential
POST
Postupdateservicespecificcredential — Sets the status of a service-specific credential to Active or Inactive. Service-specific credentials that are inactive cannot be used for authentication to the service. This operation can be used to disable a user'
/v1/action-updateservicespecificcredential

MCP Tools

sets-status-service-specific-credential

Sets the status of a service-specific credential to Active or Inactive. Service-specific credentials that are inactive cannot be used for authentication to the service. This operation can be used to disable a user'

read-only idempotent
sets-status-service-specific-credential-2

Sets the status of a service-specific credential to Active or Inactive. Service-specific credentials that are inactive cannot be used for authentication to the service. This operation can be used to disable a user'

Capability Spec

aws-iam-action-updateservicespecificcredential.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateServiceSpecificCredential'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateServiceSpecificCredential.
    2 operations. Lead operation: #Action=UpdateServiceSpecificCredential. Self-contained Naftiko capability covering one
    Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - '#Action=UpdateServiceSpecificCredential'
  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-updateservicespecificcredential
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateServiceSpecificCredential
      business capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=UpdateServiceSpecificCredential'
      path: /#Action=UpdateServiceSpecificCredential
      operations:
      - name: getupdateservicespecificcredential
        method: GET
        description: Sets the status of a service-specific credential to <code>Active</code> or <code>Inactive</code>. Service-specific
          credentials that are inactive cannot be used for authentication to the service. This operation can be used to disable
          a user'
        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 you do not specify
            this value, then the operation assumes the user whose credent
        - 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: Status
          in: query
          type: string
          description: The status to be assigned to the service-specific credential.
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postupdateservicespecificcredential
        method: POST
        description: Sets the status of a service-specific credential to <code>Active</code> or <code>Inactive</code>. Service-specific
          credentials that are inactive cannot be used for authentication to the service. This operation can be used to disable
          a user'
        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-updateservicespecificcredential-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateServiceSpecificCredential.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-updateservicespecificcredential
      name: action-updateservicespecificcredential
      description: 'REST surface for #Action=UpdateServiceSpecificCredential.'
      operations:
      - method: GET
        name: getupdateservicespecificcredential
        description: Sets the status of a service-specific credential to <code>Active</code> or <code>Inactive</code>. Service-specific
          credentials that are inactive cannot be used for authentication to the service. This operation can be used to disable
          a user'
        call: aws-iam-action-updateservicespecificcredential.getupdateservicespecificcredential
        with:
          UserName: rest.UserName
          ServiceSpecificCredentialId: rest.ServiceSpecificCredentialId
          Status: rest.Status
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postupdateservicespecificcredential
        description: Sets the status of a service-specific credential to <code>Active</code> or <code>Inactive</code>. Service-specific
          credentials that are inactive cannot be used for authentication to the service. This operation can be used to disable
          a user'
        call: aws-iam-action-updateservicespecificcredential.postupdateservicespecificcredential
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-updateservicespecificcredential-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateServiceSpecificCredential.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: sets-status-service-specific-credential
      description: Sets the status of a service-specific credential to <code>Active</code> or <code>Inactive</code>. Service-specific
        credentials that are inactive cannot be used for authentication to the service. This operation can be used to disable
        a user'
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-updateservicespecificcredential.getupdateservicespecificcredential
      with:
        UserName: tools.UserName
        ServiceSpecificCredentialId: tools.ServiceSpecificCredentialId
        Status: tools.Status
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: sets-status-service-specific-credential-2
      description: Sets the status of a service-specific credential to <code>Active</code> or <code>Inactive</code>. Service-specific
        credentials that are inactive cannot be used for authentication to the service. This operation can be used to disable
        a user'
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-updateservicespecificcredential.postupdateservicespecificcredential
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.