aws-iam-data 0.0.538 → 0.0.540
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 +552 -109
- package/dist/data/json/metadata.json +69 -26
- package/dist/data/json/reports.json +6 -6
- package/package.json +1 -1
|
@@ -1,4 +1,70 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2026-03-17",
|
|
4
|
+
"addedServices": [
|
|
5
|
+
"AWS Interconnect",
|
|
6
|
+
"AWS User Experience Customization"
|
|
7
|
+
],
|
|
8
|
+
"removedServices": [
|
|
9
|
+
"AWS Service for managing AWS Management Console user experience capabilities."
|
|
10
|
+
],
|
|
11
|
+
"addedActions": {
|
|
12
|
+
"Amazon Bedrock Agentcore": [
|
|
13
|
+
"bedrock-agentcore:InvokeAgentRuntimeCommand"
|
|
14
|
+
],
|
|
15
|
+
"Amazon OpenSearch Service": [
|
|
16
|
+
"es:GetDefaultApplicationSetting",
|
|
17
|
+
"es:PutDefaultApplicationSetting"
|
|
18
|
+
],
|
|
19
|
+
"AWS Interconnect": [
|
|
20
|
+
"interconnect:AcceptConnectionProposal",
|
|
21
|
+
"interconnect:CreateConnection",
|
|
22
|
+
"interconnect:DeleteConnection",
|
|
23
|
+
"interconnect:DescribeConnectionProposal",
|
|
24
|
+
"interconnect:GetConnection",
|
|
25
|
+
"interconnect:GetEnvironment",
|
|
26
|
+
"interconnect:ListAttachPoints",
|
|
27
|
+
"interconnect:ListConnections",
|
|
28
|
+
"interconnect:ListEnvironments",
|
|
29
|
+
"interconnect:ListTagsForResource",
|
|
30
|
+
"interconnect:TagResource",
|
|
31
|
+
"interconnect:UntagResource",
|
|
32
|
+
"interconnect:UpdateConnection"
|
|
33
|
+
],
|
|
34
|
+
"AWS User Experience Customization": [
|
|
35
|
+
"uxc:DeleteAccountColor",
|
|
36
|
+
"uxc:GetAccountColor",
|
|
37
|
+
"uxc:GetAccountCustomizations",
|
|
38
|
+
"uxc:ListServices",
|
|
39
|
+
"uxc:PutAccountColor",
|
|
40
|
+
"uxc:UpdateAccountCustomizations"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"removedActions": {
|
|
44
|
+
"AWS Service for managing AWS Management Console user experience capabilities.": [
|
|
45
|
+
"uxc:DeleteAccountColor",
|
|
46
|
+
"uxc:GetAccountColor",
|
|
47
|
+
"uxc:PutAccountColor"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"dateOfChange": "2026-03-14",
|
|
53
|
+
"addedServices": [],
|
|
54
|
+
"removedServices": [],
|
|
55
|
+
"addedActions": {
|
|
56
|
+
"Amazon SimpleDB": [
|
|
57
|
+
"sdb:GetExport",
|
|
58
|
+
"sdb:ListExports",
|
|
59
|
+
"sdb:StartDomainExport"
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
"removedActions": {
|
|
63
|
+
"Amazon Route 53 Recovery Controls": [
|
|
64
|
+
"route53-recovery-control-config:DescribeRoutingControlByName"
|
|
65
|
+
]
|
|
66
|
+
}
|
|
67
|
+
},
|
|
2
68
|
{
|
|
3
69
|
"dateOfChange": "2026-03-13",
|
|
4
70
|
"addedServices": [],
|