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

ListCloudFrontOriginAccessIdentitiesResult

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

The returned result of the corresponding request.

interface ListCloudFrontOriginAccessIdentitiesResult {
CloudFrontOriginAccessIdentityList?: CloudFrontOriginAccessIdentityList | null;
}

§Properties

§
CloudFrontOriginAccessIdentityList?: CloudFrontOriginAccessIdentityList | null
[src]

The CloudFrontOriginAccessIdentityList type.