oci-loadbalancer 2.81.0 → 2.82.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/lib/client.d.ts +61 -61
  2. package/lib/client.js +61 -61
  3. package/lib/request/change-load-balancer-compartment-request.d.ts +1 -1
  4. package/lib/request/create-backend-request.d.ts +1 -1
  5. package/lib/request/create-backend-set-request.d.ts +1 -1
  6. package/lib/request/create-certificate-request.d.ts +1 -1
  7. package/lib/request/create-hostname-request.d.ts +1 -1
  8. package/lib/request/create-listener-request.d.ts +1 -1
  9. package/lib/request/create-load-balancer-request.d.ts +1 -1
  10. package/lib/request/create-path-route-set-request.d.ts +1 -1
  11. package/lib/request/create-routing-policy-request.d.ts +1 -1
  12. package/lib/request/create-rule-set-request.d.ts +1 -1
  13. package/lib/request/create-sslcipher-suite-request.d.ts +1 -1
  14. package/lib/request/delete-backend-request.d.ts +1 -1
  15. package/lib/request/delete-backend-set-request.d.ts +1 -1
  16. package/lib/request/delete-certificate-request.d.ts +1 -1
  17. package/lib/request/delete-hostname-request.d.ts +1 -1
  18. package/lib/request/delete-listener-request.d.ts +1 -1
  19. package/lib/request/delete-load-balancer-request.d.ts +1 -1
  20. package/lib/request/delete-path-route-set-request.d.ts +1 -1
  21. package/lib/request/delete-routing-policy-request.d.ts +1 -1
  22. package/lib/request/delete-rule-set-request.d.ts +1 -1
  23. package/lib/request/delete-sslcipher-suite-request.d.ts +1 -1
  24. package/lib/request/get-backend-health-request.d.ts +1 -1
  25. package/lib/request/get-backend-request.d.ts +1 -1
  26. package/lib/request/get-backend-set-health-request.d.ts +1 -1
  27. package/lib/request/get-backend-set-request.d.ts +1 -1
  28. package/lib/request/get-health-checker-request.d.ts +1 -1
  29. package/lib/request/get-hostname-request.d.ts +1 -1
  30. package/lib/request/get-load-balancer-health-request.d.ts +1 -1
  31. package/lib/request/get-load-balancer-request.d.ts +1 -1
  32. package/lib/request/get-path-route-set-request.d.ts +1 -1
  33. package/lib/request/get-routing-policy-request.d.ts +1 -1
  34. package/lib/request/get-rule-set-request.d.ts +1 -1
  35. package/lib/request/get-sslcipher-suite-request.d.ts +1 -1
  36. package/lib/request/get-work-request-request.d.ts +1 -1
  37. package/lib/request/list-backend-sets-request.d.ts +1 -1
  38. package/lib/request/list-backends-request.d.ts +1 -1
  39. package/lib/request/list-certificates-request.d.ts +1 -1
  40. package/lib/request/list-hostnames-request.d.ts +1 -1
  41. package/lib/request/list-listener-rules-request.d.ts +1 -1
  42. package/lib/request/list-load-balancer-healths-request.d.ts +1 -1
  43. package/lib/request/list-load-balancers-request.d.ts +1 -1
  44. package/lib/request/list-path-route-sets-request.d.ts +1 -1
  45. package/lib/request/list-policies-request.d.ts +1 -1
  46. package/lib/request/list-protocols-request.d.ts +1 -1
  47. package/lib/request/list-routing-policies-request.d.ts +1 -1
  48. package/lib/request/list-rule-sets-request.d.ts +1 -1
  49. package/lib/request/list-shapes-request.d.ts +1 -1
  50. package/lib/request/list-sslcipher-suites-request.d.ts +1 -1
  51. package/lib/request/list-work-requests-request.d.ts +1 -1
  52. package/lib/request/update-backend-request.d.ts +1 -1
  53. package/lib/request/update-backend-set-request.d.ts +1 -1
  54. package/lib/request/update-health-checker-request.d.ts +1 -1
  55. package/lib/request/update-hostname-request.d.ts +1 -1
  56. package/lib/request/update-listener-request.d.ts +1 -1
  57. package/lib/request/update-load-balancer-request.d.ts +1 -1
  58. package/lib/request/update-load-balancer-shape-request.d.ts +1 -1
  59. package/lib/request/update-network-security-groups-request.d.ts +1 -1
  60. package/lib/request/update-path-route-set-request.d.ts +1 -1
  61. package/lib/request/update-routing-policy-request.d.ts +1 -1
  62. package/lib/request/update-rule-set-request.d.ts +1 -1
  63. package/lib/request/update-sslcipher-suite-request.d.ts +1 -1
  64. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -201,7 +201,7 @@ class LoadBalancerClient {
201
201
  * @param ChangeLoadBalancerCompartmentRequest
202
202
  * @return ChangeLoadBalancerCompartmentResponse
203
203
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
205
205
  */
206
206
  changeLoadBalancerCompartment(changeLoadBalancerCompartmentRequest) {
207
207
  return __awaiter(this, void 0, void 0, function* () {
@@ -263,7 +263,7 @@ class LoadBalancerClient {
263
263
  * @param CreateBackendRequest
264
264
  * @return CreateBackendResponse
265
265
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
267
267
  */
268
268
  createBackend(createBackendRequest) {
269
269
  return __awaiter(this, void 0, void 0, function* () {
@@ -326,7 +326,7 @@ class LoadBalancerClient {
326
326
  * @param CreateBackendSetRequest
327
327
  * @return CreateBackendSetResponse
328
328
  * @throws OciError when an error occurs
329
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
330
330
  */
331
331
  createBackendSet(createBackendSetRequest) {
332
332
  return __awaiter(this, void 0, void 0, function* () {
@@ -388,7 +388,7 @@ class LoadBalancerClient {
388
388
  * @param CreateCertificateRequest
389
389
  * @return CreateCertificateResponse
390
390
  * @throws OciError when an error occurs
391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
392
392
  */
393
393
  createCertificate(createCertificateRequest) {
394
394
  return __awaiter(this, void 0, void 0, function* () {
@@ -452,7 +452,7 @@ class LoadBalancerClient {
452
452
  * @param CreateHostnameRequest
453
453
  * @return CreateHostnameResponse
454
454
  * @throws OciError when an error occurs
455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
455
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
456
456
  */
457
457
  createHostname(createHostnameRequest) {
458
458
  return __awaiter(this, void 0, void 0, function* () {
@@ -514,7 +514,7 @@ class LoadBalancerClient {
514
514
  * @param CreateListenerRequest
515
515
  * @return CreateListenerResponse
516
516
  * @throws OciError when an error occurs
517
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
518
518
  */
519
519
  createListener(createListenerRequest) {
520
520
  return __awaiter(this, void 0, void 0, function* () {
@@ -603,7 +603,7 @@ class LoadBalancerClient {
603
603
  * @param CreateLoadBalancerRequest
604
604
  * @return CreateLoadBalancerResponse
605
605
  * @throws OciError when an error occurs
606
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
607
607
  */
608
608
  createLoadBalancer(createLoadBalancerRequest) {
609
609
  return __awaiter(this, void 0, void 0, function* () {
@@ -664,7 +664,7 @@ class LoadBalancerClient {
664
664
  * @param CreatePathRouteSetRequest
665
665
  * @return CreatePathRouteSetResponse
666
666
  * @throws OciError when an error occurs
667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
668
668
  */
669
669
  createPathRouteSet(createPathRouteSetRequest) {
670
670
  return __awaiter(this, void 0, void 0, function* () {
@@ -728,7 +728,7 @@ class LoadBalancerClient {
728
728
  * @param CreateRoutingPolicyRequest
729
729
  * @return CreateRoutingPolicyResponse
730
730
  * @throws OciError when an error occurs
731
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
731
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
732
732
  */
733
733
  createRoutingPolicy(createRoutingPolicyRequest) {
734
734
  return __awaiter(this, void 0, void 0, function* () {
@@ -792,7 +792,7 @@ class LoadBalancerClient {
792
792
  * @param CreateRuleSetRequest
793
793
  * @return CreateRuleSetResponse
794
794
  * @throws OciError when an error occurs
795
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
795
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
796
796
  */
797
797
  createRuleSet(createRuleSetRequest) {
798
798
  return __awaiter(this, void 0, void 0, function* () {
@@ -854,7 +854,7 @@ class LoadBalancerClient {
854
854
  * @param CreateSSLCipherSuiteRequest
855
855
  * @return CreateSSLCipherSuiteResponse
856
856
  * @throws OciError when an error occurs
857
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
857
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
858
858
  */
859
859
  createSSLCipherSuite(createSSLCipherSuiteRequest) {
860
860
  return __awaiter(this, void 0, void 0, function* () {
@@ -916,7 +916,7 @@ class LoadBalancerClient {
916
916
  * @param DeleteBackendRequest
917
917
  * @return DeleteBackendResponse
918
918
  * @throws OciError when an error occurs
919
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
919
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
920
920
  */
921
921
  deleteBackend(deleteBackendRequest) {
922
922
  return __awaiter(this, void 0, void 0, function* () {
@@ -981,7 +981,7 @@ class LoadBalancerClient {
981
981
  * @param DeleteBackendSetRequest
982
982
  * @return DeleteBackendSetResponse
983
983
  * @throws OciError when an error occurs
984
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
984
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
985
985
  */
986
986
  deleteBackendSet(deleteBackendSetRequest) {
987
987
  return __awaiter(this, void 0, void 0, function* () {
@@ -1042,7 +1042,7 @@ class LoadBalancerClient {
1042
1042
  * @param DeleteCertificateRequest
1043
1043
  * @return DeleteCertificateResponse
1044
1044
  * @throws OciError when an error occurs
1045
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
1045
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
1046
1046
  */
1047
1047
  deleteCertificate(deleteCertificateRequest) {
1048
1048
  return __awaiter(this, void 0, void 0, function* () {
@@ -1104,7 +1104,7 @@ class LoadBalancerClient {
1104
1104
  * @param DeleteHostnameRequest
1105
1105
  * @return DeleteHostnameResponse
1106
1106
  * @throws OciError when an error occurs
1107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1108
1108
  */
1109
1109
  deleteHostname(deleteHostnameRequest) {
1110
1110
  return __awaiter(this, void 0, void 0, function* () {
@@ -1165,7 +1165,7 @@ class LoadBalancerClient {
1165
1165
  * @param DeleteListenerRequest
1166
1166
  * @return DeleteListenerResponse
1167
1167
  * @throws OciError when an error occurs
1168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1169
1169
  */
1170
1170
  deleteListener(deleteListenerRequest) {
1171
1171
  return __awaiter(this, void 0, void 0, function* () {
@@ -1226,7 +1226,7 @@ class LoadBalancerClient {
1226
1226
  * @param DeleteLoadBalancerRequest
1227
1227
  * @return DeleteLoadBalancerResponse
1228
1228
  * @throws OciError when an error occurs
1229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1230
1230
  */
1231
1231
  deleteLoadBalancer(deleteLoadBalancerRequest) {
1232
1232
  return __awaiter(this, void 0, void 0, function* () {
@@ -1290,7 +1290,7 @@ class LoadBalancerClient {
1290
1290
  * @param DeletePathRouteSetRequest
1291
1291
  * @return DeletePathRouteSetResponse
1292
1292
  * @throws OciError when an error occurs
1293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1294
1294
  */
1295
1295
  deletePathRouteSet(deletePathRouteSetRequest) {
1296
1296
  return __awaiter(this, void 0, void 0, function* () {
@@ -1355,7 +1355,7 @@ class LoadBalancerClient {
1355
1355
  * @param DeleteRoutingPolicyRequest
1356
1356
  * @return DeleteRoutingPolicyResponse
1357
1357
  * @throws OciError when an error occurs
1358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1359
1359
  */
1360
1360
  deleteRoutingPolicy(deleteRoutingPolicyRequest) {
1361
1361
  return __awaiter(this, void 0, void 0, function* () {
@@ -1420,7 +1420,7 @@ class LoadBalancerClient {
1420
1420
  * @param DeleteRuleSetRequest
1421
1421
  * @return DeleteRuleSetResponse
1422
1422
  * @throws OciError when an error occurs
1423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1424
1424
  */
1425
1425
  deleteRuleSet(deleteRuleSetRequest) {
1426
1426
  return __awaiter(this, void 0, void 0, function* () {
@@ -1481,7 +1481,7 @@ class LoadBalancerClient {
1481
1481
  * @param DeleteSSLCipherSuiteRequest
1482
1482
  * @return DeleteSSLCipherSuiteResponse
1483
1483
  * @throws OciError when an error occurs
1484
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1484
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1485
1485
  */
1486
1486
  deleteSSLCipherSuite(deleteSSLCipherSuiteRequest) {
1487
1487
  return __awaiter(this, void 0, void 0, function* () {
@@ -1542,7 +1542,7 @@ class LoadBalancerClient {
1542
1542
  * @param GetBackendRequest
1543
1543
  * @return GetBackendResponse
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.81.0/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1546
1546
  */
1547
1547
  getBackend(getBackendRequest) {
1548
1548
  return __awaiter(this, void 0, void 0, function* () {
@@ -1608,7 +1608,7 @@ class LoadBalancerClient {
1608
1608
  * @param GetBackendHealthRequest
1609
1609
  * @return GetBackendHealthResponse
1610
1610
  * @throws OciError when an error occurs
1611
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1611
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1612
1612
  */
1613
1613
  getBackendHealth(getBackendHealthRequest) {
1614
1614
  return __awaiter(this, void 0, void 0, function* () {
@@ -1674,7 +1674,7 @@ class LoadBalancerClient {
1674
1674
  * @param GetBackendSetRequest
1675
1675
  * @return GetBackendSetResponse
1676
1676
  * @throws OciError when an error occurs
1677
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1677
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1678
1678
  */
1679
1679
  getBackendSet(getBackendSetRequest) {
1680
1680
  return __awaiter(this, void 0, void 0, function* () {
@@ -1739,7 +1739,7 @@ class LoadBalancerClient {
1739
1739
  * @param GetBackendSetHealthRequest
1740
1740
  * @return GetBackendSetHealthResponse
1741
1741
  * @throws OciError when an error occurs
1742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1743
1743
  */
1744
1744
  getBackendSetHealth(getBackendSetHealthRequest) {
1745
1745
  return __awaiter(this, void 0, void 0, function* () {
@@ -1804,7 +1804,7 @@ class LoadBalancerClient {
1804
1804
  * @param GetHealthCheckerRequest
1805
1805
  * @return GetHealthCheckerResponse
1806
1806
  * @throws OciError when an error occurs
1807
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1807
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1808
1808
  */
1809
1809
  getHealthChecker(getHealthCheckerRequest) {
1810
1810
  return __awaiter(this, void 0, void 0, function* () {
@@ -1869,7 +1869,7 @@ class LoadBalancerClient {
1869
1869
  * @param GetHostnameRequest
1870
1870
  * @return GetHostnameResponse
1871
1871
  * @throws OciError when an error occurs
1872
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1872
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1873
1873
  */
1874
1874
  getHostname(getHostnameRequest) {
1875
1875
  return __awaiter(this, void 0, void 0, function* () {
@@ -1934,7 +1934,7 @@ class LoadBalancerClient {
1934
1934
  * @param GetLoadBalancerRequest
1935
1935
  * @return GetLoadBalancerResponse
1936
1936
  * @throws OciError when an error occurs
1937
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1937
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1938
1938
  */
1939
1939
  getLoadBalancer(getLoadBalancerRequest) {
1940
1940
  return __awaiter(this, void 0, void 0, function* () {
@@ -1998,7 +1998,7 @@ class LoadBalancerClient {
1998
1998
  * @param GetLoadBalancerHealthRequest
1999
1999
  * @return GetLoadBalancerHealthResponse
2000
2000
  * @throws OciError when an error occurs
2001
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
2001
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
2002
2002
  */
2003
2003
  getLoadBalancerHealth(getLoadBalancerHealthRequest) {
2004
2004
  return __awaiter(this, void 0, void 0, function* () {
@@ -2062,7 +2062,7 @@ class LoadBalancerClient {
2062
2062
  * @param GetPathRouteSetRequest
2063
2063
  * @return GetPathRouteSetResponse
2064
2064
  * @throws OciError when an error occurs
2065
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
2065
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
2066
2066
  */
2067
2067
  getPathRouteSet(getPathRouteSetRequest) {
2068
2068
  return __awaiter(this, void 0, void 0, function* () {
@@ -2127,7 +2127,7 @@ class LoadBalancerClient {
2127
2127
  * @param GetRoutingPolicyRequest
2128
2128
  * @return GetRoutingPolicyResponse
2129
2129
  * @throws OciError when an error occurs
2130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
2130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
2131
2131
  */
2132
2132
  getRoutingPolicy(getRoutingPolicyRequest) {
2133
2133
  return __awaiter(this, void 0, void 0, function* () {
@@ -2192,7 +2192,7 @@ class LoadBalancerClient {
2192
2192
  * @param GetRuleSetRequest
2193
2193
  * @return GetRuleSetResponse
2194
2194
  * @throws OciError when an error occurs
2195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2196
2196
  */
2197
2197
  getRuleSet(getRuleSetRequest) {
2198
2198
  return __awaiter(this, void 0, void 0, function* () {
@@ -2257,7 +2257,7 @@ class LoadBalancerClient {
2257
2257
  * @param GetSSLCipherSuiteRequest
2258
2258
  * @return GetSSLCipherSuiteResponse
2259
2259
  * @throws OciError when an error occurs
2260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2261
2261
  */
2262
2262
  getSSLCipherSuite(getSSLCipherSuiteRequest) {
2263
2263
  return __awaiter(this, void 0, void 0, function* () {
@@ -2322,7 +2322,7 @@ class LoadBalancerClient {
2322
2322
  * @param GetWorkRequestRequest
2323
2323
  * @return GetWorkRequestResponse
2324
2324
  * @throws OciError when an error occurs
2325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2326
2326
  */
2327
2327
  getWorkRequest(getWorkRequestRequest) {
2328
2328
  return __awaiter(this, void 0, void 0, function* () {
@@ -2380,7 +2380,7 @@ class LoadBalancerClient {
2380
2380
  * @param ListBackendSetsRequest
2381
2381
  * @return ListBackendSetsResponse
2382
2382
  * @throws OciError when an error occurs
2383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2384
2384
  */
2385
2385
  listBackendSets(listBackendSetsRequest) {
2386
2386
  return __awaiter(this, void 0, void 0, function* () {
@@ -2444,7 +2444,7 @@ class LoadBalancerClient {
2444
2444
  * @param ListBackendsRequest
2445
2445
  * @return ListBackendsResponse
2446
2446
  * @throws OciError when an error occurs
2447
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2447
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2448
2448
  */
2449
2449
  listBackends(listBackendsRequest) {
2450
2450
  return __awaiter(this, void 0, void 0, function* () {
@@ -2509,7 +2509,7 @@ class LoadBalancerClient {
2509
2509
  * @param ListCertificatesRequest
2510
2510
  * @return ListCertificatesResponse
2511
2511
  * @throws OciError when an error occurs
2512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2513
2513
  */
2514
2514
  listCertificates(listCertificatesRequest) {
2515
2515
  return __awaiter(this, void 0, void 0, function* () {
@@ -2573,7 +2573,7 @@ class LoadBalancerClient {
2573
2573
  * @param ListHostnamesRequest
2574
2574
  * @return ListHostnamesResponse
2575
2575
  * @throws OciError when an error occurs
2576
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2576
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2577
2577
  */
2578
2578
  listHostnames(listHostnamesRequest) {
2579
2579
  return __awaiter(this, void 0, void 0, function* () {
@@ -2644,7 +2644,7 @@ class LoadBalancerClient {
2644
2644
  * @param ListListenerRulesRequest
2645
2645
  * @return ListListenerRulesResponse
2646
2646
  * @throws OciError when an error occurs
2647
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2647
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2648
2648
  */
2649
2649
  listListenerRules(listListenerRulesRequest) {
2650
2650
  return __awaiter(this, void 0, void 0, function* () {
@@ -2709,7 +2709,7 @@ class LoadBalancerClient {
2709
2709
  * @param ListLoadBalancerHealthsRequest
2710
2710
  * @return ListLoadBalancerHealthsResponse
2711
2711
  * @throws OciError when an error occurs
2712
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2713
2713
  */
2714
2714
  listLoadBalancerHealths(listLoadBalancerHealthsRequest) {
2715
2715
  return __awaiter(this, void 0, void 0, function* () {
@@ -2814,7 +2814,7 @@ class LoadBalancerClient {
2814
2814
  * @param ListLoadBalancersRequest
2815
2815
  * @return ListLoadBalancersResponse
2816
2816
  * @throws OciError when an error occurs
2817
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2817
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2818
2818
  */
2819
2819
  listLoadBalancers(listLoadBalancersRequest) {
2820
2820
  return __awaiter(this, void 0, void 0, function* () {
@@ -2924,7 +2924,7 @@ class LoadBalancerClient {
2924
2924
  * @param ListPathRouteSetsRequest
2925
2925
  * @return ListPathRouteSetsResponse
2926
2926
  * @throws OciError when an error occurs
2927
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2927
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2928
2928
  */
2929
2929
  listPathRouteSets(listPathRouteSetsRequest) {
2930
2930
  return __awaiter(this, void 0, void 0, function* () {
@@ -2988,7 +2988,7 @@ class LoadBalancerClient {
2988
2988
  * @param ListPoliciesRequest
2989
2989
  * @return ListPoliciesResponse
2990
2990
  * @throws OciError when an error occurs
2991
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2991
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2992
2992
  */
2993
2993
  listPolicies(listPoliciesRequest) {
2994
2994
  return __awaiter(this, void 0, void 0, function* () {
@@ -3093,7 +3093,7 @@ class LoadBalancerClient {
3093
3093
  * @param ListProtocolsRequest
3094
3094
  * @return ListProtocolsResponse
3095
3095
  * @throws OciError when an error occurs
3096
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
3096
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
3097
3097
  */
3098
3098
  listProtocols(listProtocolsRequest) {
3099
3099
  return __awaiter(this, void 0, void 0, function* () {
@@ -3198,7 +3198,7 @@ class LoadBalancerClient {
3198
3198
  * @param ListRoutingPoliciesRequest
3199
3199
  * @return ListRoutingPoliciesResponse
3200
3200
  * @throws OciError when an error occurs
3201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
3201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
3202
3202
  */
3203
3203
  listRoutingPolicies(listRoutingPoliciesRequest) {
3204
3204
  return __awaiter(this, void 0, void 0, function* () {
@@ -3310,7 +3310,7 @@ class LoadBalancerClient {
3310
3310
  * @param ListRuleSetsRequest
3311
3311
  * @return ListRuleSetsResponse
3312
3312
  * @throws OciError when an error occurs
3313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3314
3314
  */
3315
3315
  listRuleSets(listRuleSetsRequest) {
3316
3316
  return __awaiter(this, void 0, void 0, function* () {
@@ -3374,7 +3374,7 @@ class LoadBalancerClient {
3374
3374
  * @param ListSSLCipherSuitesRequest
3375
3375
  * @return ListSSLCipherSuitesResponse
3376
3376
  * @throws OciError when an error occurs
3377
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3378
3378
  */
3379
3379
  listSSLCipherSuites(listSSLCipherSuitesRequest) {
3380
3380
  return __awaiter(this, void 0, void 0, function* () {
@@ -3438,7 +3438,7 @@ class LoadBalancerClient {
3438
3438
  * @param ListShapesRequest
3439
3439
  * @return ListShapesResponse
3440
3440
  * @throws OciError when an error occurs
3441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3442
3442
  */
3443
3443
  listShapes(listShapesRequest) {
3444
3444
  return __awaiter(this, void 0, void 0, function* () {
@@ -3543,7 +3543,7 @@ class LoadBalancerClient {
3543
3543
  * @param ListWorkRequestsRequest
3544
3544
  * @return ListWorkRequestsResponse
3545
3545
  * @throws OciError when an error occurs
3546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3547
3547
  */
3548
3548
  listWorkRequests(listWorkRequestsRequest) {
3549
3549
  return __awaiter(this, void 0, void 0, function* () {
@@ -3649,7 +3649,7 @@ class LoadBalancerClient {
3649
3649
  * @param UpdateBackendRequest
3650
3650
  * @return UpdateBackendResponse
3651
3651
  * @throws OciError when an error occurs
3652
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3652
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3653
3653
  */
3654
3654
  updateBackend(updateBackendRequest) {
3655
3655
  return __awaiter(this, void 0, void 0, function* () {
@@ -3713,7 +3713,7 @@ class LoadBalancerClient {
3713
3713
  * @param UpdateBackendSetRequest
3714
3714
  * @return UpdateBackendSetResponse
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.81.0/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3716
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3717
3717
  */
3718
3718
  updateBackendSet(updateBackendSetRequest) {
3719
3719
  return __awaiter(this, void 0, void 0, function* () {
@@ -3776,7 +3776,7 @@ class LoadBalancerClient {
3776
3776
  * @param UpdateHealthCheckerRequest
3777
3777
  * @return UpdateHealthCheckerResponse
3778
3778
  * @throws OciError when an error occurs
3779
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3779
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3780
3780
  */
3781
3781
  updateHealthChecker(updateHealthCheckerRequest) {
3782
3782
  return __awaiter(this, void 0, void 0, function* () {
@@ -3841,7 +3841,7 @@ class LoadBalancerClient {
3841
3841
  * @param UpdateHostnameRequest
3842
3842
  * @return UpdateHostnameResponse
3843
3843
  * @throws OciError when an error occurs
3844
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3844
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3845
3845
  */
3846
3846
  updateHostname(updateHostnameRequest) {
3847
3847
  return __awaiter(this, void 0, void 0, function* () {
@@ -3904,7 +3904,7 @@ class LoadBalancerClient {
3904
3904
  * @param UpdateListenerRequest
3905
3905
  * @return UpdateListenerResponse
3906
3906
  * @throws OciError when an error occurs
3907
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3907
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3908
3908
  */
3909
3909
  updateListener(updateListenerRequest) {
3910
3910
  return __awaiter(this, void 0, void 0, function* () {
@@ -3967,7 +3967,7 @@ class LoadBalancerClient {
3967
3967
  * @param UpdateLoadBalancerRequest
3968
3968
  * @return UpdateLoadBalancerResponse
3969
3969
  * @throws OciError when an error occurs
3970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3971
3971
  */
3972
3972
  updateLoadBalancer(updateLoadBalancerRequest) {
3973
3973
  return __awaiter(this, void 0, void 0, function* () {
@@ -4035,7 +4035,7 @@ class LoadBalancerClient {
4035
4035
  * @param UpdateLoadBalancerShapeRequest
4036
4036
  * @return UpdateLoadBalancerShapeResponse
4037
4037
  * @throws OciError when an error occurs
4038
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
4038
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
4039
4039
  */
4040
4040
  updateLoadBalancerShape(updateLoadBalancerShapeRequest) {
4041
4041
  return __awaiter(this, void 0, void 0, function* () {
@@ -4097,7 +4097,7 @@ class LoadBalancerClient {
4097
4097
  * @param UpdateNetworkSecurityGroupsRequest
4098
4098
  * @return UpdateNetworkSecurityGroupsResponse
4099
4099
  * @throws OciError when an error occurs
4100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
4100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
4101
4101
  */
4102
4102
  updateNetworkSecurityGroups(updateNetworkSecurityGroupsRequest) {
4103
4103
  return __awaiter(this, void 0, void 0, function* () {
@@ -4165,7 +4165,7 @@ class LoadBalancerClient {
4165
4165
  * @param UpdatePathRouteSetRequest
4166
4166
  * @return UpdatePathRouteSetResponse
4167
4167
  * @throws OciError when an error occurs
4168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
4168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
4169
4169
  */
4170
4170
  updatePathRouteSet(updatePathRouteSetRequest) {
4171
4171
  return __awaiter(this, void 0, void 0, function* () {
@@ -4232,7 +4232,7 @@ class LoadBalancerClient {
4232
4232
  * @param UpdateRoutingPolicyRequest
4233
4233
  * @return UpdateRoutingPolicyResponse
4234
4234
  * @throws OciError when an error occurs
4235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
4235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
4236
4236
  */
4237
4237
  updateRoutingPolicy(updateRoutingPolicyRequest) {
4238
4238
  return __awaiter(this, void 0, void 0, function* () {
@@ -4299,7 +4299,7 @@ class LoadBalancerClient {
4299
4299
  * @param UpdateRuleSetRequest
4300
4300
  * @return UpdateRuleSetResponse
4301
4301
  * @throws OciError when an error occurs
4302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
4302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
4303
4303
  */
4304
4304
  updateRuleSet(updateRuleSetRequest) {
4305
4305
  return __awaiter(this, void 0, void 0, function* () {
@@ -4362,7 +4362,7 @@ class LoadBalancerClient {
4362
4362
  * @param UpdateSSLCipherSuiteRequest
4363
4363
  * @return UpdateSSLCipherSuiteResponse
4364
4364
  * @throws OciError when an error occurs
4365
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4365
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4366
4366
  */
4367
4367
  updateSSLCipherSuite(updateSSLCipherSuiteRequest) {
4368
4368
  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.81.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.82.1/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartmentRequest.
17
17
  */
18
18
  export interface ChangeLoadBalancerCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.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.82.1/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackendRequest.
17
17
  */
18
18
  export interface CreateBackendRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.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.82.1/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSetRequest.
17
17
  */
18
18
  export interface CreateBackendSetRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.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.82.1/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
17
17
  */
18
18
  export interface CreateCertificateRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.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.82.1/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostnameRequest.
17
17
  */
18
18
  export interface CreateHostnameRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.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.82.1/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListenerRequest.
17
17
  */
18
18
  export interface CreateListenerRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.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.82.1/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancerRequest.
17
17
  */
18
18
  export interface CreateLoadBalancerRequest extends common.BaseRequest {
19
19
  /**