oci-loadbalancer 2.3.0 → 2.3.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 (64) hide show
  1. package/lib/client.d.ts +61 -61
  2. package/lib/client.js +61 -61
  3. package/lib/request/change-load-balancer-compartment-request.d.ts +1 -1
  4. package/lib/request/create-backend-request.d.ts +1 -1
  5. package/lib/request/create-backend-set-request.d.ts +1 -1
  6. package/lib/request/create-certificate-request.d.ts +1 -1
  7. package/lib/request/create-hostname-request.d.ts +1 -1
  8. package/lib/request/create-listener-request.d.ts +1 -1
  9. package/lib/request/create-load-balancer-request.d.ts +1 -1
  10. package/lib/request/create-path-route-set-request.d.ts +1 -1
  11. package/lib/request/create-routing-policy-request.d.ts +1 -1
  12. package/lib/request/create-rule-set-request.d.ts +1 -1
  13. package/lib/request/create-sslcipher-suite-request.d.ts +1 -1
  14. package/lib/request/delete-backend-request.d.ts +1 -1
  15. package/lib/request/delete-backend-set-request.d.ts +1 -1
  16. package/lib/request/delete-certificate-request.d.ts +1 -1
  17. package/lib/request/delete-hostname-request.d.ts +1 -1
  18. package/lib/request/delete-listener-request.d.ts +1 -1
  19. package/lib/request/delete-load-balancer-request.d.ts +1 -1
  20. package/lib/request/delete-path-route-set-request.d.ts +1 -1
  21. package/lib/request/delete-routing-policy-request.d.ts +1 -1
  22. package/lib/request/delete-rule-set-request.d.ts +1 -1
  23. package/lib/request/delete-sslcipher-suite-request.d.ts +1 -1
  24. package/lib/request/get-backend-health-request.d.ts +1 -1
  25. package/lib/request/get-backend-request.d.ts +1 -1
  26. package/lib/request/get-backend-set-health-request.d.ts +1 -1
  27. package/lib/request/get-backend-set-request.d.ts +1 -1
  28. package/lib/request/get-health-checker-request.d.ts +1 -1
  29. package/lib/request/get-hostname-request.d.ts +1 -1
  30. package/lib/request/get-load-balancer-health-request.d.ts +1 -1
  31. package/lib/request/get-load-balancer-request.d.ts +1 -1
  32. package/lib/request/get-path-route-set-request.d.ts +1 -1
  33. package/lib/request/get-routing-policy-request.d.ts +1 -1
  34. package/lib/request/get-rule-set-request.d.ts +1 -1
  35. package/lib/request/get-sslcipher-suite-request.d.ts +1 -1
  36. package/lib/request/get-work-request-request.d.ts +1 -1
  37. package/lib/request/list-backend-sets-request.d.ts +1 -1
  38. package/lib/request/list-backends-request.d.ts +1 -1
  39. package/lib/request/list-certificates-request.d.ts +1 -1
  40. package/lib/request/list-hostnames-request.d.ts +1 -1
  41. package/lib/request/list-listener-rules-request.d.ts +1 -1
  42. package/lib/request/list-load-balancer-healths-request.d.ts +1 -1
  43. package/lib/request/list-load-balancers-request.d.ts +1 -1
  44. package/lib/request/list-path-route-sets-request.d.ts +1 -1
  45. package/lib/request/list-policies-request.d.ts +1 -1
  46. package/lib/request/list-protocols-request.d.ts +1 -1
  47. package/lib/request/list-routing-policies-request.d.ts +1 -1
  48. package/lib/request/list-rule-sets-request.d.ts +1 -1
  49. package/lib/request/list-shapes-request.d.ts +1 -1
  50. package/lib/request/list-sslcipher-suites-request.d.ts +1 -1
  51. package/lib/request/list-work-requests-request.d.ts +1 -1
  52. package/lib/request/update-backend-request.d.ts +1 -1
  53. package/lib/request/update-backend-set-request.d.ts +1 -1
  54. package/lib/request/update-health-checker-request.d.ts +1 -1
  55. package/lib/request/update-hostname-request.d.ts +1 -1
  56. package/lib/request/update-listener-request.d.ts +1 -1
  57. package/lib/request/update-load-balancer-request.d.ts +1 -1
  58. package/lib/request/update-load-balancer-shape-request.d.ts +1 -1
  59. package/lib/request/update-network-security-groups-request.d.ts +1 -1
  60. package/lib/request/update-path-route-set-request.d.ts +1 -1
  61. package/lib/request/update-routing-policy-request.d.ts +1 -1
  62. package/lib/request/update-rule-set-request.d.ts +1 -1
  63. package/lib/request/update-sslcipher-suite-request.d.ts +1 -1
  64. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -144,7 +144,7 @@ class LoadBalancerClient {
144
144
  * @param ChangeLoadBalancerCompartmentRequest
145
145
  * @return ChangeLoadBalancerCompartmentResponse
146
146
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
148
148
  */
149
149
  changeLoadBalancerCompartment(changeLoadBalancerCompartmentRequest) {
150
150
  return __awaiter(this, void 0, void 0, function* () {
@@ -202,7 +202,7 @@ class LoadBalancerClient {
202
202
  * @param CreateBackendRequest
203
203
  * @return CreateBackendResponse
204
204
  * @throws OciError when an error occurs
205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
206
206
  */
207
207
  createBackend(createBackendRequest) {
208
208
  return __awaiter(this, void 0, void 0, function* () {
@@ -260,7 +260,7 @@ class LoadBalancerClient {
260
260
  * @param CreateBackendSetRequest
261
261
  * @return CreateBackendSetResponse
262
262
  * @throws OciError when an error occurs
263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
264
264
  */
265
265
  createBackendSet(createBackendSetRequest) {
266
266
  return __awaiter(this, void 0, void 0, function* () {
@@ -317,7 +317,7 @@ class LoadBalancerClient {
317
317
  * @param CreateCertificateRequest
318
318
  * @return CreateCertificateResponse
319
319
  * @throws OciError when an error occurs
320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
321
321
  */
322
322
  createCertificate(createCertificateRequest) {
323
323
  return __awaiter(this, void 0, void 0, function* () {
@@ -376,7 +376,7 @@ class LoadBalancerClient {
376
376
  * @param CreateHostnameRequest
377
377
  * @return CreateHostnameResponse
378
378
  * @throws OciError when an error occurs
379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
380
380
  */
381
381
  createHostname(createHostnameRequest) {
382
382
  return __awaiter(this, void 0, void 0, function* () {
@@ -433,7 +433,7 @@ class LoadBalancerClient {
433
433
  * @param CreateListenerRequest
434
434
  * @return CreateListenerResponse
435
435
  * @throws OciError when an error occurs
436
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
437
437
  */
438
438
  createListener(createListenerRequest) {
439
439
  return __awaiter(this, void 0, void 0, function* () {
@@ -517,7 +517,7 @@ class LoadBalancerClient {
517
517
  * @param CreateLoadBalancerRequest
518
518
  * @return CreateLoadBalancerResponse
519
519
  * @throws OciError when an error occurs
520
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
520
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
521
521
  */
522
522
  createLoadBalancer(createLoadBalancerRequest) {
523
523
  return __awaiter(this, void 0, void 0, function* () {
@@ -574,7 +574,7 @@ class LoadBalancerClient {
574
574
  * @param CreatePathRouteSetRequest
575
575
  * @return CreatePathRouteSetResponse
576
576
  * @throws OciError when an error occurs
577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
578
578
  */
579
579
  createPathRouteSet(createPathRouteSetRequest) {
580
580
  return __awaiter(this, void 0, void 0, function* () {
@@ -633,7 +633,7 @@ class LoadBalancerClient {
633
633
  * @param CreateRoutingPolicyRequest
634
634
  * @return CreateRoutingPolicyResponse
635
635
  * @throws OciError when an error occurs
636
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
636
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
637
637
  */
638
638
  createRoutingPolicy(createRoutingPolicyRequest) {
639
639
  return __awaiter(this, void 0, void 0, function* () {
@@ -692,7 +692,7 @@ class LoadBalancerClient {
692
692
  * @param CreateRuleSetRequest
693
693
  * @return CreateRuleSetResponse
694
694
  * @throws OciError when an error occurs
695
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
695
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
696
696
  */
697
697
  createRuleSet(createRuleSetRequest) {
698
698
  return __awaiter(this, void 0, void 0, function* () {
@@ -748,7 +748,7 @@ class LoadBalancerClient {
748
748
  * @param CreateSSLCipherSuiteRequest
749
749
  * @return CreateSSLCipherSuiteResponse
750
750
  * @throws OciError when an error occurs
751
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
751
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
752
752
  */
753
753
  createSSLCipherSuite(createSSLCipherSuiteRequest) {
754
754
  return __awaiter(this, void 0, void 0, function* () {
@@ -805,7 +805,7 @@ class LoadBalancerClient {
805
805
  * @param DeleteBackendRequest
806
806
  * @return DeleteBackendResponse
807
807
  * @throws OciError when an error occurs
808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
809
809
  */
810
810
  deleteBackend(deleteBackendRequest) {
811
811
  return __awaiter(this, void 0, void 0, function* () {
@@ -865,7 +865,7 @@ class LoadBalancerClient {
865
865
  * @param DeleteBackendSetRequest
866
866
  * @return DeleteBackendSetResponse
867
867
  * @throws OciError when an error occurs
868
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
869
869
  */
870
870
  deleteBackendSet(deleteBackendSetRequest) {
871
871
  return __awaiter(this, void 0, void 0, function* () {
@@ -921,7 +921,7 @@ class LoadBalancerClient {
921
921
  * @param DeleteCertificateRequest
922
922
  * @return DeleteCertificateResponse
923
923
  * @throws OciError when an error occurs
924
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
924
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
925
925
  */
926
926
  deleteCertificate(deleteCertificateRequest) {
927
927
  return __awaiter(this, void 0, void 0, function* () {
@@ -978,7 +978,7 @@ class LoadBalancerClient {
978
978
  * @param DeleteHostnameRequest
979
979
  * @return DeleteHostnameResponse
980
980
  * @throws OciError when an error occurs
981
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
982
982
  */
983
983
  deleteHostname(deleteHostnameRequest) {
984
984
  return __awaiter(this, void 0, void 0, function* () {
@@ -1034,7 +1034,7 @@ class LoadBalancerClient {
1034
1034
  * @param DeleteListenerRequest
1035
1035
  * @return DeleteListenerResponse
1036
1036
  * @throws OciError when an error occurs
1037
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1037
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1038
1038
  */
1039
1039
  deleteListener(deleteListenerRequest) {
1040
1040
  return __awaiter(this, void 0, void 0, function* () {
@@ -1090,7 +1090,7 @@ class LoadBalancerClient {
1090
1090
  * @param DeleteLoadBalancerRequest
1091
1091
  * @return DeleteLoadBalancerResponse
1092
1092
  * @throws OciError when an error occurs
1093
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1093
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1094
1094
  */
1095
1095
  deleteLoadBalancer(deleteLoadBalancerRequest) {
1096
1096
  return __awaiter(this, void 0, void 0, function* () {
@@ -1149,7 +1149,7 @@ class LoadBalancerClient {
1149
1149
  * @param DeletePathRouteSetRequest
1150
1150
  * @return DeletePathRouteSetResponse
1151
1151
  * @throws OciError when an error occurs
1152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1153
1153
  */
1154
1154
  deletePathRouteSet(deletePathRouteSetRequest) {
1155
1155
  return __awaiter(this, void 0, void 0, function* () {
@@ -1209,7 +1209,7 @@ class LoadBalancerClient {
1209
1209
  * @param DeleteRoutingPolicyRequest
1210
1210
  * @return DeleteRoutingPolicyResponse
1211
1211
  * @throws OciError when an error occurs
1212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1213
1213
  */
1214
1214
  deleteRoutingPolicy(deleteRoutingPolicyRequest) {
1215
1215
  return __awaiter(this, void 0, void 0, function* () {
@@ -1269,7 +1269,7 @@ class LoadBalancerClient {
1269
1269
  * @param DeleteRuleSetRequest
1270
1270
  * @return DeleteRuleSetResponse
1271
1271
  * @throws OciError when an error occurs
1272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1273
1273
  */
1274
1274
  deleteRuleSet(deleteRuleSetRequest) {
1275
1275
  return __awaiter(this, void 0, void 0, function* () {
@@ -1325,7 +1325,7 @@ class LoadBalancerClient {
1325
1325
  * @param DeleteSSLCipherSuiteRequest
1326
1326
  * @return DeleteSSLCipherSuiteResponse
1327
1327
  * @throws OciError when an error occurs
1328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1329
1329
  */
1330
1330
  deleteSSLCipherSuite(deleteSSLCipherSuiteRequest) {
1331
1331
  return __awaiter(this, void 0, void 0, function* () {
@@ -1381,7 +1381,7 @@ class LoadBalancerClient {
1381
1381
  * @param GetBackendRequest
1382
1382
  * @return GetBackendResponse
1383
1383
  * @throws OciError when an error occurs
1384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1384
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1385
1385
  */
1386
1386
  getBackend(getBackendRequest) {
1387
1387
  return __awaiter(this, void 0, void 0, function* () {
@@ -1437,7 +1437,7 @@ class LoadBalancerClient {
1437
1437
  * @param GetBackendHealthRequest
1438
1438
  * @return GetBackendHealthResponse
1439
1439
  * @throws OciError when an error occurs
1440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1441
1441
  */
1442
1442
  getBackendHealth(getBackendHealthRequest) {
1443
1443
  return __awaiter(this, void 0, void 0, function* () {
@@ -1493,7 +1493,7 @@ class LoadBalancerClient {
1493
1493
  * @param GetBackendSetRequest
1494
1494
  * @return GetBackendSetResponse
1495
1495
  * @throws OciError when an error occurs
1496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1497
1497
  */
1498
1498
  getBackendSet(getBackendSetRequest) {
1499
1499
  return __awaiter(this, void 0, void 0, function* () {
@@ -1548,7 +1548,7 @@ class LoadBalancerClient {
1548
1548
  * @param GetBackendSetHealthRequest
1549
1549
  * @return GetBackendSetHealthResponse
1550
1550
  * @throws OciError when an error occurs
1551
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1551
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1552
1552
  */
1553
1553
  getBackendSetHealth(getBackendSetHealthRequest) {
1554
1554
  return __awaiter(this, void 0, void 0, function* () {
@@ -1603,7 +1603,7 @@ class LoadBalancerClient {
1603
1603
  * @param GetHealthCheckerRequest
1604
1604
  * @return GetHealthCheckerResponse
1605
1605
  * @throws OciError when an error occurs
1606
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1607
1607
  */
1608
1608
  getHealthChecker(getHealthCheckerRequest) {
1609
1609
  return __awaiter(this, void 0, void 0, function* () {
@@ -1658,7 +1658,7 @@ class LoadBalancerClient {
1658
1658
  * @param GetHostnameRequest
1659
1659
  * @return GetHostnameResponse
1660
1660
  * @throws OciError when an error occurs
1661
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1661
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1662
1662
  */
1663
1663
  getHostname(getHostnameRequest) {
1664
1664
  return __awaiter(this, void 0, void 0, function* () {
@@ -1713,7 +1713,7 @@ class LoadBalancerClient {
1713
1713
  * @param GetLoadBalancerRequest
1714
1714
  * @return GetLoadBalancerResponse
1715
1715
  * @throws OciError when an error occurs
1716
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1716
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1717
1717
  */
1718
1718
  getLoadBalancer(getLoadBalancerRequest) {
1719
1719
  return __awaiter(this, void 0, void 0, function* () {
@@ -1767,7 +1767,7 @@ class LoadBalancerClient {
1767
1767
  * @param GetLoadBalancerHealthRequest
1768
1768
  * @return GetLoadBalancerHealthResponse
1769
1769
  * @throws OciError when an error occurs
1770
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
1770
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
1771
1771
  */
1772
1772
  getLoadBalancerHealth(getLoadBalancerHealthRequest) {
1773
1773
  return __awaiter(this, void 0, void 0, function* () {
@@ -1821,7 +1821,7 @@ class LoadBalancerClient {
1821
1821
  * @param GetPathRouteSetRequest
1822
1822
  * @return GetPathRouteSetResponse
1823
1823
  * @throws OciError when an error occurs
1824
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
1824
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
1825
1825
  */
1826
1826
  getPathRouteSet(getPathRouteSetRequest) {
1827
1827
  return __awaiter(this, void 0, void 0, function* () {
@@ -1876,7 +1876,7 @@ class LoadBalancerClient {
1876
1876
  * @param GetRoutingPolicyRequest
1877
1877
  * @return GetRoutingPolicyResponse
1878
1878
  * @throws OciError when an error occurs
1879
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
1879
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
1880
1880
  */
1881
1881
  getRoutingPolicy(getRoutingPolicyRequest) {
1882
1882
  return __awaiter(this, void 0, void 0, function* () {
@@ -1931,7 +1931,7 @@ class LoadBalancerClient {
1931
1931
  * @param GetRuleSetRequest
1932
1932
  * @return GetRuleSetResponse
1933
1933
  * @throws OciError when an error occurs
1934
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
1934
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
1935
1935
  */
1936
1936
  getRuleSet(getRuleSetRequest) {
1937
1937
  return __awaiter(this, void 0, void 0, function* () {
@@ -1986,7 +1986,7 @@ class LoadBalancerClient {
1986
1986
  * @param GetSSLCipherSuiteRequest
1987
1987
  * @return GetSSLCipherSuiteResponse
1988
1988
  * @throws OciError when an error occurs
1989
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
1989
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
1990
1990
  */
1991
1991
  getSSLCipherSuite(getSSLCipherSuiteRequest) {
1992
1992
  return __awaiter(this, void 0, void 0, function* () {
@@ -2041,7 +2041,7 @@ class LoadBalancerClient {
2041
2041
  * @param GetWorkRequestRequest
2042
2042
  * @return GetWorkRequestResponse
2043
2043
  * @throws OciError when an error occurs
2044
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2044
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2045
2045
  */
2046
2046
  getWorkRequest(getWorkRequestRequest) {
2047
2047
  return __awaiter(this, void 0, void 0, function* () {
@@ -2095,7 +2095,7 @@ class LoadBalancerClient {
2095
2095
  * @param ListBackendSetsRequest
2096
2096
  * @return ListBackendSetsResponse
2097
2097
  * @throws OciError when an error occurs
2098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2099
2099
  */
2100
2100
  listBackendSets(listBackendSetsRequest) {
2101
2101
  return __awaiter(this, void 0, void 0, function* () {
@@ -2149,7 +2149,7 @@ class LoadBalancerClient {
2149
2149
  * @param ListBackendsRequest
2150
2150
  * @return ListBackendsResponse
2151
2151
  * @throws OciError when an error occurs
2152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2153
2153
  */
2154
2154
  listBackends(listBackendsRequest) {
2155
2155
  return __awaiter(this, void 0, void 0, function* () {
@@ -2204,7 +2204,7 @@ class LoadBalancerClient {
2204
2204
  * @param ListCertificatesRequest
2205
2205
  * @return ListCertificatesResponse
2206
2206
  * @throws OciError when an error occurs
2207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2208
2208
  */
2209
2209
  listCertificates(listCertificatesRequest) {
2210
2210
  return __awaiter(this, void 0, void 0, function* () {
@@ -2258,7 +2258,7 @@ class LoadBalancerClient {
2258
2258
  * @param ListHostnamesRequest
2259
2259
  * @return ListHostnamesResponse
2260
2260
  * @throws OciError when an error occurs
2261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2262
2262
  */
2263
2263
  listHostnames(listHostnamesRequest) {
2264
2264
  return __awaiter(this, void 0, void 0, function* () {
@@ -2319,7 +2319,7 @@ class LoadBalancerClient {
2319
2319
  * @param ListListenerRulesRequest
2320
2320
  * @return ListListenerRulesResponse
2321
2321
  * @throws OciError when an error occurs
2322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2323
2323
  */
2324
2324
  listListenerRules(listListenerRulesRequest) {
2325
2325
  return __awaiter(this, void 0, void 0, function* () {
@@ -2374,7 +2374,7 @@ class LoadBalancerClient {
2374
2374
  * @param ListLoadBalancerHealthsRequest
2375
2375
  * @return ListLoadBalancerHealthsResponse
2376
2376
  * @throws OciError when an error occurs
2377
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2378
2378
  */
2379
2379
  listLoadBalancerHealths(listLoadBalancerHealthsRequest) {
2380
2380
  return __awaiter(this, void 0, void 0, function* () {
@@ -2454,7 +2454,7 @@ class LoadBalancerClient {
2454
2454
  * @param ListLoadBalancersRequest
2455
2455
  * @return ListLoadBalancersResponse
2456
2456
  * @throws OciError when an error occurs
2457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2458
2458
  */
2459
2459
  listLoadBalancers(listLoadBalancersRequest) {
2460
2460
  return __awaiter(this, void 0, void 0, function* () {
@@ -2539,7 +2539,7 @@ class LoadBalancerClient {
2539
2539
  * @param ListPathRouteSetsRequest
2540
2540
  * @return ListPathRouteSetsResponse
2541
2541
  * @throws OciError when an error occurs
2542
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2542
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2543
2543
  */
2544
2544
  listPathRouteSets(listPathRouteSetsRequest) {
2545
2545
  return __awaiter(this, void 0, void 0, function* () {
@@ -2593,7 +2593,7 @@ class LoadBalancerClient {
2593
2593
  * @param ListPoliciesRequest
2594
2594
  * @return ListPoliciesResponse
2595
2595
  * @throws OciError when an error occurs
2596
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2596
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2597
2597
  */
2598
2598
  listPolicies(listPoliciesRequest) {
2599
2599
  return __awaiter(this, void 0, void 0, function* () {
@@ -2673,7 +2673,7 @@ class LoadBalancerClient {
2673
2673
  * @param ListProtocolsRequest
2674
2674
  * @return ListProtocolsResponse
2675
2675
  * @throws OciError when an error occurs
2676
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
2676
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
2677
2677
  */
2678
2678
  listProtocols(listProtocolsRequest) {
2679
2679
  return __awaiter(this, void 0, void 0, function* () {
@@ -2753,7 +2753,7 @@ class LoadBalancerClient {
2753
2753
  * @param ListRoutingPoliciesRequest
2754
2754
  * @return ListRoutingPoliciesResponse
2755
2755
  * @throws OciError when an error occurs
2756
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
2756
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
2757
2757
  */
2758
2758
  listRoutingPolicies(listRoutingPoliciesRequest) {
2759
2759
  return __awaiter(this, void 0, void 0, function* () {
@@ -2834,7 +2834,7 @@ class LoadBalancerClient {
2834
2834
  * @param ListRuleSetsRequest
2835
2835
  * @return ListRuleSetsResponse
2836
2836
  * @throws OciError when an error occurs
2837
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
2837
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
2838
2838
  */
2839
2839
  listRuleSets(listRuleSetsRequest) {
2840
2840
  return __awaiter(this, void 0, void 0, function* () {
@@ -2888,7 +2888,7 @@ class LoadBalancerClient {
2888
2888
  * @param ListSSLCipherSuitesRequest
2889
2889
  * @return ListSSLCipherSuitesResponse
2890
2890
  * @throws OciError when an error occurs
2891
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
2891
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
2892
2892
  */
2893
2893
  listSSLCipherSuites(listSSLCipherSuitesRequest) {
2894
2894
  return __awaiter(this, void 0, void 0, function* () {
@@ -2942,7 +2942,7 @@ class LoadBalancerClient {
2942
2942
  * @param ListShapesRequest
2943
2943
  * @return ListShapesResponse
2944
2944
  * @throws OciError when an error occurs
2945
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
2945
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
2946
2946
  */
2947
2947
  listShapes(listShapesRequest) {
2948
2948
  return __awaiter(this, void 0, void 0, function* () {
@@ -3022,7 +3022,7 @@ class LoadBalancerClient {
3022
3022
  * @param ListWorkRequestsRequest
3023
3023
  * @return ListWorkRequestsResponse
3024
3024
  * @throws OciError when an error occurs
3025
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3025
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3026
3026
  */
3027
3027
  listWorkRequests(listWorkRequestsRequest) {
3028
3028
  return __awaiter(this, void 0, void 0, function* () {
@@ -3103,7 +3103,7 @@ class LoadBalancerClient {
3103
3103
  * @param UpdateBackendRequest
3104
3104
  * @return UpdateBackendResponse
3105
3105
  * @throws OciError when an error occurs
3106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3107
3107
  */
3108
3108
  updateBackend(updateBackendRequest) {
3109
3109
  return __awaiter(this, void 0, void 0, function* () {
@@ -3162,7 +3162,7 @@ class LoadBalancerClient {
3162
3162
  * @param UpdateBackendSetRequest
3163
3163
  * @return UpdateBackendSetResponse
3164
3164
  * @throws OciError when an error occurs
3165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3166
3166
  */
3167
3167
  updateBackendSet(updateBackendSetRequest) {
3168
3168
  return __awaiter(this, void 0, void 0, function* () {
@@ -3220,7 +3220,7 @@ class LoadBalancerClient {
3220
3220
  * @param UpdateHealthCheckerRequest
3221
3221
  * @return UpdateHealthCheckerResponse
3222
3222
  * @throws OciError when an error occurs
3223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3224
3224
  */
3225
3225
  updateHealthChecker(updateHealthCheckerRequest) {
3226
3226
  return __awaiter(this, void 0, void 0, function* () {
@@ -3280,7 +3280,7 @@ class LoadBalancerClient {
3280
3280
  * @param UpdateHostnameRequest
3281
3281
  * @return UpdateHostnameResponse
3282
3282
  * @throws OciError when an error occurs
3283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3284
3284
  */
3285
3285
  updateHostname(updateHostnameRequest) {
3286
3286
  return __awaiter(this, void 0, void 0, function* () {
@@ -3337,7 +3337,7 @@ class LoadBalancerClient {
3337
3337
  * @param UpdateListenerRequest
3338
3338
  * @return UpdateListenerResponse
3339
3339
  * @throws OciError when an error occurs
3340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3341
3341
  */
3342
3342
  updateListener(updateListenerRequest) {
3343
3343
  return __awaiter(this, void 0, void 0, function* () {
@@ -3395,7 +3395,7 @@ class LoadBalancerClient {
3395
3395
  * @param UpdateLoadBalancerRequest
3396
3396
  * @return UpdateLoadBalancerResponse
3397
3397
  * @throws OciError when an error occurs
3398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3399
3399
  */
3400
3400
  updateLoadBalancer(updateLoadBalancerRequest) {
3401
3401
  return __awaiter(this, void 0, void 0, function* () {
@@ -3458,7 +3458,7 @@ class LoadBalancerClient {
3458
3458
  * @param UpdateLoadBalancerShapeRequest
3459
3459
  * @return UpdateLoadBalancerShapeResponse
3460
3460
  * @throws OciError when an error occurs
3461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
3461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
3462
3462
  */
3463
3463
  updateLoadBalancerShape(updateLoadBalancerShapeRequest) {
3464
3464
  return __awaiter(this, void 0, void 0, function* () {
@@ -3515,7 +3515,7 @@ class LoadBalancerClient {
3515
3515
  * @param UpdateNetworkSecurityGroupsRequest
3516
3516
  * @return UpdateNetworkSecurityGroupsResponse
3517
3517
  * @throws OciError when an error occurs
3518
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
3518
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
3519
3519
  */
3520
3520
  updateNetworkSecurityGroups(updateNetworkSecurityGroupsRequest) {
3521
3521
  return __awaiter(this, void 0, void 0, function* () {
@@ -3578,7 +3578,7 @@ class LoadBalancerClient {
3578
3578
  * @param UpdatePathRouteSetRequest
3579
3579
  * @return UpdatePathRouteSetResponse
3580
3580
  * @throws OciError when an error occurs
3581
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
3581
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
3582
3582
  */
3583
3583
  updatePathRouteSet(updatePathRouteSetRequest) {
3584
3584
  return __awaiter(this, void 0, void 0, function* () {
@@ -3640,7 +3640,7 @@ class LoadBalancerClient {
3640
3640
  * @param UpdateRoutingPolicyRequest
3641
3641
  * @return UpdateRoutingPolicyResponse
3642
3642
  * @throws OciError when an error occurs
3643
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
3643
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
3644
3644
  */
3645
3645
  updateRoutingPolicy(updateRoutingPolicyRequest) {
3646
3646
  return __awaiter(this, void 0, void 0, function* () {
@@ -3702,7 +3702,7 @@ class LoadBalancerClient {
3702
3702
  * @param UpdateRuleSetRequest
3703
3703
  * @return UpdateRuleSetResponse
3704
3704
  * @throws OciError when an error occurs
3705
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
3705
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
3706
3706
  */
3707
3707
  updateRuleSet(updateRuleSetRequest) {
3708
3708
  return __awaiter(this, void 0, void 0, function* () {
@@ -3759,7 +3759,7 @@ class LoadBalancerClient {
3759
3759
  * @param UpdateSSLCipherSuiteRequest
3760
3760
  * @return UpdateSSLCipherSuiteResponse
3761
3761
  * @throws OciError when an error occurs
3762
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
3762
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
3763
3763
  */
3764
3764
  updateSSLCipherSuite(updateSSLCipherSuiteRequest) {
3765
3765
  return __awaiter(this, void 0, void 0, function* () {