@cloud-copilot/iam-data 0.20.202607161 → 0.20.202607181
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.
|
@@ -260,6 +260,21 @@
|
|
|
260
260
|
"conditionKeys": [],
|
|
261
261
|
"dependentActions": []
|
|
262
262
|
},
|
|
263
|
+
"admingetuserauthfactors": {
|
|
264
|
+
"name": "AdminGetUserAuthFactors",
|
|
265
|
+
"description": "Grants permission to look up any user's configured auth factors",
|
|
266
|
+
"accessLevel": "Read",
|
|
267
|
+
"resourceTypes": [
|
|
268
|
+
{
|
|
269
|
+
"name": "userpool",
|
|
270
|
+
"required": true,
|
|
271
|
+
"conditionKeys": [],
|
|
272
|
+
"dependentActions": []
|
|
273
|
+
}
|
|
274
|
+
],
|
|
275
|
+
"conditionKeys": [],
|
|
276
|
+
"dependentActions": []
|
|
277
|
+
},
|
|
263
278
|
"admininitiateauth": {
|
|
264
279
|
"name": "AdminInitiateAuth",
|
|
265
280
|
"description": "Grants permission to authenticate any user",
|
package/data/actions/sts.json
CHANGED
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
"getfederationtoken": {
|
|
328
328
|
"name": "GetFederationToken",
|
|
329
329
|
"description": "Grants permission to obtain a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) for a federated user",
|
|
330
|
-
"accessLevel": "
|
|
330
|
+
"accessLevel": "Write",
|
|
331
331
|
"resourceTypes": [
|
|
332
332
|
{
|
|
333
333
|
"name": "federated-user",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"getcarbonfootprintsummary": {
|
|
3
3
|
"name": "GetCarbonFootprintSummary",
|
|
4
|
-
"description": "Grants permission to
|
|
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.
|
|
3
|
+
"version": "0.20.202607181",
|
|
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-
|
|
9
|
+
"updatedAt": "2026-07-18T05:30:08.794Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|