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

ReplicationStatusType

import type { ReplicationStatusType } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/secretsmanager.ts";
interface ReplicationStatusType {
KmsKeyId?: string | null;
LastAccessedDate?: Date | number | null;
Region?: string | null;
Status?: StatusType | null;
StatusMessage?: string | null;
}

§Properties

§
KmsKeyId?: string | null
[src]
§
LastAccessedDate?: Date | number | null
[src]
§
Region?: string | null
[src]
§
Status?: StatusType | null
[src]
§
StatusMessage?: string | null
[src]