amazonka-greengrass-1.6.1: 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.ListCoreDefinitionVersions

Contents

Description

Lists the versions of a core definition.

Synopsis

Creating a Request

listCoreDefinitionVersions Source #

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

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

data ListCoreDefinitionVersions Source #

See: listCoreDefinitionVersions smart constructor.

Instances
Eq ListCoreDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

Data ListCoreDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

Methods

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

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

toConstr :: ListCoreDefinitionVersions -> Constr #

dataTypeOf :: ListCoreDefinitionVersions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListCoreDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

Show ListCoreDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

Generic ListCoreDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

Associated Types

type Rep ListCoreDefinitionVersions :: Type -> Type #

Hashable ListCoreDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

AWSRequest ListCoreDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

Associated Types

type Rs ListCoreDefinitionVersions :: Type #

ToHeaders ListCoreDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

ToPath ListCoreDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

ToQuery ListCoreDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

NFData ListCoreDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

type Rep ListCoreDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

type Rep ListCoreDefinitionVersions = D1 (MetaData "ListCoreDefinitionVersions" "Network.AWS.Greengrass.ListCoreDefinitionVersions" "amazonka-greengrass-1.6.1-8Yb8rCOrAv2821KEQdBGt6" False) (C1 (MetaCons "ListCoreDefinitionVersions'" PrefixI True) (S1 (MetaSel (Just "_lcdvNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lcdvMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lcdvCoreDefinitionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs ListCoreDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

Request Lenses

lcdvNextToken :: Lens' ListCoreDefinitionVersions (Maybe Text) Source #

The token for the next set of results, or 'null' if there are no additional results.

lcdvMaxResults :: Lens' ListCoreDefinitionVersions (Maybe Text) Source #

The maximum number of results to be returned per request.

Destructuring the Response

listCoreDefinitionVersionsResponse Source #

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

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

data ListCoreDefinitionVersionsResponse Source #

See: listCoreDefinitionVersionsResponse smart constructor.

Instances
Eq ListCoreDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

Data ListCoreDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

Methods

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

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

toConstr :: ListCoreDefinitionVersionsResponse -> Constr #

dataTypeOf :: ListCoreDefinitionVersionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListCoreDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

Show ListCoreDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

Generic ListCoreDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

Associated Types

type Rep ListCoreDefinitionVersionsResponse :: Type -> Type #

NFData ListCoreDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

type Rep ListCoreDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitionVersions

type Rep ListCoreDefinitionVersionsResponse = D1 (MetaData "ListCoreDefinitionVersionsResponse" "Network.AWS.Greengrass.ListCoreDefinitionVersions" "amazonka-greengrass-1.6.1-8Yb8rCOrAv2821KEQdBGt6" False) (C1 (MetaCons "ListCoreDefinitionVersionsResponse'" PrefixI True) (S1 (MetaSel (Just "_lcdvrsVersions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [VersionInformation])) :*: (S1 (MetaSel (Just "_lcdvrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lcdvrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

lcdvrsNextToken :: Lens' ListCoreDefinitionVersionsResponse (Maybe Text) Source #

The token for the next set of results, or 'null' if there are no additional results.