CreateRobotResponse
import type { CreateRobotResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";interface CreateRobotResponse {
architecture?: Architecture | null;
arn?: string | null;
createdAt?: Date | number | null;
greengrassGroupId?: string | null;
name?: string | null;
tags?: {} | null;
}[key: string]: string | null | undefined;