oci-mysql 2.84.0 → 2.85.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 (50) hide show
  1. package/lib/client.d.ts +70 -46
  2. package/lib/client.js +82 -46
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
  5. package/lib/request/change-backup-compartment-request.d.ts +1 -1
  6. package/lib/request/create-backup-request.d.ts +1 -1
  7. package/lib/request/create-channel-request.d.ts +1 -1
  8. package/lib/request/create-configuration-request.d.ts +1 -1
  9. package/lib/request/create-db-system-request.d.ts +1 -1
  10. package/lib/request/create-replica-request.d.ts +1 -1
  11. package/lib/request/delete-backup-request.d.ts +1 -1
  12. package/lib/request/delete-channel-request.d.ts +1 -1
  13. package/lib/request/delete-configuration-request.d.ts +1 -1
  14. package/lib/request/delete-db-system-request.d.ts +1 -1
  15. package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
  16. package/lib/request/delete-replica-request.d.ts +1 -1
  17. package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  18. package/lib/request/get-backup-request.d.ts +1 -1
  19. package/lib/request/get-channel-request.d.ts +1 -1
  20. package/lib/request/get-configuration-request.d.ts +1 -1
  21. package/lib/request/get-db-system-request.d.ts +1 -1
  22. package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  23. package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
  24. package/lib/request/get-replica-request.d.ts +1 -1
  25. package/lib/request/get-work-request-request.d.ts +1 -1
  26. package/lib/request/list-backups-request.d.ts +1 -1
  27. package/lib/request/list-channels-request.d.ts +1 -1
  28. package/lib/request/list-configurations-request.d.ts +1 -1
  29. package/lib/request/list-db-systems-request.d.ts +1 -1
  30. package/lib/request/list-replicas-request.d.ts +1 -1
  31. package/lib/request/list-shapes-request.d.ts +1 -1
  32. package/lib/request/list-versions-request.d.ts +1 -1
  33. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  34. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  35. package/lib/request/list-work-requests-request.d.ts +1 -1
  36. package/lib/request/reset-channel-request.d.ts +1 -1
  37. package/lib/request/restart-db-system-request.d.ts +1 -1
  38. package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
  39. package/lib/request/resume-channel-request.d.ts +1 -1
  40. package/lib/request/start-db-system-request.d.ts +1 -1
  41. package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
  42. package/lib/request/stop-db-system-request.d.ts +1 -1
  43. package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
  44. package/lib/request/update-backup-request.d.ts +1 -1
  45. package/lib/request/update-channel-request.d.ts +1 -1
  46. package/lib/request/update-configuration-request.d.ts +1 -1
  47. package/lib/request/update-db-system-request.d.ts +1 -1
  48. package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
  49. package/lib/request/update-replica-request.d.ts +1 -1
  50. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -196,6 +196,12 @@ class ChannelsClient {
196
196
  this._circuitBreaker.shutdown();
197
197
  }
198
198
  }
199
+ /**
200
+ * Close the client once it is no longer needed
201
+ */
202
+ close() {
203
+ this.shutdownCircuitBreaker();
204
+ }
199
205
  /**
200
206
  * Creates a Channel to establish replication from a source to a target.
201
207
  *
@@ -203,7 +209,7 @@ class ChannelsClient {
203
209
  * @param CreateChannelRequest
204
210
  * @return CreateChannelResponse
205
211
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
207
213
  */
208
214
  createChannel(createChannelRequest) {
209
215
  return __awaiter(this, void 0, void 0, function* () {
@@ -271,7 +277,7 @@ class ChannelsClient {
271
277
  * @param DeleteChannelRequest
272
278
  * @return DeleteChannelResponse
273
279
  * @throws OciError when an error occurs
274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
275
281
  */
276
282
  deleteChannel(deleteChannelRequest) {
277
283
  return __awaiter(this, void 0, void 0, function* () {
@@ -334,7 +340,7 @@ class ChannelsClient {
334
340
  * @param GetChannelRequest
335
341
  * @return GetChannelResponse
336
342
  * @throws OciError when an error occurs
337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
338
344
  */
339
345
  getChannel(getChannelRequest) {
340
346
  return __awaiter(this, void 0, void 0, function* () {
@@ -398,7 +404,7 @@ class ChannelsClient {
398
404
  * @param ListChannelsRequest
399
405
  * @return ListChannelsResponse
400
406
  * @throws OciError when an error occurs
401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
402
408
  */
403
409
  listChannels(listChannelsRequest) {
404
410
  return __awaiter(this, void 0, void 0, function* () {
@@ -512,7 +518,7 @@ class ChannelsClient {
512
518
  * @param ResetChannelRequest
513
519
  * @return ResetChannelResponse
514
520
  * @throws OciError when an error occurs
515
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
521
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
516
522
  */
517
523
  resetChannel(resetChannelRequest) {
518
524
  return __awaiter(this, void 0, void 0, function* () {
@@ -576,7 +582,7 @@ class ChannelsClient {
576
582
  * @param ResumeChannelRequest
577
583
  * @return ResumeChannelResponse
578
584
  * @throws OciError when an error occurs
579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
585
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
580
586
  */
581
587
  resumeChannel(resumeChannelRequest) {
582
588
  return __awaiter(this, void 0, void 0, function* () {
@@ -641,7 +647,7 @@ class ChannelsClient {
641
647
  * @param UpdateChannelRequest
642
648
  * @return UpdateChannelResponse
643
649
  * @throws OciError when an error occurs
644
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
650
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
645
651
  */
646
652
  updateChannel(updateChannelRequest) {
647
653
  return __awaiter(this, void 0, void 0, function* () {
@@ -842,6 +848,12 @@ class DbBackupsClient {
842
848
  this._circuitBreaker.shutdown();
843
849
  }
844
850
  }
851
+ /**
852
+ * Close the client once it is no longer needed
853
+ */
854
+ close() {
855
+ this.shutdownCircuitBreaker();
856
+ }
845
857
  /**
846
858
  * Moves a DB System Backup into a different compartment.
847
859
  * When provided, If-Match is checked against ETag values of the Backup.
@@ -850,7 +862,7 @@ class DbBackupsClient {
850
862
  * @param ChangeBackupCompartmentRequest
851
863
  * @return ChangeBackupCompartmentResponse
852
864
  * @throws OciError when an error occurs
853
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
865
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
854
866
  */
855
867
  changeBackupCompartment(changeBackupCompartmentRequest) {
856
868
  return __awaiter(this, void 0, void 0, function* () {
@@ -913,7 +925,7 @@ class DbBackupsClient {
913
925
  * @param CreateBackupRequest
914
926
  * @return CreateBackupResponse
915
927
  * @throws OciError when an error occurs
916
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
928
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
917
929
  */
918
930
  createBackup(createBackupRequest) {
919
931
  return __awaiter(this, void 0, void 0, function* () {
@@ -982,7 +994,7 @@ class DbBackupsClient {
982
994
  * @param DeleteBackupRequest
983
995
  * @return DeleteBackupResponse
984
996
  * @throws OciError when an error occurs
985
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
997
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
986
998
  */
987
999
  deleteBackup(deleteBackupRequest) {
988
1000
  return __awaiter(this, void 0, void 0, function* () {
@@ -1042,7 +1054,7 @@ class DbBackupsClient {
1042
1054
  * @param GetBackupRequest
1043
1055
  * @return GetBackupResponse
1044
1056
  * @throws OciError when an error occurs
1045
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
1057
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
1046
1058
  */
1047
1059
  getBackup(getBackupRequest) {
1048
1060
  return __awaiter(this, void 0, void 0, function* () {
@@ -1107,7 +1119,7 @@ class DbBackupsClient {
1107
1119
  * @param ListBackupsRequest
1108
1120
  * @return ListBackupsResponse
1109
1121
  * @throws OciError when an error occurs
1110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
1122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
1111
1123
  */
1112
1124
  listBackups(listBackupsRequest) {
1113
1125
  return __awaiter(this, void 0, void 0, function* () {
@@ -1219,7 +1231,7 @@ class DbBackupsClient {
1219
1231
  * @param UpdateBackupRequest
1220
1232
  * @return UpdateBackupResponse
1221
1233
  * @throws OciError when an error occurs
1222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
1234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
1223
1235
  */
1224
1236
  updateBackup(updateBackupRequest) {
1225
1237
  return __awaiter(this, void 0, void 0, function* () {
@@ -1423,6 +1435,12 @@ class DbSystemClient {
1423
1435
  this._circuitBreaker.shutdown();
1424
1436
  }
1425
1437
  }
1438
+ /**
1439
+ * Close the client once it is no longer needed
1440
+ */
1441
+ close() {
1442
+ this.shutdownCircuitBreaker();
1443
+ }
1426
1444
  /**
1427
1445
  * Adds a HeatWave cluster to the DB System.
1428
1446
  *
@@ -1430,7 +1448,7 @@ class DbSystemClient {
1430
1448
  * @param AddHeatWaveClusterRequest
1431
1449
  * @return AddHeatWaveClusterResponse
1432
1450
  * @throws OciError when an error occurs
1433
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1451
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1434
1452
  */
1435
1453
  addHeatWaveCluster(addHeatWaveClusterRequest) {
1436
1454
  return __awaiter(this, void 0, void 0, function* () {
@@ -1502,7 +1520,7 @@ class DbSystemClient {
1502
1520
  * @param CreateDbSystemRequest
1503
1521
  * @return CreateDbSystemResponse
1504
1522
  * @throws OciError when an error occurs
1505
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1506
1524
  */
1507
1525
  createDbSystem(createDbSystemRequest) {
1508
1526
  return __awaiter(this, void 0, void 0, function* () {
@@ -1577,7 +1595,7 @@ class DbSystemClient {
1577
1595
  * @param DeleteDbSystemRequest
1578
1596
  * @return DeleteDbSystemResponse
1579
1597
  * @throws OciError when an error occurs
1580
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
1598
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
1581
1599
  */
1582
1600
  deleteDbSystem(deleteDbSystemRequest) {
1583
1601
  return __awaiter(this, void 0, void 0, function* () {
@@ -1639,7 +1657,7 @@ class DbSystemClient {
1639
1657
  * @param DeleteHeatWaveClusterRequest
1640
1658
  * @return DeleteHeatWaveClusterResponse
1641
1659
  * @throws OciError when an error occurs
1642
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
1660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
1643
1661
  */
1644
1662
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
1645
1663
  return __awaiter(this, void 0, void 0, function* () {
@@ -1700,7 +1718,7 @@ class DbSystemClient {
1700
1718
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
1701
1719
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
1702
1720
  * @throws OciError when an error occurs
1703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1721
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1704
1722
  */
1705
1723
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
1706
1724
  return __awaiter(this, void 0, void 0, function* () {
@@ -1764,7 +1782,7 @@ class DbSystemClient {
1764
1782
  * @param GetDbSystemRequest
1765
1783
  * @return GetDbSystemResponse
1766
1784
  * @throws OciError when an error occurs
1767
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
1785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
1768
1786
  */
1769
1787
  getDbSystem(getDbSystemRequest) {
1770
1788
  return __awaiter(this, void 0, void 0, function* () {
@@ -1828,7 +1846,7 @@ class DbSystemClient {
1828
1846
  * @param GetHeatWaveClusterRequest
1829
1847
  * @return GetHeatWaveClusterResponse
1830
1848
  * @throws OciError when an error occurs
1831
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
1849
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
1832
1850
  */
1833
1851
  getHeatWaveCluster(getHeatWaveClusterRequest) {
1834
1852
  return __awaiter(this, void 0, void 0, function* () {
@@ -1894,7 +1912,7 @@ class DbSystemClient {
1894
1912
  * @param GetHeatWaveClusterMemoryEstimateRequest
1895
1913
  * @return GetHeatWaveClusterMemoryEstimateResponse
1896
1914
  * @throws OciError when an error occurs
1897
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
1915
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
1898
1916
  */
1899
1917
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
1900
1918
  return __awaiter(this, void 0, void 0, function* () {
@@ -1954,7 +1972,7 @@ class DbSystemClient {
1954
1972
  * @param ListDbSystemsRequest
1955
1973
  * @return ListDbSystemsResponse
1956
1974
  * @throws OciError when an error occurs
1957
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
1975
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
1958
1976
  */
1959
1977
  listDbSystems(listDbSystemsRequest) {
1960
1978
  return __awaiter(this, void 0, void 0, function* () {
@@ -2068,7 +2086,7 @@ class DbSystemClient {
2068
2086
  * @param RestartDbSystemRequest
2069
2087
  * @return RestartDbSystemResponse
2070
2088
  * @throws OciError when an error occurs
2071
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2089
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2072
2090
  */
2073
2091
  restartDbSystem(restartDbSystemRequest) {
2074
2092
  return __awaiter(this, void 0, void 0, function* () {
@@ -2130,7 +2148,7 @@ class DbSystemClient {
2130
2148
  * @param RestartHeatWaveClusterRequest
2131
2149
  * @return RestartHeatWaveClusterResponse
2132
2150
  * @throws OciError when an error occurs
2133
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2134
2152
  */
2135
2153
  restartHeatWaveCluster(restartHeatWaveClusterRequest) {
2136
2154
  return __awaiter(this, void 0, void 0, function* () {
@@ -2191,7 +2209,7 @@ class DbSystemClient {
2191
2209
  * @param StartDbSystemRequest
2192
2210
  * @return StartDbSystemResponse
2193
2211
  * @throws OciError when an error occurs
2194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2195
2213
  */
2196
2214
  startDbSystem(startDbSystemRequest) {
2197
2215
  return __awaiter(this, void 0, void 0, function* () {
@@ -2252,7 +2270,7 @@ class DbSystemClient {
2252
2270
  * @param StartHeatWaveClusterRequest
2253
2271
  * @return StartHeatWaveClusterResponse
2254
2272
  * @throws OciError when an error occurs
2255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2256
2274
  */
2257
2275
  startHeatWaveCluster(startHeatWaveClusterRequest) {
2258
2276
  return __awaiter(this, void 0, void 0, function* () {
@@ -2316,7 +2334,7 @@ class DbSystemClient {
2316
2334
  * @param StopDbSystemRequest
2317
2335
  * @return StopDbSystemResponse
2318
2336
  * @throws OciError when an error occurs
2319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2320
2338
  */
2321
2339
  stopDbSystem(stopDbSystemRequest) {
2322
2340
  return __awaiter(this, void 0, void 0, function* () {
@@ -2378,7 +2396,7 @@ class DbSystemClient {
2378
2396
  * @param StopHeatWaveClusterRequest
2379
2397
  * @return StopHeatWaveClusterResponse
2380
2398
  * @throws OciError when an error occurs
2381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2382
2400
  */
2383
2401
  stopHeatWaveCluster(stopHeatWaveClusterRequest) {
2384
2402
  return __awaiter(this, void 0, void 0, function* () {
@@ -2447,7 +2465,7 @@ class DbSystemClient {
2447
2465
  * @param UpdateDbSystemRequest
2448
2466
  * @return UpdateDbSystemResponse
2449
2467
  * @throws OciError when an error occurs
2450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2451
2469
  */
2452
2470
  updateDbSystem(updateDbSystemRequest) {
2453
2471
  return __awaiter(this, void 0, void 0, function* () {
@@ -2509,7 +2527,7 @@ class DbSystemClient {
2509
2527
  * @param UpdateHeatWaveClusterRequest
2510
2528
  * @return UpdateHeatWaveClusterResponse
2511
2529
  * @throws OciError when an error occurs
2512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
2530
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
2513
2531
  */
2514
2532
  updateHeatWaveCluster(updateHeatWaveClusterRequest) {
2515
2533
  return __awaiter(this, void 0, void 0, function* () {
@@ -2709,13 +2727,19 @@ class MysqlaasClient {
2709
2727
  this._circuitBreaker.shutdown();
2710
2728
  }
2711
2729
  }
2730
+ /**
2731
+ * Close the client once it is no longer needed
2732
+ */
2733
+ close() {
2734
+ this.shutdownCircuitBreaker();
2735
+ }
2712
2736
  /**
2713
2737
  * Creates a new Configuration.
2714
2738
  * This operation does not retry by default if the user has not defined a retry configuration.
2715
2739
  * @param CreateConfigurationRequest
2716
2740
  * @return CreateConfigurationResponse
2717
2741
  * @throws OciError when an error occurs
2718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
2742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
2719
2743
  */
2720
2744
  createConfiguration(createConfigurationRequest) {
2721
2745
  return __awaiter(this, void 0, void 0, function* () {
@@ -2790,7 +2814,7 @@ class MysqlaasClient {
2790
2814
  * @param DeleteConfigurationRequest
2791
2815
  * @return DeleteConfigurationResponse
2792
2816
  * @throws OciError when an error occurs
2793
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
2817
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
2794
2818
  */
2795
2819
  deleteConfiguration(deleteConfigurationRequest) {
2796
2820
  return __awaiter(this, void 0, void 0, function* () {
@@ -2846,7 +2870,7 @@ class MysqlaasClient {
2846
2870
  * @param GetConfigurationRequest
2847
2871
  * @return GetConfigurationResponse
2848
2872
  * @throws OciError when an error occurs
2849
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
2873
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
2850
2874
  */
2851
2875
  getConfiguration(getConfigurationRequest) {
2852
2876
  return __awaiter(this, void 0, void 0, function* () {
@@ -2918,7 +2942,7 @@ class MysqlaasClient {
2918
2942
  * @param ListConfigurationsRequest
2919
2943
  * @return ListConfigurationsResponse
2920
2944
  * @throws OciError when an error occurs
2921
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
2945
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
2922
2946
  */
2923
2947
  listConfigurations(listConfigurationsRequest) {
2924
2948
  return __awaiter(this, void 0, void 0, function* () {
@@ -3034,7 +3058,7 @@ class MysqlaasClient {
3034
3058
  * @param ListShapesRequest
3035
3059
  * @return ListShapesResponse
3036
3060
  * @throws OciError when an error occurs
3037
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
3061
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
3038
3062
  */
3039
3063
  listShapes(listShapesRequest) {
3040
3064
  return __awaiter(this, void 0, void 0, function* () {
@@ -3098,7 +3122,7 @@ class MysqlaasClient {
3098
3122
  * @param ListVersionsRequest
3099
3123
  * @return ListVersionsResponse
3100
3124
  * @throws OciError when an error occurs
3101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3102
3126
  */
3103
3127
  listVersions(listVersionsRequest) {
3104
3128
  return __awaiter(this, void 0, void 0, function* () {
@@ -3156,7 +3180,7 @@ class MysqlaasClient {
3156
3180
  * @param UpdateConfigurationRequest
3157
3181
  * @return UpdateConfigurationResponse
3158
3182
  * @throws OciError when an error occurs
3159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3160
3184
  */
3161
3185
  updateConfiguration(updateConfigurationRequest) {
3162
3186
  return __awaiter(this, void 0, void 0, function* () {
@@ -3360,13 +3384,19 @@ class ReplicasClient {
3360
3384
  this._circuitBreaker.shutdown();
3361
3385
  }
3362
3386
  }
3387
+ /**
3388
+ * Close the client once it is no longer needed
3389
+ */
3390
+ close() {
3391
+ this.shutdownCircuitBreaker();
3392
+ }
3363
3393
  /**
3364
3394
  * Creates a DB System read replica.
3365
3395
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3366
3396
  * @param CreateReplicaRequest
3367
3397
  * @return CreateReplicaResponse
3368
3398
  * @throws OciError when an error occurs
3369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
3399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
3370
3400
  */
3371
3401
  createReplica(createReplicaRequest) {
3372
3402
  return __awaiter(this, void 0, void 0, function* () {
@@ -3439,7 +3469,7 @@ class ReplicasClient {
3439
3469
  * @param DeleteReplicaRequest
3440
3470
  * @return DeleteReplicaResponse
3441
3471
  * @throws OciError when an error occurs
3442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
3472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
3443
3473
  */
3444
3474
  deleteReplica(deleteReplicaRequest) {
3445
3475
  return __awaiter(this, void 0, void 0, function* () {
@@ -3499,7 +3529,7 @@ class ReplicasClient {
3499
3529
  * @param GetReplicaRequest
3500
3530
  * @return GetReplicaResponse
3501
3531
  * @throws OciError when an error occurs
3502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
3532
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
3503
3533
  */
3504
3534
  getReplica(getReplicaRequest) {
3505
3535
  return __awaiter(this, void 0, void 0, function* () {
@@ -3563,7 +3593,7 @@ class ReplicasClient {
3563
3593
  * @param ListReplicasRequest
3564
3594
  * @return ListReplicasResponse
3565
3595
  * @throws OciError when an error occurs
3566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
3596
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
3567
3597
  */
3568
3598
  listReplicas(listReplicasRequest) {
3569
3599
  return __awaiter(this, void 0, void 0, function* () {
@@ -3676,7 +3706,7 @@ class ReplicasClient {
3676
3706
  * @param UpdateReplicaRequest
3677
3707
  * @return UpdateReplicaResponse
3678
3708
  * @throws OciError when an error occurs
3679
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
3709
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
3680
3710
  */
3681
3711
  updateReplica(updateReplicaRequest) {
3682
3712
  return __awaiter(this, void 0, void 0, function* () {
@@ -3876,13 +3906,19 @@ class WorkRequestsClient {
3876
3906
  this._circuitBreaker.shutdown();
3877
3907
  }
3878
3908
  }
3909
+ /**
3910
+ * Close the client once it is no longer needed
3911
+ */
3912
+ close() {
3913
+ this.shutdownCircuitBreaker();
3914
+ }
3879
3915
  /**
3880
3916
  * Gets the status of the work request with the given ID.
3881
3917
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3882
3918
  * @param GetWorkRequestRequest
3883
3919
  * @return GetWorkRequestResponse
3884
3920
  * @throws OciError when an error occurs
3885
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3921
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3886
3922
  */
3887
3923
  getWorkRequest(getWorkRequestRequest) {
3888
3924
  return __awaiter(this, void 0, void 0, function* () {
@@ -3952,7 +3988,7 @@ class WorkRequestsClient {
3952
3988
  * @param ListWorkRequestErrorsRequest
3953
3989
  * @return ListWorkRequestErrorsResponse
3954
3990
  * @throws OciError when an error occurs
3955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3991
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3956
3992
  */
3957
3993
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
3958
3994
  return __awaiter(this, void 0, void 0, function* () {
@@ -4059,7 +4095,7 @@ class WorkRequestsClient {
4059
4095
  * @param ListWorkRequestLogsRequest
4060
4096
  * @return ListWorkRequestLogsResponse
4061
4097
  * @throws OciError when an error occurs
4062
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4063
4099
  */
4064
4100
  listWorkRequestLogs(listWorkRequestLogsRequest) {
4065
4101
  return __awaiter(this, void 0, void 0, function* () {
@@ -4166,7 +4202,7 @@ class WorkRequestsClient {
4166
4202
  * @param ListWorkRequestsRequest
4167
4203
  * @return ListWorkRequestsResponse
4168
4204
  * @throws OciError when an error occurs
4169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4170
4206
  */
4171
4207
  listWorkRequests(listWorkRequestsRequest) {
4172
4208
  return __awaiter(this, void 0, void 0, function* () {