DescribeSecretResponse
import type { DescribeSecretResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/secretsmanager.ts";interface DescribeSecretResponse {
ARN?: string | null;
CreatedDate?: Date | number | null;
DeletedDate?: Date | number | null;
Description?: string | null;
KmsKeyId?: string | null;
LastAccessedDate?: Date | number | null;
LastChangedDate?: Date | number | null;
LastRotatedDate?: Date | number | null;
Name?: string | null;
OwningService?: string | null;
PrimaryRegion?: string | null;
ReplicationStatus?: ReplicationStatusType[] | null;
RotationEnabled?: boolean | null;
RotationLambdaARN?: string | null;
RotationRules?: RotationRulesType | null;
Tags?: Tag[] | null;
VersionIdsToStages?: {} | null;
}[key: string]: string[] | null | undefined;
§Properties
§
ReplicationStatus?: ReplicationStatusType[] | null
[src]§
RotationRules?: RotationRulesType | null
[src]