amazonka-iot-1.4.5: Amazon IoT SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IoT.CreatePolicyVersion

Contents

Description

Creates a new version of the specified AWS IoT policy. To update a policy, create a new policy version. A managed policy can have up to five versions. If the policy has five versions, you must use DeletePolicyVersion to delete an existing version before you create a new one.

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 certificates to which the policy is attached).

Synopsis

Creating a Request

createPolicyVersion #

Creates a value of CreatePolicyVersion with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • cpvSetAsDefault - Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).
  • cpvPolicyName - The policy name.
  • cpvPolicyDocument - The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces

data CreatePolicyVersion #

The input for the CreatePolicyVersion operation.

See: createPolicyVersion smart constructor.

Instances

Eq CreatePolicyVersion # 
Data CreatePolicyVersion # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreatePolicyVersion -> c CreatePolicyVersion #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreatePolicyVersion #

toConstr :: CreatePolicyVersion -> Constr #

dataTypeOf :: CreatePolicyVersion -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CreatePolicyVersion) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreatePolicyVersion) #

gmapT :: (forall b. Data b => b -> b) -> CreatePolicyVersion -> CreatePolicyVersion #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreatePolicyVersion -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreatePolicyVersion -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreatePolicyVersion -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreatePolicyVersion -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreatePolicyVersion -> m CreatePolicyVersion #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreatePolicyVersion -> m CreatePolicyVersion #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreatePolicyVersion -> m CreatePolicyVersion #

Read CreatePolicyVersion # 
Show CreatePolicyVersion # 
Generic CreatePolicyVersion # 
Hashable CreatePolicyVersion # 
ToJSON CreatePolicyVersion # 
NFData CreatePolicyVersion # 

Methods

rnf :: CreatePolicyVersion -> () #

AWSRequest CreatePolicyVersion # 
ToQuery CreatePolicyVersion # 
ToPath CreatePolicyVersion # 
ToHeaders CreatePolicyVersion # 
type Rep CreatePolicyVersion # 
type Rep CreatePolicyVersion = D1 (MetaData "CreatePolicyVersion" "Network.AWS.IoT.CreatePolicyVersion" "amazonka-iot-1.4.5-HnBhW38Gbiq1QAd2zPEJmJ" False) (C1 (MetaCons "CreatePolicyVersion'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cpvSetAsDefault") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_cpvPolicyName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_cpvPolicyDocument") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs CreatePolicyVersion # 

Request Lenses

cpvSetAsDefault :: Lens' CreatePolicyVersion (Maybe Bool) #

Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

cpvPolicyDocument :: Lens' CreatePolicyVersion Text #

The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces

Destructuring the Response

createPolicyVersionResponse #

Creates a value of CreatePolicyVersionResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data CreatePolicyVersionResponse #

The output of the CreatePolicyVersion operation.

See: createPolicyVersionResponse smart constructor.

Instances

Eq CreatePolicyVersionResponse # 
Data CreatePolicyVersionResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreatePolicyVersionResponse -> c CreatePolicyVersionResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreatePolicyVersionResponse #

toConstr :: CreatePolicyVersionResponse -> Constr #

dataTypeOf :: CreatePolicyVersionResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CreatePolicyVersionResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreatePolicyVersionResponse) #

gmapT :: (forall b. Data b => b -> b) -> CreatePolicyVersionResponse -> CreatePolicyVersionResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreatePolicyVersionResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreatePolicyVersionResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreatePolicyVersionResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreatePolicyVersionResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreatePolicyVersionResponse -> m CreatePolicyVersionResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreatePolicyVersionResponse -> m CreatePolicyVersionResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreatePolicyVersionResponse -> m CreatePolicyVersionResponse #

Read CreatePolicyVersionResponse # 
Show CreatePolicyVersionResponse # 
Generic CreatePolicyVersionResponse # 
NFData CreatePolicyVersionResponse # 
type Rep CreatePolicyVersionResponse # 
type Rep CreatePolicyVersionResponse = D1 (MetaData "CreatePolicyVersionResponse" "Network.AWS.IoT.CreatePolicyVersion" "amazonka-iot-1.4.5-HnBhW38Gbiq1QAd2zPEJmJ" False) (C1 (MetaCons "CreatePolicyVersionResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cpvrsPolicyDocument") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cpvrsPolicyVersionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_cpvrsPolicyARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_cpvrsIsDefaultVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_cpvrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))))

Response Lenses

cpvrsPolicyDocument :: Lens' CreatePolicyVersionResponse (Maybe Text) #

The JSON document that describes the policy.

cpvrsIsDefaultVersion :: Lens' CreatePolicyVersionResponse (Maybe Bool) #

Specifies whether the policy version is the default.