aws-iam-data 0.0.241 → 0.0.243
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 +58 -0
- package/dist/data/json/iam.json +669 -106
- package/dist/data/json/metadata.json +30 -8
- package/dist/data/json/reports.json +6 -6
- package/package.json +1 -1
|
@@ -1,4 +1,62 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-07-26",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS Clean Rooms": [
|
|
8
|
+
"cleanrooms:CreateConfiguredTableAssociationAnalysisRule",
|
|
9
|
+
"cleanrooms:DeleteConfiguredTableAssociationAnalysisRule",
|
|
10
|
+
"cleanrooms:GetConfiguredTableAssociationAnalysisRule",
|
|
11
|
+
"cleanrooms:UpdateConfiguredTableAssociationAnalysisRule"
|
|
12
|
+
],
|
|
13
|
+
"Amazon Elastic Container Registry": [
|
|
14
|
+
"ecr:DescribeRepositoryCreationTemplates",
|
|
15
|
+
"ecr:UpdateRepositoryCreationTemplate"
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"removedActions": {
|
|
19
|
+
"Amazon Elastic Container Registry": [
|
|
20
|
+
"ecr:DescribeRepositoryCreationTemplate"
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"dateOfChange": "2024-07-25",
|
|
26
|
+
"addedServices": [],
|
|
27
|
+
"removedServices": [],
|
|
28
|
+
"addedActions": {
|
|
29
|
+
"AWS Clean Rooms": [
|
|
30
|
+
"cleanrooms:CreateIdMappingTable",
|
|
31
|
+
"cleanrooms:CreateIdNamespaceAssociation",
|
|
32
|
+
"cleanrooms:DeleteIdMappingTable",
|
|
33
|
+
"cleanrooms:DeleteIdNamespaceAssociation",
|
|
34
|
+
"cleanrooms:GetCollaborationIdNamespaceAssociation",
|
|
35
|
+
"cleanrooms:GetIdMappingTable",
|
|
36
|
+
"cleanrooms:GetIdNamespaceAssociation",
|
|
37
|
+
"cleanrooms:ListCollaborationIdNamespaceAssociations",
|
|
38
|
+
"cleanrooms:ListIdMappingTables",
|
|
39
|
+
"cleanrooms:ListIdNamespaceAssociations",
|
|
40
|
+
"cleanrooms:PopulateIdMappingTable",
|
|
41
|
+
"cleanrooms:UpdateIdMappingTable",
|
|
42
|
+
"cleanrooms:UpdateIdNamespaceAssociation"
|
|
43
|
+
],
|
|
44
|
+
"AWS Entity Resolution": [
|
|
45
|
+
"entityresolution:UseWorkflow"
|
|
46
|
+
],
|
|
47
|
+
"Amazon SageMaker": [
|
|
48
|
+
"sagemaker:DeleteOptimizationJob"
|
|
49
|
+
],
|
|
50
|
+
"Amazon WorkMail": [
|
|
51
|
+
"workmail:DeliverToMailbox"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"removedActions": {
|
|
55
|
+
"Amazon SageMaker": [
|
|
56
|
+
"sagemaker:DeleteOptimization"
|
|
57
|
+
]
|
|
58
|
+
}
|
|
59
|
+
},
|
|
2
60
|
{
|
|
3
61
|
"dateOfChange": "2024-07-23",
|
|
4
62
|
"addedServices": [],
|