|
1 | 1 | import type * as cxapi from '@aws-cdk/cx-api'; |
2 | 2 | import * as make from './message-maker'; |
3 | 3 | import type { SpanDefinition } from './span'; |
4 | | -import type { DiffResult } from '../payloads'; |
5 | | -import type { BootstrapEnvironmentProgress } from '../payloads/bootstrap-environment-progress'; |
6 | | -import type { MissingContext, UpdatedContext } from '../payloads/context'; |
7 | | -import type { BuildAsset, DeployConfirmationRequest, PublishAsset, StackDeployProgress, SuccessfulDeployStackResult } from '../payloads/deploy'; |
8 | | -import type { StackDestroy, StackDestroyProgress } from '../payloads/destroy'; |
9 | | -import type { HotswapDeploymentDetails, HotswapDeploymentAttempt, HotswappableChange, HotswapResult } from '../payloads/hotswap'; |
10 | | -import type { StackDetailsPayload } from '../payloads/list'; |
11 | | -import type { CloudWatchLogEvent, CloudWatchLogMonitorControlEvent } from '../payloads/logs-monitor'; |
12 | | -import type { StackRollbackProgress } from '../payloads/rollback'; |
13 | | -import type { SdkTrace } from '../payloads/sdk-trace'; |
14 | | -import type { StackActivity, StackMonitoringControlEvent } from '../payloads/stack-activity'; |
15 | | -import type { StackSelectionDetails } from '../payloads/synth'; |
16 | | -import type { AssemblyData, ConfirmationRequest, ContextProviderMessageSource, Duration, ErrorPayload, StackAndAssemblyData } from '../payloads/types'; |
17 | | -import type { FileWatchEvent, WatchSettings } from '../payloads/watch'; |
| 4 | +import type { DiffResult } from '../../../payloads'; |
| 5 | +import type { BootstrapEnvironmentProgress } from '../../../payloads/bootstrap-environment-progress'; |
| 6 | +import type { MissingContext, UpdatedContext } from '../../../payloads/context'; |
| 7 | +import type { BuildAsset, DeployConfirmationRequest, PublishAsset, StackDeployProgress, SuccessfulDeployStackResult } from '../../../payloads/deploy'; |
| 8 | +import type { StackDestroy, StackDestroyProgress } from '../../../payloads/destroy'; |
| 9 | +import type { HotswapDeploymentDetails, HotswapDeploymentAttempt, HotswappableChange, HotswapResult } from '../../../payloads/hotswap'; |
| 10 | +import type { StackDetailsPayload } from '../../../payloads/list'; |
| 11 | +import type { CloudWatchLogEvent, CloudWatchLogMonitorControlEvent } from '../../../payloads/logs-monitor'; |
| 12 | +import type { StackRollbackProgress } from '../../../payloads/rollback'; |
| 13 | +import type { SdkTrace } from '../../../payloads/sdk-trace'; |
| 14 | +import type { StackActivity, StackMonitoringControlEvent } from '../../../payloads/stack-activity'; |
| 15 | +import type { StackSelectionDetails } from '../../../payloads/synth'; |
| 16 | +import type { AssemblyData, ConfirmationRequest, ContextProviderMessageSource, Duration, ErrorPayload, StackAndAssemblyData } from '../../../payloads/types'; |
| 17 | +import type { FileWatchEvent, WatchSettings } from '../../../payloads/watch'; |
18 | 18 |
|
19 | 19 | /** |
20 | 20 | * We have a rough system by which we assign message codes: |
|
0 commit comments