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.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

Creating a Request

data CreateDataflowEndpointGroup Source #

See: newCreateDataflowEndpointGroup smart constructor.

Constructors

CreateDataflowEndpointGroup' 

Fields

Instances

Instances details
Eq CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

Read CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

Show CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

Generic CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

Associated Types

type Rep CreateDataflowEndpointGroup :: Type -> Type #

NFData CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

Hashable CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

ToJSON CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

AWSRequest CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

ToHeaders CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

ToPath CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

ToQuery CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

type Rep CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

type Rep CreateDataflowEndpointGroup = D1 ('MetaData "CreateDataflowEndpointGroup" "Amazonka.GroundStation.CreateDataflowEndpointGroup" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "CreateDataflowEndpointGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "endpointDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EndpointDetails])))
type AWSResponse CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

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_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

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