oci-databasemigration 2.49.0 → 2.50.1

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 (67) hide show
  1. package/lib/client.d.ts +80 -80
  2. package/lib/client.js +120 -120
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/connection-summary.d.ts +5 -0
  5. package/lib/model/connection-summary.js.map +1 -1
  6. package/lib/model/connection.d.ts +5 -0
  7. package/lib/model/connection.js.map +1 -1
  8. package/lib/model/create-connection-details.d.ts +5 -0
  9. package/lib/model/create-connection-details.js.map +1 -1
  10. package/lib/model/create-directory-object.d.ts +1 -1
  11. package/lib/model/index.d.ts +0 -6
  12. package/lib/model/index.js +4 -10
  13. package/lib/model/index.js.map +1 -1
  14. package/lib/model/phase-status.d.ts +10 -0
  15. package/lib/model/phase-status.js.map +1 -1
  16. package/lib/model/update-connection-details.d.ts +5 -0
  17. package/lib/model/update-connection-details.js.map +1 -1
  18. package/lib/request/abort-job-request.d.ts +1 -1
  19. package/lib/request/add-migration-objects-request.d.ts +1 -1
  20. package/lib/request/change-agent-compartment-request.d.ts +1 -1
  21. package/lib/request/change-connection-compartment-request.d.ts +1 -1
  22. package/lib/request/change-migration-compartment-request.d.ts +1 -1
  23. package/lib/request/clone-migration-request.d.ts +1 -1
  24. package/lib/request/create-connection-request.d.ts +1 -1
  25. package/lib/request/create-migration-request.d.ts +1 -1
  26. package/lib/request/delete-agent-request.d.ts +1 -1
  27. package/lib/request/delete-connection-request.d.ts +1 -1
  28. package/lib/request/delete-job-request.d.ts +1 -1
  29. package/lib/request/delete-migration-request.d.ts +1 -1
  30. package/lib/request/evaluate-migration-request.d.ts +1 -1
  31. package/lib/request/get-advisor-report-request.d.ts +1 -1
  32. package/lib/request/get-agent-request.d.ts +1 -1
  33. package/lib/request/get-connection-request.d.ts +1 -1
  34. package/lib/request/get-job-output-content-request.d.ts +1 -1
  35. package/lib/request/get-job-request.d.ts +1 -1
  36. package/lib/request/get-migration-request.d.ts +1 -1
  37. package/lib/request/get-work-request-request.d.ts +1 -1
  38. package/lib/request/list-agent-images-request.d.ts +1 -1
  39. package/lib/request/list-agents-request.d.ts +1 -1
  40. package/lib/request/list-connections-request.d.ts +1 -1
  41. package/lib/request/list-excluded-objects-request.d.ts +1 -1
  42. package/lib/request/list-job-outputs-request.d.ts +1 -1
  43. package/lib/request/list-jobs-request.d.ts +1 -1
  44. package/lib/request/list-migration-object-types-request.d.ts +1 -1
  45. package/lib/request/list-migration-objects-request.d.ts +1 -1
  46. package/lib/request/list-migrations-request.d.ts +1 -1
  47. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  48. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  49. package/lib/request/list-work-requests-request.d.ts +1 -1
  50. package/lib/request/remove-migration-objects-request.d.ts +1 -1
  51. package/lib/request/resume-job-request.d.ts +1 -1
  52. package/lib/request/retrieve-supported-phases-request.d.ts +1 -1
  53. package/lib/request/start-migration-request.d.ts +1 -1
  54. package/lib/request/update-agent-request.d.ts +1 -1
  55. package/lib/request/update-connection-request.d.ts +1 -1
  56. package/lib/request/update-job-request.d.ts +1 -1
  57. package/lib/request/update-migration-request.d.ts +1 -1
  58. package/package.json +3 -3
  59. package/lib/model/create-agent-details.d.ts +0 -65
  60. package/lib/model/create-agent-details.js +0 -29
  61. package/lib/model/create-agent-details.js.map +0 -1
  62. package/lib/model/generate-token.d.ts +0 -27
  63. package/lib/model/generate-token.js +0 -29
  64. package/lib/model/generate-token.js.map +0 -1
  65. package/lib/model/par-link.d.ts +0 -27
  66. package/lib/model/par-link.js +0 -29
  67. package/lib/model/par-link.js.map +0 -1
package/lib/client.js CHANGED
@@ -153,11 +153,11 @@ class DatabaseMigrationClient {
153
153
  /**
154
154
  * Aborts a Migration Job (either Evaluation or Migration).
155
155
  *
156
- * This operation does not retry by default if the user has not defined a retry configuration.
156
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
157
157
  * @param AbortJobRequest
158
158
  * @return AbortJobResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
161
161
  */
162
162
  abortJob(abortJobRequest) {
163
163
  return __awaiter(this, void 0, void 0, function* () {
@@ -175,7 +175,7 @@ class DatabaseMigrationClient {
175
175
  "opc-retry-token": abortJobRequest.opcRetryToken,
176
176
  "opc-request-id": abortJobRequest.opcRequestId
177
177
  };
178
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
178
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
179
179
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, abortJobRequest.retryConfiguration, specRetryConfiguration);
180
180
  if (this.logger)
181
181
  retrier.logger = this.logger;
@@ -219,11 +219,11 @@ class DatabaseMigrationClient {
219
219
  /**
220
220
  * Add excluded/included object to the list.
221
221
  *
222
- * This operation does not retry by default if the user has not defined a retry configuration.
222
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
223
223
  * @param AddMigrationObjectsRequest
224
224
  * @return AddMigrationObjectsResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
227
227
  */
228
228
  addMigrationObjects(addMigrationObjectsRequest) {
229
229
  return __awaiter(this, void 0, void 0, function* () {
@@ -240,7 +240,7 @@ class DatabaseMigrationClient {
240
240
  "opc-request-id": addMigrationObjectsRequest.opcRequestId,
241
241
  "if-match": addMigrationObjectsRequest.ifMatch
242
242
  };
243
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
243
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
244
244
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addMigrationObjectsRequest.retryConfiguration, specRetryConfiguration);
245
245
  if (this.logger)
246
246
  retrier.logger = this.logger;
@@ -276,11 +276,11 @@ class DatabaseMigrationClient {
276
276
  /**
277
277
  * Used to configure an ODMS Agent Compartment ID.
278
278
  *
279
- * This operation does not retry by default if the user has not defined a retry configuration.
279
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
280
280
  * @param ChangeAgentCompartmentRequest
281
281
  * @return ChangeAgentCompartmentResponse
282
282
  * @throws OciError when an error occurs
283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
284
284
  */
285
285
  changeAgentCompartment(changeAgentCompartmentRequest) {
286
286
  return __awaiter(this, void 0, void 0, function* () {
@@ -298,7 +298,7 @@ class DatabaseMigrationClient {
298
298
  "opc-request-id": changeAgentCompartmentRequest.opcRequestId,
299
299
  "if-match": changeAgentCompartmentRequest.ifMatch
300
300
  };
301
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
301
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
302
302
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeAgentCompartmentRequest.retryConfiguration, specRetryConfiguration);
303
303
  if (this.logger)
304
304
  retrier.logger = this.logger;
@@ -334,11 +334,11 @@ class DatabaseMigrationClient {
334
334
  /**
335
335
  * Used to change the Database Connection compartment.
336
336
  *
337
- * This operation does not retry by default if the user has not defined a retry configuration.
337
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
338
338
  * @param ChangeConnectionCompartmentRequest
339
339
  * @return ChangeConnectionCompartmentResponse
340
340
  * @throws OciError when an error occurs
341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
342
342
  */
343
343
  changeConnectionCompartment(changeConnectionCompartmentRequest) {
344
344
  return __awaiter(this, void 0, void 0, function* () {
@@ -356,7 +356,7 @@ class DatabaseMigrationClient {
356
356
  "opc-request-id": changeConnectionCompartmentRequest.opcRequestId,
357
357
  "if-match": changeConnectionCompartmentRequest.ifMatch
358
358
  };
359
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
359
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
360
360
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeConnectionCompartmentRequest.retryConfiguration, specRetryConfiguration);
361
361
  if (this.logger)
362
362
  retrier.logger = this.logger;
@@ -392,11 +392,11 @@ class DatabaseMigrationClient {
392
392
  /**
393
393
  * Used to change the Migration compartment.
394
394
  *
395
- * This operation does not retry by default if the user has not defined a retry configuration.
395
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
396
396
  * @param ChangeMigrationCompartmentRequest
397
397
  * @return ChangeMigrationCompartmentResponse
398
398
  * @throws OciError when an error occurs
399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
400
400
  */
401
401
  changeMigrationCompartment(changeMigrationCompartmentRequest) {
402
402
  return __awaiter(this, void 0, void 0, function* () {
@@ -414,7 +414,7 @@ class DatabaseMigrationClient {
414
414
  "opc-request-id": changeMigrationCompartmentRequest.opcRequestId,
415
415
  "if-match": changeMigrationCompartmentRequest.ifMatch
416
416
  };
417
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
417
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
418
418
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeMigrationCompartmentRequest.retryConfiguration, specRetryConfiguration);
419
419
  if (this.logger)
420
420
  retrier.logger = this.logger;
@@ -450,11 +450,11 @@ class DatabaseMigrationClient {
450
450
  /**
451
451
  * Clone a configuration from an existing Migration.
452
452
  *
453
- * This operation does not retry by default if the user has not defined a retry configuration.
453
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
454
454
  * @param CloneMigrationRequest
455
455
  * @return CloneMigrationResponse
456
456
  * @throws OciError when an error occurs
457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
458
458
  */
459
459
  cloneMigration(cloneMigrationRequest) {
460
460
  return __awaiter(this, void 0, void 0, function* () {
@@ -472,7 +472,7 @@ class DatabaseMigrationClient {
472
472
  "opc-retry-token": cloneMigrationRequest.opcRetryToken,
473
473
  "opc-request-id": cloneMigrationRequest.opcRequestId
474
474
  };
475
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
475
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
476
476
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, cloneMigrationRequest.retryConfiguration, specRetryConfiguration);
477
477
  if (this.logger)
478
478
  retrier.logger = this.logger;
@@ -523,11 +523,11 @@ class DatabaseMigrationClient {
523
523
  * Create a Database Connection resource that contains the details to connect to either a Source or Target Database
524
524
  * in the migration.
525
525
  *
526
- * This operation does not retry by default if the user has not defined a retry configuration.
526
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
527
527
  * @param CreateConnectionRequest
528
528
  * @return CreateConnectionResponse
529
529
  * @throws OciError when an error occurs
530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
530
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
531
531
  */
532
532
  createConnection(createConnectionRequest) {
533
533
  return __awaiter(this, void 0, void 0, function* () {
@@ -542,7 +542,7 @@ class DatabaseMigrationClient {
542
542
  "opc-retry-token": createConnectionRequest.opcRetryToken,
543
543
  "opc-request-id": createConnectionRequest.opcRequestId
544
544
  };
545
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
545
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
546
546
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createConnectionRequest.retryConfiguration, specRetryConfiguration);
547
547
  if (this.logger)
548
548
  retrier.logger = this.logger;
@@ -594,11 +594,11 @@ class DatabaseMigrationClient {
594
594
  * database migration operation, such as source and destination database
595
595
  * details, credentials, etc.
596
596
  *
597
- * This operation does not retry by default if the user has not defined a retry configuration.
597
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
598
598
  * @param CreateMigrationRequest
599
599
  * @return CreateMigrationResponse
600
600
  * @throws OciError when an error occurs
601
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
601
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
602
602
  */
603
603
  createMigration(createMigrationRequest) {
604
604
  return __awaiter(this, void 0, void 0, function* () {
@@ -613,7 +613,7 @@ class DatabaseMigrationClient {
613
613
  "opc-retry-token": createMigrationRequest.opcRetryToken,
614
614
  "opc-request-id": createMigrationRequest.opcRequestId
615
615
  };
616
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
616
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
617
617
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createMigrationRequest.retryConfiguration, specRetryConfiguration);
618
618
  if (this.logger)
619
619
  retrier.logger = this.logger;
@@ -663,11 +663,11 @@ class DatabaseMigrationClient {
663
663
  /**
664
664
  * Delete the ODMS Agent represented by the specified ODMS Agent ID.
665
665
  *
666
- * This operation does not retry by default if the user has not defined a retry configuration.
666
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
667
667
  * @param DeleteAgentRequest
668
668
  * @return DeleteAgentResponse
669
669
  * @throws OciError when an error occurs
670
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
670
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
671
671
  */
672
672
  deleteAgent(deleteAgentRequest) {
673
673
  return __awaiter(this, void 0, void 0, function* () {
@@ -684,7 +684,7 @@ class DatabaseMigrationClient {
684
684
  "opc-request-id": deleteAgentRequest.opcRequestId,
685
685
  "if-match": deleteAgentRequest.ifMatch
686
686
  };
687
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
687
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
688
688
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteAgentRequest.retryConfiguration, specRetryConfiguration);
689
689
  if (this.logger)
690
690
  retrier.logger = this.logger;
@@ -724,11 +724,11 @@ class DatabaseMigrationClient {
724
724
  /**
725
725
  * Deletes the Database Connection represented by the specified connection ID.
726
726
  *
727
- * This operation does not retry by default if the user has not defined a retry configuration.
727
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
728
728
  * @param DeleteConnectionRequest
729
729
  * @return DeleteConnectionResponse
730
730
  * @throws OciError when an error occurs
731
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
731
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
732
732
  */
733
733
  deleteConnection(deleteConnectionRequest) {
734
734
  return __awaiter(this, void 0, void 0, function* () {
@@ -745,7 +745,7 @@ class DatabaseMigrationClient {
745
745
  "opc-request-id": deleteConnectionRequest.opcRequestId,
746
746
  "if-match": deleteConnectionRequest.ifMatch
747
747
  };
748
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
748
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
749
749
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteConnectionRequest.retryConfiguration, specRetryConfiguration);
750
750
  if (this.logger)
751
751
  retrier.logger = this.logger;
@@ -785,11 +785,11 @@ class DatabaseMigrationClient {
785
785
  /**
786
786
  * Deletes the migration job represented by the given job ID.
787
787
  *
788
- * This operation does not retry by default if the user has not defined a retry configuration.
788
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
789
789
  * @param DeleteJobRequest
790
790
  * @return DeleteJobResponse
791
791
  * @throws OciError when an error occurs
792
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
792
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
793
793
  */
794
794
  deleteJob(deleteJobRequest) {
795
795
  return __awaiter(this, void 0, void 0, function* () {
@@ -806,7 +806,7 @@ class DatabaseMigrationClient {
806
806
  "opc-request-id": deleteJobRequest.opcRequestId,
807
807
  "if-match": deleteJobRequest.ifMatch
808
808
  };
809
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
809
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
810
810
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteJobRequest.retryConfiguration, specRetryConfiguration);
811
811
  if (this.logger)
812
812
  retrier.logger = this.logger;
@@ -841,11 +841,11 @@ class DatabaseMigrationClient {
841
841
  /**
842
842
  * Deletes the Migration represented by the specified migration ID.
843
843
  *
844
- * This operation does not retry by default if the user has not defined a retry configuration.
844
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
845
845
  * @param DeleteMigrationRequest
846
846
  * @return DeleteMigrationResponse
847
847
  * @throws OciError when an error occurs
848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
849
849
  */
850
850
  deleteMigration(deleteMigrationRequest) {
851
851
  return __awaiter(this, void 0, void 0, function* () {
@@ -862,7 +862,7 @@ class DatabaseMigrationClient {
862
862
  "opc-request-id": deleteMigrationRequest.opcRequestId,
863
863
  "if-match": deleteMigrationRequest.ifMatch
864
864
  };
865
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
865
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
866
866
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteMigrationRequest.retryConfiguration, specRetryConfiguration);
867
867
  if (this.logger)
868
868
  retrier.logger = this.logger;
@@ -902,11 +902,11 @@ class DatabaseMigrationClient {
902
902
  /**
903
903
  * Start Validate Migration job.
904
904
  *
905
- * This operation does not retry by default if the user has not defined a retry configuration.
905
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
906
906
  * @param EvaluateMigrationRequest
907
907
  * @return EvaluateMigrationResponse
908
908
  * @throws OciError when an error occurs
909
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
909
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
910
910
  */
911
911
  evaluateMigration(evaluateMigrationRequest) {
912
912
  return __awaiter(this, void 0, void 0, function* () {
@@ -924,7 +924,7 @@ class DatabaseMigrationClient {
924
924
  "opc-retry-token": evaluateMigrationRequest.opcRetryToken,
925
925
  "opc-request-id": evaluateMigrationRequest.opcRequestId
926
926
  };
927
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
927
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
928
928
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, evaluateMigrationRequest.retryConfiguration, specRetryConfiguration);
929
929
  if (this.logger)
930
930
  retrier.logger = this.logger;
@@ -973,11 +973,11 @@ class DatabaseMigrationClient {
973
973
  /**
974
974
  * Get the Pre-Migration Advisor report details
975
975
  *
976
- * This operation does not retry by default if the user has not defined a retry configuration.
976
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
977
977
  * @param GetAdvisorReportRequest
978
978
  * @return GetAdvisorReportResponse
979
979
  * @throws OciError when an error occurs
980
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
980
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
981
981
  */
982
982
  getAdvisorReport(getAdvisorReportRequest) {
983
983
  return __awaiter(this, void 0, void 0, function* () {
@@ -993,7 +993,7 @@ class DatabaseMigrationClient {
993
993
  "Content-Type": common.Constants.APPLICATION_JSON,
994
994
  "opc-request-id": getAdvisorReportRequest.opcRequestId
995
995
  };
996
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
996
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
997
997
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getAdvisorReportRequest.retryConfiguration, specRetryConfiguration);
998
998
  if (this.logger)
999
999
  retrier.logger = this.logger;
@@ -1037,11 +1037,11 @@ class DatabaseMigrationClient {
1037
1037
  /**
1038
1038
  * Display the ODMS Agent configuration.
1039
1039
  *
1040
- * This operation does not retry by default if the user has not defined a retry configuration.
1040
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1041
1041
  * @param GetAgentRequest
1042
1042
  * @return GetAgentResponse
1043
1043
  * @throws OciError when an error occurs
1044
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
1044
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
1045
1045
  */
1046
1046
  getAgent(getAgentRequest) {
1047
1047
  return __awaiter(this, void 0, void 0, function* () {
@@ -1057,7 +1057,7 @@ class DatabaseMigrationClient {
1057
1057
  "Content-Type": common.Constants.APPLICATION_JSON,
1058
1058
  "opc-request-id": getAgentRequest.opcRequestId
1059
1059
  };
1060
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1060
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1061
1061
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getAgentRequest.retryConfiguration, specRetryConfiguration);
1062
1062
  if (this.logger)
1063
1063
  retrier.logger = this.logger;
@@ -1101,11 +1101,11 @@ class DatabaseMigrationClient {
1101
1101
  /**
1102
1102
  * Display Database Connection details.
1103
1103
  *
1104
- * This operation does not retry by default if the user has not defined a retry configuration.
1104
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1105
1105
  * @param GetConnectionRequest
1106
1106
  * @return GetConnectionResponse
1107
1107
  * @throws OciError when an error occurs
1108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
1108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
1109
1109
  */
1110
1110
  getConnection(getConnectionRequest) {
1111
1111
  return __awaiter(this, void 0, void 0, function* () {
@@ -1121,7 +1121,7 @@ class DatabaseMigrationClient {
1121
1121
  "Content-Type": common.Constants.APPLICATION_JSON,
1122
1122
  "opc-request-id": getConnectionRequest.opcRequestId
1123
1123
  };
1124
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1124
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1125
1125
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getConnectionRequest.retryConfiguration, specRetryConfiguration);
1126
1126
  if (this.logger)
1127
1127
  retrier.logger = this.logger;
@@ -1165,11 +1165,11 @@ class DatabaseMigrationClient {
1165
1165
  /**
1166
1166
  * Get a migration job.
1167
1167
  *
1168
- * This operation does not retry by default if the user has not defined a retry configuration.
1168
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1169
1169
  * @param GetJobRequest
1170
1170
  * @return GetJobResponse
1171
1171
  * @throws OciError when an error occurs
1172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
1172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
1173
1173
  */
1174
1174
  getJob(getJobRequest) {
1175
1175
  return __awaiter(this, void 0, void 0, function* () {
@@ -1185,7 +1185,7 @@ class DatabaseMigrationClient {
1185
1185
  "Content-Type": common.Constants.APPLICATION_JSON,
1186
1186
  "opc-request-id": getJobRequest.opcRequestId
1187
1187
  };
1188
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1188
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1189
1189
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getJobRequest.retryConfiguration, specRetryConfiguration);
1190
1190
  if (this.logger)
1191
1191
  retrier.logger = this.logger;
@@ -1229,11 +1229,11 @@ class DatabaseMigrationClient {
1229
1229
  /**
1230
1230
  * Get the migration Job Output content as a String.
1231
1231
  *
1232
- * This operation does not retry by default if the user has not defined a retry configuration.
1232
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1233
1233
  * @param GetJobOutputContentRequest
1234
1234
  * @return GetJobOutputContentResponse
1235
1235
  * @throws OciError when an error occurs
1236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
1236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
1237
1237
  */
1238
1238
  getJobOutputContent(getJobOutputContentRequest) {
1239
1239
  return __awaiter(this, void 0, void 0, function* () {
@@ -1249,7 +1249,7 @@ class DatabaseMigrationClient {
1249
1249
  "Content-Type": common.Constants.APPLICATION_JSON,
1250
1250
  "opc-request-id": getJobOutputContentRequest.opcRequestId
1251
1251
  };
1252
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1252
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1253
1253
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getJobOutputContentRequest.retryConfiguration, specRetryConfiguration);
1254
1254
  if (this.logger)
1255
1255
  retrier.logger = this.logger;
@@ -1287,11 +1287,11 @@ class DatabaseMigrationClient {
1287
1287
  /**
1288
1288
  * Display Migration details.
1289
1289
  *
1290
- * This operation does not retry by default if the user has not defined a retry configuration.
1290
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1291
1291
  * @param GetMigrationRequest
1292
1292
  * @return GetMigrationResponse
1293
1293
  * @throws OciError when an error occurs
1294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
1294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
1295
1295
  */
1296
1296
  getMigration(getMigrationRequest) {
1297
1297
  return __awaiter(this, void 0, void 0, function* () {
@@ -1308,7 +1308,7 @@ class DatabaseMigrationClient {
1308
1308
  "opc-request-id": getMigrationRequest.opcRequestId,
1309
1309
  "if-match": getMigrationRequest.ifMatch
1310
1310
  };
1311
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1311
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1312
1312
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getMigrationRequest.retryConfiguration, specRetryConfiguration);
1313
1313
  if (this.logger)
1314
1314
  retrier.logger = this.logger;
@@ -1352,11 +1352,11 @@ class DatabaseMigrationClient {
1352
1352
  /**
1353
1353
  * Gets the details of a work request.
1354
1354
  *
1355
- * This operation does not retry by default if the user has not defined a retry configuration.
1355
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1356
1356
  * @param GetWorkRequestRequest
1357
1357
  * @return GetWorkRequestResponse
1358
1358
  * @throws OciError when an error occurs
1359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1359
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1360
1360
  */
1361
1361
  getWorkRequest(getWorkRequestRequest) {
1362
1362
  return __awaiter(this, void 0, void 0, function* () {
@@ -1372,7 +1372,7 @@ class DatabaseMigrationClient {
1372
1372
  "Content-Type": common.Constants.APPLICATION_JSON,
1373
1373
  "opc-request-id": getWorkRequestRequest.opcRequestId
1374
1374
  };
1375
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1375
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1376
1376
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getWorkRequestRequest.retryConfiguration, specRetryConfiguration);
1377
1377
  if (this.logger)
1378
1378
  retrier.logger = this.logger;
@@ -1411,11 +1411,11 @@ class DatabaseMigrationClient {
1411
1411
  /**
1412
1412
  * Get details of the ODMS Agent Images available to install on-premises.
1413
1413
  *
1414
- * This operation does not retry by default if the user has not defined a retry configuration.
1414
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1415
1415
  * @param ListAgentImagesRequest
1416
1416
  * @return ListAgentImagesResponse
1417
1417
  * @throws OciError when an error occurs
1418
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
1418
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
1419
1419
  */
1420
1420
  listAgentImages(listAgentImagesRequest) {
1421
1421
  return __awaiter(this, void 0, void 0, function* () {
@@ -1433,7 +1433,7 @@ class DatabaseMigrationClient {
1433
1433
  "Content-Type": common.Constants.APPLICATION_JSON,
1434
1434
  "opc-request-id": listAgentImagesRequest.opcRequestId
1435
1435
  };
1436
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1436
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1437
1437
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAgentImagesRequest.retryConfiguration, specRetryConfiguration);
1438
1438
  if (this.logger)
1439
1439
  retrier.logger = this.logger;
@@ -1477,11 +1477,11 @@ class DatabaseMigrationClient {
1477
1477
  /**
1478
1478
  * Display the name of all the existing ODMS Agents in the server.
1479
1479
  *
1480
- * This operation does not retry by default if the user has not defined a retry configuration.
1480
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1481
1481
  * @param ListAgentsRequest
1482
1482
  * @return ListAgentsResponse
1483
1483
  * @throws OciError when an error occurs
1484
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
1484
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
1485
1485
  */
1486
1486
  listAgents(listAgentsRequest) {
1487
1487
  return __awaiter(this, void 0, void 0, function* () {
@@ -1503,7 +1503,7 @@ class DatabaseMigrationClient {
1503
1503
  "Content-Type": common.Constants.APPLICATION_JSON,
1504
1504
  "opc-request-id": listAgentsRequest.opcRequestId
1505
1505
  };
1506
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1506
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1507
1507
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAgentsRequest.retryConfiguration, specRetryConfiguration);
1508
1508
  if (this.logger)
1509
1509
  retrier.logger = this.logger;
@@ -1547,11 +1547,11 @@ class DatabaseMigrationClient {
1547
1547
  /**
1548
1548
  * List all Database Connections.
1549
1549
  *
1550
- * This operation does not retry by default if the user has not defined a retry configuration.
1550
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1551
1551
  * @param ListConnectionsRequest
1552
1552
  * @return ListConnectionsResponse
1553
1553
  * @throws OciError when an error occurs
1554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
1554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
1555
1555
  */
1556
1556
  listConnections(listConnectionsRequest) {
1557
1557
  return __awaiter(this, void 0, void 0, function* () {
@@ -1573,7 +1573,7 @@ class DatabaseMigrationClient {
1573
1573
  "Content-Type": common.Constants.APPLICATION_JSON,
1574
1574
  "opc-request-id": listConnectionsRequest.opcRequestId
1575
1575
  };
1576
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1576
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1577
1577
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listConnectionsRequest.retryConfiguration, specRetryConfiguration);
1578
1578
  if (this.logger)
1579
1579
  retrier.logger = this.logger;
@@ -1617,11 +1617,11 @@ class DatabaseMigrationClient {
1617
1617
  /**
1618
1618
  * List the excluded database objects.
1619
1619
  *
1620
- * This operation does not retry by default if the user has not defined a retry configuration.
1620
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1621
1621
  * @param ListExcludedObjectsRequest
1622
1622
  * @return ListExcludedObjectsResponse
1623
1623
  * @throws OciError when an error occurs
1624
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
1624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
1625
1625
  */
1626
1626
  listExcludedObjects(listExcludedObjectsRequest) {
1627
1627
  return __awaiter(this, void 0, void 0, function* () {
@@ -1649,7 +1649,7 @@ class DatabaseMigrationClient {
1649
1649
  "Content-Type": common.Constants.APPLICATION_JSON,
1650
1650
  "opc-request-id": listExcludedObjectsRequest.opcRequestId
1651
1651
  };
1652
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1652
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1653
1653
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listExcludedObjectsRequest.retryConfiguration, specRetryConfiguration);
1654
1654
  if (this.logger)
1655
1655
  retrier.logger = this.logger;
@@ -1693,11 +1693,11 @@ class DatabaseMigrationClient {
1693
1693
  /**
1694
1694
  * List the Job Outputs
1695
1695
  *
1696
- * This operation does not retry by default if the user has not defined a retry configuration.
1696
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1697
1697
  * @param ListJobOutputsRequest
1698
1698
  * @return ListJobOutputsResponse
1699
1699
  * @throws OciError when an error occurs
1700
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
1700
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
1701
1701
  */
1702
1702
  listJobOutputs(listJobOutputsRequest) {
1703
1703
  return __awaiter(this, void 0, void 0, function* () {
@@ -1716,7 +1716,7 @@ class DatabaseMigrationClient {
1716
1716
  "Content-Type": common.Constants.APPLICATION_JSON,
1717
1717
  "opc-request-id": listJobOutputsRequest.opcRequestId
1718
1718
  };
1719
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1719
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1720
1720
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJobOutputsRequest.retryConfiguration, specRetryConfiguration);
1721
1721
  if (this.logger)
1722
1722
  retrier.logger = this.logger;
@@ -1761,11 +1761,11 @@ class DatabaseMigrationClient {
1761
1761
  * List all the names of the Migration jobs associated to the specified
1762
1762
  * migration site.
1763
1763
  *
1764
- * This operation does not retry by default if the user has not defined a retry configuration.
1764
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1765
1765
  * @param ListJobsRequest
1766
1766
  * @return ListJobsResponse
1767
1767
  * @throws OciError when an error occurs
1768
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
1768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
1769
1769
  */
1770
1770
  listJobs(listJobsRequest) {
1771
1771
  return __awaiter(this, void 0, void 0, function* () {
@@ -1787,7 +1787,7 @@ class DatabaseMigrationClient {
1787
1787
  "Content-Type": common.Constants.APPLICATION_JSON,
1788
1788
  "opc-request-id": listJobsRequest.opcRequestId
1789
1789
  };
1790
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1790
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1791
1791
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJobsRequest.retryConfiguration, specRetryConfiguration);
1792
1792
  if (this.logger)
1793
1793
  retrier.logger = this.logger;
@@ -1831,11 +1831,11 @@ class DatabaseMigrationClient {
1831
1831
  /**
1832
1832
  * Display sample object types to exclude or include for a Migration.
1833
1833
  *
1834
- * This operation does not retry by default if the user has not defined a retry configuration.
1834
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1835
1835
  * @param ListMigrationObjectTypesRequest
1836
1836
  * @return ListMigrationObjectTypesResponse
1837
1837
  * @throws OciError when an error occurs
1838
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
1838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
1839
1839
  */
1840
1840
  listMigrationObjectTypes(listMigrationObjectTypesRequest) {
1841
1841
  return __awaiter(this, void 0, void 0, function* () {
@@ -1854,7 +1854,7 @@ class DatabaseMigrationClient {
1854
1854
  "Content-Type": common.Constants.APPLICATION_JSON,
1855
1855
  "opc-request-id": listMigrationObjectTypesRequest.opcRequestId
1856
1856
  };
1857
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1857
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1858
1858
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listMigrationObjectTypesRequest.retryConfiguration, specRetryConfiguration);
1859
1859
  if (this.logger)
1860
1860
  retrier.logger = this.logger;
@@ -1898,11 +1898,11 @@ class DatabaseMigrationClient {
1898
1898
  /**
1899
1899
  * Display excluded/included objects.
1900
1900
  *
1901
- * This operation does not retry by default if the user has not defined a retry configuration.
1901
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1902
1902
  * @param ListMigrationObjectsRequest
1903
1903
  * @return ListMigrationObjectsResponse
1904
1904
  * @throws OciError when an error occurs
1905
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
1905
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
1906
1906
  */
1907
1907
  listMigrationObjects(listMigrationObjectsRequest) {
1908
1908
  return __awaiter(this, void 0, void 0, function* () {
@@ -1922,7 +1922,7 @@ class DatabaseMigrationClient {
1922
1922
  "opc-request-id": listMigrationObjectsRequest.opcRequestId,
1923
1923
  "if-match": listMigrationObjectsRequest.ifMatch
1924
1924
  };
1925
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1925
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1926
1926
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listMigrationObjectsRequest.retryConfiguration, specRetryConfiguration);
1927
1927
  if (this.logger)
1928
1928
  retrier.logger = this.logger;
@@ -1966,11 +1966,11 @@ class DatabaseMigrationClient {
1966
1966
  /**
1967
1967
  * List all Migrations.
1968
1968
  *
1969
- * This operation does not retry by default if the user has not defined a retry configuration.
1969
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1970
1970
  * @param ListMigrationsRequest
1971
1971
  * @return ListMigrationsResponse
1972
1972
  * @throws OciError when an error occurs
1973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
1973
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
1974
1974
  */
1975
1975
  listMigrations(listMigrationsRequest) {
1976
1976
  return __awaiter(this, void 0, void 0, function* () {
@@ -1993,7 +1993,7 @@ class DatabaseMigrationClient {
1993
1993
  "Content-Type": common.Constants.APPLICATION_JSON,
1994
1994
  "opc-request-id": listMigrationsRequest.opcRequestId
1995
1995
  };
1996
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1996
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1997
1997
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listMigrationsRequest.retryConfiguration, specRetryConfiguration);
1998
1998
  if (this.logger)
1999
1999
  retrier.logger = this.logger;
@@ -2037,11 +2037,11 @@ class DatabaseMigrationClient {
2037
2037
  /**
2038
2038
  * Gets the errors for a work request.
2039
2039
  *
2040
- * This operation does not retry by default if the user has not defined a retry configuration.
2040
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2041
2041
  * @param ListWorkRequestErrorsRequest
2042
2042
  * @return ListWorkRequestErrorsResponse
2043
2043
  * @throws OciError when an error occurs
2044
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2044
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2045
2045
  */
2046
2046
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2047
2047
  return __awaiter(this, void 0, void 0, function* () {
@@ -2062,7 +2062,7 @@ class DatabaseMigrationClient {
2062
2062
  "Content-Type": common.Constants.APPLICATION_JSON,
2063
2063
  "opc-request-id": listWorkRequestErrorsRequest.opcRequestId
2064
2064
  };
2065
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
2065
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2066
2066
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
2067
2067
  if (this.logger)
2068
2068
  retrier.logger = this.logger;
@@ -2106,11 +2106,11 @@ class DatabaseMigrationClient {
2106
2106
  /**
2107
2107
  * Gets the logs for a work request.
2108
2108
  *
2109
- * This operation does not retry by default if the user has not defined a retry configuration.
2109
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2110
2110
  * @param ListWorkRequestLogsRequest
2111
2111
  * @return ListWorkRequestLogsResponse
2112
2112
  * @throws OciError when an error occurs
2113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2114
2114
  */
2115
2115
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2116
2116
  return __awaiter(this, void 0, void 0, function* () {
@@ -2131,7 +2131,7 @@ class DatabaseMigrationClient {
2131
2131
  "Content-Type": common.Constants.APPLICATION_JSON,
2132
2132
  "opc-request-id": listWorkRequestLogsRequest.opcRequestId
2133
2133
  };
2134
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
2134
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2135
2135
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);
2136
2136
  if (this.logger)
2137
2137
  retrier.logger = this.logger;
@@ -2175,11 +2175,11 @@ class DatabaseMigrationClient {
2175
2175
  /**
2176
2176
  * Lists the work requests in a compartment or for a specified resource.
2177
2177
  *
2178
- * This operation does not retry by default if the user has not defined a retry configuration.
2178
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2179
2179
  * @param ListWorkRequestsRequest
2180
2180
  * @return ListWorkRequestsResponse
2181
2181
  * @throws OciError when an error occurs
2182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2183
2183
  */
2184
2184
  listWorkRequests(listWorkRequestsRequest) {
2185
2185
  return __awaiter(this, void 0, void 0, function* () {
@@ -2201,7 +2201,7 @@ class DatabaseMigrationClient {
2201
2201
  "Content-Type": common.Constants.APPLICATION_JSON,
2202
2202
  "opc-request-id": listWorkRequestsRequest.opcRequestId
2203
2203
  };
2204
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
2204
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2205
2205
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
2206
2206
  if (this.logger)
2207
2207
  retrier.logger = this.logger;
@@ -2245,11 +2245,11 @@ class DatabaseMigrationClient {
2245
2245
  /**
2246
2246
  * Remove excluded/included objects.
2247
2247
  *
2248
- * This operation does not retry by default if the user has not defined a retry configuration.
2248
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2249
2249
  * @param RemoveMigrationObjectsRequest
2250
2250
  * @return RemoveMigrationObjectsResponse
2251
2251
  * @throws OciError when an error occurs
2252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
2252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
2253
2253
  */
2254
2254
  removeMigrationObjects(removeMigrationObjectsRequest) {
2255
2255
  return __awaiter(this, void 0, void 0, function* () {
@@ -2266,7 +2266,7 @@ class DatabaseMigrationClient {
2266
2266
  "opc-request-id": removeMigrationObjectsRequest.opcRequestId,
2267
2267
  "if-match": removeMigrationObjectsRequest.ifMatch
2268
2268
  };
2269
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
2269
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2270
2270
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeMigrationObjectsRequest.retryConfiguration, specRetryConfiguration);
2271
2271
  if (this.logger)
2272
2272
  retrier.logger = this.logger;
@@ -2302,11 +2302,11 @@ class DatabaseMigrationClient {
2302
2302
  /**
2303
2303
  * Resume a migration Job.
2304
2304
  *
2305
- * This operation does not retry by default if the user has not defined a retry configuration.
2305
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2306
2306
  * @param ResumeJobRequest
2307
2307
  * @return ResumeJobResponse
2308
2308
  * @throws OciError when an error occurs
2309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
2309
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
2310
2310
  */
2311
2311
  resumeJob(resumeJobRequest) {
2312
2312
  return __awaiter(this, void 0, void 0, function* () {
@@ -2324,7 +2324,7 @@ class DatabaseMigrationClient {
2324
2324
  "opc-retry-token": resumeJobRequest.opcRetryToken,
2325
2325
  "opc-request-id": resumeJobRequest.opcRequestId
2326
2326
  };
2327
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
2327
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2328
2328
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, resumeJobRequest.retryConfiguration, specRetryConfiguration);
2329
2329
  if (this.logger)
2330
2330
  retrier.logger = this.logger;
@@ -2369,11 +2369,11 @@ class DatabaseMigrationClient {
2369
2369
  /**
2370
2370
  * Display Migration Phases for a specified migration.
2371
2371
  *
2372
- * This operation does not retry by default if the user has not defined a retry configuration.
2372
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2373
2373
  * @param RetrieveSupportedPhasesRequest
2374
2374
  * @return RetrieveSupportedPhasesResponse
2375
2375
  * @throws OciError when an error occurs
2376
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
2376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
2377
2377
  */
2378
2378
  retrieveSupportedPhases(retrieveSupportedPhasesRequest) {
2379
2379
  return __awaiter(this, void 0, void 0, function* () {
@@ -2389,7 +2389,7 @@ class DatabaseMigrationClient {
2389
2389
  "Content-Type": common.Constants.APPLICATION_JSON,
2390
2390
  "opc-request-id": retrieveSupportedPhasesRequest.opcRequestId
2391
2391
  };
2392
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
2392
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2393
2393
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, retrieveSupportedPhasesRequest.retryConfiguration, specRetryConfiguration);
2394
2394
  if (this.logger)
2395
2395
  retrier.logger = this.logger;
@@ -2428,11 +2428,11 @@ class DatabaseMigrationClient {
2428
2428
  /**
2429
2429
  * Start Migration job.
2430
2430
  *
2431
- * This operation does not retry by default if the user has not defined a retry configuration.
2431
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2432
2432
  * @param StartMigrationRequest
2433
2433
  * @return StartMigrationResponse
2434
2434
  * @throws OciError when an error occurs
2435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
2435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
2436
2436
  */
2437
2437
  startMigration(startMigrationRequest) {
2438
2438
  return __awaiter(this, void 0, void 0, function* () {
@@ -2450,7 +2450,7 @@ class DatabaseMigrationClient {
2450
2450
  "opc-retry-token": startMigrationRequest.opcRetryToken,
2451
2451
  "opc-request-id": startMigrationRequest.opcRequestId
2452
2452
  };
2453
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
2453
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2454
2454
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, startMigrationRequest.retryConfiguration, specRetryConfiguration);
2455
2455
  if (this.logger)
2456
2456
  retrier.logger = this.logger;
@@ -2500,11 +2500,11 @@ class DatabaseMigrationClient {
2500
2500
  /**
2501
2501
  * Modifies the ODMS Agent represented by the given ODMS Agent ID.
2502
2502
  *
2503
- * This operation does not retry by default if the user has not defined a retry configuration.
2503
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2504
2504
  * @param UpdateAgentRequest
2505
2505
  * @return UpdateAgentResponse
2506
2506
  * @throws OciError when an error occurs
2507
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
2507
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
2508
2508
  */
2509
2509
  updateAgent(updateAgentRequest) {
2510
2510
  return __awaiter(this, void 0, void 0, function* () {
@@ -2522,7 +2522,7 @@ class DatabaseMigrationClient {
2522
2522
  "opc-retry-token": updateAgentRequest.opcRetryToken,
2523
2523
  "if-match": updateAgentRequest.ifMatch
2524
2524
  };
2525
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
2525
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2526
2526
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateAgentRequest.retryConfiguration, specRetryConfiguration);
2527
2527
  if (this.logger)
2528
2528
  retrier.logger = this.logger;
@@ -2567,11 +2567,11 @@ class DatabaseMigrationClient {
2567
2567
  /**
2568
2568
  * Update Database Connection resource details.
2569
2569
  *
2570
- * This operation does not retry by default if the user has not defined a retry configuration.
2570
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2571
2571
  * @param UpdateConnectionRequest
2572
2572
  * @return UpdateConnectionResponse
2573
2573
  * @throws OciError when an error occurs
2574
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
2574
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
2575
2575
  */
2576
2576
  updateConnection(updateConnectionRequest) {
2577
2577
  return __awaiter(this, void 0, void 0, function* () {
@@ -2588,7 +2588,7 @@ class DatabaseMigrationClient {
2588
2588
  "opc-request-id": updateConnectionRequest.opcRequestId,
2589
2589
  "if-match": updateConnectionRequest.ifMatch
2590
2590
  };
2591
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
2591
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2592
2592
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateConnectionRequest.retryConfiguration, specRetryConfiguration);
2593
2593
  if (this.logger)
2594
2594
  retrier.logger = this.logger;
@@ -2629,11 +2629,11 @@ class DatabaseMigrationClient {
2629
2629
  /**
2630
2630
  * Update Migration Job resource details.
2631
2631
  *
2632
- * This operation does not retry by default if the user has not defined a retry configuration.
2632
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2633
2633
  * @param UpdateJobRequest
2634
2634
  * @return UpdateJobResponse
2635
2635
  * @throws OciError when an error occurs
2636
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
2636
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
2637
2637
  */
2638
2638
  updateJob(updateJobRequest) {
2639
2639
  return __awaiter(this, void 0, void 0, function* () {
@@ -2650,7 +2650,7 @@ class DatabaseMigrationClient {
2650
2650
  "opc-request-id": updateJobRequest.opcRequestId,
2651
2651
  "if-match": updateJobRequest.ifMatch
2652
2652
  };
2653
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
2653
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2654
2654
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateJobRequest.retryConfiguration, specRetryConfiguration);
2655
2655
  if (this.logger)
2656
2656
  retrier.logger = this.logger;
@@ -2695,11 +2695,11 @@ class DatabaseMigrationClient {
2695
2695
  /**
2696
2696
  * Update Migration resource details.
2697
2697
  *
2698
- * This operation does not retry by default if the user has not defined a retry configuration.
2698
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2699
2699
  * @param UpdateMigrationRequest
2700
2700
  * @return UpdateMigrationResponse
2701
2701
  * @throws OciError when an error occurs
2702
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
2702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
2703
2703
  */
2704
2704
  updateMigration(updateMigrationRequest) {
2705
2705
  return __awaiter(this, void 0, void 0, function* () {
@@ -2716,7 +2716,7 @@ class DatabaseMigrationClient {
2716
2716
  "opc-request-id": updateMigrationRequest.opcRequestId,
2717
2717
  "if-match": updateMigrationRequest.ifMatch
2718
2718
  };
2719
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
2719
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2720
2720
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateMigrationRequest.retryConfiguration, specRetryConfiguration);
2721
2721
  if (this.logger)
2722
2722
  retrier.logger = this.logger;