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

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

Run with Naftiko Engineering Platform#Action=GenerateCredentialReport

What You Can Do

GET
Getgeneratecredentialreport — Generates a credential report for the Amazon Web Services account. For more information about the credential report, see Getting credential reports in th
/v1/action-generatecredentialreport
POST
Postgeneratecredentialreport — Generates a credential report for the Amazon Web Services account. For more information about the credential report, see Getting credential reports in th
/v1/action-generatecredentialreport

MCP Tools

generates-credential-report-amazon-web

Generates a credential report for the Amazon Web Services account. For more information about the credential report, see Getting credential reports in th

read-only idempotent
generates-credential-report-amazon-web-2

Generates a credential report for the Amazon Web Services account. For more information about the credential report, see Getting credential reports in th

Capability Spec

aws-iam-action-generatecredentialreport.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GenerateCredentialReport'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GenerateCredentialReport. 2 operations.
    Lead operation: #Action=GenerateCredentialReport. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - '#Action=GenerateCredentialReport'
  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-generatecredentialreport
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GenerateCredentialReport business
      capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=GenerateCredentialReport'
      path: /#Action=GenerateCredentialReport
      operations:
      - name: getgeneratecredentialreport
        method: GET
        description: Generates a credential report for the Amazon Web Services account. For more information about the credential
          report, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Getting credential
          reports</a> in th
        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: postgeneratecredentialreport
        method: POST
        description: Generates a credential report for the Amazon Web Services account. For more information about the credential
          report, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Getting credential
          reports</a> in th
        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
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-iam-action-generatecredentialreport-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=GenerateCredentialReport.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-generatecredentialreport
      name: action-generatecredentialreport
      description: 'REST surface for #Action=GenerateCredentialReport.'
      operations:
      - method: GET
        name: getgeneratecredentialreport
        description: Generates a credential report for the Amazon Web Services account. For more information about the credential
          report, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Getting credential
          reports</a> in th
        call: aws-iam-action-generatecredentialreport.getgeneratecredentialreport
        with:
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postgeneratecredentialreport
        description: Generates a credential report for the Amazon Web Services account. For more information about the credential
          report, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Getting credential
          reports</a> in th
        call: aws-iam-action-generatecredentialreport.postgeneratecredentialreport
        with:
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-generatecredentialreport-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=GenerateCredentialReport.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: generates-credential-report-amazon-web
      description: Generates a credential report for the Amazon Web Services account. For more information about the credential
        report, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Getting credential
        reports</a> in th
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-generatecredentialreport.getgeneratecredentialreport
      with:
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: generates-credential-report-amazon-web-2
      description: Generates a credential report for the Amazon Web Services account. For more information about the credential
        report, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Getting credential
        reports</a> in th
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-generatecredentialreport.postgeneratecredentialreport
      with:
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.