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

UpdatePublicKeyRequest

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

§Properties

§
Id: string
[src]

The identifier of the public key that you are updating.

§
IfMatch?: string | null
[src]

The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

§
PublicKeyConfig: PublicKeyConfig
[src]

A public key configuration.