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

DescribeEndpointRequest

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

The input for the DescribeEndpoint operation.

interface DescribeEndpointRequest {
endpointType?: string | null;
}

§Properties

§
endpointType?: string | null
[src]

The endpoint type. Valid endpoint types include:

  • iot:Data - Returns a VeriSign signed data endpoint.

  • iot:Data-ATS - Returns an ATS signed data endpoint.

  • iot:CredentialProvider - Returns an IoT credentials provider API endpoint.

  • iot:Jobs - Returns an IoT device management Jobs API endpoint.

We strongly recommend that customers use the newer iot:Data-ATS endpoint type to avoid issues related to the widespread distrust of Symantec certificate authorities.