GetSecretValueResponse
import type { GetSecretValueResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/secretsmanager.ts";interface GetSecretValueResponse {
ARN?: string | null;
CreatedDate?: Date | number | null;
Name?: string | null;
SecretBinary?: Uint8Array | null;
SecretString?: string | null;
VersionId?: string | null;
VersionStages?: string[] | null;
}