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

Description

Creates a Config with the specified configData parameters.

Only one type of configData can be specified.

Synopsis

Creating a Request

data CreateConfig Source #

See: newCreateConfig smart constructor.

Constructors

CreateConfig' 

Fields

Instances

Instances details
Eq CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

Read CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

Show CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

Generic CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

Associated Types

type Rep CreateConfig :: Type -> Type #

NFData CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

Methods

rnf :: CreateConfig -> () #

Hashable CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

ToJSON CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

AWSRequest CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

Associated Types

type AWSResponse CreateConfig #

ToHeaders CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

ToPath CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

ToQuery CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

type Rep CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

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

Defined in Amazonka.GroundStation.CreateConfig

newCreateConfig Source #

Create a value of CreateConfig 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:CreateConfig', createConfig_tags - Tags assigned to a Config.

$sel:configData:CreateConfig', createConfig_configData - Parameters of a Config.

$sel:name:CreateConfig', createConfig_name - Name of a Config.

Request Lenses

createConfig_tags :: Lens' CreateConfig (Maybe (HashMap Text Text)) Source #

Tags assigned to a Config.

Destructuring the Response

data ConfigIdResponse Source #

See: newConfigIdResponse smart constructor.

Constructors

ConfigIdResponse' 

Fields

Instances

Instances details
Eq ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Read ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Show ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Generic ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Associated Types

type Rep ConfigIdResponse :: Type -> Type #

NFData ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Methods

rnf :: ConfigIdResponse -> () #

Hashable ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

FromJSON ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

type Rep ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

type Rep ConfigIdResponse = D1 ('MetaData "ConfigIdResponse" "Amazonka.GroundStation.Types.ConfigIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ConfigIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "configId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigCapabilityType)))))

newConfigIdResponse :: ConfigIdResponse Source #

Create a value of ConfigIdResponse 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:configArn:ConfigIdResponse', configIdResponse_configArn - ARN of a Config.

$sel:configId:ConfigIdResponse', configIdResponse_configId - UUID of a Config.

$sel:configType:ConfigIdResponse', configIdResponse_configType - Type of a Config.

Response Lenses