libZSservicesZSamazonka-groundstationZSamazonka-groundstation
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.GroundStation.DeleteDataflowEndpointGroup

Description

Deletes a dataflow endpoint group.

Synopsis

Creating a Request

data DeleteDataflowEndpointGroup Source #

See: newDeleteDataflowEndpointGroup smart constructor.

Constructors

DeleteDataflowEndpointGroup' 

Fields

Instances

Instances details
Eq DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

Read DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

Show DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

Generic DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

Associated Types

type Rep DeleteDataflowEndpointGroup :: Type -> Type #

NFData DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

Hashable DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

AWSRequest DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

ToHeaders DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

ToPath DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

ToQuery DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

type Rep DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

type Rep DeleteDataflowEndpointGroup = D1 ('MetaData "DeleteDataflowEndpointGroup" "Amazonka.GroundStation.DeleteDataflowEndpointGroup" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DeleteDataflowEndpointGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataflowEndpointGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

newDeleteDataflowEndpointGroup Source #

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:

$sel:dataflowEndpointGroupId:DeleteDataflowEndpointGroup', deleteDataflowEndpointGroup_dataflowEndpointGroupId - UUID of a dataflow endpoint group.

Request Lenses

Destructuring the Response

data DataflowEndpointGroupIdResponse Source #

See: newDataflowEndpointGroupIdResponse smart constructor.

Constructors

DataflowEndpointGroupIdResponse' 

Fields

Instances

Instances details
Eq DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Read DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Show DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Generic DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Associated Types

type Rep DataflowEndpointGroupIdResponse :: Type -> Type #

NFData DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Hashable DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

FromJSON DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

type Rep DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

type Rep DataflowEndpointGroupIdResponse = D1 ('MetaData "DataflowEndpointGroupIdResponse" "Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DataflowEndpointGroupIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataflowEndpointGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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