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

GetTrafficPolicyInstanceCountResponse

import type { GetTrafficPolicyInstanceCountResponse } 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 Amazon Route 53 created based on a specified traffic policy.

interface GetTrafficPolicyInstanceCountResponse {
TrafficPolicyInstanceCount: number;
}

§Properties

§
TrafficPolicyInstanceCount: number
[src]

The number of traffic policy instances that are associated with the current Amazon Web Services account.