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

UpdateContinuousDeploymentPolicyRequest

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

§Properties

§
ContinuousDeploymentPolicyConfig: ContinuousDeploymentPolicyConfig
[src]

The continuous deployment policy configuration.

§
Id: string
[src]

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

§
IfMatch?: string | null
[src]

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