openapi: 3.0.0
info:
  version: 2010-05-08
  x-release: v4
  title: AWS Identity and Access Management
  description: <fullname>Identity and Access Management</fullname> <p>Identity and Access Management (IAM) is a web service for securely controlling access to Amazon Web Services services. With IAM, you can centrally manage users, security credentials such as access keys, and permissions that control which Amazon Web Services resources users and applications can access. For more information about IAM, see <a href="http://aws.amazon.com/iam/">Identity and Access Management (IAM)</a> and the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/">Identity and Access Management User Guide</a>.</p>
  x-logo:
    url: https://api.apis.guru/v2/cache/logo/https_twitter.com_awscloud_profile_image.png
    backgroundColor: "#FFFFFF"
  termsOfService: https://aws.amazon.com/service-terms/
  contact:
    name: Mike Ralphson
    email: mike.ralphson@gmail.com
    url: https://github.com/mermade/aws2openapi
    x-twitter: PermittedSoc
  license:
    name: Apache 2.0 License
    url: http://www.apache.org/licenses/
  x-providerName: amazonaws.com
  x-serviceName: iam
  x-origin:
    - contentType: application/json
      url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/iam-2010-05-08.normal.json
      converter:
        url: https://github.com/mermade/aws2openapi
        version: 1.0.0
      x-apisguru-driver: external
  x-apiClientRegistration:
    url: https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct
  x-apisguru-categories:
    - cloud
  x-preferred: true
externalDocs:
  description: Amazon Web Services documentation
  url: https://docs.aws.amazon.com/iam/
servers:
  - url: https://iam.amazonaws.com
    variables: {}
    description: The general IAM multi-region endpoint
  - url: http://iam.us-gov.amazonaws.com
    variables: {}
    description: The general IAM endpoint for AWS GovCloud (US) and AWS GovCloud (US-East)
  - url: https://iam.us-gov.amazonaws.com
    variables: {}
    description: The general IAM endpoint for AWS GovCloud (US) and AWS GovCloud (US-East)
  - url: http://iam.cn-north-1.amazonaws.com.cn
    variables: {}
    description: The general IAM endpoint for China (Beijing) and China (Ningxia)
  - url: https://iam.cn-north-1.amazonaws.com.cn
    variables: {}
    description: The general IAM endpoint for China (Beijing) and China (Ningxia)
x-hasEquivalentPaths: true
paths:
  /#Action=AddClientIDToOpenIDConnectProvider:
    get:
      x-aws-operation-name: AddClientIDToOpenIDConnectProvider
      operationId: GET_AddClientIDToOpenIDConnectProvider
      description: <p>Adds a new client ID (also known as audience) to the list of client IDs already registered for the specified IAM OpenID Connect (OIDC) provider resource.</p> <p>This operation is idempotent; it does not fail or return an error if you add an existing client ID to the provider.</p>
      responses:
        "200":
          description: Success
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: OpenIDConnectProviderArn
          in: query
          required: true
          description: The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID to. You can get a list of OIDC provider ARNs by using the <a>ListOpenIDConnectProviders</a> operation.
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: ClientID
          in: query
          required: true
          description: The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.
          schema:
            type: string
            minLength: 1
            maxLength: 255
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - AddClientIDToOpenIDConnectProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: AddClientIDToOpenIDConnectProvider
      operationId: POST_AddClientIDToOpenIDConnectProvider
      description: <p>Adds a new client ID (also known as audience) to the list of client IDs already registered for the specified IAM OpenID Connect (OIDC) provider resource.</p> <p>This operation is idempotent; it does not fail or return an error if you add an existing client ID to the provider.</p>
      responses:
        "200":
          description: Success
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/AddClientIDToOpenIDConnectProviderRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - AddClientIDToOpenIDConnectProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=AddRoleToInstanceProfile:
    get:
      x-aws-operation-name: AddRoleToInstanceProfile
      operationId: GET_AddRoleToInstanceProfile
      description: <p>Adds the specified IAM role to the specified instance profile. An instance profile can contain only one role, and this quota cannot be increased. You can remove the existing role and then add a different role to an instance profile. You must then wait for the change to appear across all of Amazon Web Services because of <a href="https://en.wikipedia.org/wiki/Eventual_consistency">eventual consistency</a>. To force the change, you must <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DisassociateIamInstanceProfile.html">disassociate the instance profile</a> and then <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_AssociateIamInstanceProfile.html">associate the instance profile</a>, or you can stop your instance and then restart it.</p> <note> <p>The caller of this operation must be granted the <code>PassRole</code> permission on the IAM role by a permissions policy.</p> </note> <p>For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">Working with roles</a>. For more information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About instance profiles</a>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: InstanceProfileName
          in: query
          required: true
          description: '<p>The name of the instance profile to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: RoleName
          in: query
          required: true
          description: '<p>The name of the role to add.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - AddRoleToInstanceProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: AddRoleToInstanceProfile
      operationId: POST_AddRoleToInstanceProfile
      description: <p>Adds the specified IAM role to the specified instance profile. An instance profile can contain only one role, and this quota cannot be increased. You can remove the existing role and then add a different role to an instance profile. You must then wait for the change to appear across all of Amazon Web Services because of <a href="https://en.wikipedia.org/wiki/Eventual_consistency">eventual consistency</a>. To force the change, you must <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DisassociateIamInstanceProfile.html">disassociate the instance profile</a> and then <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_AssociateIamInstanceProfile.html">associate the instance profile</a>, or you can stop your instance and then restart it.</p> <note> <p>The caller of this operation must be granted the <code>PassRole</code> permission on the IAM role by a permissions policy.</p> </note> <p>For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">Working with roles</a>. For more information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About instance profiles</a>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/AddRoleToInstanceProfileRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - AddRoleToInstanceProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=AddUserToGroup:
    get:
      x-aws-operation-name: AddUserToGroup
      operationId: GET_AddUserToGroup
      description: Adds the specified user to the specified group.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: GroupName
          in: query
          required: true
          description: '<p>The name of the group to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the user to add.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - AddUserToGroup
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: AddUserToGroup
      operationId: POST_AddUserToGroup
      description: Adds the specified user to the specified group.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/AddUserToGroupRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - AddUserToGroup
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=AttachGroupPolicy:
    get:
      x-aws-operation-name: AttachGroupPolicy
      operationId: GET_AttachGroupPolicy
      description: <p>Attaches the specified managed policy to the specified IAM group.</p> <p>You use this operation to attach a managed policy to a group. To embed an inline policy in a group, use <a>PutGroupPolicy</a>.</p> <p>As a best practice, you can validate your IAM policies. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_policy-validator.html">Validating IAM policies</a> in the <i>IAM User Guide</i>.</p> <p>For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: PolicyNotAttachableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PolicyNotAttachableException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: GroupName
          in: query
          required: true
          description: '<p>The name (friendly name, not ARN) of the group to attach the policy to.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: PolicyArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the IAM policy you want to attach.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - AttachGroupPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: AttachGroupPolicy
      operationId: POST_AttachGroupPolicy
      description: <p>Attaches the specified managed policy to the specified IAM group.</p> <p>You use this operation to attach a managed policy to a group. To embed an inline policy in a group, use <a>PutGroupPolicy</a>.</p> <p>As a best practice, you can validate your IAM policies. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_policy-validator.html">Validating IAM policies</a> in the <i>IAM User Guide</i>.</p> <p>For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: PolicyNotAttachableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PolicyNotAttachableException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/AttachGroupPolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - AttachGroupPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=AttachRolePolicy:
    get:
      x-aws-operation-name: AttachRolePolicy
      operationId: GET_AttachRolePolicy
      description: <p>Attaches the specified managed policy to the specified IAM role. When you attach a managed policy to a role, the managed policy becomes part of the role's permission (access) policy.</p> <note> <p>You cannot use a managed policy as the role's trust policy. The role's trust policy is created at the same time as the role, using <a>CreateRole</a>. You can update a role's trust policy using <a>UpdateAssumeRolePolicy</a>.</p> </note> <p>Use this operation to attach a <i>managed</i> policy to a role. To embed an inline policy in a role, use <a>PutRolePolicy</a>. For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>As a best practice, you can validate your IAM policies. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_policy-validator.html">Validating IAM policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "484":
          description: PolicyNotAttachableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PolicyNotAttachableException"
        "485":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: '<p>The name (friendly name, not ARN) of the role to attach the policy to.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: PolicyArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the IAM policy you want to attach.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - AttachRolePolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: AttachRolePolicy
      operationId: POST_AttachRolePolicy
      description: <p>Attaches the specified managed policy to the specified IAM role. When you attach a managed policy to a role, the managed policy becomes part of the role's permission (access) policy.</p> <note> <p>You cannot use a managed policy as the role's trust policy. The role's trust policy is created at the same time as the role, using <a>CreateRole</a>. You can update a role's trust policy using <a>UpdateAssumeRolePolicy</a>.</p> </note> <p>Use this operation to attach a <i>managed</i> policy to a role. To embed an inline policy in a role, use <a>PutRolePolicy</a>. For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>As a best practice, you can validate your IAM policies. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_policy-validator.html">Validating IAM policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "484":
          description: PolicyNotAttachableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PolicyNotAttachableException"
        "485":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/AttachRolePolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - AttachRolePolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=AttachUserPolicy:
    get:
      x-aws-operation-name: AttachUserPolicy
      operationId: GET_AttachUserPolicy
      description: <p>Attaches the specified managed policy to the specified user.</p> <p>You use this operation to attach a <i>managed</i> policy to a user. To embed an inline policy in a user, use <a>PutUserPolicy</a>.</p> <p>As a best practice, you can validate your IAM policies. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_policy-validator.html">Validating IAM policies</a> in the <i>IAM User Guide</i>.</p> <p>For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: PolicyNotAttachableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PolicyNotAttachableException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name (friendly name, not ARN) of the IAM user to attach the policy to.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: PolicyArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the IAM policy you want to attach.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - AttachUserPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: AttachUserPolicy
      operationId: POST_AttachUserPolicy
      description: <p>Attaches the specified managed policy to the specified user.</p> <p>You use this operation to attach a <i>managed</i> policy to a user. To embed an inline policy in a user, use <a>PutUserPolicy</a>.</p> <p>As a best practice, you can validate your IAM policies. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_policy-validator.html">Validating IAM policies</a> in the <i>IAM User Guide</i>.</p> <p>For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: PolicyNotAttachableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PolicyNotAttachableException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/AttachUserPolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - AttachUserPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ChangePassword:
    get:
      x-aws-operation-name: ChangePassword
      operationId: GET_ChangePassword
      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 Amazon Web Services account root user password is not affected by this operation.</p> <p>Use <a>UpdateLoginProfile</a> to use the CLI, the Amazon Web Services API, or the <b>Users</b> page in the IAM console to change the password for any IAM user. For more information about modifying passwords, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html">Managing passwords</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidUserTypeException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidUserTypeException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: EntityTemporarilyUnmodifiableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityTemporarilyUnmodifiableException"
        "484":
          description: PasswordPolicyViolationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PasswordPolicyViolationException"
        "485":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: OldPassword
          in: query
          required: true
          description: The IAM user's current password.
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 128
            format: password
        - name: NewPassword
          in: query
          required: true
          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/wiki/regex">regex pattern</a> that is used to validate this parameter is a string of characters. That string can include almost any printable ASCII character from the space (<code>\u0020</code>) through the end of the ASCII character range (<code>\u00FF</code>). You can also include the tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>) characters. Any of these characters are valid in a password. However, many tools, such as the Amazon Web Services Management Console, might restrict the ability to type certain characters because they have special meaning within that tool.</p>
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 128
            format: password
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ChangePassword
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ChangePassword
      operationId: POST_ChangePassword
      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 Amazon Web Services account root user password is not affected by this operation.</p> <p>Use <a>UpdateLoginProfile</a> to use the CLI, the Amazon Web Services API, or the <b>Users</b> page in the IAM console to change the password for any IAM user. For more information about modifying passwords, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html">Managing passwords</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidUserTypeException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidUserTypeException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: EntityTemporarilyUnmodifiableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityTemporarilyUnmodifiableException"
        "484":
          description: PasswordPolicyViolationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PasswordPolicyViolationException"
        "485":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ChangePasswordRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ChangePassword
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=CreateAccessKey:
    get:
      x-aws-operation-name: CreateAccessKey
      operationId: GET_CreateAccessKey
      description: <p> Creates a new Amazon Web Services secret access key and corresponding Amazon Web Services access key ID for the specified user. The default status for new keys is <code>Active</code>.</p> <p>If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials. This is true even if the Amazon Web Services account has no associated users.</p> <p> For information about quotas on the number of keys you can create, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p> <important> <p>To ensure the security of your Amazon Web Services account, the secret access key is accessible only during key and user creation. You must save the key (for example, in a text file) if you want to be able to access it again. If a secret key is lost, you can delete the access keys for the associated user and then create new keys.</p> </important>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateAccessKeyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: false
          description: '<p>The name of the IAM user that the new key will belong to.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateAccessKey
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: CreateAccessKey
      operationId: POST_CreateAccessKey
      description: <p> Creates a new Amazon Web Services secret access key and corresponding Amazon Web Services access key ID for the specified user. The default status for new keys is <code>Active</code>.</p> <p>If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials. This is true even if the Amazon Web Services account has no associated users.</p> <p> For information about quotas on the number of keys you can create, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p> <important> <p>To ensure the security of your Amazon Web Services account, the secret access key is accessible only during key and user creation. You must save the key (for example, in a text file) if you want to be able to access it again. If a secret key is lost, you can delete the access keys for the associated user and then create new keys.</p> </important>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateAccessKeyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/CreateAccessKeyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateAccessKey
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=CreateAccountAlias:
    get:
      x-aws-operation-name: CreateAccountAlias
      operationId: GET_CreateAccountAlias
      description: Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account alias, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html">Using an alias for your Amazon Web Services account ID</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
        "480":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: AccountAlias
          in: query
          required: true
          description: <p>The account alias to create.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.</p>
          schema:
            type: string
            pattern: ^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$
            minLength: 3
            maxLength: 63
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateAccountAlias
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: CreateAccountAlias
      operationId: POST_CreateAccountAlias
      description: Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account alias, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html">Using an alias for your Amazon Web Services account ID</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
        "480":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/CreateAccountAliasRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateAccountAlias
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=CreateGroup:
    get:
      x-aws-operation-name: CreateGroup
      operationId: GET_CreateGroup
      description: <p>Creates a new group.</p> <p> For information about the number of groups you can create, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateGroupResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "482":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Path
          in: query
          required: false
          description: <p> The path to the group. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/).</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
          schema:
            type: string
            pattern: (\u002F)|(\u002F[\u0021-\u007F]+\u002F)
            minLength: 1
            maxLength: 512
        - name: GroupName
          in: query
          required: true
          description: <p>The name of the group to create. Do not include the path in this value.</p> <p>IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".</p>
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateGroup
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: CreateGroup
      operationId: POST_CreateGroup
      description: <p>Creates a new group.</p> <p> For information about the number of groups you can create, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateGroupResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "482":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/CreateGroupRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateGroup
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=CreateInstanceProfile:
    get:
      x-aws-operation-name: CreateInstanceProfile
      operationId: GET_CreateInstanceProfile
      description: <p> Creates a new instance profile. For information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html">Using roles for applications on Amazon EC2</a> in the <i>IAM User Guide</i>, and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html#ec2-instance-profile">Instance profiles</a> in the <i>Amazon EC2 User Guide</i>.</p> <p> For information about the number of instance profiles you can create, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM object quotas</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateInstanceProfileResponse"
        "480":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: InstanceProfileName
          in: query
          required: true
          description: '<p>The name of the instance profile to create.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Path
          in: query
          required: false
          description: <p> The path to the instance profile. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>IAM User Guide</i>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/).</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
          schema:
            type: string
            pattern: (\u002F)|(\u002F[\u0021-\u007F]+\u002F)
            minLength: 1
            maxLength: 512
        - name: Tags
          in: query
          required: false
          description: <p>A list of tags that you want to attach to the newly created IAM instance profile. Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.</p> </note>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/Tag"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateInstanceProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: CreateInstanceProfile
      operationId: POST_CreateInstanceProfile
      description: <p> Creates a new instance profile. For information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html">Using roles for applications on Amazon EC2</a> in the <i>IAM User Guide</i>, and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html#ec2-instance-profile">Instance profiles</a> in the <i>Amazon EC2 User Guide</i>.</p> <p> For information about the number of instance profiles you can create, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM object quotas</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateInstanceProfileResponse"
        "480":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/CreateInstanceProfileRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateInstanceProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=CreateLoginProfile:
    get:
      x-aws-operation-name: CreateLoginProfile
      operationId: GET_CreateLoginProfile
      description: <p>Creates a password for the specified IAM user. A password allows an IAM user to access Amazon Web Services services through the Amazon Web Services Management Console.</p> <p>You can use the CLI, the Amazon Web Services API, or the <b>Users</b> page in the IAM console to create a password for any IAM user. Use <a>ChangePassword</a> to update your own existing password in the <b>My Security Credentials</b> page in the Amazon Web Services Management Console.</p> <p>For more information about managing passwords, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html">Managing passwords</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateLoginProfileResponse"
        "480":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: PasswordPolicyViolationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PasswordPolicyViolationException"
        "483":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the IAM user to create a password for. The user must already exist.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Password
          in: query
          required: true
          description: <p>The new password for the user.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> that is used to validate this parameter is a string of characters. That string can include almost any printable ASCII character from the space (<code>\u0020</code>) through the end of the ASCII character range (<code>\u00FF</code>). You can also include the tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>) characters. Any of these characters are valid in a password. However, many tools, such as the Amazon Web Services Management Console, might restrict the ability to type certain characters because they have special meaning within that tool.</p>
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 128
            format: password
        - name: PasswordResetRequired
          in: query
          required: false
          description: Specifies whether the user is required to set a new password on next sign-in.
          schema:
            type: boolean
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateLoginProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: CreateLoginProfile
      operationId: POST_CreateLoginProfile
      description: <p>Creates a password for the specified IAM user. A password allows an IAM user to access Amazon Web Services services through the Amazon Web Services Management Console.</p> <p>You can use the CLI, the Amazon Web Services API, or the <b>Users</b> page in the IAM console to create a password for any IAM user. Use <a>ChangePassword</a> to update your own existing password in the <b>My Security Credentials</b> page in the Amazon Web Services Management Console.</p> <p>For more information about managing passwords, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html">Managing passwords</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateLoginProfileResponse"
        "480":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: PasswordPolicyViolationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PasswordPolicyViolationException"
        "483":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/CreateLoginProfileRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateLoginProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=CreateOpenIDConnectProvider:
    get:
      x-aws-operation-name: CreateOpenIDConnectProvider
      operationId: GET_CreateOpenIDConnectProvider
      description: <p>Creates an IAM entity to describe an identity provider (IdP) that supports <a href="http://openid.net/connect/">OpenID Connect (OIDC)</a>.</p> <p>The OIDC provider that you create with this operation can be used as a principal in a role's trust policy. Such a policy establishes a trust relationship between Amazon Web Services and the OIDC provider.</p> <p>If you are using an OIDC identity provider from Google, Facebook, or Amazon Cognito, you don't need to create a separate IAM identity provider. These OIDC identity providers are already built-in to Amazon Web Services and are available for your use. Instead, you can move directly to creating new roles using your identity provider. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-idp_oidc.html">Creating a role for web identity or OpenID connect federation</a> in the <i>IAM User Guide</i>.</p> <p>When you create the IAM OIDC provider, you specify the following:</p> <ul> <li> <p>The URL of the OIDC identity provider (IdP) to trust</p> </li> <li> <p>A list of client IDs (also known as audiences) that identify the application or applications allowed to authenticate using the OIDC provider</p> </li> <li> <p>A list of tags that are attached to the specified IAM OIDC provider</p> </li> <li> <p>A list of thumbprints of one or more server certificates that the IdP uses</p> </li> </ul> <p>You get all of this information from the OIDC IdP you want to use to access Amazon Web Services.</p> <note> <p>Amazon Web Services secures communication with some OIDC identity providers (IdPs) through our library of trusted certificate authorities (CAs) instead of using a certificate thumbprint to verify your IdP server certificate. These OIDC IdPs include Google, Auth0, and those that use an Amazon S3 bucket to host a JSON Web Key Set (JWKS) endpoint. In these cases, your legacy thumbprint remains in your configuration, but is no longer used for validation.</p> </note> <note> <p>The trust for the OIDC provider is derived from the IAM provider that this operation creates. Therefore, it is best to limit access to the <a>CreateOpenIDConnectProvider</a> operation to highly privileged users.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateOpenIDConnectProviderResponse"
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Url
          in: query
          required: true
          description: <p>The URL of the identity provider. The URL must begin with <code>https://</code> and should correspond to the <code>iss</code> claim in the provider's OpenID Connect ID tokens. Per the OIDC standard, path components are allowed but query parameters are not. Typically the URL consists of only a hostname, like <code>https://server.example.org</code> or <code>https://example.com</code>. The URL should not contain a port number. </p> <p>You cannot register the same provider multiple times in a single Amazon Web Services account. If you try to submit a URL that has already been used for an OpenID Connect provider in the Amazon Web Services account, you will get an error.</p>
          schema:
            type: string
            description: Contains a URL that specifies the endpoint for an OpenID Connect provider.
            minLength: 1
            maxLength: 255
        - name: ClientIDList
          in: query
          required: false
          description: <p>Provides a list of client IDs, also known as audiences. When a mobile or web app registers with an OpenID Connect provider, they establish a value that identifies the application. This is the value that's sent as the <code>client_id</code> parameter on OAuth requests.</p> <p>You can register multiple client IDs with the same provider. For example, you might have multiple applications that use the same OIDC provider. You cannot register more than 100 client IDs with a single IAM OIDC provider.</p> <p>There is no defined format for a client ID. The <code>CreateOpenIDConnectProviderRequest</code> operation accepts client IDs up to 255 characters long.</p>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/clientIDType"
        - name: ThumbprintList
          in: query
          required: true
          description: <p>A list of server certificate thumbprints for the OpenID Connect (OIDC) identity provider's server certificates. Typically this list includes only one entry. However, IAM lets you have up to five thumbprints for an OIDC provider. This lets you maintain multiple thumbprints if the identity provider is rotating certificates.</p> <p>The server certificate thumbprint is the hex-encoded SHA-1 hash value of the X.509 certificate used by the domain where the OpenID Connect provider makes its keys available. It is always a 40-character string.</p> <p>You must provide at least one thumbprint when creating an IAM OIDC provider. For example, assume that the OIDC provider is <code>server.example.com</code> and the provider stores its keys at https://keys.server.example.com/openid-connect. In that case, the thumbprint string would be the hex-encoded SHA-1 hash value of the certificate used by <code>https://keys.server.example.com.</code> </p> <p>For more information about obtaining the OIDC provider thumbprint, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/identity-providers-oidc-obtain-thumbprint.html">Obtaining the thumbprint for an OpenID Connect provider</a> in the <i>IAM user Guide</i>.</p>
          schema:
            type: array
            description: Contains a list of thumbprints of identity provider server certificates.
            items:
              $ref: "#/components/schemas/thumbprintType"
        - name: Tags
          in: query
          required: false
          description: <p>A list of tags that you want to attach to the new IAM OpenID Connect (OIDC) provider. Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.</p> </note>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/Tag"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateOpenIDConnectProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: CreateOpenIDConnectProvider
      operationId: POST_CreateOpenIDConnectProvider
      description: <p>Creates an IAM entity to describe an identity provider (IdP) that supports <a href="http://openid.net/connect/">OpenID Connect (OIDC)</a>.</p> <p>The OIDC provider that you create with this operation can be used as a principal in a role's trust policy. Such a policy establishes a trust relationship between Amazon Web Services and the OIDC provider.</p> <p>If you are using an OIDC identity provider from Google, Facebook, or Amazon Cognito, you don't need to create a separate IAM identity provider. These OIDC identity providers are already built-in to Amazon Web Services and are available for your use. Instead, you can move directly to creating new roles using your identity provider. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-idp_oidc.html">Creating a role for web identity or OpenID connect federation</a> in the <i>IAM User Guide</i>.</p> <p>When you create the IAM OIDC provider, you specify the following:</p> <ul> <li> <p>The URL of the OIDC identity provider (IdP) to trust</p> </li> <li> <p>A list of client IDs (also known as audiences) that identify the application or applications allowed to authenticate using the OIDC provider</p> </li> <li> <p>A list of tags that are attached to the specified IAM OIDC provider</p> </li> <li> <p>A list of thumbprints of one or more server certificates that the IdP uses</p> </li> </ul> <p>You get all of this information from the OIDC IdP you want to use to access Amazon Web Services.</p> <note> <p>Amazon Web Services secures communication with some OIDC identity providers (IdPs) through our library of trusted certificate authorities (CAs) instead of using a certificate thumbprint to verify your IdP server certificate. These OIDC IdPs include Google, Auth0, and those that use an Amazon S3 bucket to host a JSON Web Key Set (JWKS) endpoint. In these cases, your legacy thumbprint remains in your configuration, but is no longer used for validation.</p> </note> <note> <p>The trust for the OIDC provider is derived from the IAM provider that this operation creates. Therefore, it is best to limit access to the <a>CreateOpenIDConnectProvider</a> operation to highly privileged users.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateOpenIDConnectProviderResponse"
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/CreateOpenIDConnectProviderRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateOpenIDConnectProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=CreatePolicy:
    get:
      x-aws-operation-name: CreatePolicy
      operationId: GET_CreatePolicy
      description: <p>Creates a new managed policy for your Amazon Web Services account.</p> <p>This operation creates a policy version with a version identifier of <code>v1</code> and sets v1 as the policy's default version. For more information about policy versions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed policies</a> in the <i>IAM User Guide</i>.</p> <p>As a best practice, you can validate your IAM policies. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_policy-validator.html">Validating IAM policies</a> in the <i>IAM User Guide</i>.</p> <p>For more information about managed policies in general, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreatePolicyResponse"
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "483":
          description: MalformedPolicyDocumentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedPolicyDocumentException"
        "484":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "485":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: PolicyName
          in: query
          required: true
          description: <p>The friendly name of the policy.</p> <p>IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".</p>
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Path
          in: query
          required: false
          description: <p>The path for the policy.</p> <p>For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/).</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p> <note> <p>You cannot use an asterisk (*) in the path name.</p> </note>
          schema:
            type: string
            pattern: ((/[A-Za-z0-9\.,\+@=_-]+)*)/
            minLength: 1
            maxLength: 512
        - name: PolicyDocument
          in: query
          required: true
          description: <p>The JSON policy document that you want to use as the content for the new policy.</p> <p>You must provide policies in JSON format in IAM. However, for CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.</p> <p>The maximum length of the policy document that you can pass in this operation, including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p> <p>To learn more about JSON policy grammar, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_grammar.html">Grammar of the IAM JSON policy language</a> in the <i>IAM User Guide</i>. </p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 131072
        - name: Description
          in: query
          required: false
          description: <p>A friendly description of the policy.</p> <p>Typically used to store information about the permissions defined in the policy. For example, "Grants access to production DynamoDB tables."</p> <p>The policy description is immutable. After a value is assigned, it cannot be changed.</p>
          schema:
            type: string
            maxLength: 1000
        - name: Tags
          in: query
          required: false
          description: <p>A list of tags that you want to attach to the new IAM customer managed policy. Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.</p> </note>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/Tag"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreatePolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: CreatePolicy
      operationId: POST_CreatePolicy
      description: <p>Creates a new managed policy for your Amazon Web Services account.</p> <p>This operation creates a policy version with a version identifier of <code>v1</code> and sets v1 as the policy's default version. For more information about policy versions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed policies</a> in the <i>IAM User Guide</i>.</p> <p>As a best practice, you can validate your IAM policies. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_policy-validator.html">Validating IAM policies</a> in the <i>IAM User Guide</i>.</p> <p>For more information about managed policies in general, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreatePolicyResponse"
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "483":
          description: MalformedPolicyDocumentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedPolicyDocumentException"
        "484":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "485":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/CreatePolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreatePolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=CreatePolicyVersion:
    get:
      x-aws-operation-name: CreatePolicyVersion
      operationId: GET_CreatePolicyVersion
      description: <p>Creates a new version of the specified managed policy. To update a managed policy, you create a new policy version. A managed policy can have up to five versions. If the policy has five versions, you must delete an existing version using <a>DeletePolicyVersion</a> before you create a new version.</p> <p>Optionally, you can set the new version as the policy's default version. The default version is the version that is in effect for the IAM users, groups, and roles to which the policy is attached.</p> <p>For more information about managed policy versions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreatePolicyVersionResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: MalformedPolicyDocumentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedPolicyDocumentException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: PolicyArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the IAM policy to which you want to add a new version.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: PolicyDocument
          in: query
          required: true
          description: <p>The JSON policy document that you want to use as the content for this new version of the policy.</p> <p>You must provide policies in JSON format in IAM. However, for CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.</p> <p>The maximum length of the policy document that you can pass in this operation, including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 131072
        - name: SetAsDefault
          in: query
          required: false
          description: <p>Specifies whether to set this version as the policy's default version.</p> <p>When this parameter is <code>true</code>, the new policy version becomes the operative version. That is, it becomes the version that is in effect for the IAM users, groups, and roles that the policy is attached to.</p> <p>For more information about managed policy versions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed policies</a> in the <i>IAM User Guide</i>.</p>
          schema:
            type: boolean
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreatePolicyVersion
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: CreatePolicyVersion
      operationId: POST_CreatePolicyVersion
      description: <p>Creates a new version of the specified managed policy. To update a managed policy, you create a new policy version. A managed policy can have up to five versions. If the policy has five versions, you must delete an existing version using <a>DeletePolicyVersion</a> before you create a new version.</p> <p>Optionally, you can set the new version as the policy's default version. The default version is the version that is in effect for the IAM users, groups, and roles to which the policy is attached.</p> <p>For more information about managed policy versions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreatePolicyVersionResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: MalformedPolicyDocumentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedPolicyDocumentException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/CreatePolicyVersionRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreatePolicyVersion
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=CreateRole:
    get:
      x-aws-operation-name: CreateRole
      operationId: GET_CreateRole
      description: Creates a new role for your Amazon Web Services account. For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">IAM roles</a>. For information about quotas for role names and the number of roles you can create, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateRoleResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "483":
          description: MalformedPolicyDocumentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedPolicyDocumentException"
        "484":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "485":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Path
          in: query
          required: false
          description: <p> The path to the role. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>IAM User Guide</i>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/).</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
          schema:
            type: string
            pattern: (\u002F)|(\u002F[\u0021-\u007F]+\u002F)
            minLength: 1
            maxLength: 512
        - name: RoleName
          in: query
          required: true
          description: '<p>The name of the role to create.</p> <p>IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: AssumeRolePolicyDocument
          in: query
          required: true
          description: <p>The trust relationship policy document that grants an entity permission to assume the role.</p> <p>In IAM, you must provide a JSON policy that has been converted to a string. However, for CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul> <p> Upon success, the response includes the same trust policy in JSON format.</p>
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 131072
        - name: Description
          in: query
          required: false
          description: A description of the role.
          schema:
            type: string
            pattern: "[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*"
            maxLength: 1000
        - name: MaxSessionDuration
          in: query
          required: false
          description: <p>The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default value of one hour is applied. This setting can have a value from 1 hour to 12 hours.</p> <p>Anyone who assumes the role from the CLI or API can use the <code>DurationSeconds</code> API parameter or the <code>duration-seconds</code> CLI parameter to request a longer session. The <code>MaxSessionDuration</code> setting determines the maximum duration that can be requested using the <code>DurationSeconds</code> parameter. If users don't specify a value for the <code>DurationSeconds</code> parameter, their security credentials are valid for one hour by default. This applies when you use the <code>AssumeRole*</code> API operations or the <code>assume-role*</code> CLI operations but does not apply when you use those operations to create a console URL. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html">Using IAM roles</a> in the <i>IAM User Guide</i>.</p>
          schema:
            type: integer
            minimum: 3600
            maximum: 43200
        - name: PermissionsBoundary
          in: query
          required: false
          description: <p>The ARN of the managed policy that is used to set the permissions boundary for the role.</p> <p>A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM entities</a> in the <i>IAM User Guide</i>.</p> <p>For more information about policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#access_policy-types">Policy types </a> in the <i>IAM User Guide</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Tags
          in: query
          required: false
          description: <p>A list of tags that you want to attach to the new role. Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.</p> </note>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/Tag"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: CreateRole
      operationId: POST_CreateRole
      description: Creates a new role for your Amazon Web Services account. For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">IAM roles</a>. For information about quotas for role names and the number of roles you can create, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateRoleResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "483":
          description: MalformedPolicyDocumentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedPolicyDocumentException"
        "484":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "485":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/CreateRoleRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=CreateSAMLProvider:
    get:
      x-aws-operation-name: CreateSAMLProvider
      operationId: GET_CreateSAMLProvider
      description: <p>Creates an IAM resource that describes an identity provider (IdP) that supports SAML 2.0.</p> <p>The SAML provider resource that you create with this operation can be used as a principal in an IAM role's trust policy. Such a policy can enable federated users who sign in using the SAML IdP to assume the role. You can create an IAM role that supports Web-based single sign-on (SSO) to the Amazon Web Services Management Console or one that supports API access to Amazon Web Services.</p> <p>When you create the SAML provider resource, you upload a SAML metadata document that you get from your IdP. That document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that the IdP sends. You must generate the metadata document using the identity management software that is used as your organization's IdP.</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> <p> For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_enable-console-saml.html">Enabling SAML 2.0 federated users to access the Amazon Web Services Management Console</a> and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html">About SAML 2.0-based federation</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateSAMLProviderResponse"
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: SAMLMetadataDocument
          in: query
          required: true
          description: <p>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 can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html">About SAML 2.0-based federation</a> in the <i>IAM User Guide</i> </p>
          schema:
            type: string
            minLength: 1000
            maxLength: 10000000
        - name: Name
          in: query
          required: true
          description: '<p>The name of the provider to create.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w._-]+"
            minLength: 1
            maxLength: 128
        - name: Tags
          in: query
          required: false
          description: <p>A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.</p> </note>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/Tag"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateSAMLProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: CreateSAMLProvider
      operationId: POST_CreateSAMLProvider
      description: <p>Creates an IAM resource that describes an identity provider (IdP) that supports SAML 2.0.</p> <p>The SAML provider resource that you create with this operation can be used as a principal in an IAM role's trust policy. Such a policy can enable federated users who sign in using the SAML IdP to assume the role. You can create an IAM role that supports Web-based single sign-on (SSO) to the Amazon Web Services Management Console or one that supports API access to Amazon Web Services.</p> <p>When you create the SAML provider resource, you upload a SAML metadata document that you get from your IdP. That document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that the IdP sends. You must generate the metadata document using the identity management software that is used as your organization's IdP.</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> <p> For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_enable-console-saml.html">Enabling SAML 2.0 federated users to access the Amazon Web Services Management Console</a> and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html">About SAML 2.0-based federation</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateSAMLProviderResponse"
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/CreateSAMLProviderRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateSAMLProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=CreateServiceLinkedRole:
    get:
      x-aws-operation-name: CreateServiceLinkedRole
      operationId: GET_CreateServiceLinkedRole
      description: <p>Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls the attached policies and when the role can be deleted. This helps ensure that the service is not broken by an unexpectedly changed or deleted role, which could put your Amazon Web Services resources into an unknown state. Allowing the service to control the role helps improve service stability and proper cleanup when a service and its role are no longer needed. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html">Using service-linked roles</a> in the <i>IAM User Guide</i>. </p> <p>To attach a policy to this service-linked role, you must make the request using the Amazon Web Services service that depends on this role.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateServiceLinkedRoleResponse"
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: AWSServiceName
          in: query
          required: true
          description: '<p>The service principal for the Amazon Web Services service to which this role is attached. You use a string similar to a URL but without the http:// in front. For example: <code>elasticbeanstalk.amazonaws.com</code>. </p> <p>Service principals are unique and case-sensitive. To find the exact service principal for your service-linked role, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_aws-services-that-work-with-iam.html">Amazon Web Services services that work with IAM</a> in the <i>IAM User Guide</i>. Look for the services that have <b>Yes </b>in the <b>Service-Linked Role</b> column. Choose the <b>Yes</b> link to view the service-linked role documentation for that service.</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Description
          in: query
          required: false
          description: The description of the role.
          schema:
            type: string
            pattern: "[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*"
            maxLength: 1000
        - name: CustomSuffix
          in: query
          required: false
          description: <p/> <p>A string that you provide, which is combined with the service-provided prefix to form the complete role name. If you make multiple requests for the same service, then you must supply a different <code>CustomSuffix</code> for each request. Otherwise the request fails with a duplicate role name error. For example, you could add <code>-1</code> or <code>-debug</code> to the suffix.</p> <p>Some services do not support the <code>CustomSuffix</code> parameter. If you provide an optional suffix and the operation fails, try the operation again without the suffix.</p>
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateServiceLinkedRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: CreateServiceLinkedRole
      operationId: POST_CreateServiceLinkedRole
      description: <p>Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls the attached policies and when the role can be deleted. This helps ensure that the service is not broken by an unexpectedly changed or deleted role, which could put your Amazon Web Services resources into an unknown state. Allowing the service to control the role helps improve service stability and proper cleanup when a service and its role are no longer needed. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html">Using service-linked roles</a> in the <i>IAM User Guide</i>. </p> <p>To attach a policy to this service-linked role, you must make the request using the Amazon Web Services service that depends on this role.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateServiceLinkedRoleResponse"
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/CreateServiceLinkedRoleRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateServiceLinkedRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=CreateServiceSpecificCredential:
    get:
      x-aws-operation-name: CreateServiceSpecificCredential
      operationId: GET_CreateServiceSpecificCredential
      description: '<p>Generates a set of credentials consisting of a user name and password that can be used to access the service specified in the request. These credentials are generated by IAM, and can be used only for the specified service. </p> <p>You can have a maximum of two sets of service-specific credentials for each supported service per user.</p> <p>You can create service-specific credentials for CodeCommit and Amazon Keyspaces (for Apache Cassandra).</p> <p>You can reset the password to a new service-generated value by calling <a>ResetServiceSpecificCredential</a>.</p> <p>For more information about service-specific credentials, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_ssh-keys.html">Using IAM with CodeCommit: Git credentials, SSH keys, and Amazon Web Services access keys</a> in the <i>IAM User Guide</i>.</p>'
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateServiceSpecificCredentialResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: ServiceNotSupportedException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceNotSupportedException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the IAM user that is to be associated with the credentials. The new service-specific credentials have the same permissions as the associated user except that they can be used only to access the specified service.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: ServiceName
          in: query
          required: true
          description: The name of the Amazon Web Services service that is to be associated with the credentials. The service you specify here is the only service that can be accessed using these credentials.
          schema:
            type: string
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateServiceSpecificCredential
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: CreateServiceSpecificCredential
      operationId: POST_CreateServiceSpecificCredential
      description: '<p>Generates a set of credentials consisting of a user name and password that can be used to access the service specified in the request. These credentials are generated by IAM, and can be used only for the specified service. </p> <p>You can have a maximum of two sets of service-specific credentials for each supported service per user.</p> <p>You can create service-specific credentials for CodeCommit and Amazon Keyspaces (for Apache Cassandra).</p> <p>You can reset the password to a new service-generated value by calling <a>ResetServiceSpecificCredential</a>.</p> <p>For more information about service-specific credentials, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_ssh-keys.html">Using IAM with CodeCommit: Git credentials, SSH keys, and Amazon Web Services access keys</a> in the <i>IAM User Guide</i>.</p>'
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateServiceSpecificCredentialResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: ServiceNotSupportedException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceNotSupportedException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/CreateServiceSpecificCredentialRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateServiceSpecificCredential
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=CreateUser:
    get:
      x-aws-operation-name: CreateUser
      operationId: GET_CreateUser
      description: <p>Creates a new IAM user for your Amazon Web Services account.</p> <p> For information about quotas for the number of IAM users you can create, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateUserResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "482":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "483":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "484":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "485":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Path
          in: query
          required: false
          description: <p> The path for the user name. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/).</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
          schema:
            type: string
            pattern: (\u002F)|(\u002F[\u0021-\u007F]+\u002F)
            minLength: 1
            maxLength: 512
        - name: UserName
          in: query
          required: true
          description: <p>The name of the user to create.</p> <p>IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".</p>
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: PermissionsBoundary
          in: query
          required: false
          description: <p>The ARN of the managed policy that is used to set the permissions boundary for the user.</p> <p>A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM entities</a> in the <i>IAM User Guide</i>.</p> <p>For more information about policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#access_policy-types">Policy types </a> in the <i>IAM User Guide</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Tags
          in: query
          required: false
          description: <p>A list of tags that you want to attach to the new user. Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.</p> </note>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/Tag"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateUser
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: CreateUser
      operationId: POST_CreateUser
      description: <p>Creates a new IAM user for your Amazon Web Services account.</p> <p> For information about quotas for the number of IAM users you can create, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateUserResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "482":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "483":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "484":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "485":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/CreateUserRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateUser
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=CreateVirtualMFADevice:
    get:
      x-aws-operation-name: CreateVirtualMFADevice
      operationId: GET_CreateVirtualMFADevice
      description: <p>Creates a new virtual MFA device for the Amazon Web Services account. After creating the virtual MFA, use <a>EnableMFADevice</a> to attach the MFA device to an IAM user. For more information about creating and working with virtual MFA devices, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html">Using a virtual MFA device</a> in the <i>IAM User Guide</i>.</p> <p>For information about the maximum number of MFA devices you can create, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p> <important> <p>The seed information contained in the QR code and the Base32 string should be treated like any other secret access information. In other words, protect the seed information as you would your Amazon Web Services access keys or your passwords. After you provision your virtual device, you should ensure that the information is destroyed following secure procedures.</p> </important>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateVirtualMFADeviceResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Path
          in: query
          required: false
          description: <p> The path for the virtual MFA device. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/).</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
          schema:
            type: string
            pattern: (\u002F)|(\u002F[\u0021-\u007F]+\u002F)
            minLength: 1
            maxLength: 512
        - name: VirtualMFADeviceName
          in: query
          required: true
          description: '<p>The name of the virtual MFA device, which must be unique. Use with path to uniquely identify a virtual MFA device.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
        - name: Tags
          in: query
          required: false
          description: <p>A list of tags that you want to attach to the new IAM virtual MFA device. Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.</p> </note>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/Tag"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateVirtualMFADevice
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: CreateVirtualMFADevice
      operationId: POST_CreateVirtualMFADevice
      description: <p>Creates a new virtual MFA device for the Amazon Web Services account. After creating the virtual MFA, use <a>EnableMFADevice</a> to attach the MFA device to an IAM user. For more information about creating and working with virtual MFA devices, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html">Using a virtual MFA device</a> in the <i>IAM User Guide</i>.</p> <p>For information about the maximum number of MFA devices you can create, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p> <important> <p>The seed information contained in the QR code and the Base32 string should be treated like any other secret access information. In other words, protect the seed information as you would your Amazon Web Services access keys or your passwords. After you provision your virtual device, you should ensure that the information is destroyed following secure procedures.</p> </important>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CreateVirtualMFADeviceResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/CreateVirtualMFADeviceRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - CreateVirtualMFADevice
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeactivateMFADevice:
    get:
      x-aws-operation-name: DeactivateMFADevice
      operationId: GET_DeactivateMFADevice
      description: <p>Deactivates the specified MFA device and removes it from association with the user name for which it was originally enabled.</p> <p>For more information about creating and working with virtual MFA devices, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html">Enabling a virtual multi-factor authentication (MFA) device</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: EntityTemporarilyUnmodifiableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityTemporarilyUnmodifiableException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the user whose MFA device you want to deactivate.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: SerialNumber
          in: query
          required: true
          description: '<p>The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@:/-</p>'
          schema:
            type: string
            pattern: "[\\w+=/:,.@-]+"
            minLength: 9
            maxLength: 256
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeactivateMFADevice
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeactivateMFADevice
      operationId: POST_DeactivateMFADevice
      description: <p>Deactivates the specified MFA device and removes it from association with the user name for which it was originally enabled.</p> <p>For more information about creating and working with virtual MFA devices, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html">Enabling a virtual multi-factor authentication (MFA) device</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: EntityTemporarilyUnmodifiableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityTemporarilyUnmodifiableException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeactivateMFADeviceRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeactivateMFADevice
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteAccessKey:
    get:
      x-aws-operation-name: DeleteAccessKey
      operationId: GET_DeleteAccessKey
      description: <p>Deletes the access key pair associated with the specified IAM user.</p> <p>If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: false
          description: '<p>The name of the user whose access key pair you want to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: AccessKeyId
          in: query
          required: true
          description: <p>The access key ID for the access key ID and secret access key you want to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
          schema:
            type: string
            pattern: "[\\w]+"
            minLength: 16
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteAccessKey
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteAccessKey
      operationId: POST_DeleteAccessKey
      description: <p>Deletes the access key pair associated with the specified IAM user.</p> <p>If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteAccessKeyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteAccessKey
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteAccountAlias:
    get:
      x-aws-operation-name: DeleteAccountAlias
      operationId: GET_DeleteAccountAlias
      description: ' Deletes the specified Amazon Web Services account alias. For information about using an Amazon Web Services account alias, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html">Using an alias for your Amazon Web Services account ID</a> in the <i>IAM User Guide</i>.'
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: AccountAlias
          in: query
          required: true
          description: <p>The name of the account alias to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.</p>
          schema:
            type: string
            pattern: ^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$
            minLength: 3
            maxLength: 63
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteAccountAlias
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteAccountAlias
      operationId: POST_DeleteAccountAlias
      description: ' Deletes the specified Amazon Web Services account alias. For information about using an Amazon Web Services account alias, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html">Using an alias for your Amazon Web Services account ID</a> in the <i>IAM User Guide</i>.'
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteAccountAliasRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteAccountAlias
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteAccountPasswordPolicy:
    get:
      x-aws-operation-name: DeleteAccountPasswordPolicy
      operationId: GET_DeleteAccountPasswordPolicy
      description: Deletes the password policy for the Amazon Web Services account. There are no parameters.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteAccountPasswordPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteAccountPasswordPolicy
      operationId: POST_DeleteAccountPasswordPolicy
      description: Deletes the password policy for the Amazon Web Services account. There are no parameters.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteAccountPasswordPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteGroup:
    get:
      x-aws-operation-name: DeleteGroup
      operationId: GET_DeleteGroup
      description: Deletes the specified IAM group. The group must not contain any users or have any attached policies.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: DeleteConflictException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteConflictException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: GroupName
          in: query
          required: true
          description: '<p>The name of the IAM group to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteGroup
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteGroup
      operationId: POST_DeleteGroup
      description: Deletes the specified IAM group. The group must not contain any users or have any attached policies.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: DeleteConflictException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteConflictException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteGroupRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteGroup
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteGroupPolicy:
    get:
      x-aws-operation-name: DeleteGroupPolicy
      operationId: GET_DeleteGroupPolicy
      description: <p>Deletes the specified inline policy that is embedded in the specified IAM group.</p> <p>A group can also have managed policies attached to it. To detach a managed policy from a group, use <a>DetachGroupPolicy</a>. For more information about policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: GroupName
          in: query
          required: true
          description: '<p>The name (friendly name, not ARN) identifying the group that the policy is embedded in.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: PolicyName
          in: query
          required: true
          description: '<p>The name identifying the policy document to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteGroupPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteGroupPolicy
      operationId: POST_DeleteGroupPolicy
      description: <p>Deletes the specified inline policy that is embedded in the specified IAM group.</p> <p>A group can also have managed policies attached to it. To detach a managed policy from a group, use <a>DetachGroupPolicy</a>. For more information about policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteGroupPolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteGroupPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteInstanceProfile:
    get:
      x-aws-operation-name: DeleteInstanceProfile
      operationId: GET_DeleteInstanceProfile
      description: <p>Deletes the specified instance profile. The instance profile must not have an associated role.</p> <important> <p>Make sure that you do not have any Amazon EC2 instances running with the instance profile you are about to delete. Deleting a role or instance profile that is associated with a running instance will break any applications running on the instance.</p> </important> <p>For more information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About instance profiles</a>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: DeleteConflictException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteConflictException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: InstanceProfileName
          in: query
          required: true
          description: '<p>The name of the instance profile to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteInstanceProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteInstanceProfile
      operationId: POST_DeleteInstanceProfile
      description: <p>Deletes the specified instance profile. The instance profile must not have an associated role.</p> <important> <p>Make sure that you do not have any Amazon EC2 instances running with the instance profile you are about to delete. Deleting a role or instance profile that is associated with a running instance will break any applications running on the instance.</p> </important> <p>For more information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About instance profiles</a>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: DeleteConflictException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteConflictException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteInstanceProfileRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteInstanceProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteLoginProfile:
    get:
      x-aws-operation-name: DeleteLoginProfile
      operationId: GET_DeleteLoginProfile
      description: <p>Deletes the password for the specified IAM user, For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_admin-change-user.html">Managing passwords for IAM users</a>.</p> <p>You can use the CLI, the Amazon Web Services API, or the <b>Users</b> page in the IAM console to delete a password for any IAM user. You can use <a>ChangePassword</a> to update, but not delete, your own password in the <b>My Security Credentials</b> page in the Amazon Web Services Management Console.</p> <important> <p>Deleting a user's password does not prevent a user from accessing Amazon Web Services through the command line interface or the API. To prevent all user access, you must also either make any access keys inactive or delete them. For more information about making keys inactive or deleting them, see <a>UpdateAccessKey</a> and <a>DeleteAccessKey</a>.</p> </important>
      responses:
        "200":
          description: Success
        "480":
          description: EntityTemporarilyUnmodifiableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityTemporarilyUnmodifiableException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the user whose password you want to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteLoginProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteLoginProfile
      operationId: POST_DeleteLoginProfile
      description: <p>Deletes the password for the specified IAM user, For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_admin-change-user.html">Managing passwords for IAM users</a>.</p> <p>You can use the CLI, the Amazon Web Services API, or the <b>Users</b> page in the IAM console to delete a password for any IAM user. You can use <a>ChangePassword</a> to update, but not delete, your own password in the <b>My Security Credentials</b> page in the Amazon Web Services Management Console.</p> <important> <p>Deleting a user's password does not prevent a user from accessing Amazon Web Services through the command line interface or the API. To prevent all user access, you must also either make any access keys inactive or delete them. For more information about making keys inactive or deleting them, see <a>UpdateAccessKey</a> and <a>DeleteAccessKey</a>.</p> </important>
      responses:
        "200":
          description: Success
        "480":
          description: EntityTemporarilyUnmodifiableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityTemporarilyUnmodifiableException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteLoginProfileRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteLoginProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteOpenIDConnectProvider:
    get:
      x-aws-operation-name: DeleteOpenIDConnectProvider
      operationId: GET_DeleteOpenIDConnectProvider
      description: <p>Deletes an OpenID Connect identity provider (IdP) resource object in IAM.</p> <p>Deleting an IAM OIDC provider resource does not update any roles that reference the provider as a principal in their trust policies. Any attempt to assume a role that references a deleted provider fails.</p> <p>This operation is idempotent; it does not fail or return an error if you call the operation for a provider that does not exist.</p>
      responses:
        "200":
          description: Success
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: OpenIDConnectProviderArn
          in: query
          required: true
          description: The Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource object to delete. You can get a list of OpenID Connect provider resource ARNs by using the <a>ListOpenIDConnectProviders</a> operation.
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteOpenIDConnectProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteOpenIDConnectProvider
      operationId: POST_DeleteOpenIDConnectProvider
      description: <p>Deletes an OpenID Connect identity provider (IdP) resource object in IAM.</p> <p>Deleting an IAM OIDC provider resource does not update any roles that reference the provider as a principal in their trust policies. Any attempt to assume a role that references a deleted provider fails.</p> <p>This operation is idempotent; it does not fail or return an error if you call the operation for a provider that does not exist.</p>
      responses:
        "200":
          description: Success
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteOpenIDConnectProviderRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteOpenIDConnectProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeletePolicy:
    get:
      x-aws-operation-name: DeletePolicy
      operationId: GET_DeletePolicy
      description: <p>Deletes the specified managed policy.</p> <p>Before you can delete a managed policy, you must first detach the policy from all users, groups, and roles that it is attached to. In addition, you must delete all the policy's versions. The following steps describe the process for deleting a managed policy:</p> <ul> <li> <p>Detach the policy from all users, groups, and roles that the policy is attached to, using <a>DetachUserPolicy</a>, <a>DetachGroupPolicy</a>, or <a>DetachRolePolicy</a>. To list all the users, groups, and roles that a policy is attached to, use <a>ListEntitiesForPolicy</a>.</p> </li> <li> <p>Delete all versions of the policy using <a>DeletePolicyVersion</a>. To list the policy's versions, use <a>ListPolicyVersions</a>. You cannot use <a>DeletePolicyVersion</a> to delete the version that is marked as the default version. You delete the policy's default version in the next step of the process.</p> </li> <li> <p>Delete the policy (this automatically deletes the policy's default version) using this operation.</p> </li> </ul> <p>For information about managed policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: DeleteConflictException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteConflictException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: PolicyArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the IAM policy you want to delete.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeletePolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeletePolicy
      operationId: POST_DeletePolicy
      description: <p>Deletes the specified managed policy.</p> <p>Before you can delete a managed policy, you must first detach the policy from all users, groups, and roles that it is attached to. In addition, you must delete all the policy's versions. The following steps describe the process for deleting a managed policy:</p> <ul> <li> <p>Detach the policy from all users, groups, and roles that the policy is attached to, using <a>DetachUserPolicy</a>, <a>DetachGroupPolicy</a>, or <a>DetachRolePolicy</a>. To list all the users, groups, and roles that a policy is attached to, use <a>ListEntitiesForPolicy</a>.</p> </li> <li> <p>Delete all versions of the policy using <a>DeletePolicyVersion</a>. To list the policy's versions, use <a>ListPolicyVersions</a>. You cannot use <a>DeletePolicyVersion</a> to delete the version that is marked as the default version. You delete the policy's default version in the next step of the process.</p> </li> <li> <p>Delete the policy (this automatically deletes the policy's default version) using this operation.</p> </li> </ul> <p>For information about managed policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: DeleteConflictException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteConflictException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeletePolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeletePolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeletePolicyVersion:
    get:
      x-aws-operation-name: DeletePolicyVersion
      operationId: GET_DeletePolicyVersion
      description: <p>Deletes the specified version from the specified managed policy.</p> <p>You cannot delete the default version from a policy using this operation. To delete the default version from a policy, use <a>DeletePolicy</a>. To find out which version of a policy is marked as the default version, use <a>ListPolicyVersions</a>.</p> <p>For information about versions for managed policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: DeleteConflictException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteConflictException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: PolicyArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the IAM policy from which you want to delete a version.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: VersionId
          in: query
          required: true
          description: <p>The policy version to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that consists of the lowercase letter 'v' followed by one or two digits, and optionally followed by a period '.' and a string of letters and digits.</p> <p>For more information about managed policy versions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed policies</a> in the <i>IAM User Guide</i>.</p>
          schema:
            type: string
            pattern: v[1-9][0-9]*(\.[A-Za-z0-9-]*)?
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeletePolicyVersion
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeletePolicyVersion
      operationId: POST_DeletePolicyVersion
      description: <p>Deletes the specified version from the specified managed policy.</p> <p>You cannot delete the default version from a policy using this operation. To delete the default version from a policy, use <a>DeletePolicy</a>. To find out which version of a policy is marked as the default version, use <a>ListPolicyVersions</a>.</p> <p>For information about versions for managed policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: DeleteConflictException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteConflictException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeletePolicyVersionRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeletePolicyVersion
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteRole:
    get:
      x-aws-operation-name: DeleteRole
      operationId: GET_DeleteRole
      description: '<p>Deletes the specified role. Unlike the Amazon Web Services Management Console, when you delete a role programmatically, you must delete the items attached to the role manually, or the deletion fails. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage_delete.html#roles-managingrole-deleting-cli">Deleting an IAM role</a>. Before attempting to delete a role, remove the following attached items: </p> <ul> <li> <p>Inline policies (<a>DeleteRolePolicy</a>)</p> </li> <li> <p>Attached managed policies (<a>DetachRolePolicy</a>)</p> </li> <li> <p>Instance profile (<a>RemoveRoleFromInstanceProfile</a>)</p> </li> <li> <p>Optional – Delete instance profile after detaching from role for resource clean up (<a>DeleteInstanceProfile</a>)</p> </li> </ul> <important> <p>Make sure that you do not have any Amazon EC2 instances running with the role you are about to delete. Deleting a role or instance profile that is associated with a running instance will break any applications running on the instance.</p> </important>'
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: DeleteConflictException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteConflictException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "484":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "485":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: '<p>The name of the role to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteRole
      operationId: POST_DeleteRole
      description: '<p>Deletes the specified role. Unlike the Amazon Web Services Management Console, when you delete a role programmatically, you must delete the items attached to the role manually, or the deletion fails. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage_delete.html#roles-managingrole-deleting-cli">Deleting an IAM role</a>. Before attempting to delete a role, remove the following attached items: </p> <ul> <li> <p>Inline policies (<a>DeleteRolePolicy</a>)</p> </li> <li> <p>Attached managed policies (<a>DetachRolePolicy</a>)</p> </li> <li> <p>Instance profile (<a>RemoveRoleFromInstanceProfile</a>)</p> </li> <li> <p>Optional – Delete instance profile after detaching from role for resource clean up (<a>DeleteInstanceProfile</a>)</p> </li> </ul> <important> <p>Make sure that you do not have any Amazon EC2 instances running with the role you are about to delete. Deleting a role or instance profile that is associated with a running instance will break any applications running on the instance.</p> </important>'
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: DeleteConflictException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteConflictException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "484":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "485":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteRoleRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteRolePermissionsBoundary:
    get:
      x-aws-operation-name: DeleteRolePermissionsBoundary
      operationId: GET_DeleteRolePermissionsBoundary
      description: <p>Deletes the permissions boundary for the specified IAM role. </p> <p>You cannot set the boundary for a service-linked role.</p> <important> <p>Deleting the permissions boundary for a role might increase its permissions. For example, it might allow anyone who assumes the role to perform all the actions granted in its permissions policies.</p> </important>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: The name (friendly name, not ARN) of the IAM role from which you want to remove the permissions boundary.
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteRolePermissionsBoundary
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteRolePermissionsBoundary
      operationId: POST_DeleteRolePermissionsBoundary
      description: <p>Deletes the permissions boundary for the specified IAM role. </p> <p>You cannot set the boundary for a service-linked role.</p> <important> <p>Deleting the permissions boundary for a role might increase its permissions. For example, it might allow anyone who assumes the role to perform all the actions granted in its permissions policies.</p> </important>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteRolePermissionsBoundaryRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteRolePermissionsBoundary
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteRolePolicy:
    get:
      x-aws-operation-name: DeleteRolePolicy
      operationId: GET_DeleteRolePolicy
      description: <p>Deletes the specified inline policy that is embedded in the specified IAM role.</p> <p>A role can also have managed policies attached to it. To detach a managed policy from a role, use <a>DetachRolePolicy</a>. For more information about policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: '<p>The name (friendly name, not ARN) identifying the role that the policy is embedded in.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: PolicyName
          in: query
          required: true
          description: '<p>The name of the inline policy to delete from the specified IAM role.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteRolePolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteRolePolicy
      operationId: POST_DeleteRolePolicy
      description: <p>Deletes the specified inline policy that is embedded in the specified IAM role.</p> <p>A role can also have managed policies attached to it. To detach a managed policy from a role, use <a>DetachRolePolicy</a>. For more information about policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteRolePolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteRolePolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteSAMLProvider:
    get:
      x-aws-operation-name: DeleteSAMLProvider
      operationId: GET_DeleteSAMLProvider
      description: <p>Deletes a SAML provider resource in IAM.</p> <p>Deleting the provider resource from IAM does not update any roles that reference the SAML provider resource's ARN as a principal in their trust policies. Any attempt to assume a role that references a non-existent provider resource ARN fails.</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>
      responses:
        "200":
          description: Success
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: SAMLProviderArn
          in: query
          required: true
          description: The Amazon Resource Name (ARN) of the SAML provider to delete.
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteSAMLProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteSAMLProvider
      operationId: POST_DeleteSAMLProvider
      description: <p>Deletes a SAML provider resource in IAM.</p> <p>Deleting the provider resource from IAM does not update any roles that reference the SAML provider resource's ARN as a principal in their trust policies. Any attempt to assume a role that references a non-existent provider resource ARN fails.</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>
      responses:
        "200":
          description: Success
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteSAMLProviderRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteSAMLProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteSSHPublicKey:
    get:
      x-aws-operation-name: DeleteSSHPublicKey
      operationId: GET_DeleteSSHPublicKey
      description: <p>Deletes the specified SSH public key.</p> <p>The SSH public key deleted by this operation is used only for authenticating the associated IAM user to an CodeCommit repository. For more information about using SSH keys to authenticate to an CodeCommit repository, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html">Set up CodeCommit for SSH connections</a> in the <i>CodeCommit User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the IAM user associated with the SSH public key.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: SSHPublicKeyId
          in: query
          required: true
          description: <p>The unique identifier for the SSH public key.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
          schema:
            type: string
            pattern: "[\\w]+"
            minLength: 20
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteSSHPublicKey
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteSSHPublicKey
      operationId: POST_DeleteSSHPublicKey
      description: <p>Deletes the specified SSH public key.</p> <p>The SSH public key deleted by this operation is used only for authenticating the associated IAM user to an CodeCommit repository. For more information about using SSH keys to authenticate to an CodeCommit repository, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html">Set up CodeCommit for SSH connections</a> in the <i>CodeCommit User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteSSHPublicKeyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteSSHPublicKey
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteServerCertificate:
    get:
      x-aws-operation-name: DeleteServerCertificate
      operationId: GET_DeleteServerCertificate
      description: <p>Deletes the specified server certificate.</p> <p>For more information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with server certificates</a> in the <i>IAM User Guide</i>. This topic also includes a list of Amazon Web Services services that can use the server certificates that you manage with IAM.</p> <important> <p> If you are using a server certificate with Elastic Load Balancing, deleting the certificate could have implications for your application. If Elastic Load Balancing doesn't detect the deletion of bound certificates, it may continue to use the certificates. This could cause Elastic Load Balancing to stop accepting traffic. We recommend that you remove the reference to the certificate from Elastic Load Balancing before using this command to delete the certificate. For more information, see <a href="https://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_DeleteLoadBalancerListeners.html">DeleteLoadBalancerListeners</a> in the <i>Elastic Load Balancing API Reference</i>.</p> </important>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: DeleteConflictException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteConflictException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: ServerCertificateName
          in: query
          required: true
          description: '<p>The name of the server certificate you want to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteServerCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteServerCertificate
      operationId: POST_DeleteServerCertificate
      description: <p>Deletes the specified server certificate.</p> <p>For more information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with server certificates</a> in the <i>IAM User Guide</i>. This topic also includes a list of Amazon Web Services services that can use the server certificates that you manage with IAM.</p> <important> <p> If you are using a server certificate with Elastic Load Balancing, deleting the certificate could have implications for your application. If Elastic Load Balancing doesn't detect the deletion of bound certificates, it may continue to use the certificates. This could cause Elastic Load Balancing to stop accepting traffic. We recommend that you remove the reference to the certificate from Elastic Load Balancing before using this command to delete the certificate. For more information, see <a href="https://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_DeleteLoadBalancerListeners.html">DeleteLoadBalancerListeners</a> in the <i>Elastic Load Balancing API Reference</i>.</p> </important>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: DeleteConflictException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteConflictException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteServerCertificateRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteServerCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteServiceLinkedRole:
    get:
      x-aws-operation-name: DeleteServiceLinkedRole
      operationId: GET_DeleteServiceLinkedRole
      description: '<p>Submits a service-linked role deletion request and returns a <code>DeletionTaskId</code>, which you can use to check the status of the deletion. Before you call this operation, confirm that the role has no active sessions and that any resources used by the role in the linked service are deleted. If you call this operation more than once for the same service-linked role and an earlier deletion task is not complete, then the <code>DeletionTaskId</code> of the earlier request is returned.</p> <p>If you submit a deletion request for a service-linked role whose linked service is still accessing a resource, then the deletion task fails. If it fails, the <a>GetServiceLinkedRoleDeletionStatus</a> operation returns the reason for the failure, usually including the resources that must be deleted. To delete the service-linked role, you must first remove those resources from the linked service and then submit the deletion request again. Resources are specific to the service that is linked to the role. For more information about removing resources from a service, see the <a href="http://docs.aws.amazon.com/">Amazon Web Services documentation</a> for your service.</p> <p>For more information about service-linked roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html#iam-term-service-linked-role">Roles terms and concepts: Amazon Web Services service-linked role</a> in the <i>IAM User Guide</i>.</p>'
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteServiceLinkedRoleResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: The name of the service-linked role to be deleted.
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteServiceLinkedRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteServiceLinkedRole
      operationId: POST_DeleteServiceLinkedRole
      description: '<p>Submits a service-linked role deletion request and returns a <code>DeletionTaskId</code>, which you can use to check the status of the deletion. Before you call this operation, confirm that the role has no active sessions and that any resources used by the role in the linked service are deleted. If you call this operation more than once for the same service-linked role and an earlier deletion task is not complete, then the <code>DeletionTaskId</code> of the earlier request is returned.</p> <p>If you submit a deletion request for a service-linked role whose linked service is still accessing a resource, then the deletion task fails. If it fails, the <a>GetServiceLinkedRoleDeletionStatus</a> operation returns the reason for the failure, usually including the resources that must be deleted. To delete the service-linked role, you must first remove those resources from the linked service and then submit the deletion request again. Resources are specific to the service that is linked to the role. For more information about removing resources from a service, see the <a href="http://docs.aws.amazon.com/">Amazon Web Services documentation</a> for your service.</p> <p>For more information about service-linked roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html#iam-term-service-linked-role">Roles terms and concepts: Amazon Web Services service-linked role</a> in the <i>IAM User Guide</i>.</p>'
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteServiceLinkedRoleResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteServiceLinkedRoleRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteServiceLinkedRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteServiceSpecificCredential:
    get:
      x-aws-operation-name: DeleteServiceSpecificCredential
      operationId: GET_DeleteServiceSpecificCredential
      description: Deletes the specified service-specific credential.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
      parameters:
        - name: UserName
          in: query
          required: false
          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 credentials are used to call the operation.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: ServiceSpecificCredentialId
          in: query
          required: true
          description: <p>The unique identifier of the service-specific credential. You can get this value by calling <a>ListServiceSpecificCredentials</a>.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
          schema:
            type: string
            pattern: "[\\w]+"
            minLength: 20
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteServiceSpecificCredential
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteServiceSpecificCredential
      operationId: POST_DeleteServiceSpecificCredential
      description: Deletes the specified service-specific credential.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteServiceSpecificCredentialRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteServiceSpecificCredential
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteSigningCertificate:
    get:
      x-aws-operation-name: DeleteSigningCertificate
      operationId: GET_DeleteSigningCertificate
      description: <p>Deletes a signing certificate associated with the specified IAM user.</p> <p>If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated IAM users.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: false
          description: '<p>The name of the user the signing certificate belongs to.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: CertificateId
          in: query
          required: true
          description: <p>The ID of the signing certificate to delete.</p> <p>The format of this parameter, as described by its <a href="http://wikipedia.org/wiki/regex">regex</a> pattern, is a string of characters that can be upper- or lower-cased letters or digits.</p>
          schema:
            type: string
            pattern: "[\\w]+"
            minLength: 24
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteSigningCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteSigningCertificate
      operationId: POST_DeleteSigningCertificate
      description: <p>Deletes a signing certificate associated with the specified IAM user.</p> <p>If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated IAM users.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteSigningCertificateRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteSigningCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteUser:
    get:
      x-aws-operation-name: DeleteUser
      operationId: GET_DeleteUser
      description: <p>Deletes the specified IAM user. Unlike the Amazon Web Services Management Console, when you delete a user programmatically, you must delete the items attached to the user manually, or the deletion fails. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_deleting_cli">Deleting an IAM user</a>. Before attempting to delete a user, remove the following items:</p> <ul> <li> <p>Password (<a>DeleteLoginProfile</a>)</p> </li> <li> <p>Access keys (<a>DeleteAccessKey</a>)</p> </li> <li> <p>Signing certificate (<a>DeleteSigningCertificate</a>)</p> </li> <li> <p>SSH public key (<a>DeleteSSHPublicKey</a>)</p> </li> <li> <p>Git credentials (<a>DeleteServiceSpecificCredential</a>)</p> </li> <li> <p>Multi-factor authentication (MFA) device (<a>DeactivateMFADevice</a>, <a>DeleteVirtualMFADevice</a>)</p> </li> <li> <p>Inline policies (<a>DeleteUserPolicy</a>)</p> </li> <li> <p>Attached managed policies (<a>DetachUserPolicy</a>)</p> </li> <li> <p>Group memberships (<a>RemoveUserFromGroup</a>)</p> </li> </ul>
      responses:
        "200":
          description: Success
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: DeleteConflictException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteConflictException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the user to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteUser
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteUser
      operationId: POST_DeleteUser
      description: <p>Deletes the specified IAM user. Unlike the Amazon Web Services Management Console, when you delete a user programmatically, you must delete the items attached to the user manually, or the deletion fails. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_deleting_cli">Deleting an IAM user</a>. Before attempting to delete a user, remove the following items:</p> <ul> <li> <p>Password (<a>DeleteLoginProfile</a>)</p> </li> <li> <p>Access keys (<a>DeleteAccessKey</a>)</p> </li> <li> <p>Signing certificate (<a>DeleteSigningCertificate</a>)</p> </li> <li> <p>SSH public key (<a>DeleteSSHPublicKey</a>)</p> </li> <li> <p>Git credentials (<a>DeleteServiceSpecificCredential</a>)</p> </li> <li> <p>Multi-factor authentication (MFA) device (<a>DeactivateMFADevice</a>, <a>DeleteVirtualMFADevice</a>)</p> </li> <li> <p>Inline policies (<a>DeleteUserPolicy</a>)</p> </li> <li> <p>Attached managed policies (<a>DetachUserPolicy</a>)</p> </li> <li> <p>Group memberships (<a>RemoveUserFromGroup</a>)</p> </li> </ul>
      responses:
        "200":
          description: Success
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: DeleteConflictException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteConflictException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteUserRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteUser
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteUserPermissionsBoundary:
    get:
      x-aws-operation-name: DeleteUserPermissionsBoundary
      operationId: GET_DeleteUserPermissionsBoundary
      description: <p>Deletes the permissions boundary for the specified IAM user.</p> <important> <p>Deleting the permissions boundary for a user might increase its permissions by allowing the user to perform all the actions granted in its permissions policies. </p> </important>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: The name (friendly name, not ARN) of the IAM user from which you want to remove the permissions boundary.
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteUserPermissionsBoundary
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteUserPermissionsBoundary
      operationId: POST_DeleteUserPermissionsBoundary
      description: <p>Deletes the permissions boundary for the specified IAM user.</p> <important> <p>Deleting the permissions boundary for a user might increase its permissions by allowing the user to perform all the actions granted in its permissions policies. </p> </important>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteUserPermissionsBoundaryRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteUserPermissionsBoundary
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteUserPolicy:
    get:
      x-aws-operation-name: DeleteUserPolicy
      operationId: GET_DeleteUserPolicy
      description: <p>Deletes the specified inline policy that is embedded in the specified IAM user.</p> <p>A user can also have managed policies attached to it. To detach a managed policy from a user, use <a>DetachUserPolicy</a>. For more information about policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name (friendly name, not ARN) identifying the user that the policy is embedded in.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: PolicyName
          in: query
          required: true
          description: '<p>The name identifying the policy document to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteUserPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteUserPolicy
      operationId: POST_DeleteUserPolicy
      description: <p>Deletes the specified inline policy that is embedded in the specified IAM user.</p> <p>A user can also have managed policies attached to it. To detach a managed policy from a user, use <a>DetachUserPolicy</a>. For more information about policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteUserPolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteUserPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DeleteVirtualMFADevice:
    get:
      x-aws-operation-name: DeleteVirtualMFADevice
      operationId: GET_DeleteVirtualMFADevice
      description: <p>Deletes a virtual MFA device.</p> <note> <p> You must deactivate a user's virtual MFA device before you can delete it. For information about deactivating MFA devices, see <a>DeactivateMFADevice</a>. </p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: DeleteConflictException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteConflictException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: SerialNumber
          in: query
          required: true
          description: '<p>The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the same as the ARN.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@:/-</p>'
          schema:
            type: string
            pattern: "[\\w+=/:,.@-]+"
            minLength: 9
            maxLength: 256
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteVirtualMFADevice
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DeleteVirtualMFADevice
      operationId: POST_DeleteVirtualMFADevice
      description: <p>Deletes a virtual MFA device.</p> <note> <p> You must deactivate a user's virtual MFA device before you can delete it. For information about deactivating MFA devices, see <a>DeactivateMFADevice</a>. </p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: DeleteConflictException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DeleteConflictException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DeleteVirtualMFADeviceRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DeleteVirtualMFADevice
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DetachGroupPolicy:
    get:
      x-aws-operation-name: DetachGroupPolicy
      operationId: GET_DetachGroupPolicy
      description: <p>Removes the specified managed policy from the specified IAM group.</p> <p>A group can also have inline policies embedded with it. To delete an inline policy, use <a>DeleteGroupPolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: GroupName
          in: query
          required: true
          description: '<p>The name (friendly name, not ARN) of the IAM group to detach the policy from.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: PolicyArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the IAM policy you want to detach.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DetachGroupPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DetachGroupPolicy
      operationId: POST_DetachGroupPolicy
      description: <p>Removes the specified managed policy from the specified IAM group.</p> <p>A group can also have inline policies embedded with it. To delete an inline policy, use <a>DeleteGroupPolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DetachGroupPolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DetachGroupPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DetachRolePolicy:
    get:
      x-aws-operation-name: DetachRolePolicy
      operationId: GET_DetachRolePolicy
      description: <p>Removes the specified managed policy from the specified role.</p> <p>A role can also have inline policies embedded with it. To delete an inline policy, use <a>DeleteRolePolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: '<p>The name (friendly name, not ARN) of the IAM role to detach the policy from.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: PolicyArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the IAM policy you want to detach.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DetachRolePolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DetachRolePolicy
      operationId: POST_DetachRolePolicy
      description: <p>Removes the specified managed policy from the specified role.</p> <p>A role can also have inline policies embedded with it. To delete an inline policy, use <a>DeleteRolePolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DetachRolePolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DetachRolePolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=DetachUserPolicy:
    get:
      x-aws-operation-name: DetachUserPolicy
      operationId: GET_DetachUserPolicy
      description: <p>Removes the specified managed policy from the specified user.</p> <p>A user can also have inline policies embedded with it. To delete an inline policy, use <a>DeleteUserPolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name (friendly name, not ARN) of the IAM user to detach the policy from.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: PolicyArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the IAM policy you want to detach.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DetachUserPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: DetachUserPolicy
      operationId: POST_DetachUserPolicy
      description: <p>Removes the specified managed policy from the specified user.</p> <p>A user can also have inline policies embedded with it. To delete an inline policy, use <a>DeleteUserPolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/DetachUserPolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - DetachUserPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=EnableMFADevice:
    get:
      x-aws-operation-name: EnableMFADevice
      operationId: GET_EnableMFADevice
      description: Enables the specified MFA device and associates it with the specified IAM user. When enabled, the MFA device is required for every subsequent login by the IAM user associated with the device.
      responses:
        "200":
          description: Success
        "480":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "481":
          description: EntityTemporarilyUnmodifiableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityTemporarilyUnmodifiableException"
        "482":
          description: InvalidAuthenticationCodeException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidAuthenticationCodeException"
        "483":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "484":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "485":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the IAM user for whom you want to enable the MFA device.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: SerialNumber
          in: query
          required: true
          description: '<p>The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@:/-</p>'
          schema:
            type: string
            pattern: "[\\w+=/:,.@-]+"
            minLength: 9
            maxLength: 256
        - name: AuthenticationCode1
          in: query
          required: true
          description: <p>An authentication code emitted by the device. </p> <p>The format for this parameter is a string of six digits.</p> <important> <p>Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa_sync.html">resync the device</a>.</p> </important>
          schema:
            type: string
            pattern: "[\\d]+"
            minLength: 6
            maxLength: 6
        - name: AuthenticationCode2
          in: query
          required: true
          description: <p>A subsequent authentication code emitted by the device.</p> <p>The format for this parameter is a string of six digits.</p> <important> <p>Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa_sync.html">resync the device</a>.</p> </important>
          schema:
            type: string
            pattern: "[\\d]+"
            minLength: 6
            maxLength: 6
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - EnableMFADevice
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: EnableMFADevice
      operationId: POST_EnableMFADevice
      description: Enables the specified MFA device and associates it with the specified IAM user. When enabled, the MFA device is required for every subsequent login by the IAM user associated with the device.
      responses:
        "200":
          description: Success
        "480":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "481":
          description: EntityTemporarilyUnmodifiableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityTemporarilyUnmodifiableException"
        "482":
          description: InvalidAuthenticationCodeException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidAuthenticationCodeException"
        "483":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "484":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "485":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/EnableMFADeviceRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - EnableMFADevice
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GenerateCredentialReport:
    get:
      x-aws-operation-name: GenerateCredentialReport
      operationId: GET_GenerateCredentialReport
      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 the <i>IAM User Guide</i>.'
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GenerateCredentialReportResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GenerateCredentialReport
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GenerateCredentialReport
      operationId: POST_GenerateCredentialReport
      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 the <i>IAM User Guide</i>.'
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GenerateCredentialReportResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GenerateCredentialReport
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GenerateOrganizationsAccessReport:
    get:
      x-aws-operation-name: GenerateOrganizationsAccessReport
      operationId: GET_GenerateOrganizationsAccessReport
      description: <p>Generates a report for service last accessed data for Organizations. You can generate a report for any entities (organization root, organizational unit, or account) or policies in your organization.</p> <p>To call this operation, you must be signed in using your Organizations management account credentials. You can use your long-term IAM user or root user credentials, or temporary credentials from assuming an IAM role. SCPs must be enabled for your organization root. You must have the required IAM and Organizations permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html">Refining permissions using service last accessed data</a> in the <i>IAM User Guide</i>.</p> <p>You can generate a service last accessed data report for entities by specifying only the entity's path. This data includes a list of services that are allowed by any service control policies (SCPs) that apply to the entity.</p> <p>You can generate a service last accessed data report for a policy by specifying an entity's path and an optional Organizations policy ID. This data includes a list of services that are allowed by the specified SCP.</p> <p>For each service in both report types, the data includes the most recent account activity that the policy allows to account principals in the entity or the entity's children. For important information about the data, reporting period, permissions required, troubleshooting, and supported Regions see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html">Reducing permissions using service last accessed data</a> in the <i>IAM User Guide</i>.</p> <important> <p>The data includes all attempts to access Amazon Web Services, not just the successful ones. This includes all attempts that were made using the Amazon Web Services Management Console, the Amazon Web Services API through any of the SDKs, or any of the command line tools. An unexpected entry in the service last accessed data does not mean that an account has been compromised, because the request might have been denied. Refer to your CloudTrail logs as the authoritative source for information about all API calls and whether they were successful or denied access. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html">Logging IAM events with CloudTrail</a> in the <i>IAM User Guide</i>.</p> </important> <p>This operation returns a <code>JobId</code>. Use this parameter in the <code> <a>GetOrganizationsAccessReport</a> </code> operation to check the status of the report generation. To check the status of this request, use the <code>JobId</code> parameter in the <code> <a>GetOrganizationsAccessReport</a> </code> operation and test the <code>JobStatus</code> response parameter. When the job is complete, you can retrieve the report.</p> <p>To generate a service last accessed data report for entities, specify an entity path without specifying the optional Organizations policy ID. The type of entity that you specify determines the data returned in the report.</p> <ul> <li> <p> <b>Root</b> – When you specify the organizations root as the entity, the resulting report lists all of the services allowed by SCPs that are attached to your root. For each service, the report includes data for all accounts in your organization except the management account, because the management account is not limited by SCPs.</p> </li> <li> <p> <b>OU</b> – When you specify an organizational unit (OU) as the entity, the resulting report lists all of the services allowed by SCPs that are attached to the OU and its parents. For each service, the report includes data for all accounts in the OU or its children. This data excludes the management account, because the management account is not limited by SCPs.</p> </li> <li> <p> <b>management account</b> – When you specify the management account, the resulting report lists all Amazon Web Services services, because the management account is not limited by SCPs. For each service, the report includes data for only the management account.</p> </li> <li> <p> <b>Account</b> – When you specify another account as the entity, the resulting report lists all of the services allowed by SCPs that are attached to the account and its parents. For each service, the report includes data for only the specified account.</p> </li> </ul> <p>To generate a service last accessed data report for policies, specify an entity path and the optional Organizations policy ID. The type of entity that you specify determines the data returned for each service.</p> <ul> <li> <p> <b>Root</b> – When you specify the root entity and a policy ID, the resulting report lists all of the services that are allowed by the specified SCP. For each service, the report includes data for all accounts in your organization to which the SCP applies. This data excludes the management account, because the management account is not limited by SCPs. If the SCP is not attached to any entities in the organization, then the report will return a list of services with no data.</p> </li> <li> <p> <b>OU</b> – When you specify an OU entity and a policy ID, the resulting report lists all of the services that are allowed by the specified SCP. For each service, the report includes data for all accounts in the OU or its children to which the SCP applies. This means that other accounts outside the OU that are affected by the SCP might not be included in the data. This data excludes the management account, because the management account is not limited by SCPs. If the SCP is not attached to the OU or one of its children, the report will return a list of services with no data.</p> </li> <li> <p> <b>management account</b> – When you specify the management account, the resulting report lists all Amazon Web Services services, because the management account is not limited by SCPs. If you specify a policy ID in the CLI or API, the policy is ignored. For each service, the report includes data for only the management account.</p> </li> <li> <p> <b>Account</b> – When you specify another account entity and a policy ID, the resulting report lists all of the services that are allowed by the specified SCP. For each service, the report includes data for only the specified account. This means that other accounts in the organization that are affected by the SCP might not be included in the data. If the SCP is not attached to the account, the report will return a list of services with no data.</p> </li> </ul> <note> <p>Service last accessed data does not use other policy types when determining whether a principal could access a service. These other policy types include identity-based policies, resource-based policies, access control lists, IAM permissions boundaries, and STS assume role policies. It only applies SCP logic. For more about the evaluation of policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html#policy-eval-basics">Evaluating policies</a> in the <i>IAM User Guide</i>.</p> </note> <p>For more information about service last accessed data, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html">Reducing policy scope by viewing user activity</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GenerateOrganizationsAccessReportResponse"
        "480":
          description: ReportGenerationLimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ReportGenerationLimitExceededException"
      parameters:
        - name: EntityPath
          in: query
          required: true
          description: The path of the Organizations entity (root, OU, or account). You can build an entity path using the known structure of your organization. For example, assume that your account ID is <code>123456789012</code> and its parent OU ID is <code>ou-rge0-awsabcde</code>. The organization root ID is <code>r-f6g7h8i9j0example</code> and your organization ID is <code>o-a1b2c3d4e5</code>. Your entity path is <code>o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-rge0-awsabcde/123456789012</code>.
          schema:
            type: string
            pattern: ^o-[0-9a-z]{10,32}\/r-[0-9a-z]{4,32}[0-9a-z-\/]*
            minLength: 19
            maxLength: 427
        - name: OrganizationsPolicyId
          in: query
          required: false
          description: <p>The identifier of the Organizations service control policy (SCP). This parameter is optional.</p> <p>This ID is used to generate information about when an account principal that is limited by the SCP attempted to access an Amazon Web Services service.</p>
          schema:
            type: string
            pattern: ^p-[0-9a-zA-Z_]{8,128}$
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GenerateOrganizationsAccessReport
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GenerateOrganizationsAccessReport
      operationId: POST_GenerateOrganizationsAccessReport
      description: <p>Generates a report for service last accessed data for Organizations. You can generate a report for any entities (organization root, organizational unit, or account) or policies in your organization.</p> <p>To call this operation, you must be signed in using your Organizations management account credentials. You can use your long-term IAM user or root user credentials, or temporary credentials from assuming an IAM role. SCPs must be enabled for your organization root. You must have the required IAM and Organizations permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html">Refining permissions using service last accessed data</a> in the <i>IAM User Guide</i>.</p> <p>You can generate a service last accessed data report for entities by specifying only the entity's path. This data includes a list of services that are allowed by any service control policies (SCPs) that apply to the entity.</p> <p>You can generate a service last accessed data report for a policy by specifying an entity's path and an optional Organizations policy ID. This data includes a list of services that are allowed by the specified SCP.</p> <p>For each service in both report types, the data includes the most recent account activity that the policy allows to account principals in the entity or the entity's children. For important information about the data, reporting period, permissions required, troubleshooting, and supported Regions see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html">Reducing permissions using service last accessed data</a> in the <i>IAM User Guide</i>.</p> <important> <p>The data includes all attempts to access Amazon Web Services, not just the successful ones. This includes all attempts that were made using the Amazon Web Services Management Console, the Amazon Web Services API through any of the SDKs, or any of the command line tools. An unexpected entry in the service last accessed data does not mean that an account has been compromised, because the request might have been denied. Refer to your CloudTrail logs as the authoritative source for information about all API calls and whether they were successful or denied access. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html">Logging IAM events with CloudTrail</a> in the <i>IAM User Guide</i>.</p> </important> <p>This operation returns a <code>JobId</code>. Use this parameter in the <code> <a>GetOrganizationsAccessReport</a> </code> operation to check the status of the report generation. To check the status of this request, use the <code>JobId</code> parameter in the <code> <a>GetOrganizationsAccessReport</a> </code> operation and test the <code>JobStatus</code> response parameter. When the job is complete, you can retrieve the report.</p> <p>To generate a service last accessed data report for entities, specify an entity path without specifying the optional Organizations policy ID. The type of entity that you specify determines the data returned in the report.</p> <ul> <li> <p> <b>Root</b> – When you specify the organizations root as the entity, the resulting report lists all of the services allowed by SCPs that are attached to your root. For each service, the report includes data for all accounts in your organization except the management account, because the management account is not limited by SCPs.</p> </li> <li> <p> <b>OU</b> – When you specify an organizational unit (OU) as the entity, the resulting report lists all of the services allowed by SCPs that are attached to the OU and its parents. For each service, the report includes data for all accounts in the OU or its children. This data excludes the management account, because the management account is not limited by SCPs.</p> </li> <li> <p> <b>management account</b> – When you specify the management account, the resulting report lists all Amazon Web Services services, because the management account is not limited by SCPs. For each service, the report includes data for only the management account.</p> </li> <li> <p> <b>Account</b> – When you specify another account as the entity, the resulting report lists all of the services allowed by SCPs that are attached to the account and its parents. For each service, the report includes data for only the specified account.</p> </li> </ul> <p>To generate a service last accessed data report for policies, specify an entity path and the optional Organizations policy ID. The type of entity that you specify determines the data returned for each service.</p> <ul> <li> <p> <b>Root</b> – When you specify the root entity and a policy ID, the resulting report lists all of the services that are allowed by the specified SCP. For each service, the report includes data for all accounts in your organization to which the SCP applies. This data excludes the management account, because the management account is not limited by SCPs. If the SCP is not attached to any entities in the organization, then the report will return a list of services with no data.</p> </li> <li> <p> <b>OU</b> – When you specify an OU entity and a policy ID, the resulting report lists all of the services that are allowed by the specified SCP. For each service, the report includes data for all accounts in the OU or its children to which the SCP applies. This means that other accounts outside the OU that are affected by the SCP might not be included in the data. This data excludes the management account, because the management account is not limited by SCPs. If the SCP is not attached to the OU or one of its children, the report will return a list of services with no data.</p> </li> <li> <p> <b>management account</b> – When you specify the management account, the resulting report lists all Amazon Web Services services, because the management account is not limited by SCPs. If you specify a policy ID in the CLI or API, the policy is ignored. For each service, the report includes data for only the management account.</p> </li> <li> <p> <b>Account</b> – When you specify another account entity and a policy ID, the resulting report lists all of the services that are allowed by the specified SCP. For each service, the report includes data for only the specified account. This means that other accounts in the organization that are affected by the SCP might not be included in the data. If the SCP is not attached to the account, the report will return a list of services with no data.</p> </li> </ul> <note> <p>Service last accessed data does not use other policy types when determining whether a principal could access a service. These other policy types include identity-based policies, resource-based policies, access control lists, IAM permissions boundaries, and STS assume role policies. It only applies SCP logic. For more about the evaluation of policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html#policy-eval-basics">Evaluating policies</a> in the <i>IAM User Guide</i>.</p> </note> <p>For more information about service last accessed data, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html">Reducing policy scope by viewing user activity</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GenerateOrganizationsAccessReportResponse"
        "480":
          description: ReportGenerationLimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ReportGenerationLimitExceededException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GenerateOrganizationsAccessReportRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GenerateOrganizationsAccessReport
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GenerateServiceLastAccessedDetails:
    get:
      x-aws-operation-name: GenerateServiceLastAccessedDetails
      operationId: GET_GenerateServiceLastAccessedDetails
      description: '<p>Generates a report that includes details about when an IAM resource (user, group, role, or policy) was last used in an attempt to access Amazon Web Services services. Recent activity usually appears within four hours. IAM reports activity for at least the last 400 days, or less if your Region began supporting this feature within the last year. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period">Regions where data is tracked</a>.</p> <important> <p>The service last accessed data includes all attempts to access an Amazon Web Services API, not just the successful ones. This includes all attempts that were made using the Amazon Web Services Management Console, the Amazon Web Services API through any of the SDKs, or any of the command line tools. An unexpected entry in the service last accessed data does not mean that your account has been compromised, because the request might have been denied. Refer to your CloudTrail logs as the authoritative source for information about all API calls and whether they were successful or denied access. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html">Logging IAM events with CloudTrail</a> in the <i>IAM User Guide</i>.</p> </important> <p>The <code>GenerateServiceLastAccessedDetails</code> operation returns a <code>JobId</code>. Use this parameter in the following operations to retrieve the following details from your report: </p> <ul> <li> <p> <a>GetServiceLastAccessedDetails</a> – Use this operation for users, groups, roles, or policies to list every Amazon Web Services service that the resource could access using permissions policies. For each service, the response includes information about the most recent access attempt.</p> <p>The <code>JobId</code> returned by <code>GenerateServiceLastAccessedDetail</code> must be used by the same role within a session, or by the same user when used to call <code>GetServiceLastAccessedDetail</code>.</p> </li> <li> <p> <a>GetServiceLastAccessedDetailsWithEntities</a> – Use this operation for groups and policies to list information about the associated entities (users or roles) that attempted to access a specific Amazon Web Services service. </p> </li> </ul> <p>To check the status of the <code>GenerateServiceLastAccessedDetails</code> request, use the <code>JobId</code> parameter in the same operations and test the <code>JobStatus</code> response parameter.</p> <p>For additional information about the permissions policies that allow an identity (user, group, or role) to access specific services, use the <a>ListPoliciesGrantingServiceAccess</a> operation.</p> <note> <p>Service last accessed data does not use other policy types when determining whether a resource could access a service. These other policy types include resource-based policies, access control lists, Organizations policies, IAM permissions boundaries, and STS assume role policies. It only applies permissions policy logic. For more about the evaluation of policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html#policy-eval-basics">Evaluating policies</a> in the <i>IAM User Guide</i>.</p> </note> <p>For more information about service and action last accessed data, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html">Reducing permissions using service last accessed data</a> in the <i>IAM User Guide</i>.</p>'
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GenerateServiceLastAccessedDetailsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      parameters:
        - name: Arn
          in: query
          required: true
          description: The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the resource was last used in an attempt to access an Amazon Web Services service.
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Granularity
          in: query
          required: false
          description: The level of detail that you want to generate. You can specify whether you want to generate information about the last attempt to access services or actions. If you specify service-level granularity, this operation generates only service data. If you specify action-level granularity, it generates service and action data. If you don't include this optional parameter, the operation generates service data.
          schema:
            type: string
            enum:
              - SERVICE_LEVEL
              - ACTION_LEVEL
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GenerateServiceLastAccessedDetails
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GenerateServiceLastAccessedDetails
      operationId: POST_GenerateServiceLastAccessedDetails
      description: '<p>Generates a report that includes details about when an IAM resource (user, group, role, or policy) was last used in an attempt to access Amazon Web Services services. Recent activity usually appears within four hours. IAM reports activity for at least the last 400 days, or less if your Region began supporting this feature within the last year. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period">Regions where data is tracked</a>.</p> <important> <p>The service last accessed data includes all attempts to access an Amazon Web Services API, not just the successful ones. This includes all attempts that were made using the Amazon Web Services Management Console, the Amazon Web Services API through any of the SDKs, or any of the command line tools. An unexpected entry in the service last accessed data does not mean that your account has been compromised, because the request might have been denied. Refer to your CloudTrail logs as the authoritative source for information about all API calls and whether they were successful or denied access. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html">Logging IAM events with CloudTrail</a> in the <i>IAM User Guide</i>.</p> </important> <p>The <code>GenerateServiceLastAccessedDetails</code> operation returns a <code>JobId</code>. Use this parameter in the following operations to retrieve the following details from your report: </p> <ul> <li> <p> <a>GetServiceLastAccessedDetails</a> – Use this operation for users, groups, roles, or policies to list every Amazon Web Services service that the resource could access using permissions policies. For each service, the response includes information about the most recent access attempt.</p> <p>The <code>JobId</code> returned by <code>GenerateServiceLastAccessedDetail</code> must be used by the same role within a session, or by the same user when used to call <code>GetServiceLastAccessedDetail</code>.</p> </li> <li> <p> <a>GetServiceLastAccessedDetailsWithEntities</a> – Use this operation for groups and policies to list information about the associated entities (users or roles) that attempted to access a specific Amazon Web Services service. </p> </li> </ul> <p>To check the status of the <code>GenerateServiceLastAccessedDetails</code> request, use the <code>JobId</code> parameter in the same operations and test the <code>JobStatus</code> response parameter.</p> <p>For additional information about the permissions policies that allow an identity (user, group, or role) to access specific services, use the <a>ListPoliciesGrantingServiceAccess</a> operation.</p> <note> <p>Service last accessed data does not use other policy types when determining whether a resource could access a service. These other policy types include resource-based policies, access control lists, Organizations policies, IAM permissions boundaries, and STS assume role policies. It only applies permissions policy logic. For more about the evaluation of policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html#policy-eval-basics">Evaluating policies</a> in the <i>IAM User Guide</i>.</p> </note> <p>For more information about service and action last accessed data, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html">Reducing permissions using service last accessed data</a> in the <i>IAM User Guide</i>.</p>'
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GenerateServiceLastAccessedDetailsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GenerateServiceLastAccessedDetailsRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GenerateServiceLastAccessedDetails
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetAccessKeyLastUsed:
    get:
      x-aws-operation-name: GetAccessKeyLastUsed
      operationId: GET_GetAccessKeyLastUsed
      description: Retrieves information about when the specified access key was last used. The information includes the date and time of last use, along with the Amazon Web Services service and Region that were specified in the last request made with that key.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetAccessKeyLastUsedResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
      parameters:
        - name: AccessKeyId
          in: query
          required: true
          description: <p>The identifier of an access key.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
          schema:
            type: string
            pattern: "[\\w]+"
            minLength: 16
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetAccessKeyLastUsed
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetAccessKeyLastUsed
      operationId: POST_GetAccessKeyLastUsed
      description: Retrieves information about when the specified access key was last used. The information includes the date and time of last use, along with the Amazon Web Services service and Region that were specified in the last request made with that key.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetAccessKeyLastUsedResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetAccessKeyLastUsedRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetAccessKeyLastUsed
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetAccountAuthorizationDetails:
    get:
      x-aws-operation-name: GetAccountAuthorizationDetails
      operationId: GET_GetAccountAuthorizationDetails
      description: <p>Retrieves information about all IAM users, groups, roles, and policies in your Amazon Web Services account, including their relationships to one another. Use this operation to obtain a snapshot of the configuration of IAM permissions (users, groups, roles, and policies) in your account.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc3986">RFC 3986</a>. You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the <code>decode</code> method of the <code>java.net.URLDecoder</code> utility class in the Java SDK. Other languages and SDKs provide similar functionality.</p> </note> <p>You can optionally filter the results using the <code>Filter</code> parameter. You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetAccountAuthorizationDetailsResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Filter
          in: query
          required: false
          description: <p>A list of entity types used to filter the results. Only the entities that match the types you specify are included in the output. Use the value <code>LocalManagedPolicy</code> to include customer managed policies.</p> <p>The format for this parameter is a comma-separated (if more than one) list of strings. Each string value in the list must be one of the valid values listed below.</p>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/EntityType"
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetAccountAuthorizationDetails
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetAccountAuthorizationDetails
      operationId: POST_GetAccountAuthorizationDetails
      description: <p>Retrieves information about all IAM users, groups, roles, and policies in your Amazon Web Services account, including their relationships to one another. Use this operation to obtain a snapshot of the configuration of IAM permissions (users, groups, roles, and policies) in your account.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc3986">RFC 3986</a>. You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the <code>decode</code> method of the <code>java.net.URLDecoder</code> utility class in the Java SDK. Other languages and SDKs provide similar functionality.</p> </note> <p>You can optionally filter the results using the <code>Filter</code> parameter. You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetAccountAuthorizationDetailsResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetAccountAuthorizationDetailsRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetAccountAuthorizationDetails
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetAccountPasswordPolicy:
    get:
      x-aws-operation-name: GetAccountPasswordPolicy
      operationId: GET_GetAccountPasswordPolicy
      description: Retrieves the password policy for the Amazon Web Services account. This tells you the complexity requirements and mandatory rotation periods for the IAM user passwords in your account. For more information about using a password policy, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingPasswordPolicies.html">Managing an IAM password policy</a>.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetAccountPasswordPolicyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetAccountPasswordPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetAccountPasswordPolicy
      operationId: POST_GetAccountPasswordPolicy
      description: Retrieves the password policy for the Amazon Web Services account. This tells you the complexity requirements and mandatory rotation periods for the IAM user passwords in your account. For more information about using a password policy, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingPasswordPolicies.html">Managing an IAM password policy</a>.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetAccountPasswordPolicyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetAccountPasswordPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetAccountSummary:
    get:
      x-aws-operation-name: GetAccountSummary
      operationId: GET_GetAccountSummary
      description: <p>Retrieves information about IAM entity usage and IAM quotas in the Amazon Web Services account.</p> <p> For information about IAM quotas, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetAccountSummaryResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetAccountSummary
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetAccountSummary
      operationId: POST_GetAccountSummary
      description: <p>Retrieves information about IAM entity usage and IAM quotas in the Amazon Web Services account.</p> <p> For information about IAM quotas, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetAccountSummaryResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetAccountSummary
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetContextKeysForCustomPolicy:
    get:
      x-aws-operation-name: GetContextKeysForCustomPolicy
      operationId: GET_GetContextKeysForCustomPolicy
      description: <p>Gets a list of all of the context keys referenced in the input policies. The policies are supplied as a list of one or more strings. To get the context keys from policies associated with an IAM user, group, or role, use <a>GetContextKeysForPrincipalPolicy</a>.</p> <p>Context keys are variables maintained by Amazon Web Services and its services that provide details about the context of an API query request. Context keys can be evaluated by testing against a value specified in an IAM policy. Use <code>GetContextKeysForCustomPolicy</code> to understand what key names and values you must supply when you call <a>SimulateCustomPolicy</a>. Note that all parameters are shown in unencoded form here for clarity but must be URL encoded to be included as a part of a real HTML request.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetContextKeysForPolicyResponse"
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      parameters:
        - name: PolicyInputList
          in: query
          required: true
          description: <p>A list of policies for which you want the list of context keys referenced in those policies. Each document is specified as a string containing the complete, valid JSON text of an IAM policy.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/policyDocumentType"
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetContextKeysForCustomPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetContextKeysForCustomPolicy
      operationId: POST_GetContextKeysForCustomPolicy
      description: <p>Gets a list of all of the context keys referenced in the input policies. The policies are supplied as a list of one or more strings. To get the context keys from policies associated with an IAM user, group, or role, use <a>GetContextKeysForPrincipalPolicy</a>.</p> <p>Context keys are variables maintained by Amazon Web Services and its services that provide details about the context of an API query request. Context keys can be evaluated by testing against a value specified in an IAM policy. Use <code>GetContextKeysForCustomPolicy</code> to understand what key names and values you must supply when you call <a>SimulateCustomPolicy</a>. Note that all parameters are shown in unencoded form here for clarity but must be URL encoded to be included as a part of a real HTML request.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetContextKeysForPolicyResponse"
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetContextKeysForCustomPolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetContextKeysForCustomPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetContextKeysForPrincipalPolicy:
    get:
      x-aws-operation-name: GetContextKeysForPrincipalPolicy
      operationId: GET_GetContextKeysForPrincipalPolicy
      description: <p>Gets a list of all of the context keys referenced in all the IAM policies that are attached to the specified IAM entity. The entity can be an IAM user, group, or role. If you specify a user, then the request also includes all of the policies attached to groups that the user is a member of.</p> <p>You can optionally include a list of one or more additional policies, specified as strings. If you want to include <i>only</i> a list of policies by string, use <a>GetContextKeysForCustomPolicy</a> instead.</p> <p> <b>Note:</b> This operation discloses information about the permissions granted to other users. If you do not want users to see other user's permissions, then consider allowing them to use <a>GetContextKeysForCustomPolicy</a> instead.</p> <p>Context keys are variables maintained by Amazon Web Services and its services that provide details about the context of an API query request. Context keys can be evaluated by testing against a value in an IAM policy. Use <a>GetContextKeysForPrincipalPolicy</a> to understand what key names and values you must supply when you call <a>SimulatePrincipalPolicy</a>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetContextKeysForPolicyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      parameters:
        - name: PolicySourceArn
          in: query
          required: true
          description: <p>The ARN of a user, group, or role whose policies contain the context keys that you want listed. If you specify a user, the list includes context keys that are found in all policies that are attached to the user. The list also includes all groups that the user is a member of. If you pick a group or a role, then it includes only those context keys that are found in policies attached to that entity. Note that all parameters are shown in unencoded form here for clarity, but must be URL encoded to be included as a part of a real HTML request.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: PolicyInputList
          in: query
          required: false
          description: <p>An optional list of additional policies for which you want the list of context keys that are referenced.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/policyDocumentType"
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetContextKeysForPrincipalPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetContextKeysForPrincipalPolicy
      operationId: POST_GetContextKeysForPrincipalPolicy
      description: <p>Gets a list of all of the context keys referenced in all the IAM policies that are attached to the specified IAM entity. The entity can be an IAM user, group, or role. If you specify a user, then the request also includes all of the policies attached to groups that the user is a member of.</p> <p>You can optionally include a list of one or more additional policies, specified as strings. If you want to include <i>only</i> a list of policies by string, use <a>GetContextKeysForCustomPolicy</a> instead.</p> <p> <b>Note:</b> This operation discloses information about the permissions granted to other users. If you do not want users to see other user's permissions, then consider allowing them to use <a>GetContextKeysForCustomPolicy</a> instead.</p> <p>Context keys are variables maintained by Amazon Web Services and its services that provide details about the context of an API query request. Context keys can be evaluated by testing against a value in an IAM policy. Use <a>GetContextKeysForPrincipalPolicy</a> to understand what key names and values you must supply when you call <a>SimulatePrincipalPolicy</a>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetContextKeysForPolicyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetContextKeysForPrincipalPolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetContextKeysForPrincipalPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetCredentialReport:
    get:
      x-aws-operation-name: GetCredentialReport
      operationId: GET_GetCredentialReport
      description: ' Retrieves 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 the <i>IAM User Guide</i>.'
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetCredentialReportResponse"
        "480":
          description: CredentialReportNotPresentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CredentialReportNotPresentException"
        "481":
          description: CredentialReportExpiredException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CredentialReportExpiredException"
        "482":
          description: CredentialReportNotReadyException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CredentialReportNotReadyException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetCredentialReport
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetCredentialReport
      operationId: POST_GetCredentialReport
      description: ' Retrieves 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 the <i>IAM User Guide</i>.'
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetCredentialReportResponse"
        "480":
          description: CredentialReportNotPresentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CredentialReportNotPresentException"
        "481":
          description: CredentialReportExpiredException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CredentialReportExpiredException"
        "482":
          description: CredentialReportNotReadyException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/CredentialReportNotReadyException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetCredentialReport
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetGroup:
    get:
      x-aws-operation-name: GetGroup
      operationId: GET_GetGroup
      description: " Returns a list of IAM users that are in the specified IAM group. You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters."
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetGroupResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: GroupName
          in: query
          required: true
          description: '<p>The name of the group.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetGroup
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetGroup
      operationId: POST_GetGroup
      description: " Returns a list of IAM users that are in the specified IAM group. You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters."
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetGroupResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetGroupRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetGroup
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetGroupPolicy:
    get:
      x-aws-operation-name: GetGroupPolicy
      operationId: GET_GetGroupPolicy
      description: <p>Retrieves the specified inline policy document that is embedded in the specified IAM group.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc3986">RFC 3986</a>. You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the <code>decode</code> method of the <code>java.net.URLDecoder</code> utility class in the Java SDK. Other languages and SDKs provide similar functionality.</p> </note> <p>An IAM group can also have managed policies attached to it. To retrieve a managed policy document that is attached to a group, use <a>GetPolicy</a> to determine the policy's default version, then use <a>GetPolicyVersion</a> to retrieve the policy document.</p> <p>For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetGroupPolicyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: GroupName
          in: query
          required: true
          description: '<p>The name of the group the policy is associated with.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: PolicyName
          in: query
          required: true
          description: '<p>The name of the policy document to get.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetGroupPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetGroupPolicy
      operationId: POST_GetGroupPolicy
      description: <p>Retrieves the specified inline policy document that is embedded in the specified IAM group.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc3986">RFC 3986</a>. You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the <code>decode</code> method of the <code>java.net.URLDecoder</code> utility class in the Java SDK. Other languages and SDKs provide similar functionality.</p> </note> <p>An IAM group can also have managed policies attached to it. To retrieve a managed policy document that is attached to a group, use <a>GetPolicy</a> to determine the policy's default version, then use <a>GetPolicyVersion</a> to retrieve the policy document.</p> <p>For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetGroupPolicyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetGroupPolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetGroupPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetInstanceProfile:
    get:
      x-aws-operation-name: GetInstanceProfile
      operationId: GET_GetInstanceProfile
      description: " Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role. For more information about instance profiles, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html\">About instance profiles</a> in the <i>IAM User Guide</i>."
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetInstanceProfileResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: InstanceProfileName
          in: query
          required: true
          description: '<p>The name of the instance profile to get information about.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetInstanceProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetInstanceProfile
      operationId: POST_GetInstanceProfile
      description: " Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role. For more information about instance profiles, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html\">About instance profiles</a> in the <i>IAM User Guide</i>."
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetInstanceProfileResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetInstanceProfileRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetInstanceProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetLoginProfile:
    get:
      x-aws-operation-name: GetLoginProfile
      operationId: GET_GetLoginProfile
      description: <p>Retrieves the user name for the specified IAM user. A login profile is created when you create a password for the user to access the Amazon Web Services Management Console. If the user does not exist or does not have a password, the operation returns a 404 (<code>NoSuchEntity</code>) error.</p> <p>If you create an IAM user with access to the console, the <code>CreateDate</code> reflects the date you created the initial password for the user.</p> <p>If you create an IAM user with programmatic access, and then later add a password for the user to access the Amazon Web Services Management Console, the <code>CreateDate</code> reflects the initial password creation date. A user with programmatic access does not have a login profile unless you create a password for the user to access the Amazon Web Services Management Console.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetLoginProfileResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the user whose login profile you want to retrieve.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetLoginProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetLoginProfile
      operationId: POST_GetLoginProfile
      description: <p>Retrieves the user name for the specified IAM user. A login profile is created when you create a password for the user to access the Amazon Web Services Management Console. If the user does not exist or does not have a password, the operation returns a 404 (<code>NoSuchEntity</code>) error.</p> <p>If you create an IAM user with access to the console, the <code>CreateDate</code> reflects the date you created the initial password for the user.</p> <p>If you create an IAM user with programmatic access, and then later add a password for the user to access the Amazon Web Services Management Console, the <code>CreateDate</code> reflects the initial password creation date. A user with programmatic access does not have a login profile unless you create a password for the user to access the Amazon Web Services Management Console.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetLoginProfileResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetLoginProfileRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetLoginProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetOpenIDConnectProvider:
    get:
      x-aws-operation-name: GetOpenIDConnectProvider
      operationId: GET_GetOpenIDConnectProvider
      description: Returns information about the specified OpenID Connect (OIDC) provider resource object in IAM.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetOpenIDConnectProviderResponse"
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: OpenIDConnectProviderArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the OIDC provider resource object in IAM to get information for. You can get a list of OIDC provider resource ARNs by using the <a>ListOpenIDConnectProviders</a> operation.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetOpenIDConnectProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetOpenIDConnectProvider
      operationId: POST_GetOpenIDConnectProvider
      description: Returns information about the specified OpenID Connect (OIDC) provider resource object in IAM.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetOpenIDConnectProviderResponse"
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetOpenIDConnectProviderRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetOpenIDConnectProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetOrganizationsAccessReport:
    get:
      x-aws-operation-name: GetOrganizationsAccessReport
      operationId: GET_GetOrganizationsAccessReport
      description: <p>Retrieves the service last accessed data report for Organizations that was previously generated using the <code> <a>GenerateOrganizationsAccessReport</a> </code> operation. This operation retrieves the status of your report job and the report contents.</p> <p>Depending on the parameters that you passed when you generated the report, the data returned could include different information. For details, see <a>GenerateOrganizationsAccessReport</a>.</p> <p>To call this operation, you must be signed in to the management account in your organization. SCPs must be enabled for your organization root. You must have permissions to perform this operation. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html">Refining permissions using service last accessed data</a> in the <i>IAM User Guide</i>.</p> <p>For each service that principals in an account (root user, IAM users, or IAM roles) could access using SCPs, the operation returns details about the most recent access attempt. If there was no attempt, the service is listed without details about the most recent attempt to access the service. If the operation fails, it returns the reason that it failed.</p> <p>By default, the list is sorted by service namespace.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetOrganizationsAccessReportResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
      parameters:
        - name: JobId
          in: query
          required: true
          description: The identifier of the request generated by the <a>GenerateOrganizationsAccessReport</a> operation.
          schema:
            type: string
            minLength: 36
            maxLength: 36
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: SortKey
          in: query
          required: false
          description: The key that is used to sort the results. If you choose the namespace key, the results are returned in alphabetical order. If you choose the time key, the results are sorted numerically by the date and time.
          schema:
            type: string
            enum:
              - SERVICE_NAMESPACE_ASCENDING
              - SERVICE_NAMESPACE_DESCENDING
              - LAST_AUTHENTICATED_TIME_ASCENDING
              - LAST_AUTHENTICATED_TIME_DESCENDING
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetOrganizationsAccessReport
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetOrganizationsAccessReport
      operationId: POST_GetOrganizationsAccessReport
      description: <p>Retrieves the service last accessed data report for Organizations that was previously generated using the <code> <a>GenerateOrganizationsAccessReport</a> </code> operation. This operation retrieves the status of your report job and the report contents.</p> <p>Depending on the parameters that you passed when you generated the report, the data returned could include different information. For details, see <a>GenerateOrganizationsAccessReport</a>.</p> <p>To call this operation, you must be signed in to the management account in your organization. SCPs must be enabled for your organization root. You must have permissions to perform this operation. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html">Refining permissions using service last accessed data</a> in the <i>IAM User Guide</i>.</p> <p>For each service that principals in an account (root user, IAM users, or IAM roles) could access using SCPs, the operation returns details about the most recent access attempt. If there was no attempt, the service is listed without details about the most recent attempt to access the service. If the operation fails, it returns the reason that it failed.</p> <p>By default, the list is sorted by service namespace.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetOrganizationsAccessReportResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetOrganizationsAccessReportRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetOrganizationsAccessReport
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetPolicy:
    get:
      x-aws-operation-name: GetPolicy
      operationId: GET_GetPolicy
      description: <p>Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached. To retrieve the list of the specific users, groups, and roles that the policy is attached to, use <a>ListEntitiesForPolicy</a>. This operation returns metadata about the policy. To retrieve the actual policy document for a specific version of the policy, use <a>GetPolicyVersion</a>.</p> <p>This operation retrieves information about managed policies. To retrieve information about an inline policy that is embedded with an IAM user, group, or role, use <a>GetUserPolicy</a>, <a>GetGroupPolicy</a>, or <a>GetRolePolicy</a>.</p> <p>For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetPolicyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: PolicyArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the managed policy that you want information about.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetPolicy
      operationId: POST_GetPolicy
      description: <p>Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached. To retrieve the list of the specific users, groups, and roles that the policy is attached to, use <a>ListEntitiesForPolicy</a>. This operation returns metadata about the policy. To retrieve the actual policy document for a specific version of the policy, use <a>GetPolicyVersion</a>.</p> <p>This operation retrieves information about managed policies. To retrieve information about an inline policy that is embedded with an IAM user, group, or role, use <a>GetUserPolicy</a>, <a>GetGroupPolicy</a>, or <a>GetRolePolicy</a>.</p> <p>For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetPolicyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetPolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetPolicyVersion:
    get:
      x-aws-operation-name: GetPolicyVersion
      operationId: GET_GetPolicyVersion
      description: <p>Retrieves information about the specified version of the specified managed policy, including the policy document.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc3986">RFC 3986</a>. You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the <code>decode</code> method of the <code>java.net.URLDecoder</code> utility class in the Java SDK. Other languages and SDKs provide similar functionality.</p> </note> <p>To list the available versions for a policy, use <a>ListPolicyVersions</a>.</p> <p>This operation retrieves information about managed policies. To retrieve information about an inline policy that is embedded in a user, group, or role, use <a>GetUserPolicy</a>, <a>GetGroupPolicy</a>, or <a>GetRolePolicy</a>.</p> <p>For more information about the types of policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>For more information about managed policy versions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetPolicyVersionResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: PolicyArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the managed policy that you want information about.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: VersionId
          in: query
          required: true
          description: <p>Identifies the policy version to retrieve.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that consists of the lowercase letter 'v' followed by one or two digits, and optionally followed by a period '.' and a string of letters and digits.</p>
          schema:
            type: string
            pattern: v[1-9][0-9]*(\.[A-Za-z0-9-]*)?
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetPolicyVersion
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetPolicyVersion
      operationId: POST_GetPolicyVersion
      description: <p>Retrieves information about the specified version of the specified managed policy, including the policy document.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc3986">RFC 3986</a>. You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the <code>decode</code> method of the <code>java.net.URLDecoder</code> utility class in the Java SDK. Other languages and SDKs provide similar functionality.</p> </note> <p>To list the available versions for a policy, use <a>ListPolicyVersions</a>.</p> <p>This operation retrieves information about managed policies. To retrieve information about an inline policy that is embedded in a user, group, or role, use <a>GetUserPolicy</a>, <a>GetGroupPolicy</a>, or <a>GetRolePolicy</a>.</p> <p>For more information about the types of policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>For more information about managed policy versions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetPolicyVersionResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetPolicyVersionRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetPolicyVersion
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetRole:
    get:
      x-aws-operation-name: GetRole
      operationId: GET_GetRole
      description: <p>Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role. For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">Working with roles</a>.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc3986">RFC 3986</a>. You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the <code>decode</code> method of the <code>java.net.URLDecoder</code> utility class in the Java SDK. Other languages and SDKs provide similar functionality.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetRoleResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: '<p>The name of the IAM role to get information about.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetRole
      operationId: POST_GetRole
      description: <p>Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role. For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">Working with roles</a>.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc3986">RFC 3986</a>. You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the <code>decode</code> method of the <code>java.net.URLDecoder</code> utility class in the Java SDK. Other languages and SDKs provide similar functionality.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetRoleResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetRoleRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetRolePolicy:
    get:
      x-aws-operation-name: GetRolePolicy
      operationId: GET_GetRolePolicy
      description: <p>Retrieves the specified inline policy document that is embedded with the specified IAM role.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc3986">RFC 3986</a>. You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the <code>decode</code> method of the <code>java.net.URLDecoder</code> utility class in the Java SDK. Other languages and SDKs provide similar functionality.</p> </note> <p>An IAM role can also have managed policies attached to it. To retrieve a managed policy document that is attached to a role, use <a>GetPolicy</a> to determine the policy's default version, then use <a>GetPolicyVersion</a> to retrieve the policy document.</p> <p>For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html">Using roles to delegate permissions and federate identities</a>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetRolePolicyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: '<p>The name of the role associated with the policy.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: PolicyName
          in: query
          required: true
          description: '<p>The name of the policy document to get.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetRolePolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetRolePolicy
      operationId: POST_GetRolePolicy
      description: <p>Retrieves the specified inline policy document that is embedded with the specified IAM role.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc3986">RFC 3986</a>. You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the <code>decode</code> method of the <code>java.net.URLDecoder</code> utility class in the Java SDK. Other languages and SDKs provide similar functionality.</p> </note> <p>An IAM role can also have managed policies attached to it. To retrieve a managed policy document that is attached to a role, use <a>GetPolicy</a> to determine the policy's default version, then use <a>GetPolicyVersion</a> to retrieve the policy document.</p> <p>For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html">Using roles to delegate permissions and federate identities</a>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetRolePolicyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetRolePolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetRolePolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetSAMLProvider:
    get:
      x-aws-operation-name: GetSAMLProvider
      operationId: GET_GetSAMLProvider
      description: <p>Returns the SAML provider metadocument that was uploaded when the IAM SAML provider resource object was created or updated.</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>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetSAMLProviderResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: SAMLProviderArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the SAML provider resource object in IAM to get information about.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetSAMLProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetSAMLProvider
      operationId: POST_GetSAMLProvider
      description: <p>Returns the SAML provider metadocument that was uploaded when the IAM SAML provider resource object was created or updated.</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>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetSAMLProviderResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetSAMLProviderRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetSAMLProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetSSHPublicKey:
    get:
      x-aws-operation-name: GetSSHPublicKey
      operationId: GET_GetSSHPublicKey
      description: <p>Retrieves the specified SSH public key, including metadata about the key.</p> <p>The SSH public key retrieved by this operation is used only for authenticating the associated IAM user to an CodeCommit repository. For more information about using SSH keys to authenticate to an CodeCommit repository, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html">Set up CodeCommit for SSH connections</a> in the <i>CodeCommit User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetSSHPublicKeyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: UnrecognizedPublicKeyEncodingException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnrecognizedPublicKeyEncodingException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the IAM user associated with the SSH public key.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: SSHPublicKeyId
          in: query
          required: true
          description: <p>The unique identifier for the SSH public key.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
          schema:
            type: string
            pattern: "[\\w]+"
            minLength: 20
            maxLength: 128
        - name: Encoding
          in: query
          required: true
          description: Specifies the public key encoding format to use in the response. To retrieve the public key in ssh-rsa format, use <code>SSH</code>. To retrieve the public key in PEM format, use <code>PEM</code>.
          schema:
            type: string
            enum:
              - SSH
              - PEM
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetSSHPublicKey
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetSSHPublicKey
      operationId: POST_GetSSHPublicKey
      description: <p>Retrieves the specified SSH public key, including metadata about the key.</p> <p>The SSH public key retrieved by this operation is used only for authenticating the associated IAM user to an CodeCommit repository. For more information about using SSH keys to authenticate to an CodeCommit repository, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html">Set up CodeCommit for SSH connections</a> in the <i>CodeCommit User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetSSHPublicKeyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: UnrecognizedPublicKeyEncodingException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnrecognizedPublicKeyEncodingException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetSSHPublicKeyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetSSHPublicKey
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetServerCertificate:
    get:
      x-aws-operation-name: GetServerCertificate
      operationId: GET_GetServerCertificate
      description: <p>Retrieves information about the specified server certificate stored in IAM.</p> <p>For more information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with server certificates</a> in the <i>IAM User Guide</i>. This topic includes a list of Amazon Web Services services that can use the server certificates that you manage with IAM.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetServerCertificateResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: ServerCertificateName
          in: query
          required: true
          description: '<p>The name of the server certificate you want to retrieve information about.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetServerCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetServerCertificate
      operationId: POST_GetServerCertificate
      description: <p>Retrieves information about the specified server certificate stored in IAM.</p> <p>For more information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with server certificates</a> in the <i>IAM User Guide</i>. This topic includes a list of Amazon Web Services services that can use the server certificates that you manage with IAM.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetServerCertificateResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetServerCertificateRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetServerCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetServiceLastAccessedDetails:
    get:
      x-aws-operation-name: GetServiceLastAccessedDetails
      operationId: GET_GetServiceLastAccessedDetails
      description: <p>Retrieves a service last accessed report that was created using the <code>GenerateServiceLastAccessedDetails</code> operation. You can use the <code>JobId</code> parameter in <code>GetServiceLastAccessedDetails</code> to retrieve the status of your report job. When the report is complete, you can retrieve the generated report. The report includes a list of Amazon Web Services services that the resource (user, group, role, or managed policy) can access.</p> <note> <p>Service last accessed data does not use other policy types when determining whether a resource could access a service. These other policy types include resource-based policies, access control lists, Organizations policies, IAM permissions boundaries, and STS assume role policies. It only applies permissions policy logic. For more about the evaluation of policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html#policy-eval-basics">Evaluating policies</a> in the <i>IAM User Guide</i>.</p> </note> <p>For each service that the resource could access using permissions policies, the operation returns details about the most recent access attempt. If there was no attempt, the service is listed without details about the most recent attempt to access the service. If the operation fails, the <code>GetServiceLastAccessedDetails</code> operation returns the reason that it failed.</p> <p>The <code>GetServiceLastAccessedDetails</code> operation returns a list of services. This list includes the number of entities that have attempted to access the service and the date and time of the last attempt. It also returns the ARN of the following entity, depending on the resource ARN that you used to generate the report:</p> <ul> <li> <p> <b>User</b> – Returns the user ARN that you used to generate the report</p> </li> <li> <p> <b>Group</b> – Returns the ARN of the group member (user) that last attempted to access the service</p> </li> <li> <p> <b>Role</b> – Returns the role ARN that you used to generate the report</p> </li> <li> <p> <b>Policy</b> – Returns the ARN of the user or role that last used the policy to attempt to access the service</p> </li> </ul> <p>By default, the list is sorted by service namespace.</p> <p>If you specified <code>ACTION_LEVEL</code> granularity when you generated the report, this operation returns service and action last accessed data. This includes the most recent access attempt for each tracked action within a service. Otherwise, this operation returns only service data.</p> <p>For more information about service and action last accessed data, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html">Reducing permissions using service last accessed data</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetServiceLastAccessedDetailsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      parameters:
        - name: JobId
          in: query
          required: true
          description: The ID of the request generated by the <a>GenerateServiceLastAccessedDetails</a> operation. The <code>JobId</code> returned by <code>GenerateServiceLastAccessedDetail</code> must be used by the same role within a session, or by the same user when used to call <code>GetServiceLastAccessedDetail</code>.
          schema:
            type: string
            minLength: 36
            maxLength: 36
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetServiceLastAccessedDetails
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetServiceLastAccessedDetails
      operationId: POST_GetServiceLastAccessedDetails
      description: <p>Retrieves a service last accessed report that was created using the <code>GenerateServiceLastAccessedDetails</code> operation. You can use the <code>JobId</code> parameter in <code>GetServiceLastAccessedDetails</code> to retrieve the status of your report job. When the report is complete, you can retrieve the generated report. The report includes a list of Amazon Web Services services that the resource (user, group, role, or managed policy) can access.</p> <note> <p>Service last accessed data does not use other policy types when determining whether a resource could access a service. These other policy types include resource-based policies, access control lists, Organizations policies, IAM permissions boundaries, and STS assume role policies. It only applies permissions policy logic. For more about the evaluation of policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html#policy-eval-basics">Evaluating policies</a> in the <i>IAM User Guide</i>.</p> </note> <p>For each service that the resource could access using permissions policies, the operation returns details about the most recent access attempt. If there was no attempt, the service is listed without details about the most recent attempt to access the service. If the operation fails, the <code>GetServiceLastAccessedDetails</code> operation returns the reason that it failed.</p> <p>The <code>GetServiceLastAccessedDetails</code> operation returns a list of services. This list includes the number of entities that have attempted to access the service and the date and time of the last attempt. It also returns the ARN of the following entity, depending on the resource ARN that you used to generate the report:</p> <ul> <li> <p> <b>User</b> – Returns the user ARN that you used to generate the report</p> </li> <li> <p> <b>Group</b> – Returns the ARN of the group member (user) that last attempted to access the service</p> </li> <li> <p> <b>Role</b> – Returns the role ARN that you used to generate the report</p> </li> <li> <p> <b>Policy</b> – Returns the ARN of the user or role that last used the policy to attempt to access the service</p> </li> </ul> <p>By default, the list is sorted by service namespace.</p> <p>If you specified <code>ACTION_LEVEL</code> granularity when you generated the report, this operation returns service and action last accessed data. This includes the most recent access attempt for each tracked action within a service. Otherwise, this operation returns only service data.</p> <p>For more information about service and action last accessed data, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html">Reducing permissions using service last accessed data</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetServiceLastAccessedDetailsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetServiceLastAccessedDetailsRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetServiceLastAccessedDetails
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetServiceLastAccessedDetailsWithEntities:
    get:
      x-aws-operation-name: GetServiceLastAccessedDetailsWithEntities
      operationId: GET_GetServiceLastAccessedDetailsWithEntities
      description: <p>After you generate a group or policy report using the <code>GenerateServiceLastAccessedDetails</code> operation, you can use the <code>JobId</code> parameter in <code>GetServiceLastAccessedDetailsWithEntities</code>. This operation retrieves the status of your report job and a list of entities that could have used group or policy permissions to access the specified service.</p> <ul> <li> <p> <b>Group</b> – For a group report, this operation returns a list of users in the group that could have used the group’s policies in an attempt to access the service.</p> </li> <li> <p> <b>Policy</b> – For a policy report, this operation returns a list of entities (users or roles) that could have used the policy in an attempt to access the service.</p> </li> </ul> <p>You can also use this operation for user or role reports to retrieve details about those entities.</p> <p>If the operation fails, the <code>GetServiceLastAccessedDetailsWithEntities</code> operation returns the reason that it failed.</p> <p>By default, the list of associated entities is sorted by date, with the most recent access listed first.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetServiceLastAccessedDetailsWithEntitiesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      parameters:
        - name: JobId
          in: query
          required: true
          description: The ID of the request generated by the <code>GenerateServiceLastAccessedDetails</code> operation.
          schema:
            type: string
            minLength: 36
            maxLength: 36
        - name: ServiceNamespace
          in: query
          required: true
          description: '<p>The service namespace for an Amazon Web Services service. Provide the service namespace to learn when the IAM entity last attempted to access the specified service.</p> <p>To learn the service namespace for a service, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html">Actions, resources, and condition keys for Amazon Web Services services</a> in the <i>IAM User Guide</i>. Choose the name of the service to view details for that service. In the first paragraph, find the service prefix. For example, <code>(service prefix: a4b)</code>. For more information about service namespaces, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces">Amazon Web Services service namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>'
          schema:
            type: string
            pattern: "[\\w-]*"
            minLength: 1
            maxLength: 64
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetServiceLastAccessedDetailsWithEntities
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetServiceLastAccessedDetailsWithEntities
      operationId: POST_GetServiceLastAccessedDetailsWithEntities
      description: <p>After you generate a group or policy report using the <code>GenerateServiceLastAccessedDetails</code> operation, you can use the <code>JobId</code> parameter in <code>GetServiceLastAccessedDetailsWithEntities</code>. This operation retrieves the status of your report job and a list of entities that could have used group or policy permissions to access the specified service.</p> <ul> <li> <p> <b>Group</b> – For a group report, this operation returns a list of users in the group that could have used the group’s policies in an attempt to access the service.</p> </li> <li> <p> <b>Policy</b> – For a policy report, this operation returns a list of entities (users or roles) that could have used the policy in an attempt to access the service.</p> </li> </ul> <p>You can also use this operation for user or role reports to retrieve details about those entities.</p> <p>If the operation fails, the <code>GetServiceLastAccessedDetailsWithEntities</code> operation returns the reason that it failed.</p> <p>By default, the list of associated entities is sorted by date, with the most recent access listed first.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetServiceLastAccessedDetailsWithEntitiesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetServiceLastAccessedDetailsWithEntitiesRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetServiceLastAccessedDetailsWithEntities
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetServiceLinkedRoleDeletionStatus:
    get:
      x-aws-operation-name: GetServiceLinkedRoleDeletionStatus
      operationId: GET_GetServiceLinkedRoleDeletionStatus
      description: Retrieves the status of your service-linked role deletion. After you use <a>DeleteServiceLinkedRole</a> to submit a service-linked role for deletion, you can use the <code>DeletionTaskId</code> parameter in <code>GetServiceLinkedRoleDeletionStatus</code> to check the status of the deletion. If the deletion fails, this operation returns the reason that it failed, if that information is returned by the service.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetServiceLinkedRoleDeletionStatusResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: DeletionTaskId
          in: query
          required: true
          description: The deletion task identifier. This identifier is returned by the <a>DeleteServiceLinkedRole</a> operation in the format <code>task/aws-service-role/&lt;service-principal-name&gt;/&lt;role-name&gt;/&lt;task-uuid&gt;</code>.
          schema:
            type: string
            minLength: 1
            maxLength: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetServiceLinkedRoleDeletionStatus
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetServiceLinkedRoleDeletionStatus
      operationId: POST_GetServiceLinkedRoleDeletionStatus
      description: Retrieves the status of your service-linked role deletion. After you use <a>DeleteServiceLinkedRole</a> to submit a service-linked role for deletion, you can use the <code>DeletionTaskId</code> parameter in <code>GetServiceLinkedRoleDeletionStatus</code> to check the status of the deletion. If the deletion fails, this operation returns the reason that it failed, if that information is returned by the service.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetServiceLinkedRoleDeletionStatusResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetServiceLinkedRoleDeletionStatusRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetServiceLinkedRoleDeletionStatus
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetUser:
    get:
      x-aws-operation-name: GetUser
      operationId: GET_GetUser
      description: <p>Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.</p> <p>If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID used to sign the request to this operation.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetUserResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: false
          description: '<p>The name of the user to get information about.</p> <p>This parameter is optional. If it is not included, it defaults to the user making the request. This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetUser
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetUser
      operationId: POST_GetUser
      description: <p>Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.</p> <p>If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID used to sign the request to this operation.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetUserResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetUserRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetUser
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=GetUserPolicy:
    get:
      x-aws-operation-name: GetUserPolicy
      operationId: GET_GetUserPolicy
      description: <p>Retrieves the specified inline policy document that is embedded in the specified IAM user.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc3986">RFC 3986</a>. You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the <code>decode</code> method of the <code>java.net.URLDecoder</code> utility class in the Java SDK. Other languages and SDKs provide similar functionality.</p> </note> <p>An IAM user can also have managed policies attached to it. To retrieve a managed policy document that is attached to a user, use <a>GetPolicy</a> to determine the policy's default version. Then use <a>GetPolicyVersion</a> to retrieve the policy document.</p> <p>For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetUserPolicyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the user who the policy is associated with.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: PolicyName
          in: query
          required: true
          description: '<p>The name of the policy document to get.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetUserPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: GetUserPolicy
      operationId: POST_GetUserPolicy
      description: <p>Retrieves the specified inline policy document that is embedded in the specified IAM user.</p> <note> <p>Policies returned by this operation are URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc3986">RFC 3986</a>. You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the <code>decode</code> method of the <code>java.net.URLDecoder</code> utility class in the Java SDK. Other languages and SDKs provide similar functionality.</p> </note> <p>An IAM user can also have managed policies attached to it. To retrieve a managed policy document that is attached to a user, use <a>GetPolicy</a> to determine the policy's default version. Then use <a>GetPolicyVersion</a> to retrieve the policy document.</p> <p>For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/GetUserPolicyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/GetUserPolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - GetUserPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListAccessKeys:
    get:
      x-aws-operation-name: ListAccessKeys
      operationId: GET_ListAccessKeys
      description: <p>Returns information about the access key IDs associated with the specified IAM user. If there is none, the operation returns an empty list.</p> <p>Although each user is limited to a small number of keys, you can still paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p> <p>If the <code>UserName</code> is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. If a temporary access key is used, then <code>UserName</code> is required. If a long-term key is assigned to the user, then <code>UserName</code> is not required. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users.</p> <note> <p>To ensure the security of your Amazon Web Services account, the secret access key is accessible only during key and user creation.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListAccessKeysResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: false
          description: '<p>The name of the user.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListAccessKeys
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListAccessKeys
      operationId: POST_ListAccessKeys
      description: <p>Returns information about the access key IDs associated with the specified IAM user. If there is none, the operation returns an empty list.</p> <p>Although each user is limited to a small number of keys, you can still paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p> <p>If the <code>UserName</code> is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. If a temporary access key is used, then <code>UserName</code> is required. If a long-term key is assigned to the user, then <code>UserName</code> is not required. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users.</p> <note> <p>To ensure the security of your Amazon Web Services account, the secret access key is accessible only during key and user creation.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListAccessKeysResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListAccessKeysRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListAccessKeys
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListAccountAliases:
    get:
      x-aws-operation-name: ListAccountAliases
      operationId: GET_ListAccountAliases
      description: 'Lists the account alias associated with the Amazon Web Services account (Note: you can have only one). For information about using an Amazon Web Services account alias, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html">Using an alias for your Amazon Web Services account ID</a> in the <i>IAM User Guide</i>.'
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListAccountAliasesResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListAccountAliases
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListAccountAliases
      operationId: POST_ListAccountAliases
      description: 'Lists the account alias associated with the Amazon Web Services account (Note: you can have only one). For information about using an Amazon Web Services account alias, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html">Using an alias for your Amazon Web Services account ID</a> in the <i>IAM User Guide</i>.'
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListAccountAliasesResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListAccountAliasesRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListAccountAliases
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListAttachedGroupPolicies:
    get:
      x-aws-operation-name: ListAttachedGroupPolicies
      operationId: GET_ListAttachedGroupPolicies
      description: <p>Lists all managed policies that are attached to the specified IAM group.</p> <p>An IAM group can also have inline policies embedded with it. To list the inline policies for a group, use <a>ListGroupPolicies</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. You can use the <code>PathPrefix</code> parameter to limit the list of policies to only those matching the specified path prefix. If there are no policies attached to the specified group (or none that match the specified path prefix), the operation returns an empty list.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListAttachedGroupPoliciesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: GroupName
          in: query
          required: true
          description: '<p>The name (friendly name, not ARN) of the group to list attached policies for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: PathPrefix
          in: query
          required: false
          description: <p>The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (/), listing all policies.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
          schema:
            type: string
            pattern: ((/[A-Za-z0-9\.,\+@=_-]+)*)/
            minLength: 1
            maxLength: 512
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListAttachedGroupPolicies
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListAttachedGroupPolicies
      operationId: POST_ListAttachedGroupPolicies
      description: <p>Lists all managed policies that are attached to the specified IAM group.</p> <p>An IAM group can also have inline policies embedded with it. To list the inline policies for a group, use <a>ListGroupPolicies</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. You can use the <code>PathPrefix</code> parameter to limit the list of policies to only those matching the specified path prefix. If there are no policies attached to the specified group (or none that match the specified path prefix), the operation returns an empty list.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListAttachedGroupPoliciesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListAttachedGroupPoliciesRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListAttachedGroupPolicies
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListAttachedRolePolicies:
    get:
      x-aws-operation-name: ListAttachedRolePolicies
      operationId: GET_ListAttachedRolePolicies
      description: <p>Lists all managed policies that are attached to the specified IAM role.</p> <p>An IAM role can also have inline policies embedded with it. To list the inline policies for a role, use <a>ListRolePolicies</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. You can use the <code>PathPrefix</code> parameter to limit the list of policies to only those matching the specified path prefix. If there are no policies attached to the specified role (or none that match the specified path prefix), the operation returns an empty list.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListAttachedRolePoliciesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: '<p>The name (friendly name, not ARN) of the role to list attached policies for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: PathPrefix
          in: query
          required: false
          description: <p>The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (/), listing all policies.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
          schema:
            type: string
            pattern: ((/[A-Za-z0-9\.,\+@=_-]+)*)/
            minLength: 1
            maxLength: 512
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListAttachedRolePolicies
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListAttachedRolePolicies
      operationId: POST_ListAttachedRolePolicies
      description: <p>Lists all managed policies that are attached to the specified IAM role.</p> <p>An IAM role can also have inline policies embedded with it. To list the inline policies for a role, use <a>ListRolePolicies</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. You can use the <code>PathPrefix</code> parameter to limit the list of policies to only those matching the specified path prefix. If there are no policies attached to the specified role (or none that match the specified path prefix), the operation returns an empty list.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListAttachedRolePoliciesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListAttachedRolePoliciesRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListAttachedRolePolicies
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListAttachedUserPolicies:
    get:
      x-aws-operation-name: ListAttachedUserPolicies
      operationId: GET_ListAttachedUserPolicies
      description: <p>Lists all managed policies that are attached to the specified IAM user.</p> <p>An IAM user can also have inline policies embedded with it. To list the inline policies for a user, use <a>ListUserPolicies</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. You can use the <code>PathPrefix</code> parameter to limit the list of policies to only those matching the specified path prefix. If there are no policies attached to the specified group (or none that match the specified path prefix), the operation returns an empty list.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListAttachedUserPoliciesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name (friendly name, not ARN) of the user to list attached policies for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: PathPrefix
          in: query
          required: false
          description: <p>The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (/), listing all policies.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
          schema:
            type: string
            pattern: ((/[A-Za-z0-9\.,\+@=_-]+)*)/
            minLength: 1
            maxLength: 512
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListAttachedUserPolicies
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListAttachedUserPolicies
      operationId: POST_ListAttachedUserPolicies
      description: <p>Lists all managed policies that are attached to the specified IAM user.</p> <p>An IAM user can also have inline policies embedded with it. To list the inline policies for a user, use <a>ListUserPolicies</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. You can use the <code>PathPrefix</code> parameter to limit the list of policies to only those matching the specified path prefix. If there are no policies attached to the specified group (or none that match the specified path prefix), the operation returns an empty list.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListAttachedUserPoliciesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListAttachedUserPoliciesRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListAttachedUserPolicies
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListEntitiesForPolicy:
    get:
      x-aws-operation-name: ListEntitiesForPolicy
      operationId: GET_ListEntitiesForPolicy
      description: <p>Lists all IAM users, groups, and roles that the specified managed policy is attached to.</p> <p>You can use the optional <code>EntityFilter</code> parameter to limit the results to a particular type of entity (users, groups, or roles). For example, to list only the roles that are attached to the specified policy, set <code>EntityFilter</code> to <code>Role</code>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListEntitiesForPolicyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: PolicyArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the IAM policy for which you want the versions.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: EntityFilter
          in: query
          required: false
          description: <p>The entity type to use for filtering the results.</p> <p>For example, when <code>EntityFilter</code> is <code>Role</code>, only the roles that are attached to the specified policy are returned. This parameter is optional. If it is not included, all attached entities (users, groups, and roles) are returned. The argument for this parameter must be one of the valid values listed below.</p>
          schema:
            type: string
            enum:
              - User
              - Role
              - Group
              - LocalManagedPolicy
              - AWSManagedPolicy
        - name: PathPrefix
          in: query
          required: false
          description: <p>The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (/), listing all entities.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
          schema:
            type: string
            pattern: (\u002F)|(\u002F[\u0021-\u007F]+\u002F)
            minLength: 1
            maxLength: 512
        - name: PolicyUsageFilter
          in: query
          required: false
          description: <p>The policy usage method to use for filtering the results.</p> <p>To list only permissions policies, set <code>PolicyUsageFilter</code> to <code>PermissionsPolicy</code>. To list only the policies used to set permissions boundaries, set the value to <code>PermissionsBoundary</code>.</p> <p>This parameter is optional. If it is not included, all policies are returned. </p>
          schema:
            type: string
            enum:
              - PermissionsPolicy
              - PermissionsBoundary
            description: <p>The policy usage type that indicates whether the policy is used as a permissions policy or as the permissions boundary for an entity.</p> <p>For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM identities </a> in the <i>IAM User Guide</i>.</p>
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListEntitiesForPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListEntitiesForPolicy
      operationId: POST_ListEntitiesForPolicy
      description: <p>Lists all IAM users, groups, and roles that the specified managed policy is attached to.</p> <p>You can use the optional <code>EntityFilter</code> parameter to limit the results to a particular type of entity (users, groups, or roles). For example, to list only the roles that are attached to the specified policy, set <code>EntityFilter</code> to <code>Role</code>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListEntitiesForPolicyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListEntitiesForPolicyRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListEntitiesForPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListGroupPolicies:
    get:
      x-aws-operation-name: ListGroupPolicies
      operationId: GET_ListGroupPolicies
      description: <p>Lists the names of the inline policies that are embedded in the specified IAM group.</p> <p>An IAM group can also have managed policies attached to it. To list the managed policies that are attached to a group, use <a>ListAttachedGroupPolicies</a>. For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. If there are no inline policies embedded with the specified group, the operation returns an empty list.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListGroupPoliciesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: GroupName
          in: query
          required: true
          description: '<p>The name of the group to list policies for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListGroupPolicies
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListGroupPolicies
      operationId: POST_ListGroupPolicies
      description: <p>Lists the names of the inline policies that are embedded in the specified IAM group.</p> <p>An IAM group can also have managed policies attached to it. To list the managed policies that are attached to a group, use <a>ListAttachedGroupPolicies</a>. For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. If there are no inline policies embedded with the specified group, the operation returns an empty list.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListGroupPoliciesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListGroupPoliciesRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListGroupPolicies
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListGroups:
    get:
      x-aws-operation-name: ListGroups
      operationId: GET_ListGroups
      description: <p>Lists the IAM groups that have the specified path prefix.</p> <p> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListGroupsResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: PathPrefix
          in: query
          required: false
          description: <p> The path prefix for filtering the results. For example, the prefix <code>/division_abc/subdivision_xyz/</code> gets all groups whose path starts with <code>/division_abc/subdivision_xyz/</code>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/), listing all groups. This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
          schema:
            type: string
            pattern: \u002F[\u0021-\u007F]*
            minLength: 1
            maxLength: 512
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListGroups
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListGroups
      operationId: POST_ListGroups
      description: <p>Lists the IAM groups that have the specified path prefix.</p> <p> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListGroupsResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListGroupsRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListGroups
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListGroupsForUser:
    get:
      x-aws-operation-name: ListGroupsForUser
      operationId: GET_ListGroupsForUser
      description: <p>Lists the IAM groups that the specified IAM user belongs to.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListGroupsForUserResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the user to list groups for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListGroupsForUser
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListGroupsForUser
      operationId: POST_ListGroupsForUser
      description: <p>Lists the IAM groups that the specified IAM user belongs to.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListGroupsForUserResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListGroupsForUserRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListGroupsForUser
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListInstanceProfileTags:
    get:
      x-aws-operation-name: ListInstanceProfileTags
      operationId: GET_ListInstanceProfileTags
      description: Lists the tags that are attached to the specified IAM instance profile. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListInstanceProfileTagsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: InstanceProfileName
          in: query
          required: true
          description: '<p>The name of the IAM instance profile whose tags you want to see.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListInstanceProfileTags
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListInstanceProfileTags
      operationId: POST_ListInstanceProfileTags
      description: Lists the tags that are attached to the specified IAM instance profile. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListInstanceProfileTagsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListInstanceProfileTagsRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListInstanceProfileTags
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListInstanceProfiles:
    get:
      x-aws-operation-name: ListInstanceProfiles
      operationId: GET_ListInstanceProfiles
      description: <p>Lists the instance profiles that have the specified path prefix. If there are none, the operation returns an empty list. For more information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About instance profiles</a>.</p> <note> <p>IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for an instance profile, see <a>GetInstanceProfile</a>.</p> </note> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListInstanceProfilesResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: PathPrefix
          in: query
          required: false
          description: <p> The path prefix for filtering the results. For example, the prefix <code>/application_abc/component_xyz/</code> gets all instance profiles whose path starts with <code>/application_abc/component_xyz/</code>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/), listing all instance profiles. This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
          schema:
            type: string
            pattern: \u002F[\u0021-\u007F]*
            minLength: 1
            maxLength: 512
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListInstanceProfiles
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListInstanceProfiles
      operationId: POST_ListInstanceProfiles
      description: <p>Lists the instance profiles that have the specified path prefix. If there are none, the operation returns an empty list. For more information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About instance profiles</a>.</p> <note> <p>IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for an instance profile, see <a>GetInstanceProfile</a>.</p> </note> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListInstanceProfilesResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListInstanceProfilesRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListInstanceProfiles
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListInstanceProfilesForRole:
    get:
      x-aws-operation-name: ListInstanceProfilesForRole
      operationId: GET_ListInstanceProfilesForRole
      description: <p>Lists the instance profiles that have the specified associated IAM role. If there are none, the operation returns an empty list. For more information about instance profiles, go to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About instance profiles</a>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListInstanceProfilesForRoleResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: '<p>The name of the role to list instance profiles for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListInstanceProfilesForRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListInstanceProfilesForRole
      operationId: POST_ListInstanceProfilesForRole
      description: <p>Lists the instance profiles that have the specified associated IAM role. If there are none, the operation returns an empty list. For more information about instance profiles, go to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About instance profiles</a>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListInstanceProfilesForRoleResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListInstanceProfilesForRoleRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListInstanceProfilesForRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListMFADeviceTags:
    get:
      x-aws-operation-name: ListMFADeviceTags
      operationId: GET_ListMFADeviceTags
      description: Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListMFADeviceTagsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: SerialNumber
          in: query
          required: true
          description: '<p>The unique identifier for the IAM virtual MFA device whose tags you want to see. For virtual MFA devices, the serial number is the same as the ARN.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=/:,.@-]+"
            minLength: 9
            maxLength: 256
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListMFADeviceTags
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListMFADeviceTags
      operationId: POST_ListMFADeviceTags
      description: Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListMFADeviceTagsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListMFADeviceTagsRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListMFADeviceTags
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListMFADevices:
    get:
      x-aws-operation-name: ListMFADevices
      operationId: GET_ListMFADevices
      description: <p>Lists the MFA devices for an IAM user. If the request includes a IAM user name, then this operation lists all the MFA devices associated with the specified user. If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request for this operation.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListMFADevicesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: false
          description: '<p>The name of the user whose MFA devices you want to list.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListMFADevices
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListMFADevices
      operationId: POST_ListMFADevices
      description: <p>Lists the MFA devices for an IAM user. If the request includes a IAM user name, then this operation lists all the MFA devices associated with the specified user. If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request for this operation.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListMFADevicesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListMFADevicesRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListMFADevices
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListOpenIDConnectProviderTags:
    get:
      x-aws-operation-name: ListOpenIDConnectProviderTags
      operationId: GET_ListOpenIDConnectProviderTags
      description: <p>Lists the tags that are attached to the specified OpenID Connect (OIDC)-compatible identity provider. The returned list of tags is sorted by tag key. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc.html">About web identity federation</a>.</p> <p>For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListOpenIDConnectProviderTagsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      parameters:
        - name: OpenIDConnectProviderArn
          in: query
          required: true
          description: '<p>The ARN of the OpenID Connect (OIDC) identity provider whose tags you want to see.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListOpenIDConnectProviderTags
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListOpenIDConnectProviderTags
      operationId: POST_ListOpenIDConnectProviderTags
      description: <p>Lists the tags that are attached to the specified OpenID Connect (OIDC)-compatible identity provider. The returned list of tags is sorted by tag key. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc.html">About web identity federation</a>.</p> <p>For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListOpenIDConnectProviderTagsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListOpenIDConnectProviderTagsRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListOpenIDConnectProviderTags
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListOpenIDConnectProviders:
    get:
      x-aws-operation-name: ListOpenIDConnectProviders
      operationId: GET_ListOpenIDConnectProviders
      description: <p>Lists information about the IAM OpenID Connect (OIDC) provider resource objects defined in the Amazon Web Services account.</p> <note> <p>IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for an OIDC provider, see <a>GetOpenIDConnectProvider</a>.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListOpenIDConnectProvidersResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListOpenIDConnectProviders
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListOpenIDConnectProviders
      operationId: POST_ListOpenIDConnectProviders
      description: <p>Lists information about the IAM OpenID Connect (OIDC) provider resource objects defined in the Amazon Web Services account.</p> <note> <p>IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for an OIDC provider, see <a>GetOpenIDConnectProvider</a>.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListOpenIDConnectProvidersResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListOpenIDConnectProvidersRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListOpenIDConnectProviders
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListPolicies:
    get:
      x-aws-operation-name: ListPolicies
      operationId: GET_ListPolicies
      description: <p>Lists all the managed policies that are available in your Amazon Web Services account, including your own customer-defined managed policies and all Amazon Web Services managed policies.</p> <p>You can filter the list of policies that is returned using the optional <code>OnlyAttached</code>, <code>Scope</code>, and <code>PathPrefix</code> parameters. For example, to list only the customer managed policies in your Amazon Web Services account, set <code>Scope</code> to <code>Local</code>. To list only Amazon Web Services managed policies, set <code>Scope</code> to <code>AWS</code>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p> <p>For more information about managed policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <note> <p>IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a customer manged policy, see <a>GetPolicy</a>.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListPoliciesResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Scope
          in: query
          required: false
          description: <p>The scope to use for filtering the results.</p> <p>To list only Amazon Web Services managed policies, set <code>Scope</code> to <code>AWS</code>. To list only the customer managed policies in your Amazon Web Services account, set <code>Scope</code> to <code>Local</code>.</p> <p>This parameter is optional. If it is not included, or if it is set to <code>All</code>, all policies are returned.</p>
          schema:
            type: string
            enum:
              - All
              - AWS
              - Local
        - name: OnlyAttached
          in: query
          required: false
          description: <p>A flag to filter the results to only the attached policies.</p> <p>When <code>OnlyAttached</code> is <code>true</code>, the returned list contains only the policies that are attached to an IAM user, group, or role. When <code>OnlyAttached</code> is <code>false</code>, or when the parameter is not included, all policies are returned.</p>
          schema:
            type: boolean
        - name: PathPrefix
          in: query
          required: false
          description: The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (/), listing all policies. This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.
          schema:
            type: string
            pattern: ((/[A-Za-z0-9\.,\+@=_-]+)*)/
            minLength: 1
            maxLength: 512
        - name: PolicyUsageFilter
          in: query
          required: false
          description: <p>The policy usage method to use for filtering the results.</p> <p>To list only permissions policies, set <code>PolicyUsageFilter</code> to <code>PermissionsPolicy</code>. To list only the policies used to set permissions boundaries, set the value to <code>PermissionsBoundary</code>.</p> <p>This parameter is optional. If it is not included, all policies are returned. </p>
          schema:
            type: string
            enum:
              - PermissionsPolicy
              - PermissionsBoundary
            description: <p>The policy usage type that indicates whether the policy is used as a permissions policy or as the permissions boundary for an entity.</p> <p>For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM identities </a> in the <i>IAM User Guide</i>.</p>
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListPolicies
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListPolicies
      operationId: POST_ListPolicies
      description: <p>Lists all the managed policies that are available in your Amazon Web Services account, including your own customer-defined managed policies and all Amazon Web Services managed policies.</p> <p>You can filter the list of policies that is returned using the optional <code>OnlyAttached</code>, <code>Scope</code>, and <code>PathPrefix</code> parameters. For example, to list only the customer managed policies in your Amazon Web Services account, set <code>Scope</code> to <code>Local</code>. To list only Amazon Web Services managed policies, set <code>Scope</code> to <code>AWS</code>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p> <p>For more information about managed policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <note> <p>IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a customer manged policy, see <a>GetPolicy</a>.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListPoliciesResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListPoliciesRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListPolicies
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListPoliciesGrantingServiceAccess:
    get:
      x-aws-operation-name: ListPoliciesGrantingServiceAccess
      operationId: GET_ListPoliciesGrantingServiceAccess
      description: <p>Retrieves a list of policies that the IAM identity (user, group, or role) can use to access each specified service.</p> <note> <p>This operation does not use other policy types when determining whether a resource could access a service. These other policy types include resource-based policies, access control lists, Organizations policies, IAM permissions boundaries, and STS assume role policies. It only applies permissions policy logic. For more about the evaluation of policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html#policy-eval-basics">Evaluating policies</a> in the <i>IAM User Guide</i>.</p> </note> <p>The list of policies returned by the operation depends on the ARN of the identity that you provide.</p> <ul> <li> <p> <b>User</b> – The list of policies includes the managed and inline policies that are attached to the user directly. The list also includes any additional managed and inline policies that are attached to the group to which the user belongs. </p> </li> <li> <p> <b>Group</b> – The list of policies includes only the managed and inline policies that are attached to the group directly. Policies that are attached to the group’s user are not included.</p> </li> <li> <p> <b>Role</b> – The list of policies includes only the managed and inline policies that are attached to the role.</p> </li> </ul> <p>For each managed policy, this operation returns the ARN and policy name. For each inline policy, it returns the policy name and the entity to which it is attached. Inline policies do not have an ARN. For more information about these policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>Policies that are attached to users and roles as permissions boundaries are not returned. To view which managed policy is currently used to set the permissions boundary for a user or role, use the <a>GetUser</a> or <a>GetRole</a> operations.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListPoliciesGrantingServiceAccessResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      parameters:
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: Arn
          in: query
          required: true
          description: The ARN of the IAM identity (user, group, or role) whose policies you want to list.
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: ServiceNamespaces
          in: query
          required: true
          description: '<p>The service namespace for the Amazon Web Services services whose policies you want to list.</p> <p>To learn the service namespace for a service, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html">Actions, resources, and condition keys for Amazon Web Services services</a> in the <i>IAM User Guide</i>. Choose the name of the service to view details for that service. In the first paragraph, find the service prefix. For example, <code>(service prefix: a4b)</code>. For more information about service namespaces, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces">Amazon Web Services service namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>'
          schema:
            type: array
            items:
              $ref: "#/components/schemas/serviceNamespaceType"
            minItems: 1
            maxItems: 200
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListPoliciesGrantingServiceAccess
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListPoliciesGrantingServiceAccess
      operationId: POST_ListPoliciesGrantingServiceAccess
      description: <p>Retrieves a list of policies that the IAM identity (user, group, or role) can use to access each specified service.</p> <note> <p>This operation does not use other policy types when determining whether a resource could access a service. These other policy types include resource-based policies, access control lists, Organizations policies, IAM permissions boundaries, and STS assume role policies. It only applies permissions policy logic. For more about the evaluation of policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html#policy-eval-basics">Evaluating policies</a> in the <i>IAM User Guide</i>.</p> </note> <p>The list of policies returned by the operation depends on the ARN of the identity that you provide.</p> <ul> <li> <p> <b>User</b> – The list of policies includes the managed and inline policies that are attached to the user directly. The list also includes any additional managed and inline policies that are attached to the group to which the user belongs. </p> </li> <li> <p> <b>Group</b> – The list of policies includes only the managed and inline policies that are attached to the group directly. Policies that are attached to the group’s user are not included.</p> </li> <li> <p> <b>Role</b> – The list of policies includes only the managed and inline policies that are attached to the role.</p> </li> </ul> <p>For each managed policy, this operation returns the ARN and policy name. For each inline policy, it returns the policy name and the entity to which it is attached. Inline policies do not have an ARN. For more information about these policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>Policies that are attached to users and roles as permissions boundaries are not returned. To view which managed policy is currently used to set the permissions boundary for a user or role, use the <a>GetUser</a> or <a>GetRole</a> operations.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListPoliciesGrantingServiceAccessResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListPoliciesGrantingServiceAccessRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListPoliciesGrantingServiceAccess
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListPolicyTags:
    get:
      x-aws-operation-name: ListPolicyTags
      operationId: GET_ListPolicyTags
      description: Lists the tags that are attached to the specified IAM customer managed policy. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListPolicyTagsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      parameters:
        - name: PolicyArn
          in: query
          required: true
          description: '<p>The ARN of the IAM customer managed policy whose tags you want to see.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListPolicyTags
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListPolicyTags
      operationId: POST_ListPolicyTags
      description: Lists the tags that are attached to the specified IAM customer managed policy. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListPolicyTagsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListPolicyTagsRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListPolicyTags
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListPolicyVersions:
    get:
      x-aws-operation-name: ListPolicyVersions
      operationId: GET_ListPolicyVersions
      description: <p>Lists information about the versions of the specified managed policy, including the version that is currently set as the policy's default version.</p> <p>For more information about managed policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListPolicyVersionsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: PolicyArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the IAM policy for which you want the versions.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListPolicyVersions
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListPolicyVersions
      operationId: POST_ListPolicyVersions
      description: <p>Lists information about the versions of the specified managed policy, including the version that is currently set as the policy's default version.</p> <p>For more information about managed policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListPolicyVersionsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListPolicyVersionsRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListPolicyVersions
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListRolePolicies:
    get:
      x-aws-operation-name: ListRolePolicies
      operationId: GET_ListRolePolicies
      description: <p>Lists the names of the inline policies that are embedded in the specified IAM role.</p> <p>An IAM role can also have managed policies attached to it. To list the managed policies that are attached to a role, use <a>ListAttachedRolePolicies</a>. For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. If there are no inline policies embedded with the specified role, the operation returns an empty list.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListRolePoliciesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: '<p>The name of the role to list policies for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListRolePolicies
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListRolePolicies
      operationId: POST_ListRolePolicies
      description: <p>Lists the names of the inline policies that are embedded in the specified IAM role.</p> <p>An IAM role can also have managed policies attached to it. To list the managed policies that are attached to a role, use <a>ListAttachedRolePolicies</a>. For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. If there are no inline policies embedded with the specified role, the operation returns an empty list.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListRolePoliciesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListRolePoliciesRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListRolePolicies
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListRoleTags:
    get:
      x-aws-operation-name: ListRoleTags
      operationId: GET_ListRoleTags
      description: Lists the tags that are attached to the specified role. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListRoleTagsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: '<p>The name of the IAM role for which you want to see the list of tags.</p> <p>This parameter accepts (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListRoleTags
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListRoleTags
      operationId: POST_ListRoleTags
      description: Lists the tags that are attached to the specified role. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListRoleTagsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListRoleTagsRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListRoleTags
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListRoles:
    get:
      x-aws-operation-name: ListRoles
      operationId: GET_ListRoles
      description: <p>Lists the IAM roles that have the specified path prefix. If there are none, the operation returns an empty list. For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">Working with roles</a>.</p> <note> <p>IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a role, see <a>GetRole</a>.</p> </note> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListRolesResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: PathPrefix
          in: query
          required: false
          description: <p> The path prefix for filtering the results. For example, the prefix <code>/application_abc/component_xyz/</code> gets all roles whose path starts with <code>/application_abc/component_xyz/</code>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/), listing all roles. This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
          schema:
            type: string
            pattern: \u002F[\u0021-\u007F]*
            minLength: 1
            maxLength: 512
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListRoles
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListRoles
      operationId: POST_ListRoles
      description: <p>Lists the IAM roles that have the specified path prefix. If there are none, the operation returns an empty list. For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">Working with roles</a>.</p> <note> <p>IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a role, see <a>GetRole</a>.</p> </note> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListRolesResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListRolesRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListRoles
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListSAMLProviderTags:
    get:
      x-aws-operation-name: ListSAMLProviderTags
      operationId: GET_ListSAMLProviderTags
      description: <p>Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider. The returned list of tags is sorted by tag key. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html">About SAML 2.0-based federation</a>.</p> <p>For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListSAMLProviderTagsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      parameters:
        - name: SAMLProviderArn
          in: query
          required: true
          description: '<p>The ARN of the Security Assertion Markup Language (SAML) identity provider whose tags you want to see.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListSAMLProviderTags
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListSAMLProviderTags
      operationId: POST_ListSAMLProviderTags
      description: <p>Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider. The returned list of tags is sorted by tag key. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html">About SAML 2.0-based federation</a>.</p> <p>For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListSAMLProviderTagsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListSAMLProviderTagsRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListSAMLProviderTags
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListSAMLProviders:
    get:
      x-aws-operation-name: ListSAMLProviders
      operationId: GET_ListSAMLProviders
      description: <p>Lists the SAML provider resource objects defined in IAM in the account. IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a SAML provider, see <a>GetSAMLProvider</a>.</p> <important> <p> This operation requires <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>.</p> </important>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListSAMLProvidersResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListSAMLProviders
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListSAMLProviders
      operationId: POST_ListSAMLProviders
      description: <p>Lists the SAML provider resource objects defined in IAM in the account. IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a SAML provider, see <a>GetSAMLProvider</a>.</p> <important> <p> This operation requires <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>.</p> </important>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListSAMLProvidersResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListSAMLProvidersRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListSAMLProviders
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListSSHPublicKeys:
    get:
      x-aws-operation-name: ListSSHPublicKeys
      operationId: GET_ListSSHPublicKeys
      description: <p>Returns information about the SSH public keys associated with the specified IAM user. If none exists, the operation returns an empty list.</p> <p>The SSH public keys returned by this operation are used only for authenticating the IAM user to an CodeCommit repository. For more information about using SSH keys to authenticate to an CodeCommit repository, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html">Set up CodeCommit for SSH connections</a> in the <i>CodeCommit User Guide</i>.</p> <p>Although each user is limited to a small number of keys, you can still paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListSSHPublicKeysResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
      parameters:
        - name: UserName
          in: query
          required: false
          description: '<p>The name of the IAM user to list SSH public keys for. If none is specified, the <code>UserName</code> field is determined implicitly based on the Amazon Web Services access key used to sign the request.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListSSHPublicKeys
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListSSHPublicKeys
      operationId: POST_ListSSHPublicKeys
      description: <p>Returns information about the SSH public keys associated with the specified IAM user. If none exists, the operation returns an empty list.</p> <p>The SSH public keys returned by this operation are used only for authenticating the IAM user to an CodeCommit repository. For more information about using SSH keys to authenticate to an CodeCommit repository, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html">Set up CodeCommit for SSH connections</a> in the <i>CodeCommit User Guide</i>.</p> <p>Although each user is limited to a small number of keys, you can still paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListSSHPublicKeysResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListSSHPublicKeysRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListSSHPublicKeys
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListServerCertificateTags:
    get:
      x-aws-operation-name: ListServerCertificateTags
      operationId: GET_ListServerCertificateTags
      description: <p>Lists the tags that are attached to the specified IAM server certificate. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>For certificates in a Region supported by Certificate Manager (ACM), we recommend that you don't use IAM server certificates. Instead, use ACM to provision, manage, and deploy your server certificates. For more information about IAM server certificates, <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with server certificates</a> in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListServerCertificateTagsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: ServerCertificateName
          in: query
          required: true
          description: '<p>The name of the IAM server certificate whose tags you want to see.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListServerCertificateTags
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListServerCertificateTags
      operationId: POST_ListServerCertificateTags
      description: <p>Lists the tags that are attached to the specified IAM server certificate. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>For certificates in a Region supported by Certificate Manager (ACM), we recommend that you don't use IAM server certificates. Instead, use ACM to provision, manage, and deploy your server certificates. For more information about IAM server certificates, <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with server certificates</a> in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListServerCertificateTagsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListServerCertificateTagsRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListServerCertificateTags
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListServerCertificates:
    get:
      x-aws-operation-name: ListServerCertificates
      operationId: GET_ListServerCertificates
      description: <p>Lists the server certificates stored in IAM that have the specified path prefix. If none exist, the operation returns an empty list.</p> <p> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p> <p>For more information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with server certificates</a> in the <i>IAM User Guide</i>. This topic also includes a list of Amazon Web Services services that can use the server certificates that you manage with IAM.</p> <note> <p>IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a servercertificate, see <a>GetServerCertificate</a>.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListServerCertificatesResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: PathPrefix
          in: query
          required: false
          description: '<p> The path prefix for filtering the results. For example: <code>/company/servercerts</code> would get all server certificates for which the path starts with <code>/company/servercerts</code>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/), listing all server certificates. This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>'
          schema:
            type: string
            pattern: \u002F[\u0021-\u007F]*
            minLength: 1
            maxLength: 512
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListServerCertificates
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListServerCertificates
      operationId: POST_ListServerCertificates
      description: <p>Lists the server certificates stored in IAM that have the specified path prefix. If none exist, the operation returns an empty list.</p> <p> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p> <p>For more information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with server certificates</a> in the <i>IAM User Guide</i>. This topic also includes a list of Amazon Web Services services that can use the server certificates that you manage with IAM.</p> <note> <p>IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a servercertificate, see <a>GetServerCertificate</a>.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListServerCertificatesResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListServerCertificatesRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListServerCertificates
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListServiceSpecificCredentials:
    get:
      x-aws-operation-name: ListServiceSpecificCredentials
      operationId: GET_ListServiceSpecificCredentials
      description: Returns information about the service-specific credentials associated with the specified IAM user. If none exists, the operation returns an empty list. The service-specific credentials returned by this operation are used only for authenticating the IAM user to a specific service. For more information about using service-specific credentials to authenticate to an Amazon Web Services service, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-gc.html">Set up service-specific credentials</a> in the CodeCommit User Guide.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListServiceSpecificCredentialsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceNotSupportedException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceNotSupportedException"
      parameters:
        - name: UserName
          in: query
          required: false
          description: '<p>The name of the user whose service-specific credentials you want information about. If this value is not specified, then the operation assumes the user whose credentials are used to call the operation.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: ServiceName
          in: query
          required: false
          description: Filters the returned results to only those for the specified Amazon Web Services service. If not specified, then Amazon Web Services returns service-specific credentials for all services.
          schema:
            type: string
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListServiceSpecificCredentials
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListServiceSpecificCredentials
      operationId: POST_ListServiceSpecificCredentials
      description: Returns information about the service-specific credentials associated with the specified IAM user. If none exists, the operation returns an empty list. The service-specific credentials returned by this operation are used only for authenticating the IAM user to a specific service. For more information about using service-specific credentials to authenticate to an Amazon Web Services service, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-gc.html">Set up service-specific credentials</a> in the CodeCommit User Guide.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListServiceSpecificCredentialsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceNotSupportedException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceNotSupportedException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListServiceSpecificCredentialsRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListServiceSpecificCredentials
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListSigningCertificates:
    get:
      x-aws-operation-name: ListSigningCertificates
      operationId: GET_ListSigningCertificates
      description: <p>Returns information about the signing certificates associated with the specified IAM user. If none exists, the operation returns an empty list.</p> <p>Although each user is limited to a small number of signing certificates, you can still paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p> <p>If the <code>UserName</code> field is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request for this operation. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListSigningCertificatesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: false
          description: '<p>The name of the IAM user whose signing certificates you want to examine.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListSigningCertificates
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListSigningCertificates
      operationId: POST_ListSigningCertificates
      description: <p>Returns information about the signing certificates associated with the specified IAM user. If none exists, the operation returns an empty list.</p> <p>Although each user is limited to a small number of signing certificates, you can still paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p> <p>If the <code>UserName</code> field is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request for this operation. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListSigningCertificatesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListSigningCertificatesRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListSigningCertificates
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListUserPolicies:
    get:
      x-aws-operation-name: ListUserPolicies
      operationId: GET_ListUserPolicies
      description: <p>Lists the names of the inline policies embedded in the specified IAM user.</p> <p>An IAM user can also have managed policies attached to it. To list the managed policies that are attached to a user, use <a>ListAttachedUserPolicies</a>. For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. If there are no inline policies embedded with the specified user, the operation returns an empty list.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListUserPoliciesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the user to list policies for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListUserPolicies
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListUserPolicies
      operationId: POST_ListUserPolicies
      description: <p>Lists the names of the inline policies embedded in the specified IAM user.</p> <p>An IAM user can also have managed policies attached to it. To list the managed policies that are attached to a user, use <a>ListAttachedUserPolicies</a>. For more information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. If there are no inline policies embedded with the specified user, the operation returns an empty list.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListUserPoliciesResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListUserPoliciesRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListUserPolicies
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListUserTags:
    get:
      x-aws-operation-name: ListUserTags
      operationId: GET_ListUserTags
      description: Lists the tags that are attached to the specified IAM user. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListUserTagsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the IAM user whose tags you want to see.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListUserTags
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListUserTags
      operationId: POST_ListUserTags
      description: Lists the tags that are attached to the specified IAM user. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListUserTagsResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListUserTagsRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListUserTags
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListUsers:
    get:
      x-aws-operation-name: ListUsers
      operationId: GET_ListUsers
      description: <p>Lists the IAM users that have the specified path prefix. If no path prefix is specified, the operation returns all users in the Amazon Web Services account. If there are none, the operation returns an empty list.</p> <note> <p>IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a user, see <a>GetUser</a>.</p> </note> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListUsersResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: PathPrefix
          in: query
          required: false
          description: '<p> The path prefix for filtering the results. For example: <code>/division_abc/subdivision_xyz/</code>, which would get all user names whose path starts with <code>/division_abc/subdivision_xyz/</code>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/), listing all user names. This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>'
          schema:
            type: string
            pattern: \u002F[\u0021-\u007F]*
            minLength: 1
            maxLength: 512
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListUsers
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListUsers
      operationId: POST_ListUsers
      description: <p>Lists the IAM users that have the specified path prefix. If no path prefix is specified, the operation returns all users in the Amazon Web Services account. If there are none, the operation returns an empty list.</p> <note> <p>IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a user, see <a>GetUser</a>.</p> </note> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListUsersResponse"
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListUsersRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListUsers
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ListVirtualMFADevices:
    get:
      x-aws-operation-name: ListVirtualMFADevices
      operationId: GET_ListVirtualMFADevices
      description: <p>Lists the virtual MFA devices defined in the Amazon Web Services account by assignment status. If you do not specify an assignment status, the operation returns a list of all virtual MFA devices. Assignment status can be <code>Assigned</code>, <code>Unassigned</code>, or <code>Any</code>.</p> <note> <p>IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view tag information for a virtual MFA device, see <a>ListMFADeviceTags</a>.</p> </note> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListVirtualMFADevicesResponse"
      parameters:
        - name: AssignmentStatus
          in: query
          required: false
          description: " The status (<code>Unassigned</code> or <code>Assigned</code>) of the devices to list. If you do not specify an <code>AssignmentStatus</code>, the operation defaults to <code>Any</code>, which lists both assigned and unassigned virtual MFA devices.,"
          schema:
            type: string
            enum:
              - Assigned
              - Unassigned
              - Any
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListVirtualMFADevices
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ListVirtualMFADevices
      operationId: POST_ListVirtualMFADevices
      description: <p>Lists the virtual MFA devices defined in the Amazon Web Services account by assignment status. If you do not specify an assignment status, the operation returns a list of all virtual MFA devices. Assignment status can be <code>Assigned</code>, <code>Unassigned</code>, or <code>Any</code>.</p> <note> <p>IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view tag information for a virtual MFA device, see <a>ListMFADeviceTags</a>.</p> </note> <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ListVirtualMFADevicesResponse"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ListVirtualMFADevicesRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ListVirtualMFADevices
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=PutGroupPolicy:
    get:
      x-aws-operation-name: PutGroupPolicy
      operationId: GET_PutGroupPolicy
      description: <p>Adds or updates an inline policy document that is embedded in the specified IAM group.</p> <p>A user can also have managed policies attached to it. To attach a managed policy to a group, use <a>AttachGroupPolicy</a>. To create a new managed policy, use <a>CreatePolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>For information about the maximum number of inline policies that you can embed in a group, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p> <note> <p>Because policy documents can be large, you should use POST rather than GET when calling <code>PutGroupPolicy</code>. For general information about using the Query API with IAM, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html">Making query requests</a> in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: MalformedPolicyDocumentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedPolicyDocumentException"
        "482":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: GroupName
          in: query
          required: true
          description: '<p>The name of the group to associate the policy with.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-.</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: PolicyName
          in: query
          required: true
          description: '<p>The name of the policy document.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: PolicyDocument
          in: query
          required: true
          description: <p>The policy document.</p> <p>You must provide policies in JSON format in IAM. However, for CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to = IAM.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 131072
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - PutGroupPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: PutGroupPolicy
      operationId: POST_PutGroupPolicy
      description: <p>Adds or updates an inline policy document that is embedded in the specified IAM group.</p> <p>A user can also have managed policies attached to it. To attach a managed policy to a group, use <a>AttachGroupPolicy</a>. To create a new managed policy, use <a>CreatePolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>For information about the maximum number of inline policies that you can embed in a group, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p> <note> <p>Because policy documents can be large, you should use POST rather than GET when calling <code>PutGroupPolicy</code>. For general information about using the Query API with IAM, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html">Making query requests</a> in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: MalformedPolicyDocumentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedPolicyDocumentException"
        "482":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/PutGroupPolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - PutGroupPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=PutRolePermissionsBoundary:
    get:
      x-aws-operation-name: PutRolePermissionsBoundary
      operationId: GET_PutRolePermissionsBoundary
      description: <p>Adds or updates the policy that is specified as the IAM role's permissions boundary. You can use an Amazon Web Services managed policy or a customer managed policy to set the boundary for a role. Use the boundary to control the maximum permissions that the role can have. Setting a permissions boundary is an advanced feature that can affect the permissions for the role.</p> <p>You cannot set the boundary for a service-linked role.</p> <important> <p>Policies used as permissions boundaries do not provide permissions. You must also attach a permissions policy to the role. To learn how the effective permissions for a role are evaluated, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html">IAM JSON policy evaluation logic</a> in the IAM User Guide. </p> </important>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "483":
          description: PolicyNotAttachableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PolicyNotAttachableException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: The name (friendly name, not ARN) of the IAM role for which you want to set the permissions boundary.
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: PermissionsBoundary
          in: query
          required: true
          description: <p>The ARN of the managed policy that is used to set the permissions boundary for the role.</p> <p>A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM entities</a> in the <i>IAM User Guide</i>.</p> <p>For more information about policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#access_policy-types">Policy types </a> in the <i>IAM User Guide</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - PutRolePermissionsBoundary
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: PutRolePermissionsBoundary
      operationId: POST_PutRolePermissionsBoundary
      description: <p>Adds or updates the policy that is specified as the IAM role's permissions boundary. You can use an Amazon Web Services managed policy or a customer managed policy to set the boundary for a role. Use the boundary to control the maximum permissions that the role can have. Setting a permissions boundary is an advanced feature that can affect the permissions for the role.</p> <p>You cannot set the boundary for a service-linked role.</p> <important> <p>Policies used as permissions boundaries do not provide permissions. You must also attach a permissions policy to the role. To learn how the effective permissions for a role are evaluated, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html">IAM JSON policy evaluation logic</a> in the IAM User Guide. </p> </important>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "483":
          description: PolicyNotAttachableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PolicyNotAttachableException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/PutRolePermissionsBoundaryRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - PutRolePermissionsBoundary
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=PutRolePolicy:
    get:
      x-aws-operation-name: PutRolePolicy
      operationId: GET_PutRolePolicy
      description: <p>Adds or updates an inline policy document that is embedded in the specified IAM role.</p> <p>When you embed an inline policy in a role, the inline policy is used as part of the role's access (permissions) policy. The role's trust policy is created at the same time as the role, using <a>CreateRole</a>. You can update a role's trust policy using <a>UpdateAssumeRolePolicy</a>. For more information about IAM roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html">Using roles to delegate permissions and federate identities</a>.</p> <p>A role can also have a managed policy attached to it. To attach a managed policy to a role, use <a>AttachRolePolicy</a>. To create a new managed policy, use <a>CreatePolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>For information about the maximum number of inline policies that you can embed with a role, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p> <note> <p>Because policy documents can be large, you should use POST rather than GET when calling <code>PutRolePolicy</code>. For general information about using the Query API with IAM, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html">Making query requests</a> in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: MalformedPolicyDocumentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedPolicyDocumentException"
        "482":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "483":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: '<p>The name of the role to associate the policy with.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: PolicyName
          in: query
          required: true
          description: '<p>The name of the policy document.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: PolicyDocument
          in: query
          required: true
          description: <p>The policy document.</p> <p>You must provide policies in JSON format in IAM. However, for CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 131072
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - PutRolePolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: PutRolePolicy
      operationId: POST_PutRolePolicy
      description: <p>Adds or updates an inline policy document that is embedded in the specified IAM role.</p> <p>When you embed an inline policy in a role, the inline policy is used as part of the role's access (permissions) policy. The role's trust policy is created at the same time as the role, using <a>CreateRole</a>. You can update a role's trust policy using <a>UpdateAssumeRolePolicy</a>. For more information about IAM roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html">Using roles to delegate permissions and federate identities</a>.</p> <p>A role can also have a managed policy attached to it. To attach a managed policy to a role, use <a>AttachRolePolicy</a>. To create a new managed policy, use <a>CreatePolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>For information about the maximum number of inline policies that you can embed with a role, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p> <note> <p>Because policy documents can be large, you should use POST rather than GET when calling <code>PutRolePolicy</code>. For general information about using the Query API with IAM, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html">Making query requests</a> in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: MalformedPolicyDocumentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedPolicyDocumentException"
        "482":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "483":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/PutRolePolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - PutRolePolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=PutUserPermissionsBoundary:
    get:
      x-aws-operation-name: PutUserPermissionsBoundary
      operationId: GET_PutUserPermissionsBoundary
      description: <p>Adds or updates the policy that is specified as the IAM user's permissions boundary. You can use an Amazon Web Services managed policy or a customer managed policy to set the boundary for a user. Use the boundary to control the maximum permissions that the user can have. Setting a permissions boundary is an advanced feature that can affect the permissions for the user.</p> <important> <p>Policies that are used as permissions boundaries do not provide permissions. You must also attach a permissions policy to the user. To learn how the effective permissions for a user are evaluated, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html">IAM JSON policy evaluation logic</a> in the IAM User Guide. </p> </important>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: PolicyNotAttachableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PolicyNotAttachableException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: PermissionsBoundary
          in: query
          required: true
          description: <p>The ARN of the managed policy that is used to set the permissions boundary for the user.</p> <p>A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM entities</a> in the <i>IAM User Guide</i>.</p> <p>For more information about policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#access_policy-types">Policy types </a> in the <i>IAM User Guide</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - PutUserPermissionsBoundary
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: PutUserPermissionsBoundary
      operationId: POST_PutUserPermissionsBoundary
      description: <p>Adds or updates the policy that is specified as the IAM user's permissions boundary. You can use an Amazon Web Services managed policy or a customer managed policy to set the boundary for a user. Use the boundary to control the maximum permissions that the user can have. Setting a permissions boundary is an advanced feature that can affect the permissions for the user.</p> <important> <p>Policies that are used as permissions boundaries do not provide permissions. You must also attach a permissions policy to the user. To learn how the effective permissions for a user are evaluated, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html">IAM JSON policy evaluation logic</a> in the IAM User Guide. </p> </important>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: PolicyNotAttachableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PolicyNotAttachableException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/PutUserPermissionsBoundaryRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - PutUserPermissionsBoundary
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=PutUserPolicy:
    get:
      x-aws-operation-name: PutUserPolicy
      operationId: GET_PutUserPolicy
      description: <p>Adds or updates an inline policy document that is embedded in the specified IAM user.</p> <p>An IAM user can also have a managed policy attached to it. To attach a managed policy to a user, use <a>AttachUserPolicy</a>. To create a new managed policy, use <a>CreatePolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>For information about the maximum number of inline policies that you can embed in a user, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p> <note> <p>Because policy documents can be large, you should use POST rather than GET when calling <code>PutUserPolicy</code>. For general information about using the Query API with IAM, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html">Making query requests</a> in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: MalformedPolicyDocumentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedPolicyDocumentException"
        "482":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the user to associate the policy with.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: PolicyName
          in: query
          required: true
          description: '<p>The name of the policy document.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: PolicyDocument
          in: query
          required: true
          description: <p>The policy document.</p> <p>You must provide policies in JSON format in IAM. However, for CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 131072
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - PutUserPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: PutUserPolicy
      operationId: POST_PutUserPolicy
      description: <p>Adds or updates an inline policy document that is embedded in the specified IAM user.</p> <p>An IAM user can also have a managed policy attached to it. To attach a managed policy to a user, use <a>AttachUserPolicy</a>. To create a new managed policy, use <a>CreatePolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p> <p>For information about the maximum number of inline policies that you can embed in a user, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p> <note> <p>Because policy documents can be large, you should use POST rather than GET when calling <code>PutUserPolicy</code>. For general information about using the Query API with IAM, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html">Making query requests</a> in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: MalformedPolicyDocumentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedPolicyDocumentException"
        "482":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/PutUserPolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - PutUserPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=RemoveClientIDFromOpenIDConnectProvider:
    get:
      x-aws-operation-name: RemoveClientIDFromOpenIDConnectProvider
      operationId: GET_RemoveClientIDFromOpenIDConnectProvider
      description: <p>Removes the specified client ID (also known as audience) from the list of client IDs registered for the specified IAM OpenID Connect (OIDC) provider resource object.</p> <p>This operation is idempotent; it does not fail or return an error if you try to remove a client ID that does not exist.</p>
      responses:
        "200":
          description: Success
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: OpenIDConnectProviderArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the client ID from. You can get a list of OIDC provider ARNs by using the <a>ListOpenIDConnectProviders</a> operation.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: ClientID
          in: query
          required: true
          description: The client ID (also known as audience) to remove from the IAM OIDC provider resource. For more information about client IDs, see <a>CreateOpenIDConnectProvider</a>.
          schema:
            type: string
            minLength: 1
            maxLength: 255
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - RemoveClientIDFromOpenIDConnectProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: RemoveClientIDFromOpenIDConnectProvider
      operationId: POST_RemoveClientIDFromOpenIDConnectProvider
      description: <p>Removes the specified client ID (also known as audience) from the list of client IDs registered for the specified IAM OpenID Connect (OIDC) provider resource object.</p> <p>This operation is idempotent; it does not fail or return an error if you try to remove a client ID that does not exist.</p>
      responses:
        "200":
          description: Success
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/RemoveClientIDFromOpenIDConnectProviderRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - RemoveClientIDFromOpenIDConnectProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=RemoveRoleFromInstanceProfile:
    get:
      x-aws-operation-name: RemoveRoleFromInstanceProfile
      operationId: GET_RemoveRoleFromInstanceProfile
      description: <p>Removes the specified IAM role from the specified EC2 instance profile.</p> <important> <p>Make sure that you do not have any Amazon EC2 instances running with the role you are about to remove from the instance profile. Removing a role from an instance profile that is associated with a running instance might break any applications running on the instance.</p> </important> <p> For more information about IAM roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">Working with roles</a>. For more information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About instance profiles</a>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: InstanceProfileName
          in: query
          required: true
          description: '<p>The name of the instance profile to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: RoleName
          in: query
          required: true
          description: '<p>The name of the role to remove.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - RemoveRoleFromInstanceProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: RemoveRoleFromInstanceProfile
      operationId: POST_RemoveRoleFromInstanceProfile
      description: <p>Removes the specified IAM role from the specified EC2 instance profile.</p> <important> <p>Make sure that you do not have any Amazon EC2 instances running with the role you are about to remove from the instance profile. Removing a role from an instance profile that is associated with a running instance might break any applications running on the instance.</p> </important> <p> For more information about IAM roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">Working with roles</a>. For more information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About instance profiles</a>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/RemoveRoleFromInstanceProfileRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - RemoveRoleFromInstanceProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=RemoveUserFromGroup:
    get:
      x-aws-operation-name: RemoveUserFromGroup
      operationId: GET_RemoveUserFromGroup
      description: Removes the specified user from the specified group.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: GroupName
          in: query
          required: true
          description: '<p>The name of the group to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the user to remove.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - RemoveUserFromGroup
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: RemoveUserFromGroup
      operationId: POST_RemoveUserFromGroup
      description: Removes the specified user from the specified group.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/RemoveUserFromGroupRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - RemoveUserFromGroup
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ResetServiceSpecificCredential:
    get:
      x-aws-operation-name: ResetServiceSpecificCredential
      operationId: GET_ResetServiceSpecificCredential
      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 associated with this user.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ResetServiceSpecificCredentialResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
      parameters:
        - name: UserName
          in: query
          required: false
          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 credentials are used to call the operation.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: ServiceSpecificCredentialId
          in: query
          required: true
          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</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
          schema:
            type: string
            pattern: "[\\w]+"
            minLength: 20
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ResetServiceSpecificCredential
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ResetServiceSpecificCredential
      operationId: POST_ResetServiceSpecificCredential
      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 associated with this user.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ResetServiceSpecificCredentialResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ResetServiceSpecificCredentialRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ResetServiceSpecificCredential
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=ResyncMFADevice:
    get:
      x-aws-operation-name: ResyncMFADevice
      operationId: GET_ResyncMFADevice
      description: <p>Synchronizes the specified MFA device with its IAM resource object on the Amazon Web Services servers.</p> <p>For more information about creating and working with virtual MFA devices, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html">Using a virtual MFA device</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: InvalidAuthenticationCodeException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidAuthenticationCodeException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the user whose MFA device you want to resynchronize.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: SerialNumber
          in: query
          required: true
          description: '<p>Serial number that uniquely identifies the MFA device.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=/:,.@-]+"
            minLength: 9
            maxLength: 256
        - name: AuthenticationCode1
          in: query
          required: true
          description: <p>An authentication code emitted by the device.</p> <p>The format for this parameter is a sequence of six digits.</p>
          schema:
            type: string
            pattern: "[\\d]+"
            minLength: 6
            maxLength: 6
        - name: AuthenticationCode2
          in: query
          required: true
          description: <p>A subsequent authentication code emitted by the device.</p> <p>The format for this parameter is a sequence of six digits.</p>
          schema:
            type: string
            pattern: "[\\d]+"
            minLength: 6
            maxLength: 6
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ResyncMFADevice
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: ResyncMFADevice
      operationId: POST_ResyncMFADevice
      description: <p>Synchronizes the specified MFA device with its IAM resource object on the Amazon Web Services servers.</p> <p>For more information about creating and working with virtual MFA devices, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html">Using a virtual MFA device</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: InvalidAuthenticationCodeException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidAuthenticationCodeException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/ResyncMFADeviceRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - ResyncMFADevice
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=SetDefaultPolicyVersion:
    get:
      x-aws-operation-name: SetDefaultPolicyVersion
      operationId: GET_SetDefaultPolicyVersion
      description: <p>Sets the specified version of the specified policy as the policy's default (operative) version.</p> <p>This operation affects all users, groups, and roles that the policy is attached to. To list the users, groups, and roles that the policy is attached to, use <a>ListEntitiesForPolicy</a>.</p> <p>For information about managed policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: PolicyArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the IAM policy whose default version you want to set.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: VersionId
          in: query
          required: true
          description: <p>The version of the policy to set as the default (operative) version.</p> <p>For more information about managed policy versions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed policies</a> in the <i>IAM User Guide</i>.</p>
          schema:
            type: string
            pattern: v[1-9][0-9]*(\.[A-Za-z0-9-]*)?
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - SetDefaultPolicyVersion
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: SetDefaultPolicyVersion
      operationId: POST_SetDefaultPolicyVersion
      description: <p>Sets the specified version of the specified policy as the policy's default (operative) version.</p> <p>This operation affects all users, groups, and roles that the policy is attached to. To list the users, groups, and roles that the policy is attached to, use <a>ListEntitiesForPolicy</a>.</p> <p>For information about managed policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/SetDefaultPolicyVersionRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - SetDefaultPolicyVersion
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=SetSecurityTokenServicePreferences:
    get:
      x-aws-operation-name: SetSecurityTokenServicePreferences
      operationId: GET_SetSecurityTokenServicePreferences
      description: <p>Sets the specified version of the global endpoint token as the token version used for the Amazon Web Services account.</p> <p>By default, Security Token Service (STS) is available as a global service, and all STS requests go to a single endpoint at <code>https://sts.amazonaws.com</code>. Amazon Web Services recommends using Regional STS endpoints to reduce latency, build in redundancy, and increase session token availability. For information about Regional endpoints for STS, see <a href="https://docs.aws.amazon.com/general/latest/gr/sts.html">Security Token Service endpoints and quotas</a> in the <i>Amazon Web Services General Reference</i>.</p> <p>If you make an STS call to the global endpoint, the resulting session tokens might be valid in some Regions but not others. It depends on the version that is set in this operation. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might affect systems where you temporarily store tokens. For information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating and deactivating STS in an Amazon Web Services Region</a> in the <i>IAM User Guide</i>.</p> <p>To view the current session token version, see the <code>GlobalEndpointTokenVersion</code> entry in the response of the <a>GetAccountSummary</a> operation.</p>
      responses:
        "200":
          description: Success
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: GlobalEndpointTokenVersion
          in: query
          required: true
          description: <p>The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might affect systems where you temporarily store tokens.</p> <p>For information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating and deactivating STS in an Amazon Web Services Region</a> in the <i>IAM User Guide</i>.</p>
          schema:
            type: string
            enum:
              - v1Token
              - v2Token
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - SetSecurityTokenServicePreferences
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: SetSecurityTokenServicePreferences
      operationId: POST_SetSecurityTokenServicePreferences
      description: <p>Sets the specified version of the global endpoint token as the token version used for the Amazon Web Services account.</p> <p>By default, Security Token Service (STS) is available as a global service, and all STS requests go to a single endpoint at <code>https://sts.amazonaws.com</code>. Amazon Web Services recommends using Regional STS endpoints to reduce latency, build in redundancy, and increase session token availability. For information about Regional endpoints for STS, see <a href="https://docs.aws.amazon.com/general/latest/gr/sts.html">Security Token Service endpoints and quotas</a> in the <i>Amazon Web Services General Reference</i>.</p> <p>If you make an STS call to the global endpoint, the resulting session tokens might be valid in some Regions but not others. It depends on the version that is set in this operation. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might affect systems where you temporarily store tokens. For information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating and deactivating STS in an Amazon Web Services Region</a> in the <i>IAM User Guide</i>.</p> <p>To view the current session token version, see the <code>GlobalEndpointTokenVersion</code> entry in the response of the <a>GetAccountSummary</a> operation.</p>
      responses:
        "200":
          description: Success
        "480":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/SetSecurityTokenServicePreferencesRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - SetSecurityTokenServicePreferences
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=SimulateCustomPolicy:
    get:
      x-aws-operation-name: SimulateCustomPolicy
      operationId: GET_SimulateCustomPolicy
      description: <p>Simulate how a set of IAM policies and optionally a resource-based policy works with a list of API operations and Amazon Web Services resources to determine the policies' effective permissions. The policies are provided as strings.</p> <p>The simulation does not perform the API operations; it only checks the authorization to determine if the simulated policies allow or deny the operations. You can simulate resources that don't exist in your account.</p> <p>If you want to simulate existing policies that are attached to an IAM user, group, or role, use <a>SimulatePrincipalPolicy</a> instead.</p> <p>Context keys are variables that are maintained by Amazon Web Services and its services and which provide details about the context of an API query request. You can use the <code>Condition</code> element of an IAM policy to evaluate context keys. To get the list of context keys that the policies require for correct simulation, use <a>GetContextKeysForCustomPolicy</a>.</p> <p>If the output is long, you can use <code>MaxItems</code> and <code>Marker</code> parameters to paginate the results.</p> <note> <p>The IAM policy simulator evaluates statements in the identity-based policy and the inputs that you provide during simulation. The policy simulator results can differ from your live Amazon Web Services environment. We recommend that you check your policies against your live Amazon Web Services environment after testing using the policy simulator to confirm that you have the desired results. For more information about using the policy simulator, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_testing-policies.html">Testing IAM policies with the IAM policy simulator </a>in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/SimulatePolicyResponse"
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: PolicyEvaluationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PolicyEvaluationException"
      parameters:
        - name: PolicyInputList
          in: query
          required: true
          description: <p>A list of policy documents to include in the simulation. Each document is specified as a string containing the complete, valid JSON text of an IAM policy. Do not include any resource-based policies in this parameter. Any resource-based policy must be submitted with the <code>ResourcePolicy</code> parameter. The policies cannot be "scope-down" policies, such as you could include in a call to <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetFederationToken.html">GetFederationToken</a> or one of the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_AssumeRole.html">AssumeRole</a> API operations. In other words, do not use policies designed to restrict what a user can do while using the temporary credentials.</p> <p>The maximum length of the policy document that you can pass in this operation, including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/policyDocumentType"
        - name: PermissionsBoundaryPolicyInputList
          in: query
          required: false
          description: <p>The IAM permissions boundary policy to simulate. The permissions boundary sets the maximum permissions that an IAM entity can have. You can input only one permissions boundary when you pass a policy to this operation. For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM entities</a> in the <i>IAM User Guide</i>. The policy input is specified as a string that contains the complete, valid JSON text of a permissions boundary policy.</p> <p>The maximum length of the policy document that you can pass in this operation, including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/policyDocumentType"
        - name: ActionNames
          in: query
          required: true
          description: A list of names of API operations to evaluate in the simulation. Each operation is evaluated against each resource. Each operation must include the service identifier, such as <code>iam:CreateUser</code>. This operation does not support using wildcards (*) in an action name.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/ActionNameType"
        - name: ResourceArns
          in: query
          required: false
          description: <p>A list of ARNs of Amazon Web Services resources to include in the simulation. If this parameter is not provided, then the value defaults to <code>*</code> (all resources). Each API in the <code>ActionNames</code> parameter is evaluated for each resource in this list. The simulation determines the access result (allowed or denied) of each combination and reports it in the response. You can simulate resources that don't exist in your account.</p> <p>The simulation does not automatically retrieve policies for the specified resources. If you want to include a resource policy in the simulation, then you must include the policy as a string in the <code>ResourcePolicy</code> parameter.</p> <p>If you include a <code>ResourcePolicy</code>, then it must be applicable to all of the resources included in the simulation or you receive an invalid input error.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p> <note> <p>Simulation of resource-based policies isn't supported for IAM roles.</p> </note>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/ResourceNameType"
        - name: ResourcePolicy
          in: query
          required: false
          description: <p>A resource-based policy to include in the simulation provided as a string. Each resource in the simulation is treated as if it had this policy attached. You can include only one resource-based policy in a simulation.</p> <p>The maximum length of the policy document that you can pass in this operation, including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul> <note> <p>Simulation of resource-based policies isn't supported for IAM roles.</p> </note>
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 131072
        - name: ResourceOwner
          in: query
          required: false
          description: "<p>An ARN representing the Amazon Web Services account ID that specifies the owner of any simulated resource that does not identify its owner in the resource ARN. Examples of resource ARNs include an S3 bucket or object. If <code>ResourceOwner</code> is specified, it is also used as the account owner of any <code>ResourcePolicy</code> included in the simulation. If the <code>ResourceOwner</code> parameter is not specified, then the owner of the resources and the resource policy defaults to the account of the identity provided in <code>CallerArn</code>. This parameter is required only if you specify a resource-based policy and account that owns the resource is different from the account that owns the simulated calling user <code>CallerArn</code>.</p> <p>The ARN for an account uses the following syntax: <code>arn:aws:iam::<i>AWS-account-ID</i>:root</code>. For example, to represent the account with the 112233445566 ID, use the following ARN: <code>arn:aws:iam::112233445566-ID:root</code>. </p>"
          schema:
            type: string
            minLength: 1
            maxLength: 2048
        - name: CallerArn
          in: query
          required: false
          description: <p>The ARN of the IAM user that you want to use as the simulated caller of the API operations. <code>CallerArn</code> is required if you include a <code>ResourcePolicy</code> so that the policy's <code>Principal</code> element has a value to use in evaluating the policy.</p> <p>You can specify only the ARN of an IAM user. You cannot specify the ARN of an assumed role, federated user, or a service principal.</p>
          schema:
            type: string
            minLength: 1
            maxLength: 2048
        - name: ContextEntries
          in: query
          required: false
          description: A list of context keys and corresponding values for the simulation to use. Whenever a context key is evaluated in one of the simulated IAM permissions policies, the corresponding value is supplied.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/ContextEntry"
        - name: ResourceHandlingOption
          in: query
          required: false
          description: <p>Specifies the type of simulation to run. Different API operations that support resource-based policies require different combinations of resources. By specifying the type of simulation to run, you enable the policy simulator to enforce the presence of the required resources to ensure reliable simulation results. If your simulation does not match one of the following scenarios, then you can omit this parameter. The following list shows each of the supported scenario values and the resources that you must define to run the simulation.</p> <p>Each of the EC2 scenarios requires that you specify instance, image, and security group resources. If your scenario includes an EBS volume, then you must specify that volume as a resource. If the EC2 scenario includes VPC, then you must supply the network interface resource. If it includes an IP subnet, then you must specify the subnet resource. For more information on the EC2 scenario options, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html">Supported platforms</a> in the <i>Amazon EC2 User Guide</i>.</p> <ul> <li> <p> <b>EC2-VPC-InstanceStore</b> </p> <p>instance, image, security group, network interface</p> </li> <li> <p> <b>EC2-VPC-InstanceStore-Subnet</b> </p> <p>instance, image, security group, network interface, subnet</p> </li> <li> <p> <b>EC2-VPC-EBS</b> </p> <p>instance, image, security group, network interface, volume</p> </li> <li> <p> <b>EC2-VPC-EBS-Subnet</b> </p> <p>instance, image, security group, network interface, subnet, volume</p> </li> </ul>
          schema:
            type: string
            minLength: 1
            maxLength: 64
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - SimulateCustomPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: SimulateCustomPolicy
      operationId: POST_SimulateCustomPolicy
      description: <p>Simulate how a set of IAM policies and optionally a resource-based policy works with a list of API operations and Amazon Web Services resources to determine the policies' effective permissions. The policies are provided as strings.</p> <p>The simulation does not perform the API operations; it only checks the authorization to determine if the simulated policies allow or deny the operations. You can simulate resources that don't exist in your account.</p> <p>If you want to simulate existing policies that are attached to an IAM user, group, or role, use <a>SimulatePrincipalPolicy</a> instead.</p> <p>Context keys are variables that are maintained by Amazon Web Services and its services and which provide details about the context of an API query request. You can use the <code>Condition</code> element of an IAM policy to evaluate context keys. To get the list of context keys that the policies require for correct simulation, use <a>GetContextKeysForCustomPolicy</a>.</p> <p>If the output is long, you can use <code>MaxItems</code> and <code>Marker</code> parameters to paginate the results.</p> <note> <p>The IAM policy simulator evaluates statements in the identity-based policy and the inputs that you provide during simulation. The policy simulator results can differ from your live Amazon Web Services environment. We recommend that you check your policies against your live Amazon Web Services environment after testing using the policy simulator to confirm that you have the desired results. For more information about using the policy simulator, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_testing-policies.html">Testing IAM policies with the IAM policy simulator </a>in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/SimulatePolicyResponse"
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: PolicyEvaluationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PolicyEvaluationException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/SimulateCustomPolicyRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - SimulateCustomPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=SimulatePrincipalPolicy:
    get:
      x-aws-operation-name: SimulatePrincipalPolicy
      operationId: GET_SimulatePrincipalPolicy
      description: <p>Simulate how a set of IAM policies attached to an IAM entity works with a list of API operations and Amazon Web Services resources to determine the policies' effective permissions. The entity can be an IAM user, group, or role. If you specify a user, then the simulation also includes all of the policies that are attached to groups that the user belongs to. You can simulate resources that don't exist in your account.</p> <p>You can optionally include a list of one or more additional policies specified as strings to include in the simulation. If you want to simulate only policies specified as strings, use <a>SimulateCustomPolicy</a> instead.</p> <p>You can also optionally include one resource-based policy to be evaluated with each of the resources included in the simulation for IAM users only.</p> <p>The simulation does not perform the API operations; it only checks the authorization to determine if the simulated policies allow or deny the operations.</p> <p> <b>Note:</b> This operation discloses information about the permissions granted to other users. If you do not want users to see other user's permissions, then consider allowing them to use <a>SimulateCustomPolicy</a> instead.</p> <p>Context keys are variables maintained by Amazon Web Services and its services that provide details about the context of an API query request. You can use the <code>Condition</code> element of an IAM policy to evaluate context keys. To get the list of context keys that the policies require for correct simulation, use <a>GetContextKeysForPrincipalPolicy</a>.</p> <p>If the output is long, you can use the <code>MaxItems</code> and <code>Marker</code> parameters to paginate the results.</p> <note> <p>The IAM policy simulator evaluates statements in the identity-based policy and the inputs that you provide during simulation. The policy simulator results can differ from your live Amazon Web Services environment. We recommend that you check your policies against your live Amazon Web Services environment after testing using the policy simulator to confirm that you have the desired results. For more information about using the policy simulator, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_testing-policies.html">Testing IAM policies with the IAM policy simulator </a>in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/SimulatePolicyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: PolicyEvaluationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PolicyEvaluationException"
      parameters:
        - name: PolicySourceArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of a user, group, or role whose policies you want to include in the simulation. If you specify a user, group, or role, the simulation includes all policies that are associated with that entity. If you specify a user, the simulation also includes all policies that are attached to any groups the user belongs to.</p> <p>The maximum length of the policy document that you can pass in this operation, including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: PolicyInputList
          in: query
          required: false
          description: <p>An optional list of additional policy documents to include in the simulation. Each document is specified as a string containing the complete, valid JSON text of an IAM policy.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/policyDocumentType"
        - name: PermissionsBoundaryPolicyInputList
          in: query
          required: false
          description: <p>The IAM permissions boundary policy to simulate. The permissions boundary sets the maximum permissions that the entity can have. You can input only one permissions boundary when you pass a policy to this operation. An IAM entity can only have one permissions boundary in effect at a time. For example, if a permissions boundary is attached to an entity and you pass in a different permissions boundary policy using this parameter, then the new permissions boundary policy is used for the simulation. For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM entities</a> in the <i>IAM User Guide</i>. The policy input is specified as a string containing the complete, valid JSON text of a permissions boundary policy.</p> <p>The maximum length of the policy document that you can pass in this operation, including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/policyDocumentType"
        - name: ActionNames
          in: query
          required: true
          description: A list of names of API operations to evaluate in the simulation. Each operation is evaluated for each resource. Each operation must include the service identifier, such as <code>iam:CreateUser</code>.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/ActionNameType"
        - name: ResourceArns
          in: query
          required: false
          description: <p>A list of ARNs of Amazon Web Services resources to include in the simulation. If this parameter is not provided, then the value defaults to <code>*</code> (all resources). Each API in the <code>ActionNames</code> parameter is evaluated for each resource in this list. The simulation determines the access result (allowed or denied) of each combination and reports it in the response. You can simulate resources that don't exist in your account.</p> <p>The simulation does not automatically retrieve policies for the specified resources. If you want to include a resource policy in the simulation, then you must include the policy as a string in the <code>ResourcePolicy</code> parameter.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p> <note> <p>Simulation of resource-based policies isn't supported for IAM roles.</p> </note>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/ResourceNameType"
        - name: ResourcePolicy
          in: query
          required: false
          description: <p>A resource-based policy to include in the simulation provided as a string. Each resource in the simulation is treated as if it had this policy attached. You can include only one resource-based policy in a simulation.</p> <p>The maximum length of the policy document that you can pass in this operation, including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul> <note> <p>Simulation of resource-based policies isn't supported for IAM roles.</p> </note>
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 131072
        - name: ResourceOwner
          in: query
          required: false
          description: An Amazon Web Services account ID that specifies the owner of any simulated resource that does not identify its owner in the resource ARN. Examples of resource ARNs include an S3 bucket or object. If <code>ResourceOwner</code> is specified, it is also used as the account owner of any <code>ResourcePolicy</code> included in the simulation. If the <code>ResourceOwner</code> parameter is not specified, then the owner of the resources and the resource policy defaults to the account of the identity provided in <code>CallerArn</code>. This parameter is required only if you specify a resource-based policy and account that owns the resource is different from the account that owns the simulated calling user <code>CallerArn</code>.
          schema:
            type: string
            minLength: 1
            maxLength: 2048
        - name: CallerArn
          in: query
          required: false
          description: <p>The ARN of the IAM user that you want to specify as the simulated caller of the API operations. If you do not specify a <code>CallerArn</code>, it defaults to the ARN of the user that you specify in <code>PolicySourceArn</code>, if you specified a user. If you include both a <code>PolicySourceArn</code> (for example, <code>arn:aws:iam::123456789012:user/David</code>) and a <code>CallerArn</code> (for example, <code>arn:aws:iam::123456789012:user/Bob</code>), the result is that you simulate calling the API operations as Bob, as if Bob had David's policies.</p> <p>You can specify only the ARN of an IAM user. You cannot specify the ARN of an assumed role, federated user, or a service principal.</p> <p> <code>CallerArn</code> is required if you include a <code>ResourcePolicy</code> and the <code>PolicySourceArn</code> is not the ARN for an IAM user. This is required so that the resource-based policy's <code>Principal</code> element has a value to use in evaluating the policy.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            minLength: 1
            maxLength: 2048
        - name: ContextEntries
          in: query
          required: false
          description: A list of context keys and corresponding values for the simulation to use. Whenever a context key is evaluated in one of the simulated IAM permissions policies, the corresponding value is supplied.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/ContextEntry"
        - name: ResourceHandlingOption
          in: query
          required: false
          description: <p>Specifies the type of simulation to run. Different API operations that support resource-based policies require different combinations of resources. By specifying the type of simulation to run, you enable the policy simulator to enforce the presence of the required resources to ensure reliable simulation results. If your simulation does not match one of the following scenarios, then you can omit this parameter. The following list shows each of the supported scenario values and the resources that you must define to run the simulation.</p> <p>Each of the EC2 scenarios requires that you specify instance, image, and security group resources. If your scenario includes an EBS volume, then you must specify that volume as a resource. If the EC2 scenario includes VPC, then you must supply the network interface resource. If it includes an IP subnet, then you must specify the subnet resource. For more information on the EC2 scenario options, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html">Supported platforms</a> in the <i>Amazon EC2 User Guide</i>.</p> <ul> <li> <p> <b>EC2-VPC-InstanceStore</b> </p> <p>instance, image, security group, network interface</p> </li> <li> <p> <b>EC2-VPC-InstanceStore-Subnet</b> </p> <p>instance, image, security group, network interface, subnet</p> </li> <li> <p> <b>EC2-VPC-EBS</b> </p> <p>instance, image, security group, network interface, volume</p> </li> <li> <p> <b>EC2-VPC-EBS-Subnet</b> </p> <p>instance, image, security group, network interface, subnet, volume</p> </li> </ul>
          schema:
            type: string
            minLength: 1
            maxLength: 64
        - name: MaxItems
          in: query
          required: false
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1000
        - name: Marker
          in: query
          required: false
          description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
          schema:
            type: string
            pattern: "[\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 320
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - SimulatePrincipalPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: SimulatePrincipalPolicy
      operationId: POST_SimulatePrincipalPolicy
      description: <p>Simulate how a set of IAM policies attached to an IAM entity works with a list of API operations and Amazon Web Services resources to determine the policies' effective permissions. The entity can be an IAM user, group, or role. If you specify a user, then the simulation also includes all of the policies that are attached to groups that the user belongs to. You can simulate resources that don't exist in your account.</p> <p>You can optionally include a list of one or more additional policies specified as strings to include in the simulation. If you want to simulate only policies specified as strings, use <a>SimulateCustomPolicy</a> instead.</p> <p>You can also optionally include one resource-based policy to be evaluated with each of the resources included in the simulation for IAM users only.</p> <p>The simulation does not perform the API operations; it only checks the authorization to determine if the simulated policies allow or deny the operations.</p> <p> <b>Note:</b> This operation discloses information about the permissions granted to other users. If you do not want users to see other user's permissions, then consider allowing them to use <a>SimulateCustomPolicy</a> instead.</p> <p>Context keys are variables maintained by Amazon Web Services and its services that provide details about the context of an API query request. You can use the <code>Condition</code> element of an IAM policy to evaluate context keys. To get the list of context keys that the policies require for correct simulation, use <a>GetContextKeysForPrincipalPolicy</a>.</p> <p>If the output is long, you can use the <code>MaxItems</code> and <code>Marker</code> parameters to paginate the results.</p> <note> <p>The IAM policy simulator evaluates statements in the identity-based policy and the inputs that you provide during simulation. The policy simulator results can differ from your live Amazon Web Services environment. We recommend that you check your policies against your live Amazon Web Services environment after testing using the policy simulator to confirm that you have the desired results. For more information about using the policy simulator, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_testing-policies.html">Testing IAM policies with the IAM policy simulator </a>in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/SimulatePolicyResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: PolicyEvaluationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PolicyEvaluationException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/SimulatePrincipalPolicyRequest"
      parameters:
        - name: MaxItems
          in: query
          schema:
            type: string
          description: Pagination limit
          required: false
        - name: Marker
          in: query
          schema:
            type: string
          description: Pagination token
          required: false
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - SimulatePrincipalPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=TagInstanceProfile:
    get:
      x-aws-operation-name: TagInstanceProfile
      operationId: GET_TagInstanceProfile
      description: <p>Adds one or more tags to an IAM instance profile. If a tag with the same key name already exists, then that tag is overwritten with the new value.</p> <p>Each tag consists of a key name and an associated value. By assigning tags to your resources, you can do the following:</p> <ul> <li> <p> <b>Administrative grouping and discovery</b> - Attach tags to resources to aid in organization and search. For example, you could search for all resources with the key name <i>Project</i> and the value <i>MyImportantProject</i>. Or search for all resources with the key name <i>Cost Center</i> and the value <i>41200</i>. </p> </li> <li> <p> <b>Access control</b> - Include tags in IAM user-based and resource-based policies. You can use tags to restrict access to only an IAM instance profile that has a specified tag attached. For examples of policies that show how to use tags to control access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Control access using IAM tags</a> in the <i>IAM User Guide</i>.</p> </li> </ul> <note> <ul> <li> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code.</p> </li> </ul> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: InstanceProfileName
          in: query
          required: true
          description: '<p>The name of the IAM instance profile to which you want to add tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Tags
          in: query
          required: true
          description: The list of tags that you want to attach to the IAM instance profile. Each tag consists of a key name and an associated value.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/Tag"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - TagInstanceProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: TagInstanceProfile
      operationId: POST_TagInstanceProfile
      description: <p>Adds one or more tags to an IAM instance profile. If a tag with the same key name already exists, then that tag is overwritten with the new value.</p> <p>Each tag consists of a key name and an associated value. By assigning tags to your resources, you can do the following:</p> <ul> <li> <p> <b>Administrative grouping and discovery</b> - Attach tags to resources to aid in organization and search. For example, you could search for all resources with the key name <i>Project</i> and the value <i>MyImportantProject</i>. Or search for all resources with the key name <i>Cost Center</i> and the value <i>41200</i>. </p> </li> <li> <p> <b>Access control</b> - Include tags in IAM user-based and resource-based policies. You can use tags to restrict access to only an IAM instance profile that has a specified tag attached. For examples of policies that show how to use tags to control access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Control access using IAM tags</a> in the <i>IAM User Guide</i>.</p> </li> </ul> <note> <ul> <li> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code.</p> </li> </ul> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/TagInstanceProfileRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - TagInstanceProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=TagMFADevice:
    get:
      x-aws-operation-name: TagMFADevice
      operationId: GET_TagMFADevice
      description: <p>Adds one or more tags to an IAM virtual multi-factor authentication (MFA) device. If a tag with the same key name already exists, then that tag is overwritten with the new value.</p> <p>A tag consists of a key name and an associated value. By assigning tags to your resources, you can do the following:</p> <ul> <li> <p> <b>Administrative grouping and discovery</b> - Attach tags to resources to aid in organization and search. For example, you could search for all resources with the key name <i>Project</i> and the value <i>MyImportantProject</i>. Or search for all resources with the key name <i>Cost Center</i> and the value <i>41200</i>. </p> </li> <li> <p> <b>Access control</b> - Include tags in IAM user-based and resource-based policies. You can use tags to restrict access to only an IAM virtual MFA device that has a specified tag attached. For examples of policies that show how to use tags to control access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Control access using IAM tags</a> in the <i>IAM User Guide</i>.</p> </li> </ul> <note> <ul> <li> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code.</p> </li> </ul> </note>
      responses:
        "200":
          description: Success
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: SerialNumber
          in: query
          required: true
          description: '<p>The unique identifier for the IAM virtual MFA device to which you want to add tags. For virtual MFA devices, the serial number is the same as the ARN.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=/:,.@-]+"
            minLength: 9
            maxLength: 256
        - name: Tags
          in: query
          required: true
          description: The list of tags that you want to attach to the IAM virtual MFA device. Each tag consists of a key name and an associated value.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/Tag"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - TagMFADevice
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: TagMFADevice
      operationId: POST_TagMFADevice
      description: <p>Adds one or more tags to an IAM virtual multi-factor authentication (MFA) device. If a tag with the same key name already exists, then that tag is overwritten with the new value.</p> <p>A tag consists of a key name and an associated value. By assigning tags to your resources, you can do the following:</p> <ul> <li> <p> <b>Administrative grouping and discovery</b> - Attach tags to resources to aid in organization and search. For example, you could search for all resources with the key name <i>Project</i> and the value <i>MyImportantProject</i>. Or search for all resources with the key name <i>Cost Center</i> and the value <i>41200</i>. </p> </li> <li> <p> <b>Access control</b> - Include tags in IAM user-based and resource-based policies. You can use tags to restrict access to only an IAM virtual MFA device that has a specified tag attached. For examples of policies that show how to use tags to control access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Control access using IAM tags</a> in the <i>IAM User Guide</i>.</p> </li> </ul> <note> <ul> <li> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code.</p> </li> </ul> </note>
      responses:
        "200":
          description: Success
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/TagMFADeviceRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - TagMFADevice
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=TagOpenIDConnectProvider:
    get:
      x-aws-operation-name: TagOpenIDConnectProvider
      operationId: GET_TagOpenIDConnectProvider
      description: <p>Adds one or more tags to an OpenID Connect (OIDC)-compatible identity provider. For more information about these providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc.html">About web identity federation</a>. If a tag with the same key name already exists, then that tag is overwritten with the new value.</p> <p>A tag consists of a key name and an associated value. By assigning tags to your resources, you can do the following:</p> <ul> <li> <p> <b>Administrative grouping and discovery</b> - Attach tags to resources to aid in organization and search. For example, you could search for all resources with the key name <i>Project</i> and the value <i>MyImportantProject</i>. Or search for all resources with the key name <i>Cost Center</i> and the value <i>41200</i>. </p> </li> <li> <p> <b>Access control</b> - Include tags in IAM identity-based and resource-based policies. You can use tags to restrict access to only an OIDC provider that has a specified tag attached. For examples of policies that show how to use tags to control access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Control access using IAM tags</a> in the <i>IAM User Guide</i>.</p> </li> </ul> <note> <ul> <li> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code.</p> </li> </ul> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: OpenIDConnectProviderArn
          in: query
          required: true
          description: '<p>The ARN of the OIDC identity provider in IAM to which you want to add tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Tags
          in: query
          required: true
          description: The list of tags that you want to attach to the OIDC identity provider in IAM. Each tag consists of a key name and an associated value.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/Tag"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - TagOpenIDConnectProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: TagOpenIDConnectProvider
      operationId: POST_TagOpenIDConnectProvider
      description: <p>Adds one or more tags to an OpenID Connect (OIDC)-compatible identity provider. For more information about these providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc.html">About web identity federation</a>. If a tag with the same key name already exists, then that tag is overwritten with the new value.</p> <p>A tag consists of a key name and an associated value. By assigning tags to your resources, you can do the following:</p> <ul> <li> <p> <b>Administrative grouping and discovery</b> - Attach tags to resources to aid in organization and search. For example, you could search for all resources with the key name <i>Project</i> and the value <i>MyImportantProject</i>. Or search for all resources with the key name <i>Cost Center</i> and the value <i>41200</i>. </p> </li> <li> <p> <b>Access control</b> - Include tags in IAM identity-based and resource-based policies. You can use tags to restrict access to only an OIDC provider that has a specified tag attached. For examples of policies that show how to use tags to control access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Control access using IAM tags</a> in the <i>IAM User Guide</i>.</p> </li> </ul> <note> <ul> <li> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code.</p> </li> </ul> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/TagOpenIDConnectProviderRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - TagOpenIDConnectProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=TagPolicy:
    get:
      x-aws-operation-name: TagPolicy
      operationId: GET_TagPolicy
      description: <p>Adds one or more tags to an IAM customer managed policy. If a tag with the same key name already exists, then that tag is overwritten with the new value.</p> <p>A tag consists of a key name and an associated value. By assigning tags to your resources, you can do the following:</p> <ul> <li> <p> <b>Administrative grouping and discovery</b> - Attach tags to resources to aid in organization and search. For example, you could search for all resources with the key name <i>Project</i> and the value <i>MyImportantProject</i>. Or search for all resources with the key name <i>Cost Center</i> and the value <i>41200</i>. </p> </li> <li> <p> <b>Access control</b> - Include tags in IAM user-based and resource-based policies. You can use tags to restrict access to only an IAM customer managed policy that has a specified tag attached. For examples of policies that show how to use tags to control access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Control access using IAM tags</a> in the <i>IAM User Guide</i>.</p> </li> </ul> <note> <ul> <li> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code.</p> </li> </ul> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: PolicyArn
          in: query
          required: true
          description: '<p>The ARN of the IAM customer managed policy to which you want to add tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Tags
          in: query
          required: true
          description: The list of tags that you want to attach to the IAM customer managed policy. Each tag consists of a key name and an associated value.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/Tag"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - TagPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: TagPolicy
      operationId: POST_TagPolicy
      description: <p>Adds one or more tags to an IAM customer managed policy. If a tag with the same key name already exists, then that tag is overwritten with the new value.</p> <p>A tag consists of a key name and an associated value. By assigning tags to your resources, you can do the following:</p> <ul> <li> <p> <b>Administrative grouping and discovery</b> - Attach tags to resources to aid in organization and search. For example, you could search for all resources with the key name <i>Project</i> and the value <i>MyImportantProject</i>. Or search for all resources with the key name <i>Cost Center</i> and the value <i>41200</i>. </p> </li> <li> <p> <b>Access control</b> - Include tags in IAM user-based and resource-based policies. You can use tags to restrict access to only an IAM customer managed policy that has a specified tag attached. For examples of policies that show how to use tags to control access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Control access using IAM tags</a> in the <i>IAM User Guide</i>.</p> </li> </ul> <note> <ul> <li> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code.</p> </li> </ul> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/TagPolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - TagPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=TagRole:
    get:
      x-aws-operation-name: TagRole
      operationId: GET_TagRole
      description: <p>Adds one or more tags to an IAM role. The role can be a regular role or a service-linked role. If a tag with the same key name already exists, then that tag is overwritten with the new value.</p> <p>A tag consists of a key name and an associated value. By assigning tags to your resources, you can do the following:</p> <ul> <li> <p> <b>Administrative grouping and discovery</b> - Attach tags to resources to aid in organization and search. For example, you could search for all resources with the key name <i>Project</i> and the value <i>MyImportantProject</i>. Or search for all resources with the key name <i>Cost Center</i> and the value <i>41200</i>. </p> </li> <li> <p> <b>Access control</b> - Include tags in IAM user-based and resource-based policies. You can use tags to restrict access to only an IAM role that has a specified tag attached. You can also restrict access to only those resources that have a certain tag attached. For examples of policies that show how to use tags to control access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Control access using IAM tags</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p> <b>Cost allocation</b> - Use tags to help track which individuals and teams are using which Amazon Web Services resources.</p> </li> </ul> <note> <ul> <li> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code.</p> </li> </ul> </note> <p>For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM identities</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: '<p>The name of the IAM role to which you want to add tags.</p> <p>This parameter accepts (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Tags
          in: query
          required: true
          description: The list of tags that you want to attach to the IAM role. Each tag consists of a key name and an associated value.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/Tag"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - TagRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: TagRole
      operationId: POST_TagRole
      description: <p>Adds one or more tags to an IAM role. The role can be a regular role or a service-linked role. If a tag with the same key name already exists, then that tag is overwritten with the new value.</p> <p>A tag consists of a key name and an associated value. By assigning tags to your resources, you can do the following:</p> <ul> <li> <p> <b>Administrative grouping and discovery</b> - Attach tags to resources to aid in organization and search. For example, you could search for all resources with the key name <i>Project</i> and the value <i>MyImportantProject</i>. Or search for all resources with the key name <i>Cost Center</i> and the value <i>41200</i>. </p> </li> <li> <p> <b>Access control</b> - Include tags in IAM user-based and resource-based policies. You can use tags to restrict access to only an IAM role that has a specified tag attached. You can also restrict access to only those resources that have a certain tag attached. For examples of policies that show how to use tags to control access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Control access using IAM tags</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p> <b>Cost allocation</b> - Use tags to help track which individuals and teams are using which Amazon Web Services resources.</p> </li> </ul> <note> <ul> <li> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code.</p> </li> </ul> </note> <p>For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM identities</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/TagRoleRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - TagRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=TagSAMLProvider:
    get:
      x-aws-operation-name: TagSAMLProvider
      operationId: GET_TagSAMLProvider
      description: <p>Adds one or more tags to a Security Assertion Markup Language (SAML) identity provider. For more information about these providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html">About SAML 2.0-based federation </a>. If a tag with the same key name already exists, then that tag is overwritten with the new value.</p> <p>A tag consists of a key name and an associated value. By assigning tags to your resources, you can do the following:</p> <ul> <li> <p> <b>Administrative grouping and discovery</b> - Attach tags to resources to aid in organization and search. For example, you could search for all resources with the key name <i>Project</i> and the value <i>MyImportantProject</i>. Or search for all resources with the key name <i>Cost Center</i> and the value <i>41200</i>. </p> </li> <li> <p> <b>Access control</b> - Include tags in IAM user-based and resource-based policies. You can use tags to restrict access to only a SAML identity provider that has a specified tag attached. For examples of policies that show how to use tags to control access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Control access using IAM tags</a> in the <i>IAM User Guide</i>.</p> </li> </ul> <note> <ul> <li> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code.</p> </li> </ul> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: SAMLProviderArn
          in: query
          required: true
          description: '<p>The ARN of the SAML identity provider in IAM to which you want to add tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Tags
          in: query
          required: true
          description: The list of tags that you want to attach to the SAML identity provider in IAM. Each tag consists of a key name and an associated value.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/Tag"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - TagSAMLProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: TagSAMLProvider
      operationId: POST_TagSAMLProvider
      description: <p>Adds one or more tags to a Security Assertion Markup Language (SAML) identity provider. For more information about these providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html">About SAML 2.0-based federation </a>. If a tag with the same key name already exists, then that tag is overwritten with the new value.</p> <p>A tag consists of a key name and an associated value. By assigning tags to your resources, you can do the following:</p> <ul> <li> <p> <b>Administrative grouping and discovery</b> - Attach tags to resources to aid in organization and search. For example, you could search for all resources with the key name <i>Project</i> and the value <i>MyImportantProject</i>. Or search for all resources with the key name <i>Cost Center</i> and the value <i>41200</i>. </p> </li> <li> <p> <b>Access control</b> - Include tags in IAM user-based and resource-based policies. You can use tags to restrict access to only a SAML identity provider that has a specified tag attached. For examples of policies that show how to use tags to control access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Control access using IAM tags</a> in the <i>IAM User Guide</i>.</p> </li> </ul> <note> <ul> <li> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code.</p> </li> </ul> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/TagSAMLProviderRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - TagSAMLProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=TagServerCertificate:
    get:
      x-aws-operation-name: TagServerCertificate
      operationId: GET_TagServerCertificate
      description: <p>Adds one or more tags to an IAM server certificate. If a tag with the same key name already exists, then that tag is overwritten with the new value.</p> <note> <p>For certificates in a Region supported by Certificate Manager (ACM), we recommend that you don't use IAM server certificates. Instead, use ACM to provision, manage, and deploy your server certificates. For more information about IAM server certificates, <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with server certificates</a> in the <i>IAM User Guide</i>.</p> </note> <p>A tag consists of a key name and an associated value. By assigning tags to your resources, you can do the following:</p> <ul> <li> <p> <b>Administrative grouping and discovery</b> - Attach tags to resources to aid in organization and search. For example, you could search for all resources with the key name <i>Project</i> and the value <i>MyImportantProject</i>. Or search for all resources with the key name <i>Cost Center</i> and the value <i>41200</i>. </p> </li> <li> <p> <b>Access control</b> - Include tags in IAM user-based and resource-based policies. You can use tags to restrict access to only a server certificate that has a specified tag attached. For examples of policies that show how to use tags to control access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Control access using IAM tags</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p> <b>Cost allocation</b> - Use tags to help track which individuals and teams are using which Amazon Web Services resources.</p> </li> </ul> <note> <ul> <li> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code.</p> </li> </ul> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: ServerCertificateName
          in: query
          required: true
          description: '<p>The name of the IAM server certificate to which you want to add tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Tags
          in: query
          required: true
          description: The list of tags that you want to attach to the IAM server certificate. Each tag consists of a key name and an associated value.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/Tag"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - TagServerCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: TagServerCertificate
      operationId: POST_TagServerCertificate
      description: <p>Adds one or more tags to an IAM server certificate. If a tag with the same key name already exists, then that tag is overwritten with the new value.</p> <note> <p>For certificates in a Region supported by Certificate Manager (ACM), we recommend that you don't use IAM server certificates. Instead, use ACM to provision, manage, and deploy your server certificates. For more information about IAM server certificates, <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with server certificates</a> in the <i>IAM User Guide</i>.</p> </note> <p>A tag consists of a key name and an associated value. By assigning tags to your resources, you can do the following:</p> <ul> <li> <p> <b>Administrative grouping and discovery</b> - Attach tags to resources to aid in organization and search. For example, you could search for all resources with the key name <i>Project</i> and the value <i>MyImportantProject</i>. Or search for all resources with the key name <i>Cost Center</i> and the value <i>41200</i>. </p> </li> <li> <p> <b>Access control</b> - Include tags in IAM user-based and resource-based policies. You can use tags to restrict access to only a server certificate that has a specified tag attached. For examples of policies that show how to use tags to control access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Control access using IAM tags</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p> <b>Cost allocation</b> - Use tags to help track which individuals and teams are using which Amazon Web Services resources.</p> </li> </ul> <note> <ul> <li> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code.</p> </li> </ul> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/TagServerCertificateRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - TagServerCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=TagUser:
    get:
      x-aws-operation-name: TagUser
      operationId: GET_TagUser
      description: <p>Adds one or more tags to an IAM user. If a tag with the same key name already exists, then that tag is overwritten with the new value.</p> <p>A tag consists of a key name and an associated value. By assigning tags to your resources, you can do the following:</p> <ul> <li> <p> <b>Administrative grouping and discovery</b> - Attach tags to resources to aid in organization and search. For example, you could search for all resources with the key name <i>Project</i> and the value <i>MyImportantProject</i>. Or search for all resources with the key name <i>Cost Center</i> and the value <i>41200</i>. </p> </li> <li> <p> <b>Access control</b> - Include tags in IAM identity-based and resource-based policies. You can use tags to restrict access to only an IAM requesting user that has a specified tag attached. You can also restrict access to only those resources that have a certain tag attached. For examples of policies that show how to use tags to control access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Control access using IAM tags</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p> <b>Cost allocation</b> - Use tags to help track which individuals and teams are using which Amazon Web Services resources.</p> </li> </ul> <note> <ul> <li> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code.</p> </li> </ul> </note> <p>For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM identities</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the IAM user to which you want to add tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Tags
          in: query
          required: true
          description: The list of tags that you want to attach to the IAM user. Each tag consists of a key name and an associated value.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/Tag"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - TagUser
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: TagUser
      operationId: POST_TagUser
      description: <p>Adds one or more tags to an IAM user. If a tag with the same key name already exists, then that tag is overwritten with the new value.</p> <p>A tag consists of a key name and an associated value. By assigning tags to your resources, you can do the following:</p> <ul> <li> <p> <b>Administrative grouping and discovery</b> - Attach tags to resources to aid in organization and search. For example, you could search for all resources with the key name <i>Project</i> and the value <i>MyImportantProject</i>. Or search for all resources with the key name <i>Cost Center</i> and the value <i>41200</i>. </p> </li> <li> <p> <b>Access control</b> - Include tags in IAM identity-based and resource-based policies. You can use tags to restrict access to only an IAM requesting user that has a specified tag attached. You can also restrict access to only those resources that have a certain tag attached. For examples of policies that show how to use tags to control access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Control access using IAM tags</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p> <b>Cost allocation</b> - Use tags to help track which individuals and teams are using which Amazon Web Services resources.</p> </li> </ul> <note> <ul> <li> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> </li> <li> <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code.</p> </li> </ul> </note> <p>For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM identities</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "483":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/TagUserRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - TagUser
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UntagInstanceProfile:
    get:
      x-aws-operation-name: UntagInstanceProfile
      operationId: GET_UntagInstanceProfile
      description: Removes the specified tags from the IAM instance profile. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: InstanceProfileName
          in: query
          required: true
          description: '<p>The name of the IAM instance profile from which you want to remove tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: TagKeys
          in: query
          required: true
          description: A list of key names as a simple array of strings. The tags with matching keys are removed from the specified instance profile.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/tagKeyType"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UntagInstanceProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UntagInstanceProfile
      operationId: POST_UntagInstanceProfile
      description: Removes the specified tags from the IAM instance profile. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UntagInstanceProfileRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UntagInstanceProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UntagMFADevice:
    get:
      x-aws-operation-name: UntagMFADevice
      operationId: GET_UntagMFADevice
      description: Removes the specified tags from the IAM virtual multi-factor authentication (MFA) device. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: SerialNumber
          in: query
          required: true
          description: '<p>The unique identifier for the IAM virtual MFA device from which you want to remove tags. For virtual MFA devices, the serial number is the same as the ARN.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=/:,.@-]+"
            minLength: 9
            maxLength: 256
        - name: TagKeys
          in: query
          required: true
          description: A list of key names as a simple array of strings. The tags with matching keys are removed from the specified instance profile.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/tagKeyType"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UntagMFADevice
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UntagMFADevice
      operationId: POST_UntagMFADevice
      description: Removes the specified tags from the IAM virtual multi-factor authentication (MFA) device. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UntagMFADeviceRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UntagMFADevice
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UntagOpenIDConnectProvider:
    get:
      x-aws-operation-name: UntagOpenIDConnectProvider
      operationId: GET_UntagOpenIDConnectProvider
      description: Removes the specified tags from the specified OpenID Connect (OIDC)-compatible identity provider in IAM. For more information about OIDC providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc.html">About web identity federation</a>. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: OpenIDConnectProviderArn
          in: query
          required: true
          description: '<p>The ARN of the OIDC provider in IAM from which you want to remove tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: TagKeys
          in: query
          required: true
          description: A list of key names as a simple array of strings. The tags with matching keys are removed from the specified OIDC provider.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/tagKeyType"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UntagOpenIDConnectProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UntagOpenIDConnectProvider
      operationId: POST_UntagOpenIDConnectProvider
      description: Removes the specified tags from the specified OpenID Connect (OIDC)-compatible identity provider in IAM. For more information about OIDC providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc.html">About web identity federation</a>. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UntagOpenIDConnectProviderRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UntagOpenIDConnectProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UntagPolicy:
    get:
      x-aws-operation-name: UntagPolicy
      operationId: GET_UntagPolicy
      description: Removes the specified tags from the customer managed policy. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: PolicyArn
          in: query
          required: true
          description: '<p>The ARN of the IAM customer managed policy from which you want to remove tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: TagKeys
          in: query
          required: true
          description: A list of key names as a simple array of strings. The tags with matching keys are removed from the specified policy.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/tagKeyType"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UntagPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UntagPolicy
      operationId: POST_UntagPolicy
      description: Removes the specified tags from the customer managed policy. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UntagPolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UntagPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UntagRole:
    get:
      x-aws-operation-name: UntagRole
      operationId: GET_UntagRole
      description: Removes the specified tags from the role. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: '<p>The name of the IAM role from which you want to remove tags.</p> <p>This parameter accepts (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: TagKeys
          in: query
          required: true
          description: A list of key names as a simple array of strings. The tags with matching keys are removed from the specified role.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/tagKeyType"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UntagRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UntagRole
      operationId: POST_UntagRole
      description: Removes the specified tags from the role. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UntagRoleRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UntagRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UntagSAMLProvider:
    get:
      x-aws-operation-name: UntagSAMLProvider
      operationId: GET_UntagSAMLProvider
      description: Removes the specified tags from the specified Security Assertion Markup Language (SAML) identity provider in IAM. For more information about these providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc.html">About web identity federation</a>. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: SAMLProviderArn
          in: query
          required: true
          description: '<p>The ARN of the SAML identity provider in IAM from which you want to remove tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: TagKeys
          in: query
          required: true
          description: A list of key names as a simple array of strings. The tags with matching keys are removed from the specified SAML identity provider.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/tagKeyType"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UntagSAMLProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UntagSAMLProvider
      operationId: POST_UntagSAMLProvider
      description: Removes the specified tags from the specified Security Assertion Markup Language (SAML) identity provider in IAM. For more information about these providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc.html">About web identity federation</a>. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UntagSAMLProviderRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UntagSAMLProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UntagServerCertificate:
    get:
      x-aws-operation-name: UntagServerCertificate
      operationId: GET_UntagServerCertificate
      description: <p>Removes the specified tags from the IAM server certificate. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>For certificates in a Region supported by Certificate Manager (ACM), we recommend that you don't use IAM server certificates. Instead, use ACM to provision, manage, and deploy your server certificates. For more information about IAM server certificates, <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with server certificates</a> in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: ServerCertificateName
          in: query
          required: true
          description: '<p>The name of the IAM server certificate from which you want to remove tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: TagKeys
          in: query
          required: true
          description: A list of key names as a simple array of strings. The tags with matching keys are removed from the specified IAM server certificate.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/tagKeyType"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UntagServerCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UntagServerCertificate
      operationId: POST_UntagServerCertificate
      description: <p>Removes the specified tags from the IAM server certificate. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>For certificates in a Region supported by Certificate Manager (ACM), we recommend that you don't use IAM server certificates. Instead, use ACM to provision, manage, and deploy your server certificates. For more information about IAM server certificates, <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with server certificates</a> in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UntagServerCertificateRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UntagServerCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UntagUser:
    get:
      x-aws-operation-name: UntagUser
      operationId: GET_UntagUser
      description: Removes the specified tags from the user. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the IAM user from which you want to remove tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: TagKeys
          in: query
          required: true
          description: A list of key names as a simple array of strings. The tags with matching keys are removed from the specified user.
          schema:
            type: array
            items:
              $ref: "#/components/schemas/tagKeyType"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UntagUser
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UntagUser
      operationId: POST_UntagUser
      description: Removes the specified tags from the user. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UntagUserRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UntagUser
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UpdateAccessKey:
    get:
      x-aws-operation-name: UpdateAccessKey
      operationId: GET_UpdateAccessKey
      description: <p>Changes the status of the specified access key from Active to Inactive, or vice versa. This operation can be used to disable a user's key as part of a key rotation workflow.</p> <p>If the <code>UserName</code> is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. If a temporary access key is used, then <code>UserName</code> is required. If a long-term key is assigned to the user, then <code>UserName</code> is not required. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users.</p> <p>For information about rotating keys, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/ManagingCredentials.html">Managing keys and certificates</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: false
          description: '<p>The name of the user whose key you want to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: AccessKeyId
          in: query
          required: true
          description: <p>The access key ID of the secret access key you want to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
          schema:
            type: string
            pattern: "[\\w]+"
            minLength: 16
            maxLength: 128
        - name: Status
          in: query
          required: true
          description: " The status you want to assign to the secret access key. <code>Active</code> means that the key can be used for programmatic calls to Amazon Web Services, while <code>Inactive</code> means that the key cannot be used."
          schema:
            type: string
            enum:
              - Active
              - Inactive
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateAccessKey
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UpdateAccessKey
      operationId: POST_UpdateAccessKey
      description: <p>Changes the status of the specified access key from Active to Inactive, or vice versa. This operation can be used to disable a user's key as part of a key rotation workflow.</p> <p>If the <code>UserName</code> is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. If a temporary access key is used, then <code>UserName</code> is required. If a long-term key is assigned to the user, then <code>UserName</code> is not required. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users.</p> <p>For information about rotating keys, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/ManagingCredentials.html">Managing keys and certificates</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UpdateAccessKeyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateAccessKey
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UpdateAccountPasswordPolicy:
    get:
      x-aws-operation-name: UpdateAccountPasswordPolicy
      operationId: GET_UpdateAccountPasswordPolicy
      description: <p>Updates the password policy settings for the Amazon Web Services account.</p> <note> <p>This operation does not support partial updates. No parameters are required, but if you do not specify a parameter, that parameter's value reverts to its default value. See the <b>Request Parameters</b> section for each parameter's default value. Also note that some parameters do not allow the default parameter to be explicitly set. Instead, to invoke the default value, do not include that parameter when you invoke the operation.</p> </note> <p> For more information about using a password policy, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingPasswordPolicies.html">Managing an IAM password policy</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: MalformedPolicyDocumentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedPolicyDocumentException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: MinimumPasswordLength
          in: query
          required: false
          description: <p>The minimum number of characters allowed in an IAM user password.</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>6</code>.</p>
          schema:
            type: integer
            minimum: 6
            maximum: 128
        - name: RequireSymbols
          in: query
          required: false
          description: "<p>Specifies whether IAM user passwords must contain at least one of the following non-alphanumeric characters:</p> <p>! @ # $ % ^ &amp; * ( ) _ + - = [ ] { } | '</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>false</code>. The result is that passwords do not require at least one symbol character.</p>"
          schema:
            type: boolean
        - name: RequireNumbers
          in: query
          required: false
          description: <p>Specifies whether IAM user passwords must contain at least one numeric character (0 to 9).</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>false</code>. The result is that passwords do not require at least one numeric character.</p>
          schema:
            type: boolean
        - name: RequireUppercaseCharacters
          in: query
          required: false
          description: <p>Specifies whether IAM user passwords must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z).</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>false</code>. The result is that passwords do not require at least one uppercase character.</p>
          schema:
            type: boolean
        - name: RequireLowercaseCharacters
          in: query
          required: false
          description: <p>Specifies whether IAM user passwords must contain at least one lowercase character from the ISO basic Latin alphabet (a to z).</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>false</code>. The result is that passwords do not require at least one lowercase character.</p>
          schema:
            type: boolean
        - name: AllowUsersToChangePassword
          in: query
          required: false
          description: <p> Allows all IAM users in your account to use the Amazon Web Services Management Console to change their own passwords. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_enable-user-change.html">Permitting IAM users to change their own passwords</a> in the <i>IAM User Guide</i>.</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>false</code>. The result is that IAM users in the account do not automatically have permissions to change their own password.</p>
          schema:
            type: boolean
        - name: MaxPasswordAge
          in: query
          required: false
          description: <p>The number of days that an IAM user password is valid.</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>0</code>. The result is that IAM user passwords never expire.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 1095
        - name: PasswordReusePrevention
          in: query
          required: false
          description: <p>Specifies the number of previous passwords that IAM users are prevented from reusing.</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>0</code>. The result is that IAM users are not prevented from reusing previous passwords.</p>
          schema:
            type: integer
            minimum: 1
            maximum: 24
        - name: HardExpiry
          in: query
          required: false
          description: <p> Prevents IAM users who are accessing the account via the Amazon Web Services Management Console from setting a new console password after their password has expired. The IAM user cannot access the console until an administrator resets the password.</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>false</code>. The result is that IAM users can change their passwords after they expire and continue to sign in as the user.</p> <note> <p> In the Amazon Web Services Management Console, the custom password policy option <b>Allow users to change their own password</b> gives IAM users permissions to <code>iam:ChangePassword</code> for only their user and to the <code>iam:GetAccountPasswordPolicy</code> action. This option does not attach a permissions policy to each user, rather the permissions are applied at the account-level for all users by IAM. IAM users with <code>iam:ChangePassword</code> permission and active access keys can reset their own expired console password using the CLI or API.</p> </note>
          schema:
            type: boolean
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateAccountPasswordPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UpdateAccountPasswordPolicy
      operationId: POST_UpdateAccountPasswordPolicy
      description: <p>Updates the password policy settings for the Amazon Web Services account.</p> <note> <p>This operation does not support partial updates. No parameters are required, but if you do not specify a parameter, that parameter's value reverts to its default value. See the <b>Request Parameters</b> section for each parameter's default value. Also note that some parameters do not allow the default parameter to be explicitly set. Instead, to invoke the default value, do not include that parameter when you invoke the operation.</p> </note> <p> For more information about using a password policy, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingPasswordPolicies.html">Managing an IAM password policy</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: MalformedPolicyDocumentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedPolicyDocumentException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UpdateAccountPasswordPolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateAccountPasswordPolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UpdateAssumeRolePolicy:
    get:
      x-aws-operation-name: UpdateAssumeRolePolicy
      operationId: GET_UpdateAssumeRolePolicy
      description: Updates the policy that grants an IAM entity permission to assume a role. This is typically referred to as the "role trust policy". For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html">Using roles to delegate permissions and federate identities</a>.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: MalformedPolicyDocumentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedPolicyDocumentException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: '<p>The name of the role to update with the new policy.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: PolicyDocument
          in: query
          required: true
          description: <p>The policy that grants an entity permission to assume the role.</p> <p>You must provide policies in JSON format in IAM. However, for CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 131072
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateAssumeRolePolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UpdateAssumeRolePolicy
      operationId: POST_UpdateAssumeRolePolicy
      description: Updates the policy that grants an IAM entity permission to assume a role. This is typically referred to as the "role trust policy". For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html">Using roles to delegate permissions and federate identities</a>.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: MalformedPolicyDocumentException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedPolicyDocumentException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UpdateAssumeRolePolicyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateAssumeRolePolicy
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UpdateGroup:
    get:
      x-aws-operation-name: UpdateGroup
      operationId: GET_UpdateGroup
      description: <p>Updates the name and/or the path of the specified IAM group.</p> <important> <p> You should understand the implications of changing a group's path or name. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_WorkingWithGroupsAndUsers.html">Renaming users and groups</a> in the <i>IAM User Guide</i>.</p> </important> <note> <p>The person making the request (the principal), must have permission to change the role group with the old name and the new name. For example, to change the group named <code>Managers</code> to <code>MGRs</code>, the principal must have a policy that allows them to update both groups. If the principal has permission to update the <code>Managers</code> group, but not the <code>MGRs</code> group, then the update fails. For more information about permissions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access management</a>. </p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: GroupName
          in: query
          required: true
          description: "<p>Name of the IAM group to update. If you're changing the name of the group, this is the original name.</p> <p>This parameter allows (through its <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>"
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: NewPath
          in: query
          required: false
          description: <p>New path for the IAM group. Only include this if changing the group's path.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
          schema:
            type: string
            pattern: (\u002F)|(\u002F[\u0021-\u007F]+\u002F)
            minLength: 1
            maxLength: 512
        - name: NewGroupName
          in: query
          required: false
          description: <p>New name for the IAM group. Only include this if changing the group's name.</p> <p>IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".</p>
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateGroup
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UpdateGroup
      operationId: POST_UpdateGroup
      description: <p>Updates the name and/or the path of the specified IAM group.</p> <important> <p> You should understand the implications of changing a group's path or name. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_WorkingWithGroupsAndUsers.html">Renaming users and groups</a> in the <i>IAM User Guide</i>.</p> </important> <note> <p>The person making the request (the principal), must have permission to change the role group with the old name and the new name. For example, to change the group named <code>Managers</code> to <code>MGRs</code>, the principal must have a policy that allows them to update both groups. If the principal has permission to update the <code>Managers</code> group, but not the <code>MGRs</code> group, then the update fails. For more information about permissions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access management</a>. </p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UpdateGroupRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateGroup
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UpdateLoginProfile:
    get:
      x-aws-operation-name: UpdateLoginProfile
      operationId: GET_UpdateLoginProfile
      description: <p>Changes the password for the specified IAM user. You can use the CLI, the Amazon Web Services API, or the <b>Users</b> page in the IAM console to change the password for any IAM user. Use <a>ChangePassword</a> to change your own password in the <b>My Security Credentials</b> page in the Amazon Web Services Management Console.</p> <p>For more information about modifying passwords, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html">Managing passwords</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: EntityTemporarilyUnmodifiableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityTemporarilyUnmodifiableException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: PasswordPolicyViolationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PasswordPolicyViolationException"
        "483":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the user whose password you want to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Password
          in: query
          required: false
          description: <p>The new password for the specified IAM user.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul> <p>However, the format can be further restricted by the account administrator by setting a password policy on the Amazon Web Services account. For more information, see <a>UpdateAccountPasswordPolicy</a>.</p>
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 128
            format: password
        - name: PasswordResetRequired
          in: query
          required: false
          description: Allows this new password to be used only once by requiring the specified IAM user to set a new password on next sign-in.
          schema:
            type: boolean
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateLoginProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UpdateLoginProfile
      operationId: POST_UpdateLoginProfile
      description: <p>Changes the password for the specified IAM user. You can use the CLI, the Amazon Web Services API, or the <b>Users</b> page in the IAM console to change the password for any IAM user. Use <a>ChangePassword</a> to change your own password in the <b>My Security Credentials</b> page in the Amazon Web Services Management Console.</p> <p>For more information about modifying passwords, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html">Managing passwords</a> in the <i>IAM User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: EntityTemporarilyUnmodifiableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityTemporarilyUnmodifiableException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: PasswordPolicyViolationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/PasswordPolicyViolationException"
        "483":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "484":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UpdateLoginProfileRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateLoginProfile
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UpdateOpenIDConnectProviderThumbprint:
    get:
      x-aws-operation-name: UpdateOpenIDConnectProviderThumbprint
      operationId: GET_UpdateOpenIDConnectProviderThumbprint
      description: <p>Replaces the existing list of server certificate thumbprints associated with an OpenID Connect (OIDC) provider resource object with a new list of thumbprints.</p> <p>The list that you pass with this operation completely replaces the existing list of thumbprints. (The lists are not merged.)</p> <p>Typically, you need to update a thumbprint only when the identity provider certificate changes, which occurs rarely. However, if the provider's certificate <i>does</i> change, any attempt to assume an IAM role that specifies the OIDC provider as a principal fails until the certificate thumbprint is updated.</p> <note> <p>Amazon Web Services secures communication with some OIDC identity providers (IdPs) through our library of trusted certificate authorities (CAs) instead of using a certificate thumbprint to verify your IdP server certificate. These OIDC IdPs include Google, Auth0, and those that use an Amazon S3 bucket to host a JSON Web Key Set (JWKS) endpoint. In these cases, your legacy thumbprint remains in your configuration, but is no longer used for validation.</p> </note> <note> <p>Trust for the OIDC provider is derived from the provider certificate and is validated by the thumbprint. Therefore, it is best to limit access to the <code>UpdateOpenIDConnectProviderThumbprint</code> operation to highly privileged users.</p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: OpenIDConnectProviderArn
          in: query
          required: true
          description: <p>The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the thumbprint. You can get a list of OIDC provider ARNs by using the <a>ListOpenIDConnectProviders</a> operation.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: ThumbprintList
          in: query
          required: true
          description: "A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see <a>CreateOpenIDConnectProvider</a>. "
          schema:
            type: array
            description: Contains a list of thumbprints of identity provider server certificates.
            items:
              $ref: "#/components/schemas/thumbprintType"
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateOpenIDConnectProviderThumbprint
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UpdateOpenIDConnectProviderThumbprint
      operationId: POST_UpdateOpenIDConnectProviderThumbprint
      description: <p>Replaces the existing list of server certificate thumbprints associated with an OpenID Connect (OIDC) provider resource object with a new list of thumbprints.</p> <p>The list that you pass with this operation completely replaces the existing list of thumbprints. (The lists are not merged.)</p> <p>Typically, you need to update a thumbprint only when the identity provider certificate changes, which occurs rarely. However, if the provider's certificate <i>does</i> change, any attempt to assume an IAM role that specifies the OIDC provider as a principal fails until the certificate thumbprint is updated.</p> <note> <p>Amazon Web Services secures communication with some OIDC identity providers (IdPs) through our library of trusted certificate authorities (CAs) instead of using a certificate thumbprint to verify your IdP server certificate. These OIDC IdPs include Google, Auth0, and those that use an Amazon S3 bucket to host a JSON Web Key Set (JWKS) endpoint. In these cases, your legacy thumbprint remains in your configuration, but is no longer used for validation.</p> </note> <note> <p>Trust for the OIDC provider is derived from the provider certificate and is validated by the thumbprint. Therefore, it is best to limit access to the <code>UpdateOpenIDConnectProviderThumbprint</code> operation to highly privileged users.</p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UpdateOpenIDConnectProviderThumbprintRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateOpenIDConnectProviderThumbprint
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UpdateRole:
    get:
      x-aws-operation-name: UpdateRole
      operationId: GET_UpdateRole
      description: Updates the description or maximum session duration setting of a role.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UpdateRoleResponse"
        "480":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: The name of the role that you want to modify.
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Description
          in: query
          required: false
          description: The new description that you want to apply to the specified role.
          schema:
            type: string
            pattern: "[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*"
            maxLength: 1000
        - name: MaxSessionDuration
          in: query
          required: false
          description: <p>The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default value of one hour is applied. This setting can have a value from 1 hour to 12 hours.</p> <p>Anyone who assumes the role from the CLI or API can use the <code>DurationSeconds</code> API parameter or the <code>duration-seconds</code> CLI parameter to request a longer session. The <code>MaxSessionDuration</code> setting determines the maximum duration that can be requested using the <code>DurationSeconds</code> parameter. If users don't specify a value for the <code>DurationSeconds</code> parameter, their security credentials are valid for one hour by default. This applies when you use the <code>AssumeRole*</code> API operations or the <code>assume-role*</code> CLI operations but does not apply when you use those operations to create a console URL. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html">Using IAM roles</a> in the <i>IAM User Guide</i>.</p>
          schema:
            type: integer
            minimum: 3600
            maximum: 43200
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UpdateRole
      operationId: POST_UpdateRole
      description: Updates the description or maximum session duration setting of a role.
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UpdateRoleResponse"
        "480":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UpdateRoleRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateRole
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UpdateRoleDescription:
    get:
      x-aws-operation-name: UpdateRoleDescription
      operationId: GET_UpdateRoleDescription
      description: <p>Use <a>UpdateRole</a> instead.</p> <p>Modifies only the description of a role. This operation performs the same function as the <code>Description</code> parameter in the <code>UpdateRole</code> operation.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UpdateRoleDescriptionResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: RoleName
          in: query
          required: true
          description: The name of the role that you want to modify.
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Description
          in: query
          required: true
          description: The new description that you want to apply to the specified role.
          schema:
            type: string
            pattern: "[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*"
            maxLength: 1000
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateRoleDescription
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UpdateRoleDescription
      operationId: POST_UpdateRoleDescription
      description: <p>Use <a>UpdateRole</a> instead.</p> <p>Modifies only the description of a role. This operation performs the same function as the <code>Description</code> parameter in the <code>UpdateRole</code> operation.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UpdateRoleDescriptionResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: UnmodifiableEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnmodifiableEntityException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UpdateRoleDescriptionRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateRoleDescription
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UpdateSAMLProvider:
    get:
      x-aws-operation-name: UpdateSAMLProvider
      operationId: GET_UpdateSAMLProvider
      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>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UpdateSAMLProviderResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: SAMLMetadataDocument
          in: query
          required: true
          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 can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.
          schema:
            type: string
            minLength: 1000
            maxLength: 10000000
        - name: SAMLProviderArn
          in: query
          required: true
          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/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
          schema:
            type: string
            description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
            minLength: 20
            maxLength: 2048
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateSAMLProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UpdateSAMLProvider
      operationId: POST_UpdateSAMLProvider
      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>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UpdateSAMLProviderResponse"
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UpdateSAMLProviderRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateSAMLProvider
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UpdateSSHPublicKey:
    get:
      x-aws-operation-name: UpdateSSHPublicKey
      operationId: GET_UpdateSSHPublicKey
      description: <p>Sets the status of an IAM user's SSH public key to active or inactive. SSH public keys that are inactive cannot be used for authentication. This operation can be used to disable a user's SSH public key as part of a key rotation work flow.</p> <p>The SSH public key affected by this operation is used only for authenticating the associated IAM user to an CodeCommit repository. For more information about using SSH keys to authenticate to an CodeCommit repository, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html">Set up CodeCommit for SSH connections</a> in the <i>CodeCommit User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the IAM user associated with the SSH public key.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: SSHPublicKeyId
          in: query
          required: true
          description: <p>The unique identifier for the SSH public key.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
          schema:
            type: string
            pattern: "[\\w]+"
            minLength: 20
            maxLength: 128
        - name: Status
          in: query
          required: true
          description: The status to assign to the SSH public key. <code>Active</code> means that the key can be used for authentication with an CodeCommit repository. <code>Inactive</code> means that the key cannot be used.
          schema:
            type: string
            enum:
              - Active
              - Inactive
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateSSHPublicKey
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UpdateSSHPublicKey
      operationId: POST_UpdateSSHPublicKey
      description: <p>Sets the status of an IAM user's SSH public key to active or inactive. SSH public keys that are inactive cannot be used for authentication. This operation can be used to disable a user's SSH public key as part of a key rotation work flow.</p> <p>The SSH public key affected by this operation is used only for authenticating the associated IAM user to an CodeCommit repository. For more information about using SSH keys to authenticate to an CodeCommit repository, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html">Set up CodeCommit for SSH connections</a> in the <i>CodeCommit User Guide</i>.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UpdateSSHPublicKeyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateSSHPublicKey
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UpdateServerCertificate:
    get:
      x-aws-operation-name: UpdateServerCertificate
      operationId: GET_UpdateServerCertificate
      description: <p>Updates the name and/or the path of the specified server certificate stored in IAM.</p> <p>For more information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with server certificates</a> in the <i>IAM User Guide</i>. This topic also includes a list of Amazon Web Services services that can use the server certificates that you manage with IAM.</p> <important> <p>You should understand the implications of changing a server certificate's path or name. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs_manage.html#RenamingServerCerts">Renaming a server certificate</a> in the <i>IAM User Guide</i>.</p> </important> <note> <p>The person making the request (the principal), must have permission to change the server certificate with the old name and the new name. For example, to change the certificate named <code>ProductionCert</code> to <code>ProdCert</code>, the principal must have a policy that allows them to update both certificates. If the principal has permission to update the <code>ProductionCert</code> group, but not the <code>ProdCert</code> certificate, then the update fails. For more information about permissions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access management</a> in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: ServerCertificateName
          in: query
          required: true
          description: '<p>The name of the server certificate that you want to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: NewPath
          in: query
          required: false
          description: <p>The new path for the server certificate. Include this only if you are updating the server certificate's path.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
          schema:
            type: string
            pattern: (\u002F)|(\u002F[\u0021-\u007F]+\u002F)
            minLength: 1
            maxLength: 512
        - name: NewServerCertificateName
          in: query
          required: false
          description: "<p>The new name for the server certificate. Include this only if you are updating the server certificate's name. The name of the certificate cannot contain any spaces.</p> <p>This parameter allows (through its <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>"
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateServerCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UpdateServerCertificate
      operationId: POST_UpdateServerCertificate
      description: <p>Updates the name and/or the path of the specified server certificate stored in IAM.</p> <p>For more information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with server certificates</a> in the <i>IAM User Guide</i>. This topic also includes a list of Amazon Web Services services that can use the server certificates that you manage with IAM.</p> <important> <p>You should understand the implications of changing a server certificate's path or name. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs_manage.html#RenamingServerCerts">Renaming a server certificate</a> in the <i>IAM User Guide</i>.</p> </important> <note> <p>The person making the request (the principal), must have permission to change the server certificate with the old name and the new name. For example, to change the certificate named <code>ProductionCert</code> to <code>ProdCert</code>, the principal must have a policy that allows them to update both certificates. If the principal has permission to update the <code>ProductionCert</code> group, but not the <code>ProdCert</code> certificate, then the update fails. For more information about permissions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access management</a> in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "482":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "483":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UpdateServerCertificateRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateServerCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UpdateServiceSpecificCredential:
    get:
      x-aws-operation-name: UpdateServiceSpecificCredential
      operationId: GET_UpdateServiceSpecificCredential
      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's service-specific credential as part of a credential rotation work flow.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
      parameters:
        - name: UserName
          in: query
          required: false
          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 credentials are used to call the operation.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: ServiceSpecificCredentialId
          in: query
          required: true
          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</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
          schema:
            type: string
            pattern: "[\\w]+"
            minLength: 20
            maxLength: 128
        - name: Status
          in: query
          required: true
          description: The status to be assigned to the service-specific credential.
          schema:
            type: string
            enum:
              - Active
              - Inactive
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateServiceSpecificCredential
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UpdateServiceSpecificCredential
      operationId: POST_UpdateServiceSpecificCredential
      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's service-specific credential as part of a credential rotation work flow.
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UpdateServiceSpecificCredentialRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateServiceSpecificCredential
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UpdateSigningCertificate:
    get:
      x-aws-operation-name: UpdateSigningCertificate
      operationId: GET_UpdateSigningCertificate
      description: <p>Changes the status of the specified user signing certificate from active to disabled, or vice versa. This operation can be used to disable an IAM user's signing certificate as part of a certificate rotation work flow.</p> <p>If the <code>UserName</code> field is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: false
          description: '<p>The name of the IAM user the signing certificate belongs to.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: CertificateId
          in: query
          required: true
          description: <p>The ID of the signing certificate you want to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
          schema:
            type: string
            pattern: "[\\w]+"
            minLength: 24
            maxLength: 128
        - name: Status
          in: query
          required: true
          description: " The status you want to assign to the certificate. <code>Active</code> means that the certificate can be used for programmatic calls to Amazon Web Services <code>Inactive</code> means that the certificate cannot be used."
          schema:
            type: string
            enum:
              - Active
              - Inactive
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateSigningCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UpdateSigningCertificate
      operationId: POST_UpdateSigningCertificate
      description: <p>Changes the status of the specified user signing certificate from active to disabled, or vice versa. This operation can be used to disable an IAM user's signing certificate as part of a certificate rotation work flow.</p> <p>If the <code>UserName</code> field is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users.</p>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UpdateSigningCertificateRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateSigningCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UpdateUser:
    get:
      x-aws-operation-name: UpdateUser
      operationId: GET_UpdateUser
      description: <p>Updates the name and/or the path of the specified IAM user.</p> <important> <p> You should understand the implications of changing an IAM user's path or name. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_renaming">Renaming an IAM user</a> and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_groups_manage_rename.html">Renaming an IAM group</a> in the <i>IAM User Guide</i>.</p> </important> <note> <p> To change a user name, the requester must have appropriate permissions on both the source object and the target object. For example, to change Bob to Robert, the entity making the request must have permission on Bob and Robert, or must have permission on all (*). For more information about permissions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/PermissionsAndPolicies.html">Permissions and policies</a>. </p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "483":
          description: EntityTemporarilyUnmodifiableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityTemporarilyUnmodifiableException"
        "484":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "485":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: "<p>Name of the user to update. If you're changing the name of the user, this is the original user name.</p> <p>This parameter allows (through its <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>"
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: NewPath
          in: query
          required: false
          description: <p>New path for the IAM user. Include this parameter only if you're changing the user's path.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
          schema:
            type: string
            pattern: (\u002F)|(\u002F[\u0021-\u007F]+\u002F)
            minLength: 1
            maxLength: 512
        - name: NewUserName
          in: query
          required: false
          description: <p>New name for the user. Include this parameter only if you're changing the user's name.</p> <p>IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".</p>
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateUser
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UpdateUser
      operationId: POST_UpdateUser
      description: <p>Updates the name and/or the path of the specified IAM user.</p> <important> <p> You should understand the implications of changing an IAM user's path or name. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_renaming">Renaming an IAM user</a> and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_groups_manage_rename.html">Renaming an IAM group</a> in the <i>IAM User Guide</i>.</p> </important> <note> <p> To change a user name, the requester must have appropriate permissions on both the source object and the target object. For example, to change Bob to Robert, the entity making the request must have permission on Bob and Robert, or must have permission on all (*). For more information about permissions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/PermissionsAndPolicies.html">Permissions and policies</a>. </p> </note>
      responses:
        "200":
          description: Success
        "480":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "481":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "482":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "483":
          description: EntityTemporarilyUnmodifiableException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityTemporarilyUnmodifiableException"
        "484":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "485":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UpdateUserRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UpdateUser
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UploadSSHPublicKey:
    get:
      x-aws-operation-name: UploadSSHPublicKey
      operationId: GET_UploadSSHPublicKey
      description: <p>Uploads an SSH public key and associates it with the specified IAM user.</p> <p>The SSH public key uploaded by this operation can be used only for authenticating the associated IAM user to an CodeCommit repository. For more information about using SSH keys to authenticate to an CodeCommit repository, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html">Set up CodeCommit for SSH connections</a> in the <i>CodeCommit User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UploadSSHPublicKeyResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: InvalidPublicKeyException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidPublicKeyException"
        "483":
          description: DuplicateSSHPublicKeyException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DuplicateSSHPublicKeyException"
        "484":
          description: UnrecognizedPublicKeyEncodingException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnrecognizedPublicKeyEncodingException"
      parameters:
        - name: UserName
          in: query
          required: true
          description: '<p>The name of the IAM user to associate the SSH public key with.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 64
        - name: SSHPublicKeyBody
          in: query
          required: true
          description: <p>The SSH public key. The public key must be encoded in ssh-rsa format or PEM format. The minimum bit-length of the public key is 2048 bits. For example, you can generate a 2048-bit key, and the resulting PEM file is 1679 bytes long.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 16384
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UploadSSHPublicKey
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UploadSSHPublicKey
      operationId: POST_UploadSSHPublicKey
      description: <p>Uploads an SSH public key and associates it with the specified IAM user.</p> <p>The SSH public key uploaded by this operation can be used only for authenticating the associated IAM user to an CodeCommit repository. For more information about using SSH keys to authenticate to an CodeCommit repository, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html">Set up CodeCommit for SSH connections</a> in the <i>CodeCommit User Guide</i>.</p>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UploadSSHPublicKeyResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "482":
          description: InvalidPublicKeyException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidPublicKeyException"
        "483":
          description: DuplicateSSHPublicKeyException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DuplicateSSHPublicKeyException"
        "484":
          description: UnrecognizedPublicKeyEncodingException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UnrecognizedPublicKeyEncodingException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UploadSSHPublicKeyRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UploadSSHPublicKey
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UploadServerCertificate:
    get:
      x-aws-operation-name: UploadServerCertificate
      operationId: GET_UploadServerCertificate
      description: <p>Uploads a server certificate entity for the Amazon Web Services account. The server certificate entity includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded.</p> <p>We recommend that you use <a href="https://docs.aws.amazon.com/acm/">Certificate Manager</a> to provision, manage, and deploy your server certificates. With ACM you can request a certificate, deploy it to Amazon Web Services resources, and let ACM handle certificate renewals for you. Certificates provided by ACM are free. For more information about using ACM, see the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">Certificate Manager User Guide</a>.</p> <p>For more information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with server certificates</a> in the <i>IAM User Guide</i>. This topic includes a list of Amazon Web Services services that can use the server certificates that you manage with IAM.</p> <p>For information about the number of server certificates you can upload, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p> <note> <p>Because the body of the public key certificate, private key, and the certificate chain can be large, you should use POST rather than GET when calling <code>UploadServerCertificate</code>. For information about setting up signatures and authorization through the API, see <a href="https://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html">Signing Amazon Web Services API requests</a> in the <i>Amazon Web Services General Reference</i>. For general information about using the Query API with IAM, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/programming.html">Calling the API by making HTTP query requests</a> in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UploadServerCertificateResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "483":
          description: MalformedCertificateException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedCertificateException"
        "484":
          description: KeyPairMismatchException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/KeyPairMismatchException"
        "485":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "486":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: Path
          in: query
          required: false
          description: <p>The path for the server certificate. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/). This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p> <note> <p> If you are uploading a server certificate specifically for use with Amazon CloudFront distributions, you must specify a path using the <code>path</code> parameter. The path must begin with <code>/cloudfront</code> and must include a trailing slash (for example, <code>/cloudfront/test/</code>).</p> </note>
          schema:
            type: string
            pattern: (\u002F)|(\u002F[\u0021-\u007F]+\u002F)
            minLength: 1
            maxLength: 512
        - name: ServerCertificateName
          in: query
          required: true
          description: '<p>The name for the server certificate. Do not include the path in this value. The name of the certificate cannot contain any spaces.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: CertificateBody
          in: query
          required: true
          description: <p>The contents of the public key certificate in PEM-encoded format.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 16384
        - name: PrivateKey
          in: query
          required: true
          description: <p>The contents of the private key in PEM-encoded format.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 16384
            format: password
        - name: CertificateChain
          in: query
          required: false
          description: <p>The contents of the certificate chain. This is typically a concatenation of the PEM-encoded public key certificates of the chain.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 2097152
        - name: Tags
          in: query
          required: false
          description: <p>A list of tags that you want to attach to the new IAM server certificate resource. Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.</p> </note>
          schema:
            type: array
            items:
              $ref: "#/components/schemas/Tag"
            maxItems: 50
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UploadServerCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UploadServerCertificate
      operationId: POST_UploadServerCertificate
      description: <p>Uploads a server certificate entity for the Amazon Web Services account. The server certificate entity includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded.</p> <p>We recommend that you use <a href="https://docs.aws.amazon.com/acm/">Certificate Manager</a> to provision, manage, and deploy your server certificates. With ACM you can request a certificate, deploy it to Amazon Web Services resources, and let ACM handle certificate renewals for you. Certificates provided by ACM are free. For more information about using ACM, see the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">Certificate Manager User Guide</a>.</p> <p>For more information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with server certificates</a> in the <i>IAM User Guide</i>. This topic includes a list of Amazon Web Services services that can use the server certificates that you manage with IAM.</p> <p>For information about the number of server certificates you can upload, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the <i>IAM User Guide</i>.</p> <note> <p>Because the body of the public key certificate, private key, and the certificate chain can be large, you should use POST rather than GET when calling <code>UploadServerCertificate</code>. For information about setting up signatures and authorization through the API, see <a href="https://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html">Signing Amazon Web Services API requests</a> in the <i>Amazon Web Services General Reference</i>. For general information about using the Query API with IAM, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/programming.html">Calling the API by making HTTP query requests</a> in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UploadServerCertificateResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: InvalidInputException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidInputException"
        "482":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "483":
          description: MalformedCertificateException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedCertificateException"
        "484":
          description: KeyPairMismatchException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/KeyPairMismatchException"
        "485":
          description: ConcurrentModificationException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ConcurrentModificationException"
        "486":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UploadServerCertificateRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UploadServerCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
  /#Action=UploadSigningCertificate:
    get:
      x-aws-operation-name: UploadSigningCertificate
      operationId: GET_UploadSigningCertificate
      description: <p>Uploads an X.509 signing certificate and associates it with the specified IAM user. Some Amazon Web Services services require you to use certificates to validate requests that are signed with a corresponding private key. When you upload the certificate, its default status is <code>Active</code>.</p> <p>For information about when you would use an X.509 signing certificate, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Managing server certificates in IAM</a> in the <i>IAM User Guide</i>.</p> <p>If the <code>UserName</code> is not specified, the IAM user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users.</p> <note> <p>Because the body of an X.509 certificate can be large, you should use POST rather than GET when calling <code>UploadSigningCertificate</code>. For information about setting up signatures and authorization through the API, see <a href="https://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html">Signing Amazon Web Services API requests</a> in the <i>Amazon Web Services General Reference</i>. For general information about using the Query API with IAM, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html">Making query requests</a> in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UploadSigningCertificateResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "482":
          description: MalformedCertificateException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedCertificateException"
        "483":
          description: InvalidCertificateException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidCertificateException"
        "484":
          description: DuplicateCertificateException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DuplicateCertificateException"
        "485":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "486":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      parameters:
        - name: UserName
          in: query
          required: false
          description: '<p>The name of the user the signing certificate is for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
          schema:
            type: string
            pattern: "[\\w+=,.@-]+"
            minLength: 1
            maxLength: 128
        - name: CertificateBody
          in: query
          required: true
          description: <p>The contents of the signing certificate.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
          schema:
            type: string
            pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
            minLength: 1
            maxLength: 16384
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UploadSigningCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
    parameters:
      - $ref: "#/components/parameters/X-Amz-Content-Sha256"
      - $ref: "#/components/parameters/X-Amz-Date"
      - $ref: "#/components/parameters/X-Amz-Algorithm"
      - $ref: "#/components/parameters/X-Amz-Credential"
      - $ref: "#/components/parameters/X-Amz-Security-Token"
      - $ref: "#/components/parameters/X-Amz-Signature"
      - $ref: "#/components/parameters/X-Amz-SignedHeaders"
    post:
      x-aws-operation-name: UploadSigningCertificate
      operationId: POST_UploadSigningCertificate
      description: <p>Uploads an X.509 signing certificate and associates it with the specified IAM user. Some Amazon Web Services services require you to use certificates to validate requests that are signed with a corresponding private key. When you upload the certificate, its default status is <code>Active</code>.</p> <p>For information about when you would use an X.509 signing certificate, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Managing server certificates in IAM</a> in the <i>IAM User Guide</i>.</p> <p>If the <code>UserName</code> is not specified, the IAM user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users.</p> <note> <p>Because the body of an X.509 certificate can be large, you should use POST rather than GET when calling <code>UploadSigningCertificate</code>. For information about setting up signatures and authorization through the API, see <a href="https://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html">Signing Amazon Web Services API requests</a> in the <i>Amazon Web Services General Reference</i>. For general information about using the Query API with IAM, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html">Making query requests</a> in the <i>IAM User Guide</i>.</p> </note>
      responses:
        "200":
          description: Success
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/UploadSigningCertificateResponse"
        "480":
          description: LimitExceededException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/LimitExceededException"
        "481":
          description: EntityAlreadyExistsException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/EntityAlreadyExistsException"
        "482":
          description: MalformedCertificateException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/MalformedCertificateException"
        "483":
          description: InvalidCertificateException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/InvalidCertificateException"
        "484":
          description: DuplicateCertificateException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/DuplicateCertificateException"
        "485":
          description: NoSuchEntityException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/NoSuchEntityException"
        "486":
          description: ServiceFailureException
          content:
            text/xml:
              schema:
                $ref: "#/components/schemas/ServiceFailureException"
      requestBody:
        content:
          text/xml:
            schema:
              $ref: "#/components/schemas/UploadSigningCertificateRequest"
      parameters:
        - name: Action
          in: query
          required: true
          schema:
            type: string
            enum:
              - UploadSigningCertificate
        - name: Version
          in: query
          required: true
          schema:
            type: string
            enum:
              - 2010-05-08
components:
  parameters:
    X-Amz-Content-Sha256:
      name: X-Amz-Content-Sha256
      in: header
      schema:
        type: string
      required: false
    X-Amz-Date:
      name: X-Amz-Date
      in: header
      schema:
        type: string
      required: false
    X-Amz-Algorithm:
      name: X-Amz-Algorithm
      in: header
      schema:
        type: string
      required: false
    X-Amz-Credential:
      name: X-Amz-Credential
      in: header
      schema:
        type: string
      required: false
    X-Amz-Security-Token:
      name: X-Amz-Security-Token
      in: header
      schema:
        type: string
      required: false
    X-Amz-Signature:
      name: X-Amz-Signature
      in: header
      schema:
        type: string
      required: false
    X-Amz-SignedHeaders:
      name: X-Amz-SignedHeaders
      in: header
      schema:
        type: string
      required: false
  securitySchemes:
    hmac:
      type: apiKey
      name: Authorization
      in: header
      description: Amazon Signature authorization v4
      x-amazon-apigateway-authtype: awsSigv4
  schemas:
    InvalidInputException: {}
    NoSuchEntityException: {}
    LimitExceededException: {}
    ServiceFailureException: {}
    EntityAlreadyExistsException: {}
    UnmodifiableEntityException: {}
    PolicyNotAttachableException: {}
    InvalidUserTypeException: {}
    EntityTemporarilyUnmodifiableException: {}
    PasswordPolicyViolationException: {}
    CreateAccessKeyResponse:
      type: object
      required:
        - AccessKey
      example:
        AccessKey:
          AccessKeyId: AKIAIOSFODNN7EXAMPLE
          CreateDate: 2015-03-09T18:39:23.411Z
          SecretAccessKey: wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY
          Status: Active
          UserName: Bob
      properties:
        AccessKey:
          allOf:
            - $ref: "#/components/schemas/AccessKey"
            - description: A structure with details about the access key.
      description: "Contains the response to a successful <a>CreateAccessKey</a> request. "
    CreateGroupResponse:
      type: object
      required:
        - Group
      example:
        Group:
          Arn: arn:aws:iam::123456789012:group/Admins
          CreateDate: 2015-03-09T20:30:24.940Z
          GroupId: AIDGPMS9RO4H3FEXAMPLE
          GroupName: Admins
          Path: /
      properties:
        Group:
          allOf:
            - $ref: "#/components/schemas/Group"
            - description: A structure containing details about the new group.
      description: "Contains the response to a successful <a>CreateGroup</a> request. "
    CreateInstanceProfileResponse:
      type: object
      required:
        - InstanceProfile
      example:
        InstanceProfile:
          Arn: arn:aws:iam::123456789012:instance-profile/Webserver
          CreateDate: 2015-03-09T20:33:19.626Z
          InstanceProfileId: AIPAJMBYC7DLSPEXAMPLE
          InstanceProfileName: Webserver
          Path: /
          Roles: []
      properties:
        InstanceProfile:
          allOf:
            - $ref: "#/components/schemas/InstanceProfile"
            - description: A structure containing details about the new instance profile.
      description: "Contains the response to a successful <a>CreateInstanceProfile</a> request. "
    Tag:
      type: object
      required:
        - Key
        - Value
      properties:
        Key:
          allOf:
            - $ref: "#/components/schemas/tagKeyType"
            - description: The key name that can be used to look up or retrieve the associated value. For example, <code>Department</code> or <code>Cost Center</code> are common choices.
        Value:
          allOf:
            - $ref: "#/components/schemas/tagValueType"
            - description: <p>The value associated with this tag. For example, tags with a key name of <code>Department</code> could have values such as <code>Human Resources</code>, <code>Accounting</code>, and <code>Support</code>. Tags with a key name of <code>Cost Center</code> might have values that consist of the number associated with the different cost centers in your company. Typically, many resources have tags with the same key name but with different values.</p> <note> <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code.</p> </note>
      description: A structure that represents user-provided metadata that can be associated with an IAM resource. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
    ConcurrentModificationException: {}
    CreateLoginProfileResponse:
      type: object
      required:
        - LoginProfile
      example:
        LoginProfile:
          CreateDate: 2015-03-10T20:55:40.274Z
          PasswordResetRequired: true
          UserName: Bob
      properties:
        LoginProfile:
          allOf:
            - $ref: "#/components/schemas/LoginProfile"
            - description: A structure containing the user name and password create date.
      description: "Contains the response to a successful <a>CreateLoginProfile</a> request. "
    CreateOpenIDConnectProviderResponse:
      type: object
      example:
        OpenIDConnectProviderArn: arn:aws:iam::123456789012:oidc-provider/server.example.com
      properties:
        OpenIDConnectProviderArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: "The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created. For more information, see <a>OpenIDConnectProviderListEntry</a>. "
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: A list of tags that are attached to the new IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      description: "Contains the response to a successful <a>CreateOpenIDConnectProvider</a> request. "
    clientIDType:
      type: string
      minLength: 1
      maxLength: 255
    thumbprintType:
      type: string
      description: <p>Contains a thumbprint for an identity provider's server certificate.</p> <p>The identity provider's server certificate thumbprint is the hex-encoded SHA-1 hash value of the self-signed X.509 certificate. This thumbprint is used by the domain where the OpenID Connect provider makes its keys available. The thumbprint is always a 40-character string.</p>
      minLength: 40
      maxLength: 40
    CreatePolicyResponse:
      type: object
      properties:
        Policy:
          allOf:
            - $ref: "#/components/schemas/Policy"
            - description: A structure containing details about the new policy.
      description: "Contains the response to a successful <a>CreatePolicy</a> request. "
    MalformedPolicyDocumentException: {}
    CreatePolicyVersionResponse:
      type: object
      properties:
        PolicyVersion:
          allOf:
            - $ref: "#/components/schemas/PolicyVersion"
            - description: A structure containing details about the new policy version.
      description: "Contains the response to a successful <a>CreatePolicyVersion</a> request. "
    CreateRoleResponse:
      type: object
      required:
        - Role
      example:
        Role:
          Arn: arn:aws:iam::123456789012:role/Test-Role
          AssumeRolePolicyDocument: <URL-encoded-JSON>
          CreateDate: 2013-06-07T20:43:32.821Z
          Path: /
          RoleId: AKIAIOSFODNN7EXAMPLE
          RoleName: Test-Role
      properties:
        Role:
          allOf:
            - $ref: "#/components/schemas/Role"
            - description: A structure containing details about the new role.
      description: "Contains the response to a successful <a>CreateRole</a> request. "
    CreateSAMLProviderResponse:
      type: object
      properties:
        SAMLProviderArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: A list of tags that are attached to the new IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      description: "Contains the response to a successful <a>CreateSAMLProvider</a> request. "
    CreateServiceLinkedRoleResponse:
      type: object
      properties:
        Role:
          allOf:
            - $ref: "#/components/schemas/Role"
            - description: A <a>Role</a> object that contains details about the newly created role.
    CreateServiceSpecificCredentialResponse:
      type: object
      properties:
        ServiceSpecificCredential:
          allOf:
            - $ref: "#/components/schemas/ServiceSpecificCredential"
            - description: <p>A structure that contains information about the newly created service-specific credential.</p> <important> <p>This is the only time that the password for this credential set is available. It cannot be recovered later. Instead, you must reset the password with <a>ResetServiceSpecificCredential</a>.</p> </important>
    ServiceNotSupportedException: {}
    CreateUserResponse:
      type: object
      example:
        User:
          Arn: arn:aws:iam::123456789012:user/Bob
          CreateDate: 2013-06-08T03:20:41.270Z
          Path: /
          UserId: AKIAIOSFODNN7EXAMPLE
          UserName: Bob
      properties:
        User:
          allOf:
            - $ref: "#/components/schemas/User"
            - description: A structure with details about the new IAM user.
      description: "Contains the response to a successful <a>CreateUser</a> request. "
    CreateVirtualMFADeviceResponse:
      type: object
      required:
        - VirtualMFADevice
      properties:
        VirtualMFADevice:
          allOf:
            - $ref: "#/components/schemas/VirtualMFADevice"
            - description: A structure containing details about the new virtual MFA device.
      description: "Contains the response to a successful <a>CreateVirtualMFADevice</a> request. "
    DeleteConflictException: {}
    DeleteServiceLinkedRoleResponse:
      type: object
      required:
        - DeletionTaskId
      properties:
        DeletionTaskId:
          allOf:
            - $ref: "#/components/schemas/DeletionTaskIdType"
            - description: The deletion task identifier that you can use to check the status of the deletion. This identifier is returned in the format <code>task/aws-service-role/&lt;service-principal-name&gt;/&lt;role-name&gt;/&lt;task-uuid&gt;</code>.
    InvalidAuthenticationCodeException: {}
    GenerateCredentialReportResponse:
      type: object
      properties:
        State:
          allOf:
            - $ref: "#/components/schemas/ReportStateType"
            - description: Information about the state of the credential report.
        Description:
          allOf:
            - $ref: "#/components/schemas/ReportStateDescriptionType"
            - description: Information about the credential report.
      description: "Contains the response to a successful <a>GenerateCredentialReport</a> request. "
    GenerateOrganizationsAccessReportResponse:
      type: object
      example:
        JobId: examplea-1234-b567-cde8-90fg123abcd4
      properties:
        JobId:
          allOf:
            - $ref: "#/components/schemas/jobIDType"
            - description: The job identifier that you can use in the <a>GetOrganizationsAccessReport</a> operation.
    ReportGenerationLimitExceededException: {}
    GenerateServiceLastAccessedDetailsResponse:
      type: object
      example:
        JobId: examplef-1305-c245-eba4-71fe298bcda7
      properties:
        JobId:
          allOf:
            - $ref: "#/components/schemas/jobIDType"
            - description: The <code>JobId</code> that you can use in the <a>GetServiceLastAccessedDetails</a> or <a>GetServiceLastAccessedDetailsWithEntities</a> operations. The <code>JobId</code> returned by <code>GenerateServiceLastAccessedDetail</code> must be used by the same role within a session, or by the same user when used to call <code>GetServiceLastAccessedDetail</code>.
    GetAccessKeyLastUsedResponse:
      type: object
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: <p>The name of the IAM user that owns this access key.</p> <p/>
        AccessKeyLastUsed:
          allOf:
            - $ref: "#/components/schemas/AccessKeyLastUsed"
            - description: Contains information about the last time the access key was used.
      description: Contains the response to a successful <a>GetAccessKeyLastUsed</a> request. It is also returned as a member of the <a>AccessKeyMetaData</a> structure returned by the <a>ListAccessKeys</a> action.
    GetAccountAuthorizationDetailsResponse:
      type: object
      properties:
        UserDetailList:
          allOf:
            - $ref: "#/components/schemas/userDetailListType"
            - description: A list containing information about IAM users.
        GroupDetailList:
          allOf:
            - $ref: "#/components/schemas/groupDetailListType"
            - description: A list containing information about IAM groups.
        RoleDetailList:
          allOf:
            - $ref: "#/components/schemas/roleDetailListType"
            - description: A list containing information about IAM roles.
        Policies:
          allOf:
            - $ref: "#/components/schemas/ManagedPolicyDetailListType"
            - description: A list containing information about managed policies.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>GetAccountAuthorizationDetails</a> request. "
    EntityType:
      type: string
      enum:
        - User
        - Role
        - Group
        - LocalManagedPolicy
        - AWSManagedPolicy
    GetAccountPasswordPolicyResponse:
      type: object
      required:
        - PasswordPolicy
      example:
        PasswordPolicy:
          AllowUsersToChangePassword: false
          ExpirePasswords: false
          HardExpiry: false
          MaxPasswordAge: 90
          MinimumPasswordLength: 8
          PasswordReusePrevention: 12
          RequireLowercaseCharacters: false
          RequireNumbers: true
          RequireSymbols: true
          RequireUppercaseCharacters: false
      properties:
        PasswordPolicy:
          allOf:
            - $ref: "#/components/schemas/PasswordPolicy"
            - description: A structure that contains details about the account's password policy.
      description: "Contains the response to a successful <a>GetAccountPasswordPolicy</a> request. "
    GetAccountSummaryResponse:
      type: object
      example:
        SummaryMap:
          AccessKeysPerUserQuota: 2
          AccountAccessKeysPresent: 1
          AccountMFAEnabled: 0
          AccountSigningCertificatesPresent: 0
          AttachedPoliciesPerGroupQuota: 10
          AttachedPoliciesPerRoleQuota: 10
          AttachedPoliciesPerUserQuota: 10
          GlobalEndpointTokenVersion: 2
          GroupPolicySizeQuota: 5120
          Groups: 15
          GroupsPerUserQuota: 10
          GroupsQuota: 100
          MFADevices: 6
          MFADevicesInUse: 3
          Policies: 8
          PoliciesQuota: 1000
          PolicySizeQuota: 5120
          PolicyVersionsInUse: 22
          PolicyVersionsInUseQuota: 10000
          ServerCertificates: 1
          ServerCertificatesQuota: 20
          SigningCertificatesPerUserQuota: 2
          UserPolicySizeQuota: 2048
          Users: 27
          UsersQuota: 5000
          VersionsPerPolicyQuota: 5
      properties:
        SummaryMap:
          allOf:
            - $ref: "#/components/schemas/summaryMapType"
            - description: A set of key–value pairs containing information about IAM entity usage and IAM quotas.
      description: "Contains the response to a successful <a>GetAccountSummary</a> request. "
    GetContextKeysForPolicyResponse:
      type: object
      properties:
        ContextKeyNames:
          allOf:
            - $ref: "#/components/schemas/ContextKeyNamesResultListType"
            - description: The list of context keys that are referenced in the input policies.
      description: "Contains the response to a successful <a>GetContextKeysForPrincipalPolicy</a> or <a>GetContextKeysForCustomPolicy</a> request. "
    policyDocumentType:
      type: string
      pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
      minLength: 1
      maxLength: 131072
    GetCredentialReportResponse:
      type: object
      properties:
        Content:
          allOf:
            - $ref: "#/components/schemas/ReportContentType"
            - description: Contains the credential report. The report is Base64-encoded.
        ReportFormat:
          allOf:
            - $ref: "#/components/schemas/ReportFormatType"
            - description: The format (MIME type) of the credential report.
        GeneratedTime:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: ' The date and time when the credential report was created, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>.'
      description: "Contains the response to a successful <a>GetCredentialReport</a> request. "
    CredentialReportNotPresentException: {}
    CredentialReportExpiredException: {}
    CredentialReportNotReadyException: {}
    GetGroupResponse:
      type: object
      required:
        - Group
        - Users
      properties:
        Group:
          allOf:
            - $ref: "#/components/schemas/Group"
            - description: A structure that contains details about the group.
        Users:
          allOf:
            - $ref: "#/components/schemas/userListType"
            - description: A list of users in the group.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>GetGroup</a> request. "
    GetGroupPolicyResponse:
      type: object
      required:
        - GroupName
        - PolicyName
        - PolicyDocument
      properties:
        GroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: The group the policy is associated with.
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: The name of the policy.
        PolicyDocument:
          allOf:
            - $ref: "#/components/schemas/policyDocumentType"
            - description: <p>The policy document.</p> <p>IAM stores policies in JSON format. However, resources that were created using CloudFormation templates can be formatted in YAML. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.</p>
      description: "Contains the response to a successful <a>GetGroupPolicy</a> request. "
    GetInstanceProfileResponse:
      type: object
      required:
        - InstanceProfile
      example:
        InstanceProfile:
          Arn: arn:aws:iam::336924118301:instance-profile/ExampleInstanceProfile
          CreateDate: 2013-06-12T23:52:02Z
          InstanceProfileId: AID2MAB8DPLSRHEXAMPLE
          InstanceProfileName: ExampleInstanceProfile
          Path: /
          Roles:
            - Arn: arn:aws:iam::336924118301:role/Test-Role
              AssumeRolePolicyDocument: <URL-encoded-JSON>
              CreateDate: 2013-01-09T06:33:26Z
              Path: /
              RoleId: AIDGPMS9RO4H3FEXAMPLE
              RoleName: Test-Role
      properties:
        InstanceProfile:
          allOf:
            - $ref: "#/components/schemas/InstanceProfile"
            - description: A structure containing details about the instance profile.
      description: "Contains the response to a successful <a>GetInstanceProfile</a> request. "
    GetLoginProfileResponse:
      type: object
      required:
        - LoginProfile
      example:
        LoginProfile:
          CreateDate: 2012-09-21T23:03:39Z
          UserName: Anika
      properties:
        LoginProfile:
          allOf:
            - $ref: "#/components/schemas/LoginProfile"
            - description: A structure containing the user name and the profile creation date for the user.
      description: "Contains the response to a successful <a>GetLoginProfile</a> request. "
    GetOpenIDConnectProviderResponse:
      type: object
      properties:
        Url:
          allOf:
            - $ref: "#/components/schemas/OpenIDConnectProviderUrlType"
            - description: The URL that the IAM OIDC provider resource object is associated with. For more information, see <a>CreateOpenIDConnectProvider</a>.
        ClientIDList:
          allOf:
            - $ref: "#/components/schemas/clientIDListType"
            - description: A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see <a>CreateOpenIDConnectProvider</a>.
        ThumbprintList:
          allOf:
            - $ref: "#/components/schemas/thumbprintListType"
            - description: "A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see <a>CreateOpenIDConnectProvider</a>. "
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      description: "Contains the response to a successful <a>GetOpenIDConnectProvider</a> request. "
    GetOrganizationsAccessReportResponse:
      type: object
      required:
        - JobStatus
        - JobCreationDate
      example:
        AccessDetails:
          - EntityPath: o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-1a2b3c-k9l8m7n6o5example/111122223333
            LastAuthenticatedTime: 2019-05-25T16:29:52Z
            Region: us-east-1
            ServiceName: Amazon DynamoDB
            ServiceNamespace: dynamodb
            TotalAuthenticatedEntities: 2
          - EntityPath: o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-1a2b3c-k9l8m7n6o5example/123456789012
            LastAuthenticatedTime: 2019-06-15T13:12:06Z
            Region: us-east-1
            ServiceName: AWS Identity and Access Management
            ServiceNamespace: iam
            TotalAuthenticatedEntities: 4
          - ServiceName: Amazon Simple Storage Service
            ServiceNamespace: s3
            TotalAuthenticatedEntities: 0
        IsTruncated: false
        JobCompletionDate: 2019-06-18T19:47:35.241Z
        JobCreationDate: 2019-06-18T19:47:31.466Z
        JobStatus: COMPLETED
        NumberOfServicesAccessible: 3
        NumberOfServicesNotAccessed: 1
      properties:
        JobStatus:
          allOf:
            - $ref: "#/components/schemas/jobStatusType"
            - description: The status of the job.
        JobCreationDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the report job was created.
        JobCompletionDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the generated report job was completed or failed.</p> <p>This field is null if the job is still in progress, as indicated by a job status value of <code>IN_PROGRESS</code>.</p>
        NumberOfServicesAccessible:
          allOf:
            - $ref: "#/components/schemas/integerType"
            - description: The number of services that the applicable SCPs allow account principals to access.
        NumberOfServicesNotAccessed:
          allOf:
            - $ref: "#/components/schemas/integerType"
            - description: The number of services that account principals are allowed but did not attempt to access.
        AccessDetails:
          allOf:
            - $ref: "#/components/schemas/AccessDetails"
            - description: An object that contains details about the most recent attempt to access the service.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
        ErrorDetails:
          $ref: "#/components/schemas/ErrorDetails"
    GetPolicyResponse:
      type: object
      properties:
        Policy:
          allOf:
            - $ref: "#/components/schemas/Policy"
            - description: A structure containing details about the policy.
      description: "Contains the response to a successful <a>GetPolicy</a> request. "
    GetPolicyVersionResponse:
      type: object
      properties:
        PolicyVersion:
          allOf:
            - $ref: "#/components/schemas/PolicyVersion"
            - description: A structure containing details about the policy version.
      description: "Contains the response to a successful <a>GetPolicyVersion</a> request. "
    GetRoleResponse:
      type: object
      required:
        - Role
      example:
        Role:
          Arn: arn:aws:iam::123456789012:role/Test-Role
          AssumeRolePolicyDocument: <URL-encoded-JSON>
          CreateDate: 2013-04-18T05:01:58Z
          MaxSessionDuration: 3600
          Path: /
          RoleId: AROADBQP57FF2AEXAMPLE
          RoleLastUsed:
            LastUsedDate: 2019-11-18T05:01:58Z
            Region: us-east-1
          RoleName: Test-Role
      properties:
        Role:
          allOf:
            - $ref: "#/components/schemas/Role"
            - description: A structure containing details about the IAM role.
      description: "Contains the response to a successful <a>GetRole</a> request. "
    GetRolePolicyResponse:
      type: object
      required:
        - RoleName
        - PolicyName
        - PolicyDocument
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: The role the policy is associated with.
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: The name of the policy.
        PolicyDocument:
          allOf:
            - $ref: "#/components/schemas/policyDocumentType"
            - description: <p>The policy document.</p> <p>IAM stores policies in JSON format. However, resources that were created using CloudFormation templates can be formatted in YAML. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.</p>
      description: "Contains the response to a successful <a>GetRolePolicy</a> request. "
    GetSAMLProviderResponse:
      type: object
      properties:
        SAMLMetadataDocument:
          allOf:
            - $ref: "#/components/schemas/SAMLMetadataDocumentType"
            - description: The XML metadata document that includes information about an identity provider.
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time when the SAML provider was created.
        ValidUntil:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The expiration date and time for the SAML provider.
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      description: "Contains the response to a successful <a>GetSAMLProvider</a> request. "
    GetSSHPublicKeyResponse:
      type: object
      properties:
        SSHPublicKey:
          allOf:
            - $ref: "#/components/schemas/SSHPublicKey"
            - description: A structure containing details about the SSH public key.
      description: Contains the response to a successful <a>GetSSHPublicKey</a> request.
    UnrecognizedPublicKeyEncodingException: {}
    GetServerCertificateResponse:
      type: object
      required:
        - ServerCertificate
      properties:
        ServerCertificate:
          allOf:
            - $ref: "#/components/schemas/ServerCertificate"
            - description: A structure containing details about the server certificate.
      description: "Contains the response to a successful <a>GetServerCertificate</a> request. "
    GetServiceLastAccessedDetailsResponse:
      type: object
      required:
        - JobStatus
        - JobCreationDate
        - ServicesLastAccessed
        - JobCompletionDate
      example:
        IsTruncated: false
        JobCompletionDate: 2018-10-24T19:47:35.241Z
        JobCreationDate: 2018-10-24T19:47:31.466Z
        JobStatus: COMPLETED
        ServicesLastAccessed:
          - LastAuthenticated: 2018-10-24T19:11:00Z
            LastAuthenticatedEntity: arn:aws:iam::123456789012:user/AWSExampleUser01
            ServiceName: AWS Identity and Access Management
            ServiceNamespace: iam
            TotalAuthenticatedEntities: 2
          - ServiceName: Amazon Simple Storage Service
            ServiceNamespace: s3
            TotalAuthenticatedEntities: 0
      properties:
        JobStatus:
          allOf:
            - $ref: "#/components/schemas/jobStatusType"
            - description: The status of the job.
        JobType:
          allOf:
            - $ref: "#/components/schemas/AccessAdvisorUsageGranularityType"
            - description: The type of job. Service jobs return information about when each service was last accessed. Action jobs also include information about when tracked actions within the service were last accessed.
        JobCreationDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the report job was created.
        ServicesLastAccessed:
          allOf:
            - $ref: "#/components/schemas/ServicesLastAccessed"
            - description: " A <code>ServiceLastAccessed</code> object that contains details about the most recent attempt to access the service."
        JobCompletionDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the generated report job was completed or failed.</p> <p>This field is null if the job is still in progress, as indicated by a job status value of <code>IN_PROGRESS</code>.</p>
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
        Error:
          allOf:
            - $ref: "#/components/schemas/ErrorDetails"
            - description: An object that contains details about the reason the operation failed.
    GetServiceLastAccessedDetailsWithEntitiesResponse:
      type: object
      required:
        - JobStatus
        - JobCreationDate
        - JobCompletionDate
        - EntityDetailsList
      example:
        EntityDetailsList:
          - EntityInfo:
              Arn: arn:aws:iam::123456789012:user/AWSExampleUser01
              Id: AIDAEX2EXAMPLEB6IGCDC
              Name: AWSExampleUser01
              Path: /
              Type: USER
            LastAuthenticated: 2018-10-24T19:10:00Z
          - EntityInfo:
              Arn: arn:aws:iam::123456789012:role/AWSExampleRole01
              Id: AROAEAEXAMPLEIANXSIU4
              Name: AWSExampleRole01
              Path: /
              Type: ROLE
        IsTruncated: false
        JobCompletionDate: 2018-10-24T19:47:35.241Z
        JobCreationDate: 2018-10-24T19:47:31.466Z
        JobStatus: COMPLETED
      properties:
        JobStatus:
          allOf:
            - $ref: "#/components/schemas/jobStatusType"
            - description: The status of the job.
        JobCreationDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the report job was created.
        JobCompletionDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the generated report job was completed or failed.</p> <p>This field is null if the job is still in progress, as indicated by a job status value of <code>IN_PROGRESS</code>.</p>
        EntityDetailsList:
          allOf:
            - $ref: "#/components/schemas/entityDetailsListType"
            - description: An <code>EntityDetailsList</code> object that contains details about when an IAM entity (user or role) used group or policy permissions in an attempt to access the specified Amazon Web Services service.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
        Error:
          allOf:
            - $ref: "#/components/schemas/ErrorDetails"
            - description: An object that contains details about the reason the operation failed.
    GetServiceLinkedRoleDeletionStatusResponse:
      type: object
      required:
        - Status
      properties:
        Status:
          allOf:
            - $ref: "#/components/schemas/DeletionTaskStatusType"
            - description: The status of the deletion.
        Reason:
          allOf:
            - $ref: "#/components/schemas/DeletionTaskFailureReasonType"
            - description: An object that contains details about the reason the deletion failed.
    GetUserResponse:
      type: object
      required:
        - User
      example:
        User:
          Arn: arn:aws:iam::123456789012:user/Bob
          CreateDate: 2012-09-21T23:03:13Z
          Path: /
          UserId: AKIAIOSFODNN7EXAMPLE
          UserName: Bob
      properties:
        User:
          allOf:
            - $ref: "#/components/schemas/User"
            - description: <p>A structure containing details about the IAM user.</p> <important> <p>Due to a service issue, password last used data does not include password use from May 3, 2018 22:50 PDT to May 23, 2018 14:08 PDT. This affects <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_finding-unused.html">last sign-in</a> dates shown in the IAM console and password last used dates in the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_getting-report.html">IAM credential report</a>, and returned by this operation. If users signed in during the affected time, the password last used date that is returned is the date the user last signed in before May 3, 2018. For users that signed in after May 23, 2018 14:08 PDT, the returned password last used date is accurate.</p> <p>You can use password last used information to identify unused credentials for deletion. For example, you might delete users who did not sign in to Amazon Web Services in the last 90 days. In cases like this, we recommend that you adjust your evaluation window to include dates after May 23, 2018. Alternatively, if your users use access keys to access Amazon Web Services programmatically you can refer to access key last used information because it is accurate for all dates. </p> </important>
      description: "Contains the response to a successful <a>GetUser</a> request. "
    GetUserPolicyResponse:
      type: object
      required:
        - UserName
        - PolicyName
        - PolicyDocument
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: The user the policy is associated with.
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: The name of the policy.
        PolicyDocument:
          allOf:
            - $ref: "#/components/schemas/policyDocumentType"
            - description: <p>The policy document.</p> <p>IAM stores policies in JSON format. However, resources that were created using CloudFormation templates can be formatted in YAML. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.</p>
      description: "Contains the response to a successful <a>GetUserPolicy</a> request. "
    ListAccessKeysResponse:
      type: object
      required:
        - AccessKeyMetadata
      example:
        AccessKeyMetadata:
          - AccessKeyId: AKIA111111111EXAMPLE
            CreateDate: 2016-12-01T22:19:58Z
            Status: Active
            UserName: Alice
          - AccessKeyId: AKIA222222222EXAMPLE
            CreateDate: 2016-12-01T22:20:01Z
            Status: Active
            UserName: Alice
      properties:
        AccessKeyMetadata:
          allOf:
            - $ref: "#/components/schemas/accessKeyMetadataListType"
            - description: A list of objects containing metadata about the access keys.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListAccessKeys</a> request. "
    ListAccountAliasesResponse:
      type: object
      required:
        - AccountAliases
      example:
        AccountAliases:
          - exmaple-corporation
      properties:
        AccountAliases:
          allOf:
            - $ref: "#/components/schemas/accountAliasListType"
            - description: A list of aliases associated with the account. Amazon Web Services supports only one alias per account.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListAccountAliases</a> request. "
    ListAttachedGroupPoliciesResponse:
      type: object
      properties:
        AttachedPolicies:
          allOf:
            - $ref: "#/components/schemas/attachedPoliciesListType"
            - description: A list of the attached policies.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListAttachedGroupPolicies</a> request. "
    ListAttachedRolePoliciesResponse:
      type: object
      properties:
        AttachedPolicies:
          allOf:
            - $ref: "#/components/schemas/attachedPoliciesListType"
            - description: A list of the attached policies.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListAttachedRolePolicies</a> request. "
    ListAttachedUserPoliciesResponse:
      type: object
      properties:
        AttachedPolicies:
          allOf:
            - $ref: "#/components/schemas/attachedPoliciesListType"
            - description: A list of the attached policies.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListAttachedUserPolicies</a> request. "
    ListEntitiesForPolicyResponse:
      type: object
      properties:
        PolicyGroups:
          allOf:
            - $ref: "#/components/schemas/PolicyGroupListType"
            - description: A list of IAM groups that the policy is attached to.
        PolicyUsers:
          allOf:
            - $ref: "#/components/schemas/PolicyUserListType"
            - description: A list of IAM users that the policy is attached to.
        PolicyRoles:
          allOf:
            - $ref: "#/components/schemas/PolicyRoleListType"
            - description: A list of IAM roles that the policy is attached to.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListEntitiesForPolicy</a> request. "
    ListGroupPoliciesResponse:
      type: object
      required:
        - PolicyNames
      example:
        PolicyNames:
          - AdminRoot
          - KeyPolicy
      properties:
        PolicyNames:
          allOf:
            - $ref: "#/components/schemas/policyNameListType"
            - description: '<p>A list of policy names.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListGroupPolicies</a> request. "
    ListGroupsResponse:
      type: object
      required:
        - Groups
      example:
        Groups:
          - Arn: arn:aws:iam::123456789012:group/Admins
            CreateDate: 2016-12-15T21:40:08.121Z
            GroupId: AGPA1111111111EXAMPLE
            GroupName: Admins
            Path: /division_abc/subdivision_xyz/
          - Arn: arn:aws:iam::123456789012:group/division_abc/subdivision_xyz/product_1234/engineering/Test
            CreateDate: 2016-11-30T14:10:01.156Z
            GroupId: AGP22222222222EXAMPLE
            GroupName: Test
            Path: /division_abc/subdivision_xyz/product_1234/engineering/
          - Arn: arn:aws:iam::123456789012:group/division_abc/subdivision_xyz/product_1234/Managers
            CreateDate: 2016-06-12T20:14:52.032Z
            GroupId: AGPI3333333333EXAMPLE
            GroupName: Managers
            Path: /division_abc/subdivision_xyz/product_1234/
      properties:
        Groups:
          allOf:
            - $ref: "#/components/schemas/groupListType"
            - description: A list of groups.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListGroups</a> request. "
    ListGroupsForUserResponse:
      type: object
      required:
        - Groups
      example:
        Groups:
          - Arn: arn:aws:iam::123456789012:group/division_abc/subdivision_xyz/product_1234/engineering/Test
            CreateDate: 2016-11-30T14:10:01.156Z
            GroupId: AGP2111111111EXAMPLE
            GroupName: Test
            Path: /division_abc/subdivision_xyz/product_1234/engineering/
          - Arn: arn:aws:iam::123456789012:group/division_abc/subdivision_xyz/product_1234/Managers
            CreateDate: 2016-06-12T20:14:52.032Z
            GroupId: AGPI222222222SEXAMPLE
            GroupName: Managers
            Path: /division_abc/subdivision_xyz/product_1234/
      properties:
        Groups:
          allOf:
            - $ref: "#/components/schemas/groupListType"
            - description: A list of groups.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListGroupsForUser</a> request. "
    ListInstanceProfileTagsResponse:
      type: object
      required:
        - Tags
      properties:
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: The list of tags that are currently attached to the IAM instance profile. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
    ListInstanceProfilesResponse:
      type: object
      required:
        - InstanceProfiles
      properties:
        InstanceProfiles:
          allOf:
            - $ref: "#/components/schemas/instanceProfileListType"
            - description: A list of instance profiles.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListInstanceProfiles</a> request. "
    ListInstanceProfilesForRoleResponse:
      type: object
      required:
        - InstanceProfiles
      properties:
        InstanceProfiles:
          allOf:
            - $ref: "#/components/schemas/instanceProfileListType"
            - description: A list of instance profiles.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListInstanceProfilesForRole</a> request. "
    ListMFADeviceTagsResponse:
      type: object
      required:
        - Tags
      properties:
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: The list of tags that are currently attached to the virtual MFA device. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
    ListMFADevicesResponse:
      type: object
      required:
        - MFADevices
      properties:
        MFADevices:
          allOf:
            - $ref: "#/components/schemas/mfaDeviceListType"
            - description: A list of MFA devices.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListMFADevices</a> request. "
    ListOpenIDConnectProviderTagsResponse:
      type: object
      required:
        - Tags
      properties:
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: The list of tags that are currently attached to the OpenID Connect (OIDC) identity provider. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
    ListOpenIDConnectProvidersResponse:
      type: object
      properties:
        OpenIDConnectProviderList:
          allOf:
            - $ref: "#/components/schemas/OpenIDConnectProviderListType"
            - description: The list of IAM OIDC provider resource objects defined in the Amazon Web Services account.
      description: "Contains the response to a successful <a>ListOpenIDConnectProviders</a> request. "
    ListPoliciesResponse:
      type: object
      properties:
        Policies:
          allOf:
            - $ref: "#/components/schemas/policyListType"
            - description: A list of policies.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListPolicies</a> request. "
    ListPoliciesGrantingServiceAccessResponse:
      type: object
      required:
        - PoliciesGrantingServiceAccess
      example:
        IsTruncated: false
        PoliciesGrantingServiceAccess:
          - Policies:
              - PolicyArn: arn:aws:iam::123456789012:policy/ExampleIamPolicy
                PolicyName: ExampleIamPolicy
                PolicyType: MANAGED
              - EntityName: AWSExampleGroup1
                EntityType: GROUP
                PolicyName: ExampleGroup1Policy
                PolicyType: INLINE
            ServiceNamespace: iam
          - Policies:
              - PolicyArn: arn:aws:iam::123456789012:policy/ExampleEc2Policy
                PolicyName: ExampleEc2Policy
                PolicyType: MANAGED
            ServiceNamespace: ec2
      properties:
        PoliciesGrantingServiceAccess:
          allOf:
            - $ref: "#/components/schemas/listPolicyGrantingServiceAccessResponseListType"
            - description: A <code>ListPoliciesGrantingServiceAccess</code> object that contains details about the permissions policies attached to the specified identity (user, group, or role).
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
    serviceNamespaceType:
      type: string
      pattern: "[\\w-]*"
      minLength: 1
      maxLength: 64
    ListPolicyTagsResponse:
      type: object
      required:
        - Tags
      properties:
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: The list of tags that are currently attached to the IAM customer managed policy. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
    ListPolicyVersionsResponse:
      type: object
      properties:
        Versions:
          allOf:
            - $ref: "#/components/schemas/policyDocumentVersionListType"
            - description: <p>A list of policy versions.</p> <p>For more information about managed policy versions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed policies</a> in the <i>IAM User Guide</i>.</p>
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListPolicyVersions</a> request. "
    ListRolePoliciesResponse:
      type: object
      required:
        - PolicyNames
      properties:
        PolicyNames:
          allOf:
            - $ref: "#/components/schemas/policyNameListType"
            - description: A list of policy names.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListRolePolicies</a> request. "
    ListRoleTagsResponse:
      type: object
      required:
        - Tags
      example:
        IsTruncated: false
        Tags:
          - Key: Dept
            Value: "12345"
          - Key: Team
            Value: Accounting
      properties:
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: The list of tags that are currently attached to the role. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
    ListRolesResponse:
      type: object
      required:
        - Roles
      properties:
        Roles:
          allOf:
            - $ref: "#/components/schemas/roleListType"
            - description: A list of roles.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListRoles</a> request. "
    ListSAMLProviderTagsResponse:
      type: object
      required:
        - Tags
      properties:
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: The list of tags that are currently attached to the Security Assertion Markup Language (SAML) identity provider. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
    ListSAMLProvidersResponse:
      type: object
      properties:
        SAMLProviderList:
          allOf:
            - $ref: "#/components/schemas/SAMLProviderListType"
            - description: The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.
      description: "Contains the response to a successful <a>ListSAMLProviders</a> request. "
    ListSSHPublicKeysResponse:
      type: object
      properties:
        SSHPublicKeys:
          allOf:
            - $ref: "#/components/schemas/SSHPublicKeyListType"
            - description: A list of the SSH public keys assigned to IAM user.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: Contains the response to a successful <a>ListSSHPublicKeys</a> request.
    ListServerCertificateTagsResponse:
      type: object
      required:
        - Tags
      properties:
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: The list of tags that are currently attached to the IAM server certificate. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
    ListServerCertificatesResponse:
      type: object
      required:
        - ServerCertificateMetadataList
      properties:
        ServerCertificateMetadataList:
          allOf:
            - $ref: "#/components/schemas/serverCertificateMetadataListType"
            - description: A list of server certificates.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListServerCertificates</a> request. "
    ListServiceSpecificCredentialsResponse:
      type: object
      properties:
        ServiceSpecificCredentials:
          allOf:
            - $ref: "#/components/schemas/ServiceSpecificCredentialsListType"
            - description: A list of structures that each contain details about a service-specific credential.
    ListSigningCertificatesResponse:
      type: object
      required:
        - Certificates
      example:
        Certificates:
          - CertificateBody: -----BEGIN CERTIFICATE-----<certificate-body>-----END CERTIFICATE-----
            CertificateId: TA7SMP42TDN5Z26OBPJE7EXAMPLE
            Status: Active
            UploadDate: 2013-06-06T21:40:08Z
            UserName: Bob
      properties:
        Certificates:
          allOf:
            - $ref: "#/components/schemas/certificateListType"
            - description: A list of the user's signing certificate information.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListSigningCertificates</a> request. "
    ListUserPoliciesResponse:
      type: object
      required:
        - PolicyNames
      properties:
        PolicyNames:
          allOf:
            - $ref: "#/components/schemas/policyNameListType"
            - description: A list of policy names.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListUserPolicies</a> request. "
    ListUserTagsResponse:
      type: object
      required:
        - Tags
      example:
        IsTruncated: false
        Tags:
          - Key: Dept
            Value: "12345"
          - Key: Team
            Value: Accounting
      properties:
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: The list of tags that are currently attached to the user. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
    ListUsersResponse:
      type: object
      required:
        - Users
      example:
        Users:
          - Arn: arn:aws:iam::123456789012:user/division_abc/subdivision_xyz/engineering/Juan
            CreateDate: 2012-09-05T19:38:48Z
            PasswordLastUsed: 2016-09-08T21:47:36Z
            Path: /division_abc/subdivision_xyz/engineering/
            UserId: AID2MAB8DPLSRHEXAMPLE
            UserName: Juan
          - Arn: arn:aws:iam::123456789012:user/division_abc/subdivision_xyz/engineering/Anika
            CreateDate: 2014-04-09T15:43:45Z
            PasswordLastUsed: 2016-09-24T16:18:07Z
            Path: /division_abc/subdivision_xyz/engineering/
            UserId: AIDIODR4TAW7CSEXAMPLE
            UserName: Anika
      properties:
        Users:
          allOf:
            - $ref: "#/components/schemas/userListType"
            - description: A list of users.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListUsers</a> request. "
    ListVirtualMFADevicesResponse:
      type: object
      required:
        - VirtualMFADevices
      example:
        VirtualMFADevices:
          - SerialNumber: arn:aws:iam::123456789012:mfa/ExampleMFADevice
          - SerialNumber: arn:aws:iam::123456789012:mfa/Juan
      properties:
        VirtualMFADevices:
          allOf:
            - $ref: "#/components/schemas/virtualMFADeviceListType"
            - description: " The list of virtual MFA devices in the current account that match the <code>AssignmentStatus</code> value that was passed in the request."
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: "Contains the response to a successful <a>ListVirtualMFADevices</a> request. "
    ResetServiceSpecificCredentialResponse:
      type: object
      properties:
        ServiceSpecificCredential:
          allOf:
            - $ref: "#/components/schemas/ServiceSpecificCredential"
            - description: <p>A structure with details about the updated service-specific credential, including the new password.</p> <important> <p>This is the <b>only</b> time that you can access the password. You cannot recover the password later, but you can reset it again.</p> </important>
    SimulatePolicyResponse:
      type: object
      properties:
        EvaluationResults:
          allOf:
            - $ref: "#/components/schemas/EvaluationResultsListType"
            - description: The results of the simulation.
        IsTruncated:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results.
        Marker:
          allOf:
            - $ref: "#/components/schemas/responseMarkerType"
            - description: When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request.
      description: Contains the response to a successful <a>SimulatePrincipalPolicy</a> or <a>SimulateCustomPolicy</a> request.
    ActionNameType:
      type: string
      minLength: 3
      maxLength: 128
    ResourceNameType:
      type: string
      minLength: 1
      maxLength: 2048
    ContextEntry:
      type: object
      properties:
        ContextKeyName:
          allOf:
            - $ref: "#/components/schemas/ContextKeyNameType"
            - description: The full name of a condition context key, including the service prefix. For example, <code>aws:SourceIp</code> or <code>s3:VersionId</code>.
        ContextKeyValues:
          allOf:
            - $ref: "#/components/schemas/ContextKeyValueListType"
            - description: The value (or values, if the condition context key supports multiple values) to provide to the simulation when the key is referenced by a <code>Condition</code> element in an input policy.
        ContextKeyType:
          allOf:
            - $ref: "#/components/schemas/ContextKeyTypeEnum"
            - description: The data type of the value (or values) specified in the <code>ContextKeyValues</code> parameter.
      description: <p>Contains information about a condition context key. It includes the name of the key and specifies the value (or values, if the context key supports multiple values) to use in the simulation. This information is used when evaluating the <code>Condition</code> elements of the input policies.</p> <p>This data type is used as an input parameter to <a>SimulateCustomPolicy</a> and <a>SimulatePrincipalPolicy</a>.</p>
    PolicyEvaluationException: {}
    tagKeyType:
      type: string
      pattern: "[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]+"
      minLength: 1
      maxLength: 128
    UpdateRoleResponse:
      type: object
      properties: {}
    UpdateRoleDescriptionResponse:
      type: object
      properties:
        Role:
          allOf:
            - $ref: "#/components/schemas/Role"
            - description: A structure that contains details about the modified role.
    UpdateSAMLProviderResponse:
      type: object
      properties:
        SAMLProviderArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: The Amazon Resource Name (ARN) of the SAML provider that was updated.
      description: "Contains the response to a successful <a>UpdateSAMLProvider</a> request. "
    UploadSSHPublicKeyResponse:
      type: object
      properties:
        SSHPublicKey:
          allOf:
            - $ref: "#/components/schemas/SSHPublicKey"
            - description: Contains information about the SSH public key.
      description: Contains the response to a successful <a>UploadSSHPublicKey</a> request.
    InvalidPublicKeyException: {}
    DuplicateSSHPublicKeyException: {}
    UploadServerCertificateResponse:
      type: object
      example:
        ServerCertificateMetadata:
          Arn: arn:aws:iam::123456789012:server-certificate/company/servercerts/ProdServerCert
          Expiration: 2012-05-08T01:02:03.004Z
          Path: /company/servercerts/
          ServerCertificateId: ASCA1111111111EXAMPLE
          ServerCertificateName: ProdServerCert
          UploadDate: 2010-05-08T01:02:03.004Z
      properties:
        ServerCertificateMetadata:
          allOf:
            - $ref: "#/components/schemas/ServerCertificateMetadata"
            - description: The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: A list of tags that are attached to the new IAM server certificate. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      description: "Contains the response to a successful <a>UploadServerCertificate</a> request. "
    MalformedCertificateException: {}
    KeyPairMismatchException: {}
    UploadSigningCertificateResponse:
      type: object
      required:
        - Certificate
      example:
        Certificate:
          CertificateBody: -----BEGIN CERTIFICATE-----<certificate-body>-----END CERTIFICATE-----
          CertificateId: ID123456789012345EXAMPLE
          Status: Active
          UploadDate: 2015-06-06T21:40:08.121Z
          UserName: Bob
      properties:
        Certificate:
          allOf:
            - $ref: "#/components/schemas/SigningCertificate"
            - description: Information about the certificate.
      description: "Contains the response to a successful <a>UploadSigningCertificate</a> request. "
    InvalidCertificateException: {}
    DuplicateCertificateException: {}
    AccessAdvisorUsageGranularityType:
      type: string
      enum:
        - SERVICE_LEVEL
        - ACTION_LEVEL
    serviceNameType:
      type: string
    stringType:
      type: string
    organizationsEntityPathType:
      type: string
      pattern: ^o-[0-9a-z]{10,32}\/r-[0-9a-z]{4,32}[0-9a-z-\/]*
      minLength: 19
      maxLength: 427
    dateType:
      type: string
      format: date-time
    integerType:
      type: integer
    AccessDetail:
      type: object
      required:
        - ServiceName
        - ServiceNamespace
      properties:
        ServiceName:
          allOf:
            - $ref: "#/components/schemas/serviceNameType"
            - description: The name of the service in which access was attempted.
        ServiceNamespace:
          allOf:
            - $ref: "#/components/schemas/serviceNamespaceType"
            - description: '<p>The namespace of the service in which access was attempted.</p> <p>To learn the service namespace of a service, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html">Actions, resources, and condition keys for Amazon Web Services services</a> in the <i>Service Authorization Reference</i>. Choose the name of the service to view details for that service. In the first paragraph, find the service prefix. For example, <code>(service prefix: a4b)</code>. For more information about service namespaces, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces">Amazon Web Services service namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>'
        Region:
          allOf:
            - $ref: "#/components/schemas/stringType"
            - description: <p>The Region where the last service access attempt occurred.</p> <p>This field is null if no principals in the reported Organizations entity attempted to access the service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
        EntityPath:
          allOf:
            - $ref: "#/components/schemas/organizationsEntityPathType"
            - description: <p>The path of the Organizations entity (root, organizational unit, or account) from which an authenticated principal last attempted to access the service. Amazon Web Services does not report unauthenticated requests.</p> <p>This field is null if no principals (IAM users, IAM roles, or root user) in the reported Organizations entity attempted to access the service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
        LastAuthenticatedTime:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when an authenticated principal most recently attempted to access the service. Amazon Web Services does not report unauthenticated requests.</p> <p>This field is null if no principals in the reported Organizations entity attempted to access the service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
        TotalAuthenticatedEntities:
          allOf:
            - $ref: "#/components/schemas/integerType"
            - description: The number of accounts with authenticated principals (root user, IAM users, and IAM roles) that attempted to access the service in the tracking period.
      description: <p>An object that contains details about when a principal in the reported Organizations entity last attempted to access an Amazon Web Services service. A principal can be an IAM user, an IAM role, or the Amazon Web Services account root user within the reported Organizations entity.</p> <p>This data type is a response element in the <a>GetOrganizationsAccessReport</a> operation.</p>
    AccessDetails:
      type: array
      items:
        $ref: "#/components/schemas/AccessDetail"
    userNameType:
      type: string
      pattern: "[\\w+=,.@-]+"
      minLength: 1
      maxLength: 64
    accessKeyIdType:
      type: string
      pattern: "[\\w]+"
      minLength: 16
      maxLength: 128
    statusType:
      type: string
      enum:
        - Active
        - Inactive
    accessKeySecretType:
      type: string
      format: password
    AccessKey:
      type: object
      required:
        - UserName
        - AccessKeyId
        - Status
        - SecretAccessKey
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: The name of the IAM user that the access key is associated with.
        AccessKeyId:
          allOf:
            - $ref: "#/components/schemas/accessKeyIdType"
            - description: The ID for this access key.
        Status:
          allOf:
            - $ref: "#/components/schemas/statusType"
            - description: "The status of the access key. <code>Active</code> means that the key is valid for API calls, while <code>Inactive</code> means it is not. "
        SecretAccessKey:
          allOf:
            - $ref: "#/components/schemas/accessKeySecretType"
            - description: The secret key used to sign requests.
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date when the access key was created.
      description: <p>Contains information about an Amazon Web Services access key.</p> <p> This data type is used as a response element in the <a>CreateAccessKey</a> and <a>ListAccessKeys</a> operations. </p> <note> <p>The <code>SecretAccessKey</code> value is returned only in response to <a>CreateAccessKey</a>. You can get a secret access key only when you first create an access key; you cannot recover the secret access key later. If you lose a secret access key, you must create a new access key.</p> </note>
    AccessKeyLastUsed:
      type: object
      required:
        - LastUsedDate
        - ServiceName
        - Region
      properties:
        LastUsedDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the access key was most recently used. This field is null in the following situations:</p> <ul> <li> <p>The user does not have an access key.</p> </li> <li> <p>An access key exists but has not been used since IAM began tracking this information.</p> </li> <li> <p>There is no sign-in data associated with the user.</p> </li> </ul>
        ServiceName:
          allOf:
            - $ref: "#/components/schemas/stringType"
            - description: <p>The name of the Amazon Web Services service with which this access key was most recently used. The value of this field is "N/A" in the following situations:</p> <ul> <li> <p>The user does not have an access key.</p> </li> <li> <p>An access key exists but has not been used since IAM started tracking this information.</p> </li> <li> <p>There is no sign-in data associated with the user.</p> </li> </ul>
        Region:
          allOf:
            - $ref: "#/components/schemas/stringType"
            - description: <p>The Amazon Web Services Region where this access key was most recently used. The value for this field is "N/A" in the following situations:</p> <ul> <li> <p>The user does not have an access key.</p> </li> <li> <p>An access key exists but has not been used since IAM began tracking this information.</p> </li> <li> <p>There is no sign-in data associated with the user.</p> </li> </ul> <p>For more information about Amazon Web Services Regions, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html">Regions and endpoints</a> in the Amazon Web Services General Reference.</p>
      description: <p>Contains information about the last time an Amazon Web Services access key was used since IAM began tracking this information on April 22, 2015.</p> <p>This data type is used as a response element in the <a>GetAccessKeyLastUsed</a> operation.</p>
    AccessKeyMetadata:
      type: object
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: The name of the IAM user that the key is associated with.
        AccessKeyId:
          allOf:
            - $ref: "#/components/schemas/accessKeyIdType"
            - description: The ID for this access key.
        Status:
          allOf:
            - $ref: "#/components/schemas/statusType"
            - description: The status of the access key. <code>Active</code> means that the key is valid for API calls; <code>Inactive</code> means it is not.
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date when the access key was created.
      description: <p>Contains information about an Amazon Web Services access key, without its secret key.</p> <p>This data type is used as a response element in the <a>ListAccessKeys</a> operation.</p>
    ActionNameListType:
      type: array
      items:
        $ref: "#/components/schemas/ActionNameType"
    arnType:
      type: string
      description: <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p> <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. </p>
      minLength: 20
      maxLength: 2048
    AddClientIDToOpenIDConnectProviderRequest:
      type: object
      required:
        - OpenIDConnectProviderArn
        - ClientID
      title: AddClientIDToOpenIDConnectProviderRequest
      properties:
        OpenIDConnectProviderArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID to. You can get a list of OIDC provider ARNs by using the <a>ListOpenIDConnectProviders</a> operation.
        ClientID:
          allOf:
            - $ref: "#/components/schemas/clientIDType"
            - description: The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.
    instanceProfileNameType:
      type: string
      pattern: "[\\w+=,.@-]+"
      minLength: 1
      maxLength: 128
    roleNameType:
      type: string
      pattern: "[\\w+=,.@-]+"
      minLength: 1
      maxLength: 64
    AddRoleToInstanceProfileRequest:
      type: object
      required:
        - InstanceProfileName
        - RoleName
      title: AddRoleToInstanceProfileRequest
      properties:
        InstanceProfileName:
          allOf:
            - $ref: "#/components/schemas/instanceProfileNameType"
            - description: '<p>The name of the instance profile to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: '<p>The name of the role to add.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    groupNameType:
      type: string
      pattern: "[\\w+=,.@-]+"
      minLength: 1
      maxLength: 128
    existingUserNameType:
      type: string
      pattern: "[\\w+=,.@-]+"
      minLength: 1
      maxLength: 128
    AddUserToGroupRequest:
      type: object
      required:
        - GroupName
        - UserName
      title: AddUserToGroupRequest
      properties:
        GroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: '<p>The name of the group to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the user to add.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    ArnListType:
      type: array
      items:
        $ref: "#/components/schemas/arnType"
    AttachGroupPolicyRequest:
      type: object
      required:
        - GroupName
        - PolicyArn
      title: AttachGroupPolicyRequest
      properties:
        GroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: '<p>The name (friendly name, not ARN) of the group to attach the policy to.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the IAM policy you want to attach.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
    AttachRolePolicyRequest:
      type: object
      required:
        - RoleName
        - PolicyArn
      title: AttachRolePolicyRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: '<p>The name (friendly name, not ARN) of the role to attach the policy to.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the IAM policy you want to attach.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
    AttachUserPolicyRequest:
      type: object
      required:
        - UserName
        - PolicyArn
      title: AttachUserPolicyRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: '<p>The name (friendly name, not ARN) of the IAM user to attach the policy to.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the IAM policy you want to attach.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
    PermissionsBoundaryAttachmentType:
      type: string
      enum:
        - PermissionsBoundaryPolicy
    AttachedPermissionsBoundary:
      type: object
      properties:
        PermissionsBoundaryType:
          allOf:
            - $ref: "#/components/schemas/PermissionsBoundaryAttachmentType"
            - description: " The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity. This data type can only have a value of <code>Policy</code>."
        PermissionsBoundaryArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: " The ARN of the policy used to set the permissions boundary for the user or role."
      description: <p>Contains information about an attached permissions boundary.</p> <p>An attached permissions boundary is a managed policy that has been attached to a user or role to set the permissions boundary.</p> <p>For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM identities </a> in the <i>IAM User Guide</i>.</p>
    policyNameType:
      type: string
      pattern: "[\\w+=,.@-]+"
      minLength: 1
      maxLength: 128
    AttachedPolicy:
      type: object
      properties:
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: The friendly name of the attached policy.
        PolicyArn:
          $ref: "#/components/schemas/arnType"
      description: <p>Contains information about an attached policy.</p> <p>An attached policy is a managed policy that has been attached to a user, group, or role. This data type is used as a response element in the <a>ListAttachedGroupPolicies</a>, <a>ListAttachedRolePolicies</a>, <a>ListAttachedUserPolicies</a>, and <a>GetAccountAuthorizationDetails</a> operations. </p> <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>. </p>
    BootstrapDatum:
      type: string
      format: password
    passwordType:
      type: string
      pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
      minLength: 1
      maxLength: 128
      format: password
    ChangePasswordRequest:
      type: object
      required:
        - OldPassword
        - NewPassword
      title: ChangePasswordRequest
      properties:
        OldPassword:
          allOf:
            - $ref: "#/components/schemas/passwordType"
            - description: The IAM user's current password.
        NewPassword:
          allOf:
            - $ref: "#/components/schemas/passwordType"
            - 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/wiki/regex">regex pattern</a> that is used to validate this parameter is a string of characters. That string can include almost any printable ASCII character from the space (<code>\u0020</code>) through the end of the ASCII character range (<code>\u00FF</code>). You can also include the tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>) characters. Any of these characters are valid in a password. However, many tools, such as the Amazon Web Services Management Console, might restrict the ability to type certain characters because they have special meaning within that tool.</p>
    ColumnNumber:
      type: integer
    ContextKeyNameType:
      type: string
      minLength: 5
      maxLength: 256
    ContextKeyValueListType:
      type: array
      items:
        $ref: "#/components/schemas/ContextKeyValueType"
    ContextKeyTypeEnum:
      type: string
      enum:
        - string
        - stringList
        - numeric
        - numericList
        - boolean
        - booleanList
        - ip
        - ipList
        - binary
        - binaryList
        - date
        - dateList
    ContextEntryListType:
      type: array
      items:
        $ref: "#/components/schemas/ContextEntry"
    ContextKeyNamesResultListType:
      type: array
      items:
        $ref: "#/components/schemas/ContextKeyNameType"
    ContextKeyValueType:
      type: string
    CreateAccessKeyRequest:
      type: object
      title: CreateAccessKeyRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the IAM user that the new key will belong to.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    accountAliasType:
      type: string
      pattern: ^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$
      minLength: 3
      maxLength: 63
    CreateAccountAliasRequest:
      type: object
      required:
        - AccountAlias
      title: CreateAccountAliasRequest
      properties:
        AccountAlias:
          allOf:
            - $ref: "#/components/schemas/accountAliasType"
            - description: <p>The account alias to create.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.</p>
    pathType:
      type: string
      pattern: (\u002F)|(\u002F[\u0021-\u007F]+\u002F)
      minLength: 1
      maxLength: 512
    CreateGroupRequest:
      type: object
      required:
        - GroupName
      title: CreateGroupRequest
      properties:
        Path:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: <p> The path to the group. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/).</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
        GroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: <p>The name of the group to create. Do not include the path in this value.</p> <p>IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".</p>
    Group:
      type: object
      required:
        - Path
        - GroupName
        - GroupId
        - Arn
        - CreateDate
      properties:
        Path:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: 'The path to the group. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>. '
        GroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: The friendly name that identifies the group.
        GroupId:
          allOf:
            - $ref: "#/components/schemas/idType"
            - description: ' The stable and unique string identifying the group. For more information about IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>. '
        Arn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: ' The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>. '
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the group was created.
      description: <p>Contains information about an IAM group entity.</p> <p>This data type is used as a response element in the following operations:</p> <ul> <li> <p> <a>CreateGroup</a> </p> </li> <li> <p> <a>GetGroup</a> </p> </li> <li> <p> <a>ListGroups</a> </p> </li> </ul>
    tagListType:
      type: array
      items:
        $ref: "#/components/schemas/Tag"
      maxItems: 50
    CreateInstanceProfileRequest:
      type: object
      required:
        - InstanceProfileName
      title: CreateInstanceProfileRequest
      properties:
        InstanceProfileName:
          allOf:
            - $ref: "#/components/schemas/instanceProfileNameType"
            - description: '<p>The name of the instance profile to create.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Path:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: <p> The path to the instance profile. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>IAM User Guide</i>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/).</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: <p>A list of tags that you want to attach to the newly created IAM instance profile. Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.</p> </note>
    InstanceProfile:
      type: object
      required:
        - Path
        - InstanceProfileName
        - InstanceProfileId
        - Arn
        - CreateDate
        - Roles
      properties:
        Path:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: ' The path to the instance profile. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>. '
        InstanceProfileName:
          allOf:
            - $ref: "#/components/schemas/instanceProfileNameType"
            - description: The name identifying the instance profile.
        InstanceProfileId:
          allOf:
            - $ref: "#/components/schemas/idType"
            - description: ' The stable and unique string identifying the instance profile. For more information about IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>. '
        Arn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: ' The Amazon Resource Name (ARN) specifying the instance profile. For more information about ARNs and how to use them in policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>. '
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date when the instance profile was created.
        Roles:
          allOf:
            - $ref: "#/components/schemas/roleListType"
            - description: The role associated with the instance profile.
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: A list of tags that are attached to the instance profile. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      description: <p>Contains information about an instance profile.</p> <p>This data type is used as a response element in the following operations:</p> <ul> <li> <p> <a>CreateInstanceProfile</a> </p> </li> <li> <p> <a>GetInstanceProfile</a> </p> </li> <li> <p> <a>ListInstanceProfiles</a> </p> </li> <li> <p> <a>ListInstanceProfilesForRole</a> </p> </li> </ul>
    booleanType:
      type: boolean
    CreateLoginProfileRequest:
      type: object
      required:
        - UserName
        - Password
      title: CreateLoginProfileRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: '<p>The name of the IAM user to create a password for. The user must already exist.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Password:
          allOf:
            - $ref: "#/components/schemas/passwordType"
            - description: <p>The new password for the user.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> that is used to validate this parameter is a string of characters. That string can include almost any printable ASCII character from the space (<code>\u0020</code>) through the end of the ASCII character range (<code>\u00FF</code>). You can also include the tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>) characters. Any of these characters are valid in a password. However, many tools, such as the Amazon Web Services Management Console, might restrict the ability to type certain characters because they have special meaning within that tool.</p>
        PasswordResetRequired:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: Specifies whether the user is required to set a new password on next sign-in.
    LoginProfile:
      type: object
      required:
        - UserName
        - CreateDate
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: The name of the user, which can be used for signing in to the Amazon Web Services Management Console.
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date when the password for the user was created.
        PasswordResetRequired:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: Specifies whether the user is required to set a new password on next sign-in.
      description: <p>Contains the user name and password create date for a user.</p> <p> This data type is used as a response element in the <a>CreateLoginProfile</a> and <a>GetLoginProfile</a> operations. </p>
    OpenIDConnectProviderUrlType:
      type: string
      description: Contains a URL that specifies the endpoint for an OpenID Connect provider.
      minLength: 1
      maxLength: 255
    clientIDListType:
      type: array
      items:
        $ref: "#/components/schemas/clientIDType"
    thumbprintListType:
      type: array
      description: Contains a list of thumbprints of identity provider server certificates.
      items:
        $ref: "#/components/schemas/thumbprintType"
    CreateOpenIDConnectProviderRequest:
      type: object
      required:
        - Url
        - ThumbprintList
      title: CreateOpenIDConnectProviderRequest
      properties:
        Url:
          allOf:
            - $ref: "#/components/schemas/OpenIDConnectProviderUrlType"
            - description: <p>The URL of the identity provider. The URL must begin with <code>https://</code> and should correspond to the <code>iss</code> claim in the provider's OpenID Connect ID tokens. Per the OIDC standard, path components are allowed but query parameters are not. Typically the URL consists of only a hostname, like <code>https://server.example.org</code> or <code>https://example.com</code>. The URL should not contain a port number. </p> <p>You cannot register the same provider multiple times in a single Amazon Web Services account. If you try to submit a URL that has already been used for an OpenID Connect provider in the Amazon Web Services account, you will get an error.</p>
        ClientIDList:
          allOf:
            - $ref: "#/components/schemas/clientIDListType"
            - description: <p>Provides a list of client IDs, also known as audiences. When a mobile or web app registers with an OpenID Connect provider, they establish a value that identifies the application. This is the value that's sent as the <code>client_id</code> parameter on OAuth requests.</p> <p>You can register multiple client IDs with the same provider. For example, you might have multiple applications that use the same OIDC provider. You cannot register more than 100 client IDs with a single IAM OIDC provider.</p> <p>There is no defined format for a client ID. The <code>CreateOpenIDConnectProviderRequest</code> operation accepts client IDs up to 255 characters long.</p>
        ThumbprintList:
          allOf:
            - $ref: "#/components/schemas/thumbprintListType"
            - description: <p>A list of server certificate thumbprints for the OpenID Connect (OIDC) identity provider's server certificates. Typically this list includes only one entry. However, IAM lets you have up to five thumbprints for an OIDC provider. This lets you maintain multiple thumbprints if the identity provider is rotating certificates.</p> <p>The server certificate thumbprint is the hex-encoded SHA-1 hash value of the X.509 certificate used by the domain where the OpenID Connect provider makes its keys available. It is always a 40-character string.</p> <p>You must provide at least one thumbprint when creating an IAM OIDC provider. For example, assume that the OIDC provider is <code>server.example.com</code> and the provider stores its keys at https://keys.server.example.com/openid-connect. In that case, the thumbprint string would be the hex-encoded SHA-1 hash value of the certificate used by <code>https://keys.server.example.com.</code> </p> <p>For more information about obtaining the OIDC provider thumbprint, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/identity-providers-oidc-obtain-thumbprint.html">Obtaining the thumbprint for an OpenID Connect provider</a> in the <i>IAM user Guide</i>.</p>
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: <p>A list of tags that you want to attach to the new IAM OpenID Connect (OIDC) provider. Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.</p> </note>
    policyPathType:
      type: string
      pattern: ((/[A-Za-z0-9\.,\+@=_-]+)*)/
      minLength: 1
      maxLength: 512
    policyDescriptionType:
      type: string
      maxLength: 1000
    CreatePolicyRequest:
      type: object
      required:
        - PolicyName
        - PolicyDocument
      title: CreatePolicyRequest
      properties:
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: <p>The friendly name of the policy.</p> <p>IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".</p>
        Path:
          allOf:
            - $ref: "#/components/schemas/policyPathType"
            - description: <p>The path for the policy.</p> <p>For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/).</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p> <note> <p>You cannot use an asterisk (*) in the path name.</p> </note>
        PolicyDocument:
          allOf:
            - $ref: "#/components/schemas/policyDocumentType"
            - description: <p>The JSON policy document that you want to use as the content for the new policy.</p> <p>You must provide policies in JSON format in IAM. However, for CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.</p> <p>The maximum length of the policy document that you can pass in this operation, including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p> <p>To learn more about JSON policy grammar, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_grammar.html">Grammar of the IAM JSON policy language</a> in the <i>IAM User Guide</i>. </p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
        Description:
          allOf:
            - $ref: "#/components/schemas/policyDescriptionType"
            - description: <p>A friendly description of the policy.</p> <p>Typically used to store information about the permissions defined in the policy. For example, "Grants access to production DynamoDB tables."</p> <p>The policy description is immutable. After a value is assigned, it cannot be changed.</p>
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: <p>A list of tags that you want to attach to the new IAM customer managed policy. Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.</p> </note>
    Policy:
      type: object
      properties:
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: The friendly name (not ARN) identifying the policy.
        PolicyId:
          allOf:
            - $ref: "#/components/schemas/idType"
            - description: <p>The stable and unique string identifying the policy.</p> <p>For more information about IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.</p>
        Arn:
          $ref: "#/components/schemas/arnType"
        Path:
          allOf:
            - $ref: "#/components/schemas/policyPathType"
            - description: <p>The path to the policy.</p> <p>For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.</p>
        DefaultVersionId:
          allOf:
            - $ref: "#/components/schemas/policyVersionIdType"
            - description: The identifier for the version of the policy that is set as the default version.
        AttachmentCount:
          allOf:
            - $ref: "#/components/schemas/attachmentCountType"
            - description: The number of entities (users, groups, and roles) that the policy is attached to.
        PermissionsBoundaryUsageCount:
          allOf:
            - $ref: "#/components/schemas/attachmentCountType"
            - description: <p>The number of entities (users and roles) for which the policy is used to set the permissions boundary. </p> <p>For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM identities </a> in the <i>IAM User Guide</i>.</p>
        IsAttachable:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: Specifies whether the policy can be attached to an IAM user, group, or role.
        Description:
          allOf:
            - $ref: "#/components/schemas/policyDescriptionType"
            - description: <p>A friendly description of the policy.</p> <p>This element is included in the response to the <a>GetPolicy</a> operation. It is not included in the response to the <a>ListPolicies</a> operation. </p>
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the policy was created.
        UpdateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the policy was last updated.</p> <p>When a policy has only one version, this field contains the date and time when the policy was created. When a policy has more than one version, this field contains the date and time when the most recent policy version was created.</p>
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: A list of tags that are attached to the instance profile. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      description: <p>Contains information about a managed policy.</p> <p>This data type is used as a response element in the <a>CreatePolicy</a>, <a>GetPolicy</a>, and <a>ListPolicies</a> operations. </p> <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>. </p>
    CreatePolicyVersionRequest:
      type: object
      required:
        - PolicyArn
        - PolicyDocument
      title: CreatePolicyVersionRequest
      properties:
        PolicyArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the IAM policy to which you want to add a new version.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
        PolicyDocument:
          allOf:
            - $ref: "#/components/schemas/policyDocumentType"
            - description: <p>The JSON policy document that you want to use as the content for this new version of the policy.</p> <p>You must provide policies in JSON format in IAM. However, for CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.</p> <p>The maximum length of the policy document that you can pass in this operation, including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
        SetAsDefault:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: <p>Specifies whether to set this version as the policy's default version.</p> <p>When this parameter is <code>true</code>, the new policy version becomes the operative version. That is, it becomes the version that is in effect for the IAM users, groups, and roles that the policy is attached to.</p> <p>For more information about managed policy versions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed policies</a> in the <i>IAM User Guide</i>.</p>
    PolicyVersion:
      type: object
      properties:
        Document:
          allOf:
            - $ref: "#/components/schemas/policyDocumentType"
            - description: <p>The policy document.</p> <p>The policy document is returned in the response to the <a>GetPolicyVersion</a> and <a>GetAccountAuthorizationDetails</a> operations. It is not returned in the response to the <a>CreatePolicyVersion</a> or <a>ListPolicyVersions</a> operations. </p> <p>The policy document returned in this structure is URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc3986">RFC 3986</a>. You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the <code>decode</code> method of the <code>java.net.URLDecoder</code> utility class in the Java SDK. Other languages and SDKs provide similar functionality.</p>
        VersionId:
          allOf:
            - $ref: "#/components/schemas/policyVersionIdType"
            - description: <p>The identifier for the policy version.</p> <p>Policy version identifiers always begin with <code>v</code> (always lowercase). When a policy is created, the first policy version is <code>v1</code>. </p>
        IsDefaultVersion:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: Specifies whether the policy version is set as the policy's default version.
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the policy version was created.
      description: <p>Contains information about a version of a managed policy.</p> <p>This data type is used as a response element in the <a>CreatePolicyVersion</a>, <a>GetPolicyVersion</a>, <a>ListPolicyVersions</a>, and <a>GetAccountAuthorizationDetails</a> operations. </p> <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>. </p>
    roleDescriptionType:
      type: string
      pattern: "[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*"
      maxLength: 1000
    roleMaxSessionDurationType:
      type: integer
      minimum: 3600
      maximum: 43200
    CreateRoleRequest:
      type: object
      required:
        - RoleName
        - AssumeRolePolicyDocument
      title: CreateRoleRequest
      properties:
        Path:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: <p> The path to the role. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>IAM User Guide</i>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/).</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: '<p>The name of the role to create.</p> <p>IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        AssumeRolePolicyDocument:
          allOf:
            - $ref: "#/components/schemas/policyDocumentType"
            - description: <p>The trust relationship policy document that grants an entity permission to assume the role.</p> <p>In IAM, you must provide a JSON policy that has been converted to a string. However, for CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul> <p> Upon success, the response includes the same trust policy in JSON format.</p>
        Description:
          allOf:
            - $ref: "#/components/schemas/roleDescriptionType"
            - description: A description of the role.
        MaxSessionDuration:
          allOf:
            - $ref: "#/components/schemas/roleMaxSessionDurationType"
            - description: <p>The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default value of one hour is applied. This setting can have a value from 1 hour to 12 hours.</p> <p>Anyone who assumes the role from the CLI or API can use the <code>DurationSeconds</code> API parameter or the <code>duration-seconds</code> CLI parameter to request a longer session. The <code>MaxSessionDuration</code> setting determines the maximum duration that can be requested using the <code>DurationSeconds</code> parameter. If users don't specify a value for the <code>DurationSeconds</code> parameter, their security credentials are valid for one hour by default. This applies when you use the <code>AssumeRole*</code> API operations or the <code>assume-role*</code> CLI operations but does not apply when you use those operations to create a console URL. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html">Using IAM roles</a> in the <i>IAM User Guide</i>.</p>
        PermissionsBoundary:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The ARN of the managed policy that is used to set the permissions boundary for the role.</p> <p>A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM entities</a> in the <i>IAM User Guide</i>.</p> <p>For more information about policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#access_policy-types">Policy types </a> in the <i>IAM User Guide</i>.</p>
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: <p>A list of tags that you want to attach to the new role. Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.</p> </note>
    Role:
      type: object
      required:
        - Path
        - RoleName
        - RoleId
        - Arn
        - CreateDate
      properties:
        Path:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: ' The path to the role. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>. '
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: The friendly name that identifies the role.
        RoleId:
          allOf:
            - $ref: "#/components/schemas/idType"
            - description: ' The stable and unique string identifying the role. For more information about IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>. '
        Arn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: ' The Amazon Resource Name (ARN) specifying the role. For more information about ARNs and how to use them in policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i> guide. '
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the role was created.
        AssumeRolePolicyDocument:
          allOf:
            - $ref: "#/components/schemas/policyDocumentType"
            - description: The policy that grants an entity permission to assume the role.
        Description:
          allOf:
            - $ref: "#/components/schemas/roleDescriptionType"
            - description: A description of the role that you provide.
        MaxSessionDuration:
          allOf:
            - $ref: "#/components/schemas/roleMaxSessionDurationType"
            - description: The maximum session duration (in seconds) for the specified role. Anyone who uses the CLI, or API to assume the role can specify the duration using the optional <code>DurationSeconds</code> API parameter or <code>duration-seconds</code> CLI parameter.
        PermissionsBoundary:
          allOf:
            - $ref: "#/components/schemas/AttachedPermissionsBoundary"
            - description: <p>The ARN of the policy used to set the permissions boundary for the role.</p> <p>For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM identities </a> in the <i>IAM User Guide</i>.</p>
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: A list of tags that are attached to the role. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
        RoleLastUsed:
          allOf:
            - $ref: "#/components/schemas/RoleLastUsed"
            - description: Contains information about the last time that an IAM role was used. This includes the date and time and the Region in which the role was last used. Activity is only reported for the trailing 400 days. This period can be shorter if your Region began supporting these features within the last year. The role might have been used more than 400 days ago. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period">Regions where data is tracked</a> in the <i>IAM user Guide</i>.
      description: Contains information about an IAM role. This structure is returned as a response element in several API operations that interact with roles.
    SAMLMetadataDocumentType:
      type: string
      minLength: 1000
      maxLength: 10000000
    SAMLProviderNameType:
      type: string
      pattern: "[\\w._-]+"
      minLength: 1
      maxLength: 128
    CreateSAMLProviderRequest:
      type: object
      required:
        - SAMLMetadataDocument
        - Name
      title: CreateSAMLProviderRequest
      properties:
        SAMLMetadataDocument:
          allOf:
            - $ref: "#/components/schemas/SAMLMetadataDocumentType"
            - description: <p>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 can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html">About SAML 2.0-based federation</a> in the <i>IAM User Guide</i> </p>
        Name:
          allOf:
            - $ref: "#/components/schemas/SAMLProviderNameType"
            - description: '<p>The name of the provider to create.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: <p>A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.</p> </note>
    customSuffixType:
      type: string
      pattern: "[\\w+=,.@-]+"
      minLength: 1
      maxLength: 64
    CreateServiceLinkedRoleRequest:
      type: object
      required:
        - AWSServiceName
      title: CreateServiceLinkedRoleRequest
      properties:
        AWSServiceName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: '<p>The service principal for the Amazon Web Services service to which this role is attached. You use a string similar to a URL but without the http:// in front. For example: <code>elasticbeanstalk.amazonaws.com</code>. </p> <p>Service principals are unique and case-sensitive. To find the exact service principal for your service-linked role, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_aws-services-that-work-with-iam.html">Amazon Web Services services that work with IAM</a> in the <i>IAM User Guide</i>. Look for the services that have <b>Yes </b>in the <b>Service-Linked Role</b> column. Choose the <b>Yes</b> link to view the service-linked role documentation for that service.</p>'
        Description:
          allOf:
            - $ref: "#/components/schemas/roleDescriptionType"
            - description: The description of the role.
        CustomSuffix:
          allOf:
            - $ref: "#/components/schemas/customSuffixType"
            - description: <p/> <p>A string that you provide, which is combined with the service-provided prefix to form the complete role name. If you make multiple requests for the same service, then you must supply a different <code>CustomSuffix</code> for each request. Otherwise the request fails with a duplicate role name error. For example, you could add <code>-1</code> or <code>-debug</code> to the suffix.</p> <p>Some services do not support the <code>CustomSuffix</code> parameter. If you provide an optional suffix and the operation fails, try the operation again without the suffix.</p>
    serviceName:
      type: string
    CreateServiceSpecificCredentialRequest:
      type: object
      required:
        - UserName
        - ServiceName
      title: CreateServiceSpecificCredentialRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: '<p>The name of the IAM user that is to be associated with the credentials. The new service-specific credentials have the same permissions as the associated user except that they can be used only to access the specified service.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        ServiceName:
          allOf:
            - $ref: "#/components/schemas/serviceName"
            - description: The name of the Amazon Web Services service that is to be associated with the credentials. The service you specify here is the only service that can be accessed using these credentials.
    ServiceSpecificCredential:
      type: object
      required:
        - CreateDate
        - ServiceName
        - ServiceUserName
        - ServicePassword
        - ServiceSpecificCredentialId
        - UserName
        - Status
      properties:
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the service-specific credential were created.
        ServiceName:
          allOf:
            - $ref: "#/components/schemas/serviceName"
            - description: The name of the service associated with the service-specific credential.
        ServiceUserName:
          allOf:
            - $ref: "#/components/schemas/serviceUserName"
            - description: The generated user name for the service-specific credential. This value is generated by combining the IAM user's name combined with the ID number of the Amazon Web Services account, as in <code>jane-at-123456789012</code>, for example. This value cannot be configured by the user.
        ServicePassword:
          allOf:
            - $ref: "#/components/schemas/servicePassword"
            - description: The generated password for the service-specific credential.
        ServiceSpecificCredentialId:
          allOf:
            - $ref: "#/components/schemas/serviceSpecificCredentialId"
            - description: The unique identifier for the service-specific credential.
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: The name of the IAM user associated with the service-specific credential.
        Status:
          allOf:
            - $ref: "#/components/schemas/statusType"
            - description: The status of the service-specific credential. <code>Active</code> means that the key is valid for API calls, while <code>Inactive</code> means it is not.
      description: Contains the details of a service-specific credential.
    CreateUserRequest:
      type: object
      required:
        - UserName
      title: CreateUserRequest
      properties:
        Path:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: <p> The path for the user name. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/).</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: <p>The name of the user to create.</p> <p>IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".</p>
        PermissionsBoundary:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The ARN of the managed policy that is used to set the permissions boundary for the user.</p> <p>A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM entities</a> in the <i>IAM User Guide</i>.</p> <p>For more information about policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#access_policy-types">Policy types </a> in the <i>IAM User Guide</i>.</p>
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: <p>A list of tags that you want to attach to the new user. Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.</p> </note>
    User:
      type: object
      required:
        - Path
        - UserName
        - UserId
        - Arn
        - CreateDate
      properties:
        Path:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: <p>The path to the user. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.</p> <p>The ARN of the policy used to set the permissions boundary for the user.</p>
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: The friendly name identifying the user.
        UserId:
          allOf:
            - $ref: "#/components/schemas/idType"
            - description: The stable and unique string identifying the user. For more information about IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.
        Arn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: 'The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>IAM User Guide</i>. '
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the user was created.
        PasswordLastUsed:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the user's password was last used to sign in to an Amazon Web Services website. For a list of Amazon Web Services websites that capture a user's last sign-in time, see the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Credential reports</a> topic in the <i>IAM User Guide</i>. If a password is used more than once in a five-minute span, only the first use is returned in this field. If the field is null (no value), then it indicates that they never signed in with a password. This can be because:</p> <ul> <li> <p>The user never had a password.</p> </li> <li> <p>A password exists but has not been used since IAM started tracking this information on October 20, 2014.</p> </li> </ul> <p>A null value does not mean that the user <i>never</i> had a password. Also, if the user does not currently have a password but had one in the past, then this field contains the date and time the most recent password was used.</p> <p>This value is returned only in the <a>GetUser</a> and <a>ListUsers</a> operations. </p>
        PermissionsBoundary:
          allOf:
            - $ref: "#/components/schemas/AttachedPermissionsBoundary"
            - description: For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM identities </a> in the <i>IAM User Guide</i>.
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: A list of tags that are associated with the user. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      description: <p>Contains information about an IAM user entity.</p> <p>This data type is used as a response element in the following operations:</p> <ul> <li> <p> <a>CreateUser</a> </p> </li> <li> <p> <a>GetUser</a> </p> </li> <li> <p> <a>ListUsers</a> </p> </li> </ul>
    virtualMFADeviceName:
      type: string
      pattern: "[\\w+=,.@-]+"
      minLength: 1
    CreateVirtualMFADeviceRequest:
      type: object
      required:
        - VirtualMFADeviceName
      title: CreateVirtualMFADeviceRequest
      properties:
        Path:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: <p> The path for the virtual MFA device. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/).</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
        VirtualMFADeviceName:
          allOf:
            - $ref: "#/components/schemas/virtualMFADeviceName"
            - description: '<p>The name of the virtual MFA device, which must be unique. Use with path to uniquely identify a virtual MFA device.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: <p>A list of tags that you want to attach to the new IAM virtual MFA device. Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.</p> </note>
    VirtualMFADevice:
      type: object
      required:
        - SerialNumber
      properties:
        SerialNumber:
          allOf:
            - $ref: "#/components/schemas/serialNumberType"
            - description: The serial number associated with <code>VirtualMFADevice</code>.
        Base32StringSeed:
          allOf:
            - $ref: "#/components/schemas/BootstrapDatum"
            - description: ' The base32 seed defined as specified in <a href="https://tools.ietf.org/html/rfc3548.txt">RFC3548</a>. The <code>Base32StringSeed</code> is base64-encoded. '
        QRCodePNG:
          allOf:
            - $ref: "#/components/schemas/BootstrapDatum"
            - description: " A QR code PNG image that encodes <code>otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String</code> where <code>$virtualMFADeviceName</code> is one of the create call arguments. <code>AccountName</code> is the user name if set (otherwise, the account ID otherwise), and <code>Base32String</code> is the seed in base32 format. The <code>Base32String</code> value is base64-encoded. "
        User:
          allOf:
            - $ref: "#/components/schemas/User"
            - description: The IAM user associated with this virtual MFA device.
        EnableDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time on which the virtual MFA device was enabled.
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: A list of tags that are attached to the virtual MFA device. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      description: Contains information about a virtual MFA device.
    serialNumberType:
      type: string
      pattern: "[\\w+=/:,.@-]+"
      minLength: 9
      maxLength: 256
    DeactivateMFADeviceRequest:
      type: object
      required:
        - UserName
        - SerialNumber
      title: DeactivateMFADeviceRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the user whose MFA device you want to deactivate.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        SerialNumber:
          allOf:
            - $ref: "#/components/schemas/serialNumberType"
            - description: '<p>The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@:/-</p>'
    DeleteAccessKeyRequest:
      type: object
      required:
        - AccessKeyId
      title: DeleteAccessKeyRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the user whose access key pair you want to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        AccessKeyId:
          allOf:
            - $ref: "#/components/schemas/accessKeyIdType"
            - description: <p>The access key ID for the access key ID and secret access key you want to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
    DeleteAccountAliasRequest:
      type: object
      required:
        - AccountAlias
      title: DeleteAccountAliasRequest
      properties:
        AccountAlias:
          allOf:
            - $ref: "#/components/schemas/accountAliasType"
            - description: <p>The name of the account alias to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.</p>
    DeleteGroupPolicyRequest:
      type: object
      required:
        - GroupName
        - PolicyName
      title: DeleteGroupPolicyRequest
      properties:
        GroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: '<p>The name (friendly name, not ARN) identifying the group that the policy is embedded in.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: '<p>The name identifying the policy document to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    DeleteGroupRequest:
      type: object
      required:
        - GroupName
      title: DeleteGroupRequest
      properties:
        GroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: '<p>The name of the IAM group to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    DeleteInstanceProfileRequest:
      type: object
      required:
        - InstanceProfileName
      title: DeleteInstanceProfileRequest
      properties:
        InstanceProfileName:
          allOf:
            - $ref: "#/components/schemas/instanceProfileNameType"
            - description: '<p>The name of the instance profile to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    DeleteLoginProfileRequest:
      type: object
      required:
        - UserName
      title: DeleteLoginProfileRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: '<p>The name of the user whose password you want to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    DeleteOpenIDConnectProviderRequest:
      type: object
      required:
        - OpenIDConnectProviderArn
      title: DeleteOpenIDConnectProviderRequest
      properties:
        OpenIDConnectProviderArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: The Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource object to delete. You can get a list of OpenID Connect provider resource ARNs by using the <a>ListOpenIDConnectProviders</a> operation.
    DeletePolicyRequest:
      type: object
      required:
        - PolicyArn
      title: DeletePolicyRequest
      properties:
        PolicyArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the IAM policy you want to delete.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
    policyVersionIdType:
      type: string
      pattern: v[1-9][0-9]*(\.[A-Za-z0-9-]*)?
    DeletePolicyVersionRequest:
      type: object
      required:
        - PolicyArn
        - VersionId
      title: DeletePolicyVersionRequest
      properties:
        PolicyArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the IAM policy from which you want to delete a version.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
        VersionId:
          allOf:
            - $ref: "#/components/schemas/policyVersionIdType"
            - description: <p>The policy version to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that consists of the lowercase letter 'v' followed by one or two digits, and optionally followed by a period '.' and a string of letters and digits.</p> <p>For more information about managed policy versions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed policies</a> in the <i>IAM User Guide</i>.</p>
    DeleteRolePermissionsBoundaryRequest:
      type: object
      required:
        - RoleName
      title: DeleteRolePermissionsBoundaryRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: The name (friendly name, not ARN) of the IAM role from which you want to remove the permissions boundary.
    DeleteRolePolicyRequest:
      type: object
      required:
        - RoleName
        - PolicyName
      title: DeleteRolePolicyRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: '<p>The name (friendly name, not ARN) identifying the role that the policy is embedded in.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: '<p>The name of the inline policy to delete from the specified IAM role.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    DeleteRoleRequest:
      type: object
      required:
        - RoleName
      title: DeleteRoleRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: '<p>The name of the role to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    DeleteSAMLProviderRequest:
      type: object
      required:
        - SAMLProviderArn
      title: DeleteSAMLProviderRequest
      properties:
        SAMLProviderArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: The Amazon Resource Name (ARN) of the SAML provider to delete.
    publicKeyIdType:
      type: string
      pattern: "[\\w]+"
      minLength: 20
      maxLength: 128
    DeleteSSHPublicKeyRequest:
      type: object
      required:
        - UserName
        - SSHPublicKeyId
      title: DeleteSSHPublicKeyRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: '<p>The name of the IAM user associated with the SSH public key.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        SSHPublicKeyId:
          allOf:
            - $ref: "#/components/schemas/publicKeyIdType"
            - description: <p>The unique identifier for the SSH public key.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
    serverCertificateNameType:
      type: string
      pattern: "[\\w+=,.@-]+"
      minLength: 1
      maxLength: 128
    DeleteServerCertificateRequest:
      type: object
      required:
        - ServerCertificateName
      title: DeleteServerCertificateRequest
      properties:
        ServerCertificateName:
          allOf:
            - $ref: "#/components/schemas/serverCertificateNameType"
            - description: '<p>The name of the server certificate you want to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    DeleteServiceLinkedRoleRequest:
      type: object
      required:
        - RoleName
      title: DeleteServiceLinkedRoleRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: The name of the service-linked role to be deleted.
    DeletionTaskIdType:
      type: string
      minLength: 1
      maxLength: 1000
    serviceSpecificCredentialId:
      type: string
      pattern: "[\\w]+"
      minLength: 20
      maxLength: 128
    DeleteServiceSpecificCredentialRequest:
      type: object
      required:
        - ServiceSpecificCredentialId
      title: DeleteServiceSpecificCredentialRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - 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 credentials are used to call the operation.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        ServiceSpecificCredentialId:
          allOf:
            - $ref: "#/components/schemas/serviceSpecificCredentialId"
            - description: <p>The unique identifier of the service-specific credential. You can get this value by calling <a>ListServiceSpecificCredentials</a>.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
    certificateIdType:
      type: string
      pattern: "[\\w]+"
      minLength: 24
      maxLength: 128
    DeleteSigningCertificateRequest:
      type: object
      required:
        - CertificateId
      title: DeleteSigningCertificateRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the user the signing certificate belongs to.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        CertificateId:
          allOf:
            - $ref: "#/components/schemas/certificateIdType"
            - description: <p>The ID of the signing certificate to delete.</p> <p>The format of this parameter, as described by its <a href="http://wikipedia.org/wiki/regex">regex</a> pattern, is a string of characters that can be upper- or lower-cased letters or digits.</p>
    DeleteUserPermissionsBoundaryRequest:
      type: object
      required:
        - UserName
      title: DeleteUserPermissionsBoundaryRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: The name (friendly name, not ARN) of the IAM user from which you want to remove the permissions boundary.
    DeleteUserPolicyRequest:
      type: object
      required:
        - UserName
        - PolicyName
      title: DeleteUserPolicyRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name (friendly name, not ARN) identifying the user that the policy is embedded in.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: '<p>The name identifying the policy document to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    DeleteUserRequest:
      type: object
      required:
        - UserName
      title: DeleteUserRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the user to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    DeleteVirtualMFADeviceRequest:
      type: object
      required:
        - SerialNumber
      title: DeleteVirtualMFADeviceRequest
      properties:
        SerialNumber:
          allOf:
            - $ref: "#/components/schemas/serialNumberType"
            - description: '<p>The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the same as the ARN.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@:/-</p>'
    ReasonType:
      type: string
      maxLength: 1000
    RoleUsageListType:
      type: array
      items:
        $ref: "#/components/schemas/RoleUsageType"
    DeletionTaskFailureReasonType:
      type: object
      properties:
        Reason:
          allOf:
            - $ref: "#/components/schemas/ReasonType"
            - description: A short description of the reason that the service-linked role deletion failed.
        RoleUsageList:
          allOf:
            - $ref: "#/components/schemas/RoleUsageListType"
            - description: A list of objects that contains details about the service-linked role deletion failure, if that information is returned by the service. If the service-linked role has active sessions or if any resources that were used by the role have not been deleted from the linked service, the role can't be deleted. This parameter includes a list of the resources that are associated with the role and the Region in which the resources are being used.
      description: <p>The reason that the service-linked role deletion failed.</p> <p>This data type is used as a response element in the <a>GetServiceLinkedRoleDeletionStatus</a> operation.</p>
    DeletionTaskStatusType:
      type: string
      enum:
        - SUCCEEDED
        - IN_PROGRESS
        - FAILED
        - NOT_STARTED
    DetachGroupPolicyRequest:
      type: object
      required:
        - GroupName
        - PolicyArn
      title: DetachGroupPolicyRequest
      properties:
        GroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: '<p>The name (friendly name, not ARN) of the IAM group to detach the policy from.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the IAM policy you want to detach.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
    DetachRolePolicyRequest:
      type: object
      required:
        - RoleName
        - PolicyArn
      title: DetachRolePolicyRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: '<p>The name (friendly name, not ARN) of the IAM role to detach the policy from.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the IAM policy you want to detach.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
    DetachUserPolicyRequest:
      type: object
      required:
        - UserName
        - PolicyArn
      title: DetachUserPolicyRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: '<p>The name (friendly name, not ARN) of the IAM user to detach the policy from.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the IAM policy you want to detach.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
    authenticationCodeType:
      type: string
      pattern: "[\\d]+"
      minLength: 6
      maxLength: 6
    EnableMFADeviceRequest:
      type: object
      required:
        - UserName
        - SerialNumber
        - AuthenticationCode1
        - AuthenticationCode2
      title: EnableMFADeviceRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the IAM user for whom you want to enable the MFA device.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        SerialNumber:
          allOf:
            - $ref: "#/components/schemas/serialNumberType"
            - description: '<p>The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@:/-</p>'
        AuthenticationCode1:
          allOf:
            - $ref: "#/components/schemas/authenticationCodeType"
            - description: <p>An authentication code emitted by the device. </p> <p>The format for this parameter is a string of six digits.</p> <important> <p>Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa_sync.html">resync the device</a>.</p> </important>
        AuthenticationCode2:
          allOf:
            - $ref: "#/components/schemas/authenticationCodeType"
            - description: <p>A subsequent authentication code emitted by the device.</p> <p>The format for this parameter is a string of six digits.</p> <important> <p>Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa_sync.html">resync the device</a>.</p> </important>
    EntityInfo:
      type: object
      required:
        - Arn
        - Name
        - Type
        - Id
      properties:
        Arn:
          $ref: "#/components/schemas/arnType"
        Name:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: The name of the entity (user or role).
        Type:
          allOf:
            - $ref: "#/components/schemas/policyOwnerEntityType"
            - description: The type of entity (user or role).
        Id:
          allOf:
            - $ref: "#/components/schemas/idType"
            - description: The identifier of the entity (user or role).
        Path:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: 'The path to the entity (user or role). For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>. '
      description: <p>Contains details about the specified entity (user or role).</p> <p>This data type is an element of the <a>EntityDetails</a> object.</p>
    EntityDetails:
      type: object
      required:
        - EntityInfo
      properties:
        EntityInfo:
          allOf:
            - $ref: "#/components/schemas/EntityInfo"
            - description: The <code>EntityInfo</code> object that contains details about the entity (user or role).
        LastAuthenticated:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the authenticated entity last attempted to access Amazon Web Services. Amazon Web Services does not report unauthenticated requests.</p> <p>This field is null if no IAM entities attempted to access the service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
      description: <p>An object that contains details about when the IAM entities (users or roles) were last used in an attempt to access the specified Amazon Web Services service.</p> <p>This data type is a response element in the <a>GetServiceLastAccessedDetailsWithEntities</a> operation.</p>
    policyOwnerEntityType:
      type: string
      enum:
        - USER
        - ROLE
        - GROUP
    idType:
      type: string
      pattern: "[\\w]+"
      minLength: 16
      maxLength: 128
    ErrorDetails:
      type: object
      required:
        - Message
        - Code
      properties:
        Message:
          allOf:
            - $ref: "#/components/schemas/stringType"
            - description: Detailed information about the reason that the operation failed.
        Code:
          allOf:
            - $ref: "#/components/schemas/stringType"
            - description: The error code associated with the operation failure.
      description: <p>Contains information about the reason that the operation failed.</p> <p>This data type is used as a response element in the <a>GetOrganizationsAccessReport</a>, <a>GetServiceLastAccessedDetails</a>, and <a>GetServiceLastAccessedDetailsWithEntities</a> operations.</p>
    PolicyEvaluationDecisionType:
      type: string
      enum:
        - allowed
        - explicitDeny
        - implicitDeny
    EvalDecisionDetailsType:
      type: object
      additionalProperties:
        $ref: "#/components/schemas/PolicyEvaluationDecisionType"
    EvalDecisionSourceType:
      type: string
      minLength: 3
      maxLength: 256
    StatementListType:
      type: array
      items:
        $ref: "#/components/schemas/Statement"
    OrganizationsDecisionDetail:
      type: object
      properties:
        AllowedByOrganizations:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: Specifies whether the simulated operation is allowed by the Organizations service control policies that impact the simulated user's account.
      description: Contains information about the effect that Organizations has on a policy simulation.
    PermissionsBoundaryDecisionDetail:
      type: object
      properties:
        AllowedByPermissionsBoundary:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: Specifies whether an action is allowed by a permissions boundary that is applied to an IAM entity (user or role). A value of <code>true</code> means that the permissions boundary does not deny the action. This means that the policy includes an <code>Allow</code> statement that matches the request. In this case, if an identity-based policy also allows the action, the request is allowed. A value of <code>false</code> means that either the requested action is not allowed (implicitly denied) or that the action is explicitly denied by the permissions boundary. In both of these cases, the action is not allowed, regardless of the identity-based policy.
      description: Contains information about the effect that a permissions boundary has on a policy simulation when the boundary is applied to an IAM entity.
    ResourceSpecificResultListType:
      type: array
      items:
        $ref: "#/components/schemas/ResourceSpecificResult"
    EvaluationResult:
      type: object
      required:
        - EvalActionName
        - EvalDecision
      properties:
        EvalActionName:
          allOf:
            - $ref: "#/components/schemas/ActionNameType"
            - description: The name of the API operation tested on the indicated resource.
        EvalResourceName:
          allOf:
            - $ref: "#/components/schemas/ResourceNameType"
            - description: The ARN of the resource that the indicated API operation was tested on.
        EvalDecision:
          allOf:
            - $ref: "#/components/schemas/PolicyEvaluationDecisionType"
            - description: The result of the simulation.
        MatchedStatements:
          allOf:
            - $ref: "#/components/schemas/StatementListType"
            - description: A list of the statements in the input policies that determine the result for this scenario. Remember that even if multiple statements allow the operation on the resource, if only one statement denies that operation, then the explicit deny overrides any allow. In addition, the deny statement is the only entry included in the result.
        MissingContextValues:
          allOf:
            - $ref: "#/components/schemas/ContextKeyNamesResultListType"
            - description: A list of context keys that are required by the included input policies but that were not provided by one of the input parameters. This list is used when the resource in a simulation is "*", either explicitly, or when the <code>ResourceArns</code> parameter blank. If you include a list of resources, then any missing context values are instead included under the <code>ResourceSpecificResults</code> section. To discover the context keys used by a set of policies, you can call <a>GetContextKeysForCustomPolicy</a> or <a>GetContextKeysForPrincipalPolicy</a>.
        OrganizationsDecisionDetail:
          allOf:
            - $ref: "#/components/schemas/OrganizationsDecisionDetail"
            - description: A structure that details how Organizations and its service control policies affect the results of the simulation. Only applies if the simulated user's account is part of an organization.
        PermissionsBoundaryDecisionDetail:
          allOf:
            - $ref: "#/components/schemas/PermissionsBoundaryDecisionDetail"
            - description: Contains information about the effect that a permissions boundary has on a policy simulation when the boundary is applied to an IAM entity.
        EvalDecisionDetails:
          allOf:
            - $ref: "#/components/schemas/EvalDecisionDetailsType"
            - description: <p>Additional details about the results of the cross-account evaluation decision. This parameter is populated for only cross-account simulations. It contains a brief summary of how each policy type contributes to the final evaluation decision.</p> <p>If the simulation evaluates policies within the same account and includes a resource ARN, then the parameter is present but the response is empty. If the simulation evaluates policies within the same account and specifies all resources (<code>*</code>), then the parameter is not returned.</p> <p>When you make a cross-account request, Amazon Web Services evaluates the request in the trusting account and the trusted account. The request is allowed only if both evaluations return <code>true</code>. For more information about how policies are evaluated, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html#policy-eval-basics">Evaluating policies within a single account</a>.</p> <p>If an Organizations SCP included in the evaluation denies access, the simulation ends. In this case, policy evaluation does not proceed any further and this parameter is not returned.</p>
        ResourceSpecificResults:
          allOf:
            - $ref: "#/components/schemas/ResourceSpecificResultListType"
            - description: The individual results of the simulation of the API operation specified in EvalActionName on each resource.
      description: <p>Contains the results of a simulation.</p> <p>This data type is used by the return parameter of <code> <a>SimulateCustomPolicy</a> </code> and <code> <a>SimulatePrincipalPolicy</a> </code>.</p>
    EvaluationResultsListType:
      type: array
      items:
        $ref: "#/components/schemas/EvaluationResult"
    ReportStateType:
      type: string
      enum:
        - STARTED
        - INPROGRESS
        - COMPLETE
    ReportStateDescriptionType:
      type: string
    organizationsPolicyIdType:
      type: string
      pattern: ^p-[0-9a-zA-Z_]{8,128}$
    GenerateOrganizationsAccessReportRequest:
      type: object
      required:
        - EntityPath
      title: GenerateOrganizationsAccessReportRequest
      properties:
        EntityPath:
          allOf:
            - $ref: "#/components/schemas/organizationsEntityPathType"
            - description: The path of the Organizations entity (root, OU, or account). You can build an entity path using the known structure of your organization. For example, assume that your account ID is <code>123456789012</code> and its parent OU ID is <code>ou-rge0-awsabcde</code>. The organization root ID is <code>r-f6g7h8i9j0example</code> and your organization ID is <code>o-a1b2c3d4e5</code>. Your entity path is <code>o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-rge0-awsabcde/123456789012</code>.
        OrganizationsPolicyId:
          allOf:
            - $ref: "#/components/schemas/organizationsPolicyIdType"
            - description: <p>The identifier of the Organizations service control policy (SCP). This parameter is optional.</p> <p>This ID is used to generate information about when an account principal that is limited by the SCP attempted to access an Amazon Web Services service.</p>
    jobIDType:
      type: string
      minLength: 36
      maxLength: 36
    GenerateServiceLastAccessedDetailsRequest:
      type: object
      required:
        - Arn
      title: GenerateServiceLastAccessedDetailsRequest
      properties:
        Arn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the resource was last used in an attempt to access an Amazon Web Services service.
        Granularity:
          allOf:
            - $ref: "#/components/schemas/AccessAdvisorUsageGranularityType"
            - description: The level of detail that you want to generate. You can specify whether you want to generate information about the last attempt to access services or actions. If you specify service-level granularity, this operation generates only service data. If you specify action-level granularity, it generates service and action data. If you don't include this optional parameter, the operation generates service data.
    GetAccessKeyLastUsedRequest:
      type: object
      required:
        - AccessKeyId
      title: GetAccessKeyLastUsedRequest
      properties:
        AccessKeyId:
          allOf:
            - $ref: "#/components/schemas/accessKeyIdType"
            - description: <p>The identifier of an access key.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
    entityListType:
      type: array
      items:
        $ref: "#/components/schemas/EntityType"
    maxItemsType:
      type: integer
      minimum: 1
      maximum: 1000
    markerType:
      type: string
      pattern: "[\\u0020-\\u00FF]+"
      minLength: 1
      maxLength: 320
    GetAccountAuthorizationDetailsRequest:
      type: object
      title: GetAccountAuthorizationDetailsRequest
      properties:
        Filter:
          allOf:
            - $ref: "#/components/schemas/entityListType"
            - description: <p>A list of entity types used to filter the results. Only the entities that match the types you specify are included in the output. Use the value <code>LocalManagedPolicy</code> to include customer managed policies.</p> <p>The format for this parameter is a comma-separated (if more than one) list of strings. Each string value in the list must be one of the valid values listed below.</p>
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
    userDetailListType:
      type: array
      items:
        $ref: "#/components/schemas/UserDetail"
    groupDetailListType:
      type: array
      items:
        $ref: "#/components/schemas/GroupDetail"
    roleDetailListType:
      type: array
      items:
        $ref: "#/components/schemas/RoleDetail"
    ManagedPolicyDetailListType:
      type: array
      items:
        $ref: "#/components/schemas/ManagedPolicyDetail"
    responseMarkerType:
      type: string
    PasswordPolicy:
      type: object
      properties:
        MinimumPasswordLength:
          allOf:
            - $ref: "#/components/schemas/minimumPasswordLengthType"
            - description: Minimum length to require for IAM user passwords.
        RequireSymbols:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: "<p>Specifies whether IAM user passwords must contain at least one of the following symbols:</p> <p>! @ # $ % ^ &amp; * ( ) _ + - = [ ] { } | '</p>"
        RequireNumbers:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: Specifies whether IAM user passwords must contain at least one numeric character (0 to 9).
        RequireUppercaseCharacters:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: Specifies whether IAM user passwords must contain at least one uppercase character (A to Z).
        RequireLowercaseCharacters:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: Specifies whether IAM user passwords must contain at least one lowercase character (a to z).
        AllowUsersToChangePassword:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: Specifies whether IAM users are allowed to change their own password. Gives IAM users permissions to <code>iam:ChangePassword</code> for only their user and to the <code>iam:GetAccountPasswordPolicy</code> action. This option does not attach a permissions policy to each user, rather the permissions are applied at the account-level for all users by IAM.
        ExpirePasswords:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: Indicates whether passwords in the account expire. Returns true if <code>MaxPasswordAge</code> contains a value greater than 0. Returns false if MaxPasswordAge is 0 or not present.
        MaxPasswordAge:
          allOf:
            - $ref: "#/components/schemas/maxPasswordAgeType"
            - description: The number of days that an IAM user password is valid.
        PasswordReusePrevention:
          allOf:
            - $ref: "#/components/schemas/passwordReusePreventionType"
            - description: Specifies the number of previous passwords that IAM users are prevented from reusing.
        HardExpiry:
          allOf:
            - $ref: "#/components/schemas/booleanObjectType"
            - description: Specifies whether IAM users are prevented from setting a new password via the Amazon Web Services Management Console after their password has expired. The IAM user cannot access the console until an administrator resets the password. IAM users with <code>iam:ChangePassword</code> permission and active access keys can reset their own expired console password using the CLI or API.
      description: <p>Contains information about the account password policy.</p> <p> This data type is used as a response element in the <a>GetAccountPasswordPolicy</a> operation. </p>
    summaryMapType:
      type: object
      additionalProperties:
        $ref: "#/components/schemas/summaryValueType"
    SimulationPolicyListType:
      type: array
      items:
        $ref: "#/components/schemas/policyDocumentType"
    GetContextKeysForCustomPolicyRequest:
      type: object
      required:
        - PolicyInputList
      title: GetContextKeysForCustomPolicyRequest
      properties:
        PolicyInputList:
          allOf:
            - $ref: "#/components/schemas/SimulationPolicyListType"
            - description: <p>A list of policies for which you want the list of context keys referenced in those policies. Each document is specified as a string containing the complete, valid JSON text of an IAM policy.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
    GetContextKeysForPrincipalPolicyRequest:
      type: object
      required:
        - PolicySourceArn
      title: GetContextKeysForPrincipalPolicyRequest
      properties:
        PolicySourceArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The ARN of a user, group, or role whose policies contain the context keys that you want listed. If you specify a user, the list includes context keys that are found in all policies that are attached to the user. The list also includes all groups that the user is a member of. If you pick a group or a role, then it includes only those context keys that are found in policies attached to that entity. Note that all parameters are shown in unencoded form here for clarity, but must be URL encoded to be included as a part of a real HTML request.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
        PolicyInputList:
          allOf:
            - $ref: "#/components/schemas/SimulationPolicyListType"
            - description: <p>An optional list of additional policies for which you want the list of context keys that are referenced.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
    ReportContentType:
      type: string
    ReportFormatType:
      type: string
      enum:
        - text/csv
    GetGroupPolicyRequest:
      type: object
      required:
        - GroupName
        - PolicyName
      title: GetGroupPolicyRequest
      properties:
        GroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: '<p>The name of the group the policy is associated with.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: '<p>The name of the policy document to get.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    GetGroupRequest:
      type: object
      required:
        - GroupName
      title: GetGroupRequest
      properties:
        GroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: '<p>The name of the group.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    userListType:
      type: array
      description: <p>Contains a list of users.</p> <p>This data type is used as a response element in the <a>GetGroup</a> and <a>ListUsers</a> operations. </p>
      items:
        $ref: "#/components/schemas/User"
    GetInstanceProfileRequest:
      type: object
      required:
        - InstanceProfileName
      title: GetInstanceProfileRequest
      properties:
        InstanceProfileName:
          allOf:
            - $ref: "#/components/schemas/instanceProfileNameType"
            - description: '<p>The name of the instance profile to get information about.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    GetLoginProfileRequest:
      type: object
      required:
        - UserName
      title: GetLoginProfileRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: '<p>The name of the user whose login profile you want to retrieve.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    GetOpenIDConnectProviderRequest:
      type: object
      required:
        - OpenIDConnectProviderArn
      title: GetOpenIDConnectProviderRequest
      properties:
        OpenIDConnectProviderArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the OIDC provider resource object in IAM to get information for. You can get a list of OIDC provider resource ARNs by using the <a>ListOpenIDConnectProviders</a> operation.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
    sortKeyType:
      type: string
      enum:
        - SERVICE_NAMESPACE_ASCENDING
        - SERVICE_NAMESPACE_DESCENDING
        - LAST_AUTHENTICATED_TIME_ASCENDING
        - LAST_AUTHENTICATED_TIME_DESCENDING
    GetOrganizationsAccessReportRequest:
      type: object
      required:
        - JobId
      title: GetOrganizationsAccessReportRequest
      properties:
        JobId:
          allOf:
            - $ref: "#/components/schemas/jobIDType"
            - description: The identifier of the request generated by the <a>GenerateOrganizationsAccessReport</a> operation.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        SortKey:
          allOf:
            - $ref: "#/components/schemas/sortKeyType"
            - description: The key that is used to sort the results. If you choose the namespace key, the results are returned in alphabetical order. If you choose the time key, the results are sorted numerically by the date and time.
    jobStatusType:
      type: string
      enum:
        - IN_PROGRESS
        - COMPLETED
        - FAILED
    GetPolicyRequest:
      type: object
      required:
        - PolicyArn
      title: GetPolicyRequest
      properties:
        PolicyArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the managed policy that you want information about.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
    GetPolicyVersionRequest:
      type: object
      required:
        - PolicyArn
        - VersionId
      title: GetPolicyVersionRequest
      properties:
        PolicyArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the managed policy that you want information about.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
        VersionId:
          allOf:
            - $ref: "#/components/schemas/policyVersionIdType"
            - description: <p>Identifies the policy version to retrieve.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that consists of the lowercase letter 'v' followed by one or two digits, and optionally followed by a period '.' and a string of letters and digits.</p>
    GetRolePolicyRequest:
      type: object
      required:
        - RoleName
        - PolicyName
      title: GetRolePolicyRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: '<p>The name of the role associated with the policy.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: '<p>The name of the policy document to get.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    GetRoleRequest:
      type: object
      required:
        - RoleName
      title: GetRoleRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: '<p>The name of the IAM role to get information about.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    GetSAMLProviderRequest:
      type: object
      required:
        - SAMLProviderArn
      title: GetSAMLProviderRequest
      properties:
        SAMLProviderArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the SAML provider resource object in IAM to get information about.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
    encodingType:
      type: string
      enum:
        - SSH
        - PEM
    GetSSHPublicKeyRequest:
      type: object
      required:
        - UserName
        - SSHPublicKeyId
        - Encoding
      title: GetSSHPublicKeyRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: '<p>The name of the IAM user associated with the SSH public key.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        SSHPublicKeyId:
          allOf:
            - $ref: "#/components/schemas/publicKeyIdType"
            - description: <p>The unique identifier for the SSH public key.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
        Encoding:
          allOf:
            - $ref: "#/components/schemas/encodingType"
            - description: Specifies the public key encoding format to use in the response. To retrieve the public key in ssh-rsa format, use <code>SSH</code>. To retrieve the public key in PEM format, use <code>PEM</code>.
    SSHPublicKey:
      type: object
      required:
        - UserName
        - SSHPublicKeyId
        - Fingerprint
        - SSHPublicKeyBody
        - Status
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: The name of the IAM user associated with the SSH public key.
        SSHPublicKeyId:
          allOf:
            - $ref: "#/components/schemas/publicKeyIdType"
            - description: The unique identifier for the SSH public key.
        Fingerprint:
          allOf:
            - $ref: "#/components/schemas/publicKeyFingerprintType"
            - description: The MD5 message digest of the SSH public key.
        SSHPublicKeyBody:
          allOf:
            - $ref: "#/components/schemas/publicKeyMaterialType"
            - description: The SSH public key.
        Status:
          allOf:
            - $ref: "#/components/schemas/statusType"
            - description: The status of the SSH public key. <code>Active</code> means that the key can be used for authentication with an CodeCommit repository. <code>Inactive</code> means that the key cannot be used.
        UploadDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the SSH public key was uploaded.
      description: <p>Contains information about an SSH public key.</p> <p>This data type is used as a response element in the <a>GetSSHPublicKey</a> and <a>UploadSSHPublicKey</a> operations. </p>
    GetServerCertificateRequest:
      type: object
      required:
        - ServerCertificateName
      title: GetServerCertificateRequest
      properties:
        ServerCertificateName:
          allOf:
            - $ref: "#/components/schemas/serverCertificateNameType"
            - description: '<p>The name of the server certificate you want to retrieve information about.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    ServerCertificate:
      type: object
      required:
        - ServerCertificateMetadata
        - CertificateBody
      properties:
        ServerCertificateMetadata:
          allOf:
            - $ref: "#/components/schemas/ServerCertificateMetadata"
            - description: The meta information of the server certificate, such as its name, path, ID, and ARN.
        CertificateBody:
          allOf:
            - $ref: "#/components/schemas/certificateBodyType"
            - description: The contents of the public key certificate.
        CertificateChain:
          allOf:
            - $ref: "#/components/schemas/certificateChainType"
            - description: The contents of the public key certificate chain.
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: A list of tags that are attached to the server certificate. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      description: <p>Contains information about a server certificate.</p> <p> This data type is used as a response element in the <a>GetServerCertificate</a> operation. </p>
    GetServiceLastAccessedDetailsRequest:
      type: object
      required:
        - JobId
      title: GetServiceLastAccessedDetailsRequest
      properties:
        JobId:
          allOf:
            - $ref: "#/components/schemas/jobIDType"
            - description: The ID of the request generated by the <a>GenerateServiceLastAccessedDetails</a> operation. The <code>JobId</code> returned by <code>GenerateServiceLastAccessedDetail</code> must be used by the same role within a session, or by the same user when used to call <code>GetServiceLastAccessedDetail</code>.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
    ServicesLastAccessed:
      type: array
      items:
        $ref: "#/components/schemas/ServiceLastAccessed"
    GetServiceLastAccessedDetailsWithEntitiesRequest:
      type: object
      required:
        - JobId
        - ServiceNamespace
      title: GetServiceLastAccessedDetailsWithEntitiesRequest
      properties:
        JobId:
          allOf:
            - $ref: "#/components/schemas/jobIDType"
            - description: The ID of the request generated by the <code>GenerateServiceLastAccessedDetails</code> operation.
        ServiceNamespace:
          allOf:
            - $ref: "#/components/schemas/serviceNamespaceType"
            - description: '<p>The service namespace for an Amazon Web Services service. Provide the service namespace to learn when the IAM entity last attempted to access the specified service.</p> <p>To learn the service namespace for a service, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html">Actions, resources, and condition keys for Amazon Web Services services</a> in the <i>IAM User Guide</i>. Choose the name of the service to view details for that service. In the first paragraph, find the service prefix. For example, <code>(service prefix: a4b)</code>. For more information about service namespaces, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces">Amazon Web Services service namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>'
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
    entityDetailsListType:
      type: array
      items:
        $ref: "#/components/schemas/EntityDetails"
    GetServiceLinkedRoleDeletionStatusRequest:
      type: object
      required:
        - DeletionTaskId
      title: GetServiceLinkedRoleDeletionStatusRequest
      properties:
        DeletionTaskId:
          allOf:
            - $ref: "#/components/schemas/DeletionTaskIdType"
            - description: The deletion task identifier. This identifier is returned by the <a>DeleteServiceLinkedRole</a> operation in the format <code>task/aws-service-role/&lt;service-principal-name&gt;/&lt;role-name&gt;/&lt;task-uuid&gt;</code>.
    GetUserPolicyRequest:
      type: object
      required:
        - UserName
        - PolicyName
      title: GetUserPolicyRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the user who the policy is associated with.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: '<p>The name of the policy document to get.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    GetUserRequest:
      type: object
      title: GetUserRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the user to get information about.</p> <p>This parameter is optional. If it is not included, it defaults to the user making the request. This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    policyDetailListType:
      type: array
      items:
        $ref: "#/components/schemas/PolicyDetail"
    attachedPoliciesListType:
      type: array
      items:
        $ref: "#/components/schemas/AttachedPolicy"
    GroupDetail:
      type: object
      properties:
        Path:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: The path to the group. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.
        GroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: The friendly name that identifies the group.
        GroupId:
          allOf:
            - $ref: "#/components/schemas/idType"
            - description: The stable and unique string identifying the group. For more information about IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.
        Arn:
          $ref: "#/components/schemas/arnType"
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the group was created.
        GroupPolicyList:
          allOf:
            - $ref: "#/components/schemas/policyDetailListType"
            - description: A list of the inline policies embedded in the group.
        AttachedManagedPolicies:
          allOf:
            - $ref: "#/components/schemas/attachedPoliciesListType"
            - description: A list of the managed policies attached to the group.
      description: <p>Contains information about an IAM group, including all of the group's policies.</p> <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
    roleListType:
      type: array
      description: <p>Contains a list of IAM roles.</p> <p>This data type is used as a response element in the <a>ListRoles</a> operation.</p>
      items:
        $ref: "#/components/schemas/Role"
    LineNumber:
      type: integer
    ListAccessKeysRequest:
      type: object
      title: ListAccessKeysRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the user.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    accessKeyMetadataListType:
      type: array
      description: <p>Contains a list of access key metadata.</p> <p>This data type is used as a response element in the <a>ListAccessKeys</a> operation.</p>
      items:
        $ref: "#/components/schemas/AccessKeyMetadata"
    ListAccountAliasesRequest:
      type: object
      title: ListAccountAliasesRequest
      properties:
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    accountAliasListType:
      type: array
      items:
        $ref: "#/components/schemas/accountAliasType"
    ListAttachedGroupPoliciesRequest:
      type: object
      required:
        - GroupName
      title: ListAttachedGroupPoliciesRequest
      properties:
        GroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: '<p>The name (friendly name, not ARN) of the group to list attached policies for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PathPrefix:
          allOf:
            - $ref: "#/components/schemas/policyPathType"
            - description: <p>The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (/), listing all policies.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    ListAttachedRolePoliciesRequest:
      type: object
      required:
        - RoleName
      title: ListAttachedRolePoliciesRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: '<p>The name (friendly name, not ARN) of the role to list attached policies for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PathPrefix:
          allOf:
            - $ref: "#/components/schemas/policyPathType"
            - description: <p>The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (/), listing all policies.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    ListAttachedUserPoliciesRequest:
      type: object
      required:
        - UserName
      title: ListAttachedUserPoliciesRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: '<p>The name (friendly name, not ARN) of the user to list attached policies for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PathPrefix:
          allOf:
            - $ref: "#/components/schemas/policyPathType"
            - description: <p>The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (/), listing all policies.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    PolicyUsageType:
      type: string
      enum:
        - PermissionsPolicy
        - PermissionsBoundary
      description: <p>The policy usage type that indicates whether the policy is used as a permissions policy or as the permissions boundary for an entity.</p> <p>For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM identities </a> in the <i>IAM User Guide</i>.</p>
    ListEntitiesForPolicyRequest:
      type: object
      required:
        - PolicyArn
      title: ListEntitiesForPolicyRequest
      properties:
        PolicyArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the IAM policy for which you want the versions.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
        EntityFilter:
          allOf:
            - $ref: "#/components/schemas/EntityType"
            - description: <p>The entity type to use for filtering the results.</p> <p>For example, when <code>EntityFilter</code> is <code>Role</code>, only the roles that are attached to the specified policy are returned. This parameter is optional. If it is not included, all attached entities (users, groups, and roles) are returned. The argument for this parameter must be one of the valid values listed below.</p>
        PathPrefix:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: <p>The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (/), listing all entities.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
        PolicyUsageFilter:
          allOf:
            - $ref: "#/components/schemas/PolicyUsageType"
            - description: <p>The policy usage method to use for filtering the results.</p> <p>To list only permissions policies, set <code>PolicyUsageFilter</code> to <code>PermissionsPolicy</code>. To list only the policies used to set permissions boundaries, set the value to <code>PermissionsBoundary</code>.</p> <p>This parameter is optional. If it is not included, all policies are returned. </p>
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    PolicyGroupListType:
      type: array
      items:
        $ref: "#/components/schemas/PolicyGroup"
    PolicyUserListType:
      type: array
      items:
        $ref: "#/components/schemas/PolicyUser"
    PolicyRoleListType:
      type: array
      items:
        $ref: "#/components/schemas/PolicyRole"
    ListGroupPoliciesRequest:
      type: object
      required:
        - GroupName
      title: ListGroupPoliciesRequest
      properties:
        GroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: '<p>The name of the group to list policies for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    policyNameListType:
      type: array
      description: <p>Contains a list of policy names.</p> <p>This data type is used as a response element in the <a>ListPolicies</a> operation.</p>
      items:
        $ref: "#/components/schemas/policyNameType"
    ListGroupsForUserRequest:
      type: object
      required:
        - UserName
      title: ListGroupsForUserRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the user to list groups for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    groupListType:
      type: array
      description: <p>Contains a list of IAM groups.</p> <p>This data type is used as a response element in the <a>ListGroups</a> operation.</p>
      items:
        $ref: "#/components/schemas/Group"
    pathPrefixType:
      type: string
      pattern: \u002F[\u0021-\u007F]*
      minLength: 1
      maxLength: 512
    ListGroupsRequest:
      type: object
      title: ListGroupsRequest
      properties:
        PathPrefix:
          allOf:
            - $ref: "#/components/schemas/pathPrefixType"
            - description: <p> The path prefix for filtering the results. For example, the prefix <code>/division_abc/subdivision_xyz/</code> gets all groups whose path starts with <code>/division_abc/subdivision_xyz/</code>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/), listing all groups. This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    ListInstanceProfileTagsRequest:
      type: object
      required:
        - InstanceProfileName
      title: ListInstanceProfileTagsRequest
      properties:
        InstanceProfileName:
          allOf:
            - $ref: "#/components/schemas/instanceProfileNameType"
            - description: '<p>The name of the IAM instance profile whose tags you want to see.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    ListInstanceProfilesForRoleRequest:
      type: object
      required:
        - RoleName
      title: ListInstanceProfilesForRoleRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: '<p>The name of the role to list instance profiles for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    instanceProfileListType:
      type: array
      description: Contains a list of instance profiles.
      items:
        $ref: "#/components/schemas/InstanceProfile"
    ListInstanceProfilesRequest:
      type: object
      title: ListInstanceProfilesRequest
      properties:
        PathPrefix:
          allOf:
            - $ref: "#/components/schemas/pathPrefixType"
            - description: <p> The path prefix for filtering the results. For example, the prefix <code>/application_abc/component_xyz/</code> gets all instance profiles whose path starts with <code>/application_abc/component_xyz/</code>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/), listing all instance profiles. This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    ListMFADeviceTagsRequest:
      type: object
      required:
        - SerialNumber
      title: ListMFADeviceTagsRequest
      properties:
        SerialNumber:
          allOf:
            - $ref: "#/components/schemas/serialNumberType"
            - description: '<p>The unique identifier for the IAM virtual MFA device whose tags you want to see. For virtual MFA devices, the serial number is the same as the ARN.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    ListMFADevicesRequest:
      type: object
      title: ListMFADevicesRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the user whose MFA devices you want to list.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    mfaDeviceListType:
      type: array
      description: <p>Contains a list of MFA devices.</p> <p>This data type is used as a response element in the <a>ListMFADevices</a> and <a>ListVirtualMFADevices</a> operations. </p>
      items:
        $ref: "#/components/schemas/MFADevice"
    ListOpenIDConnectProviderTagsRequest:
      type: object
      required:
        - OpenIDConnectProviderArn
      title: ListOpenIDConnectProviderTagsRequest
      properties:
        OpenIDConnectProviderArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: '<p>The ARN of the OpenID Connect (OIDC) identity provider whose tags you want to see.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    ListOpenIDConnectProvidersRequest:
      type: object
      title: ListOpenIDConnectProvidersRequest
      properties: {}
    OpenIDConnectProviderListType:
      type: array
      description: Contains a list of IAM OpenID Connect providers.
      items:
        $ref: "#/components/schemas/OpenIDConnectProviderListEntry"
    policyGrantingServiceAccessListType:
      type: array
      items:
        $ref: "#/components/schemas/PolicyGrantingServiceAccess"
    ListPoliciesGrantingServiceAccessEntry:
      type: object
      properties:
        ServiceNamespace:
          allOf:
            - $ref: "#/components/schemas/serviceNamespaceType"
            - description: '<p>The namespace of the service that was accessed.</p> <p>To learn the service namespace of a service, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html">Actions, resources, and condition keys for Amazon Web Services services</a> in the <i>Service Authorization Reference</i>. Choose the name of the service to view details for that service. In the first paragraph, find the service prefix. For example, <code>(service prefix: a4b)</code>. For more information about service namespaces, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces">Amazon Web Services service namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>'
        Policies:
          allOf:
            - $ref: "#/components/schemas/policyGrantingServiceAccessListType"
            - description: The <code>PoliciesGrantingServiceAccess</code> object that contains details about the policy.
      description: <p>Contains details about the permissions policies that are attached to the specified identity (user, group, or role).</p> <p>This data type is used as a response element in the <a>ListPoliciesGrantingServiceAccess</a> operation.</p>
    serviceNamespaceListType:
      type: array
      items:
        $ref: "#/components/schemas/serviceNamespaceType"
      minItems: 1
      maxItems: 200
    ListPoliciesGrantingServiceAccessRequest:
      type: object
      required:
        - Arn
        - ServiceNamespaces
      title: ListPoliciesGrantingServiceAccessRequest
      properties:
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        Arn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: The ARN of the IAM identity (user, group, or role) whose policies you want to list.
        ServiceNamespaces:
          allOf:
            - $ref: "#/components/schemas/serviceNamespaceListType"
            - description: '<p>The service namespace for the Amazon Web Services services whose policies you want to list.</p> <p>To learn the service namespace for a service, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html">Actions, resources, and condition keys for Amazon Web Services services</a> in the <i>IAM User Guide</i>. Choose the name of the service to view details for that service. In the first paragraph, find the service prefix. For example, <code>(service prefix: a4b)</code>. For more information about service namespaces, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces">Amazon Web Services service namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>'
    listPolicyGrantingServiceAccessResponseListType:
      type: array
      items:
        $ref: "#/components/schemas/ListPoliciesGrantingServiceAccessEntry"
    policyScopeType:
      type: string
      enum:
        - All
        - AWS
        - Local
    ListPoliciesRequest:
      type: object
      title: ListPoliciesRequest
      properties:
        Scope:
          allOf:
            - $ref: "#/components/schemas/policyScopeType"
            - description: <p>The scope to use for filtering the results.</p> <p>To list only Amazon Web Services managed policies, set <code>Scope</code> to <code>AWS</code>. To list only the customer managed policies in your Amazon Web Services account, set <code>Scope</code> to <code>Local</code>.</p> <p>This parameter is optional. If it is not included, or if it is set to <code>All</code>, all policies are returned.</p>
        OnlyAttached:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: <p>A flag to filter the results to only the attached policies.</p> <p>When <code>OnlyAttached</code> is <code>true</code>, the returned list contains only the policies that are attached to an IAM user, group, or role. When <code>OnlyAttached</code> is <code>false</code>, or when the parameter is not included, all policies are returned.</p>
        PathPrefix:
          allOf:
            - $ref: "#/components/schemas/policyPathType"
            - description: The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (/), listing all policies. This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.
        PolicyUsageFilter:
          allOf:
            - $ref: "#/components/schemas/PolicyUsageType"
            - description: <p>The policy usage method to use for filtering the results.</p> <p>To list only permissions policies, set <code>PolicyUsageFilter</code> to <code>PermissionsPolicy</code>. To list only the policies used to set permissions boundaries, set the value to <code>PermissionsBoundary</code>.</p> <p>This parameter is optional. If it is not included, all policies are returned. </p>
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    policyListType:
      type: array
      items:
        $ref: "#/components/schemas/Policy"
    ListPolicyTagsRequest:
      type: object
      required:
        - PolicyArn
      title: ListPolicyTagsRequest
      properties:
        PolicyArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: '<p>The ARN of the IAM customer managed policy whose tags you want to see.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    ListPolicyVersionsRequest:
      type: object
      required:
        - PolicyArn
      title: ListPolicyVersionsRequest
      properties:
        PolicyArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the IAM policy for which you want the versions.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    policyDocumentVersionListType:
      type: array
      items:
        $ref: "#/components/schemas/PolicyVersion"
    ListRolePoliciesRequest:
      type: object
      required:
        - RoleName
      title: ListRolePoliciesRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: '<p>The name of the role to list policies for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    ListRoleTagsRequest:
      type: object
      required:
        - RoleName
      title: ListRoleTagsRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: '<p>The name of the IAM role for which you want to see the list of tags.</p> <p>This parameter accepts (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    ListRolesRequest:
      type: object
      title: ListRolesRequest
      properties:
        PathPrefix:
          allOf:
            - $ref: "#/components/schemas/pathPrefixType"
            - description: <p> The path prefix for filtering the results. For example, the prefix <code>/application_abc/component_xyz/</code> gets all roles whose path starts with <code>/application_abc/component_xyz/</code>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/), listing all roles. This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    ListSAMLProviderTagsRequest:
      type: object
      required:
        - SAMLProviderArn
      title: ListSAMLProviderTagsRequest
      properties:
        SAMLProviderArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: '<p>The ARN of the Security Assertion Markup Language (SAML) identity provider whose tags you want to see.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    ListSAMLProvidersRequest:
      type: object
      title: ListSAMLProvidersRequest
      properties: {}
    SAMLProviderListType:
      type: array
      items:
        $ref: "#/components/schemas/SAMLProviderListEntry"
    ListSSHPublicKeysRequest:
      type: object
      title: ListSSHPublicKeysRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: '<p>The name of the IAM user to list SSH public keys for. If none is specified, the <code>UserName</code> field is determined implicitly based on the Amazon Web Services access key used to sign the request.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    SSHPublicKeyListType:
      type: array
      items:
        $ref: "#/components/schemas/SSHPublicKeyMetadata"
    ListServerCertificateTagsRequest:
      type: object
      required:
        - ServerCertificateName
      title: ListServerCertificateTagsRequest
      properties:
        ServerCertificateName:
          allOf:
            - $ref: "#/components/schemas/serverCertificateNameType"
            - description: '<p>The name of the IAM server certificate whose tags you want to see.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    ListServerCertificatesRequest:
      type: object
      title: ListServerCertificatesRequest
      properties:
        PathPrefix:
          allOf:
            - $ref: "#/components/schemas/pathPrefixType"
            - description: '<p> The path prefix for filtering the results. For example: <code>/company/servercerts</code> would get all server certificates for which the path starts with <code>/company/servercerts</code>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/), listing all server certificates. This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    serverCertificateMetadataListType:
      type: array
      items:
        $ref: "#/components/schemas/ServerCertificateMetadata"
    ListServiceSpecificCredentialsRequest:
      type: object
      title: ListServiceSpecificCredentialsRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: '<p>The name of the user whose service-specific credentials you want information about. If this value is not specified, then the operation assumes the user whose credentials are used to call the operation.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        ServiceName:
          allOf:
            - $ref: "#/components/schemas/serviceName"
            - description: Filters the returned results to only those for the specified Amazon Web Services service. If not specified, then Amazon Web Services returns service-specific credentials for all services.
    ServiceSpecificCredentialsListType:
      type: array
      items:
        $ref: "#/components/schemas/ServiceSpecificCredentialMetadata"
    ListSigningCertificatesRequest:
      type: object
      title: ListSigningCertificatesRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the IAM user whose signing certificates you want to examine.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    certificateListType:
      type: array
      description: <p>Contains a list of signing certificates.</p> <p>This data type is used as a response element in the <a>ListSigningCertificates</a> operation.</p>
      items:
        $ref: "#/components/schemas/SigningCertificate"
    ListUserPoliciesRequest:
      type: object
      required:
        - UserName
      title: ListUserPoliciesRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the user to list policies for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    ListUserTagsRequest:
      type: object
      required:
        - UserName
      title: ListUserTagsRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the IAM user whose tags you want to see.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    ListUsersRequest:
      type: object
      title: ListUsersRequest
      properties:
        PathPrefix:
          allOf:
            - $ref: "#/components/schemas/pathPrefixType"
            - description: '<p> The path prefix for filtering the results. For example: <code>/division_abc/subdivision_xyz/</code>, which would get all user names whose path starts with <code>/division_abc/subdivision_xyz/</code>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/), listing all user names. This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>'
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    assignmentStatusType:
      type: string
      enum:
        - Assigned
        - Unassigned
        - Any
    ListVirtualMFADevicesRequest:
      type: object
      title: ListVirtualMFADevicesRequest
      properties:
        AssignmentStatus:
          allOf:
            - $ref: "#/components/schemas/assignmentStatusType"
            - description: " The status (<code>Unassigned</code> or <code>Assigned</code>) of the devices to list. If you do not specify an <code>AssignmentStatus</code>, the operation defaults to <code>Any</code>, which lists both assigned and unassigned virtual MFA devices.,"
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
    virtualMFADeviceListType:
      type: array
      items:
        $ref: "#/components/schemas/VirtualMFADevice"
    MFADevice:
      type: object
      required:
        - UserName
        - SerialNumber
        - EnableDate
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: The user with whom the MFA device is associated.
        SerialNumber:
          allOf:
            - $ref: "#/components/schemas/serialNumberType"
            - description: The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.
        EnableDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date when the MFA device was enabled for the user.
      description: <p>Contains information about an MFA device.</p> <p>This data type is used as a response element in the <a>ListMFADevices</a> operation.</p>
    attachmentCountType:
      type: integer
    ManagedPolicyDetail:
      type: object
      properties:
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: The friendly name (not ARN) identifying the policy.
        PolicyId:
          allOf:
            - $ref: "#/components/schemas/idType"
            - description: <p>The stable and unique string identifying the policy.</p> <p>For more information about IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.</p>
        Arn:
          $ref: "#/components/schemas/arnType"
        Path:
          allOf:
            - $ref: "#/components/schemas/policyPathType"
            - description: <p>The path to the policy.</p> <p>For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.</p>
        DefaultVersionId:
          allOf:
            - $ref: "#/components/schemas/policyVersionIdType"
            - description: <p>The identifier for the version of the policy that is set as the default (operative) version.</p> <p>For more information about policy versions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed policies</a> in the <i>IAM User Guide</i>. </p>
        AttachmentCount:
          allOf:
            - $ref: "#/components/schemas/attachmentCountType"
            - description: The number of principal entities (users, groups, and roles) that the policy is attached to.
        PermissionsBoundaryUsageCount:
          allOf:
            - $ref: "#/components/schemas/attachmentCountType"
            - description: <p>The number of entities (users and roles) for which the policy is used as the permissions boundary. </p> <p>For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM identities </a> in the <i>IAM User Guide</i>.</p>
        IsAttachable:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: Specifies whether the policy can be attached to an IAM user, group, or role.
        Description:
          allOf:
            - $ref: "#/components/schemas/policyDescriptionType"
            - description: A friendly description of the policy.
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the policy was created.
        UpdateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the policy was last updated.</p> <p>When a policy has only one version, this field contains the date and time when the policy was created. When a policy has more than one version, this field contains the date and time when the most recent policy version was created.</p>
        PolicyVersionList:
          allOf:
            - $ref: "#/components/schemas/policyDocumentVersionListType"
            - description: A list containing information about the versions of the policy.
      description: <p>Contains information about a managed policy, including the policy's ARN, versions, and the number of principal entities (users, groups, and roles) that the policy is attached to.</p> <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p> <p>For more information about managed policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>. </p>
    OpenIDConnectProviderListEntry:
      type: object
      properties:
        Arn:
          $ref: "#/components/schemas/arnType"
      description: Contains the Amazon Resource Name (ARN) for an IAM OpenID Connect provider.
    minimumPasswordLengthType:
      type: integer
      minimum: 6
      maximum: 128
    maxPasswordAgeType:
      type: integer
      minimum: 1
      maximum: 1095
    passwordReusePreventionType:
      type: integer
      minimum: 1
      maximum: 24
    booleanObjectType:
      type: boolean
    PolicyDetail:
      type: object
      properties:
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: The name of the policy.
        PolicyDocument:
          allOf:
            - $ref: "#/components/schemas/policyDocumentType"
            - description: The policy document.
      description: <p>Contains information about an IAM policy, including the policy document.</p> <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
    policyType:
      type: string
      enum:
        - INLINE
        - MANAGED
    entityNameType:
      type: string
      pattern: "[\\w+=,.@-]+"
      minLength: 1
      maxLength: 128
    PolicyGrantingServiceAccess:
      type: object
      required:
        - PolicyName
        - PolicyType
      properties:
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: The policy name.
        PolicyType:
          allOf:
            - $ref: "#/components/schemas/policyType"
            - description: The policy type. For more information about these policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.
        PolicyArn:
          $ref: "#/components/schemas/arnType"
        EntityType:
          allOf:
            - $ref: "#/components/schemas/policyOwnerEntityType"
            - description: <p>The type of entity (user or role) that used the policy to access the service to which the inline policy is attached.</p> <p>This field is null for managed policies. For more information about these policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
        EntityName:
          allOf:
            - $ref: "#/components/schemas/entityNameType"
            - description: <p>The name of the entity (user or role) to which the inline policy is attached.</p> <p>This field is null for managed policies. For more information about these policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>.</p>
      description: <p>Contains details about the permissions policies that are attached to the specified identity (user, group, or role).</p> <p>This data type is an element of the <a>ListPoliciesGrantingServiceAccessEntry</a> object.</p>
    PolicyGroup:
      type: object
      properties:
        GroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: The name (friendly name, not ARN) identifying the group.
        GroupId:
          allOf:
            - $ref: "#/components/schemas/idType"
            - description: The stable and unique string identifying the group. For more information about IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.
      description: <p>Contains information about a group that a managed policy is attached to.</p> <p>This data type is used as a response element in the <a>ListEntitiesForPolicy</a> operation. </p> <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>. </p>
    PolicyIdentifierType:
      type: string
    PolicyRole:
      type: object
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: The name (friendly name, not ARN) identifying the role.
        RoleId:
          allOf:
            - $ref: "#/components/schemas/idType"
            - description: The stable and unique string identifying the role. For more information about IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.
      description: <p>Contains information about a role that a managed policy is attached to.</p> <p>This data type is used as a response element in the <a>ListEntitiesForPolicy</a> operation. </p> <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>. </p>
    PolicySourceType:
      type: string
      enum:
        - user
        - group
        - role
        - aws-managed
        - user-managed
        - resource
        - none
    PolicyUser:
      type: object
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: The name (friendly name, not ARN) identifying the user.
        UserId:
          allOf:
            - $ref: "#/components/schemas/idType"
            - description: The stable and unique string identifying the user. For more information about IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.
      description: <p>Contains information about a user that a managed policy is attached to.</p> <p>This data type is used as a response element in the <a>ListEntitiesForPolicy</a> operation. </p> <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline policies</a> in the <i>IAM User Guide</i>. </p>
    Position:
      type: object
      properties:
        Line:
          allOf:
            - $ref: "#/components/schemas/LineNumber"
            - description: The line containing the specified position in the document.
        Column:
          allOf:
            - $ref: "#/components/schemas/ColumnNumber"
            - description: The column in the line containing the specified position in the document.
      description: <p>Contains the row and column of a location of a <code>Statement</code> element in a policy document.</p> <p>This data type is used as a member of the <code> <a>Statement</a> </code> type.</p>
    PutGroupPolicyRequest:
      type: object
      required:
        - GroupName
        - PolicyName
        - PolicyDocument
      title: PutGroupPolicyRequest
      properties:
        GroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: '<p>The name of the group to associate the policy with.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-.</p>'
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: '<p>The name of the policy document.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyDocument:
          allOf:
            - $ref: "#/components/schemas/policyDocumentType"
            - description: <p>The policy document.</p> <p>You must provide policies in JSON format in IAM. However, for CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to = IAM.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
    PutRolePermissionsBoundaryRequest:
      type: object
      required:
        - RoleName
        - PermissionsBoundary
      title: PutRolePermissionsBoundaryRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: The name (friendly name, not ARN) of the IAM role for which you want to set the permissions boundary.
        PermissionsBoundary:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The ARN of the managed policy that is used to set the permissions boundary for the role.</p> <p>A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM entities</a> in the <i>IAM User Guide</i>.</p> <p>For more information about policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#access_policy-types">Policy types </a> in the <i>IAM User Guide</i>.</p>
    PutRolePolicyRequest:
      type: object
      required:
        - RoleName
        - PolicyName
        - PolicyDocument
      title: PutRolePolicyRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: '<p>The name of the role to associate the policy with.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: '<p>The name of the policy document.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyDocument:
          allOf:
            - $ref: "#/components/schemas/policyDocumentType"
            - description: <p>The policy document.</p> <p>You must provide policies in JSON format in IAM. However, for CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
    PutUserPermissionsBoundaryRequest:
      type: object
      required:
        - UserName
        - PermissionsBoundary
      title: PutUserPermissionsBoundaryRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
        PermissionsBoundary:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The ARN of the managed policy that is used to set the permissions boundary for the user.</p> <p>A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM entities</a> in the <i>IAM User Guide</i>.</p> <p>For more information about policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#access_policy-types">Policy types </a> in the <i>IAM User Guide</i>.</p>
    PutUserPolicyRequest:
      type: object
      required:
        - UserName
        - PolicyName
        - PolicyDocument
      title: PutUserPolicyRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the user to associate the policy with.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyName:
          allOf:
            - $ref: "#/components/schemas/policyNameType"
            - description: '<p>The name of the policy document.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyDocument:
          allOf:
            - $ref: "#/components/schemas/policyDocumentType"
            - description: <p>The policy document.</p> <p>You must provide policies in JSON format in IAM. However, for CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
    RegionNameType:
      type: string
      minLength: 1
      maxLength: 100
    RemoveClientIDFromOpenIDConnectProviderRequest:
      type: object
      required:
        - OpenIDConnectProviderArn
        - ClientID
      title: RemoveClientIDFromOpenIDConnectProviderRequest
      properties:
        OpenIDConnectProviderArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the client ID from. You can get a list of OIDC provider ARNs by using the <a>ListOpenIDConnectProviders</a> operation.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
        ClientID:
          allOf:
            - $ref: "#/components/schemas/clientIDType"
            - description: The client ID (also known as audience) to remove from the IAM OIDC provider resource. For more information about client IDs, see <a>CreateOpenIDConnectProvider</a>.
    RemoveRoleFromInstanceProfileRequest:
      type: object
      required:
        - InstanceProfileName
        - RoleName
      title: RemoveRoleFromInstanceProfileRequest
      properties:
        InstanceProfileName:
          allOf:
            - $ref: "#/components/schemas/instanceProfileNameType"
            - description: '<p>The name of the instance profile to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: '<p>The name of the role to remove.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    RemoveUserFromGroupRequest:
      type: object
      required:
        - GroupName
        - UserName
      title: RemoveUserFromGroupRequest
      properties:
        GroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: '<p>The name of the group to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the user to remove.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
    ResetServiceSpecificCredentialRequest:
      type: object
      required:
        - ServiceSpecificCredentialId
      title: ResetServiceSpecificCredentialRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - 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 credentials are used to call the operation.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        ServiceSpecificCredentialId:
          allOf:
            - $ref: "#/components/schemas/serviceSpecificCredentialId"
            - 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</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
    ResourceHandlingOptionType:
      type: string
      minLength: 1
      maxLength: 64
    ResourceNameListType:
      type: array
      items:
        $ref: "#/components/schemas/ResourceNameType"
    ResourceSpecificResult:
      type: object
      required:
        - EvalResourceName
        - EvalResourceDecision
      properties:
        EvalResourceName:
          allOf:
            - $ref: "#/components/schemas/ResourceNameType"
            - description: The name of the simulated resource, in Amazon Resource Name (ARN) format.
        EvalResourceDecision:
          allOf:
            - $ref: "#/components/schemas/PolicyEvaluationDecisionType"
            - description: The result of the simulation of the simulated API operation on the resource specified in <code>EvalResourceName</code>.
        MatchedStatements:
          allOf:
            - $ref: "#/components/schemas/StatementListType"
            - description: A list of the statements in the input policies that determine the result for this part of the simulation. Remember that even if multiple statements allow the operation on the resource, if <i>any</i> statement denies that operation, then the explicit deny overrides any allow. In addition, the deny statement is the only entry included in the result.
        MissingContextValues:
          allOf:
            - $ref: "#/components/schemas/ContextKeyNamesResultListType"
            - description: A list of context keys that are required by the included input policies but that were not provided by one of the input parameters. This list is used when a list of ARNs is included in the <code>ResourceArns</code> parameter instead of "*". If you do not specify individual resources, by setting <code>ResourceArns</code> to "*" or by not including the <code>ResourceArns</code> parameter, then any missing context values are instead included under the <code>EvaluationResults</code> section. To discover the context keys used by a set of policies, you can call <a>GetContextKeysForCustomPolicy</a> or <a>GetContextKeysForPrincipalPolicy</a>.
        EvalDecisionDetails:
          allOf:
            - $ref: "#/components/schemas/EvalDecisionDetailsType"
            - description: Additional details about the results of the evaluation decision on a single resource. This parameter is returned only for cross-account simulations. This parameter explains how each policy type contributes to the resource-specific evaluation decision.
        PermissionsBoundaryDecisionDetail:
          allOf:
            - $ref: "#/components/schemas/PermissionsBoundaryDecisionDetail"
            - description: Contains information about the effect that a permissions boundary has on a policy simulation when that boundary is applied to an IAM entity.
      description: <p>Contains the result of the simulation of a single API operation call on a single resource.</p> <p>This data type is used by a member of the <a>EvaluationResult</a> data type.</p>
    ResyncMFADeviceRequest:
      type: object
      required:
        - UserName
        - SerialNumber
        - AuthenticationCode1
        - AuthenticationCode2
      title: ResyncMFADeviceRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the user whose MFA device you want to resynchronize.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        SerialNumber:
          allOf:
            - $ref: "#/components/schemas/serialNumberType"
            - description: '<p>Serial number that uniquely identifies the MFA device.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        AuthenticationCode1:
          allOf:
            - $ref: "#/components/schemas/authenticationCodeType"
            - description: <p>An authentication code emitted by the device.</p> <p>The format for this parameter is a sequence of six digits.</p>
        AuthenticationCode2:
          allOf:
            - $ref: "#/components/schemas/authenticationCodeType"
            - description: <p>A subsequent authentication code emitted by the device.</p> <p>The format for this parameter is a sequence of six digits.</p>
    RoleLastUsed:
      type: object
      properties:
        LastUsedDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a> that the role was last used.</p> <p>This field is null if the role has not been used within the IAM tracking period. For more information about the tracking period, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period">Regions where data is tracked</a> in the <i>IAM User Guide</i>. </p>
        Region:
          allOf:
            - $ref: "#/components/schemas/stringType"
            - description: The name of the Amazon Web Services Region in which the role was last used.
      description: <p>Contains information about the last time that an IAM role was used. This includes the date and time and the Region in which the role was last used. Activity is only reported for the trailing 400 days. This period can be shorter if your Region began supporting these features within the last year. The role might have been used more than 400 days ago. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period">Regions where data is tracked</a> in the <i>IAM user Guide</i>.</p> <p>This data type is returned as a response element in the <a>GetRole</a> and <a>GetAccountAuthorizationDetails</a> operations.</p>
    RoleDetail:
      type: object
      properties:
        Path:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: The path to the role. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: The friendly name that identifies the role.
        RoleId:
          allOf:
            - $ref: "#/components/schemas/idType"
            - description: The stable and unique string identifying the role. For more information about IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.
        Arn:
          $ref: "#/components/schemas/arnType"
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the role was created.
        AssumeRolePolicyDocument:
          allOf:
            - $ref: "#/components/schemas/policyDocumentType"
            - description: The trust policy that grants permission to assume the role.
        InstanceProfileList:
          allOf:
            - $ref: "#/components/schemas/instanceProfileListType"
            - description: A list of instance profiles that contain this role.
        RolePolicyList:
          allOf:
            - $ref: "#/components/schemas/policyDetailListType"
            - description: A list of inline policies embedded in the role. These policies are the role's access (permissions) policies.
        AttachedManagedPolicies:
          allOf:
            - $ref: "#/components/schemas/attachedPoliciesListType"
            - description: A list of managed policies attached to the role. These policies are the role's access (permissions) policies.
        PermissionsBoundary:
          allOf:
            - $ref: "#/components/schemas/AttachedPermissionsBoundary"
            - description: <p>The ARN of the policy used to set the permissions boundary for the role.</p> <p>For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM identities </a> in the <i>IAM User Guide</i>.</p>
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: A list of tags that are attached to the role. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
        RoleLastUsed:
          allOf:
            - $ref: "#/components/schemas/RoleLastUsed"
            - description: Contains information about the last time that an IAM role was used. This includes the date and time and the Region in which the role was last used. Activity is only reported for the trailing 400 days. This period can be shorter if your Region began supporting these features within the last year. The role might have been used more than 400 days ago. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period">Regions where data is tracked</a> in the <i>IAM User Guide</i>.
      description: <p>Contains information about an IAM role, including all of the role's policies.</p> <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
    RoleUsageType:
      type: object
      properties:
        Region:
          allOf:
            - $ref: "#/components/schemas/RegionNameType"
            - description: The name of the Region where the service-linked role is being used.
        Resources:
          allOf:
            - $ref: "#/components/schemas/ArnListType"
            - description: The name of the resource that is using the service-linked role.
      description: <p>An object that contains details about how a service-linked role is used, if that information is returned by the service.</p> <p>This data type is used as a response element in the <a>GetServiceLinkedRoleDeletionStatus</a> operation.</p>
    SAMLProviderListEntry:
      type: object
      properties:
        Arn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: The Amazon Resource Name (ARN) of the SAML provider.
        ValidUntil:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The expiration date and time for the SAML provider.
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time when the SAML provider was created.
      description: Contains the list of SAML providers for this account.
    publicKeyFingerprintType:
      type: string
      pattern: "[:\\w]+"
      minLength: 48
      maxLength: 48
    publicKeyMaterialType:
      type: string
      pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
      minLength: 1
      maxLength: 16384
    SSHPublicKeyMetadata:
      type: object
      required:
        - UserName
        - SSHPublicKeyId
        - Status
        - UploadDate
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: The name of the IAM user associated with the SSH public key.
        SSHPublicKeyId:
          allOf:
            - $ref: "#/components/schemas/publicKeyIdType"
            - description: The unique identifier for the SSH public key.
        Status:
          allOf:
            - $ref: "#/components/schemas/statusType"
            - description: The status of the SSH public key. <code>Active</code> means that the key can be used for authentication with an CodeCommit repository. <code>Inactive</code> means that the key cannot be used.
        UploadDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the SSH public key was uploaded.
      description: <p>Contains information about an SSH public key, without the key's body or fingerprint.</p> <p>This data type is used as a response element in the <a>ListSSHPublicKeys</a> operation.</p>
    ServerCertificateMetadata:
      type: object
      required:
        - Path
        - ServerCertificateName
        - ServerCertificateId
        - Arn
      properties:
        Path:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: ' The path to the server certificate. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>. '
        ServerCertificateName:
          allOf:
            - $ref: "#/components/schemas/serverCertificateNameType"
            - description: The name that identifies the server certificate.
        ServerCertificateId:
          allOf:
            - $ref: "#/components/schemas/idType"
            - description: ' The stable and unique string identifying the server certificate. For more information about IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>. '
        Arn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: ' The Amazon Resource Name (ARN) specifying the server certificate. For more information about ARNs and how to use them in policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>. '
        UploadDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date when the server certificate was uploaded.
        Expiration:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date on which the certificate is set to expire.
      description: <p>Contains information about a server certificate without its certificate body, certificate chain, and private key.</p> <p> This data type is used as a response element in the <a>UploadServerCertificate</a> and <a>ListServerCertificates</a> operations. </p>
    certificateBodyType:
      type: string
      pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
      minLength: 1
      maxLength: 16384
    certificateChainType:
      type: string
      pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
      minLength: 1
      maxLength: 2097152
    TrackedActionsLastAccessed:
      type: array
      items:
        $ref: "#/components/schemas/TrackedActionLastAccessed"
    ServiceLastAccessed:
      type: object
      required:
        - ServiceName
        - ServiceNamespace
      properties:
        ServiceName:
          allOf:
            - $ref: "#/components/schemas/serviceNameType"
            - description: The name of the service in which access was attempted.
        LastAuthenticated:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when an authenticated entity most recently attempted to access the service. Amazon Web Services does not report unauthenticated requests.</p> <p>This field is null if no IAM entities attempted to access the service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
        ServiceNamespace:
          allOf:
            - $ref: "#/components/schemas/serviceNamespaceType"
            - description: '<p>The namespace of the service in which access was attempted.</p> <p>To learn the service namespace of a service, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html">Actions, resources, and condition keys for Amazon Web Services services</a> in the <i>Service Authorization Reference</i>. Choose the name of the service to view details for that service. In the first paragraph, find the service prefix. For example, <code>(service prefix: a4b)</code>. For more information about service namespaces, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces">Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>'
        LastAuthenticatedEntity:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The ARN of the authenticated entity (user or role) that last attempted to access the service. Amazon Web Services does not report unauthenticated requests.</p> <p>This field is null if no IAM entities attempted to access the service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
        LastAuthenticatedRegion:
          allOf:
            - $ref: "#/components/schemas/stringType"
            - description: <p>The Region from which the authenticated entity (user or role) last attempted to access the service. Amazon Web Services does not report unauthenticated requests.</p> <p>This field is null if no IAM entities attempted to access the service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
        TotalAuthenticatedEntities:
          allOf:
            - $ref: "#/components/schemas/integerType"
            - description: <p>The total number of authenticated principals (root user, IAM users, or IAM roles) that have attempted to access the service.</p> <p>This field is null if no principals attempted to access the service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
        TrackedActionsLastAccessed:
          allOf:
            - $ref: "#/components/schemas/TrackedActionsLastAccessed"
            - description: <p>An object that contains details about the most recent attempt to access a tracked action within the service.</p> <p>This field is null if there no tracked actions or if the principal did not use the tracked actions within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>. This field is also null if the report was generated at the service level and not the action level. For more information, see the <code>Granularity</code> field in <a>GenerateServiceLastAccessedDetails</a>.</p>
      description: <p>Contains details about the most recent attempt to access the service.</p> <p>This data type is used as a response element in the <a>GetServiceLastAccessedDetails</a> operation.</p>
    serviceUserName:
      type: string
      pattern: "[\\w+=,.@-]+"
      minLength: 17
      maxLength: 200
    servicePassword:
      type: string
      format: password
    ServiceSpecificCredentialMetadata:
      type: object
      required:
        - UserName
        - Status
        - ServiceUserName
        - CreateDate
        - ServiceSpecificCredentialId
        - ServiceName
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: The name of the IAM user associated with the service-specific credential.
        Status:
          allOf:
            - $ref: "#/components/schemas/statusType"
            - description: The status of the service-specific credential. <code>Active</code> means that the key is valid for API calls, while <code>Inactive</code> means it is not.
        ServiceUserName:
          allOf:
            - $ref: "#/components/schemas/serviceUserName"
            - description: The generated user name for the service-specific credential.
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the service-specific credential were created.
        ServiceSpecificCredentialId:
          allOf:
            - $ref: "#/components/schemas/serviceSpecificCredentialId"
            - description: The unique identifier for the service-specific credential.
        ServiceName:
          allOf:
            - $ref: "#/components/schemas/serviceName"
            - description: The name of the service associated with the service-specific credential.
      description: Contains additional details about a service-specific credential.
    SetDefaultPolicyVersionRequest:
      type: object
      required:
        - PolicyArn
        - VersionId
      title: SetDefaultPolicyVersionRequest
      properties:
        PolicyArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the IAM policy whose default version you want to set.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
        VersionId:
          allOf:
            - $ref: "#/components/schemas/policyVersionIdType"
            - description: <p>The version of the policy to set as the default (operative) version.</p> <p>For more information about managed policy versions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed policies</a> in the <i>IAM User Guide</i>.</p>
    globalEndpointTokenVersion:
      type: string
      enum:
        - v1Token
        - v2Token
    SetSecurityTokenServicePreferencesRequest:
      type: object
      required:
        - GlobalEndpointTokenVersion
      title: SetSecurityTokenServicePreferencesRequest
      properties:
        GlobalEndpointTokenVersion:
          allOf:
            - $ref: "#/components/schemas/globalEndpointTokenVersion"
            - description: <p>The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might affect systems where you temporarily store tokens.</p> <p>For information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating and deactivating STS in an Amazon Web Services Region</a> in the <i>IAM User Guide</i>.</p>
    SigningCertificate:
      type: object
      required:
        - UserName
        - CertificateId
        - CertificateBody
        - Status
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: The name of the user the signing certificate is associated with.
        CertificateId:
          allOf:
            - $ref: "#/components/schemas/certificateIdType"
            - description: The ID for the signing certificate.
        CertificateBody:
          allOf:
            - $ref: "#/components/schemas/certificateBodyType"
            - description: The contents of the signing certificate.
        Status:
          allOf:
            - $ref: "#/components/schemas/statusType"
            - description: The status of the signing certificate. <code>Active</code> means that the key is valid for API calls, while <code>Inactive</code> means it is not.
        UploadDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date when the signing certificate was uploaded.
      description: <p>Contains information about an X.509 signing certificate.</p> <p>This data type is used as a response element in the <a>UploadSigningCertificate</a> and <a>ListSigningCertificates</a> operations. </p>
    SimulateCustomPolicyRequest:
      type: object
      required:
        - PolicyInputList
        - ActionNames
      title: SimulateCustomPolicyRequest
      properties:
        PolicyInputList:
          allOf:
            - $ref: "#/components/schemas/SimulationPolicyListType"
            - description: <p>A list of policy documents to include in the simulation. Each document is specified as a string containing the complete, valid JSON text of an IAM policy. Do not include any resource-based policies in this parameter. Any resource-based policy must be submitted with the <code>ResourcePolicy</code> parameter. The policies cannot be "scope-down" policies, such as you could include in a call to <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetFederationToken.html">GetFederationToken</a> or one of the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_AssumeRole.html">AssumeRole</a> API operations. In other words, do not use policies designed to restrict what a user can do while using the temporary credentials.</p> <p>The maximum length of the policy document that you can pass in this operation, including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
        PermissionsBoundaryPolicyInputList:
          allOf:
            - $ref: "#/components/schemas/SimulationPolicyListType"
            - description: <p>The IAM permissions boundary policy to simulate. The permissions boundary sets the maximum permissions that an IAM entity can have. You can input only one permissions boundary when you pass a policy to this operation. For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM entities</a> in the <i>IAM User Guide</i>. The policy input is specified as a string that contains the complete, valid JSON text of a permissions boundary policy.</p> <p>The maximum length of the policy document that you can pass in this operation, including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
        ActionNames:
          allOf:
            - $ref: "#/components/schemas/ActionNameListType"
            - description: A list of names of API operations to evaluate in the simulation. Each operation is evaluated against each resource. Each operation must include the service identifier, such as <code>iam:CreateUser</code>. This operation does not support using wildcards (*) in an action name.
        ResourceArns:
          allOf:
            - $ref: "#/components/schemas/ResourceNameListType"
            - description: <p>A list of ARNs of Amazon Web Services resources to include in the simulation. If this parameter is not provided, then the value defaults to <code>*</code> (all resources). Each API in the <code>ActionNames</code> parameter is evaluated for each resource in this list. The simulation determines the access result (allowed or denied) of each combination and reports it in the response. You can simulate resources that don't exist in your account.</p> <p>The simulation does not automatically retrieve policies for the specified resources. If you want to include a resource policy in the simulation, then you must include the policy as a string in the <code>ResourcePolicy</code> parameter.</p> <p>If you include a <code>ResourcePolicy</code>, then it must be applicable to all of the resources included in the simulation or you receive an invalid input error.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p> <note> <p>Simulation of resource-based policies isn't supported for IAM roles.</p> </note>
        ResourcePolicy:
          allOf:
            - $ref: "#/components/schemas/policyDocumentType"
            - description: <p>A resource-based policy to include in the simulation provided as a string. Each resource in the simulation is treated as if it had this policy attached. You can include only one resource-based policy in a simulation.</p> <p>The maximum length of the policy document that you can pass in this operation, including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul> <note> <p>Simulation of resource-based policies isn't supported for IAM roles.</p> </note>
        ResourceOwner:
          allOf:
            - $ref: "#/components/schemas/ResourceNameType"
            - description: "<p>An ARN representing the Amazon Web Services account ID that specifies the owner of any simulated resource that does not identify its owner in the resource ARN. Examples of resource ARNs include an S3 bucket or object. If <code>ResourceOwner</code> is specified, it is also used as the account owner of any <code>ResourcePolicy</code> included in the simulation. If the <code>ResourceOwner</code> parameter is not specified, then the owner of the resources and the resource policy defaults to the account of the identity provided in <code>CallerArn</code>. This parameter is required only if you specify a resource-based policy and account that owns the resource is different from the account that owns the simulated calling user <code>CallerArn</code>.</p> <p>The ARN for an account uses the following syntax: <code>arn:aws:iam::<i>AWS-account-ID</i>:root</code>. For example, to represent the account with the 112233445566 ID, use the following ARN: <code>arn:aws:iam::112233445566-ID:root</code>. </p>"
        CallerArn:
          allOf:
            - $ref: "#/components/schemas/ResourceNameType"
            - description: <p>The ARN of the IAM user that you want to use as the simulated caller of the API operations. <code>CallerArn</code> is required if you include a <code>ResourcePolicy</code> so that the policy's <code>Principal</code> element has a value to use in evaluating the policy.</p> <p>You can specify only the ARN of an IAM user. You cannot specify the ARN of an assumed role, federated user, or a service principal.</p>
        ContextEntries:
          allOf:
            - $ref: "#/components/schemas/ContextEntryListType"
            - description: A list of context keys and corresponding values for the simulation to use. Whenever a context key is evaluated in one of the simulated IAM permissions policies, the corresponding value is supplied.
        ResourceHandlingOption:
          allOf:
            - $ref: "#/components/schemas/ResourceHandlingOptionType"
            - description: <p>Specifies the type of simulation to run. Different API operations that support resource-based policies require different combinations of resources. By specifying the type of simulation to run, you enable the policy simulator to enforce the presence of the required resources to ensure reliable simulation results. If your simulation does not match one of the following scenarios, then you can omit this parameter. The following list shows each of the supported scenario values and the resources that you must define to run the simulation.</p> <p>Each of the EC2 scenarios requires that you specify instance, image, and security group resources. If your scenario includes an EBS volume, then you must specify that volume as a resource. If the EC2 scenario includes VPC, then you must supply the network interface resource. If it includes an IP subnet, then you must specify the subnet resource. For more information on the EC2 scenario options, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html">Supported platforms</a> in the <i>Amazon EC2 User Guide</i>.</p> <ul> <li> <p> <b>EC2-VPC-InstanceStore</b> </p> <p>instance, image, security group, network interface</p> </li> <li> <p> <b>EC2-VPC-InstanceStore-Subnet</b> </p> <p>instance, image, security group, network interface, subnet</p> </li> <li> <p> <b>EC2-VPC-EBS</b> </p> <p>instance, image, security group, network interface, volume</p> </li> <li> <p> <b>EC2-VPC-EBS-Subnet</b> </p> <p>instance, image, security group, network interface, subnet, volume</p> </li> </ul>
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
    SimulatePrincipalPolicyRequest:
      type: object
      required:
        - PolicySourceArn
        - ActionNames
      title: SimulatePrincipalPolicyRequest
      properties:
        PolicySourceArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of a user, group, or role whose policies you want to include in the simulation. If you specify a user, group, or role, the simulation includes all policies that are associated with that entity. If you specify a user, the simulation also includes all policies that are attached to any groups the user belongs to.</p> <p>The maximum length of the policy document that you can pass in this operation, including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
        PolicyInputList:
          allOf:
            - $ref: "#/components/schemas/SimulationPolicyListType"
            - description: <p>An optional list of additional policy documents to include in the simulation. Each document is specified as a string containing the complete, valid JSON text of an IAM policy.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
        PermissionsBoundaryPolicyInputList:
          allOf:
            - $ref: "#/components/schemas/SimulationPolicyListType"
            - description: <p>The IAM permissions boundary policy to simulate. The permissions boundary sets the maximum permissions that the entity can have. You can input only one permissions boundary when you pass a policy to this operation. An IAM entity can only have one permissions boundary in effect at a time. For example, if a permissions boundary is attached to an entity and you pass in a different permissions boundary policy using this parameter, then the new permissions boundary policy is used for the simulation. For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM entities</a> in the <i>IAM User Guide</i>. The policy input is specified as a string containing the complete, valid JSON text of a permissions boundary policy.</p> <p>The maximum length of the policy document that you can pass in this operation, including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
        ActionNames:
          allOf:
            - $ref: "#/components/schemas/ActionNameListType"
            - description: A list of names of API operations to evaluate in the simulation. Each operation is evaluated for each resource. Each operation must include the service identifier, such as <code>iam:CreateUser</code>.
        ResourceArns:
          allOf:
            - $ref: "#/components/schemas/ResourceNameListType"
            - description: <p>A list of ARNs of Amazon Web Services resources to include in the simulation. If this parameter is not provided, then the value defaults to <code>*</code> (all resources). Each API in the <code>ActionNames</code> parameter is evaluated for each resource in this list. The simulation determines the access result (allowed or denied) of each combination and reports it in the response. You can simulate resources that don't exist in your account.</p> <p>The simulation does not automatically retrieve policies for the specified resources. If you want to include a resource policy in the simulation, then you must include the policy as a string in the <code>ResourcePolicy</code> parameter.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p> <note> <p>Simulation of resource-based policies isn't supported for IAM roles.</p> </note>
        ResourcePolicy:
          allOf:
            - $ref: "#/components/schemas/policyDocumentType"
            - description: <p>A resource-based policy to include in the simulation provided as a string. Each resource in the simulation is treated as if it had this policy attached. You can include only one resource-based policy in a simulation.</p> <p>The maximum length of the policy document that you can pass in this operation, including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul> <note> <p>Simulation of resource-based policies isn't supported for IAM roles.</p> </note>
        ResourceOwner:
          allOf:
            - $ref: "#/components/schemas/ResourceNameType"
            - description: An Amazon Web Services account ID that specifies the owner of any simulated resource that does not identify its owner in the resource ARN. Examples of resource ARNs include an S3 bucket or object. If <code>ResourceOwner</code> is specified, it is also used as the account owner of any <code>ResourcePolicy</code> included in the simulation. If the <code>ResourceOwner</code> parameter is not specified, then the owner of the resources and the resource policy defaults to the account of the identity provided in <code>CallerArn</code>. This parameter is required only if you specify a resource-based policy and account that owns the resource is different from the account that owns the simulated calling user <code>CallerArn</code>.
        CallerArn:
          allOf:
            - $ref: "#/components/schemas/ResourceNameType"
            - description: <p>The ARN of the IAM user that you want to specify as the simulated caller of the API operations. If you do not specify a <code>CallerArn</code>, it defaults to the ARN of the user that you specify in <code>PolicySourceArn</code>, if you specified a user. If you include both a <code>PolicySourceArn</code> (for example, <code>arn:aws:iam::123456789012:user/David</code>) and a <code>CallerArn</code> (for example, <code>arn:aws:iam::123456789012:user/Bob</code>), the result is that you simulate calling the API operations as Bob, as if Bob had David's policies.</p> <p>You can specify only the ARN of an IAM user. You cannot specify the ARN of an assumed role, federated user, or a service principal.</p> <p> <code>CallerArn</code> is required if you include a <code>ResourcePolicy</code> and the <code>PolicySourceArn</code> is not the ARN for an IAM user. This is required so that the resource-based policy's <code>Principal</code> element has a value to use in evaluating the policy.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
        ContextEntries:
          allOf:
            - $ref: "#/components/schemas/ContextEntryListType"
            - description: A list of context keys and corresponding values for the simulation to use. Whenever a context key is evaluated in one of the simulated IAM permissions policies, the corresponding value is supplied.
        ResourceHandlingOption:
          allOf:
            - $ref: "#/components/schemas/ResourceHandlingOptionType"
            - description: <p>Specifies the type of simulation to run. Different API operations that support resource-based policies require different combinations of resources. By specifying the type of simulation to run, you enable the policy simulator to enforce the presence of the required resources to ensure reliable simulation results. If your simulation does not match one of the following scenarios, then you can omit this parameter. The following list shows each of the supported scenario values and the resources that you must define to run the simulation.</p> <p>Each of the EC2 scenarios requires that you specify instance, image, and security group resources. If your scenario includes an EBS volume, then you must specify that volume as a resource. If the EC2 scenario includes VPC, then you must supply the network interface resource. If it includes an IP subnet, then you must specify the subnet resource. For more information on the EC2 scenario options, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html">Supported platforms</a> in the <i>Amazon EC2 User Guide</i>.</p> <ul> <li> <p> <b>EC2-VPC-InstanceStore</b> </p> <p>instance, image, security group, network interface</p> </li> <li> <p> <b>EC2-VPC-InstanceStore-Subnet</b> </p> <p>instance, image, security group, network interface, subnet</p> </li> <li> <p> <b>EC2-VPC-EBS</b> </p> <p>instance, image, security group, network interface, volume</p> </li> <li> <p> <b>EC2-VPC-EBS-Subnet</b> </p> <p>instance, image, security group, network interface, subnet, volume</p> </li> </ul>
        MaxItems:
          allOf:
            - $ref: "#/components/schemas/maxItemsType"
            - description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>
        Marker:
          allOf:
            - $ref: "#/components/schemas/markerType"
            - description: Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start.
    Statement:
      type: object
      properties:
        SourcePolicyId:
          allOf:
            - $ref: "#/components/schemas/PolicyIdentifierType"
            - description: The identifier of the policy that was provided as an input.
        SourcePolicyType:
          allOf:
            - $ref: "#/components/schemas/PolicySourceType"
            - description: The type of the policy.
        StartPosition:
          allOf:
            - $ref: "#/components/schemas/Position"
            - description: The row and column of the beginning of the <code>Statement</code> in an IAM policy.
        EndPosition:
          allOf:
            - $ref: "#/components/schemas/Position"
            - description: The row and column of the end of a <code>Statement</code> in an IAM policy.
      description: <p>Contains a reference to a <code>Statement</code> element in a policy document that determines the result of the simulation.</p> <p>This data type is used by the <code>MatchedStatements</code> member of the <code> <a>EvaluationResult</a> </code> type.</p>
    tagValueType:
      type: string
      pattern: "[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*"
      minLength: 0
      maxLength: 256
    TagInstanceProfileRequest:
      type: object
      required:
        - InstanceProfileName
        - Tags
      title: TagInstanceProfileRequest
      properties:
        InstanceProfileName:
          allOf:
            - $ref: "#/components/schemas/instanceProfileNameType"
            - description: '<p>The name of the IAM instance profile to which you want to add tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: The list of tags that you want to attach to the IAM instance profile. Each tag consists of a key name and an associated value.
    TagMFADeviceRequest:
      type: object
      required:
        - SerialNumber
        - Tags
      title: TagMFADeviceRequest
      properties:
        SerialNumber:
          allOf:
            - $ref: "#/components/schemas/serialNumberType"
            - description: '<p>The unique identifier for the IAM virtual MFA device to which you want to add tags. For virtual MFA devices, the serial number is the same as the ARN.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: The list of tags that you want to attach to the IAM virtual MFA device. Each tag consists of a key name and an associated value.
    TagOpenIDConnectProviderRequest:
      type: object
      required:
        - OpenIDConnectProviderArn
        - Tags
      title: TagOpenIDConnectProviderRequest
      properties:
        OpenIDConnectProviderArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: '<p>The ARN of the OIDC identity provider in IAM to which you want to add tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: The list of tags that you want to attach to the OIDC identity provider in IAM. Each tag consists of a key name and an associated value.
    TagPolicyRequest:
      type: object
      required:
        - PolicyArn
        - Tags
      title: TagPolicyRequest
      properties:
        PolicyArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: '<p>The ARN of the IAM customer managed policy to which you want to add tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: The list of tags that you want to attach to the IAM customer managed policy. Each tag consists of a key name and an associated value.
    TagRoleRequest:
      type: object
      required:
        - RoleName
        - Tags
      title: TagRoleRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: '<p>The name of the IAM role to which you want to add tags.</p> <p>This parameter accepts (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: The list of tags that you want to attach to the IAM role. Each tag consists of a key name and an associated value.
    TagSAMLProviderRequest:
      type: object
      required:
        - SAMLProviderArn
        - Tags
      title: TagSAMLProviderRequest
      properties:
        SAMLProviderArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: '<p>The ARN of the SAML identity provider in IAM to which you want to add tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: The list of tags that you want to attach to the SAML identity provider in IAM. Each tag consists of a key name and an associated value.
    TagServerCertificateRequest:
      type: object
      required:
        - ServerCertificateName
        - Tags
      title: TagServerCertificateRequest
      properties:
        ServerCertificateName:
          allOf:
            - $ref: "#/components/schemas/serverCertificateNameType"
            - description: '<p>The name of the IAM server certificate to which you want to add tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: The list of tags that you want to attach to the IAM server certificate. Each tag consists of a key name and an associated value.
    TagUserRequest:
      type: object
      required:
        - UserName
        - Tags
      title: TagUserRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the IAM user to which you want to add tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: The list of tags that you want to attach to the IAM user. Each tag consists of a key name and an associated value.
    TrackedActionLastAccessed:
      type: object
      properties:
        ActionName:
          allOf:
            - $ref: "#/components/schemas/stringType"
            - description: The name of the tracked action to which access was attempted. Tracked actions are actions that report activity to IAM.
        LastAccessedEntity:
          $ref: "#/components/schemas/arnType"
        LastAccessedTime:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when an authenticated entity most recently attempted to access the tracked service. Amazon Web Services does not report unauthenticated requests.</p> <p>This field is null if no IAM entities attempted to access the service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
        LastAccessedRegion:
          allOf:
            - $ref: "#/components/schemas/stringType"
            - description: <p>The Region from which the authenticated entity (user or role) last attempted to access the tracked action. Amazon Web Services does not report unauthenticated requests.</p> <p>This field is null if no IAM entities attempted to access the service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
      description: <p>Contains details about the most recent attempt to access an action within the service.</p> <p>This data type is used as a response element in the <a>GetServiceLastAccessedDetails</a> operation.</p>
    tagKeyListType:
      type: array
      items:
        $ref: "#/components/schemas/tagKeyType"
      maxItems: 50
    UntagInstanceProfileRequest:
      type: object
      required:
        - InstanceProfileName
        - TagKeys
      title: UntagInstanceProfileRequest
      properties:
        InstanceProfileName:
          allOf:
            - $ref: "#/components/schemas/instanceProfileNameType"
            - description: '<p>The name of the IAM instance profile from which you want to remove tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        TagKeys:
          allOf:
            - $ref: "#/components/schemas/tagKeyListType"
            - description: A list of key names as a simple array of strings. The tags with matching keys are removed from the specified instance profile.
    UntagMFADeviceRequest:
      type: object
      required:
        - SerialNumber
        - TagKeys
      title: UntagMFADeviceRequest
      properties:
        SerialNumber:
          allOf:
            - $ref: "#/components/schemas/serialNumberType"
            - description: '<p>The unique identifier for the IAM virtual MFA device from which you want to remove tags. For virtual MFA devices, the serial number is the same as the ARN.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        TagKeys:
          allOf:
            - $ref: "#/components/schemas/tagKeyListType"
            - description: A list of key names as a simple array of strings. The tags with matching keys are removed from the specified instance profile.
    UntagOpenIDConnectProviderRequest:
      type: object
      required:
        - OpenIDConnectProviderArn
        - TagKeys
      title: UntagOpenIDConnectProviderRequest
      properties:
        OpenIDConnectProviderArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: '<p>The ARN of the OIDC provider in IAM from which you want to remove tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        TagKeys:
          allOf:
            - $ref: "#/components/schemas/tagKeyListType"
            - description: A list of key names as a simple array of strings. The tags with matching keys are removed from the specified OIDC provider.
    UntagPolicyRequest:
      type: object
      required:
        - PolicyArn
        - TagKeys
      title: UntagPolicyRequest
      properties:
        PolicyArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: '<p>The ARN of the IAM customer managed policy from which you want to remove tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        TagKeys:
          allOf:
            - $ref: "#/components/schemas/tagKeyListType"
            - description: A list of key names as a simple array of strings. The tags with matching keys are removed from the specified policy.
    UntagRoleRequest:
      type: object
      required:
        - RoleName
        - TagKeys
      title: UntagRoleRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: '<p>The name of the IAM role from which you want to remove tags.</p> <p>This parameter accepts (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        TagKeys:
          allOf:
            - $ref: "#/components/schemas/tagKeyListType"
            - description: A list of key names as a simple array of strings. The tags with matching keys are removed from the specified role.
    UntagSAMLProviderRequest:
      type: object
      required:
        - SAMLProviderArn
        - TagKeys
      title: UntagSAMLProviderRequest
      properties:
        SAMLProviderArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: '<p>The ARN of the SAML identity provider in IAM from which you want to remove tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        TagKeys:
          allOf:
            - $ref: "#/components/schemas/tagKeyListType"
            - description: A list of key names as a simple array of strings. The tags with matching keys are removed from the specified SAML identity provider.
    UntagServerCertificateRequest:
      type: object
      required:
        - ServerCertificateName
        - TagKeys
      title: UntagServerCertificateRequest
      properties:
        ServerCertificateName:
          allOf:
            - $ref: "#/components/schemas/serverCertificateNameType"
            - description: '<p>The name of the IAM server certificate from which you want to remove tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        TagKeys:
          allOf:
            - $ref: "#/components/schemas/tagKeyListType"
            - description: A list of key names as a simple array of strings. The tags with matching keys are removed from the specified IAM server certificate.
    UntagUserRequest:
      type: object
      required:
        - UserName
        - TagKeys
      title: UntagUserRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the IAM user from which you want to remove tags.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        TagKeys:
          allOf:
            - $ref: "#/components/schemas/tagKeyListType"
            - description: A list of key names as a simple array of strings. The tags with matching keys are removed from the specified user.
    UpdateAccessKeyRequest:
      type: object
      required:
        - AccessKeyId
        - Status
      title: UpdateAccessKeyRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the user whose key you want to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        AccessKeyId:
          allOf:
            - $ref: "#/components/schemas/accessKeyIdType"
            - description: <p>The access key ID of the secret access key you want to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
        Status:
          allOf:
            - $ref: "#/components/schemas/statusType"
            - description: " The status you want to assign to the secret access key. <code>Active</code> means that the key can be used for programmatic calls to Amazon Web Services, while <code>Inactive</code> means that the key cannot be used."
    UpdateAccountPasswordPolicyRequest:
      type: object
      title: UpdateAccountPasswordPolicyRequest
      properties:
        MinimumPasswordLength:
          allOf:
            - $ref: "#/components/schemas/minimumPasswordLengthType"
            - description: <p>The minimum number of characters allowed in an IAM user password.</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>6</code>.</p>
        RequireSymbols:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: "<p>Specifies whether IAM user passwords must contain at least one of the following non-alphanumeric characters:</p> <p>! @ # $ % ^ &amp; * ( ) _ + - = [ ] { } | '</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>false</code>. The result is that passwords do not require at least one symbol character.</p>"
        RequireNumbers:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: <p>Specifies whether IAM user passwords must contain at least one numeric character (0 to 9).</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>false</code>. The result is that passwords do not require at least one numeric character.</p>
        RequireUppercaseCharacters:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: <p>Specifies whether IAM user passwords must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z).</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>false</code>. The result is that passwords do not require at least one uppercase character.</p>
        RequireLowercaseCharacters:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: <p>Specifies whether IAM user passwords must contain at least one lowercase character from the ISO basic Latin alphabet (a to z).</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>false</code>. The result is that passwords do not require at least one lowercase character.</p>
        AllowUsersToChangePassword:
          allOf:
            - $ref: "#/components/schemas/booleanType"
            - description: <p> Allows all IAM users in your account to use the Amazon Web Services Management Console to change their own passwords. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_enable-user-change.html">Permitting IAM users to change their own passwords</a> in the <i>IAM User Guide</i>.</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>false</code>. The result is that IAM users in the account do not automatically have permissions to change their own password.</p>
        MaxPasswordAge:
          allOf:
            - $ref: "#/components/schemas/maxPasswordAgeType"
            - description: <p>The number of days that an IAM user password is valid.</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>0</code>. The result is that IAM user passwords never expire.</p>
        PasswordReusePrevention:
          allOf:
            - $ref: "#/components/schemas/passwordReusePreventionType"
            - description: <p>Specifies the number of previous passwords that IAM users are prevented from reusing.</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>0</code>. The result is that IAM users are not prevented from reusing previous passwords.</p>
        HardExpiry:
          allOf:
            - $ref: "#/components/schemas/booleanObjectType"
            - description: <p> Prevents IAM users who are accessing the account via the Amazon Web Services Management Console from setting a new console password after their password has expired. The IAM user cannot access the console until an administrator resets the password.</p> <p>If you do not specify a value for this parameter, then the operation uses the default value of <code>false</code>. The result is that IAM users can change their passwords after they expire and continue to sign in as the user.</p> <note> <p> In the Amazon Web Services Management Console, the custom password policy option <b>Allow users to change their own password</b> gives IAM users permissions to <code>iam:ChangePassword</code> for only their user and to the <code>iam:GetAccountPasswordPolicy</code> action. This option does not attach a permissions policy to each user, rather the permissions are applied at the account-level for all users by IAM. IAM users with <code>iam:ChangePassword</code> permission and active access keys can reset their own expired console password using the CLI or API.</p> </note>
    UpdateAssumeRolePolicyRequest:
      type: object
      required:
        - RoleName
        - PolicyDocument
      title: UpdateAssumeRolePolicyRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: '<p>The name of the role to update with the new policy.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        PolicyDocument:
          allOf:
            - $ref: "#/components/schemas/policyDocumentType"
            - description: <p>The policy that grants an entity permission to assume the role.</p> <p>You must provide policies in JSON format in IAM. However, for CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
    UpdateGroupRequest:
      type: object
      required:
        - GroupName
      title: UpdateGroupRequest
      properties:
        GroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: "<p>Name of the IAM group to update. If you're changing the name of the group, this is the original name.</p> <p>This parameter allows (through its <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>"
        NewPath:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: <p>New path for the IAM group. Only include this if changing the group's path.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
        NewGroupName:
          allOf:
            - $ref: "#/components/schemas/groupNameType"
            - description: <p>New name for the IAM group. Only include this if changing the group's name.</p> <p>IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".</p>
    UpdateLoginProfileRequest:
      type: object
      required:
        - UserName
      title: UpdateLoginProfileRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: '<p>The name of the user whose password you want to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        Password:
          allOf:
            - $ref: "#/components/schemas/passwordType"
            - description: <p>The new password for the specified IAM user.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul> <p>However, the format can be further restricted by the account administrator by setting a password policy on the Amazon Web Services account. For more information, see <a>UpdateAccountPasswordPolicy</a>.</p>
        PasswordResetRequired:
          allOf:
            - $ref: "#/components/schemas/booleanObjectType"
            - description: Allows this new password to be used only once by requiring the specified IAM user to set a new password on next sign-in.
    UpdateOpenIDConnectProviderThumbprintRequest:
      type: object
      required:
        - OpenIDConnectProviderArn
        - ThumbprintList
      title: UpdateOpenIDConnectProviderThumbprintRequest
      properties:
        OpenIDConnectProviderArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - description: <p>The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the thumbprint. You can get a list of OIDC provider ARNs by using the <a>ListOpenIDConnectProviders</a> operation.</p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
        ThumbprintList:
          allOf:
            - $ref: "#/components/schemas/thumbprintListType"
            - description: "A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see <a>CreateOpenIDConnectProvider</a>. "
    UpdateRoleDescriptionRequest:
      type: object
      required:
        - RoleName
        - Description
      title: UpdateRoleDescriptionRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: The name of the role that you want to modify.
        Description:
          allOf:
            - $ref: "#/components/schemas/roleDescriptionType"
            - description: The new description that you want to apply to the specified role.
    UpdateRoleRequest:
      type: object
      required:
        - RoleName
      title: UpdateRoleRequest
      properties:
        RoleName:
          allOf:
            - $ref: "#/components/schemas/roleNameType"
            - description: The name of the role that you want to modify.
        Description:
          allOf:
            - $ref: "#/components/schemas/roleDescriptionType"
            - description: The new description that you want to apply to the specified role.
        MaxSessionDuration:
          allOf:
            - $ref: "#/components/schemas/roleMaxSessionDurationType"
            - description: <p>The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default value of one hour is applied. This setting can have a value from 1 hour to 12 hours.</p> <p>Anyone who assumes the role from the CLI or API can use the <code>DurationSeconds</code> API parameter or the <code>duration-seconds</code> CLI parameter to request a longer session. The <code>MaxSessionDuration</code> setting determines the maximum duration that can be requested using the <code>DurationSeconds</code> parameter. If users don't specify a value for the <code>DurationSeconds</code> parameter, their security credentials are valid for one hour by default. This applies when you use the <code>AssumeRole*</code> API operations or the <code>assume-role*</code> CLI operations but does not apply when you use those operations to create a console URL. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html">Using IAM roles</a> in the <i>IAM User Guide</i>.</p>
    UpdateSAMLProviderRequest:
      type: object
      required:
        - SAMLMetadataDocument
        - SAMLProviderArn
      title: UpdateSAMLProviderRequest
      properties:
        SAMLMetadataDocument:
          allOf:
            - $ref: "#/components/schemas/SAMLMetadataDocumentType"
            - 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 can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.
        SAMLProviderArn:
          allOf:
            - $ref: "#/components/schemas/arnType"
            - 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/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
    UpdateSSHPublicKeyRequest:
      type: object
      required:
        - UserName
        - SSHPublicKeyId
        - Status
      title: UpdateSSHPublicKeyRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: '<p>The name of the IAM user associated with the SSH public key.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        SSHPublicKeyId:
          allOf:
            - $ref: "#/components/schemas/publicKeyIdType"
            - description: <p>The unique identifier for the SSH public key.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
        Status:
          allOf:
            - $ref: "#/components/schemas/statusType"
            - description: The status to assign to the SSH public key. <code>Active</code> means that the key can be used for authentication with an CodeCommit repository. <code>Inactive</code> means that the key cannot be used.
    UpdateServerCertificateRequest:
      type: object
      required:
        - ServerCertificateName
      title: UpdateServerCertificateRequest
      properties:
        ServerCertificateName:
          allOf:
            - $ref: "#/components/schemas/serverCertificateNameType"
            - description: '<p>The name of the server certificate that you want to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        NewPath:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: <p>The new path for the server certificate. Include this only if you are updating the server certificate's path.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
        NewServerCertificateName:
          allOf:
            - $ref: "#/components/schemas/serverCertificateNameType"
            - description: "<p>The new name for the server certificate. Include this only if you are updating the server certificate's name. The name of the certificate cannot contain any spaces.</p> <p>This parameter allows (through its <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>"
    UpdateServiceSpecificCredentialRequest:
      type: object
      required:
        - ServiceSpecificCredentialId
        - Status
      title: UpdateServiceSpecificCredentialRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - 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 credentials are used to call the operation.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        ServiceSpecificCredentialId:
          allOf:
            - $ref: "#/components/schemas/serviceSpecificCredentialId"
            - 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</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
        Status:
          allOf:
            - $ref: "#/components/schemas/statusType"
            - description: The status to be assigned to the service-specific credential.
    UpdateSigningCertificateRequest:
      type: object
      required:
        - CertificateId
        - Status
      title: UpdateSigningCertificateRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the IAM user the signing certificate belongs to.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        CertificateId:
          allOf:
            - $ref: "#/components/schemas/certificateIdType"
            - description: <p>The ID of the signing certificate you want to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>
        Status:
          allOf:
            - $ref: "#/components/schemas/statusType"
            - description: " The status you want to assign to the certificate. <code>Active</code> means that the certificate can be used for programmatic calls to Amazon Web Services <code>Inactive</code> means that the certificate cannot be used."
    UpdateUserRequest:
      type: object
      required:
        - UserName
      title: UpdateUserRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: "<p>Name of the user to update. If you're changing the name of the user, this is the original user name.</p> <p>This parameter allows (through its <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>"
        NewPath:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: <p>New path for the IAM user. Include this parameter only if you're changing the user's path.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>
        NewUserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: <p>New name for the user. Include this parameter only if you're changing the user's name.</p> <p>IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".</p>
    UploadSSHPublicKeyRequest:
      type: object
      required:
        - UserName
        - SSHPublicKeyBody
      title: UploadSSHPublicKeyRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: '<p>The name of the IAM user to associate the SSH public key with.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        SSHPublicKeyBody:
          allOf:
            - $ref: "#/components/schemas/publicKeyMaterialType"
            - description: <p>The SSH public key. The public key must be encoded in ssh-rsa format or PEM format. The minimum bit-length of the public key is 2048 bits. For example, you can generate a 2048-bit key, and the resulting PEM file is 1679 bytes long.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
    privateKeyType:
      type: string
      pattern: "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
      minLength: 1
      maxLength: 16384
      format: password
    UploadServerCertificateRequest:
      type: object
      required:
        - ServerCertificateName
        - CertificateBody
        - PrivateKey
      title: UploadServerCertificateRequest
      properties:
        Path:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: <p>The path for the server certificate. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.</p> <p>This parameter is optional. If it is not included, it defaults to a slash (/). This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p> <note> <p> If you are uploading a server certificate specifically for use with Amazon CloudFront distributions, you must specify a path using the <code>path</code> parameter. The path must begin with <code>/cloudfront</code> and must include a trailing slash (for example, <code>/cloudfront/test/</code>).</p> </note>
        ServerCertificateName:
          allOf:
            - $ref: "#/components/schemas/serverCertificateNameType"
            - description: '<p>The name for the server certificate. Do not include the path in this value. The name of the certificate cannot contain any spaces.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        CertificateBody:
          allOf:
            - $ref: "#/components/schemas/certificateBodyType"
            - description: <p>The contents of the public key certificate in PEM-encoded format.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
        PrivateKey:
          allOf:
            - $ref: "#/components/schemas/privateKeyType"
            - description: <p>The contents of the private key in PEM-encoded format.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
        CertificateChain:
          allOf:
            - $ref: "#/components/schemas/certificateChainType"
            - description: <p>The contents of the certificate chain. This is typically a concatenation of the PEM-encoded public key certificates of the chain.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: <p>A list of tags that you want to attach to the new IAM server certificate resource. Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.</p> <note> <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.</p> </note>
    UploadSigningCertificateRequest:
      type: object
      required:
        - CertificateBody
      title: UploadSigningCertificateRequest
      properties:
        UserName:
          allOf:
            - $ref: "#/components/schemas/existingUserNameType"
            - description: '<p>The name of the user the signing certificate is for.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>'
        CertificateBody:
          allOf:
            - $ref: "#/components/schemas/certificateBodyType"
            - description: <p>The contents of the signing certificate.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> used to validate this parameter is a string of characters consisting of the following:</p> <ul> <li> <p>Any printable ASCII character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p> </li> <li> <p>The printable characters in the Basic Latin and Latin-1 Supplement character set (through <code>\u00FF</code>)</p> </li> <li> <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and carriage return (<code>\u000D</code>)</p> </li> </ul>
    groupNameListType:
      type: array
      items:
        $ref: "#/components/schemas/groupNameType"
    UserDetail:
      type: object
      properties:
        Path:
          allOf:
            - $ref: "#/components/schemas/pathType"
            - description: The path to the user. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.
        UserName:
          allOf:
            - $ref: "#/components/schemas/userNameType"
            - description: The friendly name identifying the user.
        UserId:
          allOf:
            - $ref: "#/components/schemas/idType"
            - description: The stable and unique string identifying the user. For more information about IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the <i>IAM User Guide</i>.
        Arn:
          $ref: "#/components/schemas/arnType"
        CreateDate:
          allOf:
            - $ref: "#/components/schemas/dateType"
            - description: The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the user was created.
        UserPolicyList:
          allOf:
            - $ref: "#/components/schemas/policyDetailListType"
            - description: A list of the inline policies embedded in the user.
        GroupList:
          allOf:
            - $ref: "#/components/schemas/groupNameListType"
            - description: A list of IAM groups that the user is in.
        AttachedManagedPolicies:
          allOf:
            - $ref: "#/components/schemas/attachedPoliciesListType"
            - description: A list of the managed policies attached to the user.
        PermissionsBoundary:
          allOf:
            - $ref: "#/components/schemas/AttachedPermissionsBoundary"
            - description: <p>The ARN of the policy used to set the permissions boundary for the user.</p> <p>For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM identities </a> in the <i>IAM User Guide</i>.</p>
        Tags:
          allOf:
            - $ref: "#/components/schemas/tagListType"
            - description: A list of tags that are associated with the user. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User Guide</i>.
      description: <p>Contains information about an IAM user, including all the user's policies and all the IAM groups the user is in.</p> <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
    summaryKeyType:
      type: string
      enum:
        - Users
        - UsersQuota
        - Groups
        - GroupsQuota
        - ServerCertificates
        - ServerCertificatesQuota
        - UserPolicySizeQuota
        - GroupPolicySizeQuota
        - GroupsPerUserQuota
        - SigningCertificatesPerUserQuota
        - AccessKeysPerUserQuota
        - MFADevices
        - MFADevicesInUse
        - AccountMFAEnabled
        - AccountAccessKeysPresent
        - AccountSigningCertificatesPresent
        - AttachedPoliciesPerGroupQuota
        - AttachedPoliciesPerRoleQuota
        - AttachedPoliciesPerUserQuota
        - Policies
        - PoliciesQuota
        - PolicySizeQuota
        - PolicyVersionsInUse
        - PolicyVersionsInUseQuota
        - VersionsPerPolicyQuota
        - GlobalEndpointTokenVersion
    summaryValueType:
      type: integer
security:
  - hmac: []
