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

DeleteTrafficPolicyInstanceRequest

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

A request to delete a specified traffic policy instance.

interface DeleteTrafficPolicyInstanceRequest {
Id: string;
}

§Properties

§
Id: string
[src]

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

! IMPORTANT: ! When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.