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

DeleteHubContentRequest

import type { DeleteHubContentRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DeleteHubContentRequest {
HubContentName: string;
HubContentType: HubContentType;
HubContentVersion: string;
HubName: string;
}

§Properties

§
HubContentName: string
[src]

The name of the content that you want to delete from a hub.

§
HubContentType: HubContentType
[src]

The type of content that you want to delete from a hub.

§
HubContentVersion: string
[src]

The version of the content that you want to delete from a hub.

§
HubName: string
[src]

The name of the hub that you want to delete content in.