aws-iam-data 0.0.510 → 0.0.511
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,4 +1,15 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2026-01-30",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon DynamoDB": [
|
|
8
|
+
"dynamodb:InjectError"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"removedActions": {}
|
|
12
|
+
},
|
|
2
13
|
{
|
|
3
14
|
"dateOfChange": "2026-01-29",
|
|
4
15
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -127407,6 +127407,21 @@
|
|
|
127407
127407
|
}
|
|
127408
127408
|
]
|
|
127409
127409
|
},
|
|
127410
|
+
{
|
|
127411
|
+
"name": "InjectError",
|
|
127412
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2gt_IAM.html",
|
|
127413
|
+
"permissionOnly": true,
|
|
127414
|
+
"description": "Grants permission to start experiments on a Global Table",
|
|
127415
|
+
"accessLevel": "Write",
|
|
127416
|
+
"resourceTypes": [
|
|
127417
|
+
{
|
|
127418
|
+
"resourceType": "table",
|
|
127419
|
+
"required": true,
|
|
127420
|
+
"conditionKeys": [],
|
|
127421
|
+
"dependentActions": []
|
|
127422
|
+
}
|
|
127423
|
+
]
|
|
127424
|
+
},
|
|
127410
127425
|
{
|
|
127411
127426
|
"name": "ListBackups",
|
|
127412
127427
|
"apiReferenceUrl": "https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ListBackups.html",
|
|
@@ -412576,6 +412591,14 @@
|
|
|
412576
412591
|
"description": "Grants permission to create a connector",
|
|
412577
412592
|
"accessLevel": "Write",
|
|
412578
412593
|
"resourceTypes": [
|
|
412594
|
+
{
|
|
412595
|
+
"resourceType": "profile",
|
|
412596
|
+
"required": false,
|
|
412597
|
+
"conditionKeys": [],
|
|
412598
|
+
"dependentActions": [
|
|
412599
|
+
"iam:PassRole"
|
|
412600
|
+
]
|
|
412601
|
+
},
|
|
412579
412602
|
{
|
|
412580
412603
|
"resourceType": "",
|
|
412581
412604
|
"required": false,
|
|
@@ -412585,9 +412608,7 @@
|
|
|
412585
412608
|
"aws:ResourceTag/${TagKey}",
|
|
412586
412609
|
"transfer:RequestConnectorProtocol"
|
|
412587
412610
|
],
|
|
412588
|
-
"dependentActions": [
|
|
412589
|
-
"iam:PassRole"
|
|
412590
|
-
]
|
|
412611
|
+
"dependentActions": []
|
|
412591
412612
|
}
|
|
412592
412613
|
]
|
|
412593
412614
|
},
|
|
@@ -413728,6 +413749,12 @@
|
|
|
413728
413749
|
"dependentActions": [
|
|
413729
413750
|
"iam:PassRole"
|
|
413730
413751
|
]
|
|
413752
|
+
},
|
|
413753
|
+
{
|
|
413754
|
+
"resourceType": "profile",
|
|
413755
|
+
"required": false,
|
|
413756
|
+
"conditionKeys": [],
|
|
413757
|
+
"dependentActions": []
|
|
413731
413758
|
}
|
|
413732
413759
|
]
|
|
413733
413760
|
},
|
|
@@ -9325,7 +9325,7 @@
|
|
|
9325
9325
|
"name": "Amazon DynamoDB",
|
|
9326
9326
|
"servicePrefix": "dynamodb",
|
|
9327
9327
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazondynamodb.html",
|
|
9328
|
-
"actionsCount":
|
|
9328
|
+
"actionsCount": 74,
|
|
9329
9329
|
"actions": [
|
|
9330
9330
|
"BatchGetItem",
|
|
9331
9331
|
"BatchWriteItem",
|
|
@@ -9366,6 +9366,7 @@
|
|
|
9366
9366
|
"GetResourcePolicy",
|
|
9367
9367
|
"GetShardIterator",
|
|
9368
9368
|
"ImportTable",
|
|
9369
|
+
"InjectError",
|
|
9369
9370
|
"ListBackups",
|
|
9370
9371
|
"ListContributorInsights",
|
|
9371
9372
|
"ListExports",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.511",
|
|
4
4
|
"description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|