| 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.DeleteDataflowEndpointGroup
Description
Deletes a dataflow endpoint group.
Synopsis
- data DeleteDataflowEndpointGroup = DeleteDataflowEndpointGroup' {}
- newDeleteDataflowEndpointGroup :: Text -> DeleteDataflowEndpointGroup
- deleteDataflowEndpointGroup_dataflowEndpointGroupId :: Lens' DeleteDataflowEndpointGroup Text
- data DataflowEndpointGroupIdResponse = DataflowEndpointGroupIdResponse' {}
- newDataflowEndpointGroupIdResponse :: DataflowEndpointGroupIdResponse
- dataflowEndpointGroupIdResponse_dataflowEndpointGroupId :: Lens' DataflowEndpointGroupIdResponse (Maybe Text)
Creating a Request
data DeleteDataflowEndpointGroup Source #
See: newDeleteDataflowEndpointGroup smart constructor.
Constructors
| DeleteDataflowEndpointGroup' | |
Fields
| |
Instances
newDeleteDataflowEndpointGroup Source #
Arguments
| :: Text | |
| -> DeleteDataflowEndpointGroup |
Create a value of DeleteDataflowEndpointGroup 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:
DeleteDataflowEndpointGroup, deleteDataflowEndpointGroup_dataflowEndpointGroupId - UUID of a dataflow endpoint group.
Request Lenses
deleteDataflowEndpointGroup_dataflowEndpointGroupId :: Lens' DeleteDataflowEndpointGroup Text Source #
UUID of a 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.