tencentcloud-sdk-nodejs-intl-en 3.0.1322 → 3.0.1324
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/common/sdk_version.js +1 -1
- package/tencentcloud/faceid/v20180301/models.js +21 -12
- package/tencentcloud/tdmysql/v20211122/models.js +13 -282
- package/tencentcloud/tdmysql/v20211122/tdmysql_client.js +0 -46
- package/tencentcloud/vod/v20180717/models.js +532 -337
- package/tencentcloud/vod/v20180717/vod_client.js +81 -42
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1324";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -5761,15 +5761,19 @@ class CompareResult extends AbstractModel {
|
|
|
5761
5761
|
|
|
5762
5762
|
/**
|
|
5763
5763
|
* The final verification result code.
|
|
5764
|
-
0:
|
|
5765
|
-
1001: Failed to call the liveness
|
|
5764
|
+
0: Succeeded.
|
|
5765
|
+
1001: Failed to call the liveness engine.
|
|
5766
|
+
1002: Suspected spoofed recording.
|
|
5766
5767
|
1004: Face detection failed.
|
|
5767
|
-
|
|
5768
|
-
|
|
5769
|
-
|
|
5770
|
-
|
|
5768
|
+
1005: Liveness detection failed.
|
|
5769
|
+
1201: Lighting is too dark or overexposed.
|
|
5770
|
+
2004: The image passed in is too large or too small.
|
|
5771
|
+
2012: Multiple faces detected.
|
|
5772
|
+
2013: No face was detected, or the face detected was incomplete.
|
|
5773
|
+
2014: The image resolution is too low or the quality does not meet the requirements.
|
|
5771
5774
|
2015: Face comparison failed.
|
|
5772
|
-
2016: The similarity did not reach the passing
|
|
5775
|
+
2016: The similarity did not reach the standard passing threshold.
|
|
5776
|
+
2017: Facial occlusion detected.
|
|
5773
5777
|
* @type {string || null}
|
|
5774
5778
|
*/
|
|
5775
5779
|
this.ErrorCode = null;
|
|
@@ -5802,7 +5806,11 @@ class CompareResult extends AbstractModel {
|
|
|
5802
5806
|
* The liveness detection result code.
|
|
5803
5807
|
0: Success.
|
|
5804
5808
|
1001: Failed to call the liveness detection engine.
|
|
5809
|
+
1002: Suspected spoofed recording.
|
|
5805
5810
|
1004: Face detection failed.
|
|
5811
|
+
1005: Liveness detection failed.
|
|
5812
|
+
1201: Lighting is too dark or overexposed.
|
|
5813
|
+
|
|
5806
5814
|
* @type {string || null}
|
|
5807
5815
|
*/
|
|
5808
5816
|
this.LiveErrorCode = null;
|
|
@@ -5829,12 +5837,13 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
5829
5837
|
/**
|
|
5830
5838
|
* The face comparison result code.
|
|
5831
5839
|
0: Success.
|
|
5832
|
-
2004: The
|
|
5833
|
-
2012:
|
|
5834
|
-
2013: No face
|
|
5835
|
-
2014: The resolution
|
|
5840
|
+
2004: The image passed in is too large or too small.
|
|
5841
|
+
2012: Multiple faces detected.
|
|
5842
|
+
2013: No face was detected, or the face detected was incomplete.
|
|
5843
|
+
2014: The image resolution is too low or the quality does not meet the requirements.
|
|
5836
5844
|
2015: Face comparison failed.
|
|
5837
|
-
2016: The similarity did not reach the passing
|
|
5845
|
+
2016: The similarity did not reach the standard passing threshold.
|
|
5846
|
+
2017: Facial occlusion detected.
|
|
5838
5847
|
Note: This field may return null, indicating that no valid value can be obtained.
|
|
5839
5848
|
* @type {string || null}
|
|
5840
5849
|
*/
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
const AbstractModel = require("../../common/abstract_model");
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
|
-
* Recoverable time interval
|
|
20
|
+
* Recoverable time interval
|
|
21
21
|
* @class
|
|
22
22
|
*/
|
|
23
23
|
class ArchiveLogInterval extends AbstractModel {
|
|
@@ -97,41 +97,6 @@ class IsolateDBInstanceRequest extends AbstractModel {
|
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
/**
|
|
101
|
-
* ModifyBinlogStatus response structure.
|
|
102
|
-
* @class
|
|
103
|
-
*/
|
|
104
|
-
class ModifyBinlogStatusResponse extends AbstractModel {
|
|
105
|
-
constructor(){
|
|
106
|
-
super();
|
|
107
|
-
|
|
108
|
-
/**
|
|
109
|
-
* Process id of the flow.
|
|
110
|
-
* @type {number || null}
|
|
111
|
-
*/
|
|
112
|
-
this.FlowId = null;
|
|
113
|
-
|
|
114
|
-
/**
|
|
115
|
-
* 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.
|
|
116
|
-
* @type {string || null}
|
|
117
|
-
*/
|
|
118
|
-
this.RequestId = null;
|
|
119
|
-
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
/**
|
|
123
|
-
* @private
|
|
124
|
-
*/
|
|
125
|
-
deserialize(params) {
|
|
126
|
-
if (!params) {
|
|
127
|
-
return;
|
|
128
|
-
}
|
|
129
|
-
this.FlowId = 'FlowId' in params ? params.FlowId : null;
|
|
130
|
-
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
131
|
-
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
|
|
135
100
|
/**
|
|
136
101
|
* DescribeFlow request structure.
|
|
137
102
|
* @class
|
|
@@ -223,48 +188,6 @@ class ModifyInstanceNameResponse extends AbstractModel {
|
|
|
223
188
|
}
|
|
224
189
|
}
|
|
225
190
|
|
|
226
|
-
/**
|
|
227
|
-
* DescribeDatabaseTable request structure.
|
|
228
|
-
* @class
|
|
229
|
-
*/
|
|
230
|
-
class DescribeDatabaseTableRequest extends AbstractModel {
|
|
231
|
-
constructor(){
|
|
232
|
-
super();
|
|
233
|
-
|
|
234
|
-
/**
|
|
235
|
-
* Instance ID, for example: tdsql3-ow7t8lmc.
|
|
236
|
-
* @type {string || null}
|
|
237
|
-
*/
|
|
238
|
-
this.InstanceId = null;
|
|
239
|
-
|
|
240
|
-
/**
|
|
241
|
-
* Database name, obtained via the DescribeDatabases api.
|
|
242
|
-
* @type {string || null}
|
|
243
|
-
*/
|
|
244
|
-
this.DbName = null;
|
|
245
|
-
|
|
246
|
-
/**
|
|
247
|
-
* Table name, obtained through the DescribeDatabaseObjects api.
|
|
248
|
-
* @type {string || null}
|
|
249
|
-
*/
|
|
250
|
-
this.Table = null;
|
|
251
|
-
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
/**
|
|
255
|
-
* @private
|
|
256
|
-
*/
|
|
257
|
-
deserialize(params) {
|
|
258
|
-
if (!params) {
|
|
259
|
-
return;
|
|
260
|
-
}
|
|
261
|
-
this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
|
|
262
|
-
this.DbName = 'DbName' in params ? params.DbName : null;
|
|
263
|
-
this.Table = 'Table' in params ? params.Table : null;
|
|
264
|
-
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
|
|
268
191
|
/**
|
|
269
192
|
* ModifyDBInstanceSecurityGroups response structure.
|
|
270
193
|
* @class
|
|
@@ -321,72 +244,6 @@ class DescribeDBParametersRequest extends AbstractModel {
|
|
|
321
244
|
}
|
|
322
245
|
}
|
|
323
246
|
|
|
324
|
-
/**
|
|
325
|
-
* DescribeDatabaseTable response structure.
|
|
326
|
-
* @class
|
|
327
|
-
*/
|
|
328
|
-
class DescribeDatabaseTableResponse extends AbstractModel {
|
|
329
|
-
constructor(){
|
|
330
|
-
super();
|
|
331
|
-
|
|
332
|
-
/**
|
|
333
|
-
* Instance name.
|
|
334
|
-
* @type {string || null}
|
|
335
|
-
*/
|
|
336
|
-
this.InstanceId = null;
|
|
337
|
-
|
|
338
|
-
/**
|
|
339
|
-
* Database name.
|
|
340
|
-
* @type {string || null}
|
|
341
|
-
*/
|
|
342
|
-
this.DbName = null;
|
|
343
|
-
|
|
344
|
-
/**
|
|
345
|
-
* Table name.
|
|
346
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
347
|
-
* @type {string || null}
|
|
348
|
-
*/
|
|
349
|
-
this.Table = null;
|
|
350
|
-
|
|
351
|
-
/**
|
|
352
|
-
* Column information.
|
|
353
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
354
|
-
* @type {Array.<TableColumn> || null}
|
|
355
|
-
*/
|
|
356
|
-
this.Cols = null;
|
|
357
|
-
|
|
358
|
-
/**
|
|
359
|
-
* 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.
|
|
360
|
-
* @type {string || null}
|
|
361
|
-
*/
|
|
362
|
-
this.RequestId = null;
|
|
363
|
-
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
/**
|
|
367
|
-
* @private
|
|
368
|
-
*/
|
|
369
|
-
deserialize(params) {
|
|
370
|
-
if (!params) {
|
|
371
|
-
return;
|
|
372
|
-
}
|
|
373
|
-
this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
|
|
374
|
-
this.DbName = 'DbName' in params ? params.DbName : null;
|
|
375
|
-
this.Table = 'Table' in params ? params.Table : null;
|
|
376
|
-
|
|
377
|
-
if (params.Cols) {
|
|
378
|
-
this.Cols = new Array();
|
|
379
|
-
for (let z in params.Cols) {
|
|
380
|
-
let obj = new TableColumn();
|
|
381
|
-
obj.deserialize(params.Cols[z]);
|
|
382
|
-
this.Cols.push(obj);
|
|
383
|
-
}
|
|
384
|
-
}
|
|
385
|
-
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
386
|
-
|
|
387
|
-
}
|
|
388
|
-
}
|
|
389
|
-
|
|
390
247
|
/**
|
|
391
248
|
* DescribeDatabaseObjects response structure.
|
|
392
249
|
* @class
|
|
@@ -633,34 +490,6 @@ class CreateDBSBackupRequest extends AbstractModel {
|
|
|
633
490
|
}
|
|
634
491
|
}
|
|
635
492
|
|
|
636
|
-
/**
|
|
637
|
-
* DescribeBillingEnable response structure.
|
|
638
|
-
* @class
|
|
639
|
-
*/
|
|
640
|
-
class DescribeBillingEnableResponse extends AbstractModel {
|
|
641
|
-
constructor(){
|
|
642
|
-
super();
|
|
643
|
-
|
|
644
|
-
/**
|
|
645
|
-
* 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.
|
|
646
|
-
* @type {string || null}
|
|
647
|
-
*/
|
|
648
|
-
this.RequestId = null;
|
|
649
|
-
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
/**
|
|
653
|
-
* @private
|
|
654
|
-
*/
|
|
655
|
-
deserialize(params) {
|
|
656
|
-
if (!params) {
|
|
657
|
-
return;
|
|
658
|
-
}
|
|
659
|
-
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
660
|
-
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
|
|
664
493
|
/**
|
|
665
494
|
* DestroyInstances request structure.
|
|
666
495
|
* @class
|
|
@@ -689,27 +518,6 @@ class DestroyInstancesRequest extends AbstractModel {
|
|
|
689
518
|
}
|
|
690
519
|
}
|
|
691
520
|
|
|
692
|
-
/**
|
|
693
|
-
* DescribeBillingEnable request structure.
|
|
694
|
-
* @class
|
|
695
|
-
*/
|
|
696
|
-
class DescribeBillingEnableRequest extends AbstractModel {
|
|
697
|
-
constructor(){
|
|
698
|
-
super();
|
|
699
|
-
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
/**
|
|
703
|
-
* @private
|
|
704
|
-
*/
|
|
705
|
-
deserialize(params) {
|
|
706
|
-
if (!params) {
|
|
707
|
-
return;
|
|
708
|
-
}
|
|
709
|
-
|
|
710
|
-
}
|
|
711
|
-
}
|
|
712
|
-
|
|
713
521
|
/**
|
|
714
522
|
* DescribeDBSecurityGroups request structure.
|
|
715
523
|
* @class
|
|
@@ -738,41 +546,6 @@ class DescribeDBSecurityGroupsRequest extends AbstractModel {
|
|
|
738
546
|
}
|
|
739
547
|
}
|
|
740
548
|
|
|
741
|
-
/**
|
|
742
|
-
* Database column information.
|
|
743
|
-
* @class
|
|
744
|
-
*/
|
|
745
|
-
class TableColumn extends AbstractModel {
|
|
746
|
-
constructor(){
|
|
747
|
-
super();
|
|
748
|
-
|
|
749
|
-
/**
|
|
750
|
-
* Column name.
|
|
751
|
-
* @type {string || null}
|
|
752
|
-
*/
|
|
753
|
-
this.Col = null;
|
|
754
|
-
|
|
755
|
-
/**
|
|
756
|
-
* Column type
|
|
757
|
-
* @type {string || null}
|
|
758
|
-
*/
|
|
759
|
-
this.Type = null;
|
|
760
|
-
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
/**
|
|
764
|
-
* @private
|
|
765
|
-
*/
|
|
766
|
-
deserialize(params) {
|
|
767
|
-
if (!params) {
|
|
768
|
-
return;
|
|
769
|
-
}
|
|
770
|
-
this.Col = 'Col' in params ? params.Col : null;
|
|
771
|
-
this.Type = 'Type' in params ? params.Type : null;
|
|
772
|
-
|
|
773
|
-
}
|
|
774
|
-
}
|
|
775
|
-
|
|
776
549
|
/**
|
|
777
550
|
* ModifyDBParameters response structure.
|
|
778
551
|
* @class
|
|
@@ -937,13 +710,13 @@ class ModifyAutoRenewFlagRequest extends AbstractModel {
|
|
|
937
710
|
super();
|
|
938
711
|
|
|
939
712
|
/**
|
|
940
|
-
* Instance list that needs to be modified
|
|
713
|
+
* <P>Instance list that needs to be modified</p>.
|
|
941
714
|
* @type {Array.<string> || null}
|
|
942
715
|
*/
|
|
943
716
|
this.InstanceIds = null;
|
|
944
717
|
|
|
945
718
|
/**
|
|
946
|
-
* 1
|
|
719
|
+
* <P>1 enables automatic renewal, 0 disables automatic renewal.</p>.
|
|
947
720
|
* @type {number || null}
|
|
948
721
|
*/
|
|
949
722
|
this.AutoRenewFlag = null;
|
|
@@ -1124,61 +897,61 @@ class BackupPolicyModelInput extends AbstractModel {
|
|
|
1124
897
|
super();
|
|
1125
898
|
|
|
1126
899
|
/**
|
|
1127
|
-
* <P>Backup end time.</p
|
|
900
|
+
* <P>Backup end time.</p>
|
|
1128
901
|
* @type {string || null}
|
|
1129
902
|
*/
|
|
1130
903
|
this.BackupEndTime = null;
|
|
1131
904
|
|
|
1132
905
|
/**
|
|
1133
|
-
* <P>Backup method: physical physical backup, snapshot snapshot backup</p
|
|
906
|
+
* <P>Backup method: physical physical backup, snapshot snapshot backup</p>
|
|
1134
907
|
* @type {string || null}
|
|
1135
908
|
*/
|
|
1136
909
|
this.BackupMethod = null;
|
|
1137
910
|
|
|
1138
911
|
/**
|
|
1139
|
-
* <P>Backup start time</p
|
|
912
|
+
* <P>Backup start time</p>
|
|
1140
913
|
* @type {string || null}
|
|
1141
914
|
*/
|
|
1142
915
|
this.BackupStartTime = null;
|
|
1143
916
|
|
|
1144
917
|
/**
|
|
1145
|
-
* <P>Whether full backup is enabled</p
|
|
918
|
+
* <P>Whether full backup is enabled</p>
|
|
1146
919
|
* @type {number || null}
|
|
1147
920
|
*/
|
|
1148
921
|
this.EnableFull = null;
|
|
1149
922
|
|
|
1150
923
|
/**
|
|
1151
|
-
* <P>Whether to enable log backup</p
|
|
924
|
+
* <P>Whether to enable log backup</p>
|
|
1152
925
|
* @type {number || null}
|
|
1153
926
|
*/
|
|
1154
927
|
this.EnableLog = null;
|
|
1155
928
|
|
|
1156
929
|
/**
|
|
1157
|
-
* <P>Full backup retention time can currently only be set to 7 days.</p
|
|
930
|
+
* <P>Full backup retention time can currently only be set to 7 days.</p>
|
|
1158
931
|
* @type {number || null}
|
|
1159
932
|
*/
|
|
1160
933
|
this.FullRetentionPeriod = null;
|
|
1161
934
|
|
|
1162
935
|
/**
|
|
1163
|
-
* <p>Instance ID.</p
|
|
936
|
+
* <p>Instance ID.</p>
|
|
1164
937
|
* @type {string || null}
|
|
1165
938
|
*/
|
|
1166
939
|
this.InstanceId = null;
|
|
1167
940
|
|
|
1168
941
|
/**
|
|
1169
|
-
* <P>Log retention days. currently, can only set retention to 7 days.</p
|
|
942
|
+
* <P>Log retention days. currently, can only set retention to 7 days.</p>
|
|
1170
943
|
* @type {number || null}
|
|
1171
944
|
*/
|
|
1172
945
|
this.LogRetentionPeriod = null;
|
|
1173
946
|
|
|
1174
947
|
/**
|
|
1175
|
-
* <P>Days of the week to perform backup.</p
|
|
948
|
+
* <P>Days of the week to perform backup.</p>
|
|
1176
949
|
* @type {string || null}
|
|
1177
950
|
*/
|
|
1178
951
|
this.PeriodTime = null;
|
|
1179
952
|
|
|
1180
953
|
/**
|
|
1181
|
-
* <p>Storage type: COS, SNAPSHOT</p>valid values: <ul><li> COS: COS storage</li><li> SNAPSHOT: cloud disk SNAPSHOT</li></ul
|
|
954
|
+
* <p>Storage type: COS, SNAPSHOT</p>valid values: <ul><li> COS: COS storage</li><li> SNAPSHOT: cloud disk SNAPSHOT</li></ul>
|
|
1182
955
|
* @type {string || null}
|
|
1183
956
|
*/
|
|
1184
957
|
this.StorageType = null;
|
|
@@ -2136,41 +1909,6 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2136
1909
|
}
|
|
2137
1910
|
}
|
|
2138
1911
|
|
|
2139
|
-
/**
|
|
2140
|
-
* ModifyBinlogStatus request structure.
|
|
2141
|
-
* @class
|
|
2142
|
-
*/
|
|
2143
|
-
class ModifyBinlogStatusRequest extends AbstractModel {
|
|
2144
|
-
constructor(){
|
|
2145
|
-
super();
|
|
2146
|
-
|
|
2147
|
-
/**
|
|
2148
|
-
* Instance ID.
|
|
2149
|
-
* @type {string || null}
|
|
2150
|
-
*/
|
|
2151
|
-
this.InstanceId = null;
|
|
2152
|
-
|
|
2153
|
-
/**
|
|
2154
|
-
* 1 on 0 off.
|
|
2155
|
-
* @type {number || null}
|
|
2156
|
-
*/
|
|
2157
|
-
this.Status = null;
|
|
2158
|
-
|
|
2159
|
-
}
|
|
2160
|
-
|
|
2161
|
-
/**
|
|
2162
|
-
* @private
|
|
2163
|
-
*/
|
|
2164
|
-
deserialize(params) {
|
|
2165
|
-
if (!params) {
|
|
2166
|
-
return;
|
|
2167
|
-
}
|
|
2168
|
-
this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
|
|
2169
|
-
this.Status = 'Status' in params ? params.Status : null;
|
|
2170
|
-
|
|
2171
|
-
}
|
|
2172
|
-
}
|
|
2173
|
-
|
|
2174
1912
|
/**
|
|
2175
1913
|
* ModifyDBParameters request structure.
|
|
2176
1914
|
* @class
|
|
@@ -2420,23 +2158,17 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2420
2158
|
module.exports = {
|
|
2421
2159
|
ArchiveLogInterval: ArchiveLogInterval,
|
|
2422
2160
|
IsolateDBInstanceRequest: IsolateDBInstanceRequest,
|
|
2423
|
-
ModifyBinlogStatusResponse: ModifyBinlogStatusResponse,
|
|
2424
2161
|
DescribeFlowRequest: DescribeFlowRequest,
|
|
2425
2162
|
ModifyDBSBackupSetCommentResponse: ModifyDBSBackupSetCommentResponse,
|
|
2426
2163
|
ModifyInstanceNameResponse: ModifyInstanceNameResponse,
|
|
2427
|
-
DescribeDatabaseTableRequest: DescribeDatabaseTableRequest,
|
|
2428
2164
|
ModifyDBInstanceSecurityGroupsResponse: ModifyDBInstanceSecurityGroupsResponse,
|
|
2429
2165
|
DescribeDBParametersRequest: DescribeDBParametersRequest,
|
|
2430
|
-
DescribeDatabaseTableResponse: DescribeDatabaseTableResponse,
|
|
2431
2166
|
DescribeDatabaseObjectsResponse: DescribeDatabaseObjectsResponse,
|
|
2432
2167
|
SecurityGroupBound: SecurityGroupBound,
|
|
2433
2168
|
CreateDBSBackupResponse: CreateDBSBackupResponse,
|
|
2434
2169
|
CreateDBSBackupRequest: CreateDBSBackupRequest,
|
|
2435
|
-
DescribeBillingEnableResponse: DescribeBillingEnableResponse,
|
|
2436
2170
|
DestroyInstancesRequest: DestroyInstancesRequest,
|
|
2437
|
-
DescribeBillingEnableRequest: DescribeBillingEnableRequest,
|
|
2438
2171
|
DescribeDBSecurityGroupsRequest: DescribeDBSecurityGroupsRequest,
|
|
2439
|
-
TableColumn: TableColumn,
|
|
2440
2172
|
ModifyDBParametersResponse: ModifyDBParametersResponse,
|
|
2441
2173
|
ModifyInstanceNameRequest: ModifyInstanceNameRequest,
|
|
2442
2174
|
ParamDesc: ParamDesc,
|
|
@@ -2467,7 +2199,6 @@ module.exports = {
|
|
|
2467
2199
|
DatabaseProcedure: DatabaseProcedure,
|
|
2468
2200
|
DBParamValue: DBParamValue,
|
|
2469
2201
|
ParamConstraint: ParamConstraint,
|
|
2470
|
-
ModifyBinlogStatusRequest: ModifyBinlogStatusRequest,
|
|
2471
2202
|
ModifyDBParametersRequest: ModifyDBParametersRequest,
|
|
2472
2203
|
ModifyDBInstanceSecurityGroupsRequest: ModifyDBInstanceSecurityGroupsRequest,
|
|
2473
2204
|
DeleteDBSBackupSetsRequest: DeleteDBSBackupSetsRequest,
|
|
@@ -18,23 +18,17 @@ const models = require("./models");
|
|
|
18
18
|
const AbstractClient = require('../../common/abstract_client')
|
|
19
19
|
const ArchiveLogInterval = models.ArchiveLogInterval;
|
|
20
20
|
const IsolateDBInstanceRequest = models.IsolateDBInstanceRequest;
|
|
21
|
-
const ModifyBinlogStatusResponse = models.ModifyBinlogStatusResponse;
|
|
22
21
|
const DescribeFlowRequest = models.DescribeFlowRequest;
|
|
23
22
|
const ModifyDBSBackupSetCommentResponse = models.ModifyDBSBackupSetCommentResponse;
|
|
24
23
|
const ModifyInstanceNameResponse = models.ModifyInstanceNameResponse;
|
|
25
|
-
const DescribeDatabaseTableRequest = models.DescribeDatabaseTableRequest;
|
|
26
24
|
const ModifyDBInstanceSecurityGroupsResponse = models.ModifyDBInstanceSecurityGroupsResponse;
|
|
27
25
|
const DescribeDBParametersRequest = models.DescribeDBParametersRequest;
|
|
28
|
-
const DescribeDatabaseTableResponse = models.DescribeDatabaseTableResponse;
|
|
29
26
|
const DescribeDatabaseObjectsResponse = models.DescribeDatabaseObjectsResponse;
|
|
30
27
|
const SecurityGroupBound = models.SecurityGroupBound;
|
|
31
28
|
const CreateDBSBackupResponse = models.CreateDBSBackupResponse;
|
|
32
29
|
const CreateDBSBackupRequest = models.CreateDBSBackupRequest;
|
|
33
|
-
const DescribeBillingEnableResponse = models.DescribeBillingEnableResponse;
|
|
34
30
|
const DestroyInstancesRequest = models.DestroyInstancesRequest;
|
|
35
|
-
const DescribeBillingEnableRequest = models.DescribeBillingEnableRequest;
|
|
36
31
|
const DescribeDBSecurityGroupsRequest = models.DescribeDBSecurityGroupsRequest;
|
|
37
|
-
const TableColumn = models.TableColumn;
|
|
38
32
|
const ModifyDBParametersResponse = models.ModifyDBParametersResponse;
|
|
39
33
|
const ModifyInstanceNameRequest = models.ModifyInstanceNameRequest;
|
|
40
34
|
const ParamDesc = models.ParamDesc;
|
|
@@ -65,7 +59,6 @@ const ModifyDBSBackupSetCommentRequest = models.ModifyDBSBackupSetCommentRequest
|
|
|
65
59
|
const DatabaseProcedure = models.DatabaseProcedure;
|
|
66
60
|
const DBParamValue = models.DBParamValue;
|
|
67
61
|
const ParamConstraint = models.ParamConstraint;
|
|
68
|
-
const ModifyBinlogStatusRequest = models.ModifyBinlogStatusRequest;
|
|
69
62
|
const ModifyDBParametersRequest = models.ModifyDBParametersRequest;
|
|
70
63
|
const ModifyDBInstanceSecurityGroupsRequest = models.ModifyDBInstanceSecurityGroupsRequest;
|
|
71
64
|
const DeleteDBSBackupSetsRequest = models.DeleteDBSBackupSetsRequest;
|
|
@@ -93,19 +86,6 @@ class TdmysqlClient extends AbstractClient {
|
|
|
93
86
|
this.request("DescribeDatabaseObjects", req, resp, cb);
|
|
94
87
|
}
|
|
95
88
|
|
|
96
|
-
/**
|
|
97
|
-
* Redundant API, no API calls.
|
|
98
|
-
|
|
99
|
-
This API is used to query table information of a cloud database instance.
|
|
100
|
-
* @param {DescribeDatabaseTableRequest} req
|
|
101
|
-
* @param {function(string, DescribeDatabaseTableResponse):void} cb
|
|
102
|
-
* @public
|
|
103
|
-
*/
|
|
104
|
-
DescribeDatabaseTable(req, cb) {
|
|
105
|
-
let resp = new DescribeDatabaseTableResponse();
|
|
106
|
-
this.request("DescribeDatabaseTable", req, resp, cb);
|
|
107
|
-
}
|
|
108
|
-
|
|
109
89
|
/**
|
|
110
90
|
* This API is used to obtain the current parameter settings of the instance.
|
|
111
91
|
* @param {DescribeDBParametersRequest} req
|
|
@@ -139,19 +119,6 @@ This API is used to query table information of a cloud database instance.
|
|
|
139
119
|
this.request("CancelIsolateDBInstances", req, resp, cb);
|
|
140
120
|
}
|
|
141
121
|
|
|
142
|
-
/**
|
|
143
|
-
* This API is used to entirely overwrite the API feature of ModifyInstanceCdc.
|
|
144
|
-
|
|
145
|
-
Modify the binlog status.
|
|
146
|
-
* @param {ModifyBinlogStatusRequest} req
|
|
147
|
-
* @param {function(string, ModifyBinlogStatusResponse):void} cb
|
|
148
|
-
* @public
|
|
149
|
-
*/
|
|
150
|
-
ModifyBinlogStatus(req, cb) {
|
|
151
|
-
let resp = new ModifyBinlogStatusResponse();
|
|
152
|
-
this.request("ModifyBinlogStatus", req, resp, cb);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
122
|
/**
|
|
156
123
|
* Query recoverable time.
|
|
157
124
|
* @param {DescribeDBSAvailableRecoveryTimeRequest} req
|
|
@@ -163,19 +130,6 @@ Modify the binlog status.
|
|
|
163
130
|
this.request("DescribeDBSAvailableRecoveryTime", req, resp, cb);
|
|
164
131
|
}
|
|
165
132
|
|
|
166
|
-
/**
|
|
167
|
-
* No place to call.
|
|
168
|
-
|
|
169
|
-
This API is used to query whether billing is enabled.
|
|
170
|
-
* @param {DescribeBillingEnableRequest} req
|
|
171
|
-
* @param {function(string, DescribeBillingEnableResponse):void} cb
|
|
172
|
-
* @public
|
|
173
|
-
*/
|
|
174
|
-
DescribeBillingEnable(req, cb) {
|
|
175
|
-
let resp = new DescribeBillingEnableResponse();
|
|
176
|
-
this.request("DescribeBillingEnable", req, resp, cb);
|
|
177
|
-
}
|
|
178
|
-
|
|
179
133
|
/**
|
|
180
134
|
* Modify the backup set remark.
|
|
181
135
|
* @param {ModifyDBSBackupSetCommentRequest} req
|