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

Description

Deletes a container recipe.

Synopsis

Creating a Request

data DeleteContainerRecipe Source #

See: newDeleteContainerRecipe smart constructor.

Constructors

DeleteContainerRecipe' 

Fields

Instances

Instances details
ToHeaders DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

ToPath DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

ToQuery DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

AWSRequest DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Associated Types

type AWSResponse DeleteContainerRecipe #

Generic DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Associated Types

type Rep DeleteContainerRecipe :: Type -> Type #

Read DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Show DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

NFData DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Methods

rnf :: DeleteContainerRecipe -> () #

Eq DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Hashable DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

type AWSResponse DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

type Rep DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

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

newDeleteContainerRecipe Source #

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

DeleteContainerRecipe, deleteContainerRecipe_containerRecipeArn - The Amazon Resource Name (ARN) of the container recipe to delete.

Request Lenses

deleteContainerRecipe_containerRecipeArn :: Lens' DeleteContainerRecipe Text Source #

The Amazon Resource Name (ARN) of the container recipe to delete.

Destructuring the Response

data DeleteContainerRecipeResponse Source #

See: newDeleteContainerRecipeResponse smart constructor.

Constructors

DeleteContainerRecipeResponse' 

Fields

Instances

Instances details
Generic DeleteContainerRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Associated Types

type Rep DeleteContainerRecipeResponse :: Type -> Type #

Read DeleteContainerRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Show DeleteContainerRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

NFData DeleteContainerRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Eq DeleteContainerRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

type Rep DeleteContainerRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

type Rep DeleteContainerRecipeResponse = D1 ('MetaData "DeleteContainerRecipeResponse" "Amazonka.ImageBuilder.DeleteContainerRecipe" "amazonka-imagebuilder-2.0-BBLLjX59RW72O8VbQ3vKvH" 'False) (C1 ('MetaCons "DeleteContainerRecipeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "containerRecipeArn") '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))))

newDeleteContainerRecipeResponse Source #

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

DeleteContainerRecipe, deleteContainerRecipeResponse_containerRecipeArn - The Amazon Resource Name (ARN) of the container recipe that was deleted.

$sel:requestId:DeleteContainerRecipeResponse', deleteContainerRecipeResponse_requestId - The request ID that uniquely identifies this request.

$sel:httpStatus:DeleteContainerRecipeResponse', deleteContainerRecipeResponse_httpStatus - The response's http status code.

Response Lenses

deleteContainerRecipeResponse_containerRecipeArn :: Lens' DeleteContainerRecipeResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the container recipe that was deleted.

deleteContainerRecipeResponse_requestId :: Lens' DeleteContainerRecipeResponse (Maybe Text) Source #

The request ID that uniquely identifies this request.