tencentcloud-sdk-nodejs 4.0.288 → 4.0.289
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 +83 -0
- package/SERVICE_CHANGELOG.md +95 -33
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +18 -1
- package/src/services/cdn/v20180606/cdn_client.ts +4 -2
- package/src/services/ecdn/v20191012/ecdn_client.ts +8 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
- package/src/services/ivld/v20210903/ivld_models.ts +10 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +21 -4
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +208 -35
- package/src/services/tcm/v20210413/tcm_models.ts +10 -0
- package/src/services/vpc/v20170312/vpc_client.ts +4 -4
- package/src/services/vpc/v20170312/vpc_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +15 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +3 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +3 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +6 -2
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +6 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +8 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +5 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +6 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +178 -32
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +8 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +4 -4
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +4 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/test/lighthouse.v20200324.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,86 @@
|
|
|
1
|
+
# Release 4.0.289
|
|
2
|
+
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
|
+
|
|
5
|
+
### 第 85 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-02-16 08:02:33
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [ZoneSellConf](https://cloud.tencent.com/document/api/236/15878#ZoneSellConf)
|
|
16
|
+
|
|
17
|
+
* 新增成员:ExClusterStatus, ExClusterRemoteRoZone, ExClusterZoneConf
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 视频智能标签(ivld) 版本:2021-09-03
|
|
23
|
+
|
|
24
|
+
### 第 3 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2022-02-16 08:08:24
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [CustomPersonInfo](https://cloud.tencent.com/document/api/1509/65063#CustomPersonInfo)
|
|
35
|
+
|
|
36
|
+
* 新增成员:ImageInfoSet, CreateTime
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
42
|
+
|
|
43
|
+
### 第 25 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2022-02-16 08:08:43
|
|
46
|
+
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
新增接口:
|
|
52
|
+
|
|
53
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
|
|
54
|
+
|
|
55
|
+
新增数据结构:
|
|
56
|
+
|
|
57
|
+
* [ContainerEnv](https://cloud.tencent.com/document/api/1207/47576#ContainerEnv)
|
|
58
|
+
* [DockerContainerConfiguration](https://cloud.tencent.com/document/api/1207/47576#DockerContainerConfiguration)
|
|
59
|
+
* [DockerContainerPublishPort](https://cloud.tencent.com/document/api/1207/47576#DockerContainerPublishPort)
|
|
60
|
+
* [DockerContainerVolume](https://cloud.tencent.com/document/api/1207/47576#DockerContainerVolume)
|
|
61
|
+
* [LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## 服务网格(tcm) 版本:2021-04-13
|
|
66
|
+
|
|
67
|
+
### 第 4 次发布
|
|
68
|
+
|
|
69
|
+
发布时间:2022-02-16 08:11:56
|
|
70
|
+
|
|
71
|
+
本次发布包含了以下内容:
|
|
72
|
+
|
|
73
|
+
改善已有的文档。
|
|
74
|
+
|
|
75
|
+
修改数据结构:
|
|
76
|
+
|
|
77
|
+
* [AccessLogConfig](https://cloud.tencent.com/document/api/1261/63843#AccessLogConfig)
|
|
78
|
+
|
|
79
|
+
* 新增成员:Encoding, Format
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
1
84
|
# Release 4.0.288
|
|
2
85
|
|
|
3
86
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,33 +1,29 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 85 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-02-
|
|
7
|
+
发布时间:2022-02-16 08:02:33
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1155/68348)
|
|
13
|
+
修改数据结构:
|
|
16
14
|
|
|
17
|
-
|
|
15
|
+
* [ZoneSellConf](https://cloud.tencent.com/document/api/236/15878#ZoneSellConf)
|
|
18
16
|
|
|
17
|
+
* 新增成员:ExClusterStatus, ExClusterRemoteRoZone, ExClusterZoneConf
|
|
19
18
|
|
|
20
|
-
新增数据结构:
|
|
21
19
|
|
|
22
|
-
* [SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetDestroyModeCommandInput)
|
|
23
20
|
|
|
24
21
|
|
|
22
|
+
## 视频智能标签(ivld) 版本:2021-09-03
|
|
25
23
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
### 第 2 次发布
|
|
24
|
+
### 第 3 次发布
|
|
29
25
|
|
|
30
|
-
发布时间:2022-02-
|
|
26
|
+
发布时间:2022-02-16 08:08:24
|
|
31
27
|
|
|
32
28
|
本次发布包含了以下内容:
|
|
33
29
|
|
|
@@ -35,18 +31,18 @@
|
|
|
35
31
|
|
|
36
32
|
修改数据结构:
|
|
37
33
|
|
|
38
|
-
* [
|
|
34
|
+
* [CustomPersonInfo](https://cloud.tencent.com/document/api/1509/65063#CustomPersonInfo)
|
|
39
35
|
|
|
40
|
-
* 新增成员:
|
|
36
|
+
* 新增成员:ImageInfoSet, CreateTime
|
|
41
37
|
|
|
42
38
|
|
|
43
39
|
|
|
44
40
|
|
|
45
|
-
##
|
|
41
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
46
42
|
|
|
47
|
-
### 第
|
|
43
|
+
### 第 25 次发布
|
|
48
44
|
|
|
49
|
-
发布时间:2022-02-
|
|
45
|
+
发布时间:2022-02-16 08:08:43
|
|
50
46
|
|
|
51
47
|
本次发布包含了以下内容:
|
|
52
48
|
|
|
@@ -54,32 +50,33 @@
|
|
|
54
50
|
|
|
55
51
|
新增接口:
|
|
56
52
|
|
|
57
|
-
* [
|
|
53
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
|
|
58
54
|
|
|
55
|
+
新增数据结构:
|
|
59
56
|
|
|
57
|
+
* [ContainerEnv](https://cloud.tencent.com/document/api/1207/47576#ContainerEnv)
|
|
58
|
+
* [DockerContainerConfiguration](https://cloud.tencent.com/document/api/1207/47576#DockerContainerConfiguration)
|
|
59
|
+
* [DockerContainerPublishPort](https://cloud.tencent.com/document/api/1207/47576#DockerContainerPublishPort)
|
|
60
|
+
* [DockerContainerVolume](https://cloud.tencent.com/document/api/1207/47576#DockerContainerVolume)
|
|
61
|
+
* [LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration)
|
|
60
62
|
|
|
61
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
62
63
|
|
|
63
|
-
### 第 9 次发布
|
|
64
64
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
本次发布包含了以下内容:
|
|
68
|
-
|
|
69
|
-
改善已有的文档。
|
|
65
|
+
## 服务网格(tcm) 版本:2021-04-13
|
|
70
66
|
|
|
71
|
-
|
|
67
|
+
### 第 4 次发布
|
|
72
68
|
|
|
73
|
-
|
|
69
|
+
发布时间:2022-02-16 08:11:56
|
|
74
70
|
|
|
75
|
-
|
|
71
|
+
本次发布包含了以下内容:
|
|
76
72
|
|
|
73
|
+
改善已有的文档。
|
|
77
74
|
|
|
78
75
|
修改数据结构:
|
|
79
76
|
|
|
80
|
-
* [
|
|
77
|
+
* [AccessLogConfig](https://cloud.tencent.com/document/api/1261/63843#AccessLogConfig)
|
|
81
78
|
|
|
82
|
-
* 新增成员:
|
|
79
|
+
* 新增成员:Encoding, Format
|
|
83
80
|
|
|
84
81
|
|
|
85
82
|
|
|
@@ -500,7 +497,7 @@
|
|
|
500
497
|
|
|
501
498
|
新增数据结构:
|
|
502
499
|
|
|
503
|
-
* [
|
|
500
|
+
* [SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetDestroyModeCommandInput)
|
|
504
501
|
|
|
505
502
|
### 第 25 次发布
|
|
506
503
|
|
|
@@ -9161,6 +9158,21 @@
|
|
|
9161
9158
|
|
|
9162
9159
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
9163
9160
|
|
|
9161
|
+
### 第 85 次发布
|
|
9162
|
+
|
|
9163
|
+
发布时间:2022-02-16 08:02:33
|
|
9164
|
+
|
|
9165
|
+
本次发布包含了以下内容:
|
|
9166
|
+
|
|
9167
|
+
改善已有的文档。
|
|
9168
|
+
|
|
9169
|
+
修改数据结构:
|
|
9170
|
+
|
|
9171
|
+
* [ZoneSellConf](https://cloud.tencent.com/document/api/236/15878#ZoneSellConf)
|
|
9172
|
+
|
|
9173
|
+
* 新增成员:ExClusterStatus, ExClusterRemoteRoZone, ExClusterZoneConf
|
|
9174
|
+
|
|
9175
|
+
|
|
9164
9176
|
### 第 84 次发布
|
|
9165
9177
|
|
|
9166
9178
|
发布时间:2022-02-14 08:07:04
|
|
@@ -35942,7 +35954,7 @@
|
|
|
35942
35954
|
|
|
35943
35955
|
新增接口:
|
|
35944
35956
|
|
|
35945
|
-
* [
|
|
35957
|
+
* [DescribeGatewaySubDeviceList](https://cloud.tencent.com/document/api/1081/69291)
|
|
35946
35958
|
|
|
35947
35959
|
### 第 40 次发布
|
|
35948
35960
|
|
|
@@ -38158,6 +38170,21 @@
|
|
|
38158
38170
|
|
|
38159
38171
|
## 视频智能标签(ivld) 版本:2021-09-03
|
|
38160
38172
|
|
|
38173
|
+
### 第 3 次发布
|
|
38174
|
+
|
|
38175
|
+
发布时间:2022-02-16 08:08:24
|
|
38176
|
+
|
|
38177
|
+
本次发布包含了以下内容:
|
|
38178
|
+
|
|
38179
|
+
改善已有的文档。
|
|
38180
|
+
|
|
38181
|
+
修改数据结构:
|
|
38182
|
+
|
|
38183
|
+
* [CustomPersonInfo](https://cloud.tencent.com/document/api/1509/65063#CustomPersonInfo)
|
|
38184
|
+
|
|
38185
|
+
* 新增成员:ImageInfoSet, CreateTime
|
|
38186
|
+
|
|
38187
|
+
|
|
38161
38188
|
### 第 2 次发布
|
|
38162
38189
|
|
|
38163
38190
|
发布时间:2022-01-25 16:20:40
|
|
@@ -38582,6 +38609,26 @@
|
|
|
38582
38609
|
|
|
38583
38610
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
38584
38611
|
|
|
38612
|
+
### 第 25 次发布
|
|
38613
|
+
|
|
38614
|
+
发布时间:2022-02-16 08:08:43
|
|
38615
|
+
|
|
38616
|
+
本次发布包含了以下内容:
|
|
38617
|
+
|
|
38618
|
+
改善已有的文档。
|
|
38619
|
+
|
|
38620
|
+
新增接口:
|
|
38621
|
+
|
|
38622
|
+
* [[CreateInstances](https://cloud.tencent.com/document/api/1207/69573)](https://cloud.tencent.com/document/api/#/#)
|
|
38623
|
+
|
|
38624
|
+
新增数据结构:
|
|
38625
|
+
|
|
38626
|
+
* [[ContainerEnv](https://cloud.tencent.com/document/api/1207/47576#ContainerEnv)](https://cloud.tencent.com/document/api/1207/47576#[ContainerEnv](https://cloud.tencent.com/document/api/1207/47576#ContainerEnv))
|
|
38627
|
+
* [[DockerContainerConfiguration](https://cloud.tencent.com/document/api/1207/47576#DockerContainerConfiguration)](https://cloud.tencent.com/document/api/1207/47576#[DockerContainerConfiguration](https://cloud.tencent.com/document/api/1207/47576#DockerContainerConfiguration))
|
|
38628
|
+
* [[DockerContainerPublishPort](https://cloud.tencent.com/document/api/1207/47576#DockerContainerPublishPort)](https://cloud.tencent.com/document/api/1207/47576#[DockerContainerPublishPort](https://cloud.tencent.com/document/api/1207/47576#DockerContainerPublishPort))
|
|
38629
|
+
* [[DockerContainerVolume](https://cloud.tencent.com/document/api/1207/47576#DockerContainerVolume)](https://cloud.tencent.com/document/api/1207/47576#[DockerContainerVolume](https://cloud.tencent.com/document/api/1207/47576#DockerContainerVolume))
|
|
38630
|
+
* [[LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration)](https://cloud.tencent.com/document/api/1207/47576#[LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration))
|
|
38631
|
+
|
|
38585
38632
|
### 第 24 次发布
|
|
38586
38633
|
|
|
38587
38634
|
发布时间:2022-01-11 08:11:43
|
|
@@ -55568,6 +55615,21 @@
|
|
|
55568
55615
|
|
|
55569
55616
|
## 服务网格(tcm) 版本:2021-04-13
|
|
55570
55617
|
|
|
55618
|
+
### 第 4 次发布
|
|
55619
|
+
|
|
55620
|
+
发布时间:2022-02-16 08:11:56
|
|
55621
|
+
|
|
55622
|
+
本次发布包含了以下内容:
|
|
55623
|
+
|
|
55624
|
+
改善已有的文档。
|
|
55625
|
+
|
|
55626
|
+
修改数据结构:
|
|
55627
|
+
|
|
55628
|
+
* [AccessLogConfig](https://cloud.tencent.com/document/api/1261/63843#AccessLogConfig)
|
|
55629
|
+
|
|
55630
|
+
* 新增成员:Encoding, Format
|
|
55631
|
+
|
|
55632
|
+
|
|
55571
55633
|
### 第 3 次发布
|
|
55572
55634
|
|
|
55573
55635
|
发布时间:2022-01-24 08:14:58
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-29 08:03:58 |
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-11-10 08:02:33 |
|
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2021-11-10 08:02:34 |
|
|
21
|
-
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-
|
|
21
|
+
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-02-16 08:01:43 |
|
|
22
22
|
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-01-11 08:03:32 |
|
|
23
23
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
24
24
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-01-18 08:04:56 |
|
|
33
33
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-01-26 08:03:48 |
|
|
34
34
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-02-14 08:06:57 |
|
|
35
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-02-
|
|
36
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-
|
|
35
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-02-16 08:02:33 |
|
|
36
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-02-16 08:02:51 |
|
|
37
37
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-12-24 08:06:33 |
|
|
38
38
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-11 08:03:37 |
|
|
39
39
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-01-17 08:04:37 |
|
|
@@ -68,13 +68,13 @@
|
|
|
68
68
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-01-24 08:09:08 |
|
|
69
69
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-01-20 08:09:25 |
|
|
70
70
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-11-10 08:06:30 |
|
|
71
|
-
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-
|
|
71
|
+
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-02-16 08:05:58 |
|
|
72
72
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-12-06 08:05:41 |
|
|
73
73
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-01-18 08:09:35 |
|
|
74
74
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-01-20 08:09:56 |
|
|
75
75
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-01-17 08:08:00 |
|
|
76
76
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-01-20 08:10:01 |
|
|
77
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-
|
|
77
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-02-16 08:06:32 |
|
|
78
78
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-11 08:07:03 |
|
|
79
79
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-01-21 08:11:28 |
|
|
80
80
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-14 08:10:17 |
|
|
@@ -98,9 +98,9 @@
|
|
|
98
98
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
|
|
99
99
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-24 08:11:21 |
|
|
100
100
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-01-26 08:09:29 |
|
|
101
|
-
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-
|
|
101
|
+
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-02-16 08:08:24 |
|
|
102
102
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-12-24 08:11:42 |
|
|
103
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-02-
|
|
103
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-02-16 08:08:43 |
|
|
104
104
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-25 08:14:02 |
|
|
105
105
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-01-27 10:15:18 |
|
|
106
106
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
|
|
@@ -151,10 +151,10 @@
|
|
|
151
151
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
152
152
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2021-11-10 08:10:55 |
|
|
153
153
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2021-11-10 08:10:55 |
|
|
154
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-
|
|
154
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-02-16 08:11:44 |
|
|
155
155
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
|
|
156
156
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
157
|
-
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-
|
|
157
|
+
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-02-16 08:11:56 |
|
|
158
158
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-12-24 08:15:03 |
|
|
159
159
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-02-15 08:13:53 |
|
|
160
160
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-12-21 08:12:32 |
|
|
183
183
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
|
|
184
184
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-02-14 08:18:44 |
|
|
185
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-
|
|
185
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-16 08:14:11 |
|
|
186
186
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
|
|
187
187
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-01-10 08:18:57 |
|
|
188
188
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.289"
|
|
@@ -1431,7 +1431,7 @@ export interface StartReplicationResponse {
|
|
|
1431
1431
|
*/
|
|
1432
1432
|
export interface ZoneSellConf {
|
|
1433
1433
|
/**
|
|
1434
|
-
* 可用区状态。可能的返回值为:
|
|
1434
|
+
* 可用区状态。可能的返回值为:1-上线;3-停售;4-不展示
|
|
1435
1435
|
*/
|
|
1436
1436
|
Status: number
|
|
1437
1437
|
|
|
@@ -1510,6 +1510,23 @@ export interface ZoneSellConf {
|
|
|
1510
1510
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1511
1511
|
*/
|
|
1512
1512
|
RemoteRoZone: Array<string>
|
|
1513
|
+
|
|
1514
|
+
/**
|
|
1515
|
+
* 独享型可用区状态。可能的返回值为:1-上线;3-停售;4-不展示
|
|
1516
|
+
*/
|
|
1517
|
+
ExClusterStatus: number
|
|
1518
|
+
|
|
1519
|
+
/**
|
|
1520
|
+
* 独享型可支持的跨可用区只读区信息
|
|
1521
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1522
|
+
*/
|
|
1523
|
+
ExClusterRemoteRoZone: Array<string>
|
|
1524
|
+
|
|
1525
|
+
/**
|
|
1526
|
+
* 独享型多可用区信息
|
|
1527
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1528
|
+
*/
|
|
1529
|
+
ExClusterZoneConf: ZoneConf
|
|
1513
1530
|
}
|
|
1514
1531
|
|
|
1515
1532
|
/**
|
|
@@ -373,8 +373,10 @@ export class Client extends AbstractClient {
|
|
|
373
373
|
}
|
|
374
374
|
|
|
375
375
|
/**
|
|
376
|
-
|
|
377
|
-
|
|
376
|
+
* DescribeIpStatus 用于查询域名所在加速平台的边缘节点、回源节点明细。注意事项:边缘节点(edge)尚未全量开放,未在内测名单中的账号不支持调用。
|
|
377
|
+
|
|
378
|
+
>? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/api/228/41954"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
|
|
379
|
+
*/
|
|
378
380
|
async DescribeIpStatus(
|
|
379
381
|
req: DescribeIpStatusRequest,
|
|
380
382
|
cb?: (error: string, rep: DescribeIpStatusResponse) => void
|
|
@@ -247,8 +247,10 @@ export class Client extends AbstractClient {
|
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
/**
|
|
250
|
-
|
|
251
|
-
|
|
250
|
+
* 生成一条子域名解析,提示客户添加到域名解析上,用于泛域名及域名取回校验归属权。
|
|
251
|
+
|
|
252
|
+
>? 若您的业务已迁移至 CDN 控制台,请参考<a href=" https://cloud.tencent.com/document/api/228/48118"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
|
|
253
|
+
*/
|
|
252
254
|
async CreateVerifyRecord(
|
|
253
255
|
req: CreateVerifyRecordRequest,
|
|
254
256
|
cb?: (error: string, rep: CreateVerifyRecordResponse) => void
|
|
@@ -257,8 +259,10 @@ export class Client extends AbstractClient {
|
|
|
257
259
|
}
|
|
258
260
|
|
|
259
261
|
/**
|
|
260
|
-
|
|
261
|
-
|
|
262
|
+
* 本接口(DescribeEcdnDomainStatistics)用于查询指定时间段内的域名访问统计指标。
|
|
263
|
+
|
|
264
|
+
>? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/api/228/30986"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
|
|
265
|
+
*/
|
|
262
266
|
async DescribeEcdnDomainStatistics(
|
|
263
267
|
req: DescribeEcdnDomainStatisticsRequest,
|
|
264
268
|
cb?: (error: string, rep: DescribeEcdnDomainStatisticsResponse) => void
|
|
@@ -108,12 +108,12 @@ export interface FlowApproverInfo {
|
|
|
108
108
|
RecipientId?: string
|
|
109
109
|
|
|
110
110
|
/**
|
|
111
|
-
*
|
|
111
|
+
* 企业签署方工商营业执照上的企业名称,签署方为非发起方企业场景下必传;
|
|
112
112
|
*/
|
|
113
113
|
OrganizationName?: string
|
|
114
114
|
|
|
115
115
|
/**
|
|
116
|
-
*
|
|
116
|
+
* 企业签署方在同一渠道下的其他合作企业OpenId,签署方为非发起方企业场景下必传;
|
|
117
117
|
*/
|
|
118
118
|
OrganizationOpenId?: string
|
|
119
119
|
}
|
|
@@ -25,7 +25,8 @@ import {
|
|
|
25
25
|
DescribeInstancesDeniedActionsRequest,
|
|
26
26
|
DeleteKeyPairsResponse,
|
|
27
27
|
AttachCcnRequest,
|
|
28
|
-
|
|
28
|
+
CreateInstancesRequest,
|
|
29
|
+
DescribeZonesRequest,
|
|
29
30
|
RegionInfo,
|
|
30
31
|
DescribeBlueprintInstancesResponse,
|
|
31
32
|
InstanceDeniedActions,
|
|
@@ -35,6 +36,7 @@ import {
|
|
|
35
36
|
CreateInstanceSnapshotResponse,
|
|
36
37
|
InquirePriceRenewInstancesResponse,
|
|
37
38
|
DeleteFirewallRulesResponse,
|
|
39
|
+
ModifyInstancesAttributeRequest,
|
|
38
40
|
DescribeGeneralResourceQuotasRequest,
|
|
39
41
|
DeleteKeyPairsRequest,
|
|
40
42
|
SystemDisk,
|
|
@@ -76,8 +78,8 @@ import {
|
|
|
76
78
|
InstanceReturnable,
|
|
77
79
|
DescribeInstancesDeniedActionsResponse,
|
|
78
80
|
ModifyDisksAttributeRequest,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
+
DockerContainerPublishPort,
|
|
82
|
+
DescribeSnapshotsDeniedActionsResponse,
|
|
81
83
|
StartInstancesRequest,
|
|
82
84
|
SnapshotDeniedActions,
|
|
83
85
|
DeleteSnapshotsRequest,
|
|
@@ -93,7 +95,7 @@ import {
|
|
|
93
95
|
DeleteBlueprintsResponse,
|
|
94
96
|
ModifyInstancesLoginKeyPairAttributeRequest,
|
|
95
97
|
StopInstancesResponse,
|
|
96
|
-
|
|
98
|
+
CreateInstancesResponse,
|
|
97
99
|
ModifyBlueprintAttributeResponse,
|
|
98
100
|
DescribeFirewallRulesTemplateResponse,
|
|
99
101
|
DescribeRegionsRequest,
|
|
@@ -107,6 +109,7 @@ import {
|
|
|
107
109
|
ResetInstancesPasswordResponse,
|
|
108
110
|
LoginSettings,
|
|
109
111
|
Instance,
|
|
112
|
+
DockerContainerVolume,
|
|
110
113
|
CreateKeyPairResponse,
|
|
111
114
|
DescribeInstanceVncUrlResponse,
|
|
112
115
|
ModifyFirewallRulesResponse,
|
|
@@ -138,6 +141,8 @@ import {
|
|
|
138
141
|
Software,
|
|
139
142
|
DescribeFirewallRulesResponse,
|
|
140
143
|
DescribeInstancesReturnableResponse,
|
|
144
|
+
ContainerEnv,
|
|
145
|
+
FirewallRule,
|
|
141
146
|
DeleteBlueprintsRequest,
|
|
142
147
|
FirewallRuleInfo,
|
|
143
148
|
CreateFirewallRulesResponse,
|
|
@@ -147,7 +152,9 @@ import {
|
|
|
147
152
|
CreateBlueprintResponse,
|
|
148
153
|
PolicyDetail,
|
|
149
154
|
DetachDisksResponse,
|
|
155
|
+
LoginConfiguration,
|
|
150
156
|
DescribeResetInstanceBlueprintsRequest,
|
|
157
|
+
DockerContainerConfiguration,
|
|
151
158
|
ResetAttachCcnResponse,
|
|
152
159
|
ModifyInstancesRenewFlagResponse,
|
|
153
160
|
ApplyInstanceSnapshotRequest,
|
|
@@ -934,6 +941,16 @@ export class Client extends AbstractClient {
|
|
|
934
941
|
return this.request("RebootInstances", req, cb)
|
|
935
942
|
}
|
|
936
943
|
|
|
944
|
+
/**
|
|
945
|
+
* 本接口(CreateInstances)用于创建一个或多个指定套餐的轻量应用服务器实例。
|
|
946
|
+
*/
|
|
947
|
+
async CreateInstances(
|
|
948
|
+
req: CreateInstancesRequest,
|
|
949
|
+
cb?: (error: string, rep: CreateInstancesResponse) => void
|
|
950
|
+
): Promise<CreateInstancesResponse> {
|
|
951
|
+
return this.request("CreateInstances", req, cb)
|
|
952
|
+
}
|
|
953
|
+
|
|
937
954
|
/**
|
|
938
955
|
* 本接口 (CreateBlueprint) 用于创建镜像。
|
|
939
956
|
*/
|