amazonka-mq-1.6.0: Amazon MQ 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.MQ.ListConfigurationRevisions

Contents

Description

Returns a list of all revisions for the specified configuration.

Synopsis

Creating a Request

listConfigurationRevisions Source #

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

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

  • lcrNextToken - The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
  • lcrMaxResults - The maximum number of configurations that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.
  • lcrConfigurationId - The unique ID that Amazon MQ generates for the configuration.

data ListConfigurationRevisions Source #

See: listConfigurationRevisions smart constructor.

Instances

Eq ListConfigurationRevisions Source # 
Data ListConfigurationRevisions Source # 

Methods

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

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

toConstr :: ListConfigurationRevisions -> Constr #

dataTypeOf :: ListConfigurationRevisions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListConfigurationRevisions Source # 
Show ListConfigurationRevisions Source # 
Generic ListConfigurationRevisions Source # 
Hashable ListConfigurationRevisions Source # 
NFData ListConfigurationRevisions Source # 
AWSRequest ListConfigurationRevisions Source # 
ToHeaders ListConfigurationRevisions Source # 
ToPath ListConfigurationRevisions Source # 
ToQuery ListConfigurationRevisions Source # 
type Rep ListConfigurationRevisions Source # 
type Rep ListConfigurationRevisions = D1 * (MetaData "ListConfigurationRevisions" "Network.AWS.MQ.ListConfigurationRevisions" "amazonka-mq-1.6.0-2p1A05IoaUzMnRutMRqns" False) (C1 * (MetaCons "ListConfigurationRevisions'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lcrNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lcrMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))) (S1 * (MetaSel (Just Symbol "_lcrConfigurationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs ListConfigurationRevisions Source # 

Request Lenses

lcrNextToken :: Lens' ListConfigurationRevisions (Maybe Text) Source #

The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.

lcrMaxResults :: Lens' ListConfigurationRevisions (Maybe Natural) Source #

The maximum number of configurations that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.

lcrConfigurationId :: Lens' ListConfigurationRevisions Text Source #

The unique ID that Amazon MQ generates for the configuration.

Destructuring the Response

listConfigurationRevisionsResponse Source #

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

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

  • lcrrsConfigurationId - The unique ID that Amazon MQ generates for the configuration.
  • lcrrsNextToken - The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
  • lcrrsRevisions - The list of all revisions for the specified configuration.
  • lcrrsMaxResults - The maximum number of configuration revisions that can be returned per page (20 by default). This value must be an integer from 5 to 100.
  • lcrrsResponseStatus - -- | The response status code.

data ListConfigurationRevisionsResponse Source #

See: listConfigurationRevisionsResponse smart constructor.

Instances

Eq ListConfigurationRevisionsResponse Source # 
Data ListConfigurationRevisionsResponse Source # 

Methods

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

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

toConstr :: ListConfigurationRevisionsResponse -> Constr #

dataTypeOf :: ListConfigurationRevisionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListConfigurationRevisionsResponse Source # 
Show ListConfigurationRevisionsResponse Source # 
Generic ListConfigurationRevisionsResponse Source # 
NFData ListConfigurationRevisionsResponse Source # 
type Rep ListConfigurationRevisionsResponse Source # 
type Rep ListConfigurationRevisionsResponse = D1 * (MetaData "ListConfigurationRevisionsResponse" "Network.AWS.MQ.ListConfigurationRevisions" "amazonka-mq-1.6.0-2p1A05IoaUzMnRutMRqns" False) (C1 * (MetaCons "ListConfigurationRevisionsResponse'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_lcrrsConfigurationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lcrrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lcrrsRevisions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [ConfigurationRevision]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lcrrsMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))) (S1 * (MetaSel (Just Symbol "_lcrrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))))

Response Lenses

lcrrsConfigurationId :: Lens' ListConfigurationRevisionsResponse (Maybe Text) Source #

The unique ID that Amazon MQ generates for the configuration.

lcrrsNextToken :: Lens' ListConfigurationRevisionsResponse (Maybe Text) Source #

The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.

lcrrsRevisions :: Lens' ListConfigurationRevisionsResponse [ConfigurationRevision] Source #

The list of all revisions for the specified configuration.

lcrrsMaxResults :: Lens' ListConfigurationRevisionsResponse (Maybe Int) Source #

The maximum number of configuration revisions that can be returned per page (20 by default). This value must be an integer from 5 to 100.