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

UpdateTrafficPolicyCommentRequest

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

A complex type that contains information about the traffic policy that you want to update the comment for.

interface UpdateTrafficPolicyCommentRequest {
Comment: string;
Id: string;
Version: number;
}

§Properties

§
Comment: string
[src]

The new comment for the specified traffic policy and version.

§
Id: string
[src]

The value of Id for the traffic policy that you want to update the comment for.

§
Version: number
[src]

The value of Version for the traffic policy that you want to update the comment for.