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

Description

Updates the Config used when scheduling contacts.

Updating a Config will not update the execution parameters for existing future contacts scheduled with this Config.

Synopsis

Creating a Request

data UpdateConfig Source #

See: newUpdateConfig smart constructor.

Constructors

UpdateConfig' 

Fields

Instances

Instances details
Eq UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

Read UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

Show UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

Generic UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

Associated Types

type Rep UpdateConfig :: Type -> Type #

NFData UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

Methods

rnf :: UpdateConfig -> () #

Hashable UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

ToJSON UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

AWSRequest UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

Associated Types

type AWSResponse UpdateConfig #

ToHeaders UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

ToPath UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

ToQuery UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

type Rep UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

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

Defined in Amazonka.GroundStation.UpdateConfig

newUpdateConfig Source #

Create a value of UpdateConfig 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:configData:UpdateConfig', updateConfig_configData - Parameters of a Config.

$sel:configId:UpdateConfig', updateConfig_configId - UUID of a Config.

$sel:configType:UpdateConfig', updateConfig_configType - Type of a Config.

$sel:name:UpdateConfig', updateConfig_name - Name of a Config.

Request Lenses

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