Files
agent-claw/cdk/node_modules/aws-cdk-lib/aws-apigatewayv2-authorizers/lib/websocket/iam.js
2026-05-06 18:55:16 -05:00

2 lines
916 B
JavaScript

"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.WebSocketIamAuthorizer=void 0;var jsiiDeprecationWarnings=()=>{var tmp=require("../../../.warnings.jsii.js");return jsiiDeprecationWarnings=()=>tmp,tmp};const JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti");var aws_apigatewayv2_1=()=>{var tmp=require("../../../aws-apigatewayv2");return aws_apigatewayv2_1=()=>tmp,tmp};class WebSocketIamAuthorizer{static[JSII_RTTI_SYMBOL_1]={fqn:"aws-cdk-lib.aws_apigatewayv2_authorizers.WebSocketIamAuthorizer",version:"2.252.0"};bind(_options){try{jsiiDeprecationWarnings().aws_cdk_lib_aws_apigatewayv2_WebSocketRouteAuthorizerBindOptions(_options)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,this.bind),error}return{authorizationType:aws_apigatewayv2_1().WebSocketAuthorizerType.IAM}}}exports.WebSocketIamAuthorizer=WebSocketIamAuthorizer;