tencentcloud-sdk-nodejs 4.0.341 → 4.0.342
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 +137 -0
- package/SERVICE_CHANGELOG.md +239 -173
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_client.ts +47 -32
- package/src/services/apm/v20210622/apm_models.ts +310 -195
- package/src/services/cdn/v20180606/cdn_models.ts +2 -2
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -1
- package/src/services/cpdp/v20190820/cpdp_models.ts +17 -9
- package/src/services/redis/v20180412/redis_models.ts +5 -0
- package/src/services/sts/v20180813/sts_client.ts +1 -0
- package/src/services/sts/v20180813/sts_models.ts +23 -3
- package/src/services/teo/v20220106/teo_client.ts +23 -10
- package/src/services/teo/v20220106/teo_models.ts +130 -9
- package/src/services/tke/v20180525/tke_client.ts +498 -270
- package/src/services/tke/v20180525/tke_models.ts +4357 -4017
- package/src/services/tmt/v20180321/tmt_client.ts +61 -33
- package/src/services/tmt/v20180321/tmt_models.ts +285 -131
- package/src/services/trtc/v20190722/trtc_models.ts +6 -6
- package/src/services/vod/v20180717/vod_models.ts +13 -6
- package/src/services/vpc/v20170312/vpc_client.ts +36 -12
- package/src/services/vpc/v20170312/vpc_models.ts +40 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +14 -9
- package/tencentcloud/services/apm/v20210622/apm_client.js +19 -12
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +267 -169
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -2
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +14 -6
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +4 -0
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +20 -3
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +9 -5
- package/tencentcloud/services/teo/v20220106/teo_client.js +12 -6
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +108 -4
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +87 -11
- package/tencentcloud/services/tke/v20180525/tke_client.js +129 -15
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +3903 -3606
- package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +23 -13
- package/tencentcloud/services/tmt/v20180321/tmt_client.js +31 -17
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +259 -123
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -6
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -6
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +13 -5
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +18 -6
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +36 -0
- package/test/apm.v20210622.test.js +18 -8
- package/test/teo.v20220106.test.js +14 -4
- package/test/tke.v20180525.test.js +200 -10
- package/test/tmt.v20180321.test.js +28 -8
- package/test/vpc.v20170312.test.js +24 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,140 @@
|
|
|
1
|
+
# Release 4.0.342
|
|
2
|
+
|
|
3
|
+
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
4
|
+
|
|
5
|
+
### 第 45 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-05-18 06:15:32
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/239/20026)
|
|
16
|
+
|
|
17
|
+
* 新增入参:DryRun
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 安全凭证服务(sts) 版本:2018-08-13
|
|
23
|
+
|
|
24
|
+
### 第 9 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2022-05-18 06:16:35
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [AssumeRole](https://cloud.tencent.com/document/api/1312/48197)
|
|
35
|
+
|
|
36
|
+
* 新增入参:Tags
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
新增数据结构:
|
|
40
|
+
|
|
41
|
+
* [Tag](https://cloud.tencent.com/document/api/1312/48198#Tag)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
46
|
+
|
|
47
|
+
### 第 4 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2022-05-18 06:18:03
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
新增接口:
|
|
56
|
+
|
|
57
|
+
* [DownloadL7Logs](https://cloud.tencent.com/document/api/1552/73899)
|
|
58
|
+
|
|
59
|
+
新增数据结构:
|
|
60
|
+
|
|
61
|
+
* [L7OfflineLog](https://cloud.tencent.com/document/api/1552/73155#L7OfflineLog)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
66
|
+
|
|
67
|
+
### 第 99 次发布
|
|
68
|
+
|
|
69
|
+
发布时间:2022-05-18 06:18:26
|
|
70
|
+
|
|
71
|
+
本次发布包含了以下内容:
|
|
72
|
+
|
|
73
|
+
改善已有的文档。
|
|
74
|
+
|
|
75
|
+
新增接口:
|
|
76
|
+
|
|
77
|
+
* [CreatePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73918)
|
|
78
|
+
* [CreatePrometheusTemp](https://cloud.tencent.com/document/api/457/73917)
|
|
79
|
+
* [DeletePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73916)
|
|
80
|
+
* [DeletePrometheusTemp](https://cloud.tencent.com/document/api/457/73915)
|
|
81
|
+
* [DeletePrometheusTempSync](https://cloud.tencent.com/document/api/457/73914)
|
|
82
|
+
* [DescribePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73913)
|
|
83
|
+
* [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/457/73912)
|
|
84
|
+
* [DescribePrometheusInstancesOverview](https://cloud.tencent.com/document/api/457/73911)
|
|
85
|
+
* [DescribePrometheusRecordRules](https://cloud.tencent.com/document/api/457/73910)
|
|
86
|
+
* [DescribePrometheusTemp](https://cloud.tencent.com/document/api/457/73909)
|
|
87
|
+
* [DescribePrometheusTempSync](https://cloud.tencent.com/document/api/457/73908)
|
|
88
|
+
* [DisableClusterAudit](https://cloud.tencent.com/document/api/457/73901)
|
|
89
|
+
* [DisableEventPersistence](https://cloud.tencent.com/document/api/457/73905)
|
|
90
|
+
* [EnableClusterAudit](https://cloud.tencent.com/document/api/457/73900)
|
|
91
|
+
* [EnableEventPersistence](https://cloud.tencent.com/document/api/457/73904)
|
|
92
|
+
* [InstallLogAgent](https://cloud.tencent.com/document/api/457/73903)
|
|
93
|
+
* [ModifyPrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73907)
|
|
94
|
+
* [SyncPrometheusTemp](https://cloud.tencent.com/document/api/457/73906)
|
|
95
|
+
* [UninstallLogAgent](https://cloud.tencent.com/document/api/457/73902)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
## 机器翻译(tmt) 版本:2018-03-21
|
|
100
|
+
|
|
101
|
+
### 第 7 次发布
|
|
102
|
+
|
|
103
|
+
发布时间:2022-05-18 06:19:05
|
|
104
|
+
|
|
105
|
+
本次发布包含了以下内容:
|
|
106
|
+
|
|
107
|
+
改善已有的文档。
|
|
108
|
+
|
|
109
|
+
新增接口:
|
|
110
|
+
|
|
111
|
+
* [FileTranslate](https://cloud.tencent.com/document/api/551/73920)
|
|
112
|
+
* [GetFileTranslate](https://cloud.tencent.com/document/api/551/73919)
|
|
113
|
+
|
|
114
|
+
新增数据结构:
|
|
115
|
+
|
|
116
|
+
* [GetFileTranslateData](https://cloud.tencent.com/document/api/551/17233#GetFileTranslateData)
|
|
117
|
+
* [Task](https://cloud.tencent.com/document/api/551/17233#Task)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
122
|
+
|
|
123
|
+
### 第 112 次发布
|
|
124
|
+
|
|
125
|
+
发布时间:2022-05-18 06:20:08
|
|
126
|
+
|
|
127
|
+
本次发布包含了以下内容:
|
|
128
|
+
|
|
129
|
+
改善已有的文档。
|
|
130
|
+
|
|
131
|
+
新增接口:
|
|
132
|
+
|
|
133
|
+
* [DisableFlowLogs](https://cloud.tencent.com/document/api/215/73922)
|
|
134
|
+
* [EnableFlowLogs](https://cloud.tencent.com/document/api/215/73921)
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
1
138
|
# Release 4.0.341
|
|
2
139
|
|
|
3
140
|
## DDoS 防护(antiddos) 版本:2020-03-09
|