oci-mysql 2.68.1 → 2.68.2

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
@@ -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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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* () {
@@ -1394,7 +1394,7 @@ class DbSystemClient {
1394
1394
  * @param AddAnalyticsClusterRequest
1395
1395
  * @return AddAnalyticsClusterResponse
1396
1396
  * @throws OciError when an error occurs
1397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
1397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
1398
1398
  */
1399
1399
  addAnalyticsCluster(addAnalyticsClusterRequest) {
1400
1400
  return __awaiter(this, void 0, void 0, function* () {
@@ -1466,7 +1466,7 @@ class DbSystemClient {
1466
1466
  * @param AddHeatWaveClusterRequest
1467
1467
  * @return AddHeatWaveClusterResponse
1468
1468
  * @throws OciError when an error occurs
1469
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1469
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1470
1470
  */
1471
1471
  addHeatWaveCluster(addHeatWaveClusterRequest) {
1472
1472
  return __awaiter(this, void 0, void 0, function* () {
@@ -1538,7 +1538,7 @@ class DbSystemClient {
1538
1538
  * @param CreateDbSystemRequest
1539
1539
  * @return CreateDbSystemResponse
1540
1540
  * @throws OciError when an error occurs
1541
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1541
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1542
1542
  */
1543
1543
  createDbSystem(createDbSystemRequest) {
1544
1544
  return __awaiter(this, void 0, void 0, function* () {
@@ -1614,7 +1614,7 @@ class DbSystemClient {
1614
1614
  * @param DeleteAnalyticsClusterRequest
1615
1615
  * @return DeleteAnalyticsClusterResponse
1616
1616
  * @throws OciError when an error occurs
1617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
1617
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
1618
1618
  */
1619
1619
  deleteAnalyticsCluster(deleteAnalyticsClusterRequest) {
1620
1620
  return __awaiter(this, void 0, void 0, function* () {
@@ -1676,7 +1676,7 @@ class DbSystemClient {
1676
1676
  * @param DeleteDbSystemRequest
1677
1677
  * @return DeleteDbSystemResponse
1678
1678
  * @throws OciError when an error occurs
1679
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
1679
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
1680
1680
  */
1681
1681
  deleteDbSystem(deleteDbSystemRequest) {
1682
1682
  return __awaiter(this, void 0, void 0, function* () {
@@ -1738,7 +1738,7 @@ class DbSystemClient {
1738
1738
  * @param DeleteHeatWaveClusterRequest
1739
1739
  * @return DeleteHeatWaveClusterResponse
1740
1740
  * @throws OciError when an error occurs
1741
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
1741
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
1742
1742
  */
1743
1743
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
1744
1744
  return __awaiter(this, void 0, void 0, function* () {
@@ -1800,7 +1800,7 @@ class DbSystemClient {
1800
1800
  * @param GenerateAnalyticsClusterMemoryEstimateRequest
1801
1801
  * @return GenerateAnalyticsClusterMemoryEstimateResponse
1802
1802
  * @throws OciError when an error occurs
1803
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
1803
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
1804
1804
  */
1805
1805
  generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest) {
1806
1806
  return __awaiter(this, void 0, void 0, function* () {
@@ -1865,7 +1865,7 @@ class DbSystemClient {
1865
1865
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
1866
1866
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
1867
1867
  * @throws OciError when an error occurs
1868
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1869
1869
  */
1870
1870
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
1871
1871
  return __awaiter(this, void 0, void 0, function* () {
@@ -1931,7 +1931,7 @@ class DbSystemClient {
1931
1931
  * @param GetAnalyticsClusterRequest
1932
1932
  * @return GetAnalyticsClusterResponse
1933
1933
  * @throws OciError when an error occurs
1934
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
1934
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
1935
1935
  */
1936
1936
  getAnalyticsCluster(getAnalyticsClusterRequest) {
1937
1937
  return __awaiter(this, void 0, void 0, function* () {
@@ -1998,7 +1998,7 @@ class DbSystemClient {
1998
1998
  * @param GetAnalyticsClusterMemoryEstimateRequest
1999
1999
  * @return GetAnalyticsClusterMemoryEstimateResponse
2000
2000
  * @throws OciError when an error occurs
2001
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
2001
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
2002
2002
  */
2003
2003
  getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest) {
2004
2004
  return __awaiter(this, void 0, void 0, function* () {
@@ -2056,7 +2056,7 @@ class DbSystemClient {
2056
2056
  * @param GetDbSystemRequest
2057
2057
  * @return GetDbSystemResponse
2058
2058
  * @throws OciError when an error occurs
2059
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
2059
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
2060
2060
  */
2061
2061
  getDbSystem(getDbSystemRequest) {
2062
2062
  return __awaiter(this, void 0, void 0, function* () {
@@ -2120,7 +2120,7 @@ class DbSystemClient {
2120
2120
  * @param GetHeatWaveClusterRequest
2121
2121
  * @return GetHeatWaveClusterResponse
2122
2122
  * @throws OciError when an error occurs
2123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
2123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
2124
2124
  */
2125
2125
  getHeatWaveCluster(getHeatWaveClusterRequest) {
2126
2126
  return __awaiter(this, void 0, void 0, function* () {
@@ -2186,7 +2186,7 @@ class DbSystemClient {
2186
2186
  * @param GetHeatWaveClusterMemoryEstimateRequest
2187
2187
  * @return GetHeatWaveClusterMemoryEstimateResponse
2188
2188
  * @throws OciError when an error occurs
2189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
2189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
2190
2190
  */
2191
2191
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
2192
2192
  return __awaiter(this, void 0, void 0, function* () {
@@ -2246,7 +2246,7 @@ class DbSystemClient {
2246
2246
  * @param ListDbSystemsRequest
2247
2247
  * @return ListDbSystemsResponse
2248
2248
  * @throws OciError when an error occurs
2249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
2249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
2250
2250
  */
2251
2251
  listDbSystems(listDbSystemsRequest) {
2252
2252
  return __awaiter(this, void 0, void 0, function* () {
@@ -2362,7 +2362,7 @@ class DbSystemClient {
2362
2362
  * @param RestartAnalyticsClusterRequest
2363
2363
  * @return RestartAnalyticsClusterResponse
2364
2364
  * @throws OciError when an error occurs
2365
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
2365
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
2366
2366
  */
2367
2367
  restartAnalyticsCluster(restartAnalyticsClusterRequest) {
2368
2368
  return __awaiter(this, void 0, void 0, function* () {
@@ -2423,7 +2423,7 @@ class DbSystemClient {
2423
2423
  * @param RestartDbSystemRequest
2424
2424
  * @return RestartDbSystemResponse
2425
2425
  * @throws OciError when an error occurs
2426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2427
2427
  */
2428
2428
  restartDbSystem(restartDbSystemRequest) {
2429
2429
  return __awaiter(this, void 0, void 0, function* () {
@@ -2485,7 +2485,7 @@ class DbSystemClient {
2485
2485
  * @param RestartHeatWaveClusterRequest
2486
2486
  * @return RestartHeatWaveClusterResponse
2487
2487
  * @throws OciError when an error occurs
2488
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2488
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2489
2489
  */
2490
2490
  restartHeatWaveCluster(restartHeatWaveClusterRequest) {
2491
2491
  return __awaiter(this, void 0, void 0, function* () {
@@ -2548,7 +2548,7 @@ class DbSystemClient {
2548
2548
  * @param StartAnalyticsClusterRequest
2549
2549
  * @return StartAnalyticsClusterResponse
2550
2550
  * @throws OciError when an error occurs
2551
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
2551
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
2552
2552
  */
2553
2553
  startAnalyticsCluster(startAnalyticsClusterRequest) {
2554
2554
  return __awaiter(this, void 0, void 0, function* () {
@@ -2609,7 +2609,7 @@ class DbSystemClient {
2609
2609
  * @param StartDbSystemRequest
2610
2610
  * @return StartDbSystemResponse
2611
2611
  * @throws OciError when an error occurs
2612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2612
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2613
2613
  */
2614
2614
  startDbSystem(startDbSystemRequest) {
2615
2615
  return __awaiter(this, void 0, void 0, function* () {
@@ -2670,7 +2670,7 @@ class DbSystemClient {
2670
2670
  * @param StartHeatWaveClusterRequest
2671
2671
  * @return StartHeatWaveClusterResponse
2672
2672
  * @throws OciError when an error occurs
2673
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2673
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2674
2674
  */
2675
2675
  startHeatWaveCluster(startHeatWaveClusterRequest) {
2676
2676
  return __awaiter(this, void 0, void 0, function* () {
@@ -2733,7 +2733,7 @@ class DbSystemClient {
2733
2733
  * @param StopAnalyticsClusterRequest
2734
2734
  * @return StopAnalyticsClusterResponse
2735
2735
  * @throws OciError when an error occurs
2736
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
2736
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
2737
2737
  */
2738
2738
  stopAnalyticsCluster(stopAnalyticsClusterRequest) {
2739
2739
  return __awaiter(this, void 0, void 0, function* () {
@@ -2797,7 +2797,7 @@ class DbSystemClient {
2797
2797
  * @param StopDbSystemRequest
2798
2798
  * @return StopDbSystemResponse
2799
2799
  * @throws OciError when an error occurs
2800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2801
2801
  */
2802
2802
  stopDbSystem(stopDbSystemRequest) {
2803
2803
  return __awaiter(this, void 0, void 0, function* () {
@@ -2859,7 +2859,7 @@ class DbSystemClient {
2859
2859
  * @param StopHeatWaveClusterRequest
2860
2860
  * @return StopHeatWaveClusterResponse
2861
2861
  * @throws OciError when an error occurs
2862
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2862
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2863
2863
  */
2864
2864
  stopHeatWaveCluster(stopHeatWaveClusterRequest) {
2865
2865
  return __awaiter(this, void 0, void 0, function* () {
@@ -2922,7 +2922,7 @@ class DbSystemClient {
2922
2922
  * @param UpdateAnalyticsClusterRequest
2923
2923
  * @return UpdateAnalyticsClusterResponse
2924
2924
  * @throws OciError when an error occurs
2925
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
2925
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
2926
2926
  */
2927
2927
  updateAnalyticsCluster(updateAnalyticsClusterRequest) {
2928
2928
  return __awaiter(this, void 0, void 0, function* () {
@@ -2991,7 +2991,7 @@ class DbSystemClient {
2991
2991
  * @param UpdateDbSystemRequest
2992
2992
  * @return UpdateDbSystemResponse
2993
2993
  * @throws OciError when an error occurs
2994
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2994
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2995
2995
  */
2996
2996
  updateDbSystem(updateDbSystemRequest) {
2997
2997
  return __awaiter(this, void 0, void 0, function* () {
@@ -3053,7 +3053,7 @@ class DbSystemClient {
3053
3053
  * @param UpdateHeatWaveClusterRequest
3054
3054
  * @return UpdateHeatWaveClusterResponse
3055
3055
  * @throws OciError when an error occurs
3056
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
3056
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
3057
3057
  */
3058
3058
  updateHeatWaveCluster(updateHeatWaveClusterRequest) {
3059
3059
  return __awaiter(this, void 0, void 0, function* () {
@@ -3247,7 +3247,7 @@ class MysqlaasClient {
3247
3247
  * @param CreateConfigurationRequest
3248
3248
  * @return CreateConfigurationResponse
3249
3249
  * @throws OciError when an error occurs
3250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
3250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
3251
3251
  */
3252
3252
  createConfiguration(createConfigurationRequest) {
3253
3253
  return __awaiter(this, void 0, void 0, function* () {
@@ -3322,7 +3322,7 @@ class MysqlaasClient {
3322
3322
  * @param DeleteConfigurationRequest
3323
3323
  * @return DeleteConfigurationResponse
3324
3324
  * @throws OciError when an error occurs
3325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
3325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
3326
3326
  */
3327
3327
  deleteConfiguration(deleteConfigurationRequest) {
3328
3328
  return __awaiter(this, void 0, void 0, function* () {
@@ -3378,7 +3378,7 @@ class MysqlaasClient {
3378
3378
  * @param GetConfigurationRequest
3379
3379
  * @return GetConfigurationResponse
3380
3380
  * @throws OciError when an error occurs
3381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
3381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
3382
3382
  */
3383
3383
  getConfiguration(getConfigurationRequest) {
3384
3384
  return __awaiter(this, void 0, void 0, function* () {
@@ -3450,7 +3450,7 @@ class MysqlaasClient {
3450
3450
  * @param ListConfigurationsRequest
3451
3451
  * @return ListConfigurationsResponse
3452
3452
  * @throws OciError when an error occurs
3453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
3453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
3454
3454
  */
3455
3455
  listConfigurations(listConfigurationsRequest) {
3456
3456
  return __awaiter(this, void 0, void 0, function* () {
@@ -3566,7 +3566,7 @@ class MysqlaasClient {
3566
3566
  * @param ListShapesRequest
3567
3567
  * @return ListShapesResponse
3568
3568
  * @throws OciError when an error occurs
3569
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
3569
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
3570
3570
  */
3571
3571
  listShapes(listShapesRequest) {
3572
3572
  return __awaiter(this, void 0, void 0, function* () {
@@ -3630,7 +3630,7 @@ class MysqlaasClient {
3630
3630
  * @param ListVersionsRequest
3631
3631
  * @return ListVersionsResponse
3632
3632
  * @throws OciError when an error occurs
3633
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3633
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3634
3634
  */
3635
3635
  listVersions(listVersionsRequest) {
3636
3636
  return __awaiter(this, void 0, void 0, function* () {
@@ -3688,7 +3688,7 @@ class MysqlaasClient {
3688
3688
  * @param UpdateConfigurationRequest
3689
3689
  * @return UpdateConfigurationResponse
3690
3690
  * @throws OciError when an error occurs
3691
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3691
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3692
3692
  */
3693
3693
  updateConfiguration(updateConfigurationRequest) {
3694
3694
  return __awaiter(this, void 0, void 0, function* () {
@@ -3886,7 +3886,7 @@ class ReplicasClient {
3886
3886
  * @param CreateReplicaRequest
3887
3887
  * @return CreateReplicaResponse
3888
3888
  * @throws OciError when an error occurs
3889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
3889
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
3890
3890
  */
3891
3891
  createReplica(createReplicaRequest) {
3892
3892
  return __awaiter(this, void 0, void 0, function* () {
@@ -3959,7 +3959,7 @@ class ReplicasClient {
3959
3959
  * @param DeleteReplicaRequest
3960
3960
  * @return DeleteReplicaResponse
3961
3961
  * @throws OciError when an error occurs
3962
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
3962
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
3963
3963
  */
3964
3964
  deleteReplica(deleteReplicaRequest) {
3965
3965
  return __awaiter(this, void 0, void 0, function* () {
@@ -4019,7 +4019,7 @@ class ReplicasClient {
4019
4019
  * @param GetReplicaRequest
4020
4020
  * @return GetReplicaResponse
4021
4021
  * @throws OciError when an error occurs
4022
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
4022
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
4023
4023
  */
4024
4024
  getReplica(getReplicaRequest) {
4025
4025
  return __awaiter(this, void 0, void 0, function* () {
@@ -4083,7 +4083,7 @@ class ReplicasClient {
4083
4083
  * @param ListReplicasRequest
4084
4084
  * @return ListReplicasResponse
4085
4085
  * @throws OciError when an error occurs
4086
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
4086
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
4087
4087
  */
4088
4088
  listReplicas(listReplicasRequest) {
4089
4089
  return __awaiter(this, void 0, void 0, function* () {
@@ -4194,7 +4194,7 @@ class ReplicasClient {
4194
4194
  * @param UpdateReplicaRequest
4195
4195
  * @return UpdateReplicaResponse
4196
4196
  * @throws OciError when an error occurs
4197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
4197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
4198
4198
  */
4199
4199
  updateReplica(updateReplicaRequest) {
4200
4200
  return __awaiter(this, void 0, void 0, function* () {
@@ -4388,7 +4388,7 @@ class WorkRequestsClient {
4388
4388
  * @param GetWorkRequestRequest
4389
4389
  * @return GetWorkRequestResponse
4390
4390
  * @throws OciError when an error occurs
4391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
4391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
4392
4392
  */
4393
4393
  getWorkRequest(getWorkRequestRequest) {
4394
4394
  return __awaiter(this, void 0, void 0, function* () {
@@ -4458,7 +4458,7 @@ class WorkRequestsClient {
4458
4458
  * @param ListWorkRequestErrorsRequest
4459
4459
  * @return ListWorkRequestErrorsResponse
4460
4460
  * @throws OciError when an error occurs
4461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4462
4462
  */
4463
4463
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
4464
4464
  return __awaiter(this, void 0, void 0, function* () {
@@ -4565,7 +4565,7 @@ class WorkRequestsClient {
4565
4565
  * @param ListWorkRequestLogsRequest
4566
4566
  * @return ListWorkRequestLogsResponse
4567
4567
  * @throws OciError when an error occurs
4568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4569
4569
  */
4570
4570
  listWorkRequestLogs(listWorkRequestLogsRequest) {
4571
4571
  return __awaiter(this, void 0, void 0, function* () {
@@ -4672,7 +4672,7 @@ class WorkRequestsClient {
4672
4672
  * @param ListWorkRequestsRequest
4673
4673
  * @return ListWorkRequestsResponse
4674
4674
  * @throws OciError when an error occurs
4675
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4675
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4676
4676
  */
4677
4677
  listWorkRequests(listWorkRequestsRequest) {
4678
4678
  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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystemRequest.
16
16
  */
17
17
  export interface DeleteDbSystemRequest extends common.BaseRequest {
18
18
  /**