tencentcloud-sdk-nodejs-intl-en 3.0.984 → 3.0.985
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/package.json +1 -1
- package/tencentcloud/cls/v20201016/models.js +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/dts/v20211206/dts_client.js +1 -0
- package/tencentcloud/dts/v20211206/models.js +153 -64
- package/tencentcloud/tcaplusdb/v20190823/models.js +52 -52
- package/tencentcloud/tke/v20180525/models.js +3 -3
package/package.json
CHANGED
|
@@ -7163,7 +7163,7 @@ class LogRechargeRuleInfo extends AbstractModel {
|
|
|
7163
7163
|
super();
|
|
7164
7164
|
|
|
7165
7165
|
/**
|
|
7166
|
-
* Import type. Valid values: `json_log` (JSON logs), `minimalist_log` (single-line full text), and fullregex_log
|
|
7166
|
+
* Import type. Valid values: `json_log` (JSON logs), `minimalist_log` (single-line full text), and fullregex_log (single-line full regex)
|
|
7167
7167
|
* @type {string || null}
|
|
7168
7168
|
*/
|
|
7169
7169
|
this.RechargeType = null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.985";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -108,6 +108,7 @@ const ProcessStepTip = models.ProcessStepTip;
|
|
|
108
108
|
const ModifyCompareTaskRequest = models.ModifyCompareTaskRequest;
|
|
109
109
|
const RecoverSyncJobRequest = models.RecoverSyncJobRequest;
|
|
110
110
|
const Database = models.Database;
|
|
111
|
+
const Column = models.Column;
|
|
111
112
|
const JobItem = models.JobItem;
|
|
112
113
|
const DescribeSyncJobsRequest = models.DescribeSyncJobsRequest;
|
|
113
114
|
const SyncDetailInfo = models.SyncDetailInfo;
|
|
@@ -67,7 +67,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
67
67
|
this.JobList = null;
|
|
68
68
|
|
|
69
69
|
/**
|
|
70
|
-
* The unique request ID,
|
|
70
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
71
71
|
* @type {string || null}
|
|
72
72
|
*/
|
|
73
73
|
this.RequestId = null;
|
|
@@ -105,7 +105,7 @@ class ModifyMigrationJobResponse extends AbstractModel {
|
|
|
105
105
|
super();
|
|
106
106
|
|
|
107
107
|
/**
|
|
108
|
-
* The unique request ID,
|
|
108
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
109
109
|
* @type {string || null}
|
|
110
110
|
*/
|
|
111
111
|
this.RequestId = null;
|
|
@@ -875,22 +875,19 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
875
875
|
this.RoleExternalId = null;
|
|
876
876
|
|
|
877
877
|
/**
|
|
878
|
-
*
|
|
879
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
878
|
+
* Temporary SecretId, you can obtain the temporary key by [GetFederationToken](https://intl.cloud.tencent.com/document/product/1312/48195?from_cn_redirect=1). This field is required if it is a cross-account instance.Note: This field may return null, indicating that no valid values can be obtained.
|
|
880
879
|
* @type {string || null}
|
|
881
880
|
*/
|
|
882
881
|
this.TmpSecretId = null;
|
|
883
882
|
|
|
884
883
|
/**
|
|
885
|
-
*
|
|
886
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
884
|
+
* Temporary SecretKey, you can obtain the temporary key by [GetFederationToken](https://intl.cloud.tencent.com/document/product/1312/48195?from_cn_redirect=1). This field is required if it is a cross-account instance.Note: This field may return null, indicating that no valid values can be obtained.
|
|
887
885
|
* @type {string || null}
|
|
888
886
|
*/
|
|
889
887
|
this.TmpSecretKey = null;
|
|
890
888
|
|
|
891
889
|
/**
|
|
892
|
-
* Temporary token,
|
|
893
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
890
|
+
* Temporary token, you can obtain the temporary key by [GetFederationToken](https://intl.cloud.tencent.com/document/product/1312/48195?from_cn_redirect=1). This field is required if it is a cross-account instance. Note: This field may return null, indicating that no valid values can be obtained.
|
|
894
891
|
* @type {string || null}
|
|
895
892
|
*/
|
|
896
893
|
this.TmpToken = null;
|
|
@@ -911,11 +908,29 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
911
908
|
|
|
912
909
|
/**
|
|
913
910
|
* The root account of CCN in the scenario where the database is connected to CCN under another Tencent Cloud account
|
|
914
|
-
Note:
|
|
911
|
+
Note: This field may return `null`, indicating that no valid values can be obtained.
|
|
915
912
|
* @type {string || null}
|
|
916
913
|
*/
|
|
917
914
|
this.CcnOwnerUin = null;
|
|
918
915
|
|
|
916
|
+
/**
|
|
917
|
+
*
|
|
918
|
+
* @type {string || null}
|
|
919
|
+
*/
|
|
920
|
+
this.ChildInstanceId = null;
|
|
921
|
+
|
|
922
|
+
/**
|
|
923
|
+
*
|
|
924
|
+
* @type {string || null}
|
|
925
|
+
*/
|
|
926
|
+
this.ChildInstanceType = null;
|
|
927
|
+
|
|
928
|
+
/**
|
|
929
|
+
*
|
|
930
|
+
* @type {string || null}
|
|
931
|
+
*/
|
|
932
|
+
this.SetId = null;
|
|
933
|
+
|
|
919
934
|
}
|
|
920
935
|
|
|
921
936
|
/**
|
|
@@ -952,6 +967,9 @@ Note: u200dThis field may return `null`, indicating that no valid values can be
|
|
|
952
967
|
this.EncryptConn = 'EncryptConn' in params ? params.EncryptConn : null;
|
|
953
968
|
this.DatabaseNetEnv = 'DatabaseNetEnv' in params ? params.DatabaseNetEnv : null;
|
|
954
969
|
this.CcnOwnerUin = 'CcnOwnerUin' in params ? params.CcnOwnerUin : null;
|
|
970
|
+
this.ChildInstanceId = 'ChildInstanceId' in params ? params.ChildInstanceId : null;
|
|
971
|
+
this.ChildInstanceType = 'ChildInstanceType' in params ? params.ChildInstanceType : null;
|
|
972
|
+
this.SetId = 'SetId' in params ? params.SetId : null;
|
|
955
973
|
|
|
956
974
|
}
|
|
957
975
|
}
|
|
@@ -1088,7 +1106,7 @@ class CompleteMigrateJobResponse extends AbstractModel {
|
|
|
1088
1106
|
super();
|
|
1089
1107
|
|
|
1090
1108
|
/**
|
|
1091
|
-
* The unique request ID,
|
|
1109
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1092
1110
|
* @type {string || null}
|
|
1093
1111
|
*/
|
|
1094
1112
|
this.RequestId = null;
|
|
@@ -2171,8 +2189,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2171
2189
|
this.DatabaseType = null;
|
|
2172
2190
|
|
|
2173
2191
|
/**
|
|
2174
|
-
* Node type
|
|
2175
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2192
|
+
* Node type, empty or simple indicates a general node, cluster indicates a cluster node; for mongo services, valid values: replicaset (mongodb replica set), standalone (mongodb single node), cluster (mongodb cluster); for redis instances, valid values: empty or simple (single node), cluster (cluster), cluster-cache (cache cluster), cluster-proxy (proxy cluster).Note: This field may return null, indicating that no valid values can be obtained.
|
|
2176
2193
|
* @type {string || null}
|
|
2177
2194
|
*/
|
|
2178
2195
|
this.NodeType = null;
|
|
@@ -2206,6 +2223,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2206
2223
|
*/
|
|
2207
2224
|
this.DatabaseNetEnv = null;
|
|
2208
2225
|
|
|
2226
|
+
/**
|
|
2227
|
+
*
|
|
2228
|
+
* @type {string || null}
|
|
2229
|
+
*/
|
|
2230
|
+
this.ConnectType = null;
|
|
2231
|
+
|
|
2209
2232
|
}
|
|
2210
2233
|
|
|
2211
2234
|
/**
|
|
@@ -2239,6 +2262,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2239
2262
|
}
|
|
2240
2263
|
}
|
|
2241
2264
|
this.DatabaseNetEnv = 'DatabaseNetEnv' in params ? params.DatabaseNetEnv : null;
|
|
2265
|
+
this.ConnectType = 'ConnectType' in params ? params.ConnectType : null;
|
|
2242
2266
|
|
|
2243
2267
|
}
|
|
2244
2268
|
}
|
|
@@ -2336,19 +2360,31 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2336
2360
|
this.KafkaOption = null;
|
|
2337
2361
|
|
|
2338
2362
|
/**
|
|
2339
|
-
* Task speed limit information
|
|
2340
|
-
Note:
|
|
2363
|
+
* Task speed limit information
|
|
2364
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2341
2365
|
* @type {RateLimitOption || null}
|
|
2342
2366
|
*/
|
|
2343
2367
|
this.RateLimitOption = null;
|
|
2344
2368
|
|
|
2345
2369
|
/**
|
|
2346
2370
|
* Settings of the automatic retry time range
|
|
2347
|
-
Note:
|
|
2371
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2348
2372
|
* @type {number || null}
|
|
2349
2373
|
*/
|
|
2350
2374
|
this.AutoRetryTimeRangeMinutes = null;
|
|
2351
2375
|
|
|
2376
|
+
/**
|
|
2377
|
+
*
|
|
2378
|
+
* @type {boolean || null}
|
|
2379
|
+
*/
|
|
2380
|
+
this.FilterBeginCommit = null;
|
|
2381
|
+
|
|
2382
|
+
/**
|
|
2383
|
+
*
|
|
2384
|
+
* @type {boolean || null}
|
|
2385
|
+
*/
|
|
2386
|
+
this.FilterCheckpoint = null;
|
|
2387
|
+
|
|
2352
2388
|
}
|
|
2353
2389
|
|
|
2354
2390
|
/**
|
|
@@ -2391,6 +2427,8 @@ Note: u200dThis field may returnu200d·nullu200d, indicating that no valid value
|
|
|
2391
2427
|
this.RateLimitOption = obj;
|
|
2392
2428
|
}
|
|
2393
2429
|
this.AutoRetryTimeRangeMinutes = 'AutoRetryTimeRangeMinutes' in params ? params.AutoRetryTimeRangeMinutes : null;
|
|
2430
|
+
this.FilterBeginCommit = 'FilterBeginCommit' in params ? params.FilterBeginCommit : null;
|
|
2431
|
+
this.FilterCheckpoint = 'FilterCheckpoint' in params ? params.FilterCheckpoint : null;
|
|
2394
2432
|
|
|
2395
2433
|
}
|
|
2396
2434
|
}
|
|
@@ -2547,8 +2585,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2547
2585
|
this.DatabaseType = null;
|
|
2548
2586
|
|
|
2549
2587
|
/**
|
|
2550
|
-
* Database information
|
|
2551
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2588
|
+
* Database information. Note: If the data type is tdsqlmysql, the order of this Endpoint array should correspond to the set order, and the first shard (shardkey range starting from 0) must be entered first.Note: This field may return null, indicating that no valid values can be obtained.
|
|
2552
2589
|
* @type {Array.<Endpoint> || null}
|
|
2553
2590
|
*/
|
|
2554
2591
|
this.Info = null;
|
|
@@ -2807,12 +2844,18 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2807
2844
|
|
|
2808
2845
|
/**
|
|
2809
2846
|
* Additional information. You can set additional parameters for certain database types. For Redis, you can define the following parameters:
|
|
2810
|
-
["DstWriteMode": `normal`. Target database write mode. Valid values: `clearData` (Clear the target instance data), overwrite` (Execute the task in overwriting mode), `normal` (Follow the normal steps) "IsDstReadOnly": `true`. Whether to set the target database to read-only for a migration task. Valid values: `true` (Yes), `false` (No) "ClientOutputBufferHardLimit": 512. Hard limit of the replica buffer zone capacity in MB. "ClientOutputBufferSoftLimit": 512. Soft limit of the replica buffer zone capacity in MB. "ClientOutputBufferPersistTime": 60. Soft limit duration of the replica buffer zone in seconds. "ReplBacklogSize": 512, Limit of the circular buffer zone capacity in MB. "ReplTimeout":120
|
|
2811
|
-
Note:
|
|
2847
|
+
["DstWriteMode": `normal`. Target database write mode. Valid values: `clearData` (Clear the target instance data), overwrite` (Execute the task in overwriting mode), `normal` (Follow the normal steps) "IsDstReadOnly": `true`. Whether to set the target database to read-only for a migration task. Valid values: `true` (Yes), `false` (No) "ClientOutputBufferHardLimit": 512. Hard limit of the replica buffer zone capacity in MB. "ClientOutputBufferSoftLimit": 512. Soft limit of the replica buffer zone capacity in MB. "ClientOutputBufferPersistTime": 60. Soft limit duration of the replica buffer zone in seconds. "ReplBacklogSize": 512, Limit of the circular buffer zone capacity in MB. "ReplTimeout":120, Replication timeout period in seconds]
|
|
2848
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2812
2849
|
* @type {Array.<KeyValuePairOption> || null}
|
|
2813
2850
|
*/
|
|
2814
2851
|
this.ExtraAttr = null;
|
|
2815
2852
|
|
|
2853
|
+
/**
|
|
2854
|
+
*
|
|
2855
|
+
* @type {string || null}
|
|
2856
|
+
*/
|
|
2857
|
+
this.MigrateWay = null;
|
|
2858
|
+
|
|
2816
2859
|
}
|
|
2817
2860
|
|
|
2818
2861
|
/**
|
|
@@ -2847,6 +2890,7 @@ Note: u200dThis field may returnu200d·nullu200d, indicating that no valid value
|
|
|
2847
2890
|
this.ExtraAttr.push(obj);
|
|
2848
2891
|
}
|
|
2849
2892
|
}
|
|
2893
|
+
this.MigrateWay = 'MigrateWay' in params ? params.MigrateWay : null;
|
|
2850
2894
|
|
|
2851
2895
|
}
|
|
2852
2896
|
}
|
|
@@ -2902,7 +2946,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2902
2946
|
this.JobList = null;
|
|
2903
2947
|
|
|
2904
2948
|
/**
|
|
2905
|
-
* The unique request ID,
|
|
2949
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2906
2950
|
* @type {string || null}
|
|
2907
2951
|
*/
|
|
2908
2952
|
this.RequestId = null;
|
|
@@ -3569,7 +3613,7 @@ class KafkaOption extends AbstractModel {
|
|
|
3569
3613
|
super();
|
|
3570
3614
|
|
|
3571
3615
|
/**
|
|
3572
|
-
*
|
|
3616
|
+
* Data type delivered to Kafka, such as Avro, Json, canal-pb, canal-json
|
|
3573
3617
|
* @type {string || null}
|
|
3574
3618
|
*/
|
|
3575
3619
|
this.DataType = null;
|
|
@@ -3812,22 +3856,19 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3812
3856
|
this.AccountMode = null;
|
|
3813
3857
|
|
|
3814
3858
|
/**
|
|
3815
|
-
*
|
|
3816
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3859
|
+
* Temporary SecretId, you can obtain the temporary key by [GetFederationToken](https://intl.cloud.tencent.com/document/product/1312/48195?from_cn_redirect=1).Note: This field may return null, indicating that no valid values can be obtained.
|
|
3817
3860
|
* @type {string || null}
|
|
3818
3861
|
*/
|
|
3819
3862
|
this.TmpSecretId = null;
|
|
3820
3863
|
|
|
3821
3864
|
/**
|
|
3822
|
-
*
|
|
3823
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3865
|
+
* Temporary SecretKey, you can obtain the temporary key by [GetFederationToken](https://intl.cloud.tencent.com/document/product/1312/48195?from_cn_redirect=1).Note: This field may return null, indicating that no valid values can be obtained.
|
|
3824
3866
|
* @type {string || null}
|
|
3825
3867
|
*/
|
|
3826
3868
|
this.TmpSecretKey = null;
|
|
3827
3869
|
|
|
3828
3870
|
/**
|
|
3829
|
-
* Temporary token
|
|
3830
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3871
|
+
* Temporary token, you can obtain the temporary key by [GetFederationToken](https://intl.cloud.tencent.com/document/product/1312/48195?from_cn_redirect=1).Note: This field may return null, indicating that no valid values can be obtained.
|
|
3831
3872
|
* @type {string || null}
|
|
3832
3873
|
*/
|
|
3833
3874
|
this.TmpToken = null;
|
|
@@ -4808,6 +4849,42 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4808
4849
|
}
|
|
4809
4850
|
}
|
|
4810
4851
|
|
|
4852
|
+
/**
|
|
4853
|
+
* Column information in data sync
|
|
4854
|
+
* @class
|
|
4855
|
+
*/
|
|
4856
|
+
class Column extends AbstractModel {
|
|
4857
|
+
constructor(){
|
|
4858
|
+
super();
|
|
4859
|
+
|
|
4860
|
+
/**
|
|
4861
|
+
* Column nameNote: This field may return null, indicating that no valid values can be obtained.
|
|
4862
|
+
* @type {string || null}
|
|
4863
|
+
*/
|
|
4864
|
+
this.ColumnName = null;
|
|
4865
|
+
|
|
4866
|
+
/**
|
|
4867
|
+
* New column name
|
|
4868
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4869
|
+
* @type {string || null}
|
|
4870
|
+
*/
|
|
4871
|
+
this.NewColumnName = null;
|
|
4872
|
+
|
|
4873
|
+
}
|
|
4874
|
+
|
|
4875
|
+
/**
|
|
4876
|
+
* @private
|
|
4877
|
+
*/
|
|
4878
|
+
deserialize(params) {
|
|
4879
|
+
if (!params) {
|
|
4880
|
+
return;
|
|
4881
|
+
}
|
|
4882
|
+
this.ColumnName = 'ColumnName' in params ? params.ColumnName : null;
|
|
4883
|
+
this.NewColumnName = 'NewColumnName' in params ? params.NewColumnName : null;
|
|
4884
|
+
|
|
4885
|
+
}
|
|
4886
|
+
}
|
|
4887
|
+
|
|
4811
4888
|
/**
|
|
4812
4889
|
* Migration task list
|
|
4813
4890
|
* @class
|
|
@@ -4943,7 +5020,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4943
5020
|
|
|
4944
5021
|
/**
|
|
4945
5022
|
* Whether the task can be reentered in the full export stage. Valid values: `yes`, `no`. `yes`: The current task can be reentered. `no`: The current task is in the full export stage which cannot be reentered. If the value of this parameter is `no`, the checkpoint restart is not supported when the task is restarted in the export stage.
|
|
4946
|
-
Note:
|
|
5023
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4947
5024
|
* @type {string || null}
|
|
4948
5025
|
*/
|
|
4949
5026
|
this.DumperResumeCtrl = null;
|
|
@@ -5155,7 +5232,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5155
5232
|
|
|
5156
5233
|
/**
|
|
5157
5234
|
* Progress of the current step. Value range: 0-100. The value of `-1` indicates that you can't check the progress of the current step.
|
|
5158
|
-
Note:
|
|
5235
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
5159
5236
|
* @type {number || null}
|
|
5160
5237
|
*/
|
|
5161
5238
|
this.CurrentStepProgress = null;
|
|
@@ -5197,7 +5274,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5197
5274
|
|
|
5198
5275
|
/**
|
|
5199
5276
|
* Task error and the corresponding solution
|
|
5200
|
-
Note:
|
|
5277
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
5201
5278
|
* @type {ErrInfo || null}
|
|
5202
5279
|
*/
|
|
5203
5280
|
this.ErrInfo = null;
|
|
@@ -5759,78 +5836,68 @@ class RateLimitOption extends AbstractModel {
|
|
|
5759
5836
|
super();
|
|
5760
5837
|
|
|
5761
5838
|
/**
|
|
5762
|
-
* The number of full export threads that
|
|
5763
|
-
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.
|
|
5839
|
+
* The number of full export threads currently in effect. The value of this field can be adjusted when configuring the task. Note: If it is not set or set to 0, it means the current value is maintained. The maximum value is 16.Note: This field may return null, indicating that no valid values can be obtained.
|
|
5764
5840
|
* @type {number || null}
|
|
5765
5841
|
*/
|
|
5766
5842
|
this.CurrentDumpThread = null;
|
|
5767
5843
|
|
|
5768
5844
|
/**
|
|
5769
|
-
* The default number of full export threads.
|
|
5770
|
-
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.
|
|
5845
|
+
* The default number of full export threads. This field is only meaningful in the output parameter.Note: This field may return null, indicating that no valid values can be obtained.
|
|
5771
5846
|
* @type {number || null}
|
|
5772
5847
|
*/
|
|
5773
5848
|
this.DefaultDumpThread = null;
|
|
5774
5849
|
|
|
5775
5850
|
/**
|
|
5776
|
-
* The full export
|
|
5777
|
-
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.
|
|
5851
|
+
* The full export Rps currently in effect. The value of this field can be adjusted when configuring the task. Note: If it is not set or set to 0, it means the current value is maintained. The maximum value is 50,000,000.Note: This field may return null, indicating that no valid values can be obtained.
|
|
5778
5852
|
* @type {number || null}
|
|
5779
5853
|
*/
|
|
5780
5854
|
this.CurrentDumpRps = null;
|
|
5781
5855
|
|
|
5782
5856
|
/**
|
|
5783
|
-
* The default full export
|
|
5784
|
-
Note: u200dThis field may return null, indicating that no valid values can be obtained.
|
|
5857
|
+
* The default full export Rps. This field is only meaningful in the output parameter.Note: This field may return null, indicating that no valid values can be obtained.
|
|
5785
5858
|
* @type {number || null}
|
|
5786
5859
|
*/
|
|
5787
5860
|
this.DefaultDumpRps = null;
|
|
5788
5861
|
|
|
5789
5862
|
/**
|
|
5790
|
-
* The number of full import threads that
|
|
5791
|
-
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.
|
|
5863
|
+
* The number of full import threads currently in effect. The value of this field can be adjusted when configuring the task. Note: If it is not set or set to 0, it means the current value is maintained. The maximum value is 16.Note: This field may return null, indicating that no valid values can be obtained.
|
|
5792
5864
|
* @type {number || null}
|
|
5793
5865
|
*/
|
|
5794
5866
|
this.CurrentLoadThread = null;
|
|
5795
5867
|
|
|
5796
5868
|
/**
|
|
5797
|
-
* The default number of full import threads.
|
|
5798
|
-
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.
|
|
5869
|
+
* The default number of full import threads. This field is only meaningful in the output parameter.Note: This field may return null, indicating that no valid values can be obtained.
|
|
5799
5870
|
* @type {number || null}
|
|
5800
5871
|
*/
|
|
5801
5872
|
this.DefaultLoadThread = null;
|
|
5802
5873
|
|
|
5803
5874
|
/**
|
|
5804
|
-
* The full import
|
|
5805
|
-
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.
|
|
5875
|
+
* The full import Rps currently in effect. The value of this field can be adjusted when configuring the task. Note: If it is not set or set to 0, it means the current value is maintained. The maximum value is 50,000,000.Note: This field may return null, indicating that no valid values can be obtained.
|
|
5806
5876
|
* @type {number || null}
|
|
5807
5877
|
*/
|
|
5808
5878
|
this.CurrentLoadRps = null;
|
|
5809
5879
|
|
|
5810
5880
|
/**
|
|
5811
|
-
* The default full import
|
|
5812
|
-
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.
|
|
5881
|
+
* The default full import Rps. This field is only meaningful in the output parameter.Note: This field may return null, indicating that no valid values can be obtained.
|
|
5813
5882
|
* @type {number || null}
|
|
5814
5883
|
*/
|
|
5815
5884
|
this.DefaultLoadRps = null;
|
|
5816
5885
|
|
|
5817
5886
|
/**
|
|
5818
|
-
* The number of incremental import threads that
|
|
5819
|
-
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.
|
|
5887
|
+
* The number of incremental import threads currently in effect. The value of this field can be adjusted when configuring the task. Note: If it is not set or set to 0, it means the current value is maintained. The maximum value is 128.Note: This field may return null, indicating that no valid values can be obtained.
|
|
5820
5888
|
* @type {number || null}
|
|
5821
5889
|
*/
|
|
5822
5890
|
this.CurrentSinkerThread = null;
|
|
5823
5891
|
|
|
5824
5892
|
/**
|
|
5825
|
-
* The default number of incremental import threads.
|
|
5826
|
-
Note:
|
|
5893
|
+
* The default number of incremental import threads. This field is only meaningful in the output parameter.
|
|
5894
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
5827
5895
|
* @type {number || null}
|
|
5828
5896
|
*/
|
|
5829
5897
|
this.DefaultSinkerThread = null;
|
|
5830
5898
|
|
|
5831
5899
|
/**
|
|
5832
|
-
*
|
|
5833
|
-
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.
|
|
5900
|
+
* enum:"no"/"yes", no: the user has not set a speed limit; yes: a speed limit has been set. This field is only meaningful in the output parameter.Note: This field may return null, indicating that no valid values can be obtained.
|
|
5834
5901
|
* @type {string || null}
|
|
5835
5902
|
*/
|
|
5836
5903
|
this.HasUserSetRateLimit = null;
|
|
@@ -6427,14 +6494,14 @@ class ErrInfo extends AbstractModel {
|
|
|
6427
6494
|
|
|
6428
6495
|
/**
|
|
6429
6496
|
* Error message
|
|
6430
|
-
Note:
|
|
6497
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6431
6498
|
* @type {string || null}
|
|
6432
6499
|
*/
|
|
6433
6500
|
this.Message = null;
|
|
6434
6501
|
|
|
6435
6502
|
/**
|
|
6436
6503
|
* Solution
|
|
6437
|
-
Note:
|
|
6504
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6438
6505
|
* @type {string || null}
|
|
6439
6506
|
*/
|
|
6440
6507
|
this.Solution = null;
|
|
@@ -6673,13 +6740,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6673
6740
|
|
|
6674
6741
|
/**
|
|
6675
6742
|
* Task throttling information
|
|
6676
|
-
Note:
|
|
6743
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6677
6744
|
* @type {RateLimitOption || null}
|
|
6678
6745
|
*/
|
|
6679
6746
|
this.RateLimitOption = null;
|
|
6680
6747
|
|
|
6681
6748
|
/**
|
|
6682
|
-
* The unique request ID,
|
|
6749
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6683
6750
|
* @type {string || null}
|
|
6684
6751
|
*/
|
|
6685
6752
|
this.RequestId = null;
|
|
@@ -6894,7 +6961,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6894
6961
|
this.Databases = null;
|
|
6895
6962
|
|
|
6896
6963
|
/**
|
|
6897
|
-
* Advanced object
|
|
6964
|
+
* Advanced object types, such as function and procedure. Note: If you want to migrate and synchronize advanced objects, the corresponding advanced object type should be included in this configuration. When advanced objects need to be synchronized, the initialization type must include the structure initialization type, that is, the Options.InitType value of the task is Structure or Full.Note: This field may return null, indicating that no valid values can be obtained.
|
|
6898
6965
|
* @type {Array.<string> || null}
|
|
6899
6966
|
*/
|
|
6900
6967
|
this.AdvancedObjects = null;
|
|
@@ -7444,14 +7511,14 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7444
7511
|
|
|
7445
7512
|
/**
|
|
7446
7513
|
* Valid values: `cluster`, `single`. `single`: For single-node source databases; `cluster`: For multi-node source databases.
|
|
7447
|
-
Note:
|
|
7514
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7448
7515
|
* @type {string || null}
|
|
7449
7516
|
*/
|
|
7450
7517
|
this.SrcNodeType = null;
|
|
7451
7518
|
|
|
7452
7519
|
/**
|
|
7453
7520
|
* Source database information. This parameter is used for multi-node databases.
|
|
7454
|
-
Note:
|
|
7521
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7455
7522
|
* @type {SyncDBEndpointInfos || null}
|
|
7456
7523
|
*/
|
|
7457
7524
|
this.SrcInfos = null;
|
|
@@ -7486,14 +7553,14 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7486
7553
|
|
|
7487
7554
|
/**
|
|
7488
7555
|
* Valid values: `cluster`, `single`. `single`: For single-node target databases; `cluster`: For multi-node target databases.
|
|
7489
|
-
Note:
|
|
7556
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7490
7557
|
* @type {string || null}
|
|
7491
7558
|
*/
|
|
7492
7559
|
this.DstNodeType = null;
|
|
7493
7560
|
|
|
7494
7561
|
/**
|
|
7495
7562
|
* Target database information. This parameter is used for multi-node databases.
|
|
7496
|
-
Note:
|
|
7563
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7497
7564
|
* @type {SyncDBEndpointInfos || null}
|
|
7498
7565
|
*/
|
|
7499
7566
|
this.DstInfos = null;
|
|
@@ -7577,7 +7644,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7577
7644
|
|
|
7578
7645
|
/**
|
|
7579
7646
|
* Whether the task can be reentered in the full export stage. Valid values: `yes`, `no`. `yes`: The current task can be reentered. `no`: The current task is in the full export stage which cannot be reentered. If the value of this parameter is `no`, the checkpoint restart is not supported when the task is restarted in the export stage.
|
|
7580
|
-
Note:
|
|
7647
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7581
7648
|
* @type {string || null}
|
|
7582
7649
|
*/
|
|
7583
7650
|
this.DumperResumeCtrl = null;
|
|
@@ -8366,8 +8433,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
8366
8433
|
this.Databases = null;
|
|
8367
8434
|
|
|
8368
8435
|
/**
|
|
8369
|
-
* Advanced object
|
|
8370
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
8436
|
+
* Advanced object types, such as trigger, function, procedure, event. Note: If you want to migrate and synchronize advanced objects, the corresponding advanced object type should be included in this configuration.Note: This field may return null, indicating that no valid values can be obtained.
|
|
8371
8437
|
* @type {Array.<string> || null}
|
|
8372
8438
|
*/
|
|
8373
8439
|
this.AdvancedObjects = null;
|
|
@@ -8453,6 +8519,18 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
8453
8519
|
*/
|
|
8454
8520
|
this.FilterCondition = null;
|
|
8455
8521
|
|
|
8522
|
+
/**
|
|
8523
|
+
* Whether to synchronize all columns in the table. All: all columns under the current table; Partial (the corresponding field ColumnMode in ModifySyncJobConfig interface does not support Partial at the moment): some columns under the current table, detailed table information is provided by filling the Columns field.Note: This field may return null, indicating that no valid values can be obtained.
|
|
8524
|
+
* @type {string || null}
|
|
8525
|
+
*/
|
|
8526
|
+
this.ColumnMode = null;
|
|
8527
|
+
|
|
8528
|
+
/**
|
|
8529
|
+
* Column information in data sync. This field is required when ColumnMode is set to Partial.Note: This field may return null, indicating that no valid values can be obtained.
|
|
8530
|
+
* @type {Array.<Column> || null}
|
|
8531
|
+
*/
|
|
8532
|
+
this.Columns = null;
|
|
8533
|
+
|
|
8456
8534
|
/**
|
|
8457
8535
|
* The temp tables to be synced. This parameter is mutually exclusive with `NewTableName`. It is valid only when the configured sync objects are table-level ones and `TableEditMode` is `pt`. To sync temp tables generated when pt-osc or other tools are used during the sync process, you must configure this parameter first. For example, if you want to perform the pt-osc operation on a table named "t1", configure this parameter as ["\_t1\_new","\_t1\_old"]; to perform the gh-ost operation on t1, configure it as ["\_t1\_ghc","\_t1\_gho","\_t1\_del"]. Temp tables generated by pt-osc and gh-ost operations can be configured at the same time.
|
|
8458
8536
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
@@ -8479,6 +8557,16 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
8479
8557
|
this.TableName = 'TableName' in params ? params.TableName : null;
|
|
8480
8558
|
this.NewTableName = 'NewTableName' in params ? params.NewTableName : null;
|
|
8481
8559
|
this.FilterCondition = 'FilterCondition' in params ? params.FilterCondition : null;
|
|
8560
|
+
this.ColumnMode = 'ColumnMode' in params ? params.ColumnMode : null;
|
|
8561
|
+
|
|
8562
|
+
if (params.Columns) {
|
|
8563
|
+
this.Columns = new Array();
|
|
8564
|
+
for (let z in params.Columns) {
|
|
8565
|
+
let obj = new Column();
|
|
8566
|
+
obj.deserialize(params.Columns[z]);
|
|
8567
|
+
this.Columns.push(obj);
|
|
8568
|
+
}
|
|
8569
|
+
}
|
|
8482
8570
|
this.TmpTables = 'TmpTables' in params ? params.TmpTables : null;
|
|
8483
8571
|
this.TableEditMode = 'TableEditMode' in params ? params.TableEditMode : null;
|
|
8484
8572
|
|
|
@@ -8682,6 +8770,7 @@ module.exports = {
|
|
|
8682
8770
|
ModifyCompareTaskRequest: ModifyCompareTaskRequest,
|
|
8683
8771
|
RecoverSyncJobRequest: RecoverSyncJobRequest,
|
|
8684
8772
|
Database: Database,
|
|
8773
|
+
Column: Column,
|
|
8685
8774
|
JobItem: JobItem,
|
|
8686
8775
|
DescribeSyncJobsRequest: DescribeSyncJobsRequest,
|
|
8687
8776
|
SyncDetailInfo: SyncDetailInfo,
|
|
@@ -33,13 +33,13 @@ Note: `null` may be returned for this field, indicating that no valid values can
|
|
|
33
33
|
|
|
34
34
|
/**
|
|
35
35
|
* `ApplicationId` is in the format of `AppInstanceId-applicationId`, which is used to identify applications of different clusters.
|
|
36
|
-
Note:
|
|
36
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
37
37
|
* @type {string || null}
|
|
38
38
|
*/
|
|
39
39
|
this.ApplicationId = null;
|
|
40
40
|
|
|
41
41
|
/**
|
|
42
|
-
* The unique request ID,
|
|
42
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
43
43
|
* @type {string || null}
|
|
44
44
|
*/
|
|
45
45
|
this.RequestId = null;
|
|
@@ -181,7 +181,7 @@ class ModifyTableGroupNameResponse extends AbstractModel {
|
|
|
181
181
|
super();
|
|
182
182
|
|
|
183
183
|
/**
|
|
184
|
-
* The unique request ID,
|
|
184
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
185
185
|
* @type {string || null}
|
|
186
186
|
*/
|
|
187
187
|
this.RequestId = null;
|
|
@@ -252,7 +252,7 @@ class ModifyClusterPasswordResponse extends AbstractModel {
|
|
|
252
252
|
super();
|
|
253
253
|
|
|
254
254
|
/**
|
|
255
|
-
* The unique request ID,
|
|
255
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
256
256
|
* @type {string || null}
|
|
257
257
|
*/
|
|
258
258
|
this.RequestId = null;
|
|
@@ -286,7 +286,7 @@ class DeleteClusterResponse extends AbstractModel {
|
|
|
286
286
|
this.TaskId = null;
|
|
287
287
|
|
|
288
288
|
/**
|
|
289
|
-
* The unique request ID,
|
|
289
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
290
290
|
* @type {string || null}
|
|
291
291
|
*/
|
|
292
292
|
this.RequestId = null;
|
|
@@ -327,7 +327,7 @@ class DeleteTableIndexResponse extends AbstractModel {
|
|
|
327
327
|
this.TableResults = null;
|
|
328
328
|
|
|
329
329
|
/**
|
|
330
|
-
* The unique request ID,
|
|
330
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
331
331
|
* @type {string || null}
|
|
332
332
|
*/
|
|
333
333
|
this.RequestId = null;
|
|
@@ -491,7 +491,7 @@ class DescribeBackupRecordsResponse extends AbstractModel {
|
|
|
491
491
|
this.TotalCount = null;
|
|
492
492
|
|
|
493
493
|
/**
|
|
494
|
-
* The unique request ID,
|
|
494
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
495
495
|
* @type {string || null}
|
|
496
496
|
*/
|
|
497
497
|
this.RequestId = null;
|
|
@@ -675,7 +675,7 @@ class ModifySnapshotsResponse extends AbstractModel {
|
|
|
675
675
|
this.TableResults = null;
|
|
676
676
|
|
|
677
677
|
/**
|
|
678
|
-
* The unique request ID,
|
|
678
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
679
679
|
* @type {string || null}
|
|
680
680
|
*/
|
|
681
681
|
this.RequestId = null;
|
|
@@ -726,7 +726,7 @@ Note: `null` may be returned for this field, indicating that no valid values can
|
|
|
726
726
|
this.TotalCount = null;
|
|
727
727
|
|
|
728
728
|
/**
|
|
729
|
-
* The unique request ID,
|
|
729
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
730
730
|
* @type {string || null}
|
|
731
731
|
*/
|
|
732
732
|
this.RequestId = null;
|
|
@@ -979,7 +979,7 @@ class DescribeTasksResponse extends AbstractModel {
|
|
|
979
979
|
this.TaskInfos = null;
|
|
980
980
|
|
|
981
981
|
/**
|
|
982
|
-
* The unique request ID,
|
|
982
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
983
983
|
* @type {string || null}
|
|
984
984
|
*/
|
|
985
985
|
this.RequestId = null;
|
|
@@ -1072,7 +1072,7 @@ class DescribeRegionsResponse extends AbstractModel {
|
|
|
1072
1072
|
this.RegionInfos = null;
|
|
1073
1073
|
|
|
1074
1074
|
/**
|
|
1075
|
-
* The unique request ID,
|
|
1075
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1076
1076
|
* @type {string || null}
|
|
1077
1077
|
*/
|
|
1078
1078
|
this.RequestId = null;
|
|
@@ -1122,7 +1122,7 @@ class SetTableDataFlowResponse extends AbstractModel {
|
|
|
1122
1122
|
this.TableResults = null;
|
|
1123
1123
|
|
|
1124
1124
|
/**
|
|
1125
|
-
* The unique request ID,
|
|
1125
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1126
1126
|
* @type {string || null}
|
|
1127
1127
|
*/
|
|
1128
1128
|
this.RequestId = null;
|
|
@@ -1341,7 +1341,7 @@ class DescribeMachineResponse extends AbstractModel {
|
|
|
1341
1341
|
this.PoolList = null;
|
|
1342
1342
|
|
|
1343
1343
|
/**
|
|
1344
|
-
* The unique request ID,
|
|
1344
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1345
1345
|
* @type {string || null}
|
|
1346
1346
|
*/
|
|
1347
1347
|
this.RequestId = null;
|
|
@@ -1645,7 +1645,7 @@ class ModifyClusterMachineResponse extends AbstractModel {
|
|
|
1645
1645
|
this.ClusterId = null;
|
|
1646
1646
|
|
|
1647
1647
|
/**
|
|
1648
|
-
* The unique request ID,
|
|
1648
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1649
1649
|
* @type {string || null}
|
|
1650
1650
|
*/
|
|
1651
1651
|
this.RequestId = null;
|
|
@@ -1755,7 +1755,7 @@ class DeleteIdlFilesResponse extends AbstractModel {
|
|
|
1755
1755
|
this.IdlFileInfos = null;
|
|
1756
1756
|
|
|
1757
1757
|
/**
|
|
1758
|
-
* The unique request ID,
|
|
1758
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1759
1759
|
* @type {string || null}
|
|
1760
1760
|
*/
|
|
1761
1761
|
this.RequestId = null;
|
|
@@ -2166,7 +2166,7 @@ class RecoverRecycleTablesResponse extends AbstractModel {
|
|
|
2166
2166
|
this.TableResults = null;
|
|
2167
2167
|
|
|
2168
2168
|
/**
|
|
2169
|
-
* The unique request ID,
|
|
2169
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2170
2170
|
* @type {string || null}
|
|
2171
2171
|
*/
|
|
2172
2172
|
this.RequestId = null;
|
|
@@ -2216,7 +2216,7 @@ class ClearTablesResponse extends AbstractModel {
|
|
|
2216
2216
|
this.TableResults = null;
|
|
2217
2217
|
|
|
2218
2218
|
/**
|
|
2219
|
-
* The unique request ID,
|
|
2219
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2220
2220
|
* @type {string || null}
|
|
2221
2221
|
*/
|
|
2222
2222
|
this.RequestId = null;
|
|
@@ -2322,7 +2322,7 @@ class ModifyTableTagsResponse extends AbstractModel {
|
|
|
2322
2322
|
this.TableResults = null;
|
|
2323
2323
|
|
|
2324
2324
|
/**
|
|
2325
|
-
* The unique request ID,
|
|
2325
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2326
2326
|
* @type {string || null}
|
|
2327
2327
|
*/
|
|
2328
2328
|
this.RequestId = null;
|
|
@@ -2816,7 +2816,7 @@ class DescribeTablesInRecycleResponse extends AbstractModel {
|
|
|
2816
2816
|
this.TableInfos = null;
|
|
2817
2817
|
|
|
2818
2818
|
/**
|
|
2819
|
-
* The unique request ID,
|
|
2819
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2820
2820
|
* @type {string || null}
|
|
2821
2821
|
*/
|
|
2822
2822
|
this.RequestId = null;
|
|
@@ -2866,7 +2866,7 @@ class ModifyTablesResponse extends AbstractModel {
|
|
|
2866
2866
|
this.TableResults = null;
|
|
2867
2867
|
|
|
2868
2868
|
/**
|
|
2869
|
-
* The unique request ID,
|
|
2869
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2870
2870
|
* @type {string || null}
|
|
2871
2871
|
*/
|
|
2872
2872
|
this.RequestId = null;
|
|
@@ -2953,7 +2953,7 @@ class ModifyTableGroupTagsResponse extends AbstractModel {
|
|
|
2953
2953
|
this.TaskId = null;
|
|
2954
2954
|
|
|
2955
2955
|
/**
|
|
2956
|
-
* The unique request ID,
|
|
2956
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2957
2957
|
* @type {string || null}
|
|
2958
2958
|
*/
|
|
2959
2959
|
this.RequestId = null;
|
|
@@ -3095,7 +3095,7 @@ class DescribeTableGroupTagsResponse extends AbstractModel {
|
|
|
3095
3095
|
this.TotalCount = null;
|
|
3096
3096
|
|
|
3097
3097
|
/**
|
|
3098
|
-
* The unique request ID,
|
|
3098
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3099
3099
|
* @type {string || null}
|
|
3100
3100
|
*/
|
|
3101
3101
|
this.RequestId = null;
|
|
@@ -3188,7 +3188,7 @@ class ModifyTableQuotasResponse extends AbstractModel {
|
|
|
3188
3188
|
this.TableResults = null;
|
|
3189
3189
|
|
|
3190
3190
|
/**
|
|
3191
|
-
* The unique request ID,
|
|
3191
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3192
3192
|
* @type {string || null}
|
|
3193
3193
|
*/
|
|
3194
3194
|
this.RequestId = null;
|
|
@@ -3281,7 +3281,7 @@ class DeleteSnapshotsResponse extends AbstractModel {
|
|
|
3281
3281
|
this.TableResults = null;
|
|
3282
3282
|
|
|
3283
3283
|
/**
|
|
3284
|
-
* The unique request ID,
|
|
3284
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3285
3285
|
* @type {string || null}
|
|
3286
3286
|
*/
|
|
3287
3287
|
this.RequestId = null;
|
|
@@ -3331,7 +3331,7 @@ class DeleteTablesResponse extends AbstractModel {
|
|
|
3331
3331
|
this.TableResults = null;
|
|
3332
3332
|
|
|
3333
3333
|
/**
|
|
3334
|
-
* The unique request ID,
|
|
3334
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3335
3335
|
* @type {string || null}
|
|
3336
3336
|
*/
|
|
3337
3337
|
this.RequestId = null;
|
|
@@ -3878,7 +3878,7 @@ class CompareIdlFilesResponse extends AbstractModel {
|
|
|
3878
3878
|
this.TableInfos = null;
|
|
3879
3879
|
|
|
3880
3880
|
/**
|
|
3881
|
-
* The unique request ID,
|
|
3881
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3882
3882
|
* @type {string || null}
|
|
3883
3883
|
*/
|
|
3884
3884
|
this.RequestId = null;
|
|
@@ -3937,7 +3937,7 @@ class CreateTablesResponse extends AbstractModel {
|
|
|
3937
3937
|
this.TableResults = null;
|
|
3938
3938
|
|
|
3939
3939
|
/**
|
|
3940
|
-
* The unique request ID,
|
|
3940
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3941
3941
|
* @type {string || null}
|
|
3942
3942
|
*/
|
|
3943
3943
|
this.RequestId = null;
|
|
@@ -4008,7 +4008,7 @@ class DescribeClustersResponse extends AbstractModel {
|
|
|
4008
4008
|
this.Clusters = null;
|
|
4009
4009
|
|
|
4010
4010
|
/**
|
|
4011
|
-
* The unique request ID,
|
|
4011
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4012
4012
|
* @type {string || null}
|
|
4013
4013
|
*/
|
|
4014
4014
|
this.RequestId = null;
|
|
@@ -4092,7 +4092,7 @@ class ModifyClusterTagsResponse extends AbstractModel {
|
|
|
4092
4092
|
this.TaskId = null;
|
|
4093
4093
|
|
|
4094
4094
|
/**
|
|
4095
|
-
* The unique request ID,
|
|
4095
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4096
4096
|
* @type {string || null}
|
|
4097
4097
|
*/
|
|
4098
4098
|
this.RequestId = null;
|
|
@@ -4133,7 +4133,7 @@ class DescribeClusterTagsResponse extends AbstractModel {
|
|
|
4133
4133
|
this.TotalCount = null;
|
|
4134
4134
|
|
|
4135
4135
|
/**
|
|
4136
|
-
* The unique request ID,
|
|
4136
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4137
4137
|
* @type {string || null}
|
|
4138
4138
|
*/
|
|
4139
4139
|
this.RequestId = null;
|
|
@@ -4238,7 +4238,7 @@ class SetTableIndexResponse extends AbstractModel {
|
|
|
4238
4238
|
this.TableResults = null;
|
|
4239
4239
|
|
|
4240
4240
|
/**
|
|
4241
|
-
* The unique request ID,
|
|
4241
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4242
4242
|
* @type {string || null}
|
|
4243
4243
|
*/
|
|
4244
4244
|
this.RequestId = null;
|
|
@@ -4331,7 +4331,7 @@ class DescribeIdlFileInfosResponse extends AbstractModel {
|
|
|
4331
4331
|
this.IdlFileInfos = null;
|
|
4332
4332
|
|
|
4333
4333
|
/**
|
|
4334
|
-
* The unique request ID,
|
|
4334
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4335
4335
|
* @type {string || null}
|
|
4336
4336
|
*/
|
|
4337
4337
|
this.RequestId = null;
|
|
@@ -4381,7 +4381,7 @@ class CreateSnapshotsResponse extends AbstractModel {
|
|
|
4381
4381
|
this.TableResults = null;
|
|
4382
4382
|
|
|
4383
4383
|
/**
|
|
4384
|
-
* The unique request ID,
|
|
4384
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4385
4385
|
* @type {string || null}
|
|
4386
4386
|
*/
|
|
4387
4387
|
this.RequestId = null;
|
|
@@ -4469,7 +4469,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4469
4469
|
this.TaskId = null;
|
|
4470
4470
|
|
|
4471
4471
|
/**
|
|
4472
|
-
* The unique request ID,
|
|
4472
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4473
4473
|
* @type {string || null}
|
|
4474
4474
|
*/
|
|
4475
4475
|
this.RequestId = null;
|
|
@@ -4575,7 +4575,7 @@ class DisableRestProxyResponse extends AbstractModel {
|
|
|
4575
4575
|
this.TaskId = null;
|
|
4576
4576
|
|
|
4577
4577
|
/**
|
|
4578
|
-
* The unique request ID,
|
|
4578
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4579
4579
|
* @type {string || null}
|
|
4580
4580
|
*/
|
|
4581
4581
|
this.RequestId = null;
|
|
@@ -4646,7 +4646,7 @@ class CreateClusterResponse extends AbstractModel {
|
|
|
4646
4646
|
this.ClusterId = null;
|
|
4647
4647
|
|
|
4648
4648
|
/**
|
|
4649
|
-
* The unique request ID,
|
|
4649
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4650
4650
|
* @type {string || null}
|
|
4651
4651
|
*/
|
|
4652
4652
|
this.RequestId = null;
|
|
@@ -5343,7 +5343,7 @@ Note: `null` may be returned for this field, indicating that no valid values can
|
|
|
5343
5343
|
this.ApplicationIds = null;
|
|
5344
5344
|
|
|
5345
5345
|
/**
|
|
5346
|
-
* The unique request ID,
|
|
5346
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5347
5347
|
* @type {string || null}
|
|
5348
5348
|
*/
|
|
5349
5349
|
this.RequestId = null;
|
|
@@ -5440,7 +5440,7 @@ class VerifyIdlFilesResponse extends AbstractModel {
|
|
|
5440
5440
|
this.TableInfos = null;
|
|
5441
5441
|
|
|
5442
5442
|
/**
|
|
5443
|
-
* The unique request ID,
|
|
5443
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5444
5444
|
* @type {string || null}
|
|
5445
5445
|
*/
|
|
5446
5446
|
this.RequestId = null;
|
|
@@ -5499,7 +5499,7 @@ class DescribeTableTagsResponse extends AbstractModel {
|
|
|
5499
5499
|
this.Rows = null;
|
|
5500
5500
|
|
|
5501
5501
|
/**
|
|
5502
|
-
* The unique request ID,
|
|
5502
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5503
5503
|
* @type {string || null}
|
|
5504
5504
|
*/
|
|
5505
5505
|
this.RequestId = null;
|
|
@@ -5543,7 +5543,7 @@ class CreateTableGroupResponse extends AbstractModel {
|
|
|
5543
5543
|
this.TableGroupId = null;
|
|
5544
5544
|
|
|
5545
5545
|
/**
|
|
5546
|
-
* The unique request ID,
|
|
5546
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5547
5547
|
* @type {string || null}
|
|
5548
5548
|
*/
|
|
5549
5549
|
this.RequestId = null;
|
|
@@ -5584,7 +5584,7 @@ class DescribeSnapshotsResponse extends AbstractModel {
|
|
|
5584
5584
|
this.TableResults = null;
|
|
5585
5585
|
|
|
5586
5586
|
/**
|
|
5587
|
-
* The unique request ID,
|
|
5587
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5588
5588
|
* @type {string || null}
|
|
5589
5589
|
*/
|
|
5590
5590
|
this.RequestId = null;
|
|
@@ -5629,7 +5629,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5629
5629
|
this.TaskId = null;
|
|
5630
5630
|
|
|
5631
5631
|
/**
|
|
5632
|
-
* The unique request ID,
|
|
5632
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5633
5633
|
* @type {string || null}
|
|
5634
5634
|
*/
|
|
5635
5635
|
this.RequestId = null;
|
|
@@ -5778,7 +5778,7 @@ class EnableRestProxyResponse extends AbstractModel {
|
|
|
5778
5778
|
this.TaskId = null;
|
|
5779
5779
|
|
|
5780
5780
|
/**
|
|
5781
|
-
* The unique request ID,
|
|
5781
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5782
5782
|
* @type {string || null}
|
|
5783
5783
|
*/
|
|
5784
5784
|
this.RequestId = null;
|
|
@@ -5808,7 +5808,7 @@ class ModifyClusterNameResponse extends AbstractModel {
|
|
|
5808
5808
|
super();
|
|
5809
5809
|
|
|
5810
5810
|
/**
|
|
5811
|
-
* The unique request ID,
|
|
5811
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5812
5812
|
* @type {string || null}
|
|
5813
5813
|
*/
|
|
5814
5814
|
this.RequestId = null;
|
|
@@ -6190,7 +6190,7 @@ class DeleteTableDataFlowResponse extends AbstractModel {
|
|
|
6190
6190
|
this.TableResults = null;
|
|
6191
6191
|
|
|
6192
6192
|
/**
|
|
6193
|
-
* The unique request ID,
|
|
6193
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6194
6194
|
* @type {string || null}
|
|
6195
6195
|
*/
|
|
6196
6196
|
this.RequestId = null;
|
|
@@ -6313,7 +6313,7 @@ class DescribeUinInWhitelistResponse extends AbstractModel {
|
|
|
6313
6313
|
this.Result = null;
|
|
6314
6314
|
|
|
6315
6315
|
/**
|
|
6316
|
-
* The unique request ID,
|
|
6316
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6317
6317
|
* @type {string || null}
|
|
6318
6318
|
*/
|
|
6319
6319
|
this.RequestId = null;
|
|
@@ -6580,7 +6580,7 @@ class RollbackTablesResponse extends AbstractModel {
|
|
|
6580
6580
|
this.TableResults = null;
|
|
6581
6581
|
|
|
6582
6582
|
/**
|
|
6583
|
-
* The unique request ID,
|
|
6583
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6584
6584
|
* @type {string || null}
|
|
6585
6585
|
*/
|
|
6586
6586
|
this.RequestId = null;
|
|
@@ -6908,7 +6908,7 @@ class MergeTablesDataResponse extends AbstractModel {
|
|
|
6908
6908
|
this.Results = null;
|
|
6909
6909
|
|
|
6910
6910
|
/**
|
|
6911
|
-
* The unique request ID,
|
|
6911
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6912
6912
|
* @type {string || null}
|
|
6913
6913
|
*/
|
|
6914
6914
|
this.RequestId = null;
|
|
@@ -7006,7 +7006,7 @@ class DescribeTableGroupsResponse extends AbstractModel {
|
|
|
7006
7006
|
this.TableGroups = null;
|
|
7007
7007
|
|
|
7008
7008
|
/**
|
|
7009
|
-
* The unique request ID,
|
|
7009
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7010
7010
|
* @type {string || null}
|
|
7011
7011
|
*/
|
|
7012
7012
|
this.RequestId = null;
|
|
@@ -7050,7 +7050,7 @@ class DeleteTableGroupResponse extends AbstractModel {
|
|
|
7050
7050
|
this.TaskId = null;
|
|
7051
7051
|
|
|
7052
7052
|
/**
|
|
7053
|
-
* The unique request ID,
|
|
7053
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7054
7054
|
* @type {string || null}
|
|
7055
7055
|
*/
|
|
7056
7056
|
this.RequestId = null;
|
|
@@ -7404,7 +7404,7 @@ Note: `null` may be returned for this field, indicating that no valid values can
|
|
|
7404
7404
|
this.Censorship = null;
|
|
7405
7405
|
|
|
7406
7406
|
/**
|
|
7407
|
-
* The unique request ID,
|
|
7407
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7408
7408
|
* @type {string || null}
|
|
7409
7409
|
*/
|
|
7410
7410
|
this.RequestId = null;
|
|
@@ -7658,7 +7658,7 @@ class ModifyTableMemosResponse extends AbstractModel {
|
|
|
7658
7658
|
this.TableResults = null;
|
|
7659
7659
|
|
|
7660
7660
|
/**
|
|
7661
|
-
* The unique request ID,
|
|
7661
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7662
7662
|
* @type {string || null}
|
|
7663
7663
|
*/
|
|
7664
7664
|
this.RequestId = null;
|
|
@@ -2466,7 +2466,7 @@ class UpdateEdgeClusterVersionResponse extends AbstractModel {
|
|
|
2466
2466
|
super();
|
|
2467
2467
|
|
|
2468
2468
|
/**
|
|
2469
|
-
* The unique request ID,
|
|
2469
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2470
2470
|
* @type {string || null}
|
|
2471
2471
|
*/
|
|
2472
2472
|
this.RequestId = null;
|
|
@@ -5791,7 +5791,7 @@ Note: This field may return `null`, indicating that no valid values can be obtai
|
|
|
5791
5791
|
this.ScriptVersion = null;
|
|
5792
5792
|
|
|
5793
5793
|
/**
|
|
5794
|
-
* The unique request ID,
|
|
5794
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5795
5795
|
* @type {string || null}
|
|
5796
5796
|
*/
|
|
5797
5797
|
this.RequestId = null;
|
|
@@ -14505,7 +14505,7 @@ class UpdateClusterVersionResponse extends AbstractModel {
|
|
|
14505
14505
|
super();
|
|
14506
14506
|
|
|
14507
14507
|
/**
|
|
14508
|
-
* The unique request ID,
|
|
14508
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
14509
14509
|
* @type {string || null}
|
|
14510
14510
|
*/
|
|
14511
14511
|
this.RequestId = null;
|