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;
}import type { Source } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";