agent-claw: automated task changes
This commit is contained in:
10
cdk/node_modules/aws-cdk-lib/custom-resources/lib/provider-framework/util.d.ts
generated
vendored
Normal file
10
cdk/node_modules/aws-cdk-lib/custom-resources/lib/provider-framework/util.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { IConstruct } from 'constructs';
|
||||
import { Duration } from '../../../core';
|
||||
export declare function calculateRetryPolicy(scope: IConstruct, props?: {
|
||||
totalTimeout?: Duration;
|
||||
queryInterval?: Duration;
|
||||
}): {
|
||||
maxAttempts: number;
|
||||
interval: Duration;
|
||||
backoffRate: number;
|
||||
};
|
||||
Reference in New Issue
Block a user