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

Description

Lists origin access identities.

This operation returns paginated results.

Synopsis

Creating a Request

data ListCloudFrontOriginAccessIdentities Source #

The request to list origin access identities.

See: newListCloudFrontOriginAccessIdentities smart constructor.

Constructors

ListCloudFrontOriginAccessIdentities' 

Fields

  • marker :: Maybe Text

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

  • maxItems :: Maybe Text

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

Instances

Instances details
ToHeaders ListCloudFrontOriginAccessIdentities Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

ToPath ListCloudFrontOriginAccessIdentities Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

ToQuery ListCloudFrontOriginAccessIdentities Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

AWSPager ListCloudFrontOriginAccessIdentities Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

AWSRequest ListCloudFrontOriginAccessIdentities Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

Generic ListCloudFrontOriginAccessIdentities Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

Read ListCloudFrontOriginAccessIdentities Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

Show ListCloudFrontOriginAccessIdentities Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

NFData ListCloudFrontOriginAccessIdentities Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

Eq ListCloudFrontOriginAccessIdentities Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

Hashable ListCloudFrontOriginAccessIdentities Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

type AWSResponse ListCloudFrontOriginAccessIdentities Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

type Rep ListCloudFrontOriginAccessIdentities Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

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

newListCloudFrontOriginAccessIdentities :: ListCloudFrontOriginAccessIdentities Source #

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

ListCloudFrontOriginAccessIdentities, listCloudFrontOriginAccessIdentities_marker - 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).

ListCloudFrontOriginAccessIdentities, listCloudFrontOriginAccessIdentities_maxItems - The maximum number of origin access identities you want in the response body.

Request Lenses

listCloudFrontOriginAccessIdentities_marker :: 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).

listCloudFrontOriginAccessIdentities_maxItems :: Lens' ListCloudFrontOriginAccessIdentities (Maybe Text) Source #

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

Destructuring the Response

data ListCloudFrontOriginAccessIdentitiesResponse Source #

The returned result of the corresponding request.

See: newListCloudFrontOriginAccessIdentitiesResponse smart constructor.

Constructors

ListCloudFrontOriginAccessIdentitiesResponse' 

Fields

Instances

Instances details
Generic ListCloudFrontOriginAccessIdentitiesResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

Read ListCloudFrontOriginAccessIdentitiesResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

Show ListCloudFrontOriginAccessIdentitiesResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

NFData ListCloudFrontOriginAccessIdentitiesResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

Eq ListCloudFrontOriginAccessIdentitiesResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

type Rep ListCloudFrontOriginAccessIdentitiesResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities

type Rep ListCloudFrontOriginAccessIdentitiesResponse = D1 ('MetaData "ListCloudFrontOriginAccessIdentitiesResponse" "Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" 'False) (C1 ('MetaCons "ListCloudFrontOriginAccessIdentitiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "cloudFrontOriginAccessIdentityList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CloudFrontOriginAccessIdentityList)))

Response Lenses