amazonka-cloudfront-1.3.7: Amazon CloudFront SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudFront.ListDistributionsByWebACLId

Contents

Description

List the distributions that are associated with a specified AWS WAF web ACL.

See: AWS API Reference for ListDistributionsByWebACLId.

Synopsis

Creating a Request

listDistributionsByWebACLId Source

Creates a value of ListDistributionsByWebACLId with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

ldbwaiMarker :: Lens' ListDistributionsByWebACLId (Maybe Text) Source

Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)

ldbwaiMaxItems :: Lens' ListDistributionsByWebACLId (Maybe Text) Source

The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.

ldbwaiWebACLId :: Lens' ListDistributionsByWebACLId Text Source

The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify "null" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.

Destructuring the Response

listDistributionsByWebACLIdResponse Source

Creates a value of ListDistributionsByWebACLIdResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses