tencentcloud-sdk-nodejs 4.0.408 → 4.0.411

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 (95) hide show
  1. package/CHANGELOG.md +404 -0
  2. package/SERVICE_CHANGELOG.md +365 -14
  3. package/package.json +1 -1
  4. package/products.md +31 -31
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +16 -0
  7. package/src/services/bda/v20200324/bda_models.ts +12 -0
  8. package/src/services/car/v20220110/car_models.ts +7 -0
  9. package/src/services/cat/v20180409/cat_models.ts +1 -5
  10. package/src/services/cbs/v20170312/cbs_models.ts +33 -21
  11. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  12. package/src/services/cdn/v20180606/cdn_models.ts +12 -0
  13. package/src/services/cfw/v20190904/cfw_models.ts +1 -1
  14. package/src/services/cls/v20201016/cls_models.ts +1 -1
  15. package/src/services/cpdp/v20190820/cpdp_client.ts +9 -36
  16. package/src/services/cpdp/v20190820/cpdp_models.ts +19 -260
  17. package/src/services/cvm/v20170312/cvm_models.ts +2 -2
  18. package/src/services/cwp/v20180228/cwp_models.ts +1 -1
  19. package/src/services/dnspod/v20210323/dnspod_models.ts +5 -0
  20. package/src/services/es/v20180416/es_models.ts +5 -0
  21. package/src/services/ess/v20201111/ess_client.ts +17 -2
  22. package/src/services/ess/v20201111/ess_models.ts +113 -13
  23. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +63 -0
  25. package/src/services/faceid/v20180301/faceid_models.ts +19 -3
  26. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  27. package/src/services/iai/v20200303/iai_models.ts +1 -1
  28. package/src/services/ic/v20190307/ic_client.ts +23 -10
  29. package/src/services/ic/v20190307/ic_models.ts +294 -168
  30. package/src/services/kms/v20190118/kms_models.ts +13 -13
  31. package/src/services/live/v20180801/live_client.ts +30 -4
  32. package/src/services/live/v20180801/live_models.ts +252 -142
  33. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  34. package/src/services/rce/v20201103/rce_client.ts +13 -28
  35. package/src/services/rce/v20201103/rce_models.ts +322 -403
  36. package/src/services/tcr/v20190924/tcr_models.ts +2 -2
  37. package/src/services/tem/v20210701/tem_client.ts +197 -22
  38. package/src/services/tem/v20210701/tem_models.ts +1091 -182
  39. package/src/services/teo/v20220106/teo_models.ts +22 -7
  40. package/src/services/tiia/v20190529/tiia_client.ts +2 -2
  41. package/src/services/tiia/v20190529/tiia_models.ts +28 -20
  42. package/src/services/trtc/v20190722/trtc_models.ts +3 -3
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  45. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +13 -0
  46. package/tencentcloud/services/bda/v20200324/bda_models.d.ts +10 -0
  47. package/tencentcloud/services/car/v20220110/car_models.d.ts +6 -0
  48. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -5
  49. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +27 -17
  50. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  51. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -0
  52. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
  53. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  54. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +4 -12
  55. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +4 -16
  56. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +16 -218
  57. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
  58. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
  59. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
  60. package/tencentcloud/services/es/v20180416/es_models.d.ts +4 -0
  61. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -1
  62. package/tencentcloud/services/ess/v20201111/ess_client.js +7 -0
  63. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +98 -13
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -0
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -0
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +63 -0
  67. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +16 -3
  68. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
  69. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
  70. package/tencentcloud/services/ic/v20190307/ic_client.d.ts +5 -1
  71. package/tencentcloud/services/ic/v20190307/ic_client.js +6 -0
  72. package/tencentcloud/services/ic/v20190307/ic_models.d.ts +254 -148
  73. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +13 -13
  74. package/tencentcloud/services/live/v20180801/live_client.d.ts +10 -1
  75. package/tencentcloud/services/live/v20180801/live_client.js +13 -0
  76. package/tencentcloud/services/live/v20180801/live_models.d.ts +219 -124
  77. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  78. package/tencentcloud/services/rce/v20201103/rce_client.d.ts +1 -5
  79. package/tencentcloud/services/rce/v20201103/rce_client.js +0 -6
  80. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +270 -340
  81. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +2 -2
  82. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +63 -7
  83. package/tencentcloud/services/tem/v20210701/tem_client.js +92 -8
  84. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +930 -159
  85. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +20 -7
  86. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +2 -2
  87. package/tencentcloud/services/tiia/v20190529/tiia_client.js +2 -2
  88. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +26 -18
  89. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -3
  90. package/test/cpdp.v20190820.test.js +2 -22
  91. package/test/ess.v20201111.test.js +10 -0
  92. package/test/ic.v20190307.test.js +10 -0
  93. package/test/live.v20180801.test.js +20 -0
  94. package/test/rce.v20201103.test.js +0 -10
  95. package/test/tem.v20210701.test.js +144 -4
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
3
+ ## 物联卡(ic) 版本:2019-03-07
4
4
 
5
- ### 第 24 次发布
5
+ ### 第 6 次发布
6
6
 
7
- 发布时间:2022-08-02 11:36:28
7
+ 发布时间:2022-08-05 06:23:27
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,25 +12,54 @@
12
12
 
13
13
  新增接口:
14
14
 
15
- * [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
15
+ * [DescribeSms](https://cloud.tencent.com/document/api/636/78654)
16
16
 
17
- 修改接口:
17
+ 新增数据结构:
18
18
 
19
- * [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
19
+ * [ResSms](https://cloud.tencent.com/document/api/636/33881#ResSms)
20
20
 
21
- * 新增入参:ApproverRestrictions
22
21
 
23
- * 新增出参:SignUrls
24
22
 
23
+ ## 云直播(live) 版本:2018-08-01
24
+
25
+ ### 第 83 次发布
26
+
27
+ 发布时间:2022-08-05 06:27:26
28
+
29
+ 本次发布包含了以下内容:
30
+
31
+ 改善已有的文档。
32
+
33
+ 新增接口:
34
+
35
+ * [DescribeLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78656)
36
+ * [ModifyLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78655)
25
37
 
26
38
  新增数据结构:
27
39
 
28
- * [ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction)
29
- * [SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl)
40
+ * [LiveCertDomainInfo](https://cloud.tencent.com/document/api/267/20474#LiveCertDomainInfo)
30
41
 
31
42
 
32
43
 
33
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
44
+ ## 全栈式风控引擎(rce) 版本:2020-11-03
45
+
46
+ ### 第 7 次发布
47
+
48
+ 发布时间:2022-08-05 06:32:35
49
+
50
+ 本次发布包含了以下内容:
51
+
52
+ 改善已有的文档。
53
+
54
+ <font color="#dd0000">**删除接口**:</font>
55
+
56
+ * DescribeRiskModel
57
+
58
+ <font color="#dd0000">**删除数据结构**:</font>
59
+
60
+ * InputDescribeRiskModelData
61
+ * OutputDescribeRiskModel
62
+ * OutputDescribeRiskModelValue
34
63
 
35
64
 
36
65
 
@@ -3207,6 +3236,23 @@
3207
3236
 
3208
3237
  ## 应用性能观测(apm) 版本:2021-06-22
3209
3238
 
3239
+ ### 第 13 次发布
3240
+
3241
+ 发布时间:2022-08-03 06:04:22
3242
+
3243
+ 本次发布包含了以下内容:
3244
+
3245
+ 改善已有的文档。
3246
+
3247
+ 修改接口:
3248
+
3249
+ * [DescribeMetricRecords](https://cloud.tencent.com/document/api/1463/68254)
3250
+
3251
+ * 新增入参:PageIndex, PageSize
3252
+
3253
+ * 新增出参:TotalCount
3254
+
3255
+
3210
3256
  ### 第 12 次发布
3211
3257
 
3212
3258
  发布时间:2022-07-12 06:04:29
@@ -5993,6 +6039,28 @@
5993
6039
 
5994
6040
  ## 人体分析(bda) 版本:2020-03-24
5995
6041
 
6042
+ ### 第 8 次发布
6043
+
6044
+ 发布时间:2022-08-04 06:09:29
6045
+
6046
+ 本次发布包含了以下内容:
6047
+
6048
+ 改善已有的文档。
6049
+
6050
+ 修改接口:
6051
+
6052
+ * [DetectBodyJoints](https://cloud.tencent.com/document/api/1208/45846)
6053
+
6054
+ * 新增入参:LocalBodySwitch
6055
+
6056
+
6057
+ 修改数据结构:
6058
+
6059
+ * [KeyPointInfo](https://cloud.tencent.com/document/api/1208/42985#KeyPointInfo)
6060
+
6061
+ * 新增成员:BodyScore
6062
+
6063
+
5996
6064
  ### 第 7 次发布
5997
6065
 
5998
6066
  发布时间:2021-09-03 08:02:16
@@ -9217,6 +9285,21 @@
9217
9285
 
9218
9286
  ## 应用云渲染(car) 版本:2022-01-10
9219
9287
 
9288
+ ### 第 3 次发布
9289
+
9290
+ 发布时间:2022-08-03 06:08:12
9291
+
9292
+ 本次发布包含了以下内容:
9293
+
9294
+ 改善已有的文档。
9295
+
9296
+ 修改接口:
9297
+
9298
+ * [CreateSession](https://cloud.tencent.com/document/api/1547/72826)
9299
+
9300
+ * 新增入参:RunMode
9301
+
9302
+
9220
9303
  ### 第 2 次发布
9221
9304
 
9222
9305
  发布时间:2022-04-21 06:07:22
@@ -9577,6 +9660,21 @@
9577
9660
 
9578
9661
  ## 云硬盘(cbs) 版本:2017-03-12
9579
9662
 
9663
+ ### 第 43 次发布
9664
+
9665
+ 发布时间:2022-08-04 06:12:23
9666
+
9667
+ 本次发布包含了以下内容:
9668
+
9669
+ 改善已有的文档。
9670
+
9671
+ 修改数据结构:
9672
+
9673
+ * [DiskConfig](https://cloud.tencent.com/document/api/362/15669#DiskConfig)
9674
+
9675
+ * 新增成员:StepSize, ExtraPerformanceRange
9676
+
9677
+
9580
9678
  ### 第 42 次发布
9581
9679
 
9582
9680
  发布时间:2022-07-06 06:07:59
@@ -12994,6 +13092,25 @@
12994
13092
 
12995
13093
  ## 内容分发网络(cdn) 版本:2018-06-06
12996
13094
 
13095
+ ### 第 110 次发布
13096
+
13097
+ 发布时间:2022-08-04 06:14:18
13098
+
13099
+ 本次发布包含了以下内容:
13100
+
13101
+ 改善已有的文档。
13102
+
13103
+ 修改数据结构:
13104
+
13105
+ * [AdvancedCCRules](https://cloud.tencent.com/document/api/228/30987#AdvancedCCRules)
13106
+
13107
+ * 新增成员:Switch
13108
+
13109
+ * [ScdnConfig](https://cloud.tencent.com/document/api/228/30987#ScdnConfig)
13110
+
13111
+ * 新增成员:GlobalAdvancedRules
13112
+
13113
+
12997
13114
  ### 第 109 次发布
12998
13115
 
12999
13116
  发布时间:2022-07-29 06:04:29
@@ -21947,6 +22064,25 @@
21947
22064
 
21948
22065
  ## 企业收付平台(cpdp) 版本:2019-08-20
21949
22066
 
22067
+ ### 第 79 次发布
22068
+
22069
+ 发布时间:2022-08-04 06:19:24
22070
+
22071
+ 本次发布包含了以下内容:
22072
+
22073
+ 改善已有的文档。
22074
+
22075
+ <font color="#dd0000">**删除接口**:</font>
22076
+
22077
+ * CreateSinglePay
22078
+ * QuerySinglePay
22079
+
22080
+ <font color="#dd0000">**删除数据结构**:</font>
22081
+
22082
+ * CreateSinglePayResult
22083
+ * QuerySinglePayItem
22084
+ * QuerySinglePayResult
22085
+
21950
22086
  ### 第 78 次发布
21951
22087
 
21952
22088
  发布时间:2022-07-27 06:06:57
@@ -31245,6 +31381,21 @@
31245
31381
 
31246
31382
  ## DNSPod(dnspod) 版本:2021-03-23
31247
31383
 
31384
+ ### 第 7 次发布
31385
+
31386
+ 发布时间:2022-08-04 06:26:58
31387
+
31388
+ 本次发布包含了以下内容:
31389
+
31390
+ 改善已有的文档。
31391
+
31392
+ 修改数据结构:
31393
+
31394
+ * [UserInfo](https://cloud.tencent.com/document/api/1427/56185#UserInfo)
31395
+
31396
+ * 新增成员:FreeNs
31397
+
31398
+
31248
31399
  ### 第 6 次发布
31249
31400
 
31250
31401
  发布时间:2022-06-23 06:11:27
@@ -35583,6 +35734,21 @@
35583
35734
 
35584
35735
  ## Elasticsearch Service(es) 版本:2018-04-16
35585
35736
 
35737
+ ### 第 32 次发布
35738
+
35739
+ 发布时间:2022-08-03 06:23:52
35740
+
35741
+ 本次发布包含了以下内容:
35742
+
35743
+ 改善已有的文档。
35744
+
35745
+ 修改接口:
35746
+
35747
+ * [DescribeLogstashInstances](https://cloud.tencent.com/document/api/845/77239)
35748
+
35749
+ * 新增入参:VpcIds
35750
+
35751
+
35586
35752
  ### 第 31 次发布
35587
35753
 
35588
35754
  发布时间:2022-07-14 06:10:06
@@ -36320,6 +36486,32 @@
36320
36486
 
36321
36487
  ## 电子签服务(ess) 版本:2020-11-11
36322
36488
 
36489
+ ### 第 12 次发布
36490
+
36491
+ 发布时间:2022-08-03 06:24:12
36492
+
36493
+ 本次发布包含了以下内容:
36494
+
36495
+ 改善已有的文档。
36496
+
36497
+ 新增接口:
36498
+
36499
+ * [CreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1323/78262)
36500
+
36501
+ 修改接口:
36502
+
36503
+ * [CreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75450)
36504
+
36505
+ * 新增入参:ApproverRestrictions
36506
+
36507
+ * 新增出参:SignUrls
36508
+
36509
+
36510
+ 新增数据结构:
36511
+
36512
+ * [ApproverRestriction](https://cloud.tencent.com/document/api/1323/70369#ApproverRestriction)
36513
+ * [SignUrl](https://cloud.tencent.com/document/api/1323/70369#SignUrl)
36514
+
36323
36515
  ### 第 11 次发布
36324
36516
 
36325
36517
  发布时间:2022-07-30 15:12:18
@@ -36644,7 +36836,7 @@
36644
36836
 
36645
36837
  新增接口:
36646
36838
 
36647
- * [[ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)](https://cloud.tencent.com/document/api/#/#)
36839
+ * [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
36648
36840
 
36649
36841
  修改接口:
36650
36842
 
@@ -36657,8 +36849,8 @@
36657
36849
 
36658
36850
  新增数据结构:
36659
36851
 
36660
- * [[ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction)](https://cloud.tencent.com/document/api/1420/61525#[ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction))
36661
- * [[SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl)](https://cloud.tencent.com/document/api/1420/61525#[SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl))
36852
+ * [ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction)
36853
+ * [SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl)
36662
36854
 
36663
36855
  ### 第 23 次发布
36664
36856
 
@@ -37208,6 +37400,28 @@
37208
37400
 
37209
37401
  ## 人脸核身(faceid) 版本:2018-03-01
37210
37402
 
37403
+ ### 第 44 次发布
37404
+
37405
+ 发布时间:2022-08-03 18:41:29
37406
+
37407
+ 本次发布包含了以下内容:
37408
+
37409
+ 改善已有的文档。
37410
+
37411
+ 修改接口:
37412
+
37413
+ * [GetEidResult](https://cloud.tencent.com/document/api/1007/54090)
37414
+
37415
+ * 新增出参:IntentionQuestionResult
37416
+
37417
+
37418
+ 修改数据结构:
37419
+
37420
+ * [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
37421
+
37422
+ * 新增成员:IntentionMode, IntentionQuestions
37423
+
37424
+
37211
37425
  ### 第 43 次发布
37212
37426
 
37213
37427
  发布时间:2022-07-30 15:12:30
@@ -41395,6 +41609,22 @@
41395
41609
 
41396
41610
  ## 物联卡(ic) 版本:2019-03-07
41397
41611
 
41612
+ ### 第 6 次发布
41613
+
41614
+ 发布时间:2022-08-05 06:23:27
41615
+
41616
+ 本次发布包含了以下内容:
41617
+
41618
+ 改善已有的文档。
41619
+
41620
+ 新增接口:
41621
+
41622
+ * [[DescribeSms](https://cloud.tencent.com/document/api/636/78654)](https://cloud.tencent.com/document/api/#/#)
41623
+
41624
+ 新增数据结构:
41625
+
41626
+ * [[ResSms](https://cloud.tencent.com/document/api/636/33881#ResSms)](https://cloud.tencent.com/document/api/636/33881#[ResSms](https://cloud.tencent.com/document/api/636/33881#ResSms))
41627
+
41398
41628
  ### 第 5 次发布
41399
41629
 
41400
41630
  发布时间:2021-08-09 08:00:38
@@ -47095,6 +47325,23 @@
47095
47325
 
47096
47326
  ## 云直播(live) 版本:2018-08-01
47097
47327
 
47328
+ ### 第 83 次发布
47329
+
47330
+ 发布时间:2022-08-05 06:27:26
47331
+
47332
+ 本次发布包含了以下内容:
47333
+
47334
+ 改善已有的文档。
47335
+
47336
+ 新增接口:
47337
+
47338
+ * [[DescribeLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78656)](https://cloud.tencent.com/document/api/#/#)
47339
+ * [[ModifyLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78655)](https://cloud.tencent.com/document/api/#/#)
47340
+
47341
+ 新增数据结构:
47342
+
47343
+ * [[LiveCertDomainInfo](https://cloud.tencent.com/document/api/267/20474#LiveCertDomainInfo)](https://cloud.tencent.com/document/api/267/20474#[LiveCertDomainInfo](https://cloud.tencent.com/document/api/267/20474#LiveCertDomainInfo))
47344
+
47098
47345
  ### 第 82 次发布
47099
47346
 
47100
47347
  发布时间:2022-07-29 06:11:33
@@ -57538,6 +57785,24 @@
57538
57785
 
57539
57786
  ## 全栈式风控引擎(rce) 版本:2020-11-03
57540
57787
 
57788
+ ### 第 7 次发布
57789
+
57790
+ 发布时间:2022-08-05 06:32:35
57791
+
57792
+ 本次发布包含了以下内容:
57793
+
57794
+ 改善已有的文档。
57795
+
57796
+ <font color="#dd0000">**删除接口**:</font>
57797
+
57798
+ * DescribeRiskModel
57799
+
57800
+ <font color="#dd0000">**删除数据结构**:</font>
57801
+
57802
+ * InputDescribeRiskModelData
57803
+ * OutputDescribeRiskModel
57804
+ * OutputDescribeRiskModelValue
57805
+
57541
57806
  ### 第 6 次发布
57542
57807
 
57543
57808
  发布时间:2022-04-21 06:16:10
@@ -69833,6 +70098,62 @@
69833
70098
 
69834
70099
  ## 弹性微服务(tem) 版本:2021-07-01
69835
70100
 
70101
+ ### 第 24 次发布
70102
+
70103
+ 发布时间:2022-08-04 06:55:33
70104
+
70105
+ 本次发布包含了以下内容:
70106
+
70107
+ 改善已有的文档。
70108
+
70109
+ 新增接口:
70110
+
70111
+ * [CreateLogConfig](https://cloud.tencent.com/document/api/1371/78465)
70112
+ * [DescribeLogConfig](https://cloud.tencent.com/document/api/1371/78470)
70113
+ * [DescribePagedLogConfigList](https://cloud.tencent.com/document/api/1371/78469)
70114
+ * [DestroyLogConfig](https://cloud.tencent.com/document/api/1371/78468)
70115
+ * [ModifyLogConfig](https://cloud.tencent.com/document/api/1371/78467)
70116
+
70117
+ 新增数据结构:
70118
+
70119
+ * [LogConfig](https://cloud.tencent.com/document/api/1371/60171#LogConfig)
70120
+ * [LogConfigListPage](https://cloud.tencent.com/document/api/1371/60171#LogConfigListPage)
70121
+ * [ServicePortMapping](https://cloud.tencent.com/document/api/1371/60171#ServicePortMapping)
70122
+ * [ServicePortMappingItem](https://cloud.tencent.com/document/api/1371/60171#ServicePortMappingItem)
70123
+
70124
+ 修改数据结构:
70125
+
70126
+ * [EksService](https://cloud.tencent.com/document/api/1371/60171#EksService)
70127
+
70128
+ * 新增成员:ServicePortMappingList, FlushAll, EnableRegistryNextDeploy, ApplicationId, AllIpDone
70129
+
70130
+
70131
+ ### 第 23 次发布
70132
+
70133
+ 发布时间:2022-08-03 06:46:27
70134
+
70135
+ 本次发布包含了以下内容:
70136
+
70137
+ 改善已有的文档。
70138
+
70139
+ 新增接口:
70140
+
70141
+ * [CreateApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78341)
70142
+ * [CreateConfigData](https://cloud.tencent.com/document/api/1371/78337)
70143
+ * [DeleteApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78340)
70144
+ * [DescribeApplicationAutoscalerList](https://cloud.tencent.com/document/api/1371/78339)
70145
+ * [DescribeConfigData](https://cloud.tencent.com/document/api/1371/78336)
70146
+ * [DescribeConfigDataList](https://cloud.tencent.com/document/api/1371/78335)
70147
+ * [DestroyConfigData](https://cloud.tencent.com/document/api/1371/78334)
70148
+ * [ModifyApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78338)
70149
+ * [ModifyConfigData](https://cloud.tencent.com/document/api/1371/78333)
70150
+
70151
+ 新增数据结构:
70152
+
70153
+ * [Autoscaler](https://cloud.tencent.com/document/api/1371/60171#Autoscaler)
70154
+ * [ConfigData](https://cloud.tencent.com/document/api/1371/60171#ConfigData)
70155
+ * [DescribeConfigDataListPage](https://cloud.tencent.com/document/api/1371/60171#DescribeConfigDataListPage)
70156
+
69836
70157
  ### 第 22 次发布
69837
70158
 
69838
70159
  发布时间:2022-08-02 06:33:46
@@ -70278,6 +70599,36 @@
70278
70599
 
70279
70600
  ## 边缘安全加速平台(teo) 版本:2022-01-06
70280
70601
 
70602
+ ### 第 16 次发布
70603
+
70604
+ 发布时间:2022-08-04 06:55:59
70605
+
70606
+ 本次发布包含了以下内容:
70607
+
70608
+ 改善已有的文档。
70609
+
70610
+ 修改数据结构:
70611
+
70612
+ * [Compression](https://cloud.tencent.com/document/api/1552/73155#Compression)
70613
+
70614
+ * 新增成员:Algorithms
70615
+
70616
+
70617
+ ### 第 15 次发布
70618
+
70619
+ 发布时间:2022-08-03 06:46:50
70620
+
70621
+ 本次发布包含了以下内容:
70622
+
70623
+ 改善已有的文档。
70624
+
70625
+ 修改数据结构:
70626
+
70627
+ * [OriginRecord](https://cloud.tencent.com/document/api/1552/73155#OriginRecord)
70628
+
70629
+ * 新增成员:Proto
70630
+
70631
+
70281
70632
  ### 第 14 次发布
70282
70633
 
70283
70634
  发布时间:2022-07-28 06:23:18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.408",
3
+ "version": "4.0.411",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {