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.DeleteStreamingImage

Description

Delete streaming image.

Synopsis

Creating a Request

data DeleteStreamingImage Source #

See: newDeleteStreamingImage smart constructor.

Constructors

DeleteStreamingImage' 

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.

  • studioId :: Text

    The studio ID.

  • streamingImageId :: Text

    The streaming image ID.

Instances

Instances details
Eq DeleteStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

Read DeleteStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

Show DeleteStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

Generic DeleteStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

Associated Types

type Rep DeleteStreamingImage :: Type -> Type #

NFData DeleteStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

Methods

rnf :: DeleteStreamingImage -> () #

Hashable DeleteStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

AWSRequest DeleteStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

Associated Types

type AWSResponse DeleteStreamingImage #

ToHeaders DeleteStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

ToPath DeleteStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

ToQuery DeleteStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

type Rep DeleteStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

type Rep DeleteStreamingImage = D1 ('MetaData "DeleteStreamingImage" "Amazonka.Nimble.DeleteStreamingImage" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "DeleteStreamingImage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") '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 DeleteStreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

newDeleteStreamingImage Source #

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 - 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:studioId:DeleteStreamingImage', deleteStreamingImage_studioId - The studio ID.

$sel:streamingImageId:DeleteStreamingImage', deleteStreamingImage_streamingImageId - The streaming image ID.

Request Lenses

deleteStreamingImage_clientToken :: Lens' DeleteStreamingImage (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.

Destructuring the Response

data DeleteStreamingImageResponse Source #

See: newDeleteStreamingImageResponse smart constructor.

Constructors

DeleteStreamingImageResponse' 

Fields

Instances

Instances details
Eq DeleteStreamingImageResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

Read DeleteStreamingImageResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

Show DeleteStreamingImageResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

Generic DeleteStreamingImageResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

Associated Types

type Rep DeleteStreamingImageResponse :: Type -> Type #

NFData DeleteStreamingImageResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

type Rep DeleteStreamingImageResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStreamingImage

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

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