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

DeleteSpaceRequest

import type { DeleteSpaceRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DeleteSpaceRequest {
DomainId: string;
SpaceName: string;
}

§Properties

§
DomainId: string
[src]

The ID of the associated Domain.

§
SpaceName: string
[src]

The name of the space.