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

Description

Gets an image recipe policy.

Synopsis

Creating a Request

data GetImageRecipePolicy Source #

See: newGetImageRecipePolicy smart constructor.

Constructors

GetImageRecipePolicy' 

Fields

  • imageRecipeArn :: Text

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

Instances

Instances details
Eq GetImageRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

Read GetImageRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

Show GetImageRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

Generic GetImageRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

Associated Types

type Rep GetImageRecipePolicy :: Type -> Type #

NFData GetImageRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

Methods

rnf :: GetImageRecipePolicy -> () #

Hashable GetImageRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

AWSRequest GetImageRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

Associated Types

type AWSResponse GetImageRecipePolicy #

ToHeaders GetImageRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

ToPath GetImageRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

ToQuery GetImageRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

type Rep GetImageRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

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

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

newGetImageRecipePolicy Source #

Create a value of GetImageRecipePolicy 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:GetImageRecipePolicy', getImageRecipePolicy_imageRecipeArn - The Amazon Resource Name (ARN) of the image recipe whose policy you want to retrieve.

Request Lenses

getImageRecipePolicy_imageRecipeArn :: Lens' GetImageRecipePolicy Text Source #

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

Destructuring the Response

data GetImageRecipePolicyResponse Source #

See: newGetImageRecipePolicyResponse smart constructor.

Constructors

GetImageRecipePolicyResponse' 

Fields

Instances

Instances details
Eq GetImageRecipePolicyResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

Read GetImageRecipePolicyResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

Show GetImageRecipePolicyResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

Generic GetImageRecipePolicyResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

Associated Types

type Rep GetImageRecipePolicyResponse :: Type -> Type #

NFData GetImageRecipePolicyResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

type Rep GetImageRecipePolicyResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetImageRecipePolicy

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

newGetImageRecipePolicyResponse Source #

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

$sel:policy:GetImageRecipePolicyResponse', getImageRecipePolicyResponse_policy - The image recipe policy object.

$sel:httpStatus:GetImageRecipePolicyResponse', getImageRecipePolicyResponse_httpStatus - The response's http status code.

Response Lenses

getImageRecipePolicyResponse_requestId :: Lens' GetImageRecipePolicyResponse (Maybe Text) Source #

The request ID that uniquely identifies this request.