oci-mysql 2.62.1 → 2.62.3
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.
- package/lib/client.d.ts +55 -55
- package/lib/client.js +55 -55
- package/lib/request/add-analytics-cluster-request.d.ts +1 -1
- package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/change-backup-compartment-request.d.ts +1 -1
- package/lib/request/create-backup-request.d.ts +1 -1
- package/lib/request/create-channel-request.d.ts +1 -1
- package/lib/request/create-configuration-request.d.ts +1 -1
- package/lib/request/create-db-system-request.d.ts +1 -1
- package/lib/request/create-replica-request.d.ts +1 -1
- package/lib/request/delete-analytics-cluster-request.d.ts +1 -1
- package/lib/request/delete-backup-request.d.ts +1 -1
- package/lib/request/delete-channel-request.d.ts +1 -1
- package/lib/request/delete-configuration-request.d.ts +1 -1
- package/lib/request/delete-db-system-request.d.ts +1 -1
- package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/delete-replica-request.d.ts +1 -1
- package/lib/request/generate-analytics-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-analytics-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-analytics-cluster-request.d.ts +1 -1
- package/lib/request/get-backup-request.d.ts +1 -1
- package/lib/request/get-channel-request.d.ts +1 -1
- package/lib/request/get-configuration-request.d.ts +1 -1
- package/lib/request/get-db-system-request.d.ts +1 -1
- package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/get-replica-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-backups-request.d.ts +1 -1
- package/lib/request/list-channels-request.d.ts +1 -1
- package/lib/request/list-configurations-request.d.ts +1 -1
- package/lib/request/list-db-systems-request.d.ts +1 -1
- package/lib/request/list-replicas-request.d.ts +1 -1
- package/lib/request/list-shapes-request.d.ts +1 -1
- package/lib/request/list-versions-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/reset-channel-request.d.ts +1 -1
- package/lib/request/restart-analytics-cluster-request.d.ts +1 -1
- package/lib/request/restart-db-system-request.d.ts +1 -1
- package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/resume-channel-request.d.ts +1 -1
- package/lib/request/start-analytics-cluster-request.d.ts +1 -1
- package/lib/request/start-db-system-request.d.ts +1 -1
- package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/stop-analytics-cluster-request.d.ts +1 -1
- package/lib/request/stop-db-system-request.d.ts +1 -1
- package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/update-analytics-cluster-request.d.ts +1 -1
- package/lib/request/update-backup-request.d.ts +1 -1
- package/lib/request/update-channel-request.d.ts +1 -1
- package/lib/request/update-configuration-request.d.ts +1 -1
- package/lib/request/update-db-system-request.d.ts +1 -1
- package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/update-replica-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -186,7 +186,7 @@ class ChannelsClient {
|
|
|
186
186
|
* @param CreateChannelRequest
|
|
187
187
|
* @return CreateChannelResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
190
190
|
*/
|
|
191
191
|
createChannel(createChannelRequest) {
|
|
192
192
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -254,7 +254,7 @@ class ChannelsClient {
|
|
|
254
254
|
* @param DeleteChannelRequest
|
|
255
255
|
* @return DeleteChannelResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
258
258
|
*/
|
|
259
259
|
deleteChannel(deleteChannelRequest) {
|
|
260
260
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -317,7 +317,7 @@ class ChannelsClient {
|
|
|
317
317
|
* @param GetChannelRequest
|
|
318
318
|
* @return GetChannelResponse
|
|
319
319
|
* @throws OciError when an error occurs
|
|
320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
320
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
321
321
|
*/
|
|
322
322
|
getChannel(getChannelRequest) {
|
|
323
323
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -381,7 +381,7 @@ class ChannelsClient {
|
|
|
381
381
|
* @param ListChannelsRequest
|
|
382
382
|
* @return ListChannelsResponse
|
|
383
383
|
* @throws OciError when an error occurs
|
|
384
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
385
385
|
*/
|
|
386
386
|
listChannels(listChannelsRequest) {
|
|
387
387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -495,7 +495,7 @@ class ChannelsClient {
|
|
|
495
495
|
* @param ResetChannelRequest
|
|
496
496
|
* @return ResetChannelResponse
|
|
497
497
|
* @throws OciError when an error occurs
|
|
498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
499
499
|
*/
|
|
500
500
|
resetChannel(resetChannelRequest) {
|
|
501
501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -559,7 +559,7 @@ class ChannelsClient {
|
|
|
559
559
|
* @param ResumeChannelRequest
|
|
560
560
|
* @return ResumeChannelResponse
|
|
561
561
|
* @throws OciError when an error occurs
|
|
562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
563
563
|
*/
|
|
564
564
|
resumeChannel(resumeChannelRequest) {
|
|
565
565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -624,7 +624,7 @@ class ChannelsClient {
|
|
|
624
624
|
* @param UpdateChannelRequest
|
|
625
625
|
* @return UpdateChannelResponse
|
|
626
626
|
* @throws OciError when an error occurs
|
|
627
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
628
628
|
*/
|
|
629
629
|
updateChannel(updateChannelRequest) {
|
|
630
630
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -817,7 +817,7 @@ class DbBackupsClient {
|
|
|
817
817
|
* @param ChangeBackupCompartmentRequest
|
|
818
818
|
* @return ChangeBackupCompartmentResponse
|
|
819
819
|
* @throws OciError when an error occurs
|
|
820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
821
821
|
*/
|
|
822
822
|
changeBackupCompartment(changeBackupCompartmentRequest) {
|
|
823
823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -880,7 +880,7 @@ class DbBackupsClient {
|
|
|
880
880
|
* @param CreateBackupRequest
|
|
881
881
|
* @return CreateBackupResponse
|
|
882
882
|
* @throws OciError when an error occurs
|
|
883
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
883
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
884
884
|
*/
|
|
885
885
|
createBackup(createBackupRequest) {
|
|
886
886
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -949,7 +949,7 @@ class DbBackupsClient {
|
|
|
949
949
|
* @param DeleteBackupRequest
|
|
950
950
|
* @return DeleteBackupResponse
|
|
951
951
|
* @throws OciError when an error occurs
|
|
952
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
952
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
953
953
|
*/
|
|
954
954
|
deleteBackup(deleteBackupRequest) {
|
|
955
955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1009,7 +1009,7 @@ class DbBackupsClient {
|
|
|
1009
1009
|
* @param GetBackupRequest
|
|
1010
1010
|
* @return GetBackupResponse
|
|
1011
1011
|
* @throws OciError when an error occurs
|
|
1012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
1013
1013
|
*/
|
|
1014
1014
|
getBackup(getBackupRequest) {
|
|
1015
1015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1074,7 +1074,7 @@ class DbBackupsClient {
|
|
|
1074
1074
|
* @param ListBackupsRequest
|
|
1075
1075
|
* @return ListBackupsResponse
|
|
1076
1076
|
* @throws OciError when an error occurs
|
|
1077
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1077
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
1078
1078
|
*/
|
|
1079
1079
|
listBackups(listBackupsRequest) {
|
|
1080
1080
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1186,7 +1186,7 @@ class DbBackupsClient {
|
|
|
1186
1186
|
* @param UpdateBackupRequest
|
|
1187
1187
|
* @return UpdateBackupResponse
|
|
1188
1188
|
* @throws OciError when an error occurs
|
|
1189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
1190
1190
|
*/
|
|
1191
1191
|
updateBackup(updateBackupRequest) {
|
|
1192
1192
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1382,7 +1382,7 @@ class DbSystemClient {
|
|
|
1382
1382
|
* @param AddAnalyticsClusterRequest
|
|
1383
1383
|
* @return AddAnalyticsClusterResponse
|
|
1384
1384
|
* @throws OciError when an error occurs
|
|
1385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
|
|
1386
1386
|
*/
|
|
1387
1387
|
addAnalyticsCluster(addAnalyticsClusterRequest) {
|
|
1388
1388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1454,7 +1454,7 @@ class DbSystemClient {
|
|
|
1454
1454
|
* @param AddHeatWaveClusterRequest
|
|
1455
1455
|
* @return AddHeatWaveClusterResponse
|
|
1456
1456
|
* @throws OciError when an error occurs
|
|
1457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
1458
1458
|
*/
|
|
1459
1459
|
addHeatWaveCluster(addHeatWaveClusterRequest) {
|
|
1460
1460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1526,7 +1526,7 @@ class DbSystemClient {
|
|
|
1526
1526
|
* @param CreateDbSystemRequest
|
|
1527
1527
|
* @return CreateDbSystemResponse
|
|
1528
1528
|
* @throws OciError when an error occurs
|
|
1529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
1530
1530
|
*/
|
|
1531
1531
|
createDbSystem(createDbSystemRequest) {
|
|
1532
1532
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1602,7 +1602,7 @@ class DbSystemClient {
|
|
|
1602
1602
|
* @param DeleteAnalyticsClusterRequest
|
|
1603
1603
|
* @return DeleteAnalyticsClusterResponse
|
|
1604
1604
|
* @throws OciError when an error occurs
|
|
1605
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1605
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
|
|
1606
1606
|
*/
|
|
1607
1607
|
deleteAnalyticsCluster(deleteAnalyticsClusterRequest) {
|
|
1608
1608
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1664,7 +1664,7 @@ class DbSystemClient {
|
|
|
1664
1664
|
* @param DeleteDbSystemRequest
|
|
1665
1665
|
* @return DeleteDbSystemResponse
|
|
1666
1666
|
* @throws OciError when an error occurs
|
|
1667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
1668
1668
|
*/
|
|
1669
1669
|
deleteDbSystem(deleteDbSystemRequest) {
|
|
1670
1670
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1726,7 +1726,7 @@ class DbSystemClient {
|
|
|
1726
1726
|
* @param DeleteHeatWaveClusterRequest
|
|
1727
1727
|
* @return DeleteHeatWaveClusterResponse
|
|
1728
1728
|
* @throws OciError when an error occurs
|
|
1729
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1729
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
1730
1730
|
*/
|
|
1731
1731
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
|
|
1732
1732
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1788,7 +1788,7 @@ class DbSystemClient {
|
|
|
1788
1788
|
* @param GenerateAnalyticsClusterMemoryEstimateRequest
|
|
1789
1789
|
* @return GenerateAnalyticsClusterMemoryEstimateResponse
|
|
1790
1790
|
* @throws OciError when an error occurs
|
|
1791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
|
|
1792
1792
|
*/
|
|
1793
1793
|
generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest) {
|
|
1794
1794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1853,7 +1853,7 @@ class DbSystemClient {
|
|
|
1853
1853
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
1854
1854
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
1855
1855
|
* @throws OciError when an error occurs
|
|
1856
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1856
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
1857
1857
|
*/
|
|
1858
1858
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
|
|
1859
1859
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1919,7 +1919,7 @@ class DbSystemClient {
|
|
|
1919
1919
|
* @param GetAnalyticsClusterRequest
|
|
1920
1920
|
* @return GetAnalyticsClusterResponse
|
|
1921
1921
|
* @throws OciError when an error occurs
|
|
1922
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1922
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
|
|
1923
1923
|
*/
|
|
1924
1924
|
getAnalyticsCluster(getAnalyticsClusterRequest) {
|
|
1925
1925
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1986,7 +1986,7 @@ class DbSystemClient {
|
|
|
1986
1986
|
* @param GetAnalyticsClusterMemoryEstimateRequest
|
|
1987
1987
|
* @return GetAnalyticsClusterMemoryEstimateResponse
|
|
1988
1988
|
* @throws OciError when an error occurs
|
|
1989
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1989
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
|
|
1990
1990
|
*/
|
|
1991
1991
|
getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest) {
|
|
1992
1992
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2044,7 +2044,7 @@ class DbSystemClient {
|
|
|
2044
2044
|
* @param GetDbSystemRequest
|
|
2045
2045
|
* @return GetDbSystemResponse
|
|
2046
2046
|
* @throws OciError when an error occurs
|
|
2047
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2047
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
2048
2048
|
*/
|
|
2049
2049
|
getDbSystem(getDbSystemRequest) {
|
|
2050
2050
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2108,7 +2108,7 @@ class DbSystemClient {
|
|
|
2108
2108
|
* @param GetHeatWaveClusterRequest
|
|
2109
2109
|
* @return GetHeatWaveClusterResponse
|
|
2110
2110
|
* @throws OciError when an error occurs
|
|
2111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
2112
2112
|
*/
|
|
2113
2113
|
getHeatWaveCluster(getHeatWaveClusterRequest) {
|
|
2114
2114
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2174,7 +2174,7 @@ class DbSystemClient {
|
|
|
2174
2174
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
2175
2175
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
2176
2176
|
* @throws OciError when an error occurs
|
|
2177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
2178
2178
|
*/
|
|
2179
2179
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
|
|
2180
2180
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2234,7 +2234,7 @@ class DbSystemClient {
|
|
|
2234
2234
|
* @param ListDbSystemsRequest
|
|
2235
2235
|
* @return ListDbSystemsResponse
|
|
2236
2236
|
* @throws OciError when an error occurs
|
|
2237
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
2238
2238
|
*/
|
|
2239
2239
|
listDbSystems(listDbSystemsRequest) {
|
|
2240
2240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2350,7 +2350,7 @@ class DbSystemClient {
|
|
|
2350
2350
|
* @param RestartAnalyticsClusterRequest
|
|
2351
2351
|
* @return RestartAnalyticsClusterResponse
|
|
2352
2352
|
* @throws OciError when an error occurs
|
|
2353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
|
|
2354
2354
|
*/
|
|
2355
2355
|
restartAnalyticsCluster(restartAnalyticsClusterRequest) {
|
|
2356
2356
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2411,7 +2411,7 @@ class DbSystemClient {
|
|
|
2411
2411
|
* @param RestartDbSystemRequest
|
|
2412
2412
|
* @return RestartDbSystemResponse
|
|
2413
2413
|
* @throws OciError when an error occurs
|
|
2414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
2415
2415
|
*/
|
|
2416
2416
|
restartDbSystem(restartDbSystemRequest) {
|
|
2417
2417
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2473,7 +2473,7 @@ class DbSystemClient {
|
|
|
2473
2473
|
* @param RestartHeatWaveClusterRequest
|
|
2474
2474
|
* @return RestartHeatWaveClusterResponse
|
|
2475
2475
|
* @throws OciError when an error occurs
|
|
2476
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2476
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
2477
2477
|
*/
|
|
2478
2478
|
restartHeatWaveCluster(restartHeatWaveClusterRequest) {
|
|
2479
2479
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2536,7 +2536,7 @@ class DbSystemClient {
|
|
|
2536
2536
|
* @param StartAnalyticsClusterRequest
|
|
2537
2537
|
* @return StartAnalyticsClusterResponse
|
|
2538
2538
|
* @throws OciError when an error occurs
|
|
2539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
|
|
2540
2540
|
*/
|
|
2541
2541
|
startAnalyticsCluster(startAnalyticsClusterRequest) {
|
|
2542
2542
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2597,7 +2597,7 @@ class DbSystemClient {
|
|
|
2597
2597
|
* @param StartDbSystemRequest
|
|
2598
2598
|
* @return StartDbSystemResponse
|
|
2599
2599
|
* @throws OciError when an error occurs
|
|
2600
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2600
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
2601
2601
|
*/
|
|
2602
2602
|
startDbSystem(startDbSystemRequest) {
|
|
2603
2603
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2658,7 +2658,7 @@ class DbSystemClient {
|
|
|
2658
2658
|
* @param StartHeatWaveClusterRequest
|
|
2659
2659
|
* @return StartHeatWaveClusterResponse
|
|
2660
2660
|
* @throws OciError when an error occurs
|
|
2661
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
2662
2662
|
*/
|
|
2663
2663
|
startHeatWaveCluster(startHeatWaveClusterRequest) {
|
|
2664
2664
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2721,7 +2721,7 @@ class DbSystemClient {
|
|
|
2721
2721
|
* @param StopAnalyticsClusterRequest
|
|
2722
2722
|
* @return StopAnalyticsClusterResponse
|
|
2723
2723
|
* @throws OciError when an error occurs
|
|
2724
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2724
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
|
|
2725
2725
|
*/
|
|
2726
2726
|
stopAnalyticsCluster(stopAnalyticsClusterRequest) {
|
|
2727
2727
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2785,7 +2785,7 @@ class DbSystemClient {
|
|
|
2785
2785
|
* @param StopDbSystemRequest
|
|
2786
2786
|
* @return StopDbSystemResponse
|
|
2787
2787
|
* @throws OciError when an error occurs
|
|
2788
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2788
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
2789
2789
|
*/
|
|
2790
2790
|
stopDbSystem(stopDbSystemRequest) {
|
|
2791
2791
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2847,7 +2847,7 @@ class DbSystemClient {
|
|
|
2847
2847
|
* @param StopHeatWaveClusterRequest
|
|
2848
2848
|
* @return StopHeatWaveClusterResponse
|
|
2849
2849
|
* @throws OciError when an error occurs
|
|
2850
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2850
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
2851
2851
|
*/
|
|
2852
2852
|
stopHeatWaveCluster(stopHeatWaveClusterRequest) {
|
|
2853
2853
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2910,7 +2910,7 @@ class DbSystemClient {
|
|
|
2910
2910
|
* @param UpdateAnalyticsClusterRequest
|
|
2911
2911
|
* @return UpdateAnalyticsClusterResponse
|
|
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.62.
|
|
2913
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
|
|
2914
2914
|
*/
|
|
2915
2915
|
updateAnalyticsCluster(updateAnalyticsClusterRequest) {
|
|
2916
2916
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2979,7 +2979,7 @@ class DbSystemClient {
|
|
|
2979
2979
|
* @param UpdateDbSystemRequest
|
|
2980
2980
|
* @return UpdateDbSystemResponse
|
|
2981
2981
|
* @throws OciError when an error occurs
|
|
2982
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
2982
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
2983
2983
|
*/
|
|
2984
2984
|
updateDbSystem(updateDbSystemRequest) {
|
|
2985
2985
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3041,7 +3041,7 @@ class DbSystemClient {
|
|
|
3041
3041
|
* @param UpdateHeatWaveClusterRequest
|
|
3042
3042
|
* @return UpdateHeatWaveClusterResponse
|
|
3043
3043
|
* @throws OciError when an error occurs
|
|
3044
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
3045
3045
|
*/
|
|
3046
3046
|
updateHeatWaveCluster(updateHeatWaveClusterRequest) {
|
|
3047
3047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3231,7 +3231,7 @@ class MysqlaasClient {
|
|
|
3231
3231
|
* @param CreateConfigurationRequest
|
|
3232
3232
|
* @return CreateConfigurationResponse
|
|
3233
3233
|
* @throws OciError when an error occurs
|
|
3234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
3235
3235
|
*/
|
|
3236
3236
|
createConfiguration(createConfigurationRequest) {
|
|
3237
3237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3306,7 +3306,7 @@ class MysqlaasClient {
|
|
|
3306
3306
|
* @param DeleteConfigurationRequest
|
|
3307
3307
|
* @return DeleteConfigurationResponse
|
|
3308
3308
|
* @throws OciError when an error occurs
|
|
3309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
3310
3310
|
*/
|
|
3311
3311
|
deleteConfiguration(deleteConfigurationRequest) {
|
|
3312
3312
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3362,7 +3362,7 @@ class MysqlaasClient {
|
|
|
3362
3362
|
* @param GetConfigurationRequest
|
|
3363
3363
|
* @return GetConfigurationResponse
|
|
3364
3364
|
* @throws OciError when an error occurs
|
|
3365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3365
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
3366
3366
|
*/
|
|
3367
3367
|
getConfiguration(getConfigurationRequest) {
|
|
3368
3368
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3434,7 +3434,7 @@ class MysqlaasClient {
|
|
|
3434
3434
|
* @param ListConfigurationsRequest
|
|
3435
3435
|
* @return ListConfigurationsResponse
|
|
3436
3436
|
* @throws OciError when an error occurs
|
|
3437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
3438
3438
|
*/
|
|
3439
3439
|
listConfigurations(listConfigurationsRequest) {
|
|
3440
3440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3550,7 +3550,7 @@ class MysqlaasClient {
|
|
|
3550
3550
|
* @param ListShapesRequest
|
|
3551
3551
|
* @return ListShapesResponse
|
|
3552
3552
|
* @throws OciError when an error occurs
|
|
3553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
3554
3554
|
*/
|
|
3555
3555
|
listShapes(listShapesRequest) {
|
|
3556
3556
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3614,7 +3614,7 @@ class MysqlaasClient {
|
|
|
3614
3614
|
* @param ListVersionsRequest
|
|
3615
3615
|
* @return ListVersionsResponse
|
|
3616
3616
|
* @throws OciError when an error occurs
|
|
3617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
3618
3618
|
*/
|
|
3619
3619
|
listVersions(listVersionsRequest) {
|
|
3620
3620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3672,7 +3672,7 @@ class MysqlaasClient {
|
|
|
3672
3672
|
* @param UpdateConfigurationRequest
|
|
3673
3673
|
* @return UpdateConfigurationResponse
|
|
3674
3674
|
* @throws OciError when an error occurs
|
|
3675
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3675
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
3676
3676
|
*/
|
|
3677
3677
|
updateConfiguration(updateConfigurationRequest) {
|
|
3678
3678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3866,7 +3866,7 @@ class ReplicasClient {
|
|
|
3866
3866
|
* @param CreateReplicaRequest
|
|
3867
3867
|
* @return CreateReplicaResponse
|
|
3868
3868
|
* @throws OciError when an error occurs
|
|
3869
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3869
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
|
|
3870
3870
|
*/
|
|
3871
3871
|
createReplica(createReplicaRequest) {
|
|
3872
3872
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3939,7 +3939,7 @@ class ReplicasClient {
|
|
|
3939
3939
|
* @param DeleteReplicaRequest
|
|
3940
3940
|
* @return DeleteReplicaResponse
|
|
3941
3941
|
* @throws OciError when an error occurs
|
|
3942
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
3942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
|
|
3943
3943
|
*/
|
|
3944
3944
|
deleteReplica(deleteReplicaRequest) {
|
|
3945
3945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3999,7 +3999,7 @@ class ReplicasClient {
|
|
|
3999
3999
|
* @param GetReplicaRequest
|
|
4000
4000
|
* @return GetReplicaResponse
|
|
4001
4001
|
* @throws OciError when an error occurs
|
|
4002
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
4002
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
|
|
4003
4003
|
*/
|
|
4004
4004
|
getReplica(getReplicaRequest) {
|
|
4005
4005
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4063,7 +4063,7 @@ class ReplicasClient {
|
|
|
4063
4063
|
* @param ListReplicasRequest
|
|
4064
4064
|
* @return ListReplicasResponse
|
|
4065
4065
|
* @throws OciError when an error occurs
|
|
4066
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
4066
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
|
|
4067
4067
|
*/
|
|
4068
4068
|
listReplicas(listReplicasRequest) {
|
|
4069
4069
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4174,7 +4174,7 @@ class ReplicasClient {
|
|
|
4174
4174
|
* @param UpdateReplicaRequest
|
|
4175
4175
|
* @return UpdateReplicaResponse
|
|
4176
4176
|
* @throws OciError when an error occurs
|
|
4177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
4177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
|
|
4178
4178
|
*/
|
|
4179
4179
|
updateReplica(updateReplicaRequest) {
|
|
4180
4180
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4364,7 +4364,7 @@ class WorkRequestsClient {
|
|
|
4364
4364
|
* @param GetWorkRequestRequest
|
|
4365
4365
|
* @return GetWorkRequestResponse
|
|
4366
4366
|
* @throws OciError when an error occurs
|
|
4367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
4367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
4368
4368
|
*/
|
|
4369
4369
|
getWorkRequest(getWorkRequestRequest) {
|
|
4370
4370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4434,7 +4434,7 @@ class WorkRequestsClient {
|
|
|
4434
4434
|
* @param ListWorkRequestErrorsRequest
|
|
4435
4435
|
* @return ListWorkRequestErrorsResponse
|
|
4436
4436
|
* @throws OciError when an error occurs
|
|
4437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
4437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
4438
4438
|
*/
|
|
4439
4439
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
4440
4440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4541,7 +4541,7 @@ class WorkRequestsClient {
|
|
|
4541
4541
|
* @param ListWorkRequestLogsRequest
|
|
4542
4542
|
* @return ListWorkRequestLogsResponse
|
|
4543
4543
|
* @throws OciError when an error occurs
|
|
4544
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
4544
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
4545
4545
|
*/
|
|
4546
4546
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
4547
4547
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4648,7 +4648,7 @@ class WorkRequestsClient {
|
|
|
4648
4648
|
* @param ListWorkRequestsRequest
|
|
4649
4649
|
* @return ListWorkRequestsResponse
|
|
4650
4650
|
* @throws OciError when an error occurs
|
|
4651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
4651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4652
4652
|
*/
|
|
4653
4653
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4654
4654
|
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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystemRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDbSystemRequest extends common.BaseRequest {
|
|
18
18
|
/**
|