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

Description

Describe available broker instance options.

Synopsis

Creating a Request

data DescribeBrokerInstanceOptions Source #

See: newDescribeBrokerInstanceOptions smart constructor.

Constructors

DescribeBrokerInstanceOptions' 

Fields

Instances

Instances details
Eq DescribeBrokerInstanceOptions Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

Read DescribeBrokerInstanceOptions Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

Show DescribeBrokerInstanceOptions Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

Generic DescribeBrokerInstanceOptions Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

Associated Types

type Rep DescribeBrokerInstanceOptions :: Type -> Type #

NFData DescribeBrokerInstanceOptions Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

Hashable DescribeBrokerInstanceOptions Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

AWSRequest DescribeBrokerInstanceOptions Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

ToHeaders DescribeBrokerInstanceOptions Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

ToPath DescribeBrokerInstanceOptions Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

ToQuery DescribeBrokerInstanceOptions Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

type Rep DescribeBrokerInstanceOptions Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

type Rep DescribeBrokerInstanceOptions = D1 ('MetaData "DescribeBrokerInstanceOptions" "Amazonka.MQ.DescribeBrokerInstanceOptions" "libZSservicesZSamazonka-mqZSamazonka-mq" 'False) (C1 ('MetaCons "DescribeBrokerInstanceOptions'" '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)) :*: (S1 ('MetaSel ('Just "hostInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
type AWSResponse DescribeBrokerInstanceOptions Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

newDescribeBrokerInstanceOptions :: DescribeBrokerInstanceOptions Source #

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

$sel:engineType:DescribeBrokerInstanceOptions', describeBrokerInstanceOptions_engineType - Filter response by engine type.

$sel:maxResults:DescribeBrokerInstanceOptions', describeBrokerInstanceOptions_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:hostInstanceType:DescribeBrokerInstanceOptions', describeBrokerInstanceOptions_hostInstanceType - Filter response by host instance type.

$sel:storageType:DescribeBrokerInstanceOptions', describeBrokerInstanceOptions_storageType - Filter response by storage type.

Request Lenses

describeBrokerInstanceOptions_nextToken :: Lens' DescribeBrokerInstanceOptions (Maybe Text) Source #

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

describeBrokerInstanceOptions_maxResults :: Lens' DescribeBrokerInstanceOptions (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 DescribeBrokerInstanceOptionsResponse Source #

Constructors

DescribeBrokerInstanceOptionsResponse' 

Fields

Instances

Instances details
Eq DescribeBrokerInstanceOptionsResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

Read DescribeBrokerInstanceOptionsResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

Show DescribeBrokerInstanceOptionsResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

Generic DescribeBrokerInstanceOptionsResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

NFData DescribeBrokerInstanceOptionsResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

type Rep DescribeBrokerInstanceOptionsResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeBrokerInstanceOptions

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

newDescribeBrokerInstanceOptionsResponse Source #

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

$sel:brokerInstanceOptions:DescribeBrokerInstanceOptionsResponse', describeBrokerInstanceOptionsResponse_brokerInstanceOptions - List of available broker instance options.

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

$sel:httpStatus:DescribeBrokerInstanceOptionsResponse', describeBrokerInstanceOptionsResponse_httpStatus - The response's http status code.

Response Lenses

describeBrokerInstanceOptionsResponse_nextToken :: Lens' DescribeBrokerInstanceOptionsResponse (Maybe Text) Source #

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

describeBrokerInstanceOptionsResponse_maxResults :: Lens' DescribeBrokerInstanceOptionsResponse (Maybe Natural) Source #

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