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

ApplicationSummary

import type { ApplicationSummary } from "https://aws-api.deno.dev/v0.4/services/emrserverless.ts?docs=full";

The summary of attributes associated with an application.

interface ApplicationSummary {
architecture?: Architecture | null;
arn: string;
createdAt: Date | number;
id: string;
name?: string | null;
releaseLabel: string;
stateDetails?: string | null;
type: string;
updatedAt: Date | number;
}

§Properties

§
architecture?: Architecture | null
[src]

The CPU architecture of an application.

§
arn: string
[src]

The ARN of the application.

§
createdAt: Date | number
[src]

The date and time when the application was created.

§
id: string
[src]

The ID of the application.

§
name?: string | null
[src]

The name of the application.

§
releaseLabel: string
[src]

The EMR release associated with the application.

§

The state of the application.

§
stateDetails?: string | null
[src]

The state details of the application.

§
type: string
[src]

The type of application, such as Spark or Hive.

§
updatedAt: Date | number
[src]

The date and time when the application was last updated.