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

Site

import type { Site } from "https://aws-api.deno.dev/v0.4/services/iotroborunner.ts?docs=full";

Facility containing destinations, workers, activities, and tasks.

interface Site {
arn: string;
countryCode: string;
createdAt: Date | number;
name: string;
}

§Properties

§
arn: string
[src]
§
countryCode: string
[src]
§
createdAt: Date | number
[src]
§
name: string
[src]

The name of the site. Mutable after creation and unique within a given account.