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

RegionInfo

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

Information about a Amazon Web Services Region in your replication set.

interface RegionInfo {
sseKmsKeyId?: string | null;
status: RegionStatus;
statusMessage?: string | null;
statusUpdateDateTime: Date | number;
}

§Properties

§
sseKmsKeyId?: string | null
[src]

The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.

§

The status of the Amazon Web Services Region in the replication set.

§
statusMessage?: string | null
[src]

Information displayed about the status of the Amazon Web Services Region.

§
statusUpdateDateTime: Date | number
[src]

The most recent date and time that Incident Manager updated the Amazon Web Services Region's status.