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

Description

Returns the dataflow endpoint group.

Synopsis

Creating a Request

data GetDataflowEndpointGroup Source #

See: newGetDataflowEndpointGroup smart constructor.

Constructors

GetDataflowEndpointGroup' 

Fields

Instances

Instances details
Eq GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Read GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Show GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Generic GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Associated Types

type Rep GetDataflowEndpointGroup :: Type -> Type #

NFData GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Hashable GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

AWSRequest GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

ToHeaders GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

ToPath GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

ToQuery GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

type Rep GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

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

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

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

Destructuring the Response

data GetDataflowEndpointGroupResponse Source #

See: newGetDataflowEndpointGroupResponse smart constructor.

Constructors

GetDataflowEndpointGroupResponse' 

Fields

Instances

Instances details
Eq GetDataflowEndpointGroupResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Read GetDataflowEndpointGroupResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Show GetDataflowEndpointGroupResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Generic GetDataflowEndpointGroupResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Associated Types

type Rep GetDataflowEndpointGroupResponse :: Type -> Type #

NFData GetDataflowEndpointGroupResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

type Rep GetDataflowEndpointGroupResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

type Rep GetDataflowEndpointGroupResponse = D1 ('MetaData "GetDataflowEndpointGroupResponse" "Amazonka.GroundStation.GetDataflowEndpointGroup" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "GetDataflowEndpointGroupResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "endpointsDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EndpointDetails])) :*: S1 ('MetaSel ('Just "dataflowEndpointGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dataflowEndpointGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

Response Lenses