oci-loadbalancer 2.89.3 → 2.90.0-1722272724

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
@@ -207,7 +207,7 @@ class LoadBalancerClient {
207
207
  * @param ChangeLoadBalancerCompartmentRequest
208
208
  * @return ChangeLoadBalancerCompartmentResponse
209
209
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
211
211
  */
212
212
  changeLoadBalancerCompartment(changeLoadBalancerCompartmentRequest) {
213
213
  return __awaiter(this, void 0, void 0, function* () {
@@ -269,7 +269,7 @@ class LoadBalancerClient {
269
269
  * @param CreateBackendRequest
270
270
  * @return CreateBackendResponse
271
271
  * @throws OciError when an error occurs
272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
273
273
  */
274
274
  createBackend(createBackendRequest) {
275
275
  return __awaiter(this, void 0, void 0, function* () {
@@ -332,7 +332,7 @@ class LoadBalancerClient {
332
332
  * @param CreateBackendSetRequest
333
333
  * @return CreateBackendSetResponse
334
334
  * @throws OciError when an error occurs
335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
336
336
  */
337
337
  createBackendSet(createBackendSetRequest) {
338
338
  return __awaiter(this, void 0, void 0, function* () {
@@ -394,7 +394,7 @@ class LoadBalancerClient {
394
394
  * @param CreateCertificateRequest
395
395
  * @return CreateCertificateResponse
396
396
  * @throws OciError when an error occurs
397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
398
398
  */
399
399
  createCertificate(createCertificateRequest) {
400
400
  return __awaiter(this, void 0, void 0, function* () {
@@ -458,7 +458,7 @@ class LoadBalancerClient {
458
458
  * @param CreateHostnameRequest
459
459
  * @return CreateHostnameResponse
460
460
  * @throws OciError when an error occurs
461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
462
462
  */
463
463
  createHostname(createHostnameRequest) {
464
464
  return __awaiter(this, void 0, void 0, function* () {
@@ -520,7 +520,7 @@ class LoadBalancerClient {
520
520
  * @param CreateListenerRequest
521
521
  * @return CreateListenerResponse
522
522
  * @throws OciError when an error occurs
523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
524
524
  */
525
525
  createListener(createListenerRequest) {
526
526
  return __awaiter(this, void 0, void 0, function* () {
@@ -609,7 +609,7 @@ class LoadBalancerClient {
609
609
  * @param CreateLoadBalancerRequest
610
610
  * @return CreateLoadBalancerResponse
611
611
  * @throws OciError when an error occurs
612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
612
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
613
613
  */
614
614
  createLoadBalancer(createLoadBalancerRequest) {
615
615
  return __awaiter(this, void 0, void 0, function* () {
@@ -670,7 +670,7 @@ class LoadBalancerClient {
670
670
  * @param CreatePathRouteSetRequest
671
671
  * @return CreatePathRouteSetResponse
672
672
  * @throws OciError when an error occurs
673
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
673
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
674
674
  */
675
675
  createPathRouteSet(createPathRouteSetRequest) {
676
676
  return __awaiter(this, void 0, void 0, function* () {
@@ -734,7 +734,7 @@ class LoadBalancerClient {
734
734
  * @param CreateRoutingPolicyRequest
735
735
  * @return CreateRoutingPolicyResponse
736
736
  * @throws OciError when an error occurs
737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
737
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
738
738
  */
739
739
  createRoutingPolicy(createRoutingPolicyRequest) {
740
740
  return __awaiter(this, void 0, void 0, function* () {
@@ -798,7 +798,7 @@ class LoadBalancerClient {
798
798
  * @param CreateRuleSetRequest
799
799
  * @return CreateRuleSetResponse
800
800
  * @throws OciError when an error occurs
801
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
801
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
802
802
  */
803
803
  createRuleSet(createRuleSetRequest) {
804
804
  return __awaiter(this, void 0, void 0, function* () {
@@ -860,7 +860,7 @@ class LoadBalancerClient {
860
860
  * @param CreateSSLCipherSuiteRequest
861
861
  * @return CreateSSLCipherSuiteResponse
862
862
  * @throws OciError when an error occurs
863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
863
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
864
864
  */
865
865
  createSSLCipherSuite(createSSLCipherSuiteRequest) {
866
866
  return __awaiter(this, void 0, void 0, function* () {
@@ -922,7 +922,7 @@ class LoadBalancerClient {
922
922
  * @param DeleteBackendRequest
923
923
  * @return DeleteBackendResponse
924
924
  * @throws OciError when an error occurs
925
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
925
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
926
926
  */
927
927
  deleteBackend(deleteBackendRequest) {
928
928
  return __awaiter(this, void 0, void 0, function* () {
@@ -987,7 +987,7 @@ class LoadBalancerClient {
987
987
  * @param DeleteBackendSetRequest
988
988
  * @return DeleteBackendSetResponse
989
989
  * @throws OciError when an error occurs
990
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
990
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
991
991
  */
992
992
  deleteBackendSet(deleteBackendSetRequest) {
993
993
  return __awaiter(this, void 0, void 0, function* () {
@@ -1048,7 +1048,7 @@ class LoadBalancerClient {
1048
1048
  * @param DeleteCertificateRequest
1049
1049
  * @return DeleteCertificateResponse
1050
1050
  * @throws OciError when an error occurs
1051
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
1051
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
1052
1052
  */
1053
1053
  deleteCertificate(deleteCertificateRequest) {
1054
1054
  return __awaiter(this, void 0, void 0, function* () {
@@ -1110,7 +1110,7 @@ class LoadBalancerClient {
1110
1110
  * @param DeleteHostnameRequest
1111
1111
  * @return DeleteHostnameResponse
1112
1112
  * @throws OciError when an error occurs
1113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1114
1114
  */
1115
1115
  deleteHostname(deleteHostnameRequest) {
1116
1116
  return __awaiter(this, void 0, void 0, function* () {
@@ -1171,7 +1171,7 @@ class LoadBalancerClient {
1171
1171
  * @param DeleteListenerRequest
1172
1172
  * @return DeleteListenerResponse
1173
1173
  * @throws OciError when an error occurs
1174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1175
1175
  */
1176
1176
  deleteListener(deleteListenerRequest) {
1177
1177
  return __awaiter(this, void 0, void 0, function* () {
@@ -1232,7 +1232,7 @@ class LoadBalancerClient {
1232
1232
  * @param DeleteLoadBalancerRequest
1233
1233
  * @return DeleteLoadBalancerResponse
1234
1234
  * @throws OciError when an error occurs
1235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1236
1236
  */
1237
1237
  deleteLoadBalancer(deleteLoadBalancerRequest) {
1238
1238
  return __awaiter(this, void 0, void 0, function* () {
@@ -1296,7 +1296,7 @@ class LoadBalancerClient {
1296
1296
  * @param DeletePathRouteSetRequest
1297
1297
  * @return DeletePathRouteSetResponse
1298
1298
  * @throws OciError when an error occurs
1299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1300
1300
  */
1301
1301
  deletePathRouteSet(deletePathRouteSetRequest) {
1302
1302
  return __awaiter(this, void 0, void 0, function* () {
@@ -1361,7 +1361,7 @@ class LoadBalancerClient {
1361
1361
  * @param DeleteRoutingPolicyRequest
1362
1362
  * @return DeleteRoutingPolicyResponse
1363
1363
  * @throws OciError when an error occurs
1364
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1365
1365
  */
1366
1366
  deleteRoutingPolicy(deleteRoutingPolicyRequest) {
1367
1367
  return __awaiter(this, void 0, void 0, function* () {
@@ -1426,7 +1426,7 @@ class LoadBalancerClient {
1426
1426
  * @param DeleteRuleSetRequest
1427
1427
  * @return DeleteRuleSetResponse
1428
1428
  * @throws OciError when an error occurs
1429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1429
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1430
1430
  */
1431
1431
  deleteRuleSet(deleteRuleSetRequest) {
1432
1432
  return __awaiter(this, void 0, void 0, function* () {
@@ -1487,7 +1487,7 @@ class LoadBalancerClient {
1487
1487
  * @param DeleteSSLCipherSuiteRequest
1488
1488
  * @return DeleteSSLCipherSuiteResponse
1489
1489
  * @throws OciError when an error occurs
1490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1491
1491
  */
1492
1492
  deleteSSLCipherSuite(deleteSSLCipherSuiteRequest) {
1493
1493
  return __awaiter(this, void 0, void 0, function* () {
@@ -1548,7 +1548,7 @@ class LoadBalancerClient {
1548
1548
  * @param GetBackendRequest
1549
1549
  * @return GetBackendResponse
1550
1550
  * @throws OciError when an error occurs
1551
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1551
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1552
1552
  */
1553
1553
  getBackend(getBackendRequest) {
1554
1554
  return __awaiter(this, void 0, void 0, function* () {
@@ -1614,7 +1614,7 @@ class LoadBalancerClient {
1614
1614
  * @param GetBackendHealthRequest
1615
1615
  * @return GetBackendHealthResponse
1616
1616
  * @throws OciError when an error occurs
1617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1617
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1618
1618
  */
1619
1619
  getBackendHealth(getBackendHealthRequest) {
1620
1620
  return __awaiter(this, void 0, void 0, function* () {
@@ -1680,7 +1680,7 @@ class LoadBalancerClient {
1680
1680
  * @param GetBackendSetRequest
1681
1681
  * @return GetBackendSetResponse
1682
1682
  * @throws OciError when an error occurs
1683
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1683
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1684
1684
  */
1685
1685
  getBackendSet(getBackendSetRequest) {
1686
1686
  return __awaiter(this, void 0, void 0, function* () {
@@ -1745,7 +1745,7 @@ class LoadBalancerClient {
1745
1745
  * @param GetBackendSetHealthRequest
1746
1746
  * @return GetBackendSetHealthResponse
1747
1747
  * @throws OciError when an error occurs
1748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1748
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1749
1749
  */
1750
1750
  getBackendSetHealth(getBackendSetHealthRequest) {
1751
1751
  return __awaiter(this, void 0, void 0, function* () {
@@ -1810,7 +1810,7 @@ class LoadBalancerClient {
1810
1810
  * @param GetHealthCheckerRequest
1811
1811
  * @return GetHealthCheckerResponse
1812
1812
  * @throws OciError when an error occurs
1813
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1813
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1814
1814
  */
1815
1815
  getHealthChecker(getHealthCheckerRequest) {
1816
1816
  return __awaiter(this, void 0, void 0, function* () {
@@ -1875,7 +1875,7 @@ class LoadBalancerClient {
1875
1875
  * @param GetHostnameRequest
1876
1876
  * @return GetHostnameResponse
1877
1877
  * @throws OciError when an error occurs
1878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1878
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1879
1879
  */
1880
1880
  getHostname(getHostnameRequest) {
1881
1881
  return __awaiter(this, void 0, void 0, function* () {
@@ -1940,7 +1940,7 @@ class LoadBalancerClient {
1940
1940
  * @param GetLoadBalancerRequest
1941
1941
  * @return GetLoadBalancerResponse
1942
1942
  * @throws OciError when an error occurs
1943
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1943
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1944
1944
  */
1945
1945
  getLoadBalancer(getLoadBalancerRequest) {
1946
1946
  return __awaiter(this, void 0, void 0, function* () {
@@ -2004,7 +2004,7 @@ class LoadBalancerClient {
2004
2004
  * @param GetLoadBalancerHealthRequest
2005
2005
  * @return GetLoadBalancerHealthResponse
2006
2006
  * @throws OciError when an error occurs
2007
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
2007
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
2008
2008
  */
2009
2009
  getLoadBalancerHealth(getLoadBalancerHealthRequest) {
2010
2010
  return __awaiter(this, void 0, void 0, function* () {
@@ -2068,7 +2068,7 @@ class LoadBalancerClient {
2068
2068
  * @param GetPathRouteSetRequest
2069
2069
  * @return GetPathRouteSetResponse
2070
2070
  * @throws OciError when an error occurs
2071
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
2071
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
2072
2072
  */
2073
2073
  getPathRouteSet(getPathRouteSetRequest) {
2074
2074
  return __awaiter(this, void 0, void 0, function* () {
@@ -2133,7 +2133,7 @@ class LoadBalancerClient {
2133
2133
  * @param GetRoutingPolicyRequest
2134
2134
  * @return GetRoutingPolicyResponse
2135
2135
  * @throws OciError when an error occurs
2136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
2136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
2137
2137
  */
2138
2138
  getRoutingPolicy(getRoutingPolicyRequest) {
2139
2139
  return __awaiter(this, void 0, void 0, function* () {
@@ -2198,7 +2198,7 @@ class LoadBalancerClient {
2198
2198
  * @param GetRuleSetRequest
2199
2199
  * @return GetRuleSetResponse
2200
2200
  * @throws OciError when an error occurs
2201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2202
2202
  */
2203
2203
  getRuleSet(getRuleSetRequest) {
2204
2204
  return __awaiter(this, void 0, void 0, function* () {
@@ -2263,7 +2263,7 @@ class LoadBalancerClient {
2263
2263
  * @param GetSSLCipherSuiteRequest
2264
2264
  * @return GetSSLCipherSuiteResponse
2265
2265
  * @throws OciError when an error occurs
2266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2267
2267
  */
2268
2268
  getSSLCipherSuite(getSSLCipherSuiteRequest) {
2269
2269
  return __awaiter(this, void 0, void 0, function* () {
@@ -2328,7 +2328,7 @@ class LoadBalancerClient {
2328
2328
  * @param GetWorkRequestRequest
2329
2329
  * @return GetWorkRequestResponse
2330
2330
  * @throws OciError when an error occurs
2331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2332
2332
  */
2333
2333
  getWorkRequest(getWorkRequestRequest) {
2334
2334
  return __awaiter(this, void 0, void 0, function* () {
@@ -2386,7 +2386,7 @@ class LoadBalancerClient {
2386
2386
  * @param ListBackendSetsRequest
2387
2387
  * @return ListBackendSetsResponse
2388
2388
  * @throws OciError when an error occurs
2389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2390
2390
  */
2391
2391
  listBackendSets(listBackendSetsRequest) {
2392
2392
  return __awaiter(this, void 0, void 0, function* () {
@@ -2450,7 +2450,7 @@ class LoadBalancerClient {
2450
2450
  * @param ListBackendsRequest
2451
2451
  * @return ListBackendsResponse
2452
2452
  * @throws OciError when an error occurs
2453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2454
2454
  */
2455
2455
  listBackends(listBackendsRequest) {
2456
2456
  return __awaiter(this, void 0, void 0, function* () {
@@ -2515,7 +2515,7 @@ class LoadBalancerClient {
2515
2515
  * @param ListCertificatesRequest
2516
2516
  * @return ListCertificatesResponse
2517
2517
  * @throws OciError when an error occurs
2518
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2518
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2519
2519
  */
2520
2520
  listCertificates(listCertificatesRequest) {
2521
2521
  return __awaiter(this, void 0, void 0, function* () {
@@ -2579,7 +2579,7 @@ class LoadBalancerClient {
2579
2579
  * @param ListHostnamesRequest
2580
2580
  * @return ListHostnamesResponse
2581
2581
  * @throws OciError when an error occurs
2582
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2582
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2583
2583
  */
2584
2584
  listHostnames(listHostnamesRequest) {
2585
2585
  return __awaiter(this, void 0, void 0, function* () {
@@ -2650,7 +2650,7 @@ class LoadBalancerClient {
2650
2650
  * @param ListListenerRulesRequest
2651
2651
  * @return ListListenerRulesResponse
2652
2652
  * @throws OciError when an error occurs
2653
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2653
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2654
2654
  */
2655
2655
  listListenerRules(listListenerRulesRequest) {
2656
2656
  return __awaiter(this, void 0, void 0, function* () {
@@ -2715,7 +2715,7 @@ class LoadBalancerClient {
2715
2715
  * @param ListLoadBalancerHealthsRequest
2716
2716
  * @return ListLoadBalancerHealthsResponse
2717
2717
  * @throws OciError when an error occurs
2718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2718
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2719
2719
  */
2720
2720
  listLoadBalancerHealths(listLoadBalancerHealthsRequest) {
2721
2721
  return __awaiter(this, void 0, void 0, function* () {
@@ -2820,7 +2820,7 @@ class LoadBalancerClient {
2820
2820
  * @param ListLoadBalancersRequest
2821
2821
  * @return ListLoadBalancersResponse
2822
2822
  * @throws OciError when an error occurs
2823
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2823
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2824
2824
  */
2825
2825
  listLoadBalancers(listLoadBalancersRequest) {
2826
2826
  return __awaiter(this, void 0, void 0, function* () {
@@ -2930,7 +2930,7 @@ class LoadBalancerClient {
2930
2930
  * @param ListPathRouteSetsRequest
2931
2931
  * @return ListPathRouteSetsResponse
2932
2932
  * @throws OciError when an error occurs
2933
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2934
2934
  */
2935
2935
  listPathRouteSets(listPathRouteSetsRequest) {
2936
2936
  return __awaiter(this, void 0, void 0, function* () {
@@ -2994,7 +2994,7 @@ class LoadBalancerClient {
2994
2994
  * @param ListPoliciesRequest
2995
2995
  * @return ListPoliciesResponse
2996
2996
  * @throws OciError when an error occurs
2997
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2997
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2998
2998
  */
2999
2999
  listPolicies(listPoliciesRequest) {
3000
3000
  return __awaiter(this, void 0, void 0, function* () {
@@ -3099,7 +3099,7 @@ class LoadBalancerClient {
3099
3099
  * @param ListProtocolsRequest
3100
3100
  * @return ListProtocolsResponse
3101
3101
  * @throws OciError when an error occurs
3102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
3102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
3103
3103
  */
3104
3104
  listProtocols(listProtocolsRequest) {
3105
3105
  return __awaiter(this, void 0, void 0, function* () {
@@ -3204,7 +3204,7 @@ class LoadBalancerClient {
3204
3204
  * @param ListRoutingPoliciesRequest
3205
3205
  * @return ListRoutingPoliciesResponse
3206
3206
  * @throws OciError when an error occurs
3207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
3207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
3208
3208
  */
3209
3209
  listRoutingPolicies(listRoutingPoliciesRequest) {
3210
3210
  return __awaiter(this, void 0, void 0, function* () {
@@ -3316,7 +3316,7 @@ class LoadBalancerClient {
3316
3316
  * @param ListRuleSetsRequest
3317
3317
  * @return ListRuleSetsResponse
3318
3318
  * @throws OciError when an error occurs
3319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3320
3320
  */
3321
3321
  listRuleSets(listRuleSetsRequest) {
3322
3322
  return __awaiter(this, void 0, void 0, function* () {
@@ -3380,7 +3380,7 @@ class LoadBalancerClient {
3380
3380
  * @param ListSSLCipherSuitesRequest
3381
3381
  * @return ListSSLCipherSuitesResponse
3382
3382
  * @throws OciError when an error occurs
3383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3384
3384
  */
3385
3385
  listSSLCipherSuites(listSSLCipherSuitesRequest) {
3386
3386
  return __awaiter(this, void 0, void 0, function* () {
@@ -3444,7 +3444,7 @@ class LoadBalancerClient {
3444
3444
  * @param ListShapesRequest
3445
3445
  * @return ListShapesResponse
3446
3446
  * @throws OciError when an error occurs
3447
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3447
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3448
3448
  */
3449
3449
  listShapes(listShapesRequest) {
3450
3450
  return __awaiter(this, void 0, void 0, function* () {
@@ -3549,7 +3549,7 @@ class LoadBalancerClient {
3549
3549
  * @param ListWorkRequestsRequest
3550
3550
  * @return ListWorkRequestsResponse
3551
3551
  * @throws OciError when an error occurs
3552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3552
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3553
3553
  */
3554
3554
  listWorkRequests(listWorkRequestsRequest) {
3555
3555
  return __awaiter(this, void 0, void 0, function* () {
@@ -3655,7 +3655,7 @@ class LoadBalancerClient {
3655
3655
  * @param UpdateBackendRequest
3656
3656
  * @return UpdateBackendResponse
3657
3657
  * @throws OciError when an error occurs
3658
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3658
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3659
3659
  */
3660
3660
  updateBackend(updateBackendRequest) {
3661
3661
  return __awaiter(this, void 0, void 0, function* () {
@@ -3719,7 +3719,7 @@ class LoadBalancerClient {
3719
3719
  * @param UpdateBackendSetRequest
3720
3720
  * @return UpdateBackendSetResponse
3721
3721
  * @throws OciError when an error occurs
3722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3723
3723
  */
3724
3724
  updateBackendSet(updateBackendSetRequest) {
3725
3725
  return __awaiter(this, void 0, void 0, function* () {
@@ -3782,7 +3782,7 @@ class LoadBalancerClient {
3782
3782
  * @param UpdateHealthCheckerRequest
3783
3783
  * @return UpdateHealthCheckerResponse
3784
3784
  * @throws OciError when an error occurs
3785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3786
3786
  */
3787
3787
  updateHealthChecker(updateHealthCheckerRequest) {
3788
3788
  return __awaiter(this, void 0, void 0, function* () {
@@ -3847,7 +3847,7 @@ class LoadBalancerClient {
3847
3847
  * @param UpdateHostnameRequest
3848
3848
  * @return UpdateHostnameResponse
3849
3849
  * @throws OciError when an error occurs
3850
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3850
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3851
3851
  */
3852
3852
  updateHostname(updateHostnameRequest) {
3853
3853
  return __awaiter(this, void 0, void 0, function* () {
@@ -3910,7 +3910,7 @@ class LoadBalancerClient {
3910
3910
  * @param UpdateListenerRequest
3911
3911
  * @return UpdateListenerResponse
3912
3912
  * @throws OciError when an error occurs
3913
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3914
3914
  */
3915
3915
  updateListener(updateListenerRequest) {
3916
3916
  return __awaiter(this, void 0, void 0, function* () {
@@ -3973,7 +3973,7 @@ class LoadBalancerClient {
3973
3973
  * @param UpdateLoadBalancerRequest
3974
3974
  * @return UpdateLoadBalancerResponse
3975
3975
  * @throws OciError when an error occurs
3976
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3976
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3977
3977
  */
3978
3978
  updateLoadBalancer(updateLoadBalancerRequest) {
3979
3979
  return __awaiter(this, void 0, void 0, function* () {
@@ -4041,7 +4041,7 @@ class LoadBalancerClient {
4041
4041
  * @param UpdateLoadBalancerShapeRequest
4042
4042
  * @return UpdateLoadBalancerShapeResponse
4043
4043
  * @throws OciError when an error occurs
4044
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
4044
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
4045
4045
  */
4046
4046
  updateLoadBalancerShape(updateLoadBalancerShapeRequest) {
4047
4047
  return __awaiter(this, void 0, void 0, function* () {
@@ -4103,7 +4103,7 @@ class LoadBalancerClient {
4103
4103
  * @param UpdateNetworkSecurityGroupsRequest
4104
4104
  * @return UpdateNetworkSecurityGroupsResponse
4105
4105
  * @throws OciError when an error occurs
4106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
4106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
4107
4107
  */
4108
4108
  updateNetworkSecurityGroups(updateNetworkSecurityGroupsRequest) {
4109
4109
  return __awaiter(this, void 0, void 0, function* () {
@@ -4171,7 +4171,7 @@ class LoadBalancerClient {
4171
4171
  * @param UpdatePathRouteSetRequest
4172
4172
  * @return UpdatePathRouteSetResponse
4173
4173
  * @throws OciError when an error occurs
4174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
4174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
4175
4175
  */
4176
4176
  updatePathRouteSet(updatePathRouteSetRequest) {
4177
4177
  return __awaiter(this, void 0, void 0, function* () {
@@ -4238,7 +4238,7 @@ class LoadBalancerClient {
4238
4238
  * @param UpdateRoutingPolicyRequest
4239
4239
  * @return UpdateRoutingPolicyResponse
4240
4240
  * @throws OciError when an error occurs
4241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
4241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
4242
4242
  */
4243
4243
  updateRoutingPolicy(updateRoutingPolicyRequest) {
4244
4244
  return __awaiter(this, void 0, void 0, function* () {
@@ -4305,7 +4305,7 @@ class LoadBalancerClient {
4305
4305
  * @param UpdateRuleSetRequest
4306
4306
  * @return UpdateRuleSetResponse
4307
4307
  * @throws OciError when an error occurs
4308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
4308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
4309
4309
  */
4310
4310
  updateRuleSet(updateRuleSetRequest) {
4311
4311
  return __awaiter(this, void 0, void 0, function* () {
@@ -4368,7 +4368,7 @@ class LoadBalancerClient {
4368
4368
  * @param UpdateSSLCipherSuiteRequest
4369
4369
  * @return UpdateSSLCipherSuiteResponse
4370
4370
  * @throws OciError when an error occurs
4371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4372
4372
  */
4373
4373
  updateSSLCipherSuite(updateSSLCipherSuiteRequest) {
4374
4374
  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.89.3/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/latest/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.89.3/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/latest/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.89.3/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/latest/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.89.3/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/latest/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.89.3/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/latest/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.89.3/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/latest/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.89.3/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/latest/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.89.3/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/latest/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSetRequest.
17
17
  */
18
18
  export interface CreatePathRouteSetRequest extends common.BaseRequest {
19
19
  /**