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

Method

import type { Method } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/apigateway.ts";
interface Method {
apiKeyRequired?: boolean | null;
authorizationScopes?: string[] | null;
authorizationType?: string | null;
authorizerId?: string | null;
httpMethod?: string | null;
methodIntegration?: Integration | null;
methodResponses?: {
[key: string]: MethodResponse | null | undefined;
}
| null;
operationName?: string | null;
requestModels?: {
[key: string]: string | null | undefined;
}
| null;
requestParameters?: {
[key: string]: boolean | null | undefined;
}
| null;
requestValidatorId?: string | null;
}

§Properties

§
apiKeyRequired?: boolean | null
[src]
§
authorizationScopes?: string[] | null
[src]
§
authorizationType?: string | null
[src]
§
authorizerId?: string | null
[src]
§
httpMethod?: string | null
[src]
§
methodIntegration?: Integration | null
[src]
§
methodResponses?: {
[key: string]: MethodResponse | null | undefined;
}
| null
[src]
§
operationName?: string | null
[src]
§
requestModels?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
requestParameters?: {
[key: string]: boolean | null | undefined;
}
| null
[src]
§
requestValidatorId?: string | null
[src]