forked from aws/aws-toolkit-jetbrains
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
744 lines (614 loc) · 50.2 KB
/
plugin.xml
File metadata and controls
744 lines (614 loc) · 50.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
<!-- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. -->
<!-- SPDX-License-Identifier: Apache-2.0 -->
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" require-restart="true">
<id>aws.toolkit</id>
<name>AWS Toolkit</name>
<version>1.0</version>
<description><![CDATA[
<h3><a href="https://codecatalyst.aws/explore">Amazon CodeCatalyst</a></h3>
<p>Unified software development service to quickly build and deliver applications on AWS.</p>
<ul>
<li>
<b>Dev Environments</b> - launch JetBrains IDEs in a cloud development environment, available on-demand in the cloud and automatically created with branch code and consistent project settings, providing faster setup, development, and testing
</li>
</ul>
</p>
<h3><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/ide-extension.html">AWS CloudFormation Language Server</a></h3>
<ul>
<li>
Author templates with documentation on hover, code completion, and diagnostics from <a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> and <a href="https://docs.aws.amazon.com/cfn-guard/latest/ug/what-is-guard.html">CloudFormation Guard</a>
</li>
<li>
Validate and deploy stacks with confidence using the change set diff view of resource and property-level modifications, view stack details such as events and resources, and explore resources in the new CloudFormation tool window
</li>
</ul>
<h3>View, modify, and deploy AWS resources</h3>
<ul>
<li>
<b>Authentication</b> - Connect to AWS using static credentials, credential process, or AWS identity center
</li>
<li>
<b>Resource Explorer</b> - View and manage AWS resources
</li>
<li>
<b>Run/Debug Local Lambda Functions</b> - Locally test and step-through debug functions in a Lambda-like execution environment provided by the AWS SAM CLI. Supports Java, Python, Node.js, and .NET.
</li>
<li>
<b>Deploy SAM-based Applications</b> - Package, deploy track SAM-based applications
</li>
<li>
<b>CloudWatch Logs</b> - View and search CloudWatch log streams
</li>
<li>
<b>S3 Explorer</b> - Manage S3 buckets, and upload to/download from S3 buckets
</li>
<li>
See the <a href="https://docs.aws.amazon.com/console/toolkit-for-jetbrains/">user guide</a> for a full list of services and features supported
</li>
</ul>
<h3>Getting started</h3>
<img src="https://raw.githubusercontent.com/aws/aws-toolkit-jetbrains/main/marketplaceGifs/JB-auth-Toolkit.gif"></img>
<h3>About</h3>
<p>
The AWS Toolkit for JetBrains makes it easier to write applications built on <a href="https://aws.amazon.com/">Amazon Web Services</a>.
</p>
<p>
If you come across bugs with the toolkit or have feature requests, please raise an <a href="https://github.com/aws/aws-toolkit-jetbrains/issues">issue</a> on our GitHub repository.
</p>
<p>
See the <a href="https://docs.aws.amazon.com/console/toolkit-for-jetbrains/">user guide</a> for how to get started
</p>
]]></description>
<vendor email="aws-toolkit-jetbrains@amazon.com" url="https://github.com/aws/aws-toolkit-jetbrains">AWS</vendor>
<!-- 223.7571.182 is 2022.3 Stable -->
<idea-version since-build="223.7571.182" until-build="224.*"/>
<!-- a 'resource-bundle' declaration under <idea-plugin> declares the global default for the entire plugin -->
<!-- use the 'resource-bundle' attribute in 'actions' tag if another bundle is needed -->
<resource-bundle>software.aws.toolkits.resources.MessagesBundle</resource-bundle>
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
<!-- All required dependencies have to be defined here, you can't define more in an optional config-file,
See PluginManagerCore#mergeOptionalConfigs -->
<!-- However, required deps declared though XIncludes are acceptable as long as they can be resolved in the same JAR -->
<depends>com.intellij.modules.platform</depends>
<!-- platform-specific required dependencies go in their respective includes -->
<!-- Gateway build will drop plugin-intellij and insert its own patched XML -->
<xi:include href="/META-INF/plugin-intellij.xml">
<xi:fallback/>
</xi:include>
<xi:include href="/META-INF/plugin-gateway.xml">
<xi:fallback/>
</xi:include>
<xi:include href="/META-INF/remoteDev.xml">
<xi:fallback/>
</xi:include>
<!-- global optional dependencies here, otherwise in their respective optional includes -->
<depends optional="true">org.jetbrains.idea.maven</depends>
<depends optional="true">org.jetbrains.plugins.gradle</depends>
<depends optional="true" config-file="ext-terminal.xml">org.jetbrains.plugins.terminal</depends>
<depends optional="true">com.intellij.modules.externalSystem</depends>
<depends optional="true" config-file="ext-yaml.xml">org.jetbrains.plugins.yaml</depends>
<depends optional="true" config-file="ext-docker.xml">Docker</depends>
<depends optional="true" config-file="ext-java.xml">com.intellij.modules.java</depends>
<depends optional="true" config-file="ext-python.xml">com.intellij.modules.python</depends>
<depends optional="true" config-file="ext-gateway.xml">com.jetbrains.gateway</depends>
<depends optional="true" config-file="aws.toolkit.cloudformation.lsp.xml">com.intellij.modules.lsp</depends>
<xi:include href="services/caws.xml" xpointer="xpointer(/idea-plugin/*)">
<xi:fallback/>
</xi:include>
<xi:include href="/META-INF/IU.xml" xpointer="xpointer(/idea-plugin/*)">
<xi:fallback/>
</xi:include>
<xi:include href="/META-INF/RD.xml" xpointer="xpointer(/idea-plugin/*)">
<xi:fallback/>
</xi:include>
<xi:include href="/META-INF/change-notes.xml" xpointer="xpointer(/idea-plugin/*)">
<xi:fallback/>
</xi:include>
<projectListeners>
<listener class="software.aws.toolkits.jetbrains.core.credentials.CredentialStatusNotification"
topic="software.aws.toolkit.jetbrains.core.credentials.ConnectionSettingsStateChangeNotifier"/>
<listener class="software.aws.toolkits.jetbrains.services.dynamic.DynamicResourceStateChangedNotificationHandler"
topic="software.aws.toolkits.jetbrains.services.dynamic.DynamicResourceStateMutationHandler"/>
<listener class="software.aws.toolkits.jetbrains.core.credentials.RefreshExplorerCredentials"
topic="software.aws.toolkit.jetbrains.core.credentials.ChangeConnectionSettingIfValid"/>
<listener class="software.aws.toolkits.jetbrains.services.dynamic.SuggestEditExperimentListener"
topic="com.intellij.openapi.fileEditor.FileEditorManagerListener"/>
<listener class="software.aws.toolkits.jetbrains.services.dynamic.UpdateOnExperimentState"
topic="software.aws.toolkits.jetbrains.core.experiments.ToolkitExperimentStateChangedListener"/>
</projectListeners>
<extensionPoints>
<extensionPoint qualifiedName="aws.toolkit.connection.pinned.feature" interface="software.aws.toolkit.jetbrains.core.credentials.pinning.FeatureWithPinnedConnection"
dynamic="true"/>
<extensionPoint qualifiedName="aws.toolkit.credentialProviderFactory" interface="software.aws.toolkit.core.credentials.CredentialProviderFactory" dynamic="true"/>
<extensionPoint qualifiedName="aws.toolkit.startupAuthFactory" interface="software.aws.toolkit.jetbrains.core.credentials.ToolkitStartupAuthFactory" dynamic="true"/>
<extensionPoint qualifiedName="aws.toolkit.sdk.clientCustomizer" interface="software.aws.toolkit.core.ToolkitClientCustomizer" dynamic="true"/>
<extensionPoint name="lambda.runtimeGroup" interface="software.aws.toolkits.jetbrains.services.lambda.RuntimeGroup" dynamic="true"/>
<extensionPoint name="lambda.builder" beanClass="software.aws.toolkits.jetbrains.core.IdBasedExtensionPoint" dynamic="true">
<with attribute="implementationClass" implements="software.aws.toolkits.jetbrains.services.lambda.LambdaBuilder"/>
</extensionPoint>
<extensionPoint name="lambda.sam.runtimeDebugSupport" beanClass="software.aws.toolkits.jetbrains.core.IdBasedExtensionPoint" dynamic="true">
<with attribute="implementationClass" implements="software.aws.toolkits.jetbrains.services.lambda.execution.sam.RuntimeDebugSupport"/>
</extensionPoint>
<extensionPoint name="lambda.sam.imageDebuggerSupport" interface="software.aws.toolkits.jetbrains.services.lambda.execution.sam.ImageDebugSupport"
dynamic="true"/>
<extensionPoint name="lambda.handlerResolver" beanClass="software.aws.toolkits.jetbrains.core.IdBasedExtensionPoint" dynamic="true">
<with attribute="implementationClass" implements="software.aws.toolkits.jetbrains.services.lambda.LambdaHandlerResolver"/>
</extensionPoint>
<extensionPoint name="lambda.sam.projectWizard" beanClass="software.aws.toolkits.jetbrains.core.IdBasedExtensionPoint" dynamic="true">
<with attribute="implementationClass" implements="software.aws.toolkits.jetbrains.services.lambda.wizard.SamProjectWizard"/>
</extensionPoint>
<extensionPoint name="lambda.handlerCompletion" beanClass="software.aws.toolkits.jetbrains.core.IdBasedExtensionPoint" dynamic="true">
<with attribute="implementationClass" implements="software.aws.toolkits.jetbrains.services.lambda.completion.HandlerCompletion"/>
</extensionPoint>
<extensionPoint name="executable" interface="software.aws.toolkits.jetbrains.core.executables.ExecutableType" dynamic="true"/>
<extensionPoint name="explorer.serviceNode" interface="software.aws.toolkits.jetbrains.core.explorer.nodes.AwsExplorerServiceNode" dynamic="true"/>
<extensionPoint name="explorer.nodeProcessor" interface="software.aws.toolkits.jetbrains.core.explorer.AwsExplorerNodeProcessor" dynamic="true"/>
<extensionPoint name="explorer.treeStructure" interface="software.aws.toolkits.jetbrains.core.explorer.AwsExplorerTreeStructureProvider"
dynamic="true"/>
<extensionPoint name="experiment" interface="software.aws.toolkits.jetbrains.core.experiments.ToolkitExperiment" dynamic="true"/>
<extensionPoint name="tool" interface="software.aws.toolkits.jetbrains.core.tools.ToolType" dynamic="true"/>
<extensionPoint name="devTools.serviceNode" interface="software.aws.toolkits.jetbrains.core.explorer.devToolsTab.nodes.DevToolsServiceNode" dynamic="true"/>
<extensionPoint name="devTools.treeStructure" interface="software.aws.toolkits.jetbrains.core.explorer.devToolsTab.DevToolsTreeStructureProvider" dynamic="true"/>
<extensionPoint name="toolWindowTab" interface="software.aws.toolkits.jetbrains.core.explorer.ToolkitToolWindowTab" dynamic="true"/>
</extensionPoints>
<extensions defaultExtensionNs="aws.toolkit">
<credentialProviderFactory implementation="software.aws.toolkit.jetbrains.core.credentials.profiles.ProfileCredentialProviderFactory"/>
<!-- need to resolve hard dependency on telemetry querying the status of these -->
<connection.pinned.feature implementation="software.aws.toolkit.jetbrains.core.credentials.pinning.CodeCatalystConnection"/>
<connection.pinned.feature implementation="software.aws.toolkit.jetbrains.core.credentials.pinning.QConnection"/>
</extensions>
<extensions defaultExtensionNs="com.intellij">
<dependencySupport kind="executable" coordinate="aws"/>
<applicationConfigurable
id="aws"
groupId="tools"
bundle="software.aws.toolkits.resources.MessagesBundle"
key="aws.settings.title"
instance="software.aws.toolkit.jetbrains.settings.AwsSettingsSharedConfigurable"
/>
<httpRequestHandler implementation="software.aws.toolkit.jetbrains.core.credentials.sso.pkce.ToolkitOAuthCallbackHandler"/>
<httpRequestHandler implementation="software.aws.toolkit.jetbrains.core.credentials.sso.pkce.ToolkitOAuthCallbackResultService"/>
<postStartupActivity implementation="software.aws.toolkit.jetbrains.core.plugin.PluginAutoUpdater"/>
<postStartupActivity implementation="software.aws.toolkit.jetbrains.core.AwsTelemetryPrompter"/>
<postStartupActivity implementation="software.aws.toolkit.jetbrains.services.telemetry.AwsToolkitStartupMetrics"/>
<registryKey key="aws.dev.useDAG" description="True if DAG should be used instead of authorization_grant with PKCE"
defaultValue="false" restartRequired="false"/>
<registryKey key="aws.telemetry.endpoint" description="Endpoint to use for publishing AWS client-side telemetry"
defaultValue="https://client-telemetry.us-east-1.amazonaws.com" restartRequired="true"/>
<registryKey key="aws.telemetry.identityPool" description="Cognito identity pool to use for publishing AWS client-side telemetry"
defaultValue="us-east-1:820fd6d1-95c0-4ca4-bffb-3f01d32da842" restartRequired="true"/>
<registryKey key="aws.telemetry.region" description="Region to use for publishing AWS client-side telemetry" defaultValue="us-east-1"
restartRequired="true"/>
<registryKey key="aws.toolkit.developerMode" description="Enables features to facilitate development of the toolkit" restartRequired="false"
defaultValue="false"/>
<registryKey key="aws.toolkit.notification.endpoint" description="Endpoint for AWS Toolkit notifications"
defaultValue="https://idetoolkits-hostedfiles.amazonaws.com/Notifications/Jetbrains/combined/2.x.json" restartRequired="true"/>
<webHelpProvider implementation="software.aws.toolkit.jetbrains.core.help.HelpIdTranslator"/>
<applicationService serviceInterface="migration.software.aws.toolkit.jetbrains.settings.AwsSettings"
serviceImplementation="software.aws.toolkit.jetbrains.settings.DefaultAwsSettings"
testServiceImplementation="software.aws.toolkit.jetbrains.settings.MockAwsSettings"/>
<applicationService serviceInterface="migration.software.aws.toolkit.jetbrains.core.credentials.ToolkitAuthManager"
serviceImplementation="software.aws.toolkit.jetbrains.core.credentials.DefaultToolkitAuthManager"/>
<applicationService serviceInterface="migration.software.aws.toolkit.jetbrains.core.credentials.pinning.ConnectionPinningManager"
serviceImplementation="software.aws.toolkit.jetbrains.core.credentials.pinning.DefaultConnectionPinningManager"/>
<applicationService serviceInterface="migration.software.aws.toolkit.jetbrains.core.credentials.CredentialManager"
serviceImplementation="software.aws.toolkit.jetbrains.core.credentials.DefaultCredentialManager"
testServiceImplementation="software.aws.toolkit.jetbrains.core.credentials.MockCredentialsManager"/>
<applicationService serviceInterface="migration.software.aws.toolkit.jetbrains.services.telemetry.TelemetryService"
serviceImplementation="software.aws.toolkit.jetbrains.services.telemetry.DefaultTelemetryService"
testServiceImplementation="software.aws.toolkit.jetbrains.services.telemetry.NoOpTelemetryService"/>
<applicationService serviceInterface="migration.software.aws.toolkit.jetbrains.core.AwsResourceCache"
serviceImplementation="software.aws.toolkit.jetbrains.core.DefaultAwsResourceCache"
testServiceImplementation="software.aws.toolkit.jetbrains.core.MockResourceCache"/>
<applicationService serviceInterface="migration.software.aws.toolkit.core.region.ToolkitRegionProvider"
serviceImplementation="software.aws.toolkit.jetbrains.core.region.AwsRegionProvider"
testServiceImplementation="software.aws.toolkit.jetbrains.core.region.MockRegionProvider"/>
<applicationService serviceInterface="migration.software.aws.toolkit.jetbrains.core.RemoteResourceResolverProvider"
serviceImplementation="software.aws.toolkit.jetbrains.core.DefaultRemoteResourceResolverProvider"/>
<applicationService serviceInterface="migration.software.aws.toolkit.core.clients.SdkClientProvider"
serviceImplementation="software.aws.toolkit.jetbrains.core.AwsSdkClient"/>
<applicationService serviceInterface="migration.software.aws.toolkit.core.ToolkitClientManager"
serviceImplementation="software.aws.toolkit.jetbrains.core.AwsClientManager"
testServiceImplementation="software.aws.toolkit.jetbrains.core.MockClientManager"/>
<applicationService serviceInterface="migration.software.aws.toolkit.jetbrains.core.credentials.sso.SsoLoginCallbackProvider"
serviceImplementation="software.aws.toolkit.jetbrains.core.credentials.sso.DefaultSsoLoginCallbackProvider"
testServiceImplementation="software.aws.toolkit.jetbrains.core.credentials.sso.MockSsoLoginCallbackProvider"/>
<applicationService serviceInterface="migration.software.aws.toolkit.jetbrains.core.credentials.profiles.ProfileWatcher"
serviceImplementation="software.aws.toolkit.jetbrains.core.credentials.profiles.DefaultProfileWatcher"/>
<projectService serviceInterface="software.aws.toolkit.jetbrains.core.credentials.AwsConnectionManager"
serviceImplementation="software.aws.toolkit.jetbrains.core.credentials.DefaultAwsConnectionManager"
testServiceImplementation="software.aws.toolkit.jetbrains.core.credentials.MockAwsConnectionManager"/>
<projectService serviceInterface="software.aws.toolkit.jetbrains.core.credentials.CredentialsRegionHandler"
serviceImplementation="software.aws.toolkit.jetbrains.core.credentials.DefaultCredentialsRegionHandler"
testServiceImplementation="software.aws.toolkit.jetbrains.core.credentials.MockCredentialsRegionHandler"/>
<projectService serviceInterface="software.aws.toolkit.jetbrains.core.credentials.ToolkitConnectionManager"
serviceImplementation="software.aws.toolkit.jetbrains.core.credentials.DefaultToolkitConnectionManager"/>
<applicationService serviceImplementation="migration.software.aws.toolkit.jetbrains.core.coroutines.PluginCoroutineScopeTracker"/>
<projectService serviceImplementation="migration.software.aws.toolkit.jetbrains.core.coroutines.PluginCoroutineScopeTracker"/>
<postStartupActivity implementation = "software.aws.toolkit.jetbrains.core.notifications.NotificationServiceInitializer"/>
<postStartupActivity implementation="software.aws.toolkit.jetbrains.services.telemetry.AwsToolkitStartupMetrics"/>
<applicationService serviceImplementation="software.aws.toolkits.jetbrains.settings.EcsExecCommandSettings"/>
<applicationService serviceImplementation="software.aws.toolkits.jetbrains.settings.SamDisplayDevModeWarningSettings"/>
<applicationService serviceInterface="software.aws.toolkits.jetbrains.settings.DynamicResourcesSettings"
serviceImplementation="software.aws.toolkits.jetbrains.settings.DefaultDynamicResourcesSettings"/>
<applicationService serviceImplementation="software.aws.toolkits.jetbrains.settings.GettingStartedSettings"/>
<projectService serviceImplementation="software.aws.toolkits.jetbrains.settings.LambdaSettings"/>
<moduleService serviceImplementation="software.aws.toolkits.jetbrains.settings.DeploySettings"/>
<moduleService serviceImplementation="software.aws.toolkits.jetbrains.settings.SyncSettings"/>
<applicationService serviceImplementation="software.aws.toolkits.jetbrains.settings.UpdateLambdaState"/>
<projectService serviceImplementation="software.aws.toolkits.jetbrains.services.dynamic.CreateResourceFileStatusHandler"/>
<statusBarWidgetFactory id="AwsSettingsPanel" implementation="software.aws.toolkits.jetbrains.core.credentials.AwsSettingsPanelInstaller"/>
<statusBarWidgetFactory id="CawsSpaceProjectInfo" implementation="software.aws.toolkits.jetbrains.services.caws.CawsStatusBarInstaller"/>
<postStartupActivity implementation="software.aws.toolkits.jetbrains.core.executables.ExecutableLoader"/>
<postStartupActivity implementation="software.aws.toolkits.jetbrains.core.startup.ToolWindowStartupActivity"/>
<applicationService serviceInterface="software.aws.toolkits.jetbrains.core.executables.ExecutableManager"
serviceImplementation="software.aws.toolkits.jetbrains.core.executables.DefaultExecutableManager"/>
<applicationService serviceImplementation="software.aws.toolkits.jetbrains.core.tools.ToolSettings"/>
<applicationService serviceInterface="software.aws.toolkits.jetbrains.core.tools.ToolManager"
serviceImplementation="software.aws.toolkits.jetbrains.core.tools.DefaultToolManager"
testServiceImplementation="software.aws.toolkits.jetbrains.core.tools.MockToolManager"/>
<applicationService serviceImplementation="software.aws.toolkits.jetbrains.services.dynamic.DynamicResourceSchemaMapping"/>
<applicationService serviceImplementation="software.aws.toolkits.jetbrains.services.dynamic.DynamicResourceSupportedTypes"/>
<projectService serviceImplementation="software.aws.toolkits.jetbrains.services.dynamic.DynamicResourceUpdateManager"/>
<applicationService serviceImplementation="software.aws.toolkits.jetbrains.core.experiments.ToolkitExperimentManager"/>
<projectService serviceImplementation="software.aws.toolkits.jetbrains.core.explorer.ExplorerToolWindow"/>
<projectService serviceImplementation="software.aws.toolkits.jetbrains.services.cloudformation.stack.StackWindowManager"/>
<projectService serviceImplementation="software.aws.toolkits.jetbrains.services.lambda.validation.LambdaHandlerValidator"/>
<projectService serviceImplementation="software.aws.toolkits.jetbrains.services.cloudformation.toolwindow.CloudFormationToolWindow"/>
<projectService serviceImplementation="software.aws.toolkits.jetbrains.services.cloudwatch.logs.CloudWatchLogWindow"/>
<projectService serviceImplementation="software.aws.toolkits.jetbrains.services.sqs.toolwindow.SqsWindow"/>
<projectService serviceImplementation="software.aws.toolkits.jetbrains.core.explorer.devToolsTab.DevToolsToolWindow"/>
<projectService serviceImplementation="software.aws.toolkits.jetbrains.core.explorer.AwsToolkitExplorerToolWindow"/>
<editorNotificationProvider implementation="software.aws.toolkits.jetbrains.core.credentials.CredentialsFileHelpNotificationProvider"/>
<editorNotificationProvider implementation="software.aws.toolkits.jetbrains.services.dynamic.DynamicResourceFileActionProvider"/>
<toolWindow id="aws.toolkit.explorer" anchor="left" secondary="true"
factoryClass="software.aws.toolkits.jetbrains.core.explorer.AwsToolkitExplorerFactory"
icon="AwsIcons.Logos.AWS_SMILE_SMALL"/>
<toolWindow id="aws.cloudformation" anchor="bottom" doNotActivateOnStart="true" canCloseContents="true"
factoryClass="software.aws.toolkits.jetbrains.services.cloudformation.toolwindow.CloudFormationToolWindowFactory"
icon="AwsIcons.Logos.CLOUD_FORMATION_TOOL"/>
<toolWindow id="aws.cloudwatchlogs" anchor="bottom" doNotActivateOnStart="true" canCloseContents="true"
factoryClass="software.aws.toolkits.jetbrains.services.cloudwatch.logs.toolwindow.CloudWatchLogsToolWindowFactory"
icon="AwsIcons.Resources.CloudWatch.LOGS_TOOL_WINDOW"/>
<toolWindow id="aws.sqs" anchor="bottom" doNotActivateOnStart="true" canCloseContents="true"
factoryClass="software.aws.toolkits.jetbrains.services.sqs.toolwindow.SqsWindowFactory" icon="AwsIcons.Resources.Sqs.SQS_TOOL_WINDOW"/>
<!-- plugin configurables -->
<applicationConfigurable
parentId="aws"
id="aws.toolkit"
bundle="software.aws.toolkits.resources.MessagesBundle"
key="aws.settings.toolkit.configurable.title"
instance="software.aws.toolkits.jetbrains.settings.ToolkitSettingsConfigurable"
/>
<projectConfigurable
parentId="aws.toolkit"
id="aws.lambda"
bundle="software.aws.toolkits.resources.MessagesBundle"
key="aws.settings.lambda.configurable.title"
instance="software.aws.toolkits.jetbrains.services.lambda.settings.LambdaSettingsConfigurable"
/>
<applicationConfigurable
parentId="aws.toolkit"
id="aws.dynamicresources"
bundle="software.aws.toolkits.resources.MessagesBundle"
key="aws.settings.dynamic_resources_configurable.title"
instance="software.aws.toolkits.jetbrains.settings.DynamicResourcesConfigurable"
/>
<programRunner implementation="software.aws.toolkits.jetbrains.services.lambda.execution.sam.SamInvokeRunner"/>
<programRunner implementation="software.aws.toolkits.jetbrains.services.lambda.execution.remote.RemoteLambdaRunner"/>
<runLineMarkerContributor language="yaml"
implementationClass="software.aws.toolkits.jetbrains.services.lambda.execution.template.YamlLambdaRunLineMarkerContributor"/>
<configurationType implementation="software.aws.toolkits.jetbrains.services.lambda.execution.LambdaRunConfigurationType"/>
<runConfigurationProducer implementation="software.aws.toolkits.jetbrains.services.lambda.execution.local.LocalLambdaRunConfigurationProducer"/>
<runConfigurationProducer implementation="software.aws.toolkits.jetbrains.services.lambda.execution.remote.RemoteLambdaRunConfigurationProducer"/>
<!-- Min Version Notice -->
<postStartupActivity implementation="software.aws.toolkits.jetbrains.core.notification.MinimumVersionChange"/>
<notificationGroup id="aws.toolkit_deprecation" displayType="STICKY_BALLOON" key="aws.toolkit_deprecation.title"/>
<!-- AWS Core Plugin Notice -->
<postStartupActivity implementation="software.aws.toolkits.jetbrains.core.notification.AwsCorePluginNotice"/>
<notificationGroup id="aws.toolkit_core_notice" displayType="STICKY_BALLOON" key="aws.toolkit_core_notice.title"/>
<notificationGroup id="aws.toolkit_telemetry" displayType="STICKY_BALLOON" key="aws.settings.telemetry.prompt.title"/>
<!--Sticky notifications -->
<notificationGroup id="aws.toolkit_sticky" displayType="STICKY_BALLOON" key="aws.settings.title"/>
<!-- Project Wizard components -->
<directoryProjectGenerator implementation="software.aws.toolkits.jetbrains.services.lambda.wizard.SamProjectGenerator"/>
<projectTemplatesFactory implementation="software.aws.toolkits.jetbrains.services.lambda.wizard.SamProjectGeneratorIntelliJAdapter"/>
<!-- S3 -->
<fileEditorProvider implementation="software.aws.toolkits.jetbrains.services.s3.S3ViewerEditorProvider"/>
<!-- See this post why order="first" is required https://intellij-support.jetbrains.com/hc/en-us/community/posts/360003460619-fileIconProvider-is-not-showing-Icon-for-custom-LightVirtualFile -->
<fileIconProvider order="first" implementation="software.aws.toolkits.jetbrains.services.s3.editor.S3FileIconProvider"/>
<!-- DynamoDB -->
<fileEditorProvider implementation="software.aws.toolkits.jetbrains.services.dynamodb.editor.DynamoDbTableEditorProvider"/>
<fileIconProvider order="first" implementation="software.aws.toolkits.jetbrains.services.dynamodb.editor.DynamoDbFileIconProvider"/>
<!-- Getting Started -->
<fileEditorProvider implementation="software.aws.toolkits.jetbrains.core.gettingstarted.editor.GettingStartedEditorProvider"/>
<fileIconProvider order="first" implementation="software.aws.toolkits.jetbrains.core.gettingstarted.editor.GettingStartedFileIconProvider"/>
<!-- Open in Console -->
<referenceProviderType key="commentsReferenceProvider"
implementationClass="software.aws.toolkits.jetbrains.services.federation.psireferences.ArnPsiReferenceProvider"/>
<psi.referenceContributor id="arnContributor"
implementation="software.aws.toolkits.jetbrains.services.federation.psireferences.ArnPsiReferenceContributor"/>
<documentationProvider implementation="software.aws.toolkits.jetbrains.services.federation.psireferences.ArnReferenceDocumentationProvider"/>
<registryKey key="aws.credentialProcess.timeout" description="AWS Credential Process timeout (ms)" restartRequired="false" defaultValue="30000"/>
<registryKey key="aws.debuggerAttach.timeout" description="Time allowed for debuggers to attach before timing out (ms)" restartRequired="false"
defaultValue="60000"/>
<registryKey key="aws.codecatalyst.endpoint" description="API endpoint for the CodeCatalyst service" restartRequired="true" defaultValue=""/>
</extensions>
<extensions defaultExtensionNs="aws.toolkit">
<credentialProviderFactory implementation="software.aws.toolkits.jetbrains.core.credentials.metadataservice.ContainerCredentialProviderFactory"/>
<credentialProviderFactory implementation="software.aws.toolkits.jetbrains.core.credentials.metadataservice.InstanceRoleCredentialProviderFactory"/>
<!-- Executables -->
<executable implementation="software.aws.toolkits.jetbrains.services.lambda.sam.SamExecutable"/>
<!-- Explorer nodes -->
<explorer.treeStructure implementation="software.aws.toolkits.jetbrains.services.dynamic.explorer.DynamicResourceTreeStructureProvider"/>
<explorer.serviceNode implementation="software.aws.toolkits.jetbrains.core.explorer.nodes.AppRunnerExplorerRootNode"/>
<explorer.serviceNode implementation="software.aws.toolkits.jetbrains.core.explorer.nodes.CloudFormationExplorerRootNode"/>
<explorer.serviceNode implementation="software.aws.toolkits.jetbrains.core.explorer.nodes.CloudWatchRootNode"/>
<explorer.serviceNode implementation="software.aws.toolkits.jetbrains.core.explorer.nodes.DynamoDbExplorerRootNode"/>
<explorer.serviceNode implementation="software.aws.toolkits.jetbrains.core.explorer.nodes.LambdaExplorerRootNode"/>
<explorer.serviceNode implementation="software.aws.toolkits.jetbrains.core.explorer.nodes.S3ExplorerRootNode"/>
<explorer.serviceNode implementation="software.aws.toolkits.jetbrains.core.explorer.nodes.EcrExplorerRootNode"/>
<explorer.serviceNode implementation="software.aws.toolkits.jetbrains.core.explorer.nodes.EcsExplorerRootNode"/>
<explorer.serviceNode implementation="software.aws.toolkits.jetbrains.core.explorer.nodes.SchemasExplorerRootNode"/>
<explorer.serviceNode implementation="software.aws.toolkits.jetbrains.core.explorer.nodes.SqsExplorerRootNode"/>
<explorer.serviceNode implementation="software.aws.toolkits.jetbrains.core.explorer.nodes.OtherResourcesRootNode"/>
<!-- DevTools nodes-->
<devTools.serviceNode implementation="software.aws.toolkits.jetbrains.core.explorer.devToolsTab.nodes.CawsServiceNode"/>
<!-- Experiments -->
<experiment implementation="software.aws.toolkits.jetbrains.services.ecs.EcsExecExperiment"/>
<experiment implementation="software.aws.toolkits.jetbrains.services.dynamic.JsonResourceModificationExperiment"/>
<tool implementation="software.aws.toolkits.jetbrains.services.ssm.SsmPlugin"/>
<sdk.clientCustomizer implementation="software.aws.toolkits.jetbrains.services.caws.CawsClientCustomizer"/>
</extensions>
<actions resource-bundle="software.aws.toolkits.resources.MessagesBundle">
<action id="aws.toolkits.open.telemetry.viewer" class="software.aws.toolkit.jetbrains.services.telemetry.OpenTelemetryAction"/>
<action class="software.aws.toolkit.jetbrains.core.credentials.CreateOrUpdateCredentialProfilesAction" id="aws.toolkit.settings.upsertCredentials"/>
<action id="aws.settings.refresh" class="software.aws.toolkit.jetbrains.core.credentials.RefreshConnectionAction"/>
<action id="aws.toolkit.showFeedback" class="software.aws.toolkits.jetbrains.ui.feedback.ShowFeedbackDialogAction"/>
<action id="aws.toolkit.open.arn.browser" class="software.aws.toolkits.jetbrains.services.federation.OpenArnInConsoleEditorPopupAction">
<add-to-group group-id="EditorPopupMenu"/>
</action>
<action id="aws.toolkit.toolwindow.explorer.newConnection"
class="software.aws.toolkits.jetbrains.core.credentials.actions.ExplorerNewConnectionAction"/>
<action id="aws.toolkit.toolwindow.credentials.rightGroup.more"
class="software.aws.toolkits.jetbrains.core.credentials.actions.MoreConnectionActionsAction"/>
<group id="aws.toolkit.toolwindow.credentials.rightGroup.more.group">
<action id="aws.toolkit.toolwindow.newConnection" class="software.aws.toolkits.jetbrains.core.credentials.actions.NewConnectionAction"/>
</group>
<action id="aws.toolkit.toolwindow.credentials.rightGroup.help" class="software.aws.toolkits.jetbrains.core.credentials.actions.CredentialsHelpAction"/>
<group id="aws.toolkit.explorer.titleBar" popup="false" compact="true">
<reference id="aws.settings.refresh"/>
<separator/>
<reference id="aws.toolkit.showFeedback"/>
</group>
<group id="aws.toolkit.explorer.dynamodb.table" popup="true" compact="false">
<action id="aws.toolkit.dynamodb.delete_table" class="software.aws.toolkits.jetbrains.services.dynamodb.actions.DeleteTableAction"
icon="AllIcons.Actions.Cancel"/>
</group>
<group id="aws.toolkit.explorer.ecr" popup="true" compact="false">
<action id="ecr.repository.create" class="software.aws.toolkits.jetbrains.services.ecr.actions.CreateRepositoryAction"/>
</group>
<group id="aws.toolkit.explorer.ecr.repository" popup="true" compact="false">
<group id="ecr.repository.push.group"/>
<action id="ecr.repository.copyUri" class="software.aws.toolkits.jetbrains.services.ecr.actions.CopyRepositoryUriAction"/>
<separator/>
<action id="ecr.repository.delete" class="software.aws.toolkits.jetbrains.services.ecr.actions.DeleteRepositoryAction"/>
</group>
<group id="aws.toolkit.explorer.ecr.tag" popup="true" compact="false">
<action id="ecr.image.createAppRunnerService" class="software.aws.toolkits.jetbrains.services.ecr.actions.CreateAppRunnerServiceAction"/>
<action id="ecr.image.copyUri" class="software.aws.toolkits.jetbrains.services.ecr.actions.CopyTagUriAction"/>
<separator/>
<action id="ecr.image.delete" class="software.aws.toolkits.jetbrains.services.ecr.actions.DeleteTagAction"/>
</group>
<group id="aws.toolkit.explorer.ecs.cluster" popup="true" compact="false">
<action id="ecs.service.showLogGroup" class="software.aws.toolkits.jetbrains.services.ecs.actions.EcsLogGroupAction"/>
<separator/>
</group>
<group id="aws.toolkit.explorer.ecs.service" popup="true" compact="false">
<reference ref="RunContextGroupInner"/>
<group id="ecs.container.actions" compact="true" class="software.aws.toolkits.jetbrains.services.ecs.ServiceContainerActions"/>
<separator/>
<action id="ecs.exec.enable" class="software.aws.toolkits.jetbrains.services.ecs.exec.EnableEcsExecuteCommand"/>
<action id="ecs.exec.disable" class="software.aws.toolkits.jetbrains.services.ecs.exec.DisableEcsExecuteCommand"/>
<separator/>
</group>
<group id="aws.toolkit.explorer.apprunner" popup="true" compact="false">
<action id="apprunner.service.create" class="software.aws.toolkits.jetbrains.services.apprunner.actions.CreateServiceAction"/>
</group>
<group id="aws.toolkit.explorer.apprunner.service" popup="true" compact="false">
<action id="apprunner.service.deploy" class="software.aws.toolkits.jetbrains.services.apprunner.actions.DeployAction"/>
<action id="apprunner.service.pause" class="software.aws.toolkits.jetbrains.services.apprunner.actions.PauseServiceAction"/>
<action id="apprunner.service.resume" class="software.aws.toolkits.jetbrains.services.apprunner.actions.ResumeServiceAction"/>
<separator/>
<action id="apprunner.service.openServiceUri" class="software.aws.toolkits.jetbrains.services.apprunner.actions.OpenServiceUrlAction"/>
<action id="apprunner.service.copyServiceUri" class="software.aws.toolkits.jetbrains.services.apprunner.actions.CopyServiceUrlAction"/>
<separator/>
<action id="apprunner.service.showSystemLogs" class="software.aws.toolkits.jetbrains.services.apprunner.actions.ViewSystemLogsAction"/>
<action id="apprunner.service.showApplicationLogs" class="software.aws.toolkits.jetbrains.services.apprunner.actions.ViewApplicationLogsAction"/>
<separator/>
<action id="apprunner.service.delete" class="software.aws.toolkits.jetbrains.services.apprunner.actions.DeleteServiceAction"/>
</group>
<group id="aws.toolkit.explorer.lambda" popup="true" compact="false">
<action id="lambda.function.create" class="software.aws.toolkits.jetbrains.services.lambda.upload.CreateLambdaFunctionAction"/>
</group>
<group id="aws.toolkit.explorer.lambda.function" popup="false" compact="false">
<reference ref="RunContextGroupInner"/>
<separator/>
<action id="lambda.function.gotohandler"
class="software.aws.toolkits.jetbrains.services.lambda.actions.GoToHandlerAction"/>
<separator/>
<action id="lambda.function.updateConfiguration"
class="software.aws.toolkits.jetbrains.services.lambda.actions.UpdateFunctionConfigurationAction"/>
<action id="lambda.function.updateCode" class="software.aws.toolkits.jetbrains.services.lambda.actions.UpdateFunctionCodeAction"/>
<separator/>
<action id="lambda.function.viewLogStream" class="software.aws.toolkits.jetbrains.services.lambda.actions.LambdaLogGroupAction"/>
<separator/>
<action id="lambda.function.delete"
class="software.aws.toolkits.jetbrains.services.lambda.actions.DeleteFunctionAction"/>
</group>
<group id="aws.toolkit.explorer.cloudformation.stack" popup="true" compact="false">
<action id="cloudformation.stack.view"
class="software.aws.toolkits.jetbrains.services.cloudformation.stack.OpenStackUiAction"/>
<separator/>
<action id="cloudformation.stack.delete"
class="software.aws.toolkits.jetbrains.services.cloudformation.actions.DeleteStackAction"/>
</group>
<group id="aws.toolkit.explorer.dynamic.resource.type" popup="true" compact="false">
<action id="dynamic.resource.type.explorer.createResource"
class="software.aws.toolkits.jetbrains.services.dynamic.explorer.actions.CreateResourceAction"/>
<action id="dynamic.resource.type.explorer.viewDocumentation"
class="software.aws.toolkits.jetbrains.services.dynamic.explorer.actions.ViewDocumentationAction"/>
</group>
<group id="aws.toolkit.dynamic.resource.editor">
<action id="dynamic.resource.editor.submitResourceCreationRequest"
class="software.aws.toolkits.jetbrains.services.dynamic.editor.actions.SubmitResourceCreationRequestAction"/>
<action id="dynamic.resource.editor.enableEditingResource"
class="software.aws.toolkits.jetbrains.services.dynamic.editor.actions.EnableEditingResourceAction"/>
<action id="dynamic.resource.editor.submitResourceUpdateRequest"
class="software.aws.toolkits.jetbrains.services.dynamic.editor.actions.SubmitResourceUpdateRequestAction"/>
</group>
<group id="aws.toolkit.explorer.dynamic.more.resources" popup="true" compact="false">
<action id="dynamic.resource.addResourcesToExplorerAction"
class="software.aws.toolkits.jetbrains.services.dynamic.explorer.actions.AddResourcesToExplorerAction"/>
</group>
<group id="aws.toolkit.explorer.dynamic.resource" popup="true" compact="false">
<action id="dynamic.resource.explorer.openReadOnlyAction"
class="software.aws.toolkits.jetbrains.services.dynamic.explorer.actions.OpenReadOnlyFileAction"/>
<action id="dynamic.resource.explorer.openFileForUpdateAction"
class="software.aws.toolkits.jetbrains.services.dynamic.explorer.actions.OpenFileForUpdateAction"/>
<separator/>
<action id="dynamic.resource.explorer.copy.identifier"
class="software.aws.toolkits.jetbrains.services.dynamic.explorer.actions.CopyIdentifierAction"/>
<separator/>
<action id="dynamic.resource.explorer.dynamicResourceDeleteResourceAction"
class="software.aws.toolkits.jetbrains.services.dynamic.explorer.actions.DynamicResourceDeleteResourceAction"/>
</group>
<group id="aws.toolkit.explorer.logs.group" popup="true" compact="false">
<action id="cloudwatch.logs.open"
class="software.aws.toolkits.jetbrains.services.cloudwatch.logs.actions.OpenLogGroupAction"/>
<action id="cloudwatch.logs.query.group"
class="software.aws.toolkits.jetbrains.services.cloudwatch.logs.insights.actions.QueryGroupAction"/>
<separator/>
<action id="cloudwatch.logs.delete.group"
class="software.aws.toolkits.jetbrains.services.cloudwatch.logs.actions.DeleteGroupAction"/>
</group>
<group id="aws.toolkit.explorer.s3" popup="false" compact="false">
<action id="s3.create.bucket"
class="software.aws.toolkits.jetbrains.services.s3.bucketActions.CreateBucketAction"/>
<action id="s3.view.bucket"
class="software.aws.toolkits.jetbrains.services.s3.bucketActions.ViewBucketAction"/>
</group>
<group id="aws.toolkit.explorer.s3.bucket" popup="true" compact="false">
<action id="aws.toolkit.s3.open.bucket.viewer"
class="software.aws.toolkits.jetbrains.services.s3.bucketActions.OpenBucketViewerAction"/>
<action id="aws.toolkit.s3.open.bucket.viewer.prefixed"
class="software.aws.toolkits.jetbrains.services.s3.bucketActions.OpenPrefixedBucketViewerAction"/>
<separator/>
<action id="s3.copy.bucketname.check"
class="software.aws.toolkits.jetbrains.services.s3.bucketActions.CopyBucketNameAction"/>
<separator/>
<action id="s3.delete.bucket"
class="software.aws.toolkits.jetbrains.services.s3.bucketActions.DeleteBucketAction"/>
</group>
<group id="aws.toolkit.explorer.schemas" popup="true" compact="false">
<action id="schemas.search"
class="software.aws.toolkits.jetbrains.services.schemas.search.SearchSchemasAction"/>
</group>
<group id="aws.toolkit.explorer.schemas.registry" popup="false" compact="true">
<action id="schemas.registry.search"
class="software.aws.toolkits.jetbrains.services.schemas.search.SearchSchemasInRegistryAction"/>
</group>
<group id="aws.toolkit.explorer.schemas.schema" popup="false" compact="true">
<action id="schemas.schema.view"
class="software.aws.toolkits.jetbrains.services.schemas.ViewSchemaAction"/>
<separator/>
<action id="schemas.schema.downloadCode"
class="software.aws.toolkits.jetbrains.services.schemas.code.DownloadCodeForSchemaAction"/>
</group>
<group id="aws.toolkit.explorer.sqs" popup="true" compact="false">
<action id="sqs.create.queue"
class="software.aws.toolkits.jetbrains.services.sqs.actions.CreateQueueAction"/>
</group>
<group id="aws.toolkit.explorer.sqs.queue" popup="true" compact="false">
<action id="sqs.poll.message" class="software.aws.toolkits.jetbrains.services.sqs.actions.PollMessageAction"/>
<action id="sqs.send.message" class="software.aws.toolkits.jetbrains.services.sqs.actions.SendMessageAction"/>
<action id="sqs.purge" class="software.aws.toolkits.jetbrains.services.sqs.actions.PurgeQueueNodeAction"/>
<separator/>
<action id="sqs.configure.lambda" class="software.aws.toolkits.jetbrains.services.sqs.actions.ConfigureLambdaAction"/>
<action id="sqs.subscribe.sns" class="software.aws.toolkits.jetbrains.services.sqs.actions.SubscribeSnsAction"/>
<separator/>
<action id="sqs.edit.attributes" class="software.aws.toolkits.jetbrains.services.sqs.actions.EditAttributesAction"/>
<separator/>
<action id="sqs.delete.queue" class="software.aws.toolkits.jetbrains.services.sqs.actions.DeleteQueueAction"/>
</group>
<action class="software.aws.toolkits.jetbrains.core.credentials.ConfigureAwsConnectionAction" id="aws.settings.selector" icon="AwsIcons.Logos.AWS"/>
<action class="software.aws.toolkits.jetbrains.services.lambda.actions.SyncServerlessApplicationAction" id="serverless.sync.infra"/>
<action class="software.aws.toolkits.jetbrains.services.lambda.actions.SyncServerlessAppAction" id="serverless.sync.app"/>
<action class="software.aws.toolkits.jetbrains.settings.ShowSettingsAction" id="aws.settings.show" icon="AllIcons.General.Settings"/>
<group id="aws.toolkit.sono.id.actions">
<action class="software.aws.toolkits.jetbrains.core.credentials.sono.SonoLogoutAction" id="aws.toolkit.caws.logout"/>
<action class="software.aws.toolkits.jetbrains.services.caws.actions.OpenCawsProfileAction" id="aws.toolkit.caws.profile"/>
<action class="software.aws.toolkits.jetbrains.ui.feedback.SubmitFeedbackInGateway" id="aws.toolkit.submit.caws.dev.env.feedback"/>
</group>
<group id="aws.toolkit.serverless.template">
<add-to-group group-id="ProjectViewPopupMenu" anchor="last"/>
<add-to-group group-id="EditorPopupMenu" anchor="last"/>
<add-to-group group-id="EditorTabPopupMenu" anchor="last"/>
<separator/>
<reference id="serverless.sync.infra"/>
<separator/>
</group>
<group id="aws.toolkit.s3viewer.transferActions">
<action class="software.aws.toolkits.jetbrains.services.s3.objectActions.DownloadObjectAction"/>
<action class="software.aws.toolkits.jetbrains.services.s3.objectActions.UploadObjectAction"/>
</group>
<group id="aws.toolkit.s3viewer.versionActions">
<action class="software.aws.toolkits.jetbrains.services.s3.objectActions.ViewObjectVersionAction"/>
</group>
<group id="aws.toolkit.s3viewer.mutateActions">
<action class="software.aws.toolkits.jetbrains.services.s3.objectActions.NewFolderAction"/>
<action class="software.aws.toolkits.jetbrains.services.s3.objectActions.RenameObjectAction" use-shortcut-of="RenameElement"/>
<action class="software.aws.toolkits.jetbrains.services.s3.objectActions.DeleteObjectAction" use-shortcut-of="$Delete"/>
</group>
<group id="aws.toolkit.s3viewer.miscActions">
<action class="software.aws.toolkits.jetbrains.services.s3.objectActions.RefreshTreeAction" use-shortcut-of="Refresh"/>
</group>
<group id="aws.toolkit.s3viewer.toolbar">
<reference ref="aws.toolkit.s3viewer.transferActions"/>
<separator/>
<reference ref="aws.toolkit.s3viewer.versionActions"/>
<separator/>
<reference ref="aws.toolkit.s3viewer.mutateActions"/>
<separator/>
<reference ref="aws.toolkit.s3viewer.miscActions"/>
</group>
<group id="aws.toolkit.s3viewer.contextMenu">
<reference ref="aws.toolkit.s3viewer.transferActions"/>
<separator/>
<reference ref="aws.toolkit.s3viewer.versionActions"/>
<separator/>
<group popup="true" id="aws.toolkit.s3viewer.contextMenu.copyGroup" icon="AllIcons.Actions.Copy">
<action class="software.aws.toolkits.jetbrains.services.s3.objectActions.CopyPathAction"/>
<action class="software.aws.toolkits.jetbrains.services.s3.objectActions.CopyUrlAction"/>
<action class="software.aws.toolkits.jetbrains.services.s3.objectActions.CopyUriAction"/>
</group>
<separator/>
<reference ref="aws.toolkit.s3viewer.mutateActions"/>
<separator/>
<reference ref="aws.toolkit.s3viewer.miscActions"/>
</group>
<group id="aws.toolkit.dynamoViewer.toolbar.primary">
</group>
<group id="aws.toolkit.dynamoViewer.toolbar.secondary">
<group popup="true" id="aws.toolkit.dynamoViewer.toolbar.settings" icon="AllIcons.General.GearPlain">
<group id="aws.toolkit.dynamoViewer.changeMaxResults"
class="software.aws.toolkits.jetbrains.services.dynamodb.editor.actions.ConfigureMaxResultsAction"/>
</group>
</group>
<action id="aws.toolkit.connection.pinning.unpin"
class="software.aws.toolkits.jetbrains.core.explorer.devToolsTab.nodes.actions.UnpinConnectionAction"/>
<action id="aws.toolkit.cwQRootNode.installQ"
class="software.aws.toolkits.jetbrains.core.explorer.actions.InstallAmazonQAction"/>
</actions>
</idea-plugin>