@cloud-copilot/iam-data 0.9.202503211 → 0.9.202503221

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.
@@ -2906,6 +2906,23 @@
2906
2906
  ],
2907
2907
  "dependentActions": []
2908
2908
  },
2909
+ "listanalyticsdatalakedatasets": {
2910
+ "name": "ListAnalyticsDataLakeDataSets",
2911
+ "description": "Grants permission to list data lake datasets available to associate with for a given Amazon Connect instance",
2912
+ "accessLevel": "List",
2913
+ "resourceTypes": [
2914
+ {
2915
+ "name": "instance",
2916
+ "required": true,
2917
+ "conditionKeys": [],
2918
+ "dependentActions": []
2919
+ }
2920
+ ],
2921
+ "conditionKeys": [
2922
+ "connect:InstanceId"
2923
+ ],
2924
+ "dependentActions": []
2925
+ },
2909
2926
  "listapprovedorigins": {
2910
2927
  "name": "ListApprovedOrigins",
2911
2928
  "description": "Grants permission to view approved origins of an existing Amazon Connect instance",
@@ -328,9 +328,23 @@
328
328
  }
329
329
  ],
330
330
  "conditionKeys": [
331
- "aws:TagKeys",
332
- "aws:RequestTag/${TagKey}"
331
+ "aws:TagKeys"
332
+ ],
333
+ "dependentActions": []
334
+ },
335
+ "updatecluster": {
336
+ "name": "UpdateCluster",
337
+ "description": "Grants permission to update a cluster",
338
+ "accessLevel": "Write",
339
+ "resourceTypes": [
340
+ {
341
+ "name": "cluster",
342
+ "required": true,
343
+ "conditionKeys": [],
344
+ "dependentActions": []
345
+ }
333
346
  ],
347
+ "conditionKeys": [],
334
348
  "dependentActions": []
335
349
  },
336
350
  "updatecontrolpanel": {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202503211",
3
+ "version": "0.9.202503221",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-03-21T04:46:08.402Z",
6
+ "updatedAt": "2025-03-22T04:46:46.061Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",