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

ListTrafficPoliciesResponse

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

A complex type that contains the response information for the request.

interface ListTrafficPoliciesResponse {
IsTruncated: boolean;
MaxItems: string;
TrafficPolicyIdMarker: string;
TrafficPolicySummaries: TrafficPolicySummary[];
}

§Properties

§
IsTruncated: boolean
[src]

A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of traffic policies by submitting another ListTrafficPolicies request and specifying the value of TrafficPolicyIdMarker in the TrafficPolicyIdMarker request parameter.

§
MaxItems: string
[src]

The value that you specified for the MaxItems parameter in the ListTrafficPolicies request that produced the current response.

§
TrafficPolicyIdMarker: string
[src]

If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.

§
TrafficPolicySummaries: TrafficPolicySummary[]
[src]

A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current Amazon Web Services account.