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

Description

Retrieves the policy for a container recipe.

Synopsis

Creating a Request

data GetContainerRecipePolicy Source #

See: newGetContainerRecipePolicy smart constructor.

Constructors

GetContainerRecipePolicy' 

Fields

  • containerRecipeArn :: Text

    The Amazon Resource Name (ARN) of the container recipe for the policy being requested.

Instances

Instances details
Eq GetContainerRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

Read GetContainerRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

Show GetContainerRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

Generic GetContainerRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

Associated Types

type Rep GetContainerRecipePolicy :: Type -> Type #

NFData GetContainerRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

Hashable GetContainerRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

AWSRequest GetContainerRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

ToHeaders GetContainerRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

ToPath GetContainerRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

ToQuery GetContainerRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

type Rep GetContainerRecipePolicy Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

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

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

newGetContainerRecipePolicy Source #

Create a value of GetContainerRecipePolicy 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:GetContainerRecipePolicy', getContainerRecipePolicy_containerRecipeArn - The Amazon Resource Name (ARN) of the container recipe for the policy being requested.

Request Lenses

getContainerRecipePolicy_containerRecipeArn :: Lens' GetContainerRecipePolicy Text Source #

The Amazon Resource Name (ARN) of the container recipe for the policy being requested.

Destructuring the Response

data GetContainerRecipePolicyResponse Source #

See: newGetContainerRecipePolicyResponse smart constructor.

Constructors

GetContainerRecipePolicyResponse' 

Fields

Instances

Instances details
Eq GetContainerRecipePolicyResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

Read GetContainerRecipePolicyResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

Show GetContainerRecipePolicyResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

Generic GetContainerRecipePolicyResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

Associated Types

type Rep GetContainerRecipePolicyResponse :: Type -> Type #

NFData GetContainerRecipePolicyResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

type Rep GetContainerRecipePolicyResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetContainerRecipePolicy

type Rep GetContainerRecipePolicyResponse = D1 ('MetaData "GetContainerRecipePolicyResponse" "Amazonka.ImageBuilder.GetContainerRecipePolicy" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "GetContainerRecipePolicyResponse'" '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))))

newGetContainerRecipePolicyResponse Source #

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

$sel:policy:GetContainerRecipePolicyResponse', getContainerRecipePolicyResponse_policy - The container recipe policy object that is returned.

$sel:httpStatus:GetContainerRecipePolicyResponse', getContainerRecipePolicyResponse_httpStatus - The response's http status code.

Response Lenses

getContainerRecipePolicyResponse_requestId :: Lens' GetContainerRecipePolicyResponse (Maybe Text) Source #

The request ID that uniquely identifies this request.

getContainerRecipePolicyResponse_policy :: Lens' GetContainerRecipePolicyResponse (Maybe Text) Source #

The container recipe policy object that is returned.