Copyright | (c) 2013-2015 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 |
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.
For information about versions for managed policies, refer to Versioning for Managed Policies in the IAM User Guide.
See: AWS API Reference for DeletePolicyVersion.
Creating a Request
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:
data DeletePolicyVersion Source
See: deletePolicyVersion
smart constructor.
Request Lenses
dpvPolicyARN :: Lens' DeletePolicyVersion Text Source
Undocumented member.
dpvVersionId :: Lens' DeletePolicyVersion Text Source
The policy version to delete.
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.