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 the attributes of a custom routing accelerator.
Synopsis
- data DescribeCustomRoutingAcceleratorAttributes = DescribeCustomRoutingAcceleratorAttributes' {}
- newDescribeCustomRoutingAcceleratorAttributes :: Text -> DescribeCustomRoutingAcceleratorAttributes
- describeCustomRoutingAcceleratorAttributes_acceleratorArn :: Lens' DescribeCustomRoutingAcceleratorAttributes Text
- data DescribeCustomRoutingAcceleratorAttributesResponse = DescribeCustomRoutingAcceleratorAttributesResponse' {}
- newDescribeCustomRoutingAcceleratorAttributesResponse :: Int -> DescribeCustomRoutingAcceleratorAttributesResponse
- describeCustomRoutingAcceleratorAttributesResponse_acceleratorAttributes :: Lens' DescribeCustomRoutingAcceleratorAttributesResponse (Maybe CustomRoutingAcceleratorAttributes)
- describeCustomRoutingAcceleratorAttributesResponse_httpStatus :: Lens' DescribeCustomRoutingAcceleratorAttributesResponse Int
Creating a Request
data DescribeCustomRoutingAcceleratorAttributes Source #
See: newDescribeCustomRoutingAcceleratorAttributes
smart constructor.
DescribeCustomRoutingAcceleratorAttributes' | |
|
Instances
newDescribeCustomRoutingAcceleratorAttributes Source #
:: Text |
|
-> DescribeCustomRoutingAcceleratorAttributes |
Create a value of DescribeCustomRoutingAcceleratorAttributes
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:acceleratorArn:DescribeCustomRoutingAcceleratorAttributes'
, describeCustomRoutingAcceleratorAttributes_acceleratorArn
- The Amazon Resource Name (ARN) of the custom routing accelerator to
describe the attributes for.
Request Lenses
describeCustomRoutingAcceleratorAttributes_acceleratorArn :: Lens' DescribeCustomRoutingAcceleratorAttributes Text Source #
The Amazon Resource Name (ARN) of the custom routing accelerator to describe the attributes for.
Destructuring the Response
data DescribeCustomRoutingAcceleratorAttributesResponse Source #
See: newDescribeCustomRoutingAcceleratorAttributesResponse
smart constructor.
DescribeCustomRoutingAcceleratorAttributesResponse' | |
|
Instances
newDescribeCustomRoutingAcceleratorAttributesResponse Source #
:: Int |
|
-> DescribeCustomRoutingAcceleratorAttributesResponse |
Create a value of DescribeCustomRoutingAcceleratorAttributesResponse
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:acceleratorAttributes:DescribeCustomRoutingAcceleratorAttributesResponse'
, describeCustomRoutingAcceleratorAttributesResponse_acceleratorAttributes
- The attributes of the custom routing accelerator.
$sel:httpStatus:DescribeCustomRoutingAcceleratorAttributesResponse'
, describeCustomRoutingAcceleratorAttributesResponse_httpStatus
- The response's http status code.
Response Lenses
describeCustomRoutingAcceleratorAttributesResponse_acceleratorAttributes :: Lens' DescribeCustomRoutingAcceleratorAttributesResponse (Maybe CustomRoutingAcceleratorAttributes) Source #
The attributes of the custom routing accelerator.
describeCustomRoutingAcceleratorAttributesResponse_httpStatus :: Lens' DescribeCustomRoutingAcceleratorAttributesResponse Int Source #
The response's http status code.