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

UpdateRecoveryGroupRequest

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

Name of a recovery group.

interface UpdateRecoveryGroupRequest {
Cells: string[];
RecoveryGroupName: string;
}

§Properties

§
Cells: string[]
[src]

A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list.

§
RecoveryGroupName: string
[src]

The name of a recovery group.