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

UpdateCellResponse

import type { UpdateCellResponse } from "https://aws-api.deno.dev/v0.4/services/route53recoveryreadiness.ts?docs=full";
interface UpdateCellResponse {
CellArn?: string | null;
CellName?: string | null;
Cells?: string[] | null;
ParentReadinessScopes?: string[] | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
CellArn?: string | null
[src]

The Amazon Resource Name (ARN) for the cell.

§
CellName?: string | null
[src]

The name of the cell.

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

A list of cell ARNs.

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

The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags on the resources.