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

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

Run with Naftiko Engineering Platform#Action=ChangePassword

What You Can Do

GET
Getchangepassword

Changes the password of the IAM user who is calling this operation. This operation can be performed using the CLI, the Amazon Web Services API, or the My Security Credentials page in the Amazon Web Services Management Console. The

/v1/action-changepassword
POST
Postchangepassword

Changes the password of the IAM user who is calling this operation. This operation can be performed using the CLI, the Amazon Web Services API, or the My Security Credentials page in the Amazon Web Services Management Console. The

/v1/action-changepassword

MCP Tools

p-changes-password-iam-user-who

Changes the password of the IAM user who is calling this operation. This operation can be performed using the CLI, the Amazon Web Services API, or the My Security Credentials page in the Amazon Web Services Management Console. The

read-only idempotent
p-changes-password-iam-user-who-2

Changes the password of the IAM user who is calling this operation. This operation can be performed using the CLI, the Amazon Web Services API, or the My Security Credentials page in the Amazon Web Services Management Console. The

Capability Spec

aws-iam-action-changepassword.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=ChangePassword'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=ChangePassword. 2 operations. Lead
    operation: #Action=ChangePassword. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - '#Action=ChangePassword'
  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-changepassword
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=ChangePassword business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=ChangePassword'
      path: /#Action=ChangePassword
      operations:
      - name: getchangepassword
        method: GET
        description: <p>Changes the password of the IAM user who is calling this operation. This operation can be performed
          using the CLI, the Amazon Web Services API, or the <b>My Security Credentials</b> page in the Amazon Web Services
          Management Console. The
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: OldPassword
          in: query
          type: string
          description: The IAM user's current password.
          required: true
        - name: NewPassword
          in: query
          type: string
          description: <p>The new password. The new password must conform to the Amazon Web Services account's password policy,
            if one exists.</p> <p>The <a href="http://wikipedia.org
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postchangepassword
        method: POST
        description: <p>Changes the password of the IAM user who is calling this operation. This operation can be performed
          using the CLI, the Amazon Web Services API, or the <b>My Security Credentials</b> page in the Amazon Web Services
          Management Console. The
        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-changepassword-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=ChangePassword.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-changepassword
      name: action-changepassword
      description: 'REST surface for #Action=ChangePassword.'
      operations:
      - method: GET
        name: getchangepassword
        description: <p>Changes the password of the IAM user who is calling this operation. This operation can be performed
          using the CLI, the Amazon Web Services API, or the <b>My Security Credentials</b> page in the Amazon Web Services
          Management Console. The
        call: aws-iam-action-changepassword.getchangepassword
        with:
          OldPassword: rest.OldPassword
          NewPassword: rest.NewPassword
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postchangepassword
        description: <p>Changes the password of the IAM user who is calling this operation. This operation can be performed
          using the CLI, the Amazon Web Services API, or the <b>My Security Credentials</b> page in the Amazon Web Services
          Management Console. The
        call: aws-iam-action-changepassword.postchangepassword
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-changepassword-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=ChangePassword.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-changes-password-iam-user-who
      description: <p>Changes the password of the IAM user who is calling this operation. This operation can be performed
        using the CLI, the Amazon Web Services API, or the <b>My Security Credentials</b> page in the Amazon Web Services
        Management Console. The
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-changepassword.getchangepassword
      with:
        OldPassword: tools.OldPassword
        NewPassword: tools.NewPassword
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-changes-password-iam-user-who-2
      description: <p>Changes the password of the IAM user who is calling this operation. This operation can be performed
        using the CLI, the Amazon Web Services API, or the <b>My Security Credentials</b> page in the Amazon Web Services
        Management Console. The
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-changepassword.postchangepassword
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.