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

Description

Describe available engine types and versions.

Synopsis

Creating a Request

data DescribeBrokerEngineTypes Source #

See: newDescribeBrokerEngineTypes smart constructor.

Constructors

DescribeBrokerEngineTypes' 

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.

  • engineType :: Maybe Text

    Filter response by engine type.

  • 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 DescribeBrokerEngineTypes Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

Read DescribeBrokerEngineTypes Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

Show DescribeBrokerEngineTypes Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

Generic DescribeBrokerEngineTypes Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

Associated Types

type Rep DescribeBrokerEngineTypes :: Type -> Type #

NFData DescribeBrokerEngineTypes Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

Hashable DescribeBrokerEngineTypes Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

AWSRequest DescribeBrokerEngineTypes Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

ToHeaders DescribeBrokerEngineTypes Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

ToPath DescribeBrokerEngineTypes Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

ToQuery DescribeBrokerEngineTypes Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

type Rep DescribeBrokerEngineTypes Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

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

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

newDescribeBrokerEngineTypes :: DescribeBrokerEngineTypes Source #

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

$sel:engineType:DescribeBrokerEngineTypes', describeBrokerEngineTypes_engineType - Filter response by engine type.

$sel:maxResults:DescribeBrokerEngineTypes', describeBrokerEngineTypes_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

describeBrokerEngineTypes_nextToken :: Lens' DescribeBrokerEngineTypes (Maybe Text) Source #

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

describeBrokerEngineTypes_maxResults :: Lens' DescribeBrokerEngineTypes (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 DescribeBrokerEngineTypesResponse Source #

See: newDescribeBrokerEngineTypesResponse smart constructor.

Constructors

DescribeBrokerEngineTypesResponse' 

Fields

Instances

Instances details
Eq DescribeBrokerEngineTypesResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

Read DescribeBrokerEngineTypesResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

Show DescribeBrokerEngineTypesResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

Generic DescribeBrokerEngineTypesResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

Associated Types

type Rep DescribeBrokerEngineTypesResponse :: Type -> Type #

NFData DescribeBrokerEngineTypesResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

type Rep DescribeBrokerEngineTypesResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerEngineTypes

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

newDescribeBrokerEngineTypesResponse Source #

Create a value of DescribeBrokerEngineTypesResponse 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:brokerEngineTypes:DescribeBrokerEngineTypesResponse', describeBrokerEngineTypesResponse_brokerEngineTypes - List of available engine types and versions.

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

$sel:maxResults:DescribeBrokerEngineTypes', describeBrokerEngineTypesResponse_maxResults - Required. The maximum number of engine types that can be returned per page (20 by default). This value must be an integer from 5 to 100.

$sel:httpStatus:DescribeBrokerEngineTypesResponse', describeBrokerEngineTypesResponse_httpStatus - The response's http status code.

Response Lenses

describeBrokerEngineTypesResponse_nextToken :: Lens' DescribeBrokerEngineTypesResponse (Maybe Text) Source #

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

describeBrokerEngineTypesResponse_maxResults :: Lens' DescribeBrokerEngineTypesResponse (Maybe Natural) Source #

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