tencentcloud-sdk-nodejs 4.0.277 → 4.0.281

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 (113) hide show
  1. package/CHANGELOG.md +514 -0
  2. package/SERVICE_CHANGELOG.md +526 -151
  3. package/package.json +1 -1
  4. package/products.md +35 -35
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +2 -0
  7. package/src/services/ame/v20190916/ame_models.ts +52 -0
  8. package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
  9. package/src/services/apigateway/v20180808/apigateway_models.ts +19 -1
  10. package/src/services/as/v20180419/as_models.ts +3 -4
  11. package/src/services/asr/v20190614/asr_models.ts +1 -2
  12. package/src/services/cam/v20190116/cam_models.ts +4 -4
  13. package/src/services/cbs/v20170312/cbs_client.ts +16 -0
  14. package/src/services/cbs/v20170312/cbs_models.ts +61 -1
  15. package/src/services/ccc/v20200210/ccc_client.ts +31 -6
  16. package/src/services/ccc/v20200210/ccc_models.ts +270 -113
  17. package/src/services/chdfs/v20201112/chdfs_models.ts +10 -10
  18. package/src/services/cii/v20210408/cii_models.ts +2 -2
  19. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  20. package/src/services/cls/v20201016/cls_models.ts +1 -1
  21. package/src/services/cvm/v20170312/cvm_client.ts +1 -0
  22. package/src/services/cvm/v20170312/cvm_models.ts +54 -9
  23. package/src/services/faceid/v20180301/faceid_client.ts +36 -0
  24. package/src/services/faceid/v20180301/faceid_models.ts +183 -0
  25. package/src/services/gme/v20180711/gme_client.ts +2 -2
  26. package/src/services/ims/v20201229/ims_models.ts +1 -1
  27. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +5 -5
  28. package/src/services/ivld/v20210903/ivld_client.ts +227 -29
  29. package/src/services/ivld/v20210903/ivld_models.ts +643 -107
  30. package/src/services/live/v20180801/live_models.ts +4 -4
  31. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  32. package/src/services/monitor/v20180724/monitor_models.ts +7 -2
  33. package/src/services/oceanus/v20190422/oceanus_models.ts +5 -0
  34. package/src/services/ocr/v20181119/ocr_client.ts +14 -2
  35. package/src/services/ocr/v20181119/ocr_models.ts +54 -2
  36. package/src/services/organization/v20210331/organization_models.ts +12 -0
  37. package/src/services/ses/v20201002/ses_client.ts +1 -1
  38. package/src/services/ses/v20201002/ses_models.ts +4 -4
  39. package/src/services/sms/v20190711/sms_client.ts +7 -7
  40. package/src/services/soe/v20180724/soe_models.ts +4 -12
  41. package/src/services/tcm/v20210413/tcm_models.ts +7 -1
  42. package/src/services/tcss/v20201101/tcss_client.ts +3 -2
  43. package/src/services/tcss/v20201101/tcss_models.ts +489 -12
  44. package/src/services/tdmq/v20200217/tdmq_models.ts +18 -0
  45. package/src/services/tem/v20210701/tem_models.ts +30 -0
  46. package/src/services/tke/v20180525/tke_client.ts +21 -8
  47. package/src/services/tke/v20180525/tke_models.ts +104 -10
  48. package/src/services/tms/v20201229/tms_models.ts +1 -1
  49. package/src/services/tts/v20190823/tts_models.ts +1 -1
  50. package/src/services/vod/v20180717/vod_models.ts +40 -6
  51. package/src/services/vpc/v20170312/vpc_client.ts +2 -1
  52. package/src/services/vpc/v20170312/vpc_models.ts +87 -42
  53. package/tencentcloud/common/sdk_version.d.ts +1 -1
  54. package/tencentcloud/common/sdk_version.js +1 -1
  55. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +46 -0
  56. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +16 -1
  57. package/tencentcloud/services/as/v20180419/as_models.d.ts +3 -4
  58. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -2
  59. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +4 -4
  60. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +8 -1
  61. package/tencentcloud/services/cbs/v20170312/cbs_client.js +9 -0
  62. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +52 -1
  63. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -1
  64. package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -0
  65. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +233 -100
  66. package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +10 -10
  67. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +2 -2
  68. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  69. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  70. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +48 -9
  71. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +13 -1
  72. package/tencentcloud/services/faceid/v20180301/faceid_client.js +18 -0
  73. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +159 -0
  74. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +2 -2
  75. package/tencentcloud/services/gme/v20180711/gme_client.js +2 -2
  76. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
  77. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +5 -5
  78. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +93 -11
  79. package/tencentcloud/services/ivld/v20210903/ivld_client.js +123 -13
  80. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +529 -71
  81. package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -4
  82. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  83. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  84. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +6 -2
  85. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
  86. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -2
  87. package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -1
  88. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +47 -2
  89. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +10 -0
  90. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
  91. package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
  92. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -4
  93. package/tencentcloud/services/sms/v20190711/sms_client.d.ts +7 -7
  94. package/tencentcloud/services/sms/v20190711/sms_client.js +7 -7
  95. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +4 -12
  96. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +6 -1
  97. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +2 -2
  98. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +406 -12
  99. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +15 -0
  100. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +24 -0
  101. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +7 -3
  102. package/tencentcloud/services/tke/v20180525/tke_client.js +9 -3
  103. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +89 -10
  104. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +1 -1
  105. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  106. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +34 -4
  107. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +75 -37
  108. package/test/cbs.v20170312.test.js +10 -0
  109. package/test/ccc.v20200210.test.js +20 -0
  110. package/test/faceid.v20180301.test.js +30 -0
  111. package/test/ivld.v20210903.test.js +146 -6
  112. package/test/ocr.v20181119.test.js +10 -0
  113. package/test/tke.v20180525.test.js +12 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.277",
3
+ "version": "4.0.281",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -5,16 +5,16 @@
5
5
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-11-10 08:01:49 |
6
6
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-01-07 08:02:53 |
7
7
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-01-07 08:02:54 |
8
- | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-01-18 08:03:18 |
8
+ | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-01-26 08:02:19 |
9
9
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-12-21 08:00:20 |
10
10
  | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-01-19 08:04:47 |
11
11
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-11-10 08:02:02 |
12
12
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-11-10 08:02:03 |
13
13
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-01-14 10:07:56 |
14
- | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-01-14 08:05:13 |
14
+ | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-01-25 08:05:51 |
15
15
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-01-19 08:05:14 |
16
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-01-18 08:03:59 |
17
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-12-22 08:06:39 |
16
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-01-21 08:05:34 |
17
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-01-25 08:06:14 |
18
18
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-29 08:03:58 |
19
19
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-11-10 08:02:33 |
20
20
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2021-11-10 08:02:34 |
@@ -27,31 +27,31 @@
27
27
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2021-11-10 08:03:01 |
28
28
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
29
29
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2021-11-10 08:03:08 |
30
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-01-20 08:05:17 |
30
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-01-21 08:06:23 |
31
31
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-01-20 08:05:36 |
32
32
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-01-18 08:04:56 |
33
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-01-18 08:05:02 |
34
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-12-10 08:02:29 |
33
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-01-26 08:03:48 |
34
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-01-24 08:05:51 |
35
35
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-01-20 08:05:53 |
36
36
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-01-14 08:07:10 |
37
37
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-12-24 08:06:33 |
38
38
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-12-06 08:02:54 |
39
39
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-01-17 08:04:37 |
40
- | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-12-21 08:02:31 |
41
- | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-01-20 08:06:41 |
40
+ | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-01-26 08:04:40 |
41
+ | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-01-25 08:08:24 |
42
42
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
43
43
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
44
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-01-20 08:06:46 |
44
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-01-26 08:04:46 |
45
45
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-01-20 08:06:53 |
46
46
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-11-16 08:07:51 |
47
47
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-10 08:04:28 |
48
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-01-17 08:05:17 |
48
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-01-21 08:08:17 |
49
49
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2021-12-24 08:07:24 |
50
50
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-11-10 08:04:45 |
51
51
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
52
52
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-01-20 08:07:33 |
53
53
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
54
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-01-18 08:07:22 |
54
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-01-26 08:05:43 |
55
55
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-01-17 08:06:09 |
56
56
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
57
57
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-11-17 08:10:15 |
@@ -65,7 +65,7 @@
65
65
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2021-11-10 08:06:23 |
66
66
  | ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2021-11-10 08:06:24 |
67
67
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2021-11-10 08:06:26 |
68
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-12-21 08:05:11 |
68
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-01-24 08:09:08 |
69
69
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-01-20 08:09:25 |
70
70
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-11-10 08:06:30 |
71
71
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-01-18 08:09:09 |
@@ -76,11 +76,11 @@
76
76
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-01-20 08:10:01 |
77
77
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-01-17 08:08:08 |
78
78
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-01-10 08:11:01 |
79
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-01-07 08:08:34 |
79
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-01-21 08:11:28 |
80
80
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-14 08:10:17 |
81
81
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-12-08 08:10:45 |
82
82
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-01-11 08:09:11 |
83
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-01-17 08:08:32 |
83
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-01-24 08:10:18 |
84
84
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2021-11-10 08:07:27 |
85
85
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-01-12 08:10:24 |
86
86
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2021-11-10 08:07:31 |
@@ -91,17 +91,17 @@
91
91
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2021-11-11 11:03:38 |
92
92
  | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2021-12-23 14:56:48 |
93
93
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2021-11-10 08:07:49 |
94
- | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2021-11-10 08:07:49 |
94
+ | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-01-24 08:10:57 |
95
95
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2021-11-10 08:07:50 |
96
96
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2021-07-21 08:06:35 |
97
97
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-01-11 08:10:29 |
98
98
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
99
99
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-24 08:11:21 |
100
- | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-01-20 08:11:43 |
101
- | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2021-11-30 14:56:41 |
100
+ | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-01-26 08:09:29 |
101
+ | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-01-25 16:20:40 |
102
102
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-12-24 08:11:42 |
103
103
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-01-11 08:11:43 |
104
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-19 08:12:24 |
104
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-25 08:14:02 |
105
105
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
106
106
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-01-14 08:12:58 |
107
107
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
@@ -109,7 +109,7 @@
109
109
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
110
110
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
111
111
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-01-05 08:11:21 |
112
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-01-12 08:12:33 |
112
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-01-26 08:10:33 |
113
113
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
114
114
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-12-14 08:12:50 |
115
115
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
@@ -117,9 +117,9 @@
117
117
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
118
118
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-12-21 16:54:01 |
119
119
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
120
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-12-21 08:08:44 |
121
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-01-14 08:13:51 |
122
- | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-01-18 08:13:20 |
120
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-01-25 08:15:03 |
121
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-01-24 08:13:05 |
122
+ | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-01-26 08:11:15 |
123
123
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
124
124
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
125
125
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-01-13 08:55:35 |
@@ -130,16 +130,16 @@
130
130
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
131
131
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-01-18 08:14:02 |
132
132
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-01-12 08:13:52 |
133
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-18 08:14:15 |
133
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-26 08:11:53 |
134
134
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
135
135
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-01-05 08:12:50 |
136
- | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-11-18 08:11:34 |
136
+ | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-01-24 08:14:00 |
137
137
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
138
138
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-01-10 08:15:07 |
139
139
  | ssa | [态势感知](https://cloud.tencent.com/document/product/664) | 2021-11-22 08:10:13 |
140
140
  | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-01-17 08:12:18 |
141
141
  | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2021-11-10 08:10:37 |
142
- | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-01-11 08:14:31 |
142
+ | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-01-24 08:14:23 |
143
143
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-12-16 08:13:48 |
144
144
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-12-23 08:14:47 |
145
145
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-11-10 08:10:44 |
@@ -152,12 +152,12 @@
152
152
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-01-17 08:12:48 |
153
153
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
154
154
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
155
- | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
155
+ | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-01-24 08:14:58 |
156
156
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-12-24 08:15:03 |
157
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-01-17 08:13:13 |
157
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-01-26 08:13:10 |
158
158
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
159
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-01-14 08:16:22 |
160
- | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-01-12 08:15:47 |
159
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-01-21 08:17:48 |
160
+ | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-01-21 08:18:01 |
161
161
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-12-27 08:11:18 |
162
162
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
163
163
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2021-11-10 08:11:35 |
@@ -167,20 +167,20 @@
167
167
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-12-22 08:17:35 |
168
168
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-01-07 08:14:32 |
169
169
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-12-27 08:11:32 |
170
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-01-19 08:16:28 |
170
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-01-24 08:16:10 |
171
171
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
172
- | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-01-13 09:12:45 |
172
+ | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-01-24 08:16:27 |
173
173
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
174
174
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-11-11 11:09:51 |
175
175
  | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-12-16 08:15:47 |
176
176
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-01-20 08:16:32 |
177
177
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2021-11-10 08:12:32 |
178
- | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-01-18 08:17:37 |
178
+ | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-01-24 08:16:57 |
179
179
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-11-10 08:12:34 |
180
180
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-12-21 08:12:32 |
181
181
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
182
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-01-11 08:17:35 |
183
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-01-19 08:17:55 |
182
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-01-26 08:14:54 |
183
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-01-26 08:15:17 |
184
184
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
185
185
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-01-10 08:18:57 |
186
186
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.277"
1
+ export const sdkVersion = "4.0.281"
@@ -57,6 +57,7 @@ import {
57
57
  DescribeItemByIdRequest,
58
58
  DescribeAuthInfoRequest,
59
59
  DescribeKTVPlaylistsResponse,
60
+ TimeRange,
60
61
  Music,
61
62
  Artist,
62
63
  DescribeStationsRequest,
@@ -66,6 +67,7 @@ import {
66
67
  KTVRobotInfo,
67
68
  DescribeItemsRequest,
68
69
  Item,
70
+ SetPlayModeCommandInput,
69
71
  SetPlaylistCommandInput,
70
72
  SyncKTVRobotCommandResponse,
71
73
  DescribeCloudMusicResponse,
@@ -154,6 +154,7 @@ export interface SyncKTVRobotCommandRequest {
154
154
  <li>Pause:暂停</li>
155
155
  <li>SwitchPrevious:上一首</li>
156
156
  <li>SwitchNext:下一首</li>
157
+ <li>SetPlayMode:设置播放模式</li>
157
158
  <li>Seek:调整播放进度</li>
158
159
  <li>SetPlaylist:歌单变更</li>
159
160
  <li>SetAudioParam:音频参数变更</li>
@@ -185,6 +186,11 @@ export interface SyncKTVRobotCommandRequest {
185
186
  * 自定义消息,当Command取SendMessage时,必填。
186
187
  */
187
188
  SendMessageCommandInput?: SendMessageCommandInput
189
+
190
+ /**
191
+ * 播放模式,当Command取SetPlayMode时,必填。
192
+ */
193
+ SetPlayModeCommandInput?: SetPlayModeCommandInput
188
194
  }
189
195
 
190
196
  /**
@@ -877,6 +883,23 @@ export interface DescribeKTVPlaylistsResponse {
877
883
  RequestId?: string
878
884
  }
879
885
 
886
+ /**
887
+ * 时间范围
888
+ */
889
+ export interface TimeRange {
890
+ /**
891
+ * <li>大于等于此时间(起始时间)。</li>
892
+ <li>格式按照 ISO 8601标准表示,详见 <a href="https://cloud.tencent.com/document/product/266/11732#I" target="_blank">ISO 日期格式说明</a>。</li>
893
+ */
894
+ Before?: string
895
+
896
+ /**
897
+ * <li>小于此时间(结束时间)。</li>
898
+ <li>格式按照 ISO 8601标准表示,详见 <a href="https://cloud.tencent.com/document/product/266/11732#I" target="_blank">ISO 日期格式说明</a>。</li>
899
+ */
900
+ After?: string
901
+ }
902
+
880
903
  /**
881
904
  * 音乐详情
882
905
  */
@@ -1098,6 +1121,15 @@ export interface KTVRobotInfo {
1098
1121
  <li>TRTC</li>
1099
1122
  */
1100
1123
  RTCSystem: string
1124
+
1125
+ /**
1126
+ * 播放模式,PlayMode取值有:
1127
+ <li>RepeatPlaylist:列表循环</li>
1128
+ <li>Order:顺序播放</li>
1129
+ <li>RepeatSingle:单曲循环</li>
1130
+ <li>Shuffle:随机播放</li>
1131
+ */
1132
+ SetPlayModeInput: SetPlayModeCommandInput
1101
1133
  }
1102
1134
 
1103
1135
  /**
@@ -1159,6 +1191,20 @@ export interface Item {
1159
1191
  Status: number
1160
1192
  }
1161
1193
 
1194
+ /**
1195
+ * 设置播放模式
1196
+ */
1197
+ export interface SetPlayModeCommandInput {
1198
+ /**
1199
+ * 播放模式,取值有:
1200
+ <li>RepeatPlaylist:列表循环</li>
1201
+ <li>Order:顺序播放</li>
1202
+ <li>RepeatSingle:单曲循环</li>
1203
+ <li>Shuffle:随机播放</li>
1204
+ */
1205
+ PlayMode: string
1206
+ }
1207
+
1162
1208
  /**
1163
1209
  * 设置播放列表指令参数
1164
1210
  */
@@ -1653,6 +1699,12 @@ export interface DescribeKTVRobotsRequest {
1653
1699
  */
1654
1700
  Statuses?: Array<string>
1655
1701
 
1702
+ /**
1703
+ * 匹配创建时间在此时间段内的机器人。
1704
+ <li>包含所指定的头尾时间点。</li>
1705
+ */
1706
+ CreateTime?: TimeRange
1707
+
1656
1708
  /**
1657
1709
  * 分页返回的起始偏移量,默认值:0。将返回第 Offset 到第 Offset+Limit-1 条。
1658
1710
  */
@@ -290,7 +290,7 @@ export class Client extends AbstractClient {
290
290
 
291
291
  /**
292
292
  * 本接口(CreateService)用于创建服务。
293
- API 网关使用的最大单元为服务,每个服务中可创建多个 API 接口。每个服务有一个默认域名供客户调用,用户也可绑定自定义域名到此服务中。
293
+ API 网关使用的最大单元为服务,每个服务中可创建多个 API 接口。每个服务有一个默认域名供客户调用,用户也可绑定自定义域名到此服务中。
294
294
  */
295
295
  async CreateService(
296
296
  req: CreateServiceRequest,
@@ -3032,7 +3032,7 @@ export interface ParameterInfo {
3032
3032
  Unit: string
3033
3033
 
3034
3034
  /**
3035
- * 类型
3035
+ * 类型, integer|string
3036
3036
  */
3037
3037
  Type: string
3038
3038
 
@@ -3050,6 +3050,24 @@ export interface ParameterInfo {
3050
3050
  * 修改时间
3051
3051
  */
3052
3052
  ModifedTime: string
3053
+
3054
+ /**
3055
+ * 字符类型的值,当Type为string时才有意义
3056
+ 注意:此字段可能返回 null,表示取不到有效值。
3057
+ */
3058
+ ValueString: string
3059
+
3060
+ /**
3061
+ * 字符类型的默认值,当Type为string时才有意义
3062
+ 注意:此字段可能返回 null,表示取不到有效值。
3063
+ */
3064
+ DefaultValueString: string
3065
+
3066
+ /**
3067
+ * 可调整范围
3068
+ 注意:此字段可能返回 null,表示取不到有效值。
3069
+ */
3070
+ Range: string
3053
3071
  }
3054
3072
 
3055
3073
  /**
@@ -250,15 +250,14 @@ export interface ModifyAutoScalingGroupRequest {
250
250
  Ipv6AddressCount?: number
251
251
 
252
252
  /**
253
- * 多可用区/子网策略,取值包括 PRIORITY 和 EQUALITY。
253
+ * 多可用区/子网策略,取值包括 PRIORITY 和 EQUALITY,默认为 PRIORITY
254
254
  <br><li> PRIORITY,按照可用区/子网列表的顺序,作为优先级来尝试创建实例,如果优先级最高的可用区/子网可以创建成功,则总在该可用区/子网创建。
255
- <br><li> EQUALITY:每次选择当前实例数最少的可用区/子网进行扩容,使得每个可用区/子网都有机会发生扩容,多次扩容出的实例会打散到多个可用区/子网。
255
+ <br><li> EQUALITY:扩容出的实例会打散到多个可用区/子网,保证扩容后的各个可用区/子网实例数相对均衡。
256
256
 
257
257
  与本策略相关的注意点:
258
258
  <br><li> 当伸缩组为基础网络时,本策略适用于多可用区;当伸缩组为VPC网络时,本策略适用于多子网,此时不再考虑可用区因素,例如四个子网ABCD,其中ABC处于可用区1,D处于可用区2,此时考虑子网ABCD进行排序,而不考虑可用区1、2。
259
259
  <br><li> 本策略适用于多可用区/子网,不适用于启动配置的多机型。多机型按照优先级策略进行选择。
260
- <br><li> 创建实例时,先保证多机型的策略,后保证多可用区/子网的策略。例如多机型A、B,多子网1、2、3(按照PRIORITY策略),会按照A1、A2、A3、B1、B2、B3 进行尝试,如果A1售罄,会尝试A2(而非B1)。
261
- <br><li> 无论使用哪种策略,单次伸缩活动总是优先保持使用一种具体配置(机型 * 可用区/子网)。
260
+ <br><li> 按照 PRIORITY 策略创建实例时,先保证多机型的策略,后保证多可用区/子网的策略。例如多机型A、B,多子网1、2、3,会按照A1、A2、A3、B1、B2、B3 进行尝试,如果A1售罄,会尝试A2(而非B1)。
262
261
  */
263
262
  MultiZoneSubnetPolicy?: string
264
263
 
@@ -238,7 +238,6 @@ export interface SentenceRecognitionRequest {
238
238
  • 16k_en:16k 英语;
239
239
  • 16k_ca:16k 粤语;
240
240
  • 16k_ja:16k 日语;
241
- • 16k_wuu-SH:16k 上海话方言;
242
241
  • 16k_zh_medical:16k 医疗;
243
242
  • 16k_zh_dialect:多方言。
244
243
  */
@@ -300,7 +299,7 @@ export interface SentenceRecognitionRequest {
300
299
  ConvertNumMode?: number
301
300
 
302
301
  /**
303
- * 是否显示词级别时间戳。0:不显示;1:显示,不包含标点时间戳,2:显示,包含标点时间戳。支持引擎8k_zh,16k_zh,16k_en,16k_ca,16k_ja,16k_wuu-SH。默认值为 0。
302
+ * 是否显示词级别时间戳。0:不显示;1:显示,不包含标点时间戳,2:显示,包含标点时间戳。默认值为 0。
304
303
  */
305
304
  WordInfo?: number
306
305
  }
@@ -2009,12 +2009,12 @@ export interface ListAttachedUserPoliciesResponse {
2009
2009
  /**
2010
2010
  * 策略总数
2011
2011
  */
2012
- TotalNum?: number
2012
+ TotalNum: number
2013
2013
 
2014
2014
  /**
2015
2015
  * 策略列表
2016
2016
  */
2017
- List?: Array<AttachPolicyInfo>
2017
+ List: Array<AttachPolicyInfo>
2018
2018
 
2019
2019
  /**
2020
2020
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2225,7 +2225,7 @@ export interface UpdatePolicyResponse {
2225
2225
  * 策略id,入参是PolicyName时,才会返回
2226
2226
  注意:此字段可能返回 null,表示取不到有效值。
2227
2227
  */
2228
- PolicyId?: number
2228
+ PolicyId: number
2229
2229
 
2230
2230
  /**
2231
2231
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2880,7 +2880,7 @@ export interface DeleteServiceLinkedRoleResponse {
2880
2880
  /**
2881
2881
  * 删除任务ID,可用于检查删除服务相关角色状态。
2882
2882
  */
2883
- DeletionTaskId?: string
2883
+ DeletionTaskId: string
2884
2884
 
2885
2885
  /**
2886
2886
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -22,6 +22,7 @@ import {
22
22
  ModifyDiskAttributesResponse,
23
23
  AutoSnapshotPolicy,
24
24
  DescribeSnapshotOperationLogsRequest,
25
+ CopySnapshotCrossRegionsResponse,
25
26
  ModifyAutoSnapshotPolicyAttributeResponse,
26
27
  InquiryPriceCreateDisksResponse,
27
28
  BindAutoSnapshotPolicyRequest,
@@ -31,6 +32,7 @@ import {
31
32
  InitializeDisksResponse,
32
33
  DescribeDiskStoragePoolRequest,
33
34
  SnapshotOperationLog,
35
+ SnapshotCopyResult,
34
36
  RenewDiskRequest,
35
37
  InquirePriceModifyDiskExtraPerformanceResponse,
36
38
  CreateDisksRequest,
@@ -50,6 +52,7 @@ import {
50
52
  CreateSnapshotRequest,
51
53
  DescribeInstancesDiskNumRequest,
52
54
  DescribeSnapshotSharePermissionResponse,
55
+ CopySnapshotCrossRegionsRequest,
53
56
  InquiryPriceRenewDisksRequest,
54
57
  DescribeSnapshotSharePermissionRequest,
55
58
  DescribeSnapshotOperationLogsResponse,
@@ -145,6 +148,19 @@ export class Client extends AbstractClient {
145
148
  return this.request("RenewDisk", req, cb)
146
149
  }
147
150
 
151
+ /**
152
+ * 本接口(CopySnapshotCrossRegions)用于快照跨地域复制。
153
+
154
+ * 本接口为异步接口,当跨地域复制的请求下发成功后会返回一个新的快照ID,此时快照未立即复制到目标地域,可请求目标地域的[DescribeSnapshots](/document/product/362/15647)接口查询新快照的状态,判断是否复制完成。如果快照的状态为“NORMAL”,表示快照复制完成。
155
+ * 本接口实现的快照跨地域复制操作将产生跨地域流量,预计2022年第三季度会针对此功能进行商业化计费;请留意后续站内信公告,避免产生预期外扣费。
156
+ */
157
+ async CopySnapshotCrossRegions(
158
+ req: CopySnapshotCrossRegionsRequest,
159
+ cb?: (error: string, rep: CopySnapshotCrossRegionsResponse) => void
160
+ ): Promise<CopySnapshotCrossRegionsResponse> {
161
+ return this.request("CopySnapshotCrossRegions", req, cb)
162
+ }
163
+
148
164
  /**
149
165
  * 本接口(DescribeInstancesDiskNum)用于查询实例已挂载云硬盘数量。
150
166
 
@@ -116,6 +116,21 @@ export interface DescribeSnapshotOperationLogsRequest {
116
116
  EndTime?: string
117
117
  }
118
118
 
119
+ /**
120
+ * CopySnapshotCrossRegions返回参数结构体
121
+ */
122
+ export interface CopySnapshotCrossRegionsResponse {
123
+ /**
124
+ * 快照跨地域复制的结果,如果请求下发成功,则返回相应地地域的新快照ID,否则返回Error。
125
+ */
126
+ SnapshotCopyResultSet: Array<SnapshotCopyResult>
127
+
128
+ /**
129
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
130
+ */
131
+ RequestId?: string
132
+ }
133
+
119
134
  /**
120
135
  * ModifyAutoSnapshotPolicyAttribute返回参数结构体
121
136
  */
@@ -297,6 +312,31 @@ PROCESSING :表示操作中。
297
312
  EndTime: string
298
313
  }
299
314
 
315
+ /**
316
+ * 描述快照跨地域复制的结果。
317
+ */
318
+ export interface SnapshotCopyResult {
319
+ /**
320
+ * 复制到目标地域的新快照ID。
321
+ */
322
+ SnapshotId: string
323
+
324
+ /**
325
+ * 指示具体错误信息,成功时为空字符串。
326
+ */
327
+ Message: string
328
+
329
+ /**
330
+ * 错误码,成功时取值为“Success”。
331
+ */
332
+ Code: string
333
+
334
+ /**
335
+ * 跨地复制的目标地域。
336
+ */
337
+ DestinationRegion: string
338
+ }
339
+
300
340
  /**
301
341
  * RenewDisk请求参数结构体
302
342
  */
@@ -857,6 +897,26 @@ export interface DescribeSnapshotSharePermissionResponse {
857
897
  RequestId?: string
858
898
  }
859
899
 
900
+ /**
901
+ * CopySnapshotCrossRegions请求参数结构体
902
+ */
903
+ export interface CopySnapshotCrossRegionsRequest {
904
+ /**
905
+ * 快照需要复制到的目标地域,各地域的标准取值可通过接口[DescribeRegions](https://cloud.tencent.com/document/product/213/9456)查询,且只能传入支持快照的地域。
906
+ */
907
+ DestinationRegions: Array<string>
908
+
909
+ /**
910
+ * 需要跨地域复制的源快照ID,可通过[DescribeSnapshots](/document/product/362/15647)查询。
911
+ */
912
+ SnapshotId?: string
913
+
914
+ /**
915
+ * 新复制快照的名称,如果不传,则默认取值为“Copied 源快照ID from 地域名”。
916
+ */
917
+ SnapshotName?: string
918
+ }
919
+
860
920
  /**
861
921
  * InquiryPriceRenewDisks请求参数结构体
862
922
  */
@@ -1930,7 +1990,7 @@ export interface GetSnapOverviewResponse {
1930
1990
  }
1931
1991
 
1932
1992
  /**
1933
- * 自动初始化、挂载云盘时指定配置。
1993
+ * 描述了新购云硬盘时自动将云硬盘初始化并挂载至云服务器内部的配置。
1934
1994
  */
1935
1995
  export interface AutoMountConfiguration {
1936
1996
  /**