aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 923 B
JavaScript
;var _a;Object.defineProperty(exports,"__esModule",{value:!0}),exports.Logging=void 0;var jsiiDeprecationWarnings=()=>{var tmp=require("../../../.warnings.jsii.js");return jsiiDeprecationWarnings=()=>tmp,tmp};const JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti");class Logging{static all(){return new class extends Logging{constructor(){super()}}}static withDataHidden(){return new class extends Logging{constructor(){super({logApiResponseData:!1})}}}constructor(props={}){try{jsiiDeprecationWarnings().aws_cdk_lib_custom_resources_LoggingProps(props)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,Logging),error}this.logApiResponseData=props.logApiResponseData??!0}_render(){return{logApiResponseData:this.logApiResponseData}}}exports.Logging=Logging,_a=JSII_RTTI_SYMBOL_1,Logging[_a]={fqn:"aws-cdk-lib.custom_resources.Logging",version:"2.142.1"};