|
1 | 1 | {
|
2 | 2 | "types": [
|
3 |
| - { |
4 |
| - "name": "acceptedCharactersCount", |
5 |
| - "type": "int", |
6 |
| - "description": "The number of accepted characters" |
7 |
| - }, |
8 |
| - { |
9 |
| - "name": "acceptedCount", |
10 |
| - "type": "int", |
11 |
| - "description": "The number of accepted cases" |
12 |
| - }, |
13 |
| - { |
14 |
| - "name": "acceptedLinesCount", |
15 |
| - "type": "int", |
16 |
| - "description": "The number of accepted lines of code" |
17 |
| - }, |
18 | 3 | {
|
19 | 4 | "name": "amazonqIndexFileSizeInMB",
|
20 | 5 | "type": "int",
|
|
40 | 25 | "type": "string",
|
41 | 26 | "description": "Source triggering token refresh"
|
42 | 27 | },
|
43 |
| - { |
44 |
| - "name": "buildPayloadBytes", |
45 |
| - "type": "int", |
46 |
| - "description": "The uncompressed payload size in bytes of the source files in customer project context" |
47 |
| - }, |
48 |
| - { |
49 |
| - "name": "buildZipFileBytes", |
50 |
| - "type": "int", |
51 |
| - "description": "The compressed payload size of source files in bytes of customer project context sent" |
52 |
| - }, |
53 | 28 | {
|
54 | 29 | "name": "component",
|
55 | 30 | "allowedValues": [
|
|
190 | 165 | "type": "int",
|
191 | 166 | "description": "The number of executed operations"
|
192 | 167 | },
|
193 |
| - { |
194 |
| - "name": "generatedCharactersCount", |
195 |
| - "type": "int", |
196 |
| - "description": "Number of characters of code generated" |
197 |
| - }, |
198 |
| - { |
199 |
| - "name": "generatedCount", |
200 |
| - "type": "int", |
201 |
| - "description": "The number of generated cases" |
202 |
| - }, |
203 |
| - { |
204 |
| - "name": "generatedLinesCount", |
205 |
| - "type": "int", |
206 |
| - "description": "The number of generated lines of code" |
207 |
| - }, |
208 |
| - { |
209 |
| - "name": "hasUserPromptSupplied", |
210 |
| - "type": "boolean", |
211 |
| - "description": "True if user supplied prompt message as input else false" |
212 |
| - }, |
213 |
| - { |
214 |
| - "name": "isCodeBlockSelected", |
215 |
| - "type": "boolean", |
216 |
| - "description": "True if user selected code snippet as input else false" |
217 |
| - }, |
218 |
| - { |
219 |
| - "name": "isFileInWorkspace", |
220 |
| - "type": "boolean", |
221 |
| - "description": "Indicate if the file is in the current workspace." |
222 |
| - }, |
223 |
| - { |
224 |
| - "name": "isSupportedLanguage", |
225 |
| - "type": "boolean", |
226 |
| - "description": "Indicate if the language is supported" |
227 |
| - }, |
228 |
| - { |
229 |
| - "name": "jobGroup", |
230 |
| - "type": "string", |
231 |
| - "description": "Job group name used in the operation" |
232 |
| - }, |
233 |
| - { |
234 |
| - "name": "jobId", |
235 |
| - "type": "string", |
236 |
| - "description": "Job id used in the operation" |
237 |
| - }, |
238 | 168 | {
|
239 | 169 | "name": "reAuth",
|
240 | 170 | "type": "boolean",
|
|
524 | 454 | }
|
525 | 455 | ]
|
526 | 456 | },
|
527 |
| - { |
528 |
| - "name": "amazonq_utgGenerateTests", |
529 |
| - "description": "Client side invocation of the AmazonQ Unit Test Generation", |
530 |
| - "metadata": [ |
531 |
| - { |
532 |
| - "type": "acceptedCharactersCount", |
533 |
| - "required": false |
534 |
| - }, |
535 |
| - { |
536 |
| - "type": "acceptedCount", |
537 |
| - "required": false |
538 |
| - }, |
539 |
| - { |
540 |
| - "type": "acceptedLinesCount", |
541 |
| - "required": false |
542 |
| - }, |
543 |
| - { |
544 |
| - "type": "artifactsUploadDuration", |
545 |
| - "required": false |
546 |
| - }, |
547 |
| - { |
548 |
| - "type": "buildPayloadBytes", |
549 |
| - "required": false |
550 |
| - }, |
551 |
| - { |
552 |
| - "type": "buildZipFileBytes", |
553 |
| - "required": false |
554 |
| - }, |
555 |
| - { |
556 |
| - "type": "credentialStartUrl", |
557 |
| - "required": false |
558 |
| - }, |
559 |
| - { |
560 |
| - "type": "cwsprChatProgrammingLanguage" |
561 |
| - }, |
562 |
| - { |
563 |
| - "type": "generatedCharactersCount", |
564 |
| - "required": false |
565 |
| - }, |
566 |
| - { |
567 |
| - "type": "generatedCount", |
568 |
| - "required": false |
569 |
| - }, |
570 |
| - { |
571 |
| - "type": "generatedLinesCount", |
572 |
| - "required": false |
573 |
| - }, |
574 |
| - { |
575 |
| - "type": "hasUserPromptSupplied" |
576 |
| - }, |
577 |
| - { |
578 |
| - "type": "isCodeBlockSelected", |
579 |
| - "required": false |
580 |
| - }, |
581 |
| - { |
582 |
| - "type": "isFileInWorkspace" |
583 |
| - }, |
584 |
| - { |
585 |
| - "type": "isSupportedLanguage" |
586 |
| - }, |
587 |
| - { |
588 |
| - "type": "jobGroup", |
589 |
| - "required": false |
590 |
| - }, |
591 |
| - { |
592 |
| - "type": "jobId", |
593 |
| - "required": false |
594 |
| - }, |
595 |
| - { |
596 |
| - "type": "perfClientLatency", |
597 |
| - "required": false |
598 |
| - }, |
599 |
| - { |
600 |
| - "type": "result" |
601 |
| - }, |
602 |
| - { |
603 |
| - "type": "reason", |
604 |
| - "required": false |
605 |
| - }, |
606 |
| - { |
607 |
| - "type": "reasonDesc", |
608 |
| - "required": false |
609 |
| - }, |
610 |
| - { |
611 |
| - "type": "source", |
612 |
| - "required": false |
613 |
| - } |
614 |
| - ] |
615 |
| - }, |
616 | 457 | {
|
617 | 458 | "name": "auth_modifyConnection",
|
618 | 459 | "description": "An auth connection was modified in some way, e.g. deleted, updated",
|
|
0 commit comments