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