oci-mysql 2.4.0 → 2.6.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 (61) hide show
  1. package/LICENSE.txt +6 -0
  2. package/lib/client.d.ts +234 -50
  3. package/lib/client.js +397 -100
  4. package/lib/client.js.map +1 -1
  5. package/lib/model/backup.d.ts +3 -1
  6. package/lib/model/backup.js +1 -0
  7. package/lib/model/backup.js.map +1 -1
  8. package/lib/model/configuration-variables.d.ts +30 -1
  9. package/lib/model/configuration-variables.js +10 -0
  10. package/lib/model/configuration-variables.js.map +1 -1
  11. package/lib/request/add-analytics-cluster-request.d.ts +1 -1
  12. package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
  13. package/lib/request/change-backup-compartment-request.d.ts +1 -1
  14. package/lib/request/create-backup-request.d.ts +1 -1
  15. package/lib/request/create-channel-request.d.ts +1 -1
  16. package/lib/request/create-configuration-request.d.ts +1 -1
  17. package/lib/request/create-db-system-request.d.ts +1 -1
  18. package/lib/request/delete-analytics-cluster-request.d.ts +1 -1
  19. package/lib/request/delete-backup-request.d.ts +1 -1
  20. package/lib/request/delete-channel-request.d.ts +1 -1
  21. package/lib/request/delete-configuration-request.d.ts +1 -1
  22. package/lib/request/delete-db-system-request.d.ts +1 -1
  23. package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
  24. package/lib/request/generate-analytics-cluster-memory-estimate-request.d.ts +1 -1
  25. package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  26. package/lib/request/get-analytics-cluster-memory-estimate-request.d.ts +1 -1
  27. package/lib/request/get-analytics-cluster-request.d.ts +1 -1
  28. package/lib/request/get-backup-request.d.ts +1 -1
  29. package/lib/request/get-channel-request.d.ts +1 -1
  30. package/lib/request/get-configuration-request.d.ts +1 -1
  31. package/lib/request/get-db-system-request.d.ts +1 -1
  32. package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  33. package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
  34. package/lib/request/get-work-request-request.d.ts +1 -1
  35. package/lib/request/list-backups-request.d.ts +1 -1
  36. package/lib/request/list-channels-request.d.ts +1 -1
  37. package/lib/request/list-configurations-request.d.ts +1 -1
  38. package/lib/request/list-db-systems-request.d.ts +1 -1
  39. package/lib/request/list-shapes-request.d.ts +1 -1
  40. package/lib/request/list-versions-request.d.ts +1 -1
  41. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  42. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  43. package/lib/request/list-work-requests-request.d.ts +1 -1
  44. package/lib/request/reset-channel-request.d.ts +1 -1
  45. package/lib/request/restart-analytics-cluster-request.d.ts +1 -1
  46. package/lib/request/restart-db-system-request.d.ts +1 -1
  47. package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
  48. package/lib/request/resume-channel-request.d.ts +1 -1
  49. package/lib/request/start-analytics-cluster-request.d.ts +1 -1
  50. package/lib/request/start-db-system-request.d.ts +1 -1
  51. package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
  52. package/lib/request/stop-analytics-cluster-request.d.ts +1 -1
  53. package/lib/request/stop-db-system-request.d.ts +1 -1
  54. package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
  55. package/lib/request/update-analytics-cluster-request.d.ts +1 -1
  56. package/lib/request/update-backup-request.d.ts +1 -1
  57. package/lib/request/update-channel-request.d.ts +1 -1
  58. package/lib/request/update-configuration-request.d.ts +1 -1
  59. package/lib/request/update-db-system-request.d.ts +1 -1
  60. package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
  61. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -21,6 +21,9 @@ import { MysqlaasWaiter } from "./mysqlaas-waiter";
21
21
  import { WorkRequestsWaiter } from "./workrequests-waiter";
22
22
  export declare enum ChannelsApiKeys {
23
23
  }
24
+ /**
25
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
26
+ */
24
27
  export declare class ChannelsClient {
25
28
  protected static serviceEndpointTemplate: string;
26
29
  protected "_endpoint": string;
@@ -71,18 +74,20 @@ export declare class ChannelsClient {
71
74
  /**
72
75
  * Creates a Channel to establish replication from a source to a target.
73
76
  *
77
+ * This operation does not retry by default if the user has not defined a retry configuration.
74
78
  * @param CreateChannelRequest
75
79
  * @return CreateChannelResponse
76
80
  * @throws OciError when an error occurs
77
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
78
82
  */
79
83
  createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
80
84
  /**
81
85
  * Deletes the specified Channel.
86
+ * This operation does not retry by default if the user has not defined a retry configuration.
82
87
  * @param DeleteChannelRequest
83
88
  * @return DeleteChannelResponse
84
89
  * @throws OciError when an error occurs
85
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
86
91
  */
87
92
  deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
88
93
  /**
@@ -90,21 +95,24 @@ export declare class ChannelsClient {
90
95
  * configuration parameters (passwords are omitted), as well as information about
91
96
  * the state of the Channel, its sources and targets.
92
97
  *
98
+ * This operation does not retry by default if the user has not defined a retry configuration.
93
99
  * @param GetChannelRequest
94
100
  * @return GetChannelResponse
95
101
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
97
103
  */
98
104
  getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
99
105
  /**
100
106
  * Lists all the Channels that match the specified filters.
107
+ * This operation does not retry by default if the user has not defined a retry configuration.
101
108
  * @param ListChannelsRequest
102
109
  * @return ListChannelsResponse
103
110
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
105
112
  */
106
113
  listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
107
114
  /**
115
+ * NOTE: This function is deprecated in favor of listChannelsRecordIterator function.
108
116
  * Creates a new async iterator which will iterate over the models.ChannelSummary objects
109
117
  * contained in responses from the listChannels operation. This iterator will fetch more data from the
110
118
  * server as needed.
@@ -113,20 +121,37 @@ export declare class ChannelsClient {
113
121
  */
114
122
  listAllChannels(request: requests.ListChannelsRequest): AsyncIterableIterator<model.ChannelSummary>;
115
123
  /**
124
+ * NOTE: This function is deprecated in favor of listChannelsResponseIterator function.
116
125
  * Creates a new async iterator which will iterate over the responses received from the listChannels operation. This iterator
117
126
  * will fetch more data from the server as needed.
118
127
  *
119
128
  * @param request a request which can be sent to the service operation
120
129
  */
121
130
  listAllChannelsResponses(request: requests.ListChannelsRequest): AsyncIterableIterator<responses.ListChannelsResponse>;
131
+ /**
132
+ * Creates a new async iterator which will iterate over the models.ChannelSummary objects
133
+ * contained in responses from the listChannels operation. This iterator will fetch more data from the
134
+ * server as needed.
135
+ *
136
+ * @param request a request which can be sent to the service operation
137
+ */
138
+ listChannelsRecordIterator(request: requests.ListChannelsRequest): AsyncIterableIterator<model.ChannelSummary>;
139
+ /**
140
+ * Creates a new async iterator which will iterate over the responses received from the listChannels operation. This iterator
141
+ * will fetch more data from the server as needed.
142
+ *
143
+ * @param request a request which can be sent to the service operation
144
+ */
145
+ listChannelsResponseIterator(request: requests.ListChannelsRequest): AsyncIterableIterator<responses.ListChannelsResponse>;
122
146
  /**
123
147
  * Resets the specified Channel by purging its cached information, leaving the Channel
124
148
  * as if it had just been created. This operation is only accepted in Inactive Channels.
125
149
  *
150
+ * This operation does not retry by default if the user has not defined a retry configuration.
126
151
  * @param ResetChannelRequest
127
152
  * @return ResetChannelResponse
128
153
  * @throws OciError when an error occurs
129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
130
155
  */
131
156
  resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
132
157
  /**
@@ -134,10 +159,11 @@ export declare class ChannelsClient {
134
159
  * requires that the error that cause the Channel to become Inactive has already been fixed,
135
160
  * otherwise the operation may fail.
136
161
  *
162
+ * This operation does not retry by default if the user has not defined a retry configuration.
137
163
  * @param ResumeChannelRequest
138
164
  * @return ResumeChannelResponse
139
165
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
141
167
  */
142
168
  resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
143
169
  /**
@@ -146,15 +172,19 @@ export declare class ChannelsClient {
146
172
  * parameters to the Channel and the Channel may become temporarily unavailable. Otherwise, the
147
173
  * new configuration will be applied the next time the Channel becomes Active.
148
174
  *
175
+ * This operation does not retry by default if the user has not defined a retry configuration.
149
176
  * @param UpdateChannelRequest
150
177
  * @return UpdateChannelResponse
151
178
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
153
180
  */
154
181
  updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
155
182
  }
156
183
  export declare enum DbBackupsApiKeys {
157
184
  }
185
+ /**
186
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
187
+ */
158
188
  export declare class DbBackupsClient {
159
189
  protected static serviceEndpointTemplate: string;
160
190
  protected "_endpoint": string;
@@ -206,48 +236,54 @@ export declare class DbBackupsClient {
206
236
  * Moves a DB System Backup into a different compartment.
207
237
  * When provided, If-Match is checked against ETag values of the Backup.
208
238
  *
239
+ * This operation does not retry by default if the user has not defined a retry configuration.
209
240
  * @param ChangeBackupCompartmentRequest
210
241
  * @return ChangeBackupCompartmentResponse
211
242
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
213
244
  */
214
245
  changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
215
246
  /**
216
247
  * Create a backup of a DB System.
217
248
  *
249
+ * This operation does not retry by default if the user has not defined a retry configuration.
218
250
  * @param CreateBackupRequest
219
251
  * @return CreateBackupResponse
220
252
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
222
254
  */
223
255
  createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
224
256
  /**
225
257
  * Delete a Backup.
226
258
  *
259
+ * This operation does not retry by default if the user has not defined a retry configuration.
227
260
  * @param DeleteBackupRequest
228
261
  * @return DeleteBackupResponse
229
262
  * @throws OciError when an error occurs
230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
231
264
  */
232
265
  deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
233
266
  /**
234
267
  * Get information about the specified Backup
268
+ * This operation does not retry by default if the user has not defined a retry configuration.
235
269
  * @param GetBackupRequest
236
270
  * @return GetBackupResponse
237
271
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
239
273
  */
240
274
  getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
241
275
  /**
242
276
  * Get a list of DB System backups.
243
277
  *
278
+ * This operation does not retry by default if the user has not defined a retry configuration.
244
279
  * @param ListBackupsRequest
245
280
  * @return ListBackupsResponse
246
281
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
248
283
  */
249
284
  listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
250
285
  /**
286
+ * NOTE: This function is deprecated in favor of listBackupsRecordIterator function.
251
287
  * Creates a new async iterator which will iterate over the models.BackupSummary objects
252
288
  * contained in responses from the listBackups operation. This iterator will fetch more data from the
253
289
  * server as needed.
@@ -256,23 +292,43 @@ export declare class DbBackupsClient {
256
292
  */
257
293
  listAllBackups(request: requests.ListBackupsRequest): AsyncIterableIterator<model.BackupSummary>;
258
294
  /**
295
+ * NOTE: This function is deprecated in favor of listBackupsResponseIterator function.
259
296
  * Creates a new async iterator which will iterate over the responses received from the listBackups operation. This iterator
260
297
  * will fetch more data from the server as needed.
261
298
  *
262
299
  * @param request a request which can be sent to the service operation
263
300
  */
264
301
  listAllBackupsResponses(request: requests.ListBackupsRequest): AsyncIterableIterator<responses.ListBackupsResponse>;
302
+ /**
303
+ * Creates a new async iterator which will iterate over the models.BackupSummary objects
304
+ * contained in responses from the listBackups operation. This iterator will fetch more data from the
305
+ * server as needed.
306
+ *
307
+ * @param request a request which can be sent to the service operation
308
+ */
309
+ listBackupsRecordIterator(request: requests.ListBackupsRequest): AsyncIterableIterator<model.BackupSummary>;
310
+ /**
311
+ * Creates a new async iterator which will iterate over the responses received from the listBackups operation. This iterator
312
+ * will fetch more data from the server as needed.
313
+ *
314
+ * @param request a request which can be sent to the service operation
315
+ */
316
+ listBackupsResponseIterator(request: requests.ListBackupsRequest): AsyncIterableIterator<responses.ListBackupsResponse>;
265
317
  /**
266
318
  * Update the metadata of a Backup. Metadata such as the displayName or description
319
+ * This operation does not retry by default if the user has not defined a retry configuration.
267
320
  * @param UpdateBackupRequest
268
321
  * @return UpdateBackupResponse
269
322
  * @throws OciError when an error occurs
270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
271
324
  */
272
325
  updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
273
326
  }
274
327
  export declare enum DbSystemApiKeys {
275
328
  }
329
+ /**
330
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
331
+ */
276
332
  export declare class DbSystemClient {
277
333
  protected static serviceEndpointTemplate: string;
278
334
  protected "_endpoint": string;
@@ -324,28 +380,31 @@ export declare class DbSystemClient {
324
380
  * DEPRECATED -- please use HeatWave API instead.
325
381
  * Adds an Analytics Cluster to the DB System.
326
382
  *
383
+ * This operation does not retry by default if the user has not defined a retry configuration.
327
384
  * @param AddAnalyticsClusterRequest
328
385
  * @return AddAnalyticsClusterResponse
329
386
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
331
388
  */
332
389
  addAnalyticsCluster(addAnalyticsClusterRequest: requests.AddAnalyticsClusterRequest): Promise<responses.AddAnalyticsClusterResponse>;
333
390
  /**
334
391
  * Adds a HeatWave cluster to the DB System.
335
392
  *
393
+ * This operation does not retry by default if the user has not defined a retry configuration.
336
394
  * @param AddHeatWaveClusterRequest
337
395
  * @return AddHeatWaveClusterResponse
338
396
  * @throws OciError when an error occurs
339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
340
398
  */
341
399
  addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
342
400
  /**
343
401
  * Creates and launches a DB System.
344
402
  *
403
+ * This operation does not retry by default if the user has not defined a retry configuration.
345
404
  * @param CreateDbSystemRequest
346
405
  * @return CreateDbSystemResponse
347
406
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
349
408
  */
350
409
  createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
351
410
  /**
@@ -353,59 +412,65 @@ export declare class DbSystemClient {
353
412
  * Deletes the Analytics Cluster including terminating, detaching, removing, finalizing and
354
413
  * otherwise deleting all related resources.
355
414
  *
415
+ * This operation does not retry by default if the user has not defined a retry configuration.
356
416
  * @param DeleteAnalyticsClusterRequest
357
417
  * @return DeleteAnalyticsClusterResponse
358
418
  * @throws OciError when an error occurs
359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
419
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
360
420
  */
361
421
  deleteAnalyticsCluster(deleteAnalyticsClusterRequest: requests.DeleteAnalyticsClusterRequest): Promise<responses.DeleteAnalyticsClusterResponse>;
362
422
  /**
363
423
  * Delete a DB System, including terminating, detaching,
364
424
  * removing, finalizing and otherwise deleting all related resources.
365
425
  *
426
+ * This operation does not retry by default if the user has not defined a retry configuration.
366
427
  * @param DeleteDbSystemRequest
367
428
  * @return DeleteDbSystemResponse
368
429
  * @throws OciError when an error occurs
369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
430
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
370
431
  */
371
432
  deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
372
433
  /**
373
434
  * Deletes the HeatWave cluster including terminating, detaching, removing, finalizing and
374
435
  * otherwise deleting all related resources.
375
436
  *
437
+ * This operation does not retry by default if the user has not defined a retry configuration.
376
438
  * @param DeleteHeatWaveClusterRequest
377
439
  * @return DeleteHeatWaveClusterResponse
378
440
  * @throws OciError when an error occurs
379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
380
442
  */
381
443
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
382
444
  /**
383
445
  * DEPRECATED -- please use HeatWave API instead.
384
446
  * Sends a request to estimate the memory footprints of user tables when loaded to Analytics Cluster memory.
385
447
  *
448
+ * This operation does not retry by default if the user has not defined a retry configuration.
386
449
  * @param GenerateAnalyticsClusterMemoryEstimateRequest
387
450
  * @return GenerateAnalyticsClusterMemoryEstimateResponse
388
451
  * @throws OciError when an error occurs
389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
390
453
  */
391
454
  generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest: requests.GenerateAnalyticsClusterMemoryEstimateRequest): Promise<responses.GenerateAnalyticsClusterMemoryEstimateResponse>;
392
455
  /**
393
456
  * Sends a request to estimate the memory footprints of user tables when loaded to HeatWave cluster memory.
394
457
  *
458
+ * This operation does not retry by default if the user has not defined a retry configuration.
395
459
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
396
460
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
397
461
  * @throws OciError when an error occurs
398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
399
463
  */
400
464
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
401
465
  /**
402
466
  * DEPRECATED -- please use HeatWave API instead.
403
467
  * Gets information about the Analytics Cluster.
404
468
  *
469
+ * This operation does not retry by default if the user has not defined a retry configuration.
405
470
  * @param GetAnalyticsClusterRequest
406
471
  * @return GetAnalyticsClusterResponse
407
472
  * @throws OciError when an error occurs
408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
473
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
409
474
  */
410
475
  getAnalyticsCluster(getAnalyticsClusterRequest: requests.GetAnalyticsClusterRequest): Promise<responses.GetAnalyticsClusterResponse>;
411
476
  /**
@@ -413,49 +478,55 @@ export declare class DbSystemClient {
413
478
  * Gets the most recent Analytics Cluster memory estimate that can be used to determine a suitable
414
479
  * Analytics Cluster size.
415
480
  *
481
+ * This operation does not retry by default if the user has not defined a retry configuration.
416
482
  * @param GetAnalyticsClusterMemoryEstimateRequest
417
483
  * @return GetAnalyticsClusterMemoryEstimateResponse
418
484
  * @throws OciError when an error occurs
419
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
485
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
420
486
  */
421
487
  getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest: requests.GetAnalyticsClusterMemoryEstimateRequest): Promise<responses.GetAnalyticsClusterMemoryEstimateResponse>;
422
488
  /**
423
489
  * Get information about the specified DB System.
490
+ * This operation does not retry by default if the user has not defined a retry configuration.
424
491
  * @param GetDbSystemRequest
425
492
  * @return GetDbSystemResponse
426
493
  * @throws OciError when an error occurs
427
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
428
495
  */
429
496
  getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
430
497
  /**
431
498
  * Gets information about the HeatWave cluster.
499
+ * This operation does not retry by default if the user has not defined a retry configuration.
432
500
  * @param GetHeatWaveClusterRequest
433
501
  * @return GetHeatWaveClusterResponse
434
502
  * @throws OciError when an error occurs
435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
436
504
  */
437
505
  getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
438
506
  /**
439
507
  * Gets the most recent HeatWave cluster memory estimate that can be used to determine a suitable
440
508
  * HeatWave cluster size.
441
509
  *
510
+ * This operation does not retry by default if the user has not defined a retry configuration.
442
511
  * @param GetHeatWaveClusterMemoryEstimateRequest
443
512
  * @return GetHeatWaveClusterMemoryEstimateResponse
444
513
  * @throws OciError when an error occurs
445
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
514
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
446
515
  */
447
516
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
448
517
  /**
449
518
  * Get a list of DB Systems in the specified compartment.
450
519
  * The default sort order is by timeUpdated, descending.
451
520
  *
521
+ * This operation does not retry by default if the user has not defined a retry configuration.
452
522
  * @param ListDbSystemsRequest
453
523
  * @return ListDbSystemsResponse
454
524
  * @throws OciError when an error occurs
455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
456
526
  */
457
527
  listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
458
528
  /**
529
+ * NOTE: This function is deprecated in favor of listDbSystemsRecordIterator function.
459
530
  * Creates a new async iterator which will iterate over the models.DbSystemSummary objects
460
531
  * contained in responses from the listDbSystems operation. This iterator will fetch more data from the
461
532
  * server as needed.
@@ -464,72 +535,95 @@ export declare class DbSystemClient {
464
535
  */
465
536
  listAllDbSystems(request: requests.ListDbSystemsRequest): AsyncIterableIterator<model.DbSystemSummary>;
466
537
  /**
538
+ * NOTE: This function is deprecated in favor of listDbSystemsResponseIterator function.
467
539
  * Creates a new async iterator which will iterate over the responses received from the listDbSystems operation. This iterator
468
540
  * will fetch more data from the server as needed.
469
541
  *
470
542
  * @param request a request which can be sent to the service operation
471
543
  */
472
544
  listAllDbSystemsResponses(request: requests.ListDbSystemsRequest): AsyncIterableIterator<responses.ListDbSystemsResponse>;
545
+ /**
546
+ * Creates a new async iterator which will iterate over the models.DbSystemSummary objects
547
+ * contained in responses from the listDbSystems operation. This iterator will fetch more data from the
548
+ * server as needed.
549
+ *
550
+ * @param request a request which can be sent to the service operation
551
+ */
552
+ listDbSystemsRecordIterator(request: requests.ListDbSystemsRequest): AsyncIterableIterator<model.DbSystemSummary>;
553
+ /**
554
+ * Creates a new async iterator which will iterate over the responses received from the listDbSystems operation. This iterator
555
+ * will fetch more data from the server as needed.
556
+ *
557
+ * @param request a request which can be sent to the service operation
558
+ */
559
+ listDbSystemsResponseIterator(request: requests.ListDbSystemsRequest): AsyncIterableIterator<responses.ListDbSystemsResponse>;
473
560
  /**
474
561
  * DEPRECATED -- please use HeatWave API instead.
475
562
  * Restarts the Analytics Cluster.
476
563
  *
564
+ * This operation does not retry by default if the user has not defined a retry configuration.
477
565
  * @param RestartAnalyticsClusterRequest
478
566
  * @return RestartAnalyticsClusterResponse
479
567
  * @throws OciError when an error occurs
480
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
481
569
  */
482
570
  restartAnalyticsCluster(restartAnalyticsClusterRequest: requests.RestartAnalyticsClusterRequest): Promise<responses.RestartAnalyticsClusterResponse>;
483
571
  /**
484
572
  * Restarts the specified DB System.
573
+ * This operation does not retry by default if the user has not defined a retry configuration.
485
574
  * @param RestartDbSystemRequest
486
575
  * @return RestartDbSystemResponse
487
576
  * @throws OciError when an error occurs
488
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
489
578
  */
490
579
  restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
491
580
  /**
492
581
  * Restarts the HeatWave cluster.
582
+ * This operation does not retry by default if the user has not defined a retry configuration.
493
583
  * @param RestartHeatWaveClusterRequest
494
584
  * @return RestartHeatWaveClusterResponse
495
585
  * @throws OciError when an error occurs
496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
586
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
497
587
  */
498
588
  restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
499
589
  /**
500
590
  * DEPRECATED -- please use HeatWave API instead.
501
591
  * Starts the Analytics Cluster.
502
592
  *
593
+ * This operation does not retry by default if the user has not defined a retry configuration.
503
594
  * @param StartAnalyticsClusterRequest
504
595
  * @return StartAnalyticsClusterResponse
505
596
  * @throws OciError when an error occurs
506
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
507
598
  */
508
599
  startAnalyticsCluster(startAnalyticsClusterRequest: requests.StartAnalyticsClusterRequest): Promise<responses.StartAnalyticsClusterResponse>;
509
600
  /**
510
601
  * Start the specified DB System.
602
+ * This operation does not retry by default if the user has not defined a retry configuration.
511
603
  * @param StartDbSystemRequest
512
604
  * @return StartDbSystemResponse
513
605
  * @throws OciError when an error occurs
514
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
515
607
  */
516
608
  startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
517
609
  /**
518
610
  * Starts the HeatWave cluster.
611
+ * This operation does not retry by default if the user has not defined a retry configuration.
519
612
  * @param StartHeatWaveClusterRequest
520
613
  * @return StartHeatWaveClusterResponse
521
614
  * @throws OciError when an error occurs
522
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
615
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
523
616
  */
524
617
  startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
525
618
  /**
526
619
  * DEPRECATED -- please use HeatWave API instead.
527
620
  * Stops the Analytics Cluster.
528
621
  *
622
+ * This operation does not retry by default if the user has not defined a retry configuration.
529
623
  * @param StopAnalyticsClusterRequest
530
624
  * @return StopAnalyticsClusterResponse
531
625
  * @throws OciError when an error occurs
532
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
533
627
  */
534
628
  stopAnalyticsCluster(stopAnalyticsClusterRequest: requests.StopAnalyticsClusterRequest): Promise<responses.StopAnalyticsClusterResponse>;
535
629
  /**
@@ -537,28 +631,31 @@ export declare class DbSystemClient {
537
631
  * <p>
538
632
  A stopped DB System is not billed.
539
633
  *
634
+ * This operation does not retry by default if the user has not defined a retry configuration.
540
635
  * @param StopDbSystemRequest
541
636
  * @return StopDbSystemResponse
542
637
  * @throws OciError when an error occurs
543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
544
639
  */
545
640
  stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
546
641
  /**
547
642
  * Stops the HeatWave cluster.
643
+ * This operation does not retry by default if the user has not defined a retry configuration.
548
644
  * @param StopHeatWaveClusterRequest
549
645
  * @return StopHeatWaveClusterResponse
550
646
  * @throws OciError when an error occurs
551
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
647
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
552
648
  */
553
649
  stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
554
650
  /**
555
651
  * DEPRECATED -- please use HeatWave API instead.
556
652
  * Updates the Analytics Cluster.
557
653
  *
654
+ * This operation does not retry by default if the user has not defined a retry configuration.
558
655
  * @param UpdateAnalyticsClusterRequest
559
656
  * @return UpdateAnalyticsClusterResponse
560
657
  * @throws OciError when an error occurs
561
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
658
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
562
659
  */
563
660
  updateAnalyticsCluster(updateAnalyticsClusterRequest: requests.UpdateAnalyticsClusterRequest): Promise<responses.UpdateAnalyticsClusterResponse>;
564
661
  /**
@@ -571,24 +668,29 @@ export declare class DbSystemClient {
571
668
  * Compute resources, pausing the DB System and migrating storage
572
669
  * before making the DB System available again.
573
670
  *
671
+ * This operation does not retry by default if the user has not defined a retry configuration.
574
672
  * @param UpdateDbSystemRequest
575
673
  * @return UpdateDbSystemResponse
576
674
  * @throws OciError when an error occurs
577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
675
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
578
676
  */
579
677
  updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
580
678
  /**
581
679
  * Updates the HeatWave cluster.
582
680
  *
681
+ * This operation does not retry by default if the user has not defined a retry configuration.
583
682
  * @param UpdateHeatWaveClusterRequest
584
683
  * @return UpdateHeatWaveClusterResponse
585
684
  * @throws OciError when an error occurs
586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
685
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
587
686
  */
588
687
  updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
589
688
  }
590
689
  export declare enum MysqlaasApiKeys {
591
690
  }
691
+ /**
692
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
693
+ */
592
694
  export declare class MysqlaasClient {
593
695
  protected static serviceEndpointTemplate: string;
594
696
  protected "_endpoint": string;
@@ -638,29 +740,32 @@ export declare class MysqlaasClient {
638
740
  getWaiters(): MysqlaasWaiter;
639
741
  /**
640
742
  * Creates a new Configuration.
743
+ * This operation does not retry by default if the user has not defined a retry configuration.
641
744
  * @param CreateConfigurationRequest
642
745
  * @return CreateConfigurationResponse
643
746
  * @throws OciError when an error occurs
644
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
747
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
645
748
  */
646
749
  createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
647
750
  /**
648
751
  * Deletes a Configuration.
649
752
  * The Configuration must not be in use by any DB Systems.
650
753
  *
754
+ * This operation does not retry by default if the user has not defined a retry configuration.
651
755
  * @param DeleteConfigurationRequest
652
756
  * @return DeleteConfigurationResponse
653
757
  * @throws OciError when an error occurs
654
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
758
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
655
759
  */
656
760
  deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
657
761
  /**
658
762
  * Get the full details of the specified Configuration, including the list of MySQL Variables and their values.
659
763
  *
764
+ * This operation does not retry by default if the user has not defined a retry configuration.
660
765
  * @param GetConfigurationRequest
661
766
  * @return GetConfigurationResponse
662
767
  * @throws OciError when an error occurs
663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
664
769
  */
665
770
  getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
666
771
  /**
@@ -673,13 +778,15 @@ export declare class MysqlaasClient {
673
778
  * - DEFAULT-before-CUSTOM
674
779
  * - displayName ascending
675
780
  *
781
+ * This operation does not retry by default if the user has not defined a retry configuration.
676
782
  * @param ListConfigurationsRequest
677
783
  * @return ListConfigurationsResponse
678
784
  * @throws OciError when an error occurs
679
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
680
786
  */
681
787
  listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
682
788
  /**
789
+ * NOTE: This function is deprecated in favor of listConfigurationsRecordIterator function.
683
790
  * Creates a new async iterator which will iterate over the models.ConfigurationSummary objects
684
791
  * contained in responses from the listConfigurations operation. This iterator will fetch more data from the
685
792
  * server as needed.
@@ -688,22 +795,39 @@ export declare class MysqlaasClient {
688
795
  */
689
796
  listAllConfigurations(request: requests.ListConfigurationsRequest): AsyncIterableIterator<model.ConfigurationSummary>;
690
797
  /**
798
+ * NOTE: This function is deprecated in favor of listConfigurationsResponseIterator function.
691
799
  * Creates a new async iterator which will iterate over the responses received from the listConfigurations operation. This iterator
692
800
  * will fetch more data from the server as needed.
693
801
  *
694
802
  * @param request a request which can be sent to the service operation
695
803
  */
696
804
  listAllConfigurationsResponses(request: requests.ListConfigurationsRequest): AsyncIterableIterator<responses.ListConfigurationsResponse>;
805
+ /**
806
+ * Creates a new async iterator which will iterate over the models.ConfigurationSummary objects
807
+ * contained in responses from the listConfigurations operation. This iterator will fetch more data from the
808
+ * server as needed.
809
+ *
810
+ * @param request a request which can be sent to the service operation
811
+ */
812
+ listConfigurationsRecordIterator(request: requests.ListConfigurationsRequest): AsyncIterableIterator<model.ConfigurationSummary>;
813
+ /**
814
+ * Creates a new async iterator which will iterate over the responses received from the listConfigurations operation. This iterator
815
+ * will fetch more data from the server as needed.
816
+ *
817
+ * @param request a request which can be sent to the service operation
818
+ */
819
+ listConfigurationsResponseIterator(request: requests.ListConfigurationsRequest): AsyncIterableIterator<responses.ListConfigurationsResponse>;
697
820
  /**
698
821
  * Gets a list of the shapes you can use to create a new MySQL DB System.
699
822
  * The shape determines the resources allocated to the DB System:
700
823
  * CPU cores and memory for VM shapes; CPU cores, memory and
701
824
  * storage for non-VM (or bare metal) shapes.
702
825
  *
826
+ * This operation does not retry by default if the user has not defined a retry configuration.
703
827
  * @param ListShapesRequest
704
828
  * @return ListShapesResponse
705
829
  * @throws OciError when an error occurs
706
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
830
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
707
831
  */
708
832
  listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
709
833
  /**
@@ -711,23 +835,28 @@ export declare class MysqlaasClient {
711
835
  * <p>
712
836
  The list is sorted by version family.
713
837
  *
838
+ * This operation does not retry by default if the user has not defined a retry configuration.
714
839
  * @param ListVersionsRequest
715
840
  * @return ListVersionsResponse
716
841
  * @throws OciError when an error occurs
717
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
718
843
  */
719
844
  listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
720
845
  /**
721
846
  * Updates the Configuration details.
847
+ * This operation does not retry by default if the user has not defined a retry configuration.
722
848
  * @param UpdateConfigurationRequest
723
849
  * @return UpdateConfigurationResponse
724
850
  * @throws OciError when an error occurs
725
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
851
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
726
852
  */
727
853
  updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
728
854
  }
729
855
  export declare enum WorkRequestsApiKeys {
730
856
  }
857
+ /**
858
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
859
+ */
731
860
  export declare class WorkRequestsClient {
732
861
  protected static serviceEndpointTemplate: string;
733
862
  protected "_endpoint": string;
@@ -777,22 +906,25 @@ export declare class WorkRequestsClient {
777
906
  getWaiters(): WorkRequestsWaiter;
778
907
  /**
779
908
  * Gets the status of the work request with the given ID.
909
+ * This operation does not retry by default if the user has not defined a retry configuration.
780
910
  * @param GetWorkRequestRequest
781
911
  * @return GetWorkRequestResponse
782
912
  * @throws OciError when an error occurs
783
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
784
914
  */
785
915
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
786
916
  /**
787
917
  * Return a (paginated) list of errors for a given work request.
788
918
  *
919
+ * This operation does not retry by default if the user has not defined a retry configuration.
789
920
  * @param ListWorkRequestErrorsRequest
790
921
  * @return ListWorkRequestErrorsResponse
791
922
  * @throws OciError when an error occurs
792
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
923
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
793
924
  */
794
925
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
795
926
  /**
927
+ * NOTE: This function is deprecated in favor of listWorkRequestErrorsRecordIterator function.
796
928
  * Creates a new async iterator which will iterate over the models.WorkRequestError objects
797
929
  * contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the
798
930
  * server as needed.
@@ -801,22 +933,40 @@ export declare class WorkRequestsClient {
801
933
  */
802
934
  listAllWorkRequestErrors(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<model.WorkRequestError>;
803
935
  /**
936
+ * NOTE: This function is deprecated in favor of listWorkRequestErrorsResponseIterator function.
804
937
  * Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator
805
938
  * will fetch more data from the server as needed.
806
939
  *
807
940
  * @param request a request which can be sent to the service operation
808
941
  */
809
942
  listAllWorkRequestErrorsResponses(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<responses.ListWorkRequestErrorsResponse>;
943
+ /**
944
+ * Creates a new async iterator which will iterate over the models.WorkRequestError objects
945
+ * contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the
946
+ * server as needed.
947
+ *
948
+ * @param request a request which can be sent to the service operation
949
+ */
950
+ listWorkRequestErrorsRecordIterator(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<model.WorkRequestError>;
951
+ /**
952
+ * Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator
953
+ * will fetch more data from the server as needed.
954
+ *
955
+ * @param request a request which can be sent to the service operation
956
+ */
957
+ listWorkRequestErrorsResponseIterator(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<responses.ListWorkRequestErrorsResponse>;
810
958
  /**
811
959
  * Return a (paginated) list of logs for a given work request.
812
960
  *
961
+ * This operation does not retry by default if the user has not defined a retry configuration.
813
962
  * @param ListWorkRequestLogsRequest
814
963
  * @return ListWorkRequestLogsResponse
815
964
  * @throws OciError when an error occurs
816
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
965
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
817
966
  */
818
967
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
819
968
  /**
969
+ * NOTE: This function is deprecated in favor of listWorkRequestLogsRecordIterator function.
820
970
  * Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects
821
971
  * contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the
822
972
  * server as needed.
@@ -825,22 +975,40 @@ export declare class WorkRequestsClient {
825
975
  */
826
976
  listAllWorkRequestLogs(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<model.WorkRequestLogEntry>;
827
977
  /**
978
+ * NOTE: This function is deprecated in favor of listWorkRequestLogsResponseIterator function.
828
979
  * Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator
829
980
  * will fetch more data from the server as needed.
830
981
  *
831
982
  * @param request a request which can be sent to the service operation
832
983
  */
833
984
  listAllWorkRequestLogsResponses(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<responses.ListWorkRequestLogsResponse>;
985
+ /**
986
+ * Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects
987
+ * contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the
988
+ * server as needed.
989
+ *
990
+ * @param request a request which can be sent to the service operation
991
+ */
992
+ listWorkRequestLogsRecordIterator(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<model.WorkRequestLogEntry>;
993
+ /**
994
+ * Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator
995
+ * will fetch more data from the server as needed.
996
+ *
997
+ * @param request a request which can be sent to the service operation
998
+ */
999
+ listWorkRequestLogsResponseIterator(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<responses.ListWorkRequestLogsResponse>;
834
1000
  /**
835
1001
  * Lists the work requests in a specified compartment.
836
1002
  *
1003
+ * This operation does not retry by default if the user has not defined a retry configuration.
837
1004
  * @param ListWorkRequestsRequest
838
1005
  * @return ListWorkRequestsResponse
839
1006
  * @throws OciError when an error occurs
840
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1007
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
841
1008
  */
842
1009
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
843
1010
  /**
1011
+ * NOTE: This function is deprecated in favor of listWorkRequestsRecordIterator function.
844
1012
  * Creates a new async iterator which will iterate over the models.WorkRequestSummary objects
845
1013
  * contained in responses from the listWorkRequests operation. This iterator will fetch more data from the
846
1014
  * server as needed.
@@ -849,10 +1017,26 @@ export declare class WorkRequestsClient {
849
1017
  */
850
1018
  listAllWorkRequests(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<model.WorkRequestSummary>;
851
1019
  /**
1020
+ * NOTE: This function is deprecated in favor of listWorkRequestsResponseIterator function.
852
1021
  * Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator
853
1022
  * will fetch more data from the server as needed.
854
1023
  *
855
1024
  * @param request a request which can be sent to the service operation
856
1025
  */
857
1026
  listAllWorkRequestsResponses(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<responses.ListWorkRequestsResponse>;
1027
+ /**
1028
+ * Creates a new async iterator which will iterate over the models.WorkRequestSummary objects
1029
+ * contained in responses from the listWorkRequests operation. This iterator will fetch more data from the
1030
+ * server as needed.
1031
+ *
1032
+ * @param request a request which can be sent to the service operation
1033
+ */
1034
+ listWorkRequestsRecordIterator(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<model.WorkRequestSummary>;
1035
+ /**
1036
+ * Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator
1037
+ * will fetch more data from the server as needed.
1038
+ *
1039
+ * @param request a request which can be sent to the service operation
1040
+ */
1041
+ listWorkRequestsResponseIterator(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<responses.ListWorkRequestsResponse>;
858
1042
  }