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

RejectCertificateTransferRequest

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

The input for the RejectCertificateTransfer operation.

interface RejectCertificateTransferRequest {
certificateId: string;
rejectReason?: string | null;
}

§Properties

§
certificateId: string
[src]

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

§
rejectReason?: string | null
[src]

The reason the certificate transfer was rejected.