File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 193
193
"type" : " string" ,
194
194
"description" : " Names of allowed API calls" ,
195
195
"allowedValues" : [
196
+ " ResumeTransformation" ,
196
197
" StartTransformation" ,
197
198
" StopTransformation" ,
198
199
" GetTransformation" ,
352
353
" treeViewHeader"
353
354
]
354
355
},
356
+ {
357
+ "name" : " codeTransformMetadata" ,
358
+ "type" : " string" ,
359
+ "description" : " A general field for logging metadata associated to Amazon Q transform metrics."
360
+ },
355
361
{
356
362
"name" : " codewhispererAcceptedTokens" ,
357
363
"type" : " int" ,
3146
3152
}
3147
3153
]
3148
3154
},
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
+ },
3149
3173
{
3150
3174
"name" : " codewhisperer_blockedInvocation" ,
3151
3175
"description" : " Client side invocation blocked by another invocation in progress" ,
You can’t perform that action at this time.
0 commit comments