oci-loadbalancer 2.28.0 → 2.31.0

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
@@ -161,7 +161,7 @@ class LoadBalancerClient {
161
161
  * @param ChangeLoadBalancerCompartmentRequest
162
162
  * @return ChangeLoadBalancerCompartmentResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
165
165
  */
166
166
  changeLoadBalancerCompartment(changeLoadBalancerCompartmentRequest) {
167
167
  return __awaiter(this, void 0, void 0, function* () {
@@ -223,7 +223,7 @@ class LoadBalancerClient {
223
223
  * @param CreateBackendRequest
224
224
  * @return CreateBackendResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
227
227
  */
228
228
  createBackend(createBackendRequest) {
229
229
  return __awaiter(this, void 0, void 0, function* () {
@@ -285,7 +285,7 @@ class LoadBalancerClient {
285
285
  * @param CreateBackendSetRequest
286
286
  * @return CreateBackendSetResponse
287
287
  * @throws OciError when an error occurs
288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
289
289
  */
290
290
  createBackendSet(createBackendSetRequest) {
291
291
  return __awaiter(this, void 0, void 0, function* () {
@@ -346,7 +346,7 @@ class LoadBalancerClient {
346
346
  * @param CreateCertificateRequest
347
347
  * @return CreateCertificateResponse
348
348
  * @throws OciError when an error occurs
349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
350
350
  */
351
351
  createCertificate(createCertificateRequest) {
352
352
  return __awaiter(this, void 0, void 0, function* () {
@@ -409,7 +409,7 @@ class LoadBalancerClient {
409
409
  * @param CreateHostnameRequest
410
410
  * @return CreateHostnameResponse
411
411
  * @throws OciError when an error occurs
412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
413
413
  */
414
414
  createHostname(createHostnameRequest) {
415
415
  return __awaiter(this, void 0, void 0, function* () {
@@ -470,7 +470,7 @@ class LoadBalancerClient {
470
470
  * @param CreateListenerRequest
471
471
  * @return CreateListenerResponse
472
472
  * @throws OciError when an error occurs
473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
473
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
474
474
  */
475
475
  createListener(createListenerRequest) {
476
476
  return __awaiter(this, void 0, void 0, function* () {
@@ -558,7 +558,7 @@ class LoadBalancerClient {
558
558
  * @param CreateLoadBalancerRequest
559
559
  * @return CreateLoadBalancerResponse
560
560
  * @throws OciError when an error occurs
561
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
561
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
562
562
  */
563
563
  createLoadBalancer(createLoadBalancerRequest) {
564
564
  return __awaiter(this, void 0, void 0, function* () {
@@ -619,7 +619,7 @@ class LoadBalancerClient {
619
619
  * @param CreatePathRouteSetRequest
620
620
  * @return CreatePathRouteSetResponse
621
621
  * @throws OciError when an error occurs
622
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
622
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
623
623
  */
624
624
  createPathRouteSet(createPathRouteSetRequest) {
625
625
  return __awaiter(this, void 0, void 0, function* () {
@@ -682,7 +682,7 @@ class LoadBalancerClient {
682
682
  * @param CreateRoutingPolicyRequest
683
683
  * @return CreateRoutingPolicyResponse
684
684
  * @throws OciError when an error occurs
685
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
685
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
686
686
  */
687
687
  createRoutingPolicy(createRoutingPolicyRequest) {
688
688
  return __awaiter(this, void 0, void 0, function* () {
@@ -745,7 +745,7 @@ class LoadBalancerClient {
745
745
  * @param CreateRuleSetRequest
746
746
  * @return CreateRuleSetResponse
747
747
  * @throws OciError when an error occurs
748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
748
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
749
749
  */
750
750
  createRuleSet(createRuleSetRequest) {
751
751
  return __awaiter(this, void 0, void 0, function* () {
@@ -805,7 +805,7 @@ class LoadBalancerClient {
805
805
  * @param CreateSSLCipherSuiteRequest
806
806
  * @return CreateSSLCipherSuiteResponse
807
807
  * @throws OciError when an error occurs
808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
809
809
  */
810
810
  createSSLCipherSuite(createSSLCipherSuiteRequest) {
811
811
  return __awaiter(this, void 0, void 0, function* () {
@@ -866,7 +866,7 @@ class LoadBalancerClient {
866
866
  * @param DeleteBackendRequest
867
867
  * @return DeleteBackendResponse
868
868
  * @throws OciError when an error occurs
869
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
869
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
870
870
  */
871
871
  deleteBackend(deleteBackendRequest) {
872
872
  return __awaiter(this, void 0, void 0, function* () {
@@ -930,7 +930,7 @@ class LoadBalancerClient {
930
930
  * @param DeleteBackendSetRequest
931
931
  * @return DeleteBackendSetResponse
932
932
  * @throws OciError when an error occurs
933
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
934
934
  */
935
935
  deleteBackendSet(deleteBackendSetRequest) {
936
936
  return __awaiter(this, void 0, void 0, function* () {
@@ -990,7 +990,7 @@ class LoadBalancerClient {
990
990
  * @param DeleteCertificateRequest
991
991
  * @return DeleteCertificateResponse
992
992
  * @throws OciError when an error occurs
993
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
993
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
994
994
  */
995
995
  deleteCertificate(deleteCertificateRequest) {
996
996
  return __awaiter(this, void 0, void 0, function* () {
@@ -1051,7 +1051,7 @@ class LoadBalancerClient {
1051
1051
  * @param DeleteHostnameRequest
1052
1052
  * @return DeleteHostnameResponse
1053
1053
  * @throws OciError when an error occurs
1054
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1054
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1055
1055
  */
1056
1056
  deleteHostname(deleteHostnameRequest) {
1057
1057
  return __awaiter(this, void 0, void 0, function* () {
@@ -1111,7 +1111,7 @@ class LoadBalancerClient {
1111
1111
  * @param DeleteListenerRequest
1112
1112
  * @return DeleteListenerResponse
1113
1113
  * @throws OciError when an error occurs
1114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1115
1115
  */
1116
1116
  deleteListener(deleteListenerRequest) {
1117
1117
  return __awaiter(this, void 0, void 0, function* () {
@@ -1171,7 +1171,7 @@ class LoadBalancerClient {
1171
1171
  * @param DeleteLoadBalancerRequest
1172
1172
  * @return DeleteLoadBalancerResponse
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.28.0/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1175
1175
  */
1176
1176
  deleteLoadBalancer(deleteLoadBalancerRequest) {
1177
1177
  return __awaiter(this, void 0, void 0, function* () {
@@ -1234,7 +1234,7 @@ class LoadBalancerClient {
1234
1234
  * @param DeletePathRouteSetRequest
1235
1235
  * @return DeletePathRouteSetResponse
1236
1236
  * @throws OciError when an error occurs
1237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1238
1238
  */
1239
1239
  deletePathRouteSet(deletePathRouteSetRequest) {
1240
1240
  return __awaiter(this, void 0, void 0, function* () {
@@ -1298,7 +1298,7 @@ class LoadBalancerClient {
1298
1298
  * @param DeleteRoutingPolicyRequest
1299
1299
  * @return DeleteRoutingPolicyResponse
1300
1300
  * @throws OciError when an error occurs
1301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1302
1302
  */
1303
1303
  deleteRoutingPolicy(deleteRoutingPolicyRequest) {
1304
1304
  return __awaiter(this, void 0, void 0, function* () {
@@ -1362,7 +1362,7 @@ class LoadBalancerClient {
1362
1362
  * @param DeleteRuleSetRequest
1363
1363
  * @return DeleteRuleSetResponse
1364
1364
  * @throws OciError when an error occurs
1365
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1365
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1366
1366
  */
1367
1367
  deleteRuleSet(deleteRuleSetRequest) {
1368
1368
  return __awaiter(this, void 0, void 0, function* () {
@@ -1422,7 +1422,7 @@ class LoadBalancerClient {
1422
1422
  * @param DeleteSSLCipherSuiteRequest
1423
1423
  * @return DeleteSSLCipherSuiteResponse
1424
1424
  * @throws OciError when an error occurs
1425
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1425
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1426
1426
  */
1427
1427
  deleteSSLCipherSuite(deleteSSLCipherSuiteRequest) {
1428
1428
  return __awaiter(this, void 0, void 0, function* () {
@@ -1482,7 +1482,7 @@ class LoadBalancerClient {
1482
1482
  * @param GetBackendRequest
1483
1483
  * @return GetBackendResponse
1484
1484
  * @throws OciError when an error occurs
1485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1485
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1486
1486
  */
1487
1487
  getBackend(getBackendRequest) {
1488
1488
  return __awaiter(this, void 0, void 0, function* () {
@@ -1542,7 +1542,7 @@ class LoadBalancerClient {
1542
1542
  * @param GetBackendHealthRequest
1543
1543
  * @return GetBackendHealthResponse
1544
1544
  * @throws OciError when an error occurs
1545
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1546
1546
  */
1547
1547
  getBackendHealth(getBackendHealthRequest) {
1548
1548
  return __awaiter(this, void 0, void 0, function* () {
@@ -1602,7 +1602,7 @@ class LoadBalancerClient {
1602
1602
  * @param GetBackendSetRequest
1603
1603
  * @return GetBackendSetResponse
1604
1604
  * @throws OciError when an error occurs
1605
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1605
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1606
1606
  */
1607
1607
  getBackendSet(getBackendSetRequest) {
1608
1608
  return __awaiter(this, void 0, void 0, function* () {
@@ -1661,7 +1661,7 @@ class LoadBalancerClient {
1661
1661
  * @param GetBackendSetHealthRequest
1662
1662
  * @return GetBackendSetHealthResponse
1663
1663
  * @throws OciError when an error occurs
1664
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1664
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1665
1665
  */
1666
1666
  getBackendSetHealth(getBackendSetHealthRequest) {
1667
1667
  return __awaiter(this, void 0, void 0, function* () {
@@ -1720,7 +1720,7 @@ class LoadBalancerClient {
1720
1720
  * @param GetHealthCheckerRequest
1721
1721
  * @return GetHealthCheckerResponse
1722
1722
  * @throws OciError when an error occurs
1723
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1723
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1724
1724
  */
1725
1725
  getHealthChecker(getHealthCheckerRequest) {
1726
1726
  return __awaiter(this, void 0, void 0, function* () {
@@ -1779,7 +1779,7 @@ class LoadBalancerClient {
1779
1779
  * @param GetHostnameRequest
1780
1780
  * @return GetHostnameResponse
1781
1781
  * @throws OciError when an error occurs
1782
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1783
1783
  */
1784
1784
  getHostname(getHostnameRequest) {
1785
1785
  return __awaiter(this, void 0, void 0, function* () {
@@ -1838,7 +1838,7 @@ class LoadBalancerClient {
1838
1838
  * @param GetLoadBalancerRequest
1839
1839
  * @return GetLoadBalancerResponse
1840
1840
  * @throws OciError when an error occurs
1841
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1842
1842
  */
1843
1843
  getLoadBalancer(getLoadBalancerRequest) {
1844
1844
  return __awaiter(this, void 0, void 0, function* () {
@@ -1896,7 +1896,7 @@ class LoadBalancerClient {
1896
1896
  * @param GetLoadBalancerHealthRequest
1897
1897
  * @return GetLoadBalancerHealthResponse
1898
1898
  * @throws OciError when an error occurs
1899
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
1899
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
1900
1900
  */
1901
1901
  getLoadBalancerHealth(getLoadBalancerHealthRequest) {
1902
1902
  return __awaiter(this, void 0, void 0, function* () {
@@ -1954,7 +1954,7 @@ class LoadBalancerClient {
1954
1954
  * @param GetPathRouteSetRequest
1955
1955
  * @return GetPathRouteSetResponse
1956
1956
  * @throws OciError when an error occurs
1957
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
1957
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
1958
1958
  */
1959
1959
  getPathRouteSet(getPathRouteSetRequest) {
1960
1960
  return __awaiter(this, void 0, void 0, function* () {
@@ -2013,7 +2013,7 @@ class LoadBalancerClient {
2013
2013
  * @param GetRoutingPolicyRequest
2014
2014
  * @return GetRoutingPolicyResponse
2015
2015
  * @throws OciError when an error occurs
2016
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
2016
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
2017
2017
  */
2018
2018
  getRoutingPolicy(getRoutingPolicyRequest) {
2019
2019
  return __awaiter(this, void 0, void 0, function* () {
@@ -2072,7 +2072,7 @@ class LoadBalancerClient {
2072
2072
  * @param GetRuleSetRequest
2073
2073
  * @return GetRuleSetResponse
2074
2074
  * @throws OciError when an error occurs
2075
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2075
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2076
2076
  */
2077
2077
  getRuleSet(getRuleSetRequest) {
2078
2078
  return __awaiter(this, void 0, void 0, function* () {
@@ -2131,7 +2131,7 @@ class LoadBalancerClient {
2131
2131
  * @param GetSSLCipherSuiteRequest
2132
2132
  * @return GetSSLCipherSuiteResponse
2133
2133
  * @throws OciError when an error occurs
2134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2135
2135
  */
2136
2136
  getSSLCipherSuite(getSSLCipherSuiteRequest) {
2137
2137
  return __awaiter(this, void 0, void 0, function* () {
@@ -2190,7 +2190,7 @@ class LoadBalancerClient {
2190
2190
  * @param GetWorkRequestRequest
2191
2191
  * @return GetWorkRequestResponse
2192
2192
  * @throws OciError when an error occurs
2193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2194
2194
  */
2195
2195
  getWorkRequest(getWorkRequestRequest) {
2196
2196
  return __awaiter(this, void 0, void 0, function* () {
@@ -2248,7 +2248,7 @@ class LoadBalancerClient {
2248
2248
  * @param ListBackendSetsRequest
2249
2249
  * @return ListBackendSetsResponse
2250
2250
  * @throws OciError when an error occurs
2251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2252
2252
  */
2253
2253
  listBackendSets(listBackendSetsRequest) {
2254
2254
  return __awaiter(this, void 0, void 0, function* () {
@@ -2306,7 +2306,7 @@ class LoadBalancerClient {
2306
2306
  * @param ListBackendsRequest
2307
2307
  * @return ListBackendsResponse
2308
2308
  * @throws OciError when an error occurs
2309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2309
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2310
2310
  */
2311
2311
  listBackends(listBackendsRequest) {
2312
2312
  return __awaiter(this, void 0, void 0, function* () {
@@ -2365,7 +2365,7 @@ class LoadBalancerClient {
2365
2365
  * @param ListCertificatesRequest
2366
2366
  * @return ListCertificatesResponse
2367
2367
  * @throws OciError when an error occurs
2368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2369
2369
  */
2370
2370
  listCertificates(listCertificatesRequest) {
2371
2371
  return __awaiter(this, void 0, void 0, function* () {
@@ -2423,7 +2423,7 @@ class LoadBalancerClient {
2423
2423
  * @param ListHostnamesRequest
2424
2424
  * @return ListHostnamesResponse
2425
2425
  * @throws OciError when an error occurs
2426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2427
2427
  */
2428
2428
  listHostnames(listHostnamesRequest) {
2429
2429
  return __awaiter(this, void 0, void 0, function* () {
@@ -2488,7 +2488,7 @@ class LoadBalancerClient {
2488
2488
  * @param ListListenerRulesRequest
2489
2489
  * @return ListListenerRulesResponse
2490
2490
  * @throws OciError when an error occurs
2491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2492
2492
  */
2493
2493
  listListenerRules(listListenerRulesRequest) {
2494
2494
  return __awaiter(this, void 0, void 0, function* () {
@@ -2547,7 +2547,7 @@ class LoadBalancerClient {
2547
2547
  * @param ListLoadBalancerHealthsRequest
2548
2548
  * @return ListLoadBalancerHealthsResponse
2549
2549
  * @throws OciError when an error occurs
2550
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2550
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2551
2551
  */
2552
2552
  listLoadBalancerHealths(listLoadBalancerHealthsRequest) {
2553
2553
  return __awaiter(this, void 0, void 0, function* () {
@@ -2652,7 +2652,7 @@ class LoadBalancerClient {
2652
2652
  * @param ListLoadBalancersRequest
2653
2653
  * @return ListLoadBalancersResponse
2654
2654
  * @throws OciError when an error occurs
2655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2656
2656
  */
2657
2657
  listLoadBalancers(listLoadBalancersRequest) {
2658
2658
  return __awaiter(this, void 0, void 0, function* () {
@@ -2762,7 +2762,7 @@ class LoadBalancerClient {
2762
2762
  * @param ListPathRouteSetsRequest
2763
2763
  * @return ListPathRouteSetsResponse
2764
2764
  * @throws OciError when an error occurs
2765
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2765
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2766
2766
  */
2767
2767
  listPathRouteSets(listPathRouteSetsRequest) {
2768
2768
  return __awaiter(this, void 0, void 0, function* () {
@@ -2820,7 +2820,7 @@ class LoadBalancerClient {
2820
2820
  * @param ListPoliciesRequest
2821
2821
  * @return ListPoliciesResponse
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.28.0/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2823
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2824
2824
  */
2825
2825
  listPolicies(listPoliciesRequest) {
2826
2826
  return __awaiter(this, void 0, void 0, function* () {
@@ -2925,7 +2925,7 @@ class LoadBalancerClient {
2925
2925
  * @param ListProtocolsRequest
2926
2926
  * @return ListProtocolsResponse
2927
2927
  * @throws OciError when an error occurs
2928
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
2928
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
2929
2929
  */
2930
2930
  listProtocols(listProtocolsRequest) {
2931
2931
  return __awaiter(this, void 0, void 0, function* () {
@@ -3030,7 +3030,7 @@ class LoadBalancerClient {
3030
3030
  * @param ListRoutingPoliciesRequest
3031
3031
  * @return ListRoutingPoliciesResponse
3032
3032
  * @throws OciError when an error occurs
3033
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
3033
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
3034
3034
  */
3035
3035
  listRoutingPolicies(listRoutingPoliciesRequest) {
3036
3036
  return __awaiter(this, void 0, void 0, function* () {
@@ -3136,7 +3136,7 @@ class LoadBalancerClient {
3136
3136
  * @param ListRuleSetsRequest
3137
3137
  * @return ListRuleSetsResponse
3138
3138
  * @throws OciError when an error occurs
3139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3140
3140
  */
3141
3141
  listRuleSets(listRuleSetsRequest) {
3142
3142
  return __awaiter(this, void 0, void 0, function* () {
@@ -3194,7 +3194,7 @@ class LoadBalancerClient {
3194
3194
  * @param ListSSLCipherSuitesRequest
3195
3195
  * @return ListSSLCipherSuitesResponse
3196
3196
  * @throws OciError when an error occurs
3197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3198
3198
  */
3199
3199
  listSSLCipherSuites(listSSLCipherSuitesRequest) {
3200
3200
  return __awaiter(this, void 0, void 0, function* () {
@@ -3252,7 +3252,7 @@ class LoadBalancerClient {
3252
3252
  * @param ListShapesRequest
3253
3253
  * @return ListShapesResponse
3254
3254
  * @throws OciError when an error occurs
3255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3256
3256
  */
3257
3257
  listShapes(listShapesRequest) {
3258
3258
  return __awaiter(this, void 0, void 0, function* () {
@@ -3357,7 +3357,7 @@ class LoadBalancerClient {
3357
3357
  * @param ListWorkRequestsRequest
3358
3358
  * @return ListWorkRequestsResponse
3359
3359
  * @throws OciError when an error occurs
3360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3361
3361
  */
3362
3362
  listWorkRequests(listWorkRequestsRequest) {
3363
3363
  return __awaiter(this, void 0, void 0, function* () {
@@ -3463,7 +3463,7 @@ class LoadBalancerClient {
3463
3463
  * @param UpdateBackendRequest
3464
3464
  * @return UpdateBackendResponse
3465
3465
  * @throws OciError when an error occurs
3466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3466
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3467
3467
  */
3468
3468
  updateBackend(updateBackendRequest) {
3469
3469
  return __awaiter(this, void 0, void 0, function* () {
@@ -3526,7 +3526,7 @@ class LoadBalancerClient {
3526
3526
  * @param UpdateBackendSetRequest
3527
3527
  * @return UpdateBackendSetResponse
3528
3528
  * @throws OciError when an error occurs
3529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3530
3530
  */
3531
3531
  updateBackendSet(updateBackendSetRequest) {
3532
3532
  return __awaiter(this, void 0, void 0, function* () {
@@ -3588,7 +3588,7 @@ class LoadBalancerClient {
3588
3588
  * @param UpdateHealthCheckerRequest
3589
3589
  * @return UpdateHealthCheckerResponse
3590
3590
  * @throws OciError when an error occurs
3591
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3591
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3592
3592
  */
3593
3593
  updateHealthChecker(updateHealthCheckerRequest) {
3594
3594
  return __awaiter(this, void 0, void 0, function* () {
@@ -3652,7 +3652,7 @@ class LoadBalancerClient {
3652
3652
  * @param UpdateHostnameRequest
3653
3653
  * @return UpdateHostnameResponse
3654
3654
  * @throws OciError when an error occurs
3655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3656
3656
  */
3657
3657
  updateHostname(updateHostnameRequest) {
3658
3658
  return __awaiter(this, void 0, void 0, function* () {
@@ -3713,7 +3713,7 @@ class LoadBalancerClient {
3713
3713
  * @param UpdateListenerRequest
3714
3714
  * @return UpdateListenerResponse
3715
3715
  * @throws OciError when an error occurs
3716
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3716
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3717
3717
  */
3718
3718
  updateListener(updateListenerRequest) {
3719
3719
  return __awaiter(this, void 0, void 0, function* () {
@@ -3775,7 +3775,7 @@ class LoadBalancerClient {
3775
3775
  * @param UpdateLoadBalancerRequest
3776
3776
  * @return UpdateLoadBalancerResponse
3777
3777
  * @throws OciError when an error occurs
3778
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3779
3779
  */
3780
3780
  updateLoadBalancer(updateLoadBalancerRequest) {
3781
3781
  return __awaiter(this, void 0, void 0, function* () {
@@ -3842,7 +3842,7 @@ class LoadBalancerClient {
3842
3842
  * @param UpdateLoadBalancerShapeRequest
3843
3843
  * @return UpdateLoadBalancerShapeResponse
3844
3844
  * @throws OciError when an error occurs
3845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
3845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
3846
3846
  */
3847
3847
  updateLoadBalancerShape(updateLoadBalancerShapeRequest) {
3848
3848
  return __awaiter(this, void 0, void 0, function* () {
@@ -3903,7 +3903,7 @@ class LoadBalancerClient {
3903
3903
  * @param UpdateNetworkSecurityGroupsRequest
3904
3904
  * @return UpdateNetworkSecurityGroupsResponse
3905
3905
  * @throws OciError when an error occurs
3906
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
3906
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
3907
3907
  */
3908
3908
  updateNetworkSecurityGroups(updateNetworkSecurityGroupsRequest) {
3909
3909
  return __awaiter(this, void 0, void 0, function* () {
@@ -3970,7 +3970,7 @@ class LoadBalancerClient {
3970
3970
  * @param UpdatePathRouteSetRequest
3971
3971
  * @return UpdatePathRouteSetResponse
3972
3972
  * @throws OciError when an error occurs
3973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
3973
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
3974
3974
  */
3975
3975
  updatePathRouteSet(updatePathRouteSetRequest) {
3976
3976
  return __awaiter(this, void 0, void 0, function* () {
@@ -4036,7 +4036,7 @@ class LoadBalancerClient {
4036
4036
  * @param UpdateRoutingPolicyRequest
4037
4037
  * @return UpdateRoutingPolicyResponse
4038
4038
  * @throws OciError when an error occurs
4039
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
4039
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
4040
4040
  */
4041
4041
  updateRoutingPolicy(updateRoutingPolicyRequest) {
4042
4042
  return __awaiter(this, void 0, void 0, function* () {
@@ -4102,7 +4102,7 @@ class LoadBalancerClient {
4102
4102
  * @param UpdateRuleSetRequest
4103
4103
  * @return UpdateRuleSetResponse
4104
4104
  * @throws OciError when an error occurs
4105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
4105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
4106
4106
  */
4107
4107
  updateRuleSet(updateRuleSetRequest) {
4108
4108
  return __awaiter(this, void 0, void 0, function* () {
@@ -4163,7 +4163,7 @@ class LoadBalancerClient {
4163
4163
  * @param UpdateSSLCipherSuiteRequest
4164
4164
  * @return UpdateSSLCipherSuiteResponse
4165
4165
  * @throws OciError when an error occurs
4166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4167
4167
  */
4168
4168
  updateSSLCipherSuite(updateSSLCipherSuiteRequest) {
4169
4169
  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.28.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.31.0/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.28.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.31.0/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.28.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.31.0/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.28.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.31.0/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.28.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.31.0/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.28.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.31.0/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.28.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.31.0/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.28.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.31.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSetRequest.
17
17
  */
18
18
  export interface CreatePathRouteSetRequest extends common.BaseRequest {
19
19
  /**