oci-mysql 2.28.0 → 2.31.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 +59 -50
- package/lib/client.js.map +1 -1
- 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/lib/response/update-backup-response.d.ts +10 -0
- 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.31.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.31.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.31.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.31.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.31.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.31.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.31.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.31.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.31.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.31.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.31.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.31.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.31.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* () {
|
|
@@ -1174,11 +1174,20 @@ class DbBackupsClient {
|
|
|
1174
1174
|
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1175
1175
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1176
1176
|
responseObject: {},
|
|
1177
|
+
body: yield response.json(),
|
|
1178
|
+
bodyKey: "backup",
|
|
1179
|
+
bodyModel: model.Backup,
|
|
1180
|
+
type: "model.Backup",
|
|
1177
1181
|
responseHeaders: [
|
|
1178
1182
|
{
|
|
1179
1183
|
value: response.headers.get("opc-request-id"),
|
|
1180
1184
|
key: "opcRequestId",
|
|
1181
1185
|
dataType: "string"
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
value: response.headers.get("etag"),
|
|
1189
|
+
key: "etag",
|
|
1190
|
+
dataType: "string"
|
|
1182
1191
|
}
|
|
1183
1192
|
]
|
|
1184
1193
|
});
|
|
@@ -1303,7 +1312,7 @@ class DbSystemClient {
|
|
|
1303
1312
|
* @param AddAnalyticsClusterRequest
|
|
1304
1313
|
* @return AddAnalyticsClusterResponse
|
|
1305
1314
|
* @throws OciError when an error occurs
|
|
1306
|
-
* @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.31.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
|
|
1307
1316
|
*/
|
|
1308
1317
|
addAnalyticsCluster(addAnalyticsClusterRequest) {
|
|
1309
1318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1375,7 +1384,7 @@ class DbSystemClient {
|
|
|
1375
1384
|
* @param AddHeatWaveClusterRequest
|
|
1376
1385
|
* @return AddHeatWaveClusterResponse
|
|
1377
1386
|
* @throws OciError when an error occurs
|
|
1378
|
-
* @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.31.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
1379
1388
|
*/
|
|
1380
1389
|
addHeatWaveCluster(addHeatWaveClusterRequest) {
|
|
1381
1390
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1447,7 +1456,7 @@ class DbSystemClient {
|
|
|
1447
1456
|
* @param CreateDbSystemRequest
|
|
1448
1457
|
* @return CreateDbSystemResponse
|
|
1449
1458
|
* @throws OciError when an error occurs
|
|
1450
|
-
* @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.31.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
1451
1460
|
*/
|
|
1452
1461
|
createDbSystem(createDbSystemRequest) {
|
|
1453
1462
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1523,7 +1532,7 @@ class DbSystemClient {
|
|
|
1523
1532
|
* @param DeleteAnalyticsClusterRequest
|
|
1524
1533
|
* @return DeleteAnalyticsClusterResponse
|
|
1525
1534
|
* @throws OciError when an error occurs
|
|
1526
|
-
* @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.31.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
|
|
1527
1536
|
*/
|
|
1528
1537
|
deleteAnalyticsCluster(deleteAnalyticsClusterRequest) {
|
|
1529
1538
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1585,7 +1594,7 @@ class DbSystemClient {
|
|
|
1585
1594
|
* @param DeleteDbSystemRequest
|
|
1586
1595
|
* @return DeleteDbSystemResponse
|
|
1587
1596
|
* @throws OciError when an error occurs
|
|
1588
|
-
* @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.31.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
1589
1598
|
*/
|
|
1590
1599
|
deleteDbSystem(deleteDbSystemRequest) {
|
|
1591
1600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1647,7 +1656,7 @@ class DbSystemClient {
|
|
|
1647
1656
|
* @param DeleteHeatWaveClusterRequest
|
|
1648
1657
|
* @return DeleteHeatWaveClusterResponse
|
|
1649
1658
|
* @throws OciError when an error occurs
|
|
1650
|
-
* @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.31.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
1651
1660
|
*/
|
|
1652
1661
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
|
|
1653
1662
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1709,7 +1718,7 @@ class DbSystemClient {
|
|
|
1709
1718
|
* @param GenerateAnalyticsClusterMemoryEstimateRequest
|
|
1710
1719
|
* @return GenerateAnalyticsClusterMemoryEstimateResponse
|
|
1711
1720
|
* @throws OciError when an error occurs
|
|
1712
|
-
* @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.31.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
|
|
1713
1722
|
*/
|
|
1714
1723
|
generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest) {
|
|
1715
1724
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1774,7 +1783,7 @@ class DbSystemClient {
|
|
|
1774
1783
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
1775
1784
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
1776
1785
|
* @throws OciError when an error occurs
|
|
1777
|
-
* @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.31.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
1778
1787
|
*/
|
|
1779
1788
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
|
|
1780
1789
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1840,7 +1849,7 @@ class DbSystemClient {
|
|
|
1840
1849
|
* @param GetAnalyticsClusterRequest
|
|
1841
1850
|
* @return GetAnalyticsClusterResponse
|
|
1842
1851
|
* @throws OciError when an error occurs
|
|
1843
|
-
* @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.31.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
|
|
1844
1853
|
*/
|
|
1845
1854
|
getAnalyticsCluster(getAnalyticsClusterRequest) {
|
|
1846
1855
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1907,7 +1916,7 @@ class DbSystemClient {
|
|
|
1907
1916
|
* @param GetAnalyticsClusterMemoryEstimateRequest
|
|
1908
1917
|
* @return GetAnalyticsClusterMemoryEstimateResponse
|
|
1909
1918
|
* @throws OciError when an error occurs
|
|
1910
|
-
* @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.31.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
|
|
1911
1920
|
*/
|
|
1912
1921
|
getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest) {
|
|
1913
1922
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1965,7 +1974,7 @@ class DbSystemClient {
|
|
|
1965
1974
|
* @param GetDbSystemRequest
|
|
1966
1975
|
* @return GetDbSystemResponse
|
|
1967
1976
|
* @throws OciError when an error occurs
|
|
1968
|
-
* @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.31.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
1969
1978
|
*/
|
|
1970
1979
|
getDbSystem(getDbSystemRequest) {
|
|
1971
1980
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2029,7 +2038,7 @@ class DbSystemClient {
|
|
|
2029
2038
|
* @param GetHeatWaveClusterRequest
|
|
2030
2039
|
* @return GetHeatWaveClusterResponse
|
|
2031
2040
|
* @throws OciError when an error occurs
|
|
2032
|
-
* @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.31.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
2033
2042
|
*/
|
|
2034
2043
|
getHeatWaveCluster(getHeatWaveClusterRequest) {
|
|
2035
2044
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2095,7 +2104,7 @@ class DbSystemClient {
|
|
|
2095
2104
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
2096
2105
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
2097
2106
|
* @throws OciError when an error occurs
|
|
2098
|
-
* @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.31.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
2099
2108
|
*/
|
|
2100
2109
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
|
|
2101
2110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2155,7 +2164,7 @@ class DbSystemClient {
|
|
|
2155
2164
|
* @param ListDbSystemsRequest
|
|
2156
2165
|
* @return ListDbSystemsResponse
|
|
2157
2166
|
* @throws OciError when an error occurs
|
|
2158
|
-
* @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.31.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
2159
2168
|
*/
|
|
2160
2169
|
listDbSystems(listDbSystemsRequest) {
|
|
2161
2170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2271,7 +2280,7 @@ class DbSystemClient {
|
|
|
2271
2280
|
* @param RestartAnalyticsClusterRequest
|
|
2272
2281
|
* @return RestartAnalyticsClusterResponse
|
|
2273
2282
|
* @throws OciError when an error occurs
|
|
2274
|
-
* @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.31.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
|
|
2275
2284
|
*/
|
|
2276
2285
|
restartAnalyticsCluster(restartAnalyticsClusterRequest) {
|
|
2277
2286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2332,7 +2341,7 @@ class DbSystemClient {
|
|
|
2332
2341
|
* @param RestartDbSystemRequest
|
|
2333
2342
|
* @return RestartDbSystemResponse
|
|
2334
2343
|
* @throws OciError when an error occurs
|
|
2335
|
-
* @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.31.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
2336
2345
|
*/
|
|
2337
2346
|
restartDbSystem(restartDbSystemRequest) {
|
|
2338
2347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2394,7 +2403,7 @@ class DbSystemClient {
|
|
|
2394
2403
|
* @param RestartHeatWaveClusterRequest
|
|
2395
2404
|
* @return RestartHeatWaveClusterResponse
|
|
2396
2405
|
* @throws OciError when an error occurs
|
|
2397
|
-
* @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.31.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
2398
2407
|
*/
|
|
2399
2408
|
restartHeatWaveCluster(restartHeatWaveClusterRequest) {
|
|
2400
2409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2457,7 +2466,7 @@ class DbSystemClient {
|
|
|
2457
2466
|
* @param StartAnalyticsClusterRequest
|
|
2458
2467
|
* @return StartAnalyticsClusterResponse
|
|
2459
2468
|
* @throws OciError when an error occurs
|
|
2460
|
-
* @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.31.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
|
|
2461
2470
|
*/
|
|
2462
2471
|
startAnalyticsCluster(startAnalyticsClusterRequest) {
|
|
2463
2472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2518,7 +2527,7 @@ class DbSystemClient {
|
|
|
2518
2527
|
* @param StartDbSystemRequest
|
|
2519
2528
|
* @return StartDbSystemResponse
|
|
2520
2529
|
* @throws OciError when an error occurs
|
|
2521
|
-
* @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.31.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
2522
2531
|
*/
|
|
2523
2532
|
startDbSystem(startDbSystemRequest) {
|
|
2524
2533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2579,7 +2588,7 @@ class DbSystemClient {
|
|
|
2579
2588
|
* @param StartHeatWaveClusterRequest
|
|
2580
2589
|
* @return StartHeatWaveClusterResponse
|
|
2581
2590
|
* @throws OciError when an error occurs
|
|
2582
|
-
* @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.31.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
2583
2592
|
*/
|
|
2584
2593
|
startHeatWaveCluster(startHeatWaveClusterRequest) {
|
|
2585
2594
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2642,7 +2651,7 @@ class DbSystemClient {
|
|
|
2642
2651
|
* @param StopAnalyticsClusterRequest
|
|
2643
2652
|
* @return StopAnalyticsClusterResponse
|
|
2644
2653
|
* @throws OciError when an error occurs
|
|
2645
|
-
* @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.31.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
|
|
2646
2655
|
*/
|
|
2647
2656
|
stopAnalyticsCluster(stopAnalyticsClusterRequest) {
|
|
2648
2657
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2706,7 +2715,7 @@ class DbSystemClient {
|
|
|
2706
2715
|
* @param StopDbSystemRequest
|
|
2707
2716
|
* @return StopDbSystemResponse
|
|
2708
2717
|
* @throws OciError when an error occurs
|
|
2709
|
-
* @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.31.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
2710
2719
|
*/
|
|
2711
2720
|
stopDbSystem(stopDbSystemRequest) {
|
|
2712
2721
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2768,7 +2777,7 @@ class DbSystemClient {
|
|
|
2768
2777
|
* @param StopHeatWaveClusterRequest
|
|
2769
2778
|
* @return StopHeatWaveClusterResponse
|
|
2770
2779
|
* @throws OciError when an error occurs
|
|
2771
|
-
* @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.31.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
2772
2781
|
*/
|
|
2773
2782
|
stopHeatWaveCluster(stopHeatWaveClusterRequest) {
|
|
2774
2783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2831,7 +2840,7 @@ class DbSystemClient {
|
|
|
2831
2840
|
* @param UpdateAnalyticsClusterRequest
|
|
2832
2841
|
* @return UpdateAnalyticsClusterResponse
|
|
2833
2842
|
* @throws OciError when an error occurs
|
|
2834
|
-
* @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.31.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
|
|
2835
2844
|
*/
|
|
2836
2845
|
updateAnalyticsCluster(updateAnalyticsClusterRequest) {
|
|
2837
2846
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2900,7 +2909,7 @@ class DbSystemClient {
|
|
|
2900
2909
|
* @param UpdateDbSystemRequest
|
|
2901
2910
|
* @return UpdateDbSystemResponse
|
|
2902
2911
|
* @throws OciError when an error occurs
|
|
2903
|
-
* @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.31.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
2904
2913
|
*/
|
|
2905
2914
|
updateDbSystem(updateDbSystemRequest) {
|
|
2906
2915
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2962,7 +2971,7 @@ class DbSystemClient {
|
|
|
2962
2971
|
* @param UpdateHeatWaveClusterRequest
|
|
2963
2972
|
* @return UpdateHeatWaveClusterResponse
|
|
2964
2973
|
* @throws OciError when an error occurs
|
|
2965
|
-
* @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.31.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
2966
2975
|
*/
|
|
2967
2976
|
updateHeatWaveCluster(updateHeatWaveClusterRequest) {
|
|
2968
2977
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3129,7 +3138,7 @@ class MysqlaasClient {
|
|
|
3129
3138
|
* @param CreateConfigurationRequest
|
|
3130
3139
|
* @return CreateConfigurationResponse
|
|
3131
3140
|
* @throws OciError when an error occurs
|
|
3132
|
-
* @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.31.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
3133
3142
|
*/
|
|
3134
3143
|
createConfiguration(createConfigurationRequest) {
|
|
3135
3144
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3204,7 +3213,7 @@ class MysqlaasClient {
|
|
|
3204
3213
|
* @param DeleteConfigurationRequest
|
|
3205
3214
|
* @return DeleteConfigurationResponse
|
|
3206
3215
|
* @throws OciError when an error occurs
|
|
3207
|
-
* @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.31.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
3208
3217
|
*/
|
|
3209
3218
|
deleteConfiguration(deleteConfigurationRequest) {
|
|
3210
3219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3260,7 +3269,7 @@ class MysqlaasClient {
|
|
|
3260
3269
|
* @param GetConfigurationRequest
|
|
3261
3270
|
* @return GetConfigurationResponse
|
|
3262
3271
|
* @throws OciError when an error occurs
|
|
3263
|
-
* @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.31.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
3264
3273
|
*/
|
|
3265
3274
|
getConfiguration(getConfigurationRequest) {
|
|
3266
3275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3332,7 +3341,7 @@ class MysqlaasClient {
|
|
|
3332
3341
|
* @param ListConfigurationsRequest
|
|
3333
3342
|
* @return ListConfigurationsResponse
|
|
3334
3343
|
* @throws OciError when an error occurs
|
|
3335
|
-
* @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.31.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
3336
3345
|
*/
|
|
3337
3346
|
listConfigurations(listConfigurationsRequest) {
|
|
3338
3347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3448,7 +3457,7 @@ class MysqlaasClient {
|
|
|
3448
3457
|
* @param ListShapesRequest
|
|
3449
3458
|
* @return ListShapesResponse
|
|
3450
3459
|
* @throws OciError when an error occurs
|
|
3451
|
-
* @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.31.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
3452
3461
|
*/
|
|
3453
3462
|
listShapes(listShapesRequest) {
|
|
3454
3463
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3512,7 +3521,7 @@ class MysqlaasClient {
|
|
|
3512
3521
|
* @param ListVersionsRequest
|
|
3513
3522
|
* @return ListVersionsResponse
|
|
3514
3523
|
* @throws OciError when an error occurs
|
|
3515
|
-
* @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.31.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
3516
3525
|
*/
|
|
3517
3526
|
listVersions(listVersionsRequest) {
|
|
3518
3527
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3570,7 +3579,7 @@ class MysqlaasClient {
|
|
|
3570
3579
|
* @param UpdateConfigurationRequest
|
|
3571
3580
|
* @return UpdateConfigurationResponse
|
|
3572
3581
|
* @throws OciError when an error occurs
|
|
3573
|
-
* @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.31.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
3574
3583
|
*/
|
|
3575
3584
|
updateConfiguration(updateConfigurationRequest) {
|
|
3576
3585
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3741,7 +3750,7 @@ class WorkRequestsClient {
|
|
|
3741
3750
|
* @param GetWorkRequestRequest
|
|
3742
3751
|
* @return GetWorkRequestResponse
|
|
3743
3752
|
* @throws OciError when an error occurs
|
|
3744
|
-
* @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.31.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3745
3754
|
*/
|
|
3746
3755
|
getWorkRequest(getWorkRequestRequest) {
|
|
3747
3756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3811,7 +3820,7 @@ class WorkRequestsClient {
|
|
|
3811
3820
|
* @param ListWorkRequestErrorsRequest
|
|
3812
3821
|
* @return ListWorkRequestErrorsResponse
|
|
3813
3822
|
* @throws OciError when an error occurs
|
|
3814
|
-
* @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.31.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3815
3824
|
*/
|
|
3816
3825
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3817
3826
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3918,7 +3927,7 @@ class WorkRequestsClient {
|
|
|
3918
3927
|
* @param ListWorkRequestLogsRequest
|
|
3919
3928
|
* @return ListWorkRequestLogsResponse
|
|
3920
3929
|
* @throws OciError when an error occurs
|
|
3921
|
-
* @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.31.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3922
3931
|
*/
|
|
3923
3932
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3924
3933
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4025,7 +4034,7 @@ class WorkRequestsClient {
|
|
|
4025
4034
|
* @param ListWorkRequestsRequest
|
|
4026
4035
|
* @return ListWorkRequestsResponse
|
|
4027
4036
|
* @throws OciError when an error occurs
|
|
4028
|
-
* @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.31.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4029
4038
|
*/
|
|
4030
4039
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4031
4040
|
return __awaiter(this, void 0, void 0, function* () {
|