libZSservicesZSamazonka-nimbleZSamazonka-nimble
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Nimble.UpdateStreamingImage

Description

Update streaming image.

Synopsis

Creating a Request

data UpdateStreamingImage Source #

The streaming image ID.

See: newUpdateStreamingImage smart constructor.

Constructors

UpdateStreamingImage' 

Fields

  • clientToken :: Maybe Text

    To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.

  • name :: Maybe Text

    The name for the streaming image.

  • description :: Maybe Text

    The description.

  • studioId :: Text

    The studio ID.

  • streamingImageId :: Text

    The streaming image ID.

Instances

Instances details
Eq UpdateStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

Read UpdateStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

Show UpdateStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

Generic UpdateStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

Associated Types

type Rep UpdateStreamingImage :: Type -> Type #

NFData UpdateStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

Methods

rnf :: UpdateStreamingImage -> () #

Hashable UpdateStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

ToJSON UpdateStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

AWSRequest UpdateStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

Associated Types

type AWSResponse UpdateStreamingImage #

ToHeaders UpdateStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

ToPath UpdateStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

ToQuery UpdateStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

type Rep UpdateStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

type Rep UpdateStreamingImage = D1 ('MetaData "UpdateStreamingImage" "Amazonka.Nimble.UpdateStreamingImage" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "UpdateStreamingImage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "studioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "streamingImageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

newUpdateStreamingImage Source #

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 - To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.

$sel:name:UpdateStreamingImage', updateStreamingImage_name - The name for the streaming image.

$sel:description:UpdateStreamingImage', updateStreamingImage_description - The description.

$sel:studioId:UpdateStreamingImage', updateStreamingImage_studioId - The studio ID.

$sel:streamingImageId:UpdateStreamingImage', updateStreamingImage_streamingImageId - The streaming image ID.

Request Lenses

updateStreamingImage_clientToken :: Lens' UpdateStreamingImage (Maybe Text) Source #

To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.

updateStreamingImage_name :: Lens' UpdateStreamingImage (Maybe Text) Source #

The name for the streaming image.

Destructuring the Response

data UpdateStreamingImageResponse Source #

See: newUpdateStreamingImageResponse smart constructor.

Constructors

UpdateStreamingImageResponse' 

Fields

Instances

Instances details
Eq UpdateStreamingImageResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

Read UpdateStreamingImageResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

Show UpdateStreamingImageResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

Generic UpdateStreamingImageResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

Associated Types

type Rep UpdateStreamingImageResponse :: Type -> Type #

NFData UpdateStreamingImageResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

type Rep UpdateStreamingImageResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateStreamingImage

type Rep UpdateStreamingImageResponse = D1 ('MetaData "UpdateStreamingImageResponse" "Amazonka.Nimble.UpdateStreamingImage" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "UpdateStreamingImageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "streamingImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamingImage)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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 -

$sel:httpStatus:UpdateStreamingImageResponse', updateStreamingImageResponse_httpStatus - The response's http status code.

Response Lenses