| 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.Redshift.DeleteSnapshotSchedule
Description
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.
Constructors
| DeleteSnapshotSchedule' | |
Fields
| |
Instances
newDeleteSnapshotSchedule Source #
Arguments
| :: Text | |
| -> DeleteSnapshotSchedule |
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:
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.
Constructors
| DeleteSnapshotScheduleResponse' | |
Instances
| Generic DeleteSnapshotScheduleResponse Source # | |
Defined in Amazonka.Redshift.DeleteSnapshotSchedule Associated Types type Rep DeleteSnapshotScheduleResponse :: Type -> Type # | |
| Read DeleteSnapshotScheduleResponse Source # | |
| Show DeleteSnapshotScheduleResponse Source # | |
Defined in Amazonka.Redshift.DeleteSnapshotSchedule Methods showsPrec :: Int -> DeleteSnapshotScheduleResponse -> ShowS # show :: DeleteSnapshotScheduleResponse -> String # showList :: [DeleteSnapshotScheduleResponse] -> ShowS # | |
| NFData DeleteSnapshotScheduleResponse Source # | |
Defined in Amazonka.Redshift.DeleteSnapshotSchedule Methods rnf :: DeleteSnapshotScheduleResponse -> () # | |
| Eq DeleteSnapshotScheduleResponse Source # | |
Defined in Amazonka.Redshift.DeleteSnapshotSchedule | |
| type Rep DeleteSnapshotScheduleResponse Source # | |
Defined in Amazonka.Redshift.DeleteSnapshotSchedule | |
newDeleteSnapshotScheduleResponse :: DeleteSnapshotScheduleResponse Source #
Create a value of DeleteSnapshotScheduleResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.