|
258 | 258 | "IDEBundledMaven"
|
259 | 259 | ]
|
260 | 260 | },
|
| 261 | + { |
| 262 | + "name": "codeTransformMetadata", |
| 263 | + "type": "string", |
| 264 | + "description": "A general field for logging metadata associated to Amazon Q transform metrics." |
| 265 | + }, |
261 | 266 | {
|
262 | 267 | "name": "codeTransformPatchViewerCancelSrcComponents",
|
263 | 268 | "type": "string",
|
|
353 | 358 | "treeViewHeader"
|
354 | 359 | ]
|
355 | 360 | },
|
356 |
| - { |
357 |
| - "name": "codeTransformMetadata", |
358 |
| - "type": "string", |
359 |
| - "description": "A general field for logging metadata associated to Amazon Q transform metrics." |
360 |
| - }, |
361 | 361 | {
|
362 | 362 | "name": "codewhispererAcceptedTokens",
|
363 | 363 | "type": "int",
|
|
2701 | 2701 | }
|
2702 | 2702 | ]
|
2703 | 2703 | },
|
| 2704 | + { |
| 2705 | + "name": "codeTransform_humanInTheLoop", |
| 2706 | + "description": "The user interactivity when a transformation pause state is reached.", |
| 2707 | + "metadata": [ |
| 2708 | + { |
| 2709 | + "type": "codeTransformJobId", |
| 2710 | + "required": false |
| 2711 | + }, |
| 2712 | + { |
| 2713 | + "type": "codeTransformMetadata", |
| 2714 | + "required": true |
| 2715 | + }, |
| 2716 | + { |
| 2717 | + "type": "codeTransformSessionId", |
| 2718 | + "required": true |
| 2719 | + } |
| 2720 | + ] |
| 2721 | + }, |
2704 | 2722 | {
|
2705 | 2723 | "name": "codeTransform_isDoubleClickedToTriggerInvalidProject",
|
2706 | 2724 | "description": "The code transform button in the devtools to initiate the job but there is a validation error.",
|
|
3152 | 3170 | }
|
3153 | 3171 | ]
|
3154 | 3172 | },
|
3155 |
| - { |
3156 |
| - "name": "codeTransform_humanInTheLoop", |
3157 |
| - "description": "The user interactivity when a transformation pause state is reached.", |
3158 |
| - "metadata": [ |
3159 |
| - { |
3160 |
| - "type": "codeTransformJobId", |
3161 |
| - "required": false |
3162 |
| - }, |
3163 |
| - { |
3164 |
| - "type": "codeTransformSessionId", |
3165 |
| - "required": true |
3166 |
| - }, |
3167 |
| - { |
3168 |
| - "type": "codeTransformMetadata", |
3169 |
| - "required": true |
3170 |
| - } |
3171 |
| - ] |
3172 |
| - }, |
3173 | 3173 | {
|
3174 | 3174 | "name": "codewhisperer_blockedInvocation",
|
3175 | 3175 | "description": "Client side invocation blocked by another invocation in progress",
|
|
0 commit comments