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

UpdateCertificateRequest

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

The input for the UpdateCertificate operation.

interface UpdateCertificateRequest {
certificateId: string;
newStatus: CertificateStatus;
}

§Properties

§
certificateId: string
[src]

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

§

The new status.

Note: Setting the status to PENDING_TRANSFER or PENDING_ACTIVATION will result in an exception being thrown. PENDING_TRANSFER and PENDING_ACTIVATION are statuses used internally by IoT. They are not intended for developer use.

Note: The status value REGISTER_INACTIVE is deprecated and should not be used.