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

ListSecretsResponse

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

§Properties

§
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 ListSecrets again with this value.

§
SecretList?: SecretListEntry[] | null
[src]

A list of the secrets in the account.