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

UpdateImageRequest

import type { UpdateImageRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface UpdateImageRequest {
DeleteProperties?: string[] | null;
Description?: string | null;
DisplayName?: string | null;
ImageName: string;
RoleArn?: string | null;
}

§Properties

§
DeleteProperties?: string[] | null
[src]
§
Description?: string | null
[src]
§
DisplayName?: string | null
[src]
§
ImageName: string
[src]
§
RoleArn?: string | null
[src]