oci-mysql 2.72.0 → 2.73.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 (68) hide show
  1. package/lib/client.d.ts +46 -46
  2. package/lib/client.js +47 -46
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-db-system-details.d.ts +5 -0
  5. package/lib/model/create-db-system-details.js.map +1 -1
  6. package/lib/model/database-management-status.d.ts +29 -0
  7. package/lib/model/database-management-status.js +40 -0
  8. package/lib/model/database-management-status.js.map +1 -0
  9. package/lib/model/db-system-snapshot.d.ts +5 -0
  10. package/lib/model/db-system-snapshot.js.map +1 -1
  11. package/lib/model/db-system-summary.d.ts +5 -0
  12. package/lib/model/db-system-summary.js.map +1 -1
  13. package/lib/model/db-system.d.ts +5 -0
  14. package/lib/model/db-system.js.map +1 -1
  15. package/lib/model/index.d.ts +2 -0
  16. package/lib/model/index.js +4 -2
  17. package/lib/model/index.js.map +1 -1
  18. package/lib/model/update-db-system-details.d.ts +5 -0
  19. package/lib/model/update-db-system-details.js.map +1 -1
  20. package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
  21. package/lib/request/change-backup-compartment-request.d.ts +1 -1
  22. package/lib/request/create-backup-request.d.ts +1 -1
  23. package/lib/request/create-channel-request.d.ts +1 -1
  24. package/lib/request/create-configuration-request.d.ts +1 -1
  25. package/lib/request/create-db-system-request.d.ts +1 -1
  26. package/lib/request/create-replica-request.d.ts +1 -1
  27. package/lib/request/delete-backup-request.d.ts +1 -1
  28. package/lib/request/delete-channel-request.d.ts +1 -1
  29. package/lib/request/delete-configuration-request.d.ts +1 -1
  30. package/lib/request/delete-db-system-request.d.ts +1 -1
  31. package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
  32. package/lib/request/delete-replica-request.d.ts +1 -1
  33. package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  34. package/lib/request/get-backup-request.d.ts +1 -1
  35. package/lib/request/get-channel-request.d.ts +1 -1
  36. package/lib/request/get-configuration-request.d.ts +1 -1
  37. package/lib/request/get-db-system-request.d.ts +1 -1
  38. package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  39. package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
  40. package/lib/request/get-replica-request.d.ts +1 -1
  41. package/lib/request/get-work-request-request.d.ts +1 -1
  42. package/lib/request/list-backups-request.d.ts +1 -1
  43. package/lib/request/list-channels-request.d.ts +1 -1
  44. package/lib/request/list-configurations-request.d.ts +1 -1
  45. package/lib/request/list-db-systems-request.d.ts +10 -1
  46. package/lib/request/list-db-systems-request.js +5 -0
  47. package/lib/request/list-db-systems-request.js.map +1 -1
  48. package/lib/request/list-replicas-request.d.ts +1 -1
  49. package/lib/request/list-shapes-request.d.ts +1 -1
  50. package/lib/request/list-versions-request.d.ts +1 -1
  51. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  52. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  53. package/lib/request/list-work-requests-request.d.ts +1 -1
  54. package/lib/request/reset-channel-request.d.ts +1 -1
  55. package/lib/request/restart-db-system-request.d.ts +1 -1
  56. package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
  57. package/lib/request/resume-channel-request.d.ts +1 -1
  58. package/lib/request/start-db-system-request.d.ts +1 -1
  59. package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
  60. package/lib/request/stop-db-system-request.d.ts +1 -1
  61. package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
  62. package/lib/request/update-backup-request.d.ts +1 -1
  63. package/lib/request/update-channel-request.d.ts +1 -1
  64. package/lib/request/update-configuration-request.d.ts +1 -1
  65. package/lib/request/update-db-system-request.d.ts +1 -1
  66. package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
  67. package/lib/request/update-replica-request.d.ts +1 -1
  68. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -190,7 +190,7 @@ class ChannelsClient {
190
190
  * @param CreateChannelRequest
191
191
  * @return CreateChannelResponse
192
192
  * @throws OciError when an error occurs
193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
194
194
  */
195
195
  createChannel(createChannelRequest) {
196
196
  return __awaiter(this, void 0, void 0, function* () {
@@ -258,7 +258,7 @@ class ChannelsClient {
258
258
  * @param DeleteChannelRequest
259
259
  * @return DeleteChannelResponse
260
260
  * @throws OciError when an error occurs
261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
262
262
  */
263
263
  deleteChannel(deleteChannelRequest) {
264
264
  return __awaiter(this, void 0, void 0, function* () {
@@ -321,7 +321,7 @@ class ChannelsClient {
321
321
  * @param GetChannelRequest
322
322
  * @return GetChannelResponse
323
323
  * @throws OciError when an error occurs
324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
325
325
  */
326
326
  getChannel(getChannelRequest) {
327
327
  return __awaiter(this, void 0, void 0, function* () {
@@ -385,7 +385,7 @@ class ChannelsClient {
385
385
  * @param ListChannelsRequest
386
386
  * @return ListChannelsResponse
387
387
  * @throws OciError when an error occurs
388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
389
389
  */
390
390
  listChannels(listChannelsRequest) {
391
391
  return __awaiter(this, void 0, void 0, function* () {
@@ -499,7 +499,7 @@ class ChannelsClient {
499
499
  * @param ResetChannelRequest
500
500
  * @return ResetChannelResponse
501
501
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
503
503
  */
504
504
  resetChannel(resetChannelRequest) {
505
505
  return __awaiter(this, void 0, void 0, function* () {
@@ -563,7 +563,7 @@ class ChannelsClient {
563
563
  * @param ResumeChannelRequest
564
564
  * @return ResumeChannelResponse
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.72.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
567
567
  */
568
568
  resumeChannel(resumeChannelRequest) {
569
569
  return __awaiter(this, void 0, void 0, function* () {
@@ -628,7 +628,7 @@ class ChannelsClient {
628
628
  * @param UpdateChannelRequest
629
629
  * @return UpdateChannelResponse
630
630
  * @throws OciError when an error occurs
631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
632
632
  */
633
633
  updateChannel(updateChannelRequest) {
634
634
  return __awaiter(this, void 0, void 0, function* () {
@@ -825,7 +825,7 @@ class DbBackupsClient {
825
825
  * @param ChangeBackupCompartmentRequest
826
826
  * @return ChangeBackupCompartmentResponse
827
827
  * @throws OciError when an error occurs
828
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
829
829
  */
830
830
  changeBackupCompartment(changeBackupCompartmentRequest) {
831
831
  return __awaiter(this, void 0, void 0, function* () {
@@ -888,7 +888,7 @@ class DbBackupsClient {
888
888
  * @param CreateBackupRequest
889
889
  * @return CreateBackupResponse
890
890
  * @throws OciError when an error occurs
891
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
891
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
892
892
  */
893
893
  createBackup(createBackupRequest) {
894
894
  return __awaiter(this, void 0, void 0, function* () {
@@ -957,7 +957,7 @@ class DbBackupsClient {
957
957
  * @param DeleteBackupRequest
958
958
  * @return DeleteBackupResponse
959
959
  * @throws OciError when an error occurs
960
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
961
961
  */
962
962
  deleteBackup(deleteBackupRequest) {
963
963
  return __awaiter(this, void 0, void 0, function* () {
@@ -1017,7 +1017,7 @@ class DbBackupsClient {
1017
1017
  * @param GetBackupRequest
1018
1018
  * @return GetBackupResponse
1019
1019
  * @throws OciError when an error occurs
1020
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
1020
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
1021
1021
  */
1022
1022
  getBackup(getBackupRequest) {
1023
1023
  return __awaiter(this, void 0, void 0, function* () {
@@ -1082,7 +1082,7 @@ class DbBackupsClient {
1082
1082
  * @param ListBackupsRequest
1083
1083
  * @return ListBackupsResponse
1084
1084
  * @throws OciError when an error occurs
1085
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
1085
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
1086
1086
  */
1087
1087
  listBackups(listBackupsRequest) {
1088
1088
  return __awaiter(this, void 0, void 0, function* () {
@@ -1194,7 +1194,7 @@ class DbBackupsClient {
1194
1194
  * @param UpdateBackupRequest
1195
1195
  * @return UpdateBackupResponse
1196
1196
  * @throws OciError when an error occurs
1197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
1197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
1198
1198
  */
1199
1199
  updateBackup(updateBackupRequest) {
1200
1200
  return __awaiter(this, void 0, void 0, function* () {
@@ -1393,7 +1393,7 @@ class DbSystemClient {
1393
1393
  * @param AddHeatWaveClusterRequest
1394
1394
  * @return AddHeatWaveClusterResponse
1395
1395
  * @throws OciError when an error occurs
1396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1397
1397
  */
1398
1398
  addHeatWaveCluster(addHeatWaveClusterRequest) {
1399
1399
  return __awaiter(this, void 0, void 0, function* () {
@@ -1465,7 +1465,7 @@ class DbSystemClient {
1465
1465
  * @param CreateDbSystemRequest
1466
1466
  * @return CreateDbSystemResponse
1467
1467
  * @throws OciError when an error occurs
1468
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1469
1469
  */
1470
1470
  createDbSystem(createDbSystemRequest) {
1471
1471
  return __awaiter(this, void 0, void 0, function* () {
@@ -1540,7 +1540,7 @@ class DbSystemClient {
1540
1540
  * @param DeleteDbSystemRequest
1541
1541
  * @return DeleteDbSystemResponse
1542
1542
  * @throws OciError when an error occurs
1543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
1543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
1544
1544
  */
1545
1545
  deleteDbSystem(deleteDbSystemRequest) {
1546
1546
  return __awaiter(this, void 0, void 0, function* () {
@@ -1602,7 +1602,7 @@ class DbSystemClient {
1602
1602
  * @param DeleteHeatWaveClusterRequest
1603
1603
  * @return DeleteHeatWaveClusterResponse
1604
1604
  * @throws OciError when an error occurs
1605
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
1605
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
1606
1606
  */
1607
1607
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
1608
1608
  return __awaiter(this, void 0, void 0, function* () {
@@ -1663,7 +1663,7 @@ class DbSystemClient {
1663
1663
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
1664
1664
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
1665
1665
  * @throws OciError when an error occurs
1666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1666
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1667
1667
  */
1668
1668
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
1669
1669
  return __awaiter(this, void 0, void 0, function* () {
@@ -1727,7 +1727,7 @@ class DbSystemClient {
1727
1727
  * @param GetDbSystemRequest
1728
1728
  * @return GetDbSystemResponse
1729
1729
  * @throws OciError when an error occurs
1730
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
1730
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
1731
1731
  */
1732
1732
  getDbSystem(getDbSystemRequest) {
1733
1733
  return __awaiter(this, void 0, void 0, function* () {
@@ -1791,7 +1791,7 @@ class DbSystemClient {
1791
1791
  * @param GetHeatWaveClusterRequest
1792
1792
  * @return GetHeatWaveClusterResponse
1793
1793
  * @throws OciError when an error occurs
1794
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
1794
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
1795
1795
  */
1796
1796
  getHeatWaveCluster(getHeatWaveClusterRequest) {
1797
1797
  return __awaiter(this, void 0, void 0, function* () {
@@ -1857,7 +1857,7 @@ class DbSystemClient {
1857
1857
  * @param GetHeatWaveClusterMemoryEstimateRequest
1858
1858
  * @return GetHeatWaveClusterMemoryEstimateResponse
1859
1859
  * @throws OciError when an error occurs
1860
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
1860
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
1861
1861
  */
1862
1862
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
1863
1863
  return __awaiter(this, void 0, void 0, function* () {
@@ -1917,7 +1917,7 @@ class DbSystemClient {
1917
1917
  * @param ListDbSystemsRequest
1918
1918
  * @return ListDbSystemsResponse
1919
1919
  * @throws OciError when an error occurs
1920
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
1920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
1921
1921
  */
1922
1922
  listDbSystems(listDbSystemsRequest) {
1923
1923
  return __awaiter(this, void 0, void 0, function* () {
@@ -1934,6 +1934,7 @@ class DbSystemClient {
1934
1934
  "lifecycleState": listDbSystemsRequest.lifecycleState,
1935
1935
  "configurationId": listDbSystemsRequest.configurationId,
1936
1936
  "isUpToDate": listDbSystemsRequest.isUpToDate,
1937
+ "databaseManagement": listDbSystemsRequest.databaseManagement,
1937
1938
  "sortBy": listDbSystemsRequest.sortBy,
1938
1939
  "sortOrder": listDbSystemsRequest.sortOrder,
1939
1940
  "limit": listDbSystemsRequest.limit,
@@ -2030,7 +2031,7 @@ class DbSystemClient {
2030
2031
  * @param RestartDbSystemRequest
2031
2032
  * @return RestartDbSystemResponse
2032
2033
  * @throws OciError when an error occurs
2033
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2034
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2034
2035
  */
2035
2036
  restartDbSystem(restartDbSystemRequest) {
2036
2037
  return __awaiter(this, void 0, void 0, function* () {
@@ -2092,7 +2093,7 @@ class DbSystemClient {
2092
2093
  * @param RestartHeatWaveClusterRequest
2093
2094
  * @return RestartHeatWaveClusterResponse
2094
2095
  * @throws OciError when an error occurs
2095
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2096
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2096
2097
  */
2097
2098
  restartHeatWaveCluster(restartHeatWaveClusterRequest) {
2098
2099
  return __awaiter(this, void 0, void 0, function* () {
@@ -2153,7 +2154,7 @@ class DbSystemClient {
2153
2154
  * @param StartDbSystemRequest
2154
2155
  * @return StartDbSystemResponse
2155
2156
  * @throws OciError when an error occurs
2156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2157
2158
  */
2158
2159
  startDbSystem(startDbSystemRequest) {
2159
2160
  return __awaiter(this, void 0, void 0, function* () {
@@ -2214,7 +2215,7 @@ class DbSystemClient {
2214
2215
  * @param StartHeatWaveClusterRequest
2215
2216
  * @return StartHeatWaveClusterResponse
2216
2217
  * @throws OciError when an error occurs
2217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2218
2219
  */
2219
2220
  startHeatWaveCluster(startHeatWaveClusterRequest) {
2220
2221
  return __awaiter(this, void 0, void 0, function* () {
@@ -2278,7 +2279,7 @@ class DbSystemClient {
2278
2279
  * @param StopDbSystemRequest
2279
2280
  * @return StopDbSystemResponse
2280
2281
  * @throws OciError when an error occurs
2281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2282
2283
  */
2283
2284
  stopDbSystem(stopDbSystemRequest) {
2284
2285
  return __awaiter(this, void 0, void 0, function* () {
@@ -2340,7 +2341,7 @@ class DbSystemClient {
2340
2341
  * @param StopHeatWaveClusterRequest
2341
2342
  * @return StopHeatWaveClusterResponse
2342
2343
  * @throws OciError when an error occurs
2343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2344
2345
  */
2345
2346
  stopHeatWaveCluster(stopHeatWaveClusterRequest) {
2346
2347
  return __awaiter(this, void 0, void 0, function* () {
@@ -2409,7 +2410,7 @@ class DbSystemClient {
2409
2410
  * @param UpdateDbSystemRequest
2410
2411
  * @return UpdateDbSystemResponse
2411
2412
  * @throws OciError when an error occurs
2412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2413
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2413
2414
  */
2414
2415
  updateDbSystem(updateDbSystemRequest) {
2415
2416
  return __awaiter(this, void 0, void 0, function* () {
@@ -2471,7 +2472,7 @@ class DbSystemClient {
2471
2472
  * @param UpdateHeatWaveClusterRequest
2472
2473
  * @return UpdateHeatWaveClusterResponse
2473
2474
  * @throws OciError when an error occurs
2474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
2475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
2475
2476
  */
2476
2477
  updateHeatWaveCluster(updateHeatWaveClusterRequest) {
2477
2478
  return __awaiter(this, void 0, void 0, function* () {
@@ -2665,7 +2666,7 @@ class MysqlaasClient {
2665
2666
  * @param CreateConfigurationRequest
2666
2667
  * @return CreateConfigurationResponse
2667
2668
  * @throws OciError when an error occurs
2668
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
2669
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
2669
2670
  */
2670
2671
  createConfiguration(createConfigurationRequest) {
2671
2672
  return __awaiter(this, void 0, void 0, function* () {
@@ -2740,7 +2741,7 @@ class MysqlaasClient {
2740
2741
  * @param DeleteConfigurationRequest
2741
2742
  * @return DeleteConfigurationResponse
2742
2743
  * @throws OciError when an error occurs
2743
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
2744
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
2744
2745
  */
2745
2746
  deleteConfiguration(deleteConfigurationRequest) {
2746
2747
  return __awaiter(this, void 0, void 0, function* () {
@@ -2796,7 +2797,7 @@ class MysqlaasClient {
2796
2797
  * @param GetConfigurationRequest
2797
2798
  * @return GetConfigurationResponse
2798
2799
  * @throws OciError when an error occurs
2799
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
2800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
2800
2801
  */
2801
2802
  getConfiguration(getConfigurationRequest) {
2802
2803
  return __awaiter(this, void 0, void 0, function* () {
@@ -2868,7 +2869,7 @@ class MysqlaasClient {
2868
2869
  * @param ListConfigurationsRequest
2869
2870
  * @return ListConfigurationsResponse
2870
2871
  * @throws OciError when an error occurs
2871
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
2872
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
2872
2873
  */
2873
2874
  listConfigurations(listConfigurationsRequest) {
2874
2875
  return __awaiter(this, void 0, void 0, function* () {
@@ -2984,7 +2985,7 @@ class MysqlaasClient {
2984
2985
  * @param ListShapesRequest
2985
2986
  * @return ListShapesResponse
2986
2987
  * @throws OciError when an error occurs
2987
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
2988
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
2988
2989
  */
2989
2990
  listShapes(listShapesRequest) {
2990
2991
  return __awaiter(this, void 0, void 0, function* () {
@@ -3048,7 +3049,7 @@ class MysqlaasClient {
3048
3049
  * @param ListVersionsRequest
3049
3050
  * @return ListVersionsResponse
3050
3051
  * @throws OciError when an error occurs
3051
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3052
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3052
3053
  */
3053
3054
  listVersions(listVersionsRequest) {
3054
3055
  return __awaiter(this, void 0, void 0, function* () {
@@ -3106,7 +3107,7 @@ class MysqlaasClient {
3106
3107
  * @param UpdateConfigurationRequest
3107
3108
  * @return UpdateConfigurationResponse
3108
3109
  * @throws OciError when an error occurs
3109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3110
3111
  */
3111
3112
  updateConfiguration(updateConfigurationRequest) {
3112
3113
  return __awaiter(this, void 0, void 0, function* () {
@@ -3304,7 +3305,7 @@ class ReplicasClient {
3304
3305
  * @param CreateReplicaRequest
3305
3306
  * @return CreateReplicaResponse
3306
3307
  * @throws OciError when an error occurs
3307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
3308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
3308
3309
  */
3309
3310
  createReplica(createReplicaRequest) {
3310
3311
  return __awaiter(this, void 0, void 0, function* () {
@@ -3377,7 +3378,7 @@ class ReplicasClient {
3377
3378
  * @param DeleteReplicaRequest
3378
3379
  * @return DeleteReplicaResponse
3379
3380
  * @throws OciError when an error occurs
3380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
3381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
3381
3382
  */
3382
3383
  deleteReplica(deleteReplicaRequest) {
3383
3384
  return __awaiter(this, void 0, void 0, function* () {
@@ -3437,7 +3438,7 @@ class ReplicasClient {
3437
3438
  * @param GetReplicaRequest
3438
3439
  * @return GetReplicaResponse
3439
3440
  * @throws OciError when an error occurs
3440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
3441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
3441
3442
  */
3442
3443
  getReplica(getReplicaRequest) {
3443
3444
  return __awaiter(this, void 0, void 0, function* () {
@@ -3501,7 +3502,7 @@ class ReplicasClient {
3501
3502
  * @param ListReplicasRequest
3502
3503
  * @return ListReplicasResponse
3503
3504
  * @throws OciError when an error occurs
3504
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
3505
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
3505
3506
  */
3506
3507
  listReplicas(listReplicasRequest) {
3507
3508
  return __awaiter(this, void 0, void 0, function* () {
@@ -3614,7 +3615,7 @@ class ReplicasClient {
3614
3615
  * @param UpdateReplicaRequest
3615
3616
  * @return UpdateReplicaResponse
3616
3617
  * @throws OciError when an error occurs
3617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
3618
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
3618
3619
  */
3619
3620
  updateReplica(updateReplicaRequest) {
3620
3621
  return __awaiter(this, void 0, void 0, function* () {
@@ -3808,7 +3809,7 @@ class WorkRequestsClient {
3808
3809
  * @param GetWorkRequestRequest
3809
3810
  * @return GetWorkRequestResponse
3810
3811
  * @throws OciError when an error occurs
3811
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3812
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3812
3813
  */
3813
3814
  getWorkRequest(getWorkRequestRequest) {
3814
3815
  return __awaiter(this, void 0, void 0, function* () {
@@ -3878,7 +3879,7 @@ class WorkRequestsClient {
3878
3879
  * @param ListWorkRequestErrorsRequest
3879
3880
  * @return ListWorkRequestErrorsResponse
3880
3881
  * @throws OciError when an error occurs
3881
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3882
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3882
3883
  */
3883
3884
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
3884
3885
  return __awaiter(this, void 0, void 0, function* () {
@@ -3985,7 +3986,7 @@ class WorkRequestsClient {
3985
3986
  * @param ListWorkRequestLogsRequest
3986
3987
  * @return ListWorkRequestLogsResponse
3987
3988
  * @throws OciError when an error occurs
3988
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3989
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3989
3990
  */
3990
3991
  listWorkRequestLogs(listWorkRequestLogsRequest) {
3991
3992
  return __awaiter(this, void 0, void 0, function* () {
@@ -4092,7 +4093,7 @@ class WorkRequestsClient {
4092
4093
  * @param ListWorkRequestsRequest
4093
4094
  * @return ListWorkRequestsResponse
4094
4095
  * @throws OciError when an error occurs
4095
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4096
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4096
4097
  */
4097
4098
  listWorkRequests(listWorkRequestsRequest) {
4098
4099
  return __awaiter(this, void 0, void 0, function* () {