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

GetRoutingControlStateResponse

import type { GetRoutingControlStateResponse } from "https://aws-api.deno.dev/v0.4/services/route53recoverycluster.ts?docs=full";
interface GetRoutingControlStateResponse {
RoutingControlArn: string;
RoutingControlName?: string | null;
RoutingControlState: RoutingControlState;
}

§Properties

§
RoutingControlArn: string
[src]

The Amazon Resource Name (ARN) of the response.

§
RoutingControlName?: string | null
[src]

The routing control name.

§
RoutingControlState: RoutingControlState
[src]

The state of the routing control.