agent-claw: automated task changes
This commit is contained in:
10
cdk/node_modules/aws-cdk-lib/aws-stepfunctions-tasks/lib/sagemaker/private/utils.d.ts
generated
vendored
Normal file
10
cdk/node_modules/aws-cdk-lib/aws-stepfunctions-tasks/lib/sagemaker/private/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
export declare function renderTags(tags: {
|
||||
[key: string]: any;
|
||||
} | undefined): {
|
||||
[key: string]: any;
|
||||
};
|
||||
export declare function renderEnvironment(environment: {
|
||||
[key: string]: any;
|
||||
} | undefined): {
|
||||
[key: string]: any;
|
||||
};
|
||||
Reference in New Issue
Block a user