amazonka-iot-1.6.1: Amazon IoT SDK.

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

Network.AWS.IoT.GetPolicy

Contents

Description

Gets information about the specified policy with the policy document of the default version.

Synopsis

Creating a Request

getPolicy Source #

Arguments

:: Text

gpPolicyName

-> GetPolicy 

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

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

data GetPolicy Source #

The input for the GetPolicy operation.

See: getPolicy smart constructor.

Instances
Eq GetPolicy Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

Data GetPolicy Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

Methods

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

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

toConstr :: GetPolicy -> Constr #

dataTypeOf :: GetPolicy -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetPolicy Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

Show GetPolicy Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

Generic GetPolicy Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

Associated Types

type Rep GetPolicy :: Type -> Type #

Hashable GetPolicy Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

AWSRequest GetPolicy Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

Associated Types

type Rs GetPolicy :: Type #

ToHeaders GetPolicy Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

Methods

toHeaders :: GetPolicy -> [Header] #

ToPath GetPolicy Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

ToQuery GetPolicy Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

NFData GetPolicy Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

Methods

rnf :: GetPolicy -> () #

type Rep GetPolicy Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

type Rep GetPolicy = D1 (MetaData "GetPolicy" "Network.AWS.IoT.GetPolicy" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" True) (C1 (MetaCons "GetPolicy'" PrefixI True) (S1 (MetaSel (Just "_gpPolicyName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetPolicy Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

Request Lenses

gpPolicyName :: Lens' GetPolicy Text Source #

The name of the policy.

Destructuring the Response

getPolicyResponse Source #

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

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

data GetPolicyResponse Source #

The output from the GetPolicy operation.

See: getPolicyResponse smart constructor.

Instances
Eq GetPolicyResponse Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

Data GetPolicyResponse Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

Methods

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

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

toConstr :: GetPolicyResponse -> Constr #

dataTypeOf :: GetPolicyResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetPolicyResponse Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

Show GetPolicyResponse Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

Generic GetPolicyResponse Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

Associated Types

type Rep GetPolicyResponse :: Type -> Type #

NFData GetPolicyResponse Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

Methods

rnf :: GetPolicyResponse -> () #

type Rep GetPolicyResponse Source # 
Instance details

Defined in Network.AWS.IoT.GetPolicy

type Rep GetPolicyResponse = D1 (MetaData "GetPolicyResponse" "Network.AWS.IoT.GetPolicy" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "GetPolicyResponse'" PrefixI True) (((S1 (MetaSel (Just "_gprsLastModifiedDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 (MetaSel (Just "_gprsPolicyName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_gprsPolicyDocument") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gprsDefaultVersionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_gprsPolicyARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gprsCreationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 (MetaSel (Just "_gprsGenerationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

gprsLastModifiedDate :: Lens' GetPolicyResponse (Maybe UTCTime) Source #

The date the policy was last modified.

gprsPolicyDocument :: Lens' GetPolicyResponse (Maybe Text) Source #

The JSON document that describes the policy.

gprsDefaultVersionId :: Lens' GetPolicyResponse (Maybe Text) Source #

The default policy version ID.

gprsCreationDate :: Lens' GetPolicyResponse (Maybe UTCTime) Source #

The date the policy was created.

gprsGenerationId :: Lens' GetPolicyResponse (Maybe Text) Source #

The generation ID of the policy.

gprsResponseStatus :: Lens' GetPolicyResponse Int Source #

  • - | The response status code.