aws-iam-data 0.0.588 → 0.0.589
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 +110 -0
- package/dist/data/json/iam.json +1536 -5
- package/dist/data/json/metadata.json +112 -7
- package/dist/data/json/reports.json +10 -10
- package/package.json +1 -1
|
@@ -1,4 +1,114 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2026-06-04",
|
|
4
|
+
"addedServices": [
|
|
5
|
+
"AWS FinOps Agent"
|
|
6
|
+
],
|
|
7
|
+
"removedServices": [],
|
|
8
|
+
"addedActions": {
|
|
9
|
+
"Amazon Connect Health": [
|
|
10
|
+
"health-agent:GetDomainAnalytics",
|
|
11
|
+
"health-agent:ListSessionRecords"
|
|
12
|
+
],
|
|
13
|
+
"AWS DevOps Agent Service": [
|
|
14
|
+
"aidevops:CreateAsset",
|
|
15
|
+
"aidevops:CreateAssetFile",
|
|
16
|
+
"aidevops:DeleteAsset",
|
|
17
|
+
"aidevops:DeleteAssetFile",
|
|
18
|
+
"aidevops:GetAsset",
|
|
19
|
+
"aidevops:GetAssetContent",
|
|
20
|
+
"aidevops:GetAssetFile",
|
|
21
|
+
"aidevops:ListAssetFiles",
|
|
22
|
+
"aidevops:ListAssetTypes",
|
|
23
|
+
"aidevops:ListAssetVersions",
|
|
24
|
+
"aidevops:ListAssets",
|
|
25
|
+
"aidevops:UpdateAsset",
|
|
26
|
+
"aidevops:UpdateAssetFile"
|
|
27
|
+
],
|
|
28
|
+
"Amazon QuickSight": [
|
|
29
|
+
"quicksight:BatchDeleteKnowledgeBase",
|
|
30
|
+
"quicksight:CreateOAuthClientApplication",
|
|
31
|
+
"quicksight:DeleteKnowledgeBase",
|
|
32
|
+
"quicksight:DeleteOAuthClientApplication",
|
|
33
|
+
"quicksight:DescribeKnowledgeBase",
|
|
34
|
+
"quicksight:DescribeKnowledgeBasePermissions",
|
|
35
|
+
"quicksight:DescribeOAuthClientApplication",
|
|
36
|
+
"quicksight:ListKnowledgeBases",
|
|
37
|
+
"quicksight:ListOAuthClientApplications",
|
|
38
|
+
"quicksight:ListUsersIndexCapacity",
|
|
39
|
+
"quicksight:SearchKnowledgeBases",
|
|
40
|
+
"quicksight:UpdateKnowledgeBasePermissions",
|
|
41
|
+
"quicksight:UpdateOAuthClientApplication"
|
|
42
|
+
],
|
|
43
|
+
"AWS Security Agent": [
|
|
44
|
+
"securityagent:BatchDeleteThreatModels",
|
|
45
|
+
"securityagent:BatchDeleteThreats",
|
|
46
|
+
"securityagent:BatchGetThreatModelJobTasks",
|
|
47
|
+
"securityagent:BatchGetThreatModelJobs",
|
|
48
|
+
"securityagent:BatchGetThreatModels",
|
|
49
|
+
"securityagent:BatchGetThreats",
|
|
50
|
+
"securityagent:CreateThreat",
|
|
51
|
+
"securityagent:CreateThreatModel",
|
|
52
|
+
"securityagent:ListThreatModelJobTasks",
|
|
53
|
+
"securityagent:ListThreatModelJobs",
|
|
54
|
+
"securityagent:ListThreatModels",
|
|
55
|
+
"securityagent:ListThreats",
|
|
56
|
+
"securityagent:StartThreatModelJob",
|
|
57
|
+
"securityagent:StopThreatModelJob",
|
|
58
|
+
"securityagent:UpdateThreat",
|
|
59
|
+
"securityagent:UpdateThreatModel"
|
|
60
|
+
],
|
|
61
|
+
"AWS FinOps Agent": [
|
|
62
|
+
"finops-agent:AcceptAgentRequest",
|
|
63
|
+
"finops-agent:CancelTask",
|
|
64
|
+
"finops-agent:CancelTurn",
|
|
65
|
+
"finops-agent:CreateAgentSpace",
|
|
66
|
+
"finops-agent:CreateAutomation",
|
|
67
|
+
"finops-agent:CreateConnection",
|
|
68
|
+
"finops-agent:CreateConversation",
|
|
69
|
+
"finops-agent:CreateDocument",
|
|
70
|
+
"finops-agent:CreateIntegration",
|
|
71
|
+
"finops-agent:CreateOneTimeLoginSession",
|
|
72
|
+
"finops-agent:CreateTask",
|
|
73
|
+
"finops-agent:CreateTurn",
|
|
74
|
+
"finops-agent:DeleteAgentSpace",
|
|
75
|
+
"finops-agent:DeleteArtifact",
|
|
76
|
+
"finops-agent:DeleteAutomation",
|
|
77
|
+
"finops-agent:DeleteConnection",
|
|
78
|
+
"finops-agent:DeleteDocument",
|
|
79
|
+
"finops-agent:DeleteIntegration",
|
|
80
|
+
"finops-agent:GetAgentRequest",
|
|
81
|
+
"finops-agent:GetAgentSpace",
|
|
82
|
+
"finops-agent:GetArtifactContent",
|
|
83
|
+
"finops-agent:GetArtifactMetadata",
|
|
84
|
+
"finops-agent:GetAutomation",
|
|
85
|
+
"finops-agent:GetConnection",
|
|
86
|
+
"finops-agent:GetDocumentContent",
|
|
87
|
+
"finops-agent:GetDocumentMetadata",
|
|
88
|
+
"finops-agent:GetIntegration",
|
|
89
|
+
"finops-agent:GetTask",
|
|
90
|
+
"finops-agent:GetTurn",
|
|
91
|
+
"finops-agent:ListAgentSpaces",
|
|
92
|
+
"finops-agent:ListArtifacts",
|
|
93
|
+
"finops-agent:ListAutomations",
|
|
94
|
+
"finops-agent:ListConnections",
|
|
95
|
+
"finops-agent:ListConversations",
|
|
96
|
+
"finops-agent:ListDocuments",
|
|
97
|
+
"finops-agent:ListIntegrations",
|
|
98
|
+
"finops-agent:ListRecords",
|
|
99
|
+
"finops-agent:ListTasks",
|
|
100
|
+
"finops-agent:ListTurns",
|
|
101
|
+
"finops-agent:RejectAgentRequest",
|
|
102
|
+
"finops-agent:RestoreDocument",
|
|
103
|
+
"finops-agent:SendFeedback",
|
|
104
|
+
"finops-agent:UpdateAgentSpace",
|
|
105
|
+
"finops-agent:UpdateAutomation",
|
|
106
|
+
"finops-agent:UpdateConnection",
|
|
107
|
+
"finops-agent:UpdateDocument"
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
"removedActions": {}
|
|
111
|
+
},
|
|
2
112
|
{
|
|
3
113
|
"dateOfChange": "2026-06-03",
|
|
4
114
|
"addedServices": [],
|