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

Description

Deletes a studio component resource.

Synopsis

Creating a Request

data DeleteStudioComponent Source #

See: newDeleteStudioComponent smart constructor.

Constructors

DeleteStudioComponent' 

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.

  • studioComponentId :: Text

    The studio component ID.

Instances

Instances details
Eq DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

Read DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

Show DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

Generic DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

Associated Types

type Rep DeleteStudioComponent :: Type -> Type #

NFData DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

Methods

rnf :: DeleteStudioComponent -> () #

Hashable DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

AWSRequest DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

Associated Types

type AWSResponse DeleteStudioComponent #

ToHeaders DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

ToPath DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

ToQuery DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

type Rep DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

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

Defined in Amazonka.Nimble.DeleteStudioComponent

newDeleteStudioComponent Source #

Create a value of DeleteStudioComponent 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:DeleteStudioComponent', deleteStudioComponent_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:DeleteStudioComponent', deleteStudioComponent_studioId - The studio ID.

$sel:studioComponentId:DeleteStudioComponent', deleteStudioComponent_studioComponentId - The studio component ID.

Request Lenses

deleteStudioComponent_clientToken :: Lens' DeleteStudioComponent (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 DeleteStudioComponentResponse Source #

See: newDeleteStudioComponentResponse smart constructor.

Constructors

DeleteStudioComponentResponse' 

Fields

Instances

Instances details
Eq DeleteStudioComponentResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

Read DeleteStudioComponentResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

Show DeleteStudioComponentResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

Generic DeleteStudioComponentResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

Associated Types

type Rep DeleteStudioComponentResponse :: Type -> Type #

NFData DeleteStudioComponentResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

type Rep DeleteStudioComponentResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

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

newDeleteStudioComponentResponse Source #

Create a value of DeleteStudioComponentResponse 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:studioComponent:DeleteStudioComponentResponse', deleteStudioComponentResponse_studioComponent - Information about the studio component.

$sel:httpStatus:DeleteStudioComponentResponse', deleteStudioComponentResponse_httpStatus - The response's http status code.

Response Lenses