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

GetEndpointRequest

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

§Properties

§
certificateArn?: string | null
[src]

The certificate ARN of the device. This is an optional parameter.

§
thingArn?: string | null
[src]

The thing ARN of the device. This is an optional parameter.