agent-claw: automated task changes
This commit is contained in:
5
cdk/node_modules/aws-cdk-lib/aws-cloudfront-origins/lib/private/utils.d.ts
generated
vendored
Normal file
5
cdk/node_modules/aws-cdk-lib/aws-cloudfront-origins/lib/private/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import * as cdk from '../../../core';
|
||||
/**
|
||||
* Throws an error if a duration is defined and not an integer number of seconds within a range.
|
||||
*/
|
||||
export declare function validateSecondsInRangeOrUndefined(name: string, min: number, max: number, duration?: cdk.Duration): void;
|
||||
Reference in New Issue
Block a user