| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GroundStation.DeleteMissionProfile
Description
Deletes a mission profile.
Synopsis
- data DeleteMissionProfile = DeleteMissionProfile' {}
- newDeleteMissionProfile :: Text -> DeleteMissionProfile
- deleteMissionProfile_missionProfileId :: Lens' DeleteMissionProfile Text
- data MissionProfileIdResponse = MissionProfileIdResponse' {}
- newMissionProfileIdResponse :: MissionProfileIdResponse
- missionProfileIdResponse_missionProfileId :: Lens' MissionProfileIdResponse (Maybe Text)
Creating a Request
data DeleteMissionProfile Source #
See: newDeleteMissionProfile smart constructor.
Constructors
| DeleteMissionProfile' | |
Fields
| |
Instances
newDeleteMissionProfile Source #
Arguments
| :: Text | |
| -> DeleteMissionProfile |
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
deleteMissionProfile_missionProfileId :: Lens' DeleteMissionProfile Text Source #
UUID of a mission profile.
Destructuring the Response
data MissionProfileIdResponse Source #
See: newMissionProfileIdResponse smart constructor.
Constructors
| MissionProfileIdResponse' | |
Fields
| |
Instances
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
missionProfileIdResponse_missionProfileId :: Lens' MissionProfileIdResponse (Maybe Text) Source #
UUID of a mission profile.