| 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 |
Network.AWS.IoT.SetDefaultPolicyVersion
Description
Sets the specified policy version as the default for the specified policy.
See: AWS API Reference for SetDefaultPolicyVersion.
- setDefaultPolicyVersion :: Text -> Text -> SetDefaultPolicyVersion
- data SetDefaultPolicyVersion
- sdpvPolicyName :: Lens' SetDefaultPolicyVersion Text
- sdpvPolicyVersionId :: Lens' SetDefaultPolicyVersion Text
- setDefaultPolicyVersionResponse :: SetDefaultPolicyVersionResponse
- data SetDefaultPolicyVersionResponse
Creating a Request
setDefaultPolicyVersion Source
Arguments
| :: Text | |
| -> Text | |
| -> SetDefaultPolicyVersion |
Creates a value of SetDefaultPolicyVersion with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data SetDefaultPolicyVersion Source
The input for the SetDefaultPolicyVersion operation.
See: setDefaultPolicyVersion smart constructor.
Instances
Request Lenses
sdpvPolicyName :: Lens' SetDefaultPolicyVersion Text Source
The policy name.
sdpvPolicyVersionId :: Lens' SetDefaultPolicyVersion Text Source
The policy version ID.
Destructuring the Response
setDefaultPolicyVersionResponse :: SetDefaultPolicyVersionResponse Source
Creates a value of SetDefaultPolicyVersionResponse with the minimum fields required to make a request.
data SetDefaultPolicyVersionResponse Source
See: setDefaultPolicyVersionResponse smart constructor.