@alicloud/dts20200101 1.8.1 → 1.8.3

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 (94) hide show
  1. package/dist/client.d.ts +28 -30
  2. package/dist/client.js +28 -30
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/ConfigureSubscriptionInstanceRequest.d.ts +4 -0
  5. package/dist/models/ConfigureSubscriptionInstanceRequest.js.map +1 -1
  6. package/dist/models/ConfigureSynchronizationJobReplicatorCompareRequest.d.ts +7 -0
  7. package/dist/models/ConfigureSynchronizationJobReplicatorCompareRequest.js.map +1 -1
  8. package/dist/models/ConfigureSynchronizationJobRequest.d.ts +7 -0
  9. package/dist/models/ConfigureSynchronizationJobRequest.js.map +1 -1
  10. package/dist/models/CreateSynchronizationJobRequest.d.ts +7 -0
  11. package/dist/models/CreateSynchronizationJobRequest.js.map +1 -1
  12. package/dist/models/DescribeConsumerGroupResponseBody.d.ts +0 -50
  13. package/dist/models/DescribeConsumerGroupResponseBody.js.map +1 -1
  14. package/dist/models/DescribeDocParserJobResultResponseBody.d.ts +1 -0
  15. package/dist/models/DescribeDocParserJobResultResponseBody.js +2 -0
  16. package/dist/models/DescribeDocParserJobResultResponseBody.js.map +1 -1
  17. package/dist/models/DescribeDtsJobDetailResponseBody.d.ts +2 -0
  18. package/dist/models/DescribeDtsJobDetailResponseBody.js +4 -0
  19. package/dist/models/DescribeDtsJobDetailResponseBody.js.map +1 -1
  20. package/dist/models/DescribeEndpointSwitchStatusRequest.d.ts +7 -0
  21. package/dist/models/DescribeEndpointSwitchStatusRequest.js.map +1 -1
  22. package/dist/models/DescribeGadInstancesResponseBody.d.ts +0 -52
  23. package/dist/models/DescribeGadInstancesResponseBody.js.map +1 -1
  24. package/dist/models/DescribeMigrationJobDetailResponseBody.d.ts +0 -227
  25. package/dist/models/DescribeMigrationJobDetailResponseBody.js.map +1 -1
  26. package/dist/models/DescribeMigrationJobStatusResponseBody.d.ts +0 -39
  27. package/dist/models/DescribeMigrationJobStatusResponseBody.js.map +1 -1
  28. package/dist/models/DescribeMigrationJobsResponseBody.d.ts +0 -391
  29. package/dist/models/DescribeMigrationJobsResponseBody.js.map +1 -1
  30. package/dist/models/DescribePreCheckCreateGadOrderResultResponseBody.d.ts +0 -12
  31. package/dist/models/DescribePreCheckCreateGadOrderResultResponseBody.js.map +1 -1
  32. package/dist/models/DescribeSubscriptionInstanceAlertRequest.d.ts +7 -0
  33. package/dist/models/DescribeSubscriptionInstanceAlertRequest.js.map +1 -1
  34. package/dist/models/DescribeSubscriptionInstanceStatusResponseBody.d.ts +0 -25
  35. package/dist/models/DescribeSubscriptionInstanceStatusResponseBody.js.map +1 -1
  36. package/dist/models/DescribeSubscriptionInstancesResponseBody.d.ts +0 -212
  37. package/dist/models/DescribeSubscriptionInstancesResponseBody.js.map +1 -1
  38. package/dist/models/ListDedicatedClusterResponseBody.d.ts +0 -153
  39. package/dist/models/ListDedicatedClusterResponseBody.js.map +1 -1
  40. package/dist/models/ListTagResourcesResponseBody.d.ts +0 -32
  41. package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
  42. package/dist/models/ModifyConsumerGroupPasswordRequest.d.ts +7 -0
  43. package/dist/models/ModifyConsumerGroupPasswordRequest.js.map +1 -1
  44. package/dist/models/ModifyConsumptionTimestampRequest.d.ts +7 -0
  45. package/dist/models/ModifyConsumptionTimestampRequest.js.map +1 -1
  46. package/dist/models/ModifySubscriptionObjectRequest.d.ts +7 -0
  47. package/dist/models/ModifySubscriptionObjectRequest.js.map +1 -1
  48. package/dist/models/ModifySynchronizationObjectRequest.d.ts +12 -0
  49. package/dist/models/ModifySynchronizationObjectRequest.js.map +1 -1
  50. package/dist/models/ResetSynchronizationJobRequest.d.ts +7 -0
  51. package/dist/models/ResetSynchronizationJobRequest.js.map +1 -1
  52. package/dist/models/ShieldPrecheckRequest.d.ts +7 -0
  53. package/dist/models/ShieldPrecheckRequest.js.map +1 -1
  54. package/dist/models/StartMigrationJobRequest.d.ts +7 -0
  55. package/dist/models/StartMigrationJobRequest.js.map +1 -1
  56. package/dist/models/StartSynchronizationJobRequest.d.ts +7 -0
  57. package/dist/models/StartSynchronizationJobRequest.js.map +1 -1
  58. package/dist/models/StopMigrationJobRequest.d.ts +7 -0
  59. package/dist/models/StopMigrationJobRequest.js.map +1 -1
  60. package/dist/models/SuspendSynchronizationJobRequest.d.ts +7 -0
  61. package/dist/models/SuspendSynchronizationJobRequest.js.map +1 -1
  62. package/dist/models/SwitchSynchronizationEndpointRequest.d.ts +7 -0
  63. package/dist/models/SwitchSynchronizationEndpointRequest.js.map +1 -1
  64. package/package.json +1 -1
  65. package/src/client.ts +28 -30
  66. package/src/models/ConfigureSubscriptionInstanceRequest.ts +4 -0
  67. package/src/models/ConfigureSynchronizationJobReplicatorCompareRequest.ts +7 -0
  68. package/src/models/ConfigureSynchronizationJobRequest.ts +7 -0
  69. package/src/models/CreateSynchronizationJobRequest.ts +7 -0
  70. package/src/models/DescribeConsumerGroupResponseBody.ts +0 -50
  71. package/src/models/DescribeDocParserJobResultResponseBody.ts +3 -0
  72. package/src/models/DescribeDtsJobDetailResponseBody.ts +6 -0
  73. package/src/models/DescribeEndpointSwitchStatusRequest.ts +7 -0
  74. package/src/models/DescribeGadInstancesResponseBody.ts +0 -52
  75. package/src/models/DescribeMigrationJobDetailResponseBody.ts +0 -227
  76. package/src/models/DescribeMigrationJobStatusResponseBody.ts +0 -39
  77. package/src/models/DescribeMigrationJobsResponseBody.ts +0 -391
  78. package/src/models/DescribePreCheckCreateGadOrderResultResponseBody.ts +0 -12
  79. package/src/models/DescribeSubscriptionInstanceAlertRequest.ts +7 -0
  80. package/src/models/DescribeSubscriptionInstanceStatusResponseBody.ts +0 -25
  81. package/src/models/DescribeSubscriptionInstancesResponseBody.ts +0 -212
  82. package/src/models/ListDedicatedClusterResponseBody.ts +0 -153
  83. package/src/models/ListTagResourcesResponseBody.ts +0 -32
  84. package/src/models/ModifyConsumerGroupPasswordRequest.ts +7 -0
  85. package/src/models/ModifyConsumptionTimestampRequest.ts +7 -0
  86. package/src/models/ModifySubscriptionObjectRequest.ts +7 -0
  87. package/src/models/ModifySynchronizationObjectRequest.ts +12 -0
  88. package/src/models/ResetSynchronizationJobRequest.ts +7 -0
  89. package/src/models/ShieldPrecheckRequest.ts +7 -0
  90. package/src/models/StartMigrationJobRequest.ts +7 -0
  91. package/src/models/StartSynchronizationJobRequest.ts +7 -0
  92. package/src/models/StopMigrationJobRequest.ts +7 -0
  93. package/src/models/SuspendSynchronizationJobRequest.ts +7 -0
  94. package/src/models/SwitchSynchronizationEndpointRequest.ts +7 -0
package/dist/client.d.ts CHANGED
@@ -249,7 +249,7 @@ export default class Client extends OpenApi {
249
249
  */
250
250
  createDedicatedClusterMonitorRule(request: $_model.CreateDedicatedClusterMonitorRuleRequest): Promise<$_model.CreateDedicatedClusterMonitorRuleResponse>;
251
251
  /**
252
- * 查看工作流任务结果
252
+ * Creates a document parsing task.
253
253
  *
254
254
  * @param request - CreateDocParserJobRequest
255
255
  * @param runtime - runtime options for this request RuntimeOptions
@@ -257,7 +257,7 @@ export default class Client extends OpenApi {
257
257
  */
258
258
  createDocParserJobWithOptions(request: $_model.CreateDocParserJobRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateDocParserJobResponse>;
259
259
  /**
260
- * 查看工作流任务结果
260
+ * Creates a document parsing task.
261
261
  *
262
262
  * @param request - CreateDocParserJobRequest
263
263
  * @returns CreateDocParserJobResponse
@@ -503,7 +503,7 @@ export default class Client extends OpenApi {
503
503
  */
504
504
  describeChannelAccount(request: $_model.DescribeChannelAccountRequest): Promise<$_model.DescribeChannelAccountResponse>;
505
505
  /**
506
- * 请求所有数据校验任务数据
506
+ * Verifies data migration tasks and data synchronization tasks
507
507
  *
508
508
  * @param request - DescribeCheckJobsRequest
509
509
  * @param runtime - runtime options for this request RuntimeOptions
@@ -511,7 +511,7 @@ export default class Client extends OpenApi {
511
511
  */
512
512
  describeCheckJobsWithOptions(request: $_model.DescribeCheckJobsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCheckJobsResponse>;
513
513
  /**
514
- * 请求所有数据校验任务数据
514
+ * Verifies data migration tasks and data synchronization tasks
515
515
  *
516
516
  * @param request - DescribeCheckJobsRequest
517
517
  * @returns DescribeCheckJobsResponse
@@ -683,7 +683,7 @@ export default class Client extends OpenApi {
683
683
  */
684
684
  describeDedicatedClusterMonitorRule(request: $_model.DescribeDedicatedClusterMonitorRuleRequest): Promise<$_model.DescribeDedicatedClusterMonitorRuleResponse>;
685
685
  /**
686
- * 查看工作流任务结果
686
+ * Retrieves the result of a document parsing task.
687
687
  *
688
688
  * @param request - DescribeDocParserJobResultRequest
689
689
  * @param runtime - runtime options for this request RuntimeOptions
@@ -691,14 +691,14 @@ export default class Client extends OpenApi {
691
691
  */
692
692
  describeDocParserJobResultWithOptions(request: $_model.DescribeDocParserJobResultRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDocParserJobResultResponse>;
693
693
  /**
694
- * 查看工作流任务结果
694
+ * Retrieves the result of a document parsing task.
695
695
  *
696
696
  * @param request - DescribeDocParserJobResultRequest
697
697
  * @returns DescribeDocParserJobResultResponse
698
698
  */
699
699
  describeDocParserJobResult(request: $_model.DescribeDocParserJobResultRequest): Promise<$_model.DescribeDocParserJobResultResponse>;
700
700
  /**
701
- * 查看工作流任务结果
701
+ * Queries the execution status of a document parsing task.
702
702
  *
703
703
  * @param request - DescribeDocParserJobStatusRequest
704
704
  * @param runtime - runtime options for this request RuntimeOptions
@@ -706,7 +706,7 @@ export default class Client extends OpenApi {
706
706
  */
707
707
  describeDocParserJobStatusWithOptions(request: $_model.DescribeDocParserJobStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDocParserJobStatusResponse>;
708
708
  /**
709
- * 查看工作流任务结果
709
+ * Queries the execution status of a document parsing task.
710
710
  *
711
711
  * @param request - DescribeDocParserJobStatusRequest
712
712
  * @returns DescribeDocParserJobStatusResponse
@@ -743,8 +743,7 @@ export default class Client extends OpenApi {
743
743
  */
744
744
  describeDtsJobConfig(request: $_model.DescribeDtsJobConfigRequest): Promise<$_model.DescribeDtsJobConfigResponse>;
745
745
  /**
746
- * The latency of incremental data migration or synchronization.
747
- * \\\\\\\\\\> If you query data migration tasks, the unit of this parameter is milliseconds. If you query data synchronization tasks, the unit of this parameter is seconds.
746
+ * The latency of incremental data migration or synchronization. \\\\\\\\\\\\\\\\> If you query data migration tasks, the unit of this parameter is milliseconds. If you query data synchronization tasks, the unit of this parameter is seconds.
748
747
  *
749
748
  * @param request - DescribeDtsJobDetailRequest
750
749
  * @param runtime - runtime options for this request RuntimeOptions
@@ -752,8 +751,7 @@ export default class Client extends OpenApi {
752
751
  */
753
752
  describeDtsJobDetailWithOptions(request: $_model.DescribeDtsJobDetailRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDtsJobDetailResponse>;
754
753
  /**
755
- * The latency of incremental data migration or synchronization.
756
- * \\\\\\\\\\> If you query data migration tasks, the unit of this parameter is milliseconds. If you query data synchronization tasks, the unit of this parameter is seconds.
754
+ * The latency of incremental data migration or synchronization. \\\\\\\\\\\\\\\\> If you query data migration tasks, the unit of this parameter is milliseconds. If you query data synchronization tasks, the unit of this parameter is seconds.
757
755
  *
758
756
  * @param request - DescribeDtsJobDetailRequest
759
757
  * @returns DescribeDtsJobDetailResponse
@@ -843,7 +841,7 @@ export default class Client extends OpenApi {
843
841
  */
844
842
  describeFullProcessList(request: $_model.DescribeFullProcessListRequest): Promise<$_model.DescribeFullProcessListResponse>;
845
843
  /**
846
- * 查询GAD实例列表
844
+ * Queries the GAD instances.
847
845
  *
848
846
  * @param request - DescribeGadInstancesRequest
849
847
  * @param runtime - runtime options for this request RuntimeOptions
@@ -851,7 +849,7 @@ export default class Client extends OpenApi {
851
849
  */
852
850
  describeGadInstancesWithOptions(request: $_model.DescribeGadInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeGadInstancesResponse>;
853
851
  /**
854
- * 查询GAD实例列表
852
+ * Queries the GAD instances.
855
853
  *
856
854
  * @param request - DescribeGadInstancesRequest
857
855
  * @returns DescribeGadInstancesResponse
@@ -963,7 +961,7 @@ export default class Client extends OpenApi {
963
961
  */
964
962
  describeMigrationJobs(request: $_model.DescribeMigrationJobsRequest): Promise<$_model.DescribeMigrationJobsResponse>;
965
963
  /**
966
- * 查询预检查创建GAD订单任务结果
964
+ * Queries the result of a precheck task before a GAD instance is created.
967
965
  *
968
966
  * @param request - DescribePreCheckCreateGadOrderResultRequest
969
967
  * @param runtime - runtime options for this request RuntimeOptions
@@ -971,7 +969,7 @@ export default class Client extends OpenApi {
971
969
  */
972
970
  describePreCheckCreateGadOrderResultWithOptions(request: $_model.DescribePreCheckCreateGadOrderResultRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePreCheckCreateGadOrderResultResponse>;
973
971
  /**
974
- * 查询预检查创建GAD订单任务结果
972
+ * Queries the result of a precheck task before a GAD instance is created.
975
973
  *
976
974
  * @param request - DescribePreCheckCreateGadOrderResultRequest
977
975
  * @returns DescribePreCheckCreateGadOrderResultResponse
@@ -1196,7 +1194,7 @@ export default class Client extends OpenApi {
1196
1194
  */
1197
1195
  describeTagValues(request: $_model.DescribeTagValuesRequest): Promise<$_model.DescribeTagValuesResponse>;
1198
1196
  /**
1199
- * 移除从角色
1197
+ * Removes a secondary instance
1200
1198
  *
1201
1199
  * @param request - DetachGadInstanceDbMemberRequest
1202
1200
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1204,7 +1202,7 @@ export default class Client extends OpenApi {
1204
1202
  */
1205
1203
  detachGadInstanceDbMemberWithOptions(request: $_model.DetachGadInstanceDbMemberRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DetachGadInstanceDbMemberResponse>;
1206
1204
  /**
1207
- * 移除从角色
1205
+ * Removes a secondary instance
1208
1206
  *
1209
1207
  * @param request - DetachGadInstanceDbMemberRequest
1210
1208
  * @returns DetachGadInstanceDbMemberResponse
@@ -1498,7 +1496,7 @@ export default class Client extends OpenApi {
1498
1496
  */
1499
1497
  modifyDynamicConfig(request: $_model.ModifyDynamicConfigRequest): Promise<$_model.ModifyDynamicConfigResponse>;
1500
1498
  /**
1501
- * 修改GAD实例名称
1499
+ * Modifies the name of a GAD instance.
1502
1500
  *
1503
1501
  * @param request - ModifyGadInstanceNameRequest
1504
1502
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1506,7 +1504,7 @@ export default class Client extends OpenApi {
1506
1504
  */
1507
1505
  modifyGadInstanceNameWithOptions(request: $_model.ModifyGadInstanceNameRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyGadInstanceNameResponse>;
1508
1506
  /**
1509
- * 修改GAD实例名称
1507
+ * Modifies the name of a GAD instance.
1510
1508
  *
1511
1509
  * @param request - ModifyGadInstanceNameRequest
1512
1510
  * @returns ModifyGadInstanceNameResponse
@@ -1579,7 +1577,7 @@ export default class Client extends OpenApi {
1579
1577
  */
1580
1578
  modifySynchronizationObject(request: $_model.ModifySynchronizationObjectRequest): Promise<$_model.ModifySynchronizationObjectResponse>;
1581
1579
  /**
1582
- * 预检查创建GAD订单
1580
+ * Prechecks before a GAD instance is created.
1583
1581
  *
1584
1582
  * @param request - PreCheckCreateGadOrderRequest
1585
1583
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1587,7 +1585,7 @@ export default class Client extends OpenApi {
1587
1585
  */
1588
1586
  preCheckCreateGadOrderWithOptions(request: $_model.PreCheckCreateGadOrderRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PreCheckCreateGadOrderResponse>;
1589
1587
  /**
1590
- * 预检查创建GAD订单
1588
+ * Prechecks before a GAD instance is created.
1591
1589
  *
1592
1590
  * @param request - PreCheckCreateGadOrderRequest
1593
1591
  * @returns PreCheckCreateGadOrderResponse
@@ -1662,7 +1660,7 @@ export default class Client extends OpenApi {
1662
1660
  */
1663
1661
  resetSynchronizationJob(request: $_model.ResetSynchronizationJobRequest): Promise<$_model.ResetSynchronizationJobResponse>;
1664
1662
  /**
1665
- * 调转双向任务的方向
1663
+ * Reverse the direction of a two-way synchronization task.
1666
1664
  *
1667
1665
  * @param request - ReverseTwoWayDirectionRequest
1668
1666
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1670,7 +1668,7 @@ export default class Client extends OpenApi {
1670
1668
  */
1671
1669
  reverseTwoWayDirectionWithOptions(request: $_model.ReverseTwoWayDirectionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ReverseTwoWayDirectionResponse>;
1672
1670
  /**
1673
- * 调转双向任务的方向
1671
+ * Reverse the direction of a two-way synchronization task.
1674
1672
  *
1675
1673
  * @param request - ReverseTwoWayDirectionRequest
1676
1674
  * @returns ReverseTwoWayDirectionResponse
@@ -1971,7 +1969,7 @@ export default class Client extends OpenApi {
1971
1969
  */
1972
1970
  suspendSynchronizationJob(request: $_model.SuspendSynchronizationJobRequest): Promise<$_model.SuspendSynchronizationJobResponse>;
1973
1971
  /**
1974
- * 物理迁移任务切换上云
1972
+ * Migrates Microsoft SQL Server (MSSQL) to the cloud by using a physical gateway
1975
1973
  *
1976
1974
  * @param request - SwitchPhysicalDtsJobToCloudRequest
1977
1975
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1979,7 +1977,7 @@ export default class Client extends OpenApi {
1979
1977
  */
1980
1978
  switchPhysicalDtsJobToCloudWithOptions(request: $_model.SwitchPhysicalDtsJobToCloudRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SwitchPhysicalDtsJobToCloudResponse>;
1981
1979
  /**
1982
- * 物理迁移任务切换上云
1980
+ * Migrates Microsoft SQL Server (MSSQL) to the cloud by using a physical gateway
1983
1981
  *
1984
1982
  * @param request - SwitchPhysicalDtsJobToCloudRequest
1985
1983
  * @returns SwitchPhysicalDtsJobToCloudResponse
@@ -2124,8 +2122,8 @@ export default class Client extends OpenApi {
2124
2122
  */
2125
2123
  upgradeTwoWay(request: $_model.UpgradeTwoWayRequest): Promise<$_model.UpgradeTwoWayResponse>;
2126
2124
  /**
2127
- * If the \\\\*\\\\*source or destination instance\\\\*\\\\* is a \\\\*\\\\*self-managed database\\\\*\\\\* or a \\\\*\\\\*third-party cloud database\\\\*\\\\*, you need to call this operation to query the CIDR blocks of DTS servers. Then, you need to add the CIDR blocks of DTS servers to the security settings of the source or destination instance, for example, the firewall of your database. For more information, see \\[Add the CIDR blocks of DTS servers to the security settings of on-premises databases]\\\\(~~176627~~).
2128
- * \\\\> If the \\\\*\\\\*source or destination database\\\\*\\\\* is an \\\\*\\\\*ApsaraDB database instance\\\\*\\\\* (such as RDS instance and ApsaraDB for MongoDB instance) or a \\\\*\\\\*self-managed database hosted on Elastic Compute Service (ECS)\\\\*\\\\*, you do not need to add the CIDR blocks. When you click \\\\*\\\\*Set Whitelist and Next\\\\*\\\\* in the DTS console, DTS automatically adds the CIDR blocks of DTS servers to the security settings of the source or destination instance.
2125
+ * If the \\\\\\\\*\\\\\\\\*source or destination instance\\\\\\\\*\\\\\\\\* is a \\\\\\\\*\\\\\\\\*self-managed database\\\\\\\\*\\\\\\\\* or a \\\\\\\\*\\\\\\\\*third-party cloud database\\\\\\\\*\\\\\\\\*, you need to call this operation to query the CIDR blocks of DTS servers. Then, you need to add the CIDR blocks of DTS servers to the security settings of the source or destination instance, for example, the firewall of your database. For more information, see \\\\\\[Add the CIDR blocks of DTS servers to the security settings of on-premises databases]\\\\\\(~~176627~~).
2126
+ * \\\\\\> If the \\\\\\\\*\\\\\\\\*source or destination database\\\\\\\\*\\\\\\\\* is an \\\\\\\\*\\\\\\\\*ApsaraDB database instance\\\\\\\\*\\\\\\\\* (such as RDS instance and ApsaraDB for MongoDB instance) or a \\\\\\\\*\\\\\\\\*self-managed database hosted on Elastic Compute Service (ECS)\\\\\\\\*\\\\\\\\*, you do not need to add the CIDR blocks. When you click \\\\\\\\*\\\\\\\\*Set Whitelist and Next\\\\\\\\*\\\\\\\\* in the DTS console, DTS automatically adds the CIDR blocks of DTS servers to the security settings of the source o
2129
2127
  *
2130
2128
  * @remarks
2131
2129
  * The operation that you want to perform. Set the value to **WhiteIpList**.
@@ -2136,8 +2134,8 @@ export default class Client extends OpenApi {
2136
2134
  */
2137
2135
  whiteIpListWithOptions(request: $_model.WhiteIpListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.WhiteIpListResponse>;
2138
2136
  /**
2139
- * If the \\\\*\\\\*source or destination instance\\\\*\\\\* is a \\\\*\\\\*self-managed database\\\\*\\\\* or a \\\\*\\\\*third-party cloud database\\\\*\\\\*, you need to call this operation to query the CIDR blocks of DTS servers. Then, you need to add the CIDR blocks of DTS servers to the security settings of the source or destination instance, for example, the firewall of your database. For more information, see \\[Add the CIDR blocks of DTS servers to the security settings of on-premises databases]\\\\(~~176627~~).
2140
- * \\\\> If the \\\\*\\\\*source or destination database\\\\*\\\\* is an \\\\*\\\\*ApsaraDB database instance\\\\*\\\\* (such as RDS instance and ApsaraDB for MongoDB instance) or a \\\\*\\\\*self-managed database hosted on Elastic Compute Service (ECS)\\\\*\\\\*, you do not need to add the CIDR blocks. When you click \\\\*\\\\*Set Whitelist and Next\\\\*\\\\* in the DTS console, DTS automatically adds the CIDR blocks of DTS servers to the security settings of the source or destination instance.
2137
+ * If the \\\\\\\\*\\\\\\\\*source or destination instance\\\\\\\\*\\\\\\\\* is a \\\\\\\\*\\\\\\\\*self-managed database\\\\\\\\*\\\\\\\\* or a \\\\\\\\*\\\\\\\\*third-party cloud database\\\\\\\\*\\\\\\\\*, you need to call this operation to query the CIDR blocks of DTS servers. Then, you need to add the CIDR blocks of DTS servers to the security settings of the source or destination instance, for example, the firewall of your database. For more information, see \\\\\\[Add the CIDR blocks of DTS servers to the security settings of on-premises databases]\\\\\\(~~176627~~).
2138
+ * \\\\\\> If the \\\\\\\\*\\\\\\\\*source or destination database\\\\\\\\*\\\\\\\\* is an \\\\\\\\*\\\\\\\\*ApsaraDB database instance\\\\\\\\*\\\\\\\\* (such as RDS instance and ApsaraDB for MongoDB instance) or a \\\\\\\\*\\\\\\\\*self-managed database hosted on Elastic Compute Service (ECS)\\\\\\\\*\\\\\\\\*, you do not need to add the CIDR blocks. When you click \\\\\\\\*\\\\\\\\*Set Whitelist and Next\\\\\\\\*\\\\\\\\* in the DTS console, DTS automatically adds the CIDR blocks of DTS servers to the security settings of the source o
2141
2139
  *
2142
2140
  * @remarks
2143
2141
  * The operation that you want to perform. Set the value to **WhiteIpList**.
package/dist/client.js CHANGED
@@ -1478,7 +1478,7 @@ class Client extends openapi_core_1.default {
1478
1478
  return await this.createDedicatedClusterMonitorRuleWithOptions(request, runtime);
1479
1479
  }
1480
1480
  /**
1481
- * 查看工作流任务结果
1481
+ * Creates a document parsing task.
1482
1482
  *
1483
1483
  * @param request - CreateDocParserJobRequest
1484
1484
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1522,7 +1522,7 @@ class Client extends openapi_core_1.default {
1522
1522
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDocParserJobResponse({}));
1523
1523
  }
1524
1524
  /**
1525
- * 查看工作流任务结果
1525
+ * Creates a document parsing task.
1526
1526
  *
1527
1527
  * @param request - CreateDocParserJobRequest
1528
1528
  * @returns CreateDocParserJobResponse
@@ -2490,7 +2490,7 @@ class Client extends openapi_core_1.default {
2490
2490
  return await this.describeChannelAccountWithOptions(request, runtime);
2491
2491
  }
2492
2492
  /**
2493
- * 请求所有数据校验任务数据
2493
+ * Verifies data migration tasks and data synchronization tasks
2494
2494
  *
2495
2495
  * @param request - DescribeCheckJobsRequest
2496
2496
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2537,7 +2537,7 @@ class Client extends openapi_core_1.default {
2537
2537
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCheckJobsResponse({}));
2538
2538
  }
2539
2539
  /**
2540
- * 请求所有数据校验任务数据
2540
+ * Verifies data migration tasks and data synchronization tasks
2541
2541
  *
2542
2542
  * @param request - DescribeCheckJobsRequest
2543
2543
  * @returns DescribeCheckJobsResponse
@@ -3217,7 +3217,7 @@ class Client extends openapi_core_1.default {
3217
3217
  return await this.describeDedicatedClusterMonitorRuleWithOptions(request, runtime);
3218
3218
  }
3219
3219
  /**
3220
- * 查看工作流任务结果
3220
+ * Retrieves the result of a document parsing task.
3221
3221
  *
3222
3222
  * @param request - DescribeDocParserJobResultRequest
3223
3223
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3255,7 +3255,7 @@ class Client extends openapi_core_1.default {
3255
3255
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDocParserJobResultResponse({}));
3256
3256
  }
3257
3257
  /**
3258
- * 查看工作流任务结果
3258
+ * Retrieves the result of a document parsing task.
3259
3259
  *
3260
3260
  * @param request - DescribeDocParserJobResultRequest
3261
3261
  * @returns DescribeDocParserJobResultResponse
@@ -3265,7 +3265,7 @@ class Client extends openapi_core_1.default {
3265
3265
  return await this.describeDocParserJobResultWithOptions(request, runtime);
3266
3266
  }
3267
3267
  /**
3268
- * 查看工作流任务结果
3268
+ * Queries the execution status of a document parsing task.
3269
3269
  *
3270
3270
  * @param request - DescribeDocParserJobStatusRequest
3271
3271
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3303,7 +3303,7 @@ class Client extends openapi_core_1.default {
3303
3303
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDocParserJobStatusResponse({}));
3304
3304
  }
3305
3305
  /**
3306
- * 查看工作流任务结果
3306
+ * Queries the execution status of a document parsing task.
3307
3307
  *
3308
3308
  * @param request - DescribeDocParserJobStatusRequest
3309
3309
  * @returns DescribeDocParserJobStatusResponse
@@ -3421,8 +3421,7 @@ class Client extends openapi_core_1.default {
3421
3421
  return await this.describeDtsJobConfigWithOptions(request, runtime);
3422
3422
  }
3423
3423
  /**
3424
- * The latency of incremental data migration or synchronization.
3425
- * \\\\\\\\\\> If you query data migration tasks, the unit of this parameter is milliseconds. If you query data synchronization tasks, the unit of this parameter is seconds.
3424
+ * The latency of incremental data migration or synchronization. \\\\\\\\\\\\\\\\> If you query data migration tasks, the unit of this parameter is milliseconds. If you query data synchronization tasks, the unit of this parameter is seconds.
3426
3425
  *
3427
3426
  * @param request - DescribeDtsJobDetailRequest
3428
3427
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3469,8 +3468,7 @@ class Client extends openapi_core_1.default {
3469
3468
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDtsJobDetailResponse({}));
3470
3469
  }
3471
3470
  /**
3472
- * The latency of incremental data migration or synchronization.
3473
- * \\\\\\\\\\> If you query data migration tasks, the unit of this parameter is milliseconds. If you query data synchronization tasks, the unit of this parameter is seconds.
3471
+ * The latency of incremental data migration or synchronization. \\\\\\\\\\\\\\\\> If you query data migration tasks, the unit of this parameter is milliseconds. If you query data synchronization tasks, the unit of this parameter is seconds.
3474
3472
  *
3475
3473
  * @param request - DescribeDtsJobDetailRequest
3476
3474
  * @returns DescribeDtsJobDetailResponse
@@ -3812,7 +3810,7 @@ class Client extends openapi_core_1.default {
3812
3810
  return await this.describeFullProcessListWithOptions(request, runtime);
3813
3811
  }
3814
3812
  /**
3815
- * 查询GAD实例列表
3813
+ * Queries the GAD instances.
3816
3814
  *
3817
3815
  * @param request - DescribeGadInstancesRequest
3818
3816
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3865,7 +3863,7 @@ class Client extends openapi_core_1.default {
3865
3863
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeGadInstancesResponse({}));
3866
3864
  }
3867
3865
  /**
3868
- * 查询GAD实例列表
3866
+ * Queries the GAD instances.
3869
3867
  *
3870
3868
  * @param request - DescribeGadInstancesRequest
3871
3869
  * @returns DescribeGadInstancesResponse
@@ -4282,7 +4280,7 @@ class Client extends openapi_core_1.default {
4282
4280
  return await this.describeMigrationJobsWithOptions(request, runtime);
4283
4281
  }
4284
4282
  /**
4285
- * 查询预检查创建GAD订单任务结果
4283
+ * Queries the result of a precheck task before a GAD instance is created.
4286
4284
  *
4287
4285
  * @param request - DescribePreCheckCreateGadOrderResultRequest
4288
4286
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4323,7 +4321,7 @@ class Client extends openapi_core_1.default {
4323
4321
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePreCheckCreateGadOrderResultResponse({}));
4324
4322
  }
4325
4323
  /**
4326
- * 查询预检查创建GAD订单任务结果
4324
+ * Queries the result of a precheck task before a GAD instance is created.
4327
4325
  *
4328
4326
  * @param request - DescribePreCheckCreateGadOrderResultRequest
4329
4327
  * @returns DescribePreCheckCreateGadOrderResultResponse
@@ -5147,7 +5145,7 @@ class Client extends openapi_core_1.default {
5147
5145
  return await this.describeTagValuesWithOptions(request, runtime);
5148
5146
  }
5149
5147
  /**
5150
- * 移除从角色
5148
+ * Removes a secondary instance
5151
5149
  *
5152
5150
  * @param request - DetachGadInstanceDbMemberRequest
5153
5151
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5188,7 +5186,7 @@ class Client extends openapi_core_1.default {
5188
5186
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DetachGadInstanceDbMemberResponse({}));
5189
5187
  }
5190
5188
  /**
5191
- * 移除从角色
5189
+ * Removes a secondary instance
5192
5190
  *
5193
5191
  * @param request - DetachGadInstanceDbMemberRequest
5194
5192
  * @returns DetachGadInstanceDbMemberResponse
@@ -6298,7 +6296,7 @@ class Client extends openapi_core_1.default {
6298
6296
  return await this.modifyDynamicConfigWithOptions(request, runtime);
6299
6297
  }
6300
6298
  /**
6301
- * 修改GAD实例名称
6299
+ * Modifies the name of a GAD instance.
6302
6300
  *
6303
6301
  * @param request - ModifyGadInstanceNameRequest
6304
6302
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6339,7 +6337,7 @@ class Client extends openapi_core_1.default {
6339
6337
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyGadInstanceNameResponse({}));
6340
6338
  }
6341
6339
  /**
6342
- * 修改GAD实例名称
6340
+ * Modifies the name of a GAD instance.
6343
6341
  *
6344
6342
  * @param request - ModifyGadInstanceNameRequest
6345
6343
  * @returns ModifyGadInstanceNameResponse
@@ -6582,7 +6580,7 @@ class Client extends openapi_core_1.default {
6582
6580
  return await this.modifySynchronizationObjectWithOptions(request, runtime);
6583
6581
  }
6584
6582
  /**
6585
- * 预检查创建GAD订单
6583
+ * Prechecks before a GAD instance is created.
6586
6584
  *
6587
6585
  * @param request - PreCheckCreateGadOrderRequest
6588
6586
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6644,7 +6642,7 @@ class Client extends openapi_core_1.default {
6644
6642
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.PreCheckCreateGadOrderResponse({}));
6645
6643
  }
6646
6644
  /**
6647
- * 预检查创建GAD订单
6645
+ * Prechecks before a GAD instance is created.
6648
6646
  *
6649
6647
  * @param request - PreCheckCreateGadOrderRequest
6650
6648
  * @returns PreCheckCreateGadOrderResponse
@@ -6872,7 +6870,7 @@ class Client extends openapi_core_1.default {
6872
6870
  return await this.resetSynchronizationJobWithOptions(request, runtime);
6873
6871
  }
6874
6872
  /**
6875
- * 调转双向任务的方向
6873
+ * Reverse the direction of a two-way synchronization task.
6876
6874
  *
6877
6875
  * @param request - ReverseTwoWayDirectionRequest
6878
6876
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6910,7 +6908,7 @@ class Client extends openapi_core_1.default {
6910
6908
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ReverseTwoWayDirectionResponse({}));
6911
6909
  }
6912
6910
  /**
6913
- * 调转双向任务的方向
6911
+ * Reverse the direction of a two-way synchronization task.
6914
6912
  *
6915
6913
  * @param request - ReverseTwoWayDirectionRequest
6916
6914
  * @returns ReverseTwoWayDirectionResponse
@@ -7883,7 +7881,7 @@ class Client extends openapi_core_1.default {
7883
7881
  return await this.suspendSynchronizationJobWithOptions(request, runtime);
7884
7882
  }
7885
7883
  /**
7886
- * 物理迁移任务切换上云
7884
+ * Migrates Microsoft SQL Server (MSSQL) to the cloud by using a physical gateway
7887
7885
  *
7888
7886
  * @param request - SwitchPhysicalDtsJobToCloudRequest
7889
7887
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7924,7 +7922,7 @@ class Client extends openapi_core_1.default {
7924
7922
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SwitchPhysicalDtsJobToCloudResponse({}));
7925
7923
  }
7926
7924
  /**
7927
- * 物理迁移任务切换上云
7925
+ * Migrates Microsoft SQL Server (MSSQL) to the cloud by using a physical gateway
7928
7926
  *
7929
7927
  * @param request - SwitchPhysicalDtsJobToCloudRequest
7930
7928
  * @returns SwitchPhysicalDtsJobToCloudResponse
@@ -8312,8 +8310,8 @@ class Client extends openapi_core_1.default {
8312
8310
  return await this.upgradeTwoWayWithOptions(request, runtime);
8313
8311
  }
8314
8312
  /**
8315
- * If the \\\\*\\\\*source or destination instance\\\\*\\\\* is a \\\\*\\\\*self-managed database\\\\*\\\\* or a \\\\*\\\\*third-party cloud database\\\\*\\\\*, you need to call this operation to query the CIDR blocks of DTS servers. Then, you need to add the CIDR blocks of DTS servers to the security settings of the source or destination instance, for example, the firewall of your database. For more information, see \\[Add the CIDR blocks of DTS servers to the security settings of on-premises databases]\\\\(~~176627~~).
8316
- * \\\\> If the \\\\*\\\\*source or destination database\\\\*\\\\* is an \\\\*\\\\*ApsaraDB database instance\\\\*\\\\* (such as RDS instance and ApsaraDB for MongoDB instance) or a \\\\*\\\\*self-managed database hosted on Elastic Compute Service (ECS)\\\\*\\\\*, you do not need to add the CIDR blocks. When you click \\\\*\\\\*Set Whitelist and Next\\\\*\\\\* in the DTS console, DTS automatically adds the CIDR blocks of DTS servers to the security settings of the source or destination instance.
8313
+ * If the \\\\\\\\*\\\\\\\\*source or destination instance\\\\\\\\*\\\\\\\\* is a \\\\\\\\*\\\\\\\\*self-managed database\\\\\\\\*\\\\\\\\* or a \\\\\\\\*\\\\\\\\*third-party cloud database\\\\\\\\*\\\\\\\\*, you need to call this operation to query the CIDR blocks of DTS servers. Then, you need to add the CIDR blocks of DTS servers to the security settings of the source or destination instance, for example, the firewall of your database. For more information, see \\\\\\[Add the CIDR blocks of DTS servers to the security settings of on-premises databases]\\\\\\(~~176627~~).
8314
+ * \\\\\\> If the \\\\\\\\*\\\\\\\\*source or destination database\\\\\\\\*\\\\\\\\* is an \\\\\\\\*\\\\\\\\*ApsaraDB database instance\\\\\\\\*\\\\\\\\* (such as RDS instance and ApsaraDB for MongoDB instance) or a \\\\\\\\*\\\\\\\\*self-managed database hosted on Elastic Compute Service (ECS)\\\\\\\\*\\\\\\\\*, you do not need to add the CIDR blocks. When you click \\\\\\\\*\\\\\\\\*Set Whitelist and Next\\\\\\\\*\\\\\\\\* in the DTS console, DTS automatically adds the CIDR blocks of DTS servers to the security settings of the source o
8317
8315
  *
8318
8316
  * @remarks
8319
8317
  * The operation that you want to perform. Set the value to **WhiteIpList**.
@@ -8390,8 +8388,8 @@ class Client extends openapi_core_1.default {
8390
8388
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.WhiteIpListResponse({}));
8391
8389
  }
8392
8390
  /**
8393
- * If the \\\\*\\\\*source or destination instance\\\\*\\\\* is a \\\\*\\\\*self-managed database\\\\*\\\\* or a \\\\*\\\\*third-party cloud database\\\\*\\\\*, you need to call this operation to query the CIDR blocks of DTS servers. Then, you need to add the CIDR blocks of DTS servers to the security settings of the source or destination instance, for example, the firewall of your database. For more information, see \\[Add the CIDR blocks of DTS servers to the security settings of on-premises databases]\\\\(~~176627~~).
8394
- * \\\\> If the \\\\*\\\\*source or destination database\\\\*\\\\* is an \\\\*\\\\*ApsaraDB database instance\\\\*\\\\* (such as RDS instance and ApsaraDB for MongoDB instance) or a \\\\*\\\\*self-managed database hosted on Elastic Compute Service (ECS)\\\\*\\\\*, you do not need to add the CIDR blocks. When you click \\\\*\\\\*Set Whitelist and Next\\\\*\\\\* in the DTS console, DTS automatically adds the CIDR blocks of DTS servers to the security settings of the source or destination instance.
8391
+ * If the \\\\\\\\*\\\\\\\\*source or destination instance\\\\\\\\*\\\\\\\\* is a \\\\\\\\*\\\\\\\\*self-managed database\\\\\\\\*\\\\\\\\* or a \\\\\\\\*\\\\\\\\*third-party cloud database\\\\\\\\*\\\\\\\\*, you need to call this operation to query the CIDR blocks of DTS servers. Then, you need to add the CIDR blocks of DTS servers to the security settings of the source or destination instance, for example, the firewall of your database. For more information, see \\\\\\[Add the CIDR blocks of DTS servers to the security settings of on-premises databases]\\\\\\(~~176627~~).
8392
+ * \\\\\\> If the \\\\\\\\*\\\\\\\\*source or destination database\\\\\\\\*\\\\\\\\* is an \\\\\\\\*\\\\\\\\*ApsaraDB database instance\\\\\\\\*\\\\\\\\* (such as RDS instance and ApsaraDB for MongoDB instance) or a \\\\\\\\*\\\\\\\\*self-managed database hosted on Elastic Compute Service (ECS)\\\\\\\\*\\\\\\\\*, you do not need to add the CIDR blocks. When you click \\\\\\\\*\\\\\\\\*Set Whitelist and Next\\\\\\\\*\\\\\\\\* in the DTS console, DTS automatically adds the CIDR blocks of DTS servers to the security settings of the source o
8395
8393
  *
8396
8394
  * @remarks
8397
8395
  * The operation that you want to perform. Set the value to **WhiteIpList**.