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

Stage

import type { Stage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/apigateway.ts";
interface Stage {
accessLogSettings?: AccessLogSettings | null;
cacheClusterEnabled?: boolean | null;
cacheClusterSize?: CacheClusterSize | null;
cacheClusterStatus?: CacheClusterStatus | null;
canarySettings?: CanarySettings | null;
clientCertificateId?: string | null;
createdDate?: Date | number | null;
deploymentId?: string | null;
description?: string | null;
documentationVersion?: string | null;
lastUpdatedDate?: Date | number | null;
methodSettings?: {
[key: string]: MethodSetting | null | undefined;
}
| null;
stageName?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
tracingEnabled?: boolean | null;
variables?: {
[key: string]: string | null | undefined;
}
| null;
webAclArn?: string | null;
}

§Properties

§
accessLogSettings?: AccessLogSettings | null
[src]
§
cacheClusterEnabled?: boolean | null
[src]
§
cacheClusterSize?: CacheClusterSize | null
[src]
§
cacheClusterStatus?: CacheClusterStatus | null
[src]
§
canarySettings?: CanarySettings | null
[src]
§
clientCertificateId?: string | null
[src]
§
createdDate?: Date | number | null
[src]
§
deploymentId?: string | null
[src]
§
description?: string | null
[src]
§
documentationVersion?: string | null
[src]
§
lastUpdatedDate?: Date | number | null
[src]
§
methodSettings?: {
[key: string]: MethodSetting | null | undefined;
}
| null
[src]
§
stageName?: string | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
tracingEnabled?: boolean | null
[src]
§
variables?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
webAclArn?: string | null
[src]