@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
60 lines • 2.31 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.UsagePlanKeyKeyType = exports.MethodIntegrationType = exports.MethodIntegrationResponseContentHandling = exports.MethodIntegrationPassthroughBehavior = exports.MethodIntegrationContentHandling = exports.MethodIntegrationConnectionType = exports.DomainNameV2RoutingMode = exports.DomainNameRoutingMode = exports.DomainNameAccessAssociationAccessAssociationSourceType = exports.DocumentationPartLocationType = void 0;
exports.DocumentationPartLocationType = {
Api: "API",
Authorizer: "AUTHORIZER",
Model: "MODEL",
Resource: "RESOURCE",
Method: "METHOD",
PathParameter: "PATH_PARAMETER",
QueryParameter: "QUERY_PARAMETER",
RequestHeader: "REQUEST_HEADER",
RequestBody: "REQUEST_BODY",
Response: "RESPONSE",
ResponseHeader: "RESPONSE_HEADER",
ResponseBody: "RESPONSE_BODY",
};
exports.DomainNameAccessAssociationAccessAssociationSourceType = {
Vpce: "VPCE",
};
exports.DomainNameRoutingMode = {
BasePathMappingOnly: "BASE_PATH_MAPPING_ONLY",
RoutingRuleThenBasePathMapping: "ROUTING_RULE_THEN_BASE_PATH_MAPPING",
RoutingRuleOnly: "ROUTING_RULE_ONLY",
};
exports.DomainNameV2RoutingMode = {
BasePathMappingOnly: "BASE_PATH_MAPPING_ONLY",
RoutingRuleThenBasePathMapping: "ROUTING_RULE_THEN_BASE_PATH_MAPPING",
RoutingRuleOnly: "ROUTING_RULE_ONLY",
};
exports.MethodIntegrationConnectionType = {
Internet: "INTERNET",
VpcLink: "VPC_LINK",
};
exports.MethodIntegrationContentHandling = {
ConvertToBinary: "CONVERT_TO_BINARY",
ConvertToText: "CONVERT_TO_TEXT",
};
exports.MethodIntegrationPassthroughBehavior = {
WhenNoMatch: "WHEN_NO_MATCH",
WhenNoTemplates: "WHEN_NO_TEMPLATES",
Never: "NEVER",
};
exports.MethodIntegrationResponseContentHandling = {
ConvertToBinary: "CONVERT_TO_BINARY",
ConvertToText: "CONVERT_TO_TEXT",
};
exports.MethodIntegrationType = {
Aws: "AWS",
AwsProxy: "AWS_PROXY",
Http: "HTTP",
HttpProxy: "HTTP_PROXY",
Mock: "MOCK",
};
exports.UsagePlanKeyKeyType = {
ApiKey: "API_KEY",
};
//# sourceMappingURL=index.js.map