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

RevokeSignatureRequest

import type { RevokeSignatureRequest } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";
interface RevokeSignatureRequest {
jobId: string;
jobOwner?: string | null;
reason: string;
}

§Properties

§
jobId: string
[src]

ID of the signing job to be revoked.

§
jobOwner?: string | null
[src]

AWS account ID of the job owner.

§
reason: string
[src]

The reason for revoking the signing job.