oci-mysql 2.24.0 → 2.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +50 -50
- package/lib/client.js +50 -50
- 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/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/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-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-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/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -161,7 +161,7 @@ class ChannelsClient {
|
|
|
161
161
|
* @param CreateChannelRequest
|
|
162
162
|
* @return CreateChannelResponse
|
|
163
163
|
* @throws OciError when an error occurs
|
|
164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
165
165
|
*/
|
|
166
166
|
createChannel(createChannelRequest) {
|
|
167
167
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -227,7 +227,7 @@ class ChannelsClient {
|
|
|
227
227
|
* @param DeleteChannelRequest
|
|
228
228
|
* @return DeleteChannelResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
231
231
|
*/
|
|
232
232
|
deleteChannel(deleteChannelRequest) {
|
|
233
233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -288,7 +288,7 @@ class ChannelsClient {
|
|
|
288
288
|
* @param GetChannelRequest
|
|
289
289
|
* @return GetChannelResponse
|
|
290
290
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
292
292
|
*/
|
|
293
293
|
getChannel(getChannelRequest) {
|
|
294
294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -350,7 +350,7 @@ class ChannelsClient {
|
|
|
350
350
|
* @param ListChannelsRequest
|
|
351
351
|
* @return ListChannelsResponse
|
|
352
352
|
* @throws OciError when an error occurs
|
|
353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
354
354
|
*/
|
|
355
355
|
listChannels(listChannelsRequest) {
|
|
356
356
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -462,7 +462,7 @@ class ChannelsClient {
|
|
|
462
462
|
* @param ResetChannelRequest
|
|
463
463
|
* @return ResetChannelResponse
|
|
464
464
|
* @throws OciError when an error occurs
|
|
465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
465
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
466
466
|
*/
|
|
467
467
|
resetChannel(resetChannelRequest) {
|
|
468
468
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -524,7 +524,7 @@ class ChannelsClient {
|
|
|
524
524
|
* @param ResumeChannelRequest
|
|
525
525
|
* @return ResumeChannelResponse
|
|
526
526
|
* @throws OciError when an error occurs
|
|
527
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
528
528
|
*/
|
|
529
529
|
resumeChannel(resumeChannelRequest) {
|
|
530
530
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -587,7 +587,7 @@ class ChannelsClient {
|
|
|
587
587
|
* @param UpdateChannelRequest
|
|
588
588
|
* @return UpdateChannelResponse
|
|
589
589
|
* @throws OciError when an error occurs
|
|
590
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
591
591
|
*/
|
|
592
592
|
updateChannel(updateChannelRequest) {
|
|
593
593
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -754,7 +754,7 @@ class DbBackupsClient {
|
|
|
754
754
|
* @param ChangeBackupCompartmentRequest
|
|
755
755
|
* @return ChangeBackupCompartmentResponse
|
|
756
756
|
* @throws OciError when an error occurs
|
|
757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
758
758
|
*/
|
|
759
759
|
changeBackupCompartment(changeBackupCompartmentRequest) {
|
|
760
760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -815,7 +815,7 @@ class DbBackupsClient {
|
|
|
815
815
|
* @param CreateBackupRequest
|
|
816
816
|
* @return CreateBackupResponse
|
|
817
817
|
* @throws OciError when an error occurs
|
|
818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
819
819
|
*/
|
|
820
820
|
createBackup(createBackupRequest) {
|
|
821
821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -882,7 +882,7 @@ class DbBackupsClient {
|
|
|
882
882
|
* @param DeleteBackupRequest
|
|
883
883
|
* @return DeleteBackupResponse
|
|
884
884
|
* @throws OciError when an error occurs
|
|
885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
886
886
|
*/
|
|
887
887
|
deleteBackup(deleteBackupRequest) {
|
|
888
888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -940,7 +940,7 @@ class DbBackupsClient {
|
|
|
940
940
|
* @param GetBackupRequest
|
|
941
941
|
* @return GetBackupResponse
|
|
942
942
|
* @throws OciError when an error occurs
|
|
943
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
943
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
944
944
|
*/
|
|
945
945
|
getBackup(getBackupRequest) {
|
|
946
946
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1003,7 +1003,7 @@ class DbBackupsClient {
|
|
|
1003
1003
|
* @param ListBackupsRequest
|
|
1004
1004
|
* @return ListBackupsResponse
|
|
1005
1005
|
* @throws OciError when an error occurs
|
|
1006
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1006
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
1007
1007
|
*/
|
|
1008
1008
|
listBackups(listBackupsRequest) {
|
|
1009
1009
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1113,7 +1113,7 @@ class DbBackupsClient {
|
|
|
1113
1113
|
* @param UpdateBackupRequest
|
|
1114
1114
|
* @return UpdateBackupResponse
|
|
1115
1115
|
* @throws OciError when an error occurs
|
|
1116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
1117
1117
|
*/
|
|
1118
1118
|
updateBackup(updateBackupRequest) {
|
|
1119
1119
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1274,7 +1274,7 @@ class DbSystemClient {
|
|
|
1274
1274
|
* @param AddAnalyticsClusterRequest
|
|
1275
1275
|
* @return AddAnalyticsClusterResponse
|
|
1276
1276
|
* @throws OciError when an error occurs
|
|
1277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
|
|
1278
1278
|
*/
|
|
1279
1279
|
addAnalyticsCluster(addAnalyticsClusterRequest) {
|
|
1280
1280
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1344,7 +1344,7 @@ class DbSystemClient {
|
|
|
1344
1344
|
* @param AddHeatWaveClusterRequest
|
|
1345
1345
|
* @return AddHeatWaveClusterResponse
|
|
1346
1346
|
* @throws OciError when an error occurs
|
|
1347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
1348
1348
|
*/
|
|
1349
1349
|
addHeatWaveCluster(addHeatWaveClusterRequest) {
|
|
1350
1350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1414,7 +1414,7 @@ class DbSystemClient {
|
|
|
1414
1414
|
* @param CreateDbSystemRequest
|
|
1415
1415
|
* @return CreateDbSystemResponse
|
|
1416
1416
|
* @throws OciError when an error occurs
|
|
1417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
1418
1418
|
*/
|
|
1419
1419
|
createDbSystem(createDbSystemRequest) {
|
|
1420
1420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1488,7 +1488,7 @@ class DbSystemClient {
|
|
|
1488
1488
|
* @param DeleteAnalyticsClusterRequest
|
|
1489
1489
|
* @return DeleteAnalyticsClusterResponse
|
|
1490
1490
|
* @throws OciError when an error occurs
|
|
1491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
|
|
1492
1492
|
*/
|
|
1493
1493
|
deleteAnalyticsCluster(deleteAnalyticsClusterRequest) {
|
|
1494
1494
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1548,7 +1548,7 @@ class DbSystemClient {
|
|
|
1548
1548
|
* @param DeleteDbSystemRequest
|
|
1549
1549
|
* @return DeleteDbSystemResponse
|
|
1550
1550
|
* @throws OciError when an error occurs
|
|
1551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
1552
1552
|
*/
|
|
1553
1553
|
deleteDbSystem(deleteDbSystemRequest) {
|
|
1554
1554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1608,7 +1608,7 @@ class DbSystemClient {
|
|
|
1608
1608
|
* @param DeleteHeatWaveClusterRequest
|
|
1609
1609
|
* @return DeleteHeatWaveClusterResponse
|
|
1610
1610
|
* @throws OciError when an error occurs
|
|
1611
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
1612
1612
|
*/
|
|
1613
1613
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
|
|
1614
1614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1668,7 +1668,7 @@ class DbSystemClient {
|
|
|
1668
1668
|
* @param GenerateAnalyticsClusterMemoryEstimateRequest
|
|
1669
1669
|
* @return GenerateAnalyticsClusterMemoryEstimateResponse
|
|
1670
1670
|
* @throws OciError when an error occurs
|
|
1671
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
|
|
1672
1672
|
*/
|
|
1673
1673
|
generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest) {
|
|
1674
1674
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1731,7 +1731,7 @@ class DbSystemClient {
|
|
|
1731
1731
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
1732
1732
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
1733
1733
|
* @throws OciError when an error occurs
|
|
1734
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1734
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
1735
1735
|
*/
|
|
1736
1736
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
|
|
1737
1737
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1795,7 +1795,7 @@ class DbSystemClient {
|
|
|
1795
1795
|
* @param GetAnalyticsClusterRequest
|
|
1796
1796
|
* @return GetAnalyticsClusterResponse
|
|
1797
1797
|
* @throws OciError when an error occurs
|
|
1798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1798
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
|
|
1799
1799
|
*/
|
|
1800
1800
|
getAnalyticsCluster(getAnalyticsClusterRequest) {
|
|
1801
1801
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1860,7 +1860,7 @@ class DbSystemClient {
|
|
|
1860
1860
|
* @param GetAnalyticsClusterMemoryEstimateRequest
|
|
1861
1861
|
* @return GetAnalyticsClusterMemoryEstimateResponse
|
|
1862
1862
|
* @throws OciError when an error occurs
|
|
1863
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
|
|
1864
1864
|
*/
|
|
1865
1865
|
getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest) {
|
|
1866
1866
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1916,7 +1916,7 @@ class DbSystemClient {
|
|
|
1916
1916
|
* @param GetDbSystemRequest
|
|
1917
1917
|
* @return GetDbSystemResponse
|
|
1918
1918
|
* @throws OciError when an error occurs
|
|
1919
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1919
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
1920
1920
|
*/
|
|
1921
1921
|
getDbSystem(getDbSystemRequest) {
|
|
1922
1922
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1978,7 +1978,7 @@ class DbSystemClient {
|
|
|
1978
1978
|
* @param GetHeatWaveClusterRequest
|
|
1979
1979
|
* @return GetHeatWaveClusterResponse
|
|
1980
1980
|
* @throws OciError when an error occurs
|
|
1981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1981
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
1982
1982
|
*/
|
|
1983
1983
|
getHeatWaveCluster(getHeatWaveClusterRequest) {
|
|
1984
1984
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2042,7 +2042,7 @@ class DbSystemClient {
|
|
|
2042
2042
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
2043
2043
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
2044
2044
|
* @throws OciError when an error occurs
|
|
2045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
2046
2046
|
*/
|
|
2047
2047
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
|
|
2048
2048
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2100,7 +2100,7 @@ class DbSystemClient {
|
|
|
2100
2100
|
* @param ListDbSystemsRequest
|
|
2101
2101
|
* @return ListDbSystemsResponse
|
|
2102
2102
|
* @throws OciError when an error occurs
|
|
2103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
2104
2104
|
*/
|
|
2105
2105
|
listDbSystems(listDbSystemsRequest) {
|
|
2106
2106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2214,7 +2214,7 @@ class DbSystemClient {
|
|
|
2214
2214
|
* @param RestartAnalyticsClusterRequest
|
|
2215
2215
|
* @return RestartAnalyticsClusterResponse
|
|
2216
2216
|
* @throws OciError when an error occurs
|
|
2217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
|
|
2218
2218
|
*/
|
|
2219
2219
|
restartAnalyticsCluster(restartAnalyticsClusterRequest) {
|
|
2220
2220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2273,7 +2273,7 @@ class DbSystemClient {
|
|
|
2273
2273
|
* @param RestartDbSystemRequest
|
|
2274
2274
|
* @return RestartDbSystemResponse
|
|
2275
2275
|
* @throws OciError when an error occurs
|
|
2276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
2277
2277
|
*/
|
|
2278
2278
|
restartDbSystem(restartDbSystemRequest) {
|
|
2279
2279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2333,7 +2333,7 @@ class DbSystemClient {
|
|
|
2333
2333
|
* @param RestartHeatWaveClusterRequest
|
|
2334
2334
|
* @return RestartHeatWaveClusterResponse
|
|
2335
2335
|
* @throws OciError when an error occurs
|
|
2336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
2337
2337
|
*/
|
|
2338
2338
|
restartHeatWaveCluster(restartHeatWaveClusterRequest) {
|
|
2339
2339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2394,7 +2394,7 @@ class DbSystemClient {
|
|
|
2394
2394
|
* @param StartAnalyticsClusterRequest
|
|
2395
2395
|
* @return StartAnalyticsClusterResponse
|
|
2396
2396
|
* @throws OciError when an error occurs
|
|
2397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
|
|
2398
2398
|
*/
|
|
2399
2399
|
startAnalyticsCluster(startAnalyticsClusterRequest) {
|
|
2400
2400
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2453,7 +2453,7 @@ class DbSystemClient {
|
|
|
2453
2453
|
* @param StartDbSystemRequest
|
|
2454
2454
|
* @return StartDbSystemResponse
|
|
2455
2455
|
* @throws OciError when an error occurs
|
|
2456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
2457
2457
|
*/
|
|
2458
2458
|
startDbSystem(startDbSystemRequest) {
|
|
2459
2459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2512,7 +2512,7 @@ class DbSystemClient {
|
|
|
2512
2512
|
* @param StartHeatWaveClusterRequest
|
|
2513
2513
|
* @return StartHeatWaveClusterResponse
|
|
2514
2514
|
* @throws OciError when an error occurs
|
|
2515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
2516
2516
|
*/
|
|
2517
2517
|
startHeatWaveCluster(startHeatWaveClusterRequest) {
|
|
2518
2518
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2573,7 +2573,7 @@ class DbSystemClient {
|
|
|
2573
2573
|
* @param StopAnalyticsClusterRequest
|
|
2574
2574
|
* @return StopAnalyticsClusterResponse
|
|
2575
2575
|
* @throws OciError when an error occurs
|
|
2576
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2576
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
|
|
2577
2577
|
*/
|
|
2578
2578
|
stopAnalyticsCluster(stopAnalyticsClusterRequest) {
|
|
2579
2579
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2635,7 +2635,7 @@ class DbSystemClient {
|
|
|
2635
2635
|
* @param StopDbSystemRequest
|
|
2636
2636
|
* @return StopDbSystemResponse
|
|
2637
2637
|
* @throws OciError when an error occurs
|
|
2638
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
2639
2639
|
*/
|
|
2640
2640
|
stopDbSystem(stopDbSystemRequest) {
|
|
2641
2641
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2695,7 +2695,7 @@ class DbSystemClient {
|
|
|
2695
2695
|
* @param StopHeatWaveClusterRequest
|
|
2696
2696
|
* @return StopHeatWaveClusterResponse
|
|
2697
2697
|
* @throws OciError when an error occurs
|
|
2698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
2699
2699
|
*/
|
|
2700
2700
|
stopHeatWaveCluster(stopHeatWaveClusterRequest) {
|
|
2701
2701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2756,7 +2756,7 @@ class DbSystemClient {
|
|
|
2756
2756
|
* @param UpdateAnalyticsClusterRequest
|
|
2757
2757
|
* @return UpdateAnalyticsClusterResponse
|
|
2758
2758
|
* @throws OciError when an error occurs
|
|
2759
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2759
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
|
|
2760
2760
|
*/
|
|
2761
2761
|
updateAnalyticsCluster(updateAnalyticsClusterRequest) {
|
|
2762
2762
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2823,7 +2823,7 @@ class DbSystemClient {
|
|
|
2823
2823
|
* @param UpdateDbSystemRequest
|
|
2824
2824
|
* @return UpdateDbSystemResponse
|
|
2825
2825
|
* @throws OciError when an error occurs
|
|
2826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2826
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
2827
2827
|
*/
|
|
2828
2828
|
updateDbSystem(updateDbSystemRequest) {
|
|
2829
2829
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2883,7 +2883,7 @@ class DbSystemClient {
|
|
|
2883
2883
|
* @param UpdateHeatWaveClusterRequest
|
|
2884
2884
|
* @return UpdateHeatWaveClusterResponse
|
|
2885
2885
|
* @throws OciError when an error occurs
|
|
2886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
2887
2887
|
*/
|
|
2888
2888
|
updateHeatWaveCluster(updateHeatWaveClusterRequest) {
|
|
2889
2889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3047,7 +3047,7 @@ class MysqlaasClient {
|
|
|
3047
3047
|
* @param CreateConfigurationRequest
|
|
3048
3048
|
* @return CreateConfigurationResponse
|
|
3049
3049
|
* @throws OciError when an error occurs
|
|
3050
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3050
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
3051
3051
|
*/
|
|
3052
3052
|
createConfiguration(createConfigurationRequest) {
|
|
3053
3053
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3120,7 +3120,7 @@ class MysqlaasClient {
|
|
|
3120
3120
|
* @param DeleteConfigurationRequest
|
|
3121
3121
|
* @return DeleteConfigurationResponse
|
|
3122
3122
|
* @throws OciError when an error occurs
|
|
3123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
3124
3124
|
*/
|
|
3125
3125
|
deleteConfiguration(deleteConfigurationRequest) {
|
|
3126
3126
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3174,7 +3174,7 @@ class MysqlaasClient {
|
|
|
3174
3174
|
* @param GetConfigurationRequest
|
|
3175
3175
|
* @return GetConfigurationResponse
|
|
3176
3176
|
* @throws OciError when an error occurs
|
|
3177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
3178
3178
|
*/
|
|
3179
3179
|
getConfiguration(getConfigurationRequest) {
|
|
3180
3180
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3244,7 +3244,7 @@ class MysqlaasClient {
|
|
|
3244
3244
|
* @param ListConfigurationsRequest
|
|
3245
3245
|
* @return ListConfigurationsResponse
|
|
3246
3246
|
* @throws OciError when an error occurs
|
|
3247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
3248
3248
|
*/
|
|
3249
3249
|
listConfigurations(listConfigurationsRequest) {
|
|
3250
3250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3358,7 +3358,7 @@ class MysqlaasClient {
|
|
|
3358
3358
|
* @param ListShapesRequest
|
|
3359
3359
|
* @return ListShapesResponse
|
|
3360
3360
|
* @throws OciError when an error occurs
|
|
3361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
3362
3362
|
*/
|
|
3363
3363
|
listShapes(listShapesRequest) {
|
|
3364
3364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3420,7 +3420,7 @@ class MysqlaasClient {
|
|
|
3420
3420
|
* @param ListVersionsRequest
|
|
3421
3421
|
* @return ListVersionsResponse
|
|
3422
3422
|
* @throws OciError when an error occurs
|
|
3423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
3424
3424
|
*/
|
|
3425
3425
|
listVersions(listVersionsRequest) {
|
|
3426
3426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3476,7 +3476,7 @@ class MysqlaasClient {
|
|
|
3476
3476
|
* @param UpdateConfigurationRequest
|
|
3477
3477
|
* @return UpdateConfigurationResponse
|
|
3478
3478
|
* @throws OciError when an error occurs
|
|
3479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
3480
3480
|
*/
|
|
3481
3481
|
updateConfiguration(updateConfigurationRequest) {
|
|
3482
3482
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3644,7 +3644,7 @@ class WorkRequestsClient {
|
|
|
3644
3644
|
* @param GetWorkRequestRequest
|
|
3645
3645
|
* @return GetWorkRequestResponse
|
|
3646
3646
|
* @throws OciError when an error occurs
|
|
3647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3647
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3648
3648
|
*/
|
|
3649
3649
|
getWorkRequest(getWorkRequestRequest) {
|
|
3650
3650
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3712,7 +3712,7 @@ class WorkRequestsClient {
|
|
|
3712
3712
|
* @param ListWorkRequestErrorsRequest
|
|
3713
3713
|
* @return ListWorkRequestErrorsResponse
|
|
3714
3714
|
* @throws OciError when an error occurs
|
|
3715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3716
3716
|
*/
|
|
3717
3717
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3718
3718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3817,7 +3817,7 @@ class WorkRequestsClient {
|
|
|
3817
3817
|
* @param ListWorkRequestLogsRequest
|
|
3818
3818
|
* @return ListWorkRequestLogsResponse
|
|
3819
3819
|
* @throws OciError when an error occurs
|
|
3820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3821
3821
|
*/
|
|
3822
3822
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3823
3823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3922,7 +3922,7 @@ class WorkRequestsClient {
|
|
|
3922
3922
|
* @param ListWorkRequestsRequest
|
|
3923
3923
|
* @return ListWorkRequestsResponse
|
|
3924
3924
|
* @throws OciError when an error occurs
|
|
3925
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3926
3926
|
*/
|
|
3927
3927
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3928
3928
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystemRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDbSystemRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystemRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDbSystemRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteHeatWaveClusterRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GenerateAnalyticsClusterMemoryEstimateRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GenerateHeatWaveClusterMemoryEstimateRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAnalyticsClusterMemoryEstimateRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAnalyticsClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|