tencentcloud-sdk-nodejs 4.0.388 → 4.0.389

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 (68) hide show
  1. package/CHANGELOG.md +233 -0
  2. package/SERVICE_CHANGELOG.md +385 -112
  3. package/package.json +1 -1
  4. package/products.md +14 -12
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +42 -0
  7. package/src/services/bma/index.ts +5 -0
  8. package/src/services/bma/v20210624/bma_client.ts +79 -0
  9. package/src/services/bma/v20210624/bma_models.ts +316 -0
  10. package/src/services/bma/v20210624/index.ts +6 -0
  11. package/src/services/cfw/v20190904/cfw_client.ts +1 -1
  12. package/src/services/clb/v20180317/clb_models.ts +1 -1
  13. package/src/services/cpdp/v20190820/cpdp_models.ts +6 -0
  14. package/src/services/dataintegration/index.ts +5 -0
  15. package/src/services/dataintegration/v20220613/dataintegration_client.ts +40 -0
  16. package/src/services/dataintegration/v20220613/dataintegration_models.ts +61 -0
  17. package/src/services/dataintegration/v20220613/index.ts +6 -0
  18. package/src/services/dbdc/v20201029/dbdc_models.ts +31 -4
  19. package/src/services/ess/v20201111/ess_models.ts +93 -93
  20. package/src/services/gaap/v20180529/gaap_models.ts +195 -20
  21. package/src/services/index.ts +2 -0
  22. package/src/services/mariadb/v20170312/mariadb_models.ts +10 -0
  23. package/src/services/redis/v20180412/redis_client.ts +85 -61
  24. package/src/services/redis/v20180412/redis_models.ts +71 -6
  25. package/src/services/tdmq/v20200217/tdmq_client.ts +1 -1
  26. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  27. package/src/services/trp/v20210515/trp_models.ts +21 -1
  28. package/src/services/tsf/v20180326/tsf_models.ts +6 -1
  29. package/tencentcloud/common/sdk_version.d.ts +1 -1
  30. package/tencentcloud/common/sdk_version.js +1 -1
  31. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +34 -0
  32. package/tencentcloud/services/bma/index.d.ts +6 -0
  33. package/tencentcloud/services/bma/index.js +7 -0
  34. package/tencentcloud/services/bma/v20210624/bma_client.d.ts +26 -0
  35. package/tencentcloud/services/bma/v20210624/bma_client.js +55 -0
  36. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +248 -0
  37. package/tencentcloud/services/bma/v20210624/bma_models.js +18 -0
  38. package/tencentcloud/services/bma/v20210624/index.d.ts +6 -0
  39. package/tencentcloud/services/bma/v20210624/index.js +9 -0
  40. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  41. package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
  42. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  43. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +5 -0
  44. package/tencentcloud/services/dataintegration/index.d.ts +6 -0
  45. package/tencentcloud/services/dataintegration/index.js +7 -0
  46. package/tencentcloud/services/dataintegration/v20220613/dataintegration_client.d.ts +14 -0
  47. package/tencentcloud/services/dataintegration/v20220613/dataintegration_client.js +37 -0
  48. package/tencentcloud/services/dataintegration/v20220613/dataintegration_models.d.ts +39 -0
  49. package/tencentcloud/services/dataintegration/v20220613/dataintegration_models.js +18 -0
  50. package/tencentcloud/services/dataintegration/v20220613/index.d.ts +6 -0
  51. package/tencentcloud/services/dataintegration/v20220613/index.js +9 -0
  52. package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +26 -4
  53. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +81 -81
  54. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +159 -18
  55. package/tencentcloud/services/index.d.ts +2 -0
  56. package/tencentcloud/services/index.js +4 -0
  57. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +8 -0
  58. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +29 -21
  59. package/tencentcloud/services/redis/v20180412/redis_client.js +42 -30
  60. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +62 -6
  61. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -1
  62. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +1 -1
  63. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  64. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +17 -1
  65. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +5 -1
  66. package/test/bma.v20210624.test.js +61 -0
  67. package/test/dataintegration.v20220613.test.js +31 -0
  68. package/test/redis.v20180412.test.js +40 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.388",
3
+ "version": "4.0.389",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -8,7 +8,7 @@
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
9
9
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
10
10
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-06-23 06:06:13 |
11
- | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-07-15 06:03:07 |
11
+ | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-07-27 06:03:19 |
12
12
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
13
13
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
14
14
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
@@ -24,6 +24,7 @@
24
24
  | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-06-08 06:04:08 |
25
25
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
26
26
  | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
27
+ | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-07-26 14:16:47 |
27
28
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
28
29
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
29
30
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
@@ -43,30 +44,31 @@
43
44
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
44
45
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-07-22 06:04:01 |
45
46
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
46
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-31 06:06:47 |
47
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-07-27 06:05:49 |
47
48
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
48
49
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-07-19 20:27:09 |
49
50
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
50
51
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
51
52
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
52
53
  | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-07-26 06:10:15 |
53
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-07-19 06:07:41 |
54
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-07-27 06:06:19 |
54
55
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
55
56
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
56
57
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-07-25 06:05:02 |
57
58
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-24 06:09:00 |
58
59
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
59
60
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
60
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-07-19 06:08:24 |
61
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-07-27 06:06:57 |
61
62
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
62
63
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-07-22 06:05:40 |
63
64
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-07-15 06:07:13 |
64
65
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
65
66
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-07-26 06:12:54 |
66
67
  | dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-06-01 20:56:43 |
68
+ | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
67
69
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
68
70
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-06-22 06:06:28 |
69
- | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-07-01 11:26:52 |
71
+ | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-07-27 06:08:38 |
70
72
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
71
73
  | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-07-22 06:06:56 |
72
74
  | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-07-21 06:07:59 |
@@ -84,13 +86,13 @@
84
86
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-06-16 06:06:58 |
85
87
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-22 06:08:04 |
86
88
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-07-14 06:10:06 |
87
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-07-26 06:15:14 |
89
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-07-27 06:10:04 |
88
90
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-07-26 06:15:25 |
89
91
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
90
92
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-07-14 17:47:55 |
91
93
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
92
94
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
93
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-07-14 06:10:30 |
95
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-07-27 06:10:24 |
94
96
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-07-25 06:08:50 |
95
97
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
96
98
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
@@ -117,7 +119,7 @@
117
119
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-07-25 06:10:46 |
118
120
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
119
121
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
120
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-07-22 06:10:50 |
122
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-07-27 06:13:02 |
121
123
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
122
124
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
123
125
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
@@ -140,7 +142,7 @@
140
142
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-06-27 06:13:12 |
141
143
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-04-04 07:02:49 |
142
144
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-04-21 06:16:10 |
143
- | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-07-26 06:20:15 |
145
+ | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-07-27 06:14:34 |
144
146
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
145
147
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
146
148
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-07-14 06:14:27 |
@@ -175,7 +177,7 @@
175
177
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-07-19 06:18:23 |
176
178
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
177
179
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
178
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-06 06:19:19 |
180
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-27 06:16:59 |
179
181
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-07-22 06:14:55 |
180
182
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-07-19 06:19:12 |
181
183
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
@@ -191,10 +193,10 @@
191
193
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
192
194
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
193
195
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
194
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-06-07 16:18:00 |
196
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-07-27 06:17:54 |
195
197
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-07-25 06:16:06 |
196
198
  | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-07-19 06:20:45 |
197
- | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-01 06:19:44 |
199
+ | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-27 06:18:08 |
198
200
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
199
201
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-06-07 06:15:49 |
200
202
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.388"
1
+ export const sdkVersion = "4.0.389"
@@ -1118,6 +1118,36 @@ export interface L7RuleHealth {
1118
1118
  * 健康检查判定正常状态码,1xx =1, 2xx=2, 3xx=4, 4xx=8,5xx=16,多个状态码值加和
1119
1119
  */
1120
1120
  StatusCode: number
1121
+
1122
+ /**
1123
+ * 是否同时下发http和https规则健康检查配置
1124
+ */
1125
+ ProtocolFlag?: number
1126
+
1127
+ /**
1128
+ * 被动探测开关,=1表示开启;=0表示关闭
1129
+ */
1130
+ PassiveEnable?: number
1131
+
1132
+ /**
1133
+ * 被动探测不健康屏蔽时间
1134
+ */
1135
+ BlockInter?: number
1136
+
1137
+ /**
1138
+ * 被动探测不健康统计间隔
1139
+ */
1140
+ FailedCountInter?: number
1141
+
1142
+ /**
1143
+ * 被动探测不健康阈值
1144
+ */
1145
+ FailedThreshold?: number
1146
+
1147
+ /**
1148
+ * 被动探测判定正常状态码,1xx =1, 2xx=2, 3xx=4, 4xx=8,5xx=16,多个状态码值加和
1149
+ */
1150
+ PassiveStatusCode?: number
1121
1151
  }
1122
1152
 
1123
1153
  /**
@@ -2545,6 +2575,12 @@ export interface L4RuleSource {
2545
2575
  注意:此字段可能返回 null,表示取不到有效值。
2546
2576
  */
2547
2577
  Port?: number
2578
+
2579
+ /**
2580
+ * 备份源站,1: 备份源站,0: 普通源站
2581
+ 注意:此字段可能返回 null,表示取不到有效值。
2582
+ */
2583
+ Backup?: number
2548
2584
  }
2549
2585
 
2550
2586
  /**
@@ -2729,6 +2765,12 @@ export interface BGPIPInstance {
2729
2765
  注意:此字段可能返回 null,表示取不到有效值。
2730
2766
  */
2731
2767
  AnycastOutPackRelation: AnycastOutPackRelation
2768
+
2769
+ /**
2770
+ * 资源实例版本
2771
+ 注意:此字段可能返回 null,表示取不到有效值。
2772
+ */
2773
+ InstanceVersion: number
2732
2774
  }
2733
2775
 
2734
2776
  /**
@@ -0,0 +1,5 @@
1
+ import { v20210624 } from "./v20210624"
2
+
3
+ export const bma = {
4
+ v20210624: v20210624,
5
+ }
@@ -0,0 +1,79 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ import { AbstractClient } from "../../../common/abstract_client"
19
+ import { ClientConfig } from "../../../common/interface"
20
+ import {
21
+ DescribeCRWorkInfoRequest,
22
+ DescribeCRWorkInfoResponse,
23
+ CreateCRRightRequest,
24
+ CreateCRRightResponse,
25
+ CreateCRBlockRequest,
26
+ CreateCRBlockResponse,
27
+ CreateCRCompanyVerifyResponse,
28
+ CreateCRCompanyVerifyRequest,
29
+ } from "./bma_models"
30
+
31
+ /**
32
+ * bma client
33
+ * @class
34
+ */
35
+ export class Client extends AbstractClient {
36
+ constructor(clientConfig: ClientConfig) {
37
+ super("bma.tencentcloudapi.com", "2021-06-24", clientConfig)
38
+ }
39
+
40
+ /**
41
+ * 查询作品基本信息
42
+ */
43
+ async DescribeCRWorkInfo(
44
+ req: DescribeCRWorkInfoRequest,
45
+ cb?: (error: string, rep: DescribeCRWorkInfoResponse) => void
46
+ ): Promise<DescribeCRWorkInfoResponse> {
47
+ return this.request("DescribeCRWorkInfo", req, cb)
48
+ }
49
+
50
+ /**
51
+ * 版权保护-新建发函接口
52
+ */
53
+ async CreateCRRight(
54
+ req: CreateCRRightRequest,
55
+ cb?: (error: string, rep: CreateCRRightResponse) => void
56
+ ): Promise<CreateCRRightResponse> {
57
+ return this.request("CreateCRRight", req, cb)
58
+ }
59
+
60
+ /**
61
+ * 版权保护-新建拦截接口
62
+ */
63
+ async CreateCRBlock(
64
+ req: CreateCRBlockRequest,
65
+ cb?: (error: string, rep: CreateCRBlockResponse) => void
66
+ ): Promise<CreateCRBlockResponse> {
67
+ return this.request("CreateCRBlock", req, cb)
68
+ }
69
+
70
+ /**
71
+ * 品牌经营管家-版权保护模块企业认证接口
72
+ */
73
+ async CreateCRCompanyVerify(
74
+ req: CreateCRCompanyVerifyRequest,
75
+ cb?: (error: string, rep: CreateCRCompanyVerifyResponse) => void
76
+ ): Promise<CreateCRCompanyVerifyResponse> {
77
+ return this.request("CreateCRCompanyVerify", req, cb)
78
+ }
79
+ }
@@ -0,0 +1,316 @@
1
+ /*
2
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing,
11
+ * software distributed under the License is distributed on an
12
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
13
+ * KIND, either express or implied. See the License for the
14
+ * specific language governing permissions and limitations
15
+ * under the License.
16
+ */
17
+
18
+ /**
19
+ * DescribeCRWorkInfo请求参数结构体
20
+ */
21
+ export interface DescribeCRWorkInfoRequest {
22
+ /**
23
+ * xxx
24
+ */
25
+ WorkId: number
26
+ }
27
+
28
+ /**
29
+ * DescribeCRWorkInfo返回参数结构体
30
+ */
31
+ export interface DescribeCRWorkInfoResponse {
32
+ /**
33
+ * x
34
+ */
35
+ WorkName: string
36
+
37
+ /**
38
+ * x
39
+ */
40
+ MonitorStatus: number
41
+
42
+ /**
43
+ * x
44
+ */
45
+ AuthStatus: number
46
+
47
+ /**
48
+ * x
49
+ */
50
+ CommStatus: number
51
+
52
+ /**
53
+ * x
54
+ */
55
+ IsProducer: number
56
+
57
+ /**
58
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
59
+ */
60
+ RequestId?: string
61
+ }
62
+
63
+ /**
64
+ * CreateCRRight请求参数结构体
65
+ */
66
+ export interface CreateCRRightRequest {
67
+ /**
68
+ * 已存证的作品ID
69
+ */
70
+ WorkId: number
71
+
72
+ /**
73
+ * 侵权链接
74
+ */
75
+ TortUrl: string
76
+
77
+ /**
78
+ * 侵权标题
79
+ */
80
+ TortTitle?: string
81
+
82
+ /**
83
+ * 侵权平台
84
+ */
85
+ TortPlat?: string
86
+
87
+ /**
88
+ * 发函结果回调地址
89
+ */
90
+ RightUrl?: string
91
+
92
+ /**
93
+ * x
94
+ */
95
+ FileUrl?: string
96
+
97
+ /**
98
+ * x
99
+ */
100
+ ValidStartDate?: string
101
+
102
+ /**
103
+ * x
104
+ */
105
+ ValidEndDate?: string
106
+
107
+ /**
108
+ * x
109
+ */
110
+ CommFileUrl?: string
111
+
112
+ /**
113
+ * x
114
+ */
115
+ CommValidStartDate?: string
116
+
117
+ /**
118
+ * x
119
+ */
120
+ CommValidEndDate?: string
121
+
122
+ /**
123
+ * x
124
+ */
125
+ HomeFileUrl?: string
126
+
127
+ /**
128
+ * x
129
+ */
130
+ HomeValidStartDate?: string
131
+
132
+ /**
133
+ * x
134
+ */
135
+ HomeValidEndDate?: string
136
+
137
+ /**
138
+ * x
139
+ */
140
+ IsProducer?: string
141
+ }
142
+
143
+ /**
144
+ * CreateCRRight返回参数结构体
145
+ */
146
+ export interface CreateCRRightResponse {
147
+ /**
148
+ * 侵权ID
149
+ */
150
+ TortId: number
151
+
152
+ /**
153
+ * xxx
154
+ */
155
+ TortNum: string
156
+
157
+ /**
158
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
159
+ */
160
+ RequestId?: string
161
+ }
162
+
163
+ /**
164
+ * CreateCRBlock请求参数结构体
165
+ */
166
+ export interface CreateCRBlockRequest {
167
+ /**
168
+ * 已存证的作品ID
169
+ */
170
+ WorkId: number
171
+
172
+ /**
173
+ * 侵权链接
174
+ */
175
+ TortUrl: string
176
+
177
+ /**
178
+ * 侵权标题
179
+ */
180
+ TortTitle?: string
181
+
182
+ /**
183
+ * 侵权平台
184
+ */
185
+ TortPlat?: string
186
+
187
+ /**
188
+ * 拦截结果回调地址
189
+ */
190
+ BlockUrl?: string
191
+
192
+ /**
193
+ * x
194
+ */
195
+ FileUrl?: string
196
+
197
+ /**
198
+ * x
199
+ */
200
+ ValidStartDate?: string
201
+
202
+ /**
203
+ * x
204
+ */
205
+ ValidEndDate?: string
206
+
207
+ /**
208
+ * xx
209
+ */
210
+ TortPic?: string
211
+
212
+ /**
213
+ * x
214
+ */
215
+ CommFileUrl?: string
216
+
217
+ /**
218
+ * x
219
+ */
220
+ CommValidStartDate?: string
221
+
222
+ /**
223
+ * x
224
+ */
225
+ CommValidEndDate?: string
226
+
227
+ /**
228
+ * x
229
+ */
230
+ IsProducer?: string
231
+ }
232
+
233
+ /**
234
+ * CreateCRBlock返回参数结构体
235
+ */
236
+ export interface CreateCRBlockResponse {
237
+ /**
238
+ * 侵权ID
239
+ */
240
+ TortId: number
241
+
242
+ /**
243
+ * xxx
244
+ */
245
+ TortNum: string
246
+
247
+ /**
248
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
249
+ */
250
+ RequestId?: string
251
+ }
252
+
253
+ /**
254
+ * CreateCRCompanyVerify返回参数结构体
255
+ */
256
+ export interface CreateCRCompanyVerifyResponse {
257
+ /**
258
+ * 认证状态 0-认证成功 1-认证失败
259
+ */
260
+ Status: number
261
+
262
+ /**
263
+ * 认证结果返回
264
+ */
265
+ Note: string
266
+
267
+ /**
268
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
269
+ */
270
+ RequestId?: string
271
+ }
272
+
273
+ /**
274
+ * CreateCRCompanyVerify请求参数结构体
275
+ */
276
+ export interface CreateCRCompanyVerifyRequest {
277
+ /**
278
+ * 企业名称
279
+ */
280
+ CompanyName: string
281
+
282
+ /**
283
+ * 企业证件号码
284
+ */
285
+ CompanyID: string
286
+
287
+ /**
288
+ * 企业法人姓名
289
+ */
290
+ CompanyLegalName: string
291
+
292
+ /**
293
+ * 管理员名称
294
+ */
295
+ ManagerName: string
296
+
297
+ /**
298
+ * 管理员手机号
299
+ */
300
+ ManagerPhone: string
301
+
302
+ /**
303
+ * 手机验证码
304
+ */
305
+ VerificationCode: string
306
+
307
+ /**
308
+ * 企业认证号码类型 1:社会信用代码 2:组织机构代码 3:企业工商注册码 4:其他 默认为1
309
+ */
310
+ CompanyIDType?: string
311
+
312
+ /**
313
+ * xxx
314
+ */
315
+ Type?: string
316
+ }
@@ -0,0 +1,6 @@
1
+ import * as Models from "./bma_models"
2
+ import { Client } from "./bma_client"
3
+ export const v20210624 = {
4
+ Client: Client,
5
+ Models: Models,
6
+ }
@@ -664,7 +664,7 @@ export class Client extends AbstractClient {
664
664
  }
665
665
 
666
666
  /**
667
- * 创建防火墙实例
667
+ * 创建NAT防火墙实例(Region参数必填)
668
668
  */
669
669
  async CreateNatFwInstance(
670
670
  req: CreateNatFwInstanceRequest,
@@ -2127,7 +2127,7 @@ export interface HealthCheck {
2127
2127
  HttpCheckPath?: string
2128
2128
 
2129
2129
  /**
2130
- * 健康检查域名(仅适用于HTTP/HTTPS转发规则、TCP监听器的HTTP健康检查方式)。
2130
+ * 健康检查域名(仅适用于HTTP/HTTPS转发规则、TCP监听器的HTTP健康检查方式,当监听器是TCP类型时,该参数为必填项)。
2131
2131
  注意:此字段可能返回 null,表示取不到有效值。
2132
2132
  */
2133
2133
  HttpCheckDomain?: string
@@ -24577,6 +24577,12 @@ export interface AmountBeforeTaxResult {
24577
24577
  注意:此字段可能返回 null,表示取不到有效值。
24578
24578
  */
24579
24579
  AmountBeforeTax: string
24580
+
24581
+ /**
24582
+ * 两位精度税前金额
24583
+ 注意:此字段可能返回 null,表示取不到有效值。
24584
+ */
24585
+ AmountBeforeTaxWithTwoDigitPrecision: string
24580
24586
  }
24581
24587
 
24582
24588
  /**
@@ -0,0 +1,5 @@
1
+ import { v20220613 } from "./v20220613"
2
+
3
+ export const dataintegration = {
4
+ v20220613: v20220613,
5
+ }
@@ -0,0 +1,40 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ import { AbstractClient } from "../../../common/abstract_client"
19
+ import { ClientConfig } from "../../../common/interface"
20
+ import { SendMessageResponse, BatchContent, SendMessageRequest } from "./dataintegration_models"
21
+
22
+ /**
23
+ * dataintegration client
24
+ * @class
25
+ */
26
+ export class Client extends AbstractClient {
27
+ constructor(clientConfig: ClientConfig) {
28
+ super("dataintegration.tencentcloudapi.com", "2022-06-13", clientConfig)
29
+ }
30
+
31
+ /**
32
+ * 使用SDK将数据上报到DIP
33
+ */
34
+ async SendMessage(
35
+ req: SendMessageRequest,
36
+ cb?: (error: string, rep: SendMessageResponse) => void
37
+ ): Promise<SendMessageResponse> {
38
+ return this.request("SendMessage", req, cb)
39
+ }
40
+ }