|
228 | 228 | "name": "executedCount",
|
229 | 229 | "type": "int",
|
230 | 230 | "description": "The number of executed operations"
|
231 |
| - }, |
232 |
| - { |
233 |
| - "name": "amazonqUploadIntent", |
234 |
| - "type": "string", |
235 |
| - "description": "The intent of the upload", |
236 |
| - "allowedValues": [ |
237 |
| - "TRANSFORMATION", |
238 |
| - "TASK_ASSIST_PLANNING", |
239 |
| - "AUTOMATIC_FILE_SECURITY_SCAN", |
240 |
| - "FULL_PROJECT_SECURITY_SCAN" |
241 |
| - ] |
242 | 231 | }
|
243 | 232 | ],
|
244 | 233 | "metrics": [
|
|
885 | 874 | }
|
886 | 875 | ]
|
887 | 876 | },
|
888 |
| - { |
889 |
| - "name": "amazonq_createUpload", |
890 |
| - "description": "Captures createUploadUrl invocation process", |
891 |
| - "metadata": [ |
892 |
| - { |
893 |
| - "type": "amazonqConversationId" |
894 |
| - }, |
895 |
| - { |
896 |
| - "type": "amazonqRepositorySize", |
897 |
| - "required": false |
898 |
| - }, |
899 |
| - { |
900 |
| - "type": "amazonqUploadIntent", |
901 |
| - "required": false |
902 |
| - }, |
903 |
| - { |
904 |
| - "type": "credentialStartUrl", |
905 |
| - "required": false |
906 |
| - } |
907 |
| - ] |
908 |
| - }, |
909 | 877 | {
|
910 | 878 | "name": "ide_editCodeFile",
|
911 | 879 | "description": "User opened a code file with the given file extension. Client should DEDUPLICATE this metric (ideally hourly/daily). AWS-specific files should (also) emit `file_editAwsFile`.",
|
|
1158 | 1126 | {
|
1159 | 1127 | "name": "docdb_addRegion",
|
1160 | 1128 | "description": "User clicked on add region command"
|
1161 |
| - }, |
1162 |
| - { |
1163 |
| - "name": "codewhisperer_codeScanIssueDetected", |
1164 |
| - "description": "Called when a code scan issue is returned from the service", |
1165 |
| - "metadata": [ |
1166 |
| - { |
1167 |
| - "type": "autoDetected", |
1168 |
| - "required": false |
1169 |
| - }, |
1170 |
| - { |
1171 |
| - "type": "codewhispererCodeScanJobId", |
1172 |
| - "required": false |
1173 |
| - }, |
1174 |
| - { |
1175 |
| - "type": "detectorId" |
1176 |
| - }, |
1177 |
| - { |
1178 |
| - "type": "findingId" |
1179 |
| - }, |
1180 |
| - { |
1181 |
| - "type": "includesFix", |
1182 |
| - "required": false |
1183 |
| - }, |
1184 |
| - { |
1185 |
| - "type": "ruleId", |
1186 |
| - "required": false |
1187 |
| - } |
1188 |
| - ] |
1189 | 1129 | }
|
1190 | 1130 | ]
|
1191 | 1131 | }
|
0 commit comments