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

CreateTrafficPolicyVersionRequest

import type { CreateTrafficPolicyVersionRequest } 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 create a new version for.

interface CreateTrafficPolicyVersionRequest {
Comment?: string | null;
Document: string;
Id: string;
}

§Properties

§
Comment?: string | null
[src]

The comment that you specified in the CreateTrafficPolicyVersion request, if any.

§
Document: string
[src]

The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.

§
Id: string
[src]

The ID of the traffic policy for which you want to create a new version.