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

Description

Get the information about an origin access identity.

Synopsis

Creating a Request

data GetCloudFrontOriginAccessIdentity Source #

The request to get an origin access identity's information.

See: newGetCloudFrontOriginAccessIdentity smart constructor.

Constructors

GetCloudFrontOriginAccessIdentity' 

Fields

Instances

Instances details
Eq GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

Read GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

Show GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

Generic GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

Associated Types

type Rep GetCloudFrontOriginAccessIdentity :: Type -> Type #

NFData GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

Hashable GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

AWSRequest GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

ToHeaders GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

ToPath GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

ToQuery GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

type Rep GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

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

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

newGetCloudFrontOriginAccessIdentity Source #

Create a value of GetCloudFrontOriginAccessIdentity 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:GetCloudFrontOriginAccessIdentity', getCloudFrontOriginAccessIdentity_id - The identity's ID.

Request Lenses

Destructuring the Response

data GetCloudFrontOriginAccessIdentityResponse Source #

The returned result of the corresponding request.

See: newGetCloudFrontOriginAccessIdentityResponse smart constructor.

Constructors

GetCloudFrontOriginAccessIdentityResponse' 

Fields

Instances

Instances details
Eq GetCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

Read GetCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

Show GetCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

Generic GetCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

NFData GetCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

type Rep GetCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity

type Rep GetCloudFrontOriginAccessIdentityResponse = D1 ('MetaData "GetCloudFrontOriginAccessIdentityResponse" "Amazonka.CloudFront.GetCloudFrontOriginAccessIdentity" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "GetCloudFrontOriginAccessIdentityResponse'" '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))))

newGetCloudFrontOriginAccessIdentityResponse Source #

Create a value of GetCloudFrontOriginAccessIdentityResponse 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:GetCloudFrontOriginAccessIdentityResponse', getCloudFrontOriginAccessIdentityResponse_eTag - The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

$sel:cloudFrontOriginAccessIdentity:GetCloudFrontOriginAccessIdentityResponse', getCloudFrontOriginAccessIdentityResponse_cloudFrontOriginAccessIdentity - The origin access identity's information.

$sel:httpStatus:GetCloudFrontOriginAccessIdentityResponse', getCloudFrontOriginAccessIdentityResponse_httpStatus - The response's http status code.

Response Lenses

getCloudFrontOriginAccessIdentityResponse_eTag :: Lens' GetCloudFrontOriginAccessIdentityResponse (Maybe Text) Source #

The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.