amazonka-nimble-2.0: Amazon NimbleStudio SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

    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.

  • studioComponentId :: Text

    The studio component ID.

  • studioId :: Text

    The studio ID.

Instances

Instances details
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

AWSRequest DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

Associated Types

type AWSResponse DeleteStudioComponent #

Generic DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

Associated Types

type Rep DeleteStudioComponent :: Type -> Type #

Read DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

Show DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

NFData DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

Methods

rnf :: DeleteStudioComponent -> () #

Eq DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

Hashable DeleteStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

type AWSResponse 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" "amazonka-nimble-2.0-GaSxVwPXmRh7tifR7EIdTs" 'False) (C1 ('MetaCons "DeleteStudioComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "studioComponentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "studioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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

DeleteStudioComponent, deleteStudioComponent_studioComponentId - The studio component ID.

DeleteStudioComponent, deleteStudioComponent_studioId - The studio ID.

Request Lenses

deleteStudioComponent_clientToken :: Lens' DeleteStudioComponent (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.

Destructuring the Response

data DeleteStudioComponentResponse Source #

See: newDeleteStudioComponentResponse smart constructor.

Constructors

DeleteStudioComponentResponse' 

Fields

Instances

Instances details
Generic DeleteStudioComponentResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

Associated Types

type Rep DeleteStudioComponentResponse :: Type -> Type #

Show DeleteStudioComponentResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

NFData DeleteStudioComponentResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteStudioComponent

Eq 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" "amazonka-nimble-2.0-GaSxVwPXmRh7tifR7EIdTs" '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