aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 762 B
JavaScript
;var _a;Object.defineProperty(exports,"__esModule",{value:!0}),exports.MockIntegration=void 0;const jsiiDeprecationWarnings=require("../../../.warnings.jsii.js"),JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti"),integration_1=require("../integration");class MockIntegration extends integration_1.Integration{constructor(options){super({type:integration_1.IntegrationType.MOCK,options});try{jsiiDeprecationWarnings.aws_cdk_lib_aws_apigateway_IntegrationOptions(options)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,MockIntegration),error}}}exports.MockIntegration=MockIntegration,_a=JSII_RTTI_SYMBOL_1,MockIntegration[_a]={fqn:"aws-cdk-lib.aws_apigateway.MockIntegration",version:"2.70.0"};