| 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.Nimble.GetStreamingSessionBackup
Description
Gets StreamingSessionBackup resource.
Invoke this operation to poll for a streaming session backup while stopping a streaming session.
Synopsis
- data GetStreamingSessionBackup = GetStreamingSessionBackup' {}
- newGetStreamingSessionBackup :: Text -> Text -> GetStreamingSessionBackup
- getStreamingSessionBackup_backupId :: Lens' GetStreamingSessionBackup Text
- getStreamingSessionBackup_studioId :: Lens' GetStreamingSessionBackup Text
- data GetStreamingSessionBackupResponse = GetStreamingSessionBackupResponse' {}
- newGetStreamingSessionBackupResponse :: Int -> GetStreamingSessionBackupResponse
- getStreamingSessionBackupResponse_streamingSessionBackup :: Lens' GetStreamingSessionBackupResponse (Maybe StreamingSessionBackup)
- getStreamingSessionBackupResponse_httpStatus :: Lens' GetStreamingSessionBackupResponse Int
Creating a Request
data GetStreamingSessionBackup Source #
See: newGetStreamingSessionBackup smart constructor.
Constructors
| GetStreamingSessionBackup' | |
Instances
newGetStreamingSessionBackup Source #
Arguments
| :: Text | |
| -> Text | |
| -> GetStreamingSessionBackup |
Create a value of GetStreamingSessionBackup 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:
GetStreamingSessionBackup, getStreamingSessionBackup_backupId - The ID of the backup.
GetStreamingSessionBackup, getStreamingSessionBackup_studioId - The studio ID.
Request Lenses
getStreamingSessionBackup_backupId :: Lens' GetStreamingSessionBackup Text Source #
The ID of the backup.
getStreamingSessionBackup_studioId :: Lens' GetStreamingSessionBackup Text Source #
The studio ID.
Destructuring the Response
data GetStreamingSessionBackupResponse Source #
See: newGetStreamingSessionBackupResponse smart constructor.
Constructors
| GetStreamingSessionBackupResponse' | |
Fields
| |
Instances
newGetStreamingSessionBackupResponse Source #
Arguments
| :: Int | |
| -> GetStreamingSessionBackupResponse |
Create a value of GetStreamingSessionBackupResponse 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:streamingSessionBackup:GetStreamingSessionBackupResponse', getStreamingSessionBackupResponse_streamingSessionBackup - Information about the streaming session backup.
$sel:httpStatus:GetStreamingSessionBackupResponse', getStreamingSessionBackupResponse_httpStatus - The response's http status code.
Response Lenses
getStreamingSessionBackupResponse_streamingSessionBackup :: Lens' GetStreamingSessionBackupResponse (Maybe StreamingSessionBackup) Source #
Information about the streaming session backup.
getStreamingSessionBackupResponse_httpStatus :: Lens' GetStreamingSessionBackupResponse Int Source #
The response's http status code.