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

CustomCodeSigning

import type { CustomCodeSigning } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface CustomCodeSigning {
certificateChain?: CodeSigningCertificateChain | null;
hashAlgorithm?: string | null;
signature?: CodeSigningSignature | null;
signatureAlgorithm?: string | null;
}

§Properties

§
certificateChain?: CodeSigningCertificateChain | null
[src]
§
hashAlgorithm?: string | null
[src]
§
signature?: CodeSigningSignature | null
[src]
§
signatureAlgorithm?: string | null
[src]