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.GetLoggerDefinitionVersion

Contents

Description

Retrieves information about a logger definition version.

Synopsis

Creating a Request

getLoggerDefinitionVersion Source #

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

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

data GetLoggerDefinitionVersion Source #

See: getLoggerDefinitionVersion smart constructor.

Instances

Eq GetLoggerDefinitionVersion Source # 
Data GetLoggerDefinitionVersion Source # 

Methods

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

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

toConstr :: GetLoggerDefinitionVersion -> Constr #

dataTypeOf :: GetLoggerDefinitionVersion -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

gldvLoggerDefinitionVersionId :: Lens' GetLoggerDefinitionVersion Text Source #

The ID of the logger definition version.

Destructuring the Response

getLoggerDefinitionVersionResponse Source #

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

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

data GetLoggerDefinitionVersionResponse Source #

See: getLoggerDefinitionVersionResponse smart constructor.

Instances

Eq GetLoggerDefinitionVersionResponse Source # 
Data GetLoggerDefinitionVersionResponse Source # 

Methods

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

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

toConstr :: GetLoggerDefinitionVersionResponse -> Constr #

dataTypeOf :: GetLoggerDefinitionVersionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetLoggerDefinitionVersionResponse Source # 
Show GetLoggerDefinitionVersionResponse Source # 
Generic GetLoggerDefinitionVersionResponse Source # 
NFData GetLoggerDefinitionVersionResponse Source # 
type Rep GetLoggerDefinitionVersionResponse Source # 
type Rep GetLoggerDefinitionVersionResponse = D1 * (MetaData "GetLoggerDefinitionVersionResponse" "Network.AWS.Greengrass.GetLoggerDefinitionVersion" "amazonka-greengrass-1.6.0-UQvTNoJiEcHgaWALQEura" False) (C1 * (MetaCons "GetLoggerDefinitionVersionResponse'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_gldvrsDefinition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe LoggerDefinitionVersion))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gldvrsARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gldvrsCreationTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gldvrsVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gldvrsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gldvrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))))

Response Lenses

gldvrsARN :: Lens' GetLoggerDefinitionVersionResponse (Maybe Text) Source #

The ARN of the logger definition version.

gldvrsCreationTimestamp :: Lens' GetLoggerDefinitionVersionResponse (Maybe Text) Source #

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

gldvrsVersion :: Lens' GetLoggerDefinitionVersionResponse (Maybe Text) Source #

The version of the logger definition version.

gldvrsId :: Lens' GetLoggerDefinitionVersionResponse (Maybe Text) Source #

The ID of the logger definition version.