tencentcloud-sdk-nodejs 4.0.241 → 4.0.245

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 (80) hide show
  1. package/CHANGELOG.md +374 -16
  2. package/README.md +1 -1
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +13 -0
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +161 -0
  8. package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
  9. package/src/services/as/v20180419/as_models.ts +18 -9
  10. package/src/services/billing/v20180709/billing_models.ts +13 -1
  11. package/src/services/cfw/v20190904/cfw_client.ts +13 -0
  12. package/src/services/cfw/v20190904/cfw_models.ts +118 -0
  13. package/src/services/cii/v20210408/cii_client.ts +15 -0
  14. package/src/services/cii/v20210408/cii_models.ts +31 -0
  15. package/src/services/ckafka/v20190819/ckafka_models.ts +12 -12
  16. package/src/services/cme/v20191029/cme_client.ts +26 -21
  17. package/src/services/cme/v20191029/cme_models.ts +161 -144
  18. package/src/services/cvm/v20170312/cvm_models.ts +5 -2
  19. package/src/services/dcdb/v20180411/dcdb_models.ts +6 -1
  20. package/src/services/faceid/v20180301/faceid_models.ts +48 -17
  21. package/src/services/iotvideo/v20201215/iotvideo_models.ts +10 -0
  22. package/src/services/mariadb/v20170312/mariadb_models.ts +11 -1
  23. package/src/services/mps/v20190612/mps_models.ts +6 -0
  24. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  25. package/src/services/ocr/v20181119/ocr_models.ts +5 -5
  26. package/src/services/postgres/v20170312/postgres_client.ts +2 -1
  27. package/src/services/postgres/v20170312/postgres_models.ts +89 -12
  28. package/src/services/ses/v20201002/ses_client.ts +1 -1
  29. package/src/services/ses/v20201002/ses_models.ts +1 -1
  30. package/src/services/tat/v20201028/tat_models.ts +13 -0
  31. package/src/services/tcb/v20180608/tcb_client.ts +1 -0
  32. package/src/services/tcb/v20180608/tcb_models.ts +48 -0
  33. package/src/services/tdmq/v20200217/tdmq_client.ts +700 -440
  34. package/src/services/tdmq/v20200217/tdmq_models.ts +1488 -279
  35. package/src/services/tke/v20180525/tke_client.ts +26 -1
  36. package/src/services/tke/v20180525/tke_models.ts +97 -12
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
  40. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
  41. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +132 -0
  42. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
  43. package/tencentcloud/services/as/v20180419/as_models.d.ts +17 -8
  44. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +11 -1
  45. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  46. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  47. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +99 -0
  48. package/tencentcloud/services/cii/v20210408/cii_client.d.ts +5 -1
  49. package/tencentcloud/services/cii/v20210408/cii_client.js +9 -0
  50. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +27 -0
  51. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -12
  52. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +26 -21
  53. package/tencentcloud/services/cme/v20191029/cme_client.js +26 -21
  54. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +155 -139
  55. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -2
  56. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +5 -1
  57. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +45 -17
  58. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +8 -0
  59. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +9 -1
  60. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -0
  61. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  62. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  63. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -5
  64. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +74 -9
  65. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
  66. package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
  67. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
  68. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +11 -0
  69. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +40 -0
  70. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +221 -137
  71. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +330 -204
  72. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1254 -234
  73. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +9 -1
  74. package/tencentcloud/services/tke/v20180525/tke_client.js +12 -0
  75. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +84 -11
  76. package/test/antiddos.v20200309.test.js +10 -0
  77. package/test/cfw.v20190904.test.js +10 -0
  78. package/test/cii.v20210408.test.js +10 -0
  79. package/test/tdmq.v20200217.test.js +346 -136
  80. package/test/tke.v20180525.test.js +20 -0
package/CHANGELOG.md CHANGED
@@ -1,48 +1,113 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## DDoS 防护(antiddos) 版本:2020-03-09
3
+ ## 云防火墙(cfw) 版本:2019-09-04
4
4
 
5
- ### 第 13 次发布
5
+ ### 第 14 次发布
6
6
 
7
- 发布时间:2021-11-22 08:01:25
7
+ 发布时间:2021-11-26 08:05:36
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改接口:
13
+ 新增接口:
14
14
 
15
- * [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
15
+ * [DescribeAddrTemplateList](https://cloud.tencent.com/document/api/1132/64831)
16
16
 
17
- * 新增入参:FilterDamDDoSStatus
17
+ 新增数据结构:
18
18
 
19
+ * [TemplateListInfo](https://cloud.tencent.com/document/api/1132/49071#TemplateListInfo)
19
20
 
20
21
  修改数据结构:
21
22
 
22
- * [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
23
+ * [SecurityGroupRule](https://cloud.tencent.com/document/api/1132/49071#SecurityGroupRule)
23
24
 
24
- * 新增成员:DamDDoSStatus
25
+ * 新增成员:Id, Enable
25
26
 
26
27
 
27
28
 
28
29
 
29
- ## 态势感知(ssa) 版本:2018-06-08
30
+ ## 腾讯云剪(cme) 版本:2019-10-29
30
31
 
31
- ### 第 6 次发布
32
+ ### 第 43 次发布
32
33
 
33
- 发布时间:2021-11-22 08:10:13
34
+ 发布时间:2021-11-26 08:06:20
34
35
 
35
36
  本次发布包含了以下内容:
36
37
 
37
38
  改善已有的文档。
38
39
 
39
- 新增接口:
40
+ 修改接口:
41
+
42
+ * [HandleStreamConnectProject](https://cloud.tencent.com/document/api/1156/54998)
43
+
44
+ * 新增入参:Operator
45
+
46
+
47
+
48
+
49
+ ## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
50
+
51
+ ### 第 30 次发布
52
+
53
+ 发布时间:2021-11-26 08:08:12
54
+
55
+ 本次发布包含了以下内容:
56
+
57
+ 改善已有的文档。
58
+
59
+ 修改接口:
60
+
61
+ * [UpgradeDCDBInstance](https://cloud.tencent.com/document/api/557/16136)
62
+
63
+ * 新增入参:Zones
64
+
65
+
66
+
67
+
68
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
69
+
70
+ ### 第 27 次发布
71
+
72
+ 发布时间:2021-11-26 08:11:04
73
+
74
+ 本次发布包含了以下内容:
75
+
76
+ 改善已有的文档。
77
+
78
+ 修改接口:
79
+
80
+ * [DescribeUpgradePrice](https://cloud.tencent.com/document/api/237/16183)
81
+
82
+ * 新增入参:NodeCount
83
+
84
+ * [UpgradeDBInstance](https://cloud.tencent.com/document/api/237/16189)
85
+
86
+ * 新增入参:Zones
87
+
88
+
89
+
90
+
91
+ ## 云开发 CloudBase(tcb) 版本:2018-06-08
92
+
93
+ ### 第 76 次发布
94
+
95
+ 发布时间:2021-11-26 08:13:21
96
+
97
+ 本次发布包含了以下内容:
98
+
99
+ 改善已有的文档。
100
+
101
+ 修改接口:
102
+
103
+ * [DescribeCloudBaseRunOneClickTaskExternal](https://cloud.tencent.com/document/api/876/63779)
104
+
105
+ * 新增出参:StartTime, Steps
40
106
 
41
- * [DescribeSocAlertDetails](https://cloud.tencent.com/document/api/664/64537)
42
107
 
43
108
  新增数据结构:
44
109
 
45
- * [AlertDetail](https://cloud.tencent.com/document/api/664/51406#AlertDetail)
110
+ * [OneClickTaskStepInfo](https://cloud.tencent.com/document/api/876/34822#OneClickTaskStepInfo)
46
111
 
47
112
 
48
113
 
@@ -965,6 +1030,22 @@
965
1030
 
966
1031
  ## DDoS 防护(antiddos) 版本:2020-03-09
967
1032
 
1033
+ ### 第 14 次发布
1034
+
1035
+ 发布时间:2021-11-23 08:02:33
1036
+
1037
+ 本次发布包含了以下内容:
1038
+
1039
+ 改善已有的文档。
1040
+
1041
+ 新增接口:
1042
+
1043
+ * [ModifyNewDomainRules](https://cloud.tencent.com/document/api/1021/64631)
1044
+
1045
+ 新增数据结构:
1046
+
1047
+ * [NewL7RuleEntry](https://cloud.tencent.com/document/api/1021/57582#NewL7RuleEntry)
1048
+
968
1049
  ### 第 13 次发布
969
1050
 
970
1051
  发布时间:2021-11-22 08:01:25
@@ -4454,6 +4535,25 @@
4454
4535
 
4455
4536
  ## 计费相关(billing) 版本:2018-07-09
4456
4537
 
4538
+ ### 第 29 次发布
4539
+
4540
+ 发布时间:2021-11-23 08:03:19
4541
+
4542
+ 本次发布包含了以下内容:
4543
+
4544
+ 改善已有的文档。
4545
+
4546
+ 修改接口:
4547
+
4548
+ * [DescribeBillDetail](https://cloud.tencent.com/document/api/555/19182)
4549
+
4550
+ * 新增入参:BusinessCode
4551
+
4552
+ * [DescribeBillResourceSummary](https://cloud.tencent.com/document/api/555/19181)
4553
+
4554
+ * 新增入参:BusinessCode
4555
+
4556
+
4457
4557
  ### 第 28 次发布
4458
4558
 
4459
4559
  发布时间:2021-10-13 08:03:28
@@ -11935,6 +12035,29 @@
11935
12035
 
11936
12036
  ## 云防火墙(cfw) 版本:2019-09-04
11937
12037
 
12038
+ ### 第 14 次发布
12039
+
12040
+ 发布时间:2021-11-26 08:05:36
12041
+
12042
+ 本次发布包含了以下内容:
12043
+
12044
+ 改善已有的文档。
12045
+
12046
+ 新增接口:
12047
+
12048
+ * [[DescribeAddrTemplateList](https://cloud.tencent.com/document/api/1132/64831)](https://cloud.tencent.com/document/api/#/#)
12049
+
12050
+ 新增数据结构:
12051
+
12052
+ * [[TemplateListInfo](https://cloud.tencent.com/document/api/1132/49071#TemplateListInfo)](https://cloud.tencent.com/document/api/1132/49071#[TemplateListInfo](https://cloud.tencent.com/document/api/1132/49071#TemplateListInfo))
12053
+
12054
+ 修改数据结构:
12055
+
12056
+ * [SecurityGroupRule](https://cloud.tencent.com/document/api/1132/49071#SecurityGroupRule)
12057
+
12058
+ * 新增成员:Id, Enable
12059
+
12060
+
11938
12061
  ### 第 13 次发布
11939
12062
 
11940
12063
  发布时间:2021-11-18 08:04:19
@@ -12460,6 +12583,18 @@
12460
12583
 
12461
12584
  ## 智能保险助手(cii) 版本:2021-04-08
12462
12585
 
12586
+ ### 第 7 次发布
12587
+
12588
+ 发布时间:2021-11-23 08:04:46
12589
+
12590
+ 本次发布包含了以下内容:
12591
+
12592
+ 改善已有的文档。
12593
+
12594
+ 新增接口:
12595
+
12596
+ * [UploadMedicalFile](https://cloud.tencent.com/document/api/1368/64633)
12597
+
12463
12598
  ### 第 6 次发布
12464
12599
 
12465
12600
  发布时间:2021-09-30 08:02:25
@@ -15074,6 +15209,21 @@
15074
15209
 
15075
15210
  ## 腾讯云剪(cme) 版本:2019-10-29
15076
15211
 
15212
+ ### 第 43 次发布
15213
+
15214
+ 发布时间:2021-11-26 08:06:20
15215
+
15216
+ 本次发布包含了以下内容:
15217
+
15218
+ 改善已有的文档。
15219
+
15220
+ 修改接口:
15221
+
15222
+ * [HandleStreamConnectProject](https://cloud.tencent.com/document/api/1156/54998)
15223
+
15224
+ * 新增入参:Operator
15225
+
15226
+
15077
15227
  ### 第 42 次发布
15078
15228
 
15079
15229
  发布时间:2021-11-17 08:08:41
@@ -22261,6 +22411,21 @@
22261
22411
 
22262
22412
  ## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
22263
22413
 
22414
+ ### 第 30 次发布
22415
+
22416
+ 发布时间:2021-11-26 08:08:12
22417
+
22418
+ 本次发布包含了以下内容:
22419
+
22420
+ 改善已有的文档。
22421
+
22422
+ 修改接口:
22423
+
22424
+ * [UpgradeDCDBInstance](https://cloud.tencent.com/document/api/557/16136)
22425
+
22426
+ * 新增入参:Zones
22427
+
22428
+
22264
22429
  ### 第 29 次发布
22265
22430
 
22266
22431
  发布时间:2021-11-17 08:10:41
@@ -27364,6 +27529,29 @@
27364
27529
 
27365
27530
  ## 人脸核身(faceid) 版本:2018-03-01
27366
27531
 
27532
+ ### 第 33 次发布
27533
+
27534
+ 发布时间:2021-11-23 08:07:49
27535
+
27536
+ 本次发布包含了以下内容:
27537
+
27538
+ 改善已有的文档。
27539
+
27540
+ 修改接口:
27541
+
27542
+ * [LivenessCompare](https://cloud.tencent.com/document/api/1007/31819)
27543
+
27544
+ * 新增入参:ImageUrl, VideoUrl
27545
+
27546
+ * <font color="#dd0000">**修改入参**:</font>ImageBase64, VideoBase64
27547
+
27548
+ * [LivenessRecognition](https://cloud.tencent.com/document/api/1007/31818)
27549
+
27550
+ * 新增入参:VideoUrl
27551
+
27552
+ * <font color="#dd0000">**修改入参**:</font>VideoBase64
27553
+
27554
+
27367
27555
  ### 第 32 次发布
27368
27556
 
27369
27557
  发布时间:2021-10-29 08:05:31
@@ -33744,6 +33932,21 @@
33744
33932
 
33745
33933
  ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
33746
33934
 
33935
+ ### 第 14 次发布
33936
+
33937
+ 发布时间:2021-11-23 08:09:04
33938
+
33939
+ 本次发布包含了以下内容:
33940
+
33941
+ 改善已有的文档。
33942
+
33943
+ 修改接口:
33944
+
33945
+ * [ResetCloudStorage](https://cloud.tencent.com/document/api/1131/53958)
33946
+
33947
+ * 新增入参:ChannelId, UserId
33948
+
33949
+
33747
33950
  ### 第 13 次发布
33748
33951
 
33749
33952
  发布时间:2021-11-19 08:11:51
@@ -36576,6 +36779,25 @@
36576
36779
 
36577
36780
  ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
36578
36781
 
36782
+ ### 第 27 次发布
36783
+
36784
+ 发布时间:2021-11-26 08:11:04
36785
+
36786
+ 本次发布包含了以下内容:
36787
+
36788
+ 改善已有的文档。
36789
+
36790
+ 修改接口:
36791
+
36792
+ * [DescribeUpgradePrice](https://cloud.tencent.com/document/api/237/16183)
36793
+
36794
+ * 新增入参:NodeCount
36795
+
36796
+ * [UpgradeDBInstance](https://cloud.tencent.com/document/api/237/16189)
36797
+
36798
+ * 新增入参:Zones
36799
+
36800
+
36579
36801
  ### 第 26 次发布
36580
36802
 
36581
36803
  发布时间:2021-11-17 08:13:35
@@ -38532,6 +38754,21 @@
38532
38754
 
38533
38755
  ## 视频处理(mps) 版本:2019-06-12
38534
38756
 
38757
+ ### 第 36 次发布
38758
+
38759
+ 发布时间:2021-11-24 08:11:23
38760
+
38761
+ 本次发布包含了以下内容:
38762
+
38763
+ 改善已有的文档。
38764
+
38765
+ 修改数据结构:
38766
+
38767
+ * [MediaProcessTaskTranscodeResult](https://cloud.tencent.com/document/api/862/37615#MediaProcessTaskTranscodeResult)
38768
+
38769
+ * 新增成员:Progress
38770
+
38771
+
38535
38772
  ### 第 35 次发布
38536
38773
 
38537
38774
  发布时间:2021-10-13 08:09:46
@@ -42458,6 +42695,33 @@
42458
42695
 
42459
42696
  ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
42460
42697
 
42698
+ ### 第 20 次发布
42699
+
42700
+ 发布时间:2021-11-24 08:12:02
42701
+
42702
+ 本次发布包含了以下内容:
42703
+
42704
+ 改善已有的文档。
42705
+
42706
+ 新增数据结构:
42707
+
42708
+ * [NetworkAccess](https://cloud.tencent.com/document/api/409/16778#NetworkAccess)
42709
+
42710
+ 修改数据结构:
42711
+
42712
+ * [DBInstance](https://cloud.tencent.com/document/api/409/16778#DBInstance)
42713
+
42714
+ * 新增成员:DBKernelVersion, NetworkAccessList
42715
+
42716
+ * [ReadOnlyGroup](https://cloud.tencent.com/document/api/409/16778#ReadOnlyGroup)
42717
+
42718
+ * 新增成员:NetworkAccessList
42719
+
42720
+ * [ServerlessDBInstance](https://cloud.tencent.com/document/api/409/16778#ServerlessDBInstance)
42721
+
42722
+ * 新增成员:DBKernelVersion
42723
+
42724
+
42461
42725
  ### 第 19 次发布
42462
42726
 
42463
42727
  发布时间:2021-11-04 08:11:48
@@ -46287,11 +46551,11 @@
46287
46551
 
46288
46552
  新增接口:
46289
46553
 
46290
- * [[DescribeSocAlertDetails](https://cloud.tencent.com/document/api/664/64537)](https://cloud.tencent.com/document/api/#/#)
46554
+ * [DescribeSocAlertDetails](https://cloud.tencent.com/document/api/664/64537)
46291
46555
 
46292
46556
  新增数据结构:
46293
46557
 
46294
- * [[AlertDetail](https://cloud.tencent.com/document/api/664/51406#AlertDetail)](https://cloud.tencent.com/document/api/664/51406#[AlertDetail](https://cloud.tencent.com/document/api/664/51406#AlertDetail))
46558
+ * [AlertDetail](https://cloud.tencent.com/document/api/664/51406#AlertDetail)
46295
46559
 
46296
46560
  ### 第 5 次发布
46297
46561
 
@@ -47307,6 +47571,21 @@
47307
47571
 
47308
47572
  ## 腾讯云自动化助手(tat) 版本:2020-10-28
47309
47573
 
47574
+ ### 第 14 次发布
47575
+
47576
+ 发布时间:2021-11-24 08:13:01
47577
+
47578
+ 本次发布包含了以下内容:
47579
+
47580
+ 改善已有的文档。
47581
+
47582
+ 修改接口:
47583
+
47584
+ * [CreateCommand](https://cloud.tencent.com/document/api/1340/52684)
47585
+
47586
+ * 新增入参:OutputCOSBucketUrl, OutputCOSKeyPrefix
47587
+
47588
+
47310
47589
  ### 第 13 次发布
47311
47590
 
47312
47591
  发布时间:2021-09-23 08:12:30
@@ -48544,6 +48823,25 @@
48544
48823
 
48545
48824
  ## 云开发 CloudBase(tcb) 版本:2018-06-08
48546
48825
 
48826
+ ### 第 76 次发布
48827
+
48828
+ 发布时间:2021-11-26 08:13:21
48829
+
48830
+ 本次发布包含了以下内容:
48831
+
48832
+ 改善已有的文档。
48833
+
48834
+ 修改接口:
48835
+
48836
+ * [DescribeCloudBaseRunOneClickTaskExternal](https://cloud.tencent.com/document/api/876/63779)
48837
+
48838
+ * 新增出参:StartTime, Steps
48839
+
48840
+
48841
+ 新增数据结构:
48842
+
48843
+ * [[OneClickTaskStepInfo](https://cloud.tencent.com/document/api/876/34822#OneClickTaskStepInfo)](https://cloud.tencent.com/document/api/876/34822#[OneClickTaskStepInfo](https://cloud.tencent.com/document/api/876/34822#OneClickTaskStepInfo))
48844
+
48547
48845
  ### 第 75 次发布
48548
48846
 
48549
48847
  发布时间:2021-11-15 08:13:00
@@ -51105,6 +51403,49 @@
51105
51403
 
51106
51404
  ## 分布式消息队列(tdmq) 版本:2020-02-17
51107
51405
 
51406
+ ### 第 23 次发布
51407
+
51408
+ 发布时间:2021-11-24 08:13:42
51409
+
51410
+ 本次发布包含了以下内容:
51411
+
51412
+ 改善已有的文档。
51413
+
51414
+ 新增接口:
51415
+
51416
+ * [CreateAMQPCluster](https://cloud.tencent.com/document/api/1179/64661)
51417
+ * [CreateAMQPExchange](https://cloud.tencent.com/document/api/1179/64672)
51418
+ * [CreateAMQPQueue](https://cloud.tencent.com/document/api/1179/64671)
51419
+ * [CreateAMQPRouteRelation](https://cloud.tencent.com/document/api/1179/64670)
51420
+ * [CreateAMQPVHost](https://cloud.tencent.com/document/api/1179/64660)
51421
+ * [DeleteAMQPCluster](https://cloud.tencent.com/document/api/1179/64656)
51422
+ * [DeleteAMQPExchange](https://cloud.tencent.com/document/api/1179/64669)
51423
+ * [DeleteAMQPQueue](https://cloud.tencent.com/document/api/1179/64668)
51424
+ * [DeleteAMQPRouteRelation](https://cloud.tencent.com/document/api/1179/64667)
51425
+ * [DeleteAMQPVHost](https://cloud.tencent.com/document/api/1179/64659)
51426
+ * [DescribeAMQPCluster](https://cloud.tencent.com/document/api/1179/64655)
51427
+ * [DescribeAMQPClusters](https://cloud.tencent.com/document/api/1179/64654)
51428
+ * [DescribeAMQPCreateQuota](https://cloud.tencent.com/document/api/1179/64653)
51429
+ * [DescribeAMQPExchanges](https://cloud.tencent.com/document/api/1179/64666)
51430
+ * [DescribeAMQPQueues](https://cloud.tencent.com/document/api/1179/64665)
51431
+ * [DescribeAMQPRouteRelations](https://cloud.tencent.com/document/api/1179/64664)
51432
+ * [DescribeAMQPVHosts](https://cloud.tencent.com/document/api/1179/64658)
51433
+ * [ModifyAMQPCluster](https://cloud.tencent.com/document/api/1179/64652)
51434
+ * [ModifyAMQPExchange](https://cloud.tencent.com/document/api/1179/64663)
51435
+ * [ModifyAMQPQueue](https://cloud.tencent.com/document/api/1179/64662)
51436
+ * [ModifyAMQPVHost](https://cloud.tencent.com/document/api/1179/64657)
51437
+
51438
+ 新增数据结构:
51439
+
51440
+ * [AMQPClusterConfig](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterConfig)
51441
+ * [AMQPClusterDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterDetail)
51442
+ * [AMQPClusterInfo](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterInfo)
51443
+ * [AMQPClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterRecentStats)
51444
+ * [AMQPExchange](https://cloud.tencent.com/document/api/1179/46089#AMQPExchange)
51445
+ * [AMQPQueueDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPQueueDetail)
51446
+ * [AMQPRouteRelation](https://cloud.tencent.com/document/api/1179/46089#AMQPRouteRelation)
51447
+ * [AMQPVHost](https://cloud.tencent.com/document/api/1179/46089#AMQPVHost)
51448
+
51108
51449
  ### 第 22 次发布
51109
51450
 
51110
51451
  发布时间:2021-10-27 20:52:54
@@ -53618,6 +53959,23 @@
53618
53959
 
53619
53960
  ## 容器服务(tke) 版本:2018-05-25
53620
53961
 
53962
+ ### 第 78 次发布
53963
+
53964
+ 发布时间:2021-11-25 08:15:58
53965
+
53966
+ 本次发布包含了以下内容:
53967
+
53968
+ 改善已有的文档。
53969
+
53970
+ 新增接口:
53971
+
53972
+ * [ScaleInClusterMaster](https://cloud.tencent.com/document/api/457/64792)
53973
+ * [ScaleOutClusterMaster](https://cloud.tencent.com/document/api/457/64791)
53974
+
53975
+ 新增数据结构:
53976
+
53977
+ * [ScaleInMaster](https://cloud.tencent.com/document/api/457/31866#ScaleInMaster)
53978
+
53621
53979
  ### 第 77 次发布
53622
53980
 
53623
53981
  发布时间:2021-11-02 08:12:02
package/README.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  ## 通过源码包安装
26
26
 
27
- 1. 前往 [Github 代码托管地址](https://github.com/tencentcloud/tencentcloud-sdk-nodejs) 下载源码压缩包。
27
+ 1. 前往 [Github 仓库](https://github.com/tencentcloud/tencentcloud-sdk-nodejs) 或者 [Gitee 仓库](https://gitee.com/tencentcloud/tencentcloud-sdk-nodejs) 下载源码压缩包。
28
28
  2. 解压源码包到您项目合适的位置。
29
29
  3. 在您的代码中引用对应模块代码,可参考示例。
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.241",
3
+ "version": "4.0.245",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {