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.4/services/discovery.ts?docs=full";
interface CreateApplicationResponse {
configurationId?: string | null;
}

§Properties

§
configurationId?: string | null
[src]

Configuration ID of an application to be created.