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

RotateSecretRequest

import type { RotateSecretRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/secretsmanager.ts";
interface RotateSecretRequest {
ClientRequestToken?: string | null;
RotationLambdaARN?: string | null;
RotationRules?: RotationRulesType | null;
SecretId: string;
}

§Properties

§
ClientRequestToken?: string | null
[src]
§
RotationLambdaARN?: string | null
[src]
§
RotationRules?: RotationRulesType | null
[src]
§
SecretId: string
[src]