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

ListRoutingControlsResponse

import type { ListRoutingControlsResponse } from "https://aws-api.deno.dev/v0.4/services/route53recoverycluster.ts?docs=full";
interface ListRoutingControlsResponse {
NextToken?: string | null;
RoutingControls: RoutingControl[];
}

§Properties

§
NextToken?: string | null
[src]

The token for the next set of results. You receive this token from a previous call.

§
RoutingControls: RoutingControl[]
[src]

The list of routing controls.