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 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.
DeleteApplicationSnapshot' | |
|
Instances
newDeleteApplicationSnapshot Source #
:: 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:
$sel:applicationName:DeleteApplicationSnapshot'
, deleteApplicationSnapshot_applicationName
- The name of an existing application.
$sel:snapshotName:DeleteApplicationSnapshot'
, deleteApplicationSnapshot_snapshotName
- The identifier for the snapshot delete.
$sel:snapshotCreationTimestamp: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.
DeleteApplicationSnapshotResponse' | |
|
Instances
Eq DeleteApplicationSnapshotResponse Source # | |
Read DeleteApplicationSnapshotResponse Source # | |
Show DeleteApplicationSnapshotResponse Source # | |
Generic DeleteApplicationSnapshotResponse Source # | |
NFData DeleteApplicationSnapshotResponse Source # | |
Defined in Amazonka.KinesisAnalyticsV2.DeleteApplicationSnapshot rnf :: DeleteApplicationSnapshotResponse -> () # | |
type Rep DeleteApplicationSnapshotResponse Source # | |
Defined in Amazonka.KinesisAnalyticsV2.DeleteApplicationSnapshot type Rep DeleteApplicationSnapshotResponse = D1 ('MetaData "DeleteApplicationSnapshotResponse" "Amazonka.KinesisAnalyticsV2.DeleteApplicationSnapshot" "libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2" 'False) (C1 ('MetaCons "DeleteApplicationSnapshotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteApplicationSnapshotResponse Source #
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.