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

PutSecretValueResponse

import type { PutSecretValueResponse } from "https://aws-api.deno.dev/v0.4/services/secretsmanager.ts?docs=full";
interface PutSecretValueResponse {
ARN?: string | null;
Name?: string | null;
VersionId?: string | null;
VersionStages?: string[] | null;
}

§Properties

§
ARN?: string | null
[src]

The ARN of the secret.

§
Name?: string | null
[src]

The name of the secret.

§
VersionId?: string | null
[src]

The unique identifier of the version of the secret.

§
VersionStages?: string[] | null
[src]

The list of staging labels that are currently attached to this version of the secret. Secrets Manager uses staging labels to track a version as it progresses through the secret rotation process.