oci-loadbalancer 2.59.0 → 2.59.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
@@ -184,7 +184,7 @@ class LoadBalancerClient {
184
184
  * @param ChangeLoadBalancerCompartmentRequest
185
185
  * @return ChangeLoadBalancerCompartmentResponse
186
186
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
188
188
  */
189
189
  changeLoadBalancerCompartment(changeLoadBalancerCompartmentRequest) {
190
190
  return __awaiter(this, void 0, void 0, function* () {
@@ -246,7 +246,7 @@ class LoadBalancerClient {
246
246
  * @param CreateBackendRequest
247
247
  * @return CreateBackendResponse
248
248
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
250
250
  */
251
251
  createBackend(createBackendRequest) {
252
252
  return __awaiter(this, void 0, void 0, function* () {
@@ -309,7 +309,7 @@ class LoadBalancerClient {
309
309
  * @param CreateBackendSetRequest
310
310
  * @return CreateBackendSetResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
313
313
  */
314
314
  createBackendSet(createBackendSetRequest) {
315
315
  return __awaiter(this, void 0, void 0, function* () {
@@ -371,7 +371,7 @@ class LoadBalancerClient {
371
371
  * @param CreateCertificateRequest
372
372
  * @return CreateCertificateResponse
373
373
  * @throws OciError when an error occurs
374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
375
375
  */
376
376
  createCertificate(createCertificateRequest) {
377
377
  return __awaiter(this, void 0, void 0, function* () {
@@ -435,7 +435,7 @@ class LoadBalancerClient {
435
435
  * @param CreateHostnameRequest
436
436
  * @return CreateHostnameResponse
437
437
  * @throws OciError when an error occurs
438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
439
439
  */
440
440
  createHostname(createHostnameRequest) {
441
441
  return __awaiter(this, void 0, void 0, function* () {
@@ -497,7 +497,7 @@ class LoadBalancerClient {
497
497
  * @param CreateListenerRequest
498
498
  * @return CreateListenerResponse
499
499
  * @throws OciError when an error occurs
500
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
501
501
  */
502
502
  createListener(createListenerRequest) {
503
503
  return __awaiter(this, void 0, void 0, function* () {
@@ -586,7 +586,7 @@ class LoadBalancerClient {
586
586
  * @param CreateLoadBalancerRequest
587
587
  * @return CreateLoadBalancerResponse
588
588
  * @throws OciError when an error occurs
589
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
589
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
590
590
  */
591
591
  createLoadBalancer(createLoadBalancerRequest) {
592
592
  return __awaiter(this, void 0, void 0, function* () {
@@ -647,7 +647,7 @@ class LoadBalancerClient {
647
647
  * @param CreatePathRouteSetRequest
648
648
  * @return CreatePathRouteSetResponse
649
649
  * @throws OciError when an error occurs
650
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
650
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
651
651
  */
652
652
  createPathRouteSet(createPathRouteSetRequest) {
653
653
  return __awaiter(this, void 0, void 0, function* () {
@@ -711,7 +711,7 @@ class LoadBalancerClient {
711
711
  * @param CreateRoutingPolicyRequest
712
712
  * @return CreateRoutingPolicyResponse
713
713
  * @throws OciError when an error occurs
714
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
714
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
715
715
  */
716
716
  createRoutingPolicy(createRoutingPolicyRequest) {
717
717
  return __awaiter(this, void 0, void 0, function* () {
@@ -775,7 +775,7 @@ class LoadBalancerClient {
775
775
  * @param CreateRuleSetRequest
776
776
  * @return CreateRuleSetResponse
777
777
  * @throws OciError when an error occurs
778
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
779
779
  */
780
780
  createRuleSet(createRuleSetRequest) {
781
781
  return __awaiter(this, void 0, void 0, function* () {
@@ -837,7 +837,7 @@ class LoadBalancerClient {
837
837
  * @param CreateSSLCipherSuiteRequest
838
838
  * @return CreateSSLCipherSuiteResponse
839
839
  * @throws OciError when an error occurs
840
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
840
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
841
841
  */
842
842
  createSSLCipherSuite(createSSLCipherSuiteRequest) {
843
843
  return __awaiter(this, void 0, void 0, function* () {
@@ -899,7 +899,7 @@ class LoadBalancerClient {
899
899
  * @param DeleteBackendRequest
900
900
  * @return DeleteBackendResponse
901
901
  * @throws OciError when an error occurs
902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
902
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
903
903
  */
904
904
  deleteBackend(deleteBackendRequest) {
905
905
  return __awaiter(this, void 0, void 0, function* () {
@@ -964,7 +964,7 @@ class LoadBalancerClient {
964
964
  * @param DeleteBackendSetRequest
965
965
  * @return DeleteBackendSetResponse
966
966
  * @throws OciError when an error occurs
967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
967
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
968
968
  */
969
969
  deleteBackendSet(deleteBackendSetRequest) {
970
970
  return __awaiter(this, void 0, void 0, function* () {
@@ -1025,7 +1025,7 @@ class LoadBalancerClient {
1025
1025
  * @param DeleteCertificateRequest
1026
1026
  * @return DeleteCertificateResponse
1027
1027
  * @throws OciError when an error occurs
1028
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
1028
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
1029
1029
  */
1030
1030
  deleteCertificate(deleteCertificateRequest) {
1031
1031
  return __awaiter(this, void 0, void 0, function* () {
@@ -1087,7 +1087,7 @@ class LoadBalancerClient {
1087
1087
  * @param DeleteHostnameRequest
1088
1088
  * @return DeleteHostnameResponse
1089
1089
  * @throws OciError when an error occurs
1090
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1090
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1091
1091
  */
1092
1092
  deleteHostname(deleteHostnameRequest) {
1093
1093
  return __awaiter(this, void 0, void 0, function* () {
@@ -1148,7 +1148,7 @@ class LoadBalancerClient {
1148
1148
  * @param DeleteListenerRequest
1149
1149
  * @return DeleteListenerResponse
1150
1150
  * @throws OciError when an error occurs
1151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1152
1152
  */
1153
1153
  deleteListener(deleteListenerRequest) {
1154
1154
  return __awaiter(this, void 0, void 0, function* () {
@@ -1209,7 +1209,7 @@ class LoadBalancerClient {
1209
1209
  * @param DeleteLoadBalancerRequest
1210
1210
  * @return DeleteLoadBalancerResponse
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.59.0/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1213
1213
  */
1214
1214
  deleteLoadBalancer(deleteLoadBalancerRequest) {
1215
1215
  return __awaiter(this, void 0, void 0, function* () {
@@ -1273,7 +1273,7 @@ class LoadBalancerClient {
1273
1273
  * @param DeletePathRouteSetRequest
1274
1274
  * @return DeletePathRouteSetResponse
1275
1275
  * @throws OciError when an error occurs
1276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1277
1277
  */
1278
1278
  deletePathRouteSet(deletePathRouteSetRequest) {
1279
1279
  return __awaiter(this, void 0, void 0, function* () {
@@ -1338,7 +1338,7 @@ class LoadBalancerClient {
1338
1338
  * @param DeleteRoutingPolicyRequest
1339
1339
  * @return DeleteRoutingPolicyResponse
1340
1340
  * @throws OciError when an error occurs
1341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1342
1342
  */
1343
1343
  deleteRoutingPolicy(deleteRoutingPolicyRequest) {
1344
1344
  return __awaiter(this, void 0, void 0, function* () {
@@ -1403,7 +1403,7 @@ class LoadBalancerClient {
1403
1403
  * @param DeleteRuleSetRequest
1404
1404
  * @return DeleteRuleSetResponse
1405
1405
  * @throws OciError when an error occurs
1406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1407
1407
  */
1408
1408
  deleteRuleSet(deleteRuleSetRequest) {
1409
1409
  return __awaiter(this, void 0, void 0, function* () {
@@ -1464,7 +1464,7 @@ class LoadBalancerClient {
1464
1464
  * @param DeleteSSLCipherSuiteRequest
1465
1465
  * @return DeleteSSLCipherSuiteResponse
1466
1466
  * @throws OciError when an error occurs
1467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1468
1468
  */
1469
1469
  deleteSSLCipherSuite(deleteSSLCipherSuiteRequest) {
1470
1470
  return __awaiter(this, void 0, void 0, function* () {
@@ -1525,7 +1525,7 @@ class LoadBalancerClient {
1525
1525
  * @param GetBackendRequest
1526
1526
  * @return GetBackendResponse
1527
1527
  * @throws OciError when an error occurs
1528
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1528
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1529
1529
  */
1530
1530
  getBackend(getBackendRequest) {
1531
1531
  return __awaiter(this, void 0, void 0, function* () {
@@ -1591,7 +1591,7 @@ class LoadBalancerClient {
1591
1591
  * @param GetBackendHealthRequest
1592
1592
  * @return GetBackendHealthResponse
1593
1593
  * @throws OciError when an error occurs
1594
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1594
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1595
1595
  */
1596
1596
  getBackendHealth(getBackendHealthRequest) {
1597
1597
  return __awaiter(this, void 0, void 0, function* () {
@@ -1657,7 +1657,7 @@ class LoadBalancerClient {
1657
1657
  * @param GetBackendSetRequest
1658
1658
  * @return GetBackendSetResponse
1659
1659
  * @throws OciError when an error occurs
1660
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1661
1661
  */
1662
1662
  getBackendSet(getBackendSetRequest) {
1663
1663
  return __awaiter(this, void 0, void 0, function* () {
@@ -1722,7 +1722,7 @@ class LoadBalancerClient {
1722
1722
  * @param GetBackendSetHealthRequest
1723
1723
  * @return GetBackendSetHealthResponse
1724
1724
  * @throws OciError when an error occurs
1725
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1725
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1726
1726
  */
1727
1727
  getBackendSetHealth(getBackendSetHealthRequest) {
1728
1728
  return __awaiter(this, void 0, void 0, function* () {
@@ -1787,7 +1787,7 @@ class LoadBalancerClient {
1787
1787
  * @param GetHealthCheckerRequest
1788
1788
  * @return GetHealthCheckerResponse
1789
1789
  * @throws OciError when an error occurs
1790
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1790
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1791
1791
  */
1792
1792
  getHealthChecker(getHealthCheckerRequest) {
1793
1793
  return __awaiter(this, void 0, void 0, function* () {
@@ -1852,7 +1852,7 @@ class LoadBalancerClient {
1852
1852
  * @param GetHostnameRequest
1853
1853
  * @return GetHostnameResponse
1854
1854
  * @throws OciError when an error occurs
1855
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1855
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1856
1856
  */
1857
1857
  getHostname(getHostnameRequest) {
1858
1858
  return __awaiter(this, void 0, void 0, function* () {
@@ -1917,7 +1917,7 @@ class LoadBalancerClient {
1917
1917
  * @param GetLoadBalancerRequest
1918
1918
  * @return GetLoadBalancerResponse
1919
1919
  * @throws OciError when an error occurs
1920
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1921
1921
  */
1922
1922
  getLoadBalancer(getLoadBalancerRequest) {
1923
1923
  return __awaiter(this, void 0, void 0, function* () {
@@ -1981,7 +1981,7 @@ class LoadBalancerClient {
1981
1981
  * @param GetLoadBalancerHealthRequest
1982
1982
  * @return GetLoadBalancerHealthResponse
1983
1983
  * @throws OciError when an error occurs
1984
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
1984
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
1985
1985
  */
1986
1986
  getLoadBalancerHealth(getLoadBalancerHealthRequest) {
1987
1987
  return __awaiter(this, void 0, void 0, function* () {
@@ -2045,7 +2045,7 @@ class LoadBalancerClient {
2045
2045
  * @param GetPathRouteSetRequest
2046
2046
  * @return GetPathRouteSetResponse
2047
2047
  * @throws OciError when an error occurs
2048
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
2048
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
2049
2049
  */
2050
2050
  getPathRouteSet(getPathRouteSetRequest) {
2051
2051
  return __awaiter(this, void 0, void 0, function* () {
@@ -2110,7 +2110,7 @@ class LoadBalancerClient {
2110
2110
  * @param GetRoutingPolicyRequest
2111
2111
  * @return GetRoutingPolicyResponse
2112
2112
  * @throws OciError when an error occurs
2113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
2113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
2114
2114
  */
2115
2115
  getRoutingPolicy(getRoutingPolicyRequest) {
2116
2116
  return __awaiter(this, void 0, void 0, function* () {
@@ -2175,7 +2175,7 @@ class LoadBalancerClient {
2175
2175
  * @param GetRuleSetRequest
2176
2176
  * @return GetRuleSetResponse
2177
2177
  * @throws OciError when an error occurs
2178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2179
2179
  */
2180
2180
  getRuleSet(getRuleSetRequest) {
2181
2181
  return __awaiter(this, void 0, void 0, function* () {
@@ -2240,7 +2240,7 @@ class LoadBalancerClient {
2240
2240
  * @param GetSSLCipherSuiteRequest
2241
2241
  * @return GetSSLCipherSuiteResponse
2242
2242
  * @throws OciError when an error occurs
2243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2244
2244
  */
2245
2245
  getSSLCipherSuite(getSSLCipherSuiteRequest) {
2246
2246
  return __awaiter(this, void 0, void 0, function* () {
@@ -2305,7 +2305,7 @@ class LoadBalancerClient {
2305
2305
  * @param GetWorkRequestRequest
2306
2306
  * @return GetWorkRequestResponse
2307
2307
  * @throws OciError when an error occurs
2308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2309
2309
  */
2310
2310
  getWorkRequest(getWorkRequestRequest) {
2311
2311
  return __awaiter(this, void 0, void 0, function* () {
@@ -2363,7 +2363,7 @@ class LoadBalancerClient {
2363
2363
  * @param ListBackendSetsRequest
2364
2364
  * @return ListBackendSetsResponse
2365
2365
  * @throws OciError when an error occurs
2366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2367
2367
  */
2368
2368
  listBackendSets(listBackendSetsRequest) {
2369
2369
  return __awaiter(this, void 0, void 0, function* () {
@@ -2427,7 +2427,7 @@ class LoadBalancerClient {
2427
2427
  * @param ListBackendsRequest
2428
2428
  * @return ListBackendsResponse
2429
2429
  * @throws OciError when an error occurs
2430
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2430
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2431
2431
  */
2432
2432
  listBackends(listBackendsRequest) {
2433
2433
  return __awaiter(this, void 0, void 0, function* () {
@@ -2492,7 +2492,7 @@ class LoadBalancerClient {
2492
2492
  * @param ListCertificatesRequest
2493
2493
  * @return ListCertificatesResponse
2494
2494
  * @throws OciError when an error occurs
2495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2495
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2496
2496
  */
2497
2497
  listCertificates(listCertificatesRequest) {
2498
2498
  return __awaiter(this, void 0, void 0, function* () {
@@ -2556,7 +2556,7 @@ class LoadBalancerClient {
2556
2556
  * @param ListHostnamesRequest
2557
2557
  * @return ListHostnamesResponse
2558
2558
  * @throws OciError when an error occurs
2559
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2560
2560
  */
2561
2561
  listHostnames(listHostnamesRequest) {
2562
2562
  return __awaiter(this, void 0, void 0, function* () {
@@ -2627,7 +2627,7 @@ class LoadBalancerClient {
2627
2627
  * @param ListListenerRulesRequest
2628
2628
  * @return ListListenerRulesResponse
2629
2629
  * @throws OciError when an error occurs
2630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2630
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2631
2631
  */
2632
2632
  listListenerRules(listListenerRulesRequest) {
2633
2633
  return __awaiter(this, void 0, void 0, function* () {
@@ -2692,7 +2692,7 @@ class LoadBalancerClient {
2692
2692
  * @param ListLoadBalancerHealthsRequest
2693
2693
  * @return ListLoadBalancerHealthsResponse
2694
2694
  * @throws OciError when an error occurs
2695
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2695
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2696
2696
  */
2697
2697
  listLoadBalancerHealths(listLoadBalancerHealthsRequest) {
2698
2698
  return __awaiter(this, void 0, void 0, function* () {
@@ -2797,7 +2797,7 @@ class LoadBalancerClient {
2797
2797
  * @param ListLoadBalancersRequest
2798
2798
  * @return ListLoadBalancersResponse
2799
2799
  * @throws OciError when an error occurs
2800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2801
2801
  */
2802
2802
  listLoadBalancers(listLoadBalancersRequest) {
2803
2803
  return __awaiter(this, void 0, void 0, function* () {
@@ -2907,7 +2907,7 @@ class LoadBalancerClient {
2907
2907
  * @param ListPathRouteSetsRequest
2908
2908
  * @return ListPathRouteSetsResponse
2909
2909
  * @throws OciError when an error occurs
2910
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2910
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2911
2911
  */
2912
2912
  listPathRouteSets(listPathRouteSetsRequest) {
2913
2913
  return __awaiter(this, void 0, void 0, function* () {
@@ -2971,7 +2971,7 @@ class LoadBalancerClient {
2971
2971
  * @param ListPoliciesRequest
2972
2972
  * @return ListPoliciesResponse
2973
2973
  * @throws OciError when an error occurs
2974
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2974
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2975
2975
  */
2976
2976
  listPolicies(listPoliciesRequest) {
2977
2977
  return __awaiter(this, void 0, void 0, function* () {
@@ -3076,7 +3076,7 @@ class LoadBalancerClient {
3076
3076
  * @param ListProtocolsRequest
3077
3077
  * @return ListProtocolsResponse
3078
3078
  * @throws OciError when an error occurs
3079
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
3079
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
3080
3080
  */
3081
3081
  listProtocols(listProtocolsRequest) {
3082
3082
  return __awaiter(this, void 0, void 0, function* () {
@@ -3181,7 +3181,7 @@ class LoadBalancerClient {
3181
3181
  * @param ListRoutingPoliciesRequest
3182
3182
  * @return ListRoutingPoliciesResponse
3183
3183
  * @throws OciError when an error occurs
3184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
3184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
3185
3185
  */
3186
3186
  listRoutingPolicies(listRoutingPoliciesRequest) {
3187
3187
  return __awaiter(this, void 0, void 0, function* () {
@@ -3293,7 +3293,7 @@ class LoadBalancerClient {
3293
3293
  * @param ListRuleSetsRequest
3294
3294
  * @return ListRuleSetsResponse
3295
3295
  * @throws OciError when an error occurs
3296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3297
3297
  */
3298
3298
  listRuleSets(listRuleSetsRequest) {
3299
3299
  return __awaiter(this, void 0, void 0, function* () {
@@ -3357,7 +3357,7 @@ class LoadBalancerClient {
3357
3357
  * @param ListSSLCipherSuitesRequest
3358
3358
  * @return ListSSLCipherSuitesResponse
3359
3359
  * @throws OciError when an error occurs
3360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3361
3361
  */
3362
3362
  listSSLCipherSuites(listSSLCipherSuitesRequest) {
3363
3363
  return __awaiter(this, void 0, void 0, function* () {
@@ -3421,7 +3421,7 @@ class LoadBalancerClient {
3421
3421
  * @param ListShapesRequest
3422
3422
  * @return ListShapesResponse
3423
3423
  * @throws OciError when an error occurs
3424
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3424
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3425
3425
  */
3426
3426
  listShapes(listShapesRequest) {
3427
3427
  return __awaiter(this, void 0, void 0, function* () {
@@ -3526,7 +3526,7 @@ class LoadBalancerClient {
3526
3526
  * @param ListWorkRequestsRequest
3527
3527
  * @return ListWorkRequestsResponse
3528
3528
  * @throws OciError when an error occurs
3529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3530
3530
  */
3531
3531
  listWorkRequests(listWorkRequestsRequest) {
3532
3532
  return __awaiter(this, void 0, void 0, function* () {
@@ -3632,7 +3632,7 @@ class LoadBalancerClient {
3632
3632
  * @param UpdateBackendRequest
3633
3633
  * @return UpdateBackendResponse
3634
3634
  * @throws OciError when an error occurs
3635
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3636
3636
  */
3637
3637
  updateBackend(updateBackendRequest) {
3638
3638
  return __awaiter(this, void 0, void 0, function* () {
@@ -3696,7 +3696,7 @@ class LoadBalancerClient {
3696
3696
  * @param UpdateBackendSetRequest
3697
3697
  * @return UpdateBackendSetResponse
3698
3698
  * @throws OciError when an error occurs
3699
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3699
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3700
3700
  */
3701
3701
  updateBackendSet(updateBackendSetRequest) {
3702
3702
  return __awaiter(this, void 0, void 0, function* () {
@@ -3759,7 +3759,7 @@ class LoadBalancerClient {
3759
3759
  * @param UpdateHealthCheckerRequest
3760
3760
  * @return UpdateHealthCheckerResponse
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.59.0/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3762
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3763
3763
  */
3764
3764
  updateHealthChecker(updateHealthCheckerRequest) {
3765
3765
  return __awaiter(this, void 0, void 0, function* () {
@@ -3824,7 +3824,7 @@ class LoadBalancerClient {
3824
3824
  * @param UpdateHostnameRequest
3825
3825
  * @return UpdateHostnameResponse
3826
3826
  * @throws OciError when an error occurs
3827
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3827
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3828
3828
  */
3829
3829
  updateHostname(updateHostnameRequest) {
3830
3830
  return __awaiter(this, void 0, void 0, function* () {
@@ -3887,7 +3887,7 @@ class LoadBalancerClient {
3887
3887
  * @param UpdateListenerRequest
3888
3888
  * @return UpdateListenerResponse
3889
3889
  * @throws OciError when an error occurs
3890
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3890
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3891
3891
  */
3892
3892
  updateListener(updateListenerRequest) {
3893
3893
  return __awaiter(this, void 0, void 0, function* () {
@@ -3950,7 +3950,7 @@ class LoadBalancerClient {
3950
3950
  * @param UpdateLoadBalancerRequest
3951
3951
  * @return UpdateLoadBalancerResponse
3952
3952
  * @throws OciError when an error occurs
3953
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3953
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3954
3954
  */
3955
3955
  updateLoadBalancer(updateLoadBalancerRequest) {
3956
3956
  return __awaiter(this, void 0, void 0, function* () {
@@ -4018,7 +4018,7 @@ class LoadBalancerClient {
4018
4018
  * @param UpdateLoadBalancerShapeRequest
4019
4019
  * @return UpdateLoadBalancerShapeResponse
4020
4020
  * @throws OciError when an error occurs
4021
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
4021
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
4022
4022
  */
4023
4023
  updateLoadBalancerShape(updateLoadBalancerShapeRequest) {
4024
4024
  return __awaiter(this, void 0, void 0, function* () {
@@ -4080,7 +4080,7 @@ class LoadBalancerClient {
4080
4080
  * @param UpdateNetworkSecurityGroupsRequest
4081
4081
  * @return UpdateNetworkSecurityGroupsResponse
4082
4082
  * @throws OciError when an error occurs
4083
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
4083
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
4084
4084
  */
4085
4085
  updateNetworkSecurityGroups(updateNetworkSecurityGroupsRequest) {
4086
4086
  return __awaiter(this, void 0, void 0, function* () {
@@ -4148,7 +4148,7 @@ class LoadBalancerClient {
4148
4148
  * @param UpdatePathRouteSetRequest
4149
4149
  * @return UpdatePathRouteSetResponse
4150
4150
  * @throws OciError when an error occurs
4151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
4151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
4152
4152
  */
4153
4153
  updatePathRouteSet(updatePathRouteSetRequest) {
4154
4154
  return __awaiter(this, void 0, void 0, function* () {
@@ -4215,7 +4215,7 @@ class LoadBalancerClient {
4215
4215
  * @param UpdateRoutingPolicyRequest
4216
4216
  * @return UpdateRoutingPolicyResponse
4217
4217
  * @throws OciError when an error occurs
4218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
4218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
4219
4219
  */
4220
4220
  updateRoutingPolicy(updateRoutingPolicyRequest) {
4221
4221
  return __awaiter(this, void 0, void 0, function* () {
@@ -4282,7 +4282,7 @@ class LoadBalancerClient {
4282
4282
  * @param UpdateRuleSetRequest
4283
4283
  * @return UpdateRuleSetResponse
4284
4284
  * @throws OciError when an error occurs
4285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
4285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
4286
4286
  */
4287
4287
  updateRuleSet(updateRuleSetRequest) {
4288
4288
  return __awaiter(this, void 0, void 0, function* () {
@@ -4345,7 +4345,7 @@ class LoadBalancerClient {
4345
4345
  * @param UpdateSSLCipherSuiteRequest
4346
4346
  * @return UpdateSSLCipherSuiteResponse
4347
4347
  * @throws OciError when an error occurs
4348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4349
4349
  */
4350
4350
  updateSSLCipherSuite(updateSSLCipherSuiteRequest) {
4351
4351
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartmentRequest.
17
17
  */
18
18
  export interface ChangeLoadBalancerCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackendRequest.
17
17
  */
18
18
  export interface CreateBackendRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSetRequest.
17
17
  */
18
18
  export interface CreateBackendSetRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
17
17
  */
18
18
  export interface CreateCertificateRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostnameRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostnameRequest.
17
17
  */
18
18
  export interface CreateHostnameRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListenerRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListenerRequest.
17
17
  */
18
18
  export interface CreateListenerRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancerRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancerRequest.
17
17
  */
18
18
  export interface CreateLoadBalancerRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSetRequest.
17
17
  */
18
18
  export interface CreatePathRouteSetRequest extends common.BaseRequest {
19
19
  /**