@pulumi/aws-apigateway
Version:
[](https://github.com/pulumi/pulumi-aws-apigateway/actions) [](https://slack.pulumi.com)
41 lines • 1.18 kB
JavaScript
;
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.RequestValidator = exports.Method = exports.IntegrationType = exports.IntegrationPassthroughBehavior = exports.IntegrationConnectionType = exports.APIKeySource = void 0;
exports.APIKeySource = {
HEADER: "HEADER",
AUTHORIZER: "AUTHORIZER",
};
exports.IntegrationConnectionType = {
INTERNET: "INTERNET",
VPC_LINK: "VPC_LINK",
};
exports.IntegrationPassthroughBehavior = {
When_no_match: "when_no_match",
When_no_templates: "when_no_templates",
Never: "never",
};
exports.IntegrationType = {
Aws: "aws",
Aws_proxy: "aws_proxy",
Http: "http",
Http_proxy: "http_proxy",
Mock: "mock",
};
exports.Method = {
ANY: "ANY",
GET: "GET",
PUT: "PUT",
POST: "POST",
DELETE: "DELETE",
PATCH: "PATCH",
OPTIONS: "OPTIONS",
HEAD: "HEAD",
};
exports.RequestValidator = {
ALL: "ALL",
PARAMS_ONLY: "PARAMS_ONLY",
BODY_ONLY: "BODY_ONLY",
};
//# sourceMappingURL=index.js.map