agent-claw: automated task changes
This commit is contained in:
5
cdk/node_modules/aws-cdk-lib/aws-ec2/lib/private/ebs-util.d.ts
generated
vendored
Normal file
5
cdk/node_modules/aws-cdk-lib/aws-ec2/lib/private/ebs-util.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { Construct } from 'constructs';
|
||||
import type { CfnInstance, CfnLaunchTemplate } from '../ec2.generated';
|
||||
import type { BlockDevice } from '../volume';
|
||||
export declare function instanceBlockDeviceMappings(construct: Construct, blockDevices: BlockDevice[]): CfnInstance.BlockDeviceMappingProperty[];
|
||||
export declare function launchTemplateBlockDeviceMappings(construct: Construct, blockDevices: BlockDevice[]): CfnLaunchTemplate.BlockDeviceMappingProperty[];
|
||||
Reference in New Issue
Block a user