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

ApiGatewayApiAsset

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

The API Gateway API that is the asset.

interface ApiGatewayApiAsset {
ApiDescription?: string | null;
ApiEndpoint?: string | null;
ApiId?: string | null;
ApiKey?: string | null;
ApiName?: string | null;
ApiSpecificationDownloadUrl?: string | null;
ApiSpecificationDownloadUrlExpiresAt?: Date | number | null;
ProtocolType?: ProtocolType | null;
Stage?: string | null;
}

§Properties

§
ApiDescription?: string | null
[src]

The API description of the API asset.

§
ApiEndpoint?: string | null
[src]

The API endpoint of the API asset.

§
ApiId?: string | null
[src]

The unique identifier of the API asset.

§
ApiKey?: string | null
[src]

The API key of the API asset.

§
ApiName?: string | null
[src]

The API name of the API asset.

§
ApiSpecificationDownloadUrl?: string | null
[src]

The download URL of the API specification of the API asset.

§
ApiSpecificationDownloadUrlExpiresAt?: Date | number | null
[src]

The date and time that the upload URL expires, in ISO 8601 format.

§
ProtocolType?: ProtocolType | null
[src]

The protocol type of the API asset.

§
Stage?: string | null
[src]

The stage of the API asset.