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

CancelRotateSecretResponse

import type { CancelRotateSecretResponse } from "https://aws-api.deno.dev/v0.4/services/secretsmanager.ts?docs=full";
interface CancelRotateSecretResponse {
ARN?: string | null;
Name?: string | null;
VersionId?: 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 created during the rotation. This version might not be complete, and should be evaluated for possible deletion. We recommend that you remove the VersionStage value AWSPENDING from this version so that Secrets Manager can delete it. Failing to clean up a cancelled rotation can block you from starting future rotations.