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

UpdateRobotApplicationResponse

import type { UpdateRobotApplicationResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";
interface UpdateRobotApplicationResponse {
arn?: string | null;
lastUpdatedAt?: Date | number | null;
name?: string | null;
revisionId?: string | null;
robotSoftwareSuite?: RobotSoftwareSuite | null;
sources?: Source[] | null;
version?: string | null;
}

§Properties

§
arn?: string | null
[src]
§
lastUpdatedAt?: Date | number | null
[src]
§
name?: string | null
[src]
§
revisionId?: string | null
[src]
§
robotSoftwareSuite?: RobotSoftwareSuite | null
[src]
§
sources?: Source[] | null
[src]
§
version?: string | null
[src]