libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder
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.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
Eq DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Read DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Show DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Generic DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Associated Types

type Rep DeleteComponent :: Type -> Type #

NFData DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Methods

rnf :: DeleteComponent -> () #

Hashable DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

AWSRequest DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Associated Types

type AWSResponse DeleteComponent #

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

type Rep DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

type Rep DeleteComponent = D1 ('MetaData "DeleteComponent" "Amazonka.ImageBuilder.DeleteComponent" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "DeleteComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "componentBuildVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

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:

$sel:componentBuildVersionArn: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
Eq DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Read DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Show DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Generic DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Associated Types

type Rep DeleteComponentResponse :: Type -> Type #

NFData DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

Methods

rnf :: DeleteComponentResponse -> () #

type Rep DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteComponent

type Rep DeleteComponentResponse = D1 ('MetaData "DeleteComponentResponse" "Amazonka.ImageBuilder.DeleteComponent" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "DeleteComponentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "componentBuildVersionArn") '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:

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

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

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

Response Lenses

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

The request ID that uniquely identifies this request.

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

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