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

ListAliasesResponse

import type { ListAliasesResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListAliasesResponse {
NextToken?: string | null;
SageMakerImageVersionAliases?: string[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A token for getting the next set of aliases, if more aliases exist.

§
SageMakerImageVersionAliases?: string[] | null
[src]

A list of SageMaker image version aliases.