libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

Read ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

Show 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 #

NFData ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

Hashable ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

AWSRequest ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

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

type Rep ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

type Rep ListFieldLevelEncryptionConfigs = D1 ('MetaData "ListFieldLevelEncryptionConfigs" "Amazonka.CloudFront.ListFieldLevelEncryptionConfigs" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" '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))))
type AWSResponse ListFieldLevelEncryptionConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

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:

$sel:marker: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).

$sel:maxItems: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
Eq 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

Generic ListFieldLevelEncryptionConfigsResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListFieldLevelEncryptionConfigs

NFData 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" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" '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.