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

UpdateRoutingControlRequest

import type { UpdateRoutingControlRequest } from "https://aws-api.deno.dev/v0.4/services/route53recoverycontrolconfig.ts?docs=full";

The details of the routing control that you're updating.

interface UpdateRoutingControlRequest {
RoutingControlArn: string;
RoutingControlName: string;
}

§Properties

§
RoutingControlArn: string
[src]

The Amazon Resource Name (ARN) of the routing control.

§
RoutingControlName: string
[src]

The name of the routing control.