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

CreateWorkerResponse

import type { CreateWorkerResponse } from "https://aws-api.deno.dev/v0.4/services/iotroborunner.ts?docs=full";
interface CreateWorkerResponse {
arn: string;
createdAt: Date | number;
id: string;
site: string;
updatedAt: Date | number;
}

§Properties

§
arn: string
[src]
§
createdAt: Date | number
[src]
§
id: string
[src]
§
site: string
[src]
§
updatedAt: Date | number
[src]