oci-mysql 2.79.1 → 2.81.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 (70) hide show
  1. package/lib/client.d.ts +58 -52
  2. package/lib/client.js +278 -110
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/anonymous-transactions-handling.js +4 -2
  5. package/lib/model/anonymous-transactions-handling.js.map +1 -1
  6. package/lib/model/ca-certificate.js +4 -2
  7. package/lib/model/ca-certificate.js.map +1 -1
  8. package/lib/model/channel-source.js +4 -2
  9. package/lib/model/channel-source.js.map +1 -1
  10. package/lib/model/channel-target.js +4 -2
  11. package/lib/model/channel-target.js.map +1 -1
  12. package/lib/model/create-channel-source-details.js +4 -2
  13. package/lib/model/create-channel-source-details.js.map +1 -1
  14. package/lib/model/create-channel-target-details.js +4 -2
  15. package/lib/model/create-channel-target-details.js.map +1 -1
  16. package/lib/model/create-db-system-source-details.js +4 -2
  17. package/lib/model/create-db-system-source-details.js.map +1 -1
  18. package/lib/model/db-system-source.js +4 -2
  19. package/lib/model/db-system-source.js.map +1 -1
  20. package/lib/model/update-channel-source-details.js +4 -2
  21. package/lib/model/update-channel-source-details.js.map +1 -1
  22. package/lib/model/update-channel-target-details.js +4 -2
  23. package/lib/model/update-channel-target-details.js.map +1 -1
  24. package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
  25. package/lib/request/change-backup-compartment-request.d.ts +1 -1
  26. package/lib/request/create-backup-request.d.ts +1 -1
  27. package/lib/request/create-channel-request.d.ts +1 -1
  28. package/lib/request/create-configuration-request.d.ts +1 -1
  29. package/lib/request/create-db-system-request.d.ts +1 -1
  30. package/lib/request/create-replica-request.d.ts +1 -1
  31. package/lib/request/delete-backup-request.d.ts +1 -1
  32. package/lib/request/delete-channel-request.d.ts +1 -1
  33. package/lib/request/delete-configuration-request.d.ts +1 -1
  34. package/lib/request/delete-db-system-request.d.ts +1 -1
  35. package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
  36. package/lib/request/delete-replica-request.d.ts +1 -1
  37. package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  38. package/lib/request/get-backup-request.d.ts +1 -1
  39. package/lib/request/get-channel-request.d.ts +1 -1
  40. package/lib/request/get-configuration-request.d.ts +1 -1
  41. package/lib/request/get-db-system-request.d.ts +1 -1
  42. package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  43. package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
  44. package/lib/request/get-replica-request.d.ts +1 -1
  45. package/lib/request/get-work-request-request.d.ts +1 -1
  46. package/lib/request/list-backups-request.d.ts +1 -1
  47. package/lib/request/list-channels-request.d.ts +1 -1
  48. package/lib/request/list-configurations-request.d.ts +1 -1
  49. package/lib/request/list-db-systems-request.d.ts +1 -1
  50. package/lib/request/list-replicas-request.d.ts +1 -1
  51. package/lib/request/list-shapes-request.d.ts +1 -1
  52. package/lib/request/list-versions-request.d.ts +1 -1
  53. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  54. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  55. package/lib/request/list-work-requests-request.d.ts +1 -1
  56. package/lib/request/reset-channel-request.d.ts +1 -1
  57. package/lib/request/restart-db-system-request.d.ts +1 -1
  58. package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
  59. package/lib/request/resume-channel-request.d.ts +1 -1
  60. package/lib/request/start-db-system-request.d.ts +1 -1
  61. package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
  62. package/lib/request/stop-db-system-request.d.ts +1 -1
  63. package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
  64. package/lib/request/update-backup-request.d.ts +1 -1
  65. package/lib/request/update-channel-request.d.ts +1 -1
  66. package/lib/request/update-configuration-request.d.ts +1 -1
  67. package/lib/request/update-db-system-request.d.ts +1 -1
  68. package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
  69. package/lib/request/update-replica-request.d.ts +1 -1
  70. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -29,7 +29,7 @@ export declare enum ChannelsApiKeys {
29
29
  export declare class ChannelsClient {
30
30
  protected static serviceEndpointTemplate: string;
31
31
  protected static endpointServiceName: string;
32
- protected "_realmSpecificEndpointTemplateEnabled": boolean;
32
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
33
33
  protected "_endpoint": string;
34
34
  protected "_defaultHeaders": any;
35
35
  protected "_waiters": ChannelsWaiter;
@@ -52,6 +52,7 @@ export declare class ChannelsClient {
52
52
  * @param endpoint The endpoint of the service.
53
53
  */
54
54
  set endpoint(endpoint: string);
55
+ get logger(): import("oci-common/lib/log").Logger;
55
56
  /**
56
57
  * Determines whether realm specific endpoint should be used or not.
57
58
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -97,7 +98,7 @@ export declare class ChannelsClient {
97
98
  * @param CreateChannelRequest
98
99
  * @return CreateChannelResponse
99
100
  * @throws OciError when an error occurs
100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
101
102
  */
102
103
  createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
103
104
  /**
@@ -106,7 +107,7 @@ export declare class ChannelsClient {
106
107
  * @param DeleteChannelRequest
107
108
  * @return DeleteChannelResponse
108
109
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
110
111
  */
111
112
  deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
112
113
  /**
@@ -118,7 +119,7 @@ export declare class ChannelsClient {
118
119
  * @param GetChannelRequest
119
120
  * @return GetChannelResponse
120
121
  * @throws OciError when an error occurs
121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
122
123
  */
123
124
  getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
124
125
  /**
@@ -127,7 +128,7 @@ export declare class ChannelsClient {
127
128
  * @param ListChannelsRequest
128
129
  * @return ListChannelsResponse
129
130
  * @throws OciError when an error occurs
130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
131
132
  */
132
133
  listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
133
134
  /**
@@ -170,7 +171,7 @@ export declare class ChannelsClient {
170
171
  * @param ResetChannelRequest
171
172
  * @return ResetChannelResponse
172
173
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
174
175
  */
175
176
  resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
176
177
  /**
@@ -182,7 +183,7 @@ export declare class ChannelsClient {
182
183
  * @param ResumeChannelRequest
183
184
  * @return ResumeChannelResponse
184
185
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
186
187
  */
187
188
  resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
188
189
  /**
@@ -195,7 +196,7 @@ export declare class ChannelsClient {
195
196
  * @param UpdateChannelRequest
196
197
  * @return UpdateChannelResponse
197
198
  * @throws OciError when an error occurs
198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
199
200
  */
200
201
  updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
201
202
  }
@@ -207,7 +208,7 @@ export declare enum DbBackupsApiKeys {
207
208
  export declare class DbBackupsClient {
208
209
  protected static serviceEndpointTemplate: string;
209
210
  protected static endpointServiceName: string;
210
- protected "_realmSpecificEndpointTemplateEnabled": boolean;
211
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
211
212
  protected "_endpoint": string;
212
213
  protected "_defaultHeaders": any;
213
214
  protected "_waiters": DbBackupsWaiter;
@@ -230,6 +231,7 @@ export declare class DbBackupsClient {
230
231
  * @param endpoint The endpoint of the service.
231
232
  */
232
233
  set endpoint(endpoint: string);
234
+ get logger(): import("oci-common/lib/log").Logger;
233
235
  /**
234
236
  * Determines whether realm specific endpoint should be used or not.
235
237
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -276,7 +278,7 @@ export declare class DbBackupsClient {
276
278
  * @param ChangeBackupCompartmentRequest
277
279
  * @return ChangeBackupCompartmentResponse
278
280
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
280
282
  */
281
283
  changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
282
284
  /**
@@ -286,7 +288,7 @@ export declare class DbBackupsClient {
286
288
  * @param CreateBackupRequest
287
289
  * @return CreateBackupResponse
288
290
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
290
292
  */
291
293
  createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
292
294
  /**
@@ -296,7 +298,7 @@ export declare class DbBackupsClient {
296
298
  * @param DeleteBackupRequest
297
299
  * @return DeleteBackupResponse
298
300
  * @throws OciError when an error occurs
299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
300
302
  */
301
303
  deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
302
304
  /**
@@ -305,7 +307,7 @@ export declare class DbBackupsClient {
305
307
  * @param GetBackupRequest
306
308
  * @return GetBackupResponse
307
309
  * @throws OciError when an error occurs
308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
309
311
  */
310
312
  getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
311
313
  /**
@@ -315,7 +317,7 @@ export declare class DbBackupsClient {
315
317
  * @param ListBackupsRequest
316
318
  * @return ListBackupsResponse
317
319
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
319
321
  */
320
322
  listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
321
323
  /**
@@ -356,7 +358,7 @@ export declare class DbBackupsClient {
356
358
  * @param UpdateBackupRequest
357
359
  * @return UpdateBackupResponse
358
360
  * @throws OciError when an error occurs
359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
361
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
360
362
  */
361
363
  updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
362
364
  }
@@ -368,7 +370,7 @@ export declare enum DbSystemApiKeys {
368
370
  export declare class DbSystemClient {
369
371
  protected static serviceEndpointTemplate: string;
370
372
  protected static endpointServiceName: string;
371
- protected "_realmSpecificEndpointTemplateEnabled": boolean;
373
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
372
374
  protected "_endpoint": string;
373
375
  protected "_defaultHeaders": any;
374
376
  protected "_waiters": DbSystemWaiter;
@@ -391,6 +393,7 @@ export declare class DbSystemClient {
391
393
  * @param endpoint The endpoint of the service.
392
394
  */
393
395
  set endpoint(endpoint: string);
396
+ get logger(): import("oci-common/lib/log").Logger;
394
397
  /**
395
398
  * Determines whether realm specific endpoint should be used or not.
396
399
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -436,7 +439,7 @@ export declare class DbSystemClient {
436
439
  * @param AddHeatWaveClusterRequest
437
440
  * @return AddHeatWaveClusterResponse
438
441
  * @throws OciError when an error occurs
439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
440
443
  */
441
444
  addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
442
445
  /**
@@ -446,7 +449,7 @@ export declare class DbSystemClient {
446
449
  * @param CreateDbSystemRequest
447
450
  * @return CreateDbSystemResponse
448
451
  * @throws OciError when an error occurs
449
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
450
453
  */
451
454
  createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
452
455
  /**
@@ -457,7 +460,7 @@ export declare class DbSystemClient {
457
460
  * @param DeleteDbSystemRequest
458
461
  * @return DeleteDbSystemResponse
459
462
  * @throws OciError when an error occurs
460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
461
464
  */
462
465
  deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
463
466
  /**
@@ -468,7 +471,7 @@ export declare class DbSystemClient {
468
471
  * @param DeleteHeatWaveClusterRequest
469
472
  * @return DeleteHeatWaveClusterResponse
470
473
  * @throws OciError when an error occurs
471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
472
475
  */
473
476
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
474
477
  /**
@@ -478,7 +481,7 @@ export declare class DbSystemClient {
478
481
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
479
482
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
480
483
  * @throws OciError when an error occurs
481
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
484
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
482
485
  */
483
486
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
484
487
  /**
@@ -487,7 +490,7 @@ export declare class DbSystemClient {
487
490
  * @param GetDbSystemRequest
488
491
  * @return GetDbSystemResponse
489
492
  * @throws OciError when an error occurs
490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
491
494
  */
492
495
  getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
493
496
  /**
@@ -496,7 +499,7 @@ export declare class DbSystemClient {
496
499
  * @param GetHeatWaveClusterRequest
497
500
  * @return GetHeatWaveClusterResponse
498
501
  * @throws OciError when an error occurs
499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
500
503
  */
501
504
  getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
502
505
  /**
@@ -507,7 +510,7 @@ export declare class DbSystemClient {
507
510
  * @param GetHeatWaveClusterMemoryEstimateRequest
508
511
  * @return GetHeatWaveClusterMemoryEstimateResponse
509
512
  * @throws OciError when an error occurs
510
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
511
514
  */
512
515
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
513
516
  /**
@@ -518,7 +521,7 @@ export declare class DbSystemClient {
518
521
  * @param ListDbSystemsRequest
519
522
  * @return ListDbSystemsResponse
520
523
  * @throws OciError when an error occurs
521
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
524
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
522
525
  */
523
526
  listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
524
527
  /**
@@ -559,7 +562,7 @@ export declare class DbSystemClient {
559
562
  * @param RestartDbSystemRequest
560
563
  * @return RestartDbSystemResponse
561
564
  * @throws OciError when an error occurs
562
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
565
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
563
566
  */
564
567
  restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
565
568
  /**
@@ -568,7 +571,7 @@ export declare class DbSystemClient {
568
571
  * @param RestartHeatWaveClusterRequest
569
572
  * @return RestartHeatWaveClusterResponse
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.79.1/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
574
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
572
575
  */
573
576
  restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
574
577
  /**
@@ -577,7 +580,7 @@ export declare class DbSystemClient {
577
580
  * @param StartDbSystemRequest
578
581
  * @return StartDbSystemResponse
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.79.1/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
583
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
581
584
  */
582
585
  startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
583
586
  /**
@@ -586,7 +589,7 @@ export declare class DbSystemClient {
586
589
  * @param StartHeatWaveClusterRequest
587
590
  * @return StartHeatWaveClusterResponse
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.79.1/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
592
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
590
593
  */
591
594
  startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
592
595
  /**
@@ -598,7 +601,7 @@ export declare class DbSystemClient {
598
601
  * @param StopDbSystemRequest
599
602
  * @return StopDbSystemResponse
600
603
  * @throws OciError when an error occurs
601
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
602
605
  */
603
606
  stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
604
607
  /**
@@ -607,7 +610,7 @@ export declare class DbSystemClient {
607
610
  * @param StopHeatWaveClusterRequest
608
611
  * @return StopHeatWaveClusterResponse
609
612
  * @throws OciError when an error occurs
610
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
611
614
  */
612
615
  stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
613
616
  /**
@@ -624,7 +627,7 @@ export declare class DbSystemClient {
624
627
  * @param UpdateDbSystemRequest
625
628
  * @return UpdateDbSystemResponse
626
629
  * @throws OciError when an error occurs
627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
630
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
628
631
  */
629
632
  updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
630
633
  /**
@@ -634,7 +637,7 @@ export declare class DbSystemClient {
634
637
  * @param UpdateHeatWaveClusterRequest
635
638
  * @return UpdateHeatWaveClusterResponse
636
639
  * @throws OciError when an error occurs
637
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
640
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
638
641
  */
639
642
  updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
640
643
  }
@@ -646,7 +649,7 @@ export declare enum MysqlaasApiKeys {
646
649
  export declare class MysqlaasClient {
647
650
  protected static serviceEndpointTemplate: string;
648
651
  protected static endpointServiceName: string;
649
- protected "_realmSpecificEndpointTemplateEnabled": boolean;
652
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
650
653
  protected "_endpoint": string;
651
654
  protected "_defaultHeaders": any;
652
655
  protected "_waiters": MysqlaasWaiter;
@@ -669,6 +672,7 @@ export declare class MysqlaasClient {
669
672
  * @param endpoint The endpoint of the service.
670
673
  */
671
674
  set endpoint(endpoint: string);
675
+ get logger(): import("oci-common/lib/log").Logger;
672
676
  /**
673
677
  * Determines whether realm specific endpoint should be used or not.
674
678
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -713,7 +717,7 @@ export declare class MysqlaasClient {
713
717
  * @param CreateConfigurationRequest
714
718
  * @return CreateConfigurationResponse
715
719
  * @throws OciError when an error occurs
716
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
720
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
717
721
  */
718
722
  createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
719
723
  /**
@@ -724,7 +728,7 @@ export declare class MysqlaasClient {
724
728
  * @param DeleteConfigurationRequest
725
729
  * @return DeleteConfigurationResponse
726
730
  * @throws OciError when an error occurs
727
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
731
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
728
732
  */
729
733
  deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
730
734
  /**
@@ -734,7 +738,7 @@ export declare class MysqlaasClient {
734
738
  * @param GetConfigurationRequest
735
739
  * @return GetConfigurationResponse
736
740
  * @throws OciError when an error occurs
737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
741
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
738
742
  */
739
743
  getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
740
744
  /**
@@ -751,7 +755,7 @@ export declare class MysqlaasClient {
751
755
  * @param ListConfigurationsRequest
752
756
  * @return ListConfigurationsResponse
753
757
  * @throws OciError when an error occurs
754
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
758
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
755
759
  */
756
760
  listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
757
761
  /**
@@ -796,7 +800,7 @@ export declare class MysqlaasClient {
796
800
  * @param ListShapesRequest
797
801
  * @return ListShapesResponse
798
802
  * @throws OciError when an error occurs
799
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
803
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
800
804
  */
801
805
  listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
802
806
  /**
@@ -808,7 +812,7 @@ export declare class MysqlaasClient {
808
812
  * @param ListVersionsRequest
809
813
  * @return ListVersionsResponse
810
814
  * @throws OciError when an error occurs
811
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
815
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
812
816
  */
813
817
  listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
814
818
  /**
@@ -817,7 +821,7 @@ export declare class MysqlaasClient {
817
821
  * @param UpdateConfigurationRequest
818
822
  * @return UpdateConfigurationResponse
819
823
  * @throws OciError when an error occurs
820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
824
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
821
825
  */
822
826
  updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
823
827
  }
@@ -829,7 +833,7 @@ export declare enum ReplicasApiKeys {
829
833
  export declare class ReplicasClient {
830
834
  protected static serviceEndpointTemplate: string;
831
835
  protected static endpointServiceName: string;
832
- protected "_realmSpecificEndpointTemplateEnabled": boolean;
836
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
833
837
  protected "_endpoint": string;
834
838
  protected "_defaultHeaders": any;
835
839
  protected "_waiters": ReplicasWaiter;
@@ -852,6 +856,7 @@ export declare class ReplicasClient {
852
856
  * @param endpoint The endpoint of the service.
853
857
  */
854
858
  set endpoint(endpoint: string);
859
+ get logger(): import("oci-common/lib/log").Logger;
855
860
  /**
856
861
  * Determines whether realm specific endpoint should be used or not.
857
862
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -896,7 +901,7 @@ export declare class ReplicasClient {
896
901
  * @param CreateReplicaRequest
897
902
  * @return CreateReplicaResponse
898
903
  * @throws OciError when an error occurs
899
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
904
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
900
905
  */
901
906
  createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
902
907
  /**
@@ -905,7 +910,7 @@ export declare class ReplicasClient {
905
910
  * @param DeleteReplicaRequest
906
911
  * @return DeleteReplicaResponse
907
912
  * @throws OciError when an error occurs
908
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
909
914
  */
910
915
  deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
911
916
  /**
@@ -914,7 +919,7 @@ export declare class ReplicasClient {
914
919
  * @param GetReplicaRequest
915
920
  * @return GetReplicaResponse
916
921
  * @throws OciError when an error occurs
917
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
922
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
918
923
  */
919
924
  getReplica(getReplicaRequest: requests.GetReplicaRequest): Promise<responses.GetReplicaResponse>;
920
925
  /**
@@ -923,7 +928,7 @@ export declare class ReplicasClient {
923
928
  * @param ListReplicasRequest
924
929
  * @return ListReplicasResponse
925
930
  * @throws OciError when an error occurs
926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
931
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
927
932
  */
928
933
  listReplicas(listReplicasRequest: requests.ListReplicasRequest): Promise<responses.ListReplicasResponse>;
929
934
  /**
@@ -964,7 +969,7 @@ export declare class ReplicasClient {
964
969
  * @param UpdateReplicaRequest
965
970
  * @return UpdateReplicaResponse
966
971
  * @throws OciError when an error occurs
967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
972
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
968
973
  */
969
974
  updateReplica(updateReplicaRequest: requests.UpdateReplicaRequest): Promise<responses.UpdateReplicaResponse>;
970
975
  }
@@ -976,7 +981,7 @@ export declare enum WorkRequestsApiKeys {
976
981
  export declare class WorkRequestsClient {
977
982
  protected static serviceEndpointTemplate: string;
978
983
  protected static endpointServiceName: string;
979
- protected "_realmSpecificEndpointTemplateEnabled": boolean;
984
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
980
985
  protected "_endpoint": string;
981
986
  protected "_defaultHeaders": any;
982
987
  protected "_waiters": WorkRequestsWaiter;
@@ -999,6 +1004,7 @@ export declare class WorkRequestsClient {
999
1004
  * @param endpoint The endpoint of the service.
1000
1005
  */
1001
1006
  set endpoint(endpoint: string);
1007
+ get logger(): import("oci-common/lib/log").Logger;
1002
1008
  /**
1003
1009
  * Determines whether realm specific endpoint should be used or not.
1004
1010
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -1043,7 +1049,7 @@ export declare class WorkRequestsClient {
1043
1049
  * @param GetWorkRequestRequest
1044
1050
  * @return GetWorkRequestResponse
1045
1051
  * @throws OciError when an error occurs
1046
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1052
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1047
1053
  */
1048
1054
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
1049
1055
  /**
@@ -1053,7 +1059,7 @@ export declare class WorkRequestsClient {
1053
1059
  * @param ListWorkRequestErrorsRequest
1054
1060
  * @return ListWorkRequestErrorsResponse
1055
1061
  * @throws OciError when an error occurs
1056
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1062
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1057
1063
  */
1058
1064
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
1059
1065
  /**
@@ -1095,7 +1101,7 @@ export declare class WorkRequestsClient {
1095
1101
  * @param ListWorkRequestLogsRequest
1096
1102
  * @return ListWorkRequestLogsResponse
1097
1103
  * @throws OciError when an error occurs
1098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1099
1105
  */
1100
1106
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
1101
1107
  /**
@@ -1137,7 +1143,7 @@ export declare class WorkRequestsClient {
1137
1143
  * @param ListWorkRequestsRequest
1138
1144
  * @return ListWorkRequestsResponse
1139
1145
  * @throws OciError when an error occurs
1140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1141
1147
  */
1142
1148
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1143
1149
  /**