Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Describe available engine types and versions.
Synopsis
- data DescribeBrokerEngineTypes = DescribeBrokerEngineTypes' {
- nextToken :: Maybe Text
- engineType :: Maybe Text
- maxResults :: Maybe Natural
- newDescribeBrokerEngineTypes :: DescribeBrokerEngineTypes
- describeBrokerEngineTypes_nextToken :: Lens' DescribeBrokerEngineTypes (Maybe Text)
- describeBrokerEngineTypes_engineType :: Lens' DescribeBrokerEngineTypes (Maybe Text)
- describeBrokerEngineTypes_maxResults :: Lens' DescribeBrokerEngineTypes (Maybe Natural)
- data DescribeBrokerEngineTypesResponse = DescribeBrokerEngineTypesResponse' {}
- newDescribeBrokerEngineTypesResponse :: Int -> DescribeBrokerEngineTypesResponse
- describeBrokerEngineTypesResponse_brokerEngineTypes :: Lens' DescribeBrokerEngineTypesResponse (Maybe [BrokerEngineType])
- describeBrokerEngineTypesResponse_nextToken :: Lens' DescribeBrokerEngineTypesResponse (Maybe Text)
- describeBrokerEngineTypesResponse_maxResults :: Lens' DescribeBrokerEngineTypesResponse (Maybe Natural)
- describeBrokerEngineTypesResponse_httpStatus :: Lens' DescribeBrokerEngineTypesResponse Int
Creating a Request
data DescribeBrokerEngineTypes Source #
See: newDescribeBrokerEngineTypes
smart constructor.
DescribeBrokerEngineTypes' | |
|
Instances
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_engineType :: Lens' DescribeBrokerEngineTypes (Maybe Text) Source #
Filter response by engine type.
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.
DescribeBrokerEngineTypesResponse' | |
|
Instances
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_brokerEngineTypes :: Lens' DescribeBrokerEngineTypesResponse (Maybe [BrokerEngineType]) Source #
List of available engine types and versions.
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.
describeBrokerEngineTypesResponse_httpStatus :: Lens' DescribeBrokerEngineTypesResponse Int Source #
The response's http status code.