oci-mysql 2.67.0 → 2.68.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 +61 -55
- package/lib/client.js +85 -61
- 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/create-replica-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/delete-replica-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-replica-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-replicas-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/request/update-replica-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export declare class ChannelsClient {
|
|
|
35
35
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
36
36
|
protected _circuitBreaker: null;
|
|
37
37
|
protected _httpOptions: any;
|
|
38
|
+
protected _bodyDuplexMode: any;
|
|
38
39
|
targetService: string;
|
|
39
40
|
protected _regionId: string;
|
|
40
41
|
protected "_region": common.Region;
|
|
@@ -92,7 +93,7 @@ export declare class ChannelsClient {
|
|
|
92
93
|
* @param CreateChannelRequest
|
|
93
94
|
* @return CreateChannelResponse
|
|
94
95
|
* @throws OciError when an error occurs
|
|
95
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
96
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
96
97
|
*/
|
|
97
98
|
createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
|
|
98
99
|
/**
|
|
@@ -101,7 +102,7 @@ export declare class ChannelsClient {
|
|
|
101
102
|
* @param DeleteChannelRequest
|
|
102
103
|
* @return DeleteChannelResponse
|
|
103
104
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
105
106
|
*/
|
|
106
107
|
deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
|
|
107
108
|
/**
|
|
@@ -113,7 +114,7 @@ export declare class ChannelsClient {
|
|
|
113
114
|
* @param GetChannelRequest
|
|
114
115
|
* @return GetChannelResponse
|
|
115
116
|
* @throws OciError when an error occurs
|
|
116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
117
118
|
*/
|
|
118
119
|
getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
|
|
119
120
|
/**
|
|
@@ -122,7 +123,7 @@ export declare class ChannelsClient {
|
|
|
122
123
|
* @param ListChannelsRequest
|
|
123
124
|
* @return ListChannelsResponse
|
|
124
125
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
126
127
|
*/
|
|
127
128
|
listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
|
|
128
129
|
/**
|
|
@@ -165,7 +166,7 @@ export declare class ChannelsClient {
|
|
|
165
166
|
* @param ResetChannelRequest
|
|
166
167
|
* @return ResetChannelResponse
|
|
167
168
|
* @throws OciError when an error occurs
|
|
168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
169
170
|
*/
|
|
170
171
|
resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
|
|
171
172
|
/**
|
|
@@ -177,7 +178,7 @@ export declare class ChannelsClient {
|
|
|
177
178
|
* @param ResumeChannelRequest
|
|
178
179
|
* @return ResumeChannelResponse
|
|
179
180
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
181
182
|
*/
|
|
182
183
|
resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
|
|
183
184
|
/**
|
|
@@ -190,7 +191,7 @@ export declare class ChannelsClient {
|
|
|
190
191
|
* @param UpdateChannelRequest
|
|
191
192
|
* @return UpdateChannelResponse
|
|
192
193
|
* @throws OciError when an error occurs
|
|
193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
194
195
|
*/
|
|
195
196
|
updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
|
|
196
197
|
}
|
|
@@ -209,6 +210,7 @@ export declare class DbBackupsClient {
|
|
|
209
210
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
210
211
|
protected _circuitBreaker: null;
|
|
211
212
|
protected _httpOptions: any;
|
|
213
|
+
protected _bodyDuplexMode: any;
|
|
212
214
|
targetService: string;
|
|
213
215
|
protected _regionId: string;
|
|
214
216
|
protected "_region": common.Region;
|
|
@@ -267,7 +269,7 @@ export declare class DbBackupsClient {
|
|
|
267
269
|
* @param ChangeBackupCompartmentRequest
|
|
268
270
|
* @return ChangeBackupCompartmentResponse
|
|
269
271
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
271
273
|
*/
|
|
272
274
|
changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
|
|
273
275
|
/**
|
|
@@ -277,7 +279,7 @@ export declare class DbBackupsClient {
|
|
|
277
279
|
* @param CreateBackupRequest
|
|
278
280
|
* @return CreateBackupResponse
|
|
279
281
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
281
283
|
*/
|
|
282
284
|
createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
|
|
283
285
|
/**
|
|
@@ -287,7 +289,7 @@ export declare class DbBackupsClient {
|
|
|
287
289
|
* @param DeleteBackupRequest
|
|
288
290
|
* @return DeleteBackupResponse
|
|
289
291
|
* @throws OciError when an error occurs
|
|
290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
292
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
291
293
|
*/
|
|
292
294
|
deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
|
|
293
295
|
/**
|
|
@@ -296,7 +298,7 @@ export declare class DbBackupsClient {
|
|
|
296
298
|
* @param GetBackupRequest
|
|
297
299
|
* @return GetBackupResponse
|
|
298
300
|
* @throws OciError when an error occurs
|
|
299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
300
302
|
*/
|
|
301
303
|
getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
|
|
302
304
|
/**
|
|
@@ -306,7 +308,7 @@ export declare class DbBackupsClient {
|
|
|
306
308
|
* @param ListBackupsRequest
|
|
307
309
|
* @return ListBackupsResponse
|
|
308
310
|
* @throws OciError when an error occurs
|
|
309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
310
312
|
*/
|
|
311
313
|
listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
|
|
312
314
|
/**
|
|
@@ -347,7 +349,7 @@ export declare class DbBackupsClient {
|
|
|
347
349
|
* @param UpdateBackupRequest
|
|
348
350
|
* @return UpdateBackupResponse
|
|
349
351
|
* @throws OciError when an error occurs
|
|
350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
351
353
|
*/
|
|
352
354
|
updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
|
|
353
355
|
}
|
|
@@ -366,6 +368,7 @@ export declare class DbSystemClient {
|
|
|
366
368
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
367
369
|
protected _circuitBreaker: null;
|
|
368
370
|
protected _httpOptions: any;
|
|
371
|
+
protected _bodyDuplexMode: any;
|
|
369
372
|
targetService: string;
|
|
370
373
|
protected _regionId: string;
|
|
371
374
|
protected "_region": common.Region;
|
|
@@ -424,7 +427,7 @@ export declare class DbSystemClient {
|
|
|
424
427
|
* @param AddAnalyticsClusterRequest
|
|
425
428
|
* @return AddAnalyticsClusterResponse
|
|
426
429
|
* @throws OciError when an error occurs
|
|
427
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
|
|
428
431
|
*/
|
|
429
432
|
addAnalyticsCluster(addAnalyticsClusterRequest: requests.AddAnalyticsClusterRequest): Promise<responses.AddAnalyticsClusterResponse>;
|
|
430
433
|
/**
|
|
@@ -434,7 +437,7 @@ export declare class DbSystemClient {
|
|
|
434
437
|
* @param AddHeatWaveClusterRequest
|
|
435
438
|
* @return AddHeatWaveClusterResponse
|
|
436
439
|
* @throws OciError when an error occurs
|
|
437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
438
441
|
*/
|
|
439
442
|
addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
|
|
440
443
|
/**
|
|
@@ -444,7 +447,7 @@ export declare class DbSystemClient {
|
|
|
444
447
|
* @param CreateDbSystemRequest
|
|
445
448
|
* @return CreateDbSystemResponse
|
|
446
449
|
* @throws OciError when an error occurs
|
|
447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
448
451
|
*/
|
|
449
452
|
createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
|
|
450
453
|
/**
|
|
@@ -456,7 +459,7 @@ export declare class DbSystemClient {
|
|
|
456
459
|
* @param DeleteAnalyticsClusterRequest
|
|
457
460
|
* @return DeleteAnalyticsClusterResponse
|
|
458
461
|
* @throws OciError when an error occurs
|
|
459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
|
|
460
463
|
*/
|
|
461
464
|
deleteAnalyticsCluster(deleteAnalyticsClusterRequest: requests.DeleteAnalyticsClusterRequest): Promise<responses.DeleteAnalyticsClusterResponse>;
|
|
462
465
|
/**
|
|
@@ -467,7 +470,7 @@ export declare class DbSystemClient {
|
|
|
467
470
|
* @param DeleteDbSystemRequest
|
|
468
471
|
* @return DeleteDbSystemResponse
|
|
469
472
|
* @throws OciError when an error occurs
|
|
470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
471
474
|
*/
|
|
472
475
|
deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
|
|
473
476
|
/**
|
|
@@ -478,7 +481,7 @@ export declare class DbSystemClient {
|
|
|
478
481
|
* @param DeleteHeatWaveClusterRequest
|
|
479
482
|
* @return DeleteHeatWaveClusterResponse
|
|
480
483
|
* @throws OciError when an error occurs
|
|
481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
482
485
|
*/
|
|
483
486
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
|
|
484
487
|
/**
|
|
@@ -489,7 +492,7 @@ export declare class DbSystemClient {
|
|
|
489
492
|
* @param GenerateAnalyticsClusterMemoryEstimateRequest
|
|
490
493
|
* @return GenerateAnalyticsClusterMemoryEstimateResponse
|
|
491
494
|
* @throws OciError when an error occurs
|
|
492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
|
|
493
496
|
*/
|
|
494
497
|
generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest: requests.GenerateAnalyticsClusterMemoryEstimateRequest): Promise<responses.GenerateAnalyticsClusterMemoryEstimateResponse>;
|
|
495
498
|
/**
|
|
@@ -499,7 +502,7 @@ export declare class DbSystemClient {
|
|
|
499
502
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
500
503
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
501
504
|
* @throws OciError when an error occurs
|
|
502
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
503
506
|
*/
|
|
504
507
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
|
|
505
508
|
/**
|
|
@@ -510,7 +513,7 @@ export declare class DbSystemClient {
|
|
|
510
513
|
* @param GetAnalyticsClusterRequest
|
|
511
514
|
* @return GetAnalyticsClusterResponse
|
|
512
515
|
* @throws OciError when an error occurs
|
|
513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
|
|
514
517
|
*/
|
|
515
518
|
getAnalyticsCluster(getAnalyticsClusterRequest: requests.GetAnalyticsClusterRequest): Promise<responses.GetAnalyticsClusterResponse>;
|
|
516
519
|
/**
|
|
@@ -522,7 +525,7 @@ export declare class DbSystemClient {
|
|
|
522
525
|
* @param GetAnalyticsClusterMemoryEstimateRequest
|
|
523
526
|
* @return GetAnalyticsClusterMemoryEstimateResponse
|
|
524
527
|
* @throws OciError when an error occurs
|
|
525
|
-
* @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.68.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
|
|
526
529
|
*/
|
|
527
530
|
getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest: requests.GetAnalyticsClusterMemoryEstimateRequest): Promise<responses.GetAnalyticsClusterMemoryEstimateResponse>;
|
|
528
531
|
/**
|
|
@@ -531,7 +534,7 @@ export declare class DbSystemClient {
|
|
|
531
534
|
* @param GetDbSystemRequest
|
|
532
535
|
* @return GetDbSystemResponse
|
|
533
536
|
* @throws OciError when an error occurs
|
|
534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
535
538
|
*/
|
|
536
539
|
getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
|
|
537
540
|
/**
|
|
@@ -540,7 +543,7 @@ export declare class DbSystemClient {
|
|
|
540
543
|
* @param GetHeatWaveClusterRequest
|
|
541
544
|
* @return GetHeatWaveClusterResponse
|
|
542
545
|
* @throws OciError when an error occurs
|
|
543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
544
547
|
*/
|
|
545
548
|
getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
|
|
546
549
|
/**
|
|
@@ -551,7 +554,7 @@ export declare class DbSystemClient {
|
|
|
551
554
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
552
555
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
553
556
|
* @throws OciError when an error occurs
|
|
554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
555
558
|
*/
|
|
556
559
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
|
|
557
560
|
/**
|
|
@@ -562,7 +565,7 @@ export declare class DbSystemClient {
|
|
|
562
565
|
* @param ListDbSystemsRequest
|
|
563
566
|
* @return ListDbSystemsResponse
|
|
564
567
|
* @throws OciError when an error occurs
|
|
565
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
566
569
|
*/
|
|
567
570
|
listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
|
|
568
571
|
/**
|
|
@@ -605,7 +608,7 @@ export declare class DbSystemClient {
|
|
|
605
608
|
* @param RestartAnalyticsClusterRequest
|
|
606
609
|
* @return RestartAnalyticsClusterResponse
|
|
607
610
|
* @throws OciError when an error occurs
|
|
608
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
|
|
609
612
|
*/
|
|
610
613
|
restartAnalyticsCluster(restartAnalyticsClusterRequest: requests.RestartAnalyticsClusterRequest): Promise<responses.RestartAnalyticsClusterResponse>;
|
|
611
614
|
/**
|
|
@@ -614,7 +617,7 @@ export declare class DbSystemClient {
|
|
|
614
617
|
* @param RestartDbSystemRequest
|
|
615
618
|
* @return RestartDbSystemResponse
|
|
616
619
|
* @throws OciError when an error occurs
|
|
617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
618
621
|
*/
|
|
619
622
|
restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
|
|
620
623
|
/**
|
|
@@ -623,7 +626,7 @@ export declare class DbSystemClient {
|
|
|
623
626
|
* @param RestartHeatWaveClusterRequest
|
|
624
627
|
* @return RestartHeatWaveClusterResponse
|
|
625
628
|
* @throws OciError when an error occurs
|
|
626
|
-
* @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.68.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
627
630
|
*/
|
|
628
631
|
restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
|
|
629
632
|
/**
|
|
@@ -634,7 +637,7 @@ export declare class DbSystemClient {
|
|
|
634
637
|
* @param StartAnalyticsClusterRequest
|
|
635
638
|
* @return StartAnalyticsClusterResponse
|
|
636
639
|
* @throws OciError when an error occurs
|
|
637
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
640
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
|
|
638
641
|
*/
|
|
639
642
|
startAnalyticsCluster(startAnalyticsClusterRequest: requests.StartAnalyticsClusterRequest): Promise<responses.StartAnalyticsClusterResponse>;
|
|
640
643
|
/**
|
|
@@ -643,7 +646,7 @@ export declare class DbSystemClient {
|
|
|
643
646
|
* @param StartDbSystemRequest
|
|
644
647
|
* @return StartDbSystemResponse
|
|
645
648
|
* @throws OciError when an error occurs
|
|
646
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
647
650
|
*/
|
|
648
651
|
startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
|
|
649
652
|
/**
|
|
@@ -652,7 +655,7 @@ export declare class DbSystemClient {
|
|
|
652
655
|
* @param StartHeatWaveClusterRequest
|
|
653
656
|
* @return StartHeatWaveClusterResponse
|
|
654
657
|
* @throws OciError when an error occurs
|
|
655
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
656
659
|
*/
|
|
657
660
|
startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
|
|
658
661
|
/**
|
|
@@ -663,7 +666,7 @@ export declare class DbSystemClient {
|
|
|
663
666
|
* @param StopAnalyticsClusterRequest
|
|
664
667
|
* @return StopAnalyticsClusterResponse
|
|
665
668
|
* @throws OciError when an error occurs
|
|
666
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
669
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
|
|
667
670
|
*/
|
|
668
671
|
stopAnalyticsCluster(stopAnalyticsClusterRequest: requests.StopAnalyticsClusterRequest): Promise<responses.StopAnalyticsClusterResponse>;
|
|
669
672
|
/**
|
|
@@ -675,7 +678,7 @@ export declare class DbSystemClient {
|
|
|
675
678
|
* @param StopDbSystemRequest
|
|
676
679
|
* @return StopDbSystemResponse
|
|
677
680
|
* @throws OciError when an error occurs
|
|
678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
681
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
679
682
|
*/
|
|
680
683
|
stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
|
|
681
684
|
/**
|
|
@@ -684,7 +687,7 @@ export declare class DbSystemClient {
|
|
|
684
687
|
* @param StopHeatWaveClusterRequest
|
|
685
688
|
* @return StopHeatWaveClusterResponse
|
|
686
689
|
* @throws OciError when an error occurs
|
|
687
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
688
691
|
*/
|
|
689
692
|
stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
|
|
690
693
|
/**
|
|
@@ -695,7 +698,7 @@ export declare class DbSystemClient {
|
|
|
695
698
|
* @param UpdateAnalyticsClusterRequest
|
|
696
699
|
* @return UpdateAnalyticsClusterResponse
|
|
697
700
|
* @throws OciError when an error occurs
|
|
698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
|
|
699
702
|
*/
|
|
700
703
|
updateAnalyticsCluster(updateAnalyticsClusterRequest: requests.UpdateAnalyticsClusterRequest): Promise<responses.UpdateAnalyticsClusterResponse>;
|
|
701
704
|
/**
|
|
@@ -712,7 +715,7 @@ export declare class DbSystemClient {
|
|
|
712
715
|
* @param UpdateDbSystemRequest
|
|
713
716
|
* @return UpdateDbSystemResponse
|
|
714
717
|
* @throws OciError when an error occurs
|
|
715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
716
719
|
*/
|
|
717
720
|
updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
|
|
718
721
|
/**
|
|
@@ -722,7 +725,7 @@ export declare class DbSystemClient {
|
|
|
722
725
|
* @param UpdateHeatWaveClusterRequest
|
|
723
726
|
* @return UpdateHeatWaveClusterResponse
|
|
724
727
|
* @throws OciError when an error occurs
|
|
725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
728
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
726
729
|
*/
|
|
727
730
|
updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
|
|
728
731
|
}
|
|
@@ -741,6 +744,7 @@ export declare class MysqlaasClient {
|
|
|
741
744
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
742
745
|
protected _circuitBreaker: null;
|
|
743
746
|
protected _httpOptions: any;
|
|
747
|
+
protected _bodyDuplexMode: any;
|
|
744
748
|
targetService: string;
|
|
745
749
|
protected _regionId: string;
|
|
746
750
|
protected "_region": common.Region;
|
|
@@ -797,7 +801,7 @@ export declare class MysqlaasClient {
|
|
|
797
801
|
* @param CreateConfigurationRequest
|
|
798
802
|
* @return CreateConfigurationResponse
|
|
799
803
|
* @throws OciError when an error occurs
|
|
800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
801
805
|
*/
|
|
802
806
|
createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
|
|
803
807
|
/**
|
|
@@ -808,7 +812,7 @@ export declare class MysqlaasClient {
|
|
|
808
812
|
* @param DeleteConfigurationRequest
|
|
809
813
|
* @return DeleteConfigurationResponse
|
|
810
814
|
* @throws OciError when an error occurs
|
|
811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
815
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
812
816
|
*/
|
|
813
817
|
deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
|
|
814
818
|
/**
|
|
@@ -818,7 +822,7 @@ export declare class MysqlaasClient {
|
|
|
818
822
|
* @param GetConfigurationRequest
|
|
819
823
|
* @return GetConfigurationResponse
|
|
820
824
|
* @throws OciError when an error occurs
|
|
821
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
825
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
822
826
|
*/
|
|
823
827
|
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
824
828
|
/**
|
|
@@ -835,7 +839,7 @@ export declare class MysqlaasClient {
|
|
|
835
839
|
* @param ListConfigurationsRequest
|
|
836
840
|
* @return ListConfigurationsResponse
|
|
837
841
|
* @throws OciError when an error occurs
|
|
838
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
842
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
839
843
|
*/
|
|
840
844
|
listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
|
|
841
845
|
/**
|
|
@@ -880,7 +884,7 @@ export declare class MysqlaasClient {
|
|
|
880
884
|
* @param ListShapesRequest
|
|
881
885
|
* @return ListShapesResponse
|
|
882
886
|
* @throws OciError when an error occurs
|
|
883
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
887
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
884
888
|
*/
|
|
885
889
|
listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
|
|
886
890
|
/**
|
|
@@ -892,7 +896,7 @@ export declare class MysqlaasClient {
|
|
|
892
896
|
* @param ListVersionsRequest
|
|
893
897
|
* @return ListVersionsResponse
|
|
894
898
|
* @throws OciError when an error occurs
|
|
895
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
899
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
896
900
|
*/
|
|
897
901
|
listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
|
|
898
902
|
/**
|
|
@@ -901,7 +905,7 @@ export declare class MysqlaasClient {
|
|
|
901
905
|
* @param UpdateConfigurationRequest
|
|
902
906
|
* @return UpdateConfigurationResponse
|
|
903
907
|
* @throws OciError when an error occurs
|
|
904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
908
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
905
909
|
*/
|
|
906
910
|
updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
|
|
907
911
|
}
|
|
@@ -920,6 +924,7 @@ export declare class ReplicasClient {
|
|
|
920
924
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
921
925
|
protected _circuitBreaker: null;
|
|
922
926
|
protected _httpOptions: any;
|
|
927
|
+
protected _bodyDuplexMode: any;
|
|
923
928
|
targetService: string;
|
|
924
929
|
protected _regionId: string;
|
|
925
930
|
protected "_region": common.Region;
|
|
@@ -976,7 +981,7 @@ export declare class ReplicasClient {
|
|
|
976
981
|
* @param CreateReplicaRequest
|
|
977
982
|
* @return CreateReplicaResponse
|
|
978
983
|
* @throws OciError when an error occurs
|
|
979
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
984
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
|
|
980
985
|
*/
|
|
981
986
|
createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
|
|
982
987
|
/**
|
|
@@ -985,7 +990,7 @@ export declare class ReplicasClient {
|
|
|
985
990
|
* @param DeleteReplicaRequest
|
|
986
991
|
* @return DeleteReplicaResponse
|
|
987
992
|
* @throws OciError when an error occurs
|
|
988
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
993
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
|
|
989
994
|
*/
|
|
990
995
|
deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
|
|
991
996
|
/**
|
|
@@ -994,7 +999,7 @@ export declare class ReplicasClient {
|
|
|
994
999
|
* @param GetReplicaRequest
|
|
995
1000
|
* @return GetReplicaResponse
|
|
996
1001
|
* @throws OciError when an error occurs
|
|
997
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1002
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
|
|
998
1003
|
*/
|
|
999
1004
|
getReplica(getReplicaRequest: requests.GetReplicaRequest): Promise<responses.GetReplicaResponse>;
|
|
1000
1005
|
/**
|
|
@@ -1003,7 +1008,7 @@ export declare class ReplicasClient {
|
|
|
1003
1008
|
* @param ListReplicasRequest
|
|
1004
1009
|
* @return ListReplicasResponse
|
|
1005
1010
|
* @throws OciError when an error occurs
|
|
1006
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
|
|
1007
1012
|
*/
|
|
1008
1013
|
listReplicas(listReplicasRequest: requests.ListReplicasRequest): Promise<responses.ListReplicasResponse>;
|
|
1009
1014
|
/**
|
|
@@ -1044,7 +1049,7 @@ export declare class ReplicasClient {
|
|
|
1044
1049
|
* @param UpdateReplicaRequest
|
|
1045
1050
|
* @return UpdateReplicaResponse
|
|
1046
1051
|
* @throws OciError when an error occurs
|
|
1047
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1052
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
|
|
1048
1053
|
*/
|
|
1049
1054
|
updateReplica(updateReplicaRequest: requests.UpdateReplicaRequest): Promise<responses.UpdateReplicaResponse>;
|
|
1050
1055
|
}
|
|
@@ -1063,6 +1068,7 @@ export declare class WorkRequestsClient {
|
|
|
1063
1068
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
1064
1069
|
protected _circuitBreaker: null;
|
|
1065
1070
|
protected _httpOptions: any;
|
|
1071
|
+
protected _bodyDuplexMode: any;
|
|
1066
1072
|
targetService: string;
|
|
1067
1073
|
protected _regionId: string;
|
|
1068
1074
|
protected "_region": common.Region;
|
|
@@ -1119,7 +1125,7 @@ export declare class WorkRequestsClient {
|
|
|
1119
1125
|
* @param GetWorkRequestRequest
|
|
1120
1126
|
* @return GetWorkRequestResponse
|
|
1121
1127
|
* @throws OciError when an error occurs
|
|
1122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1123
1129
|
*/
|
|
1124
1130
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
1125
1131
|
/**
|
|
@@ -1129,7 +1135,7 @@ export declare class WorkRequestsClient {
|
|
|
1129
1135
|
* @param ListWorkRequestErrorsRequest
|
|
1130
1136
|
* @return ListWorkRequestErrorsResponse
|
|
1131
1137
|
* @throws OciError when an error occurs
|
|
1132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1133
1139
|
*/
|
|
1134
1140
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
1135
1141
|
/**
|
|
@@ -1171,7 +1177,7 @@ export declare class WorkRequestsClient {
|
|
|
1171
1177
|
* @param ListWorkRequestLogsRequest
|
|
1172
1178
|
* @return ListWorkRequestLogsResponse
|
|
1173
1179
|
* @throws OciError when an error occurs
|
|
1174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1175
1181
|
*/
|
|
1176
1182
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
1177
1183
|
/**
|
|
@@ -1213,7 +1219,7 @@ export declare class WorkRequestsClient {
|
|
|
1213
1219
|
* @param ListWorkRequestsRequest
|
|
1214
1220
|
* @return ListWorkRequestsResponse
|
|
1215
1221
|
* @throws OciError when an error occurs
|
|
1216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1217
1223
|
*/
|
|
1218
1224
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1219
1225
|
/**
|