amazonka-iam 1.4.2 → 1.4.3
raw patch · 116 files changed
+2771/−4605 lines, 116 filesdep ~amazonka-coredep ~amazonka-iamdep ~amazonka-testPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core, amazonka-iam, amazonka-test
API changes (from Hackage documentation)
Files
- README.md +9/−46
- amazonka-iam.cabal +13/−50
- gen/Network/AWS/IAM.hs +8/−45
- gen/Network/AWS/IAM/AddClientIdToOpenIdConnectProvider.hs +4/−9
- gen/Network/AWS/IAM/AddRoleToInstanceProfile.hs +1/−5
- gen/Network/AWS/IAM/AttachGroupPolicy.hs +2/−5
- gen/Network/AWS/IAM/AttachRolePolicy.hs +2/−10
- gen/Network/AWS/IAM/AttachUserPolicy.hs +2/−5
- gen/Network/AWS/IAM/ChangePassword.hs +3/−8
- gen/Network/AWS/IAM/CreateAccessKey.hs +4/−15
- gen/Network/AWS/IAM/CreateAccountAlias.hs +1/−4
- gen/Network/AWS/IAM/CreateGroup.hs +3/−8
- gen/Network/AWS/IAM/CreateInstanceProfile.hs +4/−12
- gen/Network/AWS/IAM/CreateLoginProfile.hs +2/−7
- gen/Network/AWS/IAM/CreateOpenIdConnectProvider.hs +15/−58
- gen/Network/AWS/IAM/CreatePolicy.hs +6/−17
- gen/Network/AWS/IAM/CreatePolicyVersion.hs +5/−18
- gen/Network/AWS/IAM/CreateRole.hs +4/−14
- gen/Network/AWS/IAM/CreateSAMLProvider.hs +7/−29
- gen/Network/AWS/IAM/CreateUser.hs +3/−9
- gen/Network/AWS/IAM/CreateVirtualMFADevice.hs +6/−23
- gen/Network/AWS/IAM/DeactivateMFADevice.hs +3/−8
- gen/Network/AWS/IAM/DeleteAccessKey.hs +2/−7
- gen/Network/AWS/IAM/DeleteAccountAlias.hs +1/−4
- gen/Network/AWS/IAM/DeleteGroup.hs +1/−2
- gen/Network/AWS/IAM/DeleteGroupPolicy.hs +3/−9
- gen/Network/AWS/IAM/DeleteInstanceProfile.hs +3/−8
- gen/Network/AWS/IAM/DeleteLoginProfile.hs +2/−8
- gen/Network/AWS/IAM/DeleteOpenIdConnectProvider.hs +3/−8
- gen/Network/AWS/IAM/DeletePolicy.hs +5/−18
- gen/Network/AWS/IAM/DeletePolicyVersion.hs +3/−10
- gen/Network/AWS/IAM/DeleteRole.hs +2/−7
- gen/Network/AWS/IAM/DeleteRolePolicy.hs +3/−9
- gen/Network/AWS/IAM/DeleteSAMLProvider.hs +2/−5
- gen/Network/AWS/IAM/DeleteSSHPublicKey.hs +1/−6
- gen/Network/AWS/IAM/DeleteServerCertificate.hs +2/−15
- gen/Network/AWS/IAM/DeleteSigningCertificate.hs +2/−7
- gen/Network/AWS/IAM/DeleteUser.hs +1/−2
- gen/Network/AWS/IAM/DeleteUserPolicy.hs +3/−9
- gen/Network/AWS/IAM/DeleteVirtualMFADevice.hs +2/−5
- gen/Network/AWS/IAM/DetachGroupPolicy.hs +2/−7
- gen/Network/AWS/IAM/DetachRolePolicy.hs +1/−5
- gen/Network/AWS/IAM/DetachUserPolicy.hs +1/−5
- gen/Network/AWS/IAM/EnableMFADevice.hs +2/−5
- gen/Network/AWS/IAM/GenerateCredentialReport.hs +2/−6
- gen/Network/AWS/IAM/GetAccessKeyLastUsed.hs +2/−7
- gen/Network/AWS/IAM/GetAccountAuthorizationDetails.hs +9/−32
- gen/Network/AWS/IAM/GetAccountPasswordPolicy.hs +2/−5
- gen/Network/AWS/IAM/GetAccountSummary.hs +22/−46
- gen/Network/AWS/IAM/GetContextKeysForCustomPolicy.hs +3/−15
- gen/Network/AWS/IAM/GetContextKeysForPrincipalPolicy.hs +6/−27
- gen/Network/AWS/IAM/GetCredentialReport.hs +2/−6
- gen/Network/AWS/IAM/GetGroup.hs +6/−24
- gen/Network/AWS/IAM/GetGroupPolicy.hs +3/−9
- gen/Network/AWS/IAM/GetInstanceProfile.hs +1/−6
- gen/Network/AWS/IAM/GetLoginProfile.hs +1/−3
- gen/Network/AWS/IAM/GetOpenIdConnectProvider.hs +6/−15
- gen/Network/AWS/IAM/GetPolicy.hs +3/−14
- gen/Network/AWS/IAM/GetPolicyVersion.hs +4/−12
- gen/Network/AWS/IAM/GetRole.hs +1/−6
- gen/Network/AWS/IAM/GetRolePolicy.hs +4/−11
- gen/Network/AWS/IAM/GetSAMLProvider.hs +4/−8
- gen/Network/AWS/IAM/GetSSHPublicKey.hs +3/−11
- gen/Network/AWS/IAM/GetServerCertificate.hs +2/−7
- gen/Network/AWS/IAM/GetUser.hs +3/−6
- gen/Network/AWS/IAM/GetUserPolicy.hs +3/−9
- gen/Network/AWS/IAM/ListAccessKeys.hs +9/−33
- gen/Network/AWS/IAM/ListAccountAliases.hs +7/−28
- gen/Network/AWS/IAM/ListAttachedGroupPolicies.hs +10/−39
- gen/Network/AWS/IAM/ListAttachedRolePolicies.hs +10/−39
- gen/Network/AWS/IAM/ListAttachedUserPolicies.hs +10/−39
- gen/Network/AWS/IAM/ListEntitiesForPolicy.hs +10/−37
- gen/Network/AWS/IAM/ListGroupPolicies.hs +8/−33
- gen/Network/AWS/IAM/ListGroups.hs +8/−29
- gen/Network/AWS/IAM/ListGroupsForUser.hs +6/−24
- gen/Network/AWS/IAM/ListInstanceProfiles.hs +9/−33
- gen/Network/AWS/IAM/ListInstanceProfilesForRole.hs +8/−30
- gen/Network/AWS/IAM/ListMFADevices.hs +7/−28
- gen/Network/AWS/IAM/ListOpenIdConnectProviders.hs +1/−2
- gen/Network/AWS/IAM/ListPolicies.hs +13/−46
- gen/Network/AWS/IAM/ListPolicyVersions.hs +8/−30
- gen/Network/AWS/IAM/ListRolePolicies.hs +8/−33
- gen/Network/AWS/IAM/ListRoles.hs +9/−33
- gen/Network/AWS/IAM/ListSAMLProviders.hs +1/−2
- gen/Network/AWS/IAM/ListSSHPublicKeys.hs +9/−35
- gen/Network/AWS/IAM/ListServerCertificates.hs +10/−36
- gen/Network/AWS/IAM/ListSigningCertificates.hs +9/−34
- gen/Network/AWS/IAM/ListUserPolicies.hs +7/−31
- gen/Network/AWS/IAM/ListUsers.hs +9/−32
- gen/Network/AWS/IAM/ListVirtualMFADevices.hs +9/−33
- gen/Network/AWS/IAM/PutGroupPolicy.hs +4/−17
- gen/Network/AWS/IAM/PutRolePolicy.hs +5/−23
- gen/Network/AWS/IAM/PutUserPolicy.hs +4/−17
- gen/Network/AWS/IAM/RemoveClientIdFromOpenIdConnectProvider.hs +4/−10
- gen/Network/AWS/IAM/RemoveRoleFromInstanceProfile.hs +2/−8
- gen/Network/AWS/IAM/ResyncMFADevice.hs +1/−4
- gen/Network/AWS/IAM/SetDefaultPolicyVersion.hs +4/−11
- gen/Network/AWS/IAM/SimulateCustomPolicy.hs +20/−94
- gen/Network/AWS/IAM/SimulatePrincipalPolicy.hs +23/−103
- gen/Network/AWS/IAM/Types.hs +21/−52
- gen/Network/AWS/IAM/Types/Product.hs +142/−418
- gen/Network/AWS/IAM/UpdateAccessKey.hs +4/−14
- gen/Network/AWS/IAM/UpdateAccountPasswordPolicy.hs +11/−27
- gen/Network/AWS/IAM/UpdateAssumeRolePolicy.hs +1/−3
- gen/Network/AWS/IAM/UpdateGroup.hs +3/−12
- gen/Network/AWS/IAM/UpdateLoginProfile.hs +1/−4
- gen/Network/AWS/IAM/UpdateOpenIdConnectProviderThumbprint.hs +6/−20
- gen/Network/AWS/IAM/UpdateSAMLProvider.hs +2/−8
- gen/Network/AWS/IAM/UpdateSSHPublicKey.hs +3/−13
- gen/Network/AWS/IAM/UpdateServerCertificate.hs +5/−22
- gen/Network/AWS/IAM/UpdateSigningCertificate.hs +3/−11
- gen/Network/AWS/IAM/UpdateUser.hs +5/−18
- gen/Network/AWS/IAM/UploadSSHPublicKey.hs +2/−8
- gen/Network/AWS/IAM/UploadServerCertificate.hs +11/−39
- gen/Network/AWS/IAM/UploadSigningCertificate.hs +4/−20
- test/Test/AWS/Gen/IAM.hs +2039/−2039
README.md view
@@ -8,69 +8,32 @@ ## Version -`1.4.2`+`1.4.3` ## Description AWS Identity and Access Management -AWS Identity and Access Management (IAM) is a web service that you can-use to manage users and user permissions under your AWS account. This-guide provides descriptions of IAM actions that you can call-programmatically. For general information about IAM, see-<http://aws.amazon.com/iam/ AWS Identity and Access Management (IAM)>.-For the user guide for IAM, see-<http://docs.aws.amazon.com/IAM/latest/UserGuide/ Using IAM>.+AWS Identity and Access Management (IAM) is a web service that you can use to manage users and user permissions under your AWS account. This guide provides descriptions of IAM actions that you can call programmatically. For general information about IAM, see <http://aws.amazon.com/iam/ AWS Identity and Access Management (IAM)>. For the user guide for IAM, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/ Using IAM>. -AWS provides SDKs that consist of libraries and sample code for various-programming languages and platforms (Java, Ruby, .NET, iOS, Android,-etc.). The SDKs provide a convenient way to create programmatic access-to IAM and AWS. For example, the SDKs take care of tasks such as-cryptographically signing requests (see below), managing errors, and-retrying requests automatically. For information about the AWS SDKs,-including how to download and install them, see the-<http://aws.amazon.com/tools/ Tools for Amazon Web Services> page.+AWS provides SDKs that consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to IAM and AWS. For example, the SDKs take care of tasks such as cryptographically signing requests (see below), managing errors, and retrying requests automatically. For information about the AWS SDKs, including how to download and install them, see the <http://aws.amazon.com/tools/ Tools for Amazon Web Services> page. -We recommend that you use the AWS SDKs to make programmatic API calls to-IAM. However, you can also use the IAM Query API to make direct calls to-the IAM web service. To learn more about the IAM Query API, see-<http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html Making Query Requests>-in the /Using IAM/ guide. IAM supports GET and POST requests for all-actions. That is, the API does not require you to use GET for some-actions and POST for others. However, GET requests are subject to the-limitation size of a URL. Therefore, for operations that require larger-sizes, use a POST request.+We recommend that you use the AWS SDKs to make programmatic API calls to IAM. However, you can also use the IAM Query API to make direct calls to the IAM web service. To learn more about the IAM Query API, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html Making Query Requests> in the /Using IAM/ guide. IAM supports GET and POST requests for all actions. That is, the API does not require you to use GET for some actions and POST for others. However, GET requests are subject to the limitation size of a URL. Therefore, for operations that require larger sizes, use a POST request. __Signing Requests__ -Requests must be signed using an access key ID and a secret access key.-We strongly recommend that you do not use your AWS account access key ID-and secret access key for everyday work with IAM. You can use the access-key ID and secret access key for an IAM user or you can use the AWS-Security Token Service to generate temporary security credentials and-use those to sign requests.+Requests must be signed using an access key ID and a secret access key. We strongly recommend that you do not use your AWS account access key ID and secret access key for everyday work with IAM. You can use the access key ID and secret access key for an IAM user or you can use the AWS Security Token Service to generate temporary security credentials and use those to sign requests. -To sign requests, we recommend that you use-<http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4>.-If you have an existing application that uses Signature Version 2, you-do not have to update it to use Signature Version 4. However, some-operations now require Signature Version 4. The documentation for-operations that require version 4 indicate this requirement.+To sign requests, we recommend that you use <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4>. If you have an existing application that uses Signature Version 2, you do not have to update it to use Signature Version 4. However, some operations now require Signature Version 4. The documentation for operations that require version 4 indicate this requirement. __Additional Resources__ For more information, see the following: -- <http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html AWS Security Credentials>.- This topic provides general information about the types of- credentials used for accessing AWS.-- <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAMBestPractices.html IAM Best Practices>.- This topic presents a list of suggestions for using the IAM service- to help secure your AWS resources.-- <http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html Signing AWS API Requests>.- This set of topics walk you through the process of signing a request- using an access key ID and secret access key.+- <http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html AWS Security Credentials>. This topic provides general information about the types of credentials used for accessing AWS.+- <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAMBestPractices.html IAM Best Practices>. This topic presents a list of suggestions for using the IAM service to help secure your AWS resources.+- <http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html Signing AWS API Requests>. This set of topics walk you through the process of signing a request using an access key ID and secret access key. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-iam) and the [AWS API Reference](https://aws.amazon.com/documentation/).
amazonka-iam.cabal view
@@ -1,5 +1,5 @@ name: amazonka-iam-version: 1.4.2+version: 1.4.3 synopsis: Amazon Identity and Access Management SDK. homepage: https://github.com/brendanhay/amazonka bug-reports: https://github.com/brendanhay/amazonka/issues@@ -15,62 +15,25 @@ description: AWS Identity and Access Management - AWS Identity and Access Management (IAM) is a web service that you can- use to manage users and user permissions under your AWS account. This- guide provides descriptions of IAM actions that you can call- programmatically. For general information about IAM, see- <http://aws.amazon.com/iam/ AWS Identity and Access Management (IAM)>.- For the user guide for IAM, see- <http://docs.aws.amazon.com/IAM/latest/UserGuide/ Using IAM>.+ AWS Identity and Access Management (IAM) is a web service that you can use to manage users and user permissions under your AWS account. This guide provides descriptions of IAM actions that you can call programmatically. For general information about IAM, see <http://aws.amazon.com/iam/ AWS Identity and Access Management (IAM)>. For the user guide for IAM, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/ Using IAM>. - AWS provides SDKs that consist of libraries and sample code for various- programming languages and platforms (Java, Ruby, .NET, iOS, Android,- etc.). The SDKs provide a convenient way to create programmatic access- to IAM and AWS. For example, the SDKs take care of tasks such as- cryptographically signing requests (see below), managing errors, and- retrying requests automatically. For information about the AWS SDKs,- including how to download and install them, see the- <http://aws.amazon.com/tools/ Tools for Amazon Web Services> page.+ AWS provides SDKs that consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to IAM and AWS. For example, the SDKs take care of tasks such as cryptographically signing requests (see below), managing errors, and retrying requests automatically. For information about the AWS SDKs, including how to download and install them, see the <http://aws.amazon.com/tools/ Tools for Amazon Web Services> page. - We recommend that you use the AWS SDKs to make programmatic API calls to- IAM. However, you can also use the IAM Query API to make direct calls to- the IAM web service. To learn more about the IAM Query API, see- <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html Making Query Requests>- in the /Using IAM/ guide. IAM supports GET and POST requests for all- actions. That is, the API does not require you to use GET for some- actions and POST for others. However, GET requests are subject to the- limitation size of a URL. Therefore, for operations that require larger- sizes, use a POST request.+ We recommend that you use the AWS SDKs to make programmatic API calls to IAM. However, you can also use the IAM Query API to make direct calls to the IAM web service. To learn more about the IAM Query API, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html Making Query Requests> in the /Using IAM/ guide. IAM supports GET and POST requests for all actions. That is, the API does not require you to use GET for some actions and POST for others. However, GET requests are subject to the limitation size of a URL. Therefore, for operations that require larger sizes, use a POST request. __Signing Requests__ - Requests must be signed using an access key ID and a secret access key.- We strongly recommend that you do not use your AWS account access key ID- and secret access key for everyday work with IAM. You can use the access- key ID and secret access key for an IAM user or you can use the AWS- Security Token Service to generate temporary security credentials and- use those to sign requests.+ Requests must be signed using an access key ID and a secret access key. We strongly recommend that you do not use your AWS account access key ID and secret access key for everyday work with IAM. You can use the access key ID and secret access key for an IAM user or you can use the AWS Security Token Service to generate temporary security credentials and use those to sign requests. - To sign requests, we recommend that you use- <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4>.- If you have an existing application that uses Signature Version 2, you- do not have to update it to use Signature Version 4. However, some- operations now require Signature Version 4. The documentation for- operations that require version 4 indicate this requirement.+ To sign requests, we recommend that you use <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4>. If you have an existing application that uses Signature Version 2, you do not have to update it to use Signature Version 4. However, some operations now require Signature Version 4. The documentation for operations that require version 4 indicate this requirement. __Additional Resources__ For more information, see the following: - - <http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html AWS Security Credentials>.- This topic provides general information about the types of- credentials used for accessing AWS.- - <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAMBestPractices.html IAM Best Practices>.- This topic presents a list of suggestions for using the IAM service- to help secure your AWS resources.- - <http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html Signing AWS API Requests>.- This set of topics walk you through the process of signing a request- using an access key ID and secret access key.+ - <http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html AWS Security Credentials>. This topic provides general information about the types of credentials used for accessing AWS.+ - <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAMBestPractices.html IAM Best Practices>. This topic presents a list of suggestions for using the IAM service to help secure your AWS resources.+ - <http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html Signing AWS API Requests>. This set of topics walk you through the process of signing a request using an access key ID and secret access key. . The types from this library are intended to be used with <http://hackage.haskell.org/package/amazonka amazonka>, which provides@@ -219,7 +182,7 @@ , Network.AWS.IAM.Types.Sum build-depends:- amazonka-core == 1.4.2.*+ amazonka-core == 1.4.3.* , base >= 4.7 && < 5 test-suite amazonka-iam-test@@ -239,9 +202,9 @@ , Test.AWS.IAM.Internal build-depends:- amazonka-core == 1.4.2.*- , amazonka-test == 1.4.2.*- , amazonka-iam == 1.4.2.*+ amazonka-core == 1.4.3.*+ , amazonka-test == 1.4.3.*+ , amazonka-iam == 1.4.3.* , base , bytestring , tasty
gen/Network/AWS/IAM.hs view
@@ -13,62 +13,25 @@ -- -- AWS Identity and Access Management ----- AWS Identity and Access Management (IAM) is a web service that you can--- use to manage users and user permissions under your AWS account. This--- guide provides descriptions of IAM actions that you can call--- programmatically. For general information about IAM, see--- <http://aws.amazon.com/iam/ AWS Identity and Access Management (IAM)>.--- For the user guide for IAM, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/ Using IAM>.+-- AWS Identity and Access Management (IAM) is a web service that you can use to manage users and user permissions under your AWS account. This guide provides descriptions of IAM actions that you can call programmatically. For general information about IAM, see <http://aws.amazon.com/iam/ AWS Identity and Access Management (IAM)>. For the user guide for IAM, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/ Using IAM>. ----- AWS provides SDKs that consist of libraries and sample code for various--- programming languages and platforms (Java, Ruby, .NET, iOS, Android,--- etc.). The SDKs provide a convenient way to create programmatic access--- to IAM and AWS. For example, the SDKs take care of tasks such as--- cryptographically signing requests (see below), managing errors, and--- retrying requests automatically. For information about the AWS SDKs,--- including how to download and install them, see the--- <http://aws.amazon.com/tools/ Tools for Amazon Web Services> page.+-- AWS provides SDKs that consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to IAM and AWS. For example, the SDKs take care of tasks such as cryptographically signing requests (see below), managing errors, and retrying requests automatically. For information about the AWS SDKs, including how to download and install them, see the <http://aws.amazon.com/tools/ Tools for Amazon Web Services> page. ----- We recommend that you use the AWS SDKs to make programmatic API calls to--- IAM. However, you can also use the IAM Query API to make direct calls to--- the IAM web service. To learn more about the IAM Query API, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html Making Query Requests>--- in the /Using IAM/ guide. IAM supports GET and POST requests for all--- actions. That is, the API does not require you to use GET for some--- actions and POST for others. However, GET requests are subject to the--- limitation size of a URL. Therefore, for operations that require larger--- sizes, use a POST request.+-- We recommend that you use the AWS SDKs to make programmatic API calls to IAM. However, you can also use the IAM Query API to make direct calls to the IAM web service. To learn more about the IAM Query API, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html Making Query Requests> in the /Using IAM/ guide. IAM supports GET and POST requests for all actions. That is, the API does not require you to use GET for some actions and POST for others. However, GET requests are subject to the limitation size of a URL. Therefore, for operations that require larger sizes, use a POST request. -- -- __Signing Requests__ ----- Requests must be signed using an access key ID and a secret access key.--- We strongly recommend that you do not use your AWS account access key ID--- and secret access key for everyday work with IAM. You can use the access--- key ID and secret access key for an IAM user or you can use the AWS--- Security Token Service to generate temporary security credentials and--- use those to sign requests.+-- Requests must be signed using an access key ID and a secret access key. We strongly recommend that you do not use your AWS account access key ID and secret access key for everyday work with IAM. You can use the access key ID and secret access key for an IAM user or you can use the AWS Security Token Service to generate temporary security credentials and use those to sign requests. ----- To sign requests, we recommend that you use--- <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4>.--- If you have an existing application that uses Signature Version 2, you--- do not have to update it to use Signature Version 4. However, some--- operations now require Signature Version 4. The documentation for--- operations that require version 4 indicate this requirement.+-- To sign requests, we recommend that you use <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4>. If you have an existing application that uses Signature Version 2, you do not have to update it to use Signature Version 4. However, some operations now require Signature Version 4. The documentation for operations that require version 4 indicate this requirement. -- -- __Additional Resources__ -- -- For more information, see the following: ----- - <http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html AWS Security Credentials>.--- This topic provides general information about the types of--- credentials used for accessing AWS.--- - <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAMBestPractices.html IAM Best Practices>.--- This topic presents a list of suggestions for using the IAM service--- to help secure your AWS resources.--- - <http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html Signing AWS API Requests>.--- This set of topics walk you through the process of signing a request--- using an access key ID and secret access key.+-- - <http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html AWS Security Credentials>. This topic provides general information about the types of credentials used for accessing AWS.+-- - <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAMBestPractices.html IAM Best Practices>. This topic presents a list of suggestions for using the IAM service to help secure your AWS resources.+-- - <http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html Signing AWS API Requests>. This set of topics walk you through the process of signing a request using an access key ID and secret access key. module Network.AWS.IAM ( -- * Service Configuration
gen/Network/AWS/IAM/AddClientIdToOpenIdConnectProvider.hs view
@@ -18,11 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Adds a new client ID (also known as audience) to the list of client IDs--- already registered for the specified IAM OpenID Connect provider.+-- Adds a new client ID (also known as audience) to the list of client IDs already registered for the specified IAM OpenID Connect provider. ----- This action is idempotent; it does not fail or return an error if you--- add an existing client ID to the provider.+-- This action is idempotent; it does not fail or return an error if you add an existing client ID to the provider. module Network.AWS.IAM.AddClientIdToOpenIdConnectProvider ( -- * Creating a Request@@ -67,14 +65,11 @@ , _acitoicpClientId = pClientId_ } --- | The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider--- to add the client ID to. You can get a list of OIDC provider ARNs by--- using the < ListOpenIDConnectProviders> action.+-- | The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider to add the client ID to. You can get a list of OIDC provider ARNs by using the < ListOpenIDConnectProviders> action. acitoicpOpenIdConnectProviderARN :: Lens' AddClientIdToOpenIdConnectProvider Text acitoicpOpenIdConnectProviderARN = lens _acitoicpOpenIdConnectProviderARN (\ s a -> s{_acitoicpOpenIdConnectProviderARN = a}); --- | The client ID (also known as audience) to add to the IAM OpenID Connect--- provider.+-- | The client ID (also known as audience) to add to the IAM OpenID Connect provider. acitoicpClientId :: Lens' AddClientIdToOpenIdConnectProvider Text acitoicpClientId = lens _acitoicpClientId (\ s a -> s{_acitoicpClientId = a});
gen/Network/AWS/IAM/AddRoleToInstanceProfile.hs view
@@ -18,11 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Adds the specified role to the specified instance profile. For more--- information about roles, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html Working with Roles>.--- For more information about instance profiles, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html About Instance Profiles>.+-- Adds the specified role to the specified instance profile. For more information about roles, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html Working with Roles>. For more information about instance profiles, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html About Instance Profiles>. module Network.AWS.IAM.AddRoleToInstanceProfile ( -- * Creating a Request
gen/Network/AWS/IAM/AttachGroupPolicy.hs view
@@ -20,12 +20,9 @@ -- -- Attaches the specified managed policy to the specified group. ----- You use this API to attach a managed policy to a group. To embed an--- inline policy in a group, use < PutGroupPolicy>.+-- You use this API to attach a managed policy to a group. To embed an inline policy in a group, use < PutGroupPolicy>. ----- For more information about policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- For more information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. module Network.AWS.IAM.AttachGroupPolicy ( -- * Creating a Request
gen/Network/AWS/IAM/AttachRolePolicy.hs view
@@ -20,17 +20,9 @@ -- -- Attaches the specified managed policy to the specified role. ----- When you attach a managed policy to a role, the managed policy is used--- as the role\'s access (permissions) policy. 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 < CreateRole>. You can update a--- role\'s trust policy using < UpdateAssumeRolePolicy>.+-- When you attach a managed policy to a role, the managed policy is used as the role\'s access (permissions) policy. 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 < CreateRole>. You can update a role\'s trust policy using < UpdateAssumeRolePolicy>. ----- Use this API to attach a managed policy to a role. To embed an inline--- policy in a role, use < PutRolePolicy>. For more information about--- policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- Use this API to attach a managed policy to a role. To embed an inline policy in a role, use < PutRolePolicy>. For more information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. module Network.AWS.IAM.AttachRolePolicy ( -- * Creating a Request
gen/Network/AWS/IAM/AttachUserPolicy.hs view
@@ -20,12 +20,9 @@ -- -- Attaches the specified managed policy to the specified user. ----- You use this API to attach a managed policy to a user. To embed an--- inline policy in a user, use < PutUserPolicy>.+-- You use this API to attach a managed policy to a user. To embed an inline policy in a user, use < PutUserPolicy>. ----- For more information about policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- For more information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. module Network.AWS.IAM.AttachUserPolicy ( -- * Creating a Request
gen/Network/AWS/IAM/ChangePassword.hs view
@@ -18,13 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Changes the password of the IAM user who is calling this action. The--- root account password is not affected by this action.+-- Changes the password of the IAM user who is calling this action. The root account password is not affected by this action. ----- To change the password for a different user, see < UpdateLoginProfile>.--- For more information about modifying passwords, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html Managing Passwords>--- in the /IAM User Guide/.+-- To change the password for a different user, see < UpdateLoginProfile>. For more information about modifying passwords, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html Managing Passwords> in the /IAM User Guide/. module Network.AWS.IAM.ChangePassword ( -- * Creating a Request@@ -73,8 +69,7 @@ cpOldPassword :: Lens' ChangePassword Text cpOldPassword = lens _cpOldPassword (\ s a -> s{_cpOldPassword = a}) . _Sensitive; --- | The new password. The new password must conform to the AWS account\'s--- password policy, if one exists.+-- | The new password. The new password must conform to the AWS account\'s password policy, if one exists. cpNewPassword :: Lens' ChangePassword Text cpNewPassword = lens _cpNewPassword (\ s a -> s{_cpNewPassword = a}) . _Sensitive;
gen/Network/AWS/IAM/CreateAccessKey.hs view
@@ -18,24 +18,13 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a new AWS secret access key and corresponding AWS access key ID--- for the specified user. The default status for new keys is 'Active'.+-- Creates a new AWS secret access key and corresponding AWS access key ID for the specified user. The default status for new keys is 'Active'. ----- If you do not specify a user name, IAM determines the user name--- implicitly based on the AWS access key ID signing the request. Because--- this action works for access keys under the AWS account, you can use--- this action to manage root credentials even if the AWS account has no--- associated users.+-- If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users. ----- For information about limits on the number of keys you can create, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities>--- in the /IAM User Guide/.+-- For information about limits on the number of keys you can create, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities> in the /IAM User Guide/. ----- To ensure the security of your AWS 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.+-- To ensure the security of your AWS 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. module Network.AWS.IAM.CreateAccessKey ( -- * Creating a Request
gen/Network/AWS/IAM/CreateAccountAlias.hs view
@@ -18,10 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates an alias for your AWS account. For information about using an--- AWS account alias, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html Using an Alias for Your AWS Account ID>--- in the /IAM User Guide/.+-- Creates an alias for your AWS account. For information about using an AWS account alias, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html Using an Alias for Your AWS Account ID> in the /IAM User Guide/. module Network.AWS.IAM.CreateAccountAlias ( -- * Creating a Request
gen/Network/AWS/IAM/CreateGroup.hs view
@@ -20,9 +20,7 @@ -- -- Creates a new group. ----- For information about the number of groups you can create, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities>--- in the /IAM User Guide/.+-- For information about the number of groups you can create, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities> in the /IAM User Guide/. module Network.AWS.IAM.CreateGroup ( -- * Creating a Request@@ -69,12 +67,9 @@ , _cgGroupName = pGroupName_ } --- | The path to the group. For more information about paths, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The path to the group. For more information about paths, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. ----- This parameter is optional. If it is not included, it defaults to a--- slash (\/).+-- This parameter is optional. If it is not included, it defaults to a slash (\/). cgPath :: Lens' CreateGroup (Maybe Text) cgPath = lens _cgPath (\ s a -> s{_cgPath = a});
gen/Network/AWS/IAM/CreateInstanceProfile.hs view
@@ -18,14 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a new instance profile. For information about instance profiles,--- go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html About Instance Profiles>.+-- Creates a new instance profile. For information about instance profiles, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html About Instance Profiles>. ----- For information about the number of instance profiles you can create,--- see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities>--- in the /IAM User Guide/.+-- For information about the number of instance profiles you can create, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities> in the /IAM User Guide/. module Network.AWS.IAM.CreateInstanceProfile ( -- * Creating a Request@@ -72,12 +67,9 @@ , _cipInstanceProfileName = pInstanceProfileName_ } --- | The path to the instance profile. For more information about paths, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The path to the instance profile. For more information about paths, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. ----- This parameter is optional. If it is not included, it defaults to a--- slash (\/).+-- This parameter is optional. If it is not included, it defaults to a slash (\/). cipPath :: Lens' CreateInstanceProfile (Maybe Text) cipPath = lens _cipPath (\ s a -> s{_cipPath = a});
gen/Network/AWS/IAM/CreateLoginProfile.hs view
@@ -18,11 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a password for the specified user, giving the user the ability--- to access AWS services through the AWS Management Console. For more--- information about managing passwords, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html Managing Passwords>--- in the /Using IAM/ guide.+-- Creates a password for the specified user, giving the user the ability to access AWS services through the AWS Management Console. For more information about managing passwords, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html Managing Passwords> in the /Using IAM/ guide. module Network.AWS.IAM.CreateLoginProfile ( -- * Creating a Request@@ -75,8 +71,7 @@ , _clpPassword = _Sensitive # pPassword_ } --- | Specifies whether the user is required to set a new password on next--- sign-in.+-- | Specifies whether the user is required to set a new password on next sign-in. clpPasswordResetRequired :: Lens' CreateLoginProfile (Maybe Bool) clpPasswordResetRequired = lens _clpPasswordResetRequired (\ s a -> s{_clpPasswordResetRequired = a});
gen/Network/AWS/IAM/CreateOpenIdConnectProvider.hs view
@@ -18,24 +18,13 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates an IAM entity to describe an identity provider (IdP) that--- supports <http://openid.net/connect/ OpenID Connect (OIDC)>.+-- Creates an IAM entity to describe an identity provider (IdP) that supports <http://openid.net/connect/ OpenID Connect (OIDC)>. ----- The OIDC provider that you create with this operation can be used as a--- principal in a role\'s trust policy to establish a trust relationship--- between AWS and the OIDC provider.+-- The OIDC provider that you create with this operation can be used as a principal in a role\'s trust policy to establish a trust relationship between AWS and the OIDC provider. ----- When you create the IAM OIDC provider, you specify the URL of the OIDC--- identity provider (IdP) to trust, a list of client IDs (also known as--- audiences) that identify the application or applications that are--- allowed to authenticate using the OIDC provider, and a list of--- thumbprints of the server certificate(s) that the IdP uses. You get all--- of this information from the OIDC IdP that you want to use for access to--- AWS.+-- When you create the IAM OIDC provider, you specify the URL of the OIDC identity provider (IdP) to trust, a list of client IDs (also known as audiences) that identify the application or applications that are allowed to authenticate using the OIDC provider, and a list of thumbprints of the server certificate(s) that the IdP uses. You get all of this information from the OIDC IdP that you want to use for access to AWS. ----- Because trust for the OIDC provider is ultimately derived from the IAM--- provider that this action creates, it is a best practice to limit access--- to the < CreateOpenIDConnectProvider> action to highly-privileged users.+-- Because trust for the OIDC provider is ultimately derived from the IAM provider that this action creates, it is a best practice to limit access to the < CreateOpenIDConnectProvider> action to highly-privileged users. module Network.AWS.IAM.CreateOpenIdConnectProvider ( -- * Creating a Request@@ -87,56 +76,27 @@ , _coicpThumbprintList = mempty } --- | 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--- 'client_id' parameter on OAuth requests.)+-- | 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 'client_id' parameter on OAuth requests.) ----- 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.+-- 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. ----- There is no defined format for a client ID. The--- 'CreateOpenIDConnectProviderRequest' action accepts client IDs up to 255--- characters long.+-- There is no defined format for a client ID. The 'CreateOpenIDConnectProviderRequest' action accepts client IDs up to 255 characters long. coicpClientIdList :: Lens' CreateOpenIdConnectProvider [Text] coicpClientIdList = lens _coicpClientIdList (\ s a -> s{_coicpClientIdList = a}) . _Default . _Coerce; --- | The URL of the identity provider. The URL must begin with \"https:\/\/\"--- and should correspond to the 'iss' 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 host--- name, like \"https:\/\/server.example.org\" or--- \"https:\/\/example.com\".+-- | The URL of the identity provider. The URL must begin with \"https:\/\/\" and should correspond to the 'iss' 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 host name, like \"https:\/\/server.example.org\" or \"https:\/\/example.com\". ----- You cannot register the same provider multiple times in a single AWS--- account. If you try to submit a URL that has already been used for an--- OpenID Connect provider in the AWS account, you will get an error.+-- You cannot register the same provider multiple times in a single AWS account. If you try to submit a URL that has already been used for an OpenID Connect provider in the AWS account, you will get an error. coicpURL :: Lens' CreateOpenIdConnectProvider Text coicpURL = lens _coicpURL (\ s a -> s{_coicpURL = a}); --- | A list of server certificate thumbprints for the OpenID Connect (OIDC)--- identity provider\'s server certificate(s). 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.+-- | A list of server certificate thumbprints for the OpenID Connect (OIDC) identity provider\'s server certificate(s). 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. ----- 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.+-- 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. ----- You must provide at least one thumbprint when creating an IAM OIDC--- provider. For example, if the OIDC provider is 'server.example.com' and--- the provider stores its keys at--- \"https:\/\/keys.server.example.com\/openid-connect\", the thumbprint--- string would be the hex-encoded SHA-1 hash value of the certificate used--- by https:\/\/keys.server.example.com.+-- You must provide at least one thumbprint when creating an IAM OIDC provider. For example, if the OIDC provider is 'server.example.com' and the provider stores its keys at \"https:\/\/keys.server.example.com\/openid-connect\", the thumbprint string would be the hex-encoded SHA-1 hash value of the certificate used by https:\/\/keys.server.example.com. ----- For more information about obtaining the OIDC provider\'s thumbprint,--- see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/identity-providers-oidc-obtain-thumbprint.html Obtaining the Thumbprint for an OpenID Connect Provider>--- in the /IAM User Guide/.+-- For more information about obtaining the OIDC provider\'s thumbprint, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/identity-providers-oidc-obtain-thumbprint.html Obtaining the Thumbprint for an OpenID Connect Provider> in the /IAM User Guide/. coicpThumbprintList :: Lens' CreateOpenIdConnectProvider [Text] coicpThumbprintList = lens _coicpThumbprintList (\ s a -> s{_coicpThumbprintList = a}) . _Coerce; @@ -175,8 +135,7 @@ "ThumbprintList" =: toQueryList "member" _coicpThumbprintList] --- | Contains the response to a successful < CreateOpenIDConnectProvider>--- request.+-- | Contains the response to a successful < CreateOpenIDConnectProvider> request. -- -- /See:/ 'createOpenIdConnectProviderResponse' smart constructor. data CreateOpenIdConnectProviderResponse = CreateOpenIdConnectProviderResponse'@@ -200,9 +159,7 @@ , _coicprsResponseStatus = pResponseStatus_ } --- | The Amazon Resource Name (ARN) of the IAM OpenID Connect provider that--- was created. For more information, see--- < OpenIDConnectProviderListEntry>.+-- | The Amazon Resource Name (ARN) of the IAM OpenID Connect provider that was created. For more information, see < OpenIDConnectProviderListEntry>. coicprsOpenIdConnectProviderARN :: Lens' CreateOpenIdConnectProviderResponse (Maybe Text) coicprsOpenIdConnectProviderARN = lens _coicprsOpenIdConnectProviderARN (\ s a -> s{_coicprsOpenIdConnectProviderARN = a});
gen/Network/AWS/IAM/CreatePolicy.hs view
@@ -20,15 +20,9 @@ -- -- Creates a new managed policy for your AWS account. ----- This operation creates a policy version with a version identifier of--- 'v1' and sets v1 as the policy\'s default version. For more information--- about policy versions, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies>--- in the /IAM User Guide/.+-- This operation creates a policy version with a version identifier of 'v1' and sets v1 as the policy\'s default version. For more information about policy versions, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies> in the /IAM User Guide/. ----- For more information about managed policies in general, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- For more information about managed policies in general, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. module Network.AWS.IAM.CreatePolicy ( -- * Creating a Request@@ -88,22 +82,17 @@ -- | The path for the policy. ----- For more information about paths, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /IAM User Guide/.+-- For more information about paths, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /IAM User Guide/. ----- This parameter is optional. If it is not included, it defaults to a--- slash (\/).+-- This parameter is optional. If it is not included, it defaults to a slash (\/). cpPath :: Lens' CreatePolicy (Maybe Text) cpPath = lens _cpPath (\ s a -> s{_cpPath = a}); -- | A friendly description of the policy. ----- Typically used to store information about the permissions defined in the--- policy. For example, \"Grants access to production DynamoDB tables.\"+-- Typically used to store information about the permissions defined in the policy. For example, \"Grants access to production DynamoDB tables.\" ----- The policy description is immutable. After a value is assigned, it--- cannot be changed.+-- The policy description is immutable. After a value is assigned, it cannot be changed. cpDescription :: Lens' CreatePolicy (Maybe Text) cpDescription = lens _cpDescription (\ s a -> s{_cpDescription = a});
gen/Network/AWS/IAM/CreatePolicyVersion.hs view
@@ -18,20 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- 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 < DeletePolicyVersion> before you--- create a new version.+-- 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 < DeletePolicyVersion> before you create a new version. ----- Optionally, you can set the new version as the policy\'s default--- version. The default version is the operative version; that is, the--- version that is in effect for the IAM users, groups, and roles that the--- policy is attached to.+-- Optionally, you can set the new version as the policy\'s default version. The default version is the operative version; that is, the version that is in effect for the IAM users, groups, and roles that the policy is attached to. ----- For more information about managed policy versions, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies>--- in the /IAM User Guide/.+-- For more information about managed policy versions, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies> in the /IAM User Guide/. module Network.AWS.IAM.CreatePolicyVersion ( -- * Creating a Request@@ -86,13 +77,9 @@ -- | Specifies whether to set this version as the policy\'s default version. ----- When this parameter is 'true', the new policy version becomes the--- operative version; that is, the version that is in effect for the IAM--- users, groups, and roles that the policy is attached to.+-- When this parameter is 'true', the new policy version becomes the operative version; that is, the version that is in effect for the IAM users, groups, and roles that the policy is attached to. ----- For more information about managed policy versions, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies>--- in the /IAM User Guide/.+-- For more information about managed policy versions, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies> in the /IAM User Guide/. cpvSetAsDefault :: Lens' CreatePolicyVersion (Maybe Bool) cpvSetAsDefault = lens _cpvSetAsDefault (\ s a -> s{_cpvSetAsDefault = a});
gen/Network/AWS/IAM/CreateRole.hs view
@@ -18,13 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a new role for your AWS account. For more information about--- roles, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html Working with Roles>.--- For information about limitations on role names and the number of roles--- you can create, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities>--- in the /IAM User Guide/.+-- Creates a new role for your AWS account. For more information about roles, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html Working with Roles>. For information about limitations on role names and the number of roles you can create, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities> in the /IAM User Guide/. module Network.AWS.IAM.CreateRole ( -- * Creating a Request@@ -77,12 +71,9 @@ , _crAssumeRolePolicyDocument = pAssumeRolePolicyDocument_ } --- | The path to the role. For more information about paths, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The path to the role. For more information about paths, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. ----- This parameter is optional. If it is not included, it defaults to a--- slash (\/).+-- This parameter is optional. If it is not included, it defaults to a slash (\/). crPath :: Lens' CreateRole (Maybe Text) crPath = lens _crPath (\ s a -> s{_crPath = a}); @@ -90,8 +81,7 @@ crRoleName :: Lens' CreateRole Text crRoleName = lens _crRoleName (\ s a -> s{_crRoleName = a}); --- | The trust relationship policy document that grants an entity permission--- to assume the role.+-- | The trust relationship policy document that grants an entity permission to assume the role. crAssumeRolePolicyDocument :: Lens' CreateRole Text crAssumeRolePolicyDocument = lens _crAssumeRolePolicyDocument (\ s a -> s{_crAssumeRolePolicyDocument = a});
gen/Network/AWS/IAM/CreateSAMLProvider.hs view
@@ -18,30 +18,15 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates an IAM entity to describe an identity provider (IdP) that--- supports SAML 2.0.+-- Creates an IAM entity to describe an identity provider (IdP) that supports SAML 2.0. ----- The SAML provider that you create with this operation can be used as a--- principal in a role\'s trust policy to establish a trust relationship--- between AWS and a SAML identity provider. You can create an IAM role--- that supports Web-based single sign-on (SSO) to the AWS Management--- Console or one that supports API access to AWS.+-- The SAML provider that you create with this operation can be used as a principal in a role\'s trust policy to establish a trust relationship between AWS and a SAML identity provider. You can create an IAM role that supports Web-based single sign-on (SSO) to the AWS Management Console or one that supports API access to AWS. ----- When you create the SAML provider, you upload an a SAML metadata--- document that you get from your IdP and that 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.+-- When you create the SAML provider, you upload an a SAML metadata document that you get from your IdP and that 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. ----- This operation requires--- <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4>.+-- This operation requires <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4>. ----- For more information, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_enable-console-saml.html Enabling SAML 2.0 Federated Users to Access the AWS Management Console>--- and--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html About SAML 2.0-based Federation>--- in the /IAM User Guide/.+-- For more information, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_enable-console-saml.html Enabling SAML 2.0 Federated Users to Access the AWS Management Console> and <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html About SAML 2.0-based Federation> in the /IAM User Guide/. module Network.AWS.IAM.CreateSAMLProvider ( -- * Creating a Request@@ -89,16 +74,9 @@ , _csamlpName = pName_ } --- | 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.+-- | 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. ----- For more information, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html About SAML 2.0-based Federation>--- in the /IAM User Guide/+-- For more information, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html About SAML 2.0-based Federation> in the /IAM User Guide/ csamlpSAMLMetadataDocument :: Lens' CreateSAMLProvider Text csamlpSAMLMetadataDocument = lens _csamlpSAMLMetadataDocument (\ s a -> s{_csamlpSAMLMetadataDocument = a});
gen/Network/AWS/IAM/CreateUser.hs view
@@ -20,10 +20,7 @@ -- -- Creates a new user for your AWS account. ----- For information about limitations on the number of users you can create,--- see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities>--- in the /IAM User Guide/.+-- For information about limitations on the number of users you can create, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities> in the /IAM User Guide/. module Network.AWS.IAM.CreateUser ( -- * Creating a Request@@ -70,12 +67,9 @@ , _cuUserName = pUserName_ } --- | The path for the user name. For more information about paths, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The path for the user name. For more information about paths, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. ----- This parameter is optional. If it is not included, it defaults to a--- slash (\/).+-- This parameter is optional. If it is not included, it defaults to a slash (\/). cuPath :: Lens' CreateUser (Maybe Text) cuPath = lens _cuPath (\ s a -> s{_cuPath = a});
gen/Network/AWS/IAM/CreateVirtualMFADevice.hs view
@@ -18,23 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a new virtual MFA device for the AWS account. After creating the--- virtual MFA, use < EnableMFADevice> to attach the MFA device to an IAM--- user. For more information about creating and working with virtual MFA--- devices, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html Using a Virtual MFA Device>--- in the /Using IAM/ guide.+-- Creates a new virtual MFA device for the AWS account. After creating the virtual MFA, use < EnableMFADevice> to attach the MFA device to an IAM user. For more information about creating and working with virtual MFA devices, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html Using a Virtual MFA Device> in the /Using IAM/ guide. ----- For information about limits on the number of MFA devices you can--- create, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on Entities>--- in the /Using IAM/ guide.+-- For information about limits on the number of MFA devices you can create, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on Entities> in the /Using IAM/ guide. ----- The seed information contained in the QR code and the Base32 string--- should be treated like any other secret access information, such as your--- AWS access keys or your passwords. After you provision your virtual--- device, you should ensure that the information is destroyed following--- secure procedures.+-- The seed information contained in the QR code and the Base32 string should be treated like any other secret access information, such as your AWS access keys or your passwords. After you provision your virtual device, you should ensure that the information is destroyed following secure procedures. module Network.AWS.IAM.CreateVirtualMFADevice ( -- * Creating a Request@@ -81,18 +69,13 @@ , _cvmdVirtualMFADeviceName = pVirtualMFADeviceName_ } --- | The path for the virtual MFA device. For more information about paths,--- see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The path for the virtual MFA device. For more information about paths, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. ----- This parameter is optional. If it is not included, it defaults to a--- slash (\/).+-- This parameter is optional. If it is not included, it defaults to a slash (\/). cvmdPath :: Lens' CreateVirtualMFADevice (Maybe Text) cvmdPath = lens _cvmdPath (\ s a -> s{_cvmdPath = a}); --- | The name of the virtual MFA device. Use with path to uniquely identify a--- virtual MFA device.+-- | The name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device. cvmdVirtualMFADeviceName :: Lens' CreateVirtualMFADevice Text cvmdVirtualMFADeviceName = lens _cvmdVirtualMFADeviceName (\ s a -> s{_cvmdVirtualMFADeviceName = a});
gen/Network/AWS/IAM/DeactivateMFADevice.hs view
@@ -18,13 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Deactivates the specified MFA device and removes it from association--- with the user name for which it was originally enabled.+-- Deactivates the specified MFA device and removes it from association with the user name for which it was originally enabled. ----- For more information about creating and working with virtual MFA--- devices, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html Using a Virtual MFA Device>--- in the /Using IAM/ guide.+-- For more information about creating and working with virtual MFA devices, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html Using a Virtual MFA Device> in the /Using IAM/ guide. module Network.AWS.IAM.DeactivateMFADevice ( -- * Creating a Request@@ -73,8 +69,7 @@ dmdUserName :: Lens' DeactivateMFADevice Text dmdUserName = lens _dmdUserName (\ s a -> s{_dmdUserName = a}); --- | The serial number that uniquely identifies the MFA device. For virtual--- MFA devices, the serial number is the device ARN.+-- | The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN. dmdSerialNumber :: Lens' DeactivateMFADevice Text dmdSerialNumber = lens _dmdSerialNumber (\ s a -> s{_dmdSerialNumber = a});
gen/Network/AWS/IAM/DeleteAccessKey.hs view
@@ -20,11 +20,7 @@ -- -- Deletes the access key associated with the specified user. ----- If you do not specify a user name, IAM determines the user name--- implicitly based on the AWS access key ID signing the request. Because--- this action works for access keys under the AWS account, you can use--- this action to manage root credentials even if the AWS account has no--- associated users.+-- If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users. module Network.AWS.IAM.DeleteAccessKey ( -- * Creating a Request@@ -72,8 +68,7 @@ dakUserName :: Lens' DeleteAccessKey (Maybe Text) dakUserName = lens _dakUserName (\ s a -> s{_dakUserName = a}); --- | The access key ID for the access key ID and secret access key you want--- to delete.+-- | The access key ID for the access key ID and secret access key you want to delete. dakAccessKeyId :: Lens' DeleteAccessKey Text dakAccessKeyId = lens _dakAccessKeyId (\ s a -> s{_dakAccessKeyId = a});
gen/Network/AWS/IAM/DeleteAccountAlias.hs view
@@ -18,10 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified AWS account alias. For information about using an--- AWS account alias, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html Using an Alias for Your AWS Account ID>--- in the /IAM User Guide/.+-- Deletes the specified AWS account alias. For information about using an AWS account alias, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html Using an Alias for Your AWS Account ID> in the /IAM User Guide/. module Network.AWS.IAM.DeleteAccountAlias ( -- * Creating a Request
gen/Network/AWS/IAM/DeleteGroup.hs view
@@ -18,8 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified group. The group must not contain any users or--- have any attached policies.+-- Deletes the specified group. The group must not contain any users or have any attached policies. module Network.AWS.IAM.DeleteGroup ( -- * Creating a Request
gen/Network/AWS/IAM/DeleteGroupPolicy.hs view
@@ -18,14 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified inline policy that is embedded in the specified--- group.+-- Deletes the specified inline policy that is embedded in the specified group. ----- A group can also have managed policies attached to it. To detach a--- managed policy from a group, use < DetachGroupPolicy>. For more--- information about policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- A group can also have managed policies attached to it. To detach a managed policy from a group, use < DetachGroupPolicy>. For more information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. module Network.AWS.IAM.DeleteGroupPolicy ( -- * Creating a Request@@ -70,8 +65,7 @@ , _dPolicyName = pPolicyName_ } --- | The name (friendly name, not ARN) identifying the group that the policy--- is embedded in.+-- | The name (friendly name, not ARN) identifying the group that the policy is embedded in. dGroupName :: Lens' DeleteGroupPolicy Text dGroupName = lens _dGroupName (\ s a -> s{_dGroupName = a});
gen/Network/AWS/IAM/DeleteInstanceProfile.hs view
@@ -18,16 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified instance profile. The instance profile must not--- have an associated role.+-- Deletes the specified instance profile. The instance profile must not have an associated role. ----- Make sure 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.+-- Make sure 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. ----- For more information about instance profiles, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html About Instance Profiles>.+-- For more information about instance profiles, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html About Instance Profiles>. module Network.AWS.IAM.DeleteInstanceProfile ( -- * Creating a Request
gen/Network/AWS/IAM/DeleteLoginProfile.hs view
@@ -18,15 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the password for the specified user, which terminates the--- user\'s ability to access AWS services through the AWS Management--- Console.+-- Deletes the password for the specified user, which terminates the user\'s ability to access AWS services through the AWS Management Console. ----- Deleting a user\'s password does not prevent a user from accessing IAM--- through the command line interface or the API. To prevent all user--- access you must also either make the access key inactive or delete it.--- For more information about making keys inactive or deleting them, see--- < UpdateAccessKey> and < DeleteAccessKey>.+-- Deleting a user\'s password does not prevent a user from accessing IAM through the command line interface or the API. To prevent all user access you must also either make the access key inactive or delete it. For more information about making keys inactive or deleting them, see < UpdateAccessKey> and < DeleteAccessKey>. module Network.AWS.IAM.DeleteLoginProfile ( -- * Creating a Request
gen/Network/AWS/IAM/DeleteOpenIdConnectProvider.hs view
@@ -20,12 +20,9 @@ -- -- Deletes an IAM OpenID Connect identity provider. ----- Deleting an OIDC provider 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 provider that has been deleted will fail.+-- Deleting an OIDC provider 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 provider that has been deleted will fail. ----- This action is idempotent; it does not fail or return an error if you--- call the action for a provider that was already deleted.+-- This action is idempotent; it does not fail or return an error if you call the action for a provider that was already deleted. module Network.AWS.IAM.DeleteOpenIdConnectProvider ( -- * Creating a Request@@ -64,9 +61,7 @@ { _doicpOpenIdConnectProviderARN = pOpenIdConnectProviderARN_ } --- | The Amazon Resource Name (ARN) of the IAM OpenID Connect provider to--- delete. You can get a list of OpenID Connect provider ARNs by using the--- < ListOpenIDConnectProviders> action.+-- | The Amazon Resource Name (ARN) of the IAM OpenID Connect provider to delete. You can get a list of OpenID Connect provider ARNs by using the < ListOpenIDConnectProviders> action. doicpOpenIdConnectProviderARN :: Lens' DeleteOpenIdConnectProvider Text doicpOpenIdConnectProviderARN = lens _doicpOpenIdConnectProviderARN (\ s a -> s{_doicpOpenIdConnectProviderARN = a});
gen/Network/AWS/IAM/DeletePolicy.hs view
@@ -20,26 +20,13 @@ -- -- Deletes the specified managed policy. ----- Before you can delete a managed policy, you must detach the policy from--- all users, groups, and roles that it is attached to, and you must delete--- all of the policy\'s versions. The following steps describe the process--- for deleting a managed policy:+-- Before you can delete a managed policy, you must detach the policy from all users, groups, and roles that it is attached to, and you must delete all of the policy\'s versions. The following steps describe the process for deleting a managed policy: ----- 1. Detach the policy from all users, groups, and roles that the policy--- is attached to, using the < DetachUserPolicy>, < DetachGroupPolicy>,--- or < DetachRolePolicy> APIs. To list all the users, groups, and--- roles that a policy is attached to, use < ListEntitiesForPolicy>.--- 2. Delete all versions of the policy using < DeletePolicyVersion>. To--- list the policy\'s versions, use < ListPolicyVersions>. You cannot--- use < DeletePolicyVersion> 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.--- 3. Delete the policy (this automatically deletes the policy\'s default--- version) using this API.+-- 1. Detach the policy from all users, groups, and roles that the policy is attached to, using the < DetachUserPolicy>, < DetachGroupPolicy>, or < DetachRolePolicy> APIs. To list all the users, groups, and roles that a policy is attached to, use < ListEntitiesForPolicy>.+-- 2. Delete all versions of the policy using < DeletePolicyVersion>. To list the policy\'s versions, use < ListPolicyVersions>. You cannot use < DeletePolicyVersion> 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.+-- 3. Delete the policy (this automatically deletes the policy\'s default version) using this API. ----- For information about managed policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- For information about managed policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. module Network.AWS.IAM.DeletePolicy ( -- * Creating a Request
gen/Network/AWS/IAM/DeletePolicyVersion.hs view
@@ -20,14 +20,9 @@ -- -- Deletes the specified version of the specified managed policy. ----- You cannot delete the default version of a policy using this API. To--- delete the default version of a policy, use < DeletePolicy>. To find out--- which version of a policy is marked as the default version, use--- < ListPolicyVersions>.+-- You cannot delete the default version of a policy using this API. To delete the default version of a policy, use < DeletePolicy>. To find out which version of a policy is marked as the default version, use < ListPolicyVersions>. ----- For information about versions for managed policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies>--- in the /IAM User Guide/.+-- For information about versions for managed policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies> in the /IAM User Guide/. module Network.AWS.IAM.DeletePolicyVersion ( -- * Creating a Request@@ -78,9 +73,7 @@ -- | The policy version to delete. ----- For more information about managed policy versions, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies>--- in the /IAM User Guide/.+-- For more information about managed policy versions, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies> in the /IAM User Guide/. dpvVersionId :: Lens' DeletePolicyVersion Text dpvVersionId = lens _dpvVersionId (\ s a -> s{_dpvVersionId = a});
gen/Network/AWS/IAM/DeleteRole.hs view
@@ -18,14 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified role. The role must not have any policies--- attached. For more information about roles, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html Working with Roles>.+-- Deletes the specified role. The role must not have any policies attached. For more information about roles, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html Working with Roles>. ----- Make sure 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.+-- Make sure 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. module Network.AWS.IAM.DeleteRole ( -- * Creating a Request
gen/Network/AWS/IAM/DeleteRolePolicy.hs view
@@ -18,14 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified inline policy that is embedded in the specified--- role.+-- Deletes the specified inline policy that is embedded in the specified role. ----- A role can also have managed policies attached to it. To detach a--- managed policy from a role, use < DetachRolePolicy>. For more--- information about policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- A role can also have managed policies attached to it. To detach a managed policy from a role, use < DetachRolePolicy>. For more information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. module Network.AWS.IAM.DeleteRolePolicy ( -- * Creating a Request@@ -70,8 +65,7 @@ , _delPolicyName = pPolicyName_ } --- | The name (friendly name, not ARN) identifying the role that the policy--- is embedded in.+-- | The name (friendly name, not ARN) identifying the role that the policy is embedded in. delRoleName :: Lens' DeleteRolePolicy Text delRoleName = lens _delRoleName (\ s a -> s{_delRoleName = a});
gen/Network/AWS/IAM/DeleteSAMLProvider.hs view
@@ -20,12 +20,9 @@ -- -- Deletes a SAML provider. ----- Deleting the provider does not update any roles that reference the SAML--- provider as a principal in their trust policies. Any attempt to assume a--- role that references a SAML provider that has been deleted will fail.+-- Deleting the provider does not update any roles that reference the SAML provider as a principal in their trust policies. Any attempt to assume a role that references a SAML provider that has been deleted will fail. ----- This operation requires--- <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4>.+-- This operation requires <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4>. module Network.AWS.IAM.DeleteSAMLProvider ( -- * Creating a Request
gen/Network/AWS/IAM/DeleteSSHPublicKey.hs view
@@ -20,12 +20,7 @@ -- -- Deletes the specified SSH public key. ----- The SSH public key deleted by this action is used only for--- authenticating the associated IAM user to an AWS CodeCommit repository.--- For more information about using SSH keys to authenticate to an AWS--- CodeCommit repository, see--- <http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html Set up AWS CodeCommit for SSH Connections>--- in the /AWS CodeCommit User Guide/.+-- The SSH public key deleted by this action is used only for authenticating the associated IAM user to an AWS CodeCommit repository. For more information about using SSH keys to authenticate to an AWS CodeCommit repository, see <http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html Set up AWS CodeCommit for SSH Connections> in the /AWS CodeCommit User Guide/. module Network.AWS.IAM.DeleteSSHPublicKey ( -- * Creating a Request
gen/Network/AWS/IAM/DeleteServerCertificate.hs view
@@ -20,22 +20,9 @@ -- -- Deletes the specified server certificate. ----- For more information about working with server certificates, including a--- list of AWS services that can use the server certificates that you--- manage with IAM, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html Working with Server Certificates>--- in the /IAM User Guide/.+-- For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html Working with Server Certificates> in the /IAM User Guide/. ----- 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, go to--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_DeleteLoadBalancerListeners.html DeleteLoadBalancerListeners>--- in the /Elastic Load Balancing API Reference/.+-- 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, go to <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_DeleteLoadBalancerListeners.html DeleteLoadBalancerListeners> in the /Elastic Load Balancing API Reference/. module Network.AWS.IAM.DeleteServerCertificate ( -- * Creating a Request
gen/Network/AWS/IAM/DeleteSigningCertificate.hs view
@@ -18,14 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified signing certificate associated with the specified--- user.+-- Deletes the specified signing certificate associated with the specified user. ----- If you do not specify a user name, IAM determines the user name--- implicitly based on the AWS access key ID signing the request. Because--- this action works for access keys under the AWS account, you can use--- this action to manage root credentials even if the AWS account has no--- associated users.+-- If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users. module Network.AWS.IAM.DeleteSigningCertificate ( -- * Creating a Request
gen/Network/AWS/IAM/DeleteUser.hs view
@@ -18,8 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified user. The user must not belong to any groups, have--- any keys or signing certificates, or have any attached policies.+-- Deletes the specified user. The user must not belong to any groups, have any keys or signing certificates, or have any attached policies. module Network.AWS.IAM.DeleteUser ( -- * Creating a Request
gen/Network/AWS/IAM/DeleteUserPolicy.hs view
@@ -18,14 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified inline policy that is embedded in the specified--- user.+-- Deletes the specified inline policy that is embedded in the specified user. ----- A user can also have managed policies attached to it. To detach a--- managed policy from a user, use < DetachUserPolicy>. For more--- information about policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- A user can also have managed policies attached to it. To detach a managed policy from a user, use < DetachUserPolicy>. For more information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. module Network.AWS.IAM.DeleteUserPolicy ( -- * Creating a Request@@ -70,8 +65,7 @@ , _dupPolicyName = pPolicyName_ } --- | The name (friendly name, not ARN) identifying the user that the policy--- is embedded in.+-- | The name (friendly name, not ARN) identifying the user that the policy is embedded in. dupUserName :: Lens' DeleteUserPolicy Text dupUserName = lens _dupUserName (\ s a -> s{_dupUserName = a});
gen/Network/AWS/IAM/DeleteVirtualMFADevice.hs view
@@ -20,9 +20,7 @@ -- -- Deletes a virtual MFA device. ----- You must deactivate a user\'s virtual MFA device before you can delete--- it. For information about deactivating MFA devices, see--- < DeactivateMFADevice>.+-- You must deactivate a user\'s virtual MFA device before you can delete it. For information about deactivating MFA devices, see < DeactivateMFADevice>. module Network.AWS.IAM.DeleteVirtualMFADevice ( -- * Creating a Request@@ -61,8 +59,7 @@ { _dvmdSerialNumber = pSerialNumber_ } --- | The serial number that uniquely identifies the MFA device. For virtual--- MFA devices, the serial number is the same as the ARN.+-- | The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the same as the ARN. dvmdSerialNumber :: Lens' DeleteVirtualMFADevice Text dvmdSerialNumber = lens _dvmdSerialNumber (\ s a -> s{_dvmdSerialNumber = a});
gen/Network/AWS/IAM/DetachGroupPolicy.hs view
@@ -20,11 +20,7 @@ -- -- Removes the specified managed policy from the specified group. ----- A group can also have inline policies embedded with it. To delete an--- inline policy, use the < DeleteGroupPolicy> API. For information about--- policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- A group can also have inline policies embedded with it. To delete an inline policy, use the < DeleteGroupPolicy> API. For information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. module Network.AWS.IAM.DetachGroupPolicy ( -- * Creating a Request@@ -69,8 +65,7 @@ , _dgpPolicyARN = pPolicyARN_ } --- | The name (friendly name, not ARN) of the group to detach the policy--- from.+-- | The name (friendly name, not ARN) of the group to detach the policy from. dgpGroupName :: Lens' DetachGroupPolicy Text dgpGroupName = lens _dgpGroupName (\ s a -> s{_dgpGroupName = a});
gen/Network/AWS/IAM/DetachRolePolicy.hs view
@@ -20,11 +20,7 @@ -- -- Removes the specified managed policy from the specified role. ----- A role can also have inline policies embedded with it. To delete an--- inline policy, use the < DeleteRolePolicy> API. For information about--- policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- A role can also have inline policies embedded with it. To delete an inline policy, use the < DeleteRolePolicy> API. For information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. module Network.AWS.IAM.DetachRolePolicy ( -- * Creating a Request
gen/Network/AWS/IAM/DetachUserPolicy.hs view
@@ -20,11 +20,7 @@ -- -- Removes the specified managed policy from the specified user. ----- A user can also have inline policies embedded with it. To delete an--- inline policy, use the < DeleteUserPolicy> API. For information about--- policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- A user can also have inline policies embedded with it. To delete an inline policy, use the < DeleteUserPolicy> API. For information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. module Network.AWS.IAM.DetachUserPolicy ( -- * Creating a Request
gen/Network/AWS/IAM/EnableMFADevice.hs view
@@ -18,9 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Enables the specified MFA device and associates it with the specified--- user name. When enabled, the MFA device is required for every subsequent--- login by the user name associated with the device.+-- Enables the specified MFA device and associates it with the specified user name. When enabled, the MFA device is required for every subsequent login by the user name associated with the device. module Network.AWS.IAM.EnableMFADevice ( -- * Creating a Request@@ -81,8 +79,7 @@ emdUserName :: Lens' EnableMFADevice Text emdUserName = lens _emdUserName (\ s a -> s{_emdUserName = a}); --- | The serial number that uniquely identifies the MFA device. For virtual--- MFA devices, the serial number is the device ARN.+-- | The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN. emdSerialNumber :: Lens' EnableMFADevice Text emdSerialNumber = lens _emdSerialNumber (\ s a -> s{_emdSerialNumber = a});
gen/Network/AWS/IAM/GenerateCredentialReport.hs view
@@ -18,10 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Generates a credential report for the AWS account. For more information--- about the credential report, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html Getting Credential Reports>--- in the /IAM User Guide/.+-- Generates a credential report for the AWS account. For more information about the credential report, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html Getting Credential Reports> in the /IAM User Guide/. module Network.AWS.IAM.GenerateCredentialReport ( -- * Creating a Request@@ -84,8 +81,7 @@ ("GenerateCredentialReport" :: ByteString), "Version" =: ("2010-05-08" :: ByteString)]) --- | Contains the response to a successful < GenerateCredentialReport>--- request.+-- | Contains the response to a successful < GenerateCredentialReport> request. -- -- /See:/ 'generateCredentialReportResponse' smart constructor. data GenerateCredentialReportResponse = GenerateCredentialReportResponse'
gen/Network/AWS/IAM/GetAccessKeyLastUsed.hs view
@@ -18,10 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieves information about when the specified access key was last used.--- The information includes the date and time of last use, along with the--- AWS service and region that were specified in the last request made with--- that key.+-- Retrieves information about when the specified access key was last used. The information includes the date and time of last use, along with the AWS service and region that were specified in the last request made with that key. module Network.AWS.IAM.GetAccessKeyLastUsed ( -- * Creating a Request@@ -96,9 +93,7 @@ "Version" =: ("2010-05-08" :: ByteString), "AccessKeyId" =: _gakluAccessKeyId] --- | Contains the response to a successful < GetAccessKeyLastUsed> request.--- It is also returned as a member of the < AccessKeyMetaData> structure--- returned by the < ListAccessKeys> action.+-- | Contains the response to a successful < GetAccessKeyLastUsed> request. It is also returned as a member of the < AccessKeyMetaData> structure returned by the < ListAccessKeys> action. -- -- /See:/ 'getAccessKeyLastUsedResponse' smart constructor. data GetAccessKeyLastUsedResponse = GetAccessKeyLastUsedResponse'
gen/Network/AWS/IAM/GetAccountAuthorizationDetails.hs view
@@ -18,13 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieves information about all IAM users, groups, roles, and policies--- in your account, including their relationships to one another. Use this--- API to obtain a snapshot of the configuration of IAM permissions (users,--- groups, roles, and policies) in your account.+-- Retrieves information about all IAM users, groups, roles, and policies in your account, including their relationships to one another. Use this API to obtain a snapshot of the configuration of IAM permissions (users, groups, roles, and policies) in your account. ----- You can optionally filter the results using the 'Filter' parameter. You--- can paginate the results using the 'MaxItems' and 'Marker' parameters.+-- You can optionally filter the results using the 'Filter' parameter. You can paginate the results using the 'MaxItems' and 'Marker' parameters. module Network.AWS.IAM.GetAccountAuthorizationDetails ( -- * Creating a Request@@ -80,27 +76,17 @@ , _gaadFilter = Nothing } --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. gaadMarker :: Lens' GetAccountAuthorizationDetails (Maybe Text) gaadMarker = lens _gaadMarker (\ s a -> s{_gaadMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. gaadMaxItems :: Lens' GetAccountAuthorizationDetails (Maybe Natural) gaadMaxItems = lens _gaadMaxItems (\ s a -> s{_gaadMaxItems = a}) . mapping _Nat; --- | A list of entity types (user, group, role, local managed policy, or AWS--- managed policy) for filtering the results.+-- | A list of entity types (user, group, role, local managed policy, or AWS managed policy) for filtering the results. gaadFilter :: Lens' GetAccountAuthorizationDetails [EntityType] gaadFilter = lens _gaadFilter (\ s a -> s{_gaadFilter = a}) . _Default . _Coerce; @@ -150,8 +136,7 @@ "Filter" =: toQuery (toQueryList "member" <$> _gaadFilter)] --- | Contains the response to a successful < GetAccountAuthorizationDetails>--- request.+-- | Contains the response to a successful < GetAccountAuthorizationDetails> request. -- -- /See:/ 'getAccountAuthorizationDetailsResponse' smart constructor. data GetAccountAuthorizationDetailsResponse = GetAccountAuthorizationDetailsResponse'@@ -207,19 +192,11 @@ gaadrsUserDetailList :: Lens' GetAccountAuthorizationDetailsResponse [UserDetail] gaadrsUserDetailList = lens _gaadrsUserDetailList (\ s a -> s{_gaadrsUserDetailList = a}) . _Default . _Coerce; --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. gaadrsMarker :: Lens' GetAccountAuthorizationDetailsResponse (Maybe Text) gaadrsMarker = lens _gaadrsMarker (\ s a -> s{_gaadrsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. gaadrsIsTruncated :: Lens' GetAccountAuthorizationDetailsResponse (Maybe Bool) gaadrsIsTruncated = lens _gaadrsIsTruncated (\ s a -> s{_gaadrsIsTruncated = a});
gen/Network/AWS/IAM/GetAccountPasswordPolicy.hs view
@@ -18,9 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieves the password policy for the AWS account. For more information--- about using a password policy, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingPasswordPolicies.html Managing an IAM Password Policy>.+-- Retrieves the password policy for the AWS account. For more information about using a password policy, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingPasswordPolicies.html Managing an IAM Password Policy>. module Network.AWS.IAM.GetAccountPasswordPolicy ( -- * Creating a Request@@ -81,8 +79,7 @@ ("GetAccountPasswordPolicy" :: ByteString), "Version" =: ("2010-05-08" :: ByteString)]) --- | Contains the response to a successful < GetAccountPasswordPolicy>--- request.+-- | Contains the response to a successful < GetAccountPasswordPolicy> request. -- -- /See:/ 'getAccountPasswordPolicyResponse' smart constructor. data GetAccountPasswordPolicyResponse = GetAccountPasswordPolicyResponse'
gen/Network/AWS/IAM/GetAccountSummary.hs view
@@ -18,12 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieves information about IAM entity usage and IAM quotas in the AWS--- account.+-- Retrieves information about IAM entity usage and IAM quotas in the AWS account. ----- For information about limitations on IAM entities, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities>--- in the /IAM User Guide/.+-- For information about limitations on IAM entities, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities> in the /IAM User Guide/. module Network.AWS.IAM.GetAccountSummary ( -- * Creating a Request@@ -108,8 +105,7 @@ , _gasrsResponseStatus = pResponseStatus_ } --- | A set of key value pairs containing information about IAM entity usage--- and IAM quotas.+-- | A set of key value pairs containing information about IAM entity usage and IAM quotas. -- -- 'SummaryMap' contains the following keys: --@@ -119,43 +115,35 @@ -- -- - __AccountAccessKeysPresent__ ----- This value is 1 if the AWS account (root) has an access key,--- otherwise it is 0.+-- This value is 1 if the AWS account (root) has an access key, otherwise it is 0. -- -- - __AccountMFAEnabled__ ----- This value is 1 if the AWS account (root) has an MFA device--- assigned, otherwise it is 0.+-- This value is 1 if the AWS account (root) has an MFA device assigned, otherwise it is 0. -- -- - __AccountSigningCertificatesPresent__ ----- This value is 1 if the AWS account (root) has a signing certificate,--- otherwise it is 0.+-- This value is 1 if the AWS account (root) has a signing certificate, otherwise it is 0. -- -- - __AssumeRolePolicySizeQuota__ ----- The maximum allowed size for assume role policy documents (trust--- policies), in non-whitespace characters.+-- The maximum allowed size for assume role policy documents (trust policies), in non-whitespace characters. -- -- - __AttachedPoliciesPerGroupQuota__ ----- The maximum number of managed policies that can be attached to an--- IAM group.+-- The maximum number of managed policies that can be attached to an IAM group. -- -- - __AttachedPoliciesPerRoleQuota__ ----- The maximum number of managed policies that can be attached to an--- IAM role.+-- The maximum number of managed policies that can be attached to an IAM role. -- -- - __AttachedPoliciesPerUserQuota__ ----- The maximum number of managed policies that can be attached to an--- IAM user.+-- The maximum number of managed policies that can be attached to an IAM user. -- -- - __GroupPolicySizeQuota__ ----- The maximum allowed size for the aggregate of all inline policies--- embedded in an IAM group, in non-whitespace characters.+-- The maximum allowed size for the aggregate of all inline policies embedded in an IAM group, in non-whitespace characters. -- -- - __Groups__ --@@ -179,13 +167,11 @@ -- -- - __MFADevices__ ----- The number of MFA devices in the AWS account, including those--- assigned and unassigned.+-- The number of MFA devices in the AWS account, including those assigned and unassigned. -- -- - __MFADevicesInUse__ ----- The number of MFA devices that have been assigned to an IAM user or--- to the AWS account (root).+-- The number of MFA devices that have been assigned to an IAM user or to the AWS account (root). -- -- - __Policies__ --@@ -193,23 +179,19 @@ -- -- - __PoliciesQuota__ ----- The maximum number of customer managed policies allowed in the AWS--- account.+-- The maximum number of customer managed policies allowed in the AWS account. -- -- - __PolicySizeQuota__ ----- The maximum allowed size of a customer managed policy, in--- non-whitespace characters.+-- The maximum allowed size of a customer managed policy, in non-whitespace characters. -- -- - __PolicyVersionsInUse__ ----- The number of managed policies that are attached to IAM users,--- groups, or roles in the AWS account.+-- The number of managed policies that are attached to IAM users, groups, or roles in the AWS account. -- -- - __PolicyVersionsInUseQuota__ ----- The maximum number of managed policies that can be attached to IAM--- users, groups, or roles in the AWS account.+-- The maximum number of managed policies that can be attached to IAM users, groups, or roles in the AWS account. -- -- - __Providers__ --@@ -217,9 +199,7 @@ -- -- - __RolePolicySizeQuota__ ----- The maximum allowed size for the aggregate of all inline policies--- (access policies, not the trust policy) embedded in an IAM role, in--- non-whitespace characters.+-- The maximum allowed size for the aggregate of all inline policies (access policies, not the trust policy) embedded in an IAM role, in non-whitespace characters. -- -- - __Roles__ --@@ -235,18 +215,15 @@ -- -- - __ServerCertificatesQuota__ ----- The maximum number of server certificates allowed in the AWS--- account.+-- The maximum number of server certificates allowed in the AWS account. -- -- - __SigningCertificatesPerUserQuota__ ----- The maximum number of X.509 signing certificates allowed for each--- IAM user.+-- The maximum number of X.509 signing certificates allowed for each IAM user. -- -- - __UserPolicySizeQuota__ ----- The maximum allowed size for the aggregate of all inline policies--- embedded in an IAM user, in non-whitespace characters.+-- The maximum allowed size for the aggregate of all inline policies embedded in an IAM user, in non-whitespace characters. -- -- - __Users__ --@@ -258,8 +235,7 @@ -- -- - __VersionsPerPolicyQuota__ ----- The maximum number of policy versions allowed for each managed--- policy.+-- The maximum number of policy versions allowed for each managed policy. -- gasrsSummaryMap :: Lens' GetAccountSummaryResponse (HashMap SummaryKeyType Int) gasrsSummaryMap = lens _gasrsSummaryMap (\ s a -> s{_gasrsSummaryMap = a}) . _Default . _Map;
gen/Network/AWS/IAM/GetContextKeysForCustomPolicy.hs view
@@ -18,19 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Gets a list of all of the context keys referenced in 'Condition'--- elements 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--- < GetContextKeysForPrincipalPolicy>.+-- Gets a list of all of the context keys referenced in 'Condition' elements 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 < GetContextKeysForPrincipalPolicy>. ----- Context keys are variables maintained by AWS and its services that--- provide details about the context of an API query request, and can be--- evaluated by using the 'Condition' element of an IAM policy. Use--- GetContextKeysForCustomPolicy to understand what key names and values--- you must supply when you call < SimulateCustomPolicy>. 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.+-- Context keys are variables maintained by AWS and its services that provide details about the context of an API query request, and can be evaluated by using the 'Condition' element of an IAM policy. Use GetContextKeysForCustomPolicy to understand what key names and values you must supply when you call < SimulateCustomPolicy>. 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. module Network.AWS.IAM.GetContextKeysForCustomPolicy ( -- * Creating a Request@@ -70,9 +60,7 @@ { _gckfcpPolicyInputList = mempty } --- | A list of policies for which you want list of context keys used in--- 'Condition' elements. Each document is specified as a string containing--- the complete, valid JSON text of an IAM policy.+-- | A list of policies for which you want list of context keys used in 'Condition' elements. Each document is specified as a string containing the complete, valid JSON text of an IAM policy. gckfcpPolicyInputList :: Lens' GetContextKeysForCustomPolicy [Text] gckfcpPolicyInputList = lens _gckfcpPolicyInputList (\ s a -> s{_gckfcpPolicyInputList = a}) . _Coerce;
gen/Network/AWS/IAM/GetContextKeysForPrincipalPolicy.hs view
@@ -18,26 +18,13 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Gets a list of all of the context keys referenced in 'Condition'--- elements in all of the IAM policies 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.+-- Gets a list of all of the context keys referenced in 'Condition' elements in all of the IAM policies 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. ----- You can optionally include a list of one or more additional policies,--- specified as strings. If you want to include only a list of policies by--- string, use < GetContextKeysForCustomPolicy> instead.+-- You can optionally include a list of one or more additional policies, specified as strings. If you want to include only a list of policies by string, use < GetContextKeysForCustomPolicy> instead. ----- __Note:__ This API 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--- < GetContextKeysForCustomPolicy> instead.+-- __Note:__ This API 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 < GetContextKeysForCustomPolicy> instead. ----- Context keys are variables maintained by AWS and its services that--- provide details about the context of an API query request, and can be--- evaluated by using the 'Condition' element of an IAM policy. Use--- GetContextKeysForPrincipalPolicy to understand what key names and values--- you must supply when you call < SimulatePrincipalPolicy>.+-- Context keys are variables maintained by AWS and its services that provide details about the context of an API query request, and can be evaluated by using the 'Condition' element of an IAM policy. Use GetContextKeysForPrincipalPolicy to understand what key names and values you must supply when you call < SimulatePrincipalPolicy>. module Network.AWS.IAM.GetContextKeysForPrincipalPolicy ( -- * Creating a Request@@ -83,19 +70,11 @@ , _gckfppPolicySourceARN = pPolicySourceARN_ } --- | A optional list of additional policies for which you want list of--- context keys used in 'Condition' elements.+-- | A optional list of additional policies for which you want list of context keys used in 'Condition' elements. gckfppPolicyInputList :: Lens' GetContextKeysForPrincipalPolicy [Text] gckfppPolicyInputList = lens _gckfppPolicyInputList (\ s a -> s{_gckfppPolicyInputList = a}) . _Default . _Coerce; --- | 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 attached to the user as well--- as to 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.+-- | 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 attached to the user as well as to 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. gckfppPolicySourceARN :: Lens' GetContextKeysForPrincipalPolicy Text gckfppPolicySourceARN = lens _gckfppPolicySourceARN (\ s a -> s{_gckfppPolicySourceARN = a});
gen/Network/AWS/IAM/GetCredentialReport.hs view
@@ -18,10 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieves a credential report for the AWS account. For more information--- about the credential report, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html Getting Credential Reports>--- in the /IAM User Guide/.+-- Retrieves a credential report for the AWS account. For more information about the credential report, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html Getting Credential Reports> in the /IAM User Guide/. module Network.AWS.IAM.GetCredentialReport ( -- * Creating a Request@@ -127,8 +124,7 @@ grsContent :: Lens' GetCredentialReportResponse (Maybe ByteString) grsContent = lens _grsContent (\ s a -> s{_grsContent = a}) . mapping _Base64; --- | The date and time when the credential report was created, in--- <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>.+-- | The date and time when the credential report was created, in <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>. grsGeneratedTime :: Lens' GetCredentialReportResponse (Maybe UTCTime) grsGeneratedTime = lens _grsGeneratedTime (\ s a -> s{_grsGeneratedTime = a}) . mapping _Time;
gen/Network/AWS/IAM/GetGroup.hs view
@@ -18,8 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns a list of users that are in the specified group. You can--- paginate the results using the 'MaxItems' and 'Marker' parameters.+-- Returns a list of users that are in the specified group. You can paginate the results using the 'MaxItems' and 'Marker' parameters. -- -- This operation returns paginated results. module Network.AWS.IAM.GetGroup@@ -77,22 +76,13 @@ , _ggGroupName = pGroupName_ } --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. ggMarker :: Lens' GetGroup (Maybe Text) ggMarker = lens _ggMarker (\ s a -> s{_ggMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. ggMaxItems :: Lens' GetGroup (Maybe Natural) ggMaxItems = lens _ggMaxItems (\ s a -> s{_ggMaxItems = a}) . mapping _Nat; @@ -175,19 +165,11 @@ , _ggrsUsers = mempty } --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. ggrsMarker :: Lens' GetGroupResponse (Maybe Text) ggrsMarker = lens _ggrsMarker (\ s a -> s{_ggrsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. ggrsIsTruncated :: Lens' GetGroupResponse (Maybe Bool) ggrsIsTruncated = lens _ggrsIsTruncated (\ s a -> s{_ggrsIsTruncated = a});
gen/Network/AWS/IAM/GetGroupPolicy.hs view
@@ -18,17 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieves the specified inline policy document that is embedded in the--- specified group.+-- Retrieves the specified inline policy document that is embedded in the specified group. ----- A group can also have managed policies attached to it. To retrieve a--- managed policy document that is attached to a group, use < GetPolicy> to--- determine the policy\'s default version, then use < GetPolicyVersion> to--- retrieve the policy document.+-- A group can also have managed policies attached to it. To retrieve a managed policy document that is attached to a group, use < GetPolicy> to determine the policy\'s default version, then use < GetPolicyVersion> to retrieve the policy document. ----- For more information about policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- For more information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. module Network.AWS.IAM.GetGroupPolicy ( -- * Creating a Request
gen/Network/AWS/IAM/GetInstanceProfile.hs view
@@ -18,12 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieves information about the specified instance profile, including--- the instance profile\'s path, GUID, ARN, and role. For more information--- about instance profiles, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html About Instance Profiles>.--- For more information about ARNs, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html#Identifiers_ARNs ARNs>.+-- Retrieves information about the specified instance profile, including the instance profile\'s path, GUID, ARN, and role. For more information about instance profiles, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html About Instance Profiles>. For more information about ARNs, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html#Identifiers_ARNs ARNs>. module Network.AWS.IAM.GetInstanceProfile ( -- * Creating a Request
gen/Network/AWS/IAM/GetLoginProfile.hs view
@@ -18,9 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieves the user name and password-creation date for the specified--- user. If the user has not been assigned a password, the action returns a--- 404 ('NoSuchEntity') error.+-- Retrieves the user name and password-creation date for the specified user. If the user has not been assigned a password, the action returns a 404 ('NoSuchEntity') error. module Network.AWS.IAM.GetLoginProfile ( -- * Creating a Request
gen/Network/AWS/IAM/GetOpenIdConnectProvider.hs view
@@ -63,9 +63,7 @@ { _goicpOpenIdConnectProviderARN = pOpenIdConnectProviderARN_ } --- | The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider--- to get information for. You can get a list of OIDC provider ARNs by--- using the < ListOpenIDConnectProviders> action.+-- | The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider to get information for. You can get a list of OIDC provider ARNs by using the < ListOpenIDConnectProviders> action. goicpOpenIdConnectProviderARN :: Lens' GetOpenIdConnectProvider Text goicpOpenIdConnectProviderARN = lens _goicpOpenIdConnectProviderARN (\ s a -> s{_goicpOpenIdConnectProviderARN = a}); @@ -104,8 +102,7 @@ "OpenIDConnectProviderArn" =: _goicpOpenIdConnectProviderARN] --- | Contains the response to a successful < GetOpenIDConnectProvider>--- request.+-- | Contains the response to a successful < GetOpenIDConnectProvider> request. -- -- /See:/ 'getOpenIdConnectProviderResponse' smart constructor. data GetOpenIdConnectProviderResponse = GetOpenIdConnectProviderResponse'@@ -141,25 +138,19 @@ , _goicprsResponseStatus = pResponseStatus_ } --- | The date and time when the IAM OpenID Connect provider entity was--- created in the AWS account.+-- | The date and time when the IAM OpenID Connect provider entity was created in the AWS account. goicprsCreateDate :: Lens' GetOpenIdConnectProviderResponse (Maybe UTCTime) goicprsCreateDate = lens _goicprsCreateDate (\ s a -> s{_goicprsCreateDate = a}) . mapping _Time; --- | The URL that the IAM OpenID Connect provider is associated with. For--- more information, see < CreateOpenIDConnectProvider>.+-- | The URL that the IAM OpenID Connect provider is associated with. For more information, see < CreateOpenIDConnectProvider>. goicprsURL :: Lens' GetOpenIdConnectProviderResponse (Maybe Text) goicprsURL = lens _goicprsURL (\ s a -> s{_goicprsURL = a}); --- | A list of certificate thumbprints that are associated with the specified--- IAM OpenID Connect provider. For more information, see--- < CreateOpenIDConnectProvider>.+-- | A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see < CreateOpenIDConnectProvider>. goicprsThumbprintList :: Lens' GetOpenIdConnectProviderResponse [Text] goicprsThumbprintList = lens _goicprsThumbprintList (\ s a -> s{_goicprsThumbprintList = a}) . _Default . _Coerce; --- | A list of client IDs (also known as audiences) that are associated with--- the specified IAM OpenID Connect provider. For more information, see--- < CreateOpenIDConnectProvider>.+-- | A list of client IDs (also known as audiences) that are associated with the specified IAM OpenID Connect provider. For more information, see < CreateOpenIDConnectProvider>. goicprsClientIdList :: Lens' GetOpenIdConnectProviderResponse [Text] goicprsClientIdList = lens _goicprsClientIdList (\ s a -> s{_goicprsClientIdList = a}) . _Default . _Coerce;
gen/Network/AWS/IAM/GetPolicy.hs view
@@ -18,22 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieves information about the specified managed policy, including the--- policy\'s default version and the total number of users, groups, and--- roles that the policy is attached to. For a list of the specific users,--- groups, and roles that the policy is attached to, use the--- < ListEntitiesForPolicy> API. This API returns metadata about the--- policy. To retrieve the policy document for a specific version of the--- policy, use < GetPolicyVersion>.+-- Retrieves information about the specified managed policy, including the policy\'s default version and the total number of users, groups, and roles that the policy is attached to. For a list of the specific users, groups, and roles that the policy is attached to, use the < ListEntitiesForPolicy> API. This API returns metadata about the policy. To retrieve the policy document for a specific version of the policy, use < GetPolicyVersion>. ----- This API retrieves information about managed policies. To retrieve--- information about an inline policy that is embedded with a user, group,--- or role, use the < GetUserPolicy>, < GetGroupPolicy>, or--- < GetRolePolicy> API.+-- This API retrieves information about managed policies. To retrieve information about an inline policy that is embedded with a user, group, or role, use the < GetUserPolicy>, < GetGroupPolicy>, or < GetRolePolicy> API. ----- For more information about policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- For more information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. module Network.AWS.IAM.GetPolicy ( -- * Creating a Request
gen/Network/AWS/IAM/GetPolicyVersion.hs view
@@ -18,19 +18,13 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieves information about the specified version of the specified--- managed policy, including the policy document.+-- Retrieves information about the specified version of the specified managed policy, including the policy document. -- -- To list the available versions for a policy, use < ListPolicyVersions>. ----- This API retrieves information about managed policies. To retrieve--- information about an inline policy that is embedded in a user, group, or--- role, use the < GetUserPolicy>, < GetGroupPolicy>, or < GetRolePolicy>--- API.+-- This API retrieves information about managed policies. To retrieve information about an inline policy that is embedded in a user, group, or role, use the < GetUserPolicy>, < GetGroupPolicy>, or < GetRolePolicy> API. ----- For more information about the types of policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- For more information about the types of policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. module Network.AWS.IAM.GetPolicyVersion ( -- * Creating a Request@@ -139,9 +133,7 @@ -- | Information about the policy version. ----- For more information about managed policy versions, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies>--- in the /IAM User Guide/.+-- For more information about managed policy versions, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies> in the /IAM User Guide/. gpvrsPolicyVersion :: Lens' GetPolicyVersionResponse (Maybe PolicyVersion) gpvrsPolicyVersion = lens _gpvrsPolicyVersion (\ s a -> s{_gpvrsPolicyVersion = a});
gen/Network/AWS/IAM/GetRole.hs view
@@ -18,12 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieves information about the specified role, including the role\'s--- path, GUID, ARN, and the policy granting permission to assume the role.--- For more information about ARNs, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html#Identifiers_ARNs ARNs>.--- For more information about roles, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html Working with Roles>.+-- Retrieves information about the specified role, including the role\'s path, GUID, ARN, and the policy granting permission to assume the role. For more information about ARNs, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html#Identifiers_ARNs ARNs>. For more information about roles, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html Working with Roles>. module Network.AWS.IAM.GetRole ( -- * Creating a Request
gen/Network/AWS/IAM/GetRolePolicy.hs view
@@ -18,20 +18,13 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieves the specified inline policy document that is embedded with the--- specified role.+-- Retrieves the specified inline policy document that is embedded with the specified role. ----- A role can also have managed policies attached to it. To retrieve a--- managed policy document that is attached to a role, use < GetPolicy> to--- determine the policy\'s default version, then use < GetPolicyVersion> to--- retrieve the policy document.+-- A role can also have managed policies attached to it. To retrieve a managed policy document that is attached to a role, use < GetPolicy> to determine the policy\'s default version, then use < GetPolicyVersion> to retrieve the policy document. ----- For more information about policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- For more information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. ----- For more information about roles, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html Using Roles to Delegate Permissions and Federate Identities>.+-- For more information about roles, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html Using Roles to Delegate Permissions and Federate Identities>. module Network.AWS.IAM.GetRolePolicy ( -- * Creating a Request
gen/Network/AWS/IAM/GetSAMLProvider.hs view
@@ -18,11 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns the SAML provider metadocument that was uploaded when the--- provider was created or updated.+-- Returns the SAML provider metadocument that was uploaded when the provider was created or updated. ----- This operation requires--- <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4>.+-- This operation requires <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4>. module Network.AWS.IAM.GetSAMLProvider ( -- * Creating a Request@@ -66,8 +64,7 @@ { _gsamlpSAMLProviderARN = pSAMLProviderARN_ } --- | The Amazon Resource Name (ARN) of the SAML provider to get information--- about.+-- | The Amazon Resource Name (ARN) of the SAML provider to get information about. gsamlpSAMLProviderARN :: Lens' GetSAMLProvider Text gsamlpSAMLProviderARN = lens _gsamlpSAMLProviderARN (\ s a -> s{_gsamlpSAMLProviderARN = a}); @@ -139,8 +136,7 @@ gsamlprsValidUntil :: Lens' GetSAMLProviderResponse (Maybe UTCTime) gsamlprsValidUntil = lens _gsamlprsValidUntil (\ s a -> s{_gsamlprsValidUntil = a}) . mapping _Time; --- | The XML metadata document that includes information about an identity--- provider.+-- | The XML metadata document that includes information about an identity provider. gsamlprsSAMLMetadataDocument :: Lens' GetSAMLProviderResponse (Maybe Text) gsamlprsSAMLMetadataDocument = lens _gsamlprsSAMLMetadataDocument (\ s a -> s{_gsamlprsSAMLMetadataDocument = a});
gen/Network/AWS/IAM/GetSSHPublicKey.hs view
@@ -18,15 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieves the specified SSH public key, including metadata about the--- key.+-- Retrieves the specified SSH public key, including metadata about the key. ----- The SSH public key retrieved by this action is used only for--- authenticating the associated IAM user to an AWS CodeCommit repository.--- For more information about using SSH keys to authenticate to an AWS--- CodeCommit repository, see--- <http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html Set up AWS CodeCommit for SSH Connections>--- in the /AWS CodeCommit User Guide/.+-- The SSH public key retrieved by this action is used only for authenticating the associated IAM user to an AWS CodeCommit repository. For more information about using SSH keys to authenticate to an AWS CodeCommit repository, see <http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html Set up AWS CodeCommit for SSH Connections> in the /AWS CodeCommit User Guide/. module Network.AWS.IAM.GetSSHPublicKey ( -- * Creating a Request@@ -88,9 +82,7 @@ gspkSSHPublicKeyId :: Lens' GetSSHPublicKey Text gspkSSHPublicKeyId = lens _gspkSSHPublicKeyId (\ s a -> s{_gspkSSHPublicKeyId = a}); --- | Specifies the public key encoding format to use in the response. To--- retrieve the public key in ssh-rsa format, use 'SSH'. To retrieve the--- public key in PEM format, use 'PEM'.+-- | Specifies the public key encoding format to use in the response. To retrieve the public key in ssh-rsa format, use 'SSH'. To retrieve the public key in PEM format, use 'PEM'. gspkEncoding :: Lens' GetSSHPublicKey EncodingType gspkEncoding = lens _gspkEncoding (\ s a -> s{_gspkEncoding = a});
gen/Network/AWS/IAM/GetServerCertificate.hs view
@@ -20,11 +20,7 @@ -- -- Retrieves information about the specified server certificate. ----- For more information about working with server certificates, including a--- list of AWS services that can use the server certificates that you--- manage with IAM, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html Working with Server Certificates>--- in the /IAM User Guide/.+-- For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html Working with Server Certificates> in the /IAM User Guide/. module Network.AWS.IAM.GetServerCertificate ( -- * Creating a Request@@ -66,8 +62,7 @@ { _gscServerCertificateName = pServerCertificateName_ } --- | The name of the server certificate you want to retrieve information--- about.+-- | The name of the server certificate you want to retrieve information about. gscServerCertificateName :: Lens' GetServerCertificate Text gscServerCertificateName = lens _gscServerCertificateName (\ s a -> s{_gscServerCertificateName = a});
gen/Network/AWS/IAM/GetUser.hs view
@@ -18,11 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieves information about the specified user, including the user\'s--- creation date, path, unique ID, and ARN.+-- Retrieves information about the specified user, including the user\'s creation date, path, unique ID, and ARN. ----- If you do not specify a user name, IAM determines the user name--- implicitly based on the AWS access key ID used to sign the request.+-- If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID used to sign the request. module Network.AWS.IAM.GetUser ( -- * Creating a Request@@ -65,8 +63,7 @@ -- | The name of the user to get information about. ----- This parameter is optional. If it is not included, it defaults to the--- user making the request.+-- This parameter is optional. If it is not included, it defaults to the user making the request. guUserName :: Lens' GetUser (Maybe Text) guUserName = lens _guUserName (\ s a -> s{_guUserName = a});
gen/Network/AWS/IAM/GetUserPolicy.hs view
@@ -18,17 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieves the specified inline policy document that is embedded in the--- specified user.+-- Retrieves the specified inline policy document that is embedded in the specified user. ----- A user can also have managed policies attached to it. To retrieve a--- managed policy document that is attached to a user, use < GetPolicy> to--- determine the policy\'s default version, then use < GetPolicyVersion> to--- retrieve the policy document.+-- A user can also have managed policies attached to it. To retrieve a managed policy document that is attached to a user, use < GetPolicy> to determine the policy\'s default version, then use < GetPolicyVersion> to retrieve the policy document. ----- For more information about policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- For more information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. module Network.AWS.IAM.GetUserPolicy ( -- * Creating a Request
gen/Network/AWS/IAM/ListAccessKeys.hs view
@@ -18,20 +18,13 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns information about the access key IDs associated with the--- specified user. If there are none, the action returns an empty list.+-- Returns information about the access key IDs associated with the specified user. If there are none, the action returns an empty list. ----- Although each user is limited to a small number of keys, you can still--- paginate the results using the 'MaxItems' and 'Marker' parameters.+-- Although each user is limited to a small number of keys, you can still paginate the results using the 'MaxItems' and 'Marker' parameters. ----- If the 'UserName' field is not specified, the UserName is determined--- implicitly based on the AWS access key ID used to sign the request.--- Because this action works for access keys under the AWS account, you can--- use this action to manage root credentials even if the AWS account has--- no associated users.+-- If the 'UserName' field is not specified, the UserName is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users. ----- To ensure the security of your AWS account, the secret access key is--- accessible only during key and user creation.+-- To ensure the security of your AWS account, the secret access key is accessible only during key and user creation. -- -- This operation returns paginated results. module Network.AWS.IAM.ListAccessKeys@@ -91,22 +84,13 @@ lakUserName :: Lens' ListAccessKeys (Maybe Text) lakUserName = lens _lakUserName (\ s a -> s{_lakUserName = a}); --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lakMarker :: Lens' ListAccessKeys (Maybe Text) lakMarker = lens _lakMarker (\ s a -> s{_lakMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lakMaxItems :: Lens' ListAccessKeys (Maybe Natural) lakMaxItems = lens _lakMaxItems (\ s a -> s{_lakMaxItems = a}) . mapping _Nat; @@ -180,19 +164,11 @@ , _lakrsAccessKeyMetadata = mempty } --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lakrsMarker :: Lens' ListAccessKeysResponse (Maybe Text) lakrsMarker = lens _lakrsMarker (\ s a -> s{_lakrsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lakrsIsTruncated :: Lens' ListAccessKeysResponse (Maybe Bool) lakrsIsTruncated = lens _lakrsIsTruncated (\ s a -> s{_lakrsIsTruncated = a});
gen/Network/AWS/IAM/ListAccountAliases.hs view
@@ -18,10 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Lists the account alias associated with the account (Note: you can have--- only one). For information about using an AWS account alias, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html Using an Alias for Your AWS Account ID>--- in the /IAM User Guide/.+-- Lists the account alias associated with the account (Note: you can have only one). For information about using an AWS account alias, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html Using an Alias for Your AWS Account ID> in the /IAM User Guide/. -- -- This operation returns paginated results. module Network.AWS.IAM.ListAccountAliases@@ -72,22 +69,13 @@ , _laaMaxItems = Nothing } --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. laaMarker :: Lens' ListAccountAliases (Maybe Text) laaMarker = lens _laaMarker (\ s a -> s{_laaMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. laaMaxItems :: Lens' ListAccountAliases (Maybe Natural) laaMaxItems = lens _laaMaxItems (\ s a -> s{_laaMaxItems = a}) . mapping _Nat; @@ -161,19 +149,11 @@ , _laarsAccountAliases = mempty } --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. laarsMarker :: Lens' ListAccountAliasesResponse (Maybe Text) laarsMarker = lens _laarsMarker (\ s a -> s{_laarsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. laarsIsTruncated :: Lens' ListAccountAliasesResponse (Maybe Bool) laarsIsTruncated = lens _laarsIsTruncated (\ s a -> s{_laarsIsTruncated = a}); @@ -181,8 +161,7 @@ laarsResponseStatus :: Lens' ListAccountAliasesResponse Int laarsResponseStatus = lens _laarsResponseStatus (\ s a -> s{_laarsResponseStatus = a}); --- | A list of aliases associated with the account. AWS supports only one--- alias per account.+-- | A list of aliases associated with the account. AWS supports only one alias per account. laarsAccountAliases :: Lens' ListAccountAliasesResponse [Text] laarsAccountAliases = lens _laarsAccountAliases (\ s a -> s{_laarsAccountAliases = a}) . _Coerce;
gen/Network/AWS/IAM/ListAttachedGroupPolicies.hs view
@@ -20,17 +20,9 @@ -- -- Lists all managed policies that are attached to the specified group. ----- A group can also have inline policies embedded with it. To list the--- inline policies for a group, use the < ListGroupPolicies> API. For--- information about policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- A group can also have inline policies embedded with it. To list the inline policies for a group, use the < ListGroupPolicies> API. For information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. ----- You can paginate the results using the 'MaxItems' and 'Marker'--- parameters. You can use the 'PathPrefix' 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 action returns an empty list.+-- You can paginate the results using the 'MaxItems' and 'Marker' parameters. You can use the 'PathPrefix' 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 action returns an empty list. -- -- This operation returns paginated results. module Network.AWS.IAM.ListAttachedGroupPolicies@@ -92,33 +84,21 @@ , _lagpGroupName = pGroupName_ } --- | The path prefix for filtering the results. This parameter is optional.--- If it is not included, it defaults to a slash (\/), listing all--- policies.+-- | The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (\/), listing all policies. lagpPathPrefix :: Lens' ListAttachedGroupPolicies (Maybe Text) lagpPathPrefix = lens _lagpPathPrefix (\ s a -> s{_lagpPathPrefix = a}); --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lagpMarker :: Lens' ListAttachedGroupPolicies (Maybe Text) lagpMarker = lens _lagpMarker (\ s a -> s{_lagpMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lagpMaxItems :: Lens' ListAttachedGroupPolicies (Maybe Natural) lagpMaxItems = lens _lagpMaxItems (\ s a -> s{_lagpMaxItems = a}) . mapping _Nat; --- | The name (friendly name, not ARN) of the group to list attached policies--- for.+-- | The name (friendly name, not ARN) of the group to list attached policies for. lagpGroupName :: Lens' ListAttachedGroupPolicies Text lagpGroupName = lens _lagpGroupName (\ s a -> s{_lagpGroupName = a}); @@ -163,8 +143,7 @@ "Marker" =: _lagpMarker, "MaxItems" =: _lagpMaxItems, "GroupName" =: _lagpGroupName] --- | Contains the response to a successful < ListAttachedGroupPolicies>--- request.+-- | Contains the response to a successful < ListAttachedGroupPolicies> request. -- -- /See:/ 'listAttachedGroupPoliciesResponse' smart constructor. data ListAttachedGroupPoliciesResponse = ListAttachedGroupPoliciesResponse'@@ -200,19 +179,11 @@ lagprsAttachedPolicies :: Lens' ListAttachedGroupPoliciesResponse [AttachedPolicy] lagprsAttachedPolicies = lens _lagprsAttachedPolicies (\ s a -> s{_lagprsAttachedPolicies = a}) . _Default . _Coerce; --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lagprsMarker :: Lens' ListAttachedGroupPoliciesResponse (Maybe Text) lagprsMarker = lens _lagprsMarker (\ s a -> s{_lagprsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lagprsIsTruncated :: Lens' ListAttachedGroupPoliciesResponse (Maybe Bool) lagprsIsTruncated = lens _lagprsIsTruncated (\ s a -> s{_lagprsIsTruncated = a});
gen/Network/AWS/IAM/ListAttachedRolePolicies.hs view
@@ -20,17 +20,9 @@ -- -- Lists all managed policies that are attached to the specified role. ----- A role can also have inline policies embedded with it. To list the--- inline policies for a role, use the < ListRolePolicies> API. For--- information about policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- A role can also have inline policies embedded with it. To list the inline policies for a role, use the < ListRolePolicies> API. For information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. ----- You can paginate the results using the 'MaxItems' and 'Marker'--- parameters. You can use the 'PathPrefix' 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 action returns an empty list.+-- You can paginate the results using the 'MaxItems' and 'Marker' parameters. You can use the 'PathPrefix' 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 action returns an empty list. -- -- This operation returns paginated results. module Network.AWS.IAM.ListAttachedRolePolicies@@ -92,33 +84,21 @@ , _larpRoleName = pRoleName_ } --- | The path prefix for filtering the results. This parameter is optional.--- If it is not included, it defaults to a slash (\/), listing all--- policies.+-- | The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (\/), listing all policies. larpPathPrefix :: Lens' ListAttachedRolePolicies (Maybe Text) larpPathPrefix = lens _larpPathPrefix (\ s a -> s{_larpPathPrefix = a}); --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. larpMarker :: Lens' ListAttachedRolePolicies (Maybe Text) larpMarker = lens _larpMarker (\ s a -> s{_larpMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. larpMaxItems :: Lens' ListAttachedRolePolicies (Maybe Natural) larpMaxItems = lens _larpMaxItems (\ s a -> s{_larpMaxItems = a}) . mapping _Nat; --- | The name (friendly name, not ARN) of the role to list attached policies--- for.+-- | The name (friendly name, not ARN) of the role to list attached policies for. larpRoleName :: Lens' ListAttachedRolePolicies Text larpRoleName = lens _larpRoleName (\ s a -> s{_larpRoleName = a}); @@ -163,8 +143,7 @@ "Marker" =: _larpMarker, "MaxItems" =: _larpMaxItems, "RoleName" =: _larpRoleName] --- | Contains the response to a successful < ListAttachedRolePolicies>--- request.+-- | Contains the response to a successful < ListAttachedRolePolicies> request. -- -- /See:/ 'listAttachedRolePoliciesResponse' smart constructor. data ListAttachedRolePoliciesResponse = ListAttachedRolePoliciesResponse'@@ -200,19 +179,11 @@ larprsAttachedPolicies :: Lens' ListAttachedRolePoliciesResponse [AttachedPolicy] larprsAttachedPolicies = lens _larprsAttachedPolicies (\ s a -> s{_larprsAttachedPolicies = a}) . _Default . _Coerce; --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. larprsMarker :: Lens' ListAttachedRolePoliciesResponse (Maybe Text) larprsMarker = lens _larprsMarker (\ s a -> s{_larprsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. larprsIsTruncated :: Lens' ListAttachedRolePoliciesResponse (Maybe Bool) larprsIsTruncated = lens _larprsIsTruncated (\ s a -> s{_larprsIsTruncated = a});
gen/Network/AWS/IAM/ListAttachedUserPolicies.hs view
@@ -20,17 +20,9 @@ -- -- Lists all managed policies that are attached to the specified user. ----- A user can also have inline policies embedded with it. To list the--- inline policies for a user, use the < ListUserPolicies> API. For--- information about policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- A user can also have inline policies embedded with it. To list the inline policies for a user, use the < ListUserPolicies> API. For information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. ----- You can paginate the results using the 'MaxItems' and 'Marker'--- parameters. You can use the 'PathPrefix' 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 action returns an empty list.+-- You can paginate the results using the 'MaxItems' and 'Marker' parameters. You can use the 'PathPrefix' 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 action returns an empty list. -- -- This operation returns paginated results. module Network.AWS.IAM.ListAttachedUserPolicies@@ -92,33 +84,21 @@ , _laupUserName = pUserName_ } --- | The path prefix for filtering the results. This parameter is optional.--- If it is not included, it defaults to a slash (\/), listing all--- policies.+-- | The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (\/), listing all policies. laupPathPrefix :: Lens' ListAttachedUserPolicies (Maybe Text) laupPathPrefix = lens _laupPathPrefix (\ s a -> s{_laupPathPrefix = a}); --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. laupMarker :: Lens' ListAttachedUserPolicies (Maybe Text) laupMarker = lens _laupMarker (\ s a -> s{_laupMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. laupMaxItems :: Lens' ListAttachedUserPolicies (Maybe Natural) laupMaxItems = lens _laupMaxItems (\ s a -> s{_laupMaxItems = a}) . mapping _Nat; --- | The name (friendly name, not ARN) of the user to list attached policies--- for.+-- | The name (friendly name, not ARN) of the user to list attached policies for. laupUserName :: Lens' ListAttachedUserPolicies Text laupUserName = lens _laupUserName (\ s a -> s{_laupUserName = a}); @@ -163,8 +143,7 @@ "Marker" =: _laupMarker, "MaxItems" =: _laupMaxItems, "UserName" =: _laupUserName] --- | Contains the response to a successful < ListAttachedUserPolicies>--- request.+-- | Contains the response to a successful < ListAttachedUserPolicies> request. -- -- /See:/ 'listAttachedUserPoliciesResponse' smart constructor. data ListAttachedUserPoliciesResponse = ListAttachedUserPoliciesResponse'@@ -200,19 +179,11 @@ lauprsAttachedPolicies :: Lens' ListAttachedUserPoliciesResponse [AttachedPolicy] lauprsAttachedPolicies = lens _lauprsAttachedPolicies (\ s a -> s{_lauprsAttachedPolicies = a}) . _Default . _Coerce; --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lauprsMarker :: Lens' ListAttachedUserPoliciesResponse (Maybe Text) lauprsMarker = lens _lauprsMarker (\ s a -> s{_lauprsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lauprsIsTruncated :: Lens' ListAttachedUserPoliciesResponse (Maybe Bool) lauprsIsTruncated = lens _lauprsIsTruncated (\ s a -> s{_lauprsIsTruncated = a});
gen/Network/AWS/IAM/ListEntitiesForPolicy.hs view
@@ -18,16 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Lists all users, groups, and roles that the specified managed policy is--- attached to.+-- Lists all users, groups, and roles that the specified managed policy is attached to. ----- You can use the optional 'EntityFilter' 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--- 'EntityFilter' to 'Role'.+-- You can use the optional 'EntityFilter' 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 'EntityFilter' to 'Role'. ----- You can paginate the results using the 'MaxItems' and 'Marker'--- parameters.+-- You can paginate the results using the 'MaxItems' and 'Marker' parameters. -- -- This operation returns paginated results. module Network.AWS.IAM.ListEntitiesForPolicy@@ -96,37 +91,23 @@ , _lefpPolicyARN = pPolicyARN_ } --- | The path prefix for filtering the results. This parameter is optional.--- If it is not included, it defaults to a slash (\/), listing all--- entities.+-- | The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (\/), listing all entities. lefpPathPrefix :: Lens' ListEntitiesForPolicy (Maybe Text) lefpPathPrefix = lens _lefpPathPrefix (\ s a -> s{_lefpPathPrefix = a}); -- | The entity type to use for filtering the results. ----- For example, when 'EntityFilter' is 'Role', 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.+-- For example, when 'EntityFilter' is 'Role', 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. lefpEntityFilter :: Lens' ListEntitiesForPolicy (Maybe EntityType) lefpEntityFilter = lens _lefpEntityFilter (\ s a -> s{_lefpEntityFilter = a}); --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lefpMarker :: Lens' ListEntitiesForPolicy (Maybe Text) lefpMarker = lens _lefpMarker (\ s a -> s{_lefpMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lefpMaxItems :: Lens' ListEntitiesForPolicy (Maybe Natural) lefpMaxItems = lens _lefpMaxItems (\ s a -> s{_lefpMaxItems = a}) . mapping _Nat; @@ -229,9 +210,7 @@ lefprsPolicyRoles :: Lens' ListEntitiesForPolicyResponse [PolicyRole] lefprsPolicyRoles = lens _lefprsPolicyRoles (\ s a -> s{_lefprsPolicyRoles = a}) . _Default . _Coerce; --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lefprsMarker :: Lens' ListEntitiesForPolicyResponse (Maybe Text) lefprsMarker = lens _lefprsMarker (\ s a -> s{_lefprsMarker = a}); @@ -239,13 +218,7 @@ lefprsPolicyUsers :: Lens' ListEntitiesForPolicyResponse [PolicyUser] lefprsPolicyUsers = lens _lefprsPolicyUsers (\ s a -> s{_lefprsPolicyUsers = a}) . _Default . _Coerce; --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lefprsIsTruncated :: Lens' ListEntitiesForPolicyResponse (Maybe Bool) lefprsIsTruncated = lens _lefprsIsTruncated (\ s a -> s{_lefprsIsTruncated = a});
gen/Network/AWS/IAM/ListGroupPolicies.hs view
@@ -18,19 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Lists the names of the inline policies that are embedded in the--- specified group.+-- Lists the names of the inline policies that are embedded in the specified group. ----- A group can also have managed policies attached to it. To list the--- managed policies that are attached to a group, use--- < ListAttachedGroupPolicies>. For more information about policies, refer--- to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- A group can also have managed policies attached to it. To list the managed policies that are attached to a group, use < ListAttachedGroupPolicies>. For more information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. ----- You can paginate the results using the 'MaxItems' and 'Marker'--- parameters. If there are no inline policies embedded with the specified--- group, the action returns an empty list.+-- You can paginate the results using the 'MaxItems' and 'Marker' parameters. If there are no inline policies embedded with the specified group, the action returns an empty list. -- -- This operation returns paginated results. module Network.AWS.IAM.ListGroupPolicies@@ -87,22 +79,13 @@ , _lgpGroupName = pGroupName_ } --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lgpMarker :: Lens' ListGroupPolicies (Maybe Text) lgpMarker = lens _lgpMarker (\ s a -> s{_lgpMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lgpMaxItems :: Lens' ListGroupPolicies (Maybe Natural) lgpMaxItems = lens _lgpMaxItems (\ s a -> s{_lgpMaxItems = a}) . mapping _Nat; @@ -180,19 +163,11 @@ , _lgprsPolicyNames = mempty } --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lgprsMarker :: Lens' ListGroupPoliciesResponse (Maybe Text) lgprsMarker = lens _lgprsMarker (\ s a -> s{_lgprsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lgprsIsTruncated :: Lens' ListGroupPoliciesResponse (Maybe Bool) lgprsIsTruncated = lens _lgprsIsTruncated (\ s a -> s{_lgprsIsTruncated = a});
gen/Network/AWS/IAM/ListGroups.hs view
@@ -20,8 +20,7 @@ -- -- Lists the groups that have the specified path prefix. ----- You can paginate the results using the 'MaxItems' and 'Marker'--- parameters.+-- You can paginate the results using the 'MaxItems' and 'Marker' parameters. -- -- This operation returns paginated results. module Network.AWS.IAM.ListGroups@@ -77,31 +76,19 @@ , _lgMaxItems = Nothing } --- | The path prefix for filtering the results. For example, the prefix--- '\/division_abc\/subdivision_xyz\/' gets all groups whose path starts--- with '\/division_abc\/subdivision_xyz\/'.+-- | The path prefix for filtering the results. For example, the prefix '\/division_abc\/subdivision_xyz\/' gets all groups whose path starts with '\/division_abc\/subdivision_xyz\/'. ----- This parameter is optional. If it is not included, it defaults to a--- slash (\/), listing all groups.+-- This parameter is optional. If it is not included, it defaults to a slash (\/), listing all groups. lgPathPrefix :: Lens' ListGroups (Maybe Text) lgPathPrefix = lens _lgPathPrefix (\ s a -> s{_lgPathPrefix = a}); --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lgMarker :: Lens' ListGroups (Maybe Text) lgMarker = lens _lgMarker (\ s a -> s{_lgMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lgMaxItems :: Lens' ListGroups (Maybe Natural) lgMaxItems = lens _lgMaxItems (\ s a -> s{_lgMaxItems = a}) . mapping _Nat; @@ -175,19 +162,11 @@ , _lgrsGroups = mempty } --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lgrsMarker :: Lens' ListGroupsResponse (Maybe Text) lgrsMarker = lens _lgrsMarker (\ s a -> s{_lgrsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lgrsIsTruncated :: Lens' ListGroupsResponse (Maybe Bool) lgrsIsTruncated = lens _lgrsIsTruncated (\ s a -> s{_lgrsIsTruncated = a});
gen/Network/AWS/IAM/ListGroupsForUser.hs view
@@ -20,8 +20,7 @@ -- -- Lists the groups the specified user belongs to. ----- You can paginate the results using the 'MaxItems' and 'Marker'--- parameters.+-- You can paginate the results using the 'MaxItems' and 'Marker' parameters. -- -- This operation returns paginated results. module Network.AWS.IAM.ListGroupsForUser@@ -78,22 +77,13 @@ , _lgfuUserName = pUserName_ } --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lgfuMarker :: Lens' ListGroupsForUser (Maybe Text) lgfuMarker = lens _lgfuMarker (\ s a -> s{_lgfuMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lgfuMaxItems :: Lens' ListGroupsForUser (Maybe Natural) lgfuMaxItems = lens _lgfuMaxItems (\ s a -> s{_lgfuMaxItems = a}) . mapping _Nat; @@ -171,19 +161,11 @@ , _lgfursGroups = mempty } --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lgfursMarker :: Lens' ListGroupsForUserResponse (Maybe Text) lgfursMarker = lens _lgfursMarker (\ s a -> s{_lgfursMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lgfursIsTruncated :: Lens' ListGroupsForUserResponse (Maybe Bool) lgfursIsTruncated = lens _lgfursIsTruncated (\ s a -> s{_lgfursIsTruncated = a});
gen/Network/AWS/IAM/ListInstanceProfiles.hs view
@@ -18,13 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Lists the instance profiles that have the specified path prefix. If--- there are none, the action returns an empty list. For more information--- about instance profiles, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html About Instance Profiles>.+-- Lists the instance profiles that have the specified path prefix. If there are none, the action returns an empty list. For more information about instance profiles, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html About Instance Profiles>. ----- You can paginate the results using the 'MaxItems' and 'Marker'--- parameters.+-- You can paginate the results using the 'MaxItems' and 'Marker' parameters. -- -- This operation returns paginated results. module Network.AWS.IAM.ListInstanceProfiles@@ -80,31 +76,19 @@ , _lipMaxItems = Nothing } --- | The path prefix for filtering the results. For example, the prefix--- '\/application_abc\/component_xyz\/' gets all instance profiles whose--- path starts with '\/application_abc\/component_xyz\/'.+-- | The path prefix for filtering the results. For example, the prefix '\/application_abc\/component_xyz\/' gets all instance profiles whose path starts with '\/application_abc\/component_xyz\/'. ----- This parameter is optional. If it is not included, it defaults to a--- slash (\/), listing all instance profiles.+-- This parameter is optional. If it is not included, it defaults to a slash (\/), listing all instance profiles. lipPathPrefix :: Lens' ListInstanceProfiles (Maybe Text) lipPathPrefix = lens _lipPathPrefix (\ s a -> s{_lipPathPrefix = a}); --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lipMarker :: Lens' ListInstanceProfiles (Maybe Text) lipMarker = lens _lipMarker (\ s a -> s{_lipMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lipMaxItems :: Lens' ListInstanceProfiles (Maybe Natural) lipMaxItems = lens _lipMaxItems (\ s a -> s{_lipMaxItems = a}) . mapping _Nat; @@ -179,19 +163,11 @@ , _liprsInstanceProfiles = mempty } --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. liprsMarker :: Lens' ListInstanceProfilesResponse (Maybe Text) liprsMarker = lens _liprsMarker (\ s a -> s{_liprsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. liprsIsTruncated :: Lens' ListInstanceProfilesResponse (Maybe Bool) liprsIsTruncated = lens _liprsIsTruncated (\ s a -> s{_liprsIsTruncated = a});
gen/Network/AWS/IAM/ListInstanceProfilesForRole.hs view
@@ -18,13 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Lists the instance profiles that have the specified associated role. If--- there are none, the action returns an empty list. For more information--- about instance profiles, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html About Instance Profiles>.+-- Lists the instance profiles that have the specified associated role. If there are none, the action returns an empty list. For more information about instance profiles, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html About Instance Profiles>. ----- You can paginate the results using the 'MaxItems' and 'Marker'--- parameters.+-- You can paginate the results using the 'MaxItems' and 'Marker' parameters. -- -- This operation returns paginated results. module Network.AWS.IAM.ListInstanceProfilesForRole@@ -81,22 +77,13 @@ , _lipfrRoleName = pRoleName_ } --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lipfrMarker :: Lens' ListInstanceProfilesForRole (Maybe Text) lipfrMarker = lens _lipfrMarker (\ s a -> s{_lipfrMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lipfrMaxItems :: Lens' ListInstanceProfilesForRole (Maybe Natural) lipfrMaxItems = lens _lipfrMaxItems (\ s a -> s{_lipfrMaxItems = a}) . mapping _Nat; @@ -146,8 +133,7 @@ "MaxItems" =: _lipfrMaxItems, "RoleName" =: _lipfrRoleName] --- | Contains the response to a successful < ListInstanceProfilesForRole>--- request.+-- | Contains the response to a successful < ListInstanceProfilesForRole> request. -- -- /See:/ 'listInstanceProfilesForRoleResponse' smart constructor. data ListInstanceProfilesForRoleResponse = ListInstanceProfilesForRoleResponse'@@ -179,19 +165,11 @@ , _lipfrrsInstanceProfiles = mempty } --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lipfrrsMarker :: Lens' ListInstanceProfilesForRoleResponse (Maybe Text) lipfrrsMarker = lens _lipfrrsMarker (\ s a -> s{_lipfrrsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lipfrrsIsTruncated :: Lens' ListInstanceProfilesForRoleResponse (Maybe Bool) lipfrrsIsTruncated = lens _lipfrrsIsTruncated (\ s a -> s{_lipfrrsIsTruncated = a});
gen/Network/AWS/IAM/ListMFADevices.hs view
@@ -18,13 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Lists the MFA devices. If the request includes the user name, then this--- action lists all the MFA devices associated with the specified user--- name. If you do not specify a user name, IAM determines the user name--- implicitly based on the AWS access key ID signing the request.+-- Lists the MFA devices. If the request includes the user name, then this action lists all the MFA devices associated with the specified user name. If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request. ----- You can paginate the results using the 'MaxItems' and 'Marker'--- parameters.+-- You can paginate the results using the 'MaxItems' and 'Marker' parameters. -- -- This operation returns paginated results. module Network.AWS.IAM.ListMFADevices@@ -84,22 +80,13 @@ lmdUserName :: Lens' ListMFADevices (Maybe Text) lmdUserName = lens _lmdUserName (\ s a -> s{_lmdUserName = a}); --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lmdMarker :: Lens' ListMFADevices (Maybe Text) lmdMarker = lens _lmdMarker (\ s a -> s{_lmdMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lmdMaxItems :: Lens' ListMFADevices (Maybe Natural) lmdMaxItems = lens _lmdMaxItems (\ s a -> s{_lmdMaxItems = a}) . mapping _Nat; @@ -173,19 +160,11 @@ , _lmdrsMFADevices = mempty } --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lmdrsMarker :: Lens' ListMFADevicesResponse (Maybe Text) lmdrsMarker = lens _lmdrsMarker (\ s a -> s{_lmdrsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lmdrsIsTruncated :: Lens' ListMFADevicesResponse (Maybe Bool) lmdrsIsTruncated = lens _lmdrsIsTruncated (\ s a -> s{_lmdrsIsTruncated = a});
gen/Network/AWS/IAM/ListOpenIdConnectProviders.hs view
@@ -82,8 +82,7 @@ ("ListOpenIDConnectProviders" :: ByteString), "Version" =: ("2010-05-08" :: ByteString)]) --- | Contains the response to a successful < ListOpenIDConnectProviders>--- request.+-- | Contains the response to a successful < ListOpenIDConnectProviders> request. -- -- /See:/ 'listOpenIdConnectProvidersResponse' smart constructor. data ListOpenIdConnectProvidersResponse = ListOpenIdConnectProvidersResponse'
gen/Network/AWS/IAM/ListPolicies.hs view
@@ -18,21 +18,13 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Lists all the managed policies that are available to your account,--- including your own customer managed policies and all AWS managed--- policies.+-- Lists all the managed policies that are available to your account, including your own customer managed policies and all AWS managed policies. ----- You can filter the list of policies that is returned using the optional--- 'OnlyAttached', 'Scope', and 'PathPrefix' parameters. For example, to--- list only the customer managed policies in your AWS account, set 'Scope'--- to 'Local'. To list only AWS managed policies, set 'Scope' to 'AWS'.+-- You can filter the list of policies that is returned using the optional 'OnlyAttached', 'Scope', and 'PathPrefix' parameters. For example, to list only the customer managed policies in your AWS account, set 'Scope' to 'Local'. To list only AWS managed policies, set 'Scope' to 'AWS'. ----- You can paginate the results using the 'MaxItems' and 'Marker'--- parameters.+-- You can paginate the results using the 'MaxItems' and 'Marker' parameters. ----- For more information about managed policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- For more information about managed policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. -- -- This operation returns paginated results. module Network.AWS.IAM.ListPolicies@@ -98,48 +90,31 @@ , _lpMaxItems = Nothing } --- | The path prefix for filtering the results. This parameter is optional.--- If it is not included, it defaults to a slash (\/), listing all--- policies.+-- | The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (\/), listing all policies. lpPathPrefix :: Lens' ListPolicies (Maybe Text) lpPathPrefix = lens _lpPathPrefix (\ s a -> s{_lpPathPrefix = a}); -- | A flag to filter the results to only the attached policies. ----- When 'OnlyAttached' is 'true', the returned list contains only the--- policies that are attached to a user, group, or role. When--- 'OnlyAttached' is 'false', or when the parameter is not included, all--- policies are returned.+-- When 'OnlyAttached' is 'true', the returned list contains only the policies that are attached to a user, group, or role. When 'OnlyAttached' is 'false', or when the parameter is not included, all policies are returned. lpOnlyAttached :: Lens' ListPolicies (Maybe Bool) lpOnlyAttached = lens _lpOnlyAttached (\ s a -> s{_lpOnlyAttached = a}); --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lpMarker :: Lens' ListPolicies (Maybe Text) lpMarker = lens _lpMarker (\ s a -> s{_lpMarker = a}); -- | The scope to use for filtering the results. ----- To list only AWS managed policies, set 'Scope' to 'AWS'. To list only--- the customer managed policies in your AWS account, set 'Scope' to--- 'Local'.+-- To list only AWS managed policies, set 'Scope' to 'AWS'. To list only the customer managed policies in your AWS account, set 'Scope' to 'Local'. ----- This parameter is optional. If it is not included, or if it is set to--- 'All', all policies are returned.+-- This parameter is optional. If it is not included, or if it is set to 'All', all policies are returned. lpScope :: Lens' ListPolicies (Maybe PolicyScopeType) lpScope = lens _lpScope (\ s a -> s{_lpScope = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lpMaxItems :: Lens' ListPolicies (Maybe Natural) lpMaxItems = lens _lpMaxItems (\ s a -> s{_lpMaxItems = a}) . mapping _Nat; @@ -214,19 +189,11 @@ , _lprsResponseStatus = pResponseStatus_ } --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lprsMarker :: Lens' ListPoliciesResponse (Maybe Text) lprsMarker = lens _lprsMarker (\ s a -> s{_lprsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lprsIsTruncated :: Lens' ListPoliciesResponse (Maybe Bool) lprsIsTruncated = lens _lprsIsTruncated (\ s a -> s{_lprsIsTruncated = a});
gen/Network/AWS/IAM/ListPolicyVersions.hs view
@@ -18,12 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Lists information about the versions of the specified managed policy,--- including the version that is set as the policy\'s default version.+-- Lists information about the versions of the specified managed policy, including the version that is set as the policy\'s default version. ----- For more information about managed policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- For more information about managed policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. -- -- This operation returns paginated results. module Network.AWS.IAM.ListPolicyVersions@@ -80,22 +77,13 @@ , _lpvPolicyARN = pPolicyARN_ } --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lpvMarker :: Lens' ListPolicyVersions (Maybe Text) lpvMarker = lens _lpvMarker (\ s a -> s{_lpvMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lpvMaxItems :: Lens' ListPolicyVersions (Maybe Natural) lpvMaxItems = lens _lpvMaxItems (\ s a -> s{_lpvMaxItems = a}) . mapping _Nat; @@ -176,25 +164,15 @@ -- | A list of policy versions. ----- For more information about managed policy versions, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies>--- in the /IAM User Guide/.+-- For more information about managed policy versions, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies> in the /IAM User Guide/. lpvrsVersions :: Lens' ListPolicyVersionsResponse [PolicyVersion] lpvrsVersions = lens _lpvrsVersions (\ s a -> s{_lpvrsVersions = a}) . _Default . _Coerce; --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lpvrsMarker :: Lens' ListPolicyVersionsResponse (Maybe Text) lpvrsMarker = lens _lpvrsMarker (\ s a -> s{_lpvrsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lpvrsIsTruncated :: Lens' ListPolicyVersionsResponse (Maybe Bool) lpvrsIsTruncated = lens _lpvrsIsTruncated (\ s a -> s{_lpvrsIsTruncated = a});
gen/Network/AWS/IAM/ListRolePolicies.hs view
@@ -18,19 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Lists the names of the inline policies that are embedded in the--- specified role.+-- Lists the names of the inline policies that are embedded in the specified role. ----- A role can also have managed policies attached to it. To list the--- managed policies that are attached to a role, use--- < ListAttachedRolePolicies>. For more information about policies, refer--- to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- A role can also have managed policies attached to it. To list the managed policies that are attached to a role, use < ListAttachedRolePolicies>. For more information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. ----- You can paginate the results using the 'MaxItems' and 'Marker'--- parameters. If there are no inline policies embedded with the specified--- role, the action returns an empty list.+-- You can paginate the results using the 'MaxItems' and 'Marker' parameters. If there are no inline policies embedded with the specified role, the action returns an empty list. -- -- This operation returns paginated results. module Network.AWS.IAM.ListRolePolicies@@ -87,22 +79,13 @@ , _lrpRoleName = pRoleName_ } --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lrpMarker :: Lens' ListRolePolicies (Maybe Text) lrpMarker = lens _lrpMarker (\ s a -> s{_lrpMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lrpMaxItems :: Lens' ListRolePolicies (Maybe Natural) lrpMaxItems = lens _lrpMaxItems (\ s a -> s{_lrpMaxItems = a}) . mapping _Nat; @@ -180,19 +163,11 @@ , _lrprsPolicyNames = mempty } --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lrprsMarker :: Lens' ListRolePoliciesResponse (Maybe Text) lrprsMarker = lens _lrprsMarker (\ s a -> s{_lrprsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lrprsIsTruncated :: Lens' ListRolePoliciesResponse (Maybe Bool) lrprsIsTruncated = lens _lrprsIsTruncated (\ s a -> s{_lrprsIsTruncated = a});
gen/Network/AWS/IAM/ListRoles.hs view
@@ -18,13 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Lists the roles that have the specified path prefix. If there are none,--- the action returns an empty list. For more information about roles, go--- to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html Working with Roles>.+-- Lists the roles that have the specified path prefix. If there are none, the action returns an empty list. For more information about roles, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html Working with Roles>. ----- You can paginate the results using the 'MaxItems' and 'Marker'--- parameters.+-- You can paginate the results using the 'MaxItems' and 'Marker' parameters. -- -- This operation returns paginated results. module Network.AWS.IAM.ListRoles@@ -80,31 +76,19 @@ , _lrMaxItems = Nothing } --- | The path prefix for filtering the results. For example, the prefix--- '\/application_abc\/component_xyz\/' gets all roles whose path starts--- with '\/application_abc\/component_xyz\/'.+-- | The path prefix for filtering the results. For example, the prefix '\/application_abc\/component_xyz\/' gets all roles whose path starts with '\/application_abc\/component_xyz\/'. ----- This parameter is optional. If it is not included, it defaults to a--- slash (\/), listing all roles.+-- This parameter is optional. If it is not included, it defaults to a slash (\/), listing all roles. lrPathPrefix :: Lens' ListRoles (Maybe Text) lrPathPrefix = lens _lrPathPrefix (\ s a -> s{_lrPathPrefix = a}); --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lrMarker :: Lens' ListRoles (Maybe Text) lrMarker = lens _lrMarker (\ s a -> s{_lrMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lrMaxItems :: Lens' ListRoles (Maybe Natural) lrMaxItems = lens _lrMaxItems (\ s a -> s{_lrMaxItems = a}) . mapping _Nat; @@ -177,19 +161,11 @@ , _lrrsRoles = mempty } --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lrrsMarker :: Lens' ListRolesResponse (Maybe Text) lrrsMarker = lens _lrrsMarker (\ s a -> s{_lrrsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lrrsIsTruncated :: Lens' ListRolesResponse (Maybe Bool) lrrsIsTruncated = lens _lrrsIsTruncated (\ s a -> s{_lrrsIsTruncated = a});
gen/Network/AWS/IAM/ListSAMLProviders.hs view
@@ -20,8 +20,7 @@ -- -- Lists the SAML providers in the account. ----- This operation requires--- <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4>.+-- This operation requires <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4>. module Network.AWS.IAM.ListSAMLProviders ( -- * Creating a Request
gen/Network/AWS/IAM/ListSSHPublicKeys.hs view
@@ -18,18 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns information about the SSH public keys associated with the--- specified IAM user. If there are none, the action returns an empty list.+-- Returns information about the SSH public keys associated with the specified IAM user. If there are none, the action returns an empty list. ----- The SSH public keys returned by this action are used only for--- authenticating the IAM user to an AWS CodeCommit repository. For more--- information about using SSH keys to authenticate to an AWS CodeCommit--- repository, see--- <http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html Set up AWS CodeCommit for SSH Connections>--- in the /AWS CodeCommit User Guide/.+-- The SSH public keys returned by this action are used only for authenticating the IAM user to an AWS CodeCommit repository. For more information about using SSH keys to authenticate to an AWS CodeCommit repository, see <http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html Set up AWS CodeCommit for SSH Connections> in the /AWS CodeCommit User Guide/. ----- Although each user is limited to a small number of keys, you can still--- paginate the results using the 'MaxItems' and 'Marker' parameters.+-- Although each user is limited to a small number of keys, you can still paginate the results using the 'MaxItems' and 'Marker' parameters. module Network.AWS.IAM.ListSSHPublicKeys ( -- * Creating a Request@@ -82,28 +75,17 @@ , _lspkMaxItems = Nothing } --- | The name of the IAM user to list SSH public keys for. If none is--- specified, the UserName field is determined implicitly based on the AWS--- access key used to sign the request.+-- | The name of the IAM user to list SSH public keys for. If none is specified, the UserName field is determined implicitly based on the AWS access key used to sign the request. lspkUserName :: Lens' ListSSHPublicKeys (Maybe Text) lspkUserName = lens _lspkUserName (\ s a -> s{_lspkUserName = a}); --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lspkMarker :: Lens' ListSSHPublicKeys (Maybe Text) lspkMarker = lens _lspkMarker (\ s a -> s{_lspkMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lspkMaxItems :: Lens' ListSSHPublicKeys (Maybe Natural) lspkMaxItems = lens _lspkMaxItems (\ s a -> s{_lspkMaxItems = a}) . mapping _Nat; @@ -174,19 +156,11 @@ lspkrsSSHPublicKeys :: Lens' ListSSHPublicKeysResponse [SSHPublicKeyMetadata] lspkrsSSHPublicKeys = lens _lspkrsSSHPublicKeys (\ s a -> s{_lspkrsSSHPublicKeys = a}) . _Default . _Coerce; --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lspkrsMarker :: Lens' ListSSHPublicKeysResponse (Maybe Text) lspkrsMarker = lens _lspkrsMarker (\ s a -> s{_lspkrsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lspkrsIsTruncated :: Lens' ListSSHPublicKeysResponse (Maybe Bool) lspkrsIsTruncated = lens _lspkrsIsTruncated (\ s a -> s{_lspkrsIsTruncated = a});
gen/Network/AWS/IAM/ListServerCertificates.hs view
@@ -18,17 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Lists the server certificates that have the specified path prefix. If--- none exist, the action returns an empty list.+-- Lists the server certificates that have the specified path prefix. If none exist, the action returns an empty list. ----- You can paginate the results using the 'MaxItems' and 'Marker'--- parameters.+-- You can paginate the results using the 'MaxItems' and 'Marker' parameters. ----- For more information about working with server certificates, including a--- list of AWS services that can use the server certificates that you--- manage with IAM, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html Working with Server Certificates>--- in the /IAM User Guide/.+-- For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html Working with Server Certificates> in the /IAM User Guide/. -- -- This operation returns paginated results. module Network.AWS.IAM.ListServerCertificates@@ -84,31 +78,19 @@ , _lscMaxItems = Nothing } --- | The path prefix for filtering the results. For example:--- '\/company\/servercerts' would get all server certificates for which the--- path starts with '\/company\/servercerts'.+-- | The path prefix for filtering the results. For example: '\/company\/servercerts' would get all server certificates for which the path starts with '\/company\/servercerts'. ----- This parameter is optional. If it is not included, it defaults to a--- slash (\/), listing all server certificates.+-- This parameter is optional. If it is not included, it defaults to a slash (\/), listing all server certificates. lscPathPrefix :: Lens' ListServerCertificates (Maybe Text) lscPathPrefix = lens _lscPathPrefix (\ s a -> s{_lscPathPrefix = a}); --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lscMarker :: Lens' ListServerCertificates (Maybe Text) lscMarker = lens _lscMarker (\ s a -> s{_lscMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lscMaxItems :: Lens' ListServerCertificates (Maybe Natural) lscMaxItems = lens _lscMaxItems (\ s a -> s{_lscMaxItems = a}) . mapping _Nat; @@ -184,19 +166,11 @@ , _lscrsServerCertificateMetadataList = mempty } --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lscrsMarker :: Lens' ListServerCertificatesResponse (Maybe Text) lscrsMarker = lens _lscrsMarker (\ s a -> s{_lscrsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lscrsIsTruncated :: Lens' ListServerCertificatesResponse (Maybe Bool) lscrsIsTruncated = lens _lscrsIsTruncated (\ s a -> s{_lscrsIsTruncated = a});
gen/Network/AWS/IAM/ListSigningCertificates.hs view
@@ -18,18 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns information about the signing certificates associated with the--- specified user. If there are none, the action returns an empty list.+-- Returns information about the signing certificates associated with the specified user. If there are none, the action returns an empty list. ----- Although each user is limited to a small number of signing certificates,--- you can still paginate the results using the 'MaxItems' and 'Marker'--- parameters.+-- Although each user is limited to a small number of signing certificates, you can still paginate the results using the 'MaxItems' and 'Marker' parameters. ----- If the 'UserName' field is not specified, the user name is determined--- implicitly based on the AWS access key ID used to sign the request.--- Because this action works for access keys under the AWS account, you can--- use this action to manage root credentials even if the AWS account has--- no associated users.+-- If the 'UserName' field is not specified, the user name is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users. -- -- This operation returns paginated results. module Network.AWS.IAM.ListSigningCertificates@@ -89,22 +82,13 @@ lUserName :: Lens' ListSigningCertificates (Maybe Text) lUserName = lens _lUserName (\ s a -> s{_lUserName = a}); --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lMarker :: Lens' ListSigningCertificates (Maybe Text) lMarker = lens _lMarker (\ s a -> s{_lMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lMaxItems :: Lens' ListSigningCertificates (Maybe Natural) lMaxItems = lens _lMaxItems (\ s a -> s{_lMaxItems = a}) . mapping _Nat; @@ -147,8 +131,7 @@ "UserName" =: _lUserName, "Marker" =: _lMarker, "MaxItems" =: _lMaxItems] --- | Contains the response to a successful < ListSigningCertificates>--- request.+-- | Contains the response to a successful < ListSigningCertificates> request. -- -- /See:/ 'listSigningCertificatesResponse' smart constructor. data ListSigningCertificatesResponse = ListSigningCertificatesResponse'@@ -180,19 +163,11 @@ , _lrsCertificates = mempty } --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lrsMarker :: Lens' ListSigningCertificatesResponse (Maybe Text) lrsMarker = lens _lrsMarker (\ s a -> s{_lrsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lrsIsTruncated :: Lens' ListSigningCertificatesResponse (Maybe Bool) lrsIsTruncated = lens _lrsIsTruncated (\ s a -> s{_lrsIsTruncated = a});
gen/Network/AWS/IAM/ListUserPolicies.hs view
@@ -20,16 +20,9 @@ -- -- Lists the names of the inline policies embedded in the specified user. ----- A user can also have managed policies attached to it. To list the--- managed policies that are attached to a user, use--- < ListAttachedUserPolicies>. For more information about policies, refer--- to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- A user can also have managed policies attached to it. To list the managed policies that are attached to a user, use < ListAttachedUserPolicies>. For more information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. ----- You can paginate the results using the 'MaxItems' and 'Marker'--- parameters. If there are no inline policies embedded with the specified--- user, the action returns an empty list.+-- You can paginate the results using the 'MaxItems' and 'Marker' parameters. If there are no inline policies embedded with the specified user, the action returns an empty list. -- -- This operation returns paginated results. module Network.AWS.IAM.ListUserPolicies@@ -86,22 +79,13 @@ , _lupUserName = pUserName_ } --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lupMarker :: Lens' ListUserPolicies (Maybe Text) lupMarker = lens _lupMarker (\ s a -> s{_lupMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lupMaxItems :: Lens' ListUserPolicies (Maybe Natural) lupMaxItems = lens _lupMaxItems (\ s a -> s{_lupMaxItems = a}) . mapping _Nat; @@ -179,19 +163,11 @@ , _luprsPolicyNames = mempty } --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. luprsMarker :: Lens' ListUserPoliciesResponse (Maybe Text) luprsMarker = lens _luprsMarker (\ s a -> s{_luprsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. luprsIsTruncated :: Lens' ListUserPoliciesResponse (Maybe Bool) luprsIsTruncated = lens _luprsIsTruncated (\ s a -> s{_luprsIsTruncated = a});
gen/Network/AWS/IAM/ListUsers.hs view
@@ -18,12 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Lists the IAM users that have the specified path prefix. If no path--- prefix is specified, the action returns all users in the AWS account. If--- there are none, the action returns an empty list.+-- Lists the IAM users that have the specified path prefix. If no path prefix is specified, the action returns all users in the AWS account. If there are none, the action returns an empty list. ----- You can paginate the results using the 'MaxItems' and 'Marker'--- parameters.+-- You can paginate the results using the 'MaxItems' and 'Marker' parameters. -- -- This operation returns paginated results. module Network.AWS.IAM.ListUsers@@ -79,31 +76,19 @@ , _luMaxItems = Nothing } --- | The path prefix for filtering the results. For example:--- '\/division_abc\/subdivision_xyz\/', which would get all user names--- whose path starts with '\/division_abc\/subdivision_xyz\/'.+-- | The path prefix for filtering the results. For example: '\/division_abc\/subdivision_xyz\/', which would get all user names whose path starts with '\/division_abc\/subdivision_xyz\/'. ----- This parameter is optional. If it is not included, it defaults to a--- slash (\/), listing all user names.+-- This parameter is optional. If it is not included, it defaults to a slash (\/), listing all user names. luPathPrefix :: Lens' ListUsers (Maybe Text) luPathPrefix = lens _luPathPrefix (\ s a -> s{_luPathPrefix = a}); --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. luMarker :: Lens' ListUsers (Maybe Text) luMarker = lens _luMarker (\ s a -> s{_luMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. luMaxItems :: Lens' ListUsers (Maybe Natural) luMaxItems = lens _luMaxItems (\ s a -> s{_luMaxItems = a}) . mapping _Nat; @@ -176,19 +161,11 @@ , _lursUsers = mempty } --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lursMarker :: Lens' ListUsersResponse (Maybe Text) lursMarker = lens _lursMarker (\ s a -> s{_lursMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lursIsTruncated :: Lens' ListUsersResponse (Maybe Bool) lursIsTruncated = lens _lursIsTruncated (\ s a -> s{_lursIsTruncated = a});
gen/Network/AWS/IAM/ListVirtualMFADevices.hs view
@@ -18,13 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Lists the virtual MFA devices under the AWS account by assignment--- status. If you do not specify an assignment status, the action returns a--- list of all virtual MFA devices. Assignment status can be 'Assigned',--- 'Unassigned', or 'Any'.+-- Lists the virtual MFA devices under the AWS account by assignment status. If you do not specify an assignment status, the action returns a list of all virtual MFA devices. Assignment status can be 'Assigned', 'Unassigned', or 'Any'. ----- You can paginate the results using the 'MaxItems' and 'Marker'--- parameters.+-- You can paginate the results using the 'MaxItems' and 'Marker' parameters. -- -- This operation returns paginated results. module Network.AWS.IAM.ListVirtualMFADevices@@ -80,28 +76,17 @@ , _lvmdMaxItems = Nothing } --- | The status (unassigned or assigned) of the devices to list. If you do--- not specify an 'AssignmentStatus', the action defaults to 'Any' which--- lists both assigned and unassigned virtual MFA devices.+-- | The status (unassigned or assigned) of the devices to list. If you do not specify an 'AssignmentStatus', the action defaults to 'Any' which lists both assigned and unassigned virtual MFA devices. lvmdAssignmentStatus :: Lens' ListVirtualMFADevices (Maybe AssignmentStatusType) lvmdAssignmentStatus = lens _lvmdAssignmentStatus (\ s a -> s{_lvmdAssignmentStatus = a}); --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. lvmdMarker :: Lens' ListVirtualMFADevices (Maybe Text) lvmdMarker = lens _lvmdMarker (\ s a -> s{_lvmdMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. lvmdMaxItems :: Lens' ListVirtualMFADevices (Maybe Natural) lvmdMaxItems = lens _lvmdMaxItems (\ s a -> s{_lvmdMaxItems = a}) . mapping _Nat; @@ -176,19 +161,11 @@ , _lvmdrsVirtualMFADevices = mempty } --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. lvmdrsMarker :: Lens' ListVirtualMFADevicesResponse (Maybe Text) lvmdrsMarker = lens _lvmdrsMarker (\ s a -> s{_lvmdrsMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. lvmdrsIsTruncated :: Lens' ListVirtualMFADevicesResponse (Maybe Bool) lvmdrsIsTruncated = lens _lvmdrsIsTruncated (\ s a -> s{_lvmdrsIsTruncated = a}); @@ -196,8 +173,7 @@ lvmdrsResponseStatus :: Lens' ListVirtualMFADevicesResponse Int lvmdrsResponseStatus = lens _lvmdrsResponseStatus (\ s a -> s{_lvmdrsResponseStatus = a}); --- | The list of virtual MFA devices in the current account that match the--- 'AssignmentStatus' value that was passed in the request.+-- | The list of virtual MFA devices in the current account that match the 'AssignmentStatus' value that was passed in the request. lvmdrsVirtualMFADevices :: Lens' ListVirtualMFADevicesResponse [VirtualMFADevice] lvmdrsVirtualMFADevices = lens _lvmdrsVirtualMFADevices (\ s a -> s{_lvmdrsVirtualMFADevices = a}) . _Coerce;
gen/Network/AWS/IAM/PutGroupPolicy.hs view
@@ -18,26 +18,13 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Adds (or updates) an inline policy document that is embedded in the--- specified group.+-- Adds (or updates) an inline policy document that is embedded in the specified group. ----- A user can also have managed policies attached to it. To attach a--- managed policy to a group, use < AttachGroupPolicy>. To create a new--- managed policy, use < CreatePolicy>. For information about policies,--- refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- A user can also have managed policies attached to it. To attach a managed policy to a group, use < AttachGroupPolicy>. To create a new managed policy, use < CreatePolicy>. For information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. ----- For information about limits on the number of inline policies that you--- can embed in a group, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities>--- in the /IAM User Guide/.+-- For information about limits on the number of inline policies that you can embed in a group, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities> in the /IAM User Guide/. ----- Because policy documents can be large, you should use POST rather than--- GET when calling 'PutGroupPolicy'. For general information about using--- the Query API with IAM, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html Making Query Requests>--- in the /Using IAM/ guide.+-- Because policy documents can be large, you should use POST rather than GET when calling 'PutGroupPolicy'. For general information about using the Query API with IAM, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html Making Query Requests> in the /Using IAM/ guide. module Network.AWS.IAM.PutGroupPolicy ( -- * Creating a Request
gen/Network/AWS/IAM/PutRolePolicy.hs view
@@ -18,33 +18,15 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Adds (or updates) an inline policy document that is embedded in the--- specified role.+-- Adds (or updates) an inline policy document that is embedded in the specified role. ----- When you embed an inline policy in a role, the inline policy is used as--- the role\'s access (permissions) policy. The role\'s trust policy is--- created at the same time as the role, using < CreateRole>. You can--- update a role\'s trust policy using < UpdateAssumeRolePolicy>. For more--- information about roles, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html Using Roles to Delegate Permissions and Federate Identities>.+-- When you embed an inline policy in a role, the inline policy is used as the role\'s access (permissions) policy. The role\'s trust policy is created at the same time as the role, using < CreateRole>. You can update a role\'s trust policy using < UpdateAssumeRolePolicy>. For more information about roles, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html Using Roles to Delegate Permissions and Federate Identities>. ----- A role can also have a managed policy attached to it. To attach a--- managed policy to a role, use < AttachRolePolicy>. To create a new--- managed policy, use < CreatePolicy>. For information about policies,--- refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- A role can also have a managed policy attached to it. To attach a managed policy to a role, use < AttachRolePolicy>. To create a new managed policy, use < CreatePolicy>. For information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. ----- For information about limits on the number of inline policies that you--- can embed with a role, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities>--- in the /IAM User Guide/.+-- For information about limits on the number of inline policies that you can embed with a role, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities> in the /IAM User Guide/. ----- Because policy documents can be large, you should use POST rather than--- GET when calling 'PutRolePolicy'. For general information about using--- the Query API with IAM, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html Making Query Requests>--- in the /Using IAM/ guide.+-- Because policy documents can be large, you should use POST rather than GET when calling 'PutRolePolicy'. For general information about using the Query API with IAM, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html Making Query Requests> in the /Using IAM/ guide. module Network.AWS.IAM.PutRolePolicy ( -- * Creating a Request
gen/Network/AWS/IAM/PutUserPolicy.hs view
@@ -18,26 +18,13 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Adds (or updates) an inline policy document that is embedded in the--- specified user.+-- Adds (or updates) an inline policy document that is embedded in the specified user. ----- A user can also have a managed policy attached to it. To attach a--- managed policy to a user, use < AttachUserPolicy>. To create a new--- managed policy, use < CreatePolicy>. For information about policies,--- refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- A user can also have a managed policy attached to it. To attach a managed policy to a user, use < AttachUserPolicy>. To create a new managed policy, use < CreatePolicy>. For information about policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. ----- For information about limits on the number of inline policies that you--- can embed in a user, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities>--- in the /IAM User Guide/.+-- For information about limits on the number of inline policies that you can embed in a user, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html Limitations on IAM Entities> in the /IAM User Guide/. ----- Because policy documents can be large, you should use POST rather than--- GET when calling 'PutUserPolicy'. For general information about using--- the Query API with IAM, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html Making Query Requests>--- in the /Using IAM/ guide.+-- Because policy documents can be large, you should use POST rather than GET when calling 'PutUserPolicy'. For general information about using the Query API with IAM, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html Making Query Requests> in the /Using IAM/ guide. module Network.AWS.IAM.PutUserPolicy ( -- * Creating a Request
gen/Network/AWS/IAM/RemoveClientIdFromOpenIdConnectProvider.hs view
@@ -18,11 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Removes the specified client ID (also known as audience) from the list--- of client IDs registered for the specified IAM OpenID Connect provider.+-- Removes the specified client ID (also known as audience) from the list of client IDs registered for the specified IAM OpenID Connect provider. ----- This action is idempotent; it does not fail or return an error if you--- try to remove a client ID that was removed previously.+-- This action is idempotent; it does not fail or return an error if you try to remove a client ID that was removed previously. module Network.AWS.IAM.RemoveClientIdFromOpenIdConnectProvider ( -- * Creating a Request@@ -67,15 +65,11 @@ , _rcifoicpClientId = pClientId_ } --- | The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider--- to remove the client ID from. You can get a list of OIDC provider ARNs--- by using the < ListOpenIDConnectProviders> action.+-- | The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider to remove the client ID from. You can get a list of OIDC provider ARNs by using the < ListOpenIDConnectProviders> action. rcifoicpOpenIdConnectProviderARN :: Lens' RemoveClientIdFromOpenIdConnectProvider Text rcifoicpOpenIdConnectProviderARN = lens _rcifoicpOpenIdConnectProviderARN (\ s a -> s{_rcifoicpOpenIdConnectProviderARN = a}); --- | The client ID (also known as audience) to remove from the IAM OpenID--- Connect provider. For more information about client IDs, see--- < CreateOpenIDConnectProvider>.+-- | The client ID (also known as audience) to remove from the IAM OpenID Connect provider. For more information about client IDs, see < CreateOpenIDConnectProvider>. rcifoicpClientId :: Lens' RemoveClientIdFromOpenIdConnectProvider Text rcifoicpClientId = lens _rcifoicpClientId (\ s a -> s{_rcifoicpClientId = a});
gen/Network/AWS/IAM/RemoveRoleFromInstanceProfile.hs view
@@ -20,15 +20,9 @@ -- -- Removes the specified role from the specified instance profile. ----- Make sure 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 will--- break any applications running on the instance.+-- Make sure 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 will break any applications running on the instance. ----- For more information about roles, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html Working with Roles>.--- For more information about instance profiles, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html About Instance Profiles>.+-- For more information about roles, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html Working with Roles>. For more information about instance profiles, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html About Instance Profiles>. module Network.AWS.IAM.RemoveRoleFromInstanceProfile ( -- * Creating a Request
gen/Network/AWS/IAM/ResyncMFADevice.hs view
@@ -20,10 +20,7 @@ -- -- Synchronizes the specified MFA device with AWS servers. ----- For more information about creating and working with virtual MFA--- devices, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html Using a Virtual MFA Device>--- in the /Using IAM/ guide.+-- For more information about creating and working with virtual MFA devices, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html Using a Virtual MFA Device> in the /Using IAM/ guide. module Network.AWS.IAM.ResyncMFADevice ( -- * Creating a Request
gen/Network/AWS/IAM/SetDefaultPolicyVersion.hs view
@@ -18,16 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Sets the specified version of the specified policy as the policy\'s--- default (operative) version.+-- Sets the specified version of the specified policy as the policy\'s default (operative) version. ----- This action 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 the < ListEntitiesForPolicy> API.+-- This action 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 the < ListEntitiesForPolicy> API. ----- For information about managed policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /IAM User Guide/.+-- For information about managed policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /IAM User Guide/. module Network.AWS.IAM.SetDefaultPolicyVersion ( -- * Creating a Request@@ -78,9 +73,7 @@ -- | The version of the policy to set as the default (operative) version. ----- For more information about managed policy versions, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies>--- in the /IAM User Guide/.+-- For more information about managed policy versions, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies> in the /IAM User Guide/. sdpvVersionId :: Lens' SetDefaultPolicyVersion Text sdpvVersionId = lens _sdpvVersionId (\ s a -> s{_sdpvVersionId = a});
gen/Network/AWS/IAM/SimulateCustomPolicy.hs view
@@ -18,26 +18,15 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Simulate how a set of IAM policies and optionally a resource-based--- policy works with a list of API actions and AWS resources to determine--- the policies\' effective permissions. The policies are provided as--- strings.+-- Simulate how a set of IAM policies and optionally a resource-based policy works with a list of API actions and AWS resources to determine the policies\' effective permissions. The policies are provided as strings. ----- The simulation does not perform the API actions; it only checks the--- authorization to determine if the simulated policies allow or deny the--- actions.+-- The simulation does not perform the API actions; it only checks the authorization to determine if the simulated policies allow or deny the actions. ----- If you want to simulate existing policies attached to an IAM user,--- group, or role, use < SimulatePrincipalPolicy> instead.+-- If you want to simulate existing policies attached to an IAM user, group, or role, use < SimulatePrincipalPolicy> instead. ----- Context keys are variables maintained by AWS and its services that--- provide details about the context of an API query request. You can use--- the 'Condition' element of an IAM policy to evaluate context keys. To--- get the list of context keys that the policies require for correct--- simulation, use < GetContextKeysForCustomPolicy>.+-- Context keys are variables maintained by AWS and its services that provide details about the context of an API query request. You can use the 'Condition' element of an IAM policy to evaluate context keys. To get the list of context keys that the policies require for correct simulation, use < GetContextKeysForCustomPolicy>. ----- If the output is long, you can use 'MaxItems' and 'Marker' parameters to--- paginate the results.+-- If the output is long, you can use 'MaxItems' and 'Marker' parameters to paginate the results. module Network.AWS.IAM.SimulateCustomPolicy ( -- * Creating a Request@@ -124,40 +113,19 @@ , _scpActionNames = mempty } --- | 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.+-- | 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. scpResourcePolicy :: Lens' SimulateCustomPolicy (Maybe Text) scpResourcePolicy = lens _scpResourcePolicy (\ s a -> s{_scpResourcePolicy = a}); --- | The ARN of the user that you want to use as the simulated caller of the--- APIs. 'CallerArn' is required if you include a 'ResourcePolicy' so that--- the policy\'s 'Principal' element has a value to use in evaluating the--- policy.+-- | The ARN of the user that you want to use as the simulated caller of the APIs. 'CallerArn' is required if you include a 'ResourcePolicy' so that the policy\'s 'Principal' element has a value to use in evaluating the policy. ----- 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.+-- 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. scpCallerARN :: Lens' SimulateCustomPolicy (Maybe Text) scpCallerARN = lens _scpCallerARN (\ s a -> s{_scpCallerARN = a}); --- | Specifies the type of simulation to run. Different APIs 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.+-- | Specifies the type of simulation to run. Different APIs 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. ----- 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--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html Supported Platforms>--- in the /AWS EC2 User Guide/.+-- 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 <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html Supported Platforms> in the /AWS EC2 User Guide/. -- -- - __EC2-Classic-InstanceStore__ --@@ -186,79 +154,37 @@ scpResourceHandlingOption :: Lens' SimulateCustomPolicy (Maybe Text) scpResourceHandlingOption = lens _scpResourceHandlingOption (\ s a -> s{_scpResourceHandlingOption = a}); --- | A list of ARNs of AWS resources to include in the simulation. If this--- parameter is not provided then the value defaults to '*' (all--- resources). Each API in the 'ActionNames' 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.+-- | A list of ARNs of AWS resources to include in the simulation. If this parameter is not provided then the value defaults to '*' (all resources). Each API in the 'ActionNames' 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. ----- 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--- 'ResourcePolicy' parameter.+-- 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 'ResourcePolicy' parameter. ----- If you include a 'ResourcePolicy', then it must be applicable to all of--- the resources included in the simulation or you receive an invalid input--- error.+-- If you include a 'ResourcePolicy', then it must be applicable to all of the resources included in the simulation or you receive an invalid input error. scpResourceARNs :: Lens' SimulateCustomPolicy [Text] scpResourceARNs = lens _scpResourceARNs (\ s a -> s{_scpResourceARNs = a}) . _Default . _Coerce; --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. scpMarker :: Lens' SimulateCustomPolicy (Maybe Text) scpMarker = lens _scpMarker (\ s a -> s{_scpMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. scpMaxItems :: Lens' SimulateCustomPolicy (Maybe Natural) scpMaxItems = lens _scpMaxItems (\ s a -> s{_scpMaxItems = a}) . mapping _Nat; --- | A list of context keys and corresponding values for the simulation to--- use. Whenever a context key is evaluated by a 'Condition' element in one--- of the simulated IAM permission policies, the corresponding value is--- supplied.+-- | A list of context keys and corresponding values for the simulation to use. Whenever a context key is evaluated by a 'Condition' element in one of the simulated IAM permission policies, the corresponding value is supplied. scpContextEntries :: Lens' SimulateCustomPolicy [ContextEntry] scpContextEntries = lens _scpContextEntries (\ s a -> s{_scpContextEntries = a}) . _Default . _Coerce; --- | An AWS account ID that specifies the owner of any simulated resource--- that does not identify its owner in the resource ARN, such as an S3--- bucket or object. If 'ResourceOwner' is specified, it is also used as--- the account owner of any 'ResourcePolicy' included in the simulation. If--- the 'ResourceOwner' parameter is not specified, then the owner of the--- resources and the resource policy defaults to the account of the--- identity provided in 'CallerArn'. 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--- 'CallerArn'.+-- | An AWS account ID that specifies the owner of any simulated resource that does not identify its owner in the resource ARN, such as an S3 bucket or object. If 'ResourceOwner' is specified, it is also used as the account owner of any 'ResourcePolicy' included in the simulation. If the 'ResourceOwner' parameter is not specified, then the owner of the resources and the resource policy defaults to the account of the identity provided in 'CallerArn'. 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 'CallerArn'. scpResourceOwner :: Lens' SimulateCustomPolicy (Maybe Text) scpResourceOwner = lens _scpResourceOwner (\ s a -> s{_scpResourceOwner = a}); --- | 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--- 'ResourcePolicy' parameter. The policies cannot be \"scope-down\"--- policies, such as you could include in a call to--- <http://docs.aws.amazon.com/IAM/latest/APIReference/API_GetFederationToken.html GetFederationToken>--- or one of the--- <http://docs.aws.amazon.com/IAM/latest/APIReference/API_AssumeRole.html AssumeRole>--- APIs to restrict what a user can do while using the temporary--- credentials.+-- | 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 'ResourcePolicy' parameter. The policies cannot be \"scope-down\" policies, such as you could include in a call to <http://docs.aws.amazon.com/IAM/latest/APIReference/API_GetFederationToken.html GetFederationToken> or one of the <http://docs.aws.amazon.com/IAM/latest/APIReference/API_AssumeRole.html AssumeRole> APIs to restrict what a user can do while using the temporary credentials. scpPolicyInputList :: Lens' SimulateCustomPolicy [Text] scpPolicyInputList = lens _scpPolicyInputList (\ s a -> s{_scpPolicyInputList = a}) . _Coerce; --- | A list of names of API actions to evaluate in the simulation. Each--- action is evaluated against each resource. Each action must include the--- service identifier, such as 'iam:CreateUser'.+-- | A list of names of API actions to evaluate in the simulation. Each action is evaluated against each resource. Each action must include the service identifier, such as 'iam:CreateUser'. scpActionNames :: Lens' SimulateCustomPolicy [Text] scpActionNames = lens _scpActionNames (\ s a -> s{_scpActionNames = a}) . _Coerce;
gen/Network/AWS/IAM/SimulatePrincipalPolicy.hs view
@@ -18,37 +18,19 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Simulate how a set of IAM policies attached to an IAM entity works with--- a list of API actions and AWS 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 .+-- Simulate how a set of IAM policies attached to an IAM entity works with a list of API actions and AWS 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 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 < SimulateCustomPolicy>--- instead.+-- 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 < SimulateCustomPolicy> instead. ----- You can also optionally include one resource-based policy to be--- evaluated with each of the resources included in the simulation.+-- You can also optionally include one resource-based policy to be evaluated with each of the resources included in the simulation. ----- The simulation does not perform the API actions, it only checks the--- authorization to determine if the simulated policies allow or deny the--- actions.+-- The simulation does not perform the API actions, it only checks the authorization to determine if the simulated policies allow or deny the actions. ----- __Note:__ This API 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 < SimulateCustomPolicy>--- instead.+-- __Note:__ This API 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 < SimulateCustomPolicy> instead. ----- Context keys are variables maintained by AWS and its services that--- provide details about the context of an API query request. You can use--- the 'Condition' element of an IAM policy to evaluate context keys. To--- get the list of context keys that the policies require for correct--- simulation, use < GetContextKeysForPrincipalPolicy>.+-- Context keys are variables maintained by AWS and its services that provide details about the context of an API query request. You can use the 'Condition' element of an IAM policy to evaluate context keys. To get the list of context keys that the policies require for correct simulation, use < GetContextKeysForPrincipalPolicy>. ----- If the output is long, you can use the 'MaxItems' and 'Marker'--- parameters to paginate the results.+-- If the output is long, you can use the 'MaxItems' and 'Marker' parameters to paginate the results. module Network.AWS.IAM.SimulatePrincipalPolicy ( -- * Creating a Request@@ -141,54 +123,25 @@ , _sppActionNames = mempty } --- | 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.+-- | 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. sppPolicyInputList :: Lens' SimulatePrincipalPolicy [Text] sppPolicyInputList = lens _sppPolicyInputList (\ s a -> s{_sppPolicyInputList = a}) . _Default . _Coerce; --- | 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.+-- | 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. sppResourcePolicy :: Lens' SimulatePrincipalPolicy (Maybe Text) sppResourcePolicy = lens _sppResourcePolicy (\ s a -> s{_sppResourcePolicy = a}); --- | The ARN of the user that you want to specify as the simulated caller of--- the APIs. If you do not specify a 'CallerArn', it defaults to the ARN of--- the user that you specify in 'PolicySourceArn', if you specified a user.--- If you include both a 'PolicySourceArn' (for example,--- 'arn:aws:iam::123456789012:user\/David') and a 'CallerArn' (for example,--- 'arn:aws:iam::123456789012:user\/Bob'), the result is that you simulate--- calling the APIs as Bob, as if Bob had David\'s policies.+-- | The ARN of the user that you want to specify as the simulated caller of the APIs. If you do not specify a 'CallerArn', it defaults to the ARN of the user that you specify in 'PolicySourceArn', if you specified a user. If you include both a 'PolicySourceArn' (for example, 'arn:aws:iam::123456789012:user\/David') and a 'CallerArn' (for example, 'arn:aws:iam::123456789012:user\/Bob'), the result is that you simulate calling the APIs as Bob, as if Bob had David\'s policies. ----- 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.+-- 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. ----- 'CallerArn' is required if you include a 'ResourcePolicy' and the--- 'PolicySourceArn' is not the ARN for an IAM user. This is required so--- that the resource-based policy\'s 'Principal' element has a value to use--- in evaluating the policy.+-- 'CallerArn' is required if you include a 'ResourcePolicy' and the 'PolicySourceArn' is not the ARN for an IAM user. This is required so that the resource-based policy\'s 'Principal' element has a value to use in evaluating the policy. sppCallerARN :: Lens' SimulatePrincipalPolicy (Maybe Text) sppCallerARN = lens _sppCallerARN (\ s a -> s{_sppCallerARN = a}); --- | Specifies the type of simulation to run. Different APIs 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.+-- | Specifies the type of simulation to run. Different APIs 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. ----- 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--- <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html Supported Platforms>--- in the /AWS EC2 User Guide/.+-- 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 <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html Supported Platforms> in the /AWS EC2 User Guide/. -- -- - __EC2-Classic-InstanceStore__ --@@ -217,68 +170,35 @@ sppResourceHandlingOption :: Lens' SimulatePrincipalPolicy (Maybe Text) sppResourceHandlingOption = lens _sppResourceHandlingOption (\ s a -> s{_sppResourceHandlingOption = a}); --- | A list of ARNs of AWS resources to include in the simulation. If this--- parameter is not provided then the value defaults to '*' (all--- resources). Each API in the 'ActionNames' 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.+-- | A list of ARNs of AWS resources to include in the simulation. If this parameter is not provided then the value defaults to '*' (all resources). Each API in the 'ActionNames' 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. ----- 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--- 'ResourcePolicy' parameter.+-- 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 'ResourcePolicy' parameter. sppResourceARNs :: Lens' SimulatePrincipalPolicy [Text] sppResourceARNs = lens _sppResourceARNs (\ s a -> s{_sppResourceARNs = a}) . _Default . _Coerce; --- | 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 'Marker' element in the response that you received to--- indicate where the next call should start.+-- | 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 'Marker' element in the response that you received to indicate where the next call should start. sppMarker :: Lens' SimulatePrincipalPolicy (Maybe Text) sppMarker = lens _sppMarker (\ s a -> s{_sppMarker = a}); --- | 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 'IsTruncated' response element is 'true'.+-- | 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 'IsTruncated' response element is 'true'. ----- This parameter is optional. If you do not include it, it defaults to--- 100. Note that IAM might return fewer results, even when there are more--- results available. In that case, the 'IsTruncated' response element--- returns 'true' and 'Marker' contains a value to include in the--- subsequent call that tells the service where to continue from.+-- This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the 'IsTruncated' response element returns 'true' and 'Marker' contains a value to include in the subsequent call that tells the service where to continue from. sppMaxItems :: Lens' SimulatePrincipalPolicy (Maybe Natural) sppMaxItems = lens _sppMaxItems (\ s a -> s{_sppMaxItems = a}) . mapping _Nat; --- | A list of context keys and corresponding values for the simulation to--- use. Whenever a context key is evaluated by a 'Condition' element in one--- of the simulated policies, the corresponding value is supplied.+-- | A list of context keys and corresponding values for the simulation to use. Whenever a context key is evaluated by a 'Condition' element in one of the simulated policies, the corresponding value is supplied. sppContextEntries :: Lens' SimulatePrincipalPolicy [ContextEntry] sppContextEntries = lens _sppContextEntries (\ s a -> s{_sppContextEntries = a}) . _Default . _Coerce; --- | An AWS account ID that specifies the owner of any simulated resource--- that does not identify its owner in the resource ARN, such as an S3--- bucket or object. If 'ResourceOwner' is specified, it is also used as--- the account owner of any 'ResourcePolicy' included in the simulation. If--- the 'ResourceOwner' parameter is not specified, then the owner of the--- resources and the resource policy defaults to the account of the--- identity provided in 'CallerArn'. 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--- 'CallerArn'.+-- | An AWS account ID that specifies the owner of any simulated resource that does not identify its owner in the resource ARN, such as an S3 bucket or object. If 'ResourceOwner' is specified, it is also used as the account owner of any 'ResourcePolicy' included in the simulation. If the 'ResourceOwner' parameter is not specified, then the owner of the resources and the resource policy defaults to the account of the identity provided in 'CallerArn'. 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 'CallerArn'. sppResourceOwner :: Lens' SimulatePrincipalPolicy (Maybe Text) sppResourceOwner = lens _sppResourceOwner (\ s a -> s{_sppResourceOwner = a}); --- | 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.+-- | 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. sppPolicySourceARN :: Lens' SimulatePrincipalPolicy Text sppPolicySourceARN = lens _sppPolicySourceARN (\ s a -> s{_sppPolicySourceARN = a}); --- | A list of names of API actions to evaluate in the simulation. Each--- action is evaluated for each resource. Each action must include the--- service identifier, such as 'iam:CreateUser'.+-- | A list of names of API actions to evaluate in the simulation. Each action is evaluated for each resource. Each action must include the service identifier, such as 'iam:CreateUser'. sppActionNames :: Lens' SimulatePrincipalPolicy [Text] sppActionNames = lens _sppActionNames (\ s a -> s{_sppActionNames = a}) . _Coerce;
gen/Network/AWS/IAM/Types.hs view
@@ -425,61 +425,47 @@ | has (hasStatus 509) e = Just "limit_exceeded" | otherwise = Nothing --- | The request was rejected because the credential report does not exist.--- To generate a credential report, use < GenerateCredentialReport>.+-- | The request was rejected because the credential report does not exist. To generate a credential report, use < GenerateCredentialReport>. _CredentialReportNotPresentException :: AsError a => Getting (First ServiceError) a ServiceError _CredentialReportNotPresentException = _ServiceError . hasStatus 410 . hasCode "ReportNotPresent" --- | The request was rejected because the credential report is still being--- generated.+-- | The request was rejected because the credential report is still being generated. _CredentialReportNotReadyException :: AsError a => Getting (First ServiceError) a ServiceError _CredentialReportNotReadyException = _ServiceError . hasStatus 404 . hasCode "ReportInProgress" --- | The request was rejected because the policy document was malformed. The--- error message describes the specific error.+-- | The request was rejected because the policy document was malformed. The error message describes the specific error. _MalformedPolicyDocumentException :: AsError a => Getting (First ServiceError) a ServiceError _MalformedPolicyDocumentException = _ServiceError . hasStatus 400 . hasCode "MalformedPolicyDocument" --- | The request was rejected because it attempted to create a resource that--- already exists.+-- | The request was rejected because it attempted to create a resource that already exists. _EntityAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError _EntityAlreadyExistsException = _ServiceError . hasStatus 409 . hasCode "EntityAlreadyExists" --- | The request was rejected because the certificate was malformed or--- expired. The error message describes the specific error.+-- | The request was rejected because the certificate was malformed or expired. The error message describes the specific error. _MalformedCertificateException :: AsError a => Getting (First ServiceError) a ServiceError _MalformedCertificateException = _ServiceError . hasStatus 400 . hasCode "MalformedCertificate" --- | The request was rejected because the most recent credential report has--- expired. To generate a new credential report, use--- < GenerateCredentialReport>. For more information about credential--- report expiration, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html Getting Credential Reports>--- in the /IAM User Guide/.+-- | The request was rejected because the most recent credential report has expired. To generate a new credential report, use < GenerateCredentialReport>. For more information about credential report expiration, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html Getting Credential Reports> in the /IAM User Guide/. _CredentialReportExpiredException :: AsError a => Getting (First ServiceError) a ServiceError _CredentialReportExpiredException = _ServiceError . hasStatus 410 . hasCode "ReportExpired" --- | The request was rejected because the same certificate is associated with--- an IAM user in the account.+-- | The request was rejected because the same certificate is associated with an IAM user in the account. _DuplicateCertificateException :: AsError a => Getting (First ServiceError) a ServiceError _DuplicateCertificateException = _ServiceError . hasStatus 409 . hasCode "DuplicateCertificate" --- | The request was rejected because it attempted to delete a resource that--- has attached subordinate entities. The error message describes these--- entities.+-- | The request was rejected because it attempted to delete a resource that has attached subordinate entities. The error message describes these entities. _DeleteConflictException :: AsError a => Getting (First ServiceError) a ServiceError _DeleteConflictException = _ServiceError . hasStatus 409 . hasCode "DeleteConflict" --- | The request was rejected because it referenced an entity that does not--- exist. The error message describes the entity.+-- | The request was rejected because it referenced an entity that does not exist. The error message describes the entity. _NoSuchEntityException :: AsError a => Getting (First ServiceError) a ServiceError _NoSuchEntityException = _ServiceError . hasStatus 404 . hasCode "NoSuchEntity" @@ -488,78 +474,61 @@ _InvalidCertificateException = _ServiceError . hasStatus 400 . hasCode "InvalidCertificate" --- | The request was rejected because the public key encoding format is--- unsupported or unrecognized.+-- | The request was rejected because the public key encoding format is unsupported or unrecognized. _UnrecognizedPublicKeyEncodingException :: AsError a => Getting (First ServiceError) a ServiceError _UnrecognizedPublicKeyEncodingException = _ServiceError . hasStatus 400 . hasCode "UnrecognizedPublicKeyEncoding" --- | The request was rejected because the type of user for the transaction--- was incorrect.+-- | The request was rejected because the type of user for the transaction was incorrect. _InvalidUserTypeException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidUserTypeException = _ServiceError . hasStatus 400 . hasCode "InvalidUserType" --- | The request processing has failed because of an unknown error, exception--- or failure.+-- | The request processing has failed because of an unknown error, exception or failure. _ServiceFailureException :: AsError a => Getting (First ServiceError) a ServiceError _ServiceFailureException = _ServiceError . hasStatus 500 . hasCode "ServiceFailure" --- | The request was rejected because an invalid or out-of-range value was--- supplied for an input parameter.+-- | The request was rejected because an invalid or out-of-range value was supplied for an input parameter. _InvalidInputException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidInputException = _ServiceError . hasStatus 400 . hasCode "InvalidInput" --- | The request was rejected because the public key is malformed or--- otherwise invalid.+-- | The request was rejected because the public key is malformed or otherwise invalid. _InvalidPublicKeyException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidPublicKeyException = _ServiceError . hasStatus 400 . hasCode "InvalidPublicKey" --- | The request was rejected because the authentication code was not--- recognized. The error message describes the specific error.+-- | The request was rejected because the authentication code was not recognized. The error message describes the specific error. _InvalidAuthenticationCodeException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidAuthenticationCodeException = _ServiceError . hasStatus 403 . hasCode "InvalidAuthenticationCode" --- | The request was rejected because it referenced an entity that is--- temporarily unmodifiable, such as a user name that was deleted and then--- recreated. The error indicates that the request is likely to succeed if--- you try again after waiting several minutes. The error message describes--- the entity.+-- | The request was rejected because it referenced an entity that is temporarily unmodifiable, such as a user name that was deleted and then recreated. The error indicates that the request is likely to succeed if you try again after waiting several minutes. The error message describes the entity. _EntityTemporarilyUnmodifiableException :: AsError a => Getting (First ServiceError) a ServiceError _EntityTemporarilyUnmodifiableException = _ServiceError . hasStatus 409 . hasCode "EntityTemporarilyUnmodifiable" --- | The request was rejected because the SSH public key is already--- associated with the specified IAM user.+-- | The request was rejected because the SSH public key is already associated with the specified IAM user. _DuplicateSSHPublicKeyException :: AsError a => Getting (First ServiceError) a ServiceError _DuplicateSSHPublicKeyException = _ServiceError . hasStatus 400 . hasCode "DuplicateSSHPublicKey" --- | The request was rejected because the public key certificate and the--- private key do not match.+-- | The request was rejected because the public key certificate and the private key do not match. _KeyPairMismatchException :: AsError a => Getting (First ServiceError) a ServiceError _KeyPairMismatchException = _ServiceError . hasStatus 400 . hasCode "KeyPairMismatch" --- | The request failed because a provided policy could not be successfully--- evaluated. An additional detail message indicates the source of the--- failure.+-- | The request failed because a provided policy could not be successfully evaluated. An additional detail message indicates the source of the failure. _PolicyEvaluationException :: AsError a => Getting (First ServiceError) a ServiceError _PolicyEvaluationException = _ServiceError . hasStatus 500 . hasCode "PolicyEvaluation" --- | The request was rejected because the provided password did not meet the--- requirements imposed by the account password policy.+-- | The request was rejected because the provided password did not meet the requirements imposed by the account password policy. _PasswordPolicyViolationException :: AsError a => Getting (First ServiceError) a ServiceError _PasswordPolicyViolationException = _ServiceError . hasStatus 400 . hasCode "PasswordPolicyViolation" --- | The request was rejected because it attempted to create resources beyond--- the current AWS account limits. The error message describes the limit--- exceeded.+-- | The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded. _LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError _LimitExceededException = _ServiceError . hasStatus 409 . hasCode "LimitExceeded"
gen/Network/AWS/IAM/Types/Product.hs view
@@ -23,13 +23,9 @@ -- | Contains information about an AWS access key. ----- This data type is used as a response element in the < CreateAccessKey>--- and < ListAccessKeys> actions.+-- This data type is used as a response element in the < CreateAccessKey> and < ListAccessKeys> actions. ----- The 'SecretAccessKey' value is returned only in response to--- < CreateAccessKey>. 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.+-- The 'SecretAccessKey' value is returned only in response to < CreateAccessKey>. 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. -- -- /See:/ 'accessKey' smart constructor. data AccessKey = AccessKey'@@ -80,8 +76,7 @@ akAccessKeyId :: Lens' AccessKey Text akAccessKeyId = lens _akAccessKeyId (\ s a -> s{_akAccessKeyId = a}); --- | The status of the access key. 'Active' means the key is valid for API--- calls, while 'Inactive' means it is not.+-- | The status of the access key. 'Active' means the key is valid for API calls, while 'Inactive' means it is not. akStatus :: Lens' AccessKey StatusType akStatus = lens _akStatus (\ s a -> s{_akStatus = a}); @@ -103,8 +98,7 @@ -- | Contains information about the last time an AWS access key was used. ----- This data type is used as a response element in the--- < GetAccessKeyLastUsed> action.+-- This data type is used as a response element in the < GetAccessKeyLastUsed> action. -- -- /See:/ 'accessKeyLastUsed' smart constructor. data AccessKeyLastUsed = AccessKeyLastUsed'@@ -134,46 +128,37 @@ , _akluRegion = pRegion_ } --- | The date and time, in--- <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the--- access key was most recently used. This field is null when:+-- | The date and time, in <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the access key was most recently used. This field is null when: -- -- - The user does not have an access key. ----- - An access key exists but has never been used, at least not since IAM--- started tracking this information on April 22nd, 2015.+-- - An access key exists but has never been used, at least not since IAM started tracking this information on April 22nd, 2015. -- -- - There is no sign-in data associated with the user -- akluLastUsedDate :: Lens' AccessKeyLastUsed UTCTime akluLastUsedDate = lens _akluLastUsedDate (\ s a -> s{_akluLastUsedDate = a}) . _Time; --- | The name of the AWS service with which this access key was most recently--- used. This field is null when:+-- | The name of the AWS service with which this access key was most recently used. This field is null when: -- -- - The user does not have an access key. ----- - An access key exists but has never been used, at least not since IAM--- started tracking this information on April 22nd, 2015.+-- - An access key exists but has never been used, at least not since IAM started tracking this information on April 22nd, 2015. -- -- - There is no sign-in data associated with the user -- akluServiceName :: Lens' AccessKeyLastUsed Text akluServiceName = lens _akluServiceName (\ s a -> s{_akluServiceName = a}); --- | The AWS region where this access key was most recently used. This field--- is null when:+-- | The AWS region where this access key was most recently used. This field is null when: -- -- - The user does not have an access key. ----- - An access key exists but has never been used, at least not since IAM--- started tracking this information on April 22nd, 2015.+-- - An access key exists but has never been used, at least not since IAM started tracking this information on April 22nd, 2015. -- -- - There is no sign-in data associated with the user ----- For more information about AWS regions, see--- <http://docs.aws.amazon.com/general/latest/gr/rande.html Regions and Endpoints>--- in the Amazon Web Services General Reference.+-- For more information about AWS regions, see <http://docs.aws.amazon.com/general/latest/gr/rande.html Regions and Endpoints> in the Amazon Web Services General Reference. akluRegion :: Lens' AccessKeyLastUsed Text akluRegion = lens _akluRegion (\ s a -> s{_akluRegion = a}); @@ -189,8 +174,7 @@ -- | Contains information about an AWS access key, without its secret key. ----- This data type is used as a response element in the < ListAccessKeys>--- action.+-- This data type is used as a response element in the < ListAccessKeys> action. -- -- /See:/ 'accessKeyMetadata' smart constructor. data AccessKeyMetadata = AccessKeyMetadata'@@ -221,8 +205,7 @@ , _akmAccessKeyId = Nothing } --- | The status of the access key. 'Active' means the key is valid for API--- calls; 'Inactive' means it is not.+-- | The status of the access key. 'Active' means the key is valid for API calls; 'Inactive' means it is not. akmStatus :: Lens' AccessKeyMetadata (Maybe StatusType) akmStatus = lens _akmStatus (\ s a -> s{_akmStatus = a}); @@ -251,15 +234,9 @@ -- | Contains information about an attached policy. ----- 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--- < ListAttachedGroupPolicies>, < ListAttachedRolePolicies>,--- < ListAttachedUserPolicies>, and < GetAccountAuthorizationDetails>--- actions.+-- 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 < ListAttachedGroupPolicies>, < ListAttachedRolePolicies>, < ListAttachedUserPolicies>, and < GetAccountAuthorizationDetails> actions. ----- For more information about managed policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /Using IAM/ guide.+-- For more information about managed policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /Using IAM/ guide. -- -- /See:/ 'attachedPolicy' smart constructor. data AttachedPolicy = AttachedPolicy'@@ -299,10 +276,7 @@ instance NFData AttachedPolicy --- | 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 'Condition' elements of the input policies.+-- | 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 'Condition' elements of the input policies. -- -- This data type is used as an input parameter to 'SimulatePolicy'. --@@ -331,19 +305,15 @@ , _ceContextKeyType = Nothing } --- | The value (or values, if the condition context key supports multiple--- values) to provide to the simulation for use when the key is referenced--- by a 'Condition' element in an input policy.+-- | The value (or values, if the condition context key supports multiple values) to provide to the simulation for use when the key is referenced by a 'Condition' element in an input policy. ceContextKeyValues :: Lens' ContextEntry [Text] ceContextKeyValues = lens _ceContextKeyValues (\ s a -> s{_ceContextKeyValues = a}) . _Default . _Coerce; --- | The full name of a condition context key, including the service prefix.--- For example, 'aws:SourceIp' or 's3:VersionId'.+-- | The full name of a condition context key, including the service prefix. For example, 'aws:SourceIp' or 's3:VersionId'. ceContextKeyName :: Lens' ContextEntry (Maybe Text) ceContextKeyName = lens _ceContextKeyName (\ s a -> s{_ceContextKeyName = a}); --- | The data type of the value (or values) specified in the--- 'ContextKeyValues' parameter.+-- | The data type of the value (or values) specified in the 'ContextKeyValues' parameter. ceContextKeyType :: Lens' ContextEntry (Maybe ContextKeyTypeEnum) ceContextKeyType = lens _ceContextKeyType (\ s a -> s{_ceContextKeyType = a}); @@ -407,26 +377,15 @@ , _erEvalDecision = pEvalDecision_ } --- | A list of the statements in the input policies that determine the result--- for this scenario. Remember that even if multiple statements allow the--- action on the resource, if only one statement denies that action, then--- the explicit deny overrides any allow, and the deny statement is the--- only entry included in the result.+-- | A list of the statements in the input policies that determine the result for this scenario. Remember that even if multiple statements allow the action on the resource, if only one statement denies that action, then the explicit deny overrides any allow, and the deny statement is the only entry included in the result. erMatchedStatements :: Lens' EvaluationResult [Statement] erMatchedStatements = lens _erMatchedStatements (\ s a -> s{_erMatchedStatements = a}) . _Default . _Coerce; --- | Additional details about the results of the evaluation decision. When--- there are both IAM policies and resource policies, this parameter--- explains how each set of policies contributes to the final evaluation--- decision. When simulating cross-account access to a resource, both the--- resource-based policy and the caller\'s IAM policy must grant access.--- See--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_compare-resource-policies.html How IAM Roles Differ from Resource-based Policies>+-- | Additional details about the results of the evaluation decision. When there are both IAM policies and resource policies, this parameter explains how each set of policies contributes to the final evaluation decision. When simulating cross-account access to a resource, both the resource-based policy and the caller\'s IAM policy must grant access. See <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_compare-resource-policies.html How IAM Roles Differ from Resource-based Policies> erEvalDecisionDetails :: Lens' EvaluationResult (HashMap Text PolicyEvaluationDecisionType) erEvalDecisionDetails = lens _erEvalDecisionDetails (\ s a -> s{_erEvalDecisionDetails = a}) . _Default . _Map; --- | The individual results of the simulation of the API action specified in--- EvalActionName on each resource.+-- | The individual results of the simulation of the API action specified in EvalActionName on each resource. erResourceSpecificResults :: Lens' EvaluationResult [ResourceSpecificResult] erResourceSpecificResults = lens _erResourceSpecificResults (\ s a -> s{_erResourceSpecificResults = a}) . _Default . _Coerce; @@ -434,19 +393,9 @@ erEvalResourceName :: Lens' EvaluationResult (Maybe Text) erEvalResourceName = lens _erEvalResourceName (\ s a -> s{_erEvalResourceName = a}); --- | 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 'ResourceArns' parameter blank. If you include a list of--- resources, then any missing context values are instead included under--- the 'ResourceSpecificResults' section. To discover the context keys used--- by a set of policies, you can call < GetContextKeysForCustomPolicy> or--- < GetContextKeysForPrincipalPolicy>.+-- | 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 'ResourceArns' parameter blank. If you include a list of resources, then any missing context values are instead included under the 'ResourceSpecificResults' section. To discover the context keys used by a set of policies, you can call < GetContextKeysForCustomPolicy> or < GetContextKeysForPrincipalPolicy>. ----- If the response includes any keys in this list, then the reported--- results might be untrustworthy because the simulation could not--- completely evaluate all of the conditions specified in the policies that--- would occur in a real world request.+-- If the response includes any keys in this list, then the reported results might be untrustworthy because the simulation could not completely evaluate all of the conditions specified in the policies that would occur in a real world request. erMissingContextValues :: Lens' EvaluationResult [Text] erMissingContextValues = lens _erMissingContextValues (\ s a -> s{_erMissingContextValues = a}) . _Default . _Coerce; @@ -480,9 +429,7 @@ instance NFData EvaluationResult --- | Contains the response to a successful--- < GetContextKeysForPrincipalPolicy> or < GetContextKeysForCustomPolicy>--- request.+-- | Contains the response to a successful < GetContextKeysForPrincipalPolicy> or < GetContextKeysForCustomPolicy> request. -- -- /See:/ 'getContextKeysForPolicyResponse' smart constructor. newtype GetContextKeysForPolicyResponse = GetContextKeysForPolicyResponse'@@ -501,8 +448,7 @@ { _gckfpContextKeyNames = Nothing } --- | The list of context keys that are used in the 'Condition' elements of--- the input policies.+-- | The list of context keys that are used in the 'Condition' elements of the input policies. gckfpContextKeyNames :: Lens' GetContextKeysForPolicyResponse [Text] gckfpContextKeyNames = lens _gckfpContextKeyNames (\ s a -> s{_gckfpContextKeyNames = a}) . _Default . _Coerce; @@ -563,9 +509,7 @@ , _gCreateDate = _Time # pCreateDate_ } --- | The path to the group. For more information about paths, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The path to the group. For more information about paths, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. gPath :: Lens' Group Text gPath = lens _gPath (\ s a -> s{_gPath = a}); @@ -573,23 +517,15 @@ gGroupName :: Lens' Group Text gGroupName = lens _gGroupName (\ s a -> s{_gGroupName = a}); --- | The stable and unique string identifying the group. For more information--- about IDs, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The stable and unique string identifying the group. For more information about IDs, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. gGroupId :: Lens' Group Text gGroupId = lens _gGroupId (\ s a -> s{_gGroupId = a}); --- | The Amazon Resource Name (ARN) specifying the group. For more--- information about ARNs and how to use them in policies, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. gARN :: Lens' Group Text gARN = lens _gARN (\ s a -> s{_gARN = a}); --- | The date and time, in--- <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the--- group was created.+-- | The date and time, in <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the group was created. gCreateDate :: Lens' Group UTCTime gCreateDate = lens _gCreateDate (\ s a -> s{_gCreateDate = a}) . _Time; @@ -605,11 +541,9 @@ instance NFData Group --- | Contains information about an IAM group, including all of the group\'s--- policies.+-- | Contains information about an IAM group, including all of the group\'s policies. ----- This data type is used as a response element in the--- < GetAccountAuthorizationDetails> action.+-- This data type is used as a response element in the < GetAccountAuthorizationDetails> action. -- -- /See:/ 'groupDetail' smart constructor. data GroupDetail = GroupDetail'@@ -656,22 +590,15 @@ gdARN :: Lens' GroupDetail (Maybe Text) gdARN = lens _gdARN (\ s a -> s{_gdARN = a}); --- | The path to the group. For more information about paths, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The path to the group. For more information about paths, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. gdPath :: Lens' GroupDetail (Maybe Text) gdPath = lens _gdPath (\ s a -> s{_gdPath = a}); --- | The date and time, in--- <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the--- group was created.+-- | The date and time, in <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the group was created. gdCreateDate :: Lens' GroupDetail (Maybe UTCTime) gdCreateDate = lens _gdCreateDate (\ s a -> s{_gdCreateDate = a}) . mapping _Time; --- | The stable and unique string identifying the group. For more information--- about IDs, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The stable and unique string identifying the group. For more information about IDs, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. gdGroupId :: Lens' GroupDetail (Maybe Text) gdGroupId = lens _gdGroupId (\ s a -> s{_gdGroupId = a}); @@ -760,9 +687,7 @@ , _ipRoles = mempty } --- | The path to the instance profile. For more information about paths, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The path to the instance profile. For more information about paths, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. ipPath :: Lens' InstanceProfile Text ipPath = lens _ipPath (\ s a -> s{_ipPath = a}); @@ -770,17 +695,11 @@ ipInstanceProfileName :: Lens' InstanceProfile Text ipInstanceProfileName = lens _ipInstanceProfileName (\ s a -> s{_ipInstanceProfileName = a}); --- | The stable and unique string identifying the instance profile. For more--- information about IDs, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The stable and unique string identifying the instance profile. For more information about IDs, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. ipInstanceProfileId :: Lens' InstanceProfile Text ipInstanceProfileId = lens _ipInstanceProfileId (\ s a -> s{_ipInstanceProfileId = a}); --- | The Amazon Resource Name (ARN) specifying the instance profile. For more--- information about ARNs and how to use them in policies, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The Amazon Resource Name (ARN) specifying the instance profile. For more information about ARNs and how to use them in policies, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. ipARN :: Lens' InstanceProfile Text ipARN = lens _ipARN (\ s a -> s{_ipARN = a}); @@ -808,8 +727,7 @@ -- | Contains the user name and password create date for a user. ----- This data type is used as a response element in the--- < CreateLoginProfile> and < GetLoginProfile> actions.+-- This data type is used as a response element in the < CreateLoginProfile> and < GetLoginProfile> actions. -- -- /See:/ 'loginProfile' smart constructor. data LoginProfile = LoginProfile'@@ -838,13 +756,11 @@ , _lpCreateDate = _Time # pCreateDate_ } --- | Specifies whether the user is required to set a new password on next--- sign-in.+-- | Specifies whether the user is required to set a new password on next sign-in. lpPasswordResetRequired :: Lens' LoginProfile (Maybe Bool) lpPasswordResetRequired = lens _lpPasswordResetRequired (\ s a -> s{_lpPasswordResetRequired = a}); --- | The name of the user, which can be used for signing in to the AWS--- Management Console.+-- | The name of the user, which can be used for signing in to the AWS Management Console. lpUserName :: Lens' LoginProfile Text lpUserName = lens _lpUserName (\ s a -> s{_lpUserName = a}); @@ -864,8 +780,7 @@ -- | Contains information about an MFA device. ----- This data type is used as a response element in the < ListMFADevices>--- action.+-- This data type is used as a response element in the < ListMFADevices> action. -- -- /See:/ 'mfaDevice' smart constructor. data MFADevice = MFADevice'@@ -899,8 +814,7 @@ mdUserName :: Lens' MFADevice Text mdUserName = lens _mdUserName (\ s a -> s{_mdUserName = a}); --- | The serial number that uniquely identifies the MFA device. For virtual--- MFA devices, the serial number is the device ARN.+-- | The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN. mdSerialNumber :: Lens' MFADevice Text mdSerialNumber = lens _mdSerialNumber (\ s a -> s{_mdSerialNumber = a}); @@ -918,16 +832,11 @@ instance NFData MFADevice --- | 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.+-- | 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. ----- This data type is used as a response element in the--- < GetAccountAuthorizationDetails> action.+-- This data type is used as a response element in the < GetAccountAuthorizationDetails> action. ----- For more information about managed policies, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /Using IAM/ guide.+-- For more information about managed policies, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /Using IAM/ guide. -- -- /See:/ 'managedPolicyDetail' smart constructor. data ManagedPolicyDetail = ManagedPolicyDetail'@@ -994,30 +903,21 @@ mpdARN :: Lens' ManagedPolicyDetail (Maybe Text) mpdARN = lens _mpdARN (\ s a -> s{_mpdARN = a}); --- | The date and time, in--- <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the--- policy was last updated.+-- | The date and time, in <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the policy was last updated. ----- 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.+-- 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. mpdUpdateDate :: Lens' ManagedPolicyDetail (Maybe UTCTime) mpdUpdateDate = lens _mpdUpdateDate (\ s a -> s{_mpdUpdateDate = a}) . mapping _Time; -- | The stable and unique string identifying the policy. ----- For more information about IDs, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- For more information about IDs, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. mpdPolicyId :: Lens' ManagedPolicyDetail (Maybe Text) mpdPolicyId = lens _mpdPolicyId (\ s a -> s{_mpdPolicyId = a}); -- | The path to the policy. ----- For more information about paths, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- For more information about paths, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. mpdPath :: Lens' ManagedPolicyDetail (Maybe Text) mpdPath = lens _mpdPath (\ s a -> s{_mpdPath = a}); @@ -1025,28 +925,21 @@ mpdPolicyVersionList :: Lens' ManagedPolicyDetail [PolicyVersion] mpdPolicyVersionList = lens _mpdPolicyVersionList (\ s a -> s{_mpdPolicyVersionList = a}) . _Default . _Coerce; --- | The date and time, in--- <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the--- policy was created.+-- | The date and time, in <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the policy was created. mpdCreateDate :: Lens' ManagedPolicyDetail (Maybe UTCTime) mpdCreateDate = lens _mpdCreateDate (\ s a -> s{_mpdCreateDate = a}) . mapping _Time; --- | Specifies whether the policy can be attached to an IAM user, group, or--- role.+-- | Specifies whether the policy can be attached to an IAM user, group, or role. mpdIsAttachable :: Lens' ManagedPolicyDetail (Maybe Bool) mpdIsAttachable = lens _mpdIsAttachable (\ s a -> s{_mpdIsAttachable = a}); --- | The identifier for the version of the policy that is set as the default--- (operative) version.+-- | The identifier for the version of the policy that is set as the default (operative) version. ----- For more information about policy versions, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies>--- in the /Using IAM/ guide.+-- For more information about policy versions, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html Versioning for Managed Policies> in the /Using IAM/ guide. mpdDefaultVersionId :: Lens' ManagedPolicyDetail (Maybe Text) mpdDefaultVersionId = lens _mpdDefaultVersionId (\ s a -> s{_mpdDefaultVersionId = a}); --- | The number of principal entities (users, groups, and roles) that the--- policy is attached to.+-- | The number of principal entities (users, groups, and roles) that the policy is attached to. mpdAttachmentCount :: Lens' ManagedPolicyDetail (Maybe Int) mpdAttachmentCount = lens _mpdAttachmentCount (\ s a -> s{_mpdAttachmentCount = a}); @@ -1074,8 +967,7 @@ instance NFData ManagedPolicyDetail --- | Contains the Amazon Resource Name (ARN) for an IAM OpenID Connect--- provider.+-- | Contains the Amazon Resource Name (ARN) for an IAM OpenID Connect provider. -- -- /See:/ 'openIdConnectProviderListEntry' smart constructor. newtype OpenIdConnectProviderListEntry = OpenIdConnectProviderListEntry'@@ -1108,8 +1000,7 @@ -- | Contains information about the account password policy. ----- This data type is used as a response element in the--- < GetAccountPasswordPolicy> action.+-- This data type is used as a response element in the < GetAccountPasswordPolicy> action. -- -- /See:/ 'passwordPolicy' smart constructor. data PasswordPolicy = PasswordPolicy'@@ -1164,9 +1055,7 @@ , _ppAllowUsersToChangePassword = Nothing } --- | Indicates whether passwords in the account expire. Returns true if--- MaxPasswordAge is contains a value greater than 0. Returns false if--- MaxPasswordAge is 0 or not present.+-- | Indicates whether passwords in the account expire. Returns true if MaxPasswordAge is contains a value greater than 0. Returns false if MaxPasswordAge is 0 or not present. ppExpirePasswords :: Lens' PasswordPolicy (Maybe Bool) ppExpirePasswords = lens _ppExpirePasswords (\ s a -> s{_ppExpirePasswords = a}); @@ -1178,13 +1067,11 @@ ppRequireNumbers :: Lens' PasswordPolicy (Maybe Bool) ppRequireNumbers = lens _ppRequireNumbers (\ s a -> s{_ppRequireNumbers = a}); --- | Specifies the number of previous passwords that IAM users are prevented--- from reusing.+-- | Specifies the number of previous passwords that IAM users are prevented from reusing. ppPasswordReusePrevention :: Lens' PasswordPolicy (Maybe Natural) ppPasswordReusePrevention = lens _ppPasswordReusePrevention (\ s a -> s{_ppPasswordReusePrevention = a}) . mapping _Nat; --- | Specifies whether to require lowercase characters for IAM user--- passwords.+-- | Specifies whether to require lowercase characters for IAM user passwords. ppRequireLowercaseCharacters :: Lens' PasswordPolicy (Maybe Bool) ppRequireLowercaseCharacters = lens _ppRequireLowercaseCharacters (\ s a -> s{_ppRequireLowercaseCharacters = a}); @@ -1192,8 +1079,7 @@ ppMaxPasswordAge :: Lens' PasswordPolicy (Maybe Natural) ppMaxPasswordAge = lens _ppMaxPasswordAge (\ s a -> s{_ppMaxPasswordAge = a}) . mapping _Nat; --- | Specifies whether IAM users are prevented from setting a new password--- after their password has expired.+-- | Specifies whether IAM users are prevented from setting a new password after their password has expired. ppHardExpiry :: Lens' PasswordPolicy (Maybe Bool) ppHardExpiry = lens _ppHardExpiry (\ s a -> s{_ppHardExpiry = a}); @@ -1201,8 +1087,7 @@ ppRequireSymbols :: Lens' PasswordPolicy (Maybe Bool) ppRequireSymbols = lens _ppRequireSymbols (\ s a -> s{_ppRequireSymbols = a}); --- | Specifies whether to require uppercase characters for IAM user--- passwords.+-- | Specifies whether to require uppercase characters for IAM user passwords. ppRequireUppercaseCharacters :: Lens' PasswordPolicy (Maybe Bool) ppRequireUppercaseCharacters = lens _ppRequireUppercaseCharacters (\ s a -> s{_ppRequireUppercaseCharacters = a}); @@ -1230,12 +1115,9 @@ -- | Contains information about a managed policy. ----- This data type is used as a response element in the < CreatePolicy>,--- < GetPolicy>, and < ListPolicies> actions.+-- This data type is used as a response element in the < CreatePolicy>, < GetPolicy>, and < ListPolicies> actions. ----- For more information about managed policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /Using IAM/ guide.+-- For more information about managed policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /Using IAM/ guide. -- -- /See:/ 'policy' smart constructor. data Policy = Policy'@@ -1298,58 +1180,43 @@ pARN :: Lens' Policy (Maybe Text) pARN = lens _pARN (\ s a -> s{_pARN = a}); --- | The date and time, in--- <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the--- policy was last updated.+-- | The date and time, in <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the policy was last updated. ----- 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.+-- 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. pUpdateDate :: Lens' Policy (Maybe UTCTime) pUpdateDate = lens _pUpdateDate (\ s a -> s{_pUpdateDate = a}) . mapping _Time; -- | The stable and unique string identifying the policy. ----- For more information about IDs, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- For more information about IDs, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. pPolicyId :: Lens' Policy (Maybe Text) pPolicyId = lens _pPolicyId (\ s a -> s{_pPolicyId = a}); -- | The path to the policy. ----- For more information about paths, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- For more information about paths, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. pPath :: Lens' Policy (Maybe Text) pPath = lens _pPath (\ s a -> s{_pPath = a}); --- | The date and time, in--- <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the--- policy was created.+-- | The date and time, in <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the policy was created. pCreateDate :: Lens' Policy (Maybe UTCTime) pCreateDate = lens _pCreateDate (\ s a -> s{_pCreateDate = a}) . mapping _Time; --- | Specifies whether the policy can be attached to an IAM user, group, or--- role.+-- | Specifies whether the policy can be attached to an IAM user, group, or role. pIsAttachable :: Lens' Policy (Maybe Bool) pIsAttachable = lens _pIsAttachable (\ s a -> s{_pIsAttachable = a}); --- | The identifier for the version of the policy that is set as the default--- version.+-- | The identifier for the version of the policy that is set as the default version. pDefaultVersionId :: Lens' Policy (Maybe Text) pDefaultVersionId = lens _pDefaultVersionId (\ s a -> s{_pDefaultVersionId = a}); --- | The number of entities (users, groups, and roles) that the policy is--- attached to.+-- | The number of entities (users, groups, and roles) that the policy is attached to. pAttachmentCount :: Lens' Policy (Maybe Int) pAttachmentCount = lens _pAttachmentCount (\ s a -> s{_pAttachmentCount = a}); -- | A friendly description of the policy. ----- This element is included in the response to the < GetPolicy> operation.--- It is not included in the response to the < ListPolicies> operation.+-- This element is included in the response to the < GetPolicy> operation. It is not included in the response to the < ListPolicies> operation. pDescription :: Lens' Policy (Maybe Text) pDescription = lens _pDescription (\ s a -> s{_pDescription = a}); @@ -1372,8 +1239,7 @@ -- | Contains information about an IAM policy, including the policy document. ----- This data type is used as a response element in the--- < GetAccountAuthorizationDetails> action.+-- This data type is used as a response element in the < GetAccountAuthorizationDetails> action. -- -- /See:/ 'policyDetail' smart constructor. data PolicyDetail = PolicyDetail'@@ -1415,12 +1281,9 @@ -- | Contains information about a group that a managed policy is attached to. ----- This data type is used as a response element in the--- < ListEntitiesForPolicy> action.+-- This data type is used as a response element in the < ListEntitiesForPolicy> action. ----- For more information about managed policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /Using IAM/ guide.+-- For more information about managed policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /Using IAM/ guide. -- -- /See:/ 'policyGroup' smart constructor. data PolicyGroup = PolicyGroup'@@ -1443,10 +1306,7 @@ , _pgGroupName = Nothing } --- | The stable and unique string identifying the group. For more information--- about IDs, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html IAM Identifiers>--- in the /IAM User Guide/.+-- | The stable and unique string identifying the group. For more information about IDs, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html IAM Identifiers> in the /IAM User Guide/. pgGroupId :: Lens' PolicyGroup (Maybe Text) pgGroupId = lens _pgGroupId (\ s a -> s{_pgGroupId = a}); @@ -1465,12 +1325,9 @@ -- | Contains information about a role that a managed policy is attached to. ----- This data type is used as a response element in the--- < ListEntitiesForPolicy> action.+-- This data type is used as a response element in the < ListEntitiesForPolicy> action. ----- For more information about managed policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /Using IAM/ guide.+-- For more information about managed policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /Using IAM/ guide. -- -- /See:/ 'policyRole' smart constructor. data PolicyRole = PolicyRole'@@ -1497,10 +1354,7 @@ prRoleName :: Lens' PolicyRole (Maybe Text) prRoleName = lens _prRoleName (\ s a -> s{_prRoleName = a}); --- | The stable and unique string identifying the role. For more information--- about IDs, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html IAM Identifiers>--- in the /IAM User Guide/.+-- | The stable and unique string identifying the role. For more information about IDs, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html IAM Identifiers> in the /IAM User Guide/. prRoleId :: Lens' PolicyRole (Maybe Text) prRoleId = lens _prRoleId (\ s a -> s{_prRoleId = a}); @@ -1515,12 +1369,9 @@ -- | Contains information about a user that a managed policy is attached to. ----- This data type is used as a response element in the--- < ListEntitiesForPolicy> action.+-- This data type is used as a response element in the < ListEntitiesForPolicy> action. ----- For more information about managed policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /Using IAM/ guide.+-- For more information about managed policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /Using IAM/ guide. -- -- /See:/ 'policyUser' smart constructor. data PolicyUser = PolicyUser'@@ -1547,10 +1398,7 @@ puUserName :: Lens' PolicyUser (Maybe Text) puUserName = lens _puUserName (\ s a -> s{_puUserName = a}); --- | The stable and unique string identifying the user. For more information--- about IDs, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html IAM Identifiers>--- in the /IAM User Guide/.+-- | The stable and unique string identifying the user. For more information about IDs, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html IAM Identifiers> in the /IAM User Guide/. puUserId :: Lens' PolicyUser (Maybe Text) puUserId = lens _puUserId (\ s a -> s{_puUserId = a}); @@ -1565,13 +1413,9 @@ -- | Contains information about a version of a managed policy. ----- This data type is used as a response element in the--- < CreatePolicyVersion>, < GetPolicyVersion>, < ListPolicyVersions>, and--- < GetAccountAuthorizationDetails> actions.+-- This data type is used as a response element in the < CreatePolicyVersion>, < GetPolicyVersion>, < ListPolicyVersions>, and < GetAccountAuthorizationDetails> actions. ----- For more information about managed policies, refer to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies>--- in the /Using IAM/ guide.+-- For more information about managed policies, refer to <http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html Managed Policies and Inline Policies> in the /Using IAM/ guide. -- -- /See:/ 'policyVersion' smart constructor. data PolicyVersion = PolicyVersion'@@ -1604,28 +1448,21 @@ -- | The identifier for the policy version. ----- Policy version identifiers always begin with 'v' (always lowercase).--- When a policy is created, the first policy version is 'v1'.+-- Policy version identifiers always begin with 'v' (always lowercase). When a policy is created, the first policy version is 'v1'. pvVersionId :: Lens' PolicyVersion (Maybe Text) pvVersionId = lens _pvVersionId (\ s a -> s{_pvVersionId = a}); --- | The date and time, in--- <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the--- policy version was created.+-- | The date and time, in <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the policy version was created. pvCreateDate :: Lens' PolicyVersion (Maybe UTCTime) pvCreateDate = lens _pvCreateDate (\ s a -> s{_pvCreateDate = a}) . mapping _Time; -- | The policy document. ----- The policy document is returned in the response to the--- < GetPolicyVersion> and < GetAccountAuthorizationDetails> operations. It--- is not returned in the response to the < CreatePolicyVersion> or--- < ListPolicyVersions> operations.+-- The policy document is returned in the response to the < GetPolicyVersion> and < GetAccountAuthorizationDetails> operations. It is not returned in the response to the < CreatePolicyVersion> or < ListPolicyVersions> operations. pvDocument :: Lens' PolicyVersion (Maybe Text) pvDocument = lens _pvDocument (\ s a -> s{_pvDocument = a}); --- | Specifies whether the policy version is set as the policy\'s default--- version.+-- | Specifies whether the policy version is set as the policy\'s default version. pvIsDefaultVersion :: Lens' PolicyVersion (Maybe Bool) pvIsDefaultVersion = lens _pvIsDefaultVersion (\ s a -> s{_pvIsDefaultVersion = a}); @@ -1640,8 +1477,7 @@ instance NFData PolicyVersion --- | Contains the row and column of a location of a 'Statement' element in a--- policy document.+-- | Contains the row and column of a location of a 'Statement' element in a policy document. -- -- This data type is used as a member of the 'Statement' type. --@@ -1670,8 +1506,7 @@ pLine :: Lens' Position (Maybe Int) pLine = lens _pLine (\ s a -> s{_pLine = a}); --- | The column in the line containing the specified position in the--- document.+-- | The column in the line containing the specified position in the document. pColumn :: Lens' Position (Maybe Int) pColumn = lens _pColumn (\ s a -> s{_pColumn = a}); @@ -1683,8 +1518,7 @@ instance NFData Position --- | Contains the result of the simulation of a single API action call on a--- single resource.+-- | Contains the result of the simulation of a single API action call on a single resource. -- -- This data type is used by a member of the < EvaluationResult> data type. --@@ -1723,41 +1557,23 @@ , _rsrEvalResourceDecision = pEvalResourceDecision_ } --- | 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 action on the resource, if /any/ statement denies--- that action, then the explicit deny overrides any allow, and the deny--- statement is the only entry included in the result.+-- | 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 action on the resource, if /any/ statement denies that action, then the explicit deny overrides any allow, and the deny statement is the only entry included in the result. rsrMatchedStatements :: Lens' ResourceSpecificResult [Statement] rsrMatchedStatements = lens _rsrMatchedStatements (\ s a -> s{_rsrMatchedStatements = a}) . _Default . _Coerce; --- | Additional details about the results of the evaluation decision. When--- there are both IAM policies and resource policies, this parameter--- explains how each set of policies contributes to the final evaluation--- decision. When simulating cross-account access to a resource, both the--- resource-based policy and the caller\'s IAM policy must grant access.+-- | Additional details about the results of the evaluation decision. When there are both IAM policies and resource policies, this parameter explains how each set of policies contributes to the final evaluation decision. When simulating cross-account access to a resource, both the resource-based policy and the caller\'s IAM policy must grant access. rsrEvalDecisionDetails :: Lens' ResourceSpecificResult (HashMap Text PolicyEvaluationDecisionType) rsrEvalDecisionDetails = lens _rsrEvalDecisionDetails (\ s a -> s{_rsrEvalDecisionDetails = a}) . _Default . _Map; --- | 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 'ResourceArns' parameter--- instead of \"*\". If you do not specify individual resources, by setting--- 'ResourceArns' to \"*\" or by not including the 'ResourceArns'--- parameter, then any missing context values are instead included under--- the 'EvaluationResults' section. To discover the context keys used by a--- set of policies, you can call < GetContextKeysForCustomPolicy> or--- < GetContextKeysForPrincipalPolicy>.+-- | 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 'ResourceArns' parameter instead of \"*\". If you do not specify individual resources, by setting 'ResourceArns' to \"*\" or by not including the 'ResourceArns' parameter, then any missing context values are instead included under the 'EvaluationResults' section. To discover the context keys used by a set of policies, you can call < GetContextKeysForCustomPolicy> or < GetContextKeysForPrincipalPolicy>. rsrMissingContextValues :: Lens' ResourceSpecificResult [Text] rsrMissingContextValues = lens _rsrMissingContextValues (\ s a -> s{_rsrMissingContextValues = a}) . _Default . _Coerce; --- | The name of the simulated resource, in Amazon Resource Name (ARN)--- format.+-- | The name of the simulated resource, in Amazon Resource Name (ARN) format. rsrEvalResourceName :: Lens' ResourceSpecificResult Text rsrEvalResourceName = lens _rsrEvalResourceName (\ s a -> s{_rsrEvalResourceName = a}); --- | The result of the simulation of the simulated API action on the resource--- specified in 'EvalResourceName'.+-- | The result of the simulation of the simulated API action on the resource specified in 'EvalResourceName'. rsrEvalResourceDecision :: Lens' ResourceSpecificResult PolicyEvaluationDecisionType rsrEvalResourceDecision = lens _rsrEvalResourceDecision (\ s a -> s{_rsrEvalResourceDecision = a}); @@ -1836,9 +1652,7 @@ rAssumeRolePolicyDocument :: Lens' Role (Maybe Text) rAssumeRolePolicyDocument = lens _rAssumeRolePolicyDocument (\ s a -> s{_rAssumeRolePolicyDocument = a}); --- | The path to the role. For more information about paths, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The path to the role. For more information about paths, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. rPath :: Lens' Role Text rPath = lens _rPath (\ s a -> s{_rPath = a}); @@ -1846,23 +1660,15 @@ rRoleName :: Lens' Role Text rRoleName = lens _rRoleName (\ s a -> s{_rRoleName = a}); --- | The stable and unique string identifying the role. For more information--- about IDs, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The stable and unique string identifying the role. For more information about IDs, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. rRoleId :: Lens' Role Text rRoleId = lens _rRoleId (\ s a -> s{_rRoleId = a}); --- | The Amazon Resource Name (ARN) specifying the role. For more information--- about ARNs and how to use them in policies, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The Amazon Resource Name (ARN) specifying the role. For more information about ARNs and how to use them in policies, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. rARN :: Lens' Role Text rARN = lens _rARN (\ s a -> s{_rARN = a}); --- | The date and time, in--- <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the--- role was created.+-- | The date and time, in <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the role was created. rCreateDate :: Lens' Role UTCTime rCreateDate = lens _rCreateDate (\ s a -> s{_rCreateDate = a}) . _Time; @@ -1879,11 +1685,9 @@ instance NFData Role --- | Contains information about an IAM role, including all of the role\'s--- policies.+-- | Contains information about an IAM role, including all of the role\'s policies. ----- This data type is used as a response element in the--- < GetAccountAuthorizationDetails> action.+-- This data type is used as a response element in the < GetAccountAuthorizationDetails> action. -- -- /See:/ 'roleDetail' smart constructor. data RoleDetail = RoleDetail'@@ -1942,9 +1746,7 @@ rdARN :: Lens' RoleDetail (Maybe Text) rdARN = lens _rdARN (\ s a -> s{_rdARN = a}); --- | The path to the role. For more information about paths, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The path to the role. For more information about paths, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. rdPath :: Lens' RoleDetail (Maybe Text) rdPath = lens _rdPath (\ s a -> s{_rdPath = a}); @@ -1952,9 +1754,7 @@ rdInstanceProfileList :: Lens' RoleDetail [InstanceProfile] rdInstanceProfileList = lens _rdInstanceProfileList (\ s a -> s{_rdInstanceProfileList = a}) . _Default . _Coerce; --- | The date and time, in--- <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the--- role was created.+-- | The date and time, in <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the role was created. rdCreateDate :: Lens' RoleDetail (Maybe UTCTime) rdCreateDate = lens _rdCreateDate (\ s a -> s{_rdCreateDate = a}) . mapping _Time; @@ -1962,20 +1762,15 @@ rdRoleName :: Lens' RoleDetail (Maybe Text) rdRoleName = lens _rdRoleName (\ s a -> s{_rdRoleName = a}); --- | The stable and unique string identifying the role. For more information--- about IDs, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The stable and unique string identifying the role. For more information about IDs, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. rdRoleId :: Lens' RoleDetail (Maybe Text) rdRoleId = lens _rdRoleId (\ s a -> s{_rdRoleId = a}); --- | A list of inline policies embedded in the role. These policies are the--- role\'s access (permissions) policies.+-- | A list of inline policies embedded in the role. These policies are the role\'s access (permissions) policies. rdRolePolicyList :: Lens' RoleDetail [PolicyDetail] rdRolePolicyList = lens _rdRolePolicyList (\ s a -> s{_rdRolePolicyList = a}) . _Default . _Coerce; --- | A list of managed policies attached to the role. These policies are the--- role\'s access (permissions) policies.+-- | A list of managed policies attached to the role. These policies are the role\'s access (permissions) policies. rdAttachedManagedPolicies :: Lens' RoleDetail [AttachedPolicy] rdAttachedManagedPolicies = lens _rdAttachedManagedPolicies (\ s a -> s{_rdAttachedManagedPolicies = a}) . _Default . _Coerce; @@ -2052,8 +1847,7 @@ -- | Contains information about an SSH public key. ----- This data type is used as a response element in the < GetSSHPublicKey>--- and < UploadSSHPublicKey> actions.+-- This data type is used as a response element in the < GetSSHPublicKey> and < UploadSSHPublicKey> actions. -- -- /See:/ 'sshPublicKey' smart constructor. data SSHPublicKey = SSHPublicKey'@@ -2097,9 +1891,7 @@ , _spkStatus = pStatus_ } --- | The date and time, in--- <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the SSH--- public key was uploaded.+-- | The date and time, in <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the SSH public key was uploaded. spkUploadDate :: Lens' SSHPublicKey (Maybe UTCTime) spkUploadDate = lens _spkUploadDate (\ s a -> s{_spkUploadDate = a}) . mapping _Time; @@ -2119,9 +1911,7 @@ spkSSHPublicKeyBody :: Lens' SSHPublicKey Text spkSSHPublicKeyBody = lens _spkSSHPublicKeyBody (\ s a -> s{_spkSSHPublicKeyBody = a}); --- | The status of the SSH public key. 'Active' means the key can be used for--- authentication with an AWS CodeCommit repository. 'Inactive' means the--- key cannot be used.+-- | The status of the SSH public key. 'Active' means the key can be used for authentication with an AWS CodeCommit repository. 'Inactive' means the key cannot be used. spkStatus :: Lens' SSHPublicKey StatusType spkStatus = lens _spkStatus (\ s a -> s{_spkStatus = a}); @@ -2138,11 +1928,9 @@ instance NFData SSHPublicKey --- | Contains information about an SSH public key, without the key\'s body or--- fingerprint.+-- | Contains information about an SSH public key, without the key\'s body or fingerprint. ----- This data type is used as a response element in the < ListSSHPublicKeys>--- action.+-- This data type is used as a response element in the < ListSSHPublicKeys> action. -- -- /See:/ 'sshPublicKeyMetadata' smart constructor. data SSHPublicKeyMetadata = SSHPublicKeyMetadata'@@ -2185,15 +1973,11 @@ spkmSSHPublicKeyId :: Lens' SSHPublicKeyMetadata Text spkmSSHPublicKeyId = lens _spkmSSHPublicKeyId (\ s a -> s{_spkmSSHPublicKeyId = a}); --- | The status of the SSH public key. 'Active' means the key can be used for--- authentication with an AWS CodeCommit repository. 'Inactive' means the--- key cannot be used.+-- | The status of the SSH public key. 'Active' means the key can be used for authentication with an AWS CodeCommit repository. 'Inactive' means the key cannot be used. spkmStatus :: Lens' SSHPublicKeyMetadata StatusType spkmStatus = lens _spkmStatus (\ s a -> s{_spkmStatus = a}); --- | The date and time, in--- <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the SSH--- public key was uploaded.+-- | The date and time, in <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the SSH public key was uploaded. spkmUploadDate :: Lens' SSHPublicKeyMetadata UTCTime spkmUploadDate = lens _spkmUploadDate (\ s a -> s{_spkmUploadDate = a}) . _Time; @@ -2210,8 +1994,7 @@ -- | Contains information about a server certificate. ----- This data type is used as a response element in the--- < GetServerCertificate> action.+-- This data type is used as a response element in the < GetServerCertificate> action. -- -- /See:/ 'serverCertificate' smart constructor. data ServerCertificate = ServerCertificate'@@ -2244,8 +2027,7 @@ sCertificateChain :: Lens' ServerCertificate (Maybe Text) sCertificateChain = lens _sCertificateChain (\ s a -> s{_sCertificateChain = a}); --- | The meta information of the server certificate, such as its name, path,--- ID, and ARN.+-- | The meta information of the server certificate, such as its name, path, ID, and ARN. sServerCertificateMetadata :: Lens' ServerCertificate ServerCertificateMetadata sServerCertificateMetadata = lens _sServerCertificateMetadata (\ s a -> s{_sServerCertificateMetadata = a}); @@ -2264,11 +2046,9 @@ instance NFData ServerCertificate --- | Contains information about a server certificate without its certificate--- body, certificate chain, and private key.+-- | Contains information about a server certificate without its certificate body, certificate chain, and private key. ----- This data type is used as a response element in the--- < UploadServerCertificate> and < ListServerCertificates> actions.+-- This data type is used as a response element in the < UploadServerCertificate> and < ListServerCertificates> actions. -- -- /See:/ 'serverCertificateMetadata' smart constructor. data ServerCertificateMetadata = ServerCertificateMetadata'@@ -2319,10 +2099,7 @@ scmExpiration :: Lens' ServerCertificateMetadata (Maybe UTCTime) scmExpiration = lens _scmExpiration (\ s a -> s{_scmExpiration = a}) . mapping _Time; --- | The path to the server certificate. For more information about paths,--- see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The path to the server certificate. For more information about paths, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. scmPath :: Lens' ServerCertificateMetadata Text scmPath = lens _scmPath (\ s a -> s{_scmPath = a}); @@ -2330,17 +2107,11 @@ scmServerCertificateName :: Lens' ServerCertificateMetadata Text scmServerCertificateName = lens _scmServerCertificateName (\ s a -> s{_scmServerCertificateName = a}); --- | The stable and unique string identifying the server certificate. For--- more information about IDs, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The stable and unique string identifying the server certificate. For more information about IDs, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. scmServerCertificateId :: Lens' ServerCertificateMetadata Text scmServerCertificateId = lens _scmServerCertificateId (\ s a -> s{_scmServerCertificateId = a}); --- | The Amazon Resource Name (ARN) specifying the server certificate. For--- more information about ARNs and how to use them in policies, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The Amazon Resource Name (ARN) specifying the server certificate. For more information about ARNs and how to use them in policies, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. scmARN :: Lens' ServerCertificateMetadata Text scmARN = lens _scmARN (\ s a -> s{_scmARN = a}); @@ -2359,8 +2130,7 @@ -- | Contains information about an X.509 signing certificate. ----- This data type is used as a response element in the--- < UploadSigningCertificate> and < ListSigningCertificates> actions.+-- This data type is used as a response element in the < UploadSigningCertificate> and < ListSigningCertificates> actions. -- -- /See:/ 'signingCertificate' smart constructor. data SigningCertificate = SigningCertificate'@@ -2415,8 +2185,7 @@ scCertificateBody :: Lens' SigningCertificate Text scCertificateBody = lens _scCertificateBody (\ s a -> s{_scCertificateBody = a}); --- | The status of the signing certificate. 'Active' means the key is valid--- for API calls, while 'Inactive' means it is not.+-- | The status of the signing certificate. 'Active' means the key is valid for API calls, while 'Inactive' means it is not. scStatus :: Lens' SigningCertificate StatusType scStatus = lens _scStatus (\ s a -> s{_scStatus = a}); @@ -2432,8 +2201,7 @@ instance NFData SigningCertificate --- | Contains the response to a successful < SimulatePrincipalPolicy> or--- < SimulateCustomPolicy> request.+-- | Contains the response to a successful < SimulatePrincipalPolicy> or < SimulateCustomPolicy> request. -- -- /See:/ 'simulatePolicyResponse' smart constructor. data SimulatePolicyResponse = SimulatePolicyResponse'@@ -2464,19 +2232,11 @@ spEvaluationResults :: Lens' SimulatePolicyResponse [EvaluationResult] spEvaluationResults = lens _spEvaluationResults (\ s a -> s{_spEvaluationResults = a}) . _Default . _Coerce; --- | When 'IsTruncated' is 'true', this element is present and contains the--- value to use for the 'Marker' parameter in a subsequent pagination--- request.+-- | When 'IsTruncated' is 'true', this element is present and contains the value to use for the 'Marker' parameter in a subsequent pagination request. spMarker :: Lens' SimulatePolicyResponse (Maybe Text) spMarker = lens _spMarker (\ s a -> s{_spMarker = a}); --- | 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 'Marker' request parameter to retrieve more items. Note that--- IAM might return fewer than the 'MaxItems' number of results even when--- there are more results available. We recommend that you check--- 'IsTruncated' after every call to ensure that you receive all of your--- results.+-- | 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 'Marker' request parameter to retrieve more items. Note that IAM might return fewer than the 'MaxItems' number of results even when there are more results available. We recommend that you check 'IsTruncated' after every call to ensure that you receive all of your results. spIsTruncated :: Lens' SimulatePolicyResponse (Maybe Bool) spIsTruncated = lens _spIsTruncated (\ s a -> s{_spIsTruncated = a}); @@ -2492,11 +2252,9 @@ instance NFData SimulatePolicyResponse --- | Contains a reference to a 'Statement' element in a policy document that--- determines the result of the simulation.+-- | Contains a reference to a 'Statement' element in a policy document that determines the result of the simulation. ----- This data type is used by the 'MatchedStatements' member of the--- 'EvaluationResult' type.+-- This data type is used by the 'MatchedStatements' member of the 'EvaluationResult' type. -- -- /See:/ 'statement' smart constructor. data Statement = Statement'@@ -2608,19 +2366,11 @@ , _uCreateDate = _Time # pCreateDate_ } --- | The date and time, in--- <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the--- user\'s password was last used to sign in to an AWS website. For a list--- of AWS websites that capture a user\'s last sign-in time, see the--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html Credential Reports>--- topic in the /Using IAM/ guide. If a password is used more than once in--- a five-minute span, only the first use is returned in this field. This--- field is null (not present) when:+-- | The date and time, in <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the user\'s password was last used to sign in to an AWS website. For a list of AWS websites that capture a user\'s last sign-in time, see the <http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html Credential Reports> topic in the /Using IAM/ guide. If a password is used more than once in a five-minute span, only the first use is returned in this field. This field is null (not present) when: -- -- - The user does not have a password ----- - The password exists but has never been used (at least not since IAM--- started tracking this information on October 20th, 2014+-- - The password exists but has never been used (at least not since IAM started tracking this information on October 20th, 2014 -- -- - there is no sign-in data associated with the user --@@ -2628,9 +2378,7 @@ uPasswordLastUsed :: Lens' User (Maybe UTCTime) uPasswordLastUsed = lens _uPasswordLastUsed (\ s a -> s{_uPasswordLastUsed = a}) . mapping _Time; --- | The path to the user. For more information about paths, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The path to the user. For more information about paths, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. uPath :: Lens' User Text uPath = lens _uPath (\ s a -> s{_uPath = a}); @@ -2638,23 +2386,15 @@ uUserName :: Lens' User Text uUserName = lens _uUserName (\ s a -> s{_uUserName = a}); --- | The stable and unique string identifying the user. For more information--- about IDs, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The stable and unique string identifying the user. For more information about IDs, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. uUserId :: Lens' User Text uUserId = lens _uUserId (\ s a -> s{_uUserId = a}); --- | The Amazon Resource Name (ARN) that identifies the user. For more--- information about ARNs and how to use ARNs in policies, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. uARN :: Lens' User Text uARN = lens _uARN (\ s a -> s{_uARN = a}); --- | The date and time, in--- <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the--- user was created.+-- | The date and time, in <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the user was created. uCreateDate :: Lens' User UTCTime uCreateDate = lens _uCreateDate (\ s a -> s{_uCreateDate = a}) . _Time; @@ -2671,11 +2411,9 @@ instance NFData User --- | Contains information about an IAM user, including all the user\'s--- policies and all the IAM groups the user is in.+-- | Contains information about an IAM user, including all the user\'s policies and all the IAM groups the user is in. ----- This data type is used as a response element in the--- < GetAccountAuthorizationDetails> action.+-- This data type is used as a response element in the < GetAccountAuthorizationDetails> action. -- -- /See:/ 'userDetail' smart constructor. data UserDetail = UserDetail'@@ -2730,15 +2468,11 @@ udARN :: Lens' UserDetail (Maybe Text) udARN = lens _udARN (\ s a -> s{_udARN = a}); --- | The path to the user. For more information about paths, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The path to the user. For more information about paths, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. udPath :: Lens' UserDetail (Maybe Text) udPath = lens _udPath (\ s a -> s{_udPath = a}); --- | The date and time, in--- <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the--- user was created.+-- | The date and time, in <http://www.iso.org/iso/iso8601 ISO 8601 date-time format>, when the user was created. udCreateDate :: Lens' UserDetail (Maybe UTCTime) udCreateDate = lens _udCreateDate (\ s a -> s{_udCreateDate = a}) . mapping _Time; @@ -2746,10 +2480,7 @@ udUserName :: Lens' UserDetail (Maybe Text) udUserName = lens _udUserName (\ s a -> s{_udUserName = a}); --- | The stable and unique string identifying the user. For more information--- about IDs, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The stable and unique string identifying the user. For more information about IDs, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. udUserId :: Lens' UserDetail (Maybe Text) udUserId = lens _udUserId (\ s a -> s{_udUserId = a}); @@ -2818,12 +2549,7 @@ , _vmdSerialNumber = pSerialNumber_ } --- | A QR code PNG image that encodes--- 'otpauth:\/\/totp\/$virtualMFADeviceName\'$AccountName?secret=$Base32String'--- where '$virtualMFADeviceName' is one of the create call arguments,--- 'AccountName' is the user name if set (otherwise, the account ID--- otherwise), and 'Base32String' is the seed in Base32 format. The--- 'Base32String' value is Base64-encoded.+-- | A QR code PNG image that encodes 'otpauth:\/\/totp\/>virtualMFADeviceName\'>AccountName?secret=>Base32String' where '>virtualMFADeviceName' is one of the create call arguments, 'AccountName' is the user name if set (otherwise, the account ID otherwise), and 'Base32String' is the seed in Base32 format. The 'Base32String' value is Base64-encoded. -- -- /Note:/ This 'Lens' automatically encodes and decodes Base64 data, -- despite what the AWS documentation might say.@@ -2833,9 +2559,7 @@ vmdQRCodePNG :: Lens' VirtualMFADevice (Maybe ByteString) vmdQRCodePNG = lens _vmdQRCodePNG (\ s a -> s{_vmdQRCodePNG = a}) . mapping (_Sensitive . _Base64); --- | The Base32 seed defined as specified in--- <http://www.ietf.org/rfc/rfc3548.txt RFC3548>. The 'Base32StringSeed' is--- Base64-encoded.+-- | The Base32 seed defined as specified in <http://www.ietf.org/rfc/rfc3548.txt RFC3548>. The 'Base32StringSeed' is Base64-encoded. -- -- /Note:/ This 'Lens' automatically encodes and decodes Base64 data, -- despite what the AWS documentation might say.
gen/Network/AWS/IAM/UpdateAccessKey.hs view
@@ -18,19 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Changes the status of the specified access key from Active to Inactive,--- or vice versa. This action can be used to disable a user\'s key as part--- of a key rotation work flow.+-- Changes the status of the specified access key from Active to Inactive, or vice versa. This action can be used to disable a user\'s key as part of a key rotation work flow. ----- If the 'UserName' field is not specified, the UserName is determined--- implicitly based on the AWS access key ID used to sign the request.--- Because this action works for access keys under the AWS account, you can--- use this action to manage root credentials even if the AWS account has--- no associated users.+-- If the 'UserName' field is not specified, the UserName is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users. ----- For information about rotating keys, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/ManagingCredentials.html Managing Keys and Certificates>--- in the /IAM User Guide/.+-- For information about rotating keys, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/ManagingCredentials.html Managing Keys and Certificates> in the /IAM User Guide/. module Network.AWS.IAM.UpdateAccessKey ( -- * Creating a Request@@ -88,9 +80,7 @@ uakAccessKeyId :: Lens' UpdateAccessKey Text uakAccessKeyId = lens _uakAccessKeyId (\ s a -> s{_uakAccessKeyId = a}); --- | The status you want to assign to the secret access key. 'Active' means--- the key can be used for API calls to AWS, while 'Inactive' means the key--- cannot be used.+-- | The status you want to assign to the secret access key. 'Active' means the key can be used for API calls to AWS, while 'Inactive' means the key cannot be used. uakStatus :: Lens' UpdateAccessKey StatusType uakStatus = lens _uakStatus (\ s a -> s{_uakStatus = a});
gen/Network/AWS/IAM/UpdateAccountPasswordPolicy.hs view
@@ -20,14 +20,9 @@ -- -- Updates the password policy settings for the AWS account. ----- This action 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 __Request Parameters__ section for--- each parameter\'s default value.+-- This action 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 __Request Parameters__ section for each parameter\'s default value. ----- For more information about using a password policy, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingPasswordPolicies.html Managing an IAM Password Policy>--- in the /IAM User Guide/.+-- For more information about using a password policy, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingPasswordPolicies.html Managing an IAM Password Policy> in the /IAM User Guide/. module Network.AWS.IAM.UpdateAccountPasswordPolicy ( -- * Creating a Request@@ -111,62 +106,51 @@ uappMinimumPasswordLength :: Lens' UpdateAccountPasswordPolicy (Maybe Natural) uappMinimumPasswordLength = lens _uappMinimumPasswordLength (\ s a -> s{_uappMinimumPasswordLength = a}) . mapping _Nat; --- | Specifies whether IAM user passwords must contain at least one numeric--- character (0 to 9).+-- | Specifies whether IAM user passwords must contain at least one numeric character (0 to 9). -- -- Default value: false uappRequireNumbers :: Lens' UpdateAccountPasswordPolicy (Maybe Bool) uappRequireNumbers = lens _uappRequireNumbers (\ s a -> s{_uappRequireNumbers = a}); --- | Specifies the number of previous passwords that IAM users are prevented--- from reusing. The default value of 0 means IAM users are not prevented--- from reusing previous passwords.+-- | Specifies the number of previous passwords that IAM users are prevented from reusing. The default value of 0 means IAM users are not prevented from reusing previous passwords. -- -- Default value: 0 uappPasswordReusePrevention :: Lens' UpdateAccountPasswordPolicy (Maybe Natural) uappPasswordReusePrevention = lens _uappPasswordReusePrevention (\ s a -> s{_uappPasswordReusePrevention = a}) . mapping _Nat; --- | Specifies whether IAM user passwords must contain at least one lowercase--- character from the ISO basic Latin alphabet (a to z).+-- | Specifies whether IAM user passwords must contain at least one lowercase character from the ISO basic Latin alphabet (a to z). -- -- Default value: false uappRequireLowercaseCharacters :: Lens' UpdateAccountPasswordPolicy (Maybe Bool) uappRequireLowercaseCharacters = lens _uappRequireLowercaseCharacters (\ s a -> s{_uappRequireLowercaseCharacters = a}); --- | The number of days that an IAM user password is valid. The default value--- of 0 means IAM user passwords never expire.+-- | The number of days that an IAM user password is valid. The default value of 0 means IAM user passwords never expire. -- -- Default value: 0 uappMaxPasswordAge :: Lens' UpdateAccountPasswordPolicy (Maybe Natural) uappMaxPasswordAge = lens _uappMaxPasswordAge (\ s a -> s{_uappMaxPasswordAge = a}) . mapping _Nat; --- | Prevents IAM users from setting a new password after their password has--- expired.+-- | Prevents IAM users from setting a new password after their password has expired. -- -- Default value: false uappHardExpiry :: Lens' UpdateAccountPasswordPolicy (Maybe Bool) uappHardExpiry = lens _uappHardExpiry (\ s a -> s{_uappHardExpiry = a}); --- | Specifies whether IAM user passwords must contain at least one of the--- following non-alphanumeric characters:+-- | Specifies whether IAM user passwords must contain at least one of the following non-alphanumeric characters: ----- ! \' # $ % ^ & * ( ) _ + - = [ ] { } | \'+-- ! \' # > % ^ & * ( ) _ + - = [ ] { } | \' -- -- Default value: false uappRequireSymbols :: Lens' UpdateAccountPasswordPolicy (Maybe Bool) uappRequireSymbols = lens _uappRequireSymbols (\ s a -> s{_uappRequireSymbols = a}); --- | Specifies whether IAM user passwords must contain at least one uppercase--- character from the ISO basic Latin alphabet (A to Z).+-- | Specifies whether IAM user passwords must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z). -- -- Default value: false uappRequireUppercaseCharacters :: Lens' UpdateAccountPasswordPolicy (Maybe Bool) uappRequireUppercaseCharacters = lens _uappRequireUppercaseCharacters (\ s a -> s{_uappRequireUppercaseCharacters = a}); --- | Allows all IAM users in your account to use the AWS Management Console--- to change their own passwords. For more information, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/HowToPwdIAMUser.html Letting IAM Users Change Their Own Passwords>--- in the /IAM User Guide/.+-- | Allows all IAM users in your account to use the AWS Management Console to change their own passwords. For more information, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/HowToPwdIAMUser.html Letting IAM Users Change Their Own Passwords> in the /IAM User Guide/. -- -- Default value: false uappAllowUsersToChangePassword :: Lens' UpdateAccountPasswordPolicy (Maybe Bool)
gen/Network/AWS/IAM/UpdateAssumeRolePolicy.hs view
@@ -18,9 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Updates the policy that grants an entity permission to assume a role.--- For more information about roles, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html Using Roles to Delegate Permissions and Federate Identities>.+-- Updates the policy that grants an entity permission to assume a role. For more information about roles, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html Using Roles to Delegate Permissions and Federate Identities>. module Network.AWS.IAM.UpdateAssumeRolePolicy ( -- * Creating a Request
gen/Network/AWS/IAM/UpdateGroup.hs view
@@ -20,17 +20,9 @@ -- -- Updates the name and\/or the path of the specified group. ----- You should understand the implications of changing a group\'s path or--- name. For more information, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_WorkingWithGroupsAndUsers.html Renaming Users and Groups>--- in the /IAM User Guide/.+-- You should understand the implications of changing a group\'s path or name. For more information, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_WorkingWithGroupsAndUsers.html Renaming Users and Groups> in the /IAM User Guide/. ----- To change a group name the requester must have appropriate permissions--- on both the source object and the target object. For example, to change--- Managers to MGRs, the entity making the request must have permission on--- Managers and MGRs, or must have permission on all (*). For more--- information about permissions, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/PermissionsAndPolicies.html Permissions and Policies>.+-- To change a group name the requester must have appropriate permissions on both the source object and the target object. For example, to change Managers to MGRs, the entity making the request must have permission on Managers and MGRs, or must have permission on all (*). For more information about permissions, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/PermissionsAndPolicies.html Permissions and Policies>. module Network.AWS.IAM.UpdateGroup ( -- * Creating a Request@@ -87,8 +79,7 @@ ugNewPath :: Lens' UpdateGroup (Maybe Text) ugNewPath = lens _ugNewPath (\ s a -> s{_ugNewPath = a}); --- | Name of the group to update. If you\'re changing the name of the group,--- this is the original name.+-- | Name of the group to update. If you\'re changing the name of the group, this is the original name. ugGroupName :: Lens' UpdateGroup Text ugGroupName = lens _ugGroupName (\ s a -> s{_ugGroupName = a});
gen/Network/AWS/IAM/UpdateLoginProfile.hs view
@@ -20,10 +20,7 @@ -- -- Changes the password for the specified user. ----- Users can change their own passwords by calling < ChangePassword>. For--- more information about modifying passwords, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html Managing Passwords>--- in the /IAM User Guide/.+-- Users can change their own passwords by calling < ChangePassword>. For more information about modifying passwords, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html Managing Passwords> in the /IAM User Guide/. module Network.AWS.IAM.UpdateLoginProfile ( -- * Creating a Request
gen/Network/AWS/IAM/UpdateOpenIdConnectProviderThumbprint.hs view
@@ -18,23 +18,13 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Replaces the existing list of server certificate thumbprints with a new--- list.+-- Replaces the existing list of server certificate thumbprints with a new list. ----- The list that you pass with this action completely replaces the existing--- list of thumbprints. (The lists are not merged.)+-- The list that you pass with this action completely replaces the existing list of thumbprints. (The lists are not merged.) ----- Typically, you need to update a thumbprint only when the identity--- provider\'s certificate changes, which occurs rarely. However, if the--- provider\'s certificate /does/ change, any attempt to assume an IAM role--- that specifies the OIDC provider as a principal will fail until the--- certificate thumbprint is updated.+-- Typically, you need to update a thumbprint only when the identity provider\'s certificate changes, which occurs rarely. However, if the provider\'s certificate /does/ change, any attempt to assume an IAM role that specifies the OIDC provider as a principal will fail until the certificate thumbprint is updated. ----- Because trust for the OpenID Connect provider is ultimately derived from--- the provider\'s certificate and is validated by the thumbprint, it is a--- best practice to limit access to the--- 'UpdateOpenIDConnectProviderThumbprint' action to highly-privileged--- users.+-- Because trust for the OpenID Connect provider is ultimately derived from the provider\'s certificate and is validated by the thumbprint, it is a best practice to limit access to the 'UpdateOpenIDConnectProviderThumbprint' action to highly-privileged users. module Network.AWS.IAM.UpdateOpenIdConnectProviderThumbprint ( -- * Creating a Request@@ -78,15 +68,11 @@ , _uoicptThumbprintList = mempty } --- | The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider--- to update the thumbprint for. You can get a list of OIDC provider ARNs--- by using the < ListOpenIDConnectProviders> action.+-- | The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider to update the thumbprint for. You can get a list of OIDC provider ARNs by using the < ListOpenIDConnectProviders> action. uoicptOpenIdConnectProviderARN :: Lens' UpdateOpenIdConnectProviderThumbprint Text uoicptOpenIdConnectProviderARN = lens _uoicptOpenIdConnectProviderARN (\ s a -> s{_uoicptOpenIdConnectProviderARN = a}); --- | A list of certificate thumbprints that are associated with the specified--- IAM OpenID Connect provider. For more information, see--- < CreateOpenIDConnectProvider>.+-- | A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see < CreateOpenIDConnectProvider>. uoicptThumbprintList :: Lens' UpdateOpenIdConnectProviderThumbprint [Text] uoicptThumbprintList = lens _uoicptThumbprintList (\ s a -> s{_uoicptThumbprintList = a}) . _Coerce;
gen/Network/AWS/IAM/UpdateSAMLProvider.hs view
@@ -20,8 +20,7 @@ -- -- Updates the metadata document for an existing SAML provider. ----- This operation requires--- <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4>.+-- This operation requires <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4>. module Network.AWS.IAM.UpdateSAMLProvider ( -- * Creating a Request@@ -69,12 +68,7 @@ , _usamlpSAMLProviderARN = pSAMLProviderARN_ } --- | 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.+-- | 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. usamlpSAMLMetadataDocument :: Lens' UpdateSAMLProvider Text usamlpSAMLMetadataDocument = lens _usamlpSAMLMetadataDocument (\ s a -> s{_usamlpSAMLMetadataDocument = a});
gen/Network/AWS/IAM/UpdateSSHPublicKey.hs view
@@ -18,17 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Sets the status of the specified SSH public key to active or inactive.--- SSH public keys that are inactive cannot be used for authentication.--- This action can be used to disable a user\'s SSH public key as part of a--- key rotation work flow.+-- Sets the status of the specified SSH public key to active or inactive. SSH public keys that are inactive cannot be used for authentication. This action can be used to disable a user\'s SSH public key as part of a key rotation work flow. ----- The SSH public key affected by this action is used only for--- authenticating the associated IAM user to an AWS CodeCommit repository.--- For more information about using SSH keys to authenticate to an AWS--- CodeCommit repository, see--- <http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html Set up AWS CodeCommit for SSH Connections>--- in the /AWS CodeCommit User Guide/.+-- The SSH public key affected by this action is used only for authenticating the associated IAM user to an AWS CodeCommit repository. For more information about using SSH keys to authenticate to an AWS CodeCommit repository, see <http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html Set up AWS CodeCommit for SSH Connections> in the /AWS CodeCommit User Guide/. module Network.AWS.IAM.UpdateSSHPublicKey ( -- * Creating a Request@@ -87,9 +79,7 @@ uspkSSHPublicKeyId :: Lens' UpdateSSHPublicKey Text uspkSSHPublicKeyId = lens _uspkSSHPublicKeyId (\ s a -> s{_uspkSSHPublicKeyId = a}); --- | The status to assign to the SSH public key. 'Active' means the key can--- be used for authentication with an AWS CodeCommit repository. 'Inactive'--- means the key cannot be used.+-- | The status to assign to the SSH public key. 'Active' means the key can be used for authentication with an AWS CodeCommit repository. 'Inactive' means the key cannot be used. uspkStatus :: Lens' UpdateSSHPublicKey StatusType uspkStatus = lens _uspkStatus (\ s a -> s{_uspkStatus = a});
gen/Network/AWS/IAM/UpdateServerCertificate.hs view
@@ -20,25 +20,11 @@ -- -- Updates the name and\/or the path of the specified server certificate. ----- For more information about working with server certificates, including a--- list of AWS services that can use the server certificates that you--- manage with IAM, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html Working with Server Certificates>--- in the /IAM User Guide/.+-- For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html Working with Server Certificates> in the /IAM User Guide/. ----- You should understand the implications of changing a server--- certificate\'s path or name. For more information, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs_manage.html#RenamingServerCerts Renaming a Server Certificate>--- in the /IAM User Guide/.+-- You should understand the implications of changing a server certificate\'s path or name. For more information, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs_manage.html#RenamingServerCerts Renaming a Server Certificate> in the /IAM User Guide/. ----- To change a server certificate name the requester must have appropriate--- permissions on both the source object and the target object. For--- example, to change the name from ProductionCert to ProdCert, the entity--- making the request must have permission on ProductionCert and ProdCert,--- or must have permission on all (*). For more information about--- permissions, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/access.html Access Management>--- in the /IAM User Guide/.+-- To change a server certificate name the requester must have appropriate permissions on both the source object and the target object. For example, to change the name from ProductionCert to ProdCert, the entity making the request must have permission on ProductionCert and ProdCert, or must have permission on all (*). For more information about permissions, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/access.html Access Management> in the /IAM User Guide/. module Network.AWS.IAM.UpdateServerCertificate ( -- * Creating a Request@@ -87,14 +73,11 @@ , _uServerCertificateName = pServerCertificateName_ } --- | 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.+-- | 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. uNewServerCertificateName :: Lens' UpdateServerCertificate (Maybe Text) uNewServerCertificateName = lens _uNewServerCertificateName (\ s a -> s{_uNewServerCertificateName = a}); --- | The new path for the server certificate. Include this only if you are--- updating the server certificate\'s path.+-- | The new path for the server certificate. Include this only if you are updating the server certificate\'s path. uNewPath :: Lens' UpdateServerCertificate (Maybe Text) uNewPath = lens _uNewPath (\ s a -> s{_uNewPath = a});
gen/Network/AWS/IAM/UpdateSigningCertificate.hs view
@@ -18,15 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Changes the status of the specified signing certificate from active to--- disabled, or vice versa. This action can be used to disable a user\'s--- signing certificate as part of a certificate rotation work flow.+-- Changes the status of the specified signing certificate from active to disabled, or vice versa. This action can be used to disable a user\'s signing certificate as part of a certificate rotation work flow. ----- If the 'UserName' field is not specified, the UserName is determined--- implicitly based on the AWS access key ID used to sign the request.--- Because this action works for access keys under the AWS account, you can--- use this action to manage root credentials even if the AWS account has--- no associated users.+-- If the 'UserName' field is not specified, the UserName is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users. module Network.AWS.IAM.UpdateSigningCertificate ( -- * Creating a Request@@ -84,9 +78,7 @@ uscCertificateId :: Lens' UpdateSigningCertificate Text uscCertificateId = lens _uscCertificateId (\ s a -> s{_uscCertificateId = a}); --- | The status you want to assign to the certificate. 'Active' means the--- certificate can be used for API calls to AWS, while 'Inactive' means the--- certificate cannot be used.+-- | The status you want to assign to the certificate. 'Active' means the certificate can be used for API calls to AWS, while 'Inactive' means the certificate cannot be used. uscStatus :: Lens' UpdateSigningCertificate StatusType uscStatus = lens _uscStatus (\ s a -> s{_uscStatus = a});
gen/Network/AWS/IAM/UpdateUser.hs view
@@ -20,19 +20,9 @@ -- -- Updates the name and\/or the path of the specified user. ----- You should understand the implications of changing a user\'s path or--- name. For more information, see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_renaming Renaming an IAM User>--- and--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_groups_manage_rename.html Renaming an IAM Group>--- in the /IAM User Guide/.+-- You should understand the implications of changing a user\'s path or name. For more information, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_renaming Renaming an IAM User> and <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_groups_manage_rename.html Renaming an IAM Group> in the /IAM User Guide/. ----- 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--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/PermissionsAndPolicies.html Permissions and Policies>.+-- 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 <http://docs.aws.amazon.com/IAM/latest/UserGuide/PermissionsAndPolicies.html Permissions and Policies>. module Network.AWS.IAM.UpdateUser ( -- * Creating a Request@@ -81,18 +71,15 @@ , _uuUserName = pUserName_ } --- | New name for the user. Include this parameter only if you\'re changing--- the user\'s name.+-- | New name for the user. Include this parameter only if you\'re changing the user\'s name. uuNewUserName :: Lens' UpdateUser (Maybe Text) uuNewUserName = lens _uuNewUserName (\ s a -> s{_uuNewUserName = a}); --- | New path for the user. Include this parameter only if you\'re changing--- the user\'s path.+-- | New path for the user. Include this parameter only if you\'re changing the user\'s path. uuNewPath :: Lens' UpdateUser (Maybe Text) uuNewPath = lens _uuNewPath (\ s a -> s{_uuNewPath = a}); --- | Name of the user to update. If you\'re changing the name of the user,--- this is the original user name.+-- | Name of the user to update. If you\'re changing the name of the user, this is the original user name. uuUserName :: Lens' UpdateUser Text uuUserName = lens _uuUserName (\ s a -> s{_uuUserName = a});
gen/Network/AWS/IAM/UploadSSHPublicKey.hs view
@@ -20,12 +20,7 @@ -- -- Uploads an SSH public key and associates it with the specified IAM user. ----- The SSH public key uploaded by this action can be used only for--- authenticating the associated IAM user to an AWS CodeCommit repository.--- For more information about using SSH keys to authenticate to an AWS--- CodeCommit repository, see--- <http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html Set up AWS CodeCommit for SSH Connections>--- in the /AWS CodeCommit User Guide/.+-- The SSH public key uploaded by this action can be used only for authenticating the associated IAM user to an AWS CodeCommit repository. For more information about using SSH keys to authenticate to an AWS CodeCommit repository, see <http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html Set up AWS CodeCommit for SSH Connections> in the /AWS CodeCommit User Guide/. module Network.AWS.IAM.UploadSSHPublicKey ( -- * Creating a Request@@ -77,8 +72,7 @@ usshpkUserName :: Lens' UploadSSHPublicKey Text usshpkUserName = lens _usshpkUserName (\ s a -> s{_usshpkUserName = a}); --- | The SSH public key. The public key must be encoded in ssh-rsa format or--- PEM format.+-- | The SSH public key. The public key must be encoded in ssh-rsa format or PEM format. usshpkSSHPublicKeyBody :: Lens' UploadSSHPublicKey Text usshpkSSHPublicKeyBody = lens _usshpkSSHPublicKeyBody (\ s a -> s{_usshpkSSHPublicKeyBody = a});
gen/Network/AWS/IAM/UploadServerCertificate.hs view
@@ -18,30 +18,13 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Uploads a server certificate entity for the AWS account. The server--- certificate entity includes a public key certificate, a private key, and--- an optional certificate chain, which should all be PEM-encoded.+-- Uploads a server certificate entity for the AWS account. The server certificate entity includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded. ----- For more information about working with server certificates, including a--- list of AWS services that can use the server certificates that you--- manage with IAM, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html Working with Server Certificates>--- in the /IAM User Guide/.+-- For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html Working with Server Certificates> in the /IAM User Guide/. ----- For information about the number of server certificates you can upload,--- see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html Limitations on IAM Entities and Objects>--- in the /IAM User Guide/.+-- For information about the number of server certificates you can upload, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html Limitations on IAM Entities and Objects> in the /IAM User Guide/. ----- 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 'UploadServerCertificate'. For information about setting up--- signatures and authorization through the API, go to--- <http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html Signing AWS API Requests>--- in the /AWS General Reference/. For general information about using the--- Query API with IAM, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/programming.html Calling the API by Making HTTP Query Requests>--- in the /IAM User Guide/.+-- 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 'UploadServerCertificate'. For information about setting up signatures and authorization through the API, go to <http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html Signing AWS API Requests> in the /AWS General Reference/. For general information about using the Query API with IAM, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/programming.html Calling the API by Making HTTP Query Requests> in the /IAM User Guide/. module Network.AWS.IAM.UploadServerCertificate ( -- * Creating a Request@@ -105,28 +88,19 @@ , _uscPrivateKey = _Sensitive # pPrivateKey_ } --- | The path for the server certificate. For more information about paths,--- see--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers>--- in the /Using IAM/ guide.+-- | The path for the server certificate. For more information about paths, see <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html IAM Identifiers> in the /Using IAM/ guide. ----- This parameter is optional. If it is not included, it defaults to a--- slash (\/).+-- This parameter is optional. If it is not included, it defaults to a slash (\/). ----- If you are uploading a server certificate specifically for use with--- Amazon CloudFront distributions, you must specify a path using the--- '--path' option. The path must begin with '\/cloudfront' and must--- include a trailing slash (for example, '\/cloudfront\/test\/').+-- If you are uploading a server certificate specifically for use with Amazon CloudFront distributions, you must specify a path using the '--path' option. The path must begin with '\/cloudfront' and must include a trailing slash (for example, '\/cloudfront\/test\/'). uscPath :: Lens' UploadServerCertificate (Maybe Text) uscPath = lens _uscPath (\ s a -> s{_uscPath = a}); --- | The contents of the certificate chain. This is typically a concatenation--- of the PEM-encoded public key certificates of the chain.+-- | The contents of the certificate chain. This is typically a concatenation of the PEM-encoded public key certificates of the chain. uscCertificateChain :: Lens' UploadServerCertificate (Maybe Text) uscCertificateChain = lens _uscCertificateChain (\ s a -> s{_uscCertificateChain = a}); --- | The name for the server certificate. Do not include the path in this--- value. The name of the certificate cannot contain any spaces.+-- | The name for the server certificate. Do not include the path in this value. The name of the certificate cannot contain any spaces. uscServerCertificateName :: Lens' UploadServerCertificate Text uscServerCertificateName = lens _uscServerCertificateName (\ s a -> s{_uscServerCertificateName = a}); @@ -171,8 +145,7 @@ "CertificateBody" =: _uscCertificateBody, "PrivateKey" =: _uscPrivateKey] --- | Contains the response to a successful < UploadServerCertificate>--- request.+-- | Contains the response to a successful < UploadServerCertificate> request. -- -- /See:/ 'uploadServerCertificateResponse' smart constructor. data UploadServerCertificateResponse = UploadServerCertificateResponse'@@ -196,8 +169,7 @@ , _ursResponseStatus = pResponseStatus_ } --- | The meta information of the uploaded server certificate without its--- certificate body, certificate chain, and private key.+-- | The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key. ursServerCertificateMetadata :: Lens' UploadServerCertificateResponse (Maybe ServerCertificateMetadata) ursServerCertificateMetadata = lens _ursServerCertificateMetadata (\ s a -> s{_ursServerCertificateMetadata = a});
gen/Network/AWS/IAM/UploadSigningCertificate.hs view
@@ -18,26 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Uploads an X.509 signing certificate and associates it with the--- specified user. Some AWS services use X.509 signing certificates to--- validate requests that are signed with a corresponding private key. When--- you upload the certificate, its default status is 'Active'.+-- Uploads an X.509 signing certificate and associates it with the specified user. Some AWS services use X.509 signing certificates to validate requests that are signed with a corresponding private key. When you upload the certificate, its default status is 'Active'. ----- If the 'UserName' field is not specified, the user name is determined--- implicitly based on the AWS access key ID used to sign the request.--- Because this action works for access keys under the AWS account, you can--- use this action to manage root credentials even if the AWS account has--- no associated users.+-- If the 'UserName' field is not specified, the user name is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users. ----- Because the body of a X.509 certificate can be large, you should use--- POST rather than GET when calling 'UploadSigningCertificate'. For--- information about setting up signatures and authorization through the--- API, go to--- <http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html Signing AWS API Requests>--- in the /AWS General Reference/. For general information about using the--- Query API with IAM, go to--- <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html Making Query Requests>--- in the /Using IAM/guide.+-- Because the body of a X.509 certificate can be large, you should use POST rather than GET when calling 'UploadSigningCertificate'. For information about setting up signatures and authorization through the API, go to <http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html Signing AWS API Requests> in the /AWS General Reference/. For general information about using the Query API with IAM, go to <http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html Making Query Requests> in the /Using IAM/guide. module Network.AWS.IAM.UploadSigningCertificate ( -- * Creating a Request@@ -121,8 +106,7 @@ "UserName" =: _uplUserName, "CertificateBody" =: _uplCertificateBody] --- | Contains the response to a successful < UploadSigningCertificate>--- request.+-- | Contains the response to a successful < UploadSigningCertificate> request. -- -- /See:/ 'uploadSigningCertificateResponse' smart constructor. data UploadSigningCertificateResponse = UploadSigningCertificateResponse'
test/Test/AWS/Gen/IAM.hs view
@@ -28,2045 +28,2045 @@ -- fixtures :: TestTree -- fixtures = -- [ testGroup "request"--- [ testGetContextKeysForPrincipalPolicy $--- getContextKeysForPrincipalPolicy------ , testListPolicies $--- listPolicies------ , testCreatePolicy $--- createPolicy------ , testListInstanceProfilesForRole $--- listInstanceProfilesForRole------ , testAttachGroupPolicy $--- attachGroupPolicy------ , testCreateAccessKey $--- createAccessKey------ , testListSSHPublicKeys $--- listSSHPublicKeys------ , testListOpenIdConnectProviders $--- listOpenIdConnectProviders------ , testCreateVirtualMFADevice $--- createVirtualMFADevice------ , testDeleteAccountPasswordPolicy $--- deleteAccountPasswordPolicy------ , testUpdateAccountPasswordPolicy $--- updateAccountPasswordPolicy------ , testAttachRolePolicy $--- attachRolePolicy------ , testUpdateSSHPublicKey $--- updateSSHPublicKey------ , testDeleteSSHPublicKey $--- deleteSSHPublicKey------ , testGetUserPolicy $--- getUserPolicy------ , testListAttachedRolePolicies $--- listAttachedRolePolicies------ , testGetRole $--- getRole------ , testDeactivateMFADevice $--- deactivateMFADevice------ , testCreateOpenIdConnectProvider $--- createOpenIdConnectProvider------ , testDeleteVirtualMFADevice $--- deleteVirtualMFADevice------ , testListRoles $--- listRoles------ , testListUserPolicies $--- listUserPolicies------ , testUploadSSHPublicKey $--- uploadSSHPublicKey------ , testSimulateCustomPolicy $--- simulateCustomPolicy------ , testDeleteRole $--- deleteRole------ , testListUsers $--- listUsers------ , testUpdateOpenIdConnectProviderThumbprint $--- updateOpenIdConnectProviderThumbprint------ , testPutUserPolicy $--- putUserPolicy------ , testGetSSHPublicKey $--- getSSHPublicKey------ , testDetachGroupPolicy $--- detachGroupPolicy------ , testGetOpenIdConnectProvider $--- getOpenIdConnectProvider------ , testDeleteUserPolicy $--- deleteUserPolicy------ , testCreateRole $--- createRole------ , testGetCredentialReport $--- getCredentialReport------ , testGetAccountSummary $--- getAccountSummary------ , testListGroupPolicies $--- listGroupPolicies------ , testDeletePolicyVersion $--- deletePolicyVersion------ , testDeleteInstanceProfile $--- deleteInstanceProfile------ , testDetachRolePolicy $--- detachRolePolicy------ , testRemoveRoleFromInstanceProfile $--- removeRoleFromInstanceProfile------ , testCreatePolicyVersion $--- createPolicyVersion------ , testCreateInstanceProfile $--- createInstanceProfile------ , testCreateSAMLProvider $--- createSAMLProvider------ , testGetAccountAuthorizationDetails $--- getAccountAuthorizationDetails------ , testDeleteAccountAlias $--- deleteAccountAlias------ , testDetachUserPolicy $--- detachUserPolicy------ , testRemoveUserFromGroup $--- removeUserFromGroup------ , testDeleteGroupPolicy $--- deleteGroupPolicy------ , testPutGroupPolicy $--- putGroupPolicy------ , testGetLoginProfile $--- getLoginProfile------ , testGetGroupPolicy $--- getGroupPolicy------ , testChangePassword $--- changePassword------ , testListServerCertificates $--- listServerCertificates------ , testDeletePolicy $--- deletePolicy------ , testUpdateAssumeRolePolicy $--- updateAssumeRolePolicy------ , testGetInstanceProfile $--- getInstanceProfile------ , testCreateLoginProfile $--- createLoginProfile------ , testGetSAMLProvider $--- getSAMLProvider------ , testAddRoleToInstanceProfile $--- addRoleToInstanceProfile------ , testListGroupsForUser $--- listGroupsForUser------ , testListEntitiesForPolicy $--- listEntitiesForPolicy------ , testAddUserToGroup $--- addUserToGroup------ , testSimulatePrincipalPolicy $--- simulatePrincipalPolicy------ , testGetPolicyVersion $--- getPolicyVersion------ , testDeleteOpenIdConnectProvider $--- deleteOpenIdConnectProvider------ , testGetUser $--- getUser------ , testListSigningCertificates $--- listSigningCertificates------ , testDeleteSigningCertificate $--- deleteSigningCertificate------ , testUpdateSigningCertificate $--- updateSigningCertificate------ , testListAttachedUserPolicies $--- listAttachedUserPolicies------ , testRemoveClientIdFromOpenIdConnectProvider $--- removeClientIdFromOpenIdConnectProvider------ , testAttachUserPolicy $--- attachUserPolicy------ , testListVirtualMFADevices $--- listVirtualMFADevices------ , testResyncMFADevice $--- resyncMFADevice------ , testDeleteAccessKey $--- deleteAccessKey------ , testUpdateAccessKey $--- updateAccessKey------ , testListAccessKeys $--- listAccessKeys------ , testGetRolePolicy $--- getRolePolicy------ , testCreateUser $--- createUser------ , testPutRolePolicy $--- putRolePolicy------ , testGetContextKeysForCustomPolicy $--- getContextKeysForCustomPolicy------ , testUploadSigningCertificate $--- uploadSigningCertificate------ , testDeleteRolePolicy $--- deleteRolePolicy------ , testGetAccountPasswordPolicy $--- getAccountPasswordPolicy------ , testGetAccessKeyLastUsed $--- getAccessKeyLastUsed------ , testUpdateUser $--- updateUser------ , testDeleteUser $--- deleteUser------ , testAddClientIdToOpenIdConnectProvider $--- addClientIdToOpenIdConnectProvider------ , testListRolePolicies $--- listRolePolicies------ , testCreateAccountAlias $--- createAccountAlias------ , testListInstanceProfiles $--- listInstanceProfiles------ , testEnableMFADevice $--- enableMFADevice------ , testListAccountAliases $--- listAccountAliases------ , testDeleteSAMLProvider $--- deleteSAMLProvider------ , testUpdateSAMLProvider $--- updateSAMLProvider------ , testCreateGroup $--- createGroup------ , testListMFADevices $--- listMFADevices------ , testUploadServerCertificate $--- uploadServerCertificate------ , testSetDefaultPolicyVersion $--- setDefaultPolicyVersion------ , testListPolicyVersions $--- listPolicyVersions------ , testListSAMLProviders $--- listSAMLProviders------ , testGetServerCertificate $--- getServerCertificate------ , testDeleteGroup $--- deleteGroup------ , testUpdateGroup $--- updateGroup------ , testListGroups $--- listGroups------ , testGenerateCredentialReport $--- generateCredentialReport------ , testGetPolicy $--- getPolicy------ , testUpdateLoginProfile $--- updateLoginProfile------ , testDeleteLoginProfile $--- deleteLoginProfile------ , testGetGroup $--- getGroup------ , testDeleteServerCertificate $--- deleteServerCertificate------ , testUpdateServerCertificate $--- updateServerCertificate------ , testListAttachedGroupPolicies $--- listAttachedGroupPolicies------ ]---- , testGroup "response"--- [ testGetContextKeysForPrincipalPolicyResponse $--- getContextKeysForPolicyResponse------ , testListPoliciesResponse $--- listPoliciesResponse------ , testCreatePolicyResponse $--- createPolicyResponse------ , testListInstanceProfilesForRoleResponse $--- listInstanceProfilesForRoleResponse------ , testAttachGroupPolicyResponse $--- attachGroupPolicyResponse------ , testCreateAccessKeyResponse $--- createAccessKeyResponse------ , testListSSHPublicKeysResponse $--- listSSHPublicKeysResponse------ , testListOpenIdConnectProvidersResponse $--- listOpenIdConnectProvidersResponse------ , testCreateVirtualMFADeviceResponse $--- createVirtualMFADeviceResponse------ , testDeleteAccountPasswordPolicyResponse $--- deleteAccountPasswordPolicyResponse------ , testUpdateAccountPasswordPolicyResponse $--- updateAccountPasswordPolicyResponse------ , testAttachRolePolicyResponse $--- attachRolePolicyResponse------ , testUpdateSSHPublicKeyResponse $--- updateSSHPublicKeyResponse------ , testDeleteSSHPublicKeyResponse $--- deleteSSHPublicKeyResponse------ , testGetUserPolicyResponse $--- getUserPolicyResponse------ , testListAttachedRolePoliciesResponse $--- listAttachedRolePoliciesResponse------ , testGetRoleResponse $--- getRoleResponse------ , testDeactivateMFADeviceResponse $--- deactivateMFADeviceResponse------ , testCreateOpenIdConnectProviderResponse $--- createOpenIdConnectProviderResponse------ , testDeleteVirtualMFADeviceResponse $--- deleteVirtualMFADeviceResponse------ , testListRolesResponse $--- listRolesResponse------ , testListUserPoliciesResponse $--- listUserPoliciesResponse------ , testUploadSSHPublicKeyResponse $--- uploadSSHPublicKeyResponse------ , testSimulateCustomPolicyResponse $--- simulatePolicyResponse------ , testDeleteRoleResponse $--- deleteRoleResponse------ , testListUsersResponse $--- listUsersResponse------ , testUpdateOpenIdConnectProviderThumbprintResponse $--- updateOpenIdConnectProviderThumbprintResponse------ , testPutUserPolicyResponse $--- putUserPolicyResponse------ , testGetSSHPublicKeyResponse $--- getSSHPublicKeyResponse------ , testDetachGroupPolicyResponse $--- detachGroupPolicyResponse------ , testGetOpenIdConnectProviderResponse $--- getOpenIdConnectProviderResponse------ , testDeleteUserPolicyResponse $--- deleteUserPolicyResponse------ , testCreateRoleResponse $--- createRoleResponse------ , testGetCredentialReportResponse $--- getCredentialReportResponse------ , testGetAccountSummaryResponse $--- getAccountSummaryResponse------ , testListGroupPoliciesResponse $--- listGroupPoliciesResponse------ , testDeletePolicyVersionResponse $--- deletePolicyVersionResponse------ , testDeleteInstanceProfileResponse $--- deleteInstanceProfileResponse------ , testDetachRolePolicyResponse $--- detachRolePolicyResponse------ , testRemoveRoleFromInstanceProfileResponse $--- removeRoleFromInstanceProfileResponse------ , testCreatePolicyVersionResponse $--- createPolicyVersionResponse------ , testCreateInstanceProfileResponse $--- createInstanceProfileResponse------ , testCreateSAMLProviderResponse $--- createSAMLProviderResponse------ , testGetAccountAuthorizationDetailsResponse $--- getAccountAuthorizationDetailsResponse------ , testDeleteAccountAliasResponse $--- deleteAccountAliasResponse------ , testDetachUserPolicyResponse $--- detachUserPolicyResponse------ , testRemoveUserFromGroupResponse $--- removeUserFromGroupResponse------ , testDeleteGroupPolicyResponse $--- deleteGroupPolicyResponse------ , testPutGroupPolicyResponse $--- putGroupPolicyResponse------ , testGetLoginProfileResponse $--- getLoginProfileResponse------ , testGetGroupPolicyResponse $--- getGroupPolicyResponse------ , testChangePasswordResponse $--- changePasswordResponse------ , testListServerCertificatesResponse $--- listServerCertificatesResponse------ , testDeletePolicyResponse $--- deletePolicyResponse------ , testUpdateAssumeRolePolicyResponse $--- updateAssumeRolePolicyResponse------ , testGetInstanceProfileResponse $--- getInstanceProfileResponse------ , testCreateLoginProfileResponse $--- createLoginProfileResponse------ , testGetSAMLProviderResponse $--- getSAMLProviderResponse------ , testAddRoleToInstanceProfileResponse $--- addRoleToInstanceProfileResponse------ , testListGroupsForUserResponse $--- listGroupsForUserResponse------ , testListEntitiesForPolicyResponse $--- listEntitiesForPolicyResponse------ , testAddUserToGroupResponse $--- addUserToGroupResponse------ , testSimulatePrincipalPolicyResponse $--- simulatePolicyResponse------ , testGetPolicyVersionResponse $--- getPolicyVersionResponse------ , testDeleteOpenIdConnectProviderResponse $--- deleteOpenIdConnectProviderResponse------ , testGetUserResponse $--- getUserResponse------ , testListSigningCertificatesResponse $--- listSigningCertificatesResponse------ , testDeleteSigningCertificateResponse $--- deleteSigningCertificateResponse------ , testUpdateSigningCertificateResponse $--- updateSigningCertificateResponse------ , testListAttachedUserPoliciesResponse $--- listAttachedUserPoliciesResponse------ , testRemoveClientIdFromOpenIdConnectProviderResponse $--- removeClientIdFromOpenIdConnectProviderResponse------ , testAttachUserPolicyResponse $--- attachUserPolicyResponse------ , testListVirtualMFADevicesResponse $--- listVirtualMFADevicesResponse------ , testResyncMFADeviceResponse $--- resyncMFADeviceResponse------ , testDeleteAccessKeyResponse $--- deleteAccessKeyResponse------ , testUpdateAccessKeyResponse $--- updateAccessKeyResponse------ , testListAccessKeysResponse $--- listAccessKeysResponse------ , testGetRolePolicyResponse $--- getRolePolicyResponse------ , testCreateUserResponse $--- createUserResponse------ , testPutRolePolicyResponse $--- putRolePolicyResponse------ , testGetContextKeysForCustomPolicyResponse $--- getContextKeysForPolicyResponse------ , testUploadSigningCertificateResponse $--- uploadSigningCertificateResponse------ , testDeleteRolePolicyResponse $--- deleteRolePolicyResponse------ , testGetAccountPasswordPolicyResponse $--- getAccountPasswordPolicyResponse------ , testGetAccessKeyLastUsedResponse $--- getAccessKeyLastUsedResponse------ , testUpdateUserResponse $--- updateUserResponse------ , testDeleteUserResponse $--- deleteUserResponse------ , testAddClientIdToOpenIdConnectProviderResponse $--- addClientIdToOpenIdConnectProviderResponse------ , testListRolePoliciesResponse $--- listRolePoliciesResponse------ , testCreateAccountAliasResponse $--- createAccountAliasResponse------ , testListInstanceProfilesResponse $--- listInstanceProfilesResponse------ , testEnableMFADeviceResponse $--- enableMFADeviceResponse------ , testListAccountAliasesResponse $--- listAccountAliasesResponse------ , testDeleteSAMLProviderResponse $--- deleteSAMLProviderResponse------ , testUpdateSAMLProviderResponse $--- updateSAMLProviderResponse------ , testCreateGroupResponse $--- createGroupResponse------ , testListMFADevicesResponse $--- listMFADevicesResponse------ , testUploadServerCertificateResponse $--- uploadServerCertificateResponse------ , testSetDefaultPolicyVersionResponse $--- setDefaultPolicyVersionResponse------ , testListPolicyVersionsResponse $--- listPolicyVersionsResponse------ , testListSAMLProvidersResponse $--- listSAMLProvidersResponse------ , testGetServerCertificateResponse $--- getServerCertificateResponse------ , testDeleteGroupResponse $--- deleteGroupResponse------ , testUpdateGroupResponse $--- updateGroupResponse------ , testListGroupsResponse $--- listGroupsResponse------ , testGenerateCredentialReportResponse $--- generateCredentialReportResponse------ , testGetPolicyResponse $--- getPolicyResponse------ , testUpdateLoginProfileResponse $--- updateLoginProfileResponse------ , testDeleteLoginProfileResponse $--- deleteLoginProfileResponse------ , testGetGroupResponse $--- getGroupResponse------ , testDeleteServerCertificateResponse $--- deleteServerCertificateResponse------ , testUpdateServerCertificateResponse $--- updateServerCertificateResponse------ , testListAttachedGroupPoliciesResponse $--- listAttachedGroupPoliciesResponse------ ]--- ]---- Requests--testGetContextKeysForPrincipalPolicy :: GetContextKeysForPrincipalPolicy -> TestTree-testGetContextKeysForPrincipalPolicy = req- "GetContextKeysForPrincipalPolicy"- "fixture/GetContextKeysForPrincipalPolicy.yaml"--testListPolicies :: ListPolicies -> TestTree-testListPolicies = req- "ListPolicies"- "fixture/ListPolicies.yaml"--testCreatePolicy :: CreatePolicy -> TestTree-testCreatePolicy = req- "CreatePolicy"- "fixture/CreatePolicy.yaml"--testListInstanceProfilesForRole :: ListInstanceProfilesForRole -> TestTree-testListInstanceProfilesForRole = req- "ListInstanceProfilesForRole"- "fixture/ListInstanceProfilesForRole.yaml"--testAttachGroupPolicy :: AttachGroupPolicy -> TestTree-testAttachGroupPolicy = req- "AttachGroupPolicy"- "fixture/AttachGroupPolicy.yaml"--testCreateAccessKey :: CreateAccessKey -> TestTree-testCreateAccessKey = req- "CreateAccessKey"- "fixture/CreateAccessKey.yaml"--testListSSHPublicKeys :: ListSSHPublicKeys -> TestTree-testListSSHPublicKeys = req- "ListSSHPublicKeys"- "fixture/ListSSHPublicKeys.yaml"--testListOpenIdConnectProviders :: ListOpenIdConnectProviders -> TestTree-testListOpenIdConnectProviders = req- "ListOpenIdConnectProviders"- "fixture/ListOpenIdConnectProviders.yaml"--testCreateVirtualMFADevice :: CreateVirtualMFADevice -> TestTree-testCreateVirtualMFADevice = req- "CreateVirtualMFADevice"- "fixture/CreateVirtualMFADevice.yaml"--testDeleteAccountPasswordPolicy :: DeleteAccountPasswordPolicy -> TestTree-testDeleteAccountPasswordPolicy = req- "DeleteAccountPasswordPolicy"- "fixture/DeleteAccountPasswordPolicy.yaml"--testUpdateAccountPasswordPolicy :: UpdateAccountPasswordPolicy -> TestTree-testUpdateAccountPasswordPolicy = req- "UpdateAccountPasswordPolicy"- "fixture/UpdateAccountPasswordPolicy.yaml"--testAttachRolePolicy :: AttachRolePolicy -> TestTree-testAttachRolePolicy = req- "AttachRolePolicy"- "fixture/AttachRolePolicy.yaml"--testUpdateSSHPublicKey :: UpdateSSHPublicKey -> TestTree-testUpdateSSHPublicKey = req- "UpdateSSHPublicKey"- "fixture/UpdateSSHPublicKey.yaml"--testDeleteSSHPublicKey :: DeleteSSHPublicKey -> TestTree-testDeleteSSHPublicKey = req- "DeleteSSHPublicKey"- "fixture/DeleteSSHPublicKey.yaml"--testGetUserPolicy :: GetUserPolicy -> TestTree-testGetUserPolicy = req- "GetUserPolicy"- "fixture/GetUserPolicy.yaml"--testListAttachedRolePolicies :: ListAttachedRolePolicies -> TestTree-testListAttachedRolePolicies = req- "ListAttachedRolePolicies"- "fixture/ListAttachedRolePolicies.yaml"--testGetRole :: GetRole -> TestTree-testGetRole = req- "GetRole"- "fixture/GetRole.yaml"--testDeactivateMFADevice :: DeactivateMFADevice -> TestTree-testDeactivateMFADevice = req- "DeactivateMFADevice"- "fixture/DeactivateMFADevice.yaml"--testCreateOpenIdConnectProvider :: CreateOpenIdConnectProvider -> TestTree-testCreateOpenIdConnectProvider = req- "CreateOpenIdConnectProvider"- "fixture/CreateOpenIdConnectProvider.yaml"--testDeleteVirtualMFADevice :: DeleteVirtualMFADevice -> TestTree-testDeleteVirtualMFADevice = req- "DeleteVirtualMFADevice"- "fixture/DeleteVirtualMFADevice.yaml"--testListRoles :: ListRoles -> TestTree-testListRoles = req- "ListRoles"- "fixture/ListRoles.yaml"--testListUserPolicies :: ListUserPolicies -> TestTree-testListUserPolicies = req- "ListUserPolicies"- "fixture/ListUserPolicies.yaml"--testUploadSSHPublicKey :: UploadSSHPublicKey -> TestTree-testUploadSSHPublicKey = req- "UploadSSHPublicKey"- "fixture/UploadSSHPublicKey.yaml"--testSimulateCustomPolicy :: SimulateCustomPolicy -> TestTree-testSimulateCustomPolicy = req- "SimulateCustomPolicy"- "fixture/SimulateCustomPolicy.yaml"--testDeleteRole :: DeleteRole -> TestTree-testDeleteRole = req- "DeleteRole"- "fixture/DeleteRole.yaml"--testListUsers :: ListUsers -> TestTree-testListUsers = req- "ListUsers"- "fixture/ListUsers.yaml"--testUpdateOpenIdConnectProviderThumbprint :: UpdateOpenIdConnectProviderThumbprint -> TestTree-testUpdateOpenIdConnectProviderThumbprint = req- "UpdateOpenIdConnectProviderThumbprint"- "fixture/UpdateOpenIdConnectProviderThumbprint.yaml"--testPutUserPolicy :: PutUserPolicy -> TestTree-testPutUserPolicy = req- "PutUserPolicy"- "fixture/PutUserPolicy.yaml"--testGetSSHPublicKey :: GetSSHPublicKey -> TestTree-testGetSSHPublicKey = req- "GetSSHPublicKey"- "fixture/GetSSHPublicKey.yaml"--testDetachGroupPolicy :: DetachGroupPolicy -> TestTree-testDetachGroupPolicy = req- "DetachGroupPolicy"- "fixture/DetachGroupPolicy.yaml"--testGetOpenIdConnectProvider :: GetOpenIdConnectProvider -> TestTree-testGetOpenIdConnectProvider = req- "GetOpenIdConnectProvider"- "fixture/GetOpenIdConnectProvider.yaml"--testDeleteUserPolicy :: DeleteUserPolicy -> TestTree-testDeleteUserPolicy = req- "DeleteUserPolicy"- "fixture/DeleteUserPolicy.yaml"--testCreateRole :: CreateRole -> TestTree-testCreateRole = req- "CreateRole"- "fixture/CreateRole.yaml"--testGetCredentialReport :: GetCredentialReport -> TestTree-testGetCredentialReport = req- "GetCredentialReport"- "fixture/GetCredentialReport.yaml"--testGetAccountSummary :: GetAccountSummary -> TestTree-testGetAccountSummary = req- "GetAccountSummary"- "fixture/GetAccountSummary.yaml"--testListGroupPolicies :: ListGroupPolicies -> TestTree-testListGroupPolicies = req- "ListGroupPolicies"- "fixture/ListGroupPolicies.yaml"--testDeletePolicyVersion :: DeletePolicyVersion -> TestTree-testDeletePolicyVersion = req- "DeletePolicyVersion"- "fixture/DeletePolicyVersion.yaml"--testDeleteInstanceProfile :: DeleteInstanceProfile -> TestTree-testDeleteInstanceProfile = req- "DeleteInstanceProfile"- "fixture/DeleteInstanceProfile.yaml"--testDetachRolePolicy :: DetachRolePolicy -> TestTree-testDetachRolePolicy = req- "DetachRolePolicy"- "fixture/DetachRolePolicy.yaml"--testRemoveRoleFromInstanceProfile :: RemoveRoleFromInstanceProfile -> TestTree-testRemoveRoleFromInstanceProfile = req- "RemoveRoleFromInstanceProfile"- "fixture/RemoveRoleFromInstanceProfile.yaml"--testCreatePolicyVersion :: CreatePolicyVersion -> TestTree-testCreatePolicyVersion = req- "CreatePolicyVersion"- "fixture/CreatePolicyVersion.yaml"--testCreateInstanceProfile :: CreateInstanceProfile -> TestTree-testCreateInstanceProfile = req- "CreateInstanceProfile"- "fixture/CreateInstanceProfile.yaml"--testCreateSAMLProvider :: CreateSAMLProvider -> TestTree-testCreateSAMLProvider = req- "CreateSAMLProvider"- "fixture/CreateSAMLProvider.yaml"--testGetAccountAuthorizationDetails :: GetAccountAuthorizationDetails -> TestTree-testGetAccountAuthorizationDetails = req- "GetAccountAuthorizationDetails"- "fixture/GetAccountAuthorizationDetails.yaml"--testDeleteAccountAlias :: DeleteAccountAlias -> TestTree-testDeleteAccountAlias = req- "DeleteAccountAlias"- "fixture/DeleteAccountAlias.yaml"--testDetachUserPolicy :: DetachUserPolicy -> TestTree-testDetachUserPolicy = req- "DetachUserPolicy"- "fixture/DetachUserPolicy.yaml"--testRemoveUserFromGroup :: RemoveUserFromGroup -> TestTree-testRemoveUserFromGroup = req- "RemoveUserFromGroup"- "fixture/RemoveUserFromGroup.yaml"--testDeleteGroupPolicy :: DeleteGroupPolicy -> TestTree-testDeleteGroupPolicy = req- "DeleteGroupPolicy"- "fixture/DeleteGroupPolicy.yaml"--testPutGroupPolicy :: PutGroupPolicy -> TestTree-testPutGroupPolicy = req- "PutGroupPolicy"- "fixture/PutGroupPolicy.yaml"--testGetLoginProfile :: GetLoginProfile -> TestTree-testGetLoginProfile = req- "GetLoginProfile"- "fixture/GetLoginProfile.yaml"--testGetGroupPolicy :: GetGroupPolicy -> TestTree-testGetGroupPolicy = req- "GetGroupPolicy"- "fixture/GetGroupPolicy.yaml"--testChangePassword :: ChangePassword -> TestTree-testChangePassword = req- "ChangePassword"- "fixture/ChangePassword.yaml"--testListServerCertificates :: ListServerCertificates -> TestTree-testListServerCertificates = req- "ListServerCertificates"- "fixture/ListServerCertificates.yaml"--testDeletePolicy :: DeletePolicy -> TestTree-testDeletePolicy = req- "DeletePolicy"- "fixture/DeletePolicy.yaml"--testUpdateAssumeRolePolicy :: UpdateAssumeRolePolicy -> TestTree-testUpdateAssumeRolePolicy = req- "UpdateAssumeRolePolicy"- "fixture/UpdateAssumeRolePolicy.yaml"--testGetInstanceProfile :: GetInstanceProfile -> TestTree-testGetInstanceProfile = req- "GetInstanceProfile"- "fixture/GetInstanceProfile.yaml"--testCreateLoginProfile :: CreateLoginProfile -> TestTree-testCreateLoginProfile = req- "CreateLoginProfile"- "fixture/CreateLoginProfile.yaml"--testGetSAMLProvider :: GetSAMLProvider -> TestTree-testGetSAMLProvider = req- "GetSAMLProvider"- "fixture/GetSAMLProvider.yaml"--testAddRoleToInstanceProfile :: AddRoleToInstanceProfile -> TestTree-testAddRoleToInstanceProfile = req- "AddRoleToInstanceProfile"- "fixture/AddRoleToInstanceProfile.yaml"--testListGroupsForUser :: ListGroupsForUser -> TestTree-testListGroupsForUser = req- "ListGroupsForUser"- "fixture/ListGroupsForUser.yaml"--testListEntitiesForPolicy :: ListEntitiesForPolicy -> TestTree-testListEntitiesForPolicy = req- "ListEntitiesForPolicy"- "fixture/ListEntitiesForPolicy.yaml"--testAddUserToGroup :: AddUserToGroup -> TestTree-testAddUserToGroup = req- "AddUserToGroup"- "fixture/AddUserToGroup.yaml"--testSimulatePrincipalPolicy :: SimulatePrincipalPolicy -> TestTree-testSimulatePrincipalPolicy = req- "SimulatePrincipalPolicy"- "fixture/SimulatePrincipalPolicy.yaml"--testGetPolicyVersion :: GetPolicyVersion -> TestTree-testGetPolicyVersion = req- "GetPolicyVersion"- "fixture/GetPolicyVersion.yaml"--testDeleteOpenIdConnectProvider :: DeleteOpenIdConnectProvider -> TestTree-testDeleteOpenIdConnectProvider = req- "DeleteOpenIdConnectProvider"- "fixture/DeleteOpenIdConnectProvider.yaml"--testGetUser :: GetUser -> TestTree-testGetUser = req- "GetUser"- "fixture/GetUser.yaml"--testListSigningCertificates :: ListSigningCertificates -> TestTree-testListSigningCertificates = req- "ListSigningCertificates"- "fixture/ListSigningCertificates.yaml"--testDeleteSigningCertificate :: DeleteSigningCertificate -> TestTree-testDeleteSigningCertificate = req- "DeleteSigningCertificate"- "fixture/DeleteSigningCertificate.yaml"--testUpdateSigningCertificate :: UpdateSigningCertificate -> TestTree-testUpdateSigningCertificate = req- "UpdateSigningCertificate"- "fixture/UpdateSigningCertificate.yaml"--testListAttachedUserPolicies :: ListAttachedUserPolicies -> TestTree-testListAttachedUserPolicies = req- "ListAttachedUserPolicies"- "fixture/ListAttachedUserPolicies.yaml"--testRemoveClientIdFromOpenIdConnectProvider :: RemoveClientIdFromOpenIdConnectProvider -> TestTree-testRemoveClientIdFromOpenIdConnectProvider = req- "RemoveClientIdFromOpenIdConnectProvider"- "fixture/RemoveClientIdFromOpenIdConnectProvider.yaml"--testAttachUserPolicy :: AttachUserPolicy -> TestTree-testAttachUserPolicy = req- "AttachUserPolicy"- "fixture/AttachUserPolicy.yaml"--testListVirtualMFADevices :: ListVirtualMFADevices -> TestTree-testListVirtualMFADevices = req- "ListVirtualMFADevices"- "fixture/ListVirtualMFADevices.yaml"--testResyncMFADevice :: ResyncMFADevice -> TestTree-testResyncMFADevice = req- "ResyncMFADevice"- "fixture/ResyncMFADevice.yaml"--testDeleteAccessKey :: DeleteAccessKey -> TestTree-testDeleteAccessKey = req- "DeleteAccessKey"- "fixture/DeleteAccessKey.yaml"--testUpdateAccessKey :: UpdateAccessKey -> TestTree-testUpdateAccessKey = req- "UpdateAccessKey"- "fixture/UpdateAccessKey.yaml"--testListAccessKeys :: ListAccessKeys -> TestTree-testListAccessKeys = req- "ListAccessKeys"- "fixture/ListAccessKeys.yaml"--testGetRolePolicy :: GetRolePolicy -> TestTree-testGetRolePolicy = req- "GetRolePolicy"- "fixture/GetRolePolicy.yaml"--testCreateUser :: CreateUser -> TestTree-testCreateUser = req- "CreateUser"- "fixture/CreateUser.yaml"--testPutRolePolicy :: PutRolePolicy -> TestTree-testPutRolePolicy = req- "PutRolePolicy"- "fixture/PutRolePolicy.yaml"--testGetContextKeysForCustomPolicy :: GetContextKeysForCustomPolicy -> TestTree-testGetContextKeysForCustomPolicy = req- "GetContextKeysForCustomPolicy"- "fixture/GetContextKeysForCustomPolicy.yaml"--testUploadSigningCertificate :: UploadSigningCertificate -> TestTree-testUploadSigningCertificate = req- "UploadSigningCertificate"- "fixture/UploadSigningCertificate.yaml"--testDeleteRolePolicy :: DeleteRolePolicy -> TestTree-testDeleteRolePolicy = req- "DeleteRolePolicy"- "fixture/DeleteRolePolicy.yaml"--testGetAccountPasswordPolicy :: GetAccountPasswordPolicy -> TestTree-testGetAccountPasswordPolicy = req- "GetAccountPasswordPolicy"- "fixture/GetAccountPasswordPolicy.yaml"--testGetAccessKeyLastUsed :: GetAccessKeyLastUsed -> TestTree-testGetAccessKeyLastUsed = req- "GetAccessKeyLastUsed"- "fixture/GetAccessKeyLastUsed.yaml"--testUpdateUser :: UpdateUser -> TestTree-testUpdateUser = req- "UpdateUser"- "fixture/UpdateUser.yaml"--testDeleteUser :: DeleteUser -> TestTree-testDeleteUser = req- "DeleteUser"- "fixture/DeleteUser.yaml"--testAddClientIdToOpenIdConnectProvider :: AddClientIdToOpenIdConnectProvider -> TestTree-testAddClientIdToOpenIdConnectProvider = req- "AddClientIdToOpenIdConnectProvider"- "fixture/AddClientIdToOpenIdConnectProvider.yaml"--testListRolePolicies :: ListRolePolicies -> TestTree-testListRolePolicies = req- "ListRolePolicies"- "fixture/ListRolePolicies.yaml"--testCreateAccountAlias :: CreateAccountAlias -> TestTree-testCreateAccountAlias = req- "CreateAccountAlias"- "fixture/CreateAccountAlias.yaml"--testListInstanceProfiles :: ListInstanceProfiles -> TestTree-testListInstanceProfiles = req- "ListInstanceProfiles"- "fixture/ListInstanceProfiles.yaml"--testEnableMFADevice :: EnableMFADevice -> TestTree-testEnableMFADevice = req- "EnableMFADevice"- "fixture/EnableMFADevice.yaml"--testListAccountAliases :: ListAccountAliases -> TestTree-testListAccountAliases = req- "ListAccountAliases"- "fixture/ListAccountAliases.yaml"--testDeleteSAMLProvider :: DeleteSAMLProvider -> TestTree-testDeleteSAMLProvider = req- "DeleteSAMLProvider"- "fixture/DeleteSAMLProvider.yaml"--testUpdateSAMLProvider :: UpdateSAMLProvider -> TestTree-testUpdateSAMLProvider = req- "UpdateSAMLProvider"- "fixture/UpdateSAMLProvider.yaml"--testCreateGroup :: CreateGroup -> TestTree-testCreateGroup = req- "CreateGroup"- "fixture/CreateGroup.yaml"--testListMFADevices :: ListMFADevices -> TestTree-testListMFADevices = req- "ListMFADevices"- "fixture/ListMFADevices.yaml"--testUploadServerCertificate :: UploadServerCertificate -> TestTree-testUploadServerCertificate = req- "UploadServerCertificate"- "fixture/UploadServerCertificate.yaml"--testSetDefaultPolicyVersion :: SetDefaultPolicyVersion -> TestTree-testSetDefaultPolicyVersion = req- "SetDefaultPolicyVersion"- "fixture/SetDefaultPolicyVersion.yaml"--testListPolicyVersions :: ListPolicyVersions -> TestTree-testListPolicyVersions = req- "ListPolicyVersions"- "fixture/ListPolicyVersions.yaml"--testListSAMLProviders :: ListSAMLProviders -> TestTree-testListSAMLProviders = req- "ListSAMLProviders"- "fixture/ListSAMLProviders.yaml"--testGetServerCertificate :: GetServerCertificate -> TestTree-testGetServerCertificate = req- "GetServerCertificate"- "fixture/GetServerCertificate.yaml"--testDeleteGroup :: DeleteGroup -> TestTree-testDeleteGroup = req- "DeleteGroup"- "fixture/DeleteGroup.yaml"--testUpdateGroup :: UpdateGroup -> TestTree-testUpdateGroup = req- "UpdateGroup"- "fixture/UpdateGroup.yaml"--testListGroups :: ListGroups -> TestTree-testListGroups = req- "ListGroups"- "fixture/ListGroups.yaml"--testGenerateCredentialReport :: GenerateCredentialReport -> TestTree-testGenerateCredentialReport = req- "GenerateCredentialReport"- "fixture/GenerateCredentialReport.yaml"--testGetPolicy :: GetPolicy -> TestTree-testGetPolicy = req- "GetPolicy"- "fixture/GetPolicy.yaml"--testUpdateLoginProfile :: UpdateLoginProfile -> TestTree-testUpdateLoginProfile = req- "UpdateLoginProfile"- "fixture/UpdateLoginProfile.yaml"--testDeleteLoginProfile :: DeleteLoginProfile -> TestTree-testDeleteLoginProfile = req- "DeleteLoginProfile"- "fixture/DeleteLoginProfile.yaml"--testGetGroup :: GetGroup -> TestTree-testGetGroup = req- "GetGroup"- "fixture/GetGroup.yaml"--testDeleteServerCertificate :: DeleteServerCertificate -> TestTree-testDeleteServerCertificate = req- "DeleteServerCertificate"- "fixture/DeleteServerCertificate.yaml"--testUpdateServerCertificate :: UpdateServerCertificate -> TestTree-testUpdateServerCertificate = req- "UpdateServerCertificate"- "fixture/UpdateServerCertificate.yaml"--testListAttachedGroupPolicies :: ListAttachedGroupPolicies -> TestTree-testListAttachedGroupPolicies = req- "ListAttachedGroupPolicies"- "fixture/ListAttachedGroupPolicies.yaml"---- Responses--testGetContextKeysForPrincipalPolicyResponse :: GetContextKeysForPolicyResponse -> TestTree-testGetContextKeysForPrincipalPolicyResponse = res- "GetContextKeysForPrincipalPolicyResponse"- "fixture/GetContextKeysForPrincipalPolicyResponse.proto"- iam- (Proxy :: Proxy GetContextKeysForPrincipalPolicy)--testListPoliciesResponse :: ListPoliciesResponse -> TestTree-testListPoliciesResponse = res- "ListPoliciesResponse"- "fixture/ListPoliciesResponse.proto"- iam- (Proxy :: Proxy ListPolicies)--testCreatePolicyResponse :: CreatePolicyResponse -> TestTree-testCreatePolicyResponse = res- "CreatePolicyResponse"- "fixture/CreatePolicyResponse.proto"- iam- (Proxy :: Proxy CreatePolicy)--testListInstanceProfilesForRoleResponse :: ListInstanceProfilesForRoleResponse -> TestTree-testListInstanceProfilesForRoleResponse = res- "ListInstanceProfilesForRoleResponse"- "fixture/ListInstanceProfilesForRoleResponse.proto"- iam- (Proxy :: Proxy ListInstanceProfilesForRole)--testAttachGroupPolicyResponse :: AttachGroupPolicyResponse -> TestTree-testAttachGroupPolicyResponse = res- "AttachGroupPolicyResponse"- "fixture/AttachGroupPolicyResponse.proto"- iam- (Proxy :: Proxy AttachGroupPolicy)--testCreateAccessKeyResponse :: CreateAccessKeyResponse -> TestTree-testCreateAccessKeyResponse = res- "CreateAccessKeyResponse"- "fixture/CreateAccessKeyResponse.proto"- iam- (Proxy :: Proxy CreateAccessKey)--testListSSHPublicKeysResponse :: ListSSHPublicKeysResponse -> TestTree-testListSSHPublicKeysResponse = res- "ListSSHPublicKeysResponse"- "fixture/ListSSHPublicKeysResponse.proto"- iam- (Proxy :: Proxy ListSSHPublicKeys)--testListOpenIdConnectProvidersResponse :: ListOpenIdConnectProvidersResponse -> TestTree-testListOpenIdConnectProvidersResponse = res- "ListOpenIdConnectProvidersResponse"- "fixture/ListOpenIdConnectProvidersResponse.proto"- iam- (Proxy :: Proxy ListOpenIdConnectProviders)--testCreateVirtualMFADeviceResponse :: CreateVirtualMFADeviceResponse -> TestTree-testCreateVirtualMFADeviceResponse = res- "CreateVirtualMFADeviceResponse"- "fixture/CreateVirtualMFADeviceResponse.proto"- iam- (Proxy :: Proxy CreateVirtualMFADevice)--testDeleteAccountPasswordPolicyResponse :: DeleteAccountPasswordPolicyResponse -> TestTree-testDeleteAccountPasswordPolicyResponse = res- "DeleteAccountPasswordPolicyResponse"- "fixture/DeleteAccountPasswordPolicyResponse.proto"- iam- (Proxy :: Proxy DeleteAccountPasswordPolicy)--testUpdateAccountPasswordPolicyResponse :: UpdateAccountPasswordPolicyResponse -> TestTree-testUpdateAccountPasswordPolicyResponse = res- "UpdateAccountPasswordPolicyResponse"- "fixture/UpdateAccountPasswordPolicyResponse.proto"- iam- (Proxy :: Proxy UpdateAccountPasswordPolicy)--testAttachRolePolicyResponse :: AttachRolePolicyResponse -> TestTree-testAttachRolePolicyResponse = res- "AttachRolePolicyResponse"- "fixture/AttachRolePolicyResponse.proto"- iam- (Proxy :: Proxy AttachRolePolicy)--testUpdateSSHPublicKeyResponse :: UpdateSSHPublicKeyResponse -> TestTree-testUpdateSSHPublicKeyResponse = res- "UpdateSSHPublicKeyResponse"- "fixture/UpdateSSHPublicKeyResponse.proto"- iam- (Proxy :: Proxy UpdateSSHPublicKey)--testDeleteSSHPublicKeyResponse :: DeleteSSHPublicKeyResponse -> TestTree-testDeleteSSHPublicKeyResponse = res- "DeleteSSHPublicKeyResponse"- "fixture/DeleteSSHPublicKeyResponse.proto"- iam- (Proxy :: Proxy DeleteSSHPublicKey)--testGetUserPolicyResponse :: GetUserPolicyResponse -> TestTree-testGetUserPolicyResponse = res- "GetUserPolicyResponse"- "fixture/GetUserPolicyResponse.proto"- iam- (Proxy :: Proxy GetUserPolicy)--testListAttachedRolePoliciesResponse :: ListAttachedRolePoliciesResponse -> TestTree-testListAttachedRolePoliciesResponse = res- "ListAttachedRolePoliciesResponse"- "fixture/ListAttachedRolePoliciesResponse.proto"- iam- (Proxy :: Proxy ListAttachedRolePolicies)--testGetRoleResponse :: GetRoleResponse -> TestTree-testGetRoleResponse = res- "GetRoleResponse"- "fixture/GetRoleResponse.proto"- iam- (Proxy :: Proxy GetRole)--testDeactivateMFADeviceResponse :: DeactivateMFADeviceResponse -> TestTree-testDeactivateMFADeviceResponse = res- "DeactivateMFADeviceResponse"- "fixture/DeactivateMFADeviceResponse.proto"- iam- (Proxy :: Proxy DeactivateMFADevice)--testCreateOpenIdConnectProviderResponse :: CreateOpenIdConnectProviderResponse -> TestTree-testCreateOpenIdConnectProviderResponse = res- "CreateOpenIdConnectProviderResponse"- "fixture/CreateOpenIdConnectProviderResponse.proto"- iam- (Proxy :: Proxy CreateOpenIdConnectProvider)--testDeleteVirtualMFADeviceResponse :: DeleteVirtualMFADeviceResponse -> TestTree-testDeleteVirtualMFADeviceResponse = res- "DeleteVirtualMFADeviceResponse"- "fixture/DeleteVirtualMFADeviceResponse.proto"- iam- (Proxy :: Proxy DeleteVirtualMFADevice)--testListRolesResponse :: ListRolesResponse -> TestTree-testListRolesResponse = res- "ListRolesResponse"- "fixture/ListRolesResponse.proto"- iam- (Proxy :: Proxy ListRoles)--testListUserPoliciesResponse :: ListUserPoliciesResponse -> TestTree-testListUserPoliciesResponse = res- "ListUserPoliciesResponse"- "fixture/ListUserPoliciesResponse.proto"- iam- (Proxy :: Proxy ListUserPolicies)--testUploadSSHPublicKeyResponse :: UploadSSHPublicKeyResponse -> TestTree-testUploadSSHPublicKeyResponse = res- "UploadSSHPublicKeyResponse"- "fixture/UploadSSHPublicKeyResponse.proto"- iam- (Proxy :: Proxy UploadSSHPublicKey)--testSimulateCustomPolicyResponse :: SimulatePolicyResponse -> TestTree-testSimulateCustomPolicyResponse = res- "SimulateCustomPolicyResponse"- "fixture/SimulateCustomPolicyResponse.proto"- iam- (Proxy :: Proxy SimulateCustomPolicy)--testDeleteRoleResponse :: DeleteRoleResponse -> TestTree-testDeleteRoleResponse = res- "DeleteRoleResponse"- "fixture/DeleteRoleResponse.proto"- iam- (Proxy :: Proxy DeleteRole)--testListUsersResponse :: ListUsersResponse -> TestTree-testListUsersResponse = res- "ListUsersResponse"- "fixture/ListUsersResponse.proto"- iam- (Proxy :: Proxy ListUsers)--testUpdateOpenIdConnectProviderThumbprintResponse :: UpdateOpenIdConnectProviderThumbprintResponse -> TestTree-testUpdateOpenIdConnectProviderThumbprintResponse = res- "UpdateOpenIdConnectProviderThumbprintResponse"- "fixture/UpdateOpenIdConnectProviderThumbprintResponse.proto"- iam- (Proxy :: Proxy UpdateOpenIdConnectProviderThumbprint)--testPutUserPolicyResponse :: PutUserPolicyResponse -> TestTree-testPutUserPolicyResponse = res- "PutUserPolicyResponse"- "fixture/PutUserPolicyResponse.proto"- iam- (Proxy :: Proxy PutUserPolicy)--testGetSSHPublicKeyResponse :: GetSSHPublicKeyResponse -> TestTree-testGetSSHPublicKeyResponse = res- "GetSSHPublicKeyResponse"- "fixture/GetSSHPublicKeyResponse.proto"- iam- (Proxy :: Proxy GetSSHPublicKey)--testDetachGroupPolicyResponse :: DetachGroupPolicyResponse -> TestTree-testDetachGroupPolicyResponse = res- "DetachGroupPolicyResponse"- "fixture/DetachGroupPolicyResponse.proto"- iam- (Proxy :: Proxy DetachGroupPolicy)--testGetOpenIdConnectProviderResponse :: GetOpenIdConnectProviderResponse -> TestTree-testGetOpenIdConnectProviderResponse = res- "GetOpenIdConnectProviderResponse"- "fixture/GetOpenIdConnectProviderResponse.proto"- iam- (Proxy :: Proxy GetOpenIdConnectProvider)--testDeleteUserPolicyResponse :: DeleteUserPolicyResponse -> TestTree-testDeleteUserPolicyResponse = res- "DeleteUserPolicyResponse"- "fixture/DeleteUserPolicyResponse.proto"- iam- (Proxy :: Proxy DeleteUserPolicy)--testCreateRoleResponse :: CreateRoleResponse -> TestTree-testCreateRoleResponse = res- "CreateRoleResponse"- "fixture/CreateRoleResponse.proto"- iam- (Proxy :: Proxy CreateRole)--testGetCredentialReportResponse :: GetCredentialReportResponse -> TestTree-testGetCredentialReportResponse = res- "GetCredentialReportResponse"- "fixture/GetCredentialReportResponse.proto"- iam- (Proxy :: Proxy GetCredentialReport)--testGetAccountSummaryResponse :: GetAccountSummaryResponse -> TestTree-testGetAccountSummaryResponse = res- "GetAccountSummaryResponse"- "fixture/GetAccountSummaryResponse.proto"- iam- (Proxy :: Proxy GetAccountSummary)--testListGroupPoliciesResponse :: ListGroupPoliciesResponse -> TestTree-testListGroupPoliciesResponse = res- "ListGroupPoliciesResponse"- "fixture/ListGroupPoliciesResponse.proto"- iam- (Proxy :: Proxy ListGroupPolicies)--testDeletePolicyVersionResponse :: DeletePolicyVersionResponse -> TestTree-testDeletePolicyVersionResponse = res- "DeletePolicyVersionResponse"- "fixture/DeletePolicyVersionResponse.proto"- iam- (Proxy :: Proxy DeletePolicyVersion)--testDeleteInstanceProfileResponse :: DeleteInstanceProfileResponse -> TestTree-testDeleteInstanceProfileResponse = res- "DeleteInstanceProfileResponse"- "fixture/DeleteInstanceProfileResponse.proto"- iam- (Proxy :: Proxy DeleteInstanceProfile)--testDetachRolePolicyResponse :: DetachRolePolicyResponse -> TestTree-testDetachRolePolicyResponse = res- "DetachRolePolicyResponse"- "fixture/DetachRolePolicyResponse.proto"- iam- (Proxy :: Proxy DetachRolePolicy)--testRemoveRoleFromInstanceProfileResponse :: RemoveRoleFromInstanceProfileResponse -> TestTree-testRemoveRoleFromInstanceProfileResponse = res- "RemoveRoleFromInstanceProfileResponse"- "fixture/RemoveRoleFromInstanceProfileResponse.proto"- iam- (Proxy :: Proxy RemoveRoleFromInstanceProfile)--testCreatePolicyVersionResponse :: CreatePolicyVersionResponse -> TestTree-testCreatePolicyVersionResponse = res- "CreatePolicyVersionResponse"- "fixture/CreatePolicyVersionResponse.proto"- iam- (Proxy :: Proxy CreatePolicyVersion)--testCreateInstanceProfileResponse :: CreateInstanceProfileResponse -> TestTree-testCreateInstanceProfileResponse = res- "CreateInstanceProfileResponse"- "fixture/CreateInstanceProfileResponse.proto"- iam- (Proxy :: Proxy CreateInstanceProfile)--testCreateSAMLProviderResponse :: CreateSAMLProviderResponse -> TestTree-testCreateSAMLProviderResponse = res- "CreateSAMLProviderResponse"- "fixture/CreateSAMLProviderResponse.proto"- iam- (Proxy :: Proxy CreateSAMLProvider)--testGetAccountAuthorizationDetailsResponse :: GetAccountAuthorizationDetailsResponse -> TestTree-testGetAccountAuthorizationDetailsResponse = res- "GetAccountAuthorizationDetailsResponse"- "fixture/GetAccountAuthorizationDetailsResponse.proto"- iam- (Proxy :: Proxy GetAccountAuthorizationDetails)--testDeleteAccountAliasResponse :: DeleteAccountAliasResponse -> TestTree-testDeleteAccountAliasResponse = res- "DeleteAccountAliasResponse"- "fixture/DeleteAccountAliasResponse.proto"- iam- (Proxy :: Proxy DeleteAccountAlias)--testDetachUserPolicyResponse :: DetachUserPolicyResponse -> TestTree-testDetachUserPolicyResponse = res- "DetachUserPolicyResponse"- "fixture/DetachUserPolicyResponse.proto"- iam- (Proxy :: Proxy DetachUserPolicy)--testRemoveUserFromGroupResponse :: RemoveUserFromGroupResponse -> TestTree-testRemoveUserFromGroupResponse = res- "RemoveUserFromGroupResponse"- "fixture/RemoveUserFromGroupResponse.proto"- iam- (Proxy :: Proxy RemoveUserFromGroup)--testDeleteGroupPolicyResponse :: DeleteGroupPolicyResponse -> TestTree-testDeleteGroupPolicyResponse = res- "DeleteGroupPolicyResponse"- "fixture/DeleteGroupPolicyResponse.proto"- iam- (Proxy :: Proxy DeleteGroupPolicy)--testPutGroupPolicyResponse :: PutGroupPolicyResponse -> TestTree-testPutGroupPolicyResponse = res- "PutGroupPolicyResponse"- "fixture/PutGroupPolicyResponse.proto"- iam- (Proxy :: Proxy PutGroupPolicy)--testGetLoginProfileResponse :: GetLoginProfileResponse -> TestTree-testGetLoginProfileResponse = res- "GetLoginProfileResponse"- "fixture/GetLoginProfileResponse.proto"- iam- (Proxy :: Proxy GetLoginProfile)--testGetGroupPolicyResponse :: GetGroupPolicyResponse -> TestTree-testGetGroupPolicyResponse = res- "GetGroupPolicyResponse"- "fixture/GetGroupPolicyResponse.proto"- iam- (Proxy :: Proxy GetGroupPolicy)--testChangePasswordResponse :: ChangePasswordResponse -> TestTree-testChangePasswordResponse = res- "ChangePasswordResponse"- "fixture/ChangePasswordResponse.proto"- iam- (Proxy :: Proxy ChangePassword)--testListServerCertificatesResponse :: ListServerCertificatesResponse -> TestTree-testListServerCertificatesResponse = res- "ListServerCertificatesResponse"- "fixture/ListServerCertificatesResponse.proto"- iam- (Proxy :: Proxy ListServerCertificates)--testDeletePolicyResponse :: DeletePolicyResponse -> TestTree-testDeletePolicyResponse = res- "DeletePolicyResponse"- "fixture/DeletePolicyResponse.proto"- iam- (Proxy :: Proxy DeletePolicy)--testUpdateAssumeRolePolicyResponse :: UpdateAssumeRolePolicyResponse -> TestTree-testUpdateAssumeRolePolicyResponse = res- "UpdateAssumeRolePolicyResponse"- "fixture/UpdateAssumeRolePolicyResponse.proto"- iam- (Proxy :: Proxy UpdateAssumeRolePolicy)--testGetInstanceProfileResponse :: GetInstanceProfileResponse -> TestTree-testGetInstanceProfileResponse = res- "GetInstanceProfileResponse"- "fixture/GetInstanceProfileResponse.proto"- iam- (Proxy :: Proxy GetInstanceProfile)--testCreateLoginProfileResponse :: CreateLoginProfileResponse -> TestTree-testCreateLoginProfileResponse = res- "CreateLoginProfileResponse"- "fixture/CreateLoginProfileResponse.proto"- iam- (Proxy :: Proxy CreateLoginProfile)--testGetSAMLProviderResponse :: GetSAMLProviderResponse -> TestTree-testGetSAMLProviderResponse = res- "GetSAMLProviderResponse"- "fixture/GetSAMLProviderResponse.proto"- iam- (Proxy :: Proxy GetSAMLProvider)--testAddRoleToInstanceProfileResponse :: AddRoleToInstanceProfileResponse -> TestTree-testAddRoleToInstanceProfileResponse = res- "AddRoleToInstanceProfileResponse"- "fixture/AddRoleToInstanceProfileResponse.proto"- iam- (Proxy :: Proxy AddRoleToInstanceProfile)--testListGroupsForUserResponse :: ListGroupsForUserResponse -> TestTree-testListGroupsForUserResponse = res- "ListGroupsForUserResponse"- "fixture/ListGroupsForUserResponse.proto"- iam- (Proxy :: Proxy ListGroupsForUser)--testListEntitiesForPolicyResponse :: ListEntitiesForPolicyResponse -> TestTree-testListEntitiesForPolicyResponse = res- "ListEntitiesForPolicyResponse"- "fixture/ListEntitiesForPolicyResponse.proto"- iam- (Proxy :: Proxy ListEntitiesForPolicy)--testAddUserToGroupResponse :: AddUserToGroupResponse -> TestTree-testAddUserToGroupResponse = res- "AddUserToGroupResponse"- "fixture/AddUserToGroupResponse.proto"- iam- (Proxy :: Proxy AddUserToGroup)--testSimulatePrincipalPolicyResponse :: SimulatePolicyResponse -> TestTree-testSimulatePrincipalPolicyResponse = res- "SimulatePrincipalPolicyResponse"- "fixture/SimulatePrincipalPolicyResponse.proto"- iam- (Proxy :: Proxy SimulatePrincipalPolicy)--testGetPolicyVersionResponse :: GetPolicyVersionResponse -> TestTree-testGetPolicyVersionResponse = res- "GetPolicyVersionResponse"- "fixture/GetPolicyVersionResponse.proto"- iam- (Proxy :: Proxy GetPolicyVersion)--testDeleteOpenIdConnectProviderResponse :: DeleteOpenIdConnectProviderResponse -> TestTree-testDeleteOpenIdConnectProviderResponse = res- "DeleteOpenIdConnectProviderResponse"- "fixture/DeleteOpenIdConnectProviderResponse.proto"- iam- (Proxy :: Proxy DeleteOpenIdConnectProvider)--testGetUserResponse :: GetUserResponse -> TestTree-testGetUserResponse = res- "GetUserResponse"- "fixture/GetUserResponse.proto"- iam- (Proxy :: Proxy GetUser)--testListSigningCertificatesResponse :: ListSigningCertificatesResponse -> TestTree-testListSigningCertificatesResponse = res- "ListSigningCertificatesResponse"- "fixture/ListSigningCertificatesResponse.proto"- iam- (Proxy :: Proxy ListSigningCertificates)--testDeleteSigningCertificateResponse :: DeleteSigningCertificateResponse -> TestTree-testDeleteSigningCertificateResponse = res- "DeleteSigningCertificateResponse"- "fixture/DeleteSigningCertificateResponse.proto"- iam- (Proxy :: Proxy DeleteSigningCertificate)--testUpdateSigningCertificateResponse :: UpdateSigningCertificateResponse -> TestTree-testUpdateSigningCertificateResponse = res- "UpdateSigningCertificateResponse"- "fixture/UpdateSigningCertificateResponse.proto"- iam- (Proxy :: Proxy UpdateSigningCertificate)--testListAttachedUserPoliciesResponse :: ListAttachedUserPoliciesResponse -> TestTree-testListAttachedUserPoliciesResponse = res- "ListAttachedUserPoliciesResponse"- "fixture/ListAttachedUserPoliciesResponse.proto"- iam- (Proxy :: Proxy ListAttachedUserPolicies)--testRemoveClientIdFromOpenIdConnectProviderResponse :: RemoveClientIdFromOpenIdConnectProviderResponse -> TestTree-testRemoveClientIdFromOpenIdConnectProviderResponse = res- "RemoveClientIdFromOpenIdConnectProviderResponse"- "fixture/RemoveClientIdFromOpenIdConnectProviderResponse.proto"- iam- (Proxy :: Proxy RemoveClientIdFromOpenIdConnectProvider)--testAttachUserPolicyResponse :: AttachUserPolicyResponse -> TestTree-testAttachUserPolicyResponse = res- "AttachUserPolicyResponse"- "fixture/AttachUserPolicyResponse.proto"- iam- (Proxy :: Proxy AttachUserPolicy)--testListVirtualMFADevicesResponse :: ListVirtualMFADevicesResponse -> TestTree-testListVirtualMFADevicesResponse = res- "ListVirtualMFADevicesResponse"- "fixture/ListVirtualMFADevicesResponse.proto"- iam- (Proxy :: Proxy ListVirtualMFADevices)--testResyncMFADeviceResponse :: ResyncMFADeviceResponse -> TestTree-testResyncMFADeviceResponse = res- "ResyncMFADeviceResponse"- "fixture/ResyncMFADeviceResponse.proto"- iam- (Proxy :: Proxy ResyncMFADevice)--testDeleteAccessKeyResponse :: DeleteAccessKeyResponse -> TestTree-testDeleteAccessKeyResponse = res- "DeleteAccessKeyResponse"- "fixture/DeleteAccessKeyResponse.proto"- iam- (Proxy :: Proxy DeleteAccessKey)--testUpdateAccessKeyResponse :: UpdateAccessKeyResponse -> TestTree-testUpdateAccessKeyResponse = res- "UpdateAccessKeyResponse"- "fixture/UpdateAccessKeyResponse.proto"- iam- (Proxy :: Proxy UpdateAccessKey)--testListAccessKeysResponse :: ListAccessKeysResponse -> TestTree-testListAccessKeysResponse = res- "ListAccessKeysResponse"- "fixture/ListAccessKeysResponse.proto"- iam- (Proxy :: Proxy ListAccessKeys)--testGetRolePolicyResponse :: GetRolePolicyResponse -> TestTree-testGetRolePolicyResponse = res- "GetRolePolicyResponse"- "fixture/GetRolePolicyResponse.proto"- iam- (Proxy :: Proxy GetRolePolicy)--testCreateUserResponse :: CreateUserResponse -> TestTree-testCreateUserResponse = res- "CreateUserResponse"- "fixture/CreateUserResponse.proto"- iam- (Proxy :: Proxy CreateUser)--testPutRolePolicyResponse :: PutRolePolicyResponse -> TestTree-testPutRolePolicyResponse = res- "PutRolePolicyResponse"- "fixture/PutRolePolicyResponse.proto"- iam- (Proxy :: Proxy PutRolePolicy)--testGetContextKeysForCustomPolicyResponse :: GetContextKeysForPolicyResponse -> TestTree-testGetContextKeysForCustomPolicyResponse = res- "GetContextKeysForCustomPolicyResponse"- "fixture/GetContextKeysForCustomPolicyResponse.proto"- iam- (Proxy :: Proxy GetContextKeysForCustomPolicy)--testUploadSigningCertificateResponse :: UploadSigningCertificateResponse -> TestTree-testUploadSigningCertificateResponse = res- "UploadSigningCertificateResponse"- "fixture/UploadSigningCertificateResponse.proto"- iam- (Proxy :: Proxy UploadSigningCertificate)--testDeleteRolePolicyResponse :: DeleteRolePolicyResponse -> TestTree-testDeleteRolePolicyResponse = res- "DeleteRolePolicyResponse"- "fixture/DeleteRolePolicyResponse.proto"- iam- (Proxy :: Proxy DeleteRolePolicy)--testGetAccountPasswordPolicyResponse :: GetAccountPasswordPolicyResponse -> TestTree-testGetAccountPasswordPolicyResponse = res- "GetAccountPasswordPolicyResponse"- "fixture/GetAccountPasswordPolicyResponse.proto"- iam- (Proxy :: Proxy GetAccountPasswordPolicy)--testGetAccessKeyLastUsedResponse :: GetAccessKeyLastUsedResponse -> TestTree-testGetAccessKeyLastUsedResponse = res- "GetAccessKeyLastUsedResponse"- "fixture/GetAccessKeyLastUsedResponse.proto"- iam- (Proxy :: Proxy GetAccessKeyLastUsed)--testUpdateUserResponse :: UpdateUserResponse -> TestTree-testUpdateUserResponse = res- "UpdateUserResponse"- "fixture/UpdateUserResponse.proto"- iam- (Proxy :: Proxy UpdateUser)--testDeleteUserResponse :: DeleteUserResponse -> TestTree-testDeleteUserResponse = res- "DeleteUserResponse"- "fixture/DeleteUserResponse.proto"- iam- (Proxy :: Proxy DeleteUser)--testAddClientIdToOpenIdConnectProviderResponse :: AddClientIdToOpenIdConnectProviderResponse -> TestTree-testAddClientIdToOpenIdConnectProviderResponse = res- "AddClientIdToOpenIdConnectProviderResponse"- "fixture/AddClientIdToOpenIdConnectProviderResponse.proto"- iam- (Proxy :: Proxy AddClientIdToOpenIdConnectProvider)--testListRolePoliciesResponse :: ListRolePoliciesResponse -> TestTree-testListRolePoliciesResponse = res- "ListRolePoliciesResponse"- "fixture/ListRolePoliciesResponse.proto"- iam- (Proxy :: Proxy ListRolePolicies)--testCreateAccountAliasResponse :: CreateAccountAliasResponse -> TestTree-testCreateAccountAliasResponse = res- "CreateAccountAliasResponse"- "fixture/CreateAccountAliasResponse.proto"- iam- (Proxy :: Proxy CreateAccountAlias)--testListInstanceProfilesResponse :: ListInstanceProfilesResponse -> TestTree-testListInstanceProfilesResponse = res- "ListInstanceProfilesResponse"- "fixture/ListInstanceProfilesResponse.proto"- iam- (Proxy :: Proxy ListInstanceProfiles)--testEnableMFADeviceResponse :: EnableMFADeviceResponse -> TestTree-testEnableMFADeviceResponse = res- "EnableMFADeviceResponse"- "fixture/EnableMFADeviceResponse.proto"- iam- (Proxy :: Proxy EnableMFADevice)--testListAccountAliasesResponse :: ListAccountAliasesResponse -> TestTree-testListAccountAliasesResponse = res- "ListAccountAliasesResponse"- "fixture/ListAccountAliasesResponse.proto"- iam- (Proxy :: Proxy ListAccountAliases)--testDeleteSAMLProviderResponse :: DeleteSAMLProviderResponse -> TestTree-testDeleteSAMLProviderResponse = res- "DeleteSAMLProviderResponse"- "fixture/DeleteSAMLProviderResponse.proto"- iam- (Proxy :: Proxy DeleteSAMLProvider)--testUpdateSAMLProviderResponse :: UpdateSAMLProviderResponse -> TestTree-testUpdateSAMLProviderResponse = res- "UpdateSAMLProviderResponse"- "fixture/UpdateSAMLProviderResponse.proto"- iam- (Proxy :: Proxy UpdateSAMLProvider)--testCreateGroupResponse :: CreateGroupResponse -> TestTree-testCreateGroupResponse = res- "CreateGroupResponse"- "fixture/CreateGroupResponse.proto"- iam- (Proxy :: Proxy CreateGroup)--testListMFADevicesResponse :: ListMFADevicesResponse -> TestTree-testListMFADevicesResponse = res- "ListMFADevicesResponse"- "fixture/ListMFADevicesResponse.proto"- iam- (Proxy :: Proxy ListMFADevices)--testUploadServerCertificateResponse :: UploadServerCertificateResponse -> TestTree-testUploadServerCertificateResponse = res- "UploadServerCertificateResponse"- "fixture/UploadServerCertificateResponse.proto"- iam- (Proxy :: Proxy UploadServerCertificate)--testSetDefaultPolicyVersionResponse :: SetDefaultPolicyVersionResponse -> TestTree-testSetDefaultPolicyVersionResponse = res- "SetDefaultPolicyVersionResponse"- "fixture/SetDefaultPolicyVersionResponse.proto"- iam- (Proxy :: Proxy SetDefaultPolicyVersion)--testListPolicyVersionsResponse :: ListPolicyVersionsResponse -> TestTree-testListPolicyVersionsResponse = res- "ListPolicyVersionsResponse"- "fixture/ListPolicyVersionsResponse.proto"- iam- (Proxy :: Proxy ListPolicyVersions)--testListSAMLProvidersResponse :: ListSAMLProvidersResponse -> TestTree-testListSAMLProvidersResponse = res- "ListSAMLProvidersResponse"- "fixture/ListSAMLProvidersResponse.proto"- iam- (Proxy :: Proxy ListSAMLProviders)--testGetServerCertificateResponse :: GetServerCertificateResponse -> TestTree-testGetServerCertificateResponse = res- "GetServerCertificateResponse"- "fixture/GetServerCertificateResponse.proto"- iam- (Proxy :: Proxy GetServerCertificate)--testDeleteGroupResponse :: DeleteGroupResponse -> TestTree-testDeleteGroupResponse = res- "DeleteGroupResponse"- "fixture/DeleteGroupResponse.proto"- iam- (Proxy :: Proxy DeleteGroup)--testUpdateGroupResponse :: UpdateGroupResponse -> TestTree-testUpdateGroupResponse = res- "UpdateGroupResponse"- "fixture/UpdateGroupResponse.proto"- iam- (Proxy :: Proxy UpdateGroup)--testListGroupsResponse :: ListGroupsResponse -> TestTree-testListGroupsResponse = res- "ListGroupsResponse"- "fixture/ListGroupsResponse.proto"- iam- (Proxy :: Proxy ListGroups)--testGenerateCredentialReportResponse :: GenerateCredentialReportResponse -> TestTree-testGenerateCredentialReportResponse = res- "GenerateCredentialReportResponse"- "fixture/GenerateCredentialReportResponse.proto"- iam- (Proxy :: Proxy GenerateCredentialReport)--testGetPolicyResponse :: GetPolicyResponse -> TestTree-testGetPolicyResponse = res- "GetPolicyResponse"- "fixture/GetPolicyResponse.proto"- iam- (Proxy :: Proxy GetPolicy)--testUpdateLoginProfileResponse :: UpdateLoginProfileResponse -> TestTree-testUpdateLoginProfileResponse = res- "UpdateLoginProfileResponse"- "fixture/UpdateLoginProfileResponse.proto"- iam- (Proxy :: Proxy UpdateLoginProfile)--testDeleteLoginProfileResponse :: DeleteLoginProfileResponse -> TestTree-testDeleteLoginProfileResponse = res- "DeleteLoginProfileResponse"- "fixture/DeleteLoginProfileResponse.proto"- iam- (Proxy :: Proxy DeleteLoginProfile)--testGetGroupResponse :: GetGroupResponse -> TestTree-testGetGroupResponse = res- "GetGroupResponse"- "fixture/GetGroupResponse.proto"- iam- (Proxy :: Proxy GetGroup)--testDeleteServerCertificateResponse :: DeleteServerCertificateResponse -> TestTree-testDeleteServerCertificateResponse = res- "DeleteServerCertificateResponse"- "fixture/DeleteServerCertificateResponse.proto"- iam- (Proxy :: Proxy DeleteServerCertificate)--testUpdateServerCertificateResponse :: UpdateServerCertificateResponse -> TestTree-testUpdateServerCertificateResponse = res- "UpdateServerCertificateResponse"- "fixture/UpdateServerCertificateResponse.proto"- iam- (Proxy :: Proxy UpdateServerCertificate)--testListAttachedGroupPoliciesResponse :: ListAttachedGroupPoliciesResponse -> TestTree-testListAttachedGroupPoliciesResponse = res+-- [ requestGetContextKeysForPrincipalPolicy $+-- getContextKeysForPrincipalPolicy+--+-- , requestListPolicies $+-- listPolicies+--+-- , requestCreatePolicy $+-- createPolicy+--+-- , requestListInstanceProfilesForRole $+-- listInstanceProfilesForRole+--+-- , requestAttachGroupPolicy $+-- attachGroupPolicy+--+-- , requestCreateAccessKey $+-- createAccessKey+--+-- , requestListSSHPublicKeys $+-- listSSHPublicKeys+--+-- , requestListOpenIdConnectProviders $+-- listOpenIdConnectProviders+--+-- , requestCreateVirtualMFADevice $+-- createVirtualMFADevice+--+-- , requestDeleteAccountPasswordPolicy $+-- deleteAccountPasswordPolicy+--+-- , requestUpdateAccountPasswordPolicy $+-- updateAccountPasswordPolicy+--+-- , requestAttachRolePolicy $+-- attachRolePolicy+--+-- , requestUpdateSSHPublicKey $+-- updateSSHPublicKey+--+-- , requestDeleteSSHPublicKey $+-- deleteSSHPublicKey+--+-- , requestGetUserPolicy $+-- getUserPolicy+--+-- , requestListAttachedRolePolicies $+-- listAttachedRolePolicies+--+-- , requestGetRole $+-- getRole+--+-- , requestDeactivateMFADevice $+-- deactivateMFADevice+--+-- , requestCreateOpenIdConnectProvider $+-- createOpenIdConnectProvider+--+-- , requestDeleteVirtualMFADevice $+-- deleteVirtualMFADevice+--+-- , requestListRoles $+-- listRoles+--+-- , requestListUserPolicies $+-- listUserPolicies+--+-- , requestUploadSSHPublicKey $+-- uploadSSHPublicKey+--+-- , requestSimulateCustomPolicy $+-- simulateCustomPolicy+--+-- , requestDeleteRole $+-- deleteRole+--+-- , requestListUsers $+-- listUsers+--+-- , requestUpdateOpenIdConnectProviderThumbprint $+-- updateOpenIdConnectProviderThumbprint+--+-- , requestPutUserPolicy $+-- putUserPolicy+--+-- , requestGetSSHPublicKey $+-- getSSHPublicKey+--+-- , requestDetachGroupPolicy $+-- detachGroupPolicy+--+-- , requestGetOpenIdConnectProvider $+-- getOpenIdConnectProvider+--+-- , requestDeleteUserPolicy $+-- deleteUserPolicy+--+-- , requestCreateRole $+-- createRole+--+-- , requestGetCredentialReport $+-- getCredentialReport+--+-- , requestGetAccountSummary $+-- getAccountSummary+--+-- , requestListGroupPolicies $+-- listGroupPolicies+--+-- , requestDeletePolicyVersion $+-- deletePolicyVersion+--+-- , requestDeleteInstanceProfile $+-- deleteInstanceProfile+--+-- , requestDetachRolePolicy $+-- detachRolePolicy+--+-- , requestRemoveRoleFromInstanceProfile $+-- removeRoleFromInstanceProfile+--+-- , requestCreatePolicyVersion $+-- createPolicyVersion+--+-- , requestCreateInstanceProfile $+-- createInstanceProfile+--+-- , requestCreateSAMLProvider $+-- createSAMLProvider+--+-- , requestGetAccountAuthorizationDetails $+-- getAccountAuthorizationDetails+--+-- , requestDeleteAccountAlias $+-- deleteAccountAlias+--+-- , requestDetachUserPolicy $+-- detachUserPolicy+--+-- , requestRemoveUserFromGroup $+-- removeUserFromGroup+--+-- , requestDeleteGroupPolicy $+-- deleteGroupPolicy+--+-- , requestPutGroupPolicy $+-- putGroupPolicy+--+-- , requestGetLoginProfile $+-- getLoginProfile+--+-- , requestGetGroupPolicy $+-- getGroupPolicy+--+-- , requestChangePassword $+-- changePassword+--+-- , requestListServerCertificates $+-- listServerCertificates+--+-- , requestDeletePolicy $+-- deletePolicy+--+-- , requestUpdateAssumeRolePolicy $+-- updateAssumeRolePolicy+--+-- , requestGetInstanceProfile $+-- getInstanceProfile+--+-- , requestCreateLoginProfile $+-- createLoginProfile+--+-- , requestGetSAMLProvider $+-- getSAMLProvider+--+-- , requestAddRoleToInstanceProfile $+-- addRoleToInstanceProfile+--+-- , requestListGroupsForUser $+-- listGroupsForUser+--+-- , requestListEntitiesForPolicy $+-- listEntitiesForPolicy+--+-- , requestAddUserToGroup $+-- addUserToGroup+--+-- , requestSimulatePrincipalPolicy $+-- simulatePrincipalPolicy+--+-- , requestGetPolicyVersion $+-- getPolicyVersion+--+-- , requestDeleteOpenIdConnectProvider $+-- deleteOpenIdConnectProvider+--+-- , requestGetUser $+-- getUser+--+-- , requestListSigningCertificates $+-- listSigningCertificates+--+-- , requestDeleteSigningCertificate $+-- deleteSigningCertificate+--+-- , requestUpdateSigningCertificate $+-- updateSigningCertificate+--+-- , requestListAttachedUserPolicies $+-- listAttachedUserPolicies+--+-- , requestRemoveClientIdFromOpenIdConnectProvider $+-- removeClientIdFromOpenIdConnectProvider+--+-- , requestAttachUserPolicy $+-- attachUserPolicy+--+-- , requestListVirtualMFADevices $+-- listVirtualMFADevices+--+-- , requestResyncMFADevice $+-- resyncMFADevice+--+-- , requestDeleteAccessKey $+-- deleteAccessKey+--+-- , requestUpdateAccessKey $+-- updateAccessKey+--+-- , requestListAccessKeys $+-- listAccessKeys+--+-- , requestGetRolePolicy $+-- getRolePolicy+--+-- , requestCreateUser $+-- createUser+--+-- , requestPutRolePolicy $+-- putRolePolicy+--+-- , requestGetContextKeysForCustomPolicy $+-- getContextKeysForCustomPolicy+--+-- , requestUploadSigningCertificate $+-- uploadSigningCertificate+--+-- , requestDeleteRolePolicy $+-- deleteRolePolicy+--+-- , requestGetAccountPasswordPolicy $+-- getAccountPasswordPolicy+--+-- , requestGetAccessKeyLastUsed $+-- getAccessKeyLastUsed+--+-- , requestUpdateUser $+-- updateUser+--+-- , requestDeleteUser $+-- deleteUser+--+-- , requestAddClientIdToOpenIdConnectProvider $+-- addClientIdToOpenIdConnectProvider+--+-- , requestListRolePolicies $+-- listRolePolicies+--+-- , requestCreateAccountAlias $+-- createAccountAlias+--+-- , requestListInstanceProfiles $+-- listInstanceProfiles+--+-- , requestEnableMFADevice $+-- enableMFADevice+--+-- , requestListAccountAliases $+-- listAccountAliases+--+-- , requestDeleteSAMLProvider $+-- deleteSAMLProvider+--+-- , requestUpdateSAMLProvider $+-- updateSAMLProvider+--+-- , requestCreateGroup $+-- createGroup+--+-- , requestListMFADevices $+-- listMFADevices+--+-- , requestUploadServerCertificate $+-- uploadServerCertificate+--+-- , requestSetDefaultPolicyVersion $+-- setDefaultPolicyVersion+--+-- , requestListPolicyVersions $+-- listPolicyVersions+--+-- , requestListSAMLProviders $+-- listSAMLProviders+--+-- , requestGetServerCertificate $+-- getServerCertificate+--+-- , requestDeleteGroup $+-- deleteGroup+--+-- , requestUpdateGroup $+-- updateGroup+--+-- , requestListGroups $+-- listGroups+--+-- , requestGenerateCredentialReport $+-- generateCredentialReport+--+-- , requestGetPolicy $+-- getPolicy+--+-- , requestUpdateLoginProfile $+-- updateLoginProfile+--+-- , requestDeleteLoginProfile $+-- deleteLoginProfile+--+-- , requestGetGroup $+-- getGroup+--+-- , requestDeleteServerCertificate $+-- deleteServerCertificate+--+-- , requestUpdateServerCertificate $+-- updateServerCertificate+--+-- , requestListAttachedGroupPolicies $+-- listAttachedGroupPolicies+--+-- ]++-- , testGroup "response"+-- [ responseGetContextKeysForPrincipalPolicy $+-- getContextKeysForPolicyResponse+--+-- , responseListPolicies $+-- listPoliciesResponse+--+-- , responseCreatePolicy $+-- createPolicyResponse+--+-- , responseListInstanceProfilesForRole $+-- listInstanceProfilesForRoleResponse+--+-- , responseAttachGroupPolicy $+-- attachGroupPolicyResponse+--+-- , responseCreateAccessKey $+-- createAccessKeyResponse+--+-- , responseListSSHPublicKeys $+-- listSSHPublicKeysResponse+--+-- , responseListOpenIdConnectProviders $+-- listOpenIdConnectProvidersResponse+--+-- , responseCreateVirtualMFADevice $+-- createVirtualMFADeviceResponse+--+-- , responseDeleteAccountPasswordPolicy $+-- deleteAccountPasswordPolicyResponse+--+-- , responseUpdateAccountPasswordPolicy $+-- updateAccountPasswordPolicyResponse+--+-- , responseAttachRolePolicy $+-- attachRolePolicyResponse+--+-- , responseUpdateSSHPublicKey $+-- updateSSHPublicKeyResponse+--+-- , responseDeleteSSHPublicKey $+-- deleteSSHPublicKeyResponse+--+-- , responseGetUserPolicy $+-- getUserPolicyResponse+--+-- , responseListAttachedRolePolicies $+-- listAttachedRolePoliciesResponse+--+-- , responseGetRole $+-- getRoleResponse+--+-- , responseDeactivateMFADevice $+-- deactivateMFADeviceResponse+--+-- , responseCreateOpenIdConnectProvider $+-- createOpenIdConnectProviderResponse+--+-- , responseDeleteVirtualMFADevice $+-- deleteVirtualMFADeviceResponse+--+-- , responseListRoles $+-- listRolesResponse+--+-- , responseListUserPolicies $+-- listUserPoliciesResponse+--+-- , responseUploadSSHPublicKey $+-- uploadSSHPublicKeyResponse+--+-- , responseSimulateCustomPolicy $+-- simulatePolicyResponse+--+-- , responseDeleteRole $+-- deleteRoleResponse+--+-- , responseListUsers $+-- listUsersResponse+--+-- , responseUpdateOpenIdConnectProviderThumbprint $+-- updateOpenIdConnectProviderThumbprintResponse+--+-- , responsePutUserPolicy $+-- putUserPolicyResponse+--+-- , responseGetSSHPublicKey $+-- getSSHPublicKeyResponse+--+-- , responseDetachGroupPolicy $+-- detachGroupPolicyResponse+--+-- , responseGetOpenIdConnectProvider $+-- getOpenIdConnectProviderResponse+--+-- , responseDeleteUserPolicy $+-- deleteUserPolicyResponse+--+-- , responseCreateRole $+-- createRoleResponse+--+-- , responseGetCredentialReport $+-- getCredentialReportResponse+--+-- , responseGetAccountSummary $+-- getAccountSummaryResponse+--+-- , responseListGroupPolicies $+-- listGroupPoliciesResponse+--+-- , responseDeletePolicyVersion $+-- deletePolicyVersionResponse+--+-- , responseDeleteInstanceProfile $+-- deleteInstanceProfileResponse+--+-- , responseDetachRolePolicy $+-- detachRolePolicyResponse+--+-- , responseRemoveRoleFromInstanceProfile $+-- removeRoleFromInstanceProfileResponse+--+-- , responseCreatePolicyVersion $+-- createPolicyVersionResponse+--+-- , responseCreateInstanceProfile $+-- createInstanceProfileResponse+--+-- , responseCreateSAMLProvider $+-- createSAMLProviderResponse+--+-- , responseGetAccountAuthorizationDetails $+-- getAccountAuthorizationDetailsResponse+--+-- , responseDeleteAccountAlias $+-- deleteAccountAliasResponse+--+-- , responseDetachUserPolicy $+-- detachUserPolicyResponse+--+-- , responseRemoveUserFromGroup $+-- removeUserFromGroupResponse+--+-- , responseDeleteGroupPolicy $+-- deleteGroupPolicyResponse+--+-- , responsePutGroupPolicy $+-- putGroupPolicyResponse+--+-- , responseGetLoginProfile $+-- getLoginProfileResponse+--+-- , responseGetGroupPolicy $+-- getGroupPolicyResponse+--+-- , responseChangePassword $+-- changePasswordResponse+--+-- , responseListServerCertificates $+-- listServerCertificatesResponse+--+-- , responseDeletePolicy $+-- deletePolicyResponse+--+-- , responseUpdateAssumeRolePolicy $+-- updateAssumeRolePolicyResponse+--+-- , responseGetInstanceProfile $+-- getInstanceProfileResponse+--+-- , responseCreateLoginProfile $+-- createLoginProfileResponse+--+-- , responseGetSAMLProvider $+-- getSAMLProviderResponse+--+-- , responseAddRoleToInstanceProfile $+-- addRoleToInstanceProfileResponse+--+-- , responseListGroupsForUser $+-- listGroupsForUserResponse+--+-- , responseListEntitiesForPolicy $+-- listEntitiesForPolicyResponse+--+-- , responseAddUserToGroup $+-- addUserToGroupResponse+--+-- , responseSimulatePrincipalPolicy $+-- simulatePolicyResponse+--+-- , responseGetPolicyVersion $+-- getPolicyVersionResponse+--+-- , responseDeleteOpenIdConnectProvider $+-- deleteOpenIdConnectProviderResponse+--+-- , responseGetUser $+-- getUserResponse+--+-- , responseListSigningCertificates $+-- listSigningCertificatesResponse+--+-- , responseDeleteSigningCertificate $+-- deleteSigningCertificateResponse+--+-- , responseUpdateSigningCertificate $+-- updateSigningCertificateResponse+--+-- , responseListAttachedUserPolicies $+-- listAttachedUserPoliciesResponse+--+-- , responseRemoveClientIdFromOpenIdConnectProvider $+-- removeClientIdFromOpenIdConnectProviderResponse+--+-- , responseAttachUserPolicy $+-- attachUserPolicyResponse+--+-- , responseListVirtualMFADevices $+-- listVirtualMFADevicesResponse+--+-- , responseResyncMFADevice $+-- resyncMFADeviceResponse+--+-- , responseDeleteAccessKey $+-- deleteAccessKeyResponse+--+-- , responseUpdateAccessKey $+-- updateAccessKeyResponse+--+-- , responseListAccessKeys $+-- listAccessKeysResponse+--+-- , responseGetRolePolicy $+-- getRolePolicyResponse+--+-- , responseCreateUser $+-- createUserResponse+--+-- , responsePutRolePolicy $+-- putRolePolicyResponse+--+-- , responseGetContextKeysForCustomPolicy $+-- getContextKeysForPolicyResponse+--+-- , responseUploadSigningCertificate $+-- uploadSigningCertificateResponse+--+-- , responseDeleteRolePolicy $+-- deleteRolePolicyResponse+--+-- , responseGetAccountPasswordPolicy $+-- getAccountPasswordPolicyResponse+--+-- , responseGetAccessKeyLastUsed $+-- getAccessKeyLastUsedResponse+--+-- , responseUpdateUser $+-- updateUserResponse+--+-- , responseDeleteUser $+-- deleteUserResponse+--+-- , responseAddClientIdToOpenIdConnectProvider $+-- addClientIdToOpenIdConnectProviderResponse+--+-- , responseListRolePolicies $+-- listRolePoliciesResponse+--+-- , responseCreateAccountAlias $+-- createAccountAliasResponse+--+-- , responseListInstanceProfiles $+-- listInstanceProfilesResponse+--+-- , responseEnableMFADevice $+-- enableMFADeviceResponse+--+-- , responseListAccountAliases $+-- listAccountAliasesResponse+--+-- , responseDeleteSAMLProvider $+-- deleteSAMLProviderResponse+--+-- , responseUpdateSAMLProvider $+-- updateSAMLProviderResponse+--+-- , responseCreateGroup $+-- createGroupResponse+--+-- , responseListMFADevices $+-- listMFADevicesResponse+--+-- , responseUploadServerCertificate $+-- uploadServerCertificateResponse+--+-- , responseSetDefaultPolicyVersion $+-- setDefaultPolicyVersionResponse+--+-- , responseListPolicyVersions $+-- listPolicyVersionsResponse+--+-- , responseListSAMLProviders $+-- listSAMLProvidersResponse+--+-- , responseGetServerCertificate $+-- getServerCertificateResponse+--+-- , responseDeleteGroup $+-- deleteGroupResponse+--+-- , responseUpdateGroup $+-- updateGroupResponse+--+-- , responseListGroups $+-- listGroupsResponse+--+-- , responseGenerateCredentialReport $+-- generateCredentialReportResponse+--+-- , responseGetPolicy $+-- getPolicyResponse+--+-- , responseUpdateLoginProfile $+-- updateLoginProfileResponse+--+-- , responseDeleteLoginProfile $+-- deleteLoginProfileResponse+--+-- , responseGetGroup $+-- getGroupResponse+--+-- , responseDeleteServerCertificate $+-- deleteServerCertificateResponse+--+-- , responseUpdateServerCertificate $+-- updateServerCertificateResponse+--+-- , responseListAttachedGroupPolicies $+-- listAttachedGroupPoliciesResponse+--+-- ]+-- ]++-- Requests++requestGetContextKeysForPrincipalPolicy :: GetContextKeysForPrincipalPolicy -> TestTree+requestGetContextKeysForPrincipalPolicy = req+ "GetContextKeysForPrincipalPolicy"+ "fixture/GetContextKeysForPrincipalPolicy.yaml"++requestListPolicies :: ListPolicies -> TestTree+requestListPolicies = req+ "ListPolicies"+ "fixture/ListPolicies.yaml"++requestCreatePolicy :: CreatePolicy -> TestTree+requestCreatePolicy = req+ "CreatePolicy"+ "fixture/CreatePolicy.yaml"++requestListInstanceProfilesForRole :: ListInstanceProfilesForRole -> TestTree+requestListInstanceProfilesForRole = req+ "ListInstanceProfilesForRole"+ "fixture/ListInstanceProfilesForRole.yaml"++requestAttachGroupPolicy :: AttachGroupPolicy -> TestTree+requestAttachGroupPolicy = req+ "AttachGroupPolicy"+ "fixture/AttachGroupPolicy.yaml"++requestCreateAccessKey :: CreateAccessKey -> TestTree+requestCreateAccessKey = req+ "CreateAccessKey"+ "fixture/CreateAccessKey.yaml"++requestListSSHPublicKeys :: ListSSHPublicKeys -> TestTree+requestListSSHPublicKeys = req+ "ListSSHPublicKeys"+ "fixture/ListSSHPublicKeys.yaml"++requestListOpenIdConnectProviders :: ListOpenIdConnectProviders -> TestTree+requestListOpenIdConnectProviders = req+ "ListOpenIdConnectProviders"+ "fixture/ListOpenIdConnectProviders.yaml"++requestCreateVirtualMFADevice :: CreateVirtualMFADevice -> TestTree+requestCreateVirtualMFADevice = req+ "CreateVirtualMFADevice"+ "fixture/CreateVirtualMFADevice.yaml"++requestDeleteAccountPasswordPolicy :: DeleteAccountPasswordPolicy -> TestTree+requestDeleteAccountPasswordPolicy = req+ "DeleteAccountPasswordPolicy"+ "fixture/DeleteAccountPasswordPolicy.yaml"++requestUpdateAccountPasswordPolicy :: UpdateAccountPasswordPolicy -> TestTree+requestUpdateAccountPasswordPolicy = req+ "UpdateAccountPasswordPolicy"+ "fixture/UpdateAccountPasswordPolicy.yaml"++requestAttachRolePolicy :: AttachRolePolicy -> TestTree+requestAttachRolePolicy = req+ "AttachRolePolicy"+ "fixture/AttachRolePolicy.yaml"++requestUpdateSSHPublicKey :: UpdateSSHPublicKey -> TestTree+requestUpdateSSHPublicKey = req+ "UpdateSSHPublicKey"+ "fixture/UpdateSSHPublicKey.yaml"++requestDeleteSSHPublicKey :: DeleteSSHPublicKey -> TestTree+requestDeleteSSHPublicKey = req+ "DeleteSSHPublicKey"+ "fixture/DeleteSSHPublicKey.yaml"++requestGetUserPolicy :: GetUserPolicy -> TestTree+requestGetUserPolicy = req+ "GetUserPolicy"+ "fixture/GetUserPolicy.yaml"++requestListAttachedRolePolicies :: ListAttachedRolePolicies -> TestTree+requestListAttachedRolePolicies = req+ "ListAttachedRolePolicies"+ "fixture/ListAttachedRolePolicies.yaml"++requestGetRole :: GetRole -> TestTree+requestGetRole = req+ "GetRole"+ "fixture/GetRole.yaml"++requestDeactivateMFADevice :: DeactivateMFADevice -> TestTree+requestDeactivateMFADevice = req+ "DeactivateMFADevice"+ "fixture/DeactivateMFADevice.yaml"++requestCreateOpenIdConnectProvider :: CreateOpenIdConnectProvider -> TestTree+requestCreateOpenIdConnectProvider = req+ "CreateOpenIdConnectProvider"+ "fixture/CreateOpenIdConnectProvider.yaml"++requestDeleteVirtualMFADevice :: DeleteVirtualMFADevice -> TestTree+requestDeleteVirtualMFADevice = req+ "DeleteVirtualMFADevice"+ "fixture/DeleteVirtualMFADevice.yaml"++requestListRoles :: ListRoles -> TestTree+requestListRoles = req+ "ListRoles"+ "fixture/ListRoles.yaml"++requestListUserPolicies :: ListUserPolicies -> TestTree+requestListUserPolicies = req+ "ListUserPolicies"+ "fixture/ListUserPolicies.yaml"++requestUploadSSHPublicKey :: UploadSSHPublicKey -> TestTree+requestUploadSSHPublicKey = req+ "UploadSSHPublicKey"+ "fixture/UploadSSHPublicKey.yaml"++requestSimulateCustomPolicy :: SimulateCustomPolicy -> TestTree+requestSimulateCustomPolicy = req+ "SimulateCustomPolicy"+ "fixture/SimulateCustomPolicy.yaml"++requestDeleteRole :: DeleteRole -> TestTree+requestDeleteRole = req+ "DeleteRole"+ "fixture/DeleteRole.yaml"++requestListUsers :: ListUsers -> TestTree+requestListUsers = req+ "ListUsers"+ "fixture/ListUsers.yaml"++requestUpdateOpenIdConnectProviderThumbprint :: UpdateOpenIdConnectProviderThumbprint -> TestTree+requestUpdateOpenIdConnectProviderThumbprint = req+ "UpdateOpenIdConnectProviderThumbprint"+ "fixture/UpdateOpenIdConnectProviderThumbprint.yaml"++requestPutUserPolicy :: PutUserPolicy -> TestTree+requestPutUserPolicy = req+ "PutUserPolicy"+ "fixture/PutUserPolicy.yaml"++requestGetSSHPublicKey :: GetSSHPublicKey -> TestTree+requestGetSSHPublicKey = req+ "GetSSHPublicKey"+ "fixture/GetSSHPublicKey.yaml"++requestDetachGroupPolicy :: DetachGroupPolicy -> TestTree+requestDetachGroupPolicy = req+ "DetachGroupPolicy"+ "fixture/DetachGroupPolicy.yaml"++requestGetOpenIdConnectProvider :: GetOpenIdConnectProvider -> TestTree+requestGetOpenIdConnectProvider = req+ "GetOpenIdConnectProvider"+ "fixture/GetOpenIdConnectProvider.yaml"++requestDeleteUserPolicy :: DeleteUserPolicy -> TestTree+requestDeleteUserPolicy = req+ "DeleteUserPolicy"+ "fixture/DeleteUserPolicy.yaml"++requestCreateRole :: CreateRole -> TestTree+requestCreateRole = req+ "CreateRole"+ "fixture/CreateRole.yaml"++requestGetCredentialReport :: GetCredentialReport -> TestTree+requestGetCredentialReport = req+ "GetCredentialReport"+ "fixture/GetCredentialReport.yaml"++requestGetAccountSummary :: GetAccountSummary -> TestTree+requestGetAccountSummary = req+ "GetAccountSummary"+ "fixture/GetAccountSummary.yaml"++requestListGroupPolicies :: ListGroupPolicies -> TestTree+requestListGroupPolicies = req+ "ListGroupPolicies"+ "fixture/ListGroupPolicies.yaml"++requestDeletePolicyVersion :: DeletePolicyVersion -> TestTree+requestDeletePolicyVersion = req+ "DeletePolicyVersion"+ "fixture/DeletePolicyVersion.yaml"++requestDeleteInstanceProfile :: DeleteInstanceProfile -> TestTree+requestDeleteInstanceProfile = req+ "DeleteInstanceProfile"+ "fixture/DeleteInstanceProfile.yaml"++requestDetachRolePolicy :: DetachRolePolicy -> TestTree+requestDetachRolePolicy = req+ "DetachRolePolicy"+ "fixture/DetachRolePolicy.yaml"++requestRemoveRoleFromInstanceProfile :: RemoveRoleFromInstanceProfile -> TestTree+requestRemoveRoleFromInstanceProfile = req+ "RemoveRoleFromInstanceProfile"+ "fixture/RemoveRoleFromInstanceProfile.yaml"++requestCreatePolicyVersion :: CreatePolicyVersion -> TestTree+requestCreatePolicyVersion = req+ "CreatePolicyVersion"+ "fixture/CreatePolicyVersion.yaml"++requestCreateInstanceProfile :: CreateInstanceProfile -> TestTree+requestCreateInstanceProfile = req+ "CreateInstanceProfile"+ "fixture/CreateInstanceProfile.yaml"++requestCreateSAMLProvider :: CreateSAMLProvider -> TestTree+requestCreateSAMLProvider = req+ "CreateSAMLProvider"+ "fixture/CreateSAMLProvider.yaml"++requestGetAccountAuthorizationDetails :: GetAccountAuthorizationDetails -> TestTree+requestGetAccountAuthorizationDetails = req+ "GetAccountAuthorizationDetails"+ "fixture/GetAccountAuthorizationDetails.yaml"++requestDeleteAccountAlias :: DeleteAccountAlias -> TestTree+requestDeleteAccountAlias = req+ "DeleteAccountAlias"+ "fixture/DeleteAccountAlias.yaml"++requestDetachUserPolicy :: DetachUserPolicy -> TestTree+requestDetachUserPolicy = req+ "DetachUserPolicy"+ "fixture/DetachUserPolicy.yaml"++requestRemoveUserFromGroup :: RemoveUserFromGroup -> TestTree+requestRemoveUserFromGroup = req+ "RemoveUserFromGroup"+ "fixture/RemoveUserFromGroup.yaml"++requestDeleteGroupPolicy :: DeleteGroupPolicy -> TestTree+requestDeleteGroupPolicy = req+ "DeleteGroupPolicy"+ "fixture/DeleteGroupPolicy.yaml"++requestPutGroupPolicy :: PutGroupPolicy -> TestTree+requestPutGroupPolicy = req+ "PutGroupPolicy"+ "fixture/PutGroupPolicy.yaml"++requestGetLoginProfile :: GetLoginProfile -> TestTree+requestGetLoginProfile = req+ "GetLoginProfile"+ "fixture/GetLoginProfile.yaml"++requestGetGroupPolicy :: GetGroupPolicy -> TestTree+requestGetGroupPolicy = req+ "GetGroupPolicy"+ "fixture/GetGroupPolicy.yaml"++requestChangePassword :: ChangePassword -> TestTree+requestChangePassword = req+ "ChangePassword"+ "fixture/ChangePassword.yaml"++requestListServerCertificates :: ListServerCertificates -> TestTree+requestListServerCertificates = req+ "ListServerCertificates"+ "fixture/ListServerCertificates.yaml"++requestDeletePolicy :: DeletePolicy -> TestTree+requestDeletePolicy = req+ "DeletePolicy"+ "fixture/DeletePolicy.yaml"++requestUpdateAssumeRolePolicy :: UpdateAssumeRolePolicy -> TestTree+requestUpdateAssumeRolePolicy = req+ "UpdateAssumeRolePolicy"+ "fixture/UpdateAssumeRolePolicy.yaml"++requestGetInstanceProfile :: GetInstanceProfile -> TestTree+requestGetInstanceProfile = req+ "GetInstanceProfile"+ "fixture/GetInstanceProfile.yaml"++requestCreateLoginProfile :: CreateLoginProfile -> TestTree+requestCreateLoginProfile = req+ "CreateLoginProfile"+ "fixture/CreateLoginProfile.yaml"++requestGetSAMLProvider :: GetSAMLProvider -> TestTree+requestGetSAMLProvider = req+ "GetSAMLProvider"+ "fixture/GetSAMLProvider.yaml"++requestAddRoleToInstanceProfile :: AddRoleToInstanceProfile -> TestTree+requestAddRoleToInstanceProfile = req+ "AddRoleToInstanceProfile"+ "fixture/AddRoleToInstanceProfile.yaml"++requestListGroupsForUser :: ListGroupsForUser -> TestTree+requestListGroupsForUser = req+ "ListGroupsForUser"+ "fixture/ListGroupsForUser.yaml"++requestListEntitiesForPolicy :: ListEntitiesForPolicy -> TestTree+requestListEntitiesForPolicy = req+ "ListEntitiesForPolicy"+ "fixture/ListEntitiesForPolicy.yaml"++requestAddUserToGroup :: AddUserToGroup -> TestTree+requestAddUserToGroup = req+ "AddUserToGroup"+ "fixture/AddUserToGroup.yaml"++requestSimulatePrincipalPolicy :: SimulatePrincipalPolicy -> TestTree+requestSimulatePrincipalPolicy = req+ "SimulatePrincipalPolicy"+ "fixture/SimulatePrincipalPolicy.yaml"++requestGetPolicyVersion :: GetPolicyVersion -> TestTree+requestGetPolicyVersion = req+ "GetPolicyVersion"+ "fixture/GetPolicyVersion.yaml"++requestDeleteOpenIdConnectProvider :: DeleteOpenIdConnectProvider -> TestTree+requestDeleteOpenIdConnectProvider = req+ "DeleteOpenIdConnectProvider"+ "fixture/DeleteOpenIdConnectProvider.yaml"++requestGetUser :: GetUser -> TestTree+requestGetUser = req+ "GetUser"+ "fixture/GetUser.yaml"++requestListSigningCertificates :: ListSigningCertificates -> TestTree+requestListSigningCertificates = req+ "ListSigningCertificates"+ "fixture/ListSigningCertificates.yaml"++requestDeleteSigningCertificate :: DeleteSigningCertificate -> TestTree+requestDeleteSigningCertificate = req+ "DeleteSigningCertificate"+ "fixture/DeleteSigningCertificate.yaml"++requestUpdateSigningCertificate :: UpdateSigningCertificate -> TestTree+requestUpdateSigningCertificate = req+ "UpdateSigningCertificate"+ "fixture/UpdateSigningCertificate.yaml"++requestListAttachedUserPolicies :: ListAttachedUserPolicies -> TestTree+requestListAttachedUserPolicies = req+ "ListAttachedUserPolicies"+ "fixture/ListAttachedUserPolicies.yaml"++requestRemoveClientIdFromOpenIdConnectProvider :: RemoveClientIdFromOpenIdConnectProvider -> TestTree+requestRemoveClientIdFromOpenIdConnectProvider = req+ "RemoveClientIdFromOpenIdConnectProvider"+ "fixture/RemoveClientIdFromOpenIdConnectProvider.yaml"++requestAttachUserPolicy :: AttachUserPolicy -> TestTree+requestAttachUserPolicy = req+ "AttachUserPolicy"+ "fixture/AttachUserPolicy.yaml"++requestListVirtualMFADevices :: ListVirtualMFADevices -> TestTree+requestListVirtualMFADevices = req+ "ListVirtualMFADevices"+ "fixture/ListVirtualMFADevices.yaml"++requestResyncMFADevice :: ResyncMFADevice -> TestTree+requestResyncMFADevice = req+ "ResyncMFADevice"+ "fixture/ResyncMFADevice.yaml"++requestDeleteAccessKey :: DeleteAccessKey -> TestTree+requestDeleteAccessKey = req+ "DeleteAccessKey"+ "fixture/DeleteAccessKey.yaml"++requestUpdateAccessKey :: UpdateAccessKey -> TestTree+requestUpdateAccessKey = req+ "UpdateAccessKey"+ "fixture/UpdateAccessKey.yaml"++requestListAccessKeys :: ListAccessKeys -> TestTree+requestListAccessKeys = req+ "ListAccessKeys"+ "fixture/ListAccessKeys.yaml"++requestGetRolePolicy :: GetRolePolicy -> TestTree+requestGetRolePolicy = req+ "GetRolePolicy"+ "fixture/GetRolePolicy.yaml"++requestCreateUser :: CreateUser -> TestTree+requestCreateUser = req+ "CreateUser"+ "fixture/CreateUser.yaml"++requestPutRolePolicy :: PutRolePolicy -> TestTree+requestPutRolePolicy = req+ "PutRolePolicy"+ "fixture/PutRolePolicy.yaml"++requestGetContextKeysForCustomPolicy :: GetContextKeysForCustomPolicy -> TestTree+requestGetContextKeysForCustomPolicy = req+ "GetContextKeysForCustomPolicy"+ "fixture/GetContextKeysForCustomPolicy.yaml"++requestUploadSigningCertificate :: UploadSigningCertificate -> TestTree+requestUploadSigningCertificate = req+ "UploadSigningCertificate"+ "fixture/UploadSigningCertificate.yaml"++requestDeleteRolePolicy :: DeleteRolePolicy -> TestTree+requestDeleteRolePolicy = req+ "DeleteRolePolicy"+ "fixture/DeleteRolePolicy.yaml"++requestGetAccountPasswordPolicy :: GetAccountPasswordPolicy -> TestTree+requestGetAccountPasswordPolicy = req+ "GetAccountPasswordPolicy"+ "fixture/GetAccountPasswordPolicy.yaml"++requestGetAccessKeyLastUsed :: GetAccessKeyLastUsed -> TestTree+requestGetAccessKeyLastUsed = req+ "GetAccessKeyLastUsed"+ "fixture/GetAccessKeyLastUsed.yaml"++requestUpdateUser :: UpdateUser -> TestTree+requestUpdateUser = req+ "UpdateUser"+ "fixture/UpdateUser.yaml"++requestDeleteUser :: DeleteUser -> TestTree+requestDeleteUser = req+ "DeleteUser"+ "fixture/DeleteUser.yaml"++requestAddClientIdToOpenIdConnectProvider :: AddClientIdToOpenIdConnectProvider -> TestTree+requestAddClientIdToOpenIdConnectProvider = req+ "AddClientIdToOpenIdConnectProvider"+ "fixture/AddClientIdToOpenIdConnectProvider.yaml"++requestListRolePolicies :: ListRolePolicies -> TestTree+requestListRolePolicies = req+ "ListRolePolicies"+ "fixture/ListRolePolicies.yaml"++requestCreateAccountAlias :: CreateAccountAlias -> TestTree+requestCreateAccountAlias = req+ "CreateAccountAlias"+ "fixture/CreateAccountAlias.yaml"++requestListInstanceProfiles :: ListInstanceProfiles -> TestTree+requestListInstanceProfiles = req+ "ListInstanceProfiles"+ "fixture/ListInstanceProfiles.yaml"++requestEnableMFADevice :: EnableMFADevice -> TestTree+requestEnableMFADevice = req+ "EnableMFADevice"+ "fixture/EnableMFADevice.yaml"++requestListAccountAliases :: ListAccountAliases -> TestTree+requestListAccountAliases = req+ "ListAccountAliases"+ "fixture/ListAccountAliases.yaml"++requestDeleteSAMLProvider :: DeleteSAMLProvider -> TestTree+requestDeleteSAMLProvider = req+ "DeleteSAMLProvider"+ "fixture/DeleteSAMLProvider.yaml"++requestUpdateSAMLProvider :: UpdateSAMLProvider -> TestTree+requestUpdateSAMLProvider = req+ "UpdateSAMLProvider"+ "fixture/UpdateSAMLProvider.yaml"++requestCreateGroup :: CreateGroup -> TestTree+requestCreateGroup = req+ "CreateGroup"+ "fixture/CreateGroup.yaml"++requestListMFADevices :: ListMFADevices -> TestTree+requestListMFADevices = req+ "ListMFADevices"+ "fixture/ListMFADevices.yaml"++requestUploadServerCertificate :: UploadServerCertificate -> TestTree+requestUploadServerCertificate = req+ "UploadServerCertificate"+ "fixture/UploadServerCertificate.yaml"++requestSetDefaultPolicyVersion :: SetDefaultPolicyVersion -> TestTree+requestSetDefaultPolicyVersion = req+ "SetDefaultPolicyVersion"+ "fixture/SetDefaultPolicyVersion.yaml"++requestListPolicyVersions :: ListPolicyVersions -> TestTree+requestListPolicyVersions = req+ "ListPolicyVersions"+ "fixture/ListPolicyVersions.yaml"++requestListSAMLProviders :: ListSAMLProviders -> TestTree+requestListSAMLProviders = req+ "ListSAMLProviders"+ "fixture/ListSAMLProviders.yaml"++requestGetServerCertificate :: GetServerCertificate -> TestTree+requestGetServerCertificate = req+ "GetServerCertificate"+ "fixture/GetServerCertificate.yaml"++requestDeleteGroup :: DeleteGroup -> TestTree+requestDeleteGroup = req+ "DeleteGroup"+ "fixture/DeleteGroup.yaml"++requestUpdateGroup :: UpdateGroup -> TestTree+requestUpdateGroup = req+ "UpdateGroup"+ "fixture/UpdateGroup.yaml"++requestListGroups :: ListGroups -> TestTree+requestListGroups = req+ "ListGroups"+ "fixture/ListGroups.yaml"++requestGenerateCredentialReport :: GenerateCredentialReport -> TestTree+requestGenerateCredentialReport = req+ "GenerateCredentialReport"+ "fixture/GenerateCredentialReport.yaml"++requestGetPolicy :: GetPolicy -> TestTree+requestGetPolicy = req+ "GetPolicy"+ "fixture/GetPolicy.yaml"++requestUpdateLoginProfile :: UpdateLoginProfile -> TestTree+requestUpdateLoginProfile = req+ "UpdateLoginProfile"+ "fixture/UpdateLoginProfile.yaml"++requestDeleteLoginProfile :: DeleteLoginProfile -> TestTree+requestDeleteLoginProfile = req+ "DeleteLoginProfile"+ "fixture/DeleteLoginProfile.yaml"++requestGetGroup :: GetGroup -> TestTree+requestGetGroup = req+ "GetGroup"+ "fixture/GetGroup.yaml"++requestDeleteServerCertificate :: DeleteServerCertificate -> TestTree+requestDeleteServerCertificate = req+ "DeleteServerCertificate"+ "fixture/DeleteServerCertificate.yaml"++requestUpdateServerCertificate :: UpdateServerCertificate -> TestTree+requestUpdateServerCertificate = req+ "UpdateServerCertificate"+ "fixture/UpdateServerCertificate.yaml"++requestListAttachedGroupPolicies :: ListAttachedGroupPolicies -> TestTree+requestListAttachedGroupPolicies = req+ "ListAttachedGroupPolicies"+ "fixture/ListAttachedGroupPolicies.yaml"++-- Responses++responseGetContextKeysForPrincipalPolicy :: GetContextKeysForPolicyResponse -> TestTree+responseGetContextKeysForPrincipalPolicy = res+ "GetContextKeysForPrincipalPolicyResponse"+ "fixture/GetContextKeysForPrincipalPolicyResponse.proto"+ iam+ (Proxy :: Proxy GetContextKeysForPrincipalPolicy)++responseListPolicies :: ListPoliciesResponse -> TestTree+responseListPolicies = res+ "ListPoliciesResponse"+ "fixture/ListPoliciesResponse.proto"+ iam+ (Proxy :: Proxy ListPolicies)++responseCreatePolicy :: CreatePolicyResponse -> TestTree+responseCreatePolicy = res+ "CreatePolicyResponse"+ "fixture/CreatePolicyResponse.proto"+ iam+ (Proxy :: Proxy CreatePolicy)++responseListInstanceProfilesForRole :: ListInstanceProfilesForRoleResponse -> TestTree+responseListInstanceProfilesForRole = res+ "ListInstanceProfilesForRoleResponse"+ "fixture/ListInstanceProfilesForRoleResponse.proto"+ iam+ (Proxy :: Proxy ListInstanceProfilesForRole)++responseAttachGroupPolicy :: AttachGroupPolicyResponse -> TestTree+responseAttachGroupPolicy = res+ "AttachGroupPolicyResponse"+ "fixture/AttachGroupPolicyResponse.proto"+ iam+ (Proxy :: Proxy AttachGroupPolicy)++responseCreateAccessKey :: CreateAccessKeyResponse -> TestTree+responseCreateAccessKey = res+ "CreateAccessKeyResponse"+ "fixture/CreateAccessKeyResponse.proto"+ iam+ (Proxy :: Proxy CreateAccessKey)++responseListSSHPublicKeys :: ListSSHPublicKeysResponse -> TestTree+responseListSSHPublicKeys = res+ "ListSSHPublicKeysResponse"+ "fixture/ListSSHPublicKeysResponse.proto"+ iam+ (Proxy :: Proxy ListSSHPublicKeys)++responseListOpenIdConnectProviders :: ListOpenIdConnectProvidersResponse -> TestTree+responseListOpenIdConnectProviders = res+ "ListOpenIdConnectProvidersResponse"+ "fixture/ListOpenIdConnectProvidersResponse.proto"+ iam+ (Proxy :: Proxy ListOpenIdConnectProviders)++responseCreateVirtualMFADevice :: CreateVirtualMFADeviceResponse -> TestTree+responseCreateVirtualMFADevice = res+ "CreateVirtualMFADeviceResponse"+ "fixture/CreateVirtualMFADeviceResponse.proto"+ iam+ (Proxy :: Proxy CreateVirtualMFADevice)++responseDeleteAccountPasswordPolicy :: DeleteAccountPasswordPolicyResponse -> TestTree+responseDeleteAccountPasswordPolicy = res+ "DeleteAccountPasswordPolicyResponse"+ "fixture/DeleteAccountPasswordPolicyResponse.proto"+ iam+ (Proxy :: Proxy DeleteAccountPasswordPolicy)++responseUpdateAccountPasswordPolicy :: UpdateAccountPasswordPolicyResponse -> TestTree+responseUpdateAccountPasswordPolicy = res+ "UpdateAccountPasswordPolicyResponse"+ "fixture/UpdateAccountPasswordPolicyResponse.proto"+ iam+ (Proxy :: Proxy UpdateAccountPasswordPolicy)++responseAttachRolePolicy :: AttachRolePolicyResponse -> TestTree+responseAttachRolePolicy = res+ "AttachRolePolicyResponse"+ "fixture/AttachRolePolicyResponse.proto"+ iam+ (Proxy :: Proxy AttachRolePolicy)++responseUpdateSSHPublicKey :: UpdateSSHPublicKeyResponse -> TestTree+responseUpdateSSHPublicKey = res+ "UpdateSSHPublicKeyResponse"+ "fixture/UpdateSSHPublicKeyResponse.proto"+ iam+ (Proxy :: Proxy UpdateSSHPublicKey)++responseDeleteSSHPublicKey :: DeleteSSHPublicKeyResponse -> TestTree+responseDeleteSSHPublicKey = res+ "DeleteSSHPublicKeyResponse"+ "fixture/DeleteSSHPublicKeyResponse.proto"+ iam+ (Proxy :: Proxy DeleteSSHPublicKey)++responseGetUserPolicy :: GetUserPolicyResponse -> TestTree+responseGetUserPolicy = res+ "GetUserPolicyResponse"+ "fixture/GetUserPolicyResponse.proto"+ iam+ (Proxy :: Proxy GetUserPolicy)++responseListAttachedRolePolicies :: ListAttachedRolePoliciesResponse -> TestTree+responseListAttachedRolePolicies = res+ "ListAttachedRolePoliciesResponse"+ "fixture/ListAttachedRolePoliciesResponse.proto"+ iam+ (Proxy :: Proxy ListAttachedRolePolicies)++responseGetRole :: GetRoleResponse -> TestTree+responseGetRole = res+ "GetRoleResponse"+ "fixture/GetRoleResponse.proto"+ iam+ (Proxy :: Proxy GetRole)++responseDeactivateMFADevice :: DeactivateMFADeviceResponse -> TestTree+responseDeactivateMFADevice = res+ "DeactivateMFADeviceResponse"+ "fixture/DeactivateMFADeviceResponse.proto"+ iam+ (Proxy :: Proxy DeactivateMFADevice)++responseCreateOpenIdConnectProvider :: CreateOpenIdConnectProviderResponse -> TestTree+responseCreateOpenIdConnectProvider = res+ "CreateOpenIdConnectProviderResponse"+ "fixture/CreateOpenIdConnectProviderResponse.proto"+ iam+ (Proxy :: Proxy CreateOpenIdConnectProvider)++responseDeleteVirtualMFADevice :: DeleteVirtualMFADeviceResponse -> TestTree+responseDeleteVirtualMFADevice = res+ "DeleteVirtualMFADeviceResponse"+ "fixture/DeleteVirtualMFADeviceResponse.proto"+ iam+ (Proxy :: Proxy DeleteVirtualMFADevice)++responseListRoles :: ListRolesResponse -> TestTree+responseListRoles = res+ "ListRolesResponse"+ "fixture/ListRolesResponse.proto"+ iam+ (Proxy :: Proxy ListRoles)++responseListUserPolicies :: ListUserPoliciesResponse -> TestTree+responseListUserPolicies = res+ "ListUserPoliciesResponse"+ "fixture/ListUserPoliciesResponse.proto"+ iam+ (Proxy :: Proxy ListUserPolicies)++responseUploadSSHPublicKey :: UploadSSHPublicKeyResponse -> TestTree+responseUploadSSHPublicKey = res+ "UploadSSHPublicKeyResponse"+ "fixture/UploadSSHPublicKeyResponse.proto"+ iam+ (Proxy :: Proxy UploadSSHPublicKey)++responseSimulateCustomPolicy :: SimulatePolicyResponse -> TestTree+responseSimulateCustomPolicy = res+ "SimulateCustomPolicyResponse"+ "fixture/SimulateCustomPolicyResponse.proto"+ iam+ (Proxy :: Proxy SimulateCustomPolicy)++responseDeleteRole :: DeleteRoleResponse -> TestTree+responseDeleteRole = res+ "DeleteRoleResponse"+ "fixture/DeleteRoleResponse.proto"+ iam+ (Proxy :: Proxy DeleteRole)++responseListUsers :: ListUsersResponse -> TestTree+responseListUsers = res+ "ListUsersResponse"+ "fixture/ListUsersResponse.proto"+ iam+ (Proxy :: Proxy ListUsers)++responseUpdateOpenIdConnectProviderThumbprint :: UpdateOpenIdConnectProviderThumbprintResponse -> TestTree+responseUpdateOpenIdConnectProviderThumbprint = res+ "UpdateOpenIdConnectProviderThumbprintResponse"+ "fixture/UpdateOpenIdConnectProviderThumbprintResponse.proto"+ iam+ (Proxy :: Proxy UpdateOpenIdConnectProviderThumbprint)++responsePutUserPolicy :: PutUserPolicyResponse -> TestTree+responsePutUserPolicy = res+ "PutUserPolicyResponse"+ "fixture/PutUserPolicyResponse.proto"+ iam+ (Proxy :: Proxy PutUserPolicy)++responseGetSSHPublicKey :: GetSSHPublicKeyResponse -> TestTree+responseGetSSHPublicKey = res+ "GetSSHPublicKeyResponse"+ "fixture/GetSSHPublicKeyResponse.proto"+ iam+ (Proxy :: Proxy GetSSHPublicKey)++responseDetachGroupPolicy :: DetachGroupPolicyResponse -> TestTree+responseDetachGroupPolicy = res+ "DetachGroupPolicyResponse"+ "fixture/DetachGroupPolicyResponse.proto"+ iam+ (Proxy :: Proxy DetachGroupPolicy)++responseGetOpenIdConnectProvider :: GetOpenIdConnectProviderResponse -> TestTree+responseGetOpenIdConnectProvider = res+ "GetOpenIdConnectProviderResponse"+ "fixture/GetOpenIdConnectProviderResponse.proto"+ iam+ (Proxy :: Proxy GetOpenIdConnectProvider)++responseDeleteUserPolicy :: DeleteUserPolicyResponse -> TestTree+responseDeleteUserPolicy = res+ "DeleteUserPolicyResponse"+ "fixture/DeleteUserPolicyResponse.proto"+ iam+ (Proxy :: Proxy DeleteUserPolicy)++responseCreateRole :: CreateRoleResponse -> TestTree+responseCreateRole = res+ "CreateRoleResponse"+ "fixture/CreateRoleResponse.proto"+ iam+ (Proxy :: Proxy CreateRole)++responseGetCredentialReport :: GetCredentialReportResponse -> TestTree+responseGetCredentialReport = res+ "GetCredentialReportResponse"+ "fixture/GetCredentialReportResponse.proto"+ iam+ (Proxy :: Proxy GetCredentialReport)++responseGetAccountSummary :: GetAccountSummaryResponse -> TestTree+responseGetAccountSummary = res+ "GetAccountSummaryResponse"+ "fixture/GetAccountSummaryResponse.proto"+ iam+ (Proxy :: Proxy GetAccountSummary)++responseListGroupPolicies :: ListGroupPoliciesResponse -> TestTree+responseListGroupPolicies = res+ "ListGroupPoliciesResponse"+ "fixture/ListGroupPoliciesResponse.proto"+ iam+ (Proxy :: Proxy ListGroupPolicies)++responseDeletePolicyVersion :: DeletePolicyVersionResponse -> TestTree+responseDeletePolicyVersion = res+ "DeletePolicyVersionResponse"+ "fixture/DeletePolicyVersionResponse.proto"+ iam+ (Proxy :: Proxy DeletePolicyVersion)++responseDeleteInstanceProfile :: DeleteInstanceProfileResponse -> TestTree+responseDeleteInstanceProfile = res+ "DeleteInstanceProfileResponse"+ "fixture/DeleteInstanceProfileResponse.proto"+ iam+ (Proxy :: Proxy DeleteInstanceProfile)++responseDetachRolePolicy :: DetachRolePolicyResponse -> TestTree+responseDetachRolePolicy = res+ "DetachRolePolicyResponse"+ "fixture/DetachRolePolicyResponse.proto"+ iam+ (Proxy :: Proxy DetachRolePolicy)++responseRemoveRoleFromInstanceProfile :: RemoveRoleFromInstanceProfileResponse -> TestTree+responseRemoveRoleFromInstanceProfile = res+ "RemoveRoleFromInstanceProfileResponse"+ "fixture/RemoveRoleFromInstanceProfileResponse.proto"+ iam+ (Proxy :: Proxy RemoveRoleFromInstanceProfile)++responseCreatePolicyVersion :: CreatePolicyVersionResponse -> TestTree+responseCreatePolicyVersion = res+ "CreatePolicyVersionResponse"+ "fixture/CreatePolicyVersionResponse.proto"+ iam+ (Proxy :: Proxy CreatePolicyVersion)++responseCreateInstanceProfile :: CreateInstanceProfileResponse -> TestTree+responseCreateInstanceProfile = res+ "CreateInstanceProfileResponse"+ "fixture/CreateInstanceProfileResponse.proto"+ iam+ (Proxy :: Proxy CreateInstanceProfile)++responseCreateSAMLProvider :: CreateSAMLProviderResponse -> TestTree+responseCreateSAMLProvider = res+ "CreateSAMLProviderResponse"+ "fixture/CreateSAMLProviderResponse.proto"+ iam+ (Proxy :: Proxy CreateSAMLProvider)++responseGetAccountAuthorizationDetails :: GetAccountAuthorizationDetailsResponse -> TestTree+responseGetAccountAuthorizationDetails = res+ "GetAccountAuthorizationDetailsResponse"+ "fixture/GetAccountAuthorizationDetailsResponse.proto"+ iam+ (Proxy :: Proxy GetAccountAuthorizationDetails)++responseDeleteAccountAlias :: DeleteAccountAliasResponse -> TestTree+responseDeleteAccountAlias = res+ "DeleteAccountAliasResponse"+ "fixture/DeleteAccountAliasResponse.proto"+ iam+ (Proxy :: Proxy DeleteAccountAlias)++responseDetachUserPolicy :: DetachUserPolicyResponse -> TestTree+responseDetachUserPolicy = res+ "DetachUserPolicyResponse"+ "fixture/DetachUserPolicyResponse.proto"+ iam+ (Proxy :: Proxy DetachUserPolicy)++responseRemoveUserFromGroup :: RemoveUserFromGroupResponse -> TestTree+responseRemoveUserFromGroup = res+ "RemoveUserFromGroupResponse"+ "fixture/RemoveUserFromGroupResponse.proto"+ iam+ (Proxy :: Proxy RemoveUserFromGroup)++responseDeleteGroupPolicy :: DeleteGroupPolicyResponse -> TestTree+responseDeleteGroupPolicy = res+ "DeleteGroupPolicyResponse"+ "fixture/DeleteGroupPolicyResponse.proto"+ iam+ (Proxy :: Proxy DeleteGroupPolicy)++responsePutGroupPolicy :: PutGroupPolicyResponse -> TestTree+responsePutGroupPolicy = res+ "PutGroupPolicyResponse"+ "fixture/PutGroupPolicyResponse.proto"+ iam+ (Proxy :: Proxy PutGroupPolicy)++responseGetLoginProfile :: GetLoginProfileResponse -> TestTree+responseGetLoginProfile = res+ "GetLoginProfileResponse"+ "fixture/GetLoginProfileResponse.proto"+ iam+ (Proxy :: Proxy GetLoginProfile)++responseGetGroupPolicy :: GetGroupPolicyResponse -> TestTree+responseGetGroupPolicy = res+ "GetGroupPolicyResponse"+ "fixture/GetGroupPolicyResponse.proto"+ iam+ (Proxy :: Proxy GetGroupPolicy)++responseChangePassword :: ChangePasswordResponse -> TestTree+responseChangePassword = res+ "ChangePasswordResponse"+ "fixture/ChangePasswordResponse.proto"+ iam+ (Proxy :: Proxy ChangePassword)++responseListServerCertificates :: ListServerCertificatesResponse -> TestTree+responseListServerCertificates = res+ "ListServerCertificatesResponse"+ "fixture/ListServerCertificatesResponse.proto"+ iam+ (Proxy :: Proxy ListServerCertificates)++responseDeletePolicy :: DeletePolicyResponse -> TestTree+responseDeletePolicy = res+ "DeletePolicyResponse"+ "fixture/DeletePolicyResponse.proto"+ iam+ (Proxy :: Proxy DeletePolicy)++responseUpdateAssumeRolePolicy :: UpdateAssumeRolePolicyResponse -> TestTree+responseUpdateAssumeRolePolicy = res+ "UpdateAssumeRolePolicyResponse"+ "fixture/UpdateAssumeRolePolicyResponse.proto"+ iam+ (Proxy :: Proxy UpdateAssumeRolePolicy)++responseGetInstanceProfile :: GetInstanceProfileResponse -> TestTree+responseGetInstanceProfile = res+ "GetInstanceProfileResponse"+ "fixture/GetInstanceProfileResponse.proto"+ iam+ (Proxy :: Proxy GetInstanceProfile)++responseCreateLoginProfile :: CreateLoginProfileResponse -> TestTree+responseCreateLoginProfile = res+ "CreateLoginProfileResponse"+ "fixture/CreateLoginProfileResponse.proto"+ iam+ (Proxy :: Proxy CreateLoginProfile)++responseGetSAMLProvider :: GetSAMLProviderResponse -> TestTree+responseGetSAMLProvider = res+ "GetSAMLProviderResponse"+ "fixture/GetSAMLProviderResponse.proto"+ iam+ (Proxy :: Proxy GetSAMLProvider)++responseAddRoleToInstanceProfile :: AddRoleToInstanceProfileResponse -> TestTree+responseAddRoleToInstanceProfile = res+ "AddRoleToInstanceProfileResponse"+ "fixture/AddRoleToInstanceProfileResponse.proto"+ iam+ (Proxy :: Proxy AddRoleToInstanceProfile)++responseListGroupsForUser :: ListGroupsForUserResponse -> TestTree+responseListGroupsForUser = res+ "ListGroupsForUserResponse"+ "fixture/ListGroupsForUserResponse.proto"+ iam+ (Proxy :: Proxy ListGroupsForUser)++responseListEntitiesForPolicy :: ListEntitiesForPolicyResponse -> TestTree+responseListEntitiesForPolicy = res+ "ListEntitiesForPolicyResponse"+ "fixture/ListEntitiesForPolicyResponse.proto"+ iam+ (Proxy :: Proxy ListEntitiesForPolicy)++responseAddUserToGroup :: AddUserToGroupResponse -> TestTree+responseAddUserToGroup = res+ "AddUserToGroupResponse"+ "fixture/AddUserToGroupResponse.proto"+ iam+ (Proxy :: Proxy AddUserToGroup)++responseSimulatePrincipalPolicy :: SimulatePolicyResponse -> TestTree+responseSimulatePrincipalPolicy = res+ "SimulatePrincipalPolicyResponse"+ "fixture/SimulatePrincipalPolicyResponse.proto"+ iam+ (Proxy :: Proxy SimulatePrincipalPolicy)++responseGetPolicyVersion :: GetPolicyVersionResponse -> TestTree+responseGetPolicyVersion = res+ "GetPolicyVersionResponse"+ "fixture/GetPolicyVersionResponse.proto"+ iam+ (Proxy :: Proxy GetPolicyVersion)++responseDeleteOpenIdConnectProvider :: DeleteOpenIdConnectProviderResponse -> TestTree+responseDeleteOpenIdConnectProvider = res+ "DeleteOpenIdConnectProviderResponse"+ "fixture/DeleteOpenIdConnectProviderResponse.proto"+ iam+ (Proxy :: Proxy DeleteOpenIdConnectProvider)++responseGetUser :: GetUserResponse -> TestTree+responseGetUser = res+ "GetUserResponse"+ "fixture/GetUserResponse.proto"+ iam+ (Proxy :: Proxy GetUser)++responseListSigningCertificates :: ListSigningCertificatesResponse -> TestTree+responseListSigningCertificates = res+ "ListSigningCertificatesResponse"+ "fixture/ListSigningCertificatesResponse.proto"+ iam+ (Proxy :: Proxy ListSigningCertificates)++responseDeleteSigningCertificate :: DeleteSigningCertificateResponse -> TestTree+responseDeleteSigningCertificate = res+ "DeleteSigningCertificateResponse"+ "fixture/DeleteSigningCertificateResponse.proto"+ iam+ (Proxy :: Proxy DeleteSigningCertificate)++responseUpdateSigningCertificate :: UpdateSigningCertificateResponse -> TestTree+responseUpdateSigningCertificate = res+ "UpdateSigningCertificateResponse"+ "fixture/UpdateSigningCertificateResponse.proto"+ iam+ (Proxy :: Proxy UpdateSigningCertificate)++responseListAttachedUserPolicies :: ListAttachedUserPoliciesResponse -> TestTree+responseListAttachedUserPolicies = res+ "ListAttachedUserPoliciesResponse"+ "fixture/ListAttachedUserPoliciesResponse.proto"+ iam+ (Proxy :: Proxy ListAttachedUserPolicies)++responseRemoveClientIdFromOpenIdConnectProvider :: RemoveClientIdFromOpenIdConnectProviderResponse -> TestTree+responseRemoveClientIdFromOpenIdConnectProvider = res+ "RemoveClientIdFromOpenIdConnectProviderResponse"+ "fixture/RemoveClientIdFromOpenIdConnectProviderResponse.proto"+ iam+ (Proxy :: Proxy RemoveClientIdFromOpenIdConnectProvider)++responseAttachUserPolicy :: AttachUserPolicyResponse -> TestTree+responseAttachUserPolicy = res+ "AttachUserPolicyResponse"+ "fixture/AttachUserPolicyResponse.proto"+ iam+ (Proxy :: Proxy AttachUserPolicy)++responseListVirtualMFADevices :: ListVirtualMFADevicesResponse -> TestTree+responseListVirtualMFADevices = res+ "ListVirtualMFADevicesResponse"+ "fixture/ListVirtualMFADevicesResponse.proto"+ iam+ (Proxy :: Proxy ListVirtualMFADevices)++responseResyncMFADevice :: ResyncMFADeviceResponse -> TestTree+responseResyncMFADevice = res+ "ResyncMFADeviceResponse"+ "fixture/ResyncMFADeviceResponse.proto"+ iam+ (Proxy :: Proxy ResyncMFADevice)++responseDeleteAccessKey :: DeleteAccessKeyResponse -> TestTree+responseDeleteAccessKey = res+ "DeleteAccessKeyResponse"+ "fixture/DeleteAccessKeyResponse.proto"+ iam+ (Proxy :: Proxy DeleteAccessKey)++responseUpdateAccessKey :: UpdateAccessKeyResponse -> TestTree+responseUpdateAccessKey = res+ "UpdateAccessKeyResponse"+ "fixture/UpdateAccessKeyResponse.proto"+ iam+ (Proxy :: Proxy UpdateAccessKey)++responseListAccessKeys :: ListAccessKeysResponse -> TestTree+responseListAccessKeys = res+ "ListAccessKeysResponse"+ "fixture/ListAccessKeysResponse.proto"+ iam+ (Proxy :: Proxy ListAccessKeys)++responseGetRolePolicy :: GetRolePolicyResponse -> TestTree+responseGetRolePolicy = res+ "GetRolePolicyResponse"+ "fixture/GetRolePolicyResponse.proto"+ iam+ (Proxy :: Proxy GetRolePolicy)++responseCreateUser :: CreateUserResponse -> TestTree+responseCreateUser = res+ "CreateUserResponse"+ "fixture/CreateUserResponse.proto"+ iam+ (Proxy :: Proxy CreateUser)++responsePutRolePolicy :: PutRolePolicyResponse -> TestTree+responsePutRolePolicy = res+ "PutRolePolicyResponse"+ "fixture/PutRolePolicyResponse.proto"+ iam+ (Proxy :: Proxy PutRolePolicy)++responseGetContextKeysForCustomPolicy :: GetContextKeysForPolicyResponse -> TestTree+responseGetContextKeysForCustomPolicy = res+ "GetContextKeysForCustomPolicyResponse"+ "fixture/GetContextKeysForCustomPolicyResponse.proto"+ iam+ (Proxy :: Proxy GetContextKeysForCustomPolicy)++responseUploadSigningCertificate :: UploadSigningCertificateResponse -> TestTree+responseUploadSigningCertificate = res+ "UploadSigningCertificateResponse"+ "fixture/UploadSigningCertificateResponse.proto"+ iam+ (Proxy :: Proxy UploadSigningCertificate)++responseDeleteRolePolicy :: DeleteRolePolicyResponse -> TestTree+responseDeleteRolePolicy = res+ "DeleteRolePolicyResponse"+ "fixture/DeleteRolePolicyResponse.proto"+ iam+ (Proxy :: Proxy DeleteRolePolicy)++responseGetAccountPasswordPolicy :: GetAccountPasswordPolicyResponse -> TestTree+responseGetAccountPasswordPolicy = res+ "GetAccountPasswordPolicyResponse"+ "fixture/GetAccountPasswordPolicyResponse.proto"+ iam+ (Proxy :: Proxy GetAccountPasswordPolicy)++responseGetAccessKeyLastUsed :: GetAccessKeyLastUsedResponse -> TestTree+responseGetAccessKeyLastUsed = res+ "GetAccessKeyLastUsedResponse"+ "fixture/GetAccessKeyLastUsedResponse.proto"+ iam+ (Proxy :: Proxy GetAccessKeyLastUsed)++responseUpdateUser :: UpdateUserResponse -> TestTree+responseUpdateUser = res+ "UpdateUserResponse"+ "fixture/UpdateUserResponse.proto"+ iam+ (Proxy :: Proxy UpdateUser)++responseDeleteUser :: DeleteUserResponse -> TestTree+responseDeleteUser = res+ "DeleteUserResponse"+ "fixture/DeleteUserResponse.proto"+ iam+ (Proxy :: Proxy DeleteUser)++responseAddClientIdToOpenIdConnectProvider :: AddClientIdToOpenIdConnectProviderResponse -> TestTree+responseAddClientIdToOpenIdConnectProvider = res+ "AddClientIdToOpenIdConnectProviderResponse"+ "fixture/AddClientIdToOpenIdConnectProviderResponse.proto"+ iam+ (Proxy :: Proxy AddClientIdToOpenIdConnectProvider)++responseListRolePolicies :: ListRolePoliciesResponse -> TestTree+responseListRolePolicies = res+ "ListRolePoliciesResponse"+ "fixture/ListRolePoliciesResponse.proto"+ iam+ (Proxy :: Proxy ListRolePolicies)++responseCreateAccountAlias :: CreateAccountAliasResponse -> TestTree+responseCreateAccountAlias = res+ "CreateAccountAliasResponse"+ "fixture/CreateAccountAliasResponse.proto"+ iam+ (Proxy :: Proxy CreateAccountAlias)++responseListInstanceProfiles :: ListInstanceProfilesResponse -> TestTree+responseListInstanceProfiles = res+ "ListInstanceProfilesResponse"+ "fixture/ListInstanceProfilesResponse.proto"+ iam+ (Proxy :: Proxy ListInstanceProfiles)++responseEnableMFADevice :: EnableMFADeviceResponse -> TestTree+responseEnableMFADevice = res+ "EnableMFADeviceResponse"+ "fixture/EnableMFADeviceResponse.proto"+ iam+ (Proxy :: Proxy EnableMFADevice)++responseListAccountAliases :: ListAccountAliasesResponse -> TestTree+responseListAccountAliases = res+ "ListAccountAliasesResponse"+ "fixture/ListAccountAliasesResponse.proto"+ iam+ (Proxy :: Proxy ListAccountAliases)++responseDeleteSAMLProvider :: DeleteSAMLProviderResponse -> TestTree+responseDeleteSAMLProvider = res+ "DeleteSAMLProviderResponse"+ "fixture/DeleteSAMLProviderResponse.proto"+ iam+ (Proxy :: Proxy DeleteSAMLProvider)++responseUpdateSAMLProvider :: UpdateSAMLProviderResponse -> TestTree+responseUpdateSAMLProvider = res+ "UpdateSAMLProviderResponse"+ "fixture/UpdateSAMLProviderResponse.proto"+ iam+ (Proxy :: Proxy UpdateSAMLProvider)++responseCreateGroup :: CreateGroupResponse -> TestTree+responseCreateGroup = res+ "CreateGroupResponse"+ "fixture/CreateGroupResponse.proto"+ iam+ (Proxy :: Proxy CreateGroup)++responseListMFADevices :: ListMFADevicesResponse -> TestTree+responseListMFADevices = res+ "ListMFADevicesResponse"+ "fixture/ListMFADevicesResponse.proto"+ iam+ (Proxy :: Proxy ListMFADevices)++responseUploadServerCertificate :: UploadServerCertificateResponse -> TestTree+responseUploadServerCertificate = res+ "UploadServerCertificateResponse"+ "fixture/UploadServerCertificateResponse.proto"+ iam+ (Proxy :: Proxy UploadServerCertificate)++responseSetDefaultPolicyVersion :: SetDefaultPolicyVersionResponse -> TestTree+responseSetDefaultPolicyVersion = res+ "SetDefaultPolicyVersionResponse"+ "fixture/SetDefaultPolicyVersionResponse.proto"+ iam+ (Proxy :: Proxy SetDefaultPolicyVersion)++responseListPolicyVersions :: ListPolicyVersionsResponse -> TestTree+responseListPolicyVersions = res+ "ListPolicyVersionsResponse"+ "fixture/ListPolicyVersionsResponse.proto"+ iam+ (Proxy :: Proxy ListPolicyVersions)++responseListSAMLProviders :: ListSAMLProvidersResponse -> TestTree+responseListSAMLProviders = res+ "ListSAMLProvidersResponse"+ "fixture/ListSAMLProvidersResponse.proto"+ iam+ (Proxy :: Proxy ListSAMLProviders)++responseGetServerCertificate :: GetServerCertificateResponse -> TestTree+responseGetServerCertificate = res+ "GetServerCertificateResponse"+ "fixture/GetServerCertificateResponse.proto"+ iam+ (Proxy :: Proxy GetServerCertificate)++responseDeleteGroup :: DeleteGroupResponse -> TestTree+responseDeleteGroup = res+ "DeleteGroupResponse"+ "fixture/DeleteGroupResponse.proto"+ iam+ (Proxy :: Proxy DeleteGroup)++responseUpdateGroup :: UpdateGroupResponse -> TestTree+responseUpdateGroup = res+ "UpdateGroupResponse"+ "fixture/UpdateGroupResponse.proto"+ iam+ (Proxy :: Proxy UpdateGroup)++responseListGroups :: ListGroupsResponse -> TestTree+responseListGroups = res+ "ListGroupsResponse"+ "fixture/ListGroupsResponse.proto"+ iam+ (Proxy :: Proxy ListGroups)++responseGenerateCredentialReport :: GenerateCredentialReportResponse -> TestTree+responseGenerateCredentialReport = res+ "GenerateCredentialReportResponse"+ "fixture/GenerateCredentialReportResponse.proto"+ iam+ (Proxy :: Proxy GenerateCredentialReport)++responseGetPolicy :: GetPolicyResponse -> TestTree+responseGetPolicy = res+ "GetPolicyResponse"+ "fixture/GetPolicyResponse.proto"+ iam+ (Proxy :: Proxy GetPolicy)++responseUpdateLoginProfile :: UpdateLoginProfileResponse -> TestTree+responseUpdateLoginProfile = res+ "UpdateLoginProfileResponse"+ "fixture/UpdateLoginProfileResponse.proto"+ iam+ (Proxy :: Proxy UpdateLoginProfile)++responseDeleteLoginProfile :: DeleteLoginProfileResponse -> TestTree+responseDeleteLoginProfile = res+ "DeleteLoginProfileResponse"+ "fixture/DeleteLoginProfileResponse.proto"+ iam+ (Proxy :: Proxy DeleteLoginProfile)++responseGetGroup :: GetGroupResponse -> TestTree+responseGetGroup = res+ "GetGroupResponse"+ "fixture/GetGroupResponse.proto"+ iam+ (Proxy :: Proxy GetGroup)++responseDeleteServerCertificate :: DeleteServerCertificateResponse -> TestTree+responseDeleteServerCertificate = res+ "DeleteServerCertificateResponse"+ "fixture/DeleteServerCertificateResponse.proto"+ iam+ (Proxy :: Proxy DeleteServerCertificate)++responseUpdateServerCertificate :: UpdateServerCertificateResponse -> TestTree+responseUpdateServerCertificate = res+ "UpdateServerCertificateResponse"+ "fixture/UpdateServerCertificateResponse.proto"+ iam+ (Proxy :: Proxy UpdateServerCertificate)++responseListAttachedGroupPolicies :: ListAttachedGroupPoliciesResponse -> TestTree+responseListAttachedGroupPolicies = res "ListAttachedGroupPoliciesResponse" "fixture/ListAttachedGroupPoliciesResponse.proto" iam