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