amazonka-greengrass-1.6.0: Amazon Greengrass 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.Greengrass.GetSubscriptionDefinitionVersion

Contents

Description

Retrieves information about a subscription definition version.

Synopsis

Creating a Request

getSubscriptionDefinitionVersion Source #

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

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

data GetSubscriptionDefinitionVersion Source #

See: getSubscriptionDefinitionVersion smart constructor.

Instances

Eq GetSubscriptionDefinitionVersion Source # 
Data GetSubscriptionDefinitionVersion Source # 

Methods

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

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

toConstr :: GetSubscriptionDefinitionVersion -> Constr #

dataTypeOf :: GetSubscriptionDefinitionVersion -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSubscriptionDefinitionVersion Source # 
Show GetSubscriptionDefinitionVersion Source # 
Generic GetSubscriptionDefinitionVersion Source # 
Hashable GetSubscriptionDefinitionVersion Source # 
NFData GetSubscriptionDefinitionVersion Source # 
AWSRequest GetSubscriptionDefinitionVersion Source # 
ToHeaders GetSubscriptionDefinitionVersion Source # 
ToPath GetSubscriptionDefinitionVersion Source # 
ToQuery GetSubscriptionDefinitionVersion Source # 
type Rep GetSubscriptionDefinitionVersion Source # 
type Rep GetSubscriptionDefinitionVersion = D1 * (MetaData "GetSubscriptionDefinitionVersion" "Network.AWS.Greengrass.GetSubscriptionDefinitionVersion" "amazonka-greengrass-1.6.0-UQvTNoJiEcHgaWALQEura" False) (C1 * (MetaCons "GetSubscriptionDefinitionVersion'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gsdvSubscriptionDefinitionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_gsdvSubscriptionDefinitionVersionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs GetSubscriptionDefinitionVersion Source # 

Request Lenses

Destructuring the Response

getSubscriptionDefinitionVersionResponse Source #

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

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

data GetSubscriptionDefinitionVersionResponse Source #

Instances

Eq GetSubscriptionDefinitionVersionResponse Source # 
Data GetSubscriptionDefinitionVersionResponse Source # 

Methods

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

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

toConstr :: GetSubscriptionDefinitionVersionResponse -> Constr #

dataTypeOf :: GetSubscriptionDefinitionVersionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSubscriptionDefinitionVersionResponse Source # 
Show GetSubscriptionDefinitionVersionResponse Source # 
Generic GetSubscriptionDefinitionVersionResponse Source # 
NFData GetSubscriptionDefinitionVersionResponse Source # 
type Rep GetSubscriptionDefinitionVersionResponse Source # 
type Rep GetSubscriptionDefinitionVersionResponse = D1 * (MetaData "GetSubscriptionDefinitionVersionResponse" "Network.AWS.Greengrass.GetSubscriptionDefinitionVersion" "amazonka-greengrass-1.6.0-UQvTNoJiEcHgaWALQEura" False) (C1 * (MetaCons "GetSubscriptionDefinitionVersionResponse'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_gsdvrsDefinition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe SubscriptionDefinitionVersion))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gsdvrsARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gsdvrsCreationTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gsdvrsVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gsdvrsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gsdvrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))))

Response Lenses

gsdvrsARN :: Lens' GetSubscriptionDefinitionVersionResponse (Maybe Text) Source #

The ARN of the subscription definition version.

gsdvrsCreationTimestamp :: Lens' GetSubscriptionDefinitionVersionResponse (Maybe Text) Source #

The time, in milliseconds since the epoch, when the subscription definition version was created.

gsdvrsVersion :: Lens' GetSubscriptionDefinitionVersionResponse (Maybe Text) Source #

The version of the subscription definition version.

gsdvrsId :: Lens' GetSubscriptionDefinitionVersionResponse (Maybe Text) Source #

The ID of the subscription definition version.