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

UpdateOriginAccessControlResult

import type { UpdateOriginAccessControlResult } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";
interface UpdateOriginAccessControlResult {
ETag?: string | null;
OriginAccessControl?: OriginAccessControl | null;
}

§Properties

§
ETag?: string | null
[src]

The new version of the origin access control after it has been updated.

§
OriginAccessControl?: OriginAccessControl | null
[src]

The origin access control after it has been updated.