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

UpdateOriginAccessControlRequest

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

§Properties

§
Id: string
[src]

The unique identifier of the origin access control that you are updating.

§
IfMatch?: string | null
[src]

The current version (ETag value) of the origin access control that you are updating.

§
OriginAccessControlConfig: OriginAccessControlConfig
[src]

An origin access control.