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

UpdateRoutingControlStatesRequest

import type { UpdateRoutingControlStatesRequest } from "https://aws-api.deno.dev/v0.4/services/route53recoverycluster.ts?docs=full";
interface UpdateRoutingControlStatesRequest {
SafetyRulesToOverride?: string[] | null;
UpdateRoutingControlStateEntries: UpdateRoutingControlStateEntry[];
}

§Properties

§
SafetyRulesToOverride?: string[] | null
[src]

The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating routing control states. You can override one safety rule or multiple safety rules by including one or more ARNs, separated by commas.

For more information, see Override safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller Developer Guide.

§
UpdateRoutingControlStateEntries: UpdateRoutingControlStateEntry[]
[src]

A set of routing control entries that you want to update.