Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateCloudFrontOriginAccessIdentityResult

import type { CreateCloudFrontOriginAccessIdentityResult } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";

The returned result of the corresponding request.

interface CreateCloudFrontOriginAccessIdentityResult {
CloudFrontOriginAccessIdentity?: CloudFrontOriginAccessIdentity | null;
ETag?: string | null;
Location?: string | null;
}

§Properties

§
CloudFrontOriginAccessIdentity?: CloudFrontOriginAccessIdentity | null
[src]

The origin access identity's information.

§
ETag?: string | null
[src]

The current version of the origin access identity created.

§
Location?: string | null
[src]

The fully qualified URI of the new origin access identity just created.