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

RegisterCertificateWithoutCAResponse

import type { RegisterCertificateWithoutCAResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface RegisterCertificateWithoutCAResponse {
certificateArn?: string | null;
certificateId?: string | null;
}

§Properties

§
certificateArn?: string | null
[src]

The Amazon Resource Name (ARN) of the registered certificate.

§
certificateId?: string | null
[src]

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