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

Description

Deletes a mission profile.

Synopsis

Creating a Request

data DeleteMissionProfile Source #

See: newDeleteMissionProfile smart constructor.

Constructors

DeleteMissionProfile' 

Fields

Instances

Instances details
ToHeaders DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

ToPath DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

ToQuery DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

AWSRequest DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

Associated Types

type AWSResponse DeleteMissionProfile #

Generic DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

Associated Types

type Rep DeleteMissionProfile :: Type -> Type #

Read DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

Show DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

NFData DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

Methods

rnf :: DeleteMissionProfile -> () #

Eq DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

Hashable DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

type AWSResponse DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

type Rep DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

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

newDeleteMissionProfile Source #

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

DeleteMissionProfile, deleteMissionProfile_missionProfileId - UUID of a mission profile.

Request Lenses

Destructuring the Response

data MissionProfileIdResponse Source #

See: newMissionProfileIdResponse smart constructor.

Constructors

MissionProfileIdResponse' 

Fields

Instances

Instances details
FromJSON MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Generic MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Associated Types

type Rep MissionProfileIdResponse :: Type -> Type #

Read MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Show MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

NFData MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Eq MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Hashable MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

type Rep MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

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

newMissionProfileIdResponse :: MissionProfileIdResponse Source #

Create a value of MissionProfileIdResponse 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:missionProfileId:MissionProfileIdResponse', missionProfileIdResponse_missionProfileId - UUID of a mission profile.

Response Lenses