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

Description

Returns Config information.

Only one Config response can be returned.

Synopsis

Creating a Request

data GetConfig Source #

See: newGetConfig smart constructor.

Constructors

GetConfig' 

Fields

Instances

Instances details
ToHeaders GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Methods

toHeaders :: GetConfig -> [Header] #

ToPath GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

ToQuery GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

AWSRequest GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Associated Types

type AWSResponse GetConfig #

Generic GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Associated Types

type Rep GetConfig :: Type -> Type #

Read GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Show GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

NFData GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Methods

rnf :: GetConfig -> () #

Eq GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Hashable GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

type AWSResponse GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

type Rep GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

type Rep GetConfig = D1 ('MetaData "GetConfig" "Amazonka.GroundStation.GetConfig" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" 'False) (C1 ('MetaCons "GetConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "configType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConfigCapabilityType)))

newGetConfig Source #

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

GetConfig, getConfig_configId - UUID of a Config.

GetConfig, getConfig_configType - Type of a Config.

Request Lenses

Destructuring the Response

data GetConfigResponse Source #

See: newGetConfigResponse smart constructor.

Constructors

GetConfigResponse' 

Fields

Instances

Instances details
Generic GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Associated Types

type Rep GetConfigResponse :: Type -> Type #

Read GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Show GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

NFData GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Methods

rnf :: GetConfigResponse -> () #

Eq GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

type Rep GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

newGetConfigResponse Source #

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

GetConfig, getConfigResponse_configType - Type of a Config.

GetConfigResponse, getConfigResponse_tags - Tags assigned to a Config.

$sel:httpStatus:GetConfigResponse', getConfigResponse_httpStatus - The response's http status code.

GetConfigResponse, getConfigResponse_configArn - ARN of a Config

$sel:configData:GetConfigResponse', getConfigResponse_configData - Data elements in a Config.

GetConfig, getConfigResponse_configId - UUID of a Config.

GetConfigResponse, getConfigResponse_name - Name of a Config.

Response Lenses

getConfigResponse_httpStatus :: Lens' GetConfigResponse Int Source #

The response's http status code.