agent-claw: automated task changes
This commit is contained in:
12
cdk/node_modules/aws-cdk-lib/aws-apigatewayv2-authorizers/lib/http/iam.d.ts
generated
vendored
Normal file
12
cdk/node_modules/aws-cdk-lib/aws-apigatewayv2-authorizers/lib/http/iam.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { HttpRouteAuthorizerBindOptions, HttpRouteAuthorizerConfig, IHttpRouteAuthorizer } from '../../../aws-apigatewayv2';
|
||||
import { HttpAuthorizerType } from '../../../aws-apigatewayv2';
|
||||
/**
|
||||
* Authorize HTTP API Routes with IAM
|
||||
*/
|
||||
export declare class HttpIamAuthorizer implements IHttpRouteAuthorizer {
|
||||
/**
|
||||
* The authorizationType used for IAM Authorizer
|
||||
*/
|
||||
readonly authorizationType = HttpAuthorizerType.IAM;
|
||||
bind(_options: HttpRouteAuthorizerBindOptions): HttpRouteAuthorizerConfig;
|
||||
}
|
||||
Reference in New Issue
Block a user