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

CancelCertificateTransferRequest

import type { CancelCertificateTransferRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";

The input for the CancelCertificateTransfer operation.

interface CancelCertificateTransferRequest {
certificateId: string;
}

§Properties

§
certificateId: string
[src]

The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)