Skip to content

Commit 9df2bbb

Browse files
author
github-actions
committed
chore: self mutation
Signed-off-by: github-actions <[email protected]>
1 parent b3c8099 commit 9df2bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@aws-cdk/toolkit-lib/docs/message-registry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ group: Documents
1616
| `CDK_TOOLKIT_I1901` | Provides stack data | `result` | {@link StackAndAssemblyData} |
1717
| `CDK_TOOLKIT_I1902` | Successfully deployed stacks | `result` | {@link AssemblyData} |
1818
| `CDK_TOOLKIT_I2901` | Provides details on the selected stacks and their dependencies | `result` | {@link StackDetailsPayload} |
19-
| `CDK_TOOLKIT_E3900` | Resource import failed | `error` | n/a |
19+
| `CDK_TOOLKIT_E3900` | Resource import failed | `error` | {@link ErrorPayload} |
2020
| `CDK_TOOLKIT_I5000` | Provides deployment times | `info` | {@link Duration} |
2121
| `CDK_TOOLKIT_I5001` | Provides total time in deploy action, including synth and rollback | `info` | {@link Duration} |
22-
| `CDK_TOOLKIT_I5002` | Provides time for resource migration | `info` | n/a |
22+
| `CDK_TOOLKIT_I5002` | Provides time for resource migration | `info` | {@link Duration} |
2323
| `CDK_TOOLKIT_W5021` | Empty non-existent stack, deployment is skipped | `warn` | n/a |
2424
| `CDK_TOOLKIT_W5022` | Empty existing stack, stack will be destroyed | `warn` | n/a |
2525
| `CDK_TOOLKIT_I5031` | Informs about any log groups that are traced as part of the deployment | `info` | n/a |

0 commit comments

Comments
 (0)