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

Description

Delete an origin access identity.

Synopsis

Creating a Request

data DeleteCloudFrontOriginAccessIdentity Source #

Deletes a origin access identity.

See: newDeleteCloudFrontOriginAccessIdentity smart constructor.

Constructors

DeleteCloudFrontOriginAccessIdentity' 

Fields

  • ifMatch :: Maybe Text

    The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

  • id :: Text

    The origin access identity's ID.

Instances

Instances details
Eq DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

Read DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

Show DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

Generic DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

NFData DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

Hashable DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

AWSRequest DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

ToHeaders DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

ToPath DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

ToQuery DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

type Rep DeleteCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

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

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

newDeleteCloudFrontOriginAccessIdentity Source #

Create a value of DeleteCloudFrontOriginAccessIdentity 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:DeleteCloudFrontOriginAccessIdentity', deleteCloudFrontOriginAccessIdentity_ifMatch - The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

$sel:id:DeleteCloudFrontOriginAccessIdentity', deleteCloudFrontOriginAccessIdentity_id - The origin access identity's ID.

Request Lenses

deleteCloudFrontOriginAccessIdentity_ifMatch :: Lens' DeleteCloudFrontOriginAccessIdentity (Maybe Text) Source #

The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

Destructuring the Response

data DeleteCloudFrontOriginAccessIdentityResponse Source #

Instances

Instances details
Eq DeleteCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

Read DeleteCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

Show DeleteCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

Generic DeleteCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

NFData DeleteCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

type Rep DeleteCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity

type Rep DeleteCloudFrontOriginAccessIdentityResponse = D1 ('MetaData "DeleteCloudFrontOriginAccessIdentityResponse" "Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "DeleteCloudFrontOriginAccessIdentityResponse'" 'PrefixI 'False) (U1 :: Type -> Type))