tencentcloud-sdk-nodejs 4.0.602 → 4.0.604
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.
- package/CHANGELOG.md +263 -0
- package/SERVICE_CHANGELOG.md +325 -468
- package/package.json +1 -1
- package/products.md +29 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cbs/v20170312/cbs_models.ts +10 -0
- package/src/services/cdb/v20170320/cdb_client.ts +0 -17
- package/src/services/cdb/v20170320/cdb_models.ts +0 -65
- package/src/services/cdn/v20180606/cdn_models.ts +10 -6
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/csxg/index.ts +5 -0
- package/src/services/csxg/v20230303/csxg_client.ts +91 -0
- package/src/services/csxg/v20230303/csxg_models.ts +91 -0
- package/src/services/csxg/v20230303/index.ts +6 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +58 -20
- package/src/services/dcdb/v20180411/dcdb_models.ts +390 -140
- package/src/services/dts/v20211206/dts_models.ts +4 -4
- package/src/services/ess/v20201111/ess_client.ts +6 -3
- package/src/services/ess/v20201111/ess_models.ts +15 -4
- package/src/services/essbasic/v20210526/essbasic_client.ts +5 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -0
- package/src/services/faceid/v20180301/faceid_models.ts +5 -0
- package/src/services/index.ts +1 -0
- package/src/services/lcic/v20220817/lcic_models.ts +3 -3
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -6
- package/src/services/live/v20180801/live_models.ts +5 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +52 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +30 -9
- package/src/services/mps/v20190612/mps_models.ts +2 -2
- package/src/services/ocr/v20181119/ocr_models.ts +11 -4
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +36 -12
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +829 -554
- package/src/services/tcss/v20201101/tcss_models.ts +7 -2
- package/src/services/tsf/v20180326/tsf_models.ts +18 -0
- package/src/services/vpc/v20170312/vpc_models.ts +9 -9
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +8 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -9
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -10
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +0 -55
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -6
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/csxg/index.d.ts +6 -0
- package/tencentcloud/services/csxg/index.js +7 -0
- package/tencentcloud/services/csxg/v20230303/csxg_client.d.ts +30 -0
- package/tencentcloud/services/csxg/v20230303/csxg_client.js +61 -0
- package/tencentcloud/services/csxg/v20230303/csxg_models.d.ts +65 -0
- package/tencentcloud/services/csxg/v20230303/csxg_models.js +18 -0
- package/tencentcloud/services/csxg/v20230303/index.d.ts +6 -0
- package/tencentcloud/services/csxg/v20230303/index.js +9 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +20 -6
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +27 -7
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +333 -127
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +5 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +13 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +5 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +3 -3
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +6 -6
- package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +44 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +26 -9
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +10 -4
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +11 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +15 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +622 -398
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +6 -2
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +15 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +9 -9
- package/test/cdb.v20170320.test.js +0 -10
- package/test/csxg.v20230303.test.js +71 -0
- package/test/dcdb.v20180411.test.js +34 -4
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/sqlserver.v20180328.test.js +22 -2
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-05-18 01:02:39 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-05-18 01:03:20 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-05-18 01:03:25 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-05-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-05-23 01:03:05 |
|
|
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 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-05-18 01:04:14 |
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
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
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-05-
|
|
37
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-05-23 01:05:19 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-05-18 01:07:27 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-05-18 01:07:35 |
|
|
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-05-
|
|
42
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-05-23 01:06:09 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-05-18 01:08:10 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-05-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-05-22 01:07:39 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-05-18 01:09:37 |
|
|
46
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-05-
|
|
46
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-05-23 01:07:36 |
|
|
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-05-18 01:10:46 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-05-18 01:10:56 |
|
|
@@ -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-05-18 01:12:17 |
|
|
58
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-05-
|
|
58
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-05-22 11:55:58 |
|
|
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-05-18 01:13:44 |
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-05-18 01:15:05 |
|
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
68
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-05-19 01:27:03 |
|
|
69
|
+
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
69
70
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-05-18 01:16:53 |
|
|
70
71
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-05-18 01:17:36 |
|
|
71
72
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
@@ -76,14 +77,14 @@
|
|
|
76
77
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-05-18 01:21:10 |
|
|
77
78
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
|
|
78
79
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
|
|
79
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-05-
|
|
80
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-05-23 01:16:58 |
|
|
80
81
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-05-18 01:22:17 |
|
|
81
82
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-05-18 01:22:51 |
|
|
82
83
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-05-18 01:23:17 |
|
|
83
84
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
|
|
84
85
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-05-18 01:23:36 |
|
|
85
86
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
86
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-05-
|
|
87
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-05-22 01:29:21 |
|
|
87
88
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-05-18 01:24:14 |
|
|
88
89
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-05-18 01:24:28 |
|
|
89
90
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-05-18 01:24:35 |
|
|
@@ -92,10 +93,10 @@
|
|
|
92
93
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
|
|
93
94
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-05-18 01:26:03 |
|
|
94
95
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-05-18 01:26:23 |
|
|
95
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-05-
|
|
96
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-05-
|
|
96
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-05-23 01:21:05 |
|
|
97
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-05-23 01:21:28 |
|
|
97
98
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-18 01:27:37 |
|
|
98
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-
|
|
99
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-23 01:21:54 |
|
|
99
100
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-18 01:28:29 |
|
|
100
101
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
|
|
101
102
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-05-18 01:28:41 |
|
|
@@ -124,20 +125,20 @@
|
|
|
124
125
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
125
126
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-05-18 01:35:38 |
|
|
126
127
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
|
|
127
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-05-
|
|
128
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-05-
|
|
129
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-05-
|
|
128
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-05-22 01:40:34 |
|
|
129
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-05-23 01:28:34 |
|
|
130
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-05-23 01:29:06 |
|
|
130
131
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
131
132
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
132
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-05-
|
|
133
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-05-23 01:29:45 |
|
|
133
134
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-05-18 01:39:13 |
|
|
134
135
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-05-18 01:39:15 |
|
|
135
136
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
136
137
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
137
138
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-05-18 01:39:27 |
|
|
138
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-05-
|
|
139
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-05-
|
|
140
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-05-
|
|
139
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-05-23 01:30:35 |
|
|
140
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-05-22 01:43:10 |
|
|
141
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-05-23 01:31:48 |
|
|
141
142
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
|
|
142
143
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-05-18 01:42:15 |
|
|
143
144
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
|
|
@@ -145,12 +146,12 @@
|
|
|
145
146
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-05-19 01:49:42 |
|
|
146
147
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
147
148
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-05-18 01:42:42 |
|
|
148
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-05-
|
|
149
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-05-23 01:33:15 |
|
|
149
150
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-18 01:43:39 |
|
|
150
151
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-05-19 01:51:15 |
|
|
151
152
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-05-18 01:44:05 |
|
|
152
153
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
153
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-05-
|
|
154
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-05-23 01:34:25 |
|
|
154
155
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-05-18 01:45:21 |
|
|
155
156
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-05-18 01:45:33 |
|
|
156
157
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
|
|
@@ -164,10 +165,10 @@
|
|
|
164
165
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-05-18 01:47:52 |
|
|
165
166
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
166
167
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-05-18 01:48:01 |
|
|
167
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-05-
|
|
168
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-05-23 01:37:15 |
|
|
168
169
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-05-18 01:48:23 |
|
|
169
170
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
170
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-05-
|
|
171
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-05-22 01:53:58 |
|
|
171
172
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-05-18 01:49:08 |
|
|
172
173
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-05-19 01:55:56 |
|
|
173
174
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
|
|
@@ -188,13 +189,13 @@
|
|
|
188
189
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
189
190
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-05-18 01:51:20 |
|
|
190
191
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-05-18 01:51:31 |
|
|
191
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-05-
|
|
192
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-05-23 01:40:44 |
|
|
192
193
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-05-18 01:54:30 |
|
|
193
194
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-05-18 01:54:42 |
|
|
194
195
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-05-18 01:55:03 |
|
|
195
196
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
196
|
-
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-
|
|
197
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-05-
|
|
197
|
+
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
|
|
198
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-05-22 02:01:29 |
|
|
198
199
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-05-19 02:07:25 |
|
|
199
200
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
200
201
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-05-18 01:58:19 |
|
|
@@ -214,16 +215,16 @@
|
|
|
214
215
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-05-18 02:01:39 |
|
|
215
216
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-05-18 02:01:48 |
|
|
216
217
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-05-18 02:02:09 |
|
|
217
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-05-
|
|
218
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-05-22 02:10:28 |
|
|
218
219
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
219
220
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-05-18 02:04:02 |
|
|
220
221
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
|
|
221
222
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
222
223
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
|
|
223
224
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-05-19 02:13:12 |
|
|
224
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-05-
|
|
225
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-05-23 01:51:22 |
|
|
225
226
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-05-19 02:51:58 |
|
|
226
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-05-
|
|
227
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-05-23 01:53:18 |
|
|
227
228
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-05-18 02:08:17 |
|
|
228
229
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-05-18 02:08:33 |
|
|
229
230
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.604"
|
|
@@ -710,6 +710,11 @@ export interface CreateDisksRequest {
|
|
|
710
710
|
* 指定云硬盘备份点配额。
|
|
711
711
|
*/
|
|
712
712
|
DiskBackupQuota?: number
|
|
713
|
+
|
|
714
|
+
/**
|
|
715
|
+
* 创建云盘时是否开启性能突发
|
|
716
|
+
*/
|
|
717
|
+
BurstPerformance?: boolean
|
|
713
718
|
}
|
|
714
719
|
|
|
715
720
|
/**
|
|
@@ -1457,6 +1462,11 @@ export interface ModifyDiskAttributesRequest {
|
|
|
1457
1462
|
* 变更云盘类型时,可传入该参数,表示变更的目标类型,取值范围:<br><li>CLOUD_PREMIUM:表示高性能云硬盘<br><li>CLOUD_SSD:表示SSD云硬盘。<br>当前不支持批量变更类型,即传入DiskType时,DiskIds仅支持传入一块云盘;<br>变更云盘类型时不支持同时变更其他属性。
|
|
1458
1463
|
*/
|
|
1459
1464
|
DiskType?: string
|
|
1465
|
+
|
|
1466
|
+
/**
|
|
1467
|
+
* 开启/关闭云盘性能突发功能
|
|
1468
|
+
*/
|
|
1469
|
+
BurstPerformanceOperation?: string
|
|
1460
1470
|
}
|
|
1461
1471
|
|
|
1462
1472
|
/**
|
|
@@ -46,7 +46,6 @@ import {
|
|
|
46
46
|
ModifyCdbProxyAddressVipAndVPortResponse,
|
|
47
47
|
DescribeDBInstancesRequest,
|
|
48
48
|
ModifyCdbProxyAddressDescRequest,
|
|
49
|
-
TableName,
|
|
50
49
|
CdbRegionSellConf,
|
|
51
50
|
DescribeRoGroupsRequest,
|
|
52
51
|
DescribeBackupDecryptionKeyRequest,
|
|
@@ -79,7 +78,6 @@ import {
|
|
|
79
78
|
DescribeCDBProxyResponse,
|
|
80
79
|
Rule,
|
|
81
80
|
AuditPolicy,
|
|
82
|
-
DescribeBackupTablesRequest,
|
|
83
81
|
ProxyNode,
|
|
84
82
|
DescribeCdbZoneConfigResponse,
|
|
85
83
|
DescribeTablesRequest,
|
|
@@ -272,7 +270,6 @@ import {
|
|
|
272
270
|
AuditFilter,
|
|
273
271
|
DescribeProxySupportParamResponse,
|
|
274
272
|
DescribeRollbackTaskDetailRequest,
|
|
275
|
-
DescribeBackupTablesResponse,
|
|
276
273
|
ModifyParamTemplateResponse,
|
|
277
274
|
BalanceRoGroupLoadResponse,
|
|
278
275
|
DeviceNetInfo,
|
|
@@ -1008,20 +1005,6 @@ export class Client extends AbstractClient {
|
|
|
1008
1005
|
return this.request("DescribeDBInstanceConfig", req, cb)
|
|
1009
1006
|
}
|
|
1010
1007
|
|
|
1011
|
-
/**
|
|
1012
|
-
* 该接口已废弃,需要下线
|
|
1013
|
-
|
|
1014
|
-
本接口(DescribeBackupTables)用于查询指定的数据库的备份数据表名 (已废弃)。
|
|
1015
|
-
旧版本支持全量备份后,用户如果分库表下载逻辑备份文件,需要用到此接口。
|
|
1016
|
-
新版本支持(CreateBackup)创建逻辑备份的时候,直接发起指定库表备份,用户直接下载该备份文件即可。
|
|
1017
|
-
*/
|
|
1018
|
-
async DescribeBackupTables(
|
|
1019
|
-
req: DescribeBackupTablesRequest,
|
|
1020
|
-
cb?: (error: string, rep: DescribeBackupTablesResponse) => void
|
|
1021
|
-
): Promise<DescribeBackupTablesResponse> {
|
|
1022
|
-
return this.request("DescribeBackupTables", req, cb)
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
1008
|
/**
|
|
1026
1009
|
* 数据库代理增加代理地址
|
|
1027
1010
|
*/
|
|
@@ -1008,16 +1008,6 @@ export interface ModifyCdbProxyAddressDescRequest {
|
|
|
1008
1008
|
Desc?: string
|
|
1009
1009
|
}
|
|
1010
1010
|
|
|
1011
|
-
/**
|
|
1012
|
-
* 表名
|
|
1013
|
-
*/
|
|
1014
|
-
export interface TableName {
|
|
1015
|
-
/**
|
|
1016
|
-
* 表名
|
|
1017
|
-
*/
|
|
1018
|
-
TableName: string
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
1011
|
/**
|
|
1022
1012
|
* 地域售卖配置
|
|
1023
1013
|
*/
|
|
@@ -1748,41 +1738,6 @@ export interface AuditPolicy {
|
|
|
1748
1738
|
InstanceName: string
|
|
1749
1739
|
}
|
|
1750
1740
|
|
|
1751
|
-
/**
|
|
1752
|
-
* DescribeBackupTables请求参数结构体
|
|
1753
|
-
*/
|
|
1754
|
-
export interface DescribeBackupTablesRequest {
|
|
1755
|
-
/**
|
|
1756
|
-
* 实例ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例ID相同。
|
|
1757
|
-
*/
|
|
1758
|
-
InstanceId: string
|
|
1759
|
-
|
|
1760
|
-
/**
|
|
1761
|
-
* 开始时间,格式为:2017-07-12 10:29:20。
|
|
1762
|
-
*/
|
|
1763
|
-
StartTime: string
|
|
1764
|
-
|
|
1765
|
-
/**
|
|
1766
|
-
* 指定的数据库名。
|
|
1767
|
-
*/
|
|
1768
|
-
DatabaseName: string
|
|
1769
|
-
|
|
1770
|
-
/**
|
|
1771
|
-
* 要查询的数据表名前缀。
|
|
1772
|
-
*/
|
|
1773
|
-
SearchTable?: string
|
|
1774
|
-
|
|
1775
|
-
/**
|
|
1776
|
-
* 分页偏移。
|
|
1777
|
-
*/
|
|
1778
|
-
Offset?: number
|
|
1779
|
-
|
|
1780
|
-
/**
|
|
1781
|
-
* 分页大小,最小值为1,最大值为2000。
|
|
1782
|
-
*/
|
|
1783
|
-
Limit?: number
|
|
1784
|
-
}
|
|
1785
|
-
|
|
1786
1741
|
/**
|
|
1787
1742
|
* 代理节点
|
|
1788
1743
|
*/
|
|
@@ -6709,26 +6664,6 @@ export interface DescribeRollbackTaskDetailRequest {
|
|
|
6709
6664
|
Offset?: number
|
|
6710
6665
|
}
|
|
6711
6666
|
|
|
6712
|
-
/**
|
|
6713
|
-
* DescribeBackupTables返回参数结构体
|
|
6714
|
-
*/
|
|
6715
|
-
export interface DescribeBackupTablesResponse {
|
|
6716
|
-
/**
|
|
6717
|
-
* 返回的数据个数。
|
|
6718
|
-
*/
|
|
6719
|
-
TotalCount: number
|
|
6720
|
-
|
|
6721
|
-
/**
|
|
6722
|
-
* 符合条件的数据表数组。
|
|
6723
|
-
*/
|
|
6724
|
-
Items: Array<TableName>
|
|
6725
|
-
|
|
6726
|
-
/**
|
|
6727
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6728
|
-
*/
|
|
6729
|
-
RequestId?: string
|
|
6730
|
-
}
|
|
6731
|
-
|
|
6732
6667
|
/**
|
|
6733
6668
|
* ModifyParamTemplate返回参数结构体
|
|
6734
6669
|
*/
|
|
@@ -708,6 +708,7 @@ domain:域名类型
|
|
|
708
708
|
domainv6:域名解析V6类型
|
|
709
709
|
cos:对象存储源站
|
|
710
710
|
third_party: 第三方存储源站
|
|
711
|
+
igtm: IGTM多活源
|
|
711
712
|
ip:IP 列表作为源站
|
|
712
713
|
ipv6:源站列表为一个单独的 IPv6 地址
|
|
713
714
|
ip_ipv6:源站列表为多个 IPv4 地址和IPv6 地址
|
|
@@ -1759,9 +1760,10 @@ export interface DomainBotCount {
|
|
|
1759
1760
|
*/
|
|
1760
1761
|
export interface PostSize {
|
|
1761
1762
|
/**
|
|
1762
|
-
*
|
|
1763
|
-
|
|
1764
|
-
|
|
1763
|
+
* POST请求上传文件流式传输最大限制配置开关,取值有:
|
|
1764
|
+
on:开启,平台默认为32MB
|
|
1765
|
+
off:关闭
|
|
1766
|
+
|
|
1765
1767
|
*/
|
|
1766
1768
|
Switch: string
|
|
1767
1769
|
|
|
@@ -3468,7 +3470,9 @@ export interface AdvancedCCRules {
|
|
|
3468
3470
|
FrequencyLimit?: number
|
|
3469
3471
|
|
|
3470
3472
|
/**
|
|
3471
|
-
* IP
|
|
3473
|
+
* IP 惩罚配置开关,取值有:
|
|
3474
|
+
on:开启
|
|
3475
|
+
off:关闭
|
|
3472
3476
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3473
3477
|
*/
|
|
3474
3478
|
PunishmentSwitch?: string
|
|
@@ -5874,7 +5878,7 @@ export interface DomainFilter {
|
|
|
5874
5878
|
- status:域名状态,online,offline或processing。
|
|
5875
5879
|
- serviceType:业务类型,web,download,media,hybrid或dynamic。
|
|
5876
5880
|
- projectId:项目ID。
|
|
5877
|
-
- domainType:主源站类型,cname表示自有源,cos表示cos接入,third_party
|
|
5881
|
+
- domainType:主源站类型,cname表示自有源,cos表示cos接入,third_party表示第三方对象存储,igtm表示IGTM多活源。
|
|
5878
5882
|
- fullUrlCache:全路径缓存,on或off。
|
|
5879
5883
|
- https:是否配置https,on,off或processing。
|
|
5880
5884
|
- originPullProtocol:回源协议类型,支持http,follow或https。
|
|
@@ -9919,7 +9923,7 @@ export interface DescribeDomainsConfigResponse {
|
|
|
9919
9923
|
export interface HttpsBilling {
|
|
9920
9924
|
/**
|
|
9921
9925
|
* HTTPS服务配置开关,取值有:
|
|
9922
|
-
on
|
|
9926
|
+
on:开启,缺省时默认开启,会产生计费
|
|
9923
9927
|
off:关闭,拦截https请求
|
|
9924
9928
|
|
|
9925
9929
|
*/
|
|
@@ -5736,7 +5736,7 @@ export interface TargetHealth {
|
|
|
5736
5736
|
/**
|
|
5737
5737
|
* (**该参数对象即将下线,不推荐使用,请使用HealthStatusDetail获取健康详情**) 当前健康状态的详细信息。如:Alive、Dead、Unknown。Alive状态为健康,Dead状态为异常,Unknown状态包括尚未开始探测、探测中、状态未知。
|
|
5738
5738
|
*/
|
|
5739
|
-
HealthStatusDetial
|
|
5739
|
+
HealthStatusDetial?: string
|
|
5740
5740
|
}
|
|
5741
5741
|
|
|
5742
5742
|
/**
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
|
+
import { ClientConfig } from "../../../common/interface"
|
|
20
|
+
import {
|
|
21
|
+
Describe5GAPNsResponse,
|
|
22
|
+
Modify5GInstanceAttributeRequest,
|
|
23
|
+
Delete5GInstanceResponse,
|
|
24
|
+
Modify5GInstanceAttributeResponse,
|
|
25
|
+
Describe5GInstancesResponse,
|
|
26
|
+
Describe5GAPNsRequest,
|
|
27
|
+
Create5GInstanceResponse,
|
|
28
|
+
Delete5GInstanceRequest,
|
|
29
|
+
Describe5GInstancesRequest,
|
|
30
|
+
Create5GInstanceRequest,
|
|
31
|
+
} from "./csxg_models"
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* csxg client
|
|
35
|
+
* @class
|
|
36
|
+
*/
|
|
37
|
+
export class Client extends AbstractClient {
|
|
38
|
+
constructor(clientConfig: ClientConfig) {
|
|
39
|
+
super("csxg.tencentcloudapi.com", "2023-03-03", clientConfig)
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* 修改5G入云服务
|
|
44
|
+
*/
|
|
45
|
+
async Modify5GInstanceAttribute(
|
|
46
|
+
req?: Modify5GInstanceAttributeRequest,
|
|
47
|
+
cb?: (error: string, rep: Modify5GInstanceAttributeResponse) => void
|
|
48
|
+
): Promise<Modify5GInstanceAttributeResponse> {
|
|
49
|
+
return this.request("Modify5GInstanceAttribute", req, cb)
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* 删除5G入云服务
|
|
54
|
+
*/
|
|
55
|
+
async Delete5GInstance(
|
|
56
|
+
req?: Delete5GInstanceRequest,
|
|
57
|
+
cb?: (error: string, rep: Delete5GInstanceResponse) => void
|
|
58
|
+
): Promise<Delete5GInstanceResponse> {
|
|
59
|
+
return this.request("Delete5GInstance", req, cb)
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* 创建5G入云服务接口
|
|
64
|
+
*/
|
|
65
|
+
async Create5GInstance(
|
|
66
|
+
req?: Create5GInstanceRequest,
|
|
67
|
+
cb?: (error: string, rep: Create5GInstanceResponse) => void
|
|
68
|
+
): Promise<Create5GInstanceResponse> {
|
|
69
|
+
return this.request("Create5GInstance", req, cb)
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* 查询5G入云服务
|
|
74
|
+
*/
|
|
75
|
+
async Describe5GInstances(
|
|
76
|
+
req?: Describe5GInstancesRequest,
|
|
77
|
+
cb?: (error: string, rep: Describe5GInstancesResponse) => void
|
|
78
|
+
): Promise<Describe5GInstancesResponse> {
|
|
79
|
+
return this.request("Describe5GInstances", req, cb)
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* 查询APN信息
|
|
84
|
+
*/
|
|
85
|
+
async Describe5GAPNs(
|
|
86
|
+
req?: Describe5GAPNsRequest,
|
|
87
|
+
cb?: (error: string, rep: Describe5GAPNsResponse) => void
|
|
88
|
+
): Promise<Describe5GAPNsResponse> {
|
|
89
|
+
return this.request("Describe5GAPNs", req, cb)
|
|
90
|
+
}
|
|
91
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing,
|
|
11
|
+
* software distributed under the License is distributed on an
|
|
12
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
13
|
+
* KIND, either express or implied. See the License for the
|
|
14
|
+
* specific language governing permissions and limitations
|
|
15
|
+
* under the License.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Describe5GAPNs返回参数结构体
|
|
20
|
+
*/
|
|
21
|
+
export interface Describe5GAPNsResponse {
|
|
22
|
+
/**
|
|
23
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
24
|
+
*/
|
|
25
|
+
RequestId?: string
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Modify5GInstanceAttribute请求参数结构体
|
|
30
|
+
*/
|
|
31
|
+
export type Modify5GInstanceAttributeRequest = null
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Delete5GInstance返回参数结构体
|
|
35
|
+
*/
|
|
36
|
+
export interface Delete5GInstanceResponse {
|
|
37
|
+
/**
|
|
38
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
39
|
+
*/
|
|
40
|
+
RequestId?: string
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Modify5GInstanceAttribute返回参数结构体
|
|
45
|
+
*/
|
|
46
|
+
export interface Modify5GInstanceAttributeResponse {
|
|
47
|
+
/**
|
|
48
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
49
|
+
*/
|
|
50
|
+
RequestId?: string
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Describe5GInstances返回参数结构体
|
|
55
|
+
*/
|
|
56
|
+
export interface Describe5GInstancesResponse {
|
|
57
|
+
/**
|
|
58
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
59
|
+
*/
|
|
60
|
+
RequestId?: string
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Describe5GAPNs请求参数结构体
|
|
65
|
+
*/
|
|
66
|
+
export type Describe5GAPNsRequest = null
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Create5GInstance返回参数结构体
|
|
70
|
+
*/
|
|
71
|
+
export interface Create5GInstanceResponse {
|
|
72
|
+
/**
|
|
73
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
74
|
+
*/
|
|
75
|
+
RequestId?: string
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Delete5GInstance请求参数结构体
|
|
80
|
+
*/
|
|
81
|
+
export type Delete5GInstanceRequest = null
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Describe5GInstances请求参数结构体
|
|
85
|
+
*/
|
|
86
|
+
export type Describe5GInstancesRequest = null
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Create5GInstance请求参数结构体
|
|
90
|
+
*/
|
|
91
|
+
export type Create5GInstanceRequest = null
|