oci-mysql 2.8.0 → 2.9.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
|
@@ -156,7 +156,7 @@ class ChannelsClient {
|
|
|
156
156
|
* @param CreateChannelRequest
|
|
157
157
|
* @return CreateChannelResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
160
160
|
*/
|
|
161
161
|
createChannel(createChannelRequest) {
|
|
162
162
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -222,7 +222,7 @@ class ChannelsClient {
|
|
|
222
222
|
* @param DeleteChannelRequest
|
|
223
223
|
* @return DeleteChannelResponse
|
|
224
224
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
226
226
|
*/
|
|
227
227
|
deleteChannel(deleteChannelRequest) {
|
|
228
228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -283,7 +283,7 @@ class ChannelsClient {
|
|
|
283
283
|
* @param GetChannelRequest
|
|
284
284
|
* @return GetChannelResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
287
287
|
*/
|
|
288
288
|
getChannel(getChannelRequest) {
|
|
289
289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -345,7 +345,7 @@ class ChannelsClient {
|
|
|
345
345
|
* @param ListChannelsRequest
|
|
346
346
|
* @return ListChannelsResponse
|
|
347
347
|
* @throws OciError when an error occurs
|
|
348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
349
349
|
*/
|
|
350
350
|
listChannels(listChannelsRequest) {
|
|
351
351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -457,7 +457,7 @@ class ChannelsClient {
|
|
|
457
457
|
* @param ResetChannelRequest
|
|
458
458
|
* @return ResetChannelResponse
|
|
459
459
|
* @throws OciError when an error occurs
|
|
460
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
460
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
461
461
|
*/
|
|
462
462
|
resetChannel(resetChannelRequest) {
|
|
463
463
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -519,7 +519,7 @@ class ChannelsClient {
|
|
|
519
519
|
* @param ResumeChannelRequest
|
|
520
520
|
* @return ResumeChannelResponse
|
|
521
521
|
* @throws OciError when an error occurs
|
|
522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
522
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
523
523
|
*/
|
|
524
524
|
resumeChannel(resumeChannelRequest) {
|
|
525
525
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -582,7 +582,7 @@ class ChannelsClient {
|
|
|
582
582
|
* @param UpdateChannelRequest
|
|
583
583
|
* @return UpdateChannelResponse
|
|
584
584
|
* @throws OciError when an error occurs
|
|
585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
586
586
|
*/
|
|
587
587
|
updateChannel(updateChannelRequest) {
|
|
588
588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -743,7 +743,7 @@ class DbBackupsClient {
|
|
|
743
743
|
* @param ChangeBackupCompartmentRequest
|
|
744
744
|
* @return ChangeBackupCompartmentResponse
|
|
745
745
|
* @throws OciError when an error occurs
|
|
746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
747
747
|
*/
|
|
748
748
|
changeBackupCompartment(changeBackupCompartmentRequest) {
|
|
749
749
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -804,7 +804,7 @@ class DbBackupsClient {
|
|
|
804
804
|
* @param CreateBackupRequest
|
|
805
805
|
* @return CreateBackupResponse
|
|
806
806
|
* @throws OciError when an error occurs
|
|
807
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
807
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
808
808
|
*/
|
|
809
809
|
createBackup(createBackupRequest) {
|
|
810
810
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -871,7 +871,7 @@ class DbBackupsClient {
|
|
|
871
871
|
* @param DeleteBackupRequest
|
|
872
872
|
* @return DeleteBackupResponse
|
|
873
873
|
* @throws OciError when an error occurs
|
|
874
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
874
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
875
875
|
*/
|
|
876
876
|
deleteBackup(deleteBackupRequest) {
|
|
877
877
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -929,7 +929,7 @@ class DbBackupsClient {
|
|
|
929
929
|
* @param GetBackupRequest
|
|
930
930
|
* @return GetBackupResponse
|
|
931
931
|
* @throws OciError when an error occurs
|
|
932
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
932
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
933
933
|
*/
|
|
934
934
|
getBackup(getBackupRequest) {
|
|
935
935
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -992,7 +992,7 @@ class DbBackupsClient {
|
|
|
992
992
|
* @param ListBackupsRequest
|
|
993
993
|
* @return ListBackupsResponse
|
|
994
994
|
* @throws OciError when an error occurs
|
|
995
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
995
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
996
996
|
*/
|
|
997
997
|
listBackups(listBackupsRequest) {
|
|
998
998
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1102,7 +1102,7 @@ class DbBackupsClient {
|
|
|
1102
1102
|
* @param UpdateBackupRequest
|
|
1103
1103
|
* @return UpdateBackupResponse
|
|
1104
1104
|
* @throws OciError when an error occurs
|
|
1105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
1106
1106
|
*/
|
|
1107
1107
|
updateBackup(updateBackupRequest) {
|
|
1108
1108
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1257,7 +1257,7 @@ class DbSystemClient {
|
|
|
1257
1257
|
* @param AddAnalyticsClusterRequest
|
|
1258
1258
|
* @return AddAnalyticsClusterResponse
|
|
1259
1259
|
* @throws OciError when an error occurs
|
|
1260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
|
|
1261
1261
|
*/
|
|
1262
1262
|
addAnalyticsCluster(addAnalyticsClusterRequest) {
|
|
1263
1263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1327,7 +1327,7 @@ class DbSystemClient {
|
|
|
1327
1327
|
* @param AddHeatWaveClusterRequest
|
|
1328
1328
|
* @return AddHeatWaveClusterResponse
|
|
1329
1329
|
* @throws OciError when an error occurs
|
|
1330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
1331
1331
|
*/
|
|
1332
1332
|
addHeatWaveCluster(addHeatWaveClusterRequest) {
|
|
1333
1333
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1397,7 +1397,7 @@ class DbSystemClient {
|
|
|
1397
1397
|
* @param CreateDbSystemRequest
|
|
1398
1398
|
* @return CreateDbSystemResponse
|
|
1399
1399
|
* @throws OciError when an error occurs
|
|
1400
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1400
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
1401
1401
|
*/
|
|
1402
1402
|
createDbSystem(createDbSystemRequest) {
|
|
1403
1403
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1471,7 +1471,7 @@ class DbSystemClient {
|
|
|
1471
1471
|
* @param DeleteAnalyticsClusterRequest
|
|
1472
1472
|
* @return DeleteAnalyticsClusterResponse
|
|
1473
1473
|
* @throws OciError when an error occurs
|
|
1474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1474
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
|
|
1475
1475
|
*/
|
|
1476
1476
|
deleteAnalyticsCluster(deleteAnalyticsClusterRequest) {
|
|
1477
1477
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1531,7 +1531,7 @@ class DbSystemClient {
|
|
|
1531
1531
|
* @param DeleteDbSystemRequest
|
|
1532
1532
|
* @return DeleteDbSystemResponse
|
|
1533
1533
|
* @throws OciError when an error occurs
|
|
1534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
1535
1535
|
*/
|
|
1536
1536
|
deleteDbSystem(deleteDbSystemRequest) {
|
|
1537
1537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1591,7 +1591,7 @@ class DbSystemClient {
|
|
|
1591
1591
|
* @param DeleteHeatWaveClusterRequest
|
|
1592
1592
|
* @return DeleteHeatWaveClusterResponse
|
|
1593
1593
|
* @throws OciError when an error occurs
|
|
1594
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1594
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
1595
1595
|
*/
|
|
1596
1596
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
|
|
1597
1597
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1651,7 +1651,7 @@ class DbSystemClient {
|
|
|
1651
1651
|
* @param GenerateAnalyticsClusterMemoryEstimateRequest
|
|
1652
1652
|
* @return GenerateAnalyticsClusterMemoryEstimateResponse
|
|
1653
1653
|
* @throws OciError when an error occurs
|
|
1654
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1654
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
|
|
1655
1655
|
*/
|
|
1656
1656
|
generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest) {
|
|
1657
1657
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1714,7 +1714,7 @@ class DbSystemClient {
|
|
|
1714
1714
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
1715
1715
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
1716
1716
|
* @throws OciError when an error occurs
|
|
1717
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1717
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
1718
1718
|
*/
|
|
1719
1719
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
|
|
1720
1720
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1778,7 +1778,7 @@ class DbSystemClient {
|
|
|
1778
1778
|
* @param GetAnalyticsClusterRequest
|
|
1779
1779
|
* @return GetAnalyticsClusterResponse
|
|
1780
1780
|
* @throws OciError when an error occurs
|
|
1781
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
|
|
1782
1782
|
*/
|
|
1783
1783
|
getAnalyticsCluster(getAnalyticsClusterRequest) {
|
|
1784
1784
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1843,7 +1843,7 @@ class DbSystemClient {
|
|
|
1843
1843
|
* @param GetAnalyticsClusterMemoryEstimateRequest
|
|
1844
1844
|
* @return GetAnalyticsClusterMemoryEstimateResponse
|
|
1845
1845
|
* @throws OciError when an error occurs
|
|
1846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
|
|
1847
1847
|
*/
|
|
1848
1848
|
getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest) {
|
|
1849
1849
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1899,7 +1899,7 @@ class DbSystemClient {
|
|
|
1899
1899
|
* @param GetDbSystemRequest
|
|
1900
1900
|
* @return GetDbSystemResponse
|
|
1901
1901
|
* @throws OciError when an error occurs
|
|
1902
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
1903
1903
|
*/
|
|
1904
1904
|
getDbSystem(getDbSystemRequest) {
|
|
1905
1905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1961,7 +1961,7 @@ class DbSystemClient {
|
|
|
1961
1961
|
* @param GetHeatWaveClusterRequest
|
|
1962
1962
|
* @return GetHeatWaveClusterResponse
|
|
1963
1963
|
* @throws OciError when an error occurs
|
|
1964
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1964
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
1965
1965
|
*/
|
|
1966
1966
|
getHeatWaveCluster(getHeatWaveClusterRequest) {
|
|
1967
1967
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2025,7 +2025,7 @@ class DbSystemClient {
|
|
|
2025
2025
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
2026
2026
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
2027
2027
|
* @throws OciError when an error occurs
|
|
2028
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2028
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
2029
2029
|
*/
|
|
2030
2030
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
|
|
2031
2031
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2083,7 +2083,7 @@ class DbSystemClient {
|
|
|
2083
2083
|
* @param ListDbSystemsRequest
|
|
2084
2084
|
* @return ListDbSystemsResponse
|
|
2085
2085
|
* @throws OciError when an error occurs
|
|
2086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
2087
2087
|
*/
|
|
2088
2088
|
listDbSystems(listDbSystemsRequest) {
|
|
2089
2089
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2197,7 +2197,7 @@ class DbSystemClient {
|
|
|
2197
2197
|
* @param RestartAnalyticsClusterRequest
|
|
2198
2198
|
* @return RestartAnalyticsClusterResponse
|
|
2199
2199
|
* @throws OciError when an error occurs
|
|
2200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
|
|
2201
2201
|
*/
|
|
2202
2202
|
restartAnalyticsCluster(restartAnalyticsClusterRequest) {
|
|
2203
2203
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2256,7 +2256,7 @@ class DbSystemClient {
|
|
|
2256
2256
|
* @param RestartDbSystemRequest
|
|
2257
2257
|
* @return RestartDbSystemResponse
|
|
2258
2258
|
* @throws OciError when an error occurs
|
|
2259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
2260
2260
|
*/
|
|
2261
2261
|
restartDbSystem(restartDbSystemRequest) {
|
|
2262
2262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2316,7 +2316,7 @@ class DbSystemClient {
|
|
|
2316
2316
|
* @param RestartHeatWaveClusterRequest
|
|
2317
2317
|
* @return RestartHeatWaveClusterResponse
|
|
2318
2318
|
* @throws OciError when an error occurs
|
|
2319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
2320
2320
|
*/
|
|
2321
2321
|
restartHeatWaveCluster(restartHeatWaveClusterRequest) {
|
|
2322
2322
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2377,7 +2377,7 @@ class DbSystemClient {
|
|
|
2377
2377
|
* @param StartAnalyticsClusterRequest
|
|
2378
2378
|
* @return StartAnalyticsClusterResponse
|
|
2379
2379
|
* @throws OciError when an error occurs
|
|
2380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
|
|
2381
2381
|
*/
|
|
2382
2382
|
startAnalyticsCluster(startAnalyticsClusterRequest) {
|
|
2383
2383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2436,7 +2436,7 @@ class DbSystemClient {
|
|
|
2436
2436
|
* @param StartDbSystemRequest
|
|
2437
2437
|
* @return StartDbSystemResponse
|
|
2438
2438
|
* @throws OciError when an error occurs
|
|
2439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
2440
2440
|
*/
|
|
2441
2441
|
startDbSystem(startDbSystemRequest) {
|
|
2442
2442
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2495,7 +2495,7 @@ class DbSystemClient {
|
|
|
2495
2495
|
* @param StartHeatWaveClusterRequest
|
|
2496
2496
|
* @return StartHeatWaveClusterResponse
|
|
2497
2497
|
* @throws OciError when an error occurs
|
|
2498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
2499
2499
|
*/
|
|
2500
2500
|
startHeatWaveCluster(startHeatWaveClusterRequest) {
|
|
2501
2501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2556,7 +2556,7 @@ class DbSystemClient {
|
|
|
2556
2556
|
* @param StopAnalyticsClusterRequest
|
|
2557
2557
|
* @return StopAnalyticsClusterResponse
|
|
2558
2558
|
* @throws OciError when an error occurs
|
|
2559
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
|
|
2560
2560
|
*/
|
|
2561
2561
|
stopAnalyticsCluster(stopAnalyticsClusterRequest) {
|
|
2562
2562
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2618,7 +2618,7 @@ class DbSystemClient {
|
|
|
2618
2618
|
* @param StopDbSystemRequest
|
|
2619
2619
|
* @return StopDbSystemResponse
|
|
2620
2620
|
* @throws OciError when an error occurs
|
|
2621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
2622
2622
|
*/
|
|
2623
2623
|
stopDbSystem(stopDbSystemRequest) {
|
|
2624
2624
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2678,7 +2678,7 @@ class DbSystemClient {
|
|
|
2678
2678
|
* @param StopHeatWaveClusterRequest
|
|
2679
2679
|
* @return StopHeatWaveClusterResponse
|
|
2680
2680
|
* @throws OciError when an error occurs
|
|
2681
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2681
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
2682
2682
|
*/
|
|
2683
2683
|
stopHeatWaveCluster(stopHeatWaveClusterRequest) {
|
|
2684
2684
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2739,7 +2739,7 @@ class DbSystemClient {
|
|
|
2739
2739
|
* @param UpdateAnalyticsClusterRequest
|
|
2740
2740
|
* @return UpdateAnalyticsClusterResponse
|
|
2741
2741
|
* @throws OciError when an error occurs
|
|
2742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2742
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
|
|
2743
2743
|
*/
|
|
2744
2744
|
updateAnalyticsCluster(updateAnalyticsClusterRequest) {
|
|
2745
2745
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2806,7 +2806,7 @@ class DbSystemClient {
|
|
|
2806
2806
|
* @param UpdateDbSystemRequest
|
|
2807
2807
|
* @return UpdateDbSystemResponse
|
|
2808
2808
|
* @throws OciError when an error occurs
|
|
2809
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
2810
2810
|
*/
|
|
2811
2811
|
updateDbSystem(updateDbSystemRequest) {
|
|
2812
2812
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2866,7 +2866,7 @@ class DbSystemClient {
|
|
|
2866
2866
|
* @param UpdateHeatWaveClusterRequest
|
|
2867
2867
|
* @return UpdateHeatWaveClusterResponse
|
|
2868
2868
|
* @throws OciError when an error occurs
|
|
2869
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2869
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
2870
2870
|
*/
|
|
2871
2871
|
updateHeatWaveCluster(updateHeatWaveClusterRequest) {
|
|
2872
2872
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3024,7 +3024,7 @@ class MysqlaasClient {
|
|
|
3024
3024
|
* @param CreateConfigurationRequest
|
|
3025
3025
|
* @return CreateConfigurationResponse
|
|
3026
3026
|
* @throws OciError when an error occurs
|
|
3027
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3027
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
3028
3028
|
*/
|
|
3029
3029
|
createConfiguration(createConfigurationRequest) {
|
|
3030
3030
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3097,7 +3097,7 @@ class MysqlaasClient {
|
|
|
3097
3097
|
* @param DeleteConfigurationRequest
|
|
3098
3098
|
* @return DeleteConfigurationResponse
|
|
3099
3099
|
* @throws OciError when an error occurs
|
|
3100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
3101
3101
|
*/
|
|
3102
3102
|
deleteConfiguration(deleteConfigurationRequest) {
|
|
3103
3103
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3151,7 +3151,7 @@ class MysqlaasClient {
|
|
|
3151
3151
|
* @param GetConfigurationRequest
|
|
3152
3152
|
* @return GetConfigurationResponse
|
|
3153
3153
|
* @throws OciError when an error occurs
|
|
3154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
3155
3155
|
*/
|
|
3156
3156
|
getConfiguration(getConfigurationRequest) {
|
|
3157
3157
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3221,7 +3221,7 @@ class MysqlaasClient {
|
|
|
3221
3221
|
* @param ListConfigurationsRequest
|
|
3222
3222
|
* @return ListConfigurationsResponse
|
|
3223
3223
|
* @throws OciError when an error occurs
|
|
3224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
3225
3225
|
*/
|
|
3226
3226
|
listConfigurations(listConfigurationsRequest) {
|
|
3227
3227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3335,7 +3335,7 @@ class MysqlaasClient {
|
|
|
3335
3335
|
* @param ListShapesRequest
|
|
3336
3336
|
* @return ListShapesResponse
|
|
3337
3337
|
* @throws OciError when an error occurs
|
|
3338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
3339
3339
|
*/
|
|
3340
3340
|
listShapes(listShapesRequest) {
|
|
3341
3341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3397,7 +3397,7 @@ class MysqlaasClient {
|
|
|
3397
3397
|
* @param ListVersionsRequest
|
|
3398
3398
|
* @return ListVersionsResponse
|
|
3399
3399
|
* @throws OciError when an error occurs
|
|
3400
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3400
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
3401
3401
|
*/
|
|
3402
3402
|
listVersions(listVersionsRequest) {
|
|
3403
3403
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3453,7 +3453,7 @@ class MysqlaasClient {
|
|
|
3453
3453
|
* @param UpdateConfigurationRequest
|
|
3454
3454
|
* @return UpdateConfigurationResponse
|
|
3455
3455
|
* @throws OciError when an error occurs
|
|
3456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
3457
3457
|
*/
|
|
3458
3458
|
updateConfiguration(updateConfigurationRequest) {
|
|
3459
3459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3615,7 +3615,7 @@ class WorkRequestsClient {
|
|
|
3615
3615
|
* @param GetWorkRequestRequest
|
|
3616
3616
|
* @return GetWorkRequestResponse
|
|
3617
3617
|
* @throws OciError when an error occurs
|
|
3618
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3619
3619
|
*/
|
|
3620
3620
|
getWorkRequest(getWorkRequestRequest) {
|
|
3621
3621
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3683,7 +3683,7 @@ class WorkRequestsClient {
|
|
|
3683
3683
|
* @param ListWorkRequestErrorsRequest
|
|
3684
3684
|
* @return ListWorkRequestErrorsResponse
|
|
3685
3685
|
* @throws OciError when an error occurs
|
|
3686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3687
3687
|
*/
|
|
3688
3688
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3689
3689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3788,7 +3788,7 @@ class WorkRequestsClient {
|
|
|
3788
3788
|
* @param ListWorkRequestLogsRequest
|
|
3789
3789
|
* @return ListWorkRequestLogsResponse
|
|
3790
3790
|
* @throws OciError when an error occurs
|
|
3791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3792
3792
|
*/
|
|
3793
3793
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3794
3794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3893,7 +3893,7 @@ class WorkRequestsClient {
|
|
|
3893
3893
|
* @param ListWorkRequestsRequest
|
|
3894
3894
|
* @return ListWorkRequestsResponse
|
|
3895
3895
|
* @throws OciError when an error occurs
|
|
3896
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3896
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3897
3897
|
*/
|
|
3898
3898
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3899
3899
|
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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAnalyticsClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|