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

DeleteAppRequest

import type { DeleteAppRequest } from "https://aws-api.deno.dev/v0.3/services/sagemaker.ts?docs=full";
interface DeleteAppRequest {
AppName: string;
AppType: AppType;
DomainId: string;
UserProfileName: string;
}

§Properties

§
AppName: string
[src]

The name of the app.

§
AppType: AppType
[src]

The type of app.

§
DomainId: string
[src]

The domain ID.

§
UserProfileName: string
[src]

The user profile name.