@cloud-copilot/iam-data 0.15.202602121 → 0.15.202602131
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.
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"notifyheartbeat": {
|
|
3
|
+
"name": "NotifyHeartbeat",
|
|
4
|
+
"description": "Grants permission to notify heartbeat for an active telemetry session",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [],
|
|
8
|
+
"dependentActions": []
|
|
9
|
+
},
|
|
10
|
+
"sendtelemetry": {
|
|
11
|
+
"name": "SendTelemetry",
|
|
12
|
+
"description": "Grants permission to send telemetry for an active telemetry session",
|
|
13
|
+
"accessLevel": "Write",
|
|
14
|
+
"resourceTypes": [],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
18
|
+
"startsession": {
|
|
19
|
+
"name": "StartSession",
|
|
20
|
+
"description": "Grants permission to start a telemetry session",
|
|
21
|
+
"accessLevel": "Write",
|
|
22
|
+
"resourceTypes": [],
|
|
23
|
+
"conditionKeys": [],
|
|
24
|
+
"dependentActions": []
|
|
25
|
+
},
|
|
26
|
+
"stopsession": {
|
|
27
|
+
"name": "StopSession",
|
|
28
|
+
"description": "Grants permission to stop a telemetry session",
|
|
29
|
+
"accessLevel": "Write",
|
|
30
|
+
"resourceTypes": [],
|
|
31
|
+
"conditionKeys": [],
|
|
32
|
+
"dependentActions": []
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/data/serviceNames.json
CHANGED
|
@@ -200,6 +200,7 @@
|
|
|
200
200
|
"inspector": "Amazon Inspector",
|
|
201
201
|
"inspector-scan": "Amazon InspectorScan",
|
|
202
202
|
"inspector2": "Amazon Inspector2",
|
|
203
|
+
"inspector2-telemetry": "Amazon Inspector2 Telemetry Channel",
|
|
203
204
|
"internetmonitor": "Amazon CloudWatch Internet Monitor",
|
|
204
205
|
"invoicing": "AWS Invoicing Service",
|
|
205
206
|
"iot": "AWS IoT",
|
package/data/services.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202602131",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-02-
|
|
9
|
+
"updatedAt": "2026-02-13T05:46:59.385Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|