aws-iam-data 0.0.96 → 0.0.98
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 +64 -0
- package/dist/data/json/iam.json +703 -46
- package/dist/data/json/metadata.json +61 -18
- package/dist/data/json/reports.json +4 -4
- package/package.json +1 -1
|
@@ -1,4 +1,68 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2023-10-17",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS Control Tower": [
|
|
8
|
+
"controltower:GetEnabledControl"
|
|
9
|
+
],
|
|
10
|
+
"AWS Entity Resolution": [
|
|
11
|
+
"entityresolution:CreateIdMappingWorkflow",
|
|
12
|
+
"entityresolution:DeleteIdMappingWorkflow",
|
|
13
|
+
"entityresolution:GetIdMappingJob",
|
|
14
|
+
"entityresolution:GetIdMappingWorkflow",
|
|
15
|
+
"entityresolution:GetProviderService",
|
|
16
|
+
"entityresolution:ListIdMappingJobs",
|
|
17
|
+
"entityresolution:ListIdMappingWorkflows",
|
|
18
|
+
"entityresolution:ListProviderServices",
|
|
19
|
+
"entityresolution:StartIdMappingJob",
|
|
20
|
+
"entityresolution:UpdateIdMappingWorkflow",
|
|
21
|
+
"entityresolution:UpdateSchemaMapping"
|
|
22
|
+
],
|
|
23
|
+
"Amazon FSx": [
|
|
24
|
+
"fsx:StartMisconfiguredStateRecovery"
|
|
25
|
+
],
|
|
26
|
+
"Amazon Managed Blockchain Query": [
|
|
27
|
+
"managedblockchain-query:GetAssetContract",
|
|
28
|
+
"managedblockchain-query:ListAssetContracts"
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
"removedActions": {}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"dateOfChange": "2023-10-16",
|
|
35
|
+
"addedServices": [],
|
|
36
|
+
"removedServices": [],
|
|
37
|
+
"addedActions": {
|
|
38
|
+
"AWS Elemental MediaLive": [
|
|
39
|
+
"medialive:StartInputDevice",
|
|
40
|
+
"medialive:StopInputDevice"
|
|
41
|
+
],
|
|
42
|
+
"AWS IoT FleetWise": [
|
|
43
|
+
"iotfleetwise:GetEncryptionConfiguration",
|
|
44
|
+
"iotfleetwise:PutEncryptionConfiguration"
|
|
45
|
+
],
|
|
46
|
+
"AWS Support": [
|
|
47
|
+
"support:DescribeCommunication"
|
|
48
|
+
],
|
|
49
|
+
"Amazon Textract": [
|
|
50
|
+
"textract:CreateAdapter",
|
|
51
|
+
"textract:CreateAdapterVersion",
|
|
52
|
+
"textract:DeleteAdapter",
|
|
53
|
+
"textract:DeleteAdapterVersion",
|
|
54
|
+
"textract:GetAdapter",
|
|
55
|
+
"textract:GetAdapterVersion",
|
|
56
|
+
"textract:ListAdapterVersions",
|
|
57
|
+
"textract:ListAdapters",
|
|
58
|
+
"textract:ListTagsForResource",
|
|
59
|
+
"textract:TagResource",
|
|
60
|
+
"textract:UntagResource",
|
|
61
|
+
"textract:UpdateAdapter"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"removedActions": {}
|
|
65
|
+
},
|
|
2
66
|
{
|
|
3
67
|
"dateOfChange": "2023-10-07",
|
|
4
68
|
"addedServices": [],
|