amazonka-greengrass-1.5.0: Amazon Greengrass SDK.

Copyright(c) 2013-2017 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.ListGroupVersions

Contents

Description

List the versions of a group.

Synopsis

Creating a Request

listGroupVersions Source #

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

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

  • lgvNextToken - Specifies the pagination token used when iterating through a paginated request
  • lgvMaxResults - Specifies the maximum number of list results to be returned in this page
  • lgvGroupId - The unique Id of the AWS Greengrass Group

data ListGroupVersions Source #

See: listGroupVersions smart constructor.

Instances

Eq ListGroupVersions Source # 
Data ListGroupVersions Source # 

Methods

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

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

toConstr :: ListGroupVersions -> Constr #

dataTypeOf :: ListGroupVersions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListGroupVersions Source # 
Show ListGroupVersions Source # 
Generic ListGroupVersions Source # 
Hashable ListGroupVersions Source # 
NFData ListGroupVersions Source # 

Methods

rnf :: ListGroupVersions -> () #

AWSRequest ListGroupVersions Source # 
ToQuery ListGroupVersions Source # 
ToPath ListGroupVersions Source # 
ToHeaders ListGroupVersions Source # 
type Rep ListGroupVersions Source # 
type Rep ListGroupVersions = D1 (MetaData "ListGroupVersions" "Network.AWS.Greengrass.ListGroupVersions" "amazonka-greengrass-1.5.0-71LOjgHB2qBUcTjNYOmi4" False) (C1 (MetaCons "ListGroupVersions'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lgvNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lgvMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lgvGroupId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs ListGroupVersions Source # 

Request Lenses

lgvNextToken :: Lens' ListGroupVersions (Maybe Text) Source #

Specifies the pagination token used when iterating through a paginated request

lgvMaxResults :: Lens' ListGroupVersions (Maybe Text) Source #

Specifies the maximum number of list results to be returned in this page

lgvGroupId :: Lens' ListGroupVersions Text Source #

The unique Id of the AWS Greengrass Group

Destructuring the Response

listGroupVersionsResponse Source #

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

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

data ListGroupVersionsResponse Source #

See: listGroupVersionsResponse smart constructor.

Instances

Eq ListGroupVersionsResponse Source # 
Data ListGroupVersionsResponse Source # 

Methods

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

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

toConstr :: ListGroupVersionsResponse -> Constr #

dataTypeOf :: ListGroupVersionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListGroupVersionsResponse Source # 
Show ListGroupVersionsResponse Source # 
Generic ListGroupVersionsResponse Source # 
NFData ListGroupVersionsResponse Source # 
type Rep ListGroupVersionsResponse Source # 
type Rep ListGroupVersionsResponse = D1 (MetaData "ListGroupVersionsResponse" "Network.AWS.Greengrass.ListGroupVersions" "amazonka-greengrass-1.5.0-71LOjgHB2qBUcTjNYOmi4" False) (C1 (MetaCons "ListGroupVersionsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lgvrsVersions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [VersionInformation]))) ((:*:) (S1 (MetaSel (Just Symbol "_lgvrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lgvrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

lgvrsNextToken :: Lens' ListGroupVersionsResponse (Maybe Text) Source #

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