oci-mysql 2.19.0 → 2.22.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/model/create-db-system-source-import-from-url-details.d.ts +5 -1
- package/lib/model/create-db-system-source-import-from-url-details.js.map +1 -1
- package/lib/model/update-db-system-details.d.ts +5 -3
- package/lib/model/update-db-system-details.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/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -79,7 +79,7 @@ export declare class ChannelsClient {
|
|
|
79
79
|
* @param CreateChannelRequest
|
|
80
80
|
* @return CreateChannelResponse
|
|
81
81
|
* @throws OciError when an error occurs
|
|
82
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
82
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
83
83
|
*/
|
|
84
84
|
createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
|
|
85
85
|
/**
|
|
@@ -88,7 +88,7 @@ export declare class ChannelsClient {
|
|
|
88
88
|
* @param DeleteChannelRequest
|
|
89
89
|
* @return DeleteChannelResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
92
92
|
*/
|
|
93
93
|
deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
|
|
94
94
|
/**
|
|
@@ -100,7 +100,7 @@ export declare class ChannelsClient {
|
|
|
100
100
|
* @param GetChannelRequest
|
|
101
101
|
* @return GetChannelResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
104
104
|
*/
|
|
105
105
|
getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
|
|
106
106
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class ChannelsClient {
|
|
|
109
109
|
* @param ListChannelsRequest
|
|
110
110
|
* @return ListChannelsResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
113
113
|
*/
|
|
114
114
|
listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
|
|
115
115
|
/**
|
|
@@ -152,7 +152,7 @@ export declare class ChannelsClient {
|
|
|
152
152
|
* @param ResetChannelRequest
|
|
153
153
|
* @return ResetChannelResponse
|
|
154
154
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
156
156
|
*/
|
|
157
157
|
resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
|
|
158
158
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class ChannelsClient {
|
|
|
164
164
|
* @param ResumeChannelRequest
|
|
165
165
|
* @return ResumeChannelResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
168
168
|
*/
|
|
169
169
|
resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
|
|
170
170
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class ChannelsClient {
|
|
|
177
177
|
* @param UpdateChannelRequest
|
|
178
178
|
* @return UpdateChannelResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
181
181
|
*/
|
|
182
182
|
updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
|
|
183
183
|
}
|
|
@@ -242,7 +242,7 @@ export declare class DbBackupsClient {
|
|
|
242
242
|
* @param ChangeBackupCompartmentRequest
|
|
243
243
|
* @return ChangeBackupCompartmentResponse
|
|
244
244
|
* @throws OciError when an error occurs
|
|
245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
246
246
|
*/
|
|
247
247
|
changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
|
|
248
248
|
/**
|
|
@@ -252,7 +252,7 @@ export declare class DbBackupsClient {
|
|
|
252
252
|
* @param CreateBackupRequest
|
|
253
253
|
* @return CreateBackupResponse
|
|
254
254
|
* @throws OciError when an error occurs
|
|
255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
255
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
256
256
|
*/
|
|
257
257
|
createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
|
|
258
258
|
/**
|
|
@@ -262,7 +262,7 @@ export declare class DbBackupsClient {
|
|
|
262
262
|
* @param DeleteBackupRequest
|
|
263
263
|
* @return DeleteBackupResponse
|
|
264
264
|
* @throws OciError when an error occurs
|
|
265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
266
266
|
*/
|
|
267
267
|
deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
|
|
268
268
|
/**
|
|
@@ -271,7 +271,7 @@ export declare class DbBackupsClient {
|
|
|
271
271
|
* @param GetBackupRequest
|
|
272
272
|
* @return GetBackupResponse
|
|
273
273
|
* @throws OciError when an error occurs
|
|
274
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
274
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
275
275
|
*/
|
|
276
276
|
getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
|
|
277
277
|
/**
|
|
@@ -281,7 +281,7 @@ export declare class DbBackupsClient {
|
|
|
281
281
|
* @param ListBackupsRequest
|
|
282
282
|
* @return ListBackupsResponse
|
|
283
283
|
* @throws OciError when an error occurs
|
|
284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
285
285
|
*/
|
|
286
286
|
listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
|
|
287
287
|
/**
|
|
@@ -322,7 +322,7 @@ export declare class DbBackupsClient {
|
|
|
322
322
|
* @param UpdateBackupRequest
|
|
323
323
|
* @return UpdateBackupResponse
|
|
324
324
|
* @throws OciError when an error occurs
|
|
325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
326
326
|
*/
|
|
327
327
|
updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
|
|
328
328
|
}
|
|
@@ -387,7 +387,7 @@ export declare class DbSystemClient {
|
|
|
387
387
|
* @param AddAnalyticsClusterRequest
|
|
388
388
|
* @return AddAnalyticsClusterResponse
|
|
389
389
|
* @throws OciError when an error occurs
|
|
390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
|
|
391
391
|
*/
|
|
392
392
|
addAnalyticsCluster(addAnalyticsClusterRequest: requests.AddAnalyticsClusterRequest): Promise<responses.AddAnalyticsClusterResponse>;
|
|
393
393
|
/**
|
|
@@ -397,7 +397,7 @@ export declare class DbSystemClient {
|
|
|
397
397
|
* @param AddHeatWaveClusterRequest
|
|
398
398
|
* @return AddHeatWaveClusterResponse
|
|
399
399
|
* @throws OciError when an error occurs
|
|
400
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
400
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
401
401
|
*/
|
|
402
402
|
addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
|
|
403
403
|
/**
|
|
@@ -407,7 +407,7 @@ export declare class DbSystemClient {
|
|
|
407
407
|
* @param CreateDbSystemRequest
|
|
408
408
|
* @return CreateDbSystemResponse
|
|
409
409
|
* @throws OciError when an error occurs
|
|
410
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
411
411
|
*/
|
|
412
412
|
createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
|
|
413
413
|
/**
|
|
@@ -419,7 +419,7 @@ export declare class DbSystemClient {
|
|
|
419
419
|
* @param DeleteAnalyticsClusterRequest
|
|
420
420
|
* @return DeleteAnalyticsClusterResponse
|
|
421
421
|
* @throws OciError when an error occurs
|
|
422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
422
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
|
|
423
423
|
*/
|
|
424
424
|
deleteAnalyticsCluster(deleteAnalyticsClusterRequest: requests.DeleteAnalyticsClusterRequest): Promise<responses.DeleteAnalyticsClusterResponse>;
|
|
425
425
|
/**
|
|
@@ -430,7 +430,7 @@ export declare class DbSystemClient {
|
|
|
430
430
|
* @param DeleteDbSystemRequest
|
|
431
431
|
* @return DeleteDbSystemResponse
|
|
432
432
|
* @throws OciError when an error occurs
|
|
433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
433
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
434
434
|
*/
|
|
435
435
|
deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
|
|
436
436
|
/**
|
|
@@ -441,7 +441,7 @@ export declare class DbSystemClient {
|
|
|
441
441
|
* @param DeleteHeatWaveClusterRequest
|
|
442
442
|
* @return DeleteHeatWaveClusterResponse
|
|
443
443
|
* @throws OciError when an error occurs
|
|
444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
445
445
|
*/
|
|
446
446
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
|
|
447
447
|
/**
|
|
@@ -452,7 +452,7 @@ export declare class DbSystemClient {
|
|
|
452
452
|
* @param GenerateAnalyticsClusterMemoryEstimateRequest
|
|
453
453
|
* @return GenerateAnalyticsClusterMemoryEstimateResponse
|
|
454
454
|
* @throws OciError when an error occurs
|
|
455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
|
|
456
456
|
*/
|
|
457
457
|
generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest: requests.GenerateAnalyticsClusterMemoryEstimateRequest): Promise<responses.GenerateAnalyticsClusterMemoryEstimateResponse>;
|
|
458
458
|
/**
|
|
@@ -462,7 +462,7 @@ export declare class DbSystemClient {
|
|
|
462
462
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
463
463
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
464
464
|
* @throws OciError when an error occurs
|
|
465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
465
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
466
466
|
*/
|
|
467
467
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
|
|
468
468
|
/**
|
|
@@ -473,7 +473,7 @@ export declare class DbSystemClient {
|
|
|
473
473
|
* @param GetAnalyticsClusterRequest
|
|
474
474
|
* @return GetAnalyticsClusterResponse
|
|
475
475
|
* @throws OciError when an error occurs
|
|
476
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
476
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
|
|
477
477
|
*/
|
|
478
478
|
getAnalyticsCluster(getAnalyticsClusterRequest: requests.GetAnalyticsClusterRequest): Promise<responses.GetAnalyticsClusterResponse>;
|
|
479
479
|
/**
|
|
@@ -485,7 +485,7 @@ export declare class DbSystemClient {
|
|
|
485
485
|
* @param GetAnalyticsClusterMemoryEstimateRequest
|
|
486
486
|
* @return GetAnalyticsClusterMemoryEstimateResponse
|
|
487
487
|
* @throws OciError when an error occurs
|
|
488
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
|
|
489
489
|
*/
|
|
490
490
|
getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest: requests.GetAnalyticsClusterMemoryEstimateRequest): Promise<responses.GetAnalyticsClusterMemoryEstimateResponse>;
|
|
491
491
|
/**
|
|
@@ -494,7 +494,7 @@ export declare class DbSystemClient {
|
|
|
494
494
|
* @param GetDbSystemRequest
|
|
495
495
|
* @return GetDbSystemResponse
|
|
496
496
|
* @throws OciError when an error occurs
|
|
497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
497
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
498
498
|
*/
|
|
499
499
|
getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
|
|
500
500
|
/**
|
|
@@ -503,7 +503,7 @@ export declare class DbSystemClient {
|
|
|
503
503
|
* @param GetHeatWaveClusterRequest
|
|
504
504
|
* @return GetHeatWaveClusterResponse
|
|
505
505
|
* @throws OciError when an error occurs
|
|
506
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
506
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
507
507
|
*/
|
|
508
508
|
getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
|
|
509
509
|
/**
|
|
@@ -514,7 +514,7 @@ export declare class DbSystemClient {
|
|
|
514
514
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
515
515
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
516
516
|
* @throws OciError when an error occurs
|
|
517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
518
518
|
*/
|
|
519
519
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
|
|
520
520
|
/**
|
|
@@ -525,7 +525,7 @@ export declare class DbSystemClient {
|
|
|
525
525
|
* @param ListDbSystemsRequest
|
|
526
526
|
* @return ListDbSystemsResponse
|
|
527
527
|
* @throws OciError when an error occurs
|
|
528
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
528
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
529
529
|
*/
|
|
530
530
|
listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
|
|
531
531
|
/**
|
|
@@ -568,7 +568,7 @@ export declare class DbSystemClient {
|
|
|
568
568
|
* @param RestartAnalyticsClusterRequest
|
|
569
569
|
* @return RestartAnalyticsClusterResponse
|
|
570
570
|
* @throws OciError when an error occurs
|
|
571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
571
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
|
|
572
572
|
*/
|
|
573
573
|
restartAnalyticsCluster(restartAnalyticsClusterRequest: requests.RestartAnalyticsClusterRequest): Promise<responses.RestartAnalyticsClusterResponse>;
|
|
574
574
|
/**
|
|
@@ -577,7 +577,7 @@ export declare class DbSystemClient {
|
|
|
577
577
|
* @param RestartDbSystemRequest
|
|
578
578
|
* @return RestartDbSystemResponse
|
|
579
579
|
* @throws OciError when an error occurs
|
|
580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
581
581
|
*/
|
|
582
582
|
restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
|
|
583
583
|
/**
|
|
@@ -586,7 +586,7 @@ export declare class DbSystemClient {
|
|
|
586
586
|
* @param RestartHeatWaveClusterRequest
|
|
587
587
|
* @return RestartHeatWaveClusterResponse
|
|
588
588
|
* @throws OciError when an error occurs
|
|
589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
590
590
|
*/
|
|
591
591
|
restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
|
|
592
592
|
/**
|
|
@@ -597,7 +597,7 @@ export declare class DbSystemClient {
|
|
|
597
597
|
* @param StartAnalyticsClusterRequest
|
|
598
598
|
* @return StartAnalyticsClusterResponse
|
|
599
599
|
* @throws OciError when an error occurs
|
|
600
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
600
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
|
|
601
601
|
*/
|
|
602
602
|
startAnalyticsCluster(startAnalyticsClusterRequest: requests.StartAnalyticsClusterRequest): Promise<responses.StartAnalyticsClusterResponse>;
|
|
603
603
|
/**
|
|
@@ -606,7 +606,7 @@ export declare class DbSystemClient {
|
|
|
606
606
|
* @param StartDbSystemRequest
|
|
607
607
|
* @return StartDbSystemResponse
|
|
608
608
|
* @throws OciError when an error occurs
|
|
609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
610
610
|
*/
|
|
611
611
|
startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
|
|
612
612
|
/**
|
|
@@ -615,7 +615,7 @@ export declare class DbSystemClient {
|
|
|
615
615
|
* @param StartHeatWaveClusterRequest
|
|
616
616
|
* @return StartHeatWaveClusterResponse
|
|
617
617
|
* @throws OciError when an error occurs
|
|
618
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
619
619
|
*/
|
|
620
620
|
startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
|
|
621
621
|
/**
|
|
@@ -626,7 +626,7 @@ export declare class DbSystemClient {
|
|
|
626
626
|
* @param StopAnalyticsClusterRequest
|
|
627
627
|
* @return StopAnalyticsClusterResponse
|
|
628
628
|
* @throws OciError when an error occurs
|
|
629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
|
|
630
630
|
*/
|
|
631
631
|
stopAnalyticsCluster(stopAnalyticsClusterRequest: requests.StopAnalyticsClusterRequest): Promise<responses.StopAnalyticsClusterResponse>;
|
|
632
632
|
/**
|
|
@@ -638,7 +638,7 @@ export declare class DbSystemClient {
|
|
|
638
638
|
* @param StopDbSystemRequest
|
|
639
639
|
* @return StopDbSystemResponse
|
|
640
640
|
* @throws OciError when an error occurs
|
|
641
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
642
642
|
*/
|
|
643
643
|
stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
|
|
644
644
|
/**
|
|
@@ -647,7 +647,7 @@ export declare class DbSystemClient {
|
|
|
647
647
|
* @param StopHeatWaveClusterRequest
|
|
648
648
|
* @return StopHeatWaveClusterResponse
|
|
649
649
|
* @throws OciError when an error occurs
|
|
650
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
651
651
|
*/
|
|
652
652
|
stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
|
|
653
653
|
/**
|
|
@@ -658,7 +658,7 @@ export declare class DbSystemClient {
|
|
|
658
658
|
* @param UpdateAnalyticsClusterRequest
|
|
659
659
|
* @return UpdateAnalyticsClusterResponse
|
|
660
660
|
* @throws OciError when an error occurs
|
|
661
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
|
|
662
662
|
*/
|
|
663
663
|
updateAnalyticsCluster(updateAnalyticsClusterRequest: requests.UpdateAnalyticsClusterRequest): Promise<responses.UpdateAnalyticsClusterResponse>;
|
|
664
664
|
/**
|
|
@@ -675,7 +675,7 @@ export declare class DbSystemClient {
|
|
|
675
675
|
* @param UpdateDbSystemRequest
|
|
676
676
|
* @return UpdateDbSystemResponse
|
|
677
677
|
* @throws OciError when an error occurs
|
|
678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
678
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
679
679
|
*/
|
|
680
680
|
updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
|
|
681
681
|
/**
|
|
@@ -685,7 +685,7 @@ export declare class DbSystemClient {
|
|
|
685
685
|
* @param UpdateHeatWaveClusterRequest
|
|
686
686
|
* @return UpdateHeatWaveClusterResponse
|
|
687
687
|
* @throws OciError when an error occurs
|
|
688
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
688
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
689
689
|
*/
|
|
690
690
|
updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
|
|
691
691
|
}
|
|
@@ -748,7 +748,7 @@ export declare class MysqlaasClient {
|
|
|
748
748
|
* @param CreateConfigurationRequest
|
|
749
749
|
* @return CreateConfigurationResponse
|
|
750
750
|
* @throws OciError when an error occurs
|
|
751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
751
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
752
752
|
*/
|
|
753
753
|
createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
|
|
754
754
|
/**
|
|
@@ -759,7 +759,7 @@ export declare class MysqlaasClient {
|
|
|
759
759
|
* @param DeleteConfigurationRequest
|
|
760
760
|
* @return DeleteConfigurationResponse
|
|
761
761
|
* @throws OciError when an error occurs
|
|
762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
763
763
|
*/
|
|
764
764
|
deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
|
|
765
765
|
/**
|
|
@@ -769,7 +769,7 @@ export declare class MysqlaasClient {
|
|
|
769
769
|
* @param GetConfigurationRequest
|
|
770
770
|
* @return GetConfigurationResponse
|
|
771
771
|
* @throws OciError when an error occurs
|
|
772
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
773
773
|
*/
|
|
774
774
|
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
775
775
|
/**
|
|
@@ -786,7 +786,7 @@ export declare class MysqlaasClient {
|
|
|
786
786
|
* @param ListConfigurationsRequest
|
|
787
787
|
* @return ListConfigurationsResponse
|
|
788
788
|
* @throws OciError when an error occurs
|
|
789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
790
790
|
*/
|
|
791
791
|
listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
|
|
792
792
|
/**
|
|
@@ -831,7 +831,7 @@ export declare class MysqlaasClient {
|
|
|
831
831
|
* @param ListShapesRequest
|
|
832
832
|
* @return ListShapesResponse
|
|
833
833
|
* @throws OciError when an error occurs
|
|
834
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
834
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
835
835
|
*/
|
|
836
836
|
listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
|
|
837
837
|
/**
|
|
@@ -843,7 +843,7 @@ export declare class MysqlaasClient {
|
|
|
843
843
|
* @param ListVersionsRequest
|
|
844
844
|
* @return ListVersionsResponse
|
|
845
845
|
* @throws OciError when an error occurs
|
|
846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
847
847
|
*/
|
|
848
848
|
listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
|
|
849
849
|
/**
|
|
@@ -852,7 +852,7 @@ export declare class MysqlaasClient {
|
|
|
852
852
|
* @param UpdateConfigurationRequest
|
|
853
853
|
* @return UpdateConfigurationResponse
|
|
854
854
|
* @throws OciError when an error occurs
|
|
855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
855
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
856
856
|
*/
|
|
857
857
|
updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
|
|
858
858
|
}
|
|
@@ -915,7 +915,7 @@ export declare class WorkRequestsClient {
|
|
|
915
915
|
* @param GetWorkRequestRequest
|
|
916
916
|
* @return GetWorkRequestResponse
|
|
917
917
|
* @throws OciError when an error occurs
|
|
918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
919
919
|
*/
|
|
920
920
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
921
921
|
/**
|
|
@@ -925,7 +925,7 @@ export declare class WorkRequestsClient {
|
|
|
925
925
|
* @param ListWorkRequestErrorsRequest
|
|
926
926
|
* @return ListWorkRequestErrorsResponse
|
|
927
927
|
* @throws OciError when an error occurs
|
|
928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
929
929
|
*/
|
|
930
930
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
931
931
|
/**
|
|
@@ -967,7 +967,7 @@ export declare class WorkRequestsClient {
|
|
|
967
967
|
* @param ListWorkRequestLogsRequest
|
|
968
968
|
* @return ListWorkRequestLogsResponse
|
|
969
969
|
* @throws OciError when an error occurs
|
|
970
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
970
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
971
971
|
*/
|
|
972
972
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
973
973
|
/**
|
|
@@ -1009,7 +1009,7 @@ export declare class WorkRequestsClient {
|
|
|
1009
1009
|
* @param ListWorkRequestsRequest
|
|
1010
1010
|
* @return ListWorkRequestsResponse
|
|
1011
1011
|
* @throws OciError when an error occurs
|
|
1012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1013
1013
|
*/
|
|
1014
1014
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1015
1015
|
/**
|