tencentcloud-sdk-nodejs 4.0.389 → 4.0.393

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 (176) hide show
  1. package/CHANGELOG.md +420 -0
  2. package/SERVICE_CHANGELOG.md +659 -173
  3. package/package.json +1 -1
  4. package/products.md +36 -34
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/acp/v20220105/acp_models.ts +15 -5
  7. package/src/services/bma/v20210624/bma_client.ts +109 -10
  8. package/src/services/bma/v20210624/bma_models.ts +579 -39
  9. package/src/services/btoe/index.ts +2 -2
  10. package/src/services/cdb/v20170320/cdb_client.ts +12 -0
  11. package/src/services/cdb/v20170320/cdb_models.ts +30 -0
  12. package/src/services/cdc/v20201214/cdc_models.ts +30 -0
  13. package/src/services/cdn/v20180606/cdn_models.ts +5 -0
  14. package/src/services/cfs/v20190719/cfs_models.ts +1 -1
  15. package/src/services/chdfs/index.ts +2 -2
  16. package/src/services/cii/index.ts +2 -2
  17. package/src/services/ckafka/v20190819/ckafka_models.ts +26 -1
  18. package/src/services/cls/v20201016/cls_models.ts +6 -0
  19. package/src/services/dlc/v20210125/dlc_models.ts +17 -1
  20. package/src/services/eis/index.ts +2 -2
  21. package/src/services/emr/v20190103/emr_client.ts +1 -1
  22. package/src/services/ess/v20201111/ess_client.ts +26 -1
  23. package/src/services/ess/v20201111/ess_models.ts +173 -31
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +5 -0
  25. package/src/services/faceid/v20180301/faceid_client.ts +3 -1
  26. package/src/services/faceid/v20180301/faceid_models.ts +106 -18
  27. package/src/services/gaap/v20180529/gaap_models.ts +56 -9
  28. package/src/services/iai/index.ts +2 -2
  29. package/src/services/index.ts +2 -0
  30. package/src/services/iotvideo/index.ts +4 -4
  31. package/src/services/live/v20180801/live_models.ts +12 -0
  32. package/src/services/mmps/v20200710/mmps_models.ts +2 -2
  33. package/src/services/mongodb/index.ts +2 -2
  34. package/src/services/mps/v20190612/mps_models.ts +2 -2
  35. package/src/services/ocr/v20181119/ocr_models.ts +7 -6
  36. package/src/services/organization/index.ts +2 -2
  37. package/src/services/privatedns/v20201028/privatedns_models.ts +6 -0
  38. package/src/services/pts/index.ts +5 -0
  39. package/src/services/pts/v20210728/index.ts +6 -0
  40. package/src/services/pts/v20210728/pts_client.ts +597 -0
  41. package/src/services/pts/v20210728/pts_models.ts +3903 -0
  42. package/src/services/region/index.ts +5 -0
  43. package/src/services/region/v20220627/index.ts +6 -0
  44. package/src/services/region/v20220627/region_client.ts +70 -0
  45. package/src/services/region/v20220627/region_models.ts +210 -0
  46. package/src/services/sms/index.ts +2 -2
  47. package/src/services/sqlserver/v20180328/sqlserver_models.ts +10 -0
  48. package/src/services/tcb/v20180608/tcb_client.ts +25 -12
  49. package/src/services/tcb/v20180608/tcb_models.ts +233 -93
  50. package/src/services/tdmq/v20200217/tdmq_models.ts +3 -2
  51. package/src/services/tem/index.ts +2 -2
  52. package/src/services/tem/v20210701/tem_client.ts +99 -70
  53. package/src/services/tem/v20210701/tem_models.ts +1436 -1159
  54. package/src/services/teo/v20220106/teo_client.ts +2 -0
  55. package/src/services/teo/v20220106/teo_models.ts +90 -0
  56. package/src/services/tiia/v20190529/tiia_client.ts +11 -30
  57. package/src/services/tiia/v20190529/tiia_models.ts +30 -168
  58. package/src/services/tione/index.ts +2 -2
  59. package/src/services/tke/v20180525/tke_client.ts +31 -19
  60. package/src/services/tke/v20180525/tke_models.ts +40 -14
  61. package/src/services/tsw/index.ts +2 -2
  62. package/src/services/vod/v20180717/vod_models.ts +19 -4
  63. package/src/services/vpc/v20170312/vpc_client.ts +1 -1
  64. package/src/services/vpc/v20170312/vpc_models.ts +28 -1
  65. package/src/services/waf/v20180125/waf_client.ts +21 -7
  66. package/src/services/waf/v20180125/waf_models.ts +174 -121
  67. package/src/services/yinsuda/v20220527/yinsuda_client.ts +1 -1
  68. package/src/services/yinsuda/v20220527/yinsuda_models.ts +7 -0
  69. package/src/services/yunsou/index.ts +2 -2
  70. package/tencentcloud/common/sdk_version.d.ts +1 -1
  71. package/tencentcloud/common/sdk_version.js +1 -1
  72. package/tencentcloud/services/acp/v20220105/acp_models.d.ts +13 -5
  73. package/tencentcloud/services/bma/v20210624/bma_client.d.ts +35 -3
  74. package/tencentcloud/services/bma/v20210624/bma_client.js +51 -3
  75. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +484 -34
  76. package/tencentcloud/services/btoe/index.d.ts +4 -4
  77. package/tencentcloud/services/btoe/index.js +2 -2
  78. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
  79. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
  80. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +26 -0
  81. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +25 -0
  82. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +4 -0
  83. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +1 -1
  84. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  85. package/tencentcloud/services/chdfs/index.js +2 -2
  86. package/tencentcloud/services/cii/index.d.ts +4 -4
  87. package/tencentcloud/services/cii/index.js +2 -2
  88. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +21 -1
  89. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -0
  90. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +14 -1
  91. package/tencentcloud/services/eis/index.d.ts +4 -4
  92. package/tencentcloud/services/eis/index.js +2 -2
  93. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
  94. package/tencentcloud/services/emr/v20190103/emr_client.js +1 -1
  95. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -1
  96. package/tencentcloud/services/ess/v20201111/ess_client.js +12 -0
  97. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +148 -28
  98. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
  99. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
  100. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +91 -14
  101. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +52 -8
  102. package/tencentcloud/services/iai/index.d.ts +4 -4
  103. package/tencentcloud/services/iai/index.js +2 -2
  104. package/tencentcloud/services/index.d.ts +2 -0
  105. package/tencentcloud/services/index.js +4 -0
  106. package/tencentcloud/services/iotvideo/index.d.ts +6 -6
  107. package/tencentcloud/services/iotvideo/index.js +4 -4
  108. package/tencentcloud/services/live/v20180801/live_models.d.ts +10 -0
  109. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +2 -2
  110. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  111. package/tencentcloud/services/mongodb/index.js +2 -2
  112. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
  113. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +7 -6
  114. package/tencentcloud/services/organization/index.d.ts +4 -4
  115. package/tencentcloud/services/organization/index.js +2 -2
  116. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +5 -0
  117. package/tencentcloud/services/pts/index.d.ts +6 -0
  118. package/tencentcloud/services/pts/index.js +7 -0
  119. package/tencentcloud/services/pts/v20210728/index.d.ts +6 -0
  120. package/tencentcloud/services/pts/v20210728/index.js +9 -0
  121. package/tencentcloud/services/pts/v20210728/pts_client.d.ts +182 -0
  122. package/tencentcloud/services/pts/v20210728/pts_client.js +289 -0
  123. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +3285 -0
  124. package/tencentcloud/services/pts/v20210728/pts_models.js +18 -0
  125. package/tencentcloud/services/region/index.d.ts +6 -0
  126. package/tencentcloud/services/region/index.js +7 -0
  127. package/tencentcloud/services/region/v20220627/index.d.ts +6 -0
  128. package/tencentcloud/services/region/v20220627/index.js +9 -0
  129. package/tencentcloud/services/region/v20220627/region_client.d.ts +22 -0
  130. package/tencentcloud/services/region/v20220627/region_client.js +49 -0
  131. package/tencentcloud/services/region/v20220627/region_models.d.ts +173 -0
  132. package/tencentcloud/services/region/v20220627/region_models.js +18 -0
  133. package/tencentcloud/services/sms/index.d.ts +4 -4
  134. package/tencentcloud/services/sms/index.js +2 -2
  135. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +8 -0
  136. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +7 -3
  137. package/tencentcloud/services/tcb/v20180608/tcb_client.js +9 -3
  138. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +204 -85
  139. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +2 -1
  140. package/tencentcloud/services/tem/index.d.ts +4 -4
  141. package/tencentcloud/services/tem/index.js +2 -2
  142. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +13 -5
  143. package/tencentcloud/services/tem/v20210701/tem_client.js +18 -6
  144. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +1343 -1108
  145. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +76 -0
  146. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +6 -14
  147. package/tencentcloud/services/tiia/v20190529/tiia_client.js +6 -16
  148. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +30 -149
  149. package/tencentcloud/services/tione/index.d.ts +4 -4
  150. package/tencentcloud/services/tione/index.js +2 -2
  151. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +11 -7
  152. package/tencentcloud/services/tke/v20180525/tke_client.js +15 -9
  153. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +35 -12
  154. package/tencentcloud/services/tsw/index.d.ts +4 -4
  155. package/tencentcloud/services/tsw/index.js +2 -2
  156. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +17 -4
  157. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  158. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +25 -1
  159. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  160. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  161. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +150 -104
  162. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +1 -1
  163. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +1 -1
  164. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +6 -0
  165. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  166. package/tencentcloud/services/yunsou/index.js +2 -2
  167. package/test/bma.v20210624.test.js +82 -2
  168. package/test/cdb.v20170320.test.js +10 -0
  169. package/test/ess.v20201111.test.js +20 -0
  170. package/test/pts.v20210728.test.js +451 -0
  171. package/test/region.v20220627.test.js +51 -0
  172. package/test/tcb.v20180608.test.js +12 -2
  173. package/test/tem.v20210701.test.js +24 -4
  174. package/test/tiia.v20190529.test.js +2 -12
  175. package/test/tke.v20180525.test.js +16 -6
  176. package/test/waf.v20180125.test.js +10 -0
@@ -0,0 +1,18 @@
1
+ "use strict";
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ export declare const region: {
2
+ v20220627: {
3
+ Client: typeof import("./v20220627/region_client").Client;
4
+ Models: typeof import("./v20220627/region_models");
5
+ };
6
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.region = void 0;
4
+ const v20220627_1 = require("./v20220627");
5
+ exports.region = {
6
+ v20220627: v20220627_1.v20220627,
7
+ };
@@ -0,0 +1,6 @@
1
+ import * as Models from "./region_models";
2
+ import { Client } from "./region_client";
3
+ export declare const v20220627: {
4
+ Client: typeof Client;
5
+ Models: typeof Models;
6
+ };
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.v20220627 = void 0;
4
+ const Models = require("./region_models");
5
+ const region_client_1 = require("./region_client");
6
+ exports.v20220627 = {
7
+ Client: region_client_1.Client,
8
+ Models: Models
9
+ };
@@ -0,0 +1,22 @@
1
+ import { AbstractClient } from "../../../common/abstract_client";
2
+ import { ClientConfig } from "../../../common/interface";
3
+ import { DescribeProductsRequest, DescribeProductsResponse, DescribeZonesRequest, DescribeZonesResponse, DescribeRegionsResponse, DescribeRegionsRequest } from "./region_models";
4
+ /**
5
+ * region client
6
+ * @class
7
+ */
8
+ export declare class Client extends AbstractClient {
9
+ constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 本接口(DescribeProducts)用于查询各个支持地域列表查询的产品信息。
12
+ */
13
+ DescribeProducts(req: DescribeProductsRequest, cb?: (error: string, rep: DescribeProductsResponse) => void): Promise<DescribeProductsResponse>;
14
+ /**
15
+ * 本接口(DescribeRegions)用于查询各个产品支持地域信息。
16
+ */
17
+ DescribeRegions(req: DescribeRegionsRequest, cb?: (error: string, rep: DescribeRegionsResponse) => void): Promise<DescribeRegionsResponse>;
18
+ /**
19
+ * 本接口(DescribeZones)用于查询产品可用区信息。
20
+ */
21
+ DescribeZones(req: DescribeZonesRequest, cb?: (error: string, rep: DescribeZonesResponse) => void): Promise<DescribeZonesResponse>;
22
+ }
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Client = void 0;
4
+ /* eslint-disable @typescript-eslint/no-unused-vars */
5
+ /*
6
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing,
15
+ * software distributed under the License is distributed on an
16
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
+ * KIND, either express or implied. See the License for the
18
+ * specific language governing permissions and limitations
19
+ * under the License.
20
+ */
21
+ const abstract_client_1 = require("../../../common/abstract_client");
22
+ /**
23
+ * region client
24
+ * @class
25
+ */
26
+ class Client extends abstract_client_1.AbstractClient {
27
+ constructor(clientConfig) {
28
+ super("region.tencentcloudapi.com", "2022-06-27", clientConfig);
29
+ }
30
+ /**
31
+ * 本接口(DescribeProducts)用于查询各个支持地域列表查询的产品信息。
32
+ */
33
+ async DescribeProducts(req, cb) {
34
+ return this.request("DescribeProducts", req, cb);
35
+ }
36
+ /**
37
+ * 本接口(DescribeRegions)用于查询各个产品支持地域信息。
38
+ */
39
+ async DescribeRegions(req, cb) {
40
+ return this.request("DescribeRegions", req, cb);
41
+ }
42
+ /**
43
+ * 本接口(DescribeZones)用于查询产品可用区信息。
44
+ */
45
+ async DescribeZones(req, cb) {
46
+ return this.request("DescribeZones", req, cb);
47
+ }
48
+ }
49
+ exports.Client = Client;
@@ -0,0 +1,173 @@
1
+ /**
2
+ * 地域管理系统支持的产品信息
3
+ */
4
+ export interface RegionProduct {
5
+ /**
6
+ * 产品名称,如cvm
7
+ */
8
+ Name: string;
9
+ }
10
+ /**
11
+ * DescribeProducts请求参数结构体
12
+ */
13
+ export interface DescribeProductsRequest {
14
+ /**
15
+ * 返回数量,默认为 20,最大值为 100。
16
+ */
17
+ Limit?: number;
18
+ /**
19
+ * 偏移量,默认为 0。
20
+ */
21
+ Offset?: number;
22
+ }
23
+ /**
24
+ * DescribeProducts返回参数结构体
25
+ */
26
+ export interface DescribeProductsResponse {
27
+ /**
28
+ * 产品详细信息列表。
29
+ */
30
+ Products: Array<RegionProduct>;
31
+ /**
32
+ * 产品总数量。
33
+ */
34
+ TotalCount: number;
35
+ /**
36
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
37
+ */
38
+ RequestId?: string;
39
+ }
40
+ /**
41
+ * 可用区信息
42
+ */
43
+ export interface ZoneInfo {
44
+ /**
45
+ * 可用区名称,例如,ap-guangzhou-3
46
+ 全网可用区名称如下:
47
+ <li> ap-chongqing-1 </li>
48
+ <li> ap-seoul-1 </li>
49
+ <li> ap-seoul-2 </li>
50
+ <li> ap-chengdu-1 </li>
51
+ <li> ap-chengdu-2 </li>
52
+ <li> ap-hongkong-1 </li>
53
+ <li> ap-hongkong-2 </li>
54
+ <li> ap-shenzhen-fsi-1 </li>
55
+ <li> ap-shenzhen-fsi-2 </li>
56
+ <li> ap-shenzhen-fsi-3 </li>
57
+ <li> ap-guangzhou-1(售罄)</li>
58
+ <li> ap-guangzhou-2(售罄)</li>
59
+ <li> ap-guangzhou-3 </li>
60
+ <li> ap-guangzhou-4 </li>
61
+ <li> ap-guangzhou-6 </li>
62
+ <li> ap-tokyo-1 </li>
63
+ <li> ap-singapore-1 </li>
64
+ <li> ap-singapore-2 </li>
65
+ <li> ap-shanghai-fsi-1 </li>
66
+ <li> ap-shanghai-fsi-2 </li>
67
+ <li> ap-shanghai-fsi-3 </li>
68
+ <li> ap-bangkok-1 </li>
69
+ <li> ap-shanghai-1(售罄) </li>
70
+ <li> ap-shanghai-2 </li>
71
+ <li> ap-shanghai-3 </li>
72
+ <li> ap-shanghai-4 </li>
73
+ <li> ap-shanghai-5 </li>
74
+ <li> ap-mumbai-1 </li>
75
+ <li> ap-mumbai-2 </li>
76
+ <li> eu-moscow-1 </li>
77
+ <li> ap-beijing-1 </li>
78
+ <li> ap-beijing-2 </li>
79
+ <li> ap-beijing-3 </li>
80
+ <li> ap-beijing-4 </li>
81
+ <li> ap-beijing-5 </li>
82
+ <li> na-siliconvalley-1 </li>
83
+ <li> na-siliconvalley-2 </li>
84
+ <li> eu-frankfurt-1 </li>
85
+ <li> na-toronto-1 </li>
86
+ <li> na-ashburn-1 </li>
87
+ <li> na-ashburn-2 </li>
88
+ <li> ap-nanjing-1 </li>
89
+ <li> ap-nanjing-2 </li>
90
+ */
91
+ Zone: string;
92
+ /**
93
+ * 可用区描述,例如,广州三区
94
+ */
95
+ ZoneName: string;
96
+ /**
97
+ * 可用区ID
98
+ */
99
+ ZoneId: string;
100
+ /**
101
+ * 可用区状态,包含AVAILABLE和UNAVAILABLE。AVAILABLE代表可用,UNAVAILABLE代表不可用。
102
+ */
103
+ ZoneState: string;
104
+ }
105
+ /**
106
+ * DescribeZones请求参数结构体
107
+ */
108
+ export interface DescribeZonesRequest {
109
+ /**
110
+ * 待查询产品的名称,例如cvm,具体取值请查询DescribeProducts接口
111
+ */
112
+ Product: string;
113
+ }
114
+ /**
115
+ * DescribeZones返回参数结构体
116
+ */
117
+ export interface DescribeZonesResponse {
118
+ /**
119
+ * 可用区数量。
120
+ */
121
+ TotalCount: number;
122
+ /**
123
+ * 可用区列表信息。
124
+ */
125
+ ZoneSet: Array<ZoneInfo>;
126
+ /**
127
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
128
+ */
129
+ RequestId?: string;
130
+ }
131
+ /**
132
+ * 地域信息
133
+ */
134
+ export interface RegionInfo {
135
+ /**
136
+ * 地域名称,例如,ap-guangzhou
137
+ */
138
+ Region: string;
139
+ /**
140
+ * 地域描述,例如,华南地区(广州)
141
+ */
142
+ RegionName: string;
143
+ /**
144
+ * 地域是否可用状态
145
+ */
146
+ RegionState: string;
147
+ }
148
+ /**
149
+ * DescribeRegions返回参数结构体
150
+ */
151
+ export interface DescribeRegionsResponse {
152
+ /**
153
+ * 地域数量
154
+ */
155
+ TotalCount: number;
156
+ /**
157
+ * 地域列表信息
158
+ */
159
+ RegionSet: Array<RegionInfo>;
160
+ /**
161
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
162
+ */
163
+ RequestId?: string;
164
+ }
165
+ /**
166
+ * DescribeRegions请求参数结构体
167
+ */
168
+ export interface DescribeRegionsRequest {
169
+ /**
170
+ * 待查询产品的名称,例如cvm,具体取值请查询DescribeProducts接口
171
+ */
172
+ Product: string;
173
+ }
@@ -0,0 +1,18 @@
1
+ "use strict";
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +1,10 @@
1
1
  export declare const sms: {
2
- v20210111: {
3
- Client: typeof import("./v20210111/sms_client").Client;
4
- Models: typeof import("./v20210111/sms_models");
5
- };
6
2
  v20190711: {
7
3
  Client: typeof import("./v20190711/sms_client").Client;
8
4
  Models: typeof import("./v20190711/sms_models");
9
5
  };
6
+ v20210111: {
7
+ Client: typeof import("./v20210111/sms_client").Client;
8
+ Models: typeof import("./v20210111/sms_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sms = void 0;
4
- const v20210111_1 = require("./v20210111");
5
4
  const v20190711_1 = require("./v20190711");
5
+ const v20210111_1 = require("./v20210111");
6
6
  exports.sms = {
7
- v20210111: v20210111_1.v20210111,
8
7
  v20190711: v20190711_1.v20190711,
8
+ v20210111: v20210111_1.v20210111,
9
9
  };
@@ -3371,6 +3371,14 @@ export interface DBInstance {
3371
3371
  * 跨地域备份保留天数,则默认7天
3372
3372
  */
3373
3373
  CrossBackupSaveDays: number;
3374
+ /**
3375
+ * 外网地址域名
3376
+ */
3377
+ DnsPodDomain: string;
3378
+ /**
3379
+ * 外网端口号
3380
+ */
3381
+ TgwWanVPort: number;
3374
3382
  }
3375
3383
  /**
3376
3384
  * DescribeProductConfig返回参数结构体
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribeEnvLimitResponse, DescribeCloudBaseRunAllVpcsResponse, CheckTcbServiceResponse, DescribeCloudBaseRunConfForGateWayRequest, DescribeCloudBaseRunServerVersionRequest, TurnOnStandaloneGatewayResponse, DescribeEnvLimitRequest, DescribeEnvDealRegionResponse, DeleteCloudBaseRunServerVersionResponse, SearchClsLogResponse, CommonServiceAPIResponse, DescribeStandaloneGatewayRequest, DescribeStandaloneGatewayPackageRequest, DescribePostpayPackageFreeQuotasRequest, DescribeEndUserLoginStatisticRequest, DescribeCloudBaseBuildServiceResponse, DescribeEndUsersRequest, DescribeCloudBaseBuildServiceRequest, DescribeCloudBaseRunServerDomainNameResponse, DestroyStandaloneGatewayRequest, CreateWxCloudBaseRunServerDBClusterResponse, ReplaceActivityRecordResponse, DescribeSpecialCostItemsRequest, DescribeCloudBaseRunResourceForExtendRequest, DescribeWxCloudBaseRunSubNetsRequest, ModifyEndUserRequest, DescribeCurveDataResponse, RollUpdateCloudBaseRunServerVersionResponse, DescribeCloudBaseRunOperationTypesRequest, DescribeAuthDomainsResponse, DescribeCloudBaseRunOneClickTaskExternalRequest, DescribeStandaloneGatewayResponse, DescribeWxCloudBaseRunEnvsResponse, CreateHostingDomainRequest, DescribeCloudBaseRunResourceRequest, DescribeCloudBaseRunServerRequest, DescribePostpayFreeQuotasRequest, DescribeActivityInfoResponse, DestroyStandaloneGatewayResponse, DescribeCloudBaseRunServerVersionResponse, DeleteEndUserRequest, DescribeHostingDomainTaskRequest, FreezeCloudBaseRunServersRequest, DescribeQuotaDataResponse, CommonServiceAPIRequest, DestroyStaticStoreRequest, CreateWxCloudBaseRunEnvRequest, ModifyCloudBaseRunServerFlowConfRequest, DescribeActivityRecordResponse, CreateStaticStoreRequest, CreateWxCloudBaseRunServerDBClusterRequest, DeleteCloudBaseProjectLatestVersionResponse, CreateAuthDomainResponse, ModifyDatabaseACLRequest, DescribeEnvsRequest, DeleteWxGatewayRouteRequest, DescribeEnvPostpaidDeductRequest, DescribeExtraPkgBillingInfoRequest, BindEnvGatewayResponse, DescribeWxCloudBaseRunSubNetsResponse, DescribeEnvFreeQuotaRequest, DescribeEndUserLoginStatisticResponse, DescribeEnvPostpaidDeductResponse, CreateCloudBaseRunResourceResponse, DescribeStandaloneGatewayPackageResponse, DestroyStaticStoreResponse, DeleteEndUserResponse, ModifyDatabaseACLResponse, ModifyCloudBaseRunServerFlowConfResponse, DescribeCloudBaseRunOperationTypesResponse, EstablishCloudBaseRunServerResponse, DestroyEnvRequest, DestroyEnvResponse, DescribeCloudBaseProjectVersionListRequest, DescribeCloudBaseRunOneClickTaskExternalResponse, TurnOffStandaloneGatewayResponse, DescribeEnvsResponse, CreateAuthDomainRequest, CreateHostingDomainResponse, DescribeActivityRecordRequest, CreateWxCloudBaseRunEnvResponse, DeleteCloudBaseRunServerVersionRequest, CreateCloudBaseRunServerVersionRequest, DescribeCloudBaseRunServerDomainNameRequest, DescribeCloudBaseRunAllVpcsRequest, CreatePostpayPackageResponse, DescribeExtensionUploadInfoRequest, ReplaceActivityRecordRequest, DeleteWxGatewayRouteResponse, UnfreezeCloudBaseRunServersRequest, EstablishCloudBaseRunServerRequest, ReinstateEnvResponse, DescribeSpecialCostItemsResponse, CreateStandaloneGatewayRequest, DescribeCloudBaseProjectVersionListResponse, DescribeDownloadFileRequest, DescribeEndUserStatisticRequest, DescribeEnvFreeQuotaResponse, CreateAndDeployCloudBaseProjectResponse, DescribeCloudBaseRunResourceForExtendResponse, CreateAndDeployCloudBaseProjectRequest, DescribeCloudBaseRunVersionRequest, EstablishWxGatewayRouteRequest, UnfreezeCloudBaseRunServersResponse, DescribeCloudBaseRunConfForGateWayResponse, TurnOffStandaloneGatewayRequest, ReinstateEnvRequest, EstablishWxGatewayRouteResponse, DescribeDatabaseACLRequest, CreateCloudBaseRunServerVersionResponse, DeleteCloudBaseProjectLatestVersionRequest, DescribeCloudBaseProjectLatestVersionListResponse, DescribeSmsQuotasResponse, DescribeWxCloudBaseRunEnvsRequest, DescribeCloudBaseRunVersionRsByConditionResponse, DescribeCurveDataRequest, DescribeActivityInfoRequest, BindEnvGatewayRequest, ModifyEnvResponse, DescribeDownloadFileResponse, CreateStandaloneGatewayResponse, DescribeQuotaDataRequest, CreateStaticStoreResponse, DescribeCloudBaseRunResourceResponse, DescribeCloudBaseRunVersionSnapshotRequest, TurnOnStandaloneGatewayRequest, DescribeUserActivityInfoResponse, DescribePostpayFreeQuotasResponse, DescribeCloudBaseProjectLatestVersionListRequest, DescribeEndUsersResponse, DescribeHostingDomainTaskResponse, DescribeEndUserStatisticResponse, DescribeSmsQuotasRequest, DescribeCloudBaseRunVersionResponse, CreatePostpayPackageRequest, DescribeCloudBaseRunPodListResponse, SearchClsLogRequest, CheckTcbServiceRequest, DescribeCloudBaseRunVersionRsByConditionRequest, DescribeCloudBaseRunServerResponse, DescribeUserActivityInfoRequest, DescribeCloudBaseRunPodListRequest, CreateCloudBaseRunResourceRequest, ModifyEndUserResponse, DescribeAuthDomainsRequest, FreezeCloudBaseRunServersResponse, DescribeEnvDealRegionRequest, DescribeDatabaseACLResponse, ModifyCloudBaseRunServerVersionResponse, DescribeExtensionUploadInfoResponse, ModifyEnvRequest, DescribeCloudBaseRunVersionSnapshotResponse, DescribePostpayPackageFreeQuotasResponse, DescribeExtraPkgBillingInfoResponse, ModifyCloudBaseRunServerVersionRequest, RollUpdateCloudBaseRunServerVersionRequest } from "./tcb_models";
3
+ import { DescribeEnvLimitResponse, DescribeCloudBaseRunAllVpcsResponse, CheckTcbServiceResponse, DescribeCloudBaseRunConfForGateWayRequest, DescribeCloudBaseRunServerVersionRequest, TurnOnStandaloneGatewayResponse, DescribeEnvLimitRequest, DescribeEnvDealRegionResponse, DeleteCloudBaseRunServerVersionResponse, RollUpdateCloudBaseRunServerVersionResponse, SearchClsLogResponse, CommonServiceAPIResponse, DescribeStandaloneGatewayRequest, DescribeStandaloneGatewayPackageRequest, DescribePostpayPackageFreeQuotasRequest, DescribeEndUserLoginStatisticRequest, DescribeCloudBaseBuildServiceResponse, DescribeEndUsersRequest, DescribeCloudBaseRunPodListResponse, DescribeCloudBaseRunServerDomainNameResponse, DestroyStandaloneGatewayRequest, CreateWxCloudBaseRunServerDBClusterResponse, ReplaceActivityRecordResponse, DescribeSpecialCostItemsRequest, CreatePostpayPackageRequest, DescribeWxCloudBaseRunSubNetsRequest, ModifyEndUserRequest, DescribeCurveDataResponse, DescribeBaasPackageListRequest, DescribeCloudBaseRunOperationTypesRequest, DescribeAuthDomainsResponse, DescribeCloudBaseRunOneClickTaskExternalRequest, DescribeStandaloneGatewayResponse, DescribeWxCloudBaseRunEnvsResponse, CreateHostingDomainRequest, DescribeCloudBaseRunResourceRequest, DescribeCloudBaseRunServerRequest, DescribePostpayFreeQuotasRequest, DescribeActivityInfoResponse, DestroyStandaloneGatewayResponse, DescribeCloudBaseRunServerVersionResponse, DeleteEndUserRequest, DescribeHostingDomainTaskRequest, FreezeCloudBaseRunServersRequest, DescribeQuotaDataResponse, CommonServiceAPIRequest, DestroyStaticStoreRequest, CreateWxCloudBaseRunEnvRequest, ModifyCloudBaseRunServerFlowConfRequest, DescribeActivityRecordResponse, CreateStaticStoreRequest, CreateWxCloudBaseRunServerDBClusterRequest, DeleteCloudBaseProjectLatestVersionResponse, CreateAuthDomainResponse, ModifyDatabaseACLRequest, DescribeEnvsRequest, DeleteWxGatewayRouteRequest, DescribeEnvPostpaidDeductRequest, DescribeExtraPkgBillingInfoRequest, BindEnvGatewayResponse, DescribeWxCloudBaseRunSubNetsResponse, DescribeEnvFreeQuotaRequest, DescribeEndUserLoginStatisticResponse, DescribeExtensionUploadInfoRequest, DescribeEnvPostpaidDeductResponse, CreateCloudBaseRunResourceResponse, DescribeStandaloneGatewayPackageResponse, DestroyStaticStoreResponse, DeleteEndUserResponse, ModifyDatabaseACLResponse, ModifyCloudBaseRunServerFlowConfResponse, DescribeCloudBaseRunOperationTypesResponse, EstablishCloudBaseRunServerResponse, DestroyEnvRequest, DestroyEnvResponse, DescribeCloudBaseProjectVersionListRequest, DescribeCloudBaseRunOneClickTaskExternalResponse, TurnOffStandaloneGatewayResponse, DescribeEnvsResponse, CreateAuthDomainRequest, CreateHostingDomainResponse, DescribeActivityRecordRequest, CreateWxCloudBaseRunEnvResponse, DeleteCloudBaseRunServerVersionRequest, CreateCloudBaseRunServerVersionRequest, DescribeCloudBaseRunServerDomainNameRequest, DescribeCloudBaseRunAllVpcsRequest, CreatePostpayPackageResponse, DescribeBaasPackageListResponse, ReplaceActivityRecordRequest, DeleteWxGatewayRouteResponse, UnfreezeCloudBaseRunServersRequest, EstablishCloudBaseRunServerRequest, ReinstateEnvResponse, DescribeSpecialCostItemsResponse, CreateStandaloneGatewayRequest, DescribeCloudBaseProjectVersionListResponse, DescribeDownloadFileRequest, DescribeEndUserStatisticRequest, DescribeEnvFreeQuotaResponse, CreateAndDeployCloudBaseProjectResponse, DescribeCloudBaseRunResourceForExtendResponse, CreateAndDeployCloudBaseProjectRequest, DescribeCloudBaseRunVersionRequest, EstablishWxGatewayRouteRequest, UnfreezeCloudBaseRunServersResponse, DescribeCloudBaseRunConfForGateWayResponse, TurnOffStandaloneGatewayRequest, ReinstateEnvRequest, EstablishWxGatewayRouteResponse, DescribeDatabaseACLRequest, CreateCloudBaseRunServerVersionResponse, DeleteCloudBaseProjectLatestVersionRequest, DescribeCloudBaseProjectLatestVersionListResponse, DescribeSmsQuotasResponse, DescribeWxCloudBaseRunEnvsRequest, DescribeCloudBaseRunVersionRsByConditionResponse, DescribeCurveDataRequest, DescribeActivityInfoRequest, BindEnvGatewayRequest, ModifyEnvResponse, DescribeDownloadFileResponse, CreateStandaloneGatewayResponse, DescribeQuotaDataRequest, CreateStaticStoreResponse, DescribeCloudBaseRunResourceResponse, DescribeCloudBaseRunVersionSnapshotRequest, TurnOnStandaloneGatewayRequest, DescribeUserActivityInfoResponse, DescribePostpayFreeQuotasResponse, DescribeCloudBaseProjectLatestVersionListRequest, DescribeEndUsersResponse, DescribeHostingDomainTaskResponse, DescribeEndUserStatisticResponse, DescribeSmsQuotasRequest, DescribeCloudBaseRunVersionResponse, DescribeCloudBaseRunResourceForExtendRequest, DescribeCloudBaseBuildServiceRequest, SearchClsLogRequest, CheckTcbServiceRequest, DescribeCloudBaseRunVersionRsByConditionRequest, DescribeCloudBaseRunServerResponse, DescribeUserActivityInfoRequest, DescribeCloudBaseRunPodListRequest, CreateCloudBaseRunResourceRequest, ModifyEndUserResponse, DescribeAuthDomainsRequest, FreezeCloudBaseRunServersResponse, DescribeEnvDealRegionRequest, DescribeDatabaseACLResponse, ModifyCloudBaseRunServerVersionResponse, DescribeExtensionUploadInfoResponse, ModifyEnvRequest, DescribeCloudBaseRunVersionSnapshotResponse, DescribePostpayPackageFreeQuotasResponse, DescribeExtraPkgBillingInfoResponse, ModifyCloudBaseRunServerVersionRequest, RollUpdateCloudBaseRunServerVersionRequest } from "./tcb_models";
4
4
  /**
5
5
  * tcb client
6
6
  * @class
@@ -35,6 +35,10 @@ export declare class Client extends AbstractClient {
35
35
  * 删除安全网关路由
36
36
  */
37
37
  DeleteWxGatewayRoute(req: DeleteWxGatewayRouteRequest, cb?: (error: string, rep: DeleteWxGatewayRouteResponse) => void): Promise<DeleteWxGatewayRouteResponse>;
38
+ /**
39
+ * 查询用户活动信息
40
+ */
41
+ DescribeUserActivityInfo(req: DescribeUserActivityInfoRequest, cb?: (error: string, rep: DescribeUserActivityInfoResponse) => void): Promise<DescribeUserActivityInfoResponse>;
38
42
  /**
39
43
  * 绑定另外一个环境下的网关,callContainer请求可以访问到该网关
40
44
  */
@@ -119,9 +123,9 @@ export declare class Client extends AbstractClient {
119
123
  */
120
124
  ReplaceActivityRecord(req: ReplaceActivityRecordRequest, cb?: (error: string, rep: ReplaceActivityRecordResponse) => void): Promise<ReplaceActivityRecordResponse>;
121
125
  /**
122
- * 查询用户活动信息
126
+ * 获取新套餐列表,含详情,如果传了PackageId,则只获取指定套餐详情
123
127
  */
124
- DescribeUserActivityInfo(req: DescribeUserActivityInfoRequest, cb?: (error: string, rep: DescribeUserActivityInfoResponse) => void): Promise<DescribeUserActivityInfoResponse>;
128
+ DescribeBaasPackageList(req: DescribeBaasPackageListRequest, cb?: (error: string, rep: DescribeBaasPackageListResponse) => void): Promise<DescribeBaasPackageListResponse>;
125
129
  /**
126
130
  * 创建微信云托管
127
131
  */
@@ -69,6 +69,12 @@ class Client extends abstract_client_1.AbstractClient {
69
69
  async DeleteWxGatewayRoute(req, cb) {
70
70
  return this.request("DeleteWxGatewayRoute", req, cb);
71
71
  }
72
+ /**
73
+ * 查询用户活动信息
74
+ */
75
+ async DescribeUserActivityInfo(req, cb) {
76
+ return this.request("DescribeUserActivityInfo", req, cb);
77
+ }
72
78
  /**
73
79
  * 绑定另外一个环境下的网关,callContainer请求可以访问到该网关
74
80
  */
@@ -193,10 +199,10 @@ class Client extends abstract_client_1.AbstractClient {
193
199
  return this.request("ReplaceActivityRecord", req, cb);
194
200
  }
195
201
  /**
196
- * 查询用户活动信息
202
+ * 获取新套餐列表,含详情,如果传了PackageId,则只获取指定套餐详情
197
203
  */
198
- async DescribeUserActivityInfo(req, cb) {
199
- return this.request("DescribeUserActivityInfo", req, cb);
204
+ async DescribeBaasPackageList(req, cb) {
205
+ return this.request("DescribeBaasPackageList", req, cb);
200
206
  }
201
207
  /**
202
208
  * 创建微信云托管