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

ListSecretVersionIdsResponse

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

§Properties

§
ARN?: string | null
[src]

The ARN of the secret.

§
Name?: string | null
[src]

The name of the secret.

§
NextToken?: string | null
[src]

Secrets Manager includes this value if there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. To get the next results, call ListSecretVersionIds again with this value.

§
Versions?: SecretVersionsListEntry[] | null
[src]

A list of the versions of the secret.