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

CreateApplicationResponse

import type { CreateApplicationResponse } from "https://aws-api.deno.dev/v0.3/services/iotfleethub.ts?docs=full";
interface CreateApplicationResponse {
applicationArn: string;
applicationId: string;
}

§Properties

§
applicationArn: string
[src]

The ARN of the web application.

§
applicationId: string
[src]

The unique Id of the web application.