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?: {} | null;
[key: string]: MethodResponse | null | undefined;
operationName?: string | null;
requestModels?: {} | null;
[key: string]: string | null | undefined;
requestParameters?: {} | null;
[key: string]: boolean | null | undefined;
requestValidatorId?: string | null;
}§Properties
§
methodIntegration?: Integration | null
[src]§
methodResponses?: {} | null
[src][key: string]: MethodResponse | null | undefined;