Application
import type { Application } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/emr.ts";interface Application {
AdditionalInfo?: {} | null;
[key: string]: string | null | undefined;
Args?: string[] | null;
Name?: string | null;
Version?: string | null;
}