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

ExportResponse

import type { ExportResponse } from "https://aws-api.deno.dev/v0.3/services/apigateway.ts?docs=full";

The binary blob response to "GetExport", which contains the generated SDK.

interface ExportResponse {
body?: Uint8Array | null;
contentDisposition?: string | null;
contentType?: string | null;
}

§Properties

§
body?: Uint8Array | null
[src]

The binary blob response to "GetExport", which contains the export.

§
contentDisposition?: string | null
[src]

The content-disposition header value in the HTTP response.

§
contentType?: string | null
[src]

The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.