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

Description

Retrieves a container recipe.

Synopsis

Creating a Request

data GetContainerRecipe Source #

See: newGetContainerRecipe smart constructor.

Constructors

GetContainerRecipe' 

Fields

Instances

Instances details
Eq GetContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipe

Read GetContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipe

Show GetContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipe

Generic GetContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipe

Associated Types

type Rep GetContainerRecipe :: Type -> Type #

NFData GetContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipe

Methods

rnf :: GetContainerRecipe -> () #

Hashable GetContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipe

AWSRequest GetContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipe

Associated Types

type AWSResponse GetContainerRecipe #

ToHeaders GetContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipe

ToPath GetContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipe

ToQuery GetContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipe

type Rep GetContainerRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipe

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

Defined in Amazonka.ImageBuilder.GetContainerRecipe

newGetContainerRecipe Source #

Create a value of GetContainerRecipe 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:GetContainerRecipe', getContainerRecipe_containerRecipeArn - The Amazon Resource Name (ARN) of the container recipe to retrieve.

Request Lenses

getContainerRecipe_containerRecipeArn :: Lens' GetContainerRecipe Text Source #

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

Destructuring the Response

data GetContainerRecipeResponse Source #

See: newGetContainerRecipeResponse smart constructor.

Constructors

GetContainerRecipeResponse' 

Fields

Instances

Instances details
Eq GetContainerRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipe

Read GetContainerRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipe

Show GetContainerRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipe

Generic GetContainerRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipe

Associated Types

type Rep GetContainerRecipeResponse :: Type -> Type #

NFData GetContainerRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipe

type Rep GetContainerRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipe

type Rep GetContainerRecipeResponse = D1 ('MetaData "GetContainerRecipeResponse" "Amazonka.ImageBuilder.GetContainerRecipe" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "GetContainerRecipeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "containerRecipe") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContainerRecipe)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetContainerRecipeResponse Source #

Create a value of GetContainerRecipeResponse 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:GetContainerRecipeResponse', getContainerRecipeResponse_requestId - The request ID that uniquely identifies this request.

$sel:containerRecipe:GetContainerRecipeResponse', getContainerRecipeResponse_containerRecipe - The container recipe object that is returned.

$sel:httpStatus:GetContainerRecipeResponse', getContainerRecipeResponse_httpStatus - The response's http status code.

Response Lenses

getContainerRecipeResponse_requestId :: Lens' GetContainerRecipeResponse (Maybe Text) Source #

The request ID that uniquely identifies this request.