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

RevokeSigningProfileRequest

import type { RevokeSigningProfileRequest } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";
interface RevokeSigningProfileRequest {
effectiveTime: Date | number;
profileName: string;
profileVersion: string;
reason: string;
}

§Properties

§
effectiveTime: Date | number
[src]

A timestamp for when revocation of a Signing Profile should become effective. Signatures generated using the signing profile after this timestamp are not trusted.

§
profileName: string
[src]

The name of the signing profile to be revoked.

§
profileVersion: string
[src]

The version of the signing profile to be revoked.

§
reason: string
[src]

The reason for revoking a signing profile.