amazonka-imagebuilder-2.0: Amazon EC2 Image Builder 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.ImageBuilder.DeleteComponent

Description

Deletes a component build version.

Synopsis

Creating a Request

data DeleteComponent Source #

See: newDeleteComponent smart constructor.

Constructors

DeleteComponent' 

Fields

Instances

Instances details
ToHeaders DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

ToPath DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

ToQuery DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

AWSRequest DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Associated Types

type AWSResponse DeleteComponent #

Generic DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Associated Types

type Rep DeleteComponent :: Type -> Type #

Read DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Show DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

NFData DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Methods

rnf :: DeleteComponent -> () #

Eq DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Hashable DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

type AWSResponse DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

type Rep DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

type Rep DeleteComponent = D1 ('MetaData "DeleteComponent" "Amazonka.ImageBuilder.DeleteComponent" "amazonka-imagebuilder-2.0-BBLLjX59RW72O8VbQ3vKvH" 'False) (C1 ('MetaCons "DeleteComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "componentBuildVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteComponent Source #

Create a value of DeleteComponent 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:

DeleteComponent, deleteComponent_componentBuildVersionArn - The Amazon Resource Name (ARN) of the component build version to delete.

Request Lenses

deleteComponent_componentBuildVersionArn :: Lens' DeleteComponent Text Source #

The Amazon Resource Name (ARN) of the component build version to delete.

Destructuring the Response

data DeleteComponentResponse Source #

See: newDeleteComponentResponse smart constructor.

Constructors

DeleteComponentResponse' 

Fields

Instances

Instances details
Generic DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Associated Types

type Rep DeleteComponentResponse :: Type -> Type #

Read DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Show DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

NFData DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Methods

rnf :: DeleteComponentResponse -> () #

Eq DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

type Rep DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

type Rep DeleteComponentResponse = D1 ('MetaData "DeleteComponentResponse" "Amazonka.ImageBuilder.DeleteComponent" "amazonka-imagebuilder-2.0-BBLLjX59RW72O8VbQ3vKvH" 'False) (C1 ('MetaCons "DeleteComponentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "componentBuildVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeleteComponentResponse Source #

Create a value of DeleteComponentResponse 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:

DeleteComponent, deleteComponentResponse_componentBuildVersionArn - The Amazon Resource Name (ARN) of the component build version that was deleted.

$sel:requestId:DeleteComponentResponse', deleteComponentResponse_requestId - The request ID that uniquely identifies this request.

$sel:httpStatus:DeleteComponentResponse', deleteComponentResponse_httpStatus - The response's http status code.

Response Lenses

deleteComponentResponse_componentBuildVersionArn :: Lens' DeleteComponentResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the component build version that was deleted.

deleteComponentResponse_requestId :: Lens' DeleteComponentResponse (Maybe Text) Source #

The request ID that uniquely identifies this request.