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 |
Amazonka.GroundStation.CreateDataflowEndpointGroup
Description
Creates a DataflowEndpoint
group containing the specified list of
DataflowEndpoint
objects.
The name
field in each endpoint is used in your mission profile
DataflowEndpointConfig
to specify which endpoints to use during a
contact.
When a contact uses multiple DataflowEndpointConfig
objects, each
Config
must match a DataflowEndpoint
in the same group.
Synopsis
- data CreateDataflowEndpointGroup = CreateDataflowEndpointGroup' {
- tags :: Maybe (HashMap Text Text)
- endpointDetails :: [EndpointDetails]
- newCreateDataflowEndpointGroup :: CreateDataflowEndpointGroup
- createDataflowEndpointGroup_tags :: Lens' CreateDataflowEndpointGroup (Maybe (HashMap Text Text))
- createDataflowEndpointGroup_endpointDetails :: Lens' CreateDataflowEndpointGroup [EndpointDetails]
- data DataflowEndpointGroupIdResponse = DataflowEndpointGroupIdResponse' {}
- newDataflowEndpointGroupIdResponse :: DataflowEndpointGroupIdResponse
- dataflowEndpointGroupIdResponse_dataflowEndpointGroupId :: Lens' DataflowEndpointGroupIdResponse (Maybe Text)
Creating a Request
data CreateDataflowEndpointGroup Source #
See: newCreateDataflowEndpointGroup
smart constructor.
Constructors
CreateDataflowEndpointGroup' | |
Fields
|
Instances
newCreateDataflowEndpointGroup :: CreateDataflowEndpointGroup Source #
Create a value of CreateDataflowEndpointGroup
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:tags:CreateDataflowEndpointGroup'
, createDataflowEndpointGroup_tags
- Tags of a dataflow endpoint group.
$sel:endpointDetails:CreateDataflowEndpointGroup'
, createDataflowEndpointGroup_endpointDetails
- Endpoint details of each endpoint in the dataflow endpoint group.
Request Lenses
createDataflowEndpointGroup_tags :: Lens' CreateDataflowEndpointGroup (Maybe (HashMap Text Text)) Source #
Tags of a dataflow endpoint group.
createDataflowEndpointGroup_endpointDetails :: Lens' CreateDataflowEndpointGroup [EndpointDetails] Source #
Endpoint details of each endpoint in the dataflow endpoint group.
Destructuring the Response
data DataflowEndpointGroupIdResponse Source #
See: newDataflowEndpointGroupIdResponse
smart constructor.
Constructors
DataflowEndpointGroupIdResponse' | |
Fields
|
Instances
newDataflowEndpointGroupIdResponse :: DataflowEndpointGroupIdResponse Source #
Create a value of DataflowEndpointGroupIdResponse
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:DataflowEndpointGroupIdResponse'
, dataflowEndpointGroupIdResponse_dataflowEndpointGroupId
- UUID of a dataflow endpoint group.
Response Lenses
dataflowEndpointGroupIdResponse_dataflowEndpointGroupId :: Lens' DataflowEndpointGroupIdResponse (Maybe Text) Source #
UUID of a dataflow endpoint group.