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

RegisterCertificateWithoutCARequest

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

§Properties

§
certificatePem: string
[src]

The certificate data, in PEM format.

§
status?: CertificateStatus | null
[src]

The status of the register certificate request.