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

ImportAssetFromApiGatewayApiResponseDetails

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

The response details.

interface ImportAssetFromApiGatewayApiResponseDetails {
ApiDescription?: string | null;
ApiId: string;
ApiKey?: string | null;
ApiName: string;
ApiSpecificationMd5Hash: string;
ApiSpecificationUploadUrl: string;
ApiSpecificationUploadUrlExpiresAt: Date | number;
DataSetId: string;
ProtocolType: ProtocolType;
RevisionId: string;
Stage: string;
}

§Properties

§
ApiDescription?: string | null
[src]

The API description.

§
ApiId: string
[src]

The API ID.

§
ApiKey?: string | null
[src]

The API key.

§
ApiName: string
[src]

The API name.

§
ApiSpecificationMd5Hash: string
[src]

The Base64-encoded Md5 hash for the API asset, used to ensure the integrity of the API at that location.

§
ApiSpecificationUploadUrl: string
[src]

The upload URL of the API specification.

§
ApiSpecificationUploadUrlExpiresAt: Date | number
[src]

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

§
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.