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

CreateSiteRequest

import type { CreateSiteRequest } from "https://aws-api.deno.dev/v0.4/services/iotroborunner.ts?docs=full";
interface CreateSiteRequest {
clientToken?: string | null;
countryCode: string;
description?: string | null;
name: string;
}

§Properties

§
clientToken?: string | null
[src]
§
countryCode: string
[src]
§
description?: string | null
[src]
§
name: string
[src]