| 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.DeleteStreamingImage
Description
Delete streaming image.
Synopsis
- data DeleteStreamingImage = DeleteStreamingImage' {
- clientToken :: Maybe Text
- streamingImageId :: Text
- studioId :: Text
- newDeleteStreamingImage :: Text -> Text -> DeleteStreamingImage
- deleteStreamingImage_clientToken :: Lens' DeleteStreamingImage (Maybe Text)
- deleteStreamingImage_streamingImageId :: Lens' DeleteStreamingImage Text
- deleteStreamingImage_studioId :: Lens' DeleteStreamingImage Text
- data DeleteStreamingImageResponse = DeleteStreamingImageResponse' {}
- newDeleteStreamingImageResponse :: Int -> DeleteStreamingImageResponse
- deleteStreamingImageResponse_streamingImage :: Lens' DeleteStreamingImageResponse (Maybe StreamingImage)
- deleteStreamingImageResponse_httpStatus :: Lens' DeleteStreamingImageResponse Int
Creating a Request
data DeleteStreamingImage Source #
See: newDeleteStreamingImage smart constructor.
Constructors
| DeleteStreamingImage' | |
Fields
| |
Instances
newDeleteStreamingImage Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeleteStreamingImage |
Create a value of DeleteStreamingImage 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:clientToken:DeleteStreamingImage', deleteStreamingImage_clientToken - Unique, case-sensitive identifier that you provide to ensure the
idempotency of the request. If you don’t specify a client token, the
Amazon Web Services SDK automatically generates a client token and uses
it for the request to ensure idempotency.
DeleteStreamingImage, deleteStreamingImage_streamingImageId - The streaming image ID.
DeleteStreamingImage, deleteStreamingImage_studioId - The studio ID.
Request Lenses
deleteStreamingImage_clientToken :: Lens' DeleteStreamingImage (Maybe Text) Source #
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
deleteStreamingImage_streamingImageId :: Lens' DeleteStreamingImage Text Source #
The streaming image ID.
deleteStreamingImage_studioId :: Lens' DeleteStreamingImage Text Source #
The studio ID.
Destructuring the Response
data DeleteStreamingImageResponse Source #
See: newDeleteStreamingImageResponse smart constructor.
Constructors
| DeleteStreamingImageResponse' | |
Fields
| |
Instances
newDeleteStreamingImageResponse Source #
Create a value of DeleteStreamingImageResponse 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:streamingImage:DeleteStreamingImageResponse', deleteStreamingImageResponse_streamingImage - The streaming image.
$sel:httpStatus:DeleteStreamingImageResponse', deleteStreamingImageResponse_httpStatus - The response's http status code.
Response Lenses
deleteStreamingImageResponse_streamingImage :: Lens' DeleteStreamingImageResponse (Maybe StreamingImage) Source #
The streaming image.
deleteStreamingImageResponse_httpStatus :: Lens' DeleteStreamingImageResponse Int Source #
The response's http status code.