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

Description

Update an origin access identity.

Synopsis

Creating a Request

data UpdateCloudFrontOriginAccessIdentity Source #

The request to update an origin access identity.

See: newUpdateCloudFrontOriginAccessIdentity smart constructor.

Constructors

UpdateCloudFrontOriginAccessIdentity' 

Fields

Instances

Instances details
Eq UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

Read UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

Show UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

Generic UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

NFData UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

Hashable UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

AWSRequest UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

ToHeaders UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

ToPath UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

ToQuery UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

ToElement UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

type Rep UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

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

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

newUpdateCloudFrontOriginAccessIdentity Source #

Create a value of UpdateCloudFrontOriginAccessIdentity 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:ifMatch:UpdateCloudFrontOriginAccessIdentity', updateCloudFrontOriginAccessIdentity_ifMatch - The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

$sel:cloudFrontOriginAccessIdentityConfig:UpdateCloudFrontOriginAccessIdentity', updateCloudFrontOriginAccessIdentity_cloudFrontOriginAccessIdentityConfig - The identity's configuration information.

$sel:id:UpdateCloudFrontOriginAccessIdentity', updateCloudFrontOriginAccessIdentity_id - The identity's id.

Request Lenses

updateCloudFrontOriginAccessIdentity_ifMatch :: Lens' UpdateCloudFrontOriginAccessIdentity (Maybe Text) Source #

The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

Destructuring the Response

data UpdateCloudFrontOriginAccessIdentityResponse Source #

The returned result of the corresponding request.

See: newUpdateCloudFrontOriginAccessIdentityResponse smart constructor.

Constructors

UpdateCloudFrontOriginAccessIdentityResponse' 

Fields

Instances

Instances details
Eq UpdateCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

Read UpdateCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

Show UpdateCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

Generic UpdateCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

NFData UpdateCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

type Rep UpdateCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

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

Response Lenses

updateCloudFrontOriginAccessIdentityResponse_eTag :: Lens' UpdateCloudFrontOriginAccessIdentityResponse (Maybe Text) Source #

The current version of the configuration. For example: E2QWRUHAPOMQZL.