| 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.KinesisAnalyticsV2.DeleteApplicationSnapshot
Description
Deletes a snapshot of application state.
Synopsis
- data DeleteApplicationSnapshot = DeleteApplicationSnapshot' {}
- newDeleteApplicationSnapshot :: Text -> Text -> UTCTime -> DeleteApplicationSnapshot
- deleteApplicationSnapshot_applicationName :: Lens' DeleteApplicationSnapshot Text
- deleteApplicationSnapshot_snapshotName :: Lens' DeleteApplicationSnapshot Text
- deleteApplicationSnapshot_snapshotCreationTimestamp :: Lens' DeleteApplicationSnapshot UTCTime
- data DeleteApplicationSnapshotResponse = DeleteApplicationSnapshotResponse' {
- httpStatus :: Int
- newDeleteApplicationSnapshotResponse :: Int -> DeleteApplicationSnapshotResponse
- deleteApplicationSnapshotResponse_httpStatus :: Lens' DeleteApplicationSnapshotResponse Int
Creating a Request
data DeleteApplicationSnapshot Source #
See: newDeleteApplicationSnapshot smart constructor.
Constructors
| DeleteApplicationSnapshot' | |
Fields
| |
Instances
newDeleteApplicationSnapshot Source #
Arguments
| :: Text | |
| -> Text | |
| -> UTCTime | |
| -> DeleteApplicationSnapshot |
Create a value of DeleteApplicationSnapshot 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:
DeleteApplicationSnapshot, deleteApplicationSnapshot_applicationName - The name of an existing application.
DeleteApplicationSnapshot, deleteApplicationSnapshot_snapshotName - The identifier for the snapshot delete.
DeleteApplicationSnapshot, deleteApplicationSnapshot_snapshotCreationTimestamp - The creation timestamp of the application snapshot to delete. You can
retrieve this value using or .
Request Lenses
deleteApplicationSnapshot_applicationName :: Lens' DeleteApplicationSnapshot Text Source #
The name of an existing application.
deleteApplicationSnapshot_snapshotName :: Lens' DeleteApplicationSnapshot Text Source #
The identifier for the snapshot delete.
deleteApplicationSnapshot_snapshotCreationTimestamp :: Lens' DeleteApplicationSnapshot UTCTime Source #
The creation timestamp of the application snapshot to delete. You can retrieve this value using or .
Destructuring the Response
data DeleteApplicationSnapshotResponse Source #
See: newDeleteApplicationSnapshotResponse smart constructor.
Constructors
| DeleteApplicationSnapshotResponse' | |
Fields
| |
Instances
newDeleteApplicationSnapshotResponse Source #
Arguments
| :: Int | |
| -> DeleteApplicationSnapshotResponse |
Create a value of DeleteApplicationSnapshotResponse 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:httpStatus:DeleteApplicationSnapshotResponse', deleteApplicationSnapshotResponse_httpStatus - The response's http status code.
Response Lenses
deleteApplicationSnapshotResponse_httpStatus :: Lens' DeleteApplicationSnapshotResponse Int Source #
The response's http status code.