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

Contents

Description

Lists the versions of a device definition.

Synopsis

Creating a Request

listDeviceDefinitionVersions Source #

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

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

data ListDeviceDefinitionVersions Source #

See: listDeviceDefinitionVersions smart constructor.

Instances
Eq ListDeviceDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

Data ListDeviceDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

Methods

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

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

toConstr :: ListDeviceDefinitionVersions -> Constr #

dataTypeOf :: ListDeviceDefinitionVersions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListDeviceDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

Show ListDeviceDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

Generic ListDeviceDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

Associated Types

type Rep ListDeviceDefinitionVersions :: Type -> Type #

Hashable ListDeviceDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

AWSRequest ListDeviceDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

Associated Types

type Rs ListDeviceDefinitionVersions :: Type #

ToHeaders ListDeviceDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

ToPath ListDeviceDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

ToQuery ListDeviceDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

NFData ListDeviceDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

type Rep ListDeviceDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

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

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

Request Lenses

lddvNextToken :: Lens' ListDeviceDefinitionVersions (Maybe Text) Source #

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

lddvMaxResults :: Lens' ListDeviceDefinitionVersions (Maybe Text) Source #

The maximum number of results to be returned per request.

Destructuring the Response

listDeviceDefinitionVersionsResponse Source #

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

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

data ListDeviceDefinitionVersionsResponse Source #

See: listDeviceDefinitionVersionsResponse smart constructor.

Instances
Eq ListDeviceDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

Data ListDeviceDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

Methods

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

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

toConstr :: ListDeviceDefinitionVersionsResponse -> Constr #

dataTypeOf :: ListDeviceDefinitionVersionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListDeviceDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

Show ListDeviceDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

Generic ListDeviceDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

NFData ListDeviceDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

type Rep ListDeviceDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListDeviceDefinitionVersions

type Rep ListDeviceDefinitionVersionsResponse = D1 (MetaData "ListDeviceDefinitionVersionsResponse" "Network.AWS.Greengrass.ListDeviceDefinitionVersions" "amazonka-greengrass-1.6.1-8Yb8rCOrAv2821KEQdBGt6" False) (C1 (MetaCons "ListDeviceDefinitionVersionsResponse'" PrefixI True) (S1 (MetaSel (Just "_lddvrsVersions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [VersionInformation])) :*: (S1 (MetaSel (Just "_lddvrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lddvrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

lddvrsNextToken :: Lens' ListDeviceDefinitionVersionsResponse (Maybe Text) Source #

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