amazonka-groundstation-2.0: Amazon Ground Station SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

AWSRequest 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 #

Read GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Show GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

NFData GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Eq GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Hashable GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

type AWSResponse 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" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" 'False) (C1 ('MetaCons "GetDataflowEndpointGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataflowEndpointGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic GetDataflowEndpointGroupResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Associated Types

type Rep GetDataflowEndpointGroupResponse :: Type -> Type #

Read GetDataflowEndpointGroupResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Show GetDataflowEndpointGroupResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

NFData GetDataflowEndpointGroupResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Eq 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" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" 'False) (C1 ('MetaCons "GetDataflowEndpointGroupResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataflowEndpointGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataflowEndpointGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "endpointsDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EndpointDetails])) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetDataflowEndpointGroupResponse Source #

Create a value of GetDataflowEndpointGroupResponse 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:

GetDataflowEndpointGroupResponse, getDataflowEndpointGroupResponse_dataflowEndpointGroupArn - ARN of a dataflow endpoint group.

GetDataflowEndpointGroup, getDataflowEndpointGroupResponse_dataflowEndpointGroupId - UUID of a dataflow endpoint group.

$sel:endpointsDetails:GetDataflowEndpointGroupResponse', getDataflowEndpointGroupResponse_endpointsDetails - Details of a dataflow endpoint.

GetDataflowEndpointGroupResponse, getDataflowEndpointGroupResponse_tags - Tags assigned to a dataflow endpoint group.

$sel:httpStatus:GetDataflowEndpointGroupResponse', getDataflowEndpointGroupResponse_httpStatus - The response's http status code.

Response Lenses