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.Types.ConfigIdResponse

Description

 
Synopsis

Documentation

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.