| 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.UpdateStreamingImage
Description
Update streaming image.
Synopsis
- data UpdateStreamingImage = UpdateStreamingImage' {
- clientToken :: Maybe Text
- description :: Maybe (Sensitive Text)
- name :: Maybe (Sensitive Text)
- streamingImageId :: Text
- studioId :: Text
- newUpdateStreamingImage :: Text -> Text -> UpdateStreamingImage
- updateStreamingImage_clientToken :: Lens' UpdateStreamingImage (Maybe Text)
- updateStreamingImage_description :: Lens' UpdateStreamingImage (Maybe Text)
- updateStreamingImage_name :: Lens' UpdateStreamingImage (Maybe Text)
- updateStreamingImage_streamingImageId :: Lens' UpdateStreamingImage Text
- updateStreamingImage_studioId :: Lens' UpdateStreamingImage Text
- data UpdateStreamingImageResponse = UpdateStreamingImageResponse' {}
- newUpdateStreamingImageResponse :: Int -> UpdateStreamingImageResponse
- updateStreamingImageResponse_streamingImage :: Lens' UpdateStreamingImageResponse (Maybe StreamingImage)
- updateStreamingImageResponse_httpStatus :: Lens' UpdateStreamingImageResponse Int
Creating a Request
data UpdateStreamingImage Source #
See: newUpdateStreamingImage smart constructor.
Constructors
| UpdateStreamingImage' | |
Fields
| |
Instances
newUpdateStreamingImage Source #
Arguments
| :: Text | |
| -> Text | |
| -> UpdateStreamingImage |
Create a value of UpdateStreamingImage 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:UpdateStreamingImage', updateStreamingImage_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.
UpdateStreamingImage, updateStreamingImage_description - The description.
UpdateStreamingImage, updateStreamingImage_name - The name for the streaming image.
UpdateStreamingImage, updateStreamingImage_streamingImageId - The streaming image ID.
UpdateStreamingImage, updateStreamingImage_studioId - The studio ID.
Request Lenses
updateStreamingImage_clientToken :: Lens' UpdateStreamingImage (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.
updateStreamingImage_description :: Lens' UpdateStreamingImage (Maybe Text) Source #
The description.
updateStreamingImage_name :: Lens' UpdateStreamingImage (Maybe Text) Source #
The name for the streaming image.
updateStreamingImage_streamingImageId :: Lens' UpdateStreamingImage Text Source #
The streaming image ID.
updateStreamingImage_studioId :: Lens' UpdateStreamingImage Text Source #
The studio ID.
Destructuring the Response
data UpdateStreamingImageResponse Source #
See: newUpdateStreamingImageResponse smart constructor.
Constructors
| UpdateStreamingImageResponse' | |
Fields
| |
Instances
newUpdateStreamingImageResponse Source #
Create a value of UpdateStreamingImageResponse 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:UpdateStreamingImageResponse', updateStreamingImageResponse_streamingImage - Undocumented member.
$sel:httpStatus:UpdateStreamingImageResponse', updateStreamingImageResponse_httpStatus - The response's http status code.
Response Lenses
updateStreamingImageResponse_streamingImage :: Lens' UpdateStreamingImageResponse (Maybe StreamingImage) Source #
Undocumented member.
updateStreamingImageResponse_httpStatus :: Lens' UpdateStreamingImageResponse Int Source #
The response's http status code.