| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.IAM.DeletePolicyVersion
Description
Deletes the specified version from the specified managed policy.
You cannot delete the default version from a policy using this API. To delete the default version from 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, see Versioning for Managed Policies in the IAM User Guide .
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeletePolicyVersion |
Creates a value of DeletePolicyVersion with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpvPolicyARN- The Amazon Resource Name (ARN) of the IAM policy from which you want to delete a version. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference .dpvVersionId- The policy version to delete. The regex pattern for this parameter is a string of characters that consists of the lowercase lettervfollowed by one or two digits, and optionally followed by a period.and a string of letters and digits. For more information about managed policy versions, see Versioning for Managed Policies in the IAM User Guide .
data DeletePolicyVersion Source #
See: deletePolicyVersion smart constructor.
Instances
Request Lenses
dpvPolicyARN :: Lens' DeletePolicyVersion Text Source #
The Amazon Resource Name (ARN) of the IAM policy from which you want to delete a version. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference .
dpvVersionId :: Lens' DeletePolicyVersion Text Source #
The policy version to delete. The regex pattern for this parameter is a string of characters that consists of the lowercase letter v followed by one or two digits, and optionally followed by a period . and a string of letters and digits. For more information about managed policy versions, see Versioning for Managed Policies in the IAM User Guide .
Destructuring the Response
deletePolicyVersionResponse :: DeletePolicyVersionResponse Source #
Creates a value of DeletePolicyVersionResponse with the minimum fields required to make a request.
data DeletePolicyVersionResponse Source #
See: deletePolicyVersionResponse smart constructor.
Instances