amazonka-groundstation-2.0: Amazon Ground Station SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GroundStation.DeleteEphemeris

Description

Deletes an ephemeris

Synopsis

Creating a Request

data DeleteEphemeris Source #

See: newDeleteEphemeris smart constructor.

Constructors

DeleteEphemeris' 

Fields

Instances

Instances details
ToHeaders DeleteEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteEphemeris

ToPath DeleteEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteEphemeris

ToQuery DeleteEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteEphemeris

AWSRequest DeleteEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteEphemeris

Associated Types

type AWSResponse DeleteEphemeris #

Generic DeleteEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteEphemeris

Associated Types

type Rep DeleteEphemeris :: Type -> Type #

Read DeleteEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteEphemeris

Show DeleteEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteEphemeris

NFData DeleteEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteEphemeris

Methods

rnf :: DeleteEphemeris -> () #

Eq DeleteEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteEphemeris

Hashable DeleteEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteEphemeris

type AWSResponse DeleteEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteEphemeris

type Rep DeleteEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteEphemeris

type Rep DeleteEphemeris = D1 ('MetaData "DeleteEphemeris" "Amazonka.GroundStation.DeleteEphemeris" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" 'False) (C1 ('MetaCons "DeleteEphemeris'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ephemerisId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteEphemeris Source #

Create a value of DeleteEphemeris 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:

DeleteEphemeris, deleteEphemeris_ephemerisId - The AWS Ground Station ephemeris ID.

Request Lenses

deleteEphemeris_ephemerisId :: Lens' DeleteEphemeris Text Source #

The AWS Ground Station ephemeris ID.

Destructuring the Response

data EphemerisIdResponse Source #

See: newEphemerisIdResponse smart constructor.

Constructors

EphemerisIdResponse' 

Fields

Instances

Instances details
FromJSON EphemerisIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisIdResponse

Generic EphemerisIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisIdResponse

Associated Types

type Rep EphemerisIdResponse :: Type -> Type #

Read EphemerisIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisIdResponse

Show EphemerisIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisIdResponse

NFData EphemerisIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisIdResponse

Methods

rnf :: EphemerisIdResponse -> () #

Eq EphemerisIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisIdResponse

Hashable EphemerisIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisIdResponse

type Rep EphemerisIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisIdResponse

type Rep EphemerisIdResponse = D1 ('MetaData "EphemerisIdResponse" "Amazonka.GroundStation.Types.EphemerisIdResponse" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" 'False) (C1 ('MetaCons "EphemerisIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ephemerisId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEphemerisIdResponse :: EphemerisIdResponse Source #

Create a value of EphemerisIdResponse 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:ephemerisId:EphemerisIdResponse', ephemerisIdResponse_ephemerisId - The AWS Ground Station ephemeris ID.

Response Lenses