oci-loadbalancer 2.45.0 → 2.47.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.45.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.47.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.45.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.47.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* () {
@@ -286,7 +286,7 @@ class LoadBalancerClient {
286
286
  * @param CreateBackendSetRequest
287
287
  * @return CreateBackendSetResponse
288
288
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
290
290
  */
291
291
  createBackendSet(createBackendSetRequest) {
292
292
  return __awaiter(this, void 0, void 0, function* () {
@@ -348,7 +348,7 @@ class LoadBalancerClient {
348
348
  * @param CreateCertificateRequest
349
349
  * @return CreateCertificateResponse
350
350
  * @throws OciError when an error occurs
351
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
352
352
  */
353
353
  createCertificate(createCertificateRequest) {
354
354
  return __awaiter(this, void 0, void 0, function* () {
@@ -412,7 +412,7 @@ class LoadBalancerClient {
412
412
  * @param CreateHostnameRequest
413
413
  * @return CreateHostnameResponse
414
414
  * @throws OciError when an error occurs
415
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
416
416
  */
417
417
  createHostname(createHostnameRequest) {
418
418
  return __awaiter(this, void 0, void 0, function* () {
@@ -474,7 +474,7 @@ class LoadBalancerClient {
474
474
  * @param CreateListenerRequest
475
475
  * @return CreateListenerResponse
476
476
  * @throws OciError when an error occurs
477
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
477
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
478
478
  */
479
479
  createListener(createListenerRequest) {
480
480
  return __awaiter(this, void 0, void 0, function* () {
@@ -563,7 +563,7 @@ class LoadBalancerClient {
563
563
  * @param CreateLoadBalancerRequest
564
564
  * @return CreateLoadBalancerResponse
565
565
  * @throws OciError when an error occurs
566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
567
567
  */
568
568
  createLoadBalancer(createLoadBalancerRequest) {
569
569
  return __awaiter(this, void 0, void 0, function* () {
@@ -624,7 +624,7 @@ class LoadBalancerClient {
624
624
  * @param CreatePathRouteSetRequest
625
625
  * @return CreatePathRouteSetResponse
626
626
  * @throws OciError when an error occurs
627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
628
628
  */
629
629
  createPathRouteSet(createPathRouteSetRequest) {
630
630
  return __awaiter(this, void 0, void 0, function* () {
@@ -688,7 +688,7 @@ class LoadBalancerClient {
688
688
  * @param CreateRoutingPolicyRequest
689
689
  * @return CreateRoutingPolicyResponse
690
690
  * @throws OciError when an error occurs
691
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
691
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
692
692
  */
693
693
  createRoutingPolicy(createRoutingPolicyRequest) {
694
694
  return __awaiter(this, void 0, void 0, function* () {
@@ -752,7 +752,7 @@ class LoadBalancerClient {
752
752
  * @param CreateRuleSetRequest
753
753
  * @return CreateRuleSetResponse
754
754
  * @throws OciError when an error occurs
755
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
755
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
756
756
  */
757
757
  createRuleSet(createRuleSetRequest) {
758
758
  return __awaiter(this, void 0, void 0, function* () {
@@ -814,7 +814,7 @@ class LoadBalancerClient {
814
814
  * @param CreateSSLCipherSuiteRequest
815
815
  * @return CreateSSLCipherSuiteResponse
816
816
  * @throws OciError when an error occurs
817
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
817
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
818
818
  */
819
819
  createSSLCipherSuite(createSSLCipherSuiteRequest) {
820
820
  return __awaiter(this, void 0, void 0, function* () {
@@ -876,7 +876,7 @@ class LoadBalancerClient {
876
876
  * @param DeleteBackendRequest
877
877
  * @return DeleteBackendResponse
878
878
  * @throws OciError when an error occurs
879
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
879
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
880
880
  */
881
881
  deleteBackend(deleteBackendRequest) {
882
882
  return __awaiter(this, void 0, void 0, function* () {
@@ -941,7 +941,7 @@ class LoadBalancerClient {
941
941
  * @param DeleteBackendSetRequest
942
942
  * @return DeleteBackendSetResponse
943
943
  * @throws OciError when an error occurs
944
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
944
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
945
945
  */
946
946
  deleteBackendSet(deleteBackendSetRequest) {
947
947
  return __awaiter(this, void 0, void 0, function* () {
@@ -1002,7 +1002,7 @@ class LoadBalancerClient {
1002
1002
  * @param DeleteCertificateRequest
1003
1003
  * @return DeleteCertificateResponse
1004
1004
  * @throws OciError when an error occurs
1005
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
1005
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
1006
1006
  */
1007
1007
  deleteCertificate(deleteCertificateRequest) {
1008
1008
  return __awaiter(this, void 0, void 0, function* () {
@@ -1064,7 +1064,7 @@ class LoadBalancerClient {
1064
1064
  * @param DeleteHostnameRequest
1065
1065
  * @return DeleteHostnameResponse
1066
1066
  * @throws OciError when an error occurs
1067
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1067
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1068
1068
  */
1069
1069
  deleteHostname(deleteHostnameRequest) {
1070
1070
  return __awaiter(this, void 0, void 0, function* () {
@@ -1125,7 +1125,7 @@ class LoadBalancerClient {
1125
1125
  * @param DeleteListenerRequest
1126
1126
  * @return DeleteListenerResponse
1127
1127
  * @throws OciError when an error occurs
1128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1129
1129
  */
1130
1130
  deleteListener(deleteListenerRequest) {
1131
1131
  return __awaiter(this, void 0, void 0, function* () {
@@ -1186,7 +1186,7 @@ class LoadBalancerClient {
1186
1186
  * @param DeleteLoadBalancerRequest
1187
1187
  * @return DeleteLoadBalancerResponse
1188
1188
  * @throws OciError when an error occurs
1189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1190
1190
  */
1191
1191
  deleteLoadBalancer(deleteLoadBalancerRequest) {
1192
1192
  return __awaiter(this, void 0, void 0, function* () {
@@ -1250,7 +1250,7 @@ class LoadBalancerClient {
1250
1250
  * @param DeletePathRouteSetRequest
1251
1251
  * @return DeletePathRouteSetResponse
1252
1252
  * @throws OciError when an error occurs
1253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1254
1254
  */
1255
1255
  deletePathRouteSet(deletePathRouteSetRequest) {
1256
1256
  return __awaiter(this, void 0, void 0, function* () {
@@ -1315,7 +1315,7 @@ class LoadBalancerClient {
1315
1315
  * @param DeleteRoutingPolicyRequest
1316
1316
  * @return DeleteRoutingPolicyResponse
1317
1317
  * @throws OciError when an error occurs
1318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1319
1319
  */
1320
1320
  deleteRoutingPolicy(deleteRoutingPolicyRequest) {
1321
1321
  return __awaiter(this, void 0, void 0, function* () {
@@ -1380,7 +1380,7 @@ class LoadBalancerClient {
1380
1380
  * @param DeleteRuleSetRequest
1381
1381
  * @return DeleteRuleSetResponse
1382
1382
  * @throws OciError when an error occurs
1383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1384
1384
  */
1385
1385
  deleteRuleSet(deleteRuleSetRequest) {
1386
1386
  return __awaiter(this, void 0, void 0, function* () {
@@ -1441,7 +1441,7 @@ class LoadBalancerClient {
1441
1441
  * @param DeleteSSLCipherSuiteRequest
1442
1442
  * @return DeleteSSLCipherSuiteResponse
1443
1443
  * @throws OciError when an error occurs
1444
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1445
1445
  */
1446
1446
  deleteSSLCipherSuite(deleteSSLCipherSuiteRequest) {
1447
1447
  return __awaiter(this, void 0, void 0, function* () {
@@ -1502,7 +1502,7 @@ class LoadBalancerClient {
1502
1502
  * @param GetBackendRequest
1503
1503
  * @return GetBackendResponse
1504
1504
  * @throws OciError when an error occurs
1505
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1505
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1506
1506
  */
1507
1507
  getBackend(getBackendRequest) {
1508
1508
  return __awaiter(this, void 0, void 0, function* () {
@@ -1568,7 +1568,7 @@ class LoadBalancerClient {
1568
1568
  * @param GetBackendHealthRequest
1569
1569
  * @return GetBackendHealthResponse
1570
1570
  * @throws OciError when an error occurs
1571
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1571
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1572
1572
  */
1573
1573
  getBackendHealth(getBackendHealthRequest) {
1574
1574
  return __awaiter(this, void 0, void 0, function* () {
@@ -1634,7 +1634,7 @@ class LoadBalancerClient {
1634
1634
  * @param GetBackendSetRequest
1635
1635
  * @return GetBackendSetResponse
1636
1636
  * @throws OciError when an error occurs
1637
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1637
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1638
1638
  */
1639
1639
  getBackendSet(getBackendSetRequest) {
1640
1640
  return __awaiter(this, void 0, void 0, function* () {
@@ -1699,7 +1699,7 @@ class LoadBalancerClient {
1699
1699
  * @param GetBackendSetHealthRequest
1700
1700
  * @return GetBackendSetHealthResponse
1701
1701
  * @throws OciError when an error occurs
1702
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1703
1703
  */
1704
1704
  getBackendSetHealth(getBackendSetHealthRequest) {
1705
1705
  return __awaiter(this, void 0, void 0, function* () {
@@ -1764,7 +1764,7 @@ class LoadBalancerClient {
1764
1764
  * @param GetHealthCheckerRequest
1765
1765
  * @return GetHealthCheckerResponse
1766
1766
  * @throws OciError when an error occurs
1767
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1767
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1768
1768
  */
1769
1769
  getHealthChecker(getHealthCheckerRequest) {
1770
1770
  return __awaiter(this, void 0, void 0, function* () {
@@ -1829,7 +1829,7 @@ class LoadBalancerClient {
1829
1829
  * @param GetHostnameRequest
1830
1830
  * @return GetHostnameResponse
1831
1831
  * @throws OciError when an error occurs
1832
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1832
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1833
1833
  */
1834
1834
  getHostname(getHostnameRequest) {
1835
1835
  return __awaiter(this, void 0, void 0, function* () {
@@ -1894,7 +1894,7 @@ class LoadBalancerClient {
1894
1894
  * @param GetLoadBalancerRequest
1895
1895
  * @return GetLoadBalancerResponse
1896
1896
  * @throws OciError when an error occurs
1897
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1897
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1898
1898
  */
1899
1899
  getLoadBalancer(getLoadBalancerRequest) {
1900
1900
  return __awaiter(this, void 0, void 0, function* () {
@@ -1958,7 +1958,7 @@ class LoadBalancerClient {
1958
1958
  * @param GetLoadBalancerHealthRequest
1959
1959
  * @return GetLoadBalancerHealthResponse
1960
1960
  * @throws OciError when an error occurs
1961
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
1961
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
1962
1962
  */
1963
1963
  getLoadBalancerHealth(getLoadBalancerHealthRequest) {
1964
1964
  return __awaiter(this, void 0, void 0, function* () {
@@ -2022,7 +2022,7 @@ class LoadBalancerClient {
2022
2022
  * @param GetPathRouteSetRequest
2023
2023
  * @return GetPathRouteSetResponse
2024
2024
  * @throws OciError when an error occurs
2025
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
2025
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
2026
2026
  */
2027
2027
  getPathRouteSet(getPathRouteSetRequest) {
2028
2028
  return __awaiter(this, void 0, void 0, function* () {
@@ -2087,7 +2087,7 @@ class LoadBalancerClient {
2087
2087
  * @param GetRoutingPolicyRequest
2088
2088
  * @return GetRoutingPolicyResponse
2089
2089
  * @throws OciError when an error occurs
2090
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
2090
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
2091
2091
  */
2092
2092
  getRoutingPolicy(getRoutingPolicyRequest) {
2093
2093
  return __awaiter(this, void 0, void 0, function* () {
@@ -2152,7 +2152,7 @@ class LoadBalancerClient {
2152
2152
  * @param GetRuleSetRequest
2153
2153
  * @return GetRuleSetResponse
2154
2154
  * @throws OciError when an error occurs
2155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2156
2156
  */
2157
2157
  getRuleSet(getRuleSetRequest) {
2158
2158
  return __awaiter(this, void 0, void 0, function* () {
@@ -2217,7 +2217,7 @@ class LoadBalancerClient {
2217
2217
  * @param GetSSLCipherSuiteRequest
2218
2218
  * @return GetSSLCipherSuiteResponse
2219
2219
  * @throws OciError when an error occurs
2220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2221
2221
  */
2222
2222
  getSSLCipherSuite(getSSLCipherSuiteRequest) {
2223
2223
  return __awaiter(this, void 0, void 0, function* () {
@@ -2282,7 +2282,7 @@ class LoadBalancerClient {
2282
2282
  * @param GetWorkRequestRequest
2283
2283
  * @return GetWorkRequestResponse
2284
2284
  * @throws OciError when an error occurs
2285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2286
2286
  */
2287
2287
  getWorkRequest(getWorkRequestRequest) {
2288
2288
  return __awaiter(this, void 0, void 0, function* () {
@@ -2340,7 +2340,7 @@ class LoadBalancerClient {
2340
2340
  * @param ListBackendSetsRequest
2341
2341
  * @return ListBackendSetsResponse
2342
2342
  * @throws OciError when an error occurs
2343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2344
2344
  */
2345
2345
  listBackendSets(listBackendSetsRequest) {
2346
2346
  return __awaiter(this, void 0, void 0, function* () {
@@ -2404,7 +2404,7 @@ class LoadBalancerClient {
2404
2404
  * @param ListBackendsRequest
2405
2405
  * @return ListBackendsResponse
2406
2406
  * @throws OciError when an error occurs
2407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2408
2408
  */
2409
2409
  listBackends(listBackendsRequest) {
2410
2410
  return __awaiter(this, void 0, void 0, function* () {
@@ -2469,7 +2469,7 @@ class LoadBalancerClient {
2469
2469
  * @param ListCertificatesRequest
2470
2470
  * @return ListCertificatesResponse
2471
2471
  * @throws OciError when an error occurs
2472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2473
2473
  */
2474
2474
  listCertificates(listCertificatesRequest) {
2475
2475
  return __awaiter(this, void 0, void 0, function* () {
@@ -2533,7 +2533,7 @@ class LoadBalancerClient {
2533
2533
  * @param ListHostnamesRequest
2534
2534
  * @return ListHostnamesResponse
2535
2535
  * @throws OciError when an error occurs
2536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2536
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2537
2537
  */
2538
2538
  listHostnames(listHostnamesRequest) {
2539
2539
  return __awaiter(this, void 0, void 0, function* () {
@@ -2604,7 +2604,7 @@ class LoadBalancerClient {
2604
2604
  * @param ListListenerRulesRequest
2605
2605
  * @return ListListenerRulesResponse
2606
2606
  * @throws OciError when an error occurs
2607
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2608
2608
  */
2609
2609
  listListenerRules(listListenerRulesRequest) {
2610
2610
  return __awaiter(this, void 0, void 0, function* () {
@@ -2669,7 +2669,7 @@ class LoadBalancerClient {
2669
2669
  * @param ListLoadBalancerHealthsRequest
2670
2670
  * @return ListLoadBalancerHealthsResponse
2671
2671
  * @throws OciError when an error occurs
2672
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2672
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2673
2673
  */
2674
2674
  listLoadBalancerHealths(listLoadBalancerHealthsRequest) {
2675
2675
  return __awaiter(this, void 0, void 0, function* () {
@@ -2774,7 +2774,7 @@ class LoadBalancerClient {
2774
2774
  * @param ListLoadBalancersRequest
2775
2775
  * @return ListLoadBalancersResponse
2776
2776
  * @throws OciError when an error occurs
2777
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2778
2778
  */
2779
2779
  listLoadBalancers(listLoadBalancersRequest) {
2780
2780
  return __awaiter(this, void 0, void 0, function* () {
@@ -2884,7 +2884,7 @@ class LoadBalancerClient {
2884
2884
  * @param ListPathRouteSetsRequest
2885
2885
  * @return ListPathRouteSetsResponse
2886
2886
  * @throws OciError when an error occurs
2887
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2887
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2888
2888
  */
2889
2889
  listPathRouteSets(listPathRouteSetsRequest) {
2890
2890
  return __awaiter(this, void 0, void 0, function* () {
@@ -2948,7 +2948,7 @@ class LoadBalancerClient {
2948
2948
  * @param ListPoliciesRequest
2949
2949
  * @return ListPoliciesResponse
2950
2950
  * @throws OciError when an error occurs
2951
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2952
2952
  */
2953
2953
  listPolicies(listPoliciesRequest) {
2954
2954
  return __awaiter(this, void 0, void 0, function* () {
@@ -3053,7 +3053,7 @@ class LoadBalancerClient {
3053
3053
  * @param ListProtocolsRequest
3054
3054
  * @return ListProtocolsResponse
3055
3055
  * @throws OciError when an error occurs
3056
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
3056
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
3057
3057
  */
3058
3058
  listProtocols(listProtocolsRequest) {
3059
3059
  return __awaiter(this, void 0, void 0, function* () {
@@ -3158,7 +3158,7 @@ class LoadBalancerClient {
3158
3158
  * @param ListRoutingPoliciesRequest
3159
3159
  * @return ListRoutingPoliciesResponse
3160
3160
  * @throws OciError when an error occurs
3161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
3161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
3162
3162
  */
3163
3163
  listRoutingPolicies(listRoutingPoliciesRequest) {
3164
3164
  return __awaiter(this, void 0, void 0, function* () {
@@ -3270,7 +3270,7 @@ class LoadBalancerClient {
3270
3270
  * @param ListRuleSetsRequest
3271
3271
  * @return ListRuleSetsResponse
3272
3272
  * @throws OciError when an error occurs
3273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3274
3274
  */
3275
3275
  listRuleSets(listRuleSetsRequest) {
3276
3276
  return __awaiter(this, void 0, void 0, function* () {
@@ -3334,7 +3334,7 @@ class LoadBalancerClient {
3334
3334
  * @param ListSSLCipherSuitesRequest
3335
3335
  * @return ListSSLCipherSuitesResponse
3336
3336
  * @throws OciError when an error occurs
3337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3338
3338
  */
3339
3339
  listSSLCipherSuites(listSSLCipherSuitesRequest) {
3340
3340
  return __awaiter(this, void 0, void 0, function* () {
@@ -3398,7 +3398,7 @@ class LoadBalancerClient {
3398
3398
  * @param ListShapesRequest
3399
3399
  * @return ListShapesResponse
3400
3400
  * @throws OciError when an error occurs
3401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3402
3402
  */
3403
3403
  listShapes(listShapesRequest) {
3404
3404
  return __awaiter(this, void 0, void 0, function* () {
@@ -3503,7 +3503,7 @@ class LoadBalancerClient {
3503
3503
  * @param ListWorkRequestsRequest
3504
3504
  * @return ListWorkRequestsResponse
3505
3505
  * @throws OciError when an error occurs
3506
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3506
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3507
3507
  */
3508
3508
  listWorkRequests(listWorkRequestsRequest) {
3509
3509
  return __awaiter(this, void 0, void 0, function* () {
@@ -3609,7 +3609,7 @@ class LoadBalancerClient {
3609
3609
  * @param UpdateBackendRequest
3610
3610
  * @return UpdateBackendResponse
3611
3611
  * @throws OciError when an error occurs
3612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3612
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3613
3613
  */
3614
3614
  updateBackend(updateBackendRequest) {
3615
3615
  return __awaiter(this, void 0, void 0, function* () {
@@ -3673,7 +3673,7 @@ class LoadBalancerClient {
3673
3673
  * @param UpdateBackendSetRequest
3674
3674
  * @return UpdateBackendSetResponse
3675
3675
  * @throws OciError when an error occurs
3676
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3676
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3677
3677
  */
3678
3678
  updateBackendSet(updateBackendSetRequest) {
3679
3679
  return __awaiter(this, void 0, void 0, function* () {
@@ -3736,7 +3736,7 @@ class LoadBalancerClient {
3736
3736
  * @param UpdateHealthCheckerRequest
3737
3737
  * @return UpdateHealthCheckerResponse
3738
3738
  * @throws OciError when an error occurs
3739
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3739
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3740
3740
  */
3741
3741
  updateHealthChecker(updateHealthCheckerRequest) {
3742
3742
  return __awaiter(this, void 0, void 0, function* () {
@@ -3801,7 +3801,7 @@ class LoadBalancerClient {
3801
3801
  * @param UpdateHostnameRequest
3802
3802
  * @return UpdateHostnameResponse
3803
3803
  * @throws OciError when an error occurs
3804
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3804
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3805
3805
  */
3806
3806
  updateHostname(updateHostnameRequest) {
3807
3807
  return __awaiter(this, void 0, void 0, function* () {
@@ -3864,7 +3864,7 @@ class LoadBalancerClient {
3864
3864
  * @param UpdateListenerRequest
3865
3865
  * @return UpdateListenerResponse
3866
3866
  * @throws OciError when an error occurs
3867
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3867
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3868
3868
  */
3869
3869
  updateListener(updateListenerRequest) {
3870
3870
  return __awaiter(this, void 0, void 0, function* () {
@@ -3927,7 +3927,7 @@ class LoadBalancerClient {
3927
3927
  * @param UpdateLoadBalancerRequest
3928
3928
  * @return UpdateLoadBalancerResponse
3929
3929
  * @throws OciError when an error occurs
3930
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3930
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3931
3931
  */
3932
3932
  updateLoadBalancer(updateLoadBalancerRequest) {
3933
3933
  return __awaiter(this, void 0, void 0, function* () {
@@ -3995,7 +3995,7 @@ class LoadBalancerClient {
3995
3995
  * @param UpdateLoadBalancerShapeRequest
3996
3996
  * @return UpdateLoadBalancerShapeResponse
3997
3997
  * @throws OciError when an error occurs
3998
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
3998
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
3999
3999
  */
4000
4000
  updateLoadBalancerShape(updateLoadBalancerShapeRequest) {
4001
4001
  return __awaiter(this, void 0, void 0, function* () {
@@ -4057,7 +4057,7 @@ class LoadBalancerClient {
4057
4057
  * @param UpdateNetworkSecurityGroupsRequest
4058
4058
  * @return UpdateNetworkSecurityGroupsResponse
4059
4059
  * @throws OciError when an error occurs
4060
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
4060
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
4061
4061
  */
4062
4062
  updateNetworkSecurityGroups(updateNetworkSecurityGroupsRequest) {
4063
4063
  return __awaiter(this, void 0, void 0, function* () {
@@ -4125,7 +4125,7 @@ class LoadBalancerClient {
4125
4125
  * @param UpdatePathRouteSetRequest
4126
4126
  * @return UpdatePathRouteSetResponse
4127
4127
  * @throws OciError when an error occurs
4128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
4128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
4129
4129
  */
4130
4130
  updatePathRouteSet(updatePathRouteSetRequest) {
4131
4131
  return __awaiter(this, void 0, void 0, function* () {
@@ -4192,7 +4192,7 @@ class LoadBalancerClient {
4192
4192
  * @param UpdateRoutingPolicyRequest
4193
4193
  * @return UpdateRoutingPolicyResponse
4194
4194
  * @throws OciError when an error occurs
4195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
4195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
4196
4196
  */
4197
4197
  updateRoutingPolicy(updateRoutingPolicyRequest) {
4198
4198
  return __awaiter(this, void 0, void 0, function* () {
@@ -4259,7 +4259,7 @@ class LoadBalancerClient {
4259
4259
  * @param UpdateRuleSetRequest
4260
4260
  * @return UpdateRuleSetResponse
4261
4261
  * @throws OciError when an error occurs
4262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
4262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
4263
4263
  */
4264
4264
  updateRuleSet(updateRuleSetRequest) {
4265
4265
  return __awaiter(this, void 0, void 0, function* () {
@@ -4322,7 +4322,7 @@ class LoadBalancerClient {
4322
4322
  * @param UpdateSSLCipherSuiteRequest
4323
4323
  * @return UpdateSSLCipherSuiteResponse
4324
4324
  * @throws OciError when an error occurs
4325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4326
4326
  */
4327
4327
  updateSSLCipherSuite(updateSSLCipherSuiteRequest) {
4328
4328
  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.45.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.47.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.45.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.47.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.45.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.47.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.45.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.47.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.45.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.47.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.45.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.47.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.45.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.47.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.45.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.47.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSetRequest.
17
17
  */
18
18
  export interface CreatePathRouteSetRequest extends common.BaseRequest {
19
19
  /**