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

Description

Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified response headers policy.

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 ListDistributionsByResponseHeadersPolicyId Source #

Constructors

ListDistributionsByResponseHeadersPolicyId' 

Fields

  • marker :: Maybe Text

    Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response includes distribution IDs 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 distribution IDs that you want to get in the response.

  • responseHeadersPolicyId :: Text

    The ID of the response headers policy whose associated distribution IDs you want to list.

Instances

Instances details
ToHeaders ListDistributionsByResponseHeadersPolicyId Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

ToPath ListDistributionsByResponseHeadersPolicyId Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

ToQuery ListDistributionsByResponseHeadersPolicyId Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

AWSRequest ListDistributionsByResponseHeadersPolicyId Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

Generic ListDistributionsByResponseHeadersPolicyId Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

Read ListDistributionsByResponseHeadersPolicyId Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

Show ListDistributionsByResponseHeadersPolicyId Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

NFData ListDistributionsByResponseHeadersPolicyId Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

Eq ListDistributionsByResponseHeadersPolicyId Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

Hashable ListDistributionsByResponseHeadersPolicyId Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

type AWSResponse ListDistributionsByResponseHeadersPolicyId Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

type Rep ListDistributionsByResponseHeadersPolicyId Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

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

newListDistributionsByResponseHeadersPolicyId Source #

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

ListDistributionsByResponseHeadersPolicyId, listDistributionsByResponseHeadersPolicyId_marker - Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response includes distribution IDs 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.

ListDistributionsByResponseHeadersPolicyId, listDistributionsByResponseHeadersPolicyId_maxItems - The maximum number of distribution IDs that you want to get in the response.

ListDistributionsByResponseHeadersPolicyId, listDistributionsByResponseHeadersPolicyId_responseHeadersPolicyId - The ID of the response headers policy whose associated distribution IDs you want to list.

Request Lenses

listDistributionsByResponseHeadersPolicyId_marker :: Lens' ListDistributionsByResponseHeadersPolicyId (Maybe Text) Source #

Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response includes distribution IDs 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.

listDistributionsByResponseHeadersPolicyId_maxItems :: Lens' ListDistributionsByResponseHeadersPolicyId (Maybe Text) Source #

The maximum number of distribution IDs that you want to get in the response.

listDistributionsByResponseHeadersPolicyId_responseHeadersPolicyId :: Lens' ListDistributionsByResponseHeadersPolicyId Text Source #

The ID of the response headers policy whose associated distribution IDs you want to list.

Destructuring the Response

data ListDistributionsByResponseHeadersPolicyIdResponse Source #

Instances

Instances details
Generic ListDistributionsByResponseHeadersPolicyIdResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

Read ListDistributionsByResponseHeadersPolicyIdResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

Show ListDistributionsByResponseHeadersPolicyIdResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

NFData ListDistributionsByResponseHeadersPolicyIdResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

Eq ListDistributionsByResponseHeadersPolicyIdResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

type Rep ListDistributionsByResponseHeadersPolicyIdResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByResponseHeadersPolicyId

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

Response Lenses