ReplicateKeyRequest
import type { ReplicateKeyRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/kms.ts";interface ReplicateKeyRequest {
BypassPolicyLockoutSafetyCheck?: boolean | null;
Description?: string | null;
KeyId: string;
Policy?: string | null;
ReplicaRegion: string;
Tags?: Tag[] | null;
}