| 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.GroundStation.GetDataflowEndpointGroup
Description
Returns the dataflow endpoint group.
Synopsis
- data GetDataflowEndpointGroup = GetDataflowEndpointGroup' {}
- newGetDataflowEndpointGroup :: Text -> GetDataflowEndpointGroup
- getDataflowEndpointGroup_dataflowEndpointGroupId :: Lens' GetDataflowEndpointGroup Text
- data GetDataflowEndpointGroupResponse = GetDataflowEndpointGroupResponse' {}
- newGetDataflowEndpointGroupResponse :: Int -> GetDataflowEndpointGroupResponse
- getDataflowEndpointGroupResponse_dataflowEndpointGroupArn :: Lens' GetDataflowEndpointGroupResponse (Maybe Text)
- getDataflowEndpointGroupResponse_dataflowEndpointGroupId :: Lens' GetDataflowEndpointGroupResponse (Maybe Text)
- getDataflowEndpointGroupResponse_endpointsDetails :: Lens' GetDataflowEndpointGroupResponse (Maybe [EndpointDetails])
- getDataflowEndpointGroupResponse_tags :: Lens' GetDataflowEndpointGroupResponse (Maybe (HashMap Text Text))
- getDataflowEndpointGroupResponse_httpStatus :: Lens' GetDataflowEndpointGroupResponse Int
Creating a Request
data GetDataflowEndpointGroup Source #
See: newGetDataflowEndpointGroup smart constructor.
Constructors
| GetDataflowEndpointGroup' | |
Fields
| |
Instances
newGetDataflowEndpointGroup Source #
Arguments
| :: Text | |
| -> GetDataflowEndpointGroup |
Create a value of GetDataflowEndpointGroup 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:
GetDataflowEndpointGroup, getDataflowEndpointGroup_dataflowEndpointGroupId - UUID of a dataflow endpoint group.
Request Lenses
getDataflowEndpointGroup_dataflowEndpointGroupId :: Lens' GetDataflowEndpointGroup Text Source #
UUID of a dataflow endpoint group.
Destructuring the Response
data GetDataflowEndpointGroupResponse Source #
See: newGetDataflowEndpointGroupResponse smart constructor.
Constructors
| GetDataflowEndpointGroupResponse' | |
Fields
| |
Instances
newGetDataflowEndpointGroupResponse Source #
Create a value of GetDataflowEndpointGroupResponse 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:
GetDataflowEndpointGroupResponse, getDataflowEndpointGroupResponse_dataflowEndpointGroupArn - ARN of a dataflow endpoint group.
GetDataflowEndpointGroup, getDataflowEndpointGroupResponse_dataflowEndpointGroupId - UUID of a dataflow endpoint group.
$sel:endpointsDetails:GetDataflowEndpointGroupResponse', getDataflowEndpointGroupResponse_endpointsDetails - Details of a dataflow endpoint.
GetDataflowEndpointGroupResponse, getDataflowEndpointGroupResponse_tags - Tags assigned to a dataflow endpoint group.
$sel:httpStatus:GetDataflowEndpointGroupResponse', getDataflowEndpointGroupResponse_httpStatus - The response's http status code.
Response Lenses
getDataflowEndpointGroupResponse_dataflowEndpointGroupArn :: Lens' GetDataflowEndpointGroupResponse (Maybe Text) Source #
ARN of a dataflow endpoint group.
getDataflowEndpointGroupResponse_dataflowEndpointGroupId :: Lens' GetDataflowEndpointGroupResponse (Maybe Text) Source #
UUID of a dataflow endpoint group.
getDataflowEndpointGroupResponse_endpointsDetails :: Lens' GetDataflowEndpointGroupResponse (Maybe [EndpointDetails]) Source #
Details of a dataflow endpoint.
getDataflowEndpointGroupResponse_tags :: Lens' GetDataflowEndpointGroupResponse (Maybe (HashMap Text Text)) Source #
Tags assigned to a dataflow endpoint group.
getDataflowEndpointGroupResponse_httpStatus :: Lens' GetDataflowEndpointGroupResponse Int Source #
The response's http status code.