agent-claw: automated task changes
This commit is contained in:
5
cdk/node_modules/aws-cdk-lib/custom-resources/lib/helpers-internal/sdk-info.d.ts
generated
vendored
Normal file
5
cdk/node_modules/aws-cdk-lib/custom-resources/lib/helpers-internal/sdk-info.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Transform SDK service/action to IAM action using metadata obtained from AWS SDK metadata.
|
||||
* Example: CloudWatchLogs with putRetentionPolicy => logs:PutRetentionPolicy
|
||||
*/
|
||||
export declare function awsSdkToIamAction(service: string, action: string): string;
|
||||
Reference in New Issue
Block a user