tencentcloud-sdk-nodejs 4.0.656 → 4.0.658

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 (83) hide show
  1. package/CHANGELOG.md +398 -0
  2. package/SERVICE_CHANGELOG.md +420 -13
  3. package/package.json +1 -1
  4. package/products.md +26 -25
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +1 -1
  7. package/src/services/bri/v20190328/bri_models.ts +4 -1
  8. package/src/services/cbs/v20170312/cbs_models.ts +4 -4
  9. package/src/services/cdb/v20170320/cdb_client.ts +36 -0
  10. package/src/services/cdb/v20170320/cdb_models.ts +91 -13
  11. package/src/services/cdn/v20180606/cdn_models.ts +5 -7
  12. package/src/services/clb/v20180317/clb_models.ts +5 -5
  13. package/src/services/cwp/v20180228/cwp_models.ts +2 -2
  14. package/src/services/dlc/v20210125/dlc_client.ts +16 -2
  15. package/src/services/dlc/v20210125/dlc_models.ts +224 -114
  16. package/src/services/ess/v20201111/ess_models.ts +1 -1
  17. package/src/services/gme/v20180711/gme_client.ts +6 -5
  18. package/src/services/index.ts +1 -0
  19. package/src/services/iss/index.ts +5 -0
  20. package/src/services/iss/v20230517/index.ts +6 -0
  21. package/src/services/iss/v20230517/iss_client.ts +982 -0
  22. package/src/services/iss/v20230517/iss_models.ts +4337 -0
  23. package/src/services/postgres/v20170312/postgres_client.ts +58 -15
  24. package/src/services/postgres/v20170312/postgres_models.ts +169 -21
  25. package/src/services/scf/v20180416/scf_models.ts +8 -0
  26. package/src/services/sqlserver/v20180328/sqlserver_models.ts +65 -65
  27. package/src/services/tag/v20180813/tag_models.ts +7 -7
  28. package/src/services/teo/v20220901/teo_models.ts +75 -64
  29. package/src/services/tke/v20180525/tke_client.ts +1 -0
  30. package/src/services/tke/v20180525/tke_models.ts +26 -6
  31. package/src/services/tse/v20201207/tse_models.ts +1 -0
  32. package/src/services/vod/v20180717/vod_models.ts +1 -1
  33. package/src/services/vpc/v20170312/vpc_client.ts +95 -23
  34. package/src/services/vpc/v20170312/vpc_models.ts +216 -98
  35. package/src/services/wedata/v20210820/wedata_client.ts +3 -1
  36. package/src/services/wedata/v20210820/wedata_models.ts +124 -13
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
  40. package/tencentcloud/services/bri/v20190328/bri_models.d.ts +4 -1
  41. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
  42. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +13 -1
  43. package/tencentcloud/services/cdb/v20170320/cdb_client.js +18 -0
  44. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +85 -13
  45. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -7
  46. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -5
  47. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +2 -2
  48. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  49. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  50. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +220 -114
  51. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  52. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +6 -5
  53. package/tencentcloud/services/gme/v20180711/gme_client.js +6 -5
  54. package/tencentcloud/services/index.d.ts +1 -0
  55. package/tencentcloud/services/index.js +2 -0
  56. package/tencentcloud/services/iss/index.d.ts +6 -0
  57. package/tencentcloud/services/iss/index.js +7 -0
  58. package/tencentcloud/services/iss/v20230517/index.d.ts +6 -0
  59. package/tencentcloud/services/iss/v20230517/index.js +9 -0
  60. package/tencentcloud/services/iss/v20230517/iss_client.d.ts +313 -0
  61. package/tencentcloud/services/iss/v20230517/iss_client.js +484 -0
  62. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +4123 -0
  63. package/tencentcloud/services/iss/v20230517/iss_models.js +18 -0
  64. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +24 -5
  65. package/tencentcloud/services/postgres/v20170312/postgres_client.js +31 -6
  66. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +163 -21
  67. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -0
  68. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +65 -65
  69. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +7 -7
  70. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +75 -64
  71. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +25 -6
  72. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1 -0
  73. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
  74. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +31 -7
  75. package/tencentcloud/services/vpc/v20170312/vpc_client.js +45 -9
  76. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +204 -98
  77. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
  78. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +122 -13
  79. package/test/cdb.v20170320.test.js +30 -0
  80. package/test/dlc.v20210125.test.js +10 -0
  81. package/test/iss.v20230517.test.js +771 -0
  82. package/test/postgres.v20170312.test.js +34 -4
  83. package/test/vpc.v20170312.test.js +66 -6
package/products.md CHANGED
@@ -16,7 +16,7 @@
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-08-01 01:01:56 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-07-18 01:07:24 |
19
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-07-19 01:07:14 |
19
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-08-04 01:06:13 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-02 01:06:17 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-05-18 01:04:06 |
@@ -31,22 +31,22 @@
31
31
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2023-05-18 01:05:55 |
32
32
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2023-05-18 01:06:15 |
33
33
  | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2023-06-14 01:09:11 |
34
- | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
34
+ | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2023-08-03 12:20:37 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-05-18 01:06:40 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
37
37
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-07-28 01:09:58 |
38
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-05-18 01:07:27 |
38
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-08-04 01:07:04 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-05-31 01:09:58 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
42
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-07-24 01:12:51 |
42
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-08-04 01:07:16 |
43
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-07-28 01:10:59 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-07-31 01:10:35 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-08-07 01:07:06 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-07-28 01:11:59 |
46
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-07-31 01:11:31 |
46
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-08-04 01:07:45 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-07-20 01:14:55 |
49
- | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-07-25 10:44:01 |
49
+ | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-08-07 01:07:52 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-07-27 01:09:08 |
51
51
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-07-14 01:08:16 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-05-31 01:12:53 |
@@ -55,7 +55,7 @@
55
55
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
56
56
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
57
57
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-07-31 01:13:15 |
58
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-08-01 01:09:50 |
58
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-08-07 01:08:20 |
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
@@ -68,9 +68,9 @@
68
68
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-07-18 01:21:16 |
69
69
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
70
70
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-08-02 01:09:12 |
71
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-07-28 01:18:37 |
71
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-08-07 01:09:27 |
72
72
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
73
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-02 01:13:37 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-07 01:09:57 |
74
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-08-02 01:13:55 |
75
75
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
76
76
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -78,7 +78,7 @@
78
78
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
79
79
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
80
80
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-28 01:18:44 |
81
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-08-01 01:17:48 |
81
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-08-07 01:10:42 |
82
82
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-08-01 01:18:18 |
83
83
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-07-24 01:25:15 |
84
84
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
@@ -93,14 +93,14 @@
93
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
94
94
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-01 01:21:59 |
95
95
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-12 01:24:00 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-03 01:06:38 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-04 01:11:52 |
97
97
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-02 16:50:51 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-27 01:13:31 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-08-01 01:24:47 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-07-14 14:55:45 |
101
101
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
102
102
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-07-28 01:27:13 |
103
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-07-21 01:25:06 |
103
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-08-07 01:12:20 |
104
104
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-08-02 01:16:12 |
105
105
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
106
106
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
@@ -122,6 +122,7 @@
122
122
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-07-27 01:14:43 |
123
123
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-05-18 01:34:37 |
124
124
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-06-13 01:25:28 |
125
+ | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-08-03 16:25:45 |
125
126
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
126
127
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
127
128
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
@@ -136,7 +137,7 @@
136
137
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-05-26 01:41:20 |
137
138
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
138
139
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
139
- | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-01 01:32:11 |
140
+ | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-07 01:14:24 |
140
141
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-07-06 01:31:55 |
141
142
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-08-03 01:09:25 |
142
143
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-08-03 01:09:40 |
@@ -152,7 +153,7 @@
152
153
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-07-27 01:17:15 |
153
154
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-07-20 18:40:49 |
154
155
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
155
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-07-27 01:17:24 |
156
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-08-04 01:15:26 |
156
157
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-07-06 01:39:21 |
157
158
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-07-26 01:31:49 |
158
159
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
@@ -161,7 +162,7 @@
161
162
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-05-18 01:46:50 |
162
163
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
163
164
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-18 01:46:54 |
164
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-08-02 01:20:41 |
165
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-08-04 01:16:09 |
165
166
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-28 01:37:26 |
166
167
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
167
168
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
@@ -169,14 +170,14 @@
169
170
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-28 01:37:53 |
170
171
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-07-10 01:39:48 |
171
172
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
172
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-08-02 01:20:58 |
173
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-08-07 01:16:11 |
173
174
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-07-26 01:34:12 |
174
175
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-07-19 01:38:38 |
175
176
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
176
177
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-18 01:49:41 |
177
178
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-07-19 01:39:05 |
178
179
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-05-24 01:44:57 |
179
- | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-06-14 01:39:43 |
180
+ | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-08-04 01:17:06 |
180
181
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
181
182
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-06-15 01:34:24 |
182
183
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
@@ -197,7 +198,7 @@
197
198
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-03 01:12:55 |
198
199
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
199
200
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
200
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-08-03 01:13:13 |
201
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-08-04 01:18:31 |
201
202
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-07-07 01:53:45 |
202
203
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
203
204
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-05-18 01:58:19 |
@@ -207,7 +208,7 @@
207
208
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-07-10 01:48:50 |
208
209
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-07-28 15:36:37 |
209
210
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-08-03 01:13:41 |
210
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-08-03 01:13:56 |
211
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-08-07 01:18:30 |
211
212
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
212
213
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
213
214
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-07-28 01:54:14 |
@@ -215,20 +216,20 @@
215
216
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
216
217
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-10 01:51:20 |
217
218
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
218
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-08-02 01:26:09 |
219
- | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-08-02 01:26:15 |
219
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-08-04 01:19:38 |
220
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-08-07 01:19:09 |
220
221
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-08-02 01:26:52 |
221
222
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
222
223
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-08-01 01:49:43 |
223
224
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
224
225
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
225
226
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
226
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-26 01:43:57 |
227
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-03 01:15:17 |
227
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-08-04 01:20:16 |
228
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-07 01:19:59 |
228
229
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
229
230
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-31 01:50:43 |
230
231
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
231
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-07-25 11:28:02 |
232
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-04 01:21:15 |
232
233
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
233
234
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-06-22 02:06:43 |
234
235
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.656"
1
+ export const sdkVersion = "4.0.658"
@@ -2068,7 +2068,7 @@ export interface UpgradeLaunchConfigurationRequest {
2068
2068
  */
2069
2069
  InternetAccessible?: InternetAccessible
2070
2070
  /**
2071
- * 实例登录设置。通过该参数可以设置实例的登录方式密码、密钥或保持镜像的原始登录设置。默认情况下会随机生成密码,并以站内信方式知会到用户。
2071
+ * 该参数已失效,请勿使用。升级启动配置接口无法修改或覆盖 LoginSettings 参数,升级后 LoginSettings 不会发生变化。
2072
2072
  */
2073
2073
  LoginSettings?: LoginSettings
2074
2074
  /**
@@ -67,7 +67,6 @@ export interface BRIRequest {
67
67
  Scene?: string
68
68
  /**
69
69
  * 电话号码 (业务名为bri_num时必填)
70
- 注意:此字段可能返回 null,表示取不到有效值。
71
70
  */
72
71
  PhoneNumber?: string
73
72
  /**
@@ -90,6 +89,10 @@ export interface BRIRequest {
90
89
  * 微信号的可疑标签
91
90
  */
92
91
  WechatTag?: string
92
+ /**
93
+ * 子客户ID
94
+ */
95
+ SubAppid?: string
93
96
  }
94
97
 
95
98
  /**
@@ -1516,14 +1516,14 @@ export interface DiskChargePrepaid {
1516
1516
  * 描述键值对过滤器,用于条件过滤查询。
1517
1517
  */
1518
1518
  export interface Filter {
1519
- /**
1520
- * 一个或者多个过滤值。
1521
- */
1522
- Values: Array<string>
1523
1519
  /**
1524
1520
  * 过滤键的名称。
1525
1521
  */
1526
1522
  Name: string
1523
+ /**
1524
+ * 一个或者多个过滤值。
1525
+ */
1526
+ Values: Array<string>
1527
1527
  }
1528
1528
 
1529
1529
  /**
@@ -64,6 +64,7 @@ import {
64
64
  DescribeRoMinScaleResponse,
65
65
  StopDBImportJobResponse,
66
66
  ProxyAllocation,
67
+ StopCpuExpandRequest,
67
68
  ModifyDBInstanceNameRequest,
68
69
  TagInfoUnit,
69
70
  ModifyAuditRuleResponse,
@@ -153,12 +154,14 @@ import {
153
154
  CreateAuditPolicyRequest,
154
155
  CreateRoInstanceIpRequest,
155
156
  OpenWanServiceRequest,
157
+ StopCpuExpandResponse,
156
158
  DescribeBackupConfigResponse,
157
159
  DescribeParamTemplatesResponse,
158
160
  ZoneConf,
159
161
  SlaveInstanceInfo,
160
162
  DescribeProjectSecurityGroupsRequest,
161
163
  StopReplicationRequest,
164
+ StartCpuExpandResponse,
162
165
  CreateCloneInstanceResponse,
163
166
  DescribeCdbZoneConfigRequest,
164
167
  DeviceCpuInfo,
@@ -291,6 +294,8 @@ import {
291
294
  DescribeDBImportRecordsRequest,
292
295
  CreateDBImportJobResponse,
293
296
  DescribeTagsOfInstanceIdsRequest,
297
+ StartCpuExpandRequest,
298
+ DescribeCpuExpandStrategyRequest,
294
299
  CloseCDBProxyResponse,
295
300
  StopReplicationResponse,
296
301
  UpgradeDBInstanceEngineVersionRequest,
@@ -374,6 +379,7 @@ import {
374
379
  UpgradeCDBProxyVersionResponse,
375
380
  ModifyAccountDescriptionRequest,
376
381
  ModifyAccountPasswordRequest,
382
+ DescribeCpuExpandStrategyResponse,
377
383
  InstanceRebootTime,
378
384
  RenewDBInstanceResponse,
379
385
  TablePrivilege,
@@ -534,6 +540,16 @@ export class Client extends AbstractClient {
534
540
  return this.request("StopReplication", req, cb)
535
541
  }
536
542
 
543
+ /**
544
+ * 通过该API,可以关闭 CPU 弹性扩容。
545
+ */
546
+ async StopCpuExpand(
547
+ req: StopCpuExpandRequest,
548
+ cb?: (error: string, rep: StopCpuExpandResponse) => void
549
+ ): Promise<StopCpuExpandResponse> {
550
+ return this.request("StopCpuExpand", req, cb)
551
+ }
552
+
537
553
  /**
538
554
  * 本接口(ModifyDBInstanceName)用于修改云数据库实例的名称。
539
555
  */
@@ -1533,6 +1549,16 @@ export class Client extends AbstractClient {
1533
1549
  return this.request("DescribeAccounts", req, cb)
1534
1550
  }
1535
1551
 
1552
+ /**
1553
+ * 通过该 API 可以查询实例的 CPU 弹性扩容策略
1554
+ */
1555
+ async DescribeCpuExpandStrategy(
1556
+ req: DescribeCpuExpandStrategyRequest,
1557
+ cb?: (error: string, rep: DescribeCpuExpandStrategyResponse) => void
1558
+ ): Promise<DescribeCpuExpandStrategyResponse> {
1559
+ return this.request("DescribeCpuExpandStrategy", req, cb)
1560
+ }
1561
+
1536
1562
  /**
1537
1563
  * 重新负载均衡数据库代理
1538
1564
  */
@@ -1802,6 +1828,16 @@ export class Client extends AbstractClient {
1802
1828
  return this.request("DeleteAuditRule", req, cb)
1803
1829
  }
1804
1830
 
1831
+ /**
1832
+ * 通过该API,可以开启CPU弹性扩容,包括一次性的手动扩容以及自动弹性扩容。
1833
+ */
1834
+ async StartCpuExpand(
1835
+ req?: StartCpuExpandRequest,
1836
+ cb?: (error: string, rep: StartCpuExpandResponse) => void
1837
+ ): Promise<StartCpuExpandResponse> {
1838
+ return this.request("StartCpuExpand", req, cb)
1839
+ }
1840
+
1805
1841
  /**
1806
1842
  * 本接口(DescribeSupportedPrivileges)用于查询云数据库的支持的权限信息,包括全局权限,数据库权限,表权限以及列权限。
1807
1843
  */
@@ -271,7 +271,7 @@ export interface CreateCdbProxyResponse {
271
271
  * 异步任务ID
272
272
  注意:此字段可能返回 null,表示取不到有效值。
273
273
  */
274
- AsyncRequestId: string
274
+ AsyncRequestId?: string
275
275
  /**
276
276
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
277
277
  */
@@ -1195,6 +1195,16 @@ export interface ProxyAllocation {
1195
1195
  ProxyInstance: Array<ProxyInst>
1196
1196
  }
1197
1197
 
1198
+ /**
1199
+ * StopCpuExpand请求参数结构体
1200
+ */
1201
+ export interface StopCpuExpandRequest {
1202
+ /**
1203
+ * 实例 ID 。
1204
+ */
1205
+ InstanceId: string
1206
+ }
1207
+
1198
1208
  /**
1199
1209
  * ModifyDBInstanceName请求参数结构体
1200
1210
  */
@@ -2295,39 +2305,39 @@ export interface DescribeDBFeaturesResponse {
2295
2305
  /**
2296
2306
  * 是否支持数据库审计功能。
2297
2307
  */
2298
- IsSupportAudit: boolean
2308
+ IsSupportAudit?: boolean
2299
2309
  /**
2300
2310
  * 开启审计是否需要升级内核版本。
2301
2311
  */
2302
- AuditNeedUpgrade: boolean
2312
+ AuditNeedUpgrade?: boolean
2303
2313
  /**
2304
2314
  * 是否支持数据库加密功能。
2305
2315
  */
2306
- IsSupportEncryption: boolean
2316
+ IsSupportEncryption?: boolean
2307
2317
  /**
2308
2318
  * 开启加密是否需要升级内核版本。
2309
2319
  */
2310
- EncryptionNeedUpgrade: boolean
2320
+ EncryptionNeedUpgrade?: boolean
2311
2321
  /**
2312
2322
  * 是否为异地只读实例。
2313
2323
  */
2314
- IsRemoteRo: boolean
2324
+ IsRemoteRo?: boolean
2315
2325
  /**
2316
2326
  * 主实例所在地域。
2317
2327
  */
2318
- MasterRegion: string
2328
+ MasterRegion?: string
2319
2329
  /**
2320
2330
  * 是否支持小版本升级。
2321
2331
  */
2322
- IsSupportUpdateSubVersion: boolean
2332
+ IsSupportUpdateSubVersion?: boolean
2323
2333
  /**
2324
2334
  * 当前内核版本。
2325
2335
  */
2326
- CurrentSubVersion: string
2336
+ CurrentSubVersion?: string
2327
2337
  /**
2328
2338
  * 可供升级的内核版本。
2329
2339
  */
2330
- TargetSubVersion: string
2340
+ TargetSubVersion?: string
2331
2341
  /**
2332
2342
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2333
2343
  */
@@ -3132,6 +3142,20 @@ export interface OpenWanServiceRequest {
3132
3142
  InstanceId: string
3133
3143
  }
3134
3144
 
3145
+ /**
3146
+ * StopCpuExpand返回参数结构体
3147
+ */
3148
+ export interface StopCpuExpandResponse {
3149
+ /**
3150
+ * 异步任务 ID 。可以调用DescribeAsyncRequest 传入该 ID ,进行任务执行进度的查询
3151
+ */
3152
+ AsyncRequestId?: string
3153
+ /**
3154
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3155
+ */
3156
+ RequestId?: string
3157
+ }
3158
+
3135
3159
  /**
3136
3160
  * DescribeBackupConfig返回参数结构体
3137
3161
  */
@@ -3300,6 +3324,20 @@ export interface StopReplicationRequest {
3300
3324
  InstanceId: string
3301
3325
  }
3302
3326
 
3327
+ /**
3328
+ * StartCpuExpand返回参数结构体
3329
+ */
3330
+ export interface StartCpuExpandResponse {
3331
+ /**
3332
+ * 异步任务 ID 。可以调用DescribeAsyncRequest 传入该 ID ,进行任务执行进度的查询
3333
+ */
3334
+ AsyncRequestId?: string
3335
+ /**
3336
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3337
+ */
3338
+ RequestId?: string
3339
+ }
3340
+
3303
3341
  /**
3304
3342
  * CreateCloneInstance返回参数结构体
3305
3343
  */
@@ -4272,7 +4310,7 @@ export interface CreateDBInstanceRequest {
4272
4310
  */
4273
4311
  EngineVersion?: string
4274
4312
  /**
4275
- * 设置 root 帐号密码,密码规则:8 - 64 个字符,至少包含字母、数字、字符(支持的字符:_+-&=!@#$%^*())中的两种,购买主实例时可指定该参数,购买只读实例或者灾备实例时指定该参数无意义。
4313
+ * 设置 root 账号密码,密码规则:8 - 64 个字符,至少包含字母、数字、字符(支持的字符:_+-&=!@#$%^*())中的两种,购买主实例时可指定该参数,购买只读实例或者灾备实例时指定该参数无意义。
4276
4314
  */
4277
4315
  Password?: string
4278
4316
  /**
@@ -4336,7 +4374,7 @@ export interface CreateDBInstanceRequest {
4336
4374
  */
4337
4375
  ParamTemplateId?: number
4338
4376
  /**
4339
- * 告警策略id数组。云监控DescribeAlarmPolicy接口返回的OriginId。
4377
+ * 告警策略id数组。腾讯云可观测平台DescribeAlarmPolicy接口返回的OriginId。
4340
4378
  */
4341
4379
  AlarmPolicyList?: Array<number>
4342
4380
  /**
@@ -6562,7 +6600,7 @@ export interface AdjustCdbProxyAddressResponse {
6562
6600
  * 异步任务ID
6563
6601
  注意:此字段可能返回 null,表示取不到有效值。
6564
6602
  */
6565
- AsyncRequestId: string
6603
+ AsyncRequestId?: string
6566
6604
  /**
6567
6605
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6568
6606
  */
@@ -6657,6 +6695,21 @@ export interface DescribeTagsOfInstanceIdsRequest {
6657
6695
  Limit?: number
6658
6696
  }
6659
6697
 
6698
+ /**
6699
+ * StartCpuExpand请求参数结构体
6700
+ */
6701
+ export type StartCpuExpandRequest = null
6702
+
6703
+ /**
6704
+ * DescribeCpuExpandStrategy请求参数结构体
6705
+ */
6706
+ export interface DescribeCpuExpandStrategyRequest {
6707
+ /**
6708
+ * 实例 ID 。
6709
+ */
6710
+ InstanceId: string
6711
+ }
6712
+
6660
6713
  /**
6661
6714
  * CloseCDBProxy返回参数结构体
6662
6715
  */
@@ -8544,6 +8597,31 @@ export interface ModifyAccountPasswordRequest {
8544
8597
  Accounts: Array<Account>
8545
8598
  }
8546
8599
 
8600
+ /**
8601
+ * DescribeCpuExpandStrategy返回参数结构体
8602
+ */
8603
+ export interface DescribeCpuExpandStrategyResponse {
8604
+ /**
8605
+ * 策略类型。可选值 auto、manual。
8606
+ 注意:此字段可能返回 null,表示取不到有效值。
8607
+ */
8608
+ Type?: string
8609
+ /**
8610
+ * 手动扩容的 CPU 。Type为 manual 时有效。
8611
+ 注意:此字段可能返回 null,表示取不到有效值。
8612
+ */
8613
+ ExpandCpu?: string
8614
+ /**
8615
+ * 自动扩容策略。Type 为 auto 时有效
8616
+ 注意:此字段可能返回 null,表示取不到有效值。
8617
+ */
8618
+ AutoStrategy?: string
8619
+ /**
8620
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8621
+ */
8622
+ RequestId?: string
8623
+ }
8624
+
8547
8625
  /**
8548
8626
  * 实例预期重启时间
8549
8627
  */
@@ -4690,7 +4690,7 @@ export interface ListTopDataResponse {
4690
4690
  /**
4691
4691
  * 各个资源的Top 访问数据详情。
4692
4692
  */
4693
- Data: Array<TopData>
4693
+ Data?: Array<TopData>
4694
4694
  /**
4695
4695
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4696
4696
  */
@@ -5410,16 +5410,14 @@ bandwidth_sep:动静分离带宽计费
5410
5410
  */
5411
5411
  export interface ListTopDataRequest {
5412
5412
  /**
5413
- * 查询起始日期:yyyy-MM-dd HH:mm:ss
5414
- 仅支持按天粒度的数据查询,取入参中的天信息作为起始日期
5415
- 返回大于等于起始日期当天 00:00:00 点产生的数据,如 StartTime为2018-09-04 10:40:00,返回数据的起始时间为2018-09-04 00:00:00
5413
+ * 查询起始时间:yyyy-MM-dd HH:mm:ss
5414
+ 仅支持按分钟粒度的数据查询,按入参抹去秒位作为起始时间,如 StartTime为2018-09-04 10:40:23,返回数据的起始时间为2018-09-04 10:40:00
5416
5415
  仅支持 90 天内数据查询
5417
5416
  */
5418
5417
  StartTime: string
5419
5418
  /**
5420
- * 查询结束日期:yyyy-MM-dd HH:mm:ss
5421
- 仅支持按天粒度的数据查询,取入参中的天信息作为结束日期
5422
- 返回小于等于结束日期当天 23:59:59 产生的数据,如EndTime为2018-09-05 22:40:00,返回数据的结束时间为2018-09-05 23:59:59
5419
+ * 查询结束时间:yyyy-MM-dd HH:mm:ss
5420
+ 仅支持按天粒度的数据查询,取入参中的天信息作为结束日期 返回小于等于结束日期当天 23:59:59 产生的数据,如EndTime为2018-09-05 22:40:00,返回数据的结束时间为2018-09-05 23:59:59
5423
5421
  EndTime 需要大于等于 StartTime
5424
5422
  */
5425
5423
  EndTime: string
@@ -213,7 +213,7 @@ OPEN:公网属性, INTERNAL:内网属性。
213
213
  Number?: number
214
214
  /**
215
215
  * 仅适用于公网负载均衡。设置跨可用区容灾时的主可用区ID,例如 100001 或 ap-guangzhou-1
216
- 注:主可用区是需要承载流量的可用区,备可用区默认不承载流量,主可用区不可用时才使用备可用区,平台将为您自动选择最佳备可用区。可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域的主可用区的列表。
216
+ 注:主可用区是需要承载流量的可用区,备可用区默认不承载流量,主可用区不可用时才使用备可用区。目前仅广州、上海、南京、北京、中国香港、首尔地域的 IPv4 版本的 CLB 支持主备可用区。可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域的主可用区的列表。
217
217
  */
218
218
  MasterZoneId?: string
219
219
  /**
@@ -225,7 +225,7 @@ OPEN:公网属性, INTERNAL:内网属性。
225
225
  */
226
226
  InternetAccessible?: InternetAccessible
227
227
  /**
228
- * 仅适用于公网负载均衡。CMCC | CTCC | CUCC,分别对应 移动 | 电信 | 联通,如果不指定本参数,则默认使用BGP。可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域所支持的Isp。如果指定运营商,则网络计费式只能使用按带宽包计费(BANDWIDTH_PACKAGE)。
228
+ * 仅适用于公网负载均衡。CMCC | CTCC | CUCC,分别对应 移动 | 电信 | 联通,如果不指定本参数,则默认使用BGP。可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域所支持的Isp。如果指定运营商,则网络计费模式只能使用按带宽包计费(BANDWIDTH_PACKAGE)。
229
229
  */
230
230
  VipIsp?: string
231
231
  /**
@@ -378,7 +378,7 @@ export interface CloneLoadBalancerRequest {
378
378
  */
379
379
  InternetAccessible?: InternetAccessible
380
380
  /**
381
- * 仅适用于公网负载均衡。CMCC | CTCC | CUCC,分别对应 移动 | 电信 | 联通,如果不指定本参数,则默认使用BGP。可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域所支持的Isp。如果指定运营商,则网络计费式只能使用按带宽包计费(BANDWIDTH_PACKAGE)。
381
+ * 仅适用于公网负载均衡。CMCC | CTCC | CUCC,分别对应 移动 | 电信 | 联通,如果不指定本参数,则默认使用BGP。可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域所支持的Isp。如果指定运营商,则网络计费模式只能使用按带宽包计费(BANDWIDTH_PACKAGE)。
382
382
  */
383
383
  VipIsp?: string
384
384
  /**
@@ -2136,7 +2136,7 @@ export interface HealthCheck {
2136
2136
  */
2137
2137
  HttpCheckPath?: string
2138
2138
  /**
2139
- * 健康检查域名(仅适用于HTTP/HTTPS监听器和TCP监听器的HTTP健康检查方式。针对TCP监听器,当使用HTTP健康检查方式时,建议该参数配置为必填项)。
2139
+ * 健康检查域名(仅适用于HTTP/HTTPS监听器和TCP监听器的HTTP健康检查方式。针对TCP监听器,当使用HTTP健康检查方式时,该参数为必填项)。
2140
2140
  注意:此字段可能返回 null,表示取不到有效值。
2141
2141
  */
2142
2142
  HttpCheckDomain?: string
@@ -4896,7 +4896,7 @@ export interface RewriteLocationMap {
4896
4896
  */
4897
4897
  SourceLocationId: string
4898
4898
  /**
4899
- * 重定向至的目标转发规则ID
4899
+ * 重定向目标转发规则的ID
4900
4900
  */
4901
4901
  TargetLocationId: string
4902
4902
  /**
@@ -2750,11 +2750,11 @@ export interface DescribeAttackLogsResponse {
2750
2750
  * 日志列表
2751
2751
  注意:此字段可能返回 null,表示取不到有效值。
2752
2752
  */
2753
- AttackLogs: Array<DefendAttackLog>
2753
+ AttackLogs?: Array<DefendAttackLog>
2754
2754
  /**
2755
2755
  * 总条数
2756
2756
  */
2757
- TotalCount: number
2757
+ TotalCount?: number
2758
2758
  /**
2759
2759
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2760
2760
  */