| 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.ListFieldLevelEncryptionConfigs
Description
List all field-level encryption configurations that have been created in CloudFront for this account.
Synopsis
- data ListFieldLevelEncryptionConfigs = ListFieldLevelEncryptionConfigs' {}
- newListFieldLevelEncryptionConfigs :: ListFieldLevelEncryptionConfigs
- listFieldLevelEncryptionConfigs_marker :: Lens' ListFieldLevelEncryptionConfigs (Maybe Text)
- listFieldLevelEncryptionConfigs_maxItems :: Lens' ListFieldLevelEncryptionConfigs (Maybe Text)
- data ListFieldLevelEncryptionConfigsResponse = ListFieldLevelEncryptionConfigsResponse' {}
- newListFieldLevelEncryptionConfigsResponse :: Int -> ListFieldLevelEncryptionConfigsResponse
- listFieldLevelEncryptionConfigsResponse_fieldLevelEncryptionList :: Lens' ListFieldLevelEncryptionConfigsResponse (Maybe FieldLevelEncryptionList)
- listFieldLevelEncryptionConfigsResponse_httpStatus :: Lens' ListFieldLevelEncryptionConfigsResponse Int
Creating a Request
data ListFieldLevelEncryptionConfigs Source #
See: newListFieldLevelEncryptionConfigs smart constructor.
Constructors
| ListFieldLevelEncryptionConfigs' | |
Fields
| |
Instances
newListFieldLevelEncryptionConfigs :: ListFieldLevelEncryptionConfigs Source #
Create a value of ListFieldLevelEncryptionConfigs 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:
ListFieldLevelEncryptionConfigs, listFieldLevelEncryptionConfigs_marker - Use this when paginating results to indicate where to begin in your list
of configurations. The results include configurations 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 configuration on that page).
ListFieldLevelEncryptionConfigs, listFieldLevelEncryptionConfigs_maxItems - The maximum number of field-level encryption configurations you want in
the response body.
Request Lenses
listFieldLevelEncryptionConfigs_marker :: Lens' ListFieldLevelEncryptionConfigs (Maybe Text) Source #
Use this when paginating results to indicate where to begin in your list
of configurations. The results include configurations 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 configuration on that page).
listFieldLevelEncryptionConfigs_maxItems :: Lens' ListFieldLevelEncryptionConfigs (Maybe Text) Source #
The maximum number of field-level encryption configurations you want in the response body.
Destructuring the Response
data ListFieldLevelEncryptionConfigsResponse Source #
See: newListFieldLevelEncryptionConfigsResponse smart constructor.
Constructors
| ListFieldLevelEncryptionConfigsResponse' | |
Fields
| |
Instances
newListFieldLevelEncryptionConfigsResponse Source #
Arguments
| :: Int | |
| -> ListFieldLevelEncryptionConfigsResponse |
Create a value of ListFieldLevelEncryptionConfigsResponse 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:fieldLevelEncryptionList:ListFieldLevelEncryptionConfigsResponse', listFieldLevelEncryptionConfigsResponse_fieldLevelEncryptionList - Returns a list of all field-level encryption configurations that have
been created in CloudFront for this account.
$sel:httpStatus:ListFieldLevelEncryptionConfigsResponse', listFieldLevelEncryptionConfigsResponse_httpStatus - The response's http status code.
Response Lenses
listFieldLevelEncryptionConfigsResponse_fieldLevelEncryptionList :: Lens' ListFieldLevelEncryptionConfigsResponse (Maybe FieldLevelEncryptionList) Source #
Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.
listFieldLevelEncryptionConfigsResponse_httpStatus :: Lens' ListFieldLevelEncryptionConfigsResponse Int Source #
The response's http status code.