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

DeleteSecretResponse

import type { DeleteSecretResponse } from "https://aws-api.deno.dev/v0.4/services/secretsmanager.ts?docs=full";
interface DeleteSecretResponse {
ARN?: string | null;
DeletionDate?: Date | number | null;
Name?: string | null;
}

§Properties

§
ARN?: string | null
[src]

The ARN of the secret.

§
DeletionDate?: Date | number | null
[src]

The date and time after which this secret Secrets Manager can permanently delete this secret, and it can no longer be restored. This value is the date and time of the delete request plus the number of days in RecoveryWindowInDays.

§
Name?: string | null
[src]

The name of the secret.