oci-mysql 2.45.0 → 2.47.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
|
@@ -162,7 +162,7 @@ class ChannelsClient {
|
|
|
162
162
|
* @param CreateChannelRequest
|
|
163
163
|
* @return CreateChannelResponse
|
|
164
164
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
166
166
|
*/
|
|
167
167
|
createChannel(createChannelRequest) {
|
|
168
168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -230,7 +230,7 @@ class ChannelsClient {
|
|
|
230
230
|
* @param DeleteChannelRequest
|
|
231
231
|
* @return DeleteChannelResponse
|
|
232
232
|
* @throws OciError when an error occurs
|
|
233
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
233
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
234
234
|
*/
|
|
235
235
|
deleteChannel(deleteChannelRequest) {
|
|
236
236
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -293,7 +293,7 @@ class ChannelsClient {
|
|
|
293
293
|
* @param GetChannelRequest
|
|
294
294
|
* @return GetChannelResponse
|
|
295
295
|
* @throws OciError when an error occurs
|
|
296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
297
297
|
*/
|
|
298
298
|
getChannel(getChannelRequest) {
|
|
299
299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -357,7 +357,7 @@ class ChannelsClient {
|
|
|
357
357
|
* @param ListChannelsRequest
|
|
358
358
|
* @return ListChannelsResponse
|
|
359
359
|
* @throws OciError when an error occurs
|
|
360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
361
361
|
*/
|
|
362
362
|
listChannels(listChannelsRequest) {
|
|
363
363
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -471,7 +471,7 @@ class ChannelsClient {
|
|
|
471
471
|
* @param ResetChannelRequest
|
|
472
472
|
* @return ResetChannelResponse
|
|
473
473
|
* @throws OciError when an error occurs
|
|
474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
474
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
475
475
|
*/
|
|
476
476
|
resetChannel(resetChannelRequest) {
|
|
477
477
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -535,7 +535,7 @@ class ChannelsClient {
|
|
|
535
535
|
* @param ResumeChannelRequest
|
|
536
536
|
* @return ResumeChannelResponse
|
|
537
537
|
* @throws OciError when an error occurs
|
|
538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
538
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
539
539
|
*/
|
|
540
540
|
resumeChannel(resumeChannelRequest) {
|
|
541
541
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -600,7 +600,7 @@ class ChannelsClient {
|
|
|
600
600
|
* @param UpdateChannelRequest
|
|
601
601
|
* @return UpdateChannelResponse
|
|
602
602
|
* @throws OciError when an error occurs
|
|
603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
604
604
|
*/
|
|
605
605
|
updateChannel(updateChannelRequest) {
|
|
606
606
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -770,7 +770,7 @@ class DbBackupsClient {
|
|
|
770
770
|
* @param ChangeBackupCompartmentRequest
|
|
771
771
|
* @return ChangeBackupCompartmentResponse
|
|
772
772
|
* @throws OciError when an error occurs
|
|
773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
774
774
|
*/
|
|
775
775
|
changeBackupCompartment(changeBackupCompartmentRequest) {
|
|
776
776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -833,7 +833,7 @@ class DbBackupsClient {
|
|
|
833
833
|
* @param CreateBackupRequest
|
|
834
834
|
* @return CreateBackupResponse
|
|
835
835
|
* @throws OciError when an error occurs
|
|
836
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
837
837
|
*/
|
|
838
838
|
createBackup(createBackupRequest) {
|
|
839
839
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -902,7 +902,7 @@ class DbBackupsClient {
|
|
|
902
902
|
* @param DeleteBackupRequest
|
|
903
903
|
* @return DeleteBackupResponse
|
|
904
904
|
* @throws OciError when an error occurs
|
|
905
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
905
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
906
906
|
*/
|
|
907
907
|
deleteBackup(deleteBackupRequest) {
|
|
908
908
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -962,7 +962,7 @@ class DbBackupsClient {
|
|
|
962
962
|
* @param GetBackupRequest
|
|
963
963
|
* @return GetBackupResponse
|
|
964
964
|
* @throws OciError when an error occurs
|
|
965
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
965
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
966
966
|
*/
|
|
967
967
|
getBackup(getBackupRequest) {
|
|
968
968
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1027,7 +1027,7 @@ class DbBackupsClient {
|
|
|
1027
1027
|
* @param ListBackupsRequest
|
|
1028
1028
|
* @return ListBackupsResponse
|
|
1029
1029
|
* @throws OciError when an error occurs
|
|
1030
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1030
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
1031
1031
|
*/
|
|
1032
1032
|
listBackups(listBackupsRequest) {
|
|
1033
1033
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1139,7 +1139,7 @@ class DbBackupsClient {
|
|
|
1139
1139
|
* @param UpdateBackupRequest
|
|
1140
1140
|
* @return UpdateBackupResponse
|
|
1141
1141
|
* @throws OciError when an error occurs
|
|
1142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
1143
1143
|
*/
|
|
1144
1144
|
updateBackup(updateBackupRequest) {
|
|
1145
1145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1312,7 +1312,7 @@ class DbSystemClient {
|
|
|
1312
1312
|
* @param AddAnalyticsClusterRequest
|
|
1313
1313
|
* @return AddAnalyticsClusterResponse
|
|
1314
1314
|
* @throws OciError when an error occurs
|
|
1315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
|
|
1316
1316
|
*/
|
|
1317
1317
|
addAnalyticsCluster(addAnalyticsClusterRequest) {
|
|
1318
1318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1384,7 +1384,7 @@ class DbSystemClient {
|
|
|
1384
1384
|
* @param AddHeatWaveClusterRequest
|
|
1385
1385
|
* @return AddHeatWaveClusterResponse
|
|
1386
1386
|
* @throws OciError when an error occurs
|
|
1387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
1388
1388
|
*/
|
|
1389
1389
|
addHeatWaveCluster(addHeatWaveClusterRequest) {
|
|
1390
1390
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1456,7 +1456,7 @@ class DbSystemClient {
|
|
|
1456
1456
|
* @param CreateDbSystemRequest
|
|
1457
1457
|
* @return CreateDbSystemResponse
|
|
1458
1458
|
* @throws OciError when an error occurs
|
|
1459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
1460
1460
|
*/
|
|
1461
1461
|
createDbSystem(createDbSystemRequest) {
|
|
1462
1462
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1532,7 +1532,7 @@ class DbSystemClient {
|
|
|
1532
1532
|
* @param DeleteAnalyticsClusterRequest
|
|
1533
1533
|
* @return DeleteAnalyticsClusterResponse
|
|
1534
1534
|
* @throws OciError when an error occurs
|
|
1535
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
|
|
1536
1536
|
*/
|
|
1537
1537
|
deleteAnalyticsCluster(deleteAnalyticsClusterRequest) {
|
|
1538
1538
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1594,7 +1594,7 @@ class DbSystemClient {
|
|
|
1594
1594
|
* @param DeleteDbSystemRequest
|
|
1595
1595
|
* @return DeleteDbSystemResponse
|
|
1596
1596
|
* @throws OciError when an error occurs
|
|
1597
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
1598
1598
|
*/
|
|
1599
1599
|
deleteDbSystem(deleteDbSystemRequest) {
|
|
1600
1600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1656,7 +1656,7 @@ class DbSystemClient {
|
|
|
1656
1656
|
* @param DeleteHeatWaveClusterRequest
|
|
1657
1657
|
* @return DeleteHeatWaveClusterResponse
|
|
1658
1658
|
* @throws OciError when an error occurs
|
|
1659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
1660
1660
|
*/
|
|
1661
1661
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
|
|
1662
1662
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1718,7 +1718,7 @@ class DbSystemClient {
|
|
|
1718
1718
|
* @param GenerateAnalyticsClusterMemoryEstimateRequest
|
|
1719
1719
|
* @return GenerateAnalyticsClusterMemoryEstimateResponse
|
|
1720
1720
|
* @throws OciError when an error occurs
|
|
1721
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1721
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
|
|
1722
1722
|
*/
|
|
1723
1723
|
generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest) {
|
|
1724
1724
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1783,7 +1783,7 @@ class DbSystemClient {
|
|
|
1783
1783
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
1784
1784
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
1785
1785
|
* @throws OciError when an error occurs
|
|
1786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1786
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
1787
1787
|
*/
|
|
1788
1788
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
|
|
1789
1789
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1849,7 +1849,7 @@ class DbSystemClient {
|
|
|
1849
1849
|
* @param GetAnalyticsClusterRequest
|
|
1850
1850
|
* @return GetAnalyticsClusterResponse
|
|
1851
1851
|
* @throws OciError when an error occurs
|
|
1852
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1852
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
|
|
1853
1853
|
*/
|
|
1854
1854
|
getAnalyticsCluster(getAnalyticsClusterRequest) {
|
|
1855
1855
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1916,7 +1916,7 @@ class DbSystemClient {
|
|
|
1916
1916
|
* @param GetAnalyticsClusterMemoryEstimateRequest
|
|
1917
1917
|
* @return GetAnalyticsClusterMemoryEstimateResponse
|
|
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.47.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
|
|
1920
1920
|
*/
|
|
1921
1921
|
getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest) {
|
|
1922
1922
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1974,7 +1974,7 @@ class DbSystemClient {
|
|
|
1974
1974
|
* @param GetDbSystemRequest
|
|
1975
1975
|
* @return GetDbSystemResponse
|
|
1976
1976
|
* @throws OciError when an error occurs
|
|
1977
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1977
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
1978
1978
|
*/
|
|
1979
1979
|
getDbSystem(getDbSystemRequest) {
|
|
1980
1980
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2038,7 +2038,7 @@ class DbSystemClient {
|
|
|
2038
2038
|
* @param GetHeatWaveClusterRequest
|
|
2039
2039
|
* @return GetHeatWaveClusterResponse
|
|
2040
2040
|
* @throws OciError when an error occurs
|
|
2041
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2041
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
2042
2042
|
*/
|
|
2043
2043
|
getHeatWaveCluster(getHeatWaveClusterRequest) {
|
|
2044
2044
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2104,7 +2104,7 @@ class DbSystemClient {
|
|
|
2104
2104
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
2105
2105
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
2106
2106
|
* @throws OciError when an error occurs
|
|
2107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
2108
2108
|
*/
|
|
2109
2109
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
|
|
2110
2110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2164,7 +2164,7 @@ class DbSystemClient {
|
|
|
2164
2164
|
* @param ListDbSystemsRequest
|
|
2165
2165
|
* @return ListDbSystemsResponse
|
|
2166
2166
|
* @throws OciError when an error occurs
|
|
2167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
2168
2168
|
*/
|
|
2169
2169
|
listDbSystems(listDbSystemsRequest) {
|
|
2170
2170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2280,7 +2280,7 @@ class DbSystemClient {
|
|
|
2280
2280
|
* @param RestartAnalyticsClusterRequest
|
|
2281
2281
|
* @return RestartAnalyticsClusterResponse
|
|
2282
2282
|
* @throws OciError when an error occurs
|
|
2283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
|
|
2284
2284
|
*/
|
|
2285
2285
|
restartAnalyticsCluster(restartAnalyticsClusterRequest) {
|
|
2286
2286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2341,7 +2341,7 @@ class DbSystemClient {
|
|
|
2341
2341
|
* @param RestartDbSystemRequest
|
|
2342
2342
|
* @return RestartDbSystemResponse
|
|
2343
2343
|
* @throws OciError when an error occurs
|
|
2344
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
2345
2345
|
*/
|
|
2346
2346
|
restartDbSystem(restartDbSystemRequest) {
|
|
2347
2347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2403,7 +2403,7 @@ class DbSystemClient {
|
|
|
2403
2403
|
* @param RestartHeatWaveClusterRequest
|
|
2404
2404
|
* @return RestartHeatWaveClusterResponse
|
|
2405
2405
|
* @throws OciError when an error occurs
|
|
2406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
2407
2407
|
*/
|
|
2408
2408
|
restartHeatWaveCluster(restartHeatWaveClusterRequest) {
|
|
2409
2409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2466,7 +2466,7 @@ class DbSystemClient {
|
|
|
2466
2466
|
* @param StartAnalyticsClusterRequest
|
|
2467
2467
|
* @return StartAnalyticsClusterResponse
|
|
2468
2468
|
* @throws OciError when an error occurs
|
|
2469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
|
|
2470
2470
|
*/
|
|
2471
2471
|
startAnalyticsCluster(startAnalyticsClusterRequest) {
|
|
2472
2472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2527,7 +2527,7 @@ class DbSystemClient {
|
|
|
2527
2527
|
* @param StartDbSystemRequest
|
|
2528
2528
|
* @return StartDbSystemResponse
|
|
2529
2529
|
* @throws OciError when an error occurs
|
|
2530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
2531
2531
|
*/
|
|
2532
2532
|
startDbSystem(startDbSystemRequest) {
|
|
2533
2533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2588,7 +2588,7 @@ class DbSystemClient {
|
|
|
2588
2588
|
* @param StartHeatWaveClusterRequest
|
|
2589
2589
|
* @return StartHeatWaveClusterResponse
|
|
2590
2590
|
* @throws OciError when an error occurs
|
|
2591
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2591
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
2592
2592
|
*/
|
|
2593
2593
|
startHeatWaveCluster(startHeatWaveClusterRequest) {
|
|
2594
2594
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2651,7 +2651,7 @@ class DbSystemClient {
|
|
|
2651
2651
|
* @param StopAnalyticsClusterRequest
|
|
2652
2652
|
* @return StopAnalyticsClusterResponse
|
|
2653
2653
|
* @throws OciError when an error occurs
|
|
2654
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2654
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
|
|
2655
2655
|
*/
|
|
2656
2656
|
stopAnalyticsCluster(stopAnalyticsClusterRequest) {
|
|
2657
2657
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2715,7 +2715,7 @@ class DbSystemClient {
|
|
|
2715
2715
|
* @param StopDbSystemRequest
|
|
2716
2716
|
* @return StopDbSystemResponse
|
|
2717
2717
|
* @throws OciError when an error occurs
|
|
2718
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
2719
2719
|
*/
|
|
2720
2720
|
stopDbSystem(stopDbSystemRequest) {
|
|
2721
2721
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2777,7 +2777,7 @@ class DbSystemClient {
|
|
|
2777
2777
|
* @param StopHeatWaveClusterRequest
|
|
2778
2778
|
* @return StopHeatWaveClusterResponse
|
|
2779
2779
|
* @throws OciError when an error occurs
|
|
2780
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2780
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
2781
2781
|
*/
|
|
2782
2782
|
stopHeatWaveCluster(stopHeatWaveClusterRequest) {
|
|
2783
2783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2840,7 +2840,7 @@ class DbSystemClient {
|
|
|
2840
2840
|
* @param UpdateAnalyticsClusterRequest
|
|
2841
2841
|
* @return UpdateAnalyticsClusterResponse
|
|
2842
2842
|
* @throws OciError when an error occurs
|
|
2843
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
|
|
2844
2844
|
*/
|
|
2845
2845
|
updateAnalyticsCluster(updateAnalyticsClusterRequest) {
|
|
2846
2846
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2909,7 +2909,7 @@ class DbSystemClient {
|
|
|
2909
2909
|
* @param UpdateDbSystemRequest
|
|
2910
2910
|
* @return UpdateDbSystemResponse
|
|
2911
2911
|
* @throws OciError when an error occurs
|
|
2912
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2912
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
2913
2913
|
*/
|
|
2914
2914
|
updateDbSystem(updateDbSystemRequest) {
|
|
2915
2915
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2971,7 +2971,7 @@ class DbSystemClient {
|
|
|
2971
2971
|
* @param UpdateHeatWaveClusterRequest
|
|
2972
2972
|
* @return UpdateHeatWaveClusterResponse
|
|
2973
2973
|
* @throws OciError when an error occurs
|
|
2974
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2974
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
2975
2975
|
*/
|
|
2976
2976
|
updateHeatWaveCluster(updateHeatWaveClusterRequest) {
|
|
2977
2977
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3138,7 +3138,7 @@ class MysqlaasClient {
|
|
|
3138
3138
|
* @param CreateConfigurationRequest
|
|
3139
3139
|
* @return CreateConfigurationResponse
|
|
3140
3140
|
* @throws OciError when an error occurs
|
|
3141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
3142
3142
|
*/
|
|
3143
3143
|
createConfiguration(createConfigurationRequest) {
|
|
3144
3144
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3213,7 +3213,7 @@ class MysqlaasClient {
|
|
|
3213
3213
|
* @param DeleteConfigurationRequest
|
|
3214
3214
|
* @return DeleteConfigurationResponse
|
|
3215
3215
|
* @throws OciError when an error occurs
|
|
3216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
3217
3217
|
*/
|
|
3218
3218
|
deleteConfiguration(deleteConfigurationRequest) {
|
|
3219
3219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3269,7 +3269,7 @@ class MysqlaasClient {
|
|
|
3269
3269
|
* @param GetConfigurationRequest
|
|
3270
3270
|
* @return GetConfigurationResponse
|
|
3271
3271
|
* @throws OciError when an error occurs
|
|
3272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
3273
3273
|
*/
|
|
3274
3274
|
getConfiguration(getConfigurationRequest) {
|
|
3275
3275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3341,7 +3341,7 @@ class MysqlaasClient {
|
|
|
3341
3341
|
* @param ListConfigurationsRequest
|
|
3342
3342
|
* @return ListConfigurationsResponse
|
|
3343
3343
|
* @throws OciError when an error occurs
|
|
3344
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
3345
3345
|
*/
|
|
3346
3346
|
listConfigurations(listConfigurationsRequest) {
|
|
3347
3347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3457,7 +3457,7 @@ class MysqlaasClient {
|
|
|
3457
3457
|
* @param ListShapesRequest
|
|
3458
3458
|
* @return ListShapesResponse
|
|
3459
3459
|
* @throws OciError when an error occurs
|
|
3460
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3460
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
3461
3461
|
*/
|
|
3462
3462
|
listShapes(listShapesRequest) {
|
|
3463
3463
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3521,7 +3521,7 @@ class MysqlaasClient {
|
|
|
3521
3521
|
* @param ListVersionsRequest
|
|
3522
3522
|
* @return ListVersionsResponse
|
|
3523
3523
|
* @throws OciError when an error occurs
|
|
3524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
3525
3525
|
*/
|
|
3526
3526
|
listVersions(listVersionsRequest) {
|
|
3527
3527
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3579,7 +3579,7 @@ class MysqlaasClient {
|
|
|
3579
3579
|
* @param UpdateConfigurationRequest
|
|
3580
3580
|
* @return UpdateConfigurationResponse
|
|
3581
3581
|
* @throws OciError when an error occurs
|
|
3582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3582
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
3583
3583
|
*/
|
|
3584
3584
|
updateConfiguration(updateConfigurationRequest) {
|
|
3585
3585
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3750,7 +3750,7 @@ class WorkRequestsClient {
|
|
|
3750
3750
|
* @param GetWorkRequestRequest
|
|
3751
3751
|
* @return GetWorkRequestResponse
|
|
3752
3752
|
* @throws OciError when an error occurs
|
|
3753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3754
3754
|
*/
|
|
3755
3755
|
getWorkRequest(getWorkRequestRequest) {
|
|
3756
3756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3820,7 +3820,7 @@ class WorkRequestsClient {
|
|
|
3820
3820
|
* @param ListWorkRequestErrorsRequest
|
|
3821
3821
|
* @return ListWorkRequestErrorsResponse
|
|
3822
3822
|
* @throws OciError when an error occurs
|
|
3823
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3823
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3824
3824
|
*/
|
|
3825
3825
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3826
3826
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3927,7 +3927,7 @@ class WorkRequestsClient {
|
|
|
3927
3927
|
* @param ListWorkRequestLogsRequest
|
|
3928
3928
|
* @return ListWorkRequestLogsResponse
|
|
3929
3929
|
* @throws OciError when an error occurs
|
|
3930
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3930
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3931
3931
|
*/
|
|
3932
3932
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3933
3933
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4034,7 +4034,7 @@ class WorkRequestsClient {
|
|
|
4034
4034
|
* @param ListWorkRequestsRequest
|
|
4035
4035
|
* @return ListWorkRequestsResponse
|
|
4036
4036
|
* @throws OciError when an error occurs
|
|
4037
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4037
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4038
4038
|
*/
|
|
4039
4039
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4040
4040
|
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.47.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.47.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.47.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.47.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.47.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.47.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.47.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.47.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.47.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.47.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.47.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.47.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.47.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.47.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.47.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.47.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.47.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAnalyticsClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|