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

LaunchDetails

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

Details about the latest launch of an application.

interface LaunchDetails {
latestLaunchTime?: Date | number | null;
stackId?: string | null;
stackName?: string | null;
}

§Properties

§
latestLaunchTime?: Date | number | null
[src]

The latest time that this application was launched successfully.

§
stackId?: string | null
[src]

The ID of the latest stack launched for this application.

§
stackName?: string | null
[src]

The name of the latest stack launched for this application.