oci-mysql 2.55.0 → 2.55.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 (58) hide show
  1. package/lib/client.d.ts +55 -55
  2. package/lib/client.js +55 -55
  3. package/lib/request/add-analytics-cluster-request.d.ts +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-analytics-cluster-request.d.ts +1 -1
  12. package/lib/request/delete-backup-request.d.ts +1 -1
  13. package/lib/request/delete-channel-request.d.ts +1 -1
  14. package/lib/request/delete-configuration-request.d.ts +1 -1
  15. package/lib/request/delete-db-system-request.d.ts +1 -1
  16. package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
  17. package/lib/request/delete-replica-request.d.ts +1 -1
  18. package/lib/request/generate-analytics-cluster-memory-estimate-request.d.ts +1 -1
  19. package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  20. package/lib/request/get-analytics-cluster-memory-estimate-request.d.ts +1 -1
  21. package/lib/request/get-analytics-cluster-request.d.ts +1 -1
  22. package/lib/request/get-backup-request.d.ts +1 -1
  23. package/lib/request/get-channel-request.d.ts +1 -1
  24. package/lib/request/get-configuration-request.d.ts +1 -1
  25. package/lib/request/get-db-system-request.d.ts +1 -1
  26. package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  27. package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
  28. package/lib/request/get-replica-request.d.ts +1 -1
  29. package/lib/request/get-work-request-request.d.ts +1 -1
  30. package/lib/request/list-backups-request.d.ts +1 -1
  31. package/lib/request/list-channels-request.d.ts +1 -1
  32. package/lib/request/list-configurations-request.d.ts +1 -1
  33. package/lib/request/list-db-systems-request.d.ts +1 -1
  34. package/lib/request/list-replicas-request.d.ts +1 -1
  35. package/lib/request/list-shapes-request.d.ts +1 -1
  36. package/lib/request/list-versions-request.d.ts +1 -1
  37. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  38. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  39. package/lib/request/list-work-requests-request.d.ts +1 -1
  40. package/lib/request/reset-channel-request.d.ts +1 -1
  41. package/lib/request/restart-analytics-cluster-request.d.ts +1 -1
  42. package/lib/request/restart-db-system-request.d.ts +1 -1
  43. package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
  44. package/lib/request/resume-channel-request.d.ts +1 -1
  45. package/lib/request/start-analytics-cluster-request.d.ts +1 -1
  46. package/lib/request/start-db-system-request.d.ts +1 -1
  47. package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
  48. package/lib/request/stop-analytics-cluster-request.d.ts +1 -1
  49. package/lib/request/stop-db-system-request.d.ts +1 -1
  50. package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
  51. package/lib/request/update-analytics-cluster-request.d.ts +1 -1
  52. package/lib/request/update-backup-request.d.ts +1 -1
  53. package/lib/request/update-channel-request.d.ts +1 -1
  54. package/lib/request/update-configuration-request.d.ts +1 -1
  55. package/lib/request/update-db-system-request.d.ts +1 -1
  56. package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
  57. package/lib/request/update-replica-request.d.ts +1 -1
  58. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -163,7 +163,7 @@ class ChannelsClient {
163
163
  * @param CreateChannelRequest
164
164
  * @return CreateChannelResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
167
167
  */
168
168
  createChannel(createChannelRequest) {
169
169
  return __awaiter(this, void 0, void 0, function* () {
@@ -231,7 +231,7 @@ class ChannelsClient {
231
231
  * @param DeleteChannelRequest
232
232
  * @return DeleteChannelResponse
233
233
  * @throws OciError when an error occurs
234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
235
235
  */
236
236
  deleteChannel(deleteChannelRequest) {
237
237
  return __awaiter(this, void 0, void 0, function* () {
@@ -294,7 +294,7 @@ class ChannelsClient {
294
294
  * @param GetChannelRequest
295
295
  * @return GetChannelResponse
296
296
  * @throws OciError when an error occurs
297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
298
298
  */
299
299
  getChannel(getChannelRequest) {
300
300
  return __awaiter(this, void 0, void 0, function* () {
@@ -358,7 +358,7 @@ class ChannelsClient {
358
358
  * @param ListChannelsRequest
359
359
  * @return ListChannelsResponse
360
360
  * @throws OciError when an error occurs
361
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
361
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
362
362
  */
363
363
  listChannels(listChannelsRequest) {
364
364
  return __awaiter(this, void 0, void 0, function* () {
@@ -472,7 +472,7 @@ class ChannelsClient {
472
472
  * @param ResetChannelRequest
473
473
  * @return ResetChannelResponse
474
474
  * @throws OciError when an error occurs
475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
476
476
  */
477
477
  resetChannel(resetChannelRequest) {
478
478
  return __awaiter(this, void 0, void 0, function* () {
@@ -536,7 +536,7 @@ class ChannelsClient {
536
536
  * @param ResumeChannelRequest
537
537
  * @return ResumeChannelResponse
538
538
  * @throws OciError when an error occurs
539
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
539
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
540
540
  */
541
541
  resumeChannel(resumeChannelRequest) {
542
542
  return __awaiter(this, void 0, void 0, function* () {
@@ -601,7 +601,7 @@ class ChannelsClient {
601
601
  * @param UpdateChannelRequest
602
602
  * @return UpdateChannelResponse
603
603
  * @throws OciError when an error occurs
604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
605
605
  */
606
606
  updateChannel(updateChannelRequest) {
607
607
  return __awaiter(this, void 0, void 0, function* () {
@@ -771,7 +771,7 @@ class DbBackupsClient {
771
771
  * @param ChangeBackupCompartmentRequest
772
772
  * @return ChangeBackupCompartmentResponse
773
773
  * @throws OciError when an error occurs
774
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
774
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
775
775
  */
776
776
  changeBackupCompartment(changeBackupCompartmentRequest) {
777
777
  return __awaiter(this, void 0, void 0, function* () {
@@ -834,7 +834,7 @@ class DbBackupsClient {
834
834
  * @param CreateBackupRequest
835
835
  * @return CreateBackupResponse
836
836
  * @throws OciError when an error occurs
837
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
837
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
838
838
  */
839
839
  createBackup(createBackupRequest) {
840
840
  return __awaiter(this, void 0, void 0, function* () {
@@ -903,7 +903,7 @@ class DbBackupsClient {
903
903
  * @param DeleteBackupRequest
904
904
  * @return DeleteBackupResponse
905
905
  * @throws OciError when an error occurs
906
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
906
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
907
907
  */
908
908
  deleteBackup(deleteBackupRequest) {
909
909
  return __awaiter(this, void 0, void 0, function* () {
@@ -963,7 +963,7 @@ class DbBackupsClient {
963
963
  * @param GetBackupRequest
964
964
  * @return GetBackupResponse
965
965
  * @throws OciError when an error occurs
966
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
966
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
967
967
  */
968
968
  getBackup(getBackupRequest) {
969
969
  return __awaiter(this, void 0, void 0, function* () {
@@ -1028,7 +1028,7 @@ class DbBackupsClient {
1028
1028
  * @param ListBackupsRequest
1029
1029
  * @return ListBackupsResponse
1030
1030
  * @throws OciError when an error occurs
1031
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
1031
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
1032
1032
  */
1033
1033
  listBackups(listBackupsRequest) {
1034
1034
  return __awaiter(this, void 0, void 0, function* () {
@@ -1140,7 +1140,7 @@ class DbBackupsClient {
1140
1140
  * @param UpdateBackupRequest
1141
1141
  * @return UpdateBackupResponse
1142
1142
  * @throws OciError when an error occurs
1143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
1143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
1144
1144
  */
1145
1145
  updateBackup(updateBackupRequest) {
1146
1146
  return __awaiter(this, void 0, void 0, function* () {
@@ -1313,7 +1313,7 @@ class DbSystemClient {
1313
1313
  * @param AddAnalyticsClusterRequest
1314
1314
  * @return AddAnalyticsClusterResponse
1315
1315
  * @throws OciError when an error occurs
1316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
1316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
1317
1317
  */
1318
1318
  addAnalyticsCluster(addAnalyticsClusterRequest) {
1319
1319
  return __awaiter(this, void 0, void 0, function* () {
@@ -1385,7 +1385,7 @@ class DbSystemClient {
1385
1385
  * @param AddHeatWaveClusterRequest
1386
1386
  * @return AddHeatWaveClusterResponse
1387
1387
  * @throws OciError when an error occurs
1388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1389
1389
  */
1390
1390
  addHeatWaveCluster(addHeatWaveClusterRequest) {
1391
1391
  return __awaiter(this, void 0, void 0, function* () {
@@ -1457,7 +1457,7 @@ class DbSystemClient {
1457
1457
  * @param CreateDbSystemRequest
1458
1458
  * @return CreateDbSystemResponse
1459
1459
  * @throws OciError when an error occurs
1460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1460
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1461
1461
  */
1462
1462
  createDbSystem(createDbSystemRequest) {
1463
1463
  return __awaiter(this, void 0, void 0, function* () {
@@ -1533,7 +1533,7 @@ class DbSystemClient {
1533
1533
  * @param DeleteAnalyticsClusterRequest
1534
1534
  * @return DeleteAnalyticsClusterResponse
1535
1535
  * @throws OciError when an error occurs
1536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
1536
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
1537
1537
  */
1538
1538
  deleteAnalyticsCluster(deleteAnalyticsClusterRequest) {
1539
1539
  return __awaiter(this, void 0, void 0, function* () {
@@ -1595,7 +1595,7 @@ class DbSystemClient {
1595
1595
  * @param DeleteDbSystemRequest
1596
1596
  * @return DeleteDbSystemResponse
1597
1597
  * @throws OciError when an error occurs
1598
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.55.1/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
1599
1599
  */
1600
1600
  deleteDbSystem(deleteDbSystemRequest) {
1601
1601
  return __awaiter(this, void 0, void 0, function* () {
@@ -1657,7 +1657,7 @@ class DbSystemClient {
1657
1657
  * @param DeleteHeatWaveClusterRequest
1658
1658
  * @return DeleteHeatWaveClusterResponse
1659
1659
  * @throws OciError when an error occurs
1660
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.55.1/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
1661
1661
  */
1662
1662
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
1663
1663
  return __awaiter(this, void 0, void 0, function* () {
@@ -1719,7 +1719,7 @@ class DbSystemClient {
1719
1719
  * @param GenerateAnalyticsClusterMemoryEstimateRequest
1720
1720
  * @return GenerateAnalyticsClusterMemoryEstimateResponse
1721
1721
  * @throws OciError when an error occurs
1722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
1722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
1723
1723
  */
1724
1724
  generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest) {
1725
1725
  return __awaiter(this, void 0, void 0, function* () {
@@ -1784,7 +1784,7 @@ class DbSystemClient {
1784
1784
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
1785
1785
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
1786
1786
  * @throws OciError when an error occurs
1787
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1787
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1788
1788
  */
1789
1789
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
1790
1790
  return __awaiter(this, void 0, void 0, function* () {
@@ -1850,7 +1850,7 @@ class DbSystemClient {
1850
1850
  * @param GetAnalyticsClusterRequest
1851
1851
  * @return GetAnalyticsClusterResponse
1852
1852
  * @throws OciError when an error occurs
1853
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
1853
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
1854
1854
  */
1855
1855
  getAnalyticsCluster(getAnalyticsClusterRequest) {
1856
1856
  return __awaiter(this, void 0, void 0, function* () {
@@ -1917,7 +1917,7 @@ class DbSystemClient {
1917
1917
  * @param GetAnalyticsClusterMemoryEstimateRequest
1918
1918
  * @return GetAnalyticsClusterMemoryEstimateResponse
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.55.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
1920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
1921
1921
  */
1922
1922
  getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest) {
1923
1923
  return __awaiter(this, void 0, void 0, function* () {
@@ -1975,7 +1975,7 @@ class DbSystemClient {
1975
1975
  * @param GetDbSystemRequest
1976
1976
  * @return GetDbSystemResponse
1977
1977
  * @throws OciError when an error occurs
1978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
1978
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
1979
1979
  */
1980
1980
  getDbSystem(getDbSystemRequest) {
1981
1981
  return __awaiter(this, void 0, void 0, function* () {
@@ -2039,7 +2039,7 @@ class DbSystemClient {
2039
2039
  * @param GetHeatWaveClusterRequest
2040
2040
  * @return GetHeatWaveClusterResponse
2041
2041
  * @throws OciError when an error occurs
2042
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
2042
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
2043
2043
  */
2044
2044
  getHeatWaveCluster(getHeatWaveClusterRequest) {
2045
2045
  return __awaiter(this, void 0, void 0, function* () {
@@ -2105,7 +2105,7 @@ class DbSystemClient {
2105
2105
  * @param GetHeatWaveClusterMemoryEstimateRequest
2106
2106
  * @return GetHeatWaveClusterMemoryEstimateResponse
2107
2107
  * @throws OciError when an error occurs
2108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
2108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
2109
2109
  */
2110
2110
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
2111
2111
  return __awaiter(this, void 0, void 0, function* () {
@@ -2165,7 +2165,7 @@ class DbSystemClient {
2165
2165
  * @param ListDbSystemsRequest
2166
2166
  * @return ListDbSystemsResponse
2167
2167
  * @throws OciError when an error occurs
2168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
2168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
2169
2169
  */
2170
2170
  listDbSystems(listDbSystemsRequest) {
2171
2171
  return __awaiter(this, void 0, void 0, function* () {
@@ -2281,7 +2281,7 @@ class DbSystemClient {
2281
2281
  * @param RestartAnalyticsClusterRequest
2282
2282
  * @return RestartAnalyticsClusterResponse
2283
2283
  * @throws OciError when an error occurs
2284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
2284
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
2285
2285
  */
2286
2286
  restartAnalyticsCluster(restartAnalyticsClusterRequest) {
2287
2287
  return __awaiter(this, void 0, void 0, function* () {
@@ -2342,7 +2342,7 @@ class DbSystemClient {
2342
2342
  * @param RestartDbSystemRequest
2343
2343
  * @return RestartDbSystemResponse
2344
2344
  * @throws OciError when an error occurs
2345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2346
2346
  */
2347
2347
  restartDbSystem(restartDbSystemRequest) {
2348
2348
  return __awaiter(this, void 0, void 0, function* () {
@@ -2404,7 +2404,7 @@ class DbSystemClient {
2404
2404
  * @param RestartHeatWaveClusterRequest
2405
2405
  * @return RestartHeatWaveClusterResponse
2406
2406
  * @throws OciError when an error occurs
2407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2408
2408
  */
2409
2409
  restartHeatWaveCluster(restartHeatWaveClusterRequest) {
2410
2410
  return __awaiter(this, void 0, void 0, function* () {
@@ -2467,7 +2467,7 @@ class DbSystemClient {
2467
2467
  * @param StartAnalyticsClusterRequest
2468
2468
  * @return StartAnalyticsClusterResponse
2469
2469
  * @throws OciError when an error occurs
2470
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
2470
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
2471
2471
  */
2472
2472
  startAnalyticsCluster(startAnalyticsClusterRequest) {
2473
2473
  return __awaiter(this, void 0, void 0, function* () {
@@ -2528,7 +2528,7 @@ class DbSystemClient {
2528
2528
  * @param StartDbSystemRequest
2529
2529
  * @return StartDbSystemResponse
2530
2530
  * @throws OciError when an error occurs
2531
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2532
2532
  */
2533
2533
  startDbSystem(startDbSystemRequest) {
2534
2534
  return __awaiter(this, void 0, void 0, function* () {
@@ -2589,7 +2589,7 @@ class DbSystemClient {
2589
2589
  * @param StartHeatWaveClusterRequest
2590
2590
  * @return StartHeatWaveClusterResponse
2591
2591
  * @throws OciError when an error occurs
2592
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2592
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2593
2593
  */
2594
2594
  startHeatWaveCluster(startHeatWaveClusterRequest) {
2595
2595
  return __awaiter(this, void 0, void 0, function* () {
@@ -2652,7 +2652,7 @@ class DbSystemClient {
2652
2652
  * @param StopAnalyticsClusterRequest
2653
2653
  * @return StopAnalyticsClusterResponse
2654
2654
  * @throws OciError when an error occurs
2655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
2655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
2656
2656
  */
2657
2657
  stopAnalyticsCluster(stopAnalyticsClusterRequest) {
2658
2658
  return __awaiter(this, void 0, void 0, function* () {
@@ -2716,7 +2716,7 @@ class DbSystemClient {
2716
2716
  * @param StopDbSystemRequest
2717
2717
  * @return StopDbSystemResponse
2718
2718
  * @throws OciError when an error occurs
2719
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2719
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2720
2720
  */
2721
2721
  stopDbSystem(stopDbSystemRequest) {
2722
2722
  return __awaiter(this, void 0, void 0, function* () {
@@ -2778,7 +2778,7 @@ class DbSystemClient {
2778
2778
  * @param StopHeatWaveClusterRequest
2779
2779
  * @return StopHeatWaveClusterResponse
2780
2780
  * @throws OciError when an error occurs
2781
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2781
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2782
2782
  */
2783
2783
  stopHeatWaveCluster(stopHeatWaveClusterRequest) {
2784
2784
  return __awaiter(this, void 0, void 0, function* () {
@@ -2841,7 +2841,7 @@ class DbSystemClient {
2841
2841
  * @param UpdateAnalyticsClusterRequest
2842
2842
  * @return UpdateAnalyticsClusterResponse
2843
2843
  * @throws OciError when an error occurs
2844
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
2844
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
2845
2845
  */
2846
2846
  updateAnalyticsCluster(updateAnalyticsClusterRequest) {
2847
2847
  return __awaiter(this, void 0, void 0, function* () {
@@ -2910,7 +2910,7 @@ class DbSystemClient {
2910
2910
  * @param UpdateDbSystemRequest
2911
2911
  * @return UpdateDbSystemResponse
2912
2912
  * @throws OciError when an error occurs
2913
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2914
2914
  */
2915
2915
  updateDbSystem(updateDbSystemRequest) {
2916
2916
  return __awaiter(this, void 0, void 0, function* () {
@@ -2972,7 +2972,7 @@ class DbSystemClient {
2972
2972
  * @param UpdateHeatWaveClusterRequest
2973
2973
  * @return UpdateHeatWaveClusterResponse
2974
2974
  * @throws OciError when an error occurs
2975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
2975
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
2976
2976
  */
2977
2977
  updateHeatWaveCluster(updateHeatWaveClusterRequest) {
2978
2978
  return __awaiter(this, void 0, void 0, function* () {
@@ -3139,7 +3139,7 @@ class MysqlaasClient {
3139
3139
  * @param CreateConfigurationRequest
3140
3140
  * @return CreateConfigurationResponse
3141
3141
  * @throws OciError when an error occurs
3142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
3142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
3143
3143
  */
3144
3144
  createConfiguration(createConfigurationRequest) {
3145
3145
  return __awaiter(this, void 0, void 0, function* () {
@@ -3214,7 +3214,7 @@ class MysqlaasClient {
3214
3214
  * @param DeleteConfigurationRequest
3215
3215
  * @return DeleteConfigurationResponse
3216
3216
  * @throws OciError when an error occurs
3217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
3217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
3218
3218
  */
3219
3219
  deleteConfiguration(deleteConfigurationRequest) {
3220
3220
  return __awaiter(this, void 0, void 0, function* () {
@@ -3270,7 +3270,7 @@ class MysqlaasClient {
3270
3270
  * @param GetConfigurationRequest
3271
3271
  * @return GetConfigurationResponse
3272
3272
  * @throws OciError when an error occurs
3273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
3273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
3274
3274
  */
3275
3275
  getConfiguration(getConfigurationRequest) {
3276
3276
  return __awaiter(this, void 0, void 0, function* () {
@@ -3342,7 +3342,7 @@ class MysqlaasClient {
3342
3342
  * @param ListConfigurationsRequest
3343
3343
  * @return ListConfigurationsResponse
3344
3344
  * @throws OciError when an error occurs
3345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
3345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
3346
3346
  */
3347
3347
  listConfigurations(listConfigurationsRequest) {
3348
3348
  return __awaiter(this, void 0, void 0, function* () {
@@ -3458,7 +3458,7 @@ class MysqlaasClient {
3458
3458
  * @param ListShapesRequest
3459
3459
  * @return ListShapesResponse
3460
3460
  * @throws OciError when an error occurs
3461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
3461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
3462
3462
  */
3463
3463
  listShapes(listShapesRequest) {
3464
3464
  return __awaiter(this, void 0, void 0, function* () {
@@ -3522,7 +3522,7 @@ class MysqlaasClient {
3522
3522
  * @param ListVersionsRequest
3523
3523
  * @return ListVersionsResponse
3524
3524
  * @throws OciError when an error occurs
3525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3526
3526
  */
3527
3527
  listVersions(listVersionsRequest) {
3528
3528
  return __awaiter(this, void 0, void 0, function* () {
@@ -3580,7 +3580,7 @@ class MysqlaasClient {
3580
3580
  * @param UpdateConfigurationRequest
3581
3581
  * @return UpdateConfigurationResponse
3582
3582
  * @throws OciError when an error occurs
3583
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3583
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3584
3584
  */
3585
3585
  updateConfiguration(updateConfigurationRequest) {
3586
3586
  return __awaiter(this, void 0, void 0, function* () {
@@ -3751,7 +3751,7 @@ class ReplicasClient {
3751
3751
  * @param CreateReplicaRequest
3752
3752
  * @return CreateReplicaResponse
3753
3753
  * @throws OciError when an error occurs
3754
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
3754
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
3755
3755
  */
3756
3756
  createReplica(createReplicaRequest) {
3757
3757
  return __awaiter(this, void 0, void 0, function* () {
@@ -3824,7 +3824,7 @@ class ReplicasClient {
3824
3824
  * @param DeleteReplicaRequest
3825
3825
  * @return DeleteReplicaResponse
3826
3826
  * @throws OciError when an error occurs
3827
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
3827
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
3828
3828
  */
3829
3829
  deleteReplica(deleteReplicaRequest) {
3830
3830
  return __awaiter(this, void 0, void 0, function* () {
@@ -3884,7 +3884,7 @@ class ReplicasClient {
3884
3884
  * @param GetReplicaRequest
3885
3885
  * @return GetReplicaResponse
3886
3886
  * @throws OciError when an error occurs
3887
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
3887
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
3888
3888
  */
3889
3889
  getReplica(getReplicaRequest) {
3890
3890
  return __awaiter(this, void 0, void 0, function* () {
@@ -3948,7 +3948,7 @@ class ReplicasClient {
3948
3948
  * @param ListReplicasRequest
3949
3949
  * @return ListReplicasResponse
3950
3950
  * @throws OciError when an error occurs
3951
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
3951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
3952
3952
  */
3953
3953
  listReplicas(listReplicasRequest) {
3954
3954
  return __awaiter(this, void 0, void 0, function* () {
@@ -4059,7 +4059,7 @@ class ReplicasClient {
4059
4059
  * @param UpdateReplicaRequest
4060
4060
  * @return UpdateReplicaResponse
4061
4061
  * @throws OciError when an error occurs
4062
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
4062
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
4063
4063
  */
4064
4064
  updateReplica(updateReplicaRequest) {
4065
4065
  return __awaiter(this, void 0, void 0, function* () {
@@ -4226,7 +4226,7 @@ class WorkRequestsClient {
4226
4226
  * @param GetWorkRequestRequest
4227
4227
  * @return GetWorkRequestResponse
4228
4228
  * @throws OciError when an error occurs
4229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
4229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
4230
4230
  */
4231
4231
  getWorkRequest(getWorkRequestRequest) {
4232
4232
  return __awaiter(this, void 0, void 0, function* () {
@@ -4296,7 +4296,7 @@ class WorkRequestsClient {
4296
4296
  * @param ListWorkRequestErrorsRequest
4297
4297
  * @return ListWorkRequestErrorsResponse
4298
4298
  * @throws OciError when an error occurs
4299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4300
4300
  */
4301
4301
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
4302
4302
  return __awaiter(this, void 0, void 0, function* () {
@@ -4403,7 +4403,7 @@ class WorkRequestsClient {
4403
4403
  * @param ListWorkRequestLogsRequest
4404
4404
  * @return ListWorkRequestLogsResponse
4405
4405
  * @throws OciError when an error occurs
4406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4407
4407
  */
4408
4408
  listWorkRequestLogs(listWorkRequestLogsRequest) {
4409
4409
  return __awaiter(this, void 0, void 0, function* () {
@@ -4510,7 +4510,7 @@ class WorkRequestsClient {
4510
4510
  * @param ListWorkRequestsRequest
4511
4511
  * @return ListWorkRequestsResponse
4512
4512
  * @throws OciError when an error occurs
4513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4514
4514
  */
4515
4515
  listWorkRequests(listWorkRequestsRequest) {
4516
4516
  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.55.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsClusterRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsClusterRequest.
17
17
  */
18
18
  export interface AddAnalyticsClusterRequest 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.55.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveClusterRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveClusterRequest.
17
17
  */
18
18
  export interface AddHeatWaveClusterRequest 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.55.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartmentRequest.
17
17
  */
18
18
  export interface ChangeBackupCompartmentRequest 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.55.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/CreateBackup.ts.html |here} to see how to use CreateBackupRequest.
17
17
  */
18
18
  export interface CreateBackupRequest 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.55.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/CreateChannel.ts.html |here} to see how to use CreateChannelRequest.
17
17
  */
18
18
  export interface CreateChannelRequest 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.55.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfigurationRequest.
17
17
  */
18
18
  export interface CreateConfigurationRequest 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.55.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystemRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystemRequest.
17
17
  */
18
18
  export interface CreateDbSystemRequest 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.55.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplicaRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/CreateReplica.ts.html |here} to see how to use CreateReplicaRequest.
17
17
  */
18
18
  export interface CreateReplicaRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsClusterRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsClusterRequest.
16
16
  */
17
17
  export interface DeleteAnalyticsClusterRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackupRequest.
16
16
  */
17
17
  export interface DeleteBackupRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannelRequest.
16
16
  */
17
17
  export interface DeleteChannelRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfigurationRequest.
16
16
  */
17
17
  export interface DeleteConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystemRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystemRequest.
16
16
  */
17
17
  export interface DeleteDbSystemRequest extends common.BaseRequest {
18
18
  /**