oci-loadbalancer 2.6.0 → 2.6.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
@@ -155,7 +155,7 @@ class LoadBalancerClient {
155
155
  * @param ChangeLoadBalancerCompartmentRequest
156
156
  * @return ChangeLoadBalancerCompartmentResponse
157
157
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
159
159
  */
160
160
  changeLoadBalancerCompartment(changeLoadBalancerCompartmentRequest) {
161
161
  return __awaiter(this, void 0, void 0, function* () {
@@ -215,7 +215,7 @@ class LoadBalancerClient {
215
215
  * @param CreateBackendRequest
216
216
  * @return CreateBackendResponse
217
217
  * @throws OciError when an error occurs
218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
219
219
  */
220
220
  createBackend(createBackendRequest) {
221
221
  return __awaiter(this, void 0, void 0, function* () {
@@ -275,7 +275,7 @@ class LoadBalancerClient {
275
275
  * @param CreateBackendSetRequest
276
276
  * @return CreateBackendSetResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
279
279
  */
280
280
  createBackendSet(createBackendSetRequest) {
281
281
  return __awaiter(this, void 0, void 0, function* () {
@@ -334,7 +334,7 @@ class LoadBalancerClient {
334
334
  * @param CreateCertificateRequest
335
335
  * @return CreateCertificateResponse
336
336
  * @throws OciError when an error occurs
337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
338
338
  */
339
339
  createCertificate(createCertificateRequest) {
340
340
  return __awaiter(this, void 0, void 0, function* () {
@@ -395,7 +395,7 @@ class LoadBalancerClient {
395
395
  * @param CreateHostnameRequest
396
396
  * @return CreateHostnameResponse
397
397
  * @throws OciError when an error occurs
398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
399
399
  */
400
400
  createHostname(createHostnameRequest) {
401
401
  return __awaiter(this, void 0, void 0, function* () {
@@ -454,7 +454,7 @@ class LoadBalancerClient {
454
454
  * @param CreateListenerRequest
455
455
  * @return CreateListenerResponse
456
456
  * @throws OciError when an error occurs
457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
458
458
  */
459
459
  createListener(createListenerRequest) {
460
460
  return __awaiter(this, void 0, void 0, function* () {
@@ -540,7 +540,7 @@ class LoadBalancerClient {
540
540
  * @param CreateLoadBalancerRequest
541
541
  * @return CreateLoadBalancerResponse
542
542
  * @throws OciError when an error occurs
543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
544
544
  */
545
545
  createLoadBalancer(createLoadBalancerRequest) {
546
546
  return __awaiter(this, void 0, void 0, function* () {
@@ -599,7 +599,7 @@ class LoadBalancerClient {
599
599
  * @param CreatePathRouteSetRequest
600
600
  * @return CreatePathRouteSetResponse
601
601
  * @throws OciError when an error occurs
602
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
602
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
603
603
  */
604
604
  createPathRouteSet(createPathRouteSetRequest) {
605
605
  return __awaiter(this, void 0, void 0, function* () {
@@ -660,7 +660,7 @@ class LoadBalancerClient {
660
660
  * @param CreateRoutingPolicyRequest
661
661
  * @return CreateRoutingPolicyResponse
662
662
  * @throws OciError when an error occurs
663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
663
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
664
664
  */
665
665
  createRoutingPolicy(createRoutingPolicyRequest) {
666
666
  return __awaiter(this, void 0, void 0, function* () {
@@ -721,7 +721,7 @@ class LoadBalancerClient {
721
721
  * @param CreateRuleSetRequest
722
722
  * @return CreateRuleSetResponse
723
723
  * @throws OciError when an error occurs
724
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
724
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
725
725
  */
726
726
  createRuleSet(createRuleSetRequest) {
727
727
  return __awaiter(this, void 0, void 0, function* () {
@@ -779,7 +779,7 @@ class LoadBalancerClient {
779
779
  * @param CreateSSLCipherSuiteRequest
780
780
  * @return CreateSSLCipherSuiteResponse
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.6.0/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
783
783
  */
784
784
  createSSLCipherSuite(createSSLCipherSuiteRequest) {
785
785
  return __awaiter(this, void 0, void 0, function* () {
@@ -838,7 +838,7 @@ class LoadBalancerClient {
838
838
  * @param DeleteBackendRequest
839
839
  * @return DeleteBackendResponse
840
840
  * @throws OciError when an error occurs
841
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
842
842
  */
843
843
  deleteBackend(deleteBackendRequest) {
844
844
  return __awaiter(this, void 0, void 0, function* () {
@@ -900,7 +900,7 @@ class LoadBalancerClient {
900
900
  * @param DeleteBackendSetRequest
901
901
  * @return DeleteBackendSetResponse
902
902
  * @throws OciError when an error occurs
903
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
903
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
904
904
  */
905
905
  deleteBackendSet(deleteBackendSetRequest) {
906
906
  return __awaiter(this, void 0, void 0, function* () {
@@ -958,7 +958,7 @@ class LoadBalancerClient {
958
958
  * @param DeleteCertificateRequest
959
959
  * @return DeleteCertificateResponse
960
960
  * @throws OciError when an error occurs
961
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
961
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
962
962
  */
963
963
  deleteCertificate(deleteCertificateRequest) {
964
964
  return __awaiter(this, void 0, void 0, function* () {
@@ -1017,7 +1017,7 @@ class LoadBalancerClient {
1017
1017
  * @param DeleteHostnameRequest
1018
1018
  * @return DeleteHostnameResponse
1019
1019
  * @throws OciError when an error occurs
1020
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1020
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1021
1021
  */
1022
1022
  deleteHostname(deleteHostnameRequest) {
1023
1023
  return __awaiter(this, void 0, void 0, function* () {
@@ -1075,7 +1075,7 @@ class LoadBalancerClient {
1075
1075
  * @param DeleteListenerRequest
1076
1076
  * @return DeleteListenerResponse
1077
1077
  * @throws OciError when an error occurs
1078
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1078
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1079
1079
  */
1080
1080
  deleteListener(deleteListenerRequest) {
1081
1081
  return __awaiter(this, void 0, void 0, function* () {
@@ -1133,7 +1133,7 @@ class LoadBalancerClient {
1133
1133
  * @param DeleteLoadBalancerRequest
1134
1134
  * @return DeleteLoadBalancerResponse
1135
1135
  * @throws OciError when an error occurs
1136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1137
1137
  */
1138
1138
  deleteLoadBalancer(deleteLoadBalancerRequest) {
1139
1139
  return __awaiter(this, void 0, void 0, function* () {
@@ -1194,7 +1194,7 @@ class LoadBalancerClient {
1194
1194
  * @param DeletePathRouteSetRequest
1195
1195
  * @return DeletePathRouteSetResponse
1196
1196
  * @throws OciError when an error occurs
1197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1198
1198
  */
1199
1199
  deletePathRouteSet(deletePathRouteSetRequest) {
1200
1200
  return __awaiter(this, void 0, void 0, function* () {
@@ -1256,7 +1256,7 @@ class LoadBalancerClient {
1256
1256
  * @param DeleteRoutingPolicyRequest
1257
1257
  * @return DeleteRoutingPolicyResponse
1258
1258
  * @throws OciError when an error occurs
1259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1260
1260
  */
1261
1261
  deleteRoutingPolicy(deleteRoutingPolicyRequest) {
1262
1262
  return __awaiter(this, void 0, void 0, function* () {
@@ -1318,7 +1318,7 @@ class LoadBalancerClient {
1318
1318
  * @param DeleteRuleSetRequest
1319
1319
  * @return DeleteRuleSetResponse
1320
1320
  * @throws OciError when an error occurs
1321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1322
1322
  */
1323
1323
  deleteRuleSet(deleteRuleSetRequest) {
1324
1324
  return __awaiter(this, void 0, void 0, function* () {
@@ -1376,7 +1376,7 @@ class LoadBalancerClient {
1376
1376
  * @param DeleteSSLCipherSuiteRequest
1377
1377
  * @return DeleteSSLCipherSuiteResponse
1378
1378
  * @throws OciError when an error occurs
1379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1380
1380
  */
1381
1381
  deleteSSLCipherSuite(deleteSSLCipherSuiteRequest) {
1382
1382
  return __awaiter(this, void 0, void 0, function* () {
@@ -1434,7 +1434,7 @@ class LoadBalancerClient {
1434
1434
  * @param GetBackendRequest
1435
1435
  * @return GetBackendResponse
1436
1436
  * @throws OciError when an error occurs
1437
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1437
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1438
1438
  */
1439
1439
  getBackend(getBackendRequest) {
1440
1440
  return __awaiter(this, void 0, void 0, function* () {
@@ -1492,7 +1492,7 @@ class LoadBalancerClient {
1492
1492
  * @param GetBackendHealthRequest
1493
1493
  * @return GetBackendHealthResponse
1494
1494
  * @throws OciError when an error occurs
1495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1495
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1496
1496
  */
1497
1497
  getBackendHealth(getBackendHealthRequest) {
1498
1498
  return __awaiter(this, void 0, void 0, function* () {
@@ -1550,7 +1550,7 @@ class LoadBalancerClient {
1550
1550
  * @param GetBackendSetRequest
1551
1551
  * @return GetBackendSetResponse
1552
1552
  * @throws OciError when an error occurs
1553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1554
1554
  */
1555
1555
  getBackendSet(getBackendSetRequest) {
1556
1556
  return __awaiter(this, void 0, void 0, function* () {
@@ -1607,7 +1607,7 @@ class LoadBalancerClient {
1607
1607
  * @param GetBackendSetHealthRequest
1608
1608
  * @return GetBackendSetHealthResponse
1609
1609
  * @throws OciError when an error occurs
1610
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1610
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1611
1611
  */
1612
1612
  getBackendSetHealth(getBackendSetHealthRequest) {
1613
1613
  return __awaiter(this, void 0, void 0, function* () {
@@ -1664,7 +1664,7 @@ class LoadBalancerClient {
1664
1664
  * @param GetHealthCheckerRequest
1665
1665
  * @return GetHealthCheckerResponse
1666
1666
  * @throws OciError when an error occurs
1667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1668
1668
  */
1669
1669
  getHealthChecker(getHealthCheckerRequest) {
1670
1670
  return __awaiter(this, void 0, void 0, function* () {
@@ -1721,7 +1721,7 @@ class LoadBalancerClient {
1721
1721
  * @param GetHostnameRequest
1722
1722
  * @return GetHostnameResponse
1723
1723
  * @throws OciError when an error occurs
1724
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1724
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1725
1725
  */
1726
1726
  getHostname(getHostnameRequest) {
1727
1727
  return __awaiter(this, void 0, void 0, function* () {
@@ -1778,7 +1778,7 @@ class LoadBalancerClient {
1778
1778
  * @param GetLoadBalancerRequest
1779
1779
  * @return GetLoadBalancerResponse
1780
1780
  * @throws OciError when an error occurs
1781
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1781
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1782
1782
  */
1783
1783
  getLoadBalancer(getLoadBalancerRequest) {
1784
1784
  return __awaiter(this, void 0, void 0, function* () {
@@ -1834,7 +1834,7 @@ class LoadBalancerClient {
1834
1834
  * @param GetLoadBalancerHealthRequest
1835
1835
  * @return GetLoadBalancerHealthResponse
1836
1836
  * @throws OciError when an error occurs
1837
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
1837
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
1838
1838
  */
1839
1839
  getLoadBalancerHealth(getLoadBalancerHealthRequest) {
1840
1840
  return __awaiter(this, void 0, void 0, function* () {
@@ -1890,7 +1890,7 @@ class LoadBalancerClient {
1890
1890
  * @param GetPathRouteSetRequest
1891
1891
  * @return GetPathRouteSetResponse
1892
1892
  * @throws OciError when an error occurs
1893
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
1893
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
1894
1894
  */
1895
1895
  getPathRouteSet(getPathRouteSetRequest) {
1896
1896
  return __awaiter(this, void 0, void 0, function* () {
@@ -1947,7 +1947,7 @@ class LoadBalancerClient {
1947
1947
  * @param GetRoutingPolicyRequest
1948
1948
  * @return GetRoutingPolicyResponse
1949
1949
  * @throws OciError when an error occurs
1950
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
1950
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
1951
1951
  */
1952
1952
  getRoutingPolicy(getRoutingPolicyRequest) {
1953
1953
  return __awaiter(this, void 0, void 0, function* () {
@@ -2004,7 +2004,7 @@ class LoadBalancerClient {
2004
2004
  * @param GetRuleSetRequest
2005
2005
  * @return GetRuleSetResponse
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.6.0/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2007
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2008
2008
  */
2009
2009
  getRuleSet(getRuleSetRequest) {
2010
2010
  return __awaiter(this, void 0, void 0, function* () {
@@ -2061,7 +2061,7 @@ class LoadBalancerClient {
2061
2061
  * @param GetSSLCipherSuiteRequest
2062
2062
  * @return GetSSLCipherSuiteResponse
2063
2063
  * @throws OciError when an error occurs
2064
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2064
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2065
2065
  */
2066
2066
  getSSLCipherSuite(getSSLCipherSuiteRequest) {
2067
2067
  return __awaiter(this, void 0, void 0, function* () {
@@ -2118,7 +2118,7 @@ class LoadBalancerClient {
2118
2118
  * @param GetWorkRequestRequest
2119
2119
  * @return GetWorkRequestResponse
2120
2120
  * @throws OciError when an error occurs
2121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2122
2122
  */
2123
2123
  getWorkRequest(getWorkRequestRequest) {
2124
2124
  return __awaiter(this, void 0, void 0, function* () {
@@ -2174,7 +2174,7 @@ class LoadBalancerClient {
2174
2174
  * @param ListBackendSetsRequest
2175
2175
  * @return ListBackendSetsResponse
2176
2176
  * @throws OciError when an error occurs
2177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2178
2178
  */
2179
2179
  listBackendSets(listBackendSetsRequest) {
2180
2180
  return __awaiter(this, void 0, void 0, function* () {
@@ -2230,7 +2230,7 @@ class LoadBalancerClient {
2230
2230
  * @param ListBackendsRequest
2231
2231
  * @return ListBackendsResponse
2232
2232
  * @throws OciError when an error occurs
2233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2233
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2234
2234
  */
2235
2235
  listBackends(listBackendsRequest) {
2236
2236
  return __awaiter(this, void 0, void 0, function* () {
@@ -2287,7 +2287,7 @@ class LoadBalancerClient {
2287
2287
  * @param ListCertificatesRequest
2288
2288
  * @return ListCertificatesResponse
2289
2289
  * @throws OciError when an error occurs
2290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2291
2291
  */
2292
2292
  listCertificates(listCertificatesRequest) {
2293
2293
  return __awaiter(this, void 0, void 0, function* () {
@@ -2343,7 +2343,7 @@ class LoadBalancerClient {
2343
2343
  * @param ListHostnamesRequest
2344
2344
  * @return ListHostnamesResponse
2345
2345
  * @throws OciError when an error occurs
2346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2347
2347
  */
2348
2348
  listHostnames(listHostnamesRequest) {
2349
2349
  return __awaiter(this, void 0, void 0, function* () {
@@ -2406,7 +2406,7 @@ class LoadBalancerClient {
2406
2406
  * @param ListListenerRulesRequest
2407
2407
  * @return ListListenerRulesResponse
2408
2408
  * @throws OciError when an error occurs
2409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2409
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2410
2410
  */
2411
2411
  listListenerRules(listListenerRulesRequest) {
2412
2412
  return __awaiter(this, void 0, void 0, function* () {
@@ -2463,7 +2463,7 @@ class LoadBalancerClient {
2463
2463
  * @param ListLoadBalancerHealthsRequest
2464
2464
  * @return ListLoadBalancerHealthsResponse
2465
2465
  * @throws OciError when an error occurs
2466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2466
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2467
2467
  */
2468
2468
  listLoadBalancerHealths(listLoadBalancerHealthsRequest) {
2469
2469
  return __awaiter(this, void 0, void 0, function* () {
@@ -2566,7 +2566,7 @@ class LoadBalancerClient {
2566
2566
  * @param ListLoadBalancersRequest
2567
2567
  * @return ListLoadBalancersResponse
2568
2568
  * @throws OciError when an error occurs
2569
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2569
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2570
2570
  */
2571
2571
  listLoadBalancers(listLoadBalancersRequest) {
2572
2572
  return __awaiter(this, void 0, void 0, function* () {
@@ -2674,7 +2674,7 @@ class LoadBalancerClient {
2674
2674
  * @param ListPathRouteSetsRequest
2675
2675
  * @return ListPathRouteSetsResponse
2676
2676
  * @throws OciError when an error occurs
2677
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2677
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2678
2678
  */
2679
2679
  listPathRouteSets(listPathRouteSetsRequest) {
2680
2680
  return __awaiter(this, void 0, void 0, function* () {
@@ -2730,7 +2730,7 @@ class LoadBalancerClient {
2730
2730
  * @param ListPoliciesRequest
2731
2731
  * @return ListPoliciesResponse
2732
2732
  * @throws OciError when an error occurs
2733
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2733
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2734
2734
  */
2735
2735
  listPolicies(listPoliciesRequest) {
2736
2736
  return __awaiter(this, void 0, void 0, function* () {
@@ -2833,7 +2833,7 @@ class LoadBalancerClient {
2833
2833
  * @param ListProtocolsRequest
2834
2834
  * @return ListProtocolsResponse
2835
2835
  * @throws OciError when an error occurs
2836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
2836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
2837
2837
  */
2838
2838
  listProtocols(listProtocolsRequest) {
2839
2839
  return __awaiter(this, void 0, void 0, function* () {
@@ -2936,7 +2936,7 @@ class LoadBalancerClient {
2936
2936
  * @param ListRoutingPoliciesRequest
2937
2937
  * @return ListRoutingPoliciesResponse
2938
2938
  * @throws OciError when an error occurs
2939
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
2939
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
2940
2940
  */
2941
2941
  listRoutingPolicies(listRoutingPoliciesRequest) {
2942
2942
  return __awaiter(this, void 0, void 0, function* () {
@@ -3040,7 +3040,7 @@ class LoadBalancerClient {
3040
3040
  * @param ListRuleSetsRequest
3041
3041
  * @return ListRuleSetsResponse
3042
3042
  * @throws OciError when an error occurs
3043
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3043
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3044
3044
  */
3045
3045
  listRuleSets(listRuleSetsRequest) {
3046
3046
  return __awaiter(this, void 0, void 0, function* () {
@@ -3096,7 +3096,7 @@ class LoadBalancerClient {
3096
3096
  * @param ListSSLCipherSuitesRequest
3097
3097
  * @return ListSSLCipherSuitesResponse
3098
3098
  * @throws OciError when an error occurs
3099
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3099
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3100
3100
  */
3101
3101
  listSSLCipherSuites(listSSLCipherSuitesRequest) {
3102
3102
  return __awaiter(this, void 0, void 0, function* () {
@@ -3152,7 +3152,7 @@ class LoadBalancerClient {
3152
3152
  * @param ListShapesRequest
3153
3153
  * @return ListShapesResponse
3154
3154
  * @throws OciError when an error occurs
3155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3156
3156
  */
3157
3157
  listShapes(listShapesRequest) {
3158
3158
  return __awaiter(this, void 0, void 0, function* () {
@@ -3255,7 +3255,7 @@ class LoadBalancerClient {
3255
3255
  * @param ListWorkRequestsRequest
3256
3256
  * @return ListWorkRequestsResponse
3257
3257
  * @throws OciError when an error occurs
3258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3259
3259
  */
3260
3260
  listWorkRequests(listWorkRequestsRequest) {
3261
3261
  return __awaiter(this, void 0, void 0, function* () {
@@ -3359,7 +3359,7 @@ class LoadBalancerClient {
3359
3359
  * @param UpdateBackendRequest
3360
3360
  * @return UpdateBackendResponse
3361
3361
  * @throws OciError when an error occurs
3362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3363
3363
  */
3364
3364
  updateBackend(updateBackendRequest) {
3365
3365
  return __awaiter(this, void 0, void 0, function* () {
@@ -3420,7 +3420,7 @@ class LoadBalancerClient {
3420
3420
  * @param UpdateBackendSetRequest
3421
3421
  * @return UpdateBackendSetResponse
3422
3422
  * @throws OciError when an error occurs
3423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3424
3424
  */
3425
3425
  updateBackendSet(updateBackendSetRequest) {
3426
3426
  return __awaiter(this, void 0, void 0, function* () {
@@ -3480,7 +3480,7 @@ class LoadBalancerClient {
3480
3480
  * @param UpdateHealthCheckerRequest
3481
3481
  * @return UpdateHealthCheckerResponse
3482
3482
  * @throws OciError when an error occurs
3483
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3483
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3484
3484
  */
3485
3485
  updateHealthChecker(updateHealthCheckerRequest) {
3486
3486
  return __awaiter(this, void 0, void 0, function* () {
@@ -3542,7 +3542,7 @@ class LoadBalancerClient {
3542
3542
  * @param UpdateHostnameRequest
3543
3543
  * @return UpdateHostnameResponse
3544
3544
  * @throws OciError when an error occurs
3545
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3546
3546
  */
3547
3547
  updateHostname(updateHostnameRequest) {
3548
3548
  return __awaiter(this, void 0, void 0, function* () {
@@ -3601,7 +3601,7 @@ class LoadBalancerClient {
3601
3601
  * @param UpdateListenerRequest
3602
3602
  * @return UpdateListenerResponse
3603
3603
  * @throws OciError when an error occurs
3604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3605
3605
  */
3606
3606
  updateListener(updateListenerRequest) {
3607
3607
  return __awaiter(this, void 0, void 0, function* () {
@@ -3661,7 +3661,7 @@ class LoadBalancerClient {
3661
3661
  * @param UpdateLoadBalancerRequest
3662
3662
  * @return UpdateLoadBalancerResponse
3663
3663
  * @throws OciError when an error occurs
3664
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3664
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3665
3665
  */
3666
3666
  updateLoadBalancer(updateLoadBalancerRequest) {
3667
3667
  return __awaiter(this, void 0, void 0, function* () {
@@ -3726,7 +3726,7 @@ class LoadBalancerClient {
3726
3726
  * @param UpdateLoadBalancerShapeRequest
3727
3727
  * @return UpdateLoadBalancerShapeResponse
3728
3728
  * @throws OciError when an error occurs
3729
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
3729
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
3730
3730
  */
3731
3731
  updateLoadBalancerShape(updateLoadBalancerShapeRequest) {
3732
3732
  return __awaiter(this, void 0, void 0, function* () {
@@ -3785,7 +3785,7 @@ class LoadBalancerClient {
3785
3785
  * @param UpdateNetworkSecurityGroupsRequest
3786
3786
  * @return UpdateNetworkSecurityGroupsResponse
3787
3787
  * @throws OciError when an error occurs
3788
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
3788
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
3789
3789
  */
3790
3790
  updateNetworkSecurityGroups(updateNetworkSecurityGroupsRequest) {
3791
3791
  return __awaiter(this, void 0, void 0, function* () {
@@ -3850,7 +3850,7 @@ class LoadBalancerClient {
3850
3850
  * @param UpdatePathRouteSetRequest
3851
3851
  * @return UpdatePathRouteSetResponse
3852
3852
  * @throws OciError when an error occurs
3853
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
3853
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
3854
3854
  */
3855
3855
  updatePathRouteSet(updatePathRouteSetRequest) {
3856
3856
  return __awaiter(this, void 0, void 0, function* () {
@@ -3914,7 +3914,7 @@ class LoadBalancerClient {
3914
3914
  * @param UpdateRoutingPolicyRequest
3915
3915
  * @return UpdateRoutingPolicyResponse
3916
3916
  * @throws OciError when an error occurs
3917
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
3917
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
3918
3918
  */
3919
3919
  updateRoutingPolicy(updateRoutingPolicyRequest) {
3920
3920
  return __awaiter(this, void 0, void 0, function* () {
@@ -3978,7 +3978,7 @@ class LoadBalancerClient {
3978
3978
  * @param UpdateRuleSetRequest
3979
3979
  * @return UpdateRuleSetResponse
3980
3980
  * @throws OciError when an error occurs
3981
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
3981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
3982
3982
  */
3983
3983
  updateRuleSet(updateRuleSetRequest) {
3984
3984
  return __awaiter(this, void 0, void 0, function* () {
@@ -4037,7 +4037,7 @@ class LoadBalancerClient {
4037
4037
  * @param UpdateSSLCipherSuiteRequest
4038
4038
  * @return UpdateSSLCipherSuiteResponse
4039
4039
  * @throws OciError when an error occurs
4040
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4040
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4041
4041
  */
4042
4042
  updateSSLCipherSuite(updateSSLCipherSuiteRequest) {
4043
4043
  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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.1/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSetRequest.
17
17
  */
18
18
  export interface CreatePathRouteSetRequest extends common.BaseRequest {
19
19
  /**