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;
}