@cloud-copilot/iam-data 0.4.202409131 → 0.4.202409141
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -325,6 +325,15 @@
|
|
|
325
325
|
"conditionKeys": [],
|
|
326
326
|
"dependentActions": []
|
|
327
327
|
},
|
|
328
|
+
"deleteqcustomcontext": {
|
|
329
|
+
"name": "DeleteQCustomContext",
|
|
330
|
+
"isPermissionOnly": true,
|
|
331
|
+
"description": "Grants permission to delete account-wide custom context",
|
|
332
|
+
"accessLevel": "Write",
|
|
333
|
+
"resourceTypes": [],
|
|
334
|
+
"conditionKeys": [],
|
|
335
|
+
"dependentActions": []
|
|
336
|
+
},
|
|
328
337
|
"deletesavedquery": {
|
|
329
338
|
"name": "DeleteSavedQuery",
|
|
330
339
|
"isPermissionOnly": true,
|
|
@@ -510,6 +519,24 @@
|
|
|
510
519
|
"conditionKeys": [],
|
|
511
520
|
"dependentActions": []
|
|
512
521
|
},
|
|
522
|
+
"getqcustomcontext": {
|
|
523
|
+
"name": "GetQCustomContext",
|
|
524
|
+
"isPermissionOnly": true,
|
|
525
|
+
"description": "Grants permission to get account-wide custom context",
|
|
526
|
+
"accessLevel": "Read",
|
|
527
|
+
"resourceTypes": [],
|
|
528
|
+
"conditionKeys": [],
|
|
529
|
+
"dependentActions": []
|
|
530
|
+
},
|
|
531
|
+
"getqsqlpromptquotas": {
|
|
532
|
+
"name": "GetQSqlPromptQuotas",
|
|
533
|
+
"isPermissionOnly": true,
|
|
534
|
+
"description": "Grants permission to get Q generative SQL maximum prompt quotas",
|
|
535
|
+
"accessLevel": "Read",
|
|
536
|
+
"resourceTypes": [],
|
|
537
|
+
"conditionKeys": [],
|
|
538
|
+
"dependentActions": []
|
|
539
|
+
},
|
|
513
540
|
"getqsqlrecommendations": {
|
|
514
541
|
"name": "GetQSqlRecommendations",
|
|
515
542
|
"isPermissionOnly": true,
|
|
@@ -737,6 +764,15 @@
|
|
|
737
764
|
"conditionKeys": [],
|
|
738
765
|
"dependentActions": []
|
|
739
766
|
},
|
|
767
|
+
"putqcustomcontext": {
|
|
768
|
+
"name": "PutQCustomContext",
|
|
769
|
+
"isPermissionOnly": true,
|
|
770
|
+
"description": "Grants permission to update account-wide custom context",
|
|
771
|
+
"accessLevel": "Write",
|
|
772
|
+
"resourceTypes": [],
|
|
773
|
+
"conditionKeys": [],
|
|
774
|
+
"dependentActions": []
|
|
775
|
+
},
|
|
740
776
|
"puttab": {
|
|
741
777
|
"name": "PutTab",
|
|
742
778
|
"isPermissionOnly": true,
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.202409141",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-09-
|
|
6
|
+
"updatedAt": "2024-09-14T04:46:09.981Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|