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

CreateUploadUrlResponse

import type { CreateUploadUrlResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface CreateUploadUrlResponse {
importId?: string | null;
uploadUrl?: string | null;
}

§Properties

§
importId?: string | null
[src]

An identifier for a unique import job. Use it when you call the StartImport operation.

§
uploadUrl?: string | null
[src]

A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.