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

AWSRequest UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

Generic 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

NFData UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

Eq UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

Hashable UpdateCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

type AWSResponse 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" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" '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))))

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.

UpdateCloudFrontOriginAccessIdentity, updateCloudFrontOriginAccessIdentity_cloudFrontOriginAccessIdentityConfig - The identity's configuration information.

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
Generic 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

NFData UpdateCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.UpdateCloudFrontOriginAccessIdentity

Eq 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" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" 'False) (C1 ('MetaCons "UpdateCloudFrontOriginAccessIdentityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cloudFrontOriginAccessIdentity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudFrontOriginAccessIdentity)) :*: (S1 ('MetaSel ('Just "eTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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.