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

DeleteTagsOutput

import type { DeleteTagsOutput } from "https://aws-api.deno.dev/v0.4/services/machinelearning.ts?docs=full";

Amazon ML returns the following elements.

interface DeleteTagsOutput {
ResourceId?: string | null;
ResourceType?: TaggableResourceType | null;
}

§Properties

§
ResourceId?: string | null
[src]

The ID of the ML object from which tags were deleted.

§
ResourceType?: TaggableResourceType | null
[src]

The type of the ML object from which tags were deleted.