tencentcloud-sdk-nodejs 4.0.357 → 4.0.358
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 +143 -0
- package/SERVICE_CHANGELOG.md +199 -209
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_models.ts +2 -2
- package/src/services/cme/v20191029/cme_client.ts +2 -0
- package/src/services/cme/v20191029/cme_models.ts +47 -1
- package/src/services/cwp/v20180228/cwp_models.ts +51 -1
- package/src/services/mmps/v20200710/mmps_models.ts +2 -2
- package/src/services/organization/v20210331/organization_models.ts +21 -0
- package/src/services/tse/v20201207/tse_client.ts +31 -4
- package/src/services/tse/v20201207/tse_models.ts +310 -74
- package/src/services/vod/v20180717/vod_client.ts +1 -0
- package/src/services/vod/v20180717/vod_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +16 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +2 -2
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +41 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +41 -1
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +2 -2
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +17 -0
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +9 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +12 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +273 -67
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
- package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +13 -0
- package/test/tse.v20201207.test.js +20 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,146 @@
|
|
|
1
|
+
# Release 4.0.358
|
|
2
|
+
|
|
3
|
+
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
4
|
+
|
|
5
|
+
### 第 49 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-06-10 06:04:57
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增数据结构:
|
|
14
|
+
|
|
15
|
+
* [StreamConnectInputInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#StreamConnectInputInterruptInfo)
|
|
16
|
+
* [StreamConnectOutputInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#StreamConnectOutputInterruptInfo)
|
|
17
|
+
|
|
18
|
+
修改数据结构:
|
|
19
|
+
|
|
20
|
+
* [ProjectStreamConnectStatusChangedEvent](https://cloud.tencent.com/document/api/1156/40360#ProjectStreamConnectStatusChangedEvent)
|
|
21
|
+
|
|
22
|
+
* 新增成员:InputInterruptInfo, OutputInterruptInfo
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
28
|
+
|
|
29
|
+
### 第 43 次发布
|
|
30
|
+
|
|
31
|
+
发布时间:2022-06-10 06:05:46
|
|
32
|
+
|
|
33
|
+
本次发布包含了以下内容:
|
|
34
|
+
|
|
35
|
+
改善已有的文档。
|
|
36
|
+
|
|
37
|
+
修改接口:
|
|
38
|
+
|
|
39
|
+
* [DescribeBashEvents](https://cloud.tencent.com/document/api/296/39594)
|
|
40
|
+
|
|
41
|
+
* 新增入参:Order, By
|
|
42
|
+
|
|
43
|
+
* [DescribeBruteAttackList](https://cloud.tencent.com/document/api/296/56373)
|
|
44
|
+
|
|
45
|
+
* 新增入参:Order, By
|
|
46
|
+
|
|
47
|
+
* [DescribeHostLoginList](https://cloud.tencent.com/document/api/296/60938)
|
|
48
|
+
|
|
49
|
+
* 新增入参:Order, By
|
|
50
|
+
|
|
51
|
+
* [DescribePrivilegeEvents](https://cloud.tencent.com/document/api/296/39591)
|
|
52
|
+
|
|
53
|
+
* 新增入参:Order, By
|
|
54
|
+
|
|
55
|
+
* [DescribeReverseShellEvents](https://cloud.tencent.com/document/api/296/39589)
|
|
56
|
+
|
|
57
|
+
* 新增入参:Order, By
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## 企业组织(organization) 版本:2021-03-31
|
|
63
|
+
|
|
64
|
+
### 第 9 次发布
|
|
65
|
+
|
|
66
|
+
发布时间:2022-06-10 06:11:43
|
|
67
|
+
|
|
68
|
+
本次发布包含了以下内容:
|
|
69
|
+
|
|
70
|
+
改善已有的文档。
|
|
71
|
+
|
|
72
|
+
修改接口:
|
|
73
|
+
|
|
74
|
+
* [DescribeOrganization](https://cloud.tencent.com/document/api/850/67059)
|
|
75
|
+
|
|
76
|
+
* 新增入参:Product
|
|
77
|
+
|
|
78
|
+
* 新增出参:IsAssignManager
|
|
79
|
+
|
|
80
|
+
* [DescribeOrganizationMembers](https://cloud.tencent.com/document/api/850/67220)
|
|
81
|
+
|
|
82
|
+
* 新增入参:AuthName, Product
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## 企业组织(organization) 版本:2018-12-25
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
92
|
+
|
|
93
|
+
### 第 20 次发布
|
|
94
|
+
|
|
95
|
+
发布时间:2022-06-10 06:15:33
|
|
96
|
+
|
|
97
|
+
本次发布包含了以下内容:
|
|
98
|
+
|
|
99
|
+
改善已有的文档。
|
|
100
|
+
|
|
101
|
+
新增接口:
|
|
102
|
+
|
|
103
|
+
* [CreateEngine](https://cloud.tencent.com/document/api/1364/75218)
|
|
104
|
+
* [DeleteEngine](https://cloud.tencent.com/document/api/1364/75217)
|
|
105
|
+
|
|
106
|
+
新增数据结构:
|
|
107
|
+
|
|
108
|
+
* [ApolloEnvParam](https://cloud.tencent.com/document/api/1364/54942#ApolloEnvParam)
|
|
109
|
+
* [EngineAdmin](https://cloud.tencent.com/document/api/1364/54942#EngineAdmin)
|
|
110
|
+
* [InstanceTagInfo](https://cloud.tencent.com/document/api/1364/54942#InstanceTagInfo)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
115
|
+
|
|
116
|
+
### 第 114 次发布
|
|
117
|
+
|
|
118
|
+
发布时间:2022-06-10 06:16:31
|
|
119
|
+
|
|
120
|
+
本次发布包含了以下内容:
|
|
121
|
+
|
|
122
|
+
改善已有的文档。
|
|
123
|
+
|
|
124
|
+
修改接口:
|
|
125
|
+
|
|
126
|
+
* [CreateFlowLog](https://cloud.tencent.com/document/api/215/35015)
|
|
127
|
+
|
|
128
|
+
* 新增入参:CloudLogRegion
|
|
129
|
+
|
|
130
|
+
* [DescribeFlowLogs](https://cloud.tencent.com/document/api/215/35012)
|
|
131
|
+
|
|
132
|
+
* 新增入参:CloudLogRegion
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
修改数据结构:
|
|
136
|
+
|
|
137
|
+
* [FlowLog](https://cloud.tencent.com/document/api/215/15824#FlowLog)
|
|
138
|
+
|
|
139
|
+
* 新增成员:CloudLogRegion
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
1
144
|
# Release 4.0.357
|
|
2
145
|
|
|
3
146
|
## 应用合规平台(acp) 版本:2022-01-05
|