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

UpdateTrafficPolicyInstanceRequest

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

A complex type that contains information about the resource record sets that you want to update based on a specified traffic policy instance.

interface UpdateTrafficPolicyInstanceRequest {
Id: string;
TrafficPolicyId: string;
TrafficPolicyVersion: number;
TTL: number;
}

§Properties

§
Id: string
[src]

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

§
TrafficPolicyId: string
[src]

The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

§
TrafficPolicyVersion: number
[src]

The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

§
TTL: number
[src]

The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.