@@ -151,6 +151,7 @@ export class DeploymentClient {
151151 const queryParams = { } ;
152152
153153 let headerParams = {
154+ "Content-Type" : common . Constants . APPLICATION_JSON ,
154155 "opc-retry-token" : changeDeploymentCompartmentRequest . opcRetryToken ,
155156 "if-match" : changeDeploymentCompartmentRequest . ifMatch ,
156157 "opc-request-id" : changeDeploymentCompartmentRequest . opcRequestId
@@ -215,6 +216,7 @@ export class DeploymentClient {
215216 const queryParams = { } ;
216217
217218 let headerParams = {
219+ "Content-Type" : common . Constants . APPLICATION_JSON ,
218220 "opc-retry-token" : createDeploymentRequest . opcRetryToken ,
219221 "opc-request-id" : createDeploymentRequest . opcRequestId
220222 } ;
@@ -292,6 +294,7 @@ export class DeploymentClient {
292294 const queryParams = { } ;
293295
294296 let headerParams = {
297+ "Content-Type" : common . Constants . APPLICATION_JSON ,
295298 "if-match" : deleteDeploymentRequest . ifMatch ,
296299 "opc-request-id" : deleteDeploymentRequest . opcRequestId
297300 } ;
@@ -351,6 +354,7 @@ export class DeploymentClient {
351354 const queryParams = { } ;
352355
353356 let headerParams = {
357+ "Content-Type" : common . Constants . APPLICATION_JSON ,
354358 "opc-request-id" : getDeploymentRequest . opcRequestId
355359 } ;
356360
@@ -420,6 +424,7 @@ export class DeploymentClient {
420424 } ;
421425
422426 let headerParams = {
427+ "Content-Type" : common . Constants . APPLICATION_JSON ,
423428 "opc-request-id" : listDeploymentsRequest . opcRequestId
424429 } ;
425430
@@ -486,6 +491,7 @@ export class DeploymentClient {
486491 const queryParams = { } ;
487492
488493 let headerParams = {
494+ "Content-Type" : common . Constants . APPLICATION_JSON ,
489495 "if-match" : updateDeploymentRequest . ifMatch ,
490496 "opc-request-id" : updateDeploymentRequest . opcRequestId
491497 } ;
@@ -656,6 +662,7 @@ export class GatewayClient {
656662 const queryParams = { } ;
657663
658664 let headerParams = {
665+ "Content-Type" : common . Constants . APPLICATION_JSON ,
659666 "opc-retry-token" : changeGatewayCompartmentRequest . opcRetryToken ,
660667 "if-match" : changeGatewayCompartmentRequest . ifMatch ,
661668 "opc-request-id" : changeGatewayCompartmentRequest . opcRequestId
@@ -720,6 +727,7 @@ export class GatewayClient {
720727 const queryParams = { } ;
721728
722729 let headerParams = {
730+ "Content-Type" : common . Constants . APPLICATION_JSON ,
723731 "opc-retry-token" : createGatewayRequest . opcRetryToken ,
724732 "opc-request-id" : createGatewayRequest . opcRequestId
725733 } ;
@@ -797,6 +805,7 @@ export class GatewayClient {
797805 const queryParams = { } ;
798806
799807 let headerParams = {
808+ "Content-Type" : common . Constants . APPLICATION_JSON ,
800809 "if-match" : deleteGatewayRequest . ifMatch ,
801810 "opc-request-id" : deleteGatewayRequest . opcRequestId
802811 } ;
@@ -856,6 +865,7 @@ export class GatewayClient {
856865 const queryParams = { } ;
857866
858867 let headerParams = {
868+ "Content-Type" : common . Constants . APPLICATION_JSON ,
859869 "opc-request-id" : getGatewayRequest . opcRequestId
860870 } ;
861871
@@ -924,6 +934,7 @@ export class GatewayClient {
924934 } ;
925935
926936 let headerParams = {
937+ "Content-Type" : common . Constants . APPLICATION_JSON ,
927938 "opc-request-id" : listGatewaysRequest . opcRequestId
928939 } ;
929940
@@ -990,6 +1001,7 @@ export class GatewayClient {
9901001 const queryParams = { } ;
9911002
9921003 let headerParams = {
1004+ "Content-Type" : common . Constants . APPLICATION_JSON ,
9931005 "if-match" : updateGatewayRequest . ifMatch ,
9941006 "opc-request-id" : updateGatewayRequest . opcRequestId
9951007 } ;
@@ -1160,6 +1172,7 @@ export class WorkRequestsClient {
11601172 const queryParams = { } ;
11611173
11621174 let headerParams = {
1175+ "Content-Type" : common . Constants . APPLICATION_JSON ,
11631176 "opc-retry-token" : cancelWorkRequestRequest . opcRetryToken ,
11641177 "if-match" : cancelWorkRequestRequest . ifMatch ,
11651178 "opc-request-id" : cancelWorkRequestRequest . opcRequestId
@@ -1215,6 +1228,7 @@ export class WorkRequestsClient {
12151228 const queryParams = { } ;
12161229
12171230 let headerParams = {
1231+ "Content-Type" : common . Constants . APPLICATION_JSON ,
12181232 "opc-request-id" : getWorkRequestRequest . opcRequestId
12191233 } ;
12201234
@@ -1288,6 +1302,7 @@ export class WorkRequestsClient {
12881302 } ;
12891303
12901304 let headerParams = {
1305+ "Content-Type" : common . Constants . APPLICATION_JSON ,
12911306 "opc-request-id" : listWorkRequestErrorsRequest . opcRequestId
12921307 } ;
12931308
@@ -1360,6 +1375,7 @@ export class WorkRequestsClient {
13601375 } ;
13611376
13621377 let headerParams = {
1378+ "Content-Type" : common . Constants . APPLICATION_JSON ,
13631379 "opc-request-id" : listWorkRequestLogsRequest . opcRequestId
13641380 } ;
13651381
@@ -1432,6 +1448,7 @@ export class WorkRequestsClient {
14321448 } ;
14331449
14341450 let headerParams = {
1451+ "Content-Type" : common . Constants . APPLICATION_JSON ,
14351452 "opc-request-id" : listWorkRequestsRequest . opcRequestId
14361453 } ;
14371454
0 commit comments