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

DeleteContinuousDeploymentPolicyRequest

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

§Properties

§
Id: string
[src]

The identifier of the continuous deployment policy that you are deleting.

§
IfMatch?: string | null
[src]

The current version (ETag value) of the continuous deployment policy that you are deleting.