aws-iam-data 0.0.440 → 0.0.441
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.
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2025-09-03",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon AI Operations": [
|
|
8
|
+
"aiops:GetEphemeralInvestigationResults"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"removedActions": {}
|
|
12
|
+
},
|
|
2
13
|
{
|
|
3
14
|
"dateOfChange": "2025-08-30",
|
|
4
15
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -688,6 +688,21 @@
|
|
|
688
688
|
}
|
|
689
689
|
]
|
|
690
690
|
},
|
|
691
|
+
{
|
|
692
|
+
"name": "GetEphemeralInvestigationResults",
|
|
693
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_GetEphemeralInvestigationResults.html",
|
|
694
|
+
"permissionOnly": false,
|
|
695
|
+
"description": "Grants permission to run and retrieve ephemeral investigation results",
|
|
696
|
+
"accessLevel": "List",
|
|
697
|
+
"resourceTypes": [
|
|
698
|
+
{
|
|
699
|
+
"resourceType": "",
|
|
700
|
+
"required": false,
|
|
701
|
+
"conditionKeys": [],
|
|
702
|
+
"dependentActions": []
|
|
703
|
+
}
|
|
704
|
+
]
|
|
705
|
+
},
|
|
691
706
|
{
|
|
692
707
|
"name": "GetInvestigation",
|
|
693
708
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_GetInvestigation.html",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"name": "Amazon AI Operations",
|
|
62
62
|
"servicePrefix": "aiops",
|
|
63
63
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonaioperations.html",
|
|
64
|
-
"actionsCount":
|
|
64
|
+
"actionsCount": 24,
|
|
65
65
|
"actions": [
|
|
66
66
|
"CreateInvestigation",
|
|
67
67
|
"CreateInvestigationEvent",
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
"DeleteInvestigation",
|
|
71
71
|
"DeleteInvestigationGroup",
|
|
72
72
|
"DeleteInvestigationGroupPolicy",
|
|
73
|
+
"GetEphemeralInvestigationResults",
|
|
73
74
|
"GetInvestigation",
|
|
74
75
|
"GetInvestigationEvent",
|
|
75
76
|
"GetInvestigationGroup",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.441",
|
|
4
4
|
"description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|