agent-claw: automated task changes
This commit is contained in:
10
cdk/node_modules/aws-cdk-lib/lambda-layer-awscli/lib/awscli-layer.d.ts
generated
vendored
Normal file
10
cdk/node_modules/aws-cdk-lib/lambda-layer-awscli/lib/awscli-layer.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { Construct } from 'constructs';
|
||||
import * as lambda from '../../aws-lambda';
|
||||
/**
|
||||
* An AWS Lambda layer that includes the AWS CLI.
|
||||
*/
|
||||
export declare class AwsCliLayer extends lambda.LayerVersion {
|
||||
/** Uniquely identifies this class. */
|
||||
static readonly PROPERTY_INJECTION_ID: string;
|
||||
constructor(scope: Construct, id: string);
|
||||
}
|
||||
Reference in New Issue
Block a user