aws-iam-data 0.0.129 → 0.0.131
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/changelog.json +66 -0
- package/dist/data/json/iam.json +697 -12
- package/dist/data/json/metadata.json +66 -12
- package/dist/data/json/reports.json +17 -17
- package/package.json +1 -1
|
@@ -1,4 +1,70 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2023-12-30",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon AppIntegrations": [
|
|
8
|
+
"app-integrations:CreateApplicationAssociation",
|
|
9
|
+
"app-integrations:DeleteApplication",
|
|
10
|
+
"app-integrations:DeleteApplicationAssociation",
|
|
11
|
+
"app-integrations:ListApplicationAssociations"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"removedActions": {}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"dateOfChange": "2023-12-27",
|
|
18
|
+
"addedServices": [
|
|
19
|
+
"Amazon CloudWatch Network Monitor"
|
|
20
|
+
],
|
|
21
|
+
"removedServices": [],
|
|
22
|
+
"addedActions": {
|
|
23
|
+
"AWS CodeCommit": [
|
|
24
|
+
"codecommit:UpdateRepositoryEncryptionKey"
|
|
25
|
+
],
|
|
26
|
+
"Amazon Connect": [
|
|
27
|
+
"connect:AssociateUserProficiencies",
|
|
28
|
+
"connect:DisassociateUserProficiencies",
|
|
29
|
+
"connect:ListUserProficiencies",
|
|
30
|
+
"connect:SearchContacts",
|
|
31
|
+
"connect:SearchPredefinedAttributes",
|
|
32
|
+
"connect:UpdateContactRoutingData",
|
|
33
|
+
"connect:UpdateUserProficiencies"
|
|
34
|
+
],
|
|
35
|
+
"Amazon Elastic Kubernetes Service": [
|
|
36
|
+
"eks:DescribeInsight",
|
|
37
|
+
"eks:ListInsights"
|
|
38
|
+
],
|
|
39
|
+
"Amazon GuardDuty": [
|
|
40
|
+
"guardduty:GetOrganizationStatistics"
|
|
41
|
+
],
|
|
42
|
+
"Amazon RDS": [
|
|
43
|
+
"rds:DescribeDBRecommendations",
|
|
44
|
+
"rds:DisableHttpEndpoint",
|
|
45
|
+
"rds:EnableHttpEndpoint",
|
|
46
|
+
"rds:ModifyDBRecommendation"
|
|
47
|
+
],
|
|
48
|
+
"Amazon SageMaker": [
|
|
49
|
+
"sagemaker:DeleteCompilationJob"
|
|
50
|
+
],
|
|
51
|
+
"Amazon CloudWatch Network Monitor": [
|
|
52
|
+
"networkmonitor:CreateMonitor",
|
|
53
|
+
"networkmonitor:CreateProbe",
|
|
54
|
+
"networkmonitor:DeleteMonitor",
|
|
55
|
+
"networkmonitor:DeleteProbe",
|
|
56
|
+
"networkmonitor:GetMonitor",
|
|
57
|
+
"networkmonitor:GetProbe",
|
|
58
|
+
"networkmonitor:ListMonitors",
|
|
59
|
+
"networkmonitor:ListTagsForResource",
|
|
60
|
+
"networkmonitor:TagResource",
|
|
61
|
+
"networkmonitor:UntagResource",
|
|
62
|
+
"networkmonitor:UpdateMonitor",
|
|
63
|
+
"networkmonitor:UpdateProbe"
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
"removedActions": {}
|
|
67
|
+
},
|
|
2
68
|
{
|
|
3
69
|
"dateOfChange": "2023-12-21",
|
|
4
70
|
"addedServices": [],
|