aws-iam-data 0.0.259 → 0.0.260
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.
package/dist/data/json/iam.json
CHANGED
|
@@ -153383,6 +153383,30 @@
|
|
|
153383
153383
|
"apiReferenceUrl": "https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-manage-iam-access.html#eventbridge-arn-format",
|
|
153384
153384
|
"arnPattern": "arn:${Partition}:events:${Region}:${Account}:endpoint/${EndpointName}",
|
|
153385
153385
|
"conditionKeys": []
|
|
153386
|
+
},
|
|
153387
|
+
{
|
|
153388
|
+
"name": "create-snapshot",
|
|
153389
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-manage-iam-access.html#eventbridge-arn-format",
|
|
153390
|
+
"arnPattern": "arn:${Partition}:events:${Region}:${Account}:target/create-snapshot",
|
|
153391
|
+
"conditionKeys": []
|
|
153392
|
+
},
|
|
153393
|
+
{
|
|
153394
|
+
"name": "reboot-instance",
|
|
153395
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-manage-iam-access.html#eventbridge-arn-format",
|
|
153396
|
+
"arnPattern": "arn:${Partition}:events:${Region}:${Account}:target/reboot-instance",
|
|
153397
|
+
"conditionKeys": []
|
|
153398
|
+
},
|
|
153399
|
+
{
|
|
153400
|
+
"name": "stop-instance",
|
|
153401
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-manage-iam-access.html#eventbridge-arn-format",
|
|
153402
|
+
"arnPattern": "arn:${Partition}:events:${Region}:${Account}:target/stop-instance",
|
|
153403
|
+
"conditionKeys": []
|
|
153404
|
+
},
|
|
153405
|
+
{
|
|
153406
|
+
"name": "terminate-instance",
|
|
153407
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-manage-iam-access.html#eventbridge-arn-format",
|
|
153408
|
+
"arnPattern": "arn:${Partition}:events:${Region}:${Account}:target/terminate-instance",
|
|
153409
|
+
"conditionKeys": []
|
|
153386
153410
|
}
|
|
153387
153411
|
],
|
|
153388
153412
|
"conditionKeys": [
|
|
@@ -10735,7 +10735,7 @@
|
|
|
10735
10735
|
"UpdateEndpoint",
|
|
10736
10736
|
"UpdateEventBus"
|
|
10737
10737
|
],
|
|
10738
|
-
"resourceTypesCount":
|
|
10738
|
+
"resourceTypesCount": 13,
|
|
10739
10739
|
"resourceTypes": [
|
|
10740
10740
|
"event-source",
|
|
10741
10741
|
"event-bus",
|
|
@@ -10745,7 +10745,11 @@
|
|
|
10745
10745
|
"replay",
|
|
10746
10746
|
"connection",
|
|
10747
10747
|
"api-destination",
|
|
10748
|
-
"endpoint"
|
|
10748
|
+
"endpoint",
|
|
10749
|
+
"create-snapshot",
|
|
10750
|
+
"reboot-instance",
|
|
10751
|
+
"stop-instance",
|
|
10752
|
+
"terminate-instance"
|
|
10749
10753
|
],
|
|
10750
10754
|
"conditionKeysCount": 13,
|
|
10751
10755
|
"conditionKeys": [
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Actions by type": [
|
|
3
|
-
{
|
|
4
|
-
"key": "Write Actions",
|
|
5
|
-
"value": 9517
|
|
6
|
-
},
|
|
7
3
|
{
|
|
8
4
|
"key": "Read Actions",
|
|
9
5
|
"value": 4623
|
|
@@ -15,6 +11,10 @@
|
|
|
15
11
|
{
|
|
16
12
|
"key": "Permissions Actions",
|
|
17
13
|
"value": 293
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"key": "Write Actions",
|
|
17
|
+
"value": 9517
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1763
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.260",
|
|
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",
|