Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
List origin access identities.
See: AWS API Reference for ListCloudFrontOriginAccessIdentities.
This operation returns paginated results.
- listCloudFrontOriginAccessIdentities :: ListCloudFrontOriginAccessIdentities
- data ListCloudFrontOriginAccessIdentities
- lcfoaiMarker :: Lens' ListCloudFrontOriginAccessIdentities (Maybe Text)
- lcfoaiMaxItems :: Lens' ListCloudFrontOriginAccessIdentities (Maybe Text)
- listCloudFrontOriginAccessIdentitiesResponse :: Int -> CloudFrontOriginAccessIdentityList -> ListCloudFrontOriginAccessIdentitiesResponse
- data ListCloudFrontOriginAccessIdentitiesResponse
- lcfoairsResponseStatus :: Lens' ListCloudFrontOriginAccessIdentitiesResponse Int
- lcfoairsCloudFrontOriginAccessIdentityList :: Lens' ListCloudFrontOriginAccessIdentitiesResponse CloudFrontOriginAccessIdentityList
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:
data ListCloudFrontOriginAccessIdentities Source
The request to list origin access identities.
See: listCloudFrontOriginAccessIdentities
smart constructor.
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
listCloudFrontOriginAccessIdentitiesResponse Source
Creates a value of ListCloudFrontOriginAccessIdentitiesResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListCloudFrontOriginAccessIdentitiesResponse Source
The returned result of the corresponding request.
See: listCloudFrontOriginAccessIdentitiesResponse
smart constructor.
Response Lenses
lcfoairsResponseStatus :: Lens' ListCloudFrontOriginAccessIdentitiesResponse Int Source
The response status code.
lcfoairsCloudFrontOriginAccessIdentityList :: Lens' ListCloudFrontOriginAccessIdentitiesResponse CloudFrontOriginAccessIdentityList Source
The CloudFrontOriginAccessIdentityList type.