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

Description

Deletes a mission profile.

Synopsis

Creating a Request

data DeleteMissionProfile Source #

See: newDeleteMissionProfile smart constructor.

Constructors

DeleteMissionProfile' 

Fields

Instances

Instances details
Eq DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

Read DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

Show DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

Generic DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

Associated Types

type Rep DeleteMissionProfile :: Type -> Type #

NFData DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

Methods

rnf :: DeleteMissionProfile -> () #

Hashable DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

AWSRequest DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

Associated Types

type AWSResponse DeleteMissionProfile #

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

type Rep DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

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

Defined in Amazonka.GroundStation.DeleteMissionProfile

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:

$sel:missionProfileId: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
Eq MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Read MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Show 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 #

NFData MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Hashable MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

FromJSON 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" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" '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