oci-loadbalancer 2.70.0 → 2.70.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
@@ -188,7 +188,7 @@ class LoadBalancerClient {
188
188
  * @param ChangeLoadBalancerCompartmentRequest
189
189
  * @return ChangeLoadBalancerCompartmentResponse
190
190
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
192
192
  */
193
193
  changeLoadBalancerCompartment(changeLoadBalancerCompartmentRequest) {
194
194
  return __awaiter(this, void 0, void 0, function* () {
@@ -250,7 +250,7 @@ class LoadBalancerClient {
250
250
  * @param CreateBackendRequest
251
251
  * @return CreateBackendResponse
252
252
  * @throws OciError when an error occurs
253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
254
254
  */
255
255
  createBackend(createBackendRequest) {
256
256
  return __awaiter(this, void 0, void 0, function* () {
@@ -313,7 +313,7 @@ class LoadBalancerClient {
313
313
  * @param CreateBackendSetRequest
314
314
  * @return CreateBackendSetResponse
315
315
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
317
317
  */
318
318
  createBackendSet(createBackendSetRequest) {
319
319
  return __awaiter(this, void 0, void 0, function* () {
@@ -375,7 +375,7 @@ class LoadBalancerClient {
375
375
  * @param CreateCertificateRequest
376
376
  * @return CreateCertificateResponse
377
377
  * @throws OciError when an error occurs
378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
379
379
  */
380
380
  createCertificate(createCertificateRequest) {
381
381
  return __awaiter(this, void 0, void 0, function* () {
@@ -439,7 +439,7 @@ class LoadBalancerClient {
439
439
  * @param CreateHostnameRequest
440
440
  * @return CreateHostnameResponse
441
441
  * @throws OciError when an error occurs
442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
443
443
  */
444
444
  createHostname(createHostnameRequest) {
445
445
  return __awaiter(this, void 0, void 0, function* () {
@@ -501,7 +501,7 @@ class LoadBalancerClient {
501
501
  * @param CreateListenerRequest
502
502
  * @return CreateListenerResponse
503
503
  * @throws OciError when an error occurs
504
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
504
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
505
505
  */
506
506
  createListener(createListenerRequest) {
507
507
  return __awaiter(this, void 0, void 0, function* () {
@@ -590,7 +590,7 @@ class LoadBalancerClient {
590
590
  * @param CreateLoadBalancerRequest
591
591
  * @return CreateLoadBalancerResponse
592
592
  * @throws OciError when an error occurs
593
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
593
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
594
594
  */
595
595
  createLoadBalancer(createLoadBalancerRequest) {
596
596
  return __awaiter(this, void 0, void 0, function* () {
@@ -651,7 +651,7 @@ class LoadBalancerClient {
651
651
  * @param CreatePathRouteSetRequest
652
652
  * @return CreatePathRouteSetResponse
653
653
  * @throws OciError when an error occurs
654
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
654
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
655
655
  */
656
656
  createPathRouteSet(createPathRouteSetRequest) {
657
657
  return __awaiter(this, void 0, void 0, function* () {
@@ -715,7 +715,7 @@ class LoadBalancerClient {
715
715
  * @param CreateRoutingPolicyRequest
716
716
  * @return CreateRoutingPolicyResponse
717
717
  * @throws OciError when an error occurs
718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
718
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
719
719
  */
720
720
  createRoutingPolicy(createRoutingPolicyRequest) {
721
721
  return __awaiter(this, void 0, void 0, function* () {
@@ -779,7 +779,7 @@ class LoadBalancerClient {
779
779
  * @param CreateRuleSetRequest
780
780
  * @return CreateRuleSetResponse
781
781
  * @throws OciError when an error occurs
782
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
783
783
  */
784
784
  createRuleSet(createRuleSetRequest) {
785
785
  return __awaiter(this, void 0, void 0, function* () {
@@ -841,7 +841,7 @@ class LoadBalancerClient {
841
841
  * @param CreateSSLCipherSuiteRequest
842
842
  * @return CreateSSLCipherSuiteResponse
843
843
  * @throws OciError when an error occurs
844
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
844
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
845
845
  */
846
846
  createSSLCipherSuite(createSSLCipherSuiteRequest) {
847
847
  return __awaiter(this, void 0, void 0, function* () {
@@ -903,7 +903,7 @@ class LoadBalancerClient {
903
903
  * @param DeleteBackendRequest
904
904
  * @return DeleteBackendResponse
905
905
  * @throws OciError when an error occurs
906
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
906
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
907
907
  */
908
908
  deleteBackend(deleteBackendRequest) {
909
909
  return __awaiter(this, void 0, void 0, function* () {
@@ -968,7 +968,7 @@ class LoadBalancerClient {
968
968
  * @param DeleteBackendSetRequest
969
969
  * @return DeleteBackendSetResponse
970
970
  * @throws OciError when an error occurs
971
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
972
972
  */
973
973
  deleteBackendSet(deleteBackendSetRequest) {
974
974
  return __awaiter(this, void 0, void 0, function* () {
@@ -1029,7 +1029,7 @@ class LoadBalancerClient {
1029
1029
  * @param DeleteCertificateRequest
1030
1030
  * @return DeleteCertificateResponse
1031
1031
  * @throws OciError when an error occurs
1032
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
1032
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
1033
1033
  */
1034
1034
  deleteCertificate(deleteCertificateRequest) {
1035
1035
  return __awaiter(this, void 0, void 0, function* () {
@@ -1091,7 +1091,7 @@ class LoadBalancerClient {
1091
1091
  * @param DeleteHostnameRequest
1092
1092
  * @return DeleteHostnameResponse
1093
1093
  * @throws OciError when an error occurs
1094
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1094
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1095
1095
  */
1096
1096
  deleteHostname(deleteHostnameRequest) {
1097
1097
  return __awaiter(this, void 0, void 0, function* () {
@@ -1152,7 +1152,7 @@ class LoadBalancerClient {
1152
1152
  * @param DeleteListenerRequest
1153
1153
  * @return DeleteListenerResponse
1154
1154
  * @throws OciError when an error occurs
1155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1156
1156
  */
1157
1157
  deleteListener(deleteListenerRequest) {
1158
1158
  return __awaiter(this, void 0, void 0, function* () {
@@ -1213,7 +1213,7 @@ class LoadBalancerClient {
1213
1213
  * @param DeleteLoadBalancerRequest
1214
1214
  * @return DeleteLoadBalancerResponse
1215
1215
  * @throws OciError when an error occurs
1216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1217
1217
  */
1218
1218
  deleteLoadBalancer(deleteLoadBalancerRequest) {
1219
1219
  return __awaiter(this, void 0, void 0, function* () {
@@ -1277,7 +1277,7 @@ class LoadBalancerClient {
1277
1277
  * @param DeletePathRouteSetRequest
1278
1278
  * @return DeletePathRouteSetResponse
1279
1279
  * @throws OciError when an error occurs
1280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1281
1281
  */
1282
1282
  deletePathRouteSet(deletePathRouteSetRequest) {
1283
1283
  return __awaiter(this, void 0, void 0, function* () {
@@ -1342,7 +1342,7 @@ class LoadBalancerClient {
1342
1342
  * @param DeleteRoutingPolicyRequest
1343
1343
  * @return DeleteRoutingPolicyResponse
1344
1344
  * @throws OciError when an error occurs
1345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1346
1346
  */
1347
1347
  deleteRoutingPolicy(deleteRoutingPolicyRequest) {
1348
1348
  return __awaiter(this, void 0, void 0, function* () {
@@ -1407,7 +1407,7 @@ class LoadBalancerClient {
1407
1407
  * @param DeleteRuleSetRequest
1408
1408
  * @return DeleteRuleSetResponse
1409
1409
  * @throws OciError when an error occurs
1410
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1410
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1411
1411
  */
1412
1412
  deleteRuleSet(deleteRuleSetRequest) {
1413
1413
  return __awaiter(this, void 0, void 0, function* () {
@@ -1468,7 +1468,7 @@ class LoadBalancerClient {
1468
1468
  * @param DeleteSSLCipherSuiteRequest
1469
1469
  * @return DeleteSSLCipherSuiteResponse
1470
1470
  * @throws OciError when an error occurs
1471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1472
1472
  */
1473
1473
  deleteSSLCipherSuite(deleteSSLCipherSuiteRequest) {
1474
1474
  return __awaiter(this, void 0, void 0, function* () {
@@ -1529,7 +1529,7 @@ class LoadBalancerClient {
1529
1529
  * @param GetBackendRequest
1530
1530
  * @return GetBackendResponse
1531
1531
  * @throws OciError when an error occurs
1532
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1532
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1533
1533
  */
1534
1534
  getBackend(getBackendRequest) {
1535
1535
  return __awaiter(this, void 0, void 0, function* () {
@@ -1595,7 +1595,7 @@ class LoadBalancerClient {
1595
1595
  * @param GetBackendHealthRequest
1596
1596
  * @return GetBackendHealthResponse
1597
1597
  * @throws OciError when an error occurs
1598
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1598
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1599
1599
  */
1600
1600
  getBackendHealth(getBackendHealthRequest) {
1601
1601
  return __awaiter(this, void 0, void 0, function* () {
@@ -1661,7 +1661,7 @@ class LoadBalancerClient {
1661
1661
  * @param GetBackendSetRequest
1662
1662
  * @return GetBackendSetResponse
1663
1663
  * @throws OciError when an error occurs
1664
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1664
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1665
1665
  */
1666
1666
  getBackendSet(getBackendSetRequest) {
1667
1667
  return __awaiter(this, void 0, void 0, function* () {
@@ -1726,7 +1726,7 @@ class LoadBalancerClient {
1726
1726
  * @param GetBackendSetHealthRequest
1727
1727
  * @return GetBackendSetHealthResponse
1728
1728
  * @throws OciError when an error occurs
1729
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1729
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1730
1730
  */
1731
1731
  getBackendSetHealth(getBackendSetHealthRequest) {
1732
1732
  return __awaiter(this, void 0, void 0, function* () {
@@ -1791,7 +1791,7 @@ class LoadBalancerClient {
1791
1791
  * @param GetHealthCheckerRequest
1792
1792
  * @return GetHealthCheckerResponse
1793
1793
  * @throws OciError when an error occurs
1794
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1794
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1795
1795
  */
1796
1796
  getHealthChecker(getHealthCheckerRequest) {
1797
1797
  return __awaiter(this, void 0, void 0, function* () {
@@ -1856,7 +1856,7 @@ class LoadBalancerClient {
1856
1856
  * @param GetHostnameRequest
1857
1857
  * @return GetHostnameResponse
1858
1858
  * @throws OciError when an error occurs
1859
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1859
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1860
1860
  */
1861
1861
  getHostname(getHostnameRequest) {
1862
1862
  return __awaiter(this, void 0, void 0, function* () {
@@ -1921,7 +1921,7 @@ class LoadBalancerClient {
1921
1921
  * @param GetLoadBalancerRequest
1922
1922
  * @return GetLoadBalancerResponse
1923
1923
  * @throws OciError when an error occurs
1924
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1924
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1925
1925
  */
1926
1926
  getLoadBalancer(getLoadBalancerRequest) {
1927
1927
  return __awaiter(this, void 0, void 0, function* () {
@@ -1985,7 +1985,7 @@ class LoadBalancerClient {
1985
1985
  * @param GetLoadBalancerHealthRequest
1986
1986
  * @return GetLoadBalancerHealthResponse
1987
1987
  * @throws OciError when an error occurs
1988
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
1988
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
1989
1989
  */
1990
1990
  getLoadBalancerHealth(getLoadBalancerHealthRequest) {
1991
1991
  return __awaiter(this, void 0, void 0, function* () {
@@ -2049,7 +2049,7 @@ class LoadBalancerClient {
2049
2049
  * @param GetPathRouteSetRequest
2050
2050
  * @return GetPathRouteSetResponse
2051
2051
  * @throws OciError when an error occurs
2052
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
2052
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
2053
2053
  */
2054
2054
  getPathRouteSet(getPathRouteSetRequest) {
2055
2055
  return __awaiter(this, void 0, void 0, function* () {
@@ -2114,7 +2114,7 @@ class LoadBalancerClient {
2114
2114
  * @param GetRoutingPolicyRequest
2115
2115
  * @return GetRoutingPolicyResponse
2116
2116
  * @throws OciError when an error occurs
2117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
2117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
2118
2118
  */
2119
2119
  getRoutingPolicy(getRoutingPolicyRequest) {
2120
2120
  return __awaiter(this, void 0, void 0, function* () {
@@ -2179,7 +2179,7 @@ class LoadBalancerClient {
2179
2179
  * @param GetRuleSetRequest
2180
2180
  * @return GetRuleSetResponse
2181
2181
  * @throws OciError when an error occurs
2182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2183
2183
  */
2184
2184
  getRuleSet(getRuleSetRequest) {
2185
2185
  return __awaiter(this, void 0, void 0, function* () {
@@ -2244,7 +2244,7 @@ class LoadBalancerClient {
2244
2244
  * @param GetSSLCipherSuiteRequest
2245
2245
  * @return GetSSLCipherSuiteResponse
2246
2246
  * @throws OciError when an error occurs
2247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2248
2248
  */
2249
2249
  getSSLCipherSuite(getSSLCipherSuiteRequest) {
2250
2250
  return __awaiter(this, void 0, void 0, function* () {
@@ -2309,7 +2309,7 @@ class LoadBalancerClient {
2309
2309
  * @param GetWorkRequestRequest
2310
2310
  * @return GetWorkRequestResponse
2311
2311
  * @throws OciError when an error occurs
2312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2313
2313
  */
2314
2314
  getWorkRequest(getWorkRequestRequest) {
2315
2315
  return __awaiter(this, void 0, void 0, function* () {
@@ -2367,7 +2367,7 @@ class LoadBalancerClient {
2367
2367
  * @param ListBackendSetsRequest
2368
2368
  * @return ListBackendSetsResponse
2369
2369
  * @throws OciError when an error occurs
2370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2371
2371
  */
2372
2372
  listBackendSets(listBackendSetsRequest) {
2373
2373
  return __awaiter(this, void 0, void 0, function* () {
@@ -2431,7 +2431,7 @@ class LoadBalancerClient {
2431
2431
  * @param ListBackendsRequest
2432
2432
  * @return ListBackendsResponse
2433
2433
  * @throws OciError when an error occurs
2434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2434
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2435
2435
  */
2436
2436
  listBackends(listBackendsRequest) {
2437
2437
  return __awaiter(this, void 0, void 0, function* () {
@@ -2496,7 +2496,7 @@ class LoadBalancerClient {
2496
2496
  * @param ListCertificatesRequest
2497
2497
  * @return ListCertificatesResponse
2498
2498
  * @throws OciError when an error occurs
2499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2500
2500
  */
2501
2501
  listCertificates(listCertificatesRequest) {
2502
2502
  return __awaiter(this, void 0, void 0, function* () {
@@ -2560,7 +2560,7 @@ class LoadBalancerClient {
2560
2560
  * @param ListHostnamesRequest
2561
2561
  * @return ListHostnamesResponse
2562
2562
  * @throws OciError when an error occurs
2563
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2563
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2564
2564
  */
2565
2565
  listHostnames(listHostnamesRequest) {
2566
2566
  return __awaiter(this, void 0, void 0, function* () {
@@ -2631,7 +2631,7 @@ class LoadBalancerClient {
2631
2631
  * @param ListListenerRulesRequest
2632
2632
  * @return ListListenerRulesResponse
2633
2633
  * @throws OciError when an error occurs
2634
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2634
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2635
2635
  */
2636
2636
  listListenerRules(listListenerRulesRequest) {
2637
2637
  return __awaiter(this, void 0, void 0, function* () {
@@ -2696,7 +2696,7 @@ class LoadBalancerClient {
2696
2696
  * @param ListLoadBalancerHealthsRequest
2697
2697
  * @return ListLoadBalancerHealthsResponse
2698
2698
  * @throws OciError when an error occurs
2699
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2699
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2700
2700
  */
2701
2701
  listLoadBalancerHealths(listLoadBalancerHealthsRequest) {
2702
2702
  return __awaiter(this, void 0, void 0, function* () {
@@ -2801,7 +2801,7 @@ class LoadBalancerClient {
2801
2801
  * @param ListLoadBalancersRequest
2802
2802
  * @return ListLoadBalancersResponse
2803
2803
  * @throws OciError when an error occurs
2804
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2804
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2805
2805
  */
2806
2806
  listLoadBalancers(listLoadBalancersRequest) {
2807
2807
  return __awaiter(this, void 0, void 0, function* () {
@@ -2911,7 +2911,7 @@ class LoadBalancerClient {
2911
2911
  * @param ListPathRouteSetsRequest
2912
2912
  * @return ListPathRouteSetsResponse
2913
2913
  * @throws OciError when an error occurs
2914
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2914
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2915
2915
  */
2916
2916
  listPathRouteSets(listPathRouteSetsRequest) {
2917
2917
  return __awaiter(this, void 0, void 0, function* () {
@@ -2975,7 +2975,7 @@ class LoadBalancerClient {
2975
2975
  * @param ListPoliciesRequest
2976
2976
  * @return ListPoliciesResponse
2977
2977
  * @throws OciError when an error occurs
2978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2978
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2979
2979
  */
2980
2980
  listPolicies(listPoliciesRequest) {
2981
2981
  return __awaiter(this, void 0, void 0, function* () {
@@ -3080,7 +3080,7 @@ class LoadBalancerClient {
3080
3080
  * @param ListProtocolsRequest
3081
3081
  * @return ListProtocolsResponse
3082
3082
  * @throws OciError when an error occurs
3083
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
3083
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
3084
3084
  */
3085
3085
  listProtocols(listProtocolsRequest) {
3086
3086
  return __awaiter(this, void 0, void 0, function* () {
@@ -3185,7 +3185,7 @@ class LoadBalancerClient {
3185
3185
  * @param ListRoutingPoliciesRequest
3186
3186
  * @return ListRoutingPoliciesResponse
3187
3187
  * @throws OciError when an error occurs
3188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
3188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
3189
3189
  */
3190
3190
  listRoutingPolicies(listRoutingPoliciesRequest) {
3191
3191
  return __awaiter(this, void 0, void 0, function* () {
@@ -3297,7 +3297,7 @@ class LoadBalancerClient {
3297
3297
  * @param ListRuleSetsRequest
3298
3298
  * @return ListRuleSetsResponse
3299
3299
  * @throws OciError when an error occurs
3300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3301
3301
  */
3302
3302
  listRuleSets(listRuleSetsRequest) {
3303
3303
  return __awaiter(this, void 0, void 0, function* () {
@@ -3361,7 +3361,7 @@ class LoadBalancerClient {
3361
3361
  * @param ListSSLCipherSuitesRequest
3362
3362
  * @return ListSSLCipherSuitesResponse
3363
3363
  * @throws OciError when an error occurs
3364
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3365
3365
  */
3366
3366
  listSSLCipherSuites(listSSLCipherSuitesRequest) {
3367
3367
  return __awaiter(this, void 0, void 0, function* () {
@@ -3425,7 +3425,7 @@ class LoadBalancerClient {
3425
3425
  * @param ListShapesRequest
3426
3426
  * @return ListShapesResponse
3427
3427
  * @throws OciError when an error occurs
3428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3429
3429
  */
3430
3430
  listShapes(listShapesRequest) {
3431
3431
  return __awaiter(this, void 0, void 0, function* () {
@@ -3530,7 +3530,7 @@ class LoadBalancerClient {
3530
3530
  * @param ListWorkRequestsRequest
3531
3531
  * @return ListWorkRequestsResponse
3532
3532
  * @throws OciError when an error occurs
3533
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3534
3534
  */
3535
3535
  listWorkRequests(listWorkRequestsRequest) {
3536
3536
  return __awaiter(this, void 0, void 0, function* () {
@@ -3636,7 +3636,7 @@ class LoadBalancerClient {
3636
3636
  * @param UpdateBackendRequest
3637
3637
  * @return UpdateBackendResponse
3638
3638
  * @throws OciError when an error occurs
3639
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3639
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3640
3640
  */
3641
3641
  updateBackend(updateBackendRequest) {
3642
3642
  return __awaiter(this, void 0, void 0, function* () {
@@ -3700,7 +3700,7 @@ class LoadBalancerClient {
3700
3700
  * @param UpdateBackendSetRequest
3701
3701
  * @return UpdateBackendSetResponse
3702
3702
  * @throws OciError when an error occurs
3703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3704
3704
  */
3705
3705
  updateBackendSet(updateBackendSetRequest) {
3706
3706
  return __awaiter(this, void 0, void 0, function* () {
@@ -3763,7 +3763,7 @@ class LoadBalancerClient {
3763
3763
  * @param UpdateHealthCheckerRequest
3764
3764
  * @return UpdateHealthCheckerResponse
3765
3765
  * @throws OciError when an error occurs
3766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3766
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3767
3767
  */
3768
3768
  updateHealthChecker(updateHealthCheckerRequest) {
3769
3769
  return __awaiter(this, void 0, void 0, function* () {
@@ -3828,7 +3828,7 @@ class LoadBalancerClient {
3828
3828
  * @param UpdateHostnameRequest
3829
3829
  * @return UpdateHostnameResponse
3830
3830
  * @throws OciError when an error occurs
3831
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3831
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3832
3832
  */
3833
3833
  updateHostname(updateHostnameRequest) {
3834
3834
  return __awaiter(this, void 0, void 0, function* () {
@@ -3891,7 +3891,7 @@ class LoadBalancerClient {
3891
3891
  * @param UpdateListenerRequest
3892
3892
  * @return UpdateListenerResponse
3893
3893
  * @throws OciError when an error occurs
3894
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3894
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3895
3895
  */
3896
3896
  updateListener(updateListenerRequest) {
3897
3897
  return __awaiter(this, void 0, void 0, function* () {
@@ -3954,7 +3954,7 @@ class LoadBalancerClient {
3954
3954
  * @param UpdateLoadBalancerRequest
3955
3955
  * @return UpdateLoadBalancerResponse
3956
3956
  * @throws OciError when an error occurs
3957
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3957
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3958
3958
  */
3959
3959
  updateLoadBalancer(updateLoadBalancerRequest) {
3960
3960
  return __awaiter(this, void 0, void 0, function* () {
@@ -4022,7 +4022,7 @@ class LoadBalancerClient {
4022
4022
  * @param UpdateLoadBalancerShapeRequest
4023
4023
  * @return UpdateLoadBalancerShapeResponse
4024
4024
  * @throws OciError when an error occurs
4025
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
4025
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
4026
4026
  */
4027
4027
  updateLoadBalancerShape(updateLoadBalancerShapeRequest) {
4028
4028
  return __awaiter(this, void 0, void 0, function* () {
@@ -4084,7 +4084,7 @@ class LoadBalancerClient {
4084
4084
  * @param UpdateNetworkSecurityGroupsRequest
4085
4085
  * @return UpdateNetworkSecurityGroupsResponse
4086
4086
  * @throws OciError when an error occurs
4087
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
4087
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
4088
4088
  */
4089
4089
  updateNetworkSecurityGroups(updateNetworkSecurityGroupsRequest) {
4090
4090
  return __awaiter(this, void 0, void 0, function* () {
@@ -4152,7 +4152,7 @@ class LoadBalancerClient {
4152
4152
  * @param UpdatePathRouteSetRequest
4153
4153
  * @return UpdatePathRouteSetResponse
4154
4154
  * @throws OciError when an error occurs
4155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
4155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
4156
4156
  */
4157
4157
  updatePathRouteSet(updatePathRouteSetRequest) {
4158
4158
  return __awaiter(this, void 0, void 0, function* () {
@@ -4219,7 +4219,7 @@ class LoadBalancerClient {
4219
4219
  * @param UpdateRoutingPolicyRequest
4220
4220
  * @return UpdateRoutingPolicyResponse
4221
4221
  * @throws OciError when an error occurs
4222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
4222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
4223
4223
  */
4224
4224
  updateRoutingPolicy(updateRoutingPolicyRequest) {
4225
4225
  return __awaiter(this, void 0, void 0, function* () {
@@ -4286,7 +4286,7 @@ class LoadBalancerClient {
4286
4286
  * @param UpdateRuleSetRequest
4287
4287
  * @return UpdateRuleSetResponse
4288
4288
  * @throws OciError when an error occurs
4289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
4289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
4290
4290
  */
4291
4291
  updateRuleSet(updateRuleSetRequest) {
4292
4292
  return __awaiter(this, void 0, void 0, function* () {
@@ -4349,7 +4349,7 @@ class LoadBalancerClient {
4349
4349
  * @param UpdateSSLCipherSuiteRequest
4350
4350
  * @return UpdateSSLCipherSuiteResponse
4351
4351
  * @throws OciError when an error occurs
4352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4353
4353
  */
4354
4354
  updateSSLCipherSuite(updateSSLCipherSuiteRequest) {
4355
4355
  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.70.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.70.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.70.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.70.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.70.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.70.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.70.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.70.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.70.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.70.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.70.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.70.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.70.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.70.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.70.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.70.1/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSetRequest.
17
17
  */
18
18
  export interface CreatePathRouteSetRequest extends common.BaseRequest {
19
19
  /**