@alicloud/dts20200101 1.8.0 → 1.8.2
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.
- package/dist/client.d.ts +28 -30
- package/dist/client.js +31 -30
- package/dist/client.js.map +1 -1
- package/dist/models/ConfigureSubscriptionInstanceRequest.d.ts +4 -0
- package/dist/models/ConfigureSubscriptionInstanceRequest.js.map +1 -1
- package/dist/models/ConfigureSynchronizationJobReplicatorCompareRequest.d.ts +7 -0
- package/dist/models/ConfigureSynchronizationJobReplicatorCompareRequest.js.map +1 -1
- package/dist/models/ConfigureSynchronizationJobRequest.d.ts +7 -0
- package/dist/models/ConfigureSynchronizationJobRequest.js.map +1 -1
- package/dist/models/CreateDtsInstanceRequest.d.ts +1 -0
- package/dist/models/CreateDtsInstanceRequest.js +2 -0
- package/dist/models/CreateDtsInstanceRequest.js.map +1 -1
- package/dist/models/CreateSynchronizationJobRequest.d.ts +7 -0
- package/dist/models/CreateSynchronizationJobRequest.js.map +1 -1
- package/dist/models/DescribeConsumerGroupResponseBody.d.ts +0 -50
- package/dist/models/DescribeConsumerGroupResponseBody.js.map +1 -1
- package/dist/models/DescribeDtsJobDetailResponseBody.d.ts +3 -0
- package/dist/models/DescribeDtsJobDetailResponseBody.js +6 -0
- package/dist/models/DescribeDtsJobDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeEndpointSwitchStatusRequest.d.ts +7 -0
- package/dist/models/DescribeEndpointSwitchStatusRequest.js.map +1 -1
- package/dist/models/DescribeGadInstancesResponseBody.d.ts +0 -52
- package/dist/models/DescribeGadInstancesResponseBody.js.map +1 -1
- package/dist/models/DescribeMigrationJobDetailResponseBody.d.ts +0 -227
- package/dist/models/DescribeMigrationJobDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeMigrationJobStatusResponseBody.d.ts +0 -39
- package/dist/models/DescribeMigrationJobStatusResponseBody.js.map +1 -1
- package/dist/models/DescribeMigrationJobsResponseBody.d.ts +0 -391
- package/dist/models/DescribeMigrationJobsResponseBody.js.map +1 -1
- package/dist/models/DescribePreCheckCreateGadOrderResultResponseBody.d.ts +0 -12
- package/dist/models/DescribePreCheckCreateGadOrderResultResponseBody.js.map +1 -1
- package/dist/models/DescribeSubscriptionInstanceAlertRequest.d.ts +7 -0
- package/dist/models/DescribeSubscriptionInstanceAlertRequest.js.map +1 -1
- package/dist/models/DescribeSubscriptionInstanceStatusResponseBody.d.ts +0 -25
- package/dist/models/DescribeSubscriptionInstanceStatusResponseBody.js.map +1 -1
- package/dist/models/DescribeSubscriptionInstancesResponseBody.d.ts +0 -212
- package/dist/models/DescribeSubscriptionInstancesResponseBody.js.map +1 -1
- package/dist/models/ListDedicatedClusterResponseBody.d.ts +0 -153
- package/dist/models/ListDedicatedClusterResponseBody.js.map +1 -1
- package/dist/models/ListTagResourcesResponseBody.d.ts +0 -32
- package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
- package/dist/models/ModifyConsumerGroupPasswordRequest.d.ts +7 -0
- package/dist/models/ModifyConsumerGroupPasswordRequest.js.map +1 -1
- package/dist/models/ModifyConsumptionTimestampRequest.d.ts +7 -0
- package/dist/models/ModifyConsumptionTimestampRequest.js.map +1 -1
- package/dist/models/ModifySubscriptionObjectRequest.d.ts +7 -0
- package/dist/models/ModifySubscriptionObjectRequest.js.map +1 -1
- package/dist/models/ModifySynchronizationObjectRequest.d.ts +12 -0
- package/dist/models/ModifySynchronizationObjectRequest.js.map +1 -1
- package/dist/models/ResetSynchronizationJobRequest.d.ts +7 -0
- package/dist/models/ResetSynchronizationJobRequest.js.map +1 -1
- package/dist/models/ShieldPrecheckRequest.d.ts +7 -0
- package/dist/models/ShieldPrecheckRequest.js.map +1 -1
- package/dist/models/StartMigrationJobRequest.d.ts +7 -0
- package/dist/models/StartMigrationJobRequest.js.map +1 -1
- package/dist/models/StartSynchronizationJobRequest.d.ts +7 -0
- package/dist/models/StartSynchronizationJobRequest.js.map +1 -1
- package/dist/models/StopMigrationJobRequest.d.ts +7 -0
- package/dist/models/StopMigrationJobRequest.js.map +1 -1
- package/dist/models/SuspendSynchronizationJobRequest.d.ts +7 -0
- package/dist/models/SuspendSynchronizationJobRequest.js.map +1 -1
- package/dist/models/SwitchSynchronizationEndpointRequest.d.ts +7 -0
- package/dist/models/SwitchSynchronizationEndpointRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +32 -30
- package/src/models/ConfigureSubscriptionInstanceRequest.ts +4 -0
- package/src/models/ConfigureSynchronizationJobReplicatorCompareRequest.ts +7 -0
- package/src/models/ConfigureSynchronizationJobRequest.ts +7 -0
- package/src/models/CreateDtsInstanceRequest.ts +3 -0
- package/src/models/CreateSynchronizationJobRequest.ts +7 -0
- package/src/models/DescribeConsumerGroupResponseBody.ts +0 -50
- package/src/models/DescribeDtsJobDetailResponseBody.ts +9 -0
- package/src/models/DescribeEndpointSwitchStatusRequest.ts +7 -0
- package/src/models/DescribeGadInstancesResponseBody.ts +0 -52
- package/src/models/DescribeMigrationJobDetailResponseBody.ts +0 -227
- package/src/models/DescribeMigrationJobStatusResponseBody.ts +0 -39
- package/src/models/DescribeMigrationJobsResponseBody.ts +0 -391
- package/src/models/DescribePreCheckCreateGadOrderResultResponseBody.ts +0 -12
- package/src/models/DescribeSubscriptionInstanceAlertRequest.ts +7 -0
- package/src/models/DescribeSubscriptionInstanceStatusResponseBody.ts +0 -25
- package/src/models/DescribeSubscriptionInstancesResponseBody.ts +0 -212
- package/src/models/ListDedicatedClusterResponseBody.ts +0 -153
- package/src/models/ListTagResourcesResponseBody.ts +0 -32
- package/src/models/ModifyConsumerGroupPasswordRequest.ts +7 -0
- package/src/models/ModifyConsumptionTimestampRequest.ts +7 -0
- package/src/models/ModifySubscriptionObjectRequest.ts +7 -0
- package/src/models/ModifySynchronizationObjectRequest.ts +12 -0
- package/src/models/ResetSynchronizationJobRequest.ts +7 -0
- package/src/models/ShieldPrecheckRequest.ts +7 -0
- package/src/models/StartMigrationJobRequest.ts +7 -0
- package/src/models/StartSynchronizationJobRequest.ts +7 -0
- package/src/models/StopMigrationJobRequest.ts +7 -0
- package/src/models/SuspendSynchronizationJobRequest.ts +7 -0
- 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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
2128
|
-
*
|
|
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
|
|
2140
|
-
*
|
|
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
|
|
@@ -1653,6 +1653,9 @@ class Client extends openapi_core_1.default {
|
|
|
1653
1653
|
if (!$dara.isNull(request.feeType)) {
|
|
1654
1654
|
query["FeeType"] = request.feeType;
|
|
1655
1655
|
}
|
|
1656
|
+
if (!$dara.isNull(request.insightModule)) {
|
|
1657
|
+
query["InsightModule"] = request.insightModule;
|
|
1658
|
+
}
|
|
1656
1659
|
if (!$dara.isNull(request.instanceClass)) {
|
|
1657
1660
|
query["InstanceClass"] = request.instanceClass;
|
|
1658
1661
|
}
|
|
@@ -2487,7 +2490,7 @@ class Client extends openapi_core_1.default {
|
|
|
2487
2490
|
return await this.describeChannelAccountWithOptions(request, runtime);
|
|
2488
2491
|
}
|
|
2489
2492
|
/**
|
|
2490
|
-
*
|
|
2493
|
+
* Verifies data migration tasks and data synchronization tasks
|
|
2491
2494
|
*
|
|
2492
2495
|
* @param request - DescribeCheckJobsRequest
|
|
2493
2496
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2534,7 +2537,7 @@ class Client extends openapi_core_1.default {
|
|
|
2534
2537
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCheckJobsResponse({}));
|
|
2535
2538
|
}
|
|
2536
2539
|
/**
|
|
2537
|
-
*
|
|
2540
|
+
* Verifies data migration tasks and data synchronization tasks
|
|
2538
2541
|
*
|
|
2539
2542
|
* @param request - DescribeCheckJobsRequest
|
|
2540
2543
|
* @returns DescribeCheckJobsResponse
|
|
@@ -3214,7 +3217,7 @@ class Client extends openapi_core_1.default {
|
|
|
3214
3217
|
return await this.describeDedicatedClusterMonitorRuleWithOptions(request, runtime);
|
|
3215
3218
|
}
|
|
3216
3219
|
/**
|
|
3217
|
-
*
|
|
3220
|
+
* Retrieves the result of a document parsing task.
|
|
3218
3221
|
*
|
|
3219
3222
|
* @param request - DescribeDocParserJobResultRequest
|
|
3220
3223
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3252,7 +3255,7 @@ class Client extends openapi_core_1.default {
|
|
|
3252
3255
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDocParserJobResultResponse({}));
|
|
3253
3256
|
}
|
|
3254
3257
|
/**
|
|
3255
|
-
*
|
|
3258
|
+
* Retrieves the result of a document parsing task.
|
|
3256
3259
|
*
|
|
3257
3260
|
* @param request - DescribeDocParserJobResultRequest
|
|
3258
3261
|
* @returns DescribeDocParserJobResultResponse
|
|
@@ -3262,7 +3265,7 @@ class Client extends openapi_core_1.default {
|
|
|
3262
3265
|
return await this.describeDocParserJobResultWithOptions(request, runtime);
|
|
3263
3266
|
}
|
|
3264
3267
|
/**
|
|
3265
|
-
*
|
|
3268
|
+
* Queries the execution status of a document parsing task.
|
|
3266
3269
|
*
|
|
3267
3270
|
* @param request - DescribeDocParserJobStatusRequest
|
|
3268
3271
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3300,7 +3303,7 @@ class Client extends openapi_core_1.default {
|
|
|
3300
3303
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDocParserJobStatusResponse({}));
|
|
3301
3304
|
}
|
|
3302
3305
|
/**
|
|
3303
|
-
*
|
|
3306
|
+
* Queries the execution status of a document parsing task.
|
|
3304
3307
|
*
|
|
3305
3308
|
* @param request - DescribeDocParserJobStatusRequest
|
|
3306
3309
|
* @returns DescribeDocParserJobStatusResponse
|
|
@@ -3418,8 +3421,7 @@ class Client extends openapi_core_1.default {
|
|
|
3418
3421
|
return await this.describeDtsJobConfigWithOptions(request, runtime);
|
|
3419
3422
|
}
|
|
3420
3423
|
/**
|
|
3421
|
-
* The latency of incremental data migration or synchronization.
|
|
3422
|
-
* \\\\\\\\\\> 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.
|
|
3423
3425
|
*
|
|
3424
3426
|
* @param request - DescribeDtsJobDetailRequest
|
|
3425
3427
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3466,8 +3468,7 @@ class Client extends openapi_core_1.default {
|
|
|
3466
3468
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDtsJobDetailResponse({}));
|
|
3467
3469
|
}
|
|
3468
3470
|
/**
|
|
3469
|
-
* The latency of incremental data migration or synchronization.
|
|
3470
|
-
* \\\\\\\\\\> 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.
|
|
3471
3472
|
*
|
|
3472
3473
|
* @param request - DescribeDtsJobDetailRequest
|
|
3473
3474
|
* @returns DescribeDtsJobDetailResponse
|
|
@@ -3809,7 +3810,7 @@ class Client extends openapi_core_1.default {
|
|
|
3809
3810
|
return await this.describeFullProcessListWithOptions(request, runtime);
|
|
3810
3811
|
}
|
|
3811
3812
|
/**
|
|
3812
|
-
*
|
|
3813
|
+
* Queries the GAD instances.
|
|
3813
3814
|
*
|
|
3814
3815
|
* @param request - DescribeGadInstancesRequest
|
|
3815
3816
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3862,7 +3863,7 @@ class Client extends openapi_core_1.default {
|
|
|
3862
3863
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeGadInstancesResponse({}));
|
|
3863
3864
|
}
|
|
3864
3865
|
/**
|
|
3865
|
-
*
|
|
3866
|
+
* Queries the GAD instances.
|
|
3866
3867
|
*
|
|
3867
3868
|
* @param request - DescribeGadInstancesRequest
|
|
3868
3869
|
* @returns DescribeGadInstancesResponse
|
|
@@ -4279,7 +4280,7 @@ class Client extends openapi_core_1.default {
|
|
|
4279
4280
|
return await this.describeMigrationJobsWithOptions(request, runtime);
|
|
4280
4281
|
}
|
|
4281
4282
|
/**
|
|
4282
|
-
*
|
|
4283
|
+
* Queries the result of a precheck task before a GAD instance is created.
|
|
4283
4284
|
*
|
|
4284
4285
|
* @param request - DescribePreCheckCreateGadOrderResultRequest
|
|
4285
4286
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4320,7 +4321,7 @@ class Client extends openapi_core_1.default {
|
|
|
4320
4321
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePreCheckCreateGadOrderResultResponse({}));
|
|
4321
4322
|
}
|
|
4322
4323
|
/**
|
|
4323
|
-
*
|
|
4324
|
+
* Queries the result of a precheck task before a GAD instance is created.
|
|
4324
4325
|
*
|
|
4325
4326
|
* @param request - DescribePreCheckCreateGadOrderResultRequest
|
|
4326
4327
|
* @returns DescribePreCheckCreateGadOrderResultResponse
|
|
@@ -5144,7 +5145,7 @@ class Client extends openapi_core_1.default {
|
|
|
5144
5145
|
return await this.describeTagValuesWithOptions(request, runtime);
|
|
5145
5146
|
}
|
|
5146
5147
|
/**
|
|
5147
|
-
*
|
|
5148
|
+
* Removes a secondary instance
|
|
5148
5149
|
*
|
|
5149
5150
|
* @param request - DetachGadInstanceDbMemberRequest
|
|
5150
5151
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5185,7 +5186,7 @@ class Client extends openapi_core_1.default {
|
|
|
5185
5186
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DetachGadInstanceDbMemberResponse({}));
|
|
5186
5187
|
}
|
|
5187
5188
|
/**
|
|
5188
|
-
*
|
|
5189
|
+
* Removes a secondary instance
|
|
5189
5190
|
*
|
|
5190
5191
|
* @param request - DetachGadInstanceDbMemberRequest
|
|
5191
5192
|
* @returns DetachGadInstanceDbMemberResponse
|
|
@@ -6295,7 +6296,7 @@ class Client extends openapi_core_1.default {
|
|
|
6295
6296
|
return await this.modifyDynamicConfigWithOptions(request, runtime);
|
|
6296
6297
|
}
|
|
6297
6298
|
/**
|
|
6298
|
-
*
|
|
6299
|
+
* Modifies the name of a GAD instance.
|
|
6299
6300
|
*
|
|
6300
6301
|
* @param request - ModifyGadInstanceNameRequest
|
|
6301
6302
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6336,7 +6337,7 @@ class Client extends openapi_core_1.default {
|
|
|
6336
6337
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyGadInstanceNameResponse({}));
|
|
6337
6338
|
}
|
|
6338
6339
|
/**
|
|
6339
|
-
*
|
|
6340
|
+
* Modifies the name of a GAD instance.
|
|
6340
6341
|
*
|
|
6341
6342
|
* @param request - ModifyGadInstanceNameRequest
|
|
6342
6343
|
* @returns ModifyGadInstanceNameResponse
|
|
@@ -6579,7 +6580,7 @@ class Client extends openapi_core_1.default {
|
|
|
6579
6580
|
return await this.modifySynchronizationObjectWithOptions(request, runtime);
|
|
6580
6581
|
}
|
|
6581
6582
|
/**
|
|
6582
|
-
*
|
|
6583
|
+
* Prechecks before a GAD instance is created.
|
|
6583
6584
|
*
|
|
6584
6585
|
* @param request - PreCheckCreateGadOrderRequest
|
|
6585
6586
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6641,7 +6642,7 @@ class Client extends openapi_core_1.default {
|
|
|
6641
6642
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.PreCheckCreateGadOrderResponse({}));
|
|
6642
6643
|
}
|
|
6643
6644
|
/**
|
|
6644
|
-
*
|
|
6645
|
+
* Prechecks before a GAD instance is created.
|
|
6645
6646
|
*
|
|
6646
6647
|
* @param request - PreCheckCreateGadOrderRequest
|
|
6647
6648
|
* @returns PreCheckCreateGadOrderResponse
|
|
@@ -6869,7 +6870,7 @@ class Client extends openapi_core_1.default {
|
|
|
6869
6870
|
return await this.resetSynchronizationJobWithOptions(request, runtime);
|
|
6870
6871
|
}
|
|
6871
6872
|
/**
|
|
6872
|
-
*
|
|
6873
|
+
* Reverse the direction of a two-way synchronization task.
|
|
6873
6874
|
*
|
|
6874
6875
|
* @param request - ReverseTwoWayDirectionRequest
|
|
6875
6876
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6907,7 +6908,7 @@ class Client extends openapi_core_1.default {
|
|
|
6907
6908
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ReverseTwoWayDirectionResponse({}));
|
|
6908
6909
|
}
|
|
6909
6910
|
/**
|
|
6910
|
-
*
|
|
6911
|
+
* Reverse the direction of a two-way synchronization task.
|
|
6911
6912
|
*
|
|
6912
6913
|
* @param request - ReverseTwoWayDirectionRequest
|
|
6913
6914
|
* @returns ReverseTwoWayDirectionResponse
|
|
@@ -7880,7 +7881,7 @@ class Client extends openapi_core_1.default {
|
|
|
7880
7881
|
return await this.suspendSynchronizationJobWithOptions(request, runtime);
|
|
7881
7882
|
}
|
|
7882
7883
|
/**
|
|
7883
|
-
*
|
|
7884
|
+
* Migrates Microsoft SQL Server (MSSQL) to the cloud by using a physical gateway
|
|
7884
7885
|
*
|
|
7885
7886
|
* @param request - SwitchPhysicalDtsJobToCloudRequest
|
|
7886
7887
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7921,7 +7922,7 @@ class Client extends openapi_core_1.default {
|
|
|
7921
7922
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SwitchPhysicalDtsJobToCloudResponse({}));
|
|
7922
7923
|
}
|
|
7923
7924
|
/**
|
|
7924
|
-
*
|
|
7925
|
+
* Migrates Microsoft SQL Server (MSSQL) to the cloud by using a physical gateway
|
|
7925
7926
|
*
|
|
7926
7927
|
* @param request - SwitchPhysicalDtsJobToCloudRequest
|
|
7927
7928
|
* @returns SwitchPhysicalDtsJobToCloudResponse
|
|
@@ -8309,8 +8310,8 @@ class Client extends openapi_core_1.default {
|
|
|
8309
8310
|
return await this.upgradeTwoWayWithOptions(request, runtime);
|
|
8310
8311
|
}
|
|
8311
8312
|
/**
|
|
8312
|
-
* If the
|
|
8313
|
-
*
|
|
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
|
|
8314
8315
|
*
|
|
8315
8316
|
* @remarks
|
|
8316
8317
|
* The operation that you want to perform. Set the value to **WhiteIpList**.
|
|
@@ -8387,8 +8388,8 @@ class Client extends openapi_core_1.default {
|
|
|
8387
8388
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.WhiteIpListResponse({}));
|
|
8388
8389
|
}
|
|
8389
8390
|
/**
|
|
8390
|
-
* If the
|
|
8391
|
-
*
|
|
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
|
|
8392
8393
|
*
|
|
8393
8394
|
* @remarks
|
|
8394
8395
|
* The operation that you want to perform. Set the value to **WhiteIpList**.
|