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

UpdateSpaceRequest

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

§Properties

§
DomainId: string
[src]

The ID of the associated Domain.

§
SpaceName: string
[src]

The name of the space.

§
SpaceSettings?: SpaceSettings | null
[src]

A collection of space settings.