tencentcloud-sdk-nodejs 4.0.428 → 4.0.431

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 (81) hide show
  1. package/CHANGELOG.md +583 -0
  2. package/SERVICE_CHANGELOG.md +427 -48
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +12 -0
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +35 -0
  8. package/src/services/as/v20180419/as_client.ts +1 -0
  9. package/src/services/as/v20180419/as_models.ts +58 -3
  10. package/src/services/cdb/v20170320/cdb_models.ts +15 -0
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  12. package/src/services/clb/v20180317/clb_client.ts +24 -11
  13. package/src/services/clb/v20180317/clb_models.ts +107 -25
  14. package/src/services/cpdp/v20190820/cpdp_client.ts +60 -6
  15. package/src/services/cpdp/v20190820/cpdp_models.ts +447 -4
  16. package/src/services/cvm/v20170312/cvm_models.ts +13 -13
  17. package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
  18. package/src/services/cynosdb/v20190107/cynosdb_models.ts +46 -0
  19. package/src/services/dcdb/v20180411/dcdb_client.ts +6 -18
  20. package/src/services/dcdb/v20180411/dcdb_models.ts +0 -155
  21. package/src/services/dlc/v20210125/dlc_client.ts +1 -0
  22. package/src/services/dlc/v20210125/dlc_models.ts +47 -5
  23. package/src/services/ic/v20190307/ic_client.ts +13 -0
  24. package/src/services/ic/v20190307/ic_models.ts +46 -0
  25. package/src/services/iotvideo/v20211125/iotvideo_client.ts +14 -2
  26. package/src/services/iotvideo/v20211125/iotvideo_models.ts +59 -19
  27. package/src/services/monitor/v20180724/monitor_models.ts +6 -0
  28. package/src/services/oceanus/v20190422/oceanus_models.ts +17 -0
  29. package/src/services/ocr/v20181119/ocr_client.ts +2 -0
  30. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  31. package/src/services/teo/v20220106/teo_models.ts +6 -0
  32. package/src/services/tiia/v20190529/tiia_models.ts +30 -0
  33. package/src/services/tke/v20180525/tke_client.ts +4 -0
  34. package/src/services/tke/v20180525/tke_models.ts +119 -0
  35. package/src/services/tmt/v20180321/tmt_models.ts +6 -0
  36. package/src/services/trtc/v20190722/trtc_client.ts +16 -10
  37. package/src/services/trtc/v20190722/trtc_models.ts +9 -9
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
  41. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
  42. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +30 -0
  43. package/tencentcloud/services/as/v20180419/as_models.d.ts +51 -2
  44. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +12 -0
  45. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  46. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -4
  47. package/tencentcloud/services/clb/v20180317/clb_client.js +10 -4
  48. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +93 -24
  49. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +19 -3
  50. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +27 -3
  51. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +380 -4
  52. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +13 -13
  53. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -0
  54. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +3 -7
  55. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +3 -9
  56. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +0 -126
  57. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +40 -5
  58. package/tencentcloud/services/ic/v20190307/ic_client.d.ts +5 -1
  59. package/tencentcloud/services/ic/v20190307/ic_client.js +6 -0
  60. package/tencentcloud/services/ic/v20190307/ic_models.d.ts +40 -0
  61. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
  62. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
  63. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +51 -17
  64. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5 -0
  65. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +14 -0
  66. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
  67. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
  68. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  69. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +5 -0
  70. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +25 -0
  71. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +101 -0
  72. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +5 -0
  73. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +10 -4
  74. package/tencentcloud/services/trtc/v20190722/trtc_client.js +10 -4
  75. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +9 -9
  76. package/test/antiddos.v20200309.test.js +10 -0
  77. package/test/clb.v20180317.test.js +12 -2
  78. package/test/cpdp.v20190820.test.js +42 -2
  79. package/test/dcdb.v20180411.test.js +2 -12
  80. package/test/ic.v20190307.test.js +10 -0
  81. package/test/iotvideo.v20211125.test.js +10 -0
@@ -1,119 +1,127 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云防火墙(cfw) 版本:2019-09-04
3
+ ## 企业收付平台(cpdp) 版本:2019-08-20
4
4
 
5
- ### 第 21 次发布
5
+ ### 第 83 次发布
6
6
 
7
- 发布时间:2022-08-29 06:15:32
7
+ 发布时间:2022-08-31 06:18:54
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- <font color="#dd0000">**删除接口**:</font>
13
+ 新增接口:
14
14
 
15
- * DeleteSecurityGroupAllRule
16
- * DescribeNatRuleOverview
15
+ * [ApplyOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79773)
16
+ * [ApplyOpenBankSubMerchantSignOnline](https://cloud.tencent.com/document/api/1122/79772)
17
+ * [QueryOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79771)
18
+ * [QueryOpenBankSubMerchantSignOnline](https://cloud.tencent.com/document/api/1122/79770)
17
19
 
20
+ 修改接口:
18
21
 
22
+ * [AddFlexIdInfo](https://cloud.tencent.com/document/api/1122/76412)
19
23
 
20
- ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
24
+ * 新增入参:Name
21
25
 
22
- ### 第 55 次发布
26
+ * [RefundOpenBankOrder](https://cloud.tencent.com/document/api/1122/76089)
23
27
 
24
- 发布时间:2022-08-29 06:16:32
28
+ * 新增入参:ProfitShareInfoList
25
29
 
26
- 本次发布包含了以下内容:
27
30
 
28
- 改善已有的文档。
31
+ 新增数据结构:
32
+
33
+ * [ApplyOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#ApplyOpenBankSettleOrderResult)
34
+ * [ApplyOpenBankSubMerchantSignOnlineResult](https://cloud.tencent.com/document/api/1122/40683#ApplyOpenBankSubMerchantSignOnlineResult)
35
+ * [OpenBankProfitShareRespInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitShareRespInfo)
36
+ * [QueryOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSettleOrderResult)
37
+ * [QueryOpenBankSubMerchantSignOnlineResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantSignOnlineResult)
29
38
 
30
39
  修改数据结构:
31
40
 
32
- * [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
41
+ * [OpenBankQueryRefundOrderResult](https://cloud.tencent.com/document/api/1122/40683#OpenBankQueryRefundOrderResult)
33
42
 
34
- * 新增成员:RecordWithSchema
43
+ * 新增成员:ProfitShareRespInfoList
35
44
 
36
- * [PostgreSQLParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLParam)
45
+ * [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
37
46
 
38
- * 新增成员:DataFormat, DataTargetInsertMode, DataTargetPrimaryKeyField, DataTargetRecordMapping, DropInvalidMessage
47
+ * 新增成员:ProfitShareRespInfoList
39
48
 
40
49
 
41
50
 
42
51
 
43
- ## 电子签服务(ess) 版本:2020-11-11
52
+ ## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
44
53
 
45
- ### 第 15 次发布
54
+ ### 第 45 次发布
46
55
 
47
- 发布时间:2022-08-29 00:06:53
56
+ 发布时间:2022-08-31 06:24:58
48
57
 
49
58
  本次发布包含了以下内容:
50
59
 
51
60
  改善已有的文档。
52
61
 
53
- 新增接口:
62
+ <font color="#dd0000">**删除接口**:</font>
54
63
 
55
- * [CreateFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/79686)
64
+ * CreateDedicatedClusterDCDBInstance
56
65
 
57
66
 
58
67
 
59
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
68
+ ## 云监控(monitor) 版本:2018-07-24
60
69
 
61
- ### 第 28 次发布
70
+ ### 第 56 次发布
62
71
 
63
- 发布时间:2022-08-29 00:07:08
72
+ 发布时间:2022-08-31 06:39:03
64
73
 
65
74
  本次发布包含了以下内容:
66
75
 
67
76
  改善已有的文档。
68
77
 
69
- 新增接口:
78
+ 修改数据结构:
70
79
 
71
- * [CreateChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/79688)
80
+ * [AlarmNotice](https://cloud.tencent.com/document/api/248/30354#AlarmNotice)
72
81
 
73
- 修改接口:
82
+ * 新增成员:AMPConsumerId
74
83
 
75
- * [ChannelGetTaskResultApi](https://cloud.tencent.com/document/api/1420/78773)
76
84
 
77
- * 新增出参:PreviewUrl
78
85
 
79
- * [CreateFlowsByTemplates](https://cloud.tencent.com/document/api/1420/61523)
80
86
 
81
- * 新增出参:TaskInfos
87
+ ## 图像分析(tiia) 版本:2019-05-29
82
88
 
89
+ ### 第 28 次发布
83
90
 
84
- 新增数据结构:
91
+ 发布时间:2022-08-31 06:53:49
85
92
 
86
- * [TaskInfo](https://cloud.tencent.com/document/api/1420/61525#TaskInfo)
93
+ 本次发布包含了以下内容:
87
94
 
95
+ 改善已有的文档。
88
96
 
97
+ 修改数据结构:
89
98
 
90
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
99
+ * [CarPlateContent](https://cloud.tencent.com/document/api/865/35474#CarPlateContent)
91
100
 
101
+ * 新增成员:PlateStatus, PlateStatusConfidence, PlateAngle
92
102
 
103
+ * [CarTagItem](https://cloud.tencent.com/document/api/865/35474#CarTagItem)
93
104
 
94
- ## 文字识别(ocr) 版本:2018-11-19
105
+ * 新增成员:Orientation, OrientationConfidence
95
106
 
96
- ### 第 76 次发布
97
107
 
98
- 发布时间:2022-08-29 06:40:32
99
108
 
100
- 本次发布包含了以下内容:
101
109
 
102
- 改善已有的文档。
110
+ ## 机器翻译(tmt) 版本:2018-03-21
103
111
 
104
- 修改数据结构:
112
+ ### 第 8 次发布
105
113
 
106
- * [VatInvoice](https://cloud.tencent.com/document/api/866/33527#VatInvoice)
114
+ 发布时间:2022-08-31 06:55:53
107
115
 
108
- * 新增成员:TaxBureau, TrafficFreeFlag
116
+ 本次发布包含了以下内容:
109
117
 
110
- * [VatInvoiceItem](https://cloud.tencent.com/document/api/866/33527#VatInvoiceItem)
118
+ 改善已有的文档。
111
119
 
112
- * 新增成员:TaxClassifyCode
120
+ 修改数据结构:
113
121
 
114
- * [VehicleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#VehicleInvoiceInfo)
122
+ * [GetFileTranslateData](https://cloud.tencent.com/document/api/551/17233#GetFileTranslateData)
115
123
 
116
- * 新增成员:BuyerNo
124
+ * 新增成员:Progress
117
125
 
118
126
 
119
127
 
@@ -1612,6 +1620,18 @@
1612
1620
 
1613
1621
  ## DDoS 防护(antiddos) 版本:2020-03-09
1614
1622
 
1623
+ ### 第 40 次发布
1624
+
1625
+ 发布时间:2022-08-29 13:11:21
1626
+
1627
+ 本次发布包含了以下内容:
1628
+
1629
+ 改善已有的文档。
1630
+
1631
+ 新增接口:
1632
+
1633
+ * [DescribeNewL7RulesErrHealth](https://cloud.tencent.com/document/api/1021/79701)
1634
+
1615
1635
  ### 第 39 次发布
1616
1636
 
1617
1637
  发布时间:2022-08-09 10:41:42
@@ -3613,6 +3633,36 @@
3613
3633
 
3614
3634
  ## 弹性伸缩(as) 版本:2018-04-19
3615
3635
 
3636
+ ### 第 55 次发布
3637
+
3638
+ 发布时间:2022-08-30 06:08:56
3639
+
3640
+ 本次发布包含了以下内容:
3641
+
3642
+ 改善已有的文档。
3643
+
3644
+ 修改接口:
3645
+
3646
+ * [CreateLifecycleHook](https://cloud.tencent.com/document/api/377/34454)
3647
+
3648
+ * 新增入参:LifecycleCommand
3649
+
3650
+
3651
+ 新增数据结构:
3652
+
3653
+ * [LifecycleCommand](https://cloud.tencent.com/document/api/377/20453#LifecycleCommand)
3654
+
3655
+ 修改数据结构:
3656
+
3657
+ * [LifecycleActionResultInfo](https://cloud.tencent.com/document/api/377/20453#LifecycleActionResultInfo)
3658
+
3659
+ * 新增成员:InvocationId, InvokeCommandResult
3660
+
3661
+ * [LifecycleHook](https://cloud.tencent.com/document/api/377/20453#LifecycleHook)
3662
+
3663
+ * 新增成员:LifecycleCommand
3664
+
3665
+
3616
3666
  ### 第 54 次发布
3617
3667
 
3618
3668
  发布时间:2022-08-11 06:10:05
@@ -11331,6 +11381,21 @@
11331
11381
 
11332
11382
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
11333
11383
 
11384
+ ### 第 97 次发布
11385
+
11386
+ 发布时间:2022-08-30 06:13:27
11387
+
11388
+ 本次发布包含了以下内容:
11389
+
11390
+ 改善已有的文档。
11391
+
11392
+ 修改接口:
11393
+
11394
+ * [DescribeParamTemplates](https://cloud.tencent.com/document/api/236/32659)
11395
+
11396
+ * 新增入参:EngineTypes, TemplateNames, TemplateIds
11397
+
11398
+
11334
11399
  ### 第 96 次发布
11335
11400
 
11336
11401
  发布时间:2022-08-01 11:27:47
@@ -17389,6 +17454,21 @@
17389
17454
 
17390
17455
  ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
17391
17456
 
17457
+ ### 第 56 次发布
17458
+
17459
+ 发布时间:2022-08-30 06:16:47
17460
+
17461
+ 本次发布包含了以下内容:
17462
+
17463
+ 改善已有的文档。
17464
+
17465
+ 修改数据结构:
17466
+
17467
+ * [ClsParam](https://cloud.tencent.com/document/api/597/40861#ClsParam)
17468
+
17469
+ * 新增成员:TimeField
17470
+
17471
+
17392
17472
  ### 第 55 次发布
17393
17473
 
17394
17474
  发布时间:2022-08-29 06:16:32
@@ -18579,6 +18659,22 @@
18579
18659
 
18580
18660
  ## 负载均衡(clb) 版本:2018-03-17
18581
18661
 
18662
+ ### 第 71 次发布
18663
+
18664
+ 发布时间:2022-08-30 06:17:26
18665
+
18666
+ 本次发布包含了以下内容:
18667
+
18668
+ 改善已有的文档。
18669
+
18670
+ 新增接口:
18671
+
18672
+ * [DescribeIdleLoadBalancers](https://cloud.tencent.com/document/api/214/79718)
18673
+
18674
+ 新增数据结构:
18675
+
18676
+ * [IdleLoadBalancer](https://cloud.tencent.com/document/api/214/30694#IdleLoadBalancer)
18677
+
18582
18678
  ### 第 70 次发布
18583
18679
 
18584
18680
  发布时间:2022-07-19 06:07:41
@@ -22627,6 +22723,70 @@
22627
22723
 
22628
22724
  ## 企业收付平台(cpdp) 版本:2019-08-20
22629
22725
 
22726
+ ### 第 83 次发布
22727
+
22728
+ 发布时间:2022-08-31 06:18:54
22729
+
22730
+ 本次发布包含了以下内容:
22731
+
22732
+ 改善已有的文档。
22733
+
22734
+ 新增接口:
22735
+
22736
+ * [[ApplyOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79773)](https://cloud.tencent.com/document/api/#/#)
22737
+ * [[ApplyOpenBankSubMerchantSignOnline](https://cloud.tencent.com/document/api/1122/79772)](https://cloud.tencent.com/document/api/#/#)
22738
+ * [[QueryOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79771)](https://cloud.tencent.com/document/api/#/#)
22739
+ * [[QueryOpenBankSubMerchantSignOnline](https://cloud.tencent.com/document/api/1122/79770)](https://cloud.tencent.com/document/api/#/#)
22740
+
22741
+ 修改接口:
22742
+
22743
+ * [AddFlexIdInfo](https://cloud.tencent.com/document/api/1122/76412)
22744
+
22745
+ * 新增入参:Name
22746
+
22747
+ * [RefundOpenBankOrder](https://cloud.tencent.com/document/api/1122/76089)
22748
+
22749
+ * 新增入参:ProfitShareInfoList
22750
+
22751
+
22752
+ 新增数据结构:
22753
+
22754
+ * [[ApplyOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#ApplyOpenBankSettleOrderResult)](https://cloud.tencent.com/document/api/1122/40683#[ApplyOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#ApplyOpenBankSettleOrderResult))
22755
+ * [[ApplyOpenBankSubMerchantSignOnlineResult](https://cloud.tencent.com/document/api/1122/40683#ApplyOpenBankSubMerchantSignOnlineResult)](https://cloud.tencent.com/document/api/1122/40683#[ApplyOpenBankSubMerchantSignOnlineResult](https://cloud.tencent.com/document/api/1122/40683#ApplyOpenBankSubMerchantSignOnlineResult))
22756
+ * [[OpenBankProfitShareRespInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitShareRespInfo)](https://cloud.tencent.com/document/api/1122/40683#[OpenBankProfitShareRespInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitShareRespInfo))
22757
+ * [[QueryOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSettleOrderResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSettleOrderResult))
22758
+ * [[QueryOpenBankSubMerchantSignOnlineResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantSignOnlineResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryOpenBankSubMerchantSignOnlineResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantSignOnlineResult))
22759
+
22760
+ 修改数据结构:
22761
+
22762
+ * [OpenBankQueryRefundOrderResult](https://cloud.tencent.com/document/api/1122/40683#OpenBankQueryRefundOrderResult)
22763
+
22764
+ * 新增成员:ProfitShareRespInfoList
22765
+
22766
+ * [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
22767
+
22768
+ * 新增成员:ProfitShareRespInfoList
22769
+
22770
+
22771
+ ### 第 82 次发布
22772
+
22773
+ 发布时间:2022-08-30 06:19:38
22774
+
22775
+ 本次发布包含了以下内容:
22776
+
22777
+ 改善已有的文档。
22778
+
22779
+ 修改接口:
22780
+
22781
+ * [CreateOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70182)
22782
+
22783
+ * 新增入参:SettlementRulesInfo, ExternalPaymentData
22784
+
22785
+
22786
+ 新增数据结构:
22787
+
22788
+ * [OpenBankSettlementRulesInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankSettlementRulesInfo)
22789
+
22630
22790
  ### 第 81 次发布
22631
22791
 
22632
22792
  发布时间:2022-08-11 06:21:37
@@ -28413,6 +28573,32 @@
28413
28573
 
28414
28574
  ## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
28415
28575
 
28576
+ ### 第 24 次发布
28577
+
28578
+ 发布时间:2022-08-30 06:23:54
28579
+
28580
+ 本次发布包含了以下内容:
28581
+
28582
+ 改善已有的文档。
28583
+
28584
+ 修改接口:
28585
+
28586
+ * [DescribeInstanceSpecs](https://cloud.tencent.com/document/api/1003/48084)
28587
+
28588
+ * 新增入参:IncludeZoneStocks
28589
+
28590
+
28591
+ 新增数据结构:
28592
+
28593
+ * [ZoneStockInfo](https://cloud.tencent.com/document/api/1003/48097#ZoneStockInfo)
28594
+
28595
+ 修改数据结构:
28596
+
28597
+ * [InstanceSpec](https://cloud.tencent.com/document/api/1003/48097#InstanceSpec)
28598
+
28599
+ * 新增成员:HasStock, MachineType, MaxIops, MaxIoBandWidth, ZoneStockInfos
28600
+
28601
+
28416
28602
  ### 第 23 次发布
28417
28603
 
28418
28604
  发布时间:2022-08-25 06:22:53
@@ -30589,6 +30775,18 @@
30589
30775
 
30590
30776
  ## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
30591
30777
 
30778
+ ### 第 45 次发布
30779
+
30780
+ 发布时间:2022-08-31 06:24:58
30781
+
30782
+ 本次发布包含了以下内容:
30783
+
30784
+ 改善已有的文档。
30785
+
30786
+ <font color="#dd0000">**删除接口**:</font>
30787
+
30788
+ * CreateDedicatedClusterDCDBInstance
30789
+
30592
30790
  ### 第 44 次发布
30593
30791
 
30594
30792
  发布时间:2022-08-25 06:25:03
@@ -31442,6 +31640,36 @@
31442
31640
 
31443
31641
  ## 数据湖计算(dlc) 版本:2021-01-25
31444
31642
 
31643
+ ### 第 31 次发布
31644
+
31645
+ 发布时间:2022-08-30 06:26:45
31646
+
31647
+ 本次发布包含了以下内容:
31648
+
31649
+ 改善已有的文档。
31650
+
31651
+ 修改接口:
31652
+
31653
+ * [DescribeTasks](https://cloud.tencent.com/document/api/1342/53771)
31654
+
31655
+ * 新增出参:TasksOverview
31656
+
31657
+
31658
+ 新增数据结构:
31659
+
31660
+ * [TasksOverview](https://cloud.tencent.com/document/api/1342/53778#TasksOverview)
31661
+
31662
+ 修改数据结构:
31663
+
31664
+ * [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
31665
+
31666
+ * 新增成员:TotalTime
31667
+
31668
+ * [TaskResultInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResultInfo)
31669
+
31670
+ * 新增成员:TotalTime
31671
+
31672
+
31445
31673
  ### 第 30 次发布
31446
31674
 
31447
31675
  发布时间:2022-07-28 06:10:28
@@ -37354,7 +37582,7 @@
37354
37582
 
37355
37583
  新增接口:
37356
37584
 
37357
- * [[CreateFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/79686)](https://cloud.tencent.com/document/api/#/#)
37585
+ * [CreateFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/79686)
37358
37586
 
37359
37587
  ### 第 14 次发布
37360
37588
 
@@ -37737,7 +37965,7 @@
37737
37965
 
37738
37966
  新增接口:
37739
37967
 
37740
- * [[CreateChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/79688)](https://cloud.tencent.com/document/api/#/#)
37968
+ * [CreateChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/79688)
37741
37969
 
37742
37970
  修改接口:
37743
37971
 
@@ -37752,7 +37980,7 @@
37752
37980
 
37753
37981
  新增数据结构:
37754
37982
 
37755
- * [[TaskInfo](https://cloud.tencent.com/document/api/1420/61525#TaskInfo)](https://cloud.tencent.com/document/api/1420/61525#[TaskInfo](https://cloud.tencent.com/document/api/1420/61525#TaskInfo))
37983
+ * [TaskInfo](https://cloud.tencent.com/document/api/1420/61525#TaskInfo)
37756
37984
 
37757
37985
  ### 第 27 次发布
37758
37986
 
@@ -42707,6 +42935,22 @@
42707
42935
 
42708
42936
  ## 物联卡(ic) 版本:2019-03-07
42709
42937
 
42938
+ ### 第 7 次发布
42939
+
42940
+ 发布时间:2022-08-30 06:33:17
42941
+
42942
+ 本次发布包含了以下内容:
42943
+
42944
+ 改善已有的文档。
42945
+
42946
+ 新增接口:
42947
+
42948
+ * [PayForExtendData](https://cloud.tencent.com/document/api/636/79719)
42949
+
42950
+ 新增数据结构:
42951
+
42952
+ * [ResOrderIds](https://cloud.tencent.com/document/api/636/33881#ResOrderIds)
42953
+
42710
42954
  ### 第 6 次发布
42711
42955
 
42712
42956
  发布时间:2022-08-05 06:23:27
@@ -46548,6 +46792,18 @@
46548
46792
 
46549
46793
  ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
46550
46794
 
46795
+ ### 第 6 次发布
46796
+
46797
+ 发布时间:2022-08-30 06:36:25
46798
+
46799
+ 本次发布包含了以下内容:
46800
+
46801
+ 改善已有的文档。
46802
+
46803
+ 新增接口:
46804
+
46805
+ * [DescribeCloudStorageStreamData](https://cloud.tencent.com/document/api/1131/79720)
46806
+
46551
46807
  ### 第 5 次发布
46552
46808
 
46553
46809
  发布时间:2022-08-22 06:33:46
@@ -52164,6 +52420,21 @@
52164
52420
 
52165
52421
  ## 云监控(monitor) 版本:2018-07-24
52166
52422
 
52423
+ ### 第 56 次发布
52424
+
52425
+ 发布时间:2022-08-31 06:39:03
52426
+
52427
+ 本次发布包含了以下内容:
52428
+
52429
+ 改善已有的文档。
52430
+
52431
+ 修改数据结构:
52432
+
52433
+ * [AlarmNotice](https://cloud.tencent.com/document/api/248/30354#AlarmNotice)
52434
+
52435
+ * 新增成员:AMPConsumerId
52436
+
52437
+
52167
52438
  ### 第 55 次发布
52168
52439
 
52169
52440
  发布时间:2022-08-22 06:38:10
@@ -55666,6 +55937,28 @@
55666
55937
 
55667
55938
  ## 流计算 Oceanus(oceanus) 版本:2019-04-22
55668
55939
 
55940
+ ### 第 25 次发布
55941
+
55942
+ 发布时间:2022-08-30 06:43:16
55943
+
55944
+ 本次发布包含了以下内容:
55945
+
55946
+ 改善已有的文档。
55947
+
55948
+ 修改接口:
55949
+
55950
+ * [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
55951
+
55952
+ * 新增入参:AutoRecover
55953
+
55954
+
55955
+ 修改数据结构:
55956
+
55957
+ * [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
55958
+
55959
+ * 新增成员:AutoRecover, LogLevel
55960
+
55961
+
55669
55962
  ### 第 24 次发布
55670
55963
 
55671
55964
  发布时间:2022-08-25 06:41:36
@@ -72557,6 +72850,21 @@
72557
72850
 
72558
72851
  ## 边缘安全加速平台(teo) 版本:2022-01-06
72559
72852
 
72853
+ ### 第 23 次发布
72854
+
72855
+ 发布时间:2022-08-30 06:54:55
72856
+
72857
+ 本次发布包含了以下内容:
72858
+
72859
+ 改善已有的文档。
72860
+
72861
+ 修改接口:
72862
+
72863
+ * [DescribeDDoSPolicy](https://cloud.tencent.com/document/api/1552/75110)
72864
+
72865
+ * 新增出参:DdosRule
72866
+
72867
+
72560
72868
  ### 第 22 次发布
72561
72869
 
72562
72870
  发布时间:2022-08-26 06:50:57
@@ -74099,6 +74407,25 @@
74099
74407
 
74100
74408
  ## 图像分析(tiia) 版本:2019-05-29
74101
74409
 
74410
+ ### 第 28 次发布
74411
+
74412
+ 发布时间:2022-08-31 06:53:49
74413
+
74414
+ 本次发布包含了以下内容:
74415
+
74416
+ 改善已有的文档。
74417
+
74418
+ 修改数据结构:
74419
+
74420
+ * [CarPlateContent](https://cloud.tencent.com/document/api/865/35474#CarPlateContent)
74421
+
74422
+ * 新增成员:PlateStatus, PlateStatusConfidence, PlateAngle
74423
+
74424
+ * [CarTagItem](https://cloud.tencent.com/document/api/865/35474#CarTagItem)
74425
+
74426
+ * 新增成员:Orientation, OrientationConfidence
74427
+
74428
+
74102
74429
  ### 第 27 次发布
74103
74430
 
74104
74431
  发布时间:2022-08-16 06:45:30
@@ -75532,6 +75859,43 @@
75532
75859
 
75533
75860
  ## 容器服务(tke) 版本:2018-05-25
75534
75861
 
75862
+ ### 第 119 次发布
75863
+
75864
+ 发布时间:2022-08-30 06:57:14
75865
+
75866
+ 本次发布包含了以下内容:
75867
+
75868
+ 改善已有的文档。
75869
+
75870
+ 修改接口:
75871
+
75872
+ * [DescribeClusterEndpoints](https://cloud.tencent.com/document/api/457/78051)
75873
+
75874
+ * 新增出参:ClusterExternalDomain, ClusterIntranetDomain, SecurityGroup
75875
+
75876
+ * [ModifyClusterEndpointSP](https://cloud.tencent.com/document/api/457/39408)
75877
+
75878
+ * 新增入参:SecurityGroup
75879
+
75880
+
75881
+ 新增数据结构:
75882
+
75883
+ * [CUDNN](https://cloud.tencent.com/document/api/457/31866#CUDNN)
75884
+ * [CustomDriver](https://cloud.tencent.com/document/api/457/31866#CustomDriver)
75885
+ * [DriverVersion](https://cloud.tencent.com/document/api/457/31866#DriverVersion)
75886
+ * [GPUArgs](https://cloud.tencent.com/document/api/457/31866#GPUArgs)
75887
+
75888
+ 修改数据结构:
75889
+
75890
+ * [InstanceAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#InstanceAdvancedSettings)
75891
+
75892
+ * 新增成员:GPUArgs
75893
+
75894
+ * [SubnetInfos](https://cloud.tencent.com/document/api/457/31866#SubnetInfos)
75895
+
75896
+ * 新增成员:SecurityGroups
75897
+
75898
+
75535
75899
  ### 第 118 次发布
75536
75900
 
75537
75901
  发布时间:2022-08-23 06:56:25
@@ -78120,6 +78484,21 @@
78120
78484
 
78121
78485
  ## 机器翻译(tmt) 版本:2018-03-21
78122
78486
 
78487
+ ### 第 8 次发布
78488
+
78489
+ 发布时间:2022-08-31 06:55:53
78490
+
78491
+ 本次发布包含了以下内容:
78492
+
78493
+ 改善已有的文档。
78494
+
78495
+ 修改数据结构:
78496
+
78497
+ * [GetFileTranslateData](https://cloud.tencent.com/document/api/551/17233#GetFileTranslateData)
78498
+
78499
+ * 新增成员:Progress
78500
+
78501
+
78123
78502
  ### 第 7 次发布
78124
78503
 
78125
78504
  发布时间:2022-05-18 06:19:05
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.428",
3
+ "version": "4.0.431",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {