amazonka-cloudfront-1.3.5: 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.ListCloudFrontOriginAccessIdentities

Contents

Description

List origin access identities.

See: AWS API Reference for ListCloudFrontOriginAccessIdentities.

This operation returns paginated results.

Synopsis

Creating a Request

listCloudFrontOriginAccessIdentities :: ListCloudFrontOriginAccessIdentities Source

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

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

Request Lenses

lcfoaiMarker :: Lens' ListCloudFrontOriginAccessIdentities (Maybe Text) Source

Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

lcfoaiMaxItems :: Lens' ListCloudFrontOriginAccessIdentities (Maybe Text) Source

The maximum number of origin access identities you want in the response body.

Destructuring the Response

Response Lenses