function _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpPrivateIntegrationOptions(p) { if (p == null) return; visitedObjects.add(p); try { if ("method" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpPrivateIntegrationOptions#method", ""); if ("parameterMapping" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpPrivateIntegrationOptions#parameterMapping", ""); if ("secureServerName" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpPrivateIntegrationOptions#secureServerName", ""); if ("vpcLink" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpPrivateIntegrationOptions#vpcLink", ""); } finally { visitedObjects.delete(p); } } function _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpAlbIntegrationProps(p) { if (p == null) return; visitedObjects.add(p); try { if ("method" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpPrivateIntegrationOptions#method", ""); if ("parameterMapping" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpPrivateIntegrationOptions#parameterMapping", ""); if ("secureServerName" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpPrivateIntegrationOptions#secureServerName", ""); if ("vpcLink" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpPrivateIntegrationOptions#vpcLink", ""); } finally { visitedObjects.delete(p); } } function _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpAlbIntegration(p) { } function _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpNlbIntegrationProps(p) { if (p == null) return; visitedObjects.add(p); try { if ("method" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpPrivateIntegrationOptions#method", ""); if ("parameterMapping" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpPrivateIntegrationOptions#parameterMapping", ""); if ("secureServerName" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpPrivateIntegrationOptions#secureServerName", ""); if ("vpcLink" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpPrivateIntegrationOptions#vpcLink", ""); } finally { visitedObjects.delete(p); } } function _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpNlbIntegration(p) { } function _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpServiceDiscoveryIntegrationProps(p) { if (p == null) return; visitedObjects.add(p); try { if ("method" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpPrivateIntegrationOptions#method", ""); if ("parameterMapping" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpPrivateIntegrationOptions#parameterMapping", ""); if ("secureServerName" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpPrivateIntegrationOptions#secureServerName", ""); if ("vpcLink" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpPrivateIntegrationOptions#vpcLink", ""); } finally { visitedObjects.delete(p); } } function _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpServiceDiscoveryIntegration(p) { } function _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpUrlIntegrationProps(p) { if (p == null) return; visitedObjects.add(p); try { if ("method" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpUrlIntegrationProps#method", ""); if ("parameterMapping" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpUrlIntegrationProps#parameterMapping", ""); } finally { visitedObjects.delete(p); } } function _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpUrlIntegration(p) { } function _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpLambdaIntegrationProps(p) { if (p == null) return; visitedObjects.add(p); try { if ("parameterMapping" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpLambdaIntegrationProps#parameterMapping", ""); if ("payloadFormatVersion" in p) print("@aws-cdk/aws-apigatewayv2-integrations-alpha.HttpLambdaIntegrationProps#payloadFormatVersion", ""); } finally { visitedObjects.delete(p); } } function _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpLambdaIntegration(p) { } function _aws_cdk_aws_apigatewayv2_integrations_alpha_WebSocketLambdaIntegration(p) { } function _aws_cdk_aws_apigatewayv2_integrations_alpha_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_alpha_HttpPrivateIntegrationOptions, _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpAlbIntegrationProps, _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpAlbIntegration, _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpNlbIntegrationProps, _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpNlbIntegration, _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpServiceDiscoveryIntegrationProps, _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpServiceDiscoveryIntegration, _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpUrlIntegrationProps, _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpUrlIntegration, _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpLambdaIntegrationProps, _aws_cdk_aws_apigatewayv2_integrations_alpha_HttpLambdaIntegration, _aws_cdk_aws_apigatewayv2_integrations_alpha_WebSocketLambdaIntegration, _aws_cdk_aws_apigatewayv2_integrations_alpha_WebSocketMockIntegration };