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

UpdateControlPanelRequest

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

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

interface UpdateControlPanelRequest {
ControlPanelArn: string;
ControlPanelName: string;
}

§Properties

§
ControlPanelArn: string
[src]

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

§
ControlPanelName: string
[src]

The name of the control panel.