tencentcloud-sdk-nodejs 4.0.500 → 4.0.501
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/CHANGELOG.md +126 -0
- package/SERVICE_CHANGELOG.md +209 -5
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +22 -1
- package/src/services/cat/v20180409/cat_models.ts +24 -4
- package/src/services/cpdp/v20190820/cpdp_models.ts +6 -4
- package/src/services/dts/v20211206/dts_client.ts +24 -0
- package/src/services/dts/v20211206/dts_models.ts +50 -0
- package/src/services/es/v20180416/es_models.ts +6 -0
- package/src/services/ocr/v20181119/ocr_client.ts +4 -2
- package/src/services/ocr/v20181119/ocr_models.ts +10 -0
- package/src/services/tiia/v20190529/tiia_client.ts +57 -15
- package/src/services/tiia/v20190529/tiia_models.ts +16 -10
- package/src/services/tiw/v20190919/tiw_models.ts +10 -0
- package/src/services/vpc/v20170312/vpc_client.ts +21 -7
- package/src/services/vpc/v20170312/vpc_models.ts +21 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +18 -1
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +21 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +5 -3
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +9 -1
- package/tencentcloud/services/dts/v20211206/dts_client.js +12 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +44 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +9 -0
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +48 -6
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +48 -6
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +15 -9
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +9 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +9 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +11 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +19 -1
- package/test/dts.v20211206.test.js +20 -0
- package/test/vpc.v20170312.test.js +12 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,129 @@
|
|
|
1
|
+
# Release 4.0.501
|
|
2
|
+
|
|
3
|
+
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
4
|
+
|
|
5
|
+
### 第 47 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-12-12 01:06:27
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
|
|
16
|
+
|
|
17
|
+
* 新增入参:FilterConvoy
|
|
18
|
+
|
|
19
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
|
|
20
|
+
|
|
21
|
+
* 新增入参:FilterTrialFlag, FilterConvoy
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
修改数据结构:
|
|
25
|
+
|
|
26
|
+
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
27
|
+
|
|
28
|
+
* 新增成员:ConvoyId
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
34
|
+
|
|
35
|
+
### 第 3 次发布
|
|
36
|
+
|
|
37
|
+
发布时间:2022-12-12 01:23:41
|
|
38
|
+
|
|
39
|
+
本次发布包含了以下内容:
|
|
40
|
+
|
|
41
|
+
改善已有的文档。
|
|
42
|
+
|
|
43
|
+
新增接口:
|
|
44
|
+
|
|
45
|
+
* [SkipCheckItem](https://cloud.tencent.com/document/api/571/83864)
|
|
46
|
+
* [SkipSyncCheckItem](https://cloud.tencent.com/document/api/571/83865)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
55
|
+
|
|
56
|
+
### 第 41 次发布
|
|
57
|
+
|
|
58
|
+
发布时间:2022-12-12 01:25:49
|
|
59
|
+
|
|
60
|
+
本次发布包含了以下内容:
|
|
61
|
+
|
|
62
|
+
改善已有的文档。
|
|
63
|
+
|
|
64
|
+
修改数据结构:
|
|
65
|
+
|
|
66
|
+
* [IndexMetaField](https://cloud.tencent.com/document/api/845/30634#IndexMetaField)
|
|
67
|
+
|
|
68
|
+
* 新增成员:IndexDocs
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
74
|
+
|
|
75
|
+
### 第 85 次发布
|
|
76
|
+
|
|
77
|
+
发布时间:2022-12-12 01:39:40
|
|
78
|
+
|
|
79
|
+
本次发布包含了以下内容:
|
|
80
|
+
|
|
81
|
+
改善已有的文档。
|
|
82
|
+
|
|
83
|
+
修改接口:
|
|
84
|
+
|
|
85
|
+
* [SealOCR](https://cloud.tencent.com/document/api/866/45807)
|
|
86
|
+
|
|
87
|
+
* 新增出参:SealShape
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## 互动白板(tiw) 版本:2019-09-19
|
|
93
|
+
|
|
94
|
+
### 第 27 次发布
|
|
95
|
+
|
|
96
|
+
发布时间:2022-12-12 01:52:52
|
|
97
|
+
|
|
98
|
+
本次发布包含了以下内容:
|
|
99
|
+
|
|
100
|
+
改善已有的文档。
|
|
101
|
+
|
|
102
|
+
修改接口:
|
|
103
|
+
|
|
104
|
+
* [CreateTranscode](https://cloud.tencent.com/document/api/1137/40060)
|
|
105
|
+
|
|
106
|
+
* 新增入参:AutoHandleUnsupportedElement
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
112
|
+
|
|
113
|
+
### 第 130 次发布
|
|
114
|
+
|
|
115
|
+
发布时间:2022-12-12 01:57:43
|
|
116
|
+
|
|
117
|
+
本次发布包含了以下内容:
|
|
118
|
+
|
|
119
|
+
改善已有的文档。
|
|
120
|
+
|
|
121
|
+
新增接口:
|
|
122
|
+
|
|
123
|
+
* [ReturnNormalAddresses](https://cloud.tencent.com/document/api/215/83866)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
1
127
|
# Release 4.0.500
|
|
2
128
|
|
|
3
129
|
## 云点播(vod) 版本:2018-07-17
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,40 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 47 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-12-
|
|
7
|
+
发布时间:2022-12-12 01:06:27
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
|
|
16
|
+
|
|
17
|
+
* 新增入参:FilterConvoy
|
|
18
|
+
|
|
19
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
|
|
20
|
+
|
|
21
|
+
* 新增入参:FilterTrialFlag, FilterConvoy
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
修改数据结构:
|
|
25
|
+
|
|
26
|
+
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
27
|
+
|
|
28
|
+
* 新增成员:ConvoyId
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
34
|
+
|
|
35
|
+
### 第 3 次发布
|
|
36
|
+
|
|
37
|
+
发布时间:2022-12-12 01:23:41
|
|
8
38
|
|
|
9
39
|
本次发布包含了以下内容:
|
|
10
40
|
|
|
@@ -12,7 +42,85 @@
|
|
|
12
42
|
|
|
13
43
|
新增接口:
|
|
14
44
|
|
|
15
|
-
* [
|
|
45
|
+
* [SkipCheckItem](https://cloud.tencent.com/document/api/571/83864)
|
|
46
|
+
* [SkipSyncCheckItem](https://cloud.tencent.com/document/api/571/83865)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
55
|
+
|
|
56
|
+
### 第 41 次发布
|
|
57
|
+
|
|
58
|
+
发布时间:2022-12-12 01:25:49
|
|
59
|
+
|
|
60
|
+
本次发布包含了以下内容:
|
|
61
|
+
|
|
62
|
+
改善已有的文档。
|
|
63
|
+
|
|
64
|
+
修改数据结构:
|
|
65
|
+
|
|
66
|
+
* [IndexMetaField](https://cloud.tencent.com/document/api/845/30634#IndexMetaField)
|
|
67
|
+
|
|
68
|
+
* 新增成员:IndexDocs
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
74
|
+
|
|
75
|
+
### 第 85 次发布
|
|
76
|
+
|
|
77
|
+
发布时间:2022-12-12 01:39:40
|
|
78
|
+
|
|
79
|
+
本次发布包含了以下内容:
|
|
80
|
+
|
|
81
|
+
改善已有的文档。
|
|
82
|
+
|
|
83
|
+
修改接口:
|
|
84
|
+
|
|
85
|
+
* [SealOCR](https://cloud.tencent.com/document/api/866/45807)
|
|
86
|
+
|
|
87
|
+
* 新增出参:SealShape
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## 互动白板(tiw) 版本:2019-09-19
|
|
93
|
+
|
|
94
|
+
### 第 27 次发布
|
|
95
|
+
|
|
96
|
+
发布时间:2022-12-12 01:52:52
|
|
97
|
+
|
|
98
|
+
本次发布包含了以下内容:
|
|
99
|
+
|
|
100
|
+
改善已有的文档。
|
|
101
|
+
|
|
102
|
+
修改接口:
|
|
103
|
+
|
|
104
|
+
* [CreateTranscode](https://cloud.tencent.com/document/api/1137/40060)
|
|
105
|
+
|
|
106
|
+
* 新增入参:AutoHandleUnsupportedElement
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
112
|
+
|
|
113
|
+
### 第 130 次发布
|
|
114
|
+
|
|
115
|
+
发布时间:2022-12-12 01:57:43
|
|
116
|
+
|
|
117
|
+
本次发布包含了以下内容:
|
|
118
|
+
|
|
119
|
+
改善已有的文档。
|
|
120
|
+
|
|
121
|
+
新增接口:
|
|
122
|
+
|
|
123
|
+
* [ReturnNormalAddresses](https://cloud.tencent.com/document/api/215/83866)
|
|
16
124
|
|
|
17
125
|
|
|
18
126
|
|
|
@@ -1546,6 +1654,32 @@
|
|
|
1546
1654
|
|
|
1547
1655
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
1548
1656
|
|
|
1657
|
+
### 第 47 次发布
|
|
1658
|
+
|
|
1659
|
+
发布时间:2022-12-12 01:06:27
|
|
1660
|
+
|
|
1661
|
+
本次发布包含了以下内容:
|
|
1662
|
+
|
|
1663
|
+
改善已有的文档。
|
|
1664
|
+
|
|
1665
|
+
修改接口:
|
|
1666
|
+
|
|
1667
|
+
* [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
|
|
1668
|
+
|
|
1669
|
+
* 新增入参:FilterConvoy
|
|
1670
|
+
|
|
1671
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
|
|
1672
|
+
|
|
1673
|
+
* 新增入参:FilterTrialFlag, FilterConvoy
|
|
1674
|
+
|
|
1675
|
+
|
|
1676
|
+
修改数据结构:
|
|
1677
|
+
|
|
1678
|
+
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
1679
|
+
|
|
1680
|
+
* 新增成员:ConvoyId
|
|
1681
|
+
|
|
1682
|
+
|
|
1549
1683
|
### 第 46 次发布
|
|
1550
1684
|
|
|
1551
1685
|
发布时间:2022-11-23 06:03:44
|
|
@@ -36587,6 +36721,19 @@
|
|
|
36587
36721
|
|
|
36588
36722
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
36589
36723
|
|
|
36724
|
+
### 第 3 次发布
|
|
36725
|
+
|
|
36726
|
+
发布时间:2022-12-12 01:23:41
|
|
36727
|
+
|
|
36728
|
+
本次发布包含了以下内容:
|
|
36729
|
+
|
|
36730
|
+
改善已有的文档。
|
|
36731
|
+
|
|
36732
|
+
新增接口:
|
|
36733
|
+
|
|
36734
|
+
* [[SkipCheckItem](https://cloud.tencent.com/document/api/571/83864)](https://cloud.tencent.com/document/api/#/#)
|
|
36735
|
+
* [[SkipSyncCheckItem](https://cloud.tencent.com/document/api/571/83865)](https://cloud.tencent.com/document/api/#/#)
|
|
36736
|
+
|
|
36590
36737
|
### 第 2 次发布
|
|
36591
36738
|
|
|
36592
36739
|
发布时间:2022-12-05 06:45:09
|
|
@@ -40087,6 +40234,21 @@
|
|
|
40087
40234
|
|
|
40088
40235
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
40089
40236
|
|
|
40237
|
+
### 第 41 次发布
|
|
40238
|
+
|
|
40239
|
+
发布时间:2022-12-12 01:25:49
|
|
40240
|
+
|
|
40241
|
+
本次发布包含了以下内容:
|
|
40242
|
+
|
|
40243
|
+
改善已有的文档。
|
|
40244
|
+
|
|
40245
|
+
修改数据结构:
|
|
40246
|
+
|
|
40247
|
+
* [IndexMetaField](https://cloud.tencent.com/document/api/845/30634#IndexMetaField)
|
|
40248
|
+
|
|
40249
|
+
* 新增成员:IndexDocs
|
|
40250
|
+
|
|
40251
|
+
|
|
40090
40252
|
### 第 40 次发布
|
|
40091
40253
|
|
|
40092
40254
|
发布时间:2022-11-17 06:25:50
|
|
@@ -62388,6 +62550,21 @@
|
|
|
62388
62550
|
|
|
62389
62551
|
## 文字识别(ocr) 版本:2018-11-19
|
|
62390
62552
|
|
|
62553
|
+
### 第 85 次发布
|
|
62554
|
+
|
|
62555
|
+
发布时间:2022-12-12 01:39:40
|
|
62556
|
+
|
|
62557
|
+
本次发布包含了以下内容:
|
|
62558
|
+
|
|
62559
|
+
改善已有的文档。
|
|
62560
|
+
|
|
62561
|
+
修改接口:
|
|
62562
|
+
|
|
62563
|
+
* [SealOCR](https://cloud.tencent.com/document/api/866/45807)
|
|
62564
|
+
|
|
62565
|
+
* 新增出参:SealShape
|
|
62566
|
+
|
|
62567
|
+
|
|
62391
62568
|
### 第 84 次发布
|
|
62392
62569
|
|
|
62393
62570
|
发布时间:2022-12-09 01:50:13
|
|
@@ -84595,6 +84772,21 @@
|
|
|
84595
84772
|
|
|
84596
84773
|
## 互动白板(tiw) 版本:2019-09-19
|
|
84597
84774
|
|
|
84775
|
+
### 第 27 次发布
|
|
84776
|
+
|
|
84777
|
+
发布时间:2022-12-12 01:52:52
|
|
84778
|
+
|
|
84779
|
+
本次发布包含了以下内容:
|
|
84780
|
+
|
|
84781
|
+
改善已有的文档。
|
|
84782
|
+
|
|
84783
|
+
修改接口:
|
|
84784
|
+
|
|
84785
|
+
* [CreateTranscode](https://cloud.tencent.com/document/api/1137/40060)
|
|
84786
|
+
|
|
84787
|
+
* 新增入参:AutoHandleUnsupportedElement
|
|
84788
|
+
|
|
84789
|
+
|
|
84598
84790
|
### 第 26 次发布
|
|
84599
84791
|
|
|
84600
84792
|
发布时间:2022-12-07 07:09:41
|
|
@@ -92710,7 +92902,7 @@
|
|
|
92710
92902
|
|
|
92711
92903
|
新增接口:
|
|
92712
92904
|
|
|
92713
|
-
* [
|
|
92905
|
+
* [DescribeFileAttributes](https://cloud.tencent.com/document/api/266/83796)
|
|
92714
92906
|
|
|
92715
92907
|
### 第 130 次发布
|
|
92716
92908
|
|
|
@@ -96310,6 +96502,18 @@
|
|
|
96310
96502
|
|
|
96311
96503
|
## 私有网络(vpc) 版本:2017-03-12
|
|
96312
96504
|
|
|
96505
|
+
### 第 130 次发布
|
|
96506
|
+
|
|
96507
|
+
发布时间:2022-12-12 01:57:43
|
|
96508
|
+
|
|
96509
|
+
本次发布包含了以下内容:
|
|
96510
|
+
|
|
96511
|
+
改善已有的文档。
|
|
96512
|
+
|
|
96513
|
+
新增接口:
|
|
96514
|
+
|
|
96515
|
+
* [[ReturnNormalAddresses](https://cloud.tencent.com/document/api/215/83866)](https://cloud.tencent.com/document/api/#/#)
|
|
96516
|
+
|
|
96313
96517
|
### 第 129 次发布
|
|
96314
96518
|
|
|
96315
96519
|
发布时间:2022-11-22 07:10:00
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-11-14 06:09:18 |
|
|
9
9
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
|
|
10
10
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-11-16 06:07:01 |
|
|
11
|
-
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2022-12-
|
|
11
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2022-12-12 01:06:27 |
|
|
12
12
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
13
13
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
14
14
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-11-22 06:12:35 |
|
|
37
37
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-11-18 06:12:01 |
|
|
38
38
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-10-31 06:12:52 |
|
|
39
|
-
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-
|
|
39
|
+
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
|
|
40
40
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-10-27 06:14:10 |
|
|
41
41
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-12-08 01:17:22 |
|
|
42
42
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-12-09 01:15:21 |
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-12-05 06:32:09 |
|
|
62
62
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
|
|
63
63
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
64
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-
|
|
64
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-12 01:17:00 |
|
|
65
65
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
66
66
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-07 06:29:50 |
|
|
67
67
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-11-17 06:19:07 |
|
|
@@ -80,15 +80,15 @@
|
|
|
80
80
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
81
81
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2022-10-31 06:27:09 |
|
|
82
82
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
83
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-12-
|
|
83
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-12-12 01:23:41 |
|
|
84
84
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
|
|
85
85
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
86
86
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
87
87
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-09-09 06:24:10 |
|
|
88
88
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
89
89
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
90
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-12-
|
|
91
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-
|
|
90
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-12-12 01:25:33 |
|
|
91
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-12 01:25:49 |
|
|
92
92
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-09 15:06:24 |
|
|
93
93
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-12-09 15:06:08 |
|
|
94
94
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2022-09-29 06:34:25 |
|
|
112
112
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
|
|
113
113
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
|
|
114
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-
|
|
114
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-12 01:29:57 |
|
|
115
115
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
116
116
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-12-05 06:57:57 |
|
|
117
117
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-12-09 01:49:39 |
|
|
140
140
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
141
141
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-11-24 06:45:29 |
|
|
142
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-12-
|
|
142
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-12-12 01:39:40 |
|
|
143
143
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-12-07 06:54:25 |
|
|
144
144
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-11-17 06:38:25 |
|
|
145
145
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -193,9 +193,9 @@
|
|
|
193
193
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
194
194
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
195
195
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
196
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-12-
|
|
196
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-12-12 01:52:02 |
|
|
197
197
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-12-08 01:49:46 |
|
|
198
|
-
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-12-
|
|
198
|
+
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-12-12 01:52:52 |
|
|
199
199
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-12-08 01:50:31 |
|
|
200
200
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
201
201
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
|
|
212
212
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
213
213
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-12-09 10:06:16 |
|
|
214
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-12-
|
|
214
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-12-12 01:57:43 |
|
|
215
215
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-12-09 02:16:48 |
|
|
216
216
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
217
217
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-07 07:21:53 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.501"
|
|
@@ -700,6 +700,16 @@ export interface DescribeListBGPInstancesRequest {
|
|
|
700
700
|
* 标签搜索
|
|
701
701
|
*/
|
|
702
702
|
FilterTag?: TagFilter
|
|
703
|
+
|
|
704
|
+
/**
|
|
705
|
+
* 试用资源搜索,1: 应急防护资源;2:PLG试用资源
|
|
706
|
+
*/
|
|
707
|
+
FilterTrialFlag?: number
|
|
708
|
+
|
|
709
|
+
/**
|
|
710
|
+
* 重保护航搜索
|
|
711
|
+
*/
|
|
712
|
+
FilterConvoy?: number
|
|
703
713
|
}
|
|
704
714
|
|
|
705
715
|
/**
|
|
@@ -1301,7 +1311,7 @@ export interface DescribeListBGPIPInstancesRequest {
|
|
|
1301
1311
|
FilterDamDDoSStatus?: number
|
|
1302
1312
|
|
|
1303
1313
|
/**
|
|
1304
|
-
* 获取特定状态的资源,运行中填idle,攻击中填attacking,封堵中填blocking
|
|
1314
|
+
* 获取特定状态的资源,运行中填idle,攻击中填attacking,封堵中填blocking,试用资源填trial
|
|
1305
1315
|
*/
|
|
1306
1316
|
FilterStatus?: string
|
|
1307
1317
|
|
|
@@ -1324,6 +1334,11 @@ export interface DescribeListBGPIPInstancesRequest {
|
|
|
1324
1334
|
* 按照套餐类型进行过滤
|
|
1325
1335
|
*/
|
|
1326
1336
|
FilterPackType?: Array<string>
|
|
1337
|
+
|
|
1338
|
+
/**
|
|
1339
|
+
* 重保护航搜索
|
|
1340
|
+
*/
|
|
1341
|
+
FilterConvoy?: number
|
|
1327
1342
|
}
|
|
1328
1343
|
|
|
1329
1344
|
/**
|
|
@@ -2830,6 +2845,12 @@ export interface BGPIPInstance {
|
|
|
2830
2845
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2831
2846
|
*/
|
|
2832
2847
|
InstanceVersion: number
|
|
2848
|
+
|
|
2849
|
+
/**
|
|
2850
|
+
* 重保实例
|
|
2851
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2852
|
+
*/
|
|
2853
|
+
ConvoyId: string
|
|
2833
2854
|
}
|
|
2834
2855
|
|
|
2835
2856
|
/**
|
|
@@ -553,8 +553,16 @@ export interface ProbeTask {
|
|
|
553
553
|
TaskId: string
|
|
554
554
|
|
|
555
555
|
/**
|
|
556
|
-
|
|
557
|
-
|
|
556
|
+
* 拨测类型
|
|
557
|
+
<li>1 = 页面浏览</li>
|
|
558
|
+
<li> 2 =文件上传 </li>
|
|
559
|
+
<li> 3 = 文件下载</li>
|
|
560
|
+
<li> 4 = 端口性能 </li>
|
|
561
|
+
<li> 5 = 网络质量 </li>
|
|
562
|
+
<li> 6 =流媒体 </li>
|
|
563
|
+
|
|
564
|
+
即时拨测只支持页面浏览,网络质量,文件下载
|
|
565
|
+
*/
|
|
558
566
|
TaskType: number
|
|
559
567
|
|
|
560
568
|
/**
|
|
@@ -573,8 +581,18 @@ export interface ProbeTask {
|
|
|
573
581
|
Parameters: string
|
|
574
582
|
|
|
575
583
|
/**
|
|
576
|
-
|
|
577
|
-
|
|
584
|
+
* 任务状态
|
|
585
|
+
<li>1 = 创建中</li>
|
|
586
|
+
<li> 2 = 运行中 </li>
|
|
587
|
+
<li> 3 = 运行异常 </li>
|
|
588
|
+
<li> 4 = 暂停中 </li>
|
|
589
|
+
<li> 5 = 暂停异常 </li>
|
|
590
|
+
<li> 6 = 任务暂停 </li>
|
|
591
|
+
<li> 7 = 任务删除中 </li>
|
|
592
|
+
<li> 8 = 任务删除异常 </li>
|
|
593
|
+
<li> 9 = 任务删除</li>
|
|
594
|
+
<li> 10 = 定时任务暂停中 </li>
|
|
595
|
+
*/
|
|
578
596
|
Status: number
|
|
579
597
|
|
|
580
598
|
/**
|
|
@@ -616,6 +634,8 @@ export interface ProbeTask {
|
|
|
616
634
|
|
|
617
635
|
/**
|
|
618
636
|
* 定时任务启动状态
|
|
637
|
+
<li>1 = 定时任务表达式生效</li>
|
|
638
|
+
<li> 2 = 定时任务表达式未生效(一般为任务手动暂停)</li>
|
|
619
639
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
620
640
|
*/
|
|
621
641
|
CronState: number
|
|
@@ -3568,18 +3568,20 @@ export interface DistributeAddReceiverRequest {
|
|
|
3568
3568
|
*/
|
|
3569
3569
|
export interface QueryFinancialDataUrlRequest {
|
|
3570
3570
|
/**
|
|
3571
|
-
* 数据查询范围:结束时间
|
|
3571
|
+
* 数据查询范围:结束时间 yyyy-MM-dd HH:mm:ss
|
|
3572
3572
|
*/
|
|
3573
3573
|
EndTime: string
|
|
3574
3574
|
|
|
3575
3575
|
/**
|
|
3576
|
-
* 数据查询范围:开始时间
|
|
3576
|
+
* 数据查询范围:开始时间 yyyy-MM-dd HH:mm:ss
|
|
3577
3577
|
*/
|
|
3578
3578
|
StartTime: string
|
|
3579
3579
|
|
|
3580
3580
|
/**
|
|
3581
|
-
|
|
3582
|
-
|
|
3581
|
+
* 数据类型:ADDED_INVOICE_REPORT 增值税开票数据,NATURAL_FINANCE_REPORT 自然人金融数据,
|
|
3582
|
+
NATURAL_FINANCE_REPORT_BY_TIME 按次报税数据导出,
|
|
3583
|
+
NATURAL_FINANCE_REPORT_STAT_BY_DAY 按日累计报税数据导出
|
|
3584
|
+
*/
|
|
3583
3585
|
DataType: string
|
|
3584
3586
|
}
|
|
3585
3587
|
|
|
@@ -25,6 +25,7 @@ import {
|
|
|
25
25
|
StartMigrateJobRequest,
|
|
26
26
|
StepTip,
|
|
27
27
|
DestroyMigrateJobRequest,
|
|
28
|
+
SkipCheckItemResponse,
|
|
28
29
|
ResizeSyncJobResponse,
|
|
29
30
|
ResumeMigrateJobResponse,
|
|
30
31
|
DifferenceItem,
|
|
@@ -71,6 +72,8 @@ import {
|
|
|
71
72
|
SkippedItem,
|
|
72
73
|
DestroyMigrateJobResponse,
|
|
73
74
|
ProcessProgress,
|
|
75
|
+
SkipSyncCheckItemRequest,
|
|
76
|
+
SkipSyncCheckItemResponse,
|
|
74
77
|
IsolateSyncJobResponse,
|
|
75
78
|
CreateMigrateCheckJobRequest,
|
|
76
79
|
DescribeMigrationJobsRequest,
|
|
@@ -104,6 +107,7 @@ import {
|
|
|
104
107
|
StartCompareResponse,
|
|
105
108
|
CreateCompareTaskResponse,
|
|
106
109
|
StopCompareResponse,
|
|
110
|
+
SkipCheckItemRequest,
|
|
107
111
|
CompareAbstractInfo,
|
|
108
112
|
CheckStep,
|
|
109
113
|
CompareTaskItem,
|
|
@@ -330,6 +334,16 @@ export class Client extends AbstractClient {
|
|
|
330
334
|
return this.request("DescribeMigrateDBInstances", req, cb)
|
|
331
335
|
}
|
|
332
336
|
|
|
337
|
+
/**
|
|
338
|
+
* 本接口用于校验检查项不通过后,可进行跳过此校验项操作,后端将不再校验该项。任何校验步骤都是不应该跳过的,通过校验是能正确执行的前置条件。支持跳过的产品及链路的校验项可 [参考文档](https://cloud.tencent.com/document/product/571/61639)。
|
|
339
|
+
*/
|
|
340
|
+
async SkipCheckItem(
|
|
341
|
+
req: SkipCheckItemRequest,
|
|
342
|
+
cb?: (error: string, rep: SkipCheckItemResponse) => void
|
|
343
|
+
): Promise<SkipCheckItemResponse> {
|
|
344
|
+
return this.request("SkipCheckItem", req, cb)
|
|
345
|
+
}
|
|
346
|
+
|
|
333
347
|
/**
|
|
334
348
|
* 校验迁移任务,
|
|
335
349
|
在开始迁移前, 必须调用本接口创建校验迁移任务, 且校验成功后才能开始迁移. 校验的结果可以通过DescribeMigrationCheckJob查看,
|
|
@@ -363,6 +377,16 @@ export class Client extends AbstractClient {
|
|
|
363
377
|
return this.request("DescribeCompareTasks", req, cb)
|
|
364
378
|
}
|
|
365
379
|
|
|
380
|
+
/**
|
|
381
|
+
* 本接口用于校验检查项不通过后,可进行跳过此校验项操作,后端将不再校验该项。任何校验步骤都是不应该跳过的,通过校验是能正确执行的前置条件。支持跳过的产品及链路的校验项可 [参考文档](https://cloud.tencent.com/document/product/571/61639)。
|
|
382
|
+
*/
|
|
383
|
+
async SkipSyncCheckItem(
|
|
384
|
+
req: SkipSyncCheckItemRequest,
|
|
385
|
+
cb?: (error: string, rep: SkipSyncCheckItemResponse) => void
|
|
386
|
+
): Promise<SkipSyncCheckItemResponse> {
|
|
387
|
+
return this.request("SkipSyncCheckItem", req, cb)
|
|
388
|
+
}
|
|
389
|
+
|
|
366
390
|
/**
|
|
367
391
|
* 查询数据迁移任务列表
|
|
368
392
|
*/
|