File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/@aws-cdk/toolkit-lib/docs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments