| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GlobalAccelerator.DescribeEndpointGroup
Description
Describe an endpoint group.
Synopsis
- data DescribeEndpointGroup = DescribeEndpointGroup' {}
- newDescribeEndpointGroup :: Text -> DescribeEndpointGroup
- describeEndpointGroup_endpointGroupArn :: Lens' DescribeEndpointGroup Text
- data DescribeEndpointGroupResponse = DescribeEndpointGroupResponse' {}
- newDescribeEndpointGroupResponse :: Int -> DescribeEndpointGroupResponse
- describeEndpointGroupResponse_endpointGroup :: Lens' DescribeEndpointGroupResponse (Maybe EndpointGroup)
- describeEndpointGroupResponse_httpStatus :: Lens' DescribeEndpointGroupResponse Int
Creating a Request
data DescribeEndpointGroup Source #
See: newDescribeEndpointGroup smart constructor.
Constructors
| DescribeEndpointGroup' | |
Fields
| |
Instances
newDescribeEndpointGroup Source #
Arguments
| :: Text | |
| -> DescribeEndpointGroup |
Create a value of DescribeEndpointGroup 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:
DescribeEndpointGroup, describeEndpointGroup_endpointGroupArn - The Amazon Resource Name (ARN) of the endpoint group to describe.
Request Lenses
describeEndpointGroup_endpointGroupArn :: Lens' DescribeEndpointGroup Text Source #
The Amazon Resource Name (ARN) of the endpoint group to describe.
Destructuring the Response
data DescribeEndpointGroupResponse Source #
See: newDescribeEndpointGroupResponse smart constructor.
Constructors
| DescribeEndpointGroupResponse' | |
Fields
| |
Instances
newDescribeEndpointGroupResponse Source #
Create a value of DescribeEndpointGroupResponse 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:endpointGroup:DescribeEndpointGroupResponse', describeEndpointGroupResponse_endpointGroup - The description of an endpoint group.
$sel:httpStatus:DescribeEndpointGroupResponse', describeEndpointGroupResponse_httpStatus - The response's http status code.
Response Lenses
describeEndpointGroupResponse_endpointGroup :: Lens' DescribeEndpointGroupResponse (Maybe EndpointGroup) Source #
The description of an endpoint group.
describeEndpointGroupResponse_httpStatus :: Lens' DescribeEndpointGroupResponse Int Source #
The response's http status code.