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

DescribeRobotApplicationResponse

import type { DescribeRobotApplicationResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";
interface DescribeRobotApplicationResponse {
arn?: string | null;
lastUpdatedAt?: Date | number | null;
name?: string | null;
revisionId?: string | null;
robotSoftwareSuite?: RobotSoftwareSuite | null;
sources?: Source[] | null;
tags?: {
[key: string]: string | null | undefined;
}
| 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]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
version?: string | null
[src]