aws-iam-data 0.0.145 → 0.0.147
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 +44 -0
- package/dist/data/json/iam.json +409 -1167
- package/dist/data/json/metadata.json +3 -2
- package/dist/data/json/reports.json +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,48 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-02-04",
|
|
4
|
+
"addedServices": [
|
|
5
|
+
"AWS Billing and Cost Management And Cost Management Data Exports"
|
|
6
|
+
],
|
|
7
|
+
"removedServices": [
|
|
8
|
+
"AWS Billing And Cost Management Data Exports"
|
|
9
|
+
],
|
|
10
|
+
"addedActions": {
|
|
11
|
+
"Amazon SageMaker": [
|
|
12
|
+
"sagemaker:DeleteHyperParameterTuningJob"
|
|
13
|
+
],
|
|
14
|
+
"AWS Billing and Cost Management And Cost Management Data Exports": [
|
|
15
|
+
"bcm-data-exports:CreateExport",
|
|
16
|
+
"bcm-data-exports:DeleteExport",
|
|
17
|
+
"bcm-data-exports:GetExecution",
|
|
18
|
+
"bcm-data-exports:GetExport",
|
|
19
|
+
"bcm-data-exports:GetTable",
|
|
20
|
+
"bcm-data-exports:ListExecutions",
|
|
21
|
+
"bcm-data-exports:ListExports",
|
|
22
|
+
"bcm-data-exports:ListTables",
|
|
23
|
+
"bcm-data-exports:ListTagsForResource",
|
|
24
|
+
"bcm-data-exports:TagResource",
|
|
25
|
+
"bcm-data-exports:UntagResource",
|
|
26
|
+
"bcm-data-exports:UpdateExport"
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"removedActions": {
|
|
30
|
+
"AWS Billing And Cost Management Data Exports": [
|
|
31
|
+
"bcm-data-exports:CreateExport",
|
|
32
|
+
"bcm-data-exports:DeleteExport",
|
|
33
|
+
"bcm-data-exports:GetExecution",
|
|
34
|
+
"bcm-data-exports:GetExport",
|
|
35
|
+
"bcm-data-exports:GetTable",
|
|
36
|
+
"bcm-data-exports:ListExecutions",
|
|
37
|
+
"bcm-data-exports:ListExports",
|
|
38
|
+
"bcm-data-exports:ListTables",
|
|
39
|
+
"bcm-data-exports:ListTagsForResource",
|
|
40
|
+
"bcm-data-exports:TagResource",
|
|
41
|
+
"bcm-data-exports:UntagResource",
|
|
42
|
+
"bcm-data-exports:UpdateExport"
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
2
46
|
{
|
|
3
47
|
"dateOfChange": "2024-02-02",
|
|
4
48
|
"addedServices": [
|