oci-mysql 2.12.1 → 2.13.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 (54) hide show
  1. package/lib/client.d.ts +55 -50
  2. package/lib/client.js +65 -60
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/add-analytics-cluster-request.d.ts +1 -1
  5. package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
  6. package/lib/request/change-backup-compartment-request.d.ts +1 -1
  7. package/lib/request/create-backup-request.d.ts +1 -1
  8. package/lib/request/create-channel-request.d.ts +1 -1
  9. package/lib/request/create-configuration-request.d.ts +1 -1
  10. package/lib/request/create-db-system-request.d.ts +1 -1
  11. package/lib/request/delete-analytics-cluster-request.d.ts +1 -1
  12. package/lib/request/delete-backup-request.d.ts +1 -1
  13. package/lib/request/delete-channel-request.d.ts +1 -1
  14. package/lib/request/delete-configuration-request.d.ts +1 -1
  15. package/lib/request/delete-db-system-request.d.ts +1 -1
  16. package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
  17. package/lib/request/generate-analytics-cluster-memory-estimate-request.d.ts +1 -1
  18. package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  19. package/lib/request/get-analytics-cluster-memory-estimate-request.d.ts +1 -1
  20. package/lib/request/get-analytics-cluster-request.d.ts +1 -1
  21. package/lib/request/get-backup-request.d.ts +1 -1
  22. package/lib/request/get-channel-request.d.ts +1 -1
  23. package/lib/request/get-configuration-request.d.ts +1 -1
  24. package/lib/request/get-db-system-request.d.ts +1 -1
  25. package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  26. package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
  27. package/lib/request/get-work-request-request.d.ts +1 -1
  28. package/lib/request/list-backups-request.d.ts +1 -1
  29. package/lib/request/list-channels-request.d.ts +1 -1
  30. package/lib/request/list-configurations-request.d.ts +1 -1
  31. package/lib/request/list-db-systems-request.d.ts +1 -1
  32. package/lib/request/list-shapes-request.d.ts +1 -1
  33. package/lib/request/list-versions-request.d.ts +1 -1
  34. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  35. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  36. package/lib/request/list-work-requests-request.d.ts +1 -1
  37. package/lib/request/reset-channel-request.d.ts +1 -1
  38. package/lib/request/restart-analytics-cluster-request.d.ts +1 -1
  39. package/lib/request/restart-db-system-request.d.ts +1 -1
  40. package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
  41. package/lib/request/resume-channel-request.d.ts +1 -1
  42. package/lib/request/start-analytics-cluster-request.d.ts +1 -1
  43. package/lib/request/start-db-system-request.d.ts +1 -1
  44. package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
  45. package/lib/request/stop-analytics-cluster-request.d.ts +1 -1
  46. package/lib/request/stop-db-system-request.d.ts +1 -1
  47. package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
  48. package/lib/request/update-analytics-cluster-request.d.ts +1 -1
  49. package/lib/request/update-backup-request.d.ts +1 -1
  50. package/lib/request/update-channel-request.d.ts +1 -1
  51. package/lib/request/update-configuration-request.d.ts +1 -1
  52. package/lib/request/update-db-system-request.d.ts +1 -1
  53. package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
  54. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -115,7 +115,7 @@ class ChannelsClient {
115
115
  * @param region The region of the service.
116
116
  */
117
117
  set region(region) {
118
- this.endpoint = common.EndpointBuilder.createEndpointFromRegion(ChannelsClient.serviceEndpointTemplate, region);
118
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegion(ChannelsClient.serviceEndpointTemplate, region, ChannelsClient.endpointServiceName);
119
119
  }
120
120
  /**
121
121
  * Sets the regionId to call (ex, 'us-phoenix-1').
@@ -126,7 +126,7 @@ class ChannelsClient {
126
126
  * @param regionId The public region ID.
127
127
  */
128
128
  set regionId(regionId) {
129
- this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(ChannelsClient.serviceEndpointTemplate, regionId);
129
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(ChannelsClient.serviceEndpointTemplate, regionId, ChannelsClient.endpointServiceName);
130
130
  }
131
131
  /**
132
132
  * Creates a new ChannelsWaiter for resources for this service.
@@ -156,7 +156,7 @@ class ChannelsClient {
156
156
  * @param CreateChannelRequest
157
157
  * @return CreateChannelResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
160
160
  */
161
161
  createChannel(createChannelRequest) {
162
162
  return __awaiter(this, void 0, void 0, function* () {
@@ -222,7 +222,7 @@ class ChannelsClient {
222
222
  * @param DeleteChannelRequest
223
223
  * @return DeleteChannelResponse
224
224
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
226
226
  */
227
227
  deleteChannel(deleteChannelRequest) {
228
228
  return __awaiter(this, void 0, void 0, function* () {
@@ -283,7 +283,7 @@ class ChannelsClient {
283
283
  * @param GetChannelRequest
284
284
  * @return GetChannelResponse
285
285
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
287
287
  */
288
288
  getChannel(getChannelRequest) {
289
289
  return __awaiter(this, void 0, void 0, function* () {
@@ -345,7 +345,7 @@ class ChannelsClient {
345
345
  * @param ListChannelsRequest
346
346
  * @return ListChannelsResponse
347
347
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
349
349
  */
350
350
  listChannels(listChannelsRequest) {
351
351
  return __awaiter(this, void 0, void 0, function* () {
@@ -457,7 +457,7 @@ class ChannelsClient {
457
457
  * @param ResetChannelRequest
458
458
  * @return ResetChannelResponse
459
459
  * @throws OciError when an error occurs
460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
460
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
461
461
  */
462
462
  resetChannel(resetChannelRequest) {
463
463
  return __awaiter(this, void 0, void 0, function* () {
@@ -519,7 +519,7 @@ class ChannelsClient {
519
519
  * @param ResumeChannelRequest
520
520
  * @return ResumeChannelResponse
521
521
  * @throws OciError when an error occurs
522
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
522
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
523
523
  */
524
524
  resumeChannel(resumeChannelRequest) {
525
525
  return __awaiter(this, void 0, void 0, function* () {
@@ -582,7 +582,7 @@ class ChannelsClient {
582
582
  * @param UpdateChannelRequest
583
583
  * @return UpdateChannelResponse
584
584
  * @throws OciError when an error occurs
585
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
585
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
586
586
  */
587
587
  updateChannel(updateChannelRequest) {
588
588
  return __awaiter(this, void 0, void 0, function* () {
@@ -639,6 +639,7 @@ class ChannelsClient {
639
639
  }
640
640
  exports.ChannelsClient = ChannelsClient;
641
641
  ChannelsClient.serviceEndpointTemplate = "https://mysql.{region}.ocp.{secondLevelDomain}";
642
+ ChannelsClient.endpointServiceName = "";
642
643
  var DbBackupsApiKeys;
643
644
  (function (DbBackupsApiKeys) {
644
645
  })(DbBackupsApiKeys = exports.DbBackupsApiKeys || (exports.DbBackupsApiKeys = {}));
@@ -701,7 +702,7 @@ class DbBackupsClient {
701
702
  * @param region The region of the service.
702
703
  */
703
704
  set region(region) {
704
- this.endpoint = common.EndpointBuilder.createEndpointFromRegion(DbBackupsClient.serviceEndpointTemplate, region);
705
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegion(DbBackupsClient.serviceEndpointTemplate, region, DbBackupsClient.endpointServiceName);
705
706
  }
706
707
  /**
707
708
  * Sets the regionId to call (ex, 'us-phoenix-1').
@@ -712,7 +713,7 @@ class DbBackupsClient {
712
713
  * @param regionId The public region ID.
713
714
  */
714
715
  set regionId(regionId) {
715
- this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(DbBackupsClient.serviceEndpointTemplate, regionId);
716
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(DbBackupsClient.serviceEndpointTemplate, regionId, DbBackupsClient.endpointServiceName);
716
717
  }
717
718
  /**
718
719
  * Creates a new DbBackupsWaiter for resources for this service.
@@ -743,7 +744,7 @@ class DbBackupsClient {
743
744
  * @param ChangeBackupCompartmentRequest
744
745
  * @return ChangeBackupCompartmentResponse
745
746
  * @throws OciError when an error occurs
746
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
747
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
747
748
  */
748
749
  changeBackupCompartment(changeBackupCompartmentRequest) {
749
750
  return __awaiter(this, void 0, void 0, function* () {
@@ -804,7 +805,7 @@ class DbBackupsClient {
804
805
  * @param CreateBackupRequest
805
806
  * @return CreateBackupResponse
806
807
  * @throws OciError when an error occurs
807
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
808
809
  */
809
810
  createBackup(createBackupRequest) {
810
811
  return __awaiter(this, void 0, void 0, function* () {
@@ -871,7 +872,7 @@ class DbBackupsClient {
871
872
  * @param DeleteBackupRequest
872
873
  * @return DeleteBackupResponse
873
874
  * @throws OciError when an error occurs
874
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
875
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
875
876
  */
876
877
  deleteBackup(deleteBackupRequest) {
877
878
  return __awaiter(this, void 0, void 0, function* () {
@@ -929,7 +930,7 @@ class DbBackupsClient {
929
930
  * @param GetBackupRequest
930
931
  * @return GetBackupResponse
931
932
  * @throws OciError when an error occurs
932
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
933
934
  */
934
935
  getBackup(getBackupRequest) {
935
936
  return __awaiter(this, void 0, void 0, function* () {
@@ -992,7 +993,7 @@ class DbBackupsClient {
992
993
  * @param ListBackupsRequest
993
994
  * @return ListBackupsResponse
994
995
  * @throws OciError when an error occurs
995
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
996
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
996
997
  */
997
998
  listBackups(listBackupsRequest) {
998
999
  return __awaiter(this, void 0, void 0, function* () {
@@ -1102,7 +1103,7 @@ class DbBackupsClient {
1102
1103
  * @param UpdateBackupRequest
1103
1104
  * @return UpdateBackupResponse
1104
1105
  * @throws OciError when an error occurs
1105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
1106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
1106
1107
  */
1107
1108
  updateBackup(updateBackupRequest) {
1108
1109
  return __awaiter(this, void 0, void 0, function* () {
@@ -1153,6 +1154,7 @@ class DbBackupsClient {
1153
1154
  }
1154
1155
  exports.DbBackupsClient = DbBackupsClient;
1155
1156
  DbBackupsClient.serviceEndpointTemplate = "https://mysql.{region}.ocp.{secondLevelDomain}";
1157
+ DbBackupsClient.endpointServiceName = "";
1156
1158
  var DbSystemApiKeys;
1157
1159
  (function (DbSystemApiKeys) {
1158
1160
  })(DbSystemApiKeys = exports.DbSystemApiKeys || (exports.DbSystemApiKeys = {}));
@@ -1215,7 +1217,7 @@ class DbSystemClient {
1215
1217
  * @param region The region of the service.
1216
1218
  */
1217
1219
  set region(region) {
1218
- this.endpoint = common.EndpointBuilder.createEndpointFromRegion(DbSystemClient.serviceEndpointTemplate, region);
1220
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegion(DbSystemClient.serviceEndpointTemplate, region, DbSystemClient.endpointServiceName);
1219
1221
  }
1220
1222
  /**
1221
1223
  * Sets the regionId to call (ex, 'us-phoenix-1').
@@ -1226,7 +1228,7 @@ class DbSystemClient {
1226
1228
  * @param regionId The public region ID.
1227
1229
  */
1228
1230
  set regionId(regionId) {
1229
- this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(DbSystemClient.serviceEndpointTemplate, regionId);
1231
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(DbSystemClient.serviceEndpointTemplate, regionId, DbSystemClient.endpointServiceName);
1230
1232
  }
1231
1233
  /**
1232
1234
  * Creates a new DbSystemWaiter for resources for this service.
@@ -1257,7 +1259,7 @@ class DbSystemClient {
1257
1259
  * @param AddAnalyticsClusterRequest
1258
1260
  * @return AddAnalyticsClusterResponse
1259
1261
  * @throws OciError when an error occurs
1260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
1262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
1261
1263
  */
1262
1264
  addAnalyticsCluster(addAnalyticsClusterRequest) {
1263
1265
  return __awaiter(this, void 0, void 0, function* () {
@@ -1327,7 +1329,7 @@ class DbSystemClient {
1327
1329
  * @param AddHeatWaveClusterRequest
1328
1330
  * @return AddHeatWaveClusterResponse
1329
1331
  * @throws OciError when an error occurs
1330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1331
1333
  */
1332
1334
  addHeatWaveCluster(addHeatWaveClusterRequest) {
1333
1335
  return __awaiter(this, void 0, void 0, function* () {
@@ -1397,7 +1399,7 @@ class DbSystemClient {
1397
1399
  * @param CreateDbSystemRequest
1398
1400
  * @return CreateDbSystemResponse
1399
1401
  * @throws OciError when an error occurs
1400
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1401
1403
  */
1402
1404
  createDbSystem(createDbSystemRequest) {
1403
1405
  return __awaiter(this, void 0, void 0, function* () {
@@ -1471,7 +1473,7 @@ class DbSystemClient {
1471
1473
  * @param DeleteAnalyticsClusterRequest
1472
1474
  * @return DeleteAnalyticsClusterResponse
1473
1475
  * @throws OciError when an error occurs
1474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
1476
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
1475
1477
  */
1476
1478
  deleteAnalyticsCluster(deleteAnalyticsClusterRequest) {
1477
1479
  return __awaiter(this, void 0, void 0, function* () {
@@ -1531,7 +1533,7 @@ class DbSystemClient {
1531
1533
  * @param DeleteDbSystemRequest
1532
1534
  * @return DeleteDbSystemResponse
1533
1535
  * @throws OciError when an error occurs
1534
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
1536
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
1535
1537
  */
1536
1538
  deleteDbSystem(deleteDbSystemRequest) {
1537
1539
  return __awaiter(this, void 0, void 0, function* () {
@@ -1591,7 +1593,7 @@ class DbSystemClient {
1591
1593
  * @param DeleteHeatWaveClusterRequest
1592
1594
  * @return DeleteHeatWaveClusterResponse
1593
1595
  * @throws OciError when an error occurs
1594
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
1596
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
1595
1597
  */
1596
1598
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
1597
1599
  return __awaiter(this, void 0, void 0, function* () {
@@ -1651,7 +1653,7 @@ class DbSystemClient {
1651
1653
  * @param GenerateAnalyticsClusterMemoryEstimateRequest
1652
1654
  * @return GenerateAnalyticsClusterMemoryEstimateResponse
1653
1655
  * @throws OciError when an error occurs
1654
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
1656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
1655
1657
  */
1656
1658
  generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest) {
1657
1659
  return __awaiter(this, void 0, void 0, function* () {
@@ -1714,7 +1716,7 @@ class DbSystemClient {
1714
1716
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
1715
1717
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
1716
1718
  * @throws OciError when an error occurs
1717
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1719
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1718
1720
  */
1719
1721
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
1720
1722
  return __awaiter(this, void 0, void 0, function* () {
@@ -1778,7 +1780,7 @@ class DbSystemClient {
1778
1780
  * @param GetAnalyticsClusterRequest
1779
1781
  * @return GetAnalyticsClusterResponse
1780
1782
  * @throws OciError when an error occurs
1781
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
1783
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
1782
1784
  */
1783
1785
  getAnalyticsCluster(getAnalyticsClusterRequest) {
1784
1786
  return __awaiter(this, void 0, void 0, function* () {
@@ -1843,7 +1845,7 @@ class DbSystemClient {
1843
1845
  * @param GetAnalyticsClusterMemoryEstimateRequest
1844
1846
  * @return GetAnalyticsClusterMemoryEstimateResponse
1845
1847
  * @throws OciError when an error occurs
1846
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
1848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
1847
1849
  */
1848
1850
  getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest) {
1849
1851
  return __awaiter(this, void 0, void 0, function* () {
@@ -1899,7 +1901,7 @@ class DbSystemClient {
1899
1901
  * @param GetDbSystemRequest
1900
1902
  * @return GetDbSystemResponse
1901
1903
  * @throws OciError when an error occurs
1902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
1904
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
1903
1905
  */
1904
1906
  getDbSystem(getDbSystemRequest) {
1905
1907
  return __awaiter(this, void 0, void 0, function* () {
@@ -1961,7 +1963,7 @@ class DbSystemClient {
1961
1963
  * @param GetHeatWaveClusterRequest
1962
1964
  * @return GetHeatWaveClusterResponse
1963
1965
  * @throws OciError when an error occurs
1964
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
1966
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
1965
1967
  */
1966
1968
  getHeatWaveCluster(getHeatWaveClusterRequest) {
1967
1969
  return __awaiter(this, void 0, void 0, function* () {
@@ -2025,7 +2027,7 @@ class DbSystemClient {
2025
2027
  * @param GetHeatWaveClusterMemoryEstimateRequest
2026
2028
  * @return GetHeatWaveClusterMemoryEstimateResponse
2027
2029
  * @throws OciError when an error occurs
2028
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
2030
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
2029
2031
  */
2030
2032
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
2031
2033
  return __awaiter(this, void 0, void 0, function* () {
@@ -2083,7 +2085,7 @@ class DbSystemClient {
2083
2085
  * @param ListDbSystemsRequest
2084
2086
  * @return ListDbSystemsResponse
2085
2087
  * @throws OciError when an error occurs
2086
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
2088
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
2087
2089
  */
2088
2090
  listDbSystems(listDbSystemsRequest) {
2089
2091
  return __awaiter(this, void 0, void 0, function* () {
@@ -2197,7 +2199,7 @@ class DbSystemClient {
2197
2199
  * @param RestartAnalyticsClusterRequest
2198
2200
  * @return RestartAnalyticsClusterResponse
2199
2201
  * @throws OciError when an error occurs
2200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
2202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
2201
2203
  */
2202
2204
  restartAnalyticsCluster(restartAnalyticsClusterRequest) {
2203
2205
  return __awaiter(this, void 0, void 0, function* () {
@@ -2256,7 +2258,7 @@ class DbSystemClient {
2256
2258
  * @param RestartDbSystemRequest
2257
2259
  * @return RestartDbSystemResponse
2258
2260
  * @throws OciError when an error occurs
2259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2260
2262
  */
2261
2263
  restartDbSystem(restartDbSystemRequest) {
2262
2264
  return __awaiter(this, void 0, void 0, function* () {
@@ -2316,7 +2318,7 @@ class DbSystemClient {
2316
2318
  * @param RestartHeatWaveClusterRequest
2317
2319
  * @return RestartHeatWaveClusterResponse
2318
2320
  * @throws OciError when an error occurs
2319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2320
2322
  */
2321
2323
  restartHeatWaveCluster(restartHeatWaveClusterRequest) {
2322
2324
  return __awaiter(this, void 0, void 0, function* () {
@@ -2377,7 +2379,7 @@ class DbSystemClient {
2377
2379
  * @param StartAnalyticsClusterRequest
2378
2380
  * @return StartAnalyticsClusterResponse
2379
2381
  * @throws OciError when an error occurs
2380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
2382
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
2381
2383
  */
2382
2384
  startAnalyticsCluster(startAnalyticsClusterRequest) {
2383
2385
  return __awaiter(this, void 0, void 0, function* () {
@@ -2436,7 +2438,7 @@ class DbSystemClient {
2436
2438
  * @param StartDbSystemRequest
2437
2439
  * @return StartDbSystemResponse
2438
2440
  * @throws OciError when an error occurs
2439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2440
2442
  */
2441
2443
  startDbSystem(startDbSystemRequest) {
2442
2444
  return __awaiter(this, void 0, void 0, function* () {
@@ -2495,7 +2497,7 @@ class DbSystemClient {
2495
2497
  * @param StartHeatWaveClusterRequest
2496
2498
  * @return StartHeatWaveClusterResponse
2497
2499
  * @throws OciError when an error occurs
2498
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2499
2501
  */
2500
2502
  startHeatWaveCluster(startHeatWaveClusterRequest) {
2501
2503
  return __awaiter(this, void 0, void 0, function* () {
@@ -2556,7 +2558,7 @@ class DbSystemClient {
2556
2558
  * @param StopAnalyticsClusterRequest
2557
2559
  * @return StopAnalyticsClusterResponse
2558
2560
  * @throws OciError when an error occurs
2559
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
2561
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
2560
2562
  */
2561
2563
  stopAnalyticsCluster(stopAnalyticsClusterRequest) {
2562
2564
  return __awaiter(this, void 0, void 0, function* () {
@@ -2618,7 +2620,7 @@ class DbSystemClient {
2618
2620
  * @param StopDbSystemRequest
2619
2621
  * @return StopDbSystemResponse
2620
2622
  * @throws OciError when an error occurs
2621
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2623
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2622
2624
  */
2623
2625
  stopDbSystem(stopDbSystemRequest) {
2624
2626
  return __awaiter(this, void 0, void 0, function* () {
@@ -2678,7 +2680,7 @@ class DbSystemClient {
2678
2680
  * @param StopHeatWaveClusterRequest
2679
2681
  * @return StopHeatWaveClusterResponse
2680
2682
  * @throws OciError when an error occurs
2681
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2683
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2682
2684
  */
2683
2685
  stopHeatWaveCluster(stopHeatWaveClusterRequest) {
2684
2686
  return __awaiter(this, void 0, void 0, function* () {
@@ -2739,7 +2741,7 @@ class DbSystemClient {
2739
2741
  * @param UpdateAnalyticsClusterRequest
2740
2742
  * @return UpdateAnalyticsClusterResponse
2741
2743
  * @throws OciError when an error occurs
2742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
2744
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
2743
2745
  */
2744
2746
  updateAnalyticsCluster(updateAnalyticsClusterRequest) {
2745
2747
  return __awaiter(this, void 0, void 0, function* () {
@@ -2806,7 +2808,7 @@ class DbSystemClient {
2806
2808
  * @param UpdateDbSystemRequest
2807
2809
  * @return UpdateDbSystemResponse
2808
2810
  * @throws OciError when an error occurs
2809
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2811
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2810
2812
  */
2811
2813
  updateDbSystem(updateDbSystemRequest) {
2812
2814
  return __awaiter(this, void 0, void 0, function* () {
@@ -2866,7 +2868,7 @@ class DbSystemClient {
2866
2868
  * @param UpdateHeatWaveClusterRequest
2867
2869
  * @return UpdateHeatWaveClusterResponse
2868
2870
  * @throws OciError when an error occurs
2869
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
2871
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
2870
2872
  */
2871
2873
  updateHeatWaveCluster(updateHeatWaveClusterRequest) {
2872
2874
  return __awaiter(this, void 0, void 0, function* () {
@@ -2922,6 +2924,7 @@ class DbSystemClient {
2922
2924
  }
2923
2925
  exports.DbSystemClient = DbSystemClient;
2924
2926
  DbSystemClient.serviceEndpointTemplate = "https://mysql.{region}.ocp.{secondLevelDomain}";
2927
+ DbSystemClient.endpointServiceName = "";
2925
2928
  var MysqlaasApiKeys;
2926
2929
  (function (MysqlaasApiKeys) {
2927
2930
  })(MysqlaasApiKeys = exports.MysqlaasApiKeys || (exports.MysqlaasApiKeys = {}));
@@ -2984,7 +2987,7 @@ class MysqlaasClient {
2984
2987
  * @param region The region of the service.
2985
2988
  */
2986
2989
  set region(region) {
2987
- this.endpoint = common.EndpointBuilder.createEndpointFromRegion(MysqlaasClient.serviceEndpointTemplate, region);
2990
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegion(MysqlaasClient.serviceEndpointTemplate, region, MysqlaasClient.endpointServiceName);
2988
2991
  }
2989
2992
  /**
2990
2993
  * Sets the regionId to call (ex, 'us-phoenix-1').
@@ -2995,7 +2998,7 @@ class MysqlaasClient {
2995
2998
  * @param regionId The public region ID.
2996
2999
  */
2997
3000
  set regionId(regionId) {
2998
- this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(MysqlaasClient.serviceEndpointTemplate, regionId);
3001
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(MysqlaasClient.serviceEndpointTemplate, regionId, MysqlaasClient.endpointServiceName);
2999
3002
  }
3000
3003
  /**
3001
3004
  * Creates a new MysqlaasWaiter for resources for this service.
@@ -3024,7 +3027,7 @@ class MysqlaasClient {
3024
3027
  * @param CreateConfigurationRequest
3025
3028
  * @return CreateConfigurationResponse
3026
3029
  * @throws OciError when an error occurs
3027
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
3030
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
3028
3031
  */
3029
3032
  createConfiguration(createConfigurationRequest) {
3030
3033
  return __awaiter(this, void 0, void 0, function* () {
@@ -3097,7 +3100,7 @@ class MysqlaasClient {
3097
3100
  * @param DeleteConfigurationRequest
3098
3101
  * @return DeleteConfigurationResponse
3099
3102
  * @throws OciError when an error occurs
3100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
3103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
3101
3104
  */
3102
3105
  deleteConfiguration(deleteConfigurationRequest) {
3103
3106
  return __awaiter(this, void 0, void 0, function* () {
@@ -3151,7 +3154,7 @@ class MysqlaasClient {
3151
3154
  * @param GetConfigurationRequest
3152
3155
  * @return GetConfigurationResponse
3153
3156
  * @throws OciError when an error occurs
3154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
3157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
3155
3158
  */
3156
3159
  getConfiguration(getConfigurationRequest) {
3157
3160
  return __awaiter(this, void 0, void 0, function* () {
@@ -3221,7 +3224,7 @@ class MysqlaasClient {
3221
3224
  * @param ListConfigurationsRequest
3222
3225
  * @return ListConfigurationsResponse
3223
3226
  * @throws OciError when an error occurs
3224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
3227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
3225
3228
  */
3226
3229
  listConfigurations(listConfigurationsRequest) {
3227
3230
  return __awaiter(this, void 0, void 0, function* () {
@@ -3335,7 +3338,7 @@ class MysqlaasClient {
3335
3338
  * @param ListShapesRequest
3336
3339
  * @return ListShapesResponse
3337
3340
  * @throws OciError when an error occurs
3338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
3341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
3339
3342
  */
3340
3343
  listShapes(listShapesRequest) {
3341
3344
  return __awaiter(this, void 0, void 0, function* () {
@@ -3397,7 +3400,7 @@ class MysqlaasClient {
3397
3400
  * @param ListVersionsRequest
3398
3401
  * @return ListVersionsResponse
3399
3402
  * @throws OciError when an error occurs
3400
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3403
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3401
3404
  */
3402
3405
  listVersions(listVersionsRequest) {
3403
3406
  return __awaiter(this, void 0, void 0, function* () {
@@ -3453,7 +3456,7 @@ class MysqlaasClient {
3453
3456
  * @param UpdateConfigurationRequest
3454
3457
  * @return UpdateConfigurationResponse
3455
3458
  * @throws OciError when an error occurs
3456
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3457
3460
  */
3458
3461
  updateConfiguration(updateConfigurationRequest) {
3459
3462
  return __awaiter(this, void 0, void 0, function* () {
@@ -3513,6 +3516,7 @@ class MysqlaasClient {
3513
3516
  }
3514
3517
  exports.MysqlaasClient = MysqlaasClient;
3515
3518
  MysqlaasClient.serviceEndpointTemplate = "https://mysql.{region}.ocp.{secondLevelDomain}";
3519
+ MysqlaasClient.endpointServiceName = "";
3516
3520
  var WorkRequestsApiKeys;
3517
3521
  (function (WorkRequestsApiKeys) {
3518
3522
  })(WorkRequestsApiKeys = exports.WorkRequestsApiKeys || (exports.WorkRequestsApiKeys = {}));
@@ -3575,7 +3579,7 @@ class WorkRequestsClient {
3575
3579
  * @param region The region of the service.
3576
3580
  */
3577
3581
  set region(region) {
3578
- this.endpoint = common.EndpointBuilder.createEndpointFromRegion(WorkRequestsClient.serviceEndpointTemplate, region);
3582
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegion(WorkRequestsClient.serviceEndpointTemplate, region, WorkRequestsClient.endpointServiceName);
3579
3583
  }
3580
3584
  /**
3581
3585
  * Sets the regionId to call (ex, 'us-phoenix-1').
@@ -3586,7 +3590,7 @@ class WorkRequestsClient {
3586
3590
  * @param regionId The public region ID.
3587
3591
  */
3588
3592
  set regionId(regionId) {
3589
- this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(WorkRequestsClient.serviceEndpointTemplate, regionId);
3593
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(WorkRequestsClient.serviceEndpointTemplate, regionId, WorkRequestsClient.endpointServiceName);
3590
3594
  }
3591
3595
  /**
3592
3596
  * Creates a new WorkRequestsWaiter for resources for this service.
@@ -3615,7 +3619,7 @@ class WorkRequestsClient {
3615
3619
  * @param GetWorkRequestRequest
3616
3620
  * @return GetWorkRequestResponse
3617
3621
  * @throws OciError when an error occurs
3618
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3622
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3619
3623
  */
3620
3624
  getWorkRequest(getWorkRequestRequest) {
3621
3625
  return __awaiter(this, void 0, void 0, function* () {
@@ -3683,7 +3687,7 @@ class WorkRequestsClient {
3683
3687
  * @param ListWorkRequestErrorsRequest
3684
3688
  * @return ListWorkRequestErrorsResponse
3685
3689
  * @throws OciError when an error occurs
3686
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3687
3691
  */
3688
3692
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
3689
3693
  return __awaiter(this, void 0, void 0, function* () {
@@ -3788,7 +3792,7 @@ class WorkRequestsClient {
3788
3792
  * @param ListWorkRequestLogsRequest
3789
3793
  * @return ListWorkRequestLogsResponse
3790
3794
  * @throws OciError when an error occurs
3791
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3795
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3792
3796
  */
3793
3797
  listWorkRequestLogs(listWorkRequestLogsRequest) {
3794
3798
  return __awaiter(this, void 0, void 0, function* () {
@@ -3893,7 +3897,7 @@ class WorkRequestsClient {
3893
3897
  * @param ListWorkRequestsRequest
3894
3898
  * @return ListWorkRequestsResponse
3895
3899
  * @throws OciError when an error occurs
3896
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3900
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3897
3901
  */
3898
3902
  listWorkRequests(listWorkRequestsRequest) {
3899
3903
  return __awaiter(this, void 0, void 0, function* () {
@@ -3995,4 +3999,5 @@ class WorkRequestsClient {
3995
3999
  }
3996
4000
  exports.WorkRequestsClient = WorkRequestsClient;
3997
4001
  WorkRequestsClient.serviceEndpointTemplate = "https://mysql.{region}.ocp.{secondLevelDomain}";
4002
+ WorkRequestsClient.endpointServiceName = "";
3998
4003
  //# sourceMappingURL=client.js.map