@cloud-copilot/iam-data 0.4.202409131 → 0.4.202409171

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.
@@ -14,6 +14,22 @@
14
14
  "conditionKeys": [],
15
15
  "dependentActions": []
16
16
  },
17
+ "accessdsdata": {
18
+ "name": "AccessDSData",
19
+ "isPermissionOnly": true,
20
+ "description": "Grants permission to access directory data using the Directory Service Data API",
21
+ "accessLevel": "Permissions management",
22
+ "resourceTypes": [
23
+ {
24
+ "name": "directory",
25
+ "required": true,
26
+ "conditionKeys": [],
27
+ "dependentActions": []
28
+ }
29
+ ],
30
+ "conditionKeys": [],
31
+ "dependentActions": []
32
+ },
17
33
  "addiproutes": {
18
34
  "name": "AddIpRoutes",
19
35
  "description": "Grants permission to add a CIDR address block to correctly route traffic to and from your Microsoft AD on Amazon Web Services",
@@ -1067,5 +1067,20 @@
1067
1067
  ],
1068
1068
  "conditionKeys": [],
1069
1069
  "dependentActions": []
1070
+ },
1071
+ "updatesolution": {
1072
+ "name": "UpdateSolution",
1073
+ "description": "Grants permission to update a solution",
1074
+ "accessLevel": "Write",
1075
+ "resourceTypes": [
1076
+ {
1077
+ "name": "solution",
1078
+ "required": true,
1079
+ "conditionKeys": [],
1080
+ "dependentActions": []
1081
+ }
1082
+ ],
1083
+ "conditionKeys": [],
1084
+ "dependentActions": []
1070
1085
  }
1071
1086
  }
@@ -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.202409131",
3
+ "version": "0.4.202409171",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-09-13T04:46:27.303Z",
6
+ "updatedAt": "2024-09-17T04:46:20.793Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",