Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
This operation deletes a snapshot of a volume.
You can take snapshots of your gateway volumes on a scheduled or ad-hoc
basis. This API enables you to delete a snapshot schedule for a volume.
For more information, see
Working with Snapshots.
In the DeleteSnapshotSchedule
request, you identify the volume by
providing its Amazon Resource Name (ARN).
To list or delete a snapshot, you must use the Amazon EC2 API. in Amazon Elastic Compute Cloud API Reference.
See: AWS API Reference for DeleteSnapshotSchedule.
- deleteSnapshotSchedule :: Text -> DeleteSnapshotSchedule
- data DeleteSnapshotSchedule
- dVolumeARN :: Lens' DeleteSnapshotSchedule Text
- deleteSnapshotScheduleResponse :: Int -> DeleteSnapshotScheduleResponse
- data DeleteSnapshotScheduleResponse
- dsssrsVolumeARN :: Lens' DeleteSnapshotScheduleResponse (Maybe Text)
- dsssrsStatus :: Lens' DeleteSnapshotScheduleResponse Int
Creating a Request
Creates a value of DeleteSnapshotSchedule
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteSnapshotSchedule Source
See: deleteSnapshotSchedule
smart constructor.
Request Lenses
dVolumeARN :: Lens' DeleteSnapshotSchedule Text Source
Undocumented member.
Destructuring the Response
deleteSnapshotScheduleResponse Source
Creates a value of DeleteSnapshotScheduleResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteSnapshotScheduleResponse Source
See: deleteSnapshotScheduleResponse
smart constructor.
Response Lenses
dsssrsVolumeARN :: Lens' DeleteSnapshotScheduleResponse (Maybe Text) Source
Undocumented member.
dsssrsStatus :: Lens' DeleteSnapshotScheduleResponse Int Source
The response status code.