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/route53recoverycontrolconfig.ts?docs=full";
interface ListRoutingControlsResponse {
NextToken?: string | null;
RoutingControls?: RoutingControl[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token that identifies which batch of results you want to see.

§
RoutingControls?: RoutingControl[] | null
[src]

An array of routing controls.