aws-iam-data 0.0.454 → 0.0.455
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": "2025-09-26",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon Elastic Container Service": [
|
|
8
|
+
"ecs:PutSystemLogEvents"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"removedActions": {}
|
|
12
|
+
},
|
|
2
13
|
{
|
|
3
14
|
"dateOfChange": "2025-09-23",
|
|
4
15
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -155108,6 +155108,33 @@
|
|
|
155108
155108
|
}
|
|
155109
155109
|
]
|
|
155110
155110
|
},
|
|
155111
|
+
{
|
|
155112
|
+
"name": "PutSystemLogEvents",
|
|
155113
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutSystemLogEvents.html",
|
|
155114
|
+
"permissionOnly": false,
|
|
155115
|
+
"description": "Grants permission to collect system logs from the container instances",
|
|
155116
|
+
"accessLevel": "Write",
|
|
155117
|
+
"resourceTypes": [
|
|
155118
|
+
{
|
|
155119
|
+
"resourceType": "cluster",
|
|
155120
|
+
"required": true,
|
|
155121
|
+
"conditionKeys": [
|
|
155122
|
+
"aws:ResourceTag/${TagKey}"
|
|
155123
|
+
],
|
|
155124
|
+
"dependentActions": []
|
|
155125
|
+
},
|
|
155126
|
+
{
|
|
155127
|
+
"resourceType": "container-instance",
|
|
155128
|
+
"required": true,
|
|
155129
|
+
"conditionKeys": [
|
|
155130
|
+
"aws:ResourceTag/${TagKey}",
|
|
155131
|
+
"ecs:cluster",
|
|
155132
|
+
"ecs:capacity-provider"
|
|
155133
|
+
],
|
|
155134
|
+
"dependentActions": []
|
|
155135
|
+
}
|
|
155136
|
+
]
|
|
155137
|
+
},
|
|
155111
155138
|
{
|
|
155112
155139
|
"name": "RegisterContainerInstance",
|
|
155113
155140
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RegisterContainerInstance.html",
|
|
@@ -288527,6 +288554,14 @@
|
|
|
288527
288554
|
"required": false,
|
|
288528
288555
|
"conditionKeys": [],
|
|
288529
288556
|
"dependentActions": []
|
|
288557
|
+
},
|
|
288558
|
+
{
|
|
288559
|
+
"resourceType": "",
|
|
288560
|
+
"required": false,
|
|
288561
|
+
"conditionKeys": [
|
|
288562
|
+
"organizations:PolicyType"
|
|
288563
|
+
],
|
|
288564
|
+
"dependentActions": []
|
|
288530
288565
|
}
|
|
288531
288566
|
]
|
|
288532
288567
|
},
|
|
@@ -288686,7 +288721,8 @@
|
|
|
288686
288721
|
"required": false,
|
|
288687
288722
|
"conditionKeys": [
|
|
288688
288723
|
"aws:TagKeys",
|
|
288689
|
-
"aws:RequestTag/${TagKey}"
|
|
288724
|
+
"aws:RequestTag/${TagKey}",
|
|
288725
|
+
"organizations:PolicyType"
|
|
288690
288726
|
],
|
|
288691
288727
|
"dependentActions": []
|
|
288692
288728
|
}
|
|
@@ -288733,7 +288769,8 @@
|
|
|
288733
288769
|
"resourceType": "",
|
|
288734
288770
|
"required": false,
|
|
288735
288771
|
"conditionKeys": [
|
|
288736
|
-
"aws:TagKeys"
|
|
288772
|
+
"aws:TagKeys",
|
|
288773
|
+
"organizations:PolicyType"
|
|
288737
288774
|
],
|
|
288738
288775
|
"dependentActions": []
|
|
288739
288776
|
}
|
|
@@ -10523,7 +10523,7 @@
|
|
|
10523
10523
|
"name": "Amazon Elastic Container Service",
|
|
10524
10524
|
"servicePrefix": "ecs",
|
|
10525
10525
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonelasticcontainerservice.html",
|
|
10526
|
-
"actionsCount":
|
|
10526
|
+
"actionsCount": 63,
|
|
10527
10527
|
"actions": [
|
|
10528
10528
|
"CreateCapacityProvider",
|
|
10529
10529
|
"CreateCluster",
|
|
@@ -10566,6 +10566,7 @@
|
|
|
10566
10566
|
"PutAccountSettingDefault",
|
|
10567
10567
|
"PutAttributes",
|
|
10568
10568
|
"PutClusterCapacityProviders",
|
|
10569
|
+
"PutSystemLogEvents",
|
|
10569
10570
|
"RegisterContainerInstance",
|
|
10570
10571
|
"RegisterTaskDefinition",
|
|
10571
10572
|
"RunTask",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.455",
|
|
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",
|