oci-mysql 2.22.0 → 2.26.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.
Files changed (62) hide show
  1. package/lib/client.d.ts +103 -98
  2. package/lib/client.js +176 -151
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/db-system-snapshot.d.ts +1 -2
  5. package/lib/model/db-system-snapshot.js.map +1 -1
  6. package/lib/model/db-system-summary.d.ts +1 -2
  7. package/lib/model/db-system-summary.js.map +1 -1
  8. package/lib/model/db-system.d.ts +1 -2
  9. package/lib/model/db-system.js.map +1 -1
  10. package/lib/model/update-db-system-details.d.ts +8 -4
  11. package/lib/model/update-db-system-details.js.map +1 -1
  12. package/lib/request/add-analytics-cluster-request.d.ts +1 -1
  13. package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
  14. package/lib/request/change-backup-compartment-request.d.ts +1 -1
  15. package/lib/request/create-backup-request.d.ts +1 -1
  16. package/lib/request/create-channel-request.d.ts +1 -1
  17. package/lib/request/create-configuration-request.d.ts +1 -1
  18. package/lib/request/create-db-system-request.d.ts +1 -1
  19. package/lib/request/delete-analytics-cluster-request.d.ts +1 -1
  20. package/lib/request/delete-backup-request.d.ts +1 -1
  21. package/lib/request/delete-channel-request.d.ts +1 -1
  22. package/lib/request/delete-configuration-request.d.ts +1 -1
  23. package/lib/request/delete-db-system-request.d.ts +1 -1
  24. package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
  25. package/lib/request/generate-analytics-cluster-memory-estimate-request.d.ts +1 -1
  26. package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  27. package/lib/request/get-analytics-cluster-memory-estimate-request.d.ts +1 -1
  28. package/lib/request/get-analytics-cluster-request.d.ts +1 -1
  29. package/lib/request/get-backup-request.d.ts +1 -1
  30. package/lib/request/get-channel-request.d.ts +1 -1
  31. package/lib/request/get-configuration-request.d.ts +1 -1
  32. package/lib/request/get-db-system-request.d.ts +1 -1
  33. package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  34. package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
  35. package/lib/request/get-work-request-request.d.ts +1 -1
  36. package/lib/request/list-backups-request.d.ts +1 -1
  37. package/lib/request/list-channels-request.d.ts +1 -1
  38. package/lib/request/list-configurations-request.d.ts +1 -1
  39. package/lib/request/list-db-systems-request.d.ts +1 -1
  40. package/lib/request/list-shapes-request.d.ts +1 -1
  41. package/lib/request/list-versions-request.d.ts +1 -1
  42. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  43. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  44. package/lib/request/list-work-requests-request.d.ts +1 -1
  45. package/lib/request/reset-channel-request.d.ts +1 -1
  46. package/lib/request/restart-analytics-cluster-request.d.ts +1 -1
  47. package/lib/request/restart-db-system-request.d.ts +1 -1
  48. package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
  49. package/lib/request/resume-channel-request.d.ts +1 -1
  50. package/lib/request/start-analytics-cluster-request.d.ts +1 -1
  51. package/lib/request/start-db-system-request.d.ts +1 -1
  52. package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
  53. package/lib/request/stop-analytics-cluster-request.d.ts +1 -1
  54. package/lib/request/stop-db-system-request.d.ts +1 -1
  55. package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
  56. package/lib/request/update-analytics-cluster-request.d.ts +1 -1
  57. package/lib/request/update-backup-request.d.ts +1 -1
  58. package/lib/request/update-channel-request.d.ts +1 -1
  59. package/lib/request/update-configuration-request.d.ts +1 -1
  60. package/lib/request/update-db-system-request.d.ts +1 -1
  61. package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
  62. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -32,6 +32,7 @@ export declare class ChannelsClient {
32
32
  protected "_waiters": ChannelsWaiter;
33
33
  protected "_clientConfiguration": common.ClientConfiguration;
34
34
  protected _circuitBreaker: null;
35
+ protected _httpOptions: any;
35
36
  protected _httpClient: common.HttpClient;
36
37
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
37
38
  /**
@@ -75,20 +76,20 @@ export declare class ChannelsClient {
75
76
  /**
76
77
  * Creates a Channel to establish replication from a source to a target.
77
78
  *
78
- * This operation does not retry by default if the user has not defined a retry configuration.
79
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
79
80
  * @param CreateChannelRequest
80
81
  * @return CreateChannelResponse
81
82
  * @throws OciError when an error occurs
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
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
83
84
  */
84
85
  createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
85
86
  /**
86
87
  * Deletes the specified Channel.
87
- * This operation does not retry by default if the user has not defined a retry configuration.
88
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
88
89
  * @param DeleteChannelRequest
89
90
  * @return DeleteChannelResponse
90
91
  * @throws OciError when an error occurs
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
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
92
93
  */
93
94
  deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
94
95
  /**
@@ -96,20 +97,20 @@ export declare class ChannelsClient {
96
97
  * configuration parameters (passwords are omitted), as well as information about
97
98
  * the state of the Channel, its sources and targets.
98
99
  *
99
- * This operation does not retry by default if the user has not defined a retry configuration.
100
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
100
101
  * @param GetChannelRequest
101
102
  * @return GetChannelResponse
102
103
  * @throws OciError when an error occurs
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
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
104
105
  */
105
106
  getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
106
107
  /**
107
108
  * Lists all the Channels that match the specified filters.
108
- * This operation does not retry by default if the user has not defined a retry configuration.
109
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
109
110
  * @param ListChannelsRequest
110
111
  * @return ListChannelsResponse
111
112
  * @throws OciError when an error occurs
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
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
113
114
  */
114
115
  listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
115
116
  /**
@@ -148,11 +149,11 @@ export declare class ChannelsClient {
148
149
  * Resets the specified Channel by purging its cached information, leaving the Channel
149
150
  * as if it had just been created. This operation is only accepted in Inactive Channels.
150
151
  *
151
- * This operation does not retry by default if the user has not defined a retry configuration.
152
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
152
153
  * @param ResetChannelRequest
153
154
  * @return ResetChannelResponse
154
155
  * @throws OciError when an error occurs
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
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
156
157
  */
157
158
  resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
158
159
  /**
@@ -160,11 +161,11 @@ export declare class ChannelsClient {
160
161
  * requires that the error that cause the Channel to become Inactive has already been fixed,
161
162
  * otherwise the operation may fail.
162
163
  *
163
- * This operation does not retry by default if the user has not defined a retry configuration.
164
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
164
165
  * @param ResumeChannelRequest
165
166
  * @return ResumeChannelResponse
166
167
  * @throws OciError when an error occurs
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
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
168
169
  */
169
170
  resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
170
171
  /**
@@ -173,11 +174,11 @@ export declare class ChannelsClient {
173
174
  * parameters to the Channel and the Channel may become temporarily unavailable. Otherwise, the
174
175
  * new configuration will be applied the next time the Channel becomes Active.
175
176
  *
176
- * This operation does not retry by default if the user has not defined a retry configuration.
177
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
177
178
  * @param UpdateChannelRequest
178
179
  * @return UpdateChannelResponse
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.22.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
181
182
  */
182
183
  updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
183
184
  }
@@ -194,6 +195,7 @@ export declare class DbBackupsClient {
194
195
  protected "_waiters": DbBackupsWaiter;
195
196
  protected "_clientConfiguration": common.ClientConfiguration;
196
197
  protected _circuitBreaker: null;
198
+ protected _httpOptions: any;
197
199
  protected _httpClient: common.HttpClient;
198
200
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
199
201
  /**
@@ -242,46 +244,46 @@ export declare class DbBackupsClient {
242
244
  * @param ChangeBackupCompartmentRequest
243
245
  * @return ChangeBackupCompartmentResponse
244
246
  * @throws OciError when an error occurs
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.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
246
248
  */
247
249
  changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
248
250
  /**
249
251
  * Create a backup of a DB System.
250
252
  *
251
- * This operation does not retry by default if the user has not defined a retry configuration.
253
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
252
254
  * @param CreateBackupRequest
253
255
  * @return CreateBackupResponse
254
256
  * @throws OciError when an error occurs
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.
257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
256
258
  */
257
259
  createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
258
260
  /**
259
261
  * Delete a Backup.
260
262
  *
261
- * This operation does not retry by default if the user has not defined a retry configuration.
263
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
262
264
  * @param DeleteBackupRequest
263
265
  * @return DeleteBackupResponse
264
266
  * @throws OciError when an error occurs
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.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
266
268
  */
267
269
  deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
268
270
  /**
269
271
  * Get information about the specified Backup
270
- * This operation does not retry by default if the user has not defined a retry configuration.
272
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
271
273
  * @param GetBackupRequest
272
274
  * @return GetBackupResponse
273
275
  * @throws OciError when an error occurs
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.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
275
277
  */
276
278
  getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
277
279
  /**
278
280
  * Get a list of DB System backups.
279
281
  *
280
- * This operation does not retry by default if the user has not defined a retry configuration.
282
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
281
283
  * @param ListBackupsRequest
282
284
  * @return ListBackupsResponse
283
285
  * @throws OciError when an error occurs
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.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
285
287
  */
286
288
  listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
287
289
  /**
@@ -318,11 +320,11 @@ export declare class DbBackupsClient {
318
320
  listBackupsResponseIterator(request: requests.ListBackupsRequest): AsyncIterableIterator<responses.ListBackupsResponse>;
319
321
  /**
320
322
  * Update the metadata of a Backup. Metadata such as the displayName or description
321
- * This operation does not retry by default if the user has not defined a retry configuration.
323
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
322
324
  * @param UpdateBackupRequest
323
325
  * @return UpdateBackupResponse
324
326
  * @throws OciError when an error occurs
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.
327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
326
328
  */
327
329
  updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
328
330
  }
@@ -339,6 +341,7 @@ export declare class DbSystemClient {
339
341
  protected "_waiters": DbSystemWaiter;
340
342
  protected "_clientConfiguration": common.ClientConfiguration;
341
343
  protected _circuitBreaker: null;
344
+ protected _httpOptions: any;
342
345
  protected _httpClient: common.HttpClient;
343
346
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
344
347
  /**
@@ -383,31 +386,31 @@ export declare class DbSystemClient {
383
386
  * DEPRECATED -- please use HeatWave API instead.
384
387
  * Adds an Analytics Cluster to the DB System.
385
388
  *
386
- * This operation does not retry by default if the user has not defined a retry configuration.
389
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
387
390
  * @param AddAnalyticsClusterRequest
388
391
  * @return AddAnalyticsClusterResponse
389
392
  * @throws OciError when an error occurs
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.
393
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
391
394
  */
392
395
  addAnalyticsCluster(addAnalyticsClusterRequest: requests.AddAnalyticsClusterRequest): Promise<responses.AddAnalyticsClusterResponse>;
393
396
  /**
394
397
  * Adds a HeatWave cluster to the DB System.
395
398
  *
396
- * This operation does not retry by default if the user has not defined a retry configuration.
399
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
397
400
  * @param AddHeatWaveClusterRequest
398
401
  * @return AddHeatWaveClusterResponse
399
402
  * @throws OciError when an error occurs
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.
403
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
401
404
  */
402
405
  addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
403
406
  /**
404
407
  * Creates and launches a DB System.
405
408
  *
406
- * This operation does not retry by default if the user has not defined a retry configuration.
409
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
407
410
  * @param CreateDbSystemRequest
408
411
  * @return CreateDbSystemResponse
409
412
  * @throws OciError when an error occurs
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.
413
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
411
414
  */
412
415
  createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
413
416
  /**
@@ -415,65 +418,65 @@ export declare class DbSystemClient {
415
418
  * Deletes the Analytics Cluster including terminating, detaching, removing, finalizing and
416
419
  * otherwise deleting all related resources.
417
420
  *
418
- * This operation does not retry by default if the user has not defined a retry configuration.
421
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
419
422
  * @param DeleteAnalyticsClusterRequest
420
423
  * @return DeleteAnalyticsClusterResponse
421
424
  * @throws OciError when an error occurs
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.
425
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
423
426
  */
424
427
  deleteAnalyticsCluster(deleteAnalyticsClusterRequest: requests.DeleteAnalyticsClusterRequest): Promise<responses.DeleteAnalyticsClusterResponse>;
425
428
  /**
426
429
  * Delete a DB System, including terminating, detaching,
427
430
  * removing, finalizing and otherwise deleting all related resources.
428
431
  *
429
- * This operation does not retry by default if the user has not defined a retry configuration.
432
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
430
433
  * @param DeleteDbSystemRequest
431
434
  * @return DeleteDbSystemResponse
432
435
  * @throws OciError when an error occurs
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.
436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
434
437
  */
435
438
  deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
436
439
  /**
437
440
  * Deletes the HeatWave cluster including terminating, detaching, removing, finalizing and
438
441
  * otherwise deleting all related resources.
439
442
  *
440
- * This operation does not retry by default if the user has not defined a retry configuration.
443
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
441
444
  * @param DeleteHeatWaveClusterRequest
442
445
  * @return DeleteHeatWaveClusterResponse
443
446
  * @throws OciError when an error occurs
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.
447
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
445
448
  */
446
449
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
447
450
  /**
448
451
  * DEPRECATED -- please use HeatWave API instead.
449
452
  * Sends a request to estimate the memory footprints of user tables when loaded to Analytics Cluster memory.
450
453
  *
451
- * This operation does not retry by default if the user has not defined a retry configuration.
454
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
452
455
  * @param GenerateAnalyticsClusterMemoryEstimateRequest
453
456
  * @return GenerateAnalyticsClusterMemoryEstimateResponse
454
457
  * @throws OciError when an error occurs
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.
458
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
456
459
  */
457
460
  generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest: requests.GenerateAnalyticsClusterMemoryEstimateRequest): Promise<responses.GenerateAnalyticsClusterMemoryEstimateResponse>;
458
461
  /**
459
462
  * Sends a request to estimate the memory footprints of user tables when loaded to HeatWave cluster memory.
460
463
  *
461
- * This operation does not retry by default if the user has not defined a retry configuration.
464
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
462
465
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
463
466
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
464
467
  * @throws OciError when an error occurs
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.
468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
466
469
  */
467
470
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
468
471
  /**
469
472
  * DEPRECATED -- please use HeatWave API instead.
470
473
  * Gets information about the Analytics Cluster.
471
474
  *
472
- * This operation does not retry by default if the user has not defined a retry configuration.
475
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
473
476
  * @param GetAnalyticsClusterRequest
474
477
  * @return GetAnalyticsClusterResponse
475
478
  * @throws OciError when an error occurs
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.
479
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
477
480
  */
478
481
  getAnalyticsCluster(getAnalyticsClusterRequest: requests.GetAnalyticsClusterRequest): Promise<responses.GetAnalyticsClusterResponse>;
479
482
  /**
@@ -481,51 +484,51 @@ export declare class DbSystemClient {
481
484
  * Gets the most recent Analytics Cluster memory estimate that can be used to determine a suitable
482
485
  * Analytics Cluster size.
483
486
  *
484
- * This operation does not retry by default if the user has not defined a retry configuration.
487
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
485
488
  * @param GetAnalyticsClusterMemoryEstimateRequest
486
489
  * @return GetAnalyticsClusterMemoryEstimateResponse
487
490
  * @throws OciError when an error occurs
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.
491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
489
492
  */
490
493
  getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest: requests.GetAnalyticsClusterMemoryEstimateRequest): Promise<responses.GetAnalyticsClusterMemoryEstimateResponse>;
491
494
  /**
492
495
  * Get information about the specified DB System.
493
- * This operation does not retry by default if the user has not defined a retry configuration.
496
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
494
497
  * @param GetDbSystemRequest
495
498
  * @return GetDbSystemResponse
496
499
  * @throws OciError when an error occurs
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.
500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
498
501
  */
499
502
  getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
500
503
  /**
501
504
  * Gets information about the HeatWave cluster.
502
- * This operation does not retry by default if the user has not defined a retry configuration.
505
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
503
506
  * @param GetHeatWaveClusterRequest
504
507
  * @return GetHeatWaveClusterResponse
505
508
  * @throws OciError when an error occurs
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.
509
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
507
510
  */
508
511
  getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
509
512
  /**
510
513
  * Gets the most recent HeatWave cluster memory estimate that can be used to determine a suitable
511
514
  * HeatWave cluster size.
512
515
  *
513
- * This operation does not retry by default if the user has not defined a retry configuration.
516
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
514
517
  * @param GetHeatWaveClusterMemoryEstimateRequest
515
518
  * @return GetHeatWaveClusterMemoryEstimateResponse
516
519
  * @throws OciError when an error occurs
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.
520
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
518
521
  */
519
522
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
520
523
  /**
521
524
  * Get a list of DB Systems in the specified compartment.
522
525
  * The default sort order is by timeUpdated, descending.
523
526
  *
524
- * This operation does not retry by default if the user has not defined a retry configuration.
527
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
525
528
  * @param ListDbSystemsRequest
526
529
  * @return ListDbSystemsResponse
527
530
  * @throws OciError when an error occurs
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.
531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
529
532
  */
530
533
  listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
531
534
  /**
@@ -564,69 +567,69 @@ export declare class DbSystemClient {
564
567
  * DEPRECATED -- please use HeatWave API instead.
565
568
  * Restarts the Analytics Cluster.
566
569
  *
567
- * This operation does not retry by default if the user has not defined a retry configuration.
570
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
568
571
  * @param RestartAnalyticsClusterRequest
569
572
  * @return RestartAnalyticsClusterResponse
570
573
  * @throws OciError when an error occurs
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.
574
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
572
575
  */
573
576
  restartAnalyticsCluster(restartAnalyticsClusterRequest: requests.RestartAnalyticsClusterRequest): Promise<responses.RestartAnalyticsClusterResponse>;
574
577
  /**
575
578
  * Restarts the specified DB System.
576
- * This operation does not retry by default if the user has not defined a retry configuration.
579
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
577
580
  * @param RestartDbSystemRequest
578
581
  * @return RestartDbSystemResponse
579
582
  * @throws OciError when an error occurs
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.
583
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
581
584
  */
582
585
  restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
583
586
  /**
584
587
  * Restarts the HeatWave cluster.
585
- * This operation does not retry by default if the user has not defined a retry configuration.
588
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
586
589
  * @param RestartHeatWaveClusterRequest
587
590
  * @return RestartHeatWaveClusterResponse
588
591
  * @throws OciError when an error occurs
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.
592
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
590
593
  */
591
594
  restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
592
595
  /**
593
596
  * DEPRECATED -- please use HeatWave API instead.
594
597
  * Starts the Analytics Cluster.
595
598
  *
596
- * This operation does not retry by default if the user has not defined a retry configuration.
599
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
597
600
  * @param StartAnalyticsClusterRequest
598
601
  * @return StartAnalyticsClusterResponse
599
602
  * @throws OciError when an error occurs
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.
603
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
601
604
  */
602
605
  startAnalyticsCluster(startAnalyticsClusterRequest: requests.StartAnalyticsClusterRequest): Promise<responses.StartAnalyticsClusterResponse>;
603
606
  /**
604
607
  * Start the specified DB System.
605
- * This operation does not retry by default if the user has not defined a retry configuration.
608
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
606
609
  * @param StartDbSystemRequest
607
610
  * @return StartDbSystemResponse
608
611
  * @throws OciError when an error occurs
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.
612
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
610
613
  */
611
614
  startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
612
615
  /**
613
616
  * Starts the HeatWave cluster.
614
- * This operation does not retry by default if the user has not defined a retry configuration.
617
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
615
618
  * @param StartHeatWaveClusterRequest
616
619
  * @return StartHeatWaveClusterResponse
617
620
  * @throws OciError when an error occurs
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.
621
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
619
622
  */
620
623
  startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
621
624
  /**
622
625
  * DEPRECATED -- please use HeatWave API instead.
623
626
  * Stops the Analytics Cluster.
624
627
  *
625
- * This operation does not retry by default if the user has not defined a retry configuration.
628
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
626
629
  * @param StopAnalyticsClusterRequest
627
630
  * @return StopAnalyticsClusterResponse
628
631
  * @throws OciError when an error occurs
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.
632
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
630
633
  */
631
634
  stopAnalyticsCluster(stopAnalyticsClusterRequest: requests.StopAnalyticsClusterRequest): Promise<responses.StopAnalyticsClusterResponse>;
632
635
  /**
@@ -634,31 +637,31 @@ export declare class DbSystemClient {
634
637
  * <p>
635
638
  A stopped DB System is not billed.
636
639
  *
637
- * This operation does not retry by default if the user has not defined a retry configuration.
640
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
638
641
  * @param StopDbSystemRequest
639
642
  * @return StopDbSystemResponse
640
643
  * @throws OciError when an error occurs
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.
644
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
642
645
  */
643
646
  stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
644
647
  /**
645
648
  * Stops the HeatWave cluster.
646
- * This operation does not retry by default if the user has not defined a retry configuration.
649
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
647
650
  * @param StopHeatWaveClusterRequest
648
651
  * @return StopHeatWaveClusterResponse
649
652
  * @throws OciError when an error occurs
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.
653
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
651
654
  */
652
655
  stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
653
656
  /**
654
657
  * DEPRECATED -- please use HeatWave API instead.
655
658
  * Updates the Analytics Cluster.
656
659
  *
657
- * This operation does not retry by default if the user has not defined a retry configuration.
660
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
658
661
  * @param UpdateAnalyticsClusterRequest
659
662
  * @return UpdateAnalyticsClusterResponse
660
663
  * @throws OciError when an error occurs
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.
664
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
662
665
  */
663
666
  updateAnalyticsCluster(updateAnalyticsClusterRequest: requests.UpdateAnalyticsClusterRequest): Promise<responses.UpdateAnalyticsClusterResponse>;
664
667
  /**
@@ -671,21 +674,21 @@ export declare class DbSystemClient {
671
674
  * Compute resources, pausing the DB System and migrating storage
672
675
  * before making the DB System available again.
673
676
  *
674
- * This operation does not retry by default if the user has not defined a retry configuration.
677
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
675
678
  * @param UpdateDbSystemRequest
676
679
  * @return UpdateDbSystemResponse
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.22.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
679
682
  */
680
683
  updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
681
684
  /**
682
685
  * Updates the HeatWave cluster.
683
686
  *
684
- * This operation does not retry by default if the user has not defined a retry configuration.
687
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
685
688
  * @param UpdateHeatWaveClusterRequest
686
689
  * @return UpdateHeatWaveClusterResponse
687
690
  * @throws OciError when an error occurs
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.
691
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
689
692
  */
690
693
  updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
691
694
  }
@@ -702,6 +705,7 @@ export declare class MysqlaasClient {
702
705
  protected "_waiters": MysqlaasWaiter;
703
706
  protected "_clientConfiguration": common.ClientConfiguration;
704
707
  protected _circuitBreaker: null;
708
+ protected _httpOptions: any;
705
709
  protected _httpClient: common.HttpClient;
706
710
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
707
711
  /**
@@ -748,28 +752,28 @@ export declare class MysqlaasClient {
748
752
  * @param CreateConfigurationRequest
749
753
  * @return CreateConfigurationResponse
750
754
  * @throws OciError when an error occurs
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.
755
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
752
756
  */
753
757
  createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
754
758
  /**
755
759
  * Deletes a Configuration.
756
760
  * The Configuration must not be in use by any DB Systems.
757
761
  *
758
- * This operation does not retry by default if the user has not defined a retry configuration.
762
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
759
763
  * @param DeleteConfigurationRequest
760
764
  * @return DeleteConfigurationResponse
761
765
  * @throws OciError when an error occurs
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.
766
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
763
767
  */
764
768
  deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
765
769
  /**
766
770
  * Get the full details of the specified Configuration, including the list of MySQL Variables and their values.
767
771
  *
768
- * This operation does not retry by default if the user has not defined a retry configuration.
772
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
769
773
  * @param GetConfigurationRequest
770
774
  * @return GetConfigurationResponse
771
775
  * @throws OciError when an error occurs
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.
776
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
773
777
  */
774
778
  getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
775
779
  /**
@@ -782,11 +786,11 @@ export declare class MysqlaasClient {
782
786
  * - DEFAULT-before-CUSTOM
783
787
  * - displayName ascending
784
788
  *
785
- * This operation does not retry by default if the user has not defined a retry configuration.
789
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
786
790
  * @param ListConfigurationsRequest
787
791
  * @return ListConfigurationsResponse
788
792
  * @throws OciError when an error occurs
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.
793
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
790
794
  */
791
795
  listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
792
796
  /**
@@ -827,11 +831,11 @@ export declare class MysqlaasClient {
827
831
  * CPU cores and memory for VM shapes; CPU cores, memory and
828
832
  * storage for non-VM (or bare metal) shapes.
829
833
  *
830
- * This operation does not retry by default if the user has not defined a retry configuration.
834
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
831
835
  * @param ListShapesRequest
832
836
  * @return ListShapesResponse
833
837
  * @throws OciError when an error occurs
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.
838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
835
839
  */
836
840
  listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
837
841
  /**
@@ -839,20 +843,20 @@ export declare class MysqlaasClient {
839
843
  * <p>
840
844
  The list is sorted by version family.
841
845
  *
842
- * This operation does not retry by default if the user has not defined a retry configuration.
846
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
843
847
  * @param ListVersionsRequest
844
848
  * @return ListVersionsResponse
845
849
  * @throws OciError when an error occurs
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.
850
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
847
851
  */
848
852
  listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
849
853
  /**
850
854
  * Updates the Configuration details.
851
- * This operation does not retry by default if the user has not defined a retry configuration.
855
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
852
856
  * @param UpdateConfigurationRequest
853
857
  * @return UpdateConfigurationResponse
854
858
  * @throws OciError when an error occurs
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.
859
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
856
860
  */
857
861
  updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
858
862
  }
@@ -869,6 +873,7 @@ export declare class WorkRequestsClient {
869
873
  protected "_waiters": WorkRequestsWaiter;
870
874
  protected "_clientConfiguration": common.ClientConfiguration;
871
875
  protected _circuitBreaker: null;
876
+ protected _httpOptions: any;
872
877
  protected _httpClient: common.HttpClient;
873
878
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
874
879
  /**
@@ -911,21 +916,21 @@ export declare class WorkRequestsClient {
911
916
  getWaiters(): WorkRequestsWaiter;
912
917
  /**
913
918
  * Gets the status of the work request with the given ID.
914
- * This operation does not retry by default if the user has not defined a retry configuration.
919
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
915
920
  * @param GetWorkRequestRequest
916
921
  * @return GetWorkRequestResponse
917
922
  * @throws OciError when an error occurs
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.
923
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
919
924
  */
920
925
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
921
926
  /**
922
927
  * Return a (paginated) list of errors for a given work request.
923
928
  *
924
- * This operation does not retry by default if the user has not defined a retry configuration.
929
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
925
930
  * @param ListWorkRequestErrorsRequest
926
931
  * @return ListWorkRequestErrorsResponse
927
932
  * @throws OciError when an error occurs
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.
933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
929
934
  */
930
935
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
931
936
  /**
@@ -963,11 +968,11 @@ export declare class WorkRequestsClient {
963
968
  /**
964
969
  * Return a (paginated) list of logs for a given work request.
965
970
  *
966
- * This operation does not retry by default if the user has not defined a retry configuration.
971
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
967
972
  * @param ListWorkRequestLogsRequest
968
973
  * @return ListWorkRequestLogsResponse
969
974
  * @throws OciError when an error occurs
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.
975
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
971
976
  */
972
977
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
973
978
  /**
@@ -1005,11 +1010,11 @@ export declare class WorkRequestsClient {
1005
1010
  /**
1006
1011
  * Lists the work requests in a specified compartment.
1007
1012
  *
1008
- * This operation does not retry by default if the user has not defined a retry configuration.
1013
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1009
1014
  * @param ListWorkRequestsRequest
1010
1015
  * @return ListWorkRequestsResponse
1011
1016
  * @throws OciError when an error occurs
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.
1017
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1013
1018
  */
1014
1019
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1015
1020
  /**