@cloud-copilot/iam-data 0.19.202605011 → 0.19.202605021
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/data/actions/application-signals-mcp.json +32 -0
- package/data/actions/cloudwatch.json +58 -1
- package/data/conditionKeys/application-signals-mcp.json +7 -0
- package/data/resourceTypes/aidevops.json +1 -1
- package/data/resourceTypes/application-signals-mcp.json +9 -0
- package/data/resourceTypes/cloudwatch.json +4 -1
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"callreadonlytool": {
|
|
3
|
+
"name": "CallReadOnlyTool",
|
|
4
|
+
"description": "Grants permission to invoke read-only Application Signals MCP tools (list_monitored_services, get_service_detail, query_service_metrics, list_service_operations, get_slo, list_slos, search_transaction_spans, query_sampled_traces, list_slis, get_enablement_guide, list_change_events, list_group_services, audit_group_health, get_group_dependencies, get_group_changes, list_grouping_attribute_definitions, audit_services, audit_slos, audit_service_operations, analyze_canary_failures)",
|
|
5
|
+
"accessLevel": "Read",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "mcp-server",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [],
|
|
15
|
+
"dependentActions": []
|
|
16
|
+
},
|
|
17
|
+
"invokemcp": {
|
|
18
|
+
"name": "InvokeMcp",
|
|
19
|
+
"description": "Grants permission to connect to and interact with the Application Signals MCP server (initialize, list tools, list resources, list prompts)",
|
|
20
|
+
"accessLevel": "Read",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "mcp-server",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -22,6 +22,15 @@
|
|
|
22
22
|
"conditionKeys": [],
|
|
23
23
|
"dependentActions": []
|
|
24
24
|
},
|
|
25
|
+
"callwithbearertoken": {
|
|
26
|
+
"name": "CallWithBearerToken",
|
|
27
|
+
"isPermissionOnly": true,
|
|
28
|
+
"description": "Grants permission to make API calls to CloudWatch using bearer token authentication",
|
|
29
|
+
"accessLevel": "Write",
|
|
30
|
+
"resourceTypes": [],
|
|
31
|
+
"conditionKeys": [],
|
|
32
|
+
"dependentActions": []
|
|
33
|
+
},
|
|
25
34
|
"createservicelevelobjective": {
|
|
26
35
|
"name": "CreateServiceLevelObjective",
|
|
27
36
|
"description": "Grants permission to create a service level objective",
|
|
@@ -527,6 +536,12 @@
|
|
|
527
536
|
"conditionKeys": [],
|
|
528
537
|
"dependentActions": []
|
|
529
538
|
},
|
|
539
|
+
{
|
|
540
|
+
"name": "dashboard",
|
|
541
|
+
"required": false,
|
|
542
|
+
"conditionKeys": [],
|
|
543
|
+
"dependentActions": []
|
|
544
|
+
},
|
|
530
545
|
{
|
|
531
546
|
"name": "insight-rule",
|
|
532
547
|
"required": false,
|
|
@@ -561,6 +576,15 @@
|
|
|
561
576
|
}
|
|
562
577
|
]
|
|
563
578
|
},
|
|
579
|
+
{
|
|
580
|
+
"name": "CloudWatch-Dashboard",
|
|
581
|
+
"resourceTypes": [
|
|
582
|
+
{
|
|
583
|
+
"name": "dashboard",
|
|
584
|
+
"required": true
|
|
585
|
+
}
|
|
586
|
+
]
|
|
587
|
+
},
|
|
564
588
|
{
|
|
565
589
|
"name": "CloudWatch-InsightRule",
|
|
566
590
|
"resourceTypes": [
|
|
@@ -644,7 +668,10 @@
|
|
|
644
668
|
"dependentActions": []
|
|
645
669
|
}
|
|
646
670
|
],
|
|
647
|
-
"conditionKeys": [
|
|
671
|
+
"conditionKeys": [
|
|
672
|
+
"aws:RequestTag/${TagKey}",
|
|
673
|
+
"aws:TagKeys"
|
|
674
|
+
],
|
|
648
675
|
"dependentActions": []
|
|
649
676
|
},
|
|
650
677
|
"putinsightrule": {
|
|
@@ -805,6 +832,12 @@
|
|
|
805
832
|
"conditionKeys": [],
|
|
806
833
|
"dependentActions": []
|
|
807
834
|
},
|
|
835
|
+
{
|
|
836
|
+
"name": "dashboard",
|
|
837
|
+
"required": false,
|
|
838
|
+
"conditionKeys": [],
|
|
839
|
+
"dependentActions": []
|
|
840
|
+
},
|
|
808
841
|
{
|
|
809
842
|
"name": "insight-rule",
|
|
810
843
|
"required": false,
|
|
@@ -842,6 +875,15 @@
|
|
|
842
875
|
}
|
|
843
876
|
]
|
|
844
877
|
},
|
|
878
|
+
{
|
|
879
|
+
"name": "CloudWatch-Dashboard",
|
|
880
|
+
"resourceTypes": [
|
|
881
|
+
{
|
|
882
|
+
"name": "dashboard",
|
|
883
|
+
"required": true
|
|
884
|
+
}
|
|
885
|
+
]
|
|
886
|
+
},
|
|
845
887
|
{
|
|
846
888
|
"name": "CloudWatch-InsightRule",
|
|
847
889
|
"resourceTypes": [
|
|
@@ -879,6 +921,12 @@
|
|
|
879
921
|
"conditionKeys": [],
|
|
880
922
|
"dependentActions": []
|
|
881
923
|
},
|
|
924
|
+
{
|
|
925
|
+
"name": "dashboard",
|
|
926
|
+
"required": false,
|
|
927
|
+
"conditionKeys": [],
|
|
928
|
+
"dependentActions": []
|
|
929
|
+
},
|
|
882
930
|
{
|
|
883
931
|
"name": "insight-rule",
|
|
884
932
|
"required": false,
|
|
@@ -915,6 +963,15 @@
|
|
|
915
963
|
}
|
|
916
964
|
]
|
|
917
965
|
},
|
|
966
|
+
{
|
|
967
|
+
"name": "CloudWatch-Dashboard",
|
|
968
|
+
"resourceTypes": [
|
|
969
|
+
{
|
|
970
|
+
"name": "dashboard",
|
|
971
|
+
"required": true
|
|
972
|
+
}
|
|
973
|
+
]
|
|
974
|
+
},
|
|
918
975
|
{
|
|
919
976
|
"name": "CloudWatch-InsightRule",
|
|
920
977
|
"resourceTypes": [
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"associations": {
|
|
10
10
|
"key": "associations",
|
|
11
|
-
"arn": "arn:${Partition}:aidevops:${Region}:${Account}:agentspace/${AgentSpaceId}/
|
|
11
|
+
"arn": "arn:${Partition}:aidevops:${Region}:${Account}:agentspace/${AgentSpaceId}/association/${AssociationId}"
|
|
12
12
|
},
|
|
13
13
|
"private-connection": {
|
|
14
14
|
"key": "private-connection",
|
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dashboard": {
|
|
17
17
|
"key": "dashboard",
|
|
18
|
-
"arn": "arn:${Partition}:cloudwatch::${Account}:dashboard/${DashboardName}"
|
|
18
|
+
"arn": "arn:${Partition}:cloudwatch::${Account}:dashboard/${DashboardName}",
|
|
19
|
+
"conditionKeys": [
|
|
20
|
+
"aws:ResourceTag/${TagKey}"
|
|
21
|
+
]
|
|
19
22
|
},
|
|
20
23
|
"insight-rule": {
|
|
21
24
|
"key": "insight-rule",
|
package/data/serviceNames.json
CHANGED
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"appflow": "Amazon AppFlow",
|
|
25
25
|
"application-autoscaling": "AWS Application Auto Scaling",
|
|
26
26
|
"application-signals": "Amazon CloudWatch Application Signals",
|
|
27
|
+
"application-signals-mcp": "Amazon CloudWatch Application Signals MCP Server",
|
|
27
28
|
"application-transformation": "AWS Application Transformation Service",
|
|
28
29
|
"applicationinsights": "Amazon CloudWatch Application Insights",
|
|
29
30
|
"appmesh": "AWS App Mesh",
|
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.19.
|
|
3
|
+
"version": "0.19.202605021",
|
|
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-05-
|
|
9
|
+
"updatedAt": "2026-05-02T05:31:07.183Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|