| 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.CreateApplicationSnapshot
Description
Creates a snapshot of the application's state data.
Synopsis
- data CreateApplicationSnapshot = CreateApplicationSnapshot' {}
- newCreateApplicationSnapshot :: Text -> Text -> CreateApplicationSnapshot
- createApplicationSnapshot_applicationName :: Lens' CreateApplicationSnapshot Text
- createApplicationSnapshot_snapshotName :: Lens' CreateApplicationSnapshot Text
- data CreateApplicationSnapshotResponse = CreateApplicationSnapshotResponse' {
- httpStatus :: Int
- newCreateApplicationSnapshotResponse :: Int -> CreateApplicationSnapshotResponse
- createApplicationSnapshotResponse_httpStatus :: Lens' CreateApplicationSnapshotResponse Int
Creating a Request
data CreateApplicationSnapshot Source #
See: newCreateApplicationSnapshot smart constructor.
Constructors
| CreateApplicationSnapshot' | |
Fields
| |
Instances
newCreateApplicationSnapshot Source #
Arguments
| :: Text | |
| -> Text | |
| -> CreateApplicationSnapshot |
Create a value of CreateApplicationSnapshot 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:
CreateApplicationSnapshot, createApplicationSnapshot_applicationName - The name of an existing application
CreateApplicationSnapshot, createApplicationSnapshot_snapshotName - An identifier for the application snapshot.
Request Lenses
createApplicationSnapshot_applicationName :: Lens' CreateApplicationSnapshot Text Source #
The name of an existing application
createApplicationSnapshot_snapshotName :: Lens' CreateApplicationSnapshot Text Source #
An identifier for the application snapshot.
Destructuring the Response
data CreateApplicationSnapshotResponse Source #
See: newCreateApplicationSnapshotResponse smart constructor.
Constructors
| CreateApplicationSnapshotResponse' | |
Fields
| |
Instances
newCreateApplicationSnapshotResponse Source #
Arguments
| :: Int | |
| -> CreateApplicationSnapshotResponse |
Create a value of CreateApplicationSnapshotResponse 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:CreateApplicationSnapshotResponse', createApplicationSnapshotResponse_httpStatus - The response's http status code.
Response Lenses
createApplicationSnapshotResponse_httpStatus :: Lens' CreateApplicationSnapshotResponse Int Source #
The response's http status code.