@@ -151,6 +151,7 @@ export class DeploymentClient {
151
151
const queryParams = { } ;
152
152
153
153
let headerParams = {
154
+ "Content-Type" : common . Constants . APPLICATION_JSON ,
154
155
"opc-retry-token" : changeDeploymentCompartmentRequest . opcRetryToken ,
155
156
"if-match" : changeDeploymentCompartmentRequest . ifMatch ,
156
157
"opc-request-id" : changeDeploymentCompartmentRequest . opcRequestId
@@ -215,6 +216,7 @@ export class DeploymentClient {
215
216
const queryParams = { } ;
216
217
217
218
let headerParams = {
219
+ "Content-Type" : common . Constants . APPLICATION_JSON ,
218
220
"opc-retry-token" : createDeploymentRequest . opcRetryToken ,
219
221
"opc-request-id" : createDeploymentRequest . opcRequestId
220
222
} ;
@@ -292,6 +294,7 @@ export class DeploymentClient {
292
294
const queryParams = { } ;
293
295
294
296
let headerParams = {
297
+ "Content-Type" : common . Constants . APPLICATION_JSON ,
295
298
"if-match" : deleteDeploymentRequest . ifMatch ,
296
299
"opc-request-id" : deleteDeploymentRequest . opcRequestId
297
300
} ;
@@ -351,6 +354,7 @@ export class DeploymentClient {
351
354
const queryParams = { } ;
352
355
353
356
let headerParams = {
357
+ "Content-Type" : common . Constants . APPLICATION_JSON ,
354
358
"opc-request-id" : getDeploymentRequest . opcRequestId
355
359
} ;
356
360
@@ -420,6 +424,7 @@ export class DeploymentClient {
420
424
} ;
421
425
422
426
let headerParams = {
427
+ "Content-Type" : common . Constants . APPLICATION_JSON ,
423
428
"opc-request-id" : listDeploymentsRequest . opcRequestId
424
429
} ;
425
430
@@ -486,6 +491,7 @@ export class DeploymentClient {
486
491
const queryParams = { } ;
487
492
488
493
let headerParams = {
494
+ "Content-Type" : common . Constants . APPLICATION_JSON ,
489
495
"if-match" : updateDeploymentRequest . ifMatch ,
490
496
"opc-request-id" : updateDeploymentRequest . opcRequestId
491
497
} ;
@@ -656,6 +662,7 @@ export class GatewayClient {
656
662
const queryParams = { } ;
657
663
658
664
let headerParams = {
665
+ "Content-Type" : common . Constants . APPLICATION_JSON ,
659
666
"opc-retry-token" : changeGatewayCompartmentRequest . opcRetryToken ,
660
667
"if-match" : changeGatewayCompartmentRequest . ifMatch ,
661
668
"opc-request-id" : changeGatewayCompartmentRequest . opcRequestId
@@ -720,6 +727,7 @@ export class GatewayClient {
720
727
const queryParams = { } ;
721
728
722
729
let headerParams = {
730
+ "Content-Type" : common . Constants . APPLICATION_JSON ,
723
731
"opc-retry-token" : createGatewayRequest . opcRetryToken ,
724
732
"opc-request-id" : createGatewayRequest . opcRequestId
725
733
} ;
@@ -797,6 +805,7 @@ export class GatewayClient {
797
805
const queryParams = { } ;
798
806
799
807
let headerParams = {
808
+ "Content-Type" : common . Constants . APPLICATION_JSON ,
800
809
"if-match" : deleteGatewayRequest . ifMatch ,
801
810
"opc-request-id" : deleteGatewayRequest . opcRequestId
802
811
} ;
@@ -856,6 +865,7 @@ export class GatewayClient {
856
865
const queryParams = { } ;
857
866
858
867
let headerParams = {
868
+ "Content-Type" : common . Constants . APPLICATION_JSON ,
859
869
"opc-request-id" : getGatewayRequest . opcRequestId
860
870
} ;
861
871
@@ -924,6 +934,7 @@ export class GatewayClient {
924
934
} ;
925
935
926
936
let headerParams = {
937
+ "Content-Type" : common . Constants . APPLICATION_JSON ,
927
938
"opc-request-id" : listGatewaysRequest . opcRequestId
928
939
} ;
929
940
@@ -990,6 +1001,7 @@ export class GatewayClient {
990
1001
const queryParams = { } ;
991
1002
992
1003
let headerParams = {
1004
+ "Content-Type" : common . Constants . APPLICATION_JSON ,
993
1005
"if-match" : updateGatewayRequest . ifMatch ,
994
1006
"opc-request-id" : updateGatewayRequest . opcRequestId
995
1007
} ;
@@ -1160,6 +1172,7 @@ export class WorkRequestsClient {
1160
1172
const queryParams = { } ;
1161
1173
1162
1174
let headerParams = {
1175
+ "Content-Type" : common . Constants . APPLICATION_JSON ,
1163
1176
"opc-retry-token" : cancelWorkRequestRequest . opcRetryToken ,
1164
1177
"if-match" : cancelWorkRequestRequest . ifMatch ,
1165
1178
"opc-request-id" : cancelWorkRequestRequest . opcRequestId
@@ -1215,6 +1228,7 @@ export class WorkRequestsClient {
1215
1228
const queryParams = { } ;
1216
1229
1217
1230
let headerParams = {
1231
+ "Content-Type" : common . Constants . APPLICATION_JSON ,
1218
1232
"opc-request-id" : getWorkRequestRequest . opcRequestId
1219
1233
} ;
1220
1234
@@ -1288,6 +1302,7 @@ export class WorkRequestsClient {
1288
1302
} ;
1289
1303
1290
1304
let headerParams = {
1305
+ "Content-Type" : common . Constants . APPLICATION_JSON ,
1291
1306
"opc-request-id" : listWorkRequestErrorsRequest . opcRequestId
1292
1307
} ;
1293
1308
@@ -1360,6 +1375,7 @@ export class WorkRequestsClient {
1360
1375
} ;
1361
1376
1362
1377
let headerParams = {
1378
+ "Content-Type" : common . Constants . APPLICATION_JSON ,
1363
1379
"opc-request-id" : listWorkRequestLogsRequest . opcRequestId
1364
1380
} ;
1365
1381
@@ -1432,6 +1448,7 @@ export class WorkRequestsClient {
1432
1448
} ;
1433
1449
1434
1450
let headerParams = {
1451
+ "Content-Type" : common . Constants . APPLICATION_JSON ,
1435
1452
"opc-request-id" : listWorkRequestsRequest . opcRequestId
1436
1453
} ;
1437
1454
0 commit comments