amazonka-cloudfront-2.0: Amazon CloudFront SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CloudFront.GetContinuousDeploymentPolicy

Description

Gets a continuous deployment policy, including metadata (the policy's identifier and the date and time when the policy was last modified).

Synopsis

Creating a Request

data GetContinuousDeploymentPolicy Source #

See: newGetContinuousDeploymentPolicy smart constructor.

Constructors

GetContinuousDeploymentPolicy' 

Fields

  • id :: Text

    The identifier of the continuous deployment policy that you are getting.

Instances

Instances details
ToHeaders GetContinuousDeploymentPolicy Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

ToPath GetContinuousDeploymentPolicy Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

ToQuery GetContinuousDeploymentPolicy Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

AWSRequest GetContinuousDeploymentPolicy Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

Generic GetContinuousDeploymentPolicy Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

Associated Types

type Rep GetContinuousDeploymentPolicy :: Type -> Type #

Read GetContinuousDeploymentPolicy Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

Show GetContinuousDeploymentPolicy Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

NFData GetContinuousDeploymentPolicy Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

Eq GetContinuousDeploymentPolicy Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

Hashable GetContinuousDeploymentPolicy Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

type AWSResponse GetContinuousDeploymentPolicy Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

type Rep GetContinuousDeploymentPolicy Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

type Rep GetContinuousDeploymentPolicy = D1 ('MetaData "GetContinuousDeploymentPolicy" "Amazonka.CloudFront.GetContinuousDeploymentPolicy" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" 'False) (C1 ('MetaCons "GetContinuousDeploymentPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetContinuousDeploymentPolicy Source #

Create a value of GetContinuousDeploymentPolicy 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:

GetContinuousDeploymentPolicy, getContinuousDeploymentPolicy_id - The identifier of the continuous deployment policy that you are getting.

Request Lenses

getContinuousDeploymentPolicy_id :: Lens' GetContinuousDeploymentPolicy Text Source #

The identifier of the continuous deployment policy that you are getting.

Destructuring the Response

data GetContinuousDeploymentPolicyResponse Source #

Constructors

GetContinuousDeploymentPolicyResponse' 

Fields

Instances

Instances details
Generic GetContinuousDeploymentPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

Read GetContinuousDeploymentPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

Show GetContinuousDeploymentPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

NFData GetContinuousDeploymentPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

Eq GetContinuousDeploymentPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

type Rep GetContinuousDeploymentPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetContinuousDeploymentPolicy

type Rep GetContinuousDeploymentPolicyResponse = D1 ('MetaData "GetContinuousDeploymentPolicyResponse" "Amazonka.CloudFront.GetContinuousDeploymentPolicy" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" 'False) (C1 ('MetaCons "GetContinuousDeploymentPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "continuousDeploymentPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContinuousDeploymentPolicy)) :*: (S1 ('MetaSel ('Just "eTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetContinuousDeploymentPolicyResponse Source #

Create a value of GetContinuousDeploymentPolicyResponse 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:

GetContinuousDeploymentPolicyResponse, getContinuousDeploymentPolicyResponse_continuousDeploymentPolicy - A continuous deployment policy.

$sel:eTag:GetContinuousDeploymentPolicyResponse', getContinuousDeploymentPolicyResponse_eTag - The version identifier for the current version of the continuous deployment policy.

$sel:httpStatus:GetContinuousDeploymentPolicyResponse', getContinuousDeploymentPolicyResponse_httpStatus - The response's http status code.

Response Lenses

getContinuousDeploymentPolicyResponse_eTag :: Lens' GetContinuousDeploymentPolicyResponse (Maybe Text) Source #

The version identifier for the current version of the continuous deployment policy.