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

Description

Gets an image recipe.

Synopsis

Creating a Request

data GetImageRecipe Source #

See: newGetImageRecipe smart constructor.

Constructors

GetImageRecipe' 

Fields

  • imageRecipeArn :: Text

    The Amazon Resource Name (ARN) of the image recipe that you want to retrieve.

Instances

Instances details
Eq GetImageRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipe

Read GetImageRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipe

Show GetImageRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipe

Generic GetImageRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipe

Associated Types

type Rep GetImageRecipe :: Type -> Type #

NFData GetImageRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipe

Methods

rnf :: GetImageRecipe -> () #

Hashable GetImageRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipe

AWSRequest GetImageRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipe

Associated Types

type AWSResponse GetImageRecipe #

ToHeaders GetImageRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipe

ToPath GetImageRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipe

ToQuery GetImageRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipe

type Rep GetImageRecipe Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipe

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

Defined in Amazonka.ImageBuilder.GetImageRecipe

newGetImageRecipe Source #

Create a value of GetImageRecipe 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:imageRecipeArn:GetImageRecipe', getImageRecipe_imageRecipeArn - The Amazon Resource Name (ARN) of the image recipe that you want to retrieve.

Request Lenses

getImageRecipe_imageRecipeArn :: Lens' GetImageRecipe Text Source #

The Amazon Resource Name (ARN) of the image recipe that you want to retrieve.

Destructuring the Response

data GetImageRecipeResponse Source #

See: newGetImageRecipeResponse smart constructor.

Constructors

GetImageRecipeResponse' 

Fields

Instances

Instances details
Eq GetImageRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipe

Read GetImageRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipe

Show GetImageRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipe

Generic GetImageRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipe

Associated Types

type Rep GetImageRecipeResponse :: Type -> Type #

NFData GetImageRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipe

Methods

rnf :: GetImageRecipeResponse -> () #

type Rep GetImageRecipeResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipe

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

newGetImageRecipeResponse Source #

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

$sel:imageRecipe:GetImageRecipeResponse', getImageRecipeResponse_imageRecipe - The image recipe object.

$sel:httpStatus:GetImageRecipeResponse', getImageRecipeResponse_httpStatus - The response's http status code.

Response Lenses

getImageRecipeResponse_requestId :: Lens' GetImageRecipeResponse (Maybe Text) Source #

The request ID that uniquely identifies this request.