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

Source

import type { Source } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";
interface Source {
architecture?: Architecture | null;
etag?: string | null;
s3Bucket?: string | null;
s3Key?: string | null;
}

§Properties

§
architecture?: Architecture | null
[src]
§
etag?: string | null
[src]
§
s3Bucket?: string | null
[src]
§
s3Key?: string | null
[src]