@cloud-copilot/iam-data 0.20.202607171 → 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",
|
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",
|