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.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
Eq GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Read GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Show GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Generic GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Associated Types

type Rep GetConfig :: Type -> Type #

NFData GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Methods

rnf :: GetConfig -> () #

Hashable GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

AWSRequest GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Associated Types

type AWSResponse GetConfig #

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

type Rep GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

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

Defined in Amazonka.GroundStation.GetConfig

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:

$sel:configId:GetConfig', getConfig_configId - UUID of a Config.

$sel:configType: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
Eq GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Read GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Show GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Generic GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Associated Types

type Rep GetConfigResponse :: Type -> Type #

NFData GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Methods

rnf :: GetConfigResponse -> () #

type Rep GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Response Lenses

getConfigResponse_httpStatus :: Lens' GetConfigResponse Int Source #

The response's http status code.