|
2 | 2 |
|
3 | 3 | | Code | Description | Level | Data Interface |
|
4 | 4 | |------|-------------|-------|----------------|
|
| 5 | +| CDK_TOOLKIT_I0000 | Default info messages emitted from the Toolkit | info | n/a | |
| 6 | +| CDK_TOOLKIT_I0000 | Default debug messages emitted from the Toolkit | debug | n/a | |
| 7 | +| CDK_TOOLKIT_W0000 | Default warning messages emitted from the Toolkit | warn | n/a | |
5 | 8 | | CDK_TOOLKIT_I1000 | Provides synthesis times. | info | [Duration](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/Duration.html) |
|
6 | 9 | | CDK_TOOLKIT_I1901 | Provides stack data | result | [StackAndAssemblyData](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/StackAndAssemblyData.html) |
|
7 | 10 | | CDK_TOOLKIT_I1902 | Successfully deployed stacks | result | [AssemblyData](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/AssemblyData.html) |
|
|
10 | 13 | | CDK_TOOLKIT_I5000 | Provides deployment times | info | [Duration](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/Duration.html) |
|
11 | 14 | | CDK_TOOLKIT_I5001 | Provides total time in deploy action, including synth and rollback | info | [Duration](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/Duration.html) |
|
12 | 15 | | CDK_TOOLKIT_I5002 | Provides time for resource migration | info | n/a |
|
| 16 | +| CDK_TOOLKIT_W5021 | Empty non-existent stack, deployment is skipped | warn | n/a | |
| 17 | +| CDK_TOOLKIT_W5022 | Empty existing stack, stack will be destroyed | warn | n/a | |
13 | 18 | | CDK_TOOLKIT_I5031 | Informs about any log groups that are traced as part of the deployment | info | n/a |
|
14 |
| -| CDK_TOOLKIT_I5050 | Confirm rollback during deployment | info | n/a | |
15 |
| -| CDK_TOOLKIT_I5060 | Confirm deploy security sensitive changes | info | n/a | |
| 19 | +| CDK_TOOLKIT_I5050 | Confirm rollback during deployment | info | [ConfirmationRequest](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/ConfirmationRequest.html) | |
| 20 | +| CDK_TOOLKIT_I5060 | Confirm deploy security sensitive changes | info | [ConfirmationRequest](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/ConfirmationRequest.html) | |
| 21 | +| CDK_TOOLKIT_I5100 | Stack deploy progress | info | [StackDeployProgress](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/StackDeployProgress.html) | |
| 22 | +| CDK_TOOLKIT_I5310 | The computed settings used for file watching | debug | [WatchSettings](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/WatchSettings.html) | |
| 23 | +| CDK_TOOLKIT_I5311 | File watching started | info | [FileWatchEvent](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/FileWatchEvent.html) | |
| 24 | +| CDK_TOOLKIT_I5312 | File event detected, starting deployment | info | [FileWatchEvent](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/FileWatchEvent.html) | |
| 25 | +| CDK_TOOLKIT_I5313 | File event detected during active deployment, changes are queued | info | [FileWatchEvent](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/FileWatchEvent.html) | |
| 26 | +| CDK_TOOLKIT_I5314 | Initial watch deployment started | info | n/a | |
| 27 | +| CDK_TOOLKIT_I5315 | Queued watch deployment started | info | n/a | |
16 | 28 | | CDK_TOOLKIT_I5501 | Stack Monitoring: Start monitoring of a single stack | info | [StackMonitoringControlEvent](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/StackMonitoringControlEvent.html) |
|
17 | 29 | | CDK_TOOLKIT_I5502 | Stack Monitoring: Activity event for a single stack | info | [StackActivity](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/StackActivity.html) |
|
18 | 30 | | CDK_TOOLKIT_I5503 | Stack Monitoring: Finished monitoring of a single stack | info | [StackMonitoringControlEvent](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/StackMonitoringControlEvent.html) |
|
19 | 31 | | CDK_TOOLKIT_I5900 | Deployment results on success | result | [SuccessfulDeployStackResult](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/SuccessfulDeployStackResult.html) |
|
| 32 | +| CDK_TOOLKIT_I5901 | Generic deployment success messages | info | n/a | |
| 33 | +| CDK_TOOLKIT_W5400 | Hotswap disclosure message | warn | n/a | |
20 | 34 | | CDK_TOOLKIT_E5001 | No stacks found | error | n/a |
|
21 | 35 | | CDK_TOOLKIT_E5500 | Stack Monitoring error | error | [ErrorPayload](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/ErrorPayload.html) |
|
22 | 36 | | CDK_TOOLKIT_I6000 | Provides rollback times | info | [Duration](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/Duration.html) |
|
| 37 | +| CDK_TOOLKIT_I6100 | Stack rollback progress | info | [StackRollbackProgress](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/StackRollbackProgress.html) | |
23 | 38 | | CDK_TOOLKIT_E6001 | No stacks found | error | n/a |
|
24 |
| -| CDK_TOOLKIT_E6900 | Rollback failed | error | n/a | |
| 39 | +| CDK_TOOLKIT_E6900 | Rollback failed | error | [ErrorPayload](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/ErrorPayload.html) | |
25 | 40 | | CDK_TOOLKIT_I7000 | Provides destroy times | info | [Duration](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/Duration.html) |
|
26 |
| -| CDK_TOOLKIT_I7010 | Confirm destroy stacks | info | n/a | |
| 41 | +| CDK_TOOLKIT_I7010 | Confirm destroy stacks | info | [ConfirmationRequest](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/ConfirmationRequest.html) | |
| 42 | +| CDK_TOOLKIT_I7100 | Stack destroy progress | info | [StackDestroyProgress](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/StackDestroyProgress.html) | |
| 43 | +| CDK_TOOLKIT_I7900 | Stack deletion succeeded | result | [cxapi.CloudFormationStackArtifact](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/cxapi.CloudFormationStackArtifact.html) | |
27 | 44 | | CDK_TOOLKIT_E7010 | Action was aborted due to negative confirmation of request | error | n/a |
|
28 |
| -| CDK_TOOLKIT_E7900 | Stack deletion failed | error | n/a | |
| 45 | +| CDK_TOOLKIT_E7900 | Stack deletion failed | error | [ErrorPayload](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/ErrorPayload.html) | |
29 | 46 | | CDK_TOOLKIT_I9000 | Provides bootstrap times | info | [Duration](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/Duration.html) |
|
30 |
| -| CDK_TOOLKIT_I9900 | Bootstrap results on success | info | n/a | |
31 |
| -| CDK_TOOLKIT_E9900 | Bootstrap failed | error | n/a | |
| 47 | +| CDK_TOOLKIT_I9100 | Bootstrap progress | info | [BootstrapEnvironmentProgress](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/BootstrapEnvironmentProgress.html) | |
| 48 | +| CDK_TOOLKIT_I9900 | Bootstrap results on success | result | [cxapi.Environment](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/cxapi.Environment.html) | |
| 49 | +| CDK_TOOLKIT_E9900 | Bootstrap failed | error | [ErrorPayload](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/ErrorPayload.html) | |
| 50 | +| CDK_ASSEMBLY_I0010 | Generic environment preparation debug messages | debug | n/a | |
| 51 | +| CDK_ASSEMBLY_W0010 | Emitted if the found framework version does not support context overflow | warn | n/a | |
32 | 52 | | CDK_ASSEMBLY_I0042 | Writing updated context | debug | [UpdatedContext](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/UpdatedContext.html) |
|
33 |
| -| CDK_ASSEMBLY_I0241 | Fetching missing context | debug | [MissingContext](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/MissingContext.html) | |
| 53 | +| CDK_ASSEMBLY_I0240 | Context lookup was stopped as no further progress was made. | debug | [MissingContext](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/MissingContext.html) | |
| 54 | +| CDK_ASSEMBLY_I0241 | Fetching missing context. This is an iterative message that may appear multiple times with different missing keys. | debug | [MissingContext](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/MissingContext.html) | |
34 | 55 | | CDK_ASSEMBLY_I1000 | Cloud assembly output starts | debug | n/a |
|
35 | 56 | | CDK_ASSEMBLY_I1001 | Output lines emitted by the cloud assembly to stdout | info | n/a |
|
36 | 57 | | CDK_ASSEMBLY_E1002 | Output lines emitted by the cloud assembly to stderr | error | n/a |
|
37 | 58 | | CDK_ASSEMBLY_I1003 | Cloud assembly output finished | info | n/a |
|
38 | 59 | | CDK_ASSEMBLY_E1111 | Incompatible CDK CLI version. Upgrade needed. | error | [ErrorPayload](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/ErrorPayload.html) |
|
| 60 | +| CDK_ASSEMBLY_I0150 | Indicates the use of a pre-synthesized cloud assembly directory | debug | n/a | |
| 61 | +| CDK_ASSEMBLY_I9999 | Annotations emitted by the cloud assembly | info | [cxapi.SynthesisMessage](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/cxapi.SynthesisMessage.html) | |
| 62 | +| CDK_ASSEMBLY_W9999 | Warnings emitted by the cloud assembly | warn | [cxapi.SynthesisMessage](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/cxapi.SynthesisMessage.html) | |
| 63 | +| CDK_ASSEMBLY_E9999 | Errors emitted by the cloud assembly | error | [cxapi.SynthesisMessage](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/cxapi.SynthesisMessage.html) | |
| 64 | +| CDK_SDK_I0100 | An SDK trace. SDK traces are emitted as traces to the IoHost, but contain the original SDK logging level. | trace | [SdkTrace](https://docs.aws.amazon.com/cdk/api/toolkit-lib/interfaces/SdkTrace.html) | |
0 commit comments