agent-claw: automated task changes
This commit is contained in:
12
cdk/node_modules/aws-cdk-lib/aws-apigatewayv2/lib/common/authorizer.d.ts
generated
vendored
Normal file
12
cdk/node_modules/aws-cdk-lib/aws-apigatewayv2/lib/common/authorizer.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { IResource } from '../../../core';
|
||||
import type { IAuthorizerRef } from '../apigatewayv2.generated';
|
||||
/**
|
||||
* Represents an Authorizer.
|
||||
*/
|
||||
export interface IAuthorizer extends IResource, IAuthorizerRef {
|
||||
/**
|
||||
* Id of the Authorizer
|
||||
* @attribute
|
||||
*/
|
||||
readonly authorizerId: string;
|
||||
}
|
||||
Reference in New Issue
Block a user