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

Description

Create a new field-level encryption configuration.

Synopsis

Creating a Request

data CreateFieldLevelEncryptionConfig Source #

See: newCreateFieldLevelEncryptionConfig smart constructor.

Constructors

CreateFieldLevelEncryptionConfig' 

Fields

Instances

Instances details
Eq CreateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

Read CreateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

Show CreateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

Generic CreateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

Associated Types

type Rep CreateFieldLevelEncryptionConfig :: Type -> Type #

NFData CreateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

Hashable CreateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

AWSRequest CreateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

ToHeaders CreateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

ToPath CreateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

ToQuery CreateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

ToElement CreateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

type Rep CreateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

type Rep CreateFieldLevelEncryptionConfig = D1 ('MetaData "CreateFieldLevelEncryptionConfig" "Amazonka.CloudFront.CreateFieldLevelEncryptionConfig" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "CreateFieldLevelEncryptionConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fieldLevelEncryptionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FieldLevelEncryptionConfig)))
type AWSResponse CreateFieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

newCreateFieldLevelEncryptionConfig Source #

Create a value of CreateFieldLevelEncryptionConfig 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:fieldLevelEncryptionConfig:CreateFieldLevelEncryptionConfig', createFieldLevelEncryptionConfig_fieldLevelEncryptionConfig - The request to create a new field-level encryption configuration.

Request Lenses

Destructuring the Response

data CreateFieldLevelEncryptionConfigResponse Source #

Constructors

CreateFieldLevelEncryptionConfigResponse' 

Fields

Instances

Instances details
Eq CreateFieldLevelEncryptionConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

Read CreateFieldLevelEncryptionConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

Show CreateFieldLevelEncryptionConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

Generic CreateFieldLevelEncryptionConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

NFData CreateFieldLevelEncryptionConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

type Rep CreateFieldLevelEncryptionConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.CreateFieldLevelEncryptionConfig

type Rep CreateFieldLevelEncryptionConfigResponse = D1 ('MetaData "CreateFieldLevelEncryptionConfigResponse" "Amazonka.CloudFront.CreateFieldLevelEncryptionConfig" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "CreateFieldLevelEncryptionConfigResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "fieldLevelEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldLevelEncryption)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateFieldLevelEncryptionConfigResponse Source #

Create a value of CreateFieldLevelEncryptionConfigResponse 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:eTag:CreateFieldLevelEncryptionConfigResponse', createFieldLevelEncryptionConfigResponse_eTag - The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

$sel:location:CreateFieldLevelEncryptionConfigResponse', createFieldLevelEncryptionConfigResponse_location - The fully qualified URI of the new configuration resource just created.

$sel:fieldLevelEncryption:CreateFieldLevelEncryptionConfigResponse', createFieldLevelEncryptionConfigResponse_fieldLevelEncryption - Returned when you create a new field-level encryption configuration.

$sel:httpStatus:CreateFieldLevelEncryptionConfigResponse', createFieldLevelEncryptionConfigResponse_httpStatus - The response's http status code.

Response Lenses

createFieldLevelEncryptionConfigResponse_eTag :: Lens' CreateFieldLevelEncryptionConfigResponse (Maybe Text) Source #

The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

createFieldLevelEncryptionConfigResponse_location :: Lens' CreateFieldLevelEncryptionConfigResponse (Maybe Text) Source #

The fully qualified URI of the new configuration resource just created.