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

Description

List all field-level encryption configurations that have been created in CloudFront for this account.

Synopsis

Creating a Request

data ListFieldLevelEncryptionConfigs Source #

See: newListFieldLevelEncryptionConfigs smart constructor.

Constructors

ListFieldLevelEncryptionConfigs' 

Fields

  • marker :: Maybe Text

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

  • maxItems :: Maybe Text

    The maximum number of field-level encryption configurations you want in the response body.

Instances

Instances details
ToHeaders ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

ToPath ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

ToQuery ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

AWSRequest ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

Generic ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

Associated Types

type Rep ListFieldLevelEncryptionConfigs :: Type -> Type #

Read ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

Show ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

NFData ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

Eq ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

Hashable ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

type AWSResponse ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

type Rep ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

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

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 #

Constructors

ListFieldLevelEncryptionConfigsResponse' 

Fields

Instances

Instances details
Generic ListFieldLevelEncryptionConfigsResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

Read ListFieldLevelEncryptionConfigsResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

Show ListFieldLevelEncryptionConfigsResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

NFData ListFieldLevelEncryptionConfigsResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

Eq ListFieldLevelEncryptionConfigsResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

type Rep ListFieldLevelEncryptionConfigsResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

type Rep ListFieldLevelEncryptionConfigsResponse = D1 ('MetaData "ListFieldLevelEncryptionConfigsResponse" "Amazonka.CloudFront.ListFieldLevelEncryptionConfigs" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" 'False) (C1 ('MetaCons "ListFieldLevelEncryptionConfigsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fieldLevelEncryptionList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldLevelEncryptionList)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListFieldLevelEncryptionConfigsResponse Source #

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.