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

DeleteTrafficPolicyRequest

import type { DeleteTrafficPolicyRequest } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";

A request to delete a specified traffic policy version.

interface DeleteTrafficPolicyRequest {
Id: string;
Version: number;
}

§Properties

§
Id: string
[src]

The ID of the traffic policy that you want to delete.

§
Version: number
[src]

The version number of the traffic policy that you want to delete.