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

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?: {
[key: string]: string[] | null | undefined;
}
| null;
}

§Properties

§
ARN?: string | null
[src]
§
CreatedDate?: Date | number | null
[src]
§
DeletedDate?: Date | number | null
[src]
§
Description?: string | null
[src]
§
KmsKeyId?: string | null
[src]
§
LastAccessedDate?: Date | number | null
[src]
§
LastChangedDate?: Date | number | null
[src]
§
LastRotatedDate?: Date | number | null
[src]
§
Name?: string | null
[src]
§
OwningService?: string | null
[src]
§
PrimaryRegion?: string | null
[src]
§
ReplicationStatus?: ReplicationStatusType[] | null
[src]
§
RotationEnabled?: boolean | null
[src]
§
RotationLambdaARN?: string | null
[src]
§
RotationRules?: RotationRulesType | null
[src]
§
Tags?: Tag[] | null
[src]
§
VersionIdsToStages?: {
[key: string]: string[] | null | undefined;
}
| null
[src]