oci-loadbalancer 2.37.0 → 2.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/lib/client.d.ts +61 -61
  2. package/lib/client.js +268 -108
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/action.js +5 -2
  5. package/lib/model/action.js.map +1 -1
  6. package/lib/model/create-load-balancer-details.d.ts +3 -1
  7. package/lib/model/create-load-balancer-details.js.map +1 -1
  8. package/lib/model/rule-condition.js +5 -2
  9. package/lib/model/rule-condition.js.map +1 -1
  10. package/lib/model/rule.js +5 -2
  11. package/lib/model/rule.js.map +1 -1
  12. package/lib/model/shape-details.d.ts +1 -1
  13. package/lib/model/update-load-balancer-shape-details.d.ts +4 -1
  14. package/lib/model/update-load-balancer-shape-details.js.map +1 -1
  15. package/lib/request/change-load-balancer-compartment-request.d.ts +9 -4
  16. package/lib/request/create-backend-request.d.ts +15 -1
  17. package/lib/request/create-backend-set-request.d.ts +15 -1
  18. package/lib/request/create-certificate-request.d.ts +15 -1
  19. package/lib/request/create-hostname-request.d.ts +15 -1
  20. package/lib/request/create-listener-request.d.ts +15 -1
  21. package/lib/request/create-load-balancer-request.d.ts +1 -1
  22. package/lib/request/create-path-route-set-request.d.ts +15 -1
  23. package/lib/request/create-routing-policy-request.d.ts +15 -1
  24. package/lib/request/create-rule-set-request.d.ts +24 -1
  25. package/lib/request/create-sslcipher-suite-request.d.ts +15 -1
  26. package/lib/request/delete-backend-request.d.ts +15 -1
  27. package/lib/request/delete-backend-set-request.d.ts +15 -1
  28. package/lib/request/delete-certificate-request.d.ts +15 -1
  29. package/lib/request/delete-hostname-request.d.ts +15 -1
  30. package/lib/request/delete-listener-request.d.ts +15 -1
  31. package/lib/request/delete-load-balancer-request.d.ts +15 -1
  32. package/lib/request/delete-path-route-set-request.d.ts +15 -1
  33. package/lib/request/delete-routing-policy-request.d.ts +15 -1
  34. package/lib/request/delete-rule-set-request.d.ts +15 -1
  35. package/lib/request/delete-sslcipher-suite-request.d.ts +15 -1
  36. package/lib/request/get-backend-health-request.d.ts +15 -1
  37. package/lib/request/get-backend-request.d.ts +15 -1
  38. package/lib/request/get-backend-set-health-request.d.ts +15 -1
  39. package/lib/request/get-backend-set-request.d.ts +15 -1
  40. package/lib/request/get-health-checker-request.d.ts +15 -1
  41. package/lib/request/get-hostname-request.d.ts +15 -1
  42. package/lib/request/get-load-balancer-health-request.d.ts +15 -1
  43. package/lib/request/get-load-balancer-request.d.ts +15 -1
  44. package/lib/request/get-path-route-set-request.d.ts +15 -1
  45. package/lib/request/get-routing-policy-request.d.ts +15 -1
  46. package/lib/request/get-rule-set-request.d.ts +15 -1
  47. package/lib/request/get-sslcipher-suite-request.d.ts +15 -1
  48. package/lib/request/get-work-request-request.d.ts +1 -1
  49. package/lib/request/list-backend-sets-request.d.ts +15 -1
  50. package/lib/request/list-backends-request.d.ts +15 -1
  51. package/lib/request/list-certificates-request.d.ts +15 -1
  52. package/lib/request/list-hostnames-request.d.ts +15 -1
  53. package/lib/request/list-listener-rules-request.d.ts +15 -1
  54. package/lib/request/list-load-balancer-healths-request.d.ts +1 -1
  55. package/lib/request/list-load-balancers-request.d.ts +1 -1
  56. package/lib/request/list-path-route-sets-request.d.ts +15 -1
  57. package/lib/request/list-policies-request.d.ts +1 -1
  58. package/lib/request/list-protocols-request.d.ts +1 -1
  59. package/lib/request/list-routing-policies-request.d.ts +15 -1
  60. package/lib/request/list-rule-sets-request.d.ts +15 -1
  61. package/lib/request/list-shapes-request.d.ts +1 -1
  62. package/lib/request/list-sslcipher-suites-request.d.ts +15 -1
  63. package/lib/request/list-work-requests-request.d.ts +1 -1
  64. package/lib/request/update-backend-request.d.ts +15 -1
  65. package/lib/request/update-backend-set-request.d.ts +15 -1
  66. package/lib/request/update-health-checker-request.d.ts +15 -1
  67. package/lib/request/update-hostname-request.d.ts +24 -1
  68. package/lib/request/update-listener-request.d.ts +15 -1
  69. package/lib/request/update-load-balancer-request.d.ts +15 -1
  70. package/lib/request/update-load-balancer-shape-request.d.ts +15 -1
  71. package/lib/request/update-network-security-groups-request.d.ts +15 -1
  72. package/lib/request/update-path-route-set-request.d.ts +15 -1
  73. package/lib/request/update-routing-policy-request.d.ts +15 -1
  74. package/lib/request/update-rule-set-request.d.ts +24 -1
  75. package/lib/request/update-sslcipher-suite-request.d.ts +15 -1
  76. package/lib/response/change-load-balancer-compartment-response.d.ts +2 -2
  77. package/lib/response/create-backend-response.d.ts +2 -2
  78. package/lib/response/create-backend-set-response.d.ts +2 -2
  79. package/lib/response/create-certificate-response.d.ts +2 -2
  80. package/lib/response/create-hostname-response.d.ts +2 -2
  81. package/lib/response/create-listener-response.d.ts +2 -2
  82. package/lib/response/create-load-balancer-response.d.ts +2 -2
  83. package/lib/response/create-path-route-set-response.d.ts +2 -2
  84. package/lib/response/create-routing-policy-response.d.ts +2 -2
  85. package/lib/response/create-rule-set-response.d.ts +2 -2
  86. package/lib/response/create-sslcipher-suite-response.d.ts +2 -2
  87. package/lib/response/delete-backend-response.d.ts +2 -2
  88. package/lib/response/delete-backend-set-response.d.ts +2 -2
  89. package/lib/response/delete-certificate-response.d.ts +2 -2
  90. package/lib/response/delete-hostname-response.d.ts +2 -2
  91. package/lib/response/delete-listener-response.d.ts +2 -2
  92. package/lib/response/delete-load-balancer-response.d.ts +2 -2
  93. package/lib/response/delete-path-route-set-response.d.ts +2 -2
  94. package/lib/response/delete-routing-policy-response.d.ts +2 -2
  95. package/lib/response/delete-rule-set-response.d.ts +2 -2
  96. package/lib/response/delete-sslcipher-suite-response.d.ts +2 -2
  97. package/lib/response/get-backend-health-response.d.ts +11 -2
  98. package/lib/response/get-backend-response.d.ts +11 -2
  99. package/lib/response/get-backend-set-health-response.d.ts +11 -2
  100. package/lib/response/get-backend-set-response.d.ts +11 -2
  101. package/lib/response/get-health-checker-response.d.ts +11 -2
  102. package/lib/response/get-hostname-response.d.ts +11 -2
  103. package/lib/response/get-load-balancer-health-response.d.ts +11 -2
  104. package/lib/response/get-load-balancer-response.d.ts +11 -2
  105. package/lib/response/get-path-route-set-response.d.ts +11 -2
  106. package/lib/response/get-routing-policy-response.d.ts +11 -2
  107. package/lib/response/get-rule-set-response.d.ts +11 -2
  108. package/lib/response/get-sslcipher-suite-response.d.ts +11 -2
  109. package/lib/response/get-work-request-response.d.ts +2 -2
  110. package/lib/response/list-backend-sets-response.d.ts +11 -2
  111. package/lib/response/list-backends-response.d.ts +11 -2
  112. package/lib/response/list-certificates-response.d.ts +11 -2
  113. package/lib/response/list-hostnames-response.d.ts +11 -2
  114. package/lib/response/list-listener-rules-response.d.ts +11 -2
  115. package/lib/response/list-load-balancer-healths-response.d.ts +5 -4
  116. package/lib/response/list-load-balancers-response.d.ts +5 -4
  117. package/lib/response/list-path-route-sets-response.d.ts +11 -2
  118. package/lib/response/list-policies-response.d.ts +5 -4
  119. package/lib/response/list-protocols-response.d.ts +5 -4
  120. package/lib/response/list-routing-policies-response.d.ts +14 -4
  121. package/lib/response/list-rule-sets-response.d.ts +11 -2
  122. package/lib/response/list-shapes-response.d.ts +5 -4
  123. package/lib/response/list-sslcipher-suites-response.d.ts +11 -2
  124. package/lib/response/list-work-requests-response.d.ts +5 -4
  125. package/lib/response/update-backend-response.d.ts +2 -2
  126. package/lib/response/update-backend-set-response.d.ts +2 -2
  127. package/lib/response/update-health-checker-response.d.ts +2 -2
  128. package/lib/response/update-hostname-response.d.ts +2 -2
  129. package/lib/response/update-listener-response.d.ts +2 -2
  130. package/lib/response/update-load-balancer-response.d.ts +2 -2
  131. package/lib/response/update-load-balancer-shape-response.d.ts +2 -2
  132. package/lib/response/update-network-security-groups-response.d.ts +2 -2
  133. package/lib/response/update-path-route-set-response.d.ts +2 -2
  134. package/lib/response/update-routing-policy-response.d.ts +2 -2
  135. package/lib/response/update-rule-set-response.d.ts +2 -2
  136. package/lib/response/update-sslcipher-suite-response.d.ts +2 -2
  137. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -161,7 +161,7 @@ class LoadBalancerClient {
161
161
  * @param ChangeLoadBalancerCompartmentRequest
162
162
  * @return ChangeLoadBalancerCompartmentResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
165
165
  */
166
166
  changeLoadBalancerCompartment(changeLoadBalancerCompartmentRequest) {
167
167
  return __awaiter(this, void 0, void 0, function* () {
@@ -223,7 +223,7 @@ class LoadBalancerClient {
223
223
  * @param CreateBackendRequest
224
224
  * @return CreateBackendResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
227
227
  */
228
228
  createBackend(createBackendRequest) {
229
229
  return __awaiter(this, void 0, void 0, function* () {
@@ -239,6 +239,7 @@ class LoadBalancerClient {
239
239
  let headerParams = {
240
240
  "Content-Type": common.Constants.APPLICATION_JSON,
241
241
  "opc-request-id": createBackendRequest.opcRequestId,
242
+ "if-match": createBackendRequest.ifMatch,
242
243
  "opc-retry-token": createBackendRequest.opcRetryToken
243
244
  };
244
245
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
@@ -285,7 +286,7 @@ class LoadBalancerClient {
285
286
  * @param CreateBackendSetRequest
286
287
  * @return CreateBackendSetResponse
287
288
  * @throws OciError when an error occurs
288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
289
290
  */
290
291
  createBackendSet(createBackendSetRequest) {
291
292
  return __awaiter(this, void 0, void 0, function* () {
@@ -300,7 +301,8 @@ class LoadBalancerClient {
300
301
  let headerParams = {
301
302
  "Content-Type": common.Constants.APPLICATION_JSON,
302
303
  "opc-request-id": createBackendSetRequest.opcRequestId,
303
- "opc-retry-token": createBackendSetRequest.opcRetryToken
304
+ "opc-retry-token": createBackendSetRequest.opcRetryToken,
305
+ "if-match": createBackendSetRequest.ifMatch
304
306
  };
305
307
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
306
308
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createBackendSetRequest.retryConfiguration, specRetryConfiguration);
@@ -346,7 +348,7 @@ class LoadBalancerClient {
346
348
  * @param CreateCertificateRequest
347
349
  * @return CreateCertificateResponse
348
350
  * @throws OciError when an error occurs
349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
350
352
  */
351
353
  createCertificate(createCertificateRequest) {
352
354
  return __awaiter(this, void 0, void 0, function* () {
@@ -361,7 +363,8 @@ class LoadBalancerClient {
361
363
  let headerParams = {
362
364
  "Content-Type": common.Constants.APPLICATION_JSON,
363
365
  "opc-request-id": createCertificateRequest.opcRequestId,
364
- "opc-retry-token": createCertificateRequest.opcRetryToken
366
+ "opc-retry-token": createCertificateRequest.opcRetryToken,
367
+ "if-match": createCertificateRequest.ifMatch
365
368
  };
366
369
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
367
370
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createCertificateRequest.retryConfiguration, specRetryConfiguration);
@@ -409,7 +412,7 @@ class LoadBalancerClient {
409
412
  * @param CreateHostnameRequest
410
413
  * @return CreateHostnameResponse
411
414
  * @throws OciError when an error occurs
412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
413
416
  */
414
417
  createHostname(createHostnameRequest) {
415
418
  return __awaiter(this, void 0, void 0, function* () {
@@ -424,6 +427,7 @@ class LoadBalancerClient {
424
427
  let headerParams = {
425
428
  "Content-Type": common.Constants.APPLICATION_JSON,
426
429
  "opc-request-id": createHostnameRequest.opcRequestId,
430
+ "if-match": createHostnameRequest.ifMatch,
427
431
  "opc-retry-token": createHostnameRequest.opcRetryToken
428
432
  };
429
433
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
@@ -470,7 +474,7 @@ class LoadBalancerClient {
470
474
  * @param CreateListenerRequest
471
475
  * @return CreateListenerResponse
472
476
  * @throws OciError when an error occurs
473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
477
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
474
478
  */
475
479
  createListener(createListenerRequest) {
476
480
  return __awaiter(this, void 0, void 0, function* () {
@@ -485,7 +489,8 @@ class LoadBalancerClient {
485
489
  let headerParams = {
486
490
  "Content-Type": common.Constants.APPLICATION_JSON,
487
491
  "opc-request-id": createListenerRequest.opcRequestId,
488
- "opc-retry-token": createListenerRequest.opcRetryToken
492
+ "opc-retry-token": createListenerRequest.opcRetryToken,
493
+ "if-match": createListenerRequest.ifMatch
489
494
  };
490
495
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
491
496
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createListenerRequest.retryConfiguration, specRetryConfiguration);
@@ -558,7 +563,7 @@ class LoadBalancerClient {
558
563
  * @param CreateLoadBalancerRequest
559
564
  * @return CreateLoadBalancerResponse
560
565
  * @throws OciError when an error occurs
561
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
562
567
  */
563
568
  createLoadBalancer(createLoadBalancerRequest) {
564
569
  return __awaiter(this, void 0, void 0, function* () {
@@ -619,7 +624,7 @@ class LoadBalancerClient {
619
624
  * @param CreatePathRouteSetRequest
620
625
  * @return CreatePathRouteSetResponse
621
626
  * @throws OciError when an error occurs
622
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
623
628
  */
624
629
  createPathRouteSet(createPathRouteSetRequest) {
625
630
  return __awaiter(this, void 0, void 0, function* () {
@@ -634,7 +639,8 @@ class LoadBalancerClient {
634
639
  let headerParams = {
635
640
  "Content-Type": common.Constants.APPLICATION_JSON,
636
641
  "opc-request-id": createPathRouteSetRequest.opcRequestId,
637
- "opc-retry-token": createPathRouteSetRequest.opcRetryToken
642
+ "opc-retry-token": createPathRouteSetRequest.opcRetryToken,
643
+ "if-match": createPathRouteSetRequest.ifMatch
638
644
  };
639
645
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
640
646
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createPathRouteSetRequest.retryConfiguration, specRetryConfiguration);
@@ -682,7 +688,7 @@ class LoadBalancerClient {
682
688
  * @param CreateRoutingPolicyRequest
683
689
  * @return CreateRoutingPolicyResponse
684
690
  * @throws OciError when an error occurs
685
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
691
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
686
692
  */
687
693
  createRoutingPolicy(createRoutingPolicyRequest) {
688
694
  return __awaiter(this, void 0, void 0, function* () {
@@ -697,7 +703,8 @@ class LoadBalancerClient {
697
703
  let headerParams = {
698
704
  "Content-Type": common.Constants.APPLICATION_JSON,
699
705
  "opc-request-id": createRoutingPolicyRequest.opcRequestId,
700
- "opc-retry-token": createRoutingPolicyRequest.opcRetryToken
706
+ "opc-retry-token": createRoutingPolicyRequest.opcRetryToken,
707
+ "if-match": createRoutingPolicyRequest.ifMatch
701
708
  };
702
709
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
703
710
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createRoutingPolicyRequest.retryConfiguration, specRetryConfiguration);
@@ -745,7 +752,7 @@ class LoadBalancerClient {
745
752
  * @param CreateRuleSetRequest
746
753
  * @return CreateRuleSetResponse
747
754
  * @throws OciError when an error occurs
748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
755
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
749
756
  */
750
757
  createRuleSet(createRuleSetRequest) {
751
758
  return __awaiter(this, void 0, void 0, function* () {
@@ -759,7 +766,9 @@ class LoadBalancerClient {
759
766
  const queryParams = {};
760
767
  let headerParams = {
761
768
  "Content-Type": common.Constants.APPLICATION_JSON,
762
- "opc-request-id": createRuleSetRequest.opcRequestId
769
+ "opc-request-id": createRuleSetRequest.opcRequestId,
770
+ "opc-retry-token": createRuleSetRequest.opcRetryToken,
771
+ "if-match": createRuleSetRequest.ifMatch
763
772
  };
764
773
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
765
774
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createRuleSetRequest.retryConfiguration, specRetryConfiguration);
@@ -805,7 +814,7 @@ class LoadBalancerClient {
805
814
  * @param CreateSSLCipherSuiteRequest
806
815
  * @return CreateSSLCipherSuiteResponse
807
816
  * @throws OciError when an error occurs
808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
817
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
809
818
  */
810
819
  createSSLCipherSuite(createSSLCipherSuiteRequest) {
811
820
  return __awaiter(this, void 0, void 0, function* () {
@@ -820,7 +829,8 @@ class LoadBalancerClient {
820
829
  let headerParams = {
821
830
  "Content-Type": common.Constants.APPLICATION_JSON,
822
831
  "opc-request-id": createSSLCipherSuiteRequest.opcRequestId,
823
- "opc-retry-token": createSSLCipherSuiteRequest.opcRetryToken
832
+ "opc-retry-token": createSSLCipherSuiteRequest.opcRetryToken,
833
+ "if-match": createSSLCipherSuiteRequest.ifMatch
824
834
  };
825
835
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
826
836
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createSSLCipherSuiteRequest.retryConfiguration, specRetryConfiguration);
@@ -866,7 +876,7 @@ class LoadBalancerClient {
866
876
  * @param DeleteBackendRequest
867
877
  * @return DeleteBackendResponse
868
878
  * @throws OciError when an error occurs
869
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
879
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
870
880
  */
871
881
  deleteBackend(deleteBackendRequest) {
872
882
  return __awaiter(this, void 0, void 0, function* () {
@@ -882,7 +892,8 @@ class LoadBalancerClient {
882
892
  const queryParams = {};
883
893
  let headerParams = {
884
894
  "Content-Type": common.Constants.APPLICATION_JSON,
885
- "opc-request-id": deleteBackendRequest.opcRequestId
895
+ "opc-request-id": deleteBackendRequest.opcRequestId,
896
+ "if-match": deleteBackendRequest.ifMatch
886
897
  };
887
898
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
888
899
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteBackendRequest.retryConfiguration, specRetryConfiguration);
@@ -930,7 +941,7 @@ class LoadBalancerClient {
930
941
  * @param DeleteBackendSetRequest
931
942
  * @return DeleteBackendSetResponse
932
943
  * @throws OciError when an error occurs
933
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
944
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
934
945
  */
935
946
  deleteBackendSet(deleteBackendSetRequest) {
936
947
  return __awaiter(this, void 0, void 0, function* () {
@@ -945,7 +956,8 @@ class LoadBalancerClient {
945
956
  const queryParams = {};
946
957
  let headerParams = {
947
958
  "Content-Type": common.Constants.APPLICATION_JSON,
948
- "opc-request-id": deleteBackendSetRequest.opcRequestId
959
+ "opc-request-id": deleteBackendSetRequest.opcRequestId,
960
+ "if-match": deleteBackendSetRequest.ifMatch
949
961
  };
950
962
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
951
963
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteBackendSetRequest.retryConfiguration, specRetryConfiguration);
@@ -990,7 +1002,7 @@ class LoadBalancerClient {
990
1002
  * @param DeleteCertificateRequest
991
1003
  * @return DeleteCertificateResponse
992
1004
  * @throws OciError when an error occurs
993
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
1005
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
994
1006
  */
995
1007
  deleteCertificate(deleteCertificateRequest) {
996
1008
  return __awaiter(this, void 0, void 0, function* () {
@@ -1005,7 +1017,8 @@ class LoadBalancerClient {
1005
1017
  const queryParams = {};
1006
1018
  let headerParams = {
1007
1019
  "Content-Type": common.Constants.APPLICATION_JSON,
1008
- "opc-request-id": deleteCertificateRequest.opcRequestId
1020
+ "opc-request-id": deleteCertificateRequest.opcRequestId,
1021
+ "if-match": deleteCertificateRequest.ifMatch
1009
1022
  };
1010
1023
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1011
1024
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteCertificateRequest.retryConfiguration, specRetryConfiguration);
@@ -1051,7 +1064,7 @@ class LoadBalancerClient {
1051
1064
  * @param DeleteHostnameRequest
1052
1065
  * @return DeleteHostnameResponse
1053
1066
  * @throws OciError when an error occurs
1054
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1067
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1055
1068
  */
1056
1069
  deleteHostname(deleteHostnameRequest) {
1057
1070
  return __awaiter(this, void 0, void 0, function* () {
@@ -1066,7 +1079,8 @@ class LoadBalancerClient {
1066
1079
  const queryParams = {};
1067
1080
  let headerParams = {
1068
1081
  "Content-Type": common.Constants.APPLICATION_JSON,
1069
- "opc-request-id": deleteHostnameRequest.opcRequestId
1082
+ "opc-request-id": deleteHostnameRequest.opcRequestId,
1083
+ "if-match": deleteHostnameRequest.ifMatch
1070
1084
  };
1071
1085
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1072
1086
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteHostnameRequest.retryConfiguration, specRetryConfiguration);
@@ -1111,7 +1125,7 @@ class LoadBalancerClient {
1111
1125
  * @param DeleteListenerRequest
1112
1126
  * @return DeleteListenerResponse
1113
1127
  * @throws OciError when an error occurs
1114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1115
1129
  */
1116
1130
  deleteListener(deleteListenerRequest) {
1117
1131
  return __awaiter(this, void 0, void 0, function* () {
@@ -1126,7 +1140,8 @@ class LoadBalancerClient {
1126
1140
  const queryParams = {};
1127
1141
  let headerParams = {
1128
1142
  "Content-Type": common.Constants.APPLICATION_JSON,
1129
- "opc-request-id": deleteListenerRequest.opcRequestId
1143
+ "opc-request-id": deleteListenerRequest.opcRequestId,
1144
+ "if-match": deleteListenerRequest.ifMatch
1130
1145
  };
1131
1146
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1132
1147
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteListenerRequest.retryConfiguration, specRetryConfiguration);
@@ -1171,7 +1186,7 @@ class LoadBalancerClient {
1171
1186
  * @param DeleteLoadBalancerRequest
1172
1187
  * @return DeleteLoadBalancerResponse
1173
1188
  * @throws OciError when an error occurs
1174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1175
1190
  */
1176
1191
  deleteLoadBalancer(deleteLoadBalancerRequest) {
1177
1192
  return __awaiter(this, void 0, void 0, function* () {
@@ -1185,7 +1200,8 @@ class LoadBalancerClient {
1185
1200
  const queryParams = {};
1186
1201
  let headerParams = {
1187
1202
  "Content-Type": common.Constants.APPLICATION_JSON,
1188
- "opc-request-id": deleteLoadBalancerRequest.opcRequestId
1203
+ "opc-request-id": deleteLoadBalancerRequest.opcRequestId,
1204
+ "if-match": deleteLoadBalancerRequest.ifMatch
1189
1205
  };
1190
1206
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1191
1207
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteLoadBalancerRequest.retryConfiguration, specRetryConfiguration);
@@ -1234,7 +1250,7 @@ class LoadBalancerClient {
1234
1250
  * @param DeletePathRouteSetRequest
1235
1251
  * @return DeletePathRouteSetResponse
1236
1252
  * @throws OciError when an error occurs
1237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1238
1254
  */
1239
1255
  deletePathRouteSet(deletePathRouteSetRequest) {
1240
1256
  return __awaiter(this, void 0, void 0, function* () {
@@ -1249,7 +1265,8 @@ class LoadBalancerClient {
1249
1265
  const queryParams = {};
1250
1266
  let headerParams = {
1251
1267
  "Content-Type": common.Constants.APPLICATION_JSON,
1252
- "opc-request-id": deletePathRouteSetRequest.opcRequestId
1268
+ "opc-request-id": deletePathRouteSetRequest.opcRequestId,
1269
+ "if-match": deletePathRouteSetRequest.ifMatch
1253
1270
  };
1254
1271
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1255
1272
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deletePathRouteSetRequest.retryConfiguration, specRetryConfiguration);
@@ -1298,7 +1315,7 @@ class LoadBalancerClient {
1298
1315
  * @param DeleteRoutingPolicyRequest
1299
1316
  * @return DeleteRoutingPolicyResponse
1300
1317
  * @throws OciError when an error occurs
1301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1302
1319
  */
1303
1320
  deleteRoutingPolicy(deleteRoutingPolicyRequest) {
1304
1321
  return __awaiter(this, void 0, void 0, function* () {
@@ -1313,7 +1330,8 @@ class LoadBalancerClient {
1313
1330
  const queryParams = {};
1314
1331
  let headerParams = {
1315
1332
  "Content-Type": common.Constants.APPLICATION_JSON,
1316
- "opc-request-id": deleteRoutingPolicyRequest.opcRequestId
1333
+ "opc-request-id": deleteRoutingPolicyRequest.opcRequestId,
1334
+ "if-match": deleteRoutingPolicyRequest.ifMatch
1317
1335
  };
1318
1336
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1319
1337
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteRoutingPolicyRequest.retryConfiguration, specRetryConfiguration);
@@ -1362,7 +1380,7 @@ class LoadBalancerClient {
1362
1380
  * @param DeleteRuleSetRequest
1363
1381
  * @return DeleteRuleSetResponse
1364
1382
  * @throws OciError when an error occurs
1365
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1366
1384
  */
1367
1385
  deleteRuleSet(deleteRuleSetRequest) {
1368
1386
  return __awaiter(this, void 0, void 0, function* () {
@@ -1377,7 +1395,8 @@ class LoadBalancerClient {
1377
1395
  const queryParams = {};
1378
1396
  let headerParams = {
1379
1397
  "Content-Type": common.Constants.APPLICATION_JSON,
1380
- "opc-request-id": deleteRuleSetRequest.opcRequestId
1398
+ "opc-request-id": deleteRuleSetRequest.opcRequestId,
1399
+ "if-match": deleteRuleSetRequest.ifMatch
1381
1400
  };
1382
1401
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1383
1402
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteRuleSetRequest.retryConfiguration, specRetryConfiguration);
@@ -1422,7 +1441,7 @@ class LoadBalancerClient {
1422
1441
  * @param DeleteSSLCipherSuiteRequest
1423
1442
  * @return DeleteSSLCipherSuiteResponse
1424
1443
  * @throws OciError when an error occurs
1425
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1426
1445
  */
1427
1446
  deleteSSLCipherSuite(deleteSSLCipherSuiteRequest) {
1428
1447
  return __awaiter(this, void 0, void 0, function* () {
@@ -1437,7 +1456,8 @@ class LoadBalancerClient {
1437
1456
  const queryParams = {};
1438
1457
  let headerParams = {
1439
1458
  "Content-Type": common.Constants.APPLICATION_JSON,
1440
- "opc-request-id": deleteSSLCipherSuiteRequest.opcRequestId
1459
+ "opc-request-id": deleteSSLCipherSuiteRequest.opcRequestId,
1460
+ "if-match": deleteSSLCipherSuiteRequest.ifMatch
1441
1461
  };
1442
1462
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1443
1463
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteSSLCipherSuiteRequest.retryConfiguration, specRetryConfiguration);
@@ -1482,7 +1502,7 @@ class LoadBalancerClient {
1482
1502
  * @param GetBackendRequest
1483
1503
  * @return GetBackendResponse
1484
1504
  * @throws OciError when an error occurs
1485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1505
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1486
1506
  */
1487
1507
  getBackend(getBackendRequest) {
1488
1508
  return __awaiter(this, void 0, void 0, function* () {
@@ -1498,7 +1518,8 @@ class LoadBalancerClient {
1498
1518
  const queryParams = {};
1499
1519
  let headerParams = {
1500
1520
  "Content-Type": common.Constants.APPLICATION_JSON,
1501
- "opc-request-id": getBackendRequest.opcRequestId
1521
+ "opc-request-id": getBackendRequest.opcRequestId,
1522
+ "if-match": getBackendRequest.ifMatch
1502
1523
  };
1503
1524
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1504
1525
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getBackendRequest.retryConfiguration, specRetryConfiguration);
@@ -1526,6 +1547,11 @@ class LoadBalancerClient {
1526
1547
  value: response.headers.get("opc-request-id"),
1527
1548
  key: "opcRequestId",
1528
1549
  dataType: "string"
1550
+ },
1551
+ {
1552
+ value: response.headers.get("eTag"),
1553
+ key: "eTag",
1554
+ dataType: "string"
1529
1555
  }
1530
1556
  ]
1531
1557
  });
@@ -1542,7 +1568,7 @@ class LoadBalancerClient {
1542
1568
  * @param GetBackendHealthRequest
1543
1569
  * @return GetBackendHealthResponse
1544
1570
  * @throws OciError when an error occurs
1545
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1571
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1546
1572
  */
1547
1573
  getBackendHealth(getBackendHealthRequest) {
1548
1574
  return __awaiter(this, void 0, void 0, function* () {
@@ -1558,7 +1584,8 @@ class LoadBalancerClient {
1558
1584
  const queryParams = {};
1559
1585
  let headerParams = {
1560
1586
  "Content-Type": common.Constants.APPLICATION_JSON,
1561
- "opc-request-id": getBackendHealthRequest.opcRequestId
1587
+ "opc-request-id": getBackendHealthRequest.opcRequestId,
1588
+ "if-match": getBackendHealthRequest.ifMatch
1562
1589
  };
1563
1590
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1564
1591
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getBackendHealthRequest.retryConfiguration, specRetryConfiguration);
@@ -1586,6 +1613,11 @@ class LoadBalancerClient {
1586
1613
  value: response.headers.get("opc-request-id"),
1587
1614
  key: "opcRequestId",
1588
1615
  dataType: "string"
1616
+ },
1617
+ {
1618
+ value: response.headers.get("eTag"),
1619
+ key: "eTag",
1620
+ dataType: "string"
1589
1621
  }
1590
1622
  ]
1591
1623
  });
@@ -1602,7 +1634,7 @@ class LoadBalancerClient {
1602
1634
  * @param GetBackendSetRequest
1603
1635
  * @return GetBackendSetResponse
1604
1636
  * @throws OciError when an error occurs
1605
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1637
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1606
1638
  */
1607
1639
  getBackendSet(getBackendSetRequest) {
1608
1640
  return __awaiter(this, void 0, void 0, function* () {
@@ -1617,7 +1649,8 @@ class LoadBalancerClient {
1617
1649
  const queryParams = {};
1618
1650
  let headerParams = {
1619
1651
  "Content-Type": common.Constants.APPLICATION_JSON,
1620
- "opc-request-id": getBackendSetRequest.opcRequestId
1652
+ "opc-request-id": getBackendSetRequest.opcRequestId,
1653
+ "if-match": getBackendSetRequest.ifMatch
1621
1654
  };
1622
1655
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1623
1656
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getBackendSetRequest.retryConfiguration, specRetryConfiguration);
@@ -1645,6 +1678,11 @@ class LoadBalancerClient {
1645
1678
  value: response.headers.get("opc-request-id"),
1646
1679
  key: "opcRequestId",
1647
1680
  dataType: "string"
1681
+ },
1682
+ {
1683
+ value: response.headers.get("eTag"),
1684
+ key: "eTag",
1685
+ dataType: "string"
1648
1686
  }
1649
1687
  ]
1650
1688
  });
@@ -1661,7 +1699,7 @@ class LoadBalancerClient {
1661
1699
  * @param GetBackendSetHealthRequest
1662
1700
  * @return GetBackendSetHealthResponse
1663
1701
  * @throws OciError when an error occurs
1664
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1665
1703
  */
1666
1704
  getBackendSetHealth(getBackendSetHealthRequest) {
1667
1705
  return __awaiter(this, void 0, void 0, function* () {
@@ -1676,7 +1714,8 @@ class LoadBalancerClient {
1676
1714
  const queryParams = {};
1677
1715
  let headerParams = {
1678
1716
  "Content-Type": common.Constants.APPLICATION_JSON,
1679
- "opc-request-id": getBackendSetHealthRequest.opcRequestId
1717
+ "opc-request-id": getBackendSetHealthRequest.opcRequestId,
1718
+ "if-match": getBackendSetHealthRequest.ifMatch
1680
1719
  };
1681
1720
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1682
1721
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getBackendSetHealthRequest.retryConfiguration, specRetryConfiguration);
@@ -1704,6 +1743,11 @@ class LoadBalancerClient {
1704
1743
  value: response.headers.get("opc-request-id"),
1705
1744
  key: "opcRequestId",
1706
1745
  dataType: "string"
1746
+ },
1747
+ {
1748
+ value: response.headers.get("eTag"),
1749
+ key: "eTag",
1750
+ dataType: "string"
1707
1751
  }
1708
1752
  ]
1709
1753
  });
@@ -1720,7 +1764,7 @@ class LoadBalancerClient {
1720
1764
  * @param GetHealthCheckerRequest
1721
1765
  * @return GetHealthCheckerResponse
1722
1766
  * @throws OciError when an error occurs
1723
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1767
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1724
1768
  */
1725
1769
  getHealthChecker(getHealthCheckerRequest) {
1726
1770
  return __awaiter(this, void 0, void 0, function* () {
@@ -1735,7 +1779,8 @@ class LoadBalancerClient {
1735
1779
  const queryParams = {};
1736
1780
  let headerParams = {
1737
1781
  "Content-Type": common.Constants.APPLICATION_JSON,
1738
- "opc-request-id": getHealthCheckerRequest.opcRequestId
1782
+ "opc-request-id": getHealthCheckerRequest.opcRequestId,
1783
+ "if-match": getHealthCheckerRequest.ifMatch
1739
1784
  };
1740
1785
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1741
1786
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getHealthCheckerRequest.retryConfiguration, specRetryConfiguration);
@@ -1763,6 +1808,11 @@ class LoadBalancerClient {
1763
1808
  value: response.headers.get("opc-request-id"),
1764
1809
  key: "opcRequestId",
1765
1810
  dataType: "string"
1811
+ },
1812
+ {
1813
+ value: response.headers.get("eTag"),
1814
+ key: "eTag",
1815
+ dataType: "string"
1766
1816
  }
1767
1817
  ]
1768
1818
  });
@@ -1779,7 +1829,7 @@ class LoadBalancerClient {
1779
1829
  * @param GetHostnameRequest
1780
1830
  * @return GetHostnameResponse
1781
1831
  * @throws OciError when an error occurs
1782
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1832
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1783
1833
  */
1784
1834
  getHostname(getHostnameRequest) {
1785
1835
  return __awaiter(this, void 0, void 0, function* () {
@@ -1794,7 +1844,8 @@ class LoadBalancerClient {
1794
1844
  const queryParams = {};
1795
1845
  let headerParams = {
1796
1846
  "Content-Type": common.Constants.APPLICATION_JSON,
1797
- "opc-request-id": getHostnameRequest.opcRequestId
1847
+ "opc-request-id": getHostnameRequest.opcRequestId,
1848
+ "if-match": getHostnameRequest.ifMatch
1798
1849
  };
1799
1850
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1800
1851
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getHostnameRequest.retryConfiguration, specRetryConfiguration);
@@ -1822,6 +1873,11 @@ class LoadBalancerClient {
1822
1873
  value: response.headers.get("opc-request-id"),
1823
1874
  key: "opcRequestId",
1824
1875
  dataType: "string"
1876
+ },
1877
+ {
1878
+ value: response.headers.get("eTag"),
1879
+ key: "eTag",
1880
+ dataType: "string"
1825
1881
  }
1826
1882
  ]
1827
1883
  });
@@ -1838,7 +1894,7 @@ class LoadBalancerClient {
1838
1894
  * @param GetLoadBalancerRequest
1839
1895
  * @return GetLoadBalancerResponse
1840
1896
  * @throws OciError when an error occurs
1841
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1897
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1842
1898
  */
1843
1899
  getLoadBalancer(getLoadBalancerRequest) {
1844
1900
  return __awaiter(this, void 0, void 0, function* () {
@@ -1852,7 +1908,8 @@ class LoadBalancerClient {
1852
1908
  const queryParams = {};
1853
1909
  let headerParams = {
1854
1910
  "Content-Type": common.Constants.APPLICATION_JSON,
1855
- "opc-request-id": getLoadBalancerRequest.opcRequestId
1911
+ "opc-request-id": getLoadBalancerRequest.opcRequestId,
1912
+ "if-match": getLoadBalancerRequest.ifMatch
1856
1913
  };
1857
1914
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1858
1915
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getLoadBalancerRequest.retryConfiguration, specRetryConfiguration);
@@ -1880,6 +1937,11 @@ class LoadBalancerClient {
1880
1937
  value: response.headers.get("opc-request-id"),
1881
1938
  key: "opcRequestId",
1882
1939
  dataType: "string"
1940
+ },
1941
+ {
1942
+ value: response.headers.get("eTag"),
1943
+ key: "eTag",
1944
+ dataType: "string"
1883
1945
  }
1884
1946
  ]
1885
1947
  });
@@ -1896,7 +1958,7 @@ class LoadBalancerClient {
1896
1958
  * @param GetLoadBalancerHealthRequest
1897
1959
  * @return GetLoadBalancerHealthResponse
1898
1960
  * @throws OciError when an error occurs
1899
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
1961
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
1900
1962
  */
1901
1963
  getLoadBalancerHealth(getLoadBalancerHealthRequest) {
1902
1964
  return __awaiter(this, void 0, void 0, function* () {
@@ -1910,7 +1972,8 @@ class LoadBalancerClient {
1910
1972
  const queryParams = {};
1911
1973
  let headerParams = {
1912
1974
  "Content-Type": common.Constants.APPLICATION_JSON,
1913
- "opc-request-id": getLoadBalancerHealthRequest.opcRequestId
1975
+ "opc-request-id": getLoadBalancerHealthRequest.opcRequestId,
1976
+ "if-match": getLoadBalancerHealthRequest.ifMatch
1914
1977
  };
1915
1978
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1916
1979
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getLoadBalancerHealthRequest.retryConfiguration, specRetryConfiguration);
@@ -1938,6 +2001,11 @@ class LoadBalancerClient {
1938
2001
  value: response.headers.get("opc-request-id"),
1939
2002
  key: "opcRequestId",
1940
2003
  dataType: "string"
2004
+ },
2005
+ {
2006
+ value: response.headers.get("eTag"),
2007
+ key: "eTag",
2008
+ dataType: "string"
1941
2009
  }
1942
2010
  ]
1943
2011
  });
@@ -1954,7 +2022,7 @@ class LoadBalancerClient {
1954
2022
  * @param GetPathRouteSetRequest
1955
2023
  * @return GetPathRouteSetResponse
1956
2024
  * @throws OciError when an error occurs
1957
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
2025
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
1958
2026
  */
1959
2027
  getPathRouteSet(getPathRouteSetRequest) {
1960
2028
  return __awaiter(this, void 0, void 0, function* () {
@@ -1969,7 +2037,8 @@ class LoadBalancerClient {
1969
2037
  const queryParams = {};
1970
2038
  let headerParams = {
1971
2039
  "Content-Type": common.Constants.APPLICATION_JSON,
1972
- "opc-request-id": getPathRouteSetRequest.opcRequestId
2040
+ "opc-request-id": getPathRouteSetRequest.opcRequestId,
2041
+ "if-match": getPathRouteSetRequest.ifMatch
1973
2042
  };
1974
2043
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1975
2044
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPathRouteSetRequest.retryConfiguration, specRetryConfiguration);
@@ -1997,6 +2066,11 @@ class LoadBalancerClient {
1997
2066
  value: response.headers.get("opc-request-id"),
1998
2067
  key: "opcRequestId",
1999
2068
  dataType: "string"
2069
+ },
2070
+ {
2071
+ value: response.headers.get("eTag"),
2072
+ key: "eTag",
2073
+ dataType: "string"
2000
2074
  }
2001
2075
  ]
2002
2076
  });
@@ -2013,7 +2087,7 @@ class LoadBalancerClient {
2013
2087
  * @param GetRoutingPolicyRequest
2014
2088
  * @return GetRoutingPolicyResponse
2015
2089
  * @throws OciError when an error occurs
2016
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
2090
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
2017
2091
  */
2018
2092
  getRoutingPolicy(getRoutingPolicyRequest) {
2019
2093
  return __awaiter(this, void 0, void 0, function* () {
@@ -2028,7 +2102,8 @@ class LoadBalancerClient {
2028
2102
  const queryParams = {};
2029
2103
  let headerParams = {
2030
2104
  "Content-Type": common.Constants.APPLICATION_JSON,
2031
- "opc-request-id": getRoutingPolicyRequest.opcRequestId
2105
+ "opc-request-id": getRoutingPolicyRequest.opcRequestId,
2106
+ "if-match": getRoutingPolicyRequest.ifMatch
2032
2107
  };
2033
2108
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2034
2109
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getRoutingPolicyRequest.retryConfiguration, specRetryConfiguration);
@@ -2056,6 +2131,11 @@ class LoadBalancerClient {
2056
2131
  value: response.headers.get("opc-request-id"),
2057
2132
  key: "opcRequestId",
2058
2133
  dataType: "string"
2134
+ },
2135
+ {
2136
+ value: response.headers.get("eTag"),
2137
+ key: "eTag",
2138
+ dataType: "string"
2059
2139
  }
2060
2140
  ]
2061
2141
  });
@@ -2072,7 +2152,7 @@ class LoadBalancerClient {
2072
2152
  * @param GetRuleSetRequest
2073
2153
  * @return GetRuleSetResponse
2074
2154
  * @throws OciError when an error occurs
2075
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2076
2156
  */
2077
2157
  getRuleSet(getRuleSetRequest) {
2078
2158
  return __awaiter(this, void 0, void 0, function* () {
@@ -2087,7 +2167,8 @@ class LoadBalancerClient {
2087
2167
  const queryParams = {};
2088
2168
  let headerParams = {
2089
2169
  "Content-Type": common.Constants.APPLICATION_JSON,
2090
- "opc-request-id": getRuleSetRequest.opcRequestId
2170
+ "opc-request-id": getRuleSetRequest.opcRequestId,
2171
+ "if-match": getRuleSetRequest.ifMatch
2091
2172
  };
2092
2173
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2093
2174
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getRuleSetRequest.retryConfiguration, specRetryConfiguration);
@@ -2115,6 +2196,11 @@ class LoadBalancerClient {
2115
2196
  value: response.headers.get("opc-request-id"),
2116
2197
  key: "opcRequestId",
2117
2198
  dataType: "string"
2199
+ },
2200
+ {
2201
+ value: response.headers.get("eTag"),
2202
+ key: "eTag",
2203
+ dataType: "string"
2118
2204
  }
2119
2205
  ]
2120
2206
  });
@@ -2131,7 +2217,7 @@ class LoadBalancerClient {
2131
2217
  * @param GetSSLCipherSuiteRequest
2132
2218
  * @return GetSSLCipherSuiteResponse
2133
2219
  * @throws OciError when an error occurs
2134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2135
2221
  */
2136
2222
  getSSLCipherSuite(getSSLCipherSuiteRequest) {
2137
2223
  return __awaiter(this, void 0, void 0, function* () {
@@ -2146,7 +2232,8 @@ class LoadBalancerClient {
2146
2232
  const queryParams = {};
2147
2233
  let headerParams = {
2148
2234
  "Content-Type": common.Constants.APPLICATION_JSON,
2149
- "opc-request-id": getSSLCipherSuiteRequest.opcRequestId
2235
+ "opc-request-id": getSSLCipherSuiteRequest.opcRequestId,
2236
+ "if-match": getSSLCipherSuiteRequest.ifMatch
2150
2237
  };
2151
2238
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2152
2239
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getSSLCipherSuiteRequest.retryConfiguration, specRetryConfiguration);
@@ -2174,6 +2261,11 @@ class LoadBalancerClient {
2174
2261
  value: response.headers.get("opc-request-id"),
2175
2262
  key: "opcRequestId",
2176
2263
  dataType: "string"
2264
+ },
2265
+ {
2266
+ value: response.headers.get("eTag"),
2267
+ key: "eTag",
2268
+ dataType: "string"
2177
2269
  }
2178
2270
  ]
2179
2271
  });
@@ -2190,7 +2282,7 @@ class LoadBalancerClient {
2190
2282
  * @param GetWorkRequestRequest
2191
2283
  * @return GetWorkRequestResponse
2192
2284
  * @throws OciError when an error occurs
2193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2194
2286
  */
2195
2287
  getWorkRequest(getWorkRequestRequest) {
2196
2288
  return __awaiter(this, void 0, void 0, function* () {
@@ -2248,7 +2340,7 @@ class LoadBalancerClient {
2248
2340
  * @param ListBackendSetsRequest
2249
2341
  * @return ListBackendSetsResponse
2250
2342
  * @throws OciError when an error occurs
2251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2252
2344
  */
2253
2345
  listBackendSets(listBackendSetsRequest) {
2254
2346
  return __awaiter(this, void 0, void 0, function* () {
@@ -2262,7 +2354,8 @@ class LoadBalancerClient {
2262
2354
  const queryParams = {};
2263
2355
  let headerParams = {
2264
2356
  "Content-Type": common.Constants.APPLICATION_JSON,
2265
- "opc-request-id": listBackendSetsRequest.opcRequestId
2357
+ "opc-request-id": listBackendSetsRequest.opcRequestId,
2358
+ "if-match": listBackendSetsRequest.ifMatch
2266
2359
  };
2267
2360
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2268
2361
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listBackendSetsRequest.retryConfiguration, specRetryConfiguration);
@@ -2290,6 +2383,11 @@ class LoadBalancerClient {
2290
2383
  value: response.headers.get("opc-request-id"),
2291
2384
  key: "opcRequestId",
2292
2385
  dataType: "string"
2386
+ },
2387
+ {
2388
+ value: response.headers.get("eTag"),
2389
+ key: "eTag",
2390
+ dataType: "string"
2293
2391
  }
2294
2392
  ]
2295
2393
  });
@@ -2306,7 +2404,7 @@ class LoadBalancerClient {
2306
2404
  * @param ListBackendsRequest
2307
2405
  * @return ListBackendsResponse
2308
2406
  * @throws OciError when an error occurs
2309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2310
2408
  */
2311
2409
  listBackends(listBackendsRequest) {
2312
2410
  return __awaiter(this, void 0, void 0, function* () {
@@ -2321,7 +2419,8 @@ class LoadBalancerClient {
2321
2419
  const queryParams = {};
2322
2420
  let headerParams = {
2323
2421
  "Content-Type": common.Constants.APPLICATION_JSON,
2324
- "opc-request-id": listBackendsRequest.opcRequestId
2422
+ "opc-request-id": listBackendsRequest.opcRequestId,
2423
+ "if-match": listBackendsRequest.ifMatch
2325
2424
  };
2326
2425
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2327
2426
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listBackendsRequest.retryConfiguration, specRetryConfiguration);
@@ -2349,6 +2448,11 @@ class LoadBalancerClient {
2349
2448
  value: response.headers.get("opc-request-id"),
2350
2449
  key: "opcRequestId",
2351
2450
  dataType: "string"
2451
+ },
2452
+ {
2453
+ value: response.headers.get("eTag"),
2454
+ key: "eTag",
2455
+ dataType: "string"
2352
2456
  }
2353
2457
  ]
2354
2458
  });
@@ -2365,7 +2469,7 @@ class LoadBalancerClient {
2365
2469
  * @param ListCertificatesRequest
2366
2470
  * @return ListCertificatesResponse
2367
2471
  * @throws OciError when an error occurs
2368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2369
2473
  */
2370
2474
  listCertificates(listCertificatesRequest) {
2371
2475
  return __awaiter(this, void 0, void 0, function* () {
@@ -2379,7 +2483,8 @@ class LoadBalancerClient {
2379
2483
  const queryParams = {};
2380
2484
  let headerParams = {
2381
2485
  "Content-Type": common.Constants.APPLICATION_JSON,
2382
- "opc-request-id": listCertificatesRequest.opcRequestId
2486
+ "opc-request-id": listCertificatesRequest.opcRequestId,
2487
+ "if-match": listCertificatesRequest.ifMatch
2383
2488
  };
2384
2489
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2385
2490
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listCertificatesRequest.retryConfiguration, specRetryConfiguration);
@@ -2407,6 +2512,11 @@ class LoadBalancerClient {
2407
2512
  value: response.headers.get("opc-request-id"),
2408
2513
  key: "opcRequestId",
2409
2514
  dataType: "string"
2515
+ },
2516
+ {
2517
+ value: response.headers.get("eTag"),
2518
+ key: "eTag",
2519
+ dataType: "string"
2410
2520
  }
2411
2521
  ]
2412
2522
  });
@@ -2423,7 +2533,7 @@ class LoadBalancerClient {
2423
2533
  * @param ListHostnamesRequest
2424
2534
  * @return ListHostnamesResponse
2425
2535
  * @throws OciError when an error occurs
2426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2536
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2427
2537
  */
2428
2538
  listHostnames(listHostnamesRequest) {
2429
2539
  return __awaiter(this, void 0, void 0, function* () {
@@ -2437,7 +2547,8 @@ class LoadBalancerClient {
2437
2547
  const queryParams = {};
2438
2548
  let headerParams = {
2439
2549
  "Content-Type": common.Constants.APPLICATION_JSON,
2440
- "opc-request-id": listHostnamesRequest.opcRequestId
2550
+ "opc-request-id": listHostnamesRequest.opcRequestId,
2551
+ "if-match": listHostnamesRequest.ifMatch
2441
2552
  };
2442
2553
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2443
2554
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listHostnamesRequest.retryConfiguration, specRetryConfiguration);
@@ -2465,6 +2576,11 @@ class LoadBalancerClient {
2465
2576
  value: response.headers.get("opc-request-id"),
2466
2577
  key: "opcRequestId",
2467
2578
  dataType: "string"
2579
+ },
2580
+ {
2581
+ value: response.headers.get("eTag"),
2582
+ key: "eTag",
2583
+ dataType: "string"
2468
2584
  }
2469
2585
  ]
2470
2586
  });
@@ -2488,7 +2604,7 @@ class LoadBalancerClient {
2488
2604
  * @param ListListenerRulesRequest
2489
2605
  * @return ListListenerRulesResponse
2490
2606
  * @throws OciError when an error occurs
2491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2492
2608
  */
2493
2609
  listListenerRules(listListenerRulesRequest) {
2494
2610
  return __awaiter(this, void 0, void 0, function* () {
@@ -2503,7 +2619,8 @@ class LoadBalancerClient {
2503
2619
  const queryParams = {};
2504
2620
  let headerParams = {
2505
2621
  "Content-Type": common.Constants.APPLICATION_JSON,
2506
- "opc-request-id": listListenerRulesRequest.opcRequestId
2622
+ "opc-request-id": listListenerRulesRequest.opcRequestId,
2623
+ "if-match": listListenerRulesRequest.ifMatch
2507
2624
  };
2508
2625
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2509
2626
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listListenerRulesRequest.retryConfiguration, specRetryConfiguration);
@@ -2531,6 +2648,11 @@ class LoadBalancerClient {
2531
2648
  value: response.headers.get("opc-request-id"),
2532
2649
  key: "opcRequestId",
2533
2650
  dataType: "string"
2651
+ },
2652
+ {
2653
+ value: response.headers.get("eTag"),
2654
+ key: "eTag",
2655
+ dataType: "string"
2534
2656
  }
2535
2657
  ]
2536
2658
  });
@@ -2547,7 +2669,7 @@ class LoadBalancerClient {
2547
2669
  * @param ListLoadBalancerHealthsRequest
2548
2670
  * @return ListLoadBalancerHealthsResponse
2549
2671
  * @throws OciError when an error occurs
2550
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2672
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2551
2673
  */
2552
2674
  listLoadBalancerHealths(listLoadBalancerHealthsRequest) {
2553
2675
  return __awaiter(this, void 0, void 0, function* () {
@@ -2652,7 +2774,7 @@ class LoadBalancerClient {
2652
2774
  * @param ListLoadBalancersRequest
2653
2775
  * @return ListLoadBalancersResponse
2654
2776
  * @throws OciError when an error occurs
2655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2656
2778
  */
2657
2779
  listLoadBalancers(listLoadBalancersRequest) {
2658
2780
  return __awaiter(this, void 0, void 0, function* () {
@@ -2762,7 +2884,7 @@ class LoadBalancerClient {
2762
2884
  * @param ListPathRouteSetsRequest
2763
2885
  * @return ListPathRouteSetsResponse
2764
2886
  * @throws OciError when an error occurs
2765
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2887
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2766
2888
  */
2767
2889
  listPathRouteSets(listPathRouteSetsRequest) {
2768
2890
  return __awaiter(this, void 0, void 0, function* () {
@@ -2776,7 +2898,8 @@ class LoadBalancerClient {
2776
2898
  const queryParams = {};
2777
2899
  let headerParams = {
2778
2900
  "Content-Type": common.Constants.APPLICATION_JSON,
2779
- "opc-request-id": listPathRouteSetsRequest.opcRequestId
2901
+ "opc-request-id": listPathRouteSetsRequest.opcRequestId,
2902
+ "if-match": listPathRouteSetsRequest.ifMatch
2780
2903
  };
2781
2904
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2782
2905
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPathRouteSetsRequest.retryConfiguration, specRetryConfiguration);
@@ -2804,6 +2927,11 @@ class LoadBalancerClient {
2804
2927
  value: response.headers.get("opc-request-id"),
2805
2928
  key: "opcRequestId",
2806
2929
  dataType: "string"
2930
+ },
2931
+ {
2932
+ value: response.headers.get("eTag"),
2933
+ key: "eTag",
2934
+ dataType: "string"
2807
2935
  }
2808
2936
  ]
2809
2937
  });
@@ -2820,7 +2948,7 @@ class LoadBalancerClient {
2820
2948
  * @param ListPoliciesRequest
2821
2949
  * @return ListPoliciesResponse
2822
2950
  * @throws OciError when an error occurs
2823
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2824
2952
  */
2825
2953
  listPolicies(listPoliciesRequest) {
2826
2954
  return __awaiter(this, void 0, void 0, function* () {
@@ -2925,7 +3053,7 @@ class LoadBalancerClient {
2925
3053
  * @param ListProtocolsRequest
2926
3054
  * @return ListProtocolsResponse
2927
3055
  * @throws OciError when an error occurs
2928
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
3056
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
2929
3057
  */
2930
3058
  listProtocols(listProtocolsRequest) {
2931
3059
  return __awaiter(this, void 0, void 0, function* () {
@@ -3030,7 +3158,7 @@ class LoadBalancerClient {
3030
3158
  * @param ListRoutingPoliciesRequest
3031
3159
  * @return ListRoutingPoliciesResponse
3032
3160
  * @throws OciError when an error occurs
3033
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
3161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
3034
3162
  */
3035
3163
  listRoutingPolicies(listRoutingPoliciesRequest) {
3036
3164
  return __awaiter(this, void 0, void 0, function* () {
@@ -3047,7 +3175,8 @@ class LoadBalancerClient {
3047
3175
  };
3048
3176
  let headerParams = {
3049
3177
  "Content-Type": common.Constants.APPLICATION_JSON,
3050
- "opc-request-id": listRoutingPoliciesRequest.opcRequestId
3178
+ "opc-request-id": listRoutingPoliciesRequest.opcRequestId,
3179
+ "if-match": listRoutingPoliciesRequest.ifMatch
3051
3180
  };
3052
3181
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3053
3182
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listRoutingPoliciesRequest.retryConfiguration, specRetryConfiguration);
@@ -3080,6 +3209,11 @@ class LoadBalancerClient {
3080
3209
  value: response.headers.get("opc-next-page"),
3081
3210
  key: "opcNextPage",
3082
3211
  dataType: "string"
3212
+ },
3213
+ {
3214
+ value: response.headers.get("eTag"),
3215
+ key: "eTag",
3216
+ dataType: "string"
3083
3217
  }
3084
3218
  ]
3085
3219
  });
@@ -3136,7 +3270,7 @@ class LoadBalancerClient {
3136
3270
  * @param ListRuleSetsRequest
3137
3271
  * @return ListRuleSetsResponse
3138
3272
  * @throws OciError when an error occurs
3139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3140
3274
  */
3141
3275
  listRuleSets(listRuleSetsRequest) {
3142
3276
  return __awaiter(this, void 0, void 0, function* () {
@@ -3150,7 +3284,8 @@ class LoadBalancerClient {
3150
3284
  const queryParams = {};
3151
3285
  let headerParams = {
3152
3286
  "Content-Type": common.Constants.APPLICATION_JSON,
3153
- "opc-request-id": listRuleSetsRequest.opcRequestId
3287
+ "opc-request-id": listRuleSetsRequest.opcRequestId,
3288
+ "if-match": listRuleSetsRequest.ifMatch
3154
3289
  };
3155
3290
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3156
3291
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listRuleSetsRequest.retryConfiguration, specRetryConfiguration);
@@ -3178,6 +3313,11 @@ class LoadBalancerClient {
3178
3313
  value: response.headers.get("opc-request-id"),
3179
3314
  key: "opcRequestId",
3180
3315
  dataType: "string"
3316
+ },
3317
+ {
3318
+ value: response.headers.get("eTag"),
3319
+ key: "eTag",
3320
+ dataType: "string"
3181
3321
  }
3182
3322
  ]
3183
3323
  });
@@ -3194,7 +3334,7 @@ class LoadBalancerClient {
3194
3334
  * @param ListSSLCipherSuitesRequest
3195
3335
  * @return ListSSLCipherSuitesResponse
3196
3336
  * @throws OciError when an error occurs
3197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3198
3338
  */
3199
3339
  listSSLCipherSuites(listSSLCipherSuitesRequest) {
3200
3340
  return __awaiter(this, void 0, void 0, function* () {
@@ -3208,7 +3348,8 @@ class LoadBalancerClient {
3208
3348
  const queryParams = {};
3209
3349
  let headerParams = {
3210
3350
  "Content-Type": common.Constants.APPLICATION_JSON,
3211
- "opc-request-id": listSSLCipherSuitesRequest.opcRequestId
3351
+ "opc-request-id": listSSLCipherSuitesRequest.opcRequestId,
3352
+ "if-match": listSSLCipherSuitesRequest.ifMatch
3212
3353
  };
3213
3354
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3214
3355
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSSLCipherSuitesRequest.retryConfiguration, specRetryConfiguration);
@@ -3236,6 +3377,11 @@ class LoadBalancerClient {
3236
3377
  value: response.headers.get("opc-request-id"),
3237
3378
  key: "opcRequestId",
3238
3379
  dataType: "string"
3380
+ },
3381
+ {
3382
+ value: response.headers.get("eTag"),
3383
+ key: "eTag",
3384
+ dataType: "string"
3239
3385
  }
3240
3386
  ]
3241
3387
  });
@@ -3252,7 +3398,7 @@ class LoadBalancerClient {
3252
3398
  * @param ListShapesRequest
3253
3399
  * @return ListShapesResponse
3254
3400
  * @throws OciError when an error occurs
3255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3256
3402
  */
3257
3403
  listShapes(listShapesRequest) {
3258
3404
  return __awaiter(this, void 0, void 0, function* () {
@@ -3357,7 +3503,7 @@ class LoadBalancerClient {
3357
3503
  * @param ListWorkRequestsRequest
3358
3504
  * @return ListWorkRequestsResponse
3359
3505
  * @throws OciError when an error occurs
3360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3506
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3361
3507
  */
3362
3508
  listWorkRequests(listWorkRequestsRequest) {
3363
3509
  return __awaiter(this, void 0, void 0, function* () {
@@ -3463,7 +3609,7 @@ class LoadBalancerClient {
3463
3609
  * @param UpdateBackendRequest
3464
3610
  * @return UpdateBackendResponse
3465
3611
  * @throws OciError when an error occurs
3466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3612
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3467
3613
  */
3468
3614
  updateBackend(updateBackendRequest) {
3469
3615
  return __awaiter(this, void 0, void 0, function* () {
@@ -3480,7 +3626,8 @@ class LoadBalancerClient {
3480
3626
  let headerParams = {
3481
3627
  "Content-Type": common.Constants.APPLICATION_JSON,
3482
3628
  "opc-request-id": updateBackendRequest.opcRequestId,
3483
- "opc-retry-token": updateBackendRequest.opcRetryToken
3629
+ "opc-retry-token": updateBackendRequest.opcRetryToken,
3630
+ "if-match": updateBackendRequest.ifMatch
3484
3631
  };
3485
3632
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3486
3633
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateBackendRequest.retryConfiguration, specRetryConfiguration);
@@ -3526,7 +3673,7 @@ class LoadBalancerClient {
3526
3673
  * @param UpdateBackendSetRequest
3527
3674
  * @return UpdateBackendSetResponse
3528
3675
  * @throws OciError when an error occurs
3529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3676
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3530
3677
  */
3531
3678
  updateBackendSet(updateBackendSetRequest) {
3532
3679
  return __awaiter(this, void 0, void 0, function* () {
@@ -3542,7 +3689,8 @@ class LoadBalancerClient {
3542
3689
  let headerParams = {
3543
3690
  "Content-Type": common.Constants.APPLICATION_JSON,
3544
3691
  "opc-request-id": updateBackendSetRequest.opcRequestId,
3545
- "opc-retry-token": updateBackendSetRequest.opcRetryToken
3692
+ "opc-retry-token": updateBackendSetRequest.opcRetryToken,
3693
+ "if-match": updateBackendSetRequest.ifMatch
3546
3694
  };
3547
3695
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3548
3696
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateBackendSetRequest.retryConfiguration, specRetryConfiguration);
@@ -3588,7 +3736,7 @@ class LoadBalancerClient {
3588
3736
  * @param UpdateHealthCheckerRequest
3589
3737
  * @return UpdateHealthCheckerResponse
3590
3738
  * @throws OciError when an error occurs
3591
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3739
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3592
3740
  */
3593
3741
  updateHealthChecker(updateHealthCheckerRequest) {
3594
3742
  return __awaiter(this, void 0, void 0, function* () {
@@ -3604,7 +3752,8 @@ class LoadBalancerClient {
3604
3752
  let headerParams = {
3605
3753
  "Content-Type": common.Constants.APPLICATION_JSON,
3606
3754
  "opc-request-id": updateHealthCheckerRequest.opcRequestId,
3607
- "opc-retry-token": updateHealthCheckerRequest.opcRetryToken
3755
+ "opc-retry-token": updateHealthCheckerRequest.opcRetryToken,
3756
+ "if-match": updateHealthCheckerRequest.ifMatch
3608
3757
  };
3609
3758
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3610
3759
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateHealthCheckerRequest.retryConfiguration, specRetryConfiguration);
@@ -3652,7 +3801,7 @@ class LoadBalancerClient {
3652
3801
  * @param UpdateHostnameRequest
3653
3802
  * @return UpdateHostnameResponse
3654
3803
  * @throws OciError when an error occurs
3655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3804
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3656
3805
  */
3657
3806
  updateHostname(updateHostnameRequest) {
3658
3807
  return __awaiter(this, void 0, void 0, function* () {
@@ -3667,7 +3816,9 @@ class LoadBalancerClient {
3667
3816
  const queryParams = {};
3668
3817
  let headerParams = {
3669
3818
  "Content-Type": common.Constants.APPLICATION_JSON,
3670
- "opc-request-id": updateHostnameRequest.opcRequestId
3819
+ "opc-request-id": updateHostnameRequest.opcRequestId,
3820
+ "opc-retry-token": updateHostnameRequest.opcRetryToken,
3821
+ "if-match": updateHostnameRequest.ifMatch
3671
3822
  };
3672
3823
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3673
3824
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateHostnameRequest.retryConfiguration, specRetryConfiguration);
@@ -3713,7 +3864,7 @@ class LoadBalancerClient {
3713
3864
  * @param UpdateListenerRequest
3714
3865
  * @return UpdateListenerResponse
3715
3866
  * @throws OciError when an error occurs
3716
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3867
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3717
3868
  */
3718
3869
  updateListener(updateListenerRequest) {
3719
3870
  return __awaiter(this, void 0, void 0, function* () {
@@ -3729,7 +3880,8 @@ class LoadBalancerClient {
3729
3880
  let headerParams = {
3730
3881
  "Content-Type": common.Constants.APPLICATION_JSON,
3731
3882
  "opc-request-id": updateListenerRequest.opcRequestId,
3732
- "opc-retry-token": updateListenerRequest.opcRetryToken
3883
+ "opc-retry-token": updateListenerRequest.opcRetryToken,
3884
+ "if-match": updateListenerRequest.ifMatch
3733
3885
  };
3734
3886
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3735
3887
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateListenerRequest.retryConfiguration, specRetryConfiguration);
@@ -3775,7 +3927,7 @@ class LoadBalancerClient {
3775
3927
  * @param UpdateLoadBalancerRequest
3776
3928
  * @return UpdateLoadBalancerResponse
3777
3929
  * @throws OciError when an error occurs
3778
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3930
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3779
3931
  */
3780
3932
  updateLoadBalancer(updateLoadBalancerRequest) {
3781
3933
  return __awaiter(this, void 0, void 0, function* () {
@@ -3790,6 +3942,7 @@ class LoadBalancerClient {
3790
3942
  let headerParams = {
3791
3943
  "Content-Type": common.Constants.APPLICATION_JSON,
3792
3944
  "opc-request-id": updateLoadBalancerRequest.opcRequestId,
3945
+ "if-match": updateLoadBalancerRequest.ifMatch,
3793
3946
  "opc-retry-token": updateLoadBalancerRequest.opcRetryToken
3794
3947
  };
3795
3948
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
@@ -3842,7 +3995,7 @@ class LoadBalancerClient {
3842
3995
  * @param UpdateLoadBalancerShapeRequest
3843
3996
  * @return UpdateLoadBalancerShapeResponse
3844
3997
  * @throws OciError when an error occurs
3845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
3998
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
3846
3999
  */
3847
4000
  updateLoadBalancerShape(updateLoadBalancerShapeRequest) {
3848
4001
  return __awaiter(this, void 0, void 0, function* () {
@@ -3857,7 +4010,8 @@ class LoadBalancerClient {
3857
4010
  let headerParams = {
3858
4011
  "Content-Type": common.Constants.APPLICATION_JSON,
3859
4012
  "opc-request-id": updateLoadBalancerShapeRequest.opcRequestId,
3860
- "opc-retry-token": updateLoadBalancerShapeRequest.opcRetryToken
4013
+ "opc-retry-token": updateLoadBalancerShapeRequest.opcRetryToken,
4014
+ "if-match": updateLoadBalancerShapeRequest.ifMatch
3861
4015
  };
3862
4016
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3863
4017
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateLoadBalancerShapeRequest.retryConfiguration, specRetryConfiguration);
@@ -3903,7 +4057,7 @@ class LoadBalancerClient {
3903
4057
  * @param UpdateNetworkSecurityGroupsRequest
3904
4058
  * @return UpdateNetworkSecurityGroupsResponse
3905
4059
  * @throws OciError when an error occurs
3906
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
4060
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
3907
4061
  */
3908
4062
  updateNetworkSecurityGroups(updateNetworkSecurityGroupsRequest) {
3909
4063
  return __awaiter(this, void 0, void 0, function* () {
@@ -3918,7 +4072,8 @@ class LoadBalancerClient {
3918
4072
  let headerParams = {
3919
4073
  "Content-Type": common.Constants.APPLICATION_JSON,
3920
4074
  "opc-request-id": updateNetworkSecurityGroupsRequest.opcRequestId,
3921
- "opc-retry-token": updateNetworkSecurityGroupsRequest.opcRetryToken
4075
+ "opc-retry-token": updateNetworkSecurityGroupsRequest.opcRetryToken,
4076
+ "if-match": updateNetworkSecurityGroupsRequest.ifMatch
3922
4077
  };
3923
4078
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3924
4079
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateNetworkSecurityGroupsRequest.retryConfiguration, specRetryConfiguration);
@@ -3970,7 +4125,7 @@ class LoadBalancerClient {
3970
4125
  * @param UpdatePathRouteSetRequest
3971
4126
  * @return UpdatePathRouteSetResponse
3972
4127
  * @throws OciError when an error occurs
3973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
4128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
3974
4129
  */
3975
4130
  updatePathRouteSet(updatePathRouteSetRequest) {
3976
4131
  return __awaiter(this, void 0, void 0, function* () {
@@ -3986,6 +4141,7 @@ class LoadBalancerClient {
3986
4141
  let headerParams = {
3987
4142
  "Content-Type": common.Constants.APPLICATION_JSON,
3988
4143
  "opc-request-id": updatePathRouteSetRequest.opcRequestId,
4144
+ "if-match": updatePathRouteSetRequest.ifMatch,
3989
4145
  "opc-retry-token": updatePathRouteSetRequest.opcRetryToken
3990
4146
  };
3991
4147
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
@@ -4036,7 +4192,7 @@ class LoadBalancerClient {
4036
4192
  * @param UpdateRoutingPolicyRequest
4037
4193
  * @return UpdateRoutingPolicyResponse
4038
4194
  * @throws OciError when an error occurs
4039
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
4195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
4040
4196
  */
4041
4197
  updateRoutingPolicy(updateRoutingPolicyRequest) {
4042
4198
  return __awaiter(this, void 0, void 0, function* () {
@@ -4052,6 +4208,7 @@ class LoadBalancerClient {
4052
4208
  let headerParams = {
4053
4209
  "Content-Type": common.Constants.APPLICATION_JSON,
4054
4210
  "opc-request-id": updateRoutingPolicyRequest.opcRequestId,
4211
+ "if-match": updateRoutingPolicyRequest.ifMatch,
4055
4212
  "opc-retry-token": updateRoutingPolicyRequest.opcRetryToken
4056
4213
  };
4057
4214
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
@@ -4102,7 +4259,7 @@ class LoadBalancerClient {
4102
4259
  * @param UpdateRuleSetRequest
4103
4260
  * @return UpdateRuleSetResponse
4104
4261
  * @throws OciError when an error occurs
4105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
4262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
4106
4263
  */
4107
4264
  updateRuleSet(updateRuleSetRequest) {
4108
4265
  return __awaiter(this, void 0, void 0, function* () {
@@ -4117,7 +4274,9 @@ class LoadBalancerClient {
4117
4274
  const queryParams = {};
4118
4275
  let headerParams = {
4119
4276
  "Content-Type": common.Constants.APPLICATION_JSON,
4120
- "opc-request-id": updateRuleSetRequest.opcRequestId
4277
+ "opc-request-id": updateRuleSetRequest.opcRequestId,
4278
+ "opc-retry-token": updateRuleSetRequest.opcRetryToken,
4279
+ "if-match": updateRuleSetRequest.ifMatch
4121
4280
  };
4122
4281
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
4123
4282
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateRuleSetRequest.retryConfiguration, specRetryConfiguration);
@@ -4163,7 +4322,7 @@ class LoadBalancerClient {
4163
4322
  * @param UpdateSSLCipherSuiteRequest
4164
4323
  * @return UpdateSSLCipherSuiteResponse
4165
4324
  * @throws OciError when an error occurs
4166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4167
4326
  */
4168
4327
  updateSSLCipherSuite(updateSSLCipherSuiteRequest) {
4169
4328
  return __awaiter(this, void 0, void 0, function* () {
@@ -4179,7 +4338,8 @@ class LoadBalancerClient {
4179
4338
  let headerParams = {
4180
4339
  "Content-Type": common.Constants.APPLICATION_JSON,
4181
4340
  "opc-request-id": updateSSLCipherSuiteRequest.opcRequestId,
4182
- "opc-retry-token": updateSSLCipherSuiteRequest.opcRetryToken
4341
+ "opc-retry-token": updateSSLCipherSuiteRequest.opcRetryToken,
4342
+ "if-match": updateSSLCipherSuiteRequest.ifMatch
4183
4343
  };
4184
4344
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
4185
4345
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateSSLCipherSuiteRequest.retryConfiguration, specRetryConfiguration);