agent-claw: automated task changes
This commit is contained in:
7
cdk/node_modules/aws-cdk-lib/aws-apigatewayv2-authorizers/lib/websocket/iam.d.ts
generated
vendored
Normal file
7
cdk/node_modules/aws-cdk-lib/aws-apigatewayv2-authorizers/lib/websocket/iam.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { WebSocketRouteAuthorizerBindOptions, WebSocketRouteAuthorizerConfig, IWebSocketRouteAuthorizer } from '../../../aws-apigatewayv2';
|
||||
/**
|
||||
* Authorize WebSocket API Routes with IAM
|
||||
*/
|
||||
export declare class WebSocketIamAuthorizer implements IWebSocketRouteAuthorizer {
|
||||
bind(_options: WebSocketRouteAuthorizerBindOptions): WebSocketRouteAuthorizerConfig;
|
||||
}
|
||||
Reference in New Issue
Block a user