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

CreateDestinationRequest

import type { CreateDestinationRequest } from "https://aws-api.deno.dev/v0.4/services/iotroborunner.ts?docs=full";
interface CreateDestinationRequest {
additionalFixedProperties?: string | null;
clientToken?: string | null;
name: string;
site: string;
state?: DestinationState | null;
}

§Properties

§
additionalFixedProperties?: string | null
[src]
§
clientToken?: string | null
[src]
§
name: string
[src]
§
site: string
[src]
§
state?: DestinationState | null
[src]

The state of the destination. Default used if not specified.