aws-iam-data 0.0.433 → 0.0.435
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 +78 -0
- package/dist/data/json/iam.json +989 -338
- package/dist/data/json/metadata.json +65 -20
- package/dist/data/json/reports.json +11 -11
- package/package.json +1 -1
|
@@ -1,4 +1,82 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2025-08-22",
|
|
4
|
+
"addedServices": [
|
|
5
|
+
"AWS Billing and Cost Management Dashboards"
|
|
6
|
+
],
|
|
7
|
+
"removedServices": [],
|
|
8
|
+
"addedActions": {
|
|
9
|
+
"Amazon DataZone": [
|
|
10
|
+
"datazone:AssociateGovernedTerms",
|
|
11
|
+
"datazone:DisassociateGovernedTerms"
|
|
12
|
+
],
|
|
13
|
+
"AWS End User Messaging Social": [
|
|
14
|
+
"social-messaging:CreateWhatsAppMessageTemplate",
|
|
15
|
+
"social-messaging:CreateWhatsAppMessageTemplateFromLibrary",
|
|
16
|
+
"social-messaging:CreateWhatsAppMessageTemplateMedia",
|
|
17
|
+
"social-messaging:DeleteWhatsAppMessageTemplate",
|
|
18
|
+
"social-messaging:GetWhatsAppMessageTemplate",
|
|
19
|
+
"social-messaging:ListWhatsAppMessageTemplates",
|
|
20
|
+
"social-messaging:ListWhatsAppTemplateLibrary",
|
|
21
|
+
"social-messaging:UpdateWhatsAppMessageTemplate"
|
|
22
|
+
],
|
|
23
|
+
"AWS Glue": [
|
|
24
|
+
"glue:CreateGlueIdentityCenterConfiguration",
|
|
25
|
+
"glue:DeleteGlueIdentityCenterConfiguration",
|
|
26
|
+
"glue:GetGlueIdentityCenterConfiguration",
|
|
27
|
+
"glue:UpdateGlueIdentityCenterConfiguration"
|
|
28
|
+
],
|
|
29
|
+
"AWS Billing and Cost Management Dashboards": [
|
|
30
|
+
"bcm-dashboards:CreateDashboard",
|
|
31
|
+
"bcm-dashboards:DeleteDashboard",
|
|
32
|
+
"bcm-dashboards:GetDashboard",
|
|
33
|
+
"bcm-dashboards:GetResourcePolicy",
|
|
34
|
+
"bcm-dashboards:ListDashboards",
|
|
35
|
+
"bcm-dashboards:ListTagsForResource",
|
|
36
|
+
"bcm-dashboards:TagResource",
|
|
37
|
+
"bcm-dashboards:UntagResource",
|
|
38
|
+
"bcm-dashboards:UpdateDashboard"
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
"removedActions": {
|
|
42
|
+
"AWS IAM Identity Center": [
|
|
43
|
+
"sso:DeletePermissionsPolicy",
|
|
44
|
+
"sso:DescribeDirectories",
|
|
45
|
+
"sso:DescribePermissionsPolicies",
|
|
46
|
+
"sso:DescribeTrusts",
|
|
47
|
+
"sso:GetPermissionsPolicy",
|
|
48
|
+
"sso:UpdateDirectoryAssociation"
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"dateOfChange": "2025-08-19",
|
|
54
|
+
"addedServices": [],
|
|
55
|
+
"removedServices": [],
|
|
56
|
+
"addedActions": {
|
|
57
|
+
"Amazon GuardDuty": [
|
|
58
|
+
"guardduty:CreateThreatEntitySet",
|
|
59
|
+
"guardduty:CreateTrustedEntitySet",
|
|
60
|
+
"guardduty:DeleteThreatEntitySet",
|
|
61
|
+
"guardduty:DeleteTrustedEntitySet",
|
|
62
|
+
"guardduty:GetThreatEntitySet",
|
|
63
|
+
"guardduty:GetTrustedEntitySet",
|
|
64
|
+
"guardduty:ListThreatEntitySets",
|
|
65
|
+
"guardduty:ListTrustedEntitySets",
|
|
66
|
+
"guardduty:UpdateThreatEntitySet",
|
|
67
|
+
"guardduty:UpdateTrustedEntitySet"
|
|
68
|
+
],
|
|
69
|
+
"Amazon Managed Service for Prometheus": [
|
|
70
|
+
"aps:DeleteResourcePolicy",
|
|
71
|
+
"aps:DescribeResourcePolicy",
|
|
72
|
+
"aps:PutResourcePolicy"
|
|
73
|
+
],
|
|
74
|
+
"Amazon Q Business": [
|
|
75
|
+
"qbusiness:AllowVendedLogDeliveryForResource"
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
"removedActions": {}
|
|
79
|
+
},
|
|
2
80
|
{
|
|
3
81
|
"dateOfChange": "2025-08-16",
|
|
4
82
|
"addedServices": [
|