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

Description

Deletes a container recipe.

Synopsis

Creating a Request

data DeleteContainerRecipe Source #

See: newDeleteContainerRecipe smart constructor.

Constructors

DeleteContainerRecipe' 

Fields

Instances

Instances details
Eq DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Read DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Show DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Generic DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Associated Types

type Rep DeleteContainerRecipe :: Type -> Type #

NFData DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Methods

rnf :: DeleteContainerRecipe -> () #

Hashable DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

AWSRequest DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Associated Types

type AWSResponse DeleteContainerRecipe #

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

type Rep DeleteContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

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

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

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:

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

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Read DeleteContainerRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Show DeleteContainerRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Generic DeleteContainerRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.DeleteContainerRecipe

Associated Types

type Rep DeleteContainerRecipeResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "DeleteContainerRecipeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "containerRecipeArn") '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:

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

$sel:containerRecipeArn:DeleteContainerRecipe', deleteContainerRecipeResponse_containerRecipeArn - The Amazon Resource Name (ARN) of the container recipe that was deleted.

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

Response Lenses

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

The request ID that uniquely identifies this request.

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

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