amazonka-mq-1.6.1: 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.ListConfigurations

Contents

Description

Returns a list of all configurations.

Synopsis

Creating a Request

listConfigurations :: ListConfigurations Source #

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

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

  • lcNextToken - The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
  • lcMaxResults - 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.

data ListConfigurations Source #

See: listConfigurations smart constructor.

Instances
Eq ListConfigurations Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

Data ListConfigurations Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

Methods

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

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

toConstr :: ListConfigurations -> Constr #

dataTypeOf :: ListConfigurations -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListConfigurations Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

Show ListConfigurations Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

Generic ListConfigurations Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

Associated Types

type Rep ListConfigurations :: Type -> Type #

Hashable ListConfigurations Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

AWSRequest ListConfigurations Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

Associated Types

type Rs ListConfigurations :: Type #

ToHeaders ListConfigurations Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

ToPath ListConfigurations Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

ToQuery ListConfigurations Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

NFData ListConfigurations Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

Methods

rnf :: ListConfigurations -> () #

type Rep ListConfigurations Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

type Rep ListConfigurations = D1 (MetaData "ListConfigurations" "Network.AWS.MQ.ListConfigurations" "amazonka-mq-1.6.1-LPqbYptSHP5G5BofyZ5WCa" False) (C1 (MetaCons "ListConfigurations'" PrefixI True) (S1 (MetaSel (Just "_lcNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lcMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))))
type Rs ListConfigurations Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

Request Lenses

lcNextToken :: Lens' ListConfigurations (Maybe Text) Source #

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

lcMaxResults :: Lens' ListConfigurations (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.

Destructuring the Response

listConfigurationsResponse Source #

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

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

  • lcrsConfigurations - The list of all revisions for the specified configuration.
  • lcrsNextToken - The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
  • lcrsMaxResults - 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.
  • lcrsResponseStatus - -- | The response status code.

data ListConfigurationsResponse Source #

See: listConfigurationsResponse smart constructor.

Instances
Eq ListConfigurationsResponse Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

Data ListConfigurationsResponse Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

Methods

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

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

toConstr :: ListConfigurationsResponse -> Constr #

dataTypeOf :: ListConfigurationsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListConfigurationsResponse Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

Show ListConfigurationsResponse Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

Generic ListConfigurationsResponse Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

Associated Types

type Rep ListConfigurationsResponse :: Type -> Type #

NFData ListConfigurationsResponse Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

type Rep ListConfigurationsResponse Source # 
Instance details

Defined in Network.AWS.MQ.ListConfigurations

type Rep ListConfigurationsResponse = D1 (MetaData "ListConfigurationsResponse" "Network.AWS.MQ.ListConfigurations" "amazonka-mq-1.6.1-LPqbYptSHP5G5BofyZ5WCa" False) (C1 (MetaCons "ListConfigurationsResponse'" PrefixI True) ((S1 (MetaSel (Just "_lcrsConfigurations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Configuration])) :*: S1 (MetaSel (Just "_lcrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_lcrsMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_lcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

lcrsConfigurations :: Lens' ListConfigurationsResponse [Configuration] Source #

The list of all revisions for the specified configuration.

lcrsNextToken :: Lens' ListConfigurationsResponse (Maybe Text) Source #

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

lcrsMaxResults :: Lens' ListConfigurationsResponse (Maybe Int) 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.