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

UpdateSecretRequest

import type { UpdateSecretRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/secretsmanager.ts";
interface UpdateSecretRequest {
ClientRequestToken?: string | null;
Description?: string | null;
KmsKeyId?: string | null;
SecretBinary?: Uint8Array | string | null;
SecretId: string;
SecretString?: string | null;
}

§Properties

§
ClientRequestToken?: string | null
[src]
§
Description?: string | null
[src]
§
KmsKeyId?: string | null
[src]
§
SecretBinary?: Uint8Array | string | null
[src]
§
SecretId: string
[src]
§
SecretString?: string | null
[src]