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

GetCloudFrontOriginAccessIdentityRequest

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

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

interface GetCloudFrontOriginAccessIdentityRequest {
Id: string;
}

§Properties

§
Id: string
[src]

The identity's ID.