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

Description

Gets a list of the continuous deployment policies in your Amazon Web Services account.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Synopsis

Creating a Request

data ListContinuousDeploymentPolicies Source #

See: newListContinuousDeploymentPolicies smart constructor.

Constructors

ListContinuousDeploymentPolicies' 

Fields

  • marker :: Maybe Text

    Use this field when paginating results to indicate where to begin in your list of continuous deployment policies. The response includes policies in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker from the current page's response.

  • maxItems :: Maybe Text

    The maximum number of continuous deployment policies that you want returned in the response.

Instances

Instances details
ToHeaders ListContinuousDeploymentPolicies Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

ToPath ListContinuousDeploymentPolicies Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

ToQuery ListContinuousDeploymentPolicies Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

AWSRequest ListContinuousDeploymentPolicies Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

Generic ListContinuousDeploymentPolicies Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

Associated Types

type Rep ListContinuousDeploymentPolicies :: Type -> Type #

Read ListContinuousDeploymentPolicies Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

Show ListContinuousDeploymentPolicies Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

NFData ListContinuousDeploymentPolicies Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

Eq ListContinuousDeploymentPolicies Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

Hashable ListContinuousDeploymentPolicies Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

type AWSResponse ListContinuousDeploymentPolicies Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

type Rep ListContinuousDeploymentPolicies Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

type Rep ListContinuousDeploymentPolicies = D1 ('MetaData "ListContinuousDeploymentPolicies" "Amazonka.CloudFront.ListContinuousDeploymentPolicies" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" 'False) (C1 ('MetaCons "ListContinuousDeploymentPolicies'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListContinuousDeploymentPolicies :: ListContinuousDeploymentPolicies Source #

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

ListContinuousDeploymentPolicies, listContinuousDeploymentPolicies_marker - Use this field when paginating results to indicate where to begin in your list of continuous deployment policies. The response includes policies in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker from the current page's response.

ListContinuousDeploymentPolicies, listContinuousDeploymentPolicies_maxItems - The maximum number of continuous deployment policies that you want returned in the response.

Request Lenses

listContinuousDeploymentPolicies_marker :: Lens' ListContinuousDeploymentPolicies (Maybe Text) Source #

Use this field when paginating results to indicate where to begin in your list of continuous deployment policies. The response includes policies in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker from the current page's response.

listContinuousDeploymentPolicies_maxItems :: Lens' ListContinuousDeploymentPolicies (Maybe Text) Source #

The maximum number of continuous deployment policies that you want returned in the response.

Destructuring the Response

data ListContinuousDeploymentPoliciesResponse Source #

Constructors

ListContinuousDeploymentPoliciesResponse' 

Fields

Instances

Instances details
Generic ListContinuousDeploymentPoliciesResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

Read ListContinuousDeploymentPoliciesResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

Show ListContinuousDeploymentPoliciesResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

NFData ListContinuousDeploymentPoliciesResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

Eq ListContinuousDeploymentPoliciesResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

type Rep ListContinuousDeploymentPoliciesResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListContinuousDeploymentPolicies

type Rep ListContinuousDeploymentPoliciesResponse = D1 ('MetaData "ListContinuousDeploymentPoliciesResponse" "Amazonka.CloudFront.ListContinuousDeploymentPolicies" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" 'False) (C1 ('MetaCons "ListContinuousDeploymentPoliciesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "continuousDeploymentPolicyList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContinuousDeploymentPolicyList)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

Response Lenses