tencentcloud-sdk-nodejs 4.0.221 → 4.0.225

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 (96) hide show
  1. package/CHANGELOG.md +467 -11
  2. package/README.md +2 -2
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aa/v20200224/aa_models.ts +15 -22
  7. package/src/services/as/v20180419/as_client.ts +1 -1
  8. package/src/services/as/v20180419/as_models.ts +8 -3
  9. package/src/services/cbs/v20170312/cbs_models.ts +35 -35
  10. package/src/services/cdn/v20180606/cdn_client.ts +72 -18
  11. package/src/services/cdn/v20180606/cdn_models.ts +706 -165
  12. package/src/services/cfw/v20190904/cfw_models.ts +1 -1
  13. package/src/services/clb/v20180317/clb_models.ts +4 -2
  14. package/src/services/cls/v20201016/cls_models.ts +17 -0
  15. package/src/services/cwp/v20180228/cwp_client.ts +26 -14
  16. package/src/services/cwp/v20180228/cwp_models.ts +253 -21
  17. package/src/services/cynosdb/v20190107/cynosdb_client.ts +20 -7
  18. package/src/services/cynosdb/v20190107/cynosdb_models.ts +74 -4
  19. package/src/services/ecm/v20190719/ecm_client.ts +42 -3
  20. package/src/services/ecm/v20190719/ecm_models.ts +271 -63
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  22. package/src/services/faceid/v20180301/faceid_models.ts +2 -2
  23. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +30 -6
  24. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  25. package/src/services/mps/v20190612/mps_models.ts +1 -2
  26. package/src/services/organization/v20210331/organization_client.ts +12 -0
  27. package/src/services/organization/v20210331/organization_models.ts +50 -0
  28. package/src/services/postgres/v20170312/postgres_client.ts +48 -8
  29. package/src/services/postgres/v20170312/postgres_models.ts +300 -12
  30. package/src/services/rce/v20201103/rce_client.ts +1 -0
  31. package/src/services/rce/v20201103/rce_models.ts +45 -97
  32. package/src/services/scf/v20180416/scf_client.ts +1 -0
  33. package/src/services/scf/v20180416/scf_models.ts +34 -0
  34. package/src/services/sms/v20210111/sms_models.ts +2 -2
  35. package/src/services/tcb/v20180608/tcb_client.ts +31 -5
  36. package/src/services/tcb/v20180608/tcb_models.ts +462 -189
  37. package/src/services/tdmq/v20200217/tdmq_client.ts +282 -71
  38. package/src/services/tdmq/v20200217/tdmq_models.ts +856 -144
  39. package/src/services/tse/v20201207/tse_client.ts +1 -0
  40. package/src/services/tse/v20201207/tse_models.ts +21 -0
  41. package/src/services/tsf/v20180326/tsf_models.ts +1 -1
  42. package/src/services/vpc/v20170312/vpc_client.ts +3 -1
  43. package/src/services/vpc/v20170312/vpc_models.ts +86 -22
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/aa/v20200224/aa_models.d.ts +13 -20
  47. package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -1
  48. package/tencentcloud/services/as/v20180419/as_client.js +1 -1
  49. package/tencentcloud/services/as/v20180419/as_models.d.ts +7 -3
  50. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +34 -34
  51. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +26 -3
  52. package/tencentcloud/services/cdn/v20180606/cdn_client.js +32 -3
  53. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +622 -150
  54. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
  55. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +3 -1
  56. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -0
  57. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +9 -7
  58. package/tencentcloud/services/cwp/v20180228/cwp_client.js +12 -8
  59. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +215 -19
  60. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
  61. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
  62. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +64 -4
  63. package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +13 -1
  64. package/tencentcloud/services/ecm/v20190719/ecm_client.js +18 -0
  65. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +233 -54
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  67. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -2
  68. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +26 -6
  69. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  70. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -2
  71. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
  72. package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
  73. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +42 -0
  74. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +15 -3
  75. package/tencentcloud/services/postgres/v20170312/postgres_client.js +21 -3
  76. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +258 -12
  77. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +35 -91
  78. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +29 -0
  79. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +2 -2
  80. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +9 -1
  81. package/tencentcloud/services/tcb/v20180608/tcb_client.js +12 -0
  82. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +387 -157
  83. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +89 -21
  84. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +132 -30
  85. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +728 -124
  86. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +18 -0
  87. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
  88. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +75 -21
  89. package/test/cdn.v20180606.test.js +32 -2
  90. package/test/cwp.v20180228.test.js +20 -10
  91. package/test/cynosdb.v20190107.test.js +12 -2
  92. package/test/ecm.v20190719.test.js +30 -0
  93. package/test/organization.v20210331.test.js +10 -0
  94. package/test/postgres.v20170312.test.js +32 -2
  95. package/test/tcb.v20180608.test.js +20 -0
  96. package/test/tdmq.v20200217.test.js +190 -20
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
3
+ ## 内容分发网络(cdn) 版本:2018-06-06
4
4
 
5
- ### 第 5 次发布
5
+ ### 第 84 次发布
6
6
 
7
- 发布时间:2021-10-22 08:10:34
7
+ 发布时间:2021-10-28 15:10:03
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,16 +12,41 @@
12
12
 
13
13
  新增接口:
14
14
 
15
- * [DescribeResourceUrlsByFlows](https://cloud.tencent.com/document/api/1420/63220)
15
+ * [DescribeScdnBotRecords](https://cloud.tencent.com/document/api/228/63468)
16
+ * [DescribeTopData](https://cloud.tencent.com/document/api/228/63466)
17
+ * [ListScdnTopBotData](https://cloud.tencent.com/document/api/228/63467)
18
+
19
+ 修改接口:
20
+
21
+ * [ListTopData](https://cloud.tencent.com/document/api/228/30983)
22
+
23
+ * 新增入参:Limit
24
+
25
+ * [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
26
+
27
+ * 新增入参:RemoteAuthentication
28
+
16
29
 
17
30
  新增数据结构:
18
31
 
19
- * [FlowResourceUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowResourceUrlInfo)
20
- * [ResourceUrlInfo](https://cloud.tencent.com/document/api/1420/61525#ResourceUrlInfo)
32
+ * [BotRecord](https://cloud.tencent.com/document/api/228/30987#BotRecord)
33
+ * [BotSortBy](https://cloud.tencent.com/document/api/228/30987#BotSortBy)
34
+ * [BotStatisticsCount](https://cloud.tencent.com/document/api/228/30987#BotStatisticsCount)
35
+ * [RemoteAuthentication](https://cloud.tencent.com/document/api/228/30987#RemoteAuthentication)
36
+ * [RemoteAuthenticationRule](https://cloud.tencent.com/document/api/228/30987#RemoteAuthenticationRule)
37
+ * [TopDataMore](https://cloud.tencent.com/document/api/228/30987#TopDataMore)
38
+ * [TopDetailDataMore](https://cloud.tencent.com/document/api/228/30987#TopDetailDataMore)
21
39
 
40
+ 修改数据结构:
22
41
 
42
+ * [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
43
+
44
+ * 新增成员:RemoteAuthentication
45
+
46
+ * [TrafficPackage](https://cloud.tencent.com/document/api/228/30987#TrafficPackage)
47
+
48
+ * 新增成员:Region
23
49
 
24
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
25
50
 
26
51
 
27
52
 
@@ -1839,6 +1864,21 @@
1839
1864
 
1840
1865
  ## 弹性伸缩(as) 版本:2018-04-19
1841
1866
 
1867
+ ### 第 41 次发布
1868
+
1869
+ 发布时间:2021-10-27 08:02:46
1870
+
1871
+ 本次发布包含了以下内容:
1872
+
1873
+ 改善已有的文档。
1874
+
1875
+ 修改接口:
1876
+
1877
+ * [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
1878
+
1879
+ * 新增入参:EnhancedService
1880
+
1881
+
1842
1882
  ### 第 40 次发布
1843
1883
 
1844
1884
  发布时间:2021-10-21 11:15:03
@@ -6965,6 +7005,21 @@
6965
7005
 
6966
7006
  ## 云硬盘(cbs) 版本:2017-03-12
6967
7007
 
7008
+ ### 第 33 次发布
7009
+
7010
+ 发布时间:2021-10-27 08:03:51
7011
+
7012
+ 本次发布包含了以下内容:
7013
+
7014
+ 改善已有的文档。
7015
+
7016
+ 修改数据结构:
7017
+
7018
+ * [Snapshot](https://cloud.tencent.com/document/api/362/15669#Snapshot)
7019
+
7020
+ * <font color="#dd0000">**修改成员**:</font>SnapshotId
7021
+
7022
+
6968
7023
  ### 第 32 次发布
6969
7024
 
6970
7025
  发布时间:2021-09-30 08:01:36
@@ -9352,6 +9407,52 @@
9352
9407
 
9353
9408
  ## 内容分发网络(cdn) 版本:2018-06-06
9354
9409
 
9410
+ ### 第 84 次发布
9411
+
9412
+ 发布时间:2021-10-28 15:10:03
9413
+
9414
+ 本次发布包含了以下内容:
9415
+
9416
+ 改善已有的文档。
9417
+
9418
+ 新增接口:
9419
+
9420
+ * [[DescribeScdnBotRecords](https://cloud.tencent.com/document/api/228/63468)](https://cloud.tencent.com/document/api/#/#)
9421
+ * [[DescribeTopData](https://cloud.tencent.com/document/api/228/63466)](https://cloud.tencent.com/document/api/#/#)
9422
+ * [[ListScdnTopBotData](https://cloud.tencent.com/document/api/228/63467)](https://cloud.tencent.com/document/api/#/#)
9423
+
9424
+ 修改接口:
9425
+
9426
+ * [ListTopData](https://cloud.tencent.com/document/api/228/30983)
9427
+
9428
+ * 新增入参:Limit
9429
+
9430
+ * [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
9431
+
9432
+ * 新增入参:RemoteAuthentication
9433
+
9434
+
9435
+ 新增数据结构:
9436
+
9437
+ * [[BotRecord](https://cloud.tencent.com/document/api/228/30987#BotRecord)](https://cloud.tencent.com/document/api/228/30987#[BotRecord](https://cloud.tencent.com/document/api/228/30987#BotRecord))
9438
+ * [[BotSortBy](https://cloud.tencent.com/document/api/228/30987#BotSortBy)](https://cloud.tencent.com/document/api/228/30987#[BotSortBy](https://cloud.tencent.com/document/api/228/30987#BotSortBy))
9439
+ * [[BotStatisticsCount](https://cloud.tencent.com/document/api/228/30987#BotStatisticsCount)](https://cloud.tencent.com/document/api/228/30987#[BotStatisticsCount](https://cloud.tencent.com/document/api/228/30987#BotStatisticsCount))
9440
+ * [[RemoteAuthentication](https://cloud.tencent.com/document/api/228/30987#RemoteAuthentication)](https://cloud.tencent.com/document/api/228/30987#[RemoteAuthentication](https://cloud.tencent.com/document/api/228/30987#RemoteAuthentication))
9441
+ * [[RemoteAuthenticationRule](https://cloud.tencent.com/document/api/228/30987#RemoteAuthenticationRule)](https://cloud.tencent.com/document/api/228/30987#[RemoteAuthenticationRule](https://cloud.tencent.com/document/api/228/30987#RemoteAuthenticationRule))
9442
+ * [[TopDataMore](https://cloud.tencent.com/document/api/228/30987#TopDataMore)](https://cloud.tencent.com/document/api/228/30987#[TopDataMore](https://cloud.tencent.com/document/api/228/30987#TopDataMore))
9443
+ * [[TopDetailDataMore](https://cloud.tencent.com/document/api/228/30987#TopDetailDataMore)](https://cloud.tencent.com/document/api/228/30987#[TopDetailDataMore](https://cloud.tencent.com/document/api/228/30987#TopDetailDataMore))
9444
+
9445
+ 修改数据结构:
9446
+
9447
+ * [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
9448
+
9449
+ * 新增成员:RemoteAuthentication
9450
+
9451
+ * [TrafficPackage](https://cloud.tencent.com/document/api/228/30987#TrafficPackage)
9452
+
9453
+ * 新增成员:Region
9454
+
9455
+
9355
9456
  ### 第 83 次发布
9356
9457
 
9357
9458
  发布时间:2021-10-21 11:18:54
@@ -14183,6 +14284,23 @@
14183
14284
 
14184
14285
  ## 日志服务(cls) 版本:2020-10-16
14185
14286
 
14287
+ ### 第 11 次发布
14288
+
14289
+ 发布时间:2021-10-27 08:04:57
14290
+
14291
+ 本次发布包含了以下内容:
14292
+
14293
+ 改善已有的文档。
14294
+
14295
+ 修改接口:
14296
+
14297
+ * [GetAlarmLog](https://cloud.tencent.com/document/api/614/56460)
14298
+
14299
+ * 新增入参:UseNewAnalysis
14300
+
14301
+ * 新增出参:AnalysisRecords, Columns
14302
+
14303
+
14186
14304
  ### 第 10 次发布
14187
14305
 
14188
14306
  发布时间:2021-09-03 08:00:19
@@ -18515,6 +18633,36 @@
18515
18633
 
18516
18634
  ## 主机安全(cwp) 版本:2018-02-28
18517
18635
 
18636
+ ### 第 33 次发布
18637
+
18638
+ 发布时间:2021-10-27 08:05:40
18639
+
18640
+ 本次发布包含了以下内容:
18641
+
18642
+ 改善已有的文档。
18643
+
18644
+ <font color="#dd0000">**删除接口**:</font>
18645
+
18646
+ * RescanImpactedHost
18647
+
18648
+ ### 第 32 次发布
18649
+
18650
+ 发布时间:2021-10-26 08:07:04
18651
+
18652
+ 本次发布包含了以下内容:
18653
+
18654
+ 改善已有的文档。
18655
+
18656
+ 新增接口:
18657
+
18658
+ * [DescribeVulEffectHostList](https://cloud.tencent.com/document/api/296/63341)
18659
+ * [DescribeVulList](https://cloud.tencent.com/document/api/296/63340)
18660
+
18661
+ 新增数据结构:
18662
+
18663
+ * [VulEffectHostList](https://cloud.tencent.com/document/api/296/19867#VulEffectHostList)
18664
+ * [VulInfoList](https://cloud.tencent.com/document/api/296/19867#VulInfoList)
18665
+
18518
18666
  ### 第 31 次发布
18519
18667
 
18520
18668
  发布时间:2021-10-21 11:24:07
@@ -19761,6 +19909,37 @@
19761
19909
 
19762
19910
  ## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
19763
19911
 
19912
+ ### 第 13 次发布
19913
+
19914
+ 发布时间:2021-10-27 08:06:08
19915
+
19916
+ 本次发布包含了以下内容:
19917
+
19918
+ 改善已有的文档。
19919
+
19920
+ 新增接口:
19921
+
19922
+ * [ModifyClusterParam](https://cloud.tencent.com/document/api/1003/63365)
19923
+
19924
+ ### 第 12 次发布
19925
+
19926
+ 发布时间:2021-10-26 11:55:38
19927
+
19928
+ 本次发布包含了以下内容:
19929
+
19930
+ 改善已有的文档。
19931
+
19932
+ 新增数据结构:
19933
+
19934
+ * [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
19935
+
19936
+ 修改数据结构:
19937
+
19938
+ * [CynosdbCluster](https://cloud.tencent.com/document/api/1003/48097#CynosdbCluster)
19939
+
19940
+ * 新增成员:NetAddrs
19941
+
19942
+
19764
19943
  ### 第 11 次发布
19765
19944
 
19766
19945
  发布时间:2021-10-12 08:04:56
@@ -23370,6 +23549,51 @@
23370
23549
 
23371
23550
  ## 边缘计算机器(ecm) 版本:2019-07-19
23372
23551
 
23552
+ ### 第 56 次发布
23553
+
23554
+ 发布时间:2021-10-27 08:07:01
23555
+
23556
+ 本次发布包含了以下内容:
23557
+
23558
+ 改善已有的文档。
23559
+
23560
+ 新增接口:
23561
+
23562
+ * [CreateKeyPair](https://cloud.tencent.com/document/api/1108/63368)
23563
+ * [DisassociateInstancesKeyPairs](https://cloud.tencent.com/document/api/1108/63367)
23564
+
23565
+ 新增数据结构:
23566
+
23567
+ * [KeyPair](https://cloud.tencent.com/document/api/1108/42574#KeyPair)
23568
+
23569
+ ### 第 55 次发布
23570
+
23571
+ 发布时间:2021-10-25 08:05:17
23572
+
23573
+ 本次发布包含了以下内容:
23574
+
23575
+ 改善已有的文档。
23576
+
23577
+ 新增接口:
23578
+
23579
+ * [DescribePackingQuotaGroup](https://cloud.tencent.com/document/api/1108/63290)
23580
+
23581
+ 修改接口:
23582
+
23583
+ * [CreateModule](https://cloud.tencent.com/document/api/1108/42557)
23584
+
23585
+ * 新增入参:SystemDisk, DataDisks
23586
+
23587
+ * [ModifyModuleConfig](https://cloud.tencent.com/document/api/1108/47143)
23588
+
23589
+ * 新增入参:DefaultSystemDiskSize, SystemDisk, DataDisks
23590
+
23591
+
23592
+ 新增数据结构:
23593
+
23594
+ * [PackingQuotaGroup](https://cloud.tencent.com/document/api/1108/42574#PackingQuotaGroup)
23595
+ * [PackingQuotaInfo](https://cloud.tencent.com/document/api/1108/42574#PackingQuotaInfo)
23596
+
23373
23597
  ### 第 54 次发布
23374
23598
 
23375
23599
  发布时间:2021-10-21 11:26:12
@@ -26057,12 +26281,12 @@
26057
26281
 
26058
26282
  新增接口:
26059
26283
 
26060
- * [[DescribeResourceUrlsByFlows](https://cloud.tencent.com/document/api/1420/63220)](https://cloud.tencent.com/document/api/#/#)
26284
+ * [DescribeResourceUrlsByFlows](https://cloud.tencent.com/document/api/1420/63220)
26061
26285
 
26062
26286
  新增数据结构:
26063
26287
 
26064
- * [[FlowResourceUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowResourceUrlInfo)](https://cloud.tencent.com/document/api/1420/61525#[FlowResourceUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowResourceUrlInfo))
26065
- * [[ResourceUrlInfo](https://cloud.tencent.com/document/api/1420/61525#ResourceUrlInfo)](https://cloud.tencent.com/document/api/1420/61525#[ResourceUrlInfo](https://cloud.tencent.com/document/api/1420/61525#ResourceUrlInfo))
26288
+ * [FlowResourceUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowResourceUrlInfo)
26289
+ * [ResourceUrlInfo](https://cloud.tencent.com/document/api/1420/61525#ResourceUrlInfo)
26066
26290
 
26067
26291
  ### 第 4 次发布
26068
26292
 
@@ -31306,6 +31530,21 @@
31306
31530
 
31307
31531
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
31308
31532
 
31533
+ ### 第 35 次发布
31534
+
31535
+ 发布时间:2021-10-27 08:08:37
31536
+
31537
+ 本次发布包含了以下内容:
31538
+
31539
+ 改善已有的文档。
31540
+
31541
+ 修改数据结构:
31542
+
31543
+ * [DeviceInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceInfo)
31544
+
31545
+ * 新增成员:EnableState, ProductId, ProductName, DeviceType
31546
+
31547
+
31309
31548
  ### 第 34 次发布
31310
31549
 
31311
31550
  发布时间:2021-10-19 08:09:21
@@ -40646,6 +40885,18 @@
40646
40885
 
40647
40886
  ## 企业组织(organization) 版本:2021-03-31
40648
40887
 
40888
+ ### 第 2 次发布
40889
+
40890
+ 发布时间:2021-10-25 11:36:50
40891
+
40892
+ 本次发布包含了以下内容:
40893
+
40894
+ 改善已有的文档。
40895
+
40896
+ 新增接口:
40897
+
40898
+ * [CreateOrganizationMember](https://cloud.tencent.com/document/api/850/63310)
40899
+
40649
40900
  ### 第 1 次发布
40650
40901
 
40651
40902
  发布时间:2021-08-26 08:07:43
@@ -40656,7 +40907,7 @@
40656
40907
 
40657
40908
  新增接口:
40658
40909
 
40659
- * [BindOrganizationMemberAuthAccount](https://cloud.tencent.com/document/api/#/#)
40910
+ * [BindOrganizationMemberAuthAccount](https://cloud.tencent.com/document/api/850/63308)
40660
40911
 
40661
40912
 
40662
40913
 
@@ -41124,6 +41375,27 @@
41124
41375
 
41125
41376
  ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
41126
41377
 
41378
+ ### 第 18 次发布
41379
+
41380
+ 发布时间:2021-10-26 08:11:42
41381
+
41382
+ 本次发布包含了以下内容:
41383
+
41384
+ 改善已有的文档。
41385
+
41386
+ 新增接口:
41387
+
41388
+ * [DescribeDBInstanceParameters](https://cloud.tencent.com/document/api/409/63344)
41389
+ * [DescribeParamsEvent](https://cloud.tencent.com/document/api/409/63343)
41390
+ * [ModifyDBInstanceParameters](https://cloud.tencent.com/document/api/409/63342)
41391
+
41392
+ 新增数据结构:
41393
+
41394
+ * [EventInfo](https://cloud.tencent.com/document/api/409/16778#EventInfo)
41395
+ * [EventItem](https://cloud.tencent.com/document/api/409/16778#EventItem)
41396
+ * [ParamEntry](https://cloud.tencent.com/document/api/409/16778#ParamEntry)
41397
+ * [ParamInfo](https://cloud.tencent.com/document/api/409/16778#ParamInfo)
41398
+
41127
41399
  ### 第 17 次发布
41128
41400
 
41129
41401
  发布时间:2021-08-23 08:07:32
@@ -41631,6 +41903,27 @@
41631
41903
 
41632
41904
  ## 全栈式风控引擎(rce) 版本:2020-11-03
41633
41905
 
41906
+ ### 第 3 次发布
41907
+
41908
+ 发布时间:2021-10-27 08:10:34
41909
+
41910
+ 本次发布包含了以下内容:
41911
+
41912
+ 改善已有的文档。
41913
+
41914
+ 修改接口:
41915
+
41916
+ * [ManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52565)
41917
+
41918
+ * 新增入参:BusinessCryptoData
41919
+
41920
+ * <font color="#dd0000">**修改入参**:</font>BusinessSecurityData
41921
+
41922
+
41923
+ 新增数据结构:
41924
+
41925
+ * [InputCryptoManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52566#InputCryptoManageMarketingRisk)
41926
+
41634
41927
  ### 第 2 次发布
41635
41928
 
41636
41929
  发布时间:2021-09-22 08:12:15
@@ -42598,6 +42891,32 @@
42598
42891
 
42599
42892
  ## 云函数(scf) 版本:2018-04-16
42600
42893
 
42894
+ ### 第 35 次发布
42895
+
42896
+ 发布时间:2021-10-25 08:09:06
42897
+
42898
+ 本次发布包含了以下内容:
42899
+
42900
+ 改善已有的文档。
42901
+
42902
+ 修改接口:
42903
+
42904
+ * [PutProvisionedConcurrencyConfig](https://cloud.tencent.com/document/api/583/51246)
42905
+
42906
+ * 新增入参:TriggerActions
42907
+
42908
+
42909
+ 新增数据结构:
42910
+
42911
+ * [TriggerAction](https://cloud.tencent.com/document/api/583/17244#TriggerAction)
42912
+
42913
+ 修改数据结构:
42914
+
42915
+ * [VersionProvisionedConcurrencyInfo](https://cloud.tencent.com/document/api/583/17244#VersionProvisionedConcurrencyInfo)
42916
+
42917
+ * 新增成员:TriggerActions
42918
+
42919
+
42601
42920
  ### 第 34 次发布
42602
42921
 
42603
42922
  发布时间:2021-09-17 08:11:57
@@ -46898,6 +47217,39 @@
46898
47217
 
46899
47218
  ## 云开发 CloudBase(tcb) 版本:2018-06-08
46900
47219
 
47220
+ ### 第 72 次发布
47221
+
47222
+ 发布时间:2021-10-26 08:13:05
47223
+
47224
+ 本次发布包含了以下内容:
47225
+
47226
+ 改善已有的文档。
47227
+
47228
+ 新增接口:
47229
+
47230
+ * [DescribeCloudBaseRunPodList](https://cloud.tencent.com/document/api/876/63345)
47231
+ * [DescribeCloudBaseRunServer](https://cloud.tencent.com/document/api/876/63346)
47232
+
47233
+ 新增数据结构:
47234
+
47235
+ * [CloudBaseRunKVPriority](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunKVPriority)
47236
+ * [CloudBaseRunServerVersionItem](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunServerVersionItem)
47237
+
47238
+ ### 第 71 次发布
47239
+
47240
+ 发布时间:2021-10-25 08:10:05
47241
+
47242
+ 本次发布包含了以下内容:
47243
+
47244
+ 改善已有的文档。
47245
+
47246
+ 修改数据结构:
47247
+
47248
+ * [OrderInfo](https://cloud.tencent.com/document/api/876/34822#OrderInfo)
47249
+
47250
+ * 新增成员:Flag, ReqBody
47251
+
47252
+
46901
47253
  ### 第 70 次发布
46902
47254
 
46903
47255
  发布时间:2021-09-29 08:09:41
@@ -49302,6 +49654,44 @@
49302
49654
 
49303
49655
  ## 分布式消息队列(tdmq) 版本:2020-02-17
49304
49656
 
49657
+ ### 第 22 次发布
49658
+
49659
+ 发布时间:2021-10-27 20:52:54
49660
+
49661
+ 本次发布包含了以下内容:
49662
+
49663
+ 改善已有的文档。
49664
+
49665
+ 新增接口:
49666
+
49667
+ * [CreateRocketMQCluster](https://cloud.tencent.com/document/api/1179/63429)
49668
+ * [CreateRocketMQGroup](https://cloud.tencent.com/document/api/1179/63428)
49669
+ * [CreateRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63427)
49670
+ * [CreateRocketMQTopic](https://cloud.tencent.com/document/api/1179/63426)
49671
+ * [DeleteRocketMQCluster](https://cloud.tencent.com/document/api/1179/63425)
49672
+ * [DeleteRocketMQGroup](https://cloud.tencent.com/document/api/1179/63424)
49673
+ * [DeleteRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63412)
49674
+ * [DeleteRocketMQTopic](https://cloud.tencent.com/document/api/1179/63423)
49675
+ * [DescribeRocketMQCluster](https://cloud.tencent.com/document/api/1179/63422)
49676
+ * [DescribeRocketMQClusters](https://cloud.tencent.com/document/api/1179/63421)
49677
+ * [DescribeRocketMQGroups](https://cloud.tencent.com/document/api/1179/63420)
49678
+ * [DescribeRocketMQNamespaces](https://cloud.tencent.com/document/api/1179/63419)
49679
+ * [DescribeRocketMQTopics](https://cloud.tencent.com/document/api/1179/63418)
49680
+ * [ModifyRocketMQCluster](https://cloud.tencent.com/document/api/1179/63417)
49681
+ * [ModifyRocketMQGroup](https://cloud.tencent.com/document/api/1179/63416)
49682
+ * [ModifyRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63415)
49683
+ * [ModifyRocketMQTopic](https://cloud.tencent.com/document/api/1179/63414)
49684
+
49685
+ 新增数据结构:
49686
+
49687
+ * [RocketMQClusterConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterConfig)
49688
+ * [RocketMQClusterDetail](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterDetail)
49689
+ * [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
49690
+ * [RocketMQClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterRecentStats)
49691
+ * [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
49692
+ * [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
49693
+ * [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
49694
+
49305
49695
  ### 第 21 次发布
49306
49696
 
49307
49697
  发布时间:2021-10-21 11:38:45
@@ -53911,6 +54301,25 @@
53911
54301
 
53912
54302
  ## 腾讯云微服务引擎(tse) 版本:2020-12-07
53913
54303
 
54304
+ ### 第 11 次发布
54305
+
54306
+ 发布时间:2021-10-27 08:12:44
54307
+
54308
+ 本次发布包含了以下内容:
54309
+
54310
+ 改善已有的文档。
54311
+
54312
+ 新增数据结构:
54313
+
54314
+ * [KVPair](https://cloud.tencent.com/document/api/1364/54942#KVPair)
54315
+
54316
+ 修改数据结构:
54317
+
54318
+ * [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
54319
+
54320
+ * 新增成员:Tags
54321
+
54322
+
53914
54323
  ### 第 10 次发布
53915
54324
 
53916
54325
  发布时间:2021-09-07 08:00:46
@@ -58717,6 +59126,53 @@
58717
59126
 
58718
59127
  ## 私有网络(vpc) 版本:2017-03-12
58719
59128
 
59129
+ ### 第 100 次发布
59130
+
59131
+ 发布时间:2021-10-26 08:14:56
59132
+
59133
+ 本次发布包含了以下内容:
59134
+
59135
+ 改善已有的文档。
59136
+
59137
+ 修改接口:
59138
+
59139
+ * [CreateAddressTemplate](https://cloud.tencent.com/document/api/215/16708)
59140
+
59141
+ * 新增入参:AddressesExtra
59142
+
59143
+ * <font color="#dd0000">**修改入参**:</font>Addresses
59144
+
59145
+ * [CreateServiceTemplate](https://cloud.tencent.com/document/api/215/16710)
59146
+
59147
+ * 新增入参:ServicesExtra
59148
+
59149
+ * <font color="#dd0000">**修改入参**:</font>Services
59150
+
59151
+ * [ModifyAddressTemplateAttribute](https://cloud.tencent.com/document/api/215/16720)
59152
+
59153
+ * 新增入参:AddressesExtra
59154
+
59155
+ * [ModifyServiceTemplateAttribute](https://cloud.tencent.com/document/api/215/16722)
59156
+
59157
+ * 新增入参:ServicesExtra
59158
+
59159
+
59160
+ 新增数据结构:
59161
+
59162
+ * [AddressInfo](https://cloud.tencent.com/document/api/215/15824#AddressInfo)
59163
+ * [ServicesInfo](https://cloud.tencent.com/document/api/215/15824#ServicesInfo)
59164
+
59165
+ 修改数据结构:
59166
+
59167
+ * [AddressTemplate](https://cloud.tencent.com/document/api/215/15824#AddressTemplate)
59168
+
59169
+ * 新增成员:AddressExtraSet
59170
+
59171
+ * [ServiceTemplate](https://cloud.tencent.com/document/api/215/15824#ServiceTemplate)
59172
+
59173
+ * 新增成员:ServiceExtraSet
59174
+
59175
+
58720
59176
  ### 第 99 次发布
58721
59177
 
58722
59178
  发布时间:2021-10-15 08:16:52
package/README.md CHANGED
@@ -46,7 +46,7 @@ const clientConfig = {
46
46
  region: "ap-shanghai",
47
47
  // 可选配置实例
48
48
  profile: {
49
- signMethod: "HmacSHA256", // 签名方法
49
+ signMethod: "TC3-HMAC-SHA256", // 签名方法
50
50
  httpProfile: {
51
51
  reqMethod: "POST", // 请求方法
52
52
  reqTimeout: 30, // 请求超时时间,默认60s
@@ -84,7 +84,7 @@ const clientConfig = {
84
84
  region: "ap-shanghai",
85
85
  // 可选配置实例
86
86
  profile: {
87
- signMethod: "HmacSHA256", // 签名方法
87
+ signMethod: "TC3-HMAC-SHA256", // 签名方法
88
88
  httpProfile: {
89
89
  reqMethod: "POST", // 请求方法
90
90
  reqTimeout: 30, // 请求超时时间,默认60s
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.221",
3
+ "version": "4.0.225",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {