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

UpdateRoutingControlStateRequest

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

§Properties

§
RoutingControlArn: string
[src]

The Amazon Resource Number (ARN) for the routing control that you want to update the state for.

§
RoutingControlState: RoutingControlState
[src]

The state of the routing control. You can set the value to be On or Off.