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

Description

Get the field-level encryption profile configuration information.

Synopsis

Creating a Request

data GetFieldLevelEncryptionProfileConfig Source #

Constructors

GetFieldLevelEncryptionProfileConfig' 

Fields

  • id :: Text

    Get the ID for the field-level encryption profile configuration information.

Instances

Instances details
Eq GetFieldLevelEncryptionProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

Read GetFieldLevelEncryptionProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

Show GetFieldLevelEncryptionProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

Generic GetFieldLevelEncryptionProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

NFData GetFieldLevelEncryptionProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

Hashable GetFieldLevelEncryptionProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

AWSRequest GetFieldLevelEncryptionProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

ToHeaders GetFieldLevelEncryptionProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

ToPath GetFieldLevelEncryptionProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

ToQuery GetFieldLevelEncryptionProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

type Rep GetFieldLevelEncryptionProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

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

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

newGetFieldLevelEncryptionProfileConfig Source #

Create a value of GetFieldLevelEncryptionProfileConfig 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:id:GetFieldLevelEncryptionProfileConfig', getFieldLevelEncryptionProfileConfig_id - Get the ID for the field-level encryption profile configuration information.

Request Lenses

getFieldLevelEncryptionProfileConfig_id :: Lens' GetFieldLevelEncryptionProfileConfig Text Source #

Get the ID for the field-level encryption profile configuration information.

Destructuring the Response

data GetFieldLevelEncryptionProfileConfigResponse Source #

Constructors

GetFieldLevelEncryptionProfileConfigResponse' 

Fields

Instances

Instances details
Eq GetFieldLevelEncryptionProfileConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

Read GetFieldLevelEncryptionProfileConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

Show GetFieldLevelEncryptionProfileConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

Generic GetFieldLevelEncryptionProfileConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

NFData GetFieldLevelEncryptionProfileConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

type Rep GetFieldLevelEncryptionProfileConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig

type Rep GetFieldLevelEncryptionProfileConfigResponse = D1 ('MetaData "GetFieldLevelEncryptionProfileConfigResponse" "Amazonka.CloudFront.GetFieldLevelEncryptionProfileConfig" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "GetFieldLevelEncryptionProfileConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fieldLevelEncryptionProfileConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldLevelEncryptionProfileConfig)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetFieldLevelEncryptionProfileConfigResponse Source #

Create a value of GetFieldLevelEncryptionProfileConfigResponse 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:GetFieldLevelEncryptionProfileConfigResponse', getFieldLevelEncryptionProfileConfigResponse_eTag - The current version of the field-level encryption profile configuration result. For example: E2QWRUHAPOMQZL.

$sel:fieldLevelEncryptionProfileConfig:GetFieldLevelEncryptionProfileConfigResponse', getFieldLevelEncryptionProfileConfigResponse_fieldLevelEncryptionProfileConfig - Return the field-level encryption profile configuration information.

$sel:httpStatus:GetFieldLevelEncryptionProfileConfigResponse', getFieldLevelEncryptionProfileConfigResponse_httpStatus - The response's http status code.

Response Lenses

getFieldLevelEncryptionProfileConfigResponse_eTag :: Lens' GetFieldLevelEncryptionProfileConfigResponse (Maybe Text) Source #

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