aws-iam-data 0.0.294 → 0.0.296
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 +65 -0
- package/dist/data/json/iam.json +870 -16
- package/dist/data/json/metadata.json +75 -21
- package/dist/data/json/reports.json +12 -12
- package/package.json +1 -1
|
@@ -1,4 +1,69 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-11-12",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon DataZone": [
|
|
8
|
+
"datazone:BatchDeleteLinkedTypes",
|
|
9
|
+
"datazone:BatchPutLinkedTypes",
|
|
10
|
+
"datazone:ListLinkedTypes"
|
|
11
|
+
],
|
|
12
|
+
"Amazon Q Business": [
|
|
13
|
+
"qbusiness:ListAttachments"
|
|
14
|
+
],
|
|
15
|
+
"AWS Resource Explorer": [
|
|
16
|
+
"resource-explorer-2:CreateManagedView",
|
|
17
|
+
"resource-explorer-2:GetManagedView",
|
|
18
|
+
"resource-explorer-2:ListManagedViews"
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"removedActions": {}
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"dateOfChange": "2024-11-09",
|
|
25
|
+
"addedServices": [
|
|
26
|
+
"Amazon OpenSearch"
|
|
27
|
+
],
|
|
28
|
+
"removedServices": [],
|
|
29
|
+
"addedActions": {
|
|
30
|
+
"Amazon Bedrock": [
|
|
31
|
+
"bedrock:RenderPrompt",
|
|
32
|
+
"bedrock:ValidateFlowDefinition"
|
|
33
|
+
],
|
|
34
|
+
"Amazon Connect": [
|
|
35
|
+
"connect:AssociateAnalyticsDataSet",
|
|
36
|
+
"connect:DisassociateAnalyticsDataSet",
|
|
37
|
+
"connect:ListAnalyticsDataAssociations",
|
|
38
|
+
"connect:StartOutboundChatContact",
|
|
39
|
+
"connect:StartScreenSharing"
|
|
40
|
+
],
|
|
41
|
+
"Amazon Elastic File System": [
|
|
42
|
+
"elasticfilesystem:ReplicationRead",
|
|
43
|
+
"elasticfilesystem:ReplicationWrite"
|
|
44
|
+
],
|
|
45
|
+
"AWS Elemental MediaPackage V2": [
|
|
46
|
+
"mediapackagev2:CancelHarvestJob",
|
|
47
|
+
"mediapackagev2:CreateHarvestJob",
|
|
48
|
+
"mediapackagev2:GetHarvestJob",
|
|
49
|
+
"mediapackagev2:HarvestObject",
|
|
50
|
+
"mediapackagev2:ListHarvestJobs"
|
|
51
|
+
],
|
|
52
|
+
"Amazon SageMaker with MLflow": [
|
|
53
|
+
"sagemaker-mlflow:DeleteTraceTag",
|
|
54
|
+
"sagemaker-mlflow:DeleteTraces",
|
|
55
|
+
"sagemaker-mlflow:EndTrace",
|
|
56
|
+
"sagemaker-mlflow:GetTraceInfo",
|
|
57
|
+
"sagemaker-mlflow:SearchTraces",
|
|
58
|
+
"sagemaker-mlflow:SetTraceTag",
|
|
59
|
+
"sagemaker-mlflow:StartTrace"
|
|
60
|
+
],
|
|
61
|
+
"Amazon OpenSearch": [
|
|
62
|
+
"opensearch:ApplicationAccessAll"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"removedActions": {}
|
|
66
|
+
},
|
|
2
67
|
{
|
|
3
68
|
"dateOfChange": "2024-11-07",
|
|
4
69
|
"addedServices": [
|