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

Description

Returns a list of all revisions for the specified configuration.

Synopsis

Creating a Request

data ListConfigurationRevisions Source #

See: newListConfigurationRevisions smart constructor.

Constructors

ListConfigurationRevisions' 

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.

  • configurationId :: Text

    The unique ID that Amazon MQ generates for the configuration.

Instances

Instances details
Eq ListConfigurationRevisions Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurationRevisions

Read ListConfigurationRevisions Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurationRevisions

Show ListConfigurationRevisions Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurationRevisions

Generic ListConfigurationRevisions Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurationRevisions

Associated Types

type Rep ListConfigurationRevisions :: Type -> Type #

NFData ListConfigurationRevisions Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurationRevisions

Hashable ListConfigurationRevisions Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurationRevisions

AWSRequest ListConfigurationRevisions Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurationRevisions

ToHeaders ListConfigurationRevisions Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurationRevisions

ToPath ListConfigurationRevisions Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurationRevisions

ToQuery ListConfigurationRevisions Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurationRevisions

type Rep ListConfigurationRevisions Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurationRevisions

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

Defined in Amazonka.MQ.ListConfigurationRevisions

newListConfigurationRevisions Source #

Create a value of ListConfigurationRevisions 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:ListConfigurationRevisions', listConfigurationRevisions_nextToken - The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.

$sel:maxResults:ListConfigurationRevisions', listConfigurationRevisions_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.

$sel:configurationId:ListConfigurationRevisions', listConfigurationRevisions_configurationId - The unique ID that Amazon MQ generates for the configuration.

Request Lenses

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

listConfigurationRevisions_maxResults :: Lens' ListConfigurationRevisions (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.

listConfigurationRevisions_configurationId :: Lens' ListConfigurationRevisions Text Source #

The unique ID that Amazon MQ generates for the configuration.

Destructuring the Response

data ListConfigurationRevisionsResponse Source #

Constructors

ListConfigurationRevisionsResponse' 

Fields

  • configurationId :: Maybe Text

    The unique ID that Amazon MQ generates for the 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.

  • revisions :: Maybe [ConfigurationRevision]

    The list of all revisions for the specified configuration.

  • maxResults :: Maybe Int

    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.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListConfigurationRevisionsResponse Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurationRevisions

Read ListConfigurationRevisionsResponse Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurationRevisions

Show ListConfigurationRevisionsResponse Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurationRevisions

Generic ListConfigurationRevisionsResponse Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurationRevisions

Associated Types

type Rep ListConfigurationRevisionsResponse :: Type -> Type #

NFData ListConfigurationRevisionsResponse Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurationRevisions

type Rep ListConfigurationRevisionsResponse Source # 
Instance details

Defined in Amazonka.MQ.ListConfigurationRevisions

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

newListConfigurationRevisionsResponse Source #

Create a value of ListConfigurationRevisionsResponse 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:configurationId:ListConfigurationRevisions', listConfigurationRevisionsResponse_configurationId - The unique ID that Amazon MQ generates for the configuration.

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

$sel:revisions:ListConfigurationRevisionsResponse', listConfigurationRevisionsResponse_revisions - The list of all revisions for the specified configuration.

$sel:maxResults:ListConfigurationRevisions', listConfigurationRevisionsResponse_maxResults - 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.

$sel:httpStatus:ListConfigurationRevisionsResponse', listConfigurationRevisionsResponse_httpStatus - The response's http status code.

Response Lenses

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

The unique ID that Amazon MQ generates for the configuration.

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

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