agent-claw: automated task changes
This commit is contained in:
13
cdk/node_modules/aws-cdk-lib/aws-stepfunctions-tasks/lib/dynamodb/private/utils.d.ts
generated
vendored
Normal file
13
cdk/node_modules/aws-cdk-lib/aws-stepfunctions-tasks/lib/dynamodb/private/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { DynamoAttributeValue } from '../shared-types';
|
||||
export declare enum DynamoMethod {
|
||||
GET = "Get",
|
||||
PUT = "Put",
|
||||
DELETE = "Delete",
|
||||
UPDATE = "Update"
|
||||
}
|
||||
export declare function getDynamoResourceArn(method: DynamoMethod): string;
|
||||
export declare function transformAttributeValueMap(attrMap?: {
|
||||
[key: string]: DynamoAttributeValue;
|
||||
}): any;
|
||||
export declare function validateJsonPath(value: string): void;
|
||||
export declare function validateJsonata(value: string): void;
|
||||
Reference in New Issue
Block a user