function _aws_cdk_aws_apigatewayv2_integrations_HttpPrivateIntegrationOptions(p) { } function _aws_cdk_aws_apigatewayv2_integrations_HttpAlbIntegrationProps(p) { } function _aws_cdk_aws_apigatewayv2_integrations_HttpAlbIntegration(p) { } function _aws_cdk_aws_apigatewayv2_integrations_HttpNlbIntegrationProps(p) { } function _aws_cdk_aws_apigatewayv2_integrations_HttpNlbIntegration(p) { } function _aws_cdk_aws_apigatewayv2_integrations_HttpServiceDiscoveryIntegrationProps(p) { } function _aws_cdk_aws_apigatewayv2_integrations_HttpServiceDiscoveryIntegration(p) { } function _aws_cdk_aws_apigatewayv2_integrations_HttpUrlIntegrationProps(p) { } function _aws_cdk_aws_apigatewayv2_integrations_HttpUrlIntegration(p) { } function _aws_cdk_aws_apigatewayv2_integrations_HttpLambdaIntegrationProps(p) { } function _aws_cdk_aws_apigatewayv2_integrations_HttpLambdaIntegration(p) { } function _aws_cdk_aws_apigatewayv2_integrations_WebSocketLambdaIntegration(p) { } function _aws_cdk_aws_apigatewayv2_integrations_WebSocketMockIntegration(p) { } function print(name, deprecationMessage) { const deprecated = process.env.JSII_DEPRECATED; const deprecationMode = ["warn", "fail", "quiet"].includes(deprecated) ? deprecated : "warn"; const message = `${name} is deprecated.\n ${deprecationMessage.trim()}\n This API will be removed in the next major release.`; switch (deprecationMode) { case "fail": throw new DeprecationError(message); case "warn": console.warn("[WARNING]", message); break; } } function getPropertyDescriptor(obj, prop) { const descriptor = Object.getOwnPropertyDescriptor(obj, prop); if (descriptor) { return descriptor; } const proto = Object.getPrototypeOf(obj); const prototypeDescriptor = proto && getPropertyDescriptor(proto, prop); if (prototypeDescriptor) { return prototypeDescriptor; } return {}; } const visitedObjects = new Set(); class DeprecationError extends Error { constructor(...args) { super(...args); Object.defineProperty(this, "name", { configurable: false, enumerable: true, value: "DeprecationError", writable: false, }); } } module.exports = { print, getPropertyDescriptor, DeprecationError, _aws_cdk_aws_apigatewayv2_integrations_HttpPrivateIntegrationOptions, _aws_cdk_aws_apigatewayv2_integrations_HttpAlbIntegrationProps, _aws_cdk_aws_apigatewayv2_integrations_HttpAlbIntegration, _aws_cdk_aws_apigatewayv2_integrations_HttpNlbIntegrationProps, _aws_cdk_aws_apigatewayv2_integrations_HttpNlbIntegration, _aws_cdk_aws_apigatewayv2_integrations_HttpServiceDiscoveryIntegrationProps, _aws_cdk_aws_apigatewayv2_integrations_HttpServiceDiscoveryIntegration, _aws_cdk_aws_apigatewayv2_integrations_HttpUrlIntegrationProps, _aws_cdk_aws_apigatewayv2_integrations_HttpUrlIntegration, _aws_cdk_aws_apigatewayv2_integrations_HttpLambdaIntegrationProps, _aws_cdk_aws_apigatewayv2_integrations_HttpLambdaIntegration, _aws_cdk_aws_apigatewayv2_integrations_WebSocketLambdaIntegration, _aws_cdk_aws_apigatewayv2_integrations_WebSocketMockIntegration };