Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Deletes a snapshot schedule.
Synopsis
- data DeleteSnapshotSchedule = DeleteSnapshotSchedule' {}
- newDeleteSnapshotSchedule :: Text -> DeleteSnapshotSchedule
- deleteSnapshotSchedule_scheduleIdentifier :: Lens' DeleteSnapshotSchedule Text
- data DeleteSnapshotScheduleResponse = DeleteSnapshotScheduleResponse' {
- newDeleteSnapshotScheduleResponse :: DeleteSnapshotScheduleResponse
Creating a Request
data DeleteSnapshotSchedule Source #
See: newDeleteSnapshotSchedule
smart constructor.
DeleteSnapshotSchedule' | |
|
Instances
newDeleteSnapshotSchedule Source #
Create a value of DeleteSnapshotSchedule
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:scheduleIdentifier:DeleteSnapshotSchedule'
, deleteSnapshotSchedule_scheduleIdentifier
- A unique identifier of the snapshot schedule to delete.
Request Lenses
deleteSnapshotSchedule_scheduleIdentifier :: Lens' DeleteSnapshotSchedule Text Source #
A unique identifier of the snapshot schedule to delete.
Destructuring the Response
data DeleteSnapshotScheduleResponse Source #
See: newDeleteSnapshotScheduleResponse
smart constructor.
Instances
newDeleteSnapshotScheduleResponse :: DeleteSnapshotScheduleResponse Source #
Create a value of DeleteSnapshotScheduleResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.