libZSservicesZSamazonka-mqZSamazonka-mq
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MQ.ListConfigurations

Description

Returns a list of all configurations.

Synopsis

Creating a Request

data ListConfigurations Source #

See: newListConfigurations smart constructor.

Constructors

ListConfigurations' 

Fields

  • nextToken :: Maybe Text

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

  • maxResults :: Maybe Natural

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

Instances

Instances details
Eq ListConfigurations Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

Read ListConfigurations Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

Show ListConfigurations Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

Generic ListConfigurations Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

Associated Types

type Rep ListConfigurations :: Type -> Type #

NFData ListConfigurations Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

Methods

rnf :: ListConfigurations -> () #

Hashable ListConfigurations Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

AWSRequest ListConfigurations Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

Associated Types

type AWSResponse ListConfigurations #

ToHeaders ListConfigurations Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

ToPath ListConfigurations Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

ToQuery ListConfigurations Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

type Rep ListConfigurations Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

type Rep ListConfigurations = D1 ('MetaData "ListConfigurations" "Amazonka.MQ.ListConfigurations" "libZSservicesZSamazonka-mqZSamazonka-mq" 'False) (C1 ('MetaCons "ListConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListConfigurations Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

newListConfigurations :: ListConfigurations Source #

Create a value of ListConfigurations with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListConfigurations', listConfigurations_nextToken - The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.

$sel:maxResults:ListConfigurations', listConfigurations_maxResults - The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.

Request Lenses

listConfigurations_nextToken :: 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.

listConfigurations_maxResults :: Lens' ListConfigurations (Maybe Natural) Source #

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

Destructuring the Response

data ListConfigurationsResponse Source #

See: newListConfigurationsResponse smart constructor.

Constructors

ListConfigurationsResponse' 

Fields

  • configurations :: Maybe [Configuration]

    The list of all revisions for the specified configuration.

  • nextToken :: Maybe Text

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

  • maxResults :: Maybe Int

    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.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListConfigurationsResponse Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

Read ListConfigurationsResponse Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

Show ListConfigurationsResponse Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

Generic ListConfigurationsResponse Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

Associated Types

type Rep ListConfigurationsResponse :: Type -> Type #

NFData ListConfigurationsResponse Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

type Rep ListConfigurationsResponse Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurations

type Rep ListConfigurationsResponse = D1 ('MetaData "ListConfigurationsResponse" "Amazonka.MQ.ListConfigurations" "libZSservicesZSamazonka-mqZSamazonka-mq" 'False) (C1 ('MetaCons "ListConfigurationsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Configuration])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListConfigurationsResponse Source #

Create a value of ListConfigurationsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:configurations:ListConfigurationsResponse', listConfigurationsResponse_configurations - The list of all revisions for the specified configuration.

$sel:nextToken:ListConfigurations', listConfigurationsResponse_nextToken - The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.

$sel:maxResults:ListConfigurations', listConfigurationsResponse_maxResults - 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.

$sel:httpStatus:ListConfigurationsResponse', listConfigurationsResponse_httpStatus - The response's http status code.

Response Lenses

listConfigurationsResponse_configurations :: Lens' ListConfigurationsResponse (Maybe [Configuration]) Source #

The list of all revisions for the specified configuration.

listConfigurationsResponse_nextToken :: 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.

listConfigurationsResponse_maxResults :: 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.