oci-loadbalancer 2.76.1 → 2.77.1

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 (154) hide show
  1. package/lib/client.d.ts +68 -62
  2. package/lib/client.js +70 -61
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/add-http-request-header-rule.d.ts +5 -5
  5. package/lib/model/add-http-response-header-rule.d.ts +5 -5
  6. package/lib/model/allow-rule.d.ts +5 -5
  7. package/lib/model/backend-details.d.ts +8 -8
  8. package/lib/model/backend-health.d.ts +4 -4
  9. package/lib/model/backend-set-details.d.ts +2 -2
  10. package/lib/model/backend-set-health.d.ts +14 -14
  11. package/lib/model/backend-set.d.ts +3 -3
  12. package/lib/model/backend.d.ts +9 -9
  13. package/lib/model/certificate-details.d.ts +1 -1
  14. package/lib/model/certificate.d.ts +1 -1
  15. package/lib/model/connection-configuration.d.ts +2 -2
  16. package/lib/model/control-access-using-http-methods-rule.d.ts +5 -5
  17. package/lib/model/create-backend-details.d.ts +8 -8
  18. package/lib/model/create-backend-set-details.d.ts +3 -3
  19. package/lib/model/create-certificate-details.d.ts +1 -1
  20. package/lib/model/create-hostname-details.d.ts +2 -2
  21. package/lib/model/create-listener-details.d.ts +7 -7
  22. package/lib/model/create-load-balancer-details.d.ts +8 -8
  23. package/lib/model/create-path-route-set-details.d.ts +1 -1
  24. package/lib/model/create-routing-policy-details.d.ts +2 -2
  25. package/lib/model/create-rule-set-details.d.ts +1 -1
  26. package/lib/model/create-ss-lcipher-suite-details.d.ts +2 -2
  27. package/lib/model/extend-http-request-header-value-rule.d.ts +8 -8
  28. package/lib/model/extend-http-response-header-value-rule.d.ts +8 -8
  29. package/lib/model/forward-to-backend-set.d.ts +1 -1
  30. package/lib/model/health-check-result.d.ts +2 -2
  31. package/lib/model/health-checker-details.d.ts +10 -10
  32. package/lib/model/health-checker.d.ts +10 -10
  33. package/lib/model/hostname-details.d.ts +2 -2
  34. package/lib/model/hostname.d.ts +2 -2
  35. package/lib/model/http-header-rule.d.ts +1 -1
  36. package/lib/model/ip-address.d.ts +1 -1
  37. package/lib/model/l-bcookie-session-persistence-configuration-details.d.ts +34 -34
  38. package/lib/model/listener-details.d.ts +6 -6
  39. package/lib/model/listener.d.ts +7 -7
  40. package/lib/model/load-balancer-health-summary.d.ts +7 -7
  41. package/lib/model/load-balancer-health.d.ts +16 -16
  42. package/lib/model/load-balancer-shape.d.ts +1 -1
  43. package/lib/model/load-balancer.d.ts +7 -7
  44. package/lib/model/path-match-condition.d.ts +6 -6
  45. package/lib/model/path-match-type.d.ts +6 -6
  46. package/lib/model/path-route-set.d.ts +1 -1
  47. package/lib/model/path-route.d.ts +2 -2
  48. package/lib/model/redirect-rule.d.ts +5 -5
  49. package/lib/model/redirect-uri.d.ts +43 -43
  50. package/lib/model/remove-http-request-header-rule.d.ts +2 -2
  51. package/lib/model/remove-http-response-header-rule.d.ts +2 -2
  52. package/lib/model/routing-policy.d.ts +2 -2
  53. package/lib/model/rule-set.d.ts +1 -1
  54. package/lib/model/s-sl-cipher-suite-details.d.ts +2 -2
  55. package/lib/model/s-sl-cipher-suite.d.ts +2 -2
  56. package/lib/model/s-sl-configuration-details.d.ts +17 -17
  57. package/lib/model/s-sl-configuration.d.ts +17 -17
  58. package/lib/model/session-persistence-configuration-details.d.ts +7 -7
  59. package/lib/model/shape-details.d.ts +2 -2
  60. package/lib/model/source-vcn-id-condition.d.ts +2 -2
  61. package/lib/model/source-vcn-ip-address-condition.d.ts +1 -1
  62. package/lib/model/update-backend-details.d.ts +6 -6
  63. package/lib/model/update-backend-set-details.d.ts +2 -2
  64. package/lib/model/update-health-checker-details.d.ts +9 -9
  65. package/lib/model/update-hostname-details.d.ts +1 -1
  66. package/lib/model/update-listener-details.d.ts +6 -6
  67. package/lib/model/update-load-balancer-details.d.ts +3 -3
  68. package/lib/model/update-load-balancer-shape-details.d.ts +2 -2
  69. package/lib/model/update-routing-policy-details.d.ts +1 -1
  70. package/lib/model/update-ss-lcipher-suite-details.d.ts +1 -1
  71. package/lib/model/work-request.d.ts +3 -3
  72. package/lib/request/change-load-balancer-compartment-request.d.ts +2 -2
  73. package/lib/request/create-backend-request.d.ts +3 -3
  74. package/lib/request/create-backend-set-request.d.ts +2 -2
  75. package/lib/request/create-certificate-request.d.ts +2 -2
  76. package/lib/request/create-hostname-request.d.ts +2 -2
  77. package/lib/request/create-listener-request.d.ts +2 -2
  78. package/lib/request/create-load-balancer-request.d.ts +1 -1
  79. package/lib/request/create-path-route-set-request.d.ts +2 -2
  80. package/lib/request/create-routing-policy-request.d.ts +2 -2
  81. package/lib/request/create-rule-set-request.d.ts +2 -2
  82. package/lib/request/create-sslcipher-suite-request.d.ts +2 -2
  83. package/lib/request/delete-backend-request.d.ts +4 -4
  84. package/lib/request/delete-backend-set-request.d.ts +3 -3
  85. package/lib/request/delete-certificate-request.d.ts +3 -3
  86. package/lib/request/delete-hostname-request.d.ts +3 -3
  87. package/lib/request/delete-listener-request.d.ts +3 -3
  88. package/lib/request/delete-load-balancer-request.d.ts +2 -2
  89. package/lib/request/delete-path-route-set-request.d.ts +3 -3
  90. package/lib/request/delete-routing-policy-request.d.ts +3 -3
  91. package/lib/request/delete-rule-set-request.d.ts +3 -3
  92. package/lib/request/delete-sslcipher-suite-request.d.ts +3 -3
  93. package/lib/request/get-backend-health-request.d.ts +4 -4
  94. package/lib/request/get-backend-request.d.ts +4 -4
  95. package/lib/request/get-backend-set-health-request.d.ts +3 -3
  96. package/lib/request/get-backend-set-request.d.ts +3 -3
  97. package/lib/request/get-health-checker-request.d.ts +3 -3
  98. package/lib/request/get-hostname-request.d.ts +3 -3
  99. package/lib/request/get-load-balancer-health-request.d.ts +2 -2
  100. package/lib/request/get-load-balancer-request.d.ts +2 -2
  101. package/lib/request/get-path-route-set-request.d.ts +3 -3
  102. package/lib/request/get-routing-policy-request.d.ts +3 -3
  103. package/lib/request/get-rule-set-request.d.ts +3 -3
  104. package/lib/request/get-sslcipher-suite-request.d.ts +3 -3
  105. package/lib/request/get-work-request-request.d.ts +1 -1
  106. package/lib/request/list-backend-sets-request.d.ts +2 -2
  107. package/lib/request/list-backends-request.d.ts +3 -3
  108. package/lib/request/list-certificates-request.d.ts +2 -2
  109. package/lib/request/list-hostnames-request.d.ts +2 -2
  110. package/lib/request/list-listener-rules-request.d.ts +2 -2
  111. package/lib/request/list-load-balancer-healths-request.d.ts +4 -4
  112. package/lib/request/list-load-balancers-request.d.ts +10 -10
  113. package/lib/request/list-path-route-sets-request.d.ts +2 -2
  114. package/lib/request/list-policies-request.d.ts +4 -4
  115. package/lib/request/list-protocols-request.d.ts +4 -4
  116. package/lib/request/list-routing-policies-request.d.ts +5 -5
  117. package/lib/request/list-rule-sets-request.d.ts +2 -2
  118. package/lib/request/list-shapes-request.d.ts +4 -4
  119. package/lib/request/list-sslcipher-suites-request.d.ts +2 -2
  120. package/lib/request/list-work-requests-request.d.ts +4 -4
  121. package/lib/request/update-backend-request.d.ts +4 -4
  122. package/lib/request/update-backend-set-request.d.ts +3 -3
  123. package/lib/request/update-health-checker-request.d.ts +3 -3
  124. package/lib/request/update-hostname-request.d.ts +3 -3
  125. package/lib/request/update-listener-request.d.ts +3 -3
  126. package/lib/request/update-load-balancer-request.d.ts +2 -2
  127. package/lib/request/update-load-balancer-shape-request.d.ts +2 -2
  128. package/lib/request/update-network-security-groups-request.d.ts +2 -2
  129. package/lib/request/update-path-route-set-request.d.ts +3 -3
  130. package/lib/request/update-routing-policy-request.d.ts +3 -3
  131. package/lib/request/update-rule-set-request.d.ts +3 -3
  132. package/lib/request/update-sslcipher-suite-request.d.ts +3 -3
  133. package/lib/response/get-backend-health-response.d.ts +1 -1
  134. package/lib/response/get-backend-response.d.ts +1 -1
  135. package/lib/response/get-backend-set-health-response.d.ts +1 -1
  136. package/lib/response/get-backend-set-response.d.ts +1 -1
  137. package/lib/response/get-health-checker-response.d.ts +1 -1
  138. package/lib/response/get-hostname-response.d.ts +1 -1
  139. package/lib/response/get-load-balancer-health-response.d.ts +1 -1
  140. package/lib/response/get-load-balancer-response.d.ts +1 -1
  141. package/lib/response/get-path-route-set-response.d.ts +1 -1
  142. package/lib/response/get-routing-policy-response.d.ts +1 -1
  143. package/lib/response/get-rule-set-response.d.ts +1 -1
  144. package/lib/response/get-sslcipher-suite-response.d.ts +1 -1
  145. package/lib/response/list-backend-sets-response.d.ts +1 -1
  146. package/lib/response/list-backends-response.d.ts +1 -1
  147. package/lib/response/list-certificates-response.d.ts +1 -1
  148. package/lib/response/list-hostnames-response.d.ts +1 -1
  149. package/lib/response/list-listener-rules-response.d.ts +1 -1
  150. package/lib/response/list-path-route-sets-response.d.ts +1 -1
  151. package/lib/response/list-routing-policies-response.d.ts +1 -1
  152. package/lib/response/list-rule-sets-response.d.ts +1 -1
  153. package/lib/response/list-sslcipher-suites-response.d.ts +1 -1
  154. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -48,6 +48,7 @@ const model = __importStar(require("./model"));
48
48
  const oci_common_1 = require("oci-common");
49
49
  const loadbalancer_waiter_1 = require("./loadbalancer-waiter");
50
50
  const oci_common_2 = require("oci-common");
51
+ const Breaker = require("opossum");
51
52
  // ===============================================
52
53
  // This file is autogenerated - Please do not edit
53
54
  // ===============================================
@@ -184,6 +185,14 @@ class LoadBalancerClient {
184
185
  }
185
186
  throw Error("Waiters do not exist. Please create waiters.");
186
187
  }
188
+ /**
189
+ * Shutdown the circuit breaker used by the client when it is no longer needed
190
+ */
191
+ shutdownCircuitBreaker() {
192
+ if (this._circuitBreaker) {
193
+ this._circuitBreaker.shutdown();
194
+ }
195
+ }
187
196
  /**
188
197
  * Moves a load balancer into a different compartment within the same tenancy. For information about moving resources
189
198
  * between compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
@@ -192,7 +201,7 @@ class LoadBalancerClient {
192
201
  * @param ChangeLoadBalancerCompartmentRequest
193
202
  * @return ChangeLoadBalancerCompartmentResponse
194
203
  * @throws OciError when an error occurs
195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
196
205
  */
197
206
  changeLoadBalancerCompartment(changeLoadBalancerCompartmentRequest) {
198
207
  return __awaiter(this, void 0, void 0, function* () {
@@ -254,7 +263,7 @@ class LoadBalancerClient {
254
263
  * @param CreateBackendRequest
255
264
  * @return CreateBackendResponse
256
265
  * @throws OciError when an error occurs
257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
258
267
  */
259
268
  createBackend(createBackendRequest) {
260
269
  return __awaiter(this, void 0, void 0, function* () {
@@ -317,7 +326,7 @@ class LoadBalancerClient {
317
326
  * @param CreateBackendSetRequest
318
327
  * @return CreateBackendSetResponse
319
328
  * @throws OciError when an error occurs
320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
321
330
  */
322
331
  createBackendSet(createBackendSetRequest) {
323
332
  return __awaiter(this, void 0, void 0, function* () {
@@ -379,7 +388,7 @@ class LoadBalancerClient {
379
388
  * @param CreateCertificateRequest
380
389
  * @return CreateCertificateResponse
381
390
  * @throws OciError when an error occurs
382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
383
392
  */
384
393
  createCertificate(createCertificateRequest) {
385
394
  return __awaiter(this, void 0, void 0, function* () {
@@ -443,7 +452,7 @@ class LoadBalancerClient {
443
452
  * @param CreateHostnameRequest
444
453
  * @return CreateHostnameResponse
445
454
  * @throws OciError when an error occurs
446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
455
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
447
456
  */
448
457
  createHostname(createHostnameRequest) {
449
458
  return __awaiter(this, void 0, void 0, function* () {
@@ -505,7 +514,7 @@ class LoadBalancerClient {
505
514
  * @param CreateListenerRequest
506
515
  * @return CreateListenerResponse
507
516
  * @throws OciError when an error occurs
508
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
509
518
  */
510
519
  createListener(createListenerRequest) {
511
520
  return __awaiter(this, void 0, void 0, function* () {
@@ -594,7 +603,7 @@ class LoadBalancerClient {
594
603
  * @param CreateLoadBalancerRequest
595
604
  * @return CreateLoadBalancerResponse
596
605
  * @throws OciError when an error occurs
597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
598
607
  */
599
608
  createLoadBalancer(createLoadBalancerRequest) {
600
609
  return __awaiter(this, void 0, void 0, function* () {
@@ -655,7 +664,7 @@ class LoadBalancerClient {
655
664
  * @param CreatePathRouteSetRequest
656
665
  * @return CreatePathRouteSetResponse
657
666
  * @throws OciError when an error occurs
658
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
659
668
  */
660
669
  createPathRouteSet(createPathRouteSetRequest) {
661
670
  return __awaiter(this, void 0, void 0, function* () {
@@ -719,7 +728,7 @@ class LoadBalancerClient {
719
728
  * @param CreateRoutingPolicyRequest
720
729
  * @return CreateRoutingPolicyResponse
721
730
  * @throws OciError when an error occurs
722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
731
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
723
732
  */
724
733
  createRoutingPolicy(createRoutingPolicyRequest) {
725
734
  return __awaiter(this, void 0, void 0, function* () {
@@ -783,7 +792,7 @@ class LoadBalancerClient {
783
792
  * @param CreateRuleSetRequest
784
793
  * @return CreateRuleSetResponse
785
794
  * @throws OciError when an error occurs
786
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
795
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
787
796
  */
788
797
  createRuleSet(createRuleSetRequest) {
789
798
  return __awaiter(this, void 0, void 0, function* () {
@@ -845,7 +854,7 @@ class LoadBalancerClient {
845
854
  * @param CreateSSLCipherSuiteRequest
846
855
  * @return CreateSSLCipherSuiteResponse
847
856
  * @throws OciError when an error occurs
848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
857
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
849
858
  */
850
859
  createSSLCipherSuite(createSSLCipherSuiteRequest) {
851
860
  return __awaiter(this, void 0, void 0, function* () {
@@ -907,7 +916,7 @@ class LoadBalancerClient {
907
916
  * @param DeleteBackendRequest
908
917
  * @return DeleteBackendResponse
909
918
  * @throws OciError when an error occurs
910
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
919
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
911
920
  */
912
921
  deleteBackend(deleteBackendRequest) {
913
922
  return __awaiter(this, void 0, void 0, function* () {
@@ -972,7 +981,7 @@ class LoadBalancerClient {
972
981
  * @param DeleteBackendSetRequest
973
982
  * @return DeleteBackendSetResponse
974
983
  * @throws OciError when an error occurs
975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
984
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
976
985
  */
977
986
  deleteBackendSet(deleteBackendSetRequest) {
978
987
  return __awaiter(this, void 0, void 0, function* () {
@@ -1033,7 +1042,7 @@ class LoadBalancerClient {
1033
1042
  * @param DeleteCertificateRequest
1034
1043
  * @return DeleteCertificateResponse
1035
1044
  * @throws OciError when an error occurs
1036
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
1045
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
1037
1046
  */
1038
1047
  deleteCertificate(deleteCertificateRequest) {
1039
1048
  return __awaiter(this, void 0, void 0, function* () {
@@ -1095,7 +1104,7 @@ class LoadBalancerClient {
1095
1104
  * @param DeleteHostnameRequest
1096
1105
  * @return DeleteHostnameResponse
1097
1106
  * @throws OciError when an error occurs
1098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1099
1108
  */
1100
1109
  deleteHostname(deleteHostnameRequest) {
1101
1110
  return __awaiter(this, void 0, void 0, function* () {
@@ -1156,7 +1165,7 @@ class LoadBalancerClient {
1156
1165
  * @param DeleteListenerRequest
1157
1166
  * @return DeleteListenerResponse
1158
1167
  * @throws OciError when an error occurs
1159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1160
1169
  */
1161
1170
  deleteListener(deleteListenerRequest) {
1162
1171
  return __awaiter(this, void 0, void 0, function* () {
@@ -1217,7 +1226,7 @@ class LoadBalancerClient {
1217
1226
  * @param DeleteLoadBalancerRequest
1218
1227
  * @return DeleteLoadBalancerResponse
1219
1228
  * @throws OciError when an error occurs
1220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1221
1230
  */
1222
1231
  deleteLoadBalancer(deleteLoadBalancerRequest) {
1223
1232
  return __awaiter(this, void 0, void 0, function* () {
@@ -1281,7 +1290,7 @@ class LoadBalancerClient {
1281
1290
  * @param DeletePathRouteSetRequest
1282
1291
  * @return DeletePathRouteSetResponse
1283
1292
  * @throws OciError when an error occurs
1284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1285
1294
  */
1286
1295
  deletePathRouteSet(deletePathRouteSetRequest) {
1287
1296
  return __awaiter(this, void 0, void 0, function* () {
@@ -1346,7 +1355,7 @@ class LoadBalancerClient {
1346
1355
  * @param DeleteRoutingPolicyRequest
1347
1356
  * @return DeleteRoutingPolicyResponse
1348
1357
  * @throws OciError when an error occurs
1349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1350
1359
  */
1351
1360
  deleteRoutingPolicy(deleteRoutingPolicyRequest) {
1352
1361
  return __awaiter(this, void 0, void 0, function* () {
@@ -1411,7 +1420,7 @@ class LoadBalancerClient {
1411
1420
  * @param DeleteRuleSetRequest
1412
1421
  * @return DeleteRuleSetResponse
1413
1422
  * @throws OciError when an error occurs
1414
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1415
1424
  */
1416
1425
  deleteRuleSet(deleteRuleSetRequest) {
1417
1426
  return __awaiter(this, void 0, void 0, function* () {
@@ -1472,7 +1481,7 @@ class LoadBalancerClient {
1472
1481
  * @param DeleteSSLCipherSuiteRequest
1473
1482
  * @return DeleteSSLCipherSuiteResponse
1474
1483
  * @throws OciError when an error occurs
1475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1484
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1476
1485
  */
1477
1486
  deleteSSLCipherSuite(deleteSSLCipherSuiteRequest) {
1478
1487
  return __awaiter(this, void 0, void 0, function* () {
@@ -1533,7 +1542,7 @@ class LoadBalancerClient {
1533
1542
  * @param GetBackendRequest
1534
1543
  * @return GetBackendResponse
1535
1544
  * @throws OciError when an error occurs
1536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1537
1546
  */
1538
1547
  getBackend(getBackendRequest) {
1539
1548
  return __awaiter(this, void 0, void 0, function* () {
@@ -1599,7 +1608,7 @@ class LoadBalancerClient {
1599
1608
  * @param GetBackendHealthRequest
1600
1609
  * @return GetBackendHealthResponse
1601
1610
  * @throws OciError when an error occurs
1602
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1611
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1603
1612
  */
1604
1613
  getBackendHealth(getBackendHealthRequest) {
1605
1614
  return __awaiter(this, void 0, void 0, function* () {
@@ -1665,7 +1674,7 @@ class LoadBalancerClient {
1665
1674
  * @param GetBackendSetRequest
1666
1675
  * @return GetBackendSetResponse
1667
1676
  * @throws OciError when an error occurs
1668
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1677
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1669
1678
  */
1670
1679
  getBackendSet(getBackendSetRequest) {
1671
1680
  return __awaiter(this, void 0, void 0, function* () {
@@ -1730,7 +1739,7 @@ class LoadBalancerClient {
1730
1739
  * @param GetBackendSetHealthRequest
1731
1740
  * @return GetBackendSetHealthResponse
1732
1741
  * @throws OciError when an error occurs
1733
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1734
1743
  */
1735
1744
  getBackendSetHealth(getBackendSetHealthRequest) {
1736
1745
  return __awaiter(this, void 0, void 0, function* () {
@@ -1795,7 +1804,7 @@ class LoadBalancerClient {
1795
1804
  * @param GetHealthCheckerRequest
1796
1805
  * @return GetHealthCheckerResponse
1797
1806
  * @throws OciError when an error occurs
1798
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1807
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1799
1808
  */
1800
1809
  getHealthChecker(getHealthCheckerRequest) {
1801
1810
  return __awaiter(this, void 0, void 0, function* () {
@@ -1860,7 +1869,7 @@ class LoadBalancerClient {
1860
1869
  * @param GetHostnameRequest
1861
1870
  * @return GetHostnameResponse
1862
1871
  * @throws OciError when an error occurs
1863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1872
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1864
1873
  */
1865
1874
  getHostname(getHostnameRequest) {
1866
1875
  return __awaiter(this, void 0, void 0, function* () {
@@ -1925,7 +1934,7 @@ class LoadBalancerClient {
1925
1934
  * @param GetLoadBalancerRequest
1926
1935
  * @return GetLoadBalancerResponse
1927
1936
  * @throws OciError when an error occurs
1928
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1937
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1929
1938
  */
1930
1939
  getLoadBalancer(getLoadBalancerRequest) {
1931
1940
  return __awaiter(this, void 0, void 0, function* () {
@@ -1989,7 +1998,7 @@ class LoadBalancerClient {
1989
1998
  * @param GetLoadBalancerHealthRequest
1990
1999
  * @return GetLoadBalancerHealthResponse
1991
2000
  * @throws OciError when an error occurs
1992
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
2001
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
1993
2002
  */
1994
2003
  getLoadBalancerHealth(getLoadBalancerHealthRequest) {
1995
2004
  return __awaiter(this, void 0, void 0, function* () {
@@ -2053,7 +2062,7 @@ class LoadBalancerClient {
2053
2062
  * @param GetPathRouteSetRequest
2054
2063
  * @return GetPathRouteSetResponse
2055
2064
  * @throws OciError when an error occurs
2056
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
2065
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
2057
2066
  */
2058
2067
  getPathRouteSet(getPathRouteSetRequest) {
2059
2068
  return __awaiter(this, void 0, void 0, function* () {
@@ -2118,7 +2127,7 @@ class LoadBalancerClient {
2118
2127
  * @param GetRoutingPolicyRequest
2119
2128
  * @return GetRoutingPolicyResponse
2120
2129
  * @throws OciError when an error occurs
2121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
2130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
2122
2131
  */
2123
2132
  getRoutingPolicy(getRoutingPolicyRequest) {
2124
2133
  return __awaiter(this, void 0, void 0, function* () {
@@ -2183,7 +2192,7 @@ class LoadBalancerClient {
2183
2192
  * @param GetRuleSetRequest
2184
2193
  * @return GetRuleSetResponse
2185
2194
  * @throws OciError when an error occurs
2186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2187
2196
  */
2188
2197
  getRuleSet(getRuleSetRequest) {
2189
2198
  return __awaiter(this, void 0, void 0, function* () {
@@ -2248,7 +2257,7 @@ class LoadBalancerClient {
2248
2257
  * @param GetSSLCipherSuiteRequest
2249
2258
  * @return GetSSLCipherSuiteResponse
2250
2259
  * @throws OciError when an error occurs
2251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2252
2261
  */
2253
2262
  getSSLCipherSuite(getSSLCipherSuiteRequest) {
2254
2263
  return __awaiter(this, void 0, void 0, function* () {
@@ -2313,7 +2322,7 @@ class LoadBalancerClient {
2313
2322
  * @param GetWorkRequestRequest
2314
2323
  * @return GetWorkRequestResponse
2315
2324
  * @throws OciError when an error occurs
2316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2317
2326
  */
2318
2327
  getWorkRequest(getWorkRequestRequest) {
2319
2328
  return __awaiter(this, void 0, void 0, function* () {
@@ -2371,7 +2380,7 @@ class LoadBalancerClient {
2371
2380
  * @param ListBackendSetsRequest
2372
2381
  * @return ListBackendSetsResponse
2373
2382
  * @throws OciError when an error occurs
2374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2375
2384
  */
2376
2385
  listBackendSets(listBackendSetsRequest) {
2377
2386
  return __awaiter(this, void 0, void 0, function* () {
@@ -2435,7 +2444,7 @@ class LoadBalancerClient {
2435
2444
  * @param ListBackendsRequest
2436
2445
  * @return ListBackendsResponse
2437
2446
  * @throws OciError when an error occurs
2438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2447
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2439
2448
  */
2440
2449
  listBackends(listBackendsRequest) {
2441
2450
  return __awaiter(this, void 0, void 0, function* () {
@@ -2500,7 +2509,7 @@ class LoadBalancerClient {
2500
2509
  * @param ListCertificatesRequest
2501
2510
  * @return ListCertificatesResponse
2502
2511
  * @throws OciError when an error occurs
2503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2504
2513
  */
2505
2514
  listCertificates(listCertificatesRequest) {
2506
2515
  return __awaiter(this, void 0, void 0, function* () {
@@ -2564,7 +2573,7 @@ class LoadBalancerClient {
2564
2573
  * @param ListHostnamesRequest
2565
2574
  * @return ListHostnamesResponse
2566
2575
  * @throws OciError when an error occurs
2567
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2576
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2568
2577
  */
2569
2578
  listHostnames(listHostnamesRequest) {
2570
2579
  return __awaiter(this, void 0, void 0, function* () {
@@ -2635,7 +2644,7 @@ class LoadBalancerClient {
2635
2644
  * @param ListListenerRulesRequest
2636
2645
  * @return ListListenerRulesResponse
2637
2646
  * @throws OciError when an error occurs
2638
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2647
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2639
2648
  */
2640
2649
  listListenerRules(listListenerRulesRequest) {
2641
2650
  return __awaiter(this, void 0, void 0, function* () {
@@ -2700,7 +2709,7 @@ class LoadBalancerClient {
2700
2709
  * @param ListLoadBalancerHealthsRequest
2701
2710
  * @return ListLoadBalancerHealthsResponse
2702
2711
  * @throws OciError when an error occurs
2703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2704
2713
  */
2705
2714
  listLoadBalancerHealths(listLoadBalancerHealthsRequest) {
2706
2715
  return __awaiter(this, void 0, void 0, function* () {
@@ -2805,7 +2814,7 @@ class LoadBalancerClient {
2805
2814
  * @param ListLoadBalancersRequest
2806
2815
  * @return ListLoadBalancersResponse
2807
2816
  * @throws OciError when an error occurs
2808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2817
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2809
2818
  */
2810
2819
  listLoadBalancers(listLoadBalancersRequest) {
2811
2820
  return __awaiter(this, void 0, void 0, function* () {
@@ -2915,7 +2924,7 @@ class LoadBalancerClient {
2915
2924
  * @param ListPathRouteSetsRequest
2916
2925
  * @return ListPathRouteSetsResponse
2917
2926
  * @throws OciError when an error occurs
2918
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2927
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2919
2928
  */
2920
2929
  listPathRouteSets(listPathRouteSetsRequest) {
2921
2930
  return __awaiter(this, void 0, void 0, function* () {
@@ -2979,7 +2988,7 @@ class LoadBalancerClient {
2979
2988
  * @param ListPoliciesRequest
2980
2989
  * @return ListPoliciesResponse
2981
2990
  * @throws OciError when an error occurs
2982
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2991
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2983
2992
  */
2984
2993
  listPolicies(listPoliciesRequest) {
2985
2994
  return __awaiter(this, void 0, void 0, function* () {
@@ -3084,7 +3093,7 @@ class LoadBalancerClient {
3084
3093
  * @param ListProtocolsRequest
3085
3094
  * @return ListProtocolsResponse
3086
3095
  * @throws OciError when an error occurs
3087
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
3096
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
3088
3097
  */
3089
3098
  listProtocols(listProtocolsRequest) {
3090
3099
  return __awaiter(this, void 0, void 0, function* () {
@@ -3189,7 +3198,7 @@ class LoadBalancerClient {
3189
3198
  * @param ListRoutingPoliciesRequest
3190
3199
  * @return ListRoutingPoliciesResponse
3191
3200
  * @throws OciError when an error occurs
3192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
3201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
3193
3202
  */
3194
3203
  listRoutingPolicies(listRoutingPoliciesRequest) {
3195
3204
  return __awaiter(this, void 0, void 0, function* () {
@@ -3301,7 +3310,7 @@ class LoadBalancerClient {
3301
3310
  * @param ListRuleSetsRequest
3302
3311
  * @return ListRuleSetsResponse
3303
3312
  * @throws OciError when an error occurs
3304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3305
3314
  */
3306
3315
  listRuleSets(listRuleSetsRequest) {
3307
3316
  return __awaiter(this, void 0, void 0, function* () {
@@ -3365,7 +3374,7 @@ class LoadBalancerClient {
3365
3374
  * @param ListSSLCipherSuitesRequest
3366
3375
  * @return ListSSLCipherSuitesResponse
3367
3376
  * @throws OciError when an error occurs
3368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3369
3378
  */
3370
3379
  listSSLCipherSuites(listSSLCipherSuitesRequest) {
3371
3380
  return __awaiter(this, void 0, void 0, function* () {
@@ -3429,7 +3438,7 @@ class LoadBalancerClient {
3429
3438
  * @param ListShapesRequest
3430
3439
  * @return ListShapesResponse
3431
3440
  * @throws OciError when an error occurs
3432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3433
3442
  */
3434
3443
  listShapes(listShapesRequest) {
3435
3444
  return __awaiter(this, void 0, void 0, function* () {
@@ -3534,7 +3543,7 @@ class LoadBalancerClient {
3534
3543
  * @param ListWorkRequestsRequest
3535
3544
  * @return ListWorkRequestsResponse
3536
3545
  * @throws OciError when an error occurs
3537
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3538
3547
  */
3539
3548
  listWorkRequests(listWorkRequestsRequest) {
3540
3549
  return __awaiter(this, void 0, void 0, function* () {
@@ -3640,7 +3649,7 @@ class LoadBalancerClient {
3640
3649
  * @param UpdateBackendRequest
3641
3650
  * @return UpdateBackendResponse
3642
3651
  * @throws OciError when an error occurs
3643
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3652
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3644
3653
  */
3645
3654
  updateBackend(updateBackendRequest) {
3646
3655
  return __awaiter(this, void 0, void 0, function* () {
@@ -3704,7 +3713,7 @@ class LoadBalancerClient {
3704
3713
  * @param UpdateBackendSetRequest
3705
3714
  * @return UpdateBackendSetResponse
3706
3715
  * @throws OciError when an error occurs
3707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3716
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3708
3717
  */
3709
3718
  updateBackendSet(updateBackendSetRequest) {
3710
3719
  return __awaiter(this, void 0, void 0, function* () {
@@ -3767,7 +3776,7 @@ class LoadBalancerClient {
3767
3776
  * @param UpdateHealthCheckerRequest
3768
3777
  * @return UpdateHealthCheckerResponse
3769
3778
  * @throws OciError when an error occurs
3770
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3779
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3771
3780
  */
3772
3781
  updateHealthChecker(updateHealthCheckerRequest) {
3773
3782
  return __awaiter(this, void 0, void 0, function* () {
@@ -3832,7 +3841,7 @@ class LoadBalancerClient {
3832
3841
  * @param UpdateHostnameRequest
3833
3842
  * @return UpdateHostnameResponse
3834
3843
  * @throws OciError when an error occurs
3835
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3844
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3836
3845
  */
3837
3846
  updateHostname(updateHostnameRequest) {
3838
3847
  return __awaiter(this, void 0, void 0, function* () {
@@ -3895,7 +3904,7 @@ class LoadBalancerClient {
3895
3904
  * @param UpdateListenerRequest
3896
3905
  * @return UpdateListenerResponse
3897
3906
  * @throws OciError when an error occurs
3898
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3907
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3899
3908
  */
3900
3909
  updateListener(updateListenerRequest) {
3901
3910
  return __awaiter(this, void 0, void 0, function* () {
@@ -3958,7 +3967,7 @@ class LoadBalancerClient {
3958
3967
  * @param UpdateLoadBalancerRequest
3959
3968
  * @return UpdateLoadBalancerResponse
3960
3969
  * @throws OciError when an error occurs
3961
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3962
3971
  */
3963
3972
  updateLoadBalancer(updateLoadBalancerRequest) {
3964
3973
  return __awaiter(this, void 0, void 0, function* () {
@@ -4026,7 +4035,7 @@ class LoadBalancerClient {
4026
4035
  * @param UpdateLoadBalancerShapeRequest
4027
4036
  * @return UpdateLoadBalancerShapeResponse
4028
4037
  * @throws OciError when an error occurs
4029
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
4038
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
4030
4039
  */
4031
4040
  updateLoadBalancerShape(updateLoadBalancerShapeRequest) {
4032
4041
  return __awaiter(this, void 0, void 0, function* () {
@@ -4088,7 +4097,7 @@ class LoadBalancerClient {
4088
4097
  * @param UpdateNetworkSecurityGroupsRequest
4089
4098
  * @return UpdateNetworkSecurityGroupsResponse
4090
4099
  * @throws OciError when an error occurs
4091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
4100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
4092
4101
  */
4093
4102
  updateNetworkSecurityGroups(updateNetworkSecurityGroupsRequest) {
4094
4103
  return __awaiter(this, void 0, void 0, function* () {
@@ -4156,7 +4165,7 @@ class LoadBalancerClient {
4156
4165
  * @param UpdatePathRouteSetRequest
4157
4166
  * @return UpdatePathRouteSetResponse
4158
4167
  * @throws OciError when an error occurs
4159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
4168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
4160
4169
  */
4161
4170
  updatePathRouteSet(updatePathRouteSetRequest) {
4162
4171
  return __awaiter(this, void 0, void 0, function* () {
@@ -4223,7 +4232,7 @@ class LoadBalancerClient {
4223
4232
  * @param UpdateRoutingPolicyRequest
4224
4233
  * @return UpdateRoutingPolicyResponse
4225
4234
  * @throws OciError when an error occurs
4226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
4235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
4227
4236
  */
4228
4237
  updateRoutingPolicy(updateRoutingPolicyRequest) {
4229
4238
  return __awaiter(this, void 0, void 0, function* () {
@@ -4290,7 +4299,7 @@ class LoadBalancerClient {
4290
4299
  * @param UpdateRuleSetRequest
4291
4300
  * @return UpdateRuleSetResponse
4292
4301
  * @throws OciError when an error occurs
4293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
4302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
4294
4303
  */
4295
4304
  updateRuleSet(updateRuleSetRequest) {
4296
4305
  return __awaiter(this, void 0, void 0, function* () {
@@ -4353,7 +4362,7 @@ class LoadBalancerClient {
4353
4362
  * @param UpdateSSLCipherSuiteRequest
4354
4363
  * @return UpdateSSLCipherSuiteResponse
4355
4364
  * @throws OciError when an error occurs
4356
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4365
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4357
4366
  */
4358
4367
  updateSSLCipherSuite(updateSSLCipherSuiteRequest) {
4359
4368
  return __awaiter(this, void 0, void 0, function* () {