File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
sdk-codegen/codegen-resources/codewhisperer Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 293
293
"GetAccessTokenRequestIdentityTokenString" :{
294
294
"type" :" string" ,
295
295
"max" :1024 ,
296
- "min" :0
296
+ "min" :0 ,
297
+ "sensitive" : true
297
298
},
298
299
"GetAccessTokenResponse" :{
299
300
"type" :" structure" ,
300
301
"members" :{
301
- "accessToken" :{"shape" :" String " }
302
+ "accessToken" :{"shape" :" SensitiveString " }
302
303
}
303
304
},
304
305
"GetCodeScanRequest" :{
433
434
"members" :{
434
435
"licenseName" :{"shape" :" ReferenceLicenseNameString" },
435
436
"repository" :{"shape" :" ReferenceRepositoryString" },
437
+ "url" : {"shape" :" ReferenceUrlString" },
436
438
"recommendationContentSpan" :{"shape" :" Span" }
437
439
}
438
440
},
446
448
"max" :1024 ,
447
449
"min" :1
448
450
},
451
+ "ReferenceUrlString" : {
452
+ "type" : " string" ,
453
+ "max" : 1024 ,
454
+ "min" : 1
455
+ },
449
456
"References" :{
450
457
"type" :" list" ,
451
458
"member" :{"shape" :" Reference" },
460
467
},
461
468
"exception" :true
462
469
},
470
+ "SensitiveString" :{
471
+ "type" : " string" ,
472
+ "sensitive" : true
473
+ },
463
474
"Span" :{
464
475
"type" :" structure" ,
465
476
"members" :{
You can’t perform that action at this time.
0 commit comments