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

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

Run with Naftiko Engineering Platform#Action=UpdateSAMLProvider

What You Can Do

GET
Getupdatesamlprovider

Updates the metadata document for an existing SAML provider resource object.

This operation requires Signature Version 4.

/v1/action-updatesamlprovider
POST
Postupdatesamlprovider

Updates the metadata document for an existing SAML provider resource object.

This operation requires Signature Version 4.

/v1/action-updatesamlprovider

MCP Tools

p-updates-metadata-document-existing-saml

Updates the metadata document for an existing SAML provider resource object.

This operation requires Signature Version 4.

read-only idempotent
p-updates-metadata-document-existing-saml-2

Updates the metadata document for an existing SAML provider resource object.

This operation requires Signature Version 4.

Capability Spec

aws-iam-action-updatesamlprovider.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateSAMLProvider'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateSAMLProvider. 2 operations.
    Lead operation: #Action=UpdateSAMLProvider. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=UpdateSAMLProvider'
  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-updatesamlprovider
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateSAMLProvider business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=UpdateSAMLProvider'
      path: /#Action=UpdateSAMLProvider
      operations:
      - name: getupdatesamlprovider
        method: GET
        description: <p>Updates the metadata document for an existing SAML provider resource object.</p> <note> <p>This operation
          requires <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>.</p>
          </note>
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: SAMLMetadataDocument
          in: query
          type: string
          description: An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes
            the issuer's name, expiration information, and keys that c
          required: true
        - name: SAMLProviderArn
          in: query
          type: string
          description: <p>The Amazon Resource Name (ARN) of the SAML provider to update.</p> <p>For more information about
            ARNs, see <a href="https://docs.aws.amazon.com/general/lates
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postupdatesamlprovider
        method: POST
        description: <p>Updates the metadata document for an existing SAML provider resource object.</p> <note> <p>This operation
          requires <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>.</p>
          </note>
        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-updatesamlprovider-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateSAMLProvider.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-updatesamlprovider
      name: action-updatesamlprovider
      description: 'REST surface for #Action=UpdateSAMLProvider.'
      operations:
      - method: GET
        name: getupdatesamlprovider
        description: <p>Updates the metadata document for an existing SAML provider resource object.</p> <note> <p>This operation
          requires <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>.</p>
          </note>
        call: aws-iam-action-updatesamlprovider.getupdatesamlprovider
        with:
          SAMLMetadataDocument: rest.SAMLMetadataDocument
          SAMLProviderArn: rest.SAMLProviderArn
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postupdatesamlprovider
        description: <p>Updates the metadata document for an existing SAML provider resource object.</p> <note> <p>This operation
          requires <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>.</p>
          </note>
        call: aws-iam-action-updatesamlprovider.postupdatesamlprovider
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-updatesamlprovider-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateSAMLProvider.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-updates-metadata-document-existing-saml
      description: <p>Updates the metadata document for an existing SAML provider resource object.</p> <note> <p>This operation
        requires <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>.</p>
        </note>
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-updatesamlprovider.getupdatesamlprovider
      with:
        SAMLMetadataDocument: tools.SAMLMetadataDocument
        SAMLProviderArn: tools.SAMLProviderArn
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-updates-metadata-document-existing-saml-2
      description: <p>Updates the metadata document for an existing SAML provider resource object.</p> <note> <p>This operation
        requires <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>.</p>
        </note>
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-updatesamlprovider.postupdatesamlprovider
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.