agent-claw: automated task changes
This commit is contained in:
7
cdk/node_modules/aws-cdk-lib/aws-rds/lib/private/ref-utils.d.ts
generated
vendored
Normal file
7
cdk/node_modules/aws-cdk-lib/aws-rds/lib/private/ref-utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { IDBSubnetGroupRef } from '../rds.generated';
|
||||
import type { ISubnetGroup } from '../subnet-group';
|
||||
/**
|
||||
* Convert an IBackupVaultRef to IBackupVault, throwing an error if the instance
|
||||
* doesn't implement the full IBackupVault interface.
|
||||
*/
|
||||
export declare function toISubnetGroup(group: IDBSubnetGroupRef): ISubnetGroup;
|
||||
Reference in New Issue
Block a user