@cloud-copilot/iam-data 0.20.202607161 → 0.20.202607171

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "getcarbonfootprintsummary": {
3
3
  "name": "GetCarbonFootprintSummary",
4
- "description": "Grants permission to view the carbon footprint tool",
4
+ "description": "Grants permission to access carbon footprint data from AWS Data Exports",
5
5
  "accessLevel": "Read",
6
6
  "resourceTypes": [],
7
7
  "conditionKeys": [],
@@ -22,5 +22,21 @@
22
22
  "resourceTypes": [],
23
23
  "conditionKeys": [],
24
24
  "dependentActions": []
25
+ },
26
+ "getestimatedwaterallocation": {
27
+ "name": "GetEstimatedWaterAllocation",
28
+ "description": "Grants permission to view estimated water allocation values based on customer grouping and filtering parameters",
29
+ "accessLevel": "Read",
30
+ "resourceTypes": [],
31
+ "conditionKeys": [],
32
+ "dependentActions": []
33
+ },
34
+ "getestimatedwaterallocationdimensionvalues": {
35
+ "name": "GetEstimatedWaterAllocationDimensionValues",
36
+ "description": "Grants permission to view the possible dimension values available for the estimated water allocation values",
37
+ "accessLevel": "Read",
38
+ "resourceTypes": [],
39
+ "conditionKeys": [],
40
+ "dependentActions": []
25
41
  }
26
42
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.20.202607161",
3
+ "version": "0.20.202607171",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/cloud-copilot/iam-data.git"
8
8
  },
9
- "updatedAt": "2026-07-16T05:31:50.198Z",
9
+ "updatedAt": "2026-07-17T05:31:55.376Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",