tencentcloud-sdk-nodejs 4.0.737 → 4.0.739

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 (106) hide show
  1. package/CHANGELOG.md +502 -0
  2. package/SERVICE_CHANGELOG.md +791 -191
  3. package/package.json +1 -1
  4. package/products.md +28 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +12 -8
  7. package/src/services/cdb/v20170320/cdb_models.ts +5 -1
  8. package/src/services/cloudstudio/index.ts +0 -2
  9. package/src/services/cvm/v20170312/cvm_client.ts +6 -6
  10. package/src/services/cvm/v20170312/cvm_models.ts +23 -23
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +6 -6
  12. package/src/services/dsgc/v20190723/dsgc_models.ts +38 -38
  13. package/src/services/ess/v20201111/ess_models.ts +8 -7
  14. package/src/services/essbasic/v20210526/essbasic_models.ts +7 -7
  15. package/src/services/hai/v20230812/hai_models.ts +4 -4
  16. package/src/services/index.ts +0 -1
  17. package/src/services/ocr/v20181119/ocr_client.ts +1 -0
  18. package/src/services/ocr/v20181119/ocr_models.ts +68 -10
  19. package/src/services/sqlserver/v20180328/sqlserver_client.ts +539 -291
  20. package/src/services/sqlserver/v20180328/sqlserver_models.ts +4781 -3669
  21. package/src/services/ssl/v20191205/ssl_client.ts +1 -1
  22. package/src/services/tbaas/v20180416/tbaas_client.ts +154 -105
  23. package/src/services/tbaas/v20180416/tbaas_models.ts +429 -173
  24. package/src/services/tcss/v20201101/tcss_client.ts +2 -1
  25. package/src/services/tcss/v20201101/tcss_models.ts +235 -83
  26. package/src/services/tdmq/v20200217/tdmq_models.ts +4 -4
  27. package/src/services/tke/v20180525/tke_client.ts +38 -1
  28. package/src/services/tke/v20180525/tke_models.ts +201 -10
  29. package/src/services/trocket/v20230308/trocket_client.ts +141 -115
  30. package/src/services/trocket/v20230308/trocket_models.ts +149 -8
  31. package/src/services/tse/v20201207/tse_models.ts +41 -31
  32. package/src/services/vrs/v20200824/vrs_models.ts +4 -0
  33. package/src/services/waf/v20180125/waf_client.ts +1 -1
  34. package/src/services/waf/v20180125/waf_models.ts +103 -29
  35. package/src/services/wedata/v20210820/wedata_client.ts +128 -42
  36. package/src/services/wedata/v20210820/wedata_models.ts +12159 -10128
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +12 -8
  40. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -1
  41. package/tencentcloud/services/cloudstudio/index.d.ts +0 -4
  42. package/tencentcloud/services/cloudstudio/index.js +0 -2
  43. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +6 -6
  44. package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -6
  45. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +23 -23
  46. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +6 -6
  47. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +38 -38
  48. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -7
  49. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -7
  50. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +4 -4
  51. package/tencentcloud/services/index.d.ts +0 -1
  52. package/tencentcloud/services/index.js +0 -2
  53. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +67 -10
  54. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +97 -17
  55. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +144 -24
  56. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +4674 -3610
  57. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
  58. package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
  59. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +51 -35
  60. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +75 -51
  61. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +412 -165
  62. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +1 -1
  63. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +234 -83
  64. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +4 -4
  65. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +13 -1
  66. package/tencentcloud/services/tke/v20180525/tke_client.js +18 -0
  67. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +194 -10
  68. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +55 -47
  69. package/tencentcloud/services/trocket/v20230308/trocket_client.js +78 -66
  70. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +143 -8
  71. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +41 -31
  72. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +4 -0
  73. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
  74. package/tencentcloud/services/waf/v20180125/waf_client.js +1 -1
  75. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +103 -29
  76. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +28 -8
  77. package/tencentcloud/services/wedata/v20210820/wedata_client.js +40 -10
  78. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +11677 -9682
  79. package/test/sqlserver.v20180328.test.js +216 -16
  80. package/test/tbaas.v20180416.test.js +74 -34
  81. package/test/tke.v20180525.test.js +30 -0
  82. package/test/trocket.v20230308.test.js +58 -38
  83. package/test/wedata.v20210820.test.js +56 -6
  84. package/src/services/casb/index.ts +0 -5
  85. package/src/services/casb/v20200507/casb_client.ts +0 -51
  86. package/src/services/casb/v20200507/casb_models.ts +0 -70
  87. package/src/services/casb/v20200507/index.ts +0 -6
  88. package/src/services/cloudstudio/v20210524/cloudstudio_client.ts +0 -312
  89. package/src/services/cloudstudio/v20210524/cloudstudio_models.ts +0 -1335
  90. package/src/services/cloudstudio/v20210524/index.ts +0 -6
  91. package/tencentcloud/services/casb/index.d.ts +0 -6
  92. package/tencentcloud/services/casb/index.js +0 -7
  93. package/tencentcloud/services/casb/v20200507/casb_client.d.ts +0 -21
  94. package/tencentcloud/services/casb/v20200507/casb_client.js +0 -44
  95. package/tencentcloud/services/casb/v20200507/casb_models.d.ts +0 -51
  96. package/tencentcloud/services/casb/v20200507/casb_models.js +0 -18
  97. package/tencentcloud/services/casb/v20200507/index.d.ts +0 -6
  98. package/tencentcloud/services/casb/v20200507/index.js +0 -9
  99. package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.d.ts +0 -99
  100. package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.js +0 -164
  101. package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.d.ts +0 -1259
  102. package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.js +0 -18
  103. package/tencentcloud/services/cloudstudio/v20210524/index.d.ts +0 -6
  104. package/tencentcloud/services/cloudstudio/v20210524/index.js +0 -9
  105. package/test/casb.v20200507.test.js +0 -31
  106. package/test/cloudstudio.v20210524.test.js +0 -241
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.737",
3
+ "version": "4.0.739",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -4,7 +4,7 @@
4
4
  | aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
5
5
  | acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2023-05-18 01:01:15 |
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-09-14 01:05:50 |
7
- | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2023-09-07 01:06:15 |
7
+ | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2023-11-21 01:06:07 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-09-07 01:06:21 |
9
9
  | aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-11-07 11:26:02 |
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
@@ -16,14 +16,14 @@
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-11-16 01:06:33 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-10-27 01:10:12 |
19
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-11-10 01:06:51 |
19
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-11-20 00:01:45 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-10-31 01:09:42 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-27 01:11:09 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-10-20 01:06:54 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-11-10 01:07:23 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-11-21 01:07:18 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-10-18 01:14:30 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-08-31 01:07:17 |
@@ -37,11 +37,10 @@
37
37
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-09-21 01:23:47 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-11-07 01:13:48 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-11-08 01:13:35 |
40
- | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
41
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-10-25 01:08:41 |
42
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-11-01 01:07:57 |
43
42
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-11-16 01:09:13 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-11-14 01:08:17 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-11-21 01:08:38 |
45
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
46
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
47
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
@@ -68,10 +67,10 @@
68
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
69
68
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-11-17 01:10:47 |
70
69
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
71
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-11-06 00:05:55 |
72
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-11-17 01:11:11 |
70
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-11-21 01:11:36 |
71
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-11-21 01:12:55 |
73
72
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
74
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-11-15 01:28:17 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-11-21 01:14:05 |
75
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-11-17 01:12:46 |
76
75
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
77
76
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -84,7 +83,7 @@
84
83
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-10-20 01:14:01 |
85
84
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
86
85
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
87
- | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-16 01:16:33 |
86
+ | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-21 01:16:05 |
88
87
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
89
88
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-11-16 01:17:18 |
90
89
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-10-31 01:45:32 |
@@ -95,8 +94,8 @@
95
94
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
96
95
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
97
96
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-30 00:42:05 |
98
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-11-17 01:15:28 |
99
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-17 01:15:43 |
97
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-11-21 01:17:32 |
98
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-21 01:17:49 |
100
99
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
101
100
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-11-14 01:16:39 |
102
101
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
@@ -108,7 +107,7 @@
108
107
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
109
108
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
110
109
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
111
- | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2023-11-16 01:20:06 |
110
+ | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2023-11-21 01:18:40 |
112
111
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
113
112
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-11-01 01:14:52 |
114
113
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-10-24 01:16:21 |
@@ -127,11 +126,11 @@
127
126
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
128
127
  | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-11-09 01:16:39 |
129
128
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
130
- | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-17 01:18:21 |
129
+ | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-20 00:13:26 |
131
130
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
132
131
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-11-17 01:18:40 |
133
132
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-11-09 01:19:51 |
134
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-11-14 01:19:55 |
133
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-11-21 01:21:33 |
135
134
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
136
135
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
137
136
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
@@ -145,13 +144,13 @@
145
144
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-11-14 01:20:51 |
146
145
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-25 01:21:31 |
147
146
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-11-01 01:18:18 |
148
- | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-11-15 02:10:37 |
147
+ | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-11-20 00:15:31 |
149
148
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
150
149
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
151
150
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
152
151
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
153
152
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-11-16 01:25:38 |
154
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-11-16 01:25:49 |
153
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-11-20 00:15:46 |
155
154
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-11-14 01:22:26 |
156
155
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
157
156
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
@@ -173,9 +172,9 @@
173
172
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-11-14 01:24:00 |
174
173
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-10-16 01:23:02 |
175
174
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
176
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-11-17 01:22:32 |
175
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-11-21 01:25:12 |
177
176
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
178
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-11-14 01:25:09 |
177
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-11-20 00:17:47 |
179
178
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
180
179
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-08-17 04:46:36 |
181
180
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-10-27 02:11:56 |
@@ -184,21 +183,21 @@
184
183
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
185
184
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-10-25 01:24:40 |
186
185
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
187
- | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-08-17 04:48:24 |
186
+ | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-11-21 01:32:15 |
188
187
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
189
188
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-08-17 04:48:55 |
190
189
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-09-25 01:25:42 |
191
190
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-09-28 01:21:31 |
192
191
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
193
192
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
194
- | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-08-10 01:37:37 |
193
+ | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-11-21 01:32:54 |
195
194
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
196
195
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-10-09 01:23:14 |
197
196
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-09-11 02:43:38 |
198
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-01 01:21:35 |
197
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-21 01:33:13 |
199
198
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
200
199
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
201
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-11-17 01:25:23 |
200
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-11-21 01:35:04 |
202
201
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
203
202
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
204
203
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-11-17 01:25:54 |
@@ -211,17 +210,17 @@
211
210
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
212
211
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-11-17 01:26:29 |
213
212
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-11-01 01:23:35 |
214
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-11-13 00:23:53 |
213
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-11-21 01:37:07 |
215
214
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
216
215
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-11-17 01:27:28 |
217
216
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
218
217
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
219
218
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
220
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-11-17 01:27:31 |
219
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-11-21 01:38:03 |
221
220
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-26 14:46:10 |
222
221
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
223
222
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-11-16 01:34:14 |
224
- | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-11-15 02:34:06 |
223
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-11-21 01:38:30 |
225
224
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-11-09 01:27:51 |
226
225
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
227
226
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-09-19 01:29:02 |
@@ -230,11 +229,11 @@
230
229
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
231
230
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-11-16 01:35:27 |
232
231
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-11-15 02:39:18 |
233
- | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-17 01:29:51 |
234
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-16 17:58:08 |
232
+ | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-21 01:41:45 |
233
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-21 01:41:48 |
235
234
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
236
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-11-14 01:33:54 |
237
- | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-11-17 01:31:04 |
235
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-11-21 01:42:45 |
236
+ | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-11-21 01:44:19 |
238
237
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
239
238
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
240
239
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.737"
1
+ export const sdkVersion = "4.0.739"
@@ -1309,6 +1309,7 @@ export interface DescribeBillResourceSummaryForOrganizationRequest {
1309
1309
  Month: string
1310
1310
  /**
1311
1311
  * 周期类型,byUsedTime按计费周期/byPayTime按扣费周期。需要与费用中心该月份账单的周期保持一致。您可前往[账单概览](https://console.cloud.tencent.com/expense/bill/overview)页面顶部查看确认您的账单统计周期类型。
1312
+ * @deprecated
1312
1313
  */
1313
1314
  PeriodType?: string
1314
1315
  /**
@@ -2625,18 +2626,19 @@ export interface DescribeBillDetailForOrganizationRequest {
2625
2626
  Limit: number
2626
2627
  /**
2627
2628
  * 周期类型,byUsedTime按计费周期/byPayTime按扣费周期。需要与费用中心该月份账单的周期保持一致。您可前往[账单概览](https://console.cloud.tencent.com/expense/bill/overview)页面顶部查看确认您的账单统计周期类型。
2629
+ * @deprecated
2628
2630
  */
2629
2631
  PeriodType?: string
2630
2632
  /**
2631
- * 月份,格式为yyyy-mm,Month和BeginTime&EndTime必传一个,如果有传BeginTime&EndTime则Month字段无效。不能早于开通账单2.0的月份,最多可拉取18个月内的数据。
2633
+ * 月份,格式为yyyy-mm,Month和BeginTime&EndTime必传一个,如果有传BeginTime&EndTime则Month字段无效。最多可拉取近18个月内的数据。
2632
2634
  */
2633
2635
  Month?: string
2634
2636
  /**
2635
- * 周期开始时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据。不能早于开通账单2.0的月份,最多可拉取18个月内的数据。
2637
+ * 周期开始时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据。最多可拉取18个月内的数据。
2636
2638
  */
2637
2639
  BeginTime?: string
2638
2640
  /**
2639
- * 周期结束时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据。不能早于开通账单2.0的月份,最多可拉取18个月内的数据。
2641
+ * 周期结束时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据。最多可拉取近18个月内的数据。
2640
2642
  */
2641
2643
  EndTime?: string
2642
2644
  /**
@@ -2739,6 +2741,7 @@ export interface DescribeBillResourceSummaryRequest {
2739
2741
  Month: string
2740
2742
  /**
2741
2743
  * 周期类型,byUsedTime按计费周期/byPayTime按扣费周期。需要与费用中心该月份账单的周期保持一致。您可前往[账单概览](https://console.cloud.tencent.com/expense/bill/overview)页面顶部查看确认您的账单统计周期类型。
2744
+ * @deprecated
2742
2745
  */
2743
2746
  PeriodType?: string
2744
2747
  /**
@@ -2957,11 +2960,11 @@ export interface DescribeCostDetailRequest {
2957
2960
  */
2958
2961
  export interface DescribeTagListRequest {
2959
2962
  /**
2960
- * 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,依次类推
2963
+ * 数量,最大值为1000
2961
2964
  */
2962
2965
  Limit: number
2963
2966
  /**
2964
- * 数量,最大值为1000
2967
+ * 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,依次类推
2965
2968
  */
2966
2969
  Offset: number
2967
2970
  /**
@@ -3473,18 +3476,19 @@ export interface DescribeBillDetailRequest {
3473
3476
  Limit: number
3474
3477
  /**
3475
3478
  * 周期类型,byUsedTime按计费周期/byPayTime按扣费周期。需要与费用中心该月份账单的周期保持一致。您可前往[账单概览](https://console.cloud.tencent.com/expense/bill/overview)页面顶部查看确认您的账单统计周期类型。
3479
+ * @deprecated
3476
3480
  */
3477
3481
  PeriodType?: string
3478
3482
  /**
3479
- * 月份,格式为yyyy-mm,Month和BeginTime&EndTime必传一个,如果有传BeginTime&EndTime则Month字段无效。不能早于开通账单2.0的月份,最多可拉取18个月内的数据。
3483
+ * 月份,格式为yyyy-mm,Month和BeginTime&EndTime必传一个,如果有传BeginTime&EndTime则Month字段无效。最多可拉取近18个月内的数据。
3480
3484
  */
3481
3485
  Month?: string
3482
3486
  /**
3483
- * 周期开始时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据。不能早于开通账单2.0的月份,最多可拉取18个月内的数据。
3487
+ * 周期开始时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据。最多可拉取18个月内的数据。
3484
3488
  */
3485
3489
  BeginTime?: string
3486
3490
  /**
3487
- * 周期结束时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据。不能早于开通账单2.0的月份,最多可拉取18个月内的数据。
3491
+ * 周期结束时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据。最多可拉取近18个月内的数据。
3488
3492
  */
3489
3493
  EndTime?: string
3490
3494
  /**
@@ -5483,6 +5483,10 @@ export interface RenewDBInstanceRequest {
5483
5483
  * 如果需要将按量计费实例续费为包年包月的实例,该入参的值需要指定为 "PREPAID" 。
5484
5484
  */
5485
5485
  ModifyPayType?: string
5486
+ /**
5487
+ * 自动续费标记,0表示不自动续费,1表示进行自动续费
5488
+ */
5489
+ AutoRenew?: number
5486
5490
  }
5487
5491
 
5488
5492
  /**
@@ -8778,7 +8782,7 @@ export interface RenewDBInstanceResponse {
8778
8782
  /**
8779
8783
  * 订单 ID。
8780
8784
  */
8781
- DealId: string
8785
+ DealId?: string
8782
8786
  /**
8783
8787
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8784
8788
  */
@@ -1,7 +1,5 @@
1
- import { v20210524 } from "./v20210524"
2
1
  import { v20230508 } from "./v20230508"
3
2
 
4
3
  export const cloudstudio = {
5
- v20210524: v20210524,
6
4
  v20230508: v20230508,
7
5
  }
@@ -440,8 +440,8 @@ export class Client extends AbstractClient {
440
440
  /**
441
441
  * 本接口 (ResetInstancesType) 用于调整实例的机型。
442
442
 
443
- * 目前只支持[系统盘类型](/document/api/213/9452#block_device)是CLOUD_BASIC、CLOUD_PREMIUM、CLOUD_SSD类型的实例使用该接口进行机型调整。
444
- * 目前不支持[CDH](https://cloud.tencent.com/document/product/416)实例使用该接口调整机型。对于包年包月实例,使用该接口会涉及扣费,请确保账户余额充足。可通过[`DescribeAccountBalance`](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
443
+ * 目前只支持[系统盘类型](/document/api/213/9452#block_device)是CLOUD_BASIC、CLOUD_PREMIUM、CLOUD_SSD、CLOUD_BSSD类型的实例使用该接口进行机型调整。
444
+ * 目前不支持[CDH](https://cloud.tencent.com/document/product/416)实例使用该接口调整机型。对于包年包月实例,使用该接口会涉及扣费,请确保账户余额充足。可通过[DescribeAccountBalance](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
445
445
  * 本接口为异步接口,调整实例配置请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表调整实例配置操作成功。
446
446
  */
447
447
  async ResetInstancesType(
@@ -622,7 +622,7 @@ export class Client extends AbstractClient {
622
622
 
623
623
  实例启动模板是一种配置数据并可用于创建实例,其内容包含创建实例所需的配置,比如实例类型,数据盘和系统盘的类型和大小,以及安全组等信息。
624
624
 
625
- 初次创建实例模板后,其模板版本为默认版本1,新版本的创建可使用CreateLaunchTemplateVersion创建,版本号递增。默认情况下,在RunInstances中指定实例启动模板,若不指定模板版本号,则使用默认版本。
625
+ 初次创建实例模板后,其模板版本为默认版本1,新版本的创建可使用 [CreateLaunchTemplateVersion](https://cloud.tencent.com/document/product/213/66326) 创建,版本号递增。默认情况下,在[RunInstances](https://cloud.tencent.com/document/product/213/15730) 中指定实例启动模板,若不指定模板版本号,则使用默认版本。
626
626
  */
627
627
  async CreateLaunchTemplate(
628
628
  req: CreateLaunchTemplateRequest,
@@ -718,7 +718,7 @@ export class Client extends AbstractClient {
718
718
  /**
719
719
  * 本接口 (ModifyInstancesChargeType) 用于切换实例的计费模式。
720
720
 
721
- * 关机不收费的实例、`BC1`和`BS1`机型族的实例、设置定时销毁的实例不支持该操作。
721
+ * 关机不收费的实例、`批量计算型BC1`和`批量计算型BS1`机型族的实例、设置定时销毁的实例不支持该操作。
722
722
  * 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
723
723
  */
724
724
  async ModifyInstancesChargeType(
@@ -1241,7 +1241,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
1241
1241
  /**
1242
1242
  * 本接口 (ResetInstancesPassword) 用于将实例操作系统的密码重置为用户指定的密码。
1243
1243
 
1244
- *如果是修改系统管理云密码:实例的操作系统不同,管理员账号也会不一样(`Windows`为`Administrator`,`Ubuntu`为`ubuntu`,其它系统为`root`)。
1244
+ *如果是修改系统管理员密码:实例的操作系统不同,管理员账号也会不一样(`Windows`为`Administrator`,`Ubuntu`为`ubuntu`,其它系统为`root`)。
1245
1245
  * 重置处于运行中状态的实例密码,需要设置关机参数`ForceStop`为`TRUE`。如果没有显式指定强制关机参数,则只有处于关机状态的实例才允许执行重置密码操作。
1246
1246
  * 支持批量操作。将多个实例操作系统的密码重置为相同的密码。每次请求批量实例的上限为100。
1247
1247
  * 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
@@ -1368,7 +1368,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
1368
1368
  * 本接口 (RenewInstances) 用于续费包年包月实例。
1369
1369
 
1370
1370
  * 只支持操作包年包月实例。
1371
- * 续费时请确保账户余额充足。可通过[`DescribeAccountBalance`](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
1371
+ * 续费时请确保账户余额充足。可通过[DescribeAccountBalance](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
1372
1372
  * 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
1373
1373
  */
1374
1374
  async RenewInstances(
@@ -362,15 +362,15 @@ export interface PostPaidQuota {
362
362
  */
363
363
  export interface ResetInstancesTypeRequest {
364
364
  /**
365
- * 一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。本接口目前仅支持每次操作1个实例。
365
+ * 一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。本接口目前仅支持每次操作1个实例。
366
366
  */
367
367
  InstanceIds: Array<string>
368
368
  /**
369
- * 实例机型。不同实例机型指定了不同的资源规格,具体取值可通过调用接口[`DescribeInstanceTypeConfigs`](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例类型](https://cloud.tencent.com/document/product/213/11518)描述。
369
+ * 调整后的实例机型。不同实例机型指定了不同的资源规格,具体取值可通过调用接口[`DescribeInstanceTypeConfigs`](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例类型](https://cloud.tencent.com/document/product/213/11518)描述。
370
370
  */
371
371
  InstanceType: string
372
372
  /**
373
- * 是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机。取值范围:<br><li>TRUE:表示在正常关机失败后进行强制关机<br><li>FALSE:表示在正常关机失败后不进行强制关机<br><br>默认取值:FALSE。<br><br>强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常关机时使用。
373
+ * 是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机。取值范围:<br><li>true:表示在正常关机失败后进行强制关机<br><li>false:表示在正常关机失败后不进行强制关机<br><br>默认取值:false。<br><br>强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常关机时使用。
374
374
  */
375
375
  ForceStop?: boolean
376
376
  }
@@ -863,11 +863,11 @@ export interface InstanceTypeConfig {
863
863
  /**
864
864
  * FPGA核数,单位:核。
865
865
  */
866
- FPGA: number
866
+ FPGA?: number
867
867
  /**
868
868
  * 实例机型映射的物理GPU卡数,单位:卡。vGPU卡型小于1,直通卡型大于等于1。vGPU是通过分片虚拟化技术,将物理GPU卡重新划分,同一块GPU卡经虚拟化分割后可分配至不同的实例使用。直通卡型会将GPU设备直接挂载给实例使用。
869
869
  */
870
- GpuCount: number
870
+ GpuCount?: number
871
871
  }
872
872
 
873
873
  /**
@@ -1008,11 +1008,11 @@ export interface PurchaseReservedInstancesOfferingRequest {
1008
1008
  */
1009
1009
  export interface RebootInstancesRequest {
1010
1010
  /**
1011
- * 一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。
1011
+ * 一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。
1012
1012
  */
1013
1013
  InstanceIds: Array<string>
1014
1014
  /**
1015
- * 本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常重启失败后选择强制重启实例。取值范围:<br><li>TRUE:表示在正常重启失败后进行强制重启<br><li>FALSE:表示在正常重启失败后不进行强制重启<br><br>默认取值:FALSE
1015
+ * 本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常重启失败后选择强制重启实例。取值范围:<br><li>true:表示在正常重启失败后进行强制重启<br><li>false:表示在正常重启失败后不进行强制重启<br><br>默认取值:false
1016
1016
  */
1017
1017
  ForceReboot?: boolean
1018
1018
  /**
@@ -1297,11 +1297,11 @@ export interface DescribeKeyPairsResponse {
1297
1297
  */
1298
1298
  export interface ResetInstancesPasswordRequest {
1299
1299
  /**
1300
- * 一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728) API返回值中的`InstanceId`获取。每次请求允许操作的实例数量上限是100。
1300
+ * 一个或多个待操作的实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/213/15728) API返回值中的`InstanceId`获取。每次请求允许操作的实例数量上限是100。
1301
1301
  */
1302
1302
  InstanceIds: Array<string>
1303
1303
  /**
1304
- * 实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:
1304
+ * 重置后的实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:
1305
1305
  Linux 实例密码必须8-30位,推荐使用12位以上密码,不能以“/”开头,至少包含以下字符中的三种不同字符,字符种类:<br><li>小写字母:[a-z]<br><li>大写字母:[A-Z]<br><li>数字:0-9<br><li>特殊字符: ()\`\~!@#$%^&\*-+=\_|{}[]:;'<>,.?/
1306
1306
  Windows 实例密码必须12\~30位,不能以“/”开头且不包括用户名,至少包含以下字符中的三种不同字符<br><li>小写字母:[a-z]<br><li>大写字母:[A-Z]<br><li>数字: 0-9<br><li>特殊字符:()\`\~!@#$%^&\*-+=\_|{}[]:;' <>,.?/<br><li>如果实例即包含 `Linux` 实例又包含 `Windows` 实例,则密码复杂度限制按照 `Windows` 实例的限制。
1307
1307
  */
@@ -1311,7 +1311,7 @@ Windows 实例密码必须12\~30位,不能以“/”开头且不包括用户
1311
1311
  */
1312
1312
  UserName?: string
1313
1313
  /**
1314
- * 是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机,然后再重置用户密码。取值范围:<br><li>TRUE:表示在正常关机失败后进行强制关机<br><li>FALSE:表示在正常关机失败后不进行强制关机<br><br>默认取值:FALSE。<br><br>强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常关机时使用。
1314
+ * 是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机,然后再重置用户密码。取值范围:<br><li>true:表示在正常关机失败后进行强制关机<br><li>false:表示在正常关机失败后不进行强制关机<br><br>默认取值:false。<br><br>强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常关机时使用。
1315
1315
  */
1316
1316
  ForceStop?: boolean
1317
1317
  }
@@ -1940,7 +1940,7 @@ export interface ModifyKeyPairAttributeResponse {
1940
1940
  */
1941
1941
  export interface ModifyInstancesRenewFlagRequest {
1942
1942
  /**
1943
- * 一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728) API返回值中的`InstanceId`获取。每次请求允许操作的实例数量上限是100。
1943
+ * 一个或多个待操作的实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/213/15728) API返回值中的`InstanceId`获取。每次请求允许操作的实例数量上限是100。
1944
1944
  */
1945
1945
  InstanceIds: Array<string>
1946
1946
  /**
@@ -2082,7 +2082,7 @@ export interface CreateImageResponse {
2082
2082
  */
2083
2083
  export interface DescribeInstancesModificationRequest {
2084
2084
  /**
2085
- * 一个或多个待查询的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为20。
2085
+ * 一个或多个待查询的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为20。
2086
2086
  */
2087
2087
  InstanceIds: Array<string>
2088
2088
  /**
@@ -2561,11 +2561,11 @@ export interface PrePaidQuota {
2561
2561
  */
2562
2562
  export interface StopInstancesRequest {
2563
2563
  /**
2564
- * 一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。
2564
+ * 一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。
2565
2565
  */
2566
2566
  InstanceIds: Array<string>
2567
2567
  /**
2568
- * 本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常关闭失败后选择强制关闭实例。取值范围:<br><li>TRUE:表示在正常关闭失败后进行强制关闭<br><li>FALSE:表示在正常关闭失败后不进行强制关闭<br><br>默认取值:FALSE
2568
+ * 本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常关闭失败后选择强制关闭实例。取值范围:<br><li>true:表示在正常关闭失败后进行强制关闭<br><li>false:表示在正常关闭失败后不进行强制关闭<br><br>默认取值:false
2569
2569
  */
2570
2570
  ForceStop?: boolean
2571
2571
  /**
@@ -3888,7 +3888,7 @@ export interface CreateLaunchTemplateResponse {
3888
3888
  /**
3889
3889
  * 当通过本接口来创建实例启动模板时会返回该参数,表示创建成功的实例启动模板`ID`。
3890
3890
  */
3891
- LaunchTemplateId: string
3891
+ LaunchTemplateId?: string
3892
3892
  /**
3893
3893
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3894
3894
  */
@@ -4264,7 +4264,7 @@ export interface StartInstancesResponse {
4264
4264
  */
4265
4265
  export interface ModifyInstancesVpcAttributeRequest {
4266
4266
  /**
4267
- * 待操作的实例ID数组。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。
4267
+ * 待操作的实例ID数组。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。
4268
4268
  */
4269
4269
  InstanceIds: Array<string>
4270
4270
  /**
@@ -4300,19 +4300,19 @@ export interface ChargePrepaid {
4300
4300
  */
4301
4301
  export interface ModifyInstancesChargeTypeRequest {
4302
4302
  /**
4303
- * 一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为30。
4303
+ * 一个或多个待操作的实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为30。
4304
4304
  */
4305
4305
  InstanceIds: Array<string>
4306
4306
  /**
4307
- * 实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月。<br><li>POSTPAID_BY_HOUR:后付费,即按量付费。
4307
+ * 修改后实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月。<br><li>POSTPAID_BY_HOUR:后付费,即按量付费。
4308
4308
  */
4309
4309
  InstanceChargeType: string
4310
4310
  /**
4311
- * 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。<dx-alert infotype="explain" title="">若指定实例的付费模式为预付费则该参数必传。</dx-alert>
4311
+ * 修改后预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。<dx-alert infotype="explain" title="">若指定实例的付费模式为预付费则该参数必传。</dx-alert>
4312
4312
  */
4313
4313
  InstanceChargePrepaid?: InstanceChargePrepaid
4314
4314
  /**
4315
- * 是否同时切换弹性数据云盘计费模式。取值范围:<br><li>TRUE:表示切换弹性数据云盘计费模式<br><li>FALSE:表示不切换弹性数据云盘计费模式<br><br>默认取值:FALSE
4315
+ * 是否同时切换弹性数据云盘计费模式。取值范围:<br><li>true:表示切换弹性数据云盘计费模式<br><li>false:表示不切换弹性数据云盘计费模式<br><br>默认取值:false
4316
4316
  */
4317
4317
  ModifyPortableDataDisk?: boolean
4318
4318
  }
@@ -5207,7 +5207,7 @@ export interface CreateLaunchTemplateVersionResponse {
5207
5207
  /**
5208
5208
  * 新创建的实例启动模板版本号。
5209
5209
  */
5210
- LaunchTemplateVersionNumber: number
5210
+ LaunchTemplateVersionNumber?: number
5211
5211
  /**
5212
5212
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5213
5213
  */
@@ -5544,7 +5544,7 @@ export interface ModifyHostsAttributeRequest {
5544
5544
  */
5545
5545
  export interface RenewInstancesRequest {
5546
5546
  /**
5547
- * 一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。
5547
+ * 一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。
5548
5548
  */
5549
5549
  InstanceIds: Array<string>
5550
5550
  /**
@@ -5553,7 +5553,7 @@ export interface RenewInstancesRequest {
5553
5553
  */
5554
5554
  InstanceChargePrepaid?: InstanceChargePrepaid
5555
5555
  /**
5556
- * 是否续费弹性数据盘。取值范围:<br><li>TRUE:表示续费包年包月实例同时续费其挂载的弹性数据盘<br><li>FALSE:表示续费包年包月实例同时不再续费其挂载的弹性数据盘<br><br>默认取值:TRUE
5556
+ * 是否续费弹性数据盘。取值范围:<br><li>true:表示续费包年包月实例同时续费其挂载的弹性数据盘<br><li>false:表示续费包年包月实例同时不再续费其挂载的弹性数据盘<br><br>默认取值:true
5557
5557
  */
5558
5558
  RenewPortableDataDisk?: boolean
5559
5559
  }
@@ -1046,12 +1046,12 @@ export interface DescribeClusterParamsResponse {
1046
1046
  /**
1047
1047
  * 参数个数
1048
1048
  */
1049
- TotalCount: number
1049
+ TotalCount?: number
1050
1050
  /**
1051
1051
  * 实例参数列表
1052
1052
  注意:此字段可能返回 null,表示取不到有效值。
1053
1053
  */
1054
- Items: Array<ParamInfo>
1054
+ Items?: Array<ParamInfo>
1055
1055
  /**
1056
1056
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1057
1057
  */
@@ -4089,11 +4089,11 @@ export interface DescribeClustersResponse {
4089
4089
  /**
4090
4090
  * 集群数
4091
4091
  */
4092
- TotalCount: number
4092
+ TotalCount?: number
4093
4093
  /**
4094
4094
  * 集群列表
4095
4095
  */
4096
- ClusterSet: Array<CynosdbCluster>
4096
+ ClusterSet?: Array<CynosdbCluster>
4097
4097
  /**
4098
4098
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4099
4099
  */
@@ -7943,11 +7943,11 @@ export interface ReloadBalanceProxyNodeResponse {
7943
7943
  /**
7944
7944
  * 异步流程ID
7945
7945
  */
7946
- FlowId: number
7946
+ FlowId?: number
7947
7947
  /**
7948
7948
  * 异步任务ID
7949
7949
  */
7950
- TaskId: number
7950
+ TaskId?: number
7951
7951
  /**
7952
7952
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7953
7953
  */