tencentcloud-sdk-nodejs 4.0.755 → 4.0.756

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 (65) hide show
  1. package/CHANGELOG.md +147 -0
  2. package/SERVICE_CHANGELOG.md +217 -51
  3. package/package.json +1 -1
  4. package/products.md +14 -13
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdwdoris/index.ts +5 -0
  7. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +73 -0
  8. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +498 -0
  9. package/src/services/cdwdoris/v20211228/index.ts +6 -0
  10. package/src/services/csip/v20221121/csip_client.ts +15 -2
  11. package/src/services/csip/v20221121/csip_models.ts +173 -20
  12. package/src/services/domain/v20180808/domain_models.ts +11 -11
  13. package/src/services/ess/v20201111/ess_models.ts +12 -7
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +6 -3
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +37 -36
  16. package/src/services/index.ts +1 -0
  17. package/src/services/lcic/v20220817/lcic_models.ts +6 -1
  18. package/src/services/monitor/v20180724/monitor_client.ts +5 -5
  19. package/src/services/monitor/v20180724/monitor_models.ts +30 -21
  20. package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
  21. package/src/services/pts/v20210728/pts_models.ts +29 -29
  22. package/src/services/ssm/v20190923/ssm_models.ts +15 -9
  23. package/src/services/tcr/v20190924/tcr_client.ts +4 -19
  24. package/src/services/tcr/v20190924/tcr_models.ts +36 -126
  25. package/src/services/tke/v20180525/tke_client.ts +46 -22
  26. package/src/services/tke/v20180525/tke_models.ts +65 -0
  27. package/src/services/waf/v20180125/waf_models.ts +4 -4
  28. package/tencentcloud/common/sdk_version.d.ts +1 -1
  29. package/tencentcloud/common/sdk_version.js +1 -1
  30. package/tencentcloud/services/cdwdoris/index.d.ts +6 -0
  31. package/tencentcloud/services/cdwdoris/index.js +7 -0
  32. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +22 -0
  33. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +49 -0
  34. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +470 -0
  35. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.js +18 -0
  36. package/tencentcloud/services/cdwdoris/v20211228/index.d.ts +6 -0
  37. package/tencentcloud/services/cdwdoris/v20211228/index.js +9 -0
  38. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
  39. package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
  40. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +170 -20
  41. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
  42. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +12 -7
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -2
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +5 -2
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +37 -36
  46. package/tencentcloud/services/index.d.ts +1 -0
  47. package/tencentcloud/services/index.js +2 -0
  48. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +6 -1
  49. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -5
  50. package/tencentcloud/services/monitor/v20180724/monitor_client.js +5 -5
  51. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +30 -21
  52. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
  53. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +29 -29
  54. package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +15 -9
  55. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +1 -7
  56. package/tencentcloud/services/tcr/v20190924/tcr_client.js +0 -8
  57. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +36 -123
  58. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +17 -9
  59. package/tencentcloud/services/tke/v20180525/tke_client.js +24 -12
  60. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +61 -0
  61. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4 -4
  62. package/test/cdwdoris.v20211228.test.js +51 -0
  63. package/test/csip.v20221121.test.js +10 -0
  64. package/test/tcr.v20190924.test.js +0 -10
  65. package/test/tke.v20180525.test.js +34 -14
package/CHANGELOG.md CHANGED
@@ -1,3 +1,150 @@
1
+ # Release 4.0.756
2
+
3
+ ## 云安全一体化平台(csip) 版本:2022-11-21
4
+
5
+ ### 第 25 次发布
6
+
7
+ 发布时间:2023-12-12 01:27:48
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeNICAssets](https://cloud.tencent.com/document/api/664/102406)
16
+
17
+ 新增数据结构:
18
+
19
+ * [NICAsset](https://cloud.tencent.com/document/api/664/90825#NICAsset)
20
+
21
+
22
+
23
+ ## 域名注册(domain) 版本:2018-08-08
24
+
25
+ ### 第 28 次发布
26
+
27
+ 发布时间:2023-12-12 01:41:31
28
+
29
+ 本次发布包含了以下内容:
30
+
31
+ 改善已有的文档。
32
+
33
+ 修改数据结构:
34
+
35
+ * [TemplateInfo](https://cloud.tencent.com/document/api/242/38895#TemplateInfo)
36
+
37
+ * <font color="#dd0000">**修改成员**:</font>IsBlack
38
+
39
+
40
+
41
+
42
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
43
+
44
+ ### 第 140 次发布
45
+
46
+ 发布时间:2023-12-12 01:48:23
47
+
48
+ 本次发布包含了以下内容:
49
+
50
+ 改善已有的文档。
51
+
52
+ 修改接口:
53
+
54
+ * [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
55
+
56
+ * 新增入参:FlowGroupId
57
+
58
+ * <font color="#dd0000">**修改入参**:</font>FlowIds
59
+
60
+
61
+
62
+
63
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
64
+
65
+ ### 第 141 次发布
66
+
67
+ 发布时间:2023-12-12 01:49:27
68
+
69
+ 本次发布包含了以下内容:
70
+
71
+ 改善已有的文档。
72
+
73
+ 修改接口:
74
+
75
+ * [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
76
+
77
+ * 新增入参:FlowGroupId
78
+
79
+ * <font color="#dd0000">**修改入参**:</font>FlowIds
80
+
81
+ * [ChannelCreatePreparedPersonalEsign](https://cloud.tencent.com/document/api/1420/96160)
82
+
83
+ * 新增入参:SceneKey
84
+
85
+
86
+
87
+
88
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
89
+
90
+
91
+
92
+ ## 实时互动-教育版(lcic) 版本:2022-08-17
93
+
94
+ ### 第 47 次发布
95
+
96
+ 发布时间:2023-12-12 02:02:36
97
+
98
+ 本次发布包含了以下内容:
99
+
100
+ 改善已有的文档。
101
+
102
+ 修改数据结构:
103
+
104
+ * [RoomItem](https://cloud.tencent.com/document/api/1639/81423#RoomItem)
105
+
106
+ * 新增成员:RecordBackground
107
+
108
+
109
+
110
+
111
+ ## 容器镜像服务(tcr) 版本:2019-09-24
112
+
113
+ ### 第 64 次发布
114
+
115
+ 发布时间:2023-12-12 02:27:39
116
+
117
+ 本次发布包含了以下内容:
118
+
119
+ 改善已有的文档。
120
+
121
+ <font color="#dd0000">**删除接口**:</font>
122
+
123
+ * DescribeCustomAccounts
124
+
125
+ <font color="#dd0000">**删除数据结构**:</font>
126
+
127
+ * CustomAccount
128
+
129
+
130
+
131
+ ## 容器服务(tke) 版本:2018-05-25
132
+
133
+ ### 第 166 次发布
134
+
135
+ 发布时间:2023-12-12 02:39:11
136
+
137
+ 本次发布包含了以下内容:
138
+
139
+ 改善已有的文档。
140
+
141
+ 新增接口:
142
+
143
+ * [CreateCLSLogConfig](https://cloud.tencent.com/document/api/457/102410)
144
+ * [CreateEksLogConfig](https://cloud.tencent.com/document/api/457/102409)
145
+
146
+
147
+
1
148
  # Release 4.0.755
2
149
 
3
150
  ## 访问管理(cam) 版本:2019-01-16
@@ -1,122 +1,147 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 访问管理(cam) 版本:2019-01-16
3
+ ## 云安全一体化平台(csip) 版本:2022-11-21
4
4
 
5
- ### 第 56 次发布
5
+ ### 第 25 次发布
6
6
 
7
- 发布时间:2023-12-11 00:09:38
7
+ 发布时间:2023-12-12 01:27:48
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改数据结构:
13
+ 新增接口:
14
14
 
15
- * [LoginActionFlag](https://cloud.tencent.com/document/api/598/33167#LoginActionFlag)
15
+ * [DescribeNICAssets](https://cloud.tencent.com/document/api/664/102406)
16
16
 
17
- * 新增成员:Mail
17
+ 新增数据结构:
18
18
 
19
+ * [NICAsset](https://cloud.tencent.com/document/api/664/90825#NICAsset)
19
20
 
20
21
 
21
22
 
22
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
23
+ ## 域名注册(domain) 版本:2018-08-08
23
24
 
24
- ### 第 140 次发布
25
+ ### 第 28 次发布
25
26
 
26
- 发布时间:2023-12-11 00:44:01
27
+ 发布时间:2023-12-12 01:41:31
27
28
 
28
29
  本次发布包含了以下内容:
29
30
 
30
31
  改善已有的文档。
31
32
 
32
- 新增接口:
33
+ 修改数据结构:
33
34
 
34
- * [DescribeChannelOrganizations](https://cloud.tencent.com/document/api/1420/102360)
35
+ * [TemplateInfo](https://cloud.tencent.com/document/api/242/38895#TemplateInfo)
35
36
 
36
- 新增数据结构:
37
+ * <font color="#dd0000">**修改成员**:</font>IsBlack
37
38
 
38
- * [ChannelOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#ChannelOrganizationInfo)
39
39
 
40
40
 
41
41
 
42
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
42
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
43
43
 
44
+ ### 第 140 次发布
44
45
 
46
+ 发布时间:2023-12-12 01:48:23
45
47
 
46
- ## 腾讯云可观测平台(monitor) 版本:2018-07-24
48
+ 本次发布包含了以下内容:
47
49
 
48
- ### 第 98 次发布
50
+ 改善已有的文档。
49
51
 
50
- 发布时间:2023-12-11 01:02:24
52
+ 修改接口:
53
+
54
+ * [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
55
+
56
+ * 新增入参:FlowGroupId
57
+
58
+ * <font color="#dd0000">**修改入参**:</font>FlowIds
59
+
60
+
61
+
62
+
63
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
64
+
65
+ ### 第 141 次发布
66
+
67
+ 发布时间:2023-12-12 01:49:27
51
68
 
52
69
  本次发布包含了以下内容:
53
70
 
54
71
  改善已有的文档。
55
72
 
56
- 新增数据结构:
73
+ 修改接口:
57
74
 
58
- * [AlarmConditionFilter](https://cloud.tencent.com/document/api/248/30354#AlarmConditionFilter)
59
- * [AlarmGroupByItem](https://cloud.tencent.com/document/api/248/30354#AlarmGroupByItem)
75
+ * [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
60
76
 
61
- 修改数据结构:
77
+ * 新增入参:FlowGroupId
62
78
 
63
- * [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
79
+ * <font color="#dd0000">**修改入参**:</font>FlowIds
64
80
 
65
- * 新增成员:Filter, GroupBy
81
+ * [ChannelCreatePreparedPersonalEsign](https://cloud.tencent.com/document/api/1420/96160)
66
82
 
83
+ * 新增入参:SceneKey
67
84
 
68
85
 
69
86
 
70
- ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
71
87
 
72
- ### 16 次发布
88
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
73
89
 
74
- 发布时间:2023-12-11 01:10:39
90
+
91
+
92
+ ## 实时互动-教育版(lcic) 版本:2022-08-17
93
+
94
+ ### 第 47 次发布
95
+
96
+ 发布时间:2023-12-12 02:02:36
75
97
 
76
98
  本次发布包含了以下内容:
77
99
 
78
100
  改善已有的文档。
79
101
 
80
- 新增接口:
102
+ 修改数据结构:
81
103
 
82
- * [QueryAsyncBindVpcStatus](https://cloud.tencent.com/document/api/1338/102361)
104
+ * [RoomItem](https://cloud.tencent.com/document/api/1639/81423#RoomItem)
83
105
 
106
+ * 新增成员:RecordBackground
84
107
 
85
108
 
86
- ## 云数据库Redis(redis) 版本:2018-04-12
87
109
 
88
- ### 第 68 次发布
89
110
 
90
- 发布时间:2023-12-11 01:11:39
111
+ ## 容器镜像服务(tcr) 版本:2019-09-24
112
+
113
+ ### 第 64 次发布
114
+
115
+ 发布时间:2023-12-12 02:27:39
91
116
 
92
117
  本次发布包含了以下内容:
93
118
 
94
119
  改善已有的文档。
95
120
 
96
- 新增接口:
121
+ <font color="#dd0000">**删除接口**:</font>
97
122
 
98
- * [DescribeInstanceSupportFeature](https://cloud.tencent.com/document/api/239/102364)
99
- * [ModifyInstanceAvailabilityZones](https://cloud.tencent.com/document/api/239/102363)
100
- * [SwitchAccessNewInstance](https://cloud.tencent.com/document/api/239/102362)
123
+ * DescribeCustomAccounts
101
124
 
125
+ <font color="#dd0000">**删除数据结构**:</font>
102
126
 
127
+ * CustomAccount
103
128
 
104
- ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
105
129
 
106
- ### 第 96 次发布
107
130
 
108
- 发布时间:2023-12-11 01:28:43
131
+ ## 容器服务(tke) 版本:2018-05-25
109
132
 
110
- 本次发布包含了以下内容:
133
+ ### 第 166 次发布
111
134
 
112
- 改善已有的文档。
135
+ 发布时间:2023-12-12 02:39:11
113
136
 
114
- 修改数据结构:
137
+ 本次发布包含了以下内容:
115
138
 
116
- * [PulsarProInstance](https://cloud.tencent.com/document/api/1179/46089#PulsarProInstance)
139
+ 改善已有的文档。
117
140
 
118
- * 新增成员:Tags, CreateTime
141
+ 新增接口:
119
142
 
143
+ * [CreateCLSLogConfig](https://cloud.tencent.com/document/api/457/102410)
144
+ * [CreateEksLogConfig](https://cloud.tencent.com/document/api/457/102409)
120
145
 
121
146
 
122
147
 
@@ -21712,6 +21737,34 @@
21712
21737
 
21713
21738
 
21714
21739
 
21740
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
21741
+
21742
+ ### 第 1 次发布
21743
+
21744
+ 发布时间:2023-12-11 11:31:16
21745
+
21746
+ 本次发布包含了以下内容:
21747
+
21748
+ 改善已有的文档。
21749
+
21750
+ 新增接口:
21751
+
21752
+ * [DescribeInstance](https://cloud.tencent.com/document/api/1387/102384)
21753
+ * [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1387/102383)
21754
+ * [DescribeInstances](https://cloud.tencent.com/document/api/1387/102382)
21755
+
21756
+ 新增数据结构:
21757
+
21758
+ * [AttachCBSSpec](https://cloud.tencent.com/document/api/1387/102385#AttachCBSSpec)
21759
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
21760
+ * [InstanceNode](https://cloud.tencent.com/document/api/1387/102385#InstanceNode)
21761
+ * [NodesSummary](https://cloud.tencent.com/document/api/1387/102385#NodesSummary)
21762
+ * [SearchTags](https://cloud.tencent.com/document/api/1387/102385#SearchTags)
21763
+ * [Tag](https://cloud.tencent.com/document/api/1387/102385#Tag)
21764
+
21765
+
21766
+
21767
+
21715
21768
  ## 云数据仓库 PostgreSQL(cdwpg) 版本:2020-12-30
21716
21769
 
21717
21770
  ### 第 6 次发布
@@ -35328,6 +35381,22 @@
35328
35381
 
35329
35382
  ## 云安全一体化平台(csip) 版本:2022-11-21
35330
35383
 
35384
+ ### 第 25 次发布
35385
+
35386
+ 发布时间:2023-12-12 01:27:48
35387
+
35388
+ 本次发布包含了以下内容:
35389
+
35390
+ 改善已有的文档。
35391
+
35392
+ 新增接口:
35393
+
35394
+ * [[DescribeNICAssets](https://cloud.tencent.com/document/api/664/102406)](https://cloud.tencent.com/document/api/#/#)
35395
+
35396
+ 新增数据结构:
35397
+
35398
+ * [[NICAsset](https://cloud.tencent.com/document/api/664/90825#NICAsset)](https://cloud.tencent.com/document/api/664/90825#[NICAsset](https://cloud.tencent.com/document/api/664/90825#NICAsset))
35399
+
35331
35400
  ### 第 24 次发布
35332
35401
 
35333
35402
  发布时间:2023-12-08 01:27:48
@@ -49172,6 +49241,21 @@
49172
49241
 
49173
49242
  ## 域名注册(domain) 版本:2018-08-08
49174
49243
 
49244
+ ### 第 28 次发布
49245
+
49246
+ 发布时间:2023-12-12 01:41:31
49247
+
49248
+ 本次发布包含了以下内容:
49249
+
49250
+ 改善已有的文档。
49251
+
49252
+ 修改数据结构:
49253
+
49254
+ * [TemplateInfo](https://cloud.tencent.com/document/api/242/38895#TemplateInfo)
49255
+
49256
+ * <font color="#dd0000">**修改成员**:</font>IsBlack
49257
+
49258
+
49175
49259
  ### 第 27 次发布
49176
49260
 
49177
49261
  发布时间:2023-10-20 01:14:01
@@ -56498,6 +56582,23 @@
56498
56582
 
56499
56583
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
56500
56584
 
56585
+ ### 第 140 次发布
56586
+
56587
+ 发布时间:2023-12-12 01:48:23
56588
+
56589
+ 本次发布包含了以下内容:
56590
+
56591
+ 改善已有的文档。
56592
+
56593
+ 修改接口:
56594
+
56595
+ * [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
56596
+
56597
+ * 新增入参:FlowGroupId
56598
+
56599
+ * <font color="#dd0000">**修改入参**:</font>FlowIds
56600
+
56601
+
56501
56602
  ### 第 139 次发布
56502
56603
 
56503
56604
  发布时间:2023-12-08 01:47:50
@@ -59196,6 +59297,27 @@
59196
59297
 
59197
59298
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
59198
59299
 
59300
+ ### 第 141 次发布
59301
+
59302
+ 发布时间:2023-12-12 01:49:27
59303
+
59304
+ 本次发布包含了以下内容:
59305
+
59306
+ 改善已有的文档。
59307
+
59308
+ 修改接口:
59309
+
59310
+ * [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
59311
+
59312
+ * 新增入参:FlowGroupId
59313
+
59314
+ * <font color="#dd0000">**修改入参**:</font>FlowIds
59315
+
59316
+ * [ChannelCreatePreparedPersonalEsign](https://cloud.tencent.com/document/api/1420/96160)
59317
+
59318
+ * 新增入参:SceneKey
59319
+
59320
+
59199
59321
  ### 第 140 次发布
59200
59322
 
59201
59323
  发布时间:2023-12-11 00:44:01
@@ -59206,11 +59328,11 @@
59206
59328
 
59207
59329
  新增接口:
59208
59330
 
59209
- * [[DescribeChannelOrganizations](https://cloud.tencent.com/document/api/1420/102360)](https://cloud.tencent.com/document/api/#/#)
59331
+ * [DescribeChannelOrganizations](https://cloud.tencent.com/document/api/1420/102360)
59210
59332
 
59211
59333
  新增数据结构:
59212
59334
 
59213
- * [[ChannelOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#ChannelOrganizationInfo)](https://cloud.tencent.com/document/api/1420/61525#[ChannelOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#ChannelOrganizationInfo))
59335
+ * [ChannelOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#ChannelOrganizationInfo)
59214
59336
 
59215
59337
  ### 第 139 次发布
59216
59338
 
@@ -74174,6 +74296,21 @@
74174
74296
 
74175
74297
  ## 实时互动-教育版(lcic) 版本:2022-08-17
74176
74298
 
74299
+ ### 第 47 次发布
74300
+
74301
+ 发布时间:2023-12-12 02:02:36
74302
+
74303
+ 本次发布包含了以下内容:
74304
+
74305
+ 改善已有的文档。
74306
+
74307
+ 修改数据结构:
74308
+
74309
+ * [RoomItem](https://cloud.tencent.com/document/api/1639/81423#RoomItem)
74310
+
74311
+ * 新增成员:RecordBackground
74312
+
74313
+
74177
74314
  ### 第 46 次发布
74178
74315
 
74179
74316
  发布时间:2023-11-09 01:19:33
@@ -81144,8 +81281,8 @@
81144
81281
 
81145
81282
  新增数据结构:
81146
81283
 
81147
- * [[AlarmConditionFilter](https://cloud.tencent.com/document/api/248/30354#AlarmConditionFilter)](https://cloud.tencent.com/document/api/248/30354#[AlarmConditionFilter](https://cloud.tencent.com/document/api/248/30354#AlarmConditionFilter))
81148
- * [[AlarmGroupByItem](https://cloud.tencent.com/document/api/248/30354#AlarmGroupByItem)](https://cloud.tencent.com/document/api/248/30354#[AlarmGroupByItem](https://cloud.tencent.com/document/api/248/30354#AlarmGroupByItem))
81284
+ * [AlarmConditionFilter](https://cloud.tencent.com/document/api/248/30354#AlarmConditionFilter)
81285
+ * [AlarmGroupByItem](https://cloud.tencent.com/document/api/248/30354#AlarmGroupByItem)
81149
81286
 
81150
81287
  修改数据结构:
81151
81288
 
@@ -93079,7 +93216,7 @@
93079
93216
 
93080
93217
  新增接口:
93081
93218
 
93082
- * [[QueryAsyncBindVpcStatus](https://cloud.tencent.com/document/api/1338/102361)](https://cloud.tencent.com/document/api/#/#)
93219
+ * [QueryAsyncBindVpcStatus](https://cloud.tencent.com/document/api/1338/102361)
93083
93220
 
93084
93221
  ### 第 15 次发布
93085
93222
 
@@ -93904,9 +94041,9 @@
93904
94041
 
93905
94042
  新增接口:
93906
94043
 
93907
- * [[DescribeInstanceSupportFeature](https://cloud.tencent.com/document/api/239/102364)](https://cloud.tencent.com/document/api/#/#)
93908
- * [[ModifyInstanceAvailabilityZones](https://cloud.tencent.com/document/api/239/102363)](https://cloud.tencent.com/document/api/#/#)
93909
- * [[SwitchAccessNewInstance](https://cloud.tencent.com/document/api/239/102362)](https://cloud.tencent.com/document/api/#/#)
94044
+ * [DescribeInstanceSupportFeature](https://cloud.tencent.com/document/api/239/102364)
94045
+ * [ModifyInstanceAvailabilityZones](https://cloud.tencent.com/document/api/239/102363)
94046
+ * [SwitchAccessNewInstance](https://cloud.tencent.com/document/api/239/102362)
93910
94047
 
93911
94048
  ### 第 67 次发布
93912
94049
 
@@ -106662,6 +106799,22 @@
106662
106799
 
106663
106800
  ## 容器镜像服务(tcr) 版本:2019-09-24
106664
106801
 
106802
+ ### 第 64 次发布
106803
+
106804
+ 发布时间:2023-12-12 02:27:39
106805
+
106806
+ 本次发布包含了以下内容:
106807
+
106808
+ 改善已有的文档。
106809
+
106810
+ <font color="#dd0000">**删除接口**:</font>
106811
+
106812
+ * DescribeCustomAccounts
106813
+
106814
+ <font color="#dd0000">**删除数据结构**:</font>
106815
+
106816
+ * CustomAccount
106817
+
106665
106818
  ### 第 63 次发布
106666
106819
 
106667
106820
  发布时间:2023-11-27 00:18:18
@@ -120589,6 +120742,19 @@
120589
120742
 
120590
120743
  ## 容器服务(tke) 版本:2018-05-25
120591
120744
 
120745
+ ### 第 166 次发布
120746
+
120747
+ 发布时间:2023-12-12 02:39:11
120748
+
120749
+ 本次发布包含了以下内容:
120750
+
120751
+ 改善已有的文档。
120752
+
120753
+ 新增接口:
120754
+
120755
+ * [[CreateCLSLogConfig](https://cloud.tencent.com/document/api/457/102410)](https://cloud.tencent.com/document/api/#/#)
120756
+ * [[CreateEksLogConfig](https://cloud.tencent.com/document/api/457/102409)](https://cloud.tencent.com/document/api/#/#)
120757
+
120592
120758
  ### 第 165 次发布
120593
120759
 
120594
120760
  发布时间:2023-12-08 02:37:20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.755",
3
+ "version": "4.0.756",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {