| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudFront.ListCloudFrontOriginAccessIdentities
Description
Lists origin access identities.
This operation returns paginated results.
Synopsis
- data ListCloudFrontOriginAccessIdentities = ListCloudFrontOriginAccessIdentities' {}
- newListCloudFrontOriginAccessIdentities :: ListCloudFrontOriginAccessIdentities
- listCloudFrontOriginAccessIdentities_marker :: Lens' ListCloudFrontOriginAccessIdentities (Maybe Text)
- listCloudFrontOriginAccessIdentities_maxItems :: Lens' ListCloudFrontOriginAccessIdentities (Maybe Text)
- data ListCloudFrontOriginAccessIdentitiesResponse = ListCloudFrontOriginAccessIdentitiesResponse' {}
- newListCloudFrontOriginAccessIdentitiesResponse :: Int -> CloudFrontOriginAccessIdentityList -> ListCloudFrontOriginAccessIdentitiesResponse
- listCloudFrontOriginAccessIdentitiesResponse_httpStatus :: Lens' ListCloudFrontOriginAccessIdentitiesResponse Int
- listCloudFrontOriginAccessIdentitiesResponse_cloudFrontOriginAccessIdentityList :: Lens' ListCloudFrontOriginAccessIdentitiesResponse CloudFrontOriginAccessIdentityList
Creating a Request
data ListCloudFrontOriginAccessIdentities Source #
The request to list origin access identities.
See: newListCloudFrontOriginAccessIdentities smart constructor.
Constructors
| ListCloudFrontOriginAccessIdentities' | |
Fields
| |
Instances
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
newListCloudFrontOriginAccessIdentitiesResponse Source #
Arguments
Create a value of ListCloudFrontOriginAccessIdentitiesResponse 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:
$sel:httpStatus:ListCloudFrontOriginAccessIdentitiesResponse', listCloudFrontOriginAccessIdentitiesResponse_httpStatus - The response's http status code.
$sel:cloudFrontOriginAccessIdentityList:ListCloudFrontOriginAccessIdentitiesResponse', listCloudFrontOriginAccessIdentitiesResponse_cloudFrontOriginAccessIdentityList - The CloudFrontOriginAccessIdentityList type.
Response Lenses
listCloudFrontOriginAccessIdentitiesResponse_httpStatus :: Lens' ListCloudFrontOriginAccessIdentitiesResponse Int Source #
The response's http status code.
listCloudFrontOriginAccessIdentitiesResponse_cloudFrontOriginAccessIdentityList :: Lens' ListCloudFrontOriginAccessIdentitiesResponse CloudFrontOriginAccessIdentityList Source #
The CloudFrontOriginAccessIdentityList type.