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

DescribeCertificateRequest

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

The input for the DescribeCertificate operation.

interface DescribeCertificateRequest {
certificateId: string;
}

§Properties

§
certificateId: string
[src]

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