agent-claw: automated task changes
This commit is contained in:
7
cdk/node_modules/aws-cdk-lib/aws-logs/lib/private/ref-utils.d.ts
generated
vendored
Normal file
7
cdk/node_modules/aws-cdk-lib/aws-logs/lib/private/ref-utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { ILogGroupRef } from '../../../interfaces/generated/aws-logs-interfaces.generated';
|
||||
import type { ILogGroup } from '../log-group';
|
||||
/**
|
||||
* Convert an ILogGroupRef to ILogGroup, validating that it implements the full interface
|
||||
* @internal
|
||||
*/
|
||||
export declare function toILogGroup(logGroup: ILogGroupRef): ILogGroup;
|
||||
Reference in New Issue
Block a user