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

ImportAssetFromApiGatewayApiRequestDetails

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

The request details.

interface ImportAssetFromApiGatewayApiRequestDetails {
ApiDescription?: string | null;
ApiId: string;
ApiKey?: string | null;
ApiName: string;
ApiSpecificationMd5Hash: string;
DataSetId: string;
ProtocolType: ProtocolType;
RevisionId: string;
Stage: string;
}

§Properties

§
ApiDescription?: string | null
[src]

The API description. Markdown supported.

§
ApiId: string
[src]

The API Gateway API ID.

§
ApiKey?: string | null
[src]

The API Gateway API key.

§
ApiName: string
[src]

The API name.

§
ApiSpecificationMd5Hash: string
[src]

The Base64-encoded MD5 hash of the OpenAPI 3.0 JSON API specification file. It is used to ensure the integrity of the file.

§
DataSetId: string
[src]

The data set ID.

§
ProtocolType: ProtocolType
[src]

The protocol type.

§
RevisionId: string
[src]

The revision ID.

§
Stage: string
[src]

The API stage.