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

Description

Deletes a Config.

Synopsis

Creating a Request

data DeleteConfig Source #

See: newDeleteConfig smart constructor.

Constructors

DeleteConfig' 

Fields

Instances

Instances details
Eq DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

Read DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

Show DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

Generic DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

Associated Types

type Rep DeleteConfig :: Type -> Type #

NFData DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

Methods

rnf :: DeleteConfig -> () #

Hashable DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

AWSRequest DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

Associated Types

type AWSResponse DeleteConfig #

ToHeaders DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

ToPath DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

ToQuery DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

type Rep DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

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

Defined in Amazonka.GroundStation.DeleteConfig

newDeleteConfig Source #

Create a value of DeleteConfig 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:DeleteConfig', deleteConfig_configId - UUID of a Config.

$sel:configType:DeleteConfig', deleteConfig_configType - Type 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