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

GetServiceEndpointResponse

import type { GetServiceEndpointResponse } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface GetServiceEndpointResponse {
ServerTrust?: string | null;
ServiceEndpoint?: string | null;
ServiceType?: WirelessGatewayServiceType | null;
}

§Properties

§
ServerTrust?: string | null
[src]

The Root CA of the server trust certificate.

§
ServiceEndpoint?: string | null
[src]

The service endpoint value.

§
ServiceType?: WirelessGatewayServiceType | null
[src]

The endpoint's service type.