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

SdkType

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

A type of SDK that API Gateway can generate.

interface SdkType {
configurationProperties?: SdkConfigurationProperty[] | null;
description?: string | null;
friendlyName?: string | null;
id?: string | null;
}

§Properties

§
configurationProperties?: SdkConfigurationProperty[] | null
[src]

A list of configuration properties of an SdkType.

§
description?: string | null
[src]

The description of an SdkType.

§
friendlyName?: string | null
[src]

The user-friendly name of an SdkType instance.

§
id?: string | null
[src]

The identifier of an SdkType instance.