tencentcloud-sdk-nodejs 4.0.657 → 4.0.658

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.
Files changed (39) hide show
  1. package/CHANGELOG.md +104 -0
  2. package/SERVICE_CHANGELOG.md +249 -357
  3. package/package.json +1 -1
  4. package/products.md +12 -12
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_client.ts +36 -0
  7. package/src/services/cdb/v20170320/cdb_models.ts +80 -2
  8. package/src/services/clb/v20180317/clb_models.ts +1 -1
  9. package/src/services/cwp/v20180228/cwp_models.ts +2 -2
  10. package/src/services/dlc/v20210125/dlc_client.ts +16 -2
  11. package/src/services/dlc/v20210125/dlc_models.ts +224 -114
  12. package/src/services/gme/v20180711/gme_client.ts +6 -5
  13. package/src/services/sqlserver/v20180328/sqlserver_models.ts +1 -1
  14. package/src/services/tke/v20180525/tke_client.ts +1 -0
  15. package/src/services/tke/v20180525/tke_models.ts +26 -6
  16. package/src/services/tse/v20201207/tse_models.ts +1 -0
  17. package/src/services/vpc/v20170312/vpc_client.ts +95 -23
  18. package/src/services/vpc/v20170312/vpc_models.ts +216 -98
  19. package/tencentcloud/common/sdk_version.d.ts +1 -1
  20. package/tencentcloud/common/sdk_version.js +1 -1
  21. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +13 -1
  22. package/tencentcloud/services/cdb/v20170320/cdb_client.js +18 -0
  23. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +74 -2
  24. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  25. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +2 -2
  26. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  27. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  28. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +220 -114
  29. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +6 -5
  30. package/tencentcloud/services/gme/v20180711/gme_client.js +6 -5
  31. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +1 -1
  32. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +25 -6
  33. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1 -0
  34. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +31 -7
  35. package/tencentcloud/services/vpc/v20170312/vpc_client.js +45 -9
  36. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +204 -98
  37. package/test/cdb.v20170320.test.js +30 -0
  38. package/test/dlc.v20210125.test.js +10 -0
  39. package/test/vpc.v20170312.test.js +66 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,107 @@
1
+ # Release 4.0.658
2
+
3
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
4
+
5
+ ### 第 141 次发布
6
+
7
+ 发布时间:2023-08-07 01:07:06
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeCpuExpandStrategy](https://cloud.tencent.com/document/api/236/96018)
16
+ * [StartCpuExpand](https://cloud.tencent.com/document/api/236/96017)
17
+ * [StopCpuExpand](https://cloud.tencent.com/document/api/236/96016)
18
+
19
+
20
+
21
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
22
+
23
+ ### 第 58 次发布
24
+
25
+ 发布时间:2023-08-07 01:10:42
26
+
27
+ 本次发布包含了以下内容:
28
+
29
+ 改善已有的文档。
30
+
31
+ 新增接口:
32
+
33
+ * [DescribeUserRoles](https://cloud.tencent.com/document/api/1342/96019)
34
+
35
+ 新增数据结构:
36
+
37
+ * [CosPermission](https://cloud.tencent.com/document/api/1342/53778#CosPermission)
38
+ * [UserRole](https://cloud.tencent.com/document/api/1342/53778#UserRole)
39
+
40
+
41
+
42
+ ## 容器服务(tke) 版本:2018-05-25
43
+
44
+ ### 第 160 次发布
45
+
46
+ 发布时间:2023-08-07 01:18:30
47
+
48
+ 本次发布包含了以下内容:
49
+
50
+ 改善已有的文档。
51
+
52
+ 修改接口:
53
+
54
+ * [ModifyClusterAttribute](https://cloud.tencent.com/document/api/457/42938)
55
+
56
+ * 新增入参:ClusterProperty
57
+
58
+ * 新增出参:ClusterProperty
59
+
60
+
61
+ 新增数据结构:
62
+
63
+ * [ClusterProperty](https://cloud.tencent.com/document/api/457/31866#ClusterProperty)
64
+
65
+
66
+
67
+ ## 微服务引擎 TSE(tse) 版本:2020-12-07
68
+
69
+ ### 第 37 次发布
70
+
71
+ 发布时间:2023-08-07 01:19:09
72
+
73
+ 本次发布包含了以下内容:
74
+
75
+ 改善已有的文档。
76
+
77
+ 修改数据结构:
78
+
79
+ * [KongRoutePreview](https://cloud.tencent.com/document/api/1364/54942#KongRoutePreview)
80
+
81
+
82
+
83
+
84
+ ## 私有网络(vpc) 版本:2017-03-12
85
+
86
+ ### 第 163 次发布
87
+
88
+ 发布时间:2023-08-07 01:19:59
89
+
90
+ 本次发布包含了以下内容:
91
+
92
+ 改善已有的文档。
93
+
94
+ 新增接口:
95
+
96
+ * [AcceptVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96026)
97
+ * [CreateVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96025)
98
+ * [DeleteVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96024)
99
+ * [DescribeVpcPeeringConnections](https://cloud.tencent.com/document/api/215/96023)
100
+ * [ModifyVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96022)
101
+ * [RejectVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96021)
102
+
103
+
104
+
1
105
  # Release 4.0.657
2
106
 
3
107
  ## 业务风险情报(bri) 版本:2019-03-28