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

UpdateSecretResponse

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

§Properties

§
ARN?: string | null
[src]

The ARN of the secret that was updated.

§
Name?: string | null
[src]

The name of the secret that was updated.

§
VersionId?: string | null
[src]

If Secrets Manager created a new version of the secret during this operation, then VersionId contains the unique identifier of the new version.