tencentcloud-sdk-nodejs 4.1.201 → 4.1.202
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/es/common/sdk_version.js +1 -1
- package/es/services/cls/v20201016/cls_client.js +16 -4
- package/es/services/config/v20220802/config_client.js +162 -6
- package/es/services/csip/v20221121/csip_client.js +3 -0
- package/es/services/dnspod/v20210323/dnspod_client.js +3 -0
- package/es/services/domain/v20180808/domain_client.js +3 -0
- package/es/services/ess/v20201111/ess_client.js +14 -2
- package/es/services/hai/v20230812/hai_client.js +10 -4
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +14 -8
- package/es/services/live/v20180801/live_client.js +10 -4
- package/es/services/mongodb/v20190725/mongodb_client.js +3 -0
- package/es/services/monitor/v20230616/monitor_client.js +14 -2
- package/es/services/redis/v20180412/redis_client.js +26 -2
- package/es/services/tcb/v20180608/tcb_client.js +58 -46
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ags/v20250920/ags_models.d.ts +43 -10
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +12 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +30 -26
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +6 -6
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +21 -5
- package/tencentcloud/services/cls/v20201016/cls_client.js +30 -6
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +484 -122
- package/tencentcloud/services/config/v20220802/config_client.d.ts +215 -7
- package/tencentcloud/services/config/v20220802/config_client.js +321 -9
- package/tencentcloud/services/config/v20220802/config_models.d.ts +2640 -241
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +105 -30
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +19 -8
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +28 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +5 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +84 -26
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +6 -0
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +35 -0
- package/tencentcloud/services/es/v20250101/es_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +19 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +27 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +175 -14
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +14 -6
- package/tencentcloud/services/hai/v20230812/hai_client.js +19 -7
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +129 -60
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +17 -9
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +24 -12
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +76 -4
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +13 -5
- package/tencentcloud/services/live/v20180801/live_client.js +18 -6
- package/tencentcloud/services/live/v20180801/live_models.d.ts +145 -39
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +4 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +42 -0
- package/tencentcloud/services/monitor/v20230616/monitor_client.d.ts +19 -3
- package/tencentcloud/services/monitor/v20230616/monitor_client.js +27 -3
- package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +279 -37
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +154 -102
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +35 -3
- package/tencentcloud/services/redis/v20180412/redis_client.js +51 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +909 -345
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +13 -16
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +86 -68
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +118 -92
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1407 -1160
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +32 -34
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +32 -20
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +17 -4
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +17 -4
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +52 -4
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +33 -33
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +18 -23
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +138 -180
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +25 -6
|
@@ -6,14 +6,17 @@ export class Client extends AbstractClient {
|
|
|
6
6
|
async DescribeCreateMySQLResult(req, cb) {
|
|
7
7
|
return this.request("DescribeCreateMySQLResult", req, cb);
|
|
8
8
|
}
|
|
9
|
+
async DescribeGatewayVersions(req, cb) {
|
|
10
|
+
return this.request("DescribeGatewayVersions", req, cb);
|
|
11
|
+
}
|
|
9
12
|
async ModifyClsTopic(req, cb) {
|
|
10
13
|
return this.request("ModifyClsTopic", req, cb);
|
|
11
14
|
}
|
|
12
15
|
async DescribeUserList(req, cb) {
|
|
13
16
|
return this.request("DescribeUserList", req, cb);
|
|
14
17
|
}
|
|
15
|
-
async
|
|
16
|
-
return this.request("
|
|
18
|
+
async DescribeVmSpec(req, cb) {
|
|
19
|
+
return this.request("DescribeVmSpec", req, cb);
|
|
17
20
|
}
|
|
18
21
|
async CreateHostingDomain(req, cb) {
|
|
19
22
|
return this.request("CreateHostingDomain", req, cb);
|
|
@@ -27,35 +30,38 @@ export class Client extends AbstractClient {
|
|
|
27
30
|
async UpdateTable(req, cb) {
|
|
28
31
|
return this.request("UpdateTable", req, cb);
|
|
29
32
|
}
|
|
30
|
-
async
|
|
31
|
-
return this.request("
|
|
33
|
+
async DescribeApiKeyList(req, cb) {
|
|
34
|
+
return this.request("DescribeApiKeyList", req, cb);
|
|
35
|
+
}
|
|
36
|
+
async DeleteVmInstance(req, cb) {
|
|
37
|
+
return this.request("DeleteVmInstance", req, cb);
|
|
32
38
|
}
|
|
33
39
|
async CreateEnvResource(req, cb) {
|
|
34
40
|
return this.request("CreateEnvResource", req, cb);
|
|
35
41
|
}
|
|
36
|
-
async DestroyStaticStore(req, cb) {
|
|
37
|
-
return this.request("DestroyStaticStore", req, cb);
|
|
38
|
-
}
|
|
39
42
|
async CreateEnv(req, cb) {
|
|
40
43
|
return this.request("CreateEnv", req, cb);
|
|
41
44
|
}
|
|
42
45
|
async ModifyDatabaseACL(req, cb) {
|
|
43
46
|
return this.request("ModifyDatabaseACL", req, cb);
|
|
44
47
|
}
|
|
45
|
-
async
|
|
46
|
-
return this.request("
|
|
48
|
+
async CreateVmInstance(req, cb) {
|
|
49
|
+
return this.request("CreateVmInstance", req, cb);
|
|
47
50
|
}
|
|
48
|
-
async
|
|
49
|
-
return this.request("
|
|
51
|
+
async DeleteHTTPServiceRoute(req, cb) {
|
|
52
|
+
return this.request("DeleteHTTPServiceRoute", req, cb);
|
|
53
|
+
}
|
|
54
|
+
async DescribeHTTPServiceRoute(req, cb) {
|
|
55
|
+
return this.request("DescribeHTTPServiceRoute", req, cb);
|
|
50
56
|
}
|
|
51
57
|
async CreateAuthDomain(req, cb) {
|
|
52
58
|
return this.request("CreateAuthDomain", req, cb);
|
|
53
59
|
}
|
|
54
|
-
async
|
|
55
|
-
return this.request("
|
|
60
|
+
async DescribeVmInstances(req, cb) {
|
|
61
|
+
return this.request("DescribeVmInstances", req, cb);
|
|
56
62
|
}
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
63
|
+
async InquireVmPrice(req, cb) {
|
|
64
|
+
return this.request("InquireVmPrice", req, cb);
|
|
59
65
|
}
|
|
60
66
|
async DescribeCloudBaseRunServerVersion(req, cb) {
|
|
61
67
|
return this.request("DescribeCloudBaseRunServerVersion", req, cb);
|
|
@@ -63,8 +69,8 @@ export class Client extends AbstractClient {
|
|
|
63
69
|
async DescribeAuthDomains(req, cb) {
|
|
64
70
|
return this.request("DescribeAuthDomains", req, cb);
|
|
65
71
|
}
|
|
66
|
-
async
|
|
67
|
-
return this.request("
|
|
72
|
+
async DescribeClient(req, cb) {
|
|
73
|
+
return this.request("DescribeClient", req, cb);
|
|
68
74
|
}
|
|
69
75
|
async ModifySafeRule(req, cb) {
|
|
70
76
|
return this.request("ModifySafeRule", req, cb);
|
|
@@ -81,12 +87,15 @@ export class Client extends AbstractClient {
|
|
|
81
87
|
async ModifyClient(req, cb) {
|
|
82
88
|
return this.request("ModifyClient", req, cb);
|
|
83
89
|
}
|
|
84
|
-
async
|
|
85
|
-
return this.request("
|
|
90
|
+
async ModifyHTTPServiceRoute(req, cb) {
|
|
91
|
+
return this.request("ModifyHTTPServiceRoute", req, cb);
|
|
86
92
|
}
|
|
87
93
|
async DescribeHostingDomainTask(req, cb) {
|
|
88
94
|
return this.request("DescribeHostingDomainTask", req, cb);
|
|
89
95
|
}
|
|
96
|
+
async RenewEnv(req, cb) {
|
|
97
|
+
return this.request("RenewEnv", req, cb);
|
|
98
|
+
}
|
|
90
99
|
async ReinstateEnv(req, cb) {
|
|
91
100
|
return this.request("ReinstateEnv", req, cb);
|
|
92
101
|
}
|
|
@@ -105,9 +114,6 @@ export class Client extends AbstractClient {
|
|
|
105
114
|
async ModifyEnv(req, cb) {
|
|
106
115
|
return this.request("ModifyEnv", req, cb);
|
|
107
116
|
}
|
|
108
|
-
async DeleteCloudBaseGWAPI(req, cb) {
|
|
109
|
-
return this.request("DeleteCloudBaseGWAPI", req, cb);
|
|
110
|
-
}
|
|
111
117
|
async DeleteProvider(req, cb) {
|
|
112
118
|
return this.request("DeleteProvider", req, cb);
|
|
113
119
|
}
|
|
@@ -117,8 +123,8 @@ export class Client extends AbstractClient {
|
|
|
117
123
|
async CheckTcbService(req, cb) {
|
|
118
124
|
return this.request("CheckTcbService", req, cb);
|
|
119
125
|
}
|
|
120
|
-
async
|
|
121
|
-
return this.request("
|
|
126
|
+
async CreateApiKey(req, cb) {
|
|
127
|
+
return this.request("CreateApiKey", req, cb);
|
|
122
128
|
}
|
|
123
129
|
async DescribeSafeRule(req, cb) {
|
|
124
130
|
return this.request("DescribeSafeRule", req, cb);
|
|
@@ -129,14 +135,17 @@ export class Client extends AbstractClient {
|
|
|
129
135
|
async DescribeMySQLTaskStatus(req, cb) {
|
|
130
136
|
return this.request("DescribeMySQLTaskStatus", req, cb);
|
|
131
137
|
}
|
|
132
|
-
async
|
|
133
|
-
return this.request("
|
|
138
|
+
async RunSql(req, cb) {
|
|
139
|
+
return this.request("RunSql", req, cb);
|
|
134
140
|
}
|
|
135
141
|
async DescribeQuotaData(req, cb) {
|
|
136
142
|
return this.request("DescribeQuotaData", req, cb);
|
|
137
143
|
}
|
|
138
|
-
async
|
|
139
|
-
return this.request("
|
|
144
|
+
async ModifyProvider(req, cb) {
|
|
145
|
+
return this.request("ModifyProvider", req, cb);
|
|
146
|
+
}
|
|
147
|
+
async DestroyEnv(req, cb) {
|
|
148
|
+
return this.request("DestroyEnv", req, cb);
|
|
140
149
|
}
|
|
141
150
|
async ModifyUser(req, cb) {
|
|
142
151
|
return this.request("ModifyUser", req, cb);
|
|
@@ -150,35 +159,35 @@ export class Client extends AbstractClient {
|
|
|
150
159
|
async DeleteTable(req, cb) {
|
|
151
160
|
return this.request("DeleteTable", req, cb);
|
|
152
161
|
}
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
155
|
-
}
|
|
156
|
-
async DescribeCloudBaseGWService(req, cb) {
|
|
157
|
-
return this.request("DescribeCloudBaseGWService", req, cb);
|
|
162
|
+
async DescribeBillingInfo(req, cb) {
|
|
163
|
+
return this.request("DescribeBillingInfo", req, cb);
|
|
158
164
|
}
|
|
159
165
|
async DescribeCloudBaseBuildService(req, cb) {
|
|
160
166
|
return this.request("DescribeCloudBaseBuildService", req, cb);
|
|
161
167
|
}
|
|
168
|
+
async SearchClsLog(req, cb) {
|
|
169
|
+
return this.request("SearchClsLog", req, cb);
|
|
170
|
+
}
|
|
162
171
|
async DescribeEnvs(req, cb) {
|
|
163
172
|
return this.request("DescribeEnvs", req, cb);
|
|
164
173
|
}
|
|
165
174
|
async DestroyMySQL(req, cb) {
|
|
166
175
|
return this.request("DestroyMySQL", req, cb);
|
|
167
176
|
}
|
|
177
|
+
async RunCommands(req, cb) {
|
|
178
|
+
return this.request("RunCommands", req, cb);
|
|
179
|
+
}
|
|
168
180
|
async CreateBillDeal(req, cb) {
|
|
169
181
|
return this.request("CreateBillDeal", req, cb);
|
|
170
182
|
}
|
|
171
|
-
async
|
|
172
|
-
return this.request("
|
|
173
|
-
}
|
|
174
|
-
async CreateCloudBaseGWAPI(req, cb) {
|
|
175
|
-
return this.request("CreateCloudBaseGWAPI", req, cb);
|
|
183
|
+
async DescribeCurveData(req, cb) {
|
|
184
|
+
return this.request("DescribeCurveData", req, cb);
|
|
176
185
|
}
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
186
|
+
async CreateHTTPServiceRoute(req, cb) {
|
|
187
|
+
return this.request("CreateHTTPServiceRoute", req, cb);
|
|
179
188
|
}
|
|
180
|
-
async
|
|
181
|
-
return this.request("
|
|
189
|
+
async CreateTable(req, cb) {
|
|
190
|
+
return this.request("CreateTable", req, cb);
|
|
182
191
|
}
|
|
183
192
|
async CreateUser(req, cb) {
|
|
184
193
|
return this.request("CreateUser", req, cb);
|
|
@@ -189,11 +198,14 @@ export class Client extends AbstractClient {
|
|
|
189
198
|
async DescribeEnvLimit(req, cb) {
|
|
190
199
|
return this.request("DescribeEnvLimit", req, cb);
|
|
191
200
|
}
|
|
192
|
-
async
|
|
193
|
-
return this.request("
|
|
201
|
+
async EditAuthConfig(req, cb) {
|
|
202
|
+
return this.request("EditAuthConfig", req, cb);
|
|
194
203
|
}
|
|
195
|
-
async
|
|
196
|
-
return this.request("
|
|
204
|
+
async DestroyStaticStore(req, cb) {
|
|
205
|
+
return this.request("DestroyStaticStore", req, cb);
|
|
206
|
+
}
|
|
207
|
+
async DeleteApiKey(req, cb) {
|
|
208
|
+
return this.request("DeleteApiKey", req, cb);
|
|
197
209
|
}
|
|
198
210
|
async AddProvider(req, cb) {
|
|
199
211
|
return this.request("AddProvider", req, cb);
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.202";
|
|
@@ -29,29 +29,37 @@ export interface CosStorageSource {
|
|
|
29
29
|
*/
|
|
30
30
|
export interface StartSandboxInstanceRequest {
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* <p>沙箱工具 ID,与 ToolName 至少有一个要填</p>
|
|
33
33
|
*/
|
|
34
34
|
ToolId?: string;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* <p>沙箱工具名称,与 ToolId 至少有一个要填</p>
|
|
37
37
|
*/
|
|
38
38
|
ToolName?: string;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* <p>超时时间,超过这个时间就自动回收实例。支持格式:5m、300s、1h 等,默认 5m。最小 30s,最大 24h</p>
|
|
41
41
|
*/
|
|
42
42
|
Timeout?: string;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* <p>幂等性 Token,长度不超过 64 字符</p>
|
|
45
45
|
*/
|
|
46
46
|
ClientToken?: string;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* <p>沙箱实例存储挂载配置</p>
|
|
49
49
|
*/
|
|
50
50
|
MountOptions?: Array<MountOption>;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* <p>沙箱实例自定义配置</p>
|
|
53
53
|
*/
|
|
54
54
|
CustomConfiguration?: CustomConfiguration;
|
|
55
|
+
/**
|
|
56
|
+
* <p>沙箱访问认证模式</p><p>枚举值:</p><ul><li>DEFAULT: 跟随系统策略</li><li>TOKEN: Token认证</li><li>NONE: 免认证 </li></ul><p>默认值:DEFAULT</p>
|
|
57
|
+
*/
|
|
58
|
+
AuthMode?: string;
|
|
59
|
+
/**
|
|
60
|
+
* <p>沙箱元数据</p>
|
|
61
|
+
*/
|
|
62
|
+
Metadata?: Array<MetadataVar>;
|
|
55
63
|
}
|
|
56
64
|
/**
|
|
57
65
|
* 沙箱实例结构体
|
|
@@ -101,6 +109,14 @@ export interface SandboxInstance {
|
|
|
101
109
|
* <p>沙箱实例自定义配置</p>
|
|
102
110
|
*/
|
|
103
111
|
CustomConfiguration?: CustomConfigurationDetail;
|
|
112
|
+
/**
|
|
113
|
+
* <p>网络模式</p><p>枚举值:</p><ul><li>PUBLIC: 公网访问</li><li>SANDBOX: 无网络</li><li>INTERNAL_SERVICE: 腾讯云内部公共服务</li></ul><p>可以覆盖工具级别的网络配置。但如果一个工具本身就不支持 VPC 网络,那么即便在实例设置里选了 VPC 模式,也是无效的</p>
|
|
114
|
+
*/
|
|
115
|
+
NetworkMode?: string;
|
|
116
|
+
/**
|
|
117
|
+
* <p>沙箱实例元数据</p>
|
|
118
|
+
*/
|
|
119
|
+
Metadata?: Array<MetadataVar>;
|
|
104
120
|
}
|
|
105
121
|
/**
|
|
106
122
|
* 文件存储配置
|
|
@@ -542,7 +558,7 @@ export interface Filter {
|
|
|
542
558
|
*/
|
|
543
559
|
export interface StartSandboxInstanceResponse {
|
|
544
560
|
/**
|
|
545
|
-
*
|
|
561
|
+
* <p>创建的沙箱实例完整信息</p>
|
|
546
562
|
*/
|
|
547
563
|
Instance?: SandboxInstance;
|
|
548
564
|
/**
|
|
@@ -622,7 +638,7 @@ export interface AcquireSandboxInstanceTokenRequest {
|
|
|
622
638
|
*/
|
|
623
639
|
export interface PauseSandboxInstanceRequest {
|
|
624
640
|
/**
|
|
625
|
-
*
|
|
641
|
+
* <p>沙箱实例ID</p>
|
|
626
642
|
*/
|
|
627
643
|
InstanceId: string;
|
|
628
644
|
}
|
|
@@ -739,13 +755,17 @@ export type DescribeAPIKeyListRequest = null;
|
|
|
739
755
|
*/
|
|
740
756
|
export interface UpdateSandboxInstanceRequest {
|
|
741
757
|
/**
|
|
742
|
-
*
|
|
758
|
+
* <p>沙箱实例ID</p>
|
|
743
759
|
*/
|
|
744
760
|
InstanceId: string;
|
|
745
761
|
/**
|
|
746
|
-
*
|
|
762
|
+
* <p>新的超时时间(从设置时开始重新计算超时),支持格式:5m、300s、1h等。最小30s,最大24h。如果不指定则保持原有超时设置</p>
|
|
747
763
|
*/
|
|
748
764
|
Timeout?: string;
|
|
765
|
+
/**
|
|
766
|
+
* <p>沙箱实例元数据</p>
|
|
767
|
+
*/
|
|
768
|
+
Metadata?: Array<MetadataVar>;
|
|
749
769
|
}
|
|
750
770
|
/**
|
|
751
771
|
* DeleteSandboxTool请求参数结构体
|
|
@@ -864,6 +884,19 @@ export interface LogConfiguration {
|
|
|
864
884
|
*/
|
|
865
885
|
CLSConfig?: CLSConfig;
|
|
866
886
|
}
|
|
887
|
+
/**
|
|
888
|
+
* metadata 项
|
|
889
|
+
*/
|
|
890
|
+
export interface MetadataVar {
|
|
891
|
+
/**
|
|
892
|
+
* <p>沙箱元数据名</p>
|
|
893
|
+
*/
|
|
894
|
+
Name?: string;
|
|
895
|
+
/**
|
|
896
|
+
* <p>沙箱元数据值</p>
|
|
897
|
+
*/
|
|
898
|
+
Value?: string;
|
|
899
|
+
}
|
|
867
900
|
/**
|
|
868
901
|
* 标签
|
|
869
902
|
*/
|
|
@@ -1175,6 +1175,10 @@ export interface ApmAppConfig {
|
|
|
1175
1175
|
* <p>响应时间预警阈值(ms),用于判断应用健康状态为"黄色"</p>
|
|
1176
1176
|
*/
|
|
1177
1177
|
ResponseDurationWarningThreshold?: number;
|
|
1178
|
+
/**
|
|
1179
|
+
* <p>是否默认使用探针自带熔断阈值</p>
|
|
1180
|
+
*/
|
|
1181
|
+
UseDefaultFuseConfig?: boolean;
|
|
1178
1182
|
}
|
|
1179
1183
|
/**
|
|
1180
1184
|
* CreateApmSampleConfig返回参数结构体
|
|
@@ -2977,6 +2981,10 @@ export interface ApmApplicationConfigView {
|
|
|
2977
2981
|
* <p>响应时间预警阈值</p><p>单位:ms</p>
|
|
2978
2982
|
*/
|
|
2979
2983
|
ResponseDurationWarningThreshold?: number;
|
|
2984
|
+
/**
|
|
2985
|
+
* <p>是否使用探针默认熔断阈值</p>
|
|
2986
|
+
*/
|
|
2987
|
+
UseDefaultFuseConfig?: boolean;
|
|
2980
2988
|
}
|
|
2981
2989
|
/**
|
|
2982
2990
|
* 排序字段
|
|
@@ -3331,6 +3339,10 @@ export interface ModifyApmApplicationConfigRequest {
|
|
|
3331
3339
|
* <p>响应时间预警阈值(ms),用于判断应用健康状态为"黄色"</p>
|
|
3332
3340
|
*/
|
|
3333
3341
|
ResponseDurationWarningThreshold?: number;
|
|
3342
|
+
/**
|
|
3343
|
+
* <p>是否使用探针默认熔断阈值</p>
|
|
3344
|
+
*/
|
|
3345
|
+
UseDefaultFuseConfig?: boolean;
|
|
3334
3346
|
}
|
|
3335
3347
|
/**
|
|
3336
3348
|
* ModifyGeneralApmApplicationConfig返回参数结构体
|
|
@@ -7566,15 +7566,15 @@ export interface AnalyseZoneDetail {
|
|
|
7566
7566
|
*/
|
|
7567
7567
|
export interface DescribeVoucherInfoResponse {
|
|
7568
7568
|
/**
|
|
7569
|
-
*
|
|
7569
|
+
* <p>券总数</p>
|
|
7570
7570
|
*/
|
|
7571
7571
|
TotalCount?: number;
|
|
7572
7572
|
/**
|
|
7573
|
-
*
|
|
7573
|
+
* <p>总余额(微分)</p>
|
|
7574
7574
|
*/
|
|
7575
7575
|
TotalBalance?: number;
|
|
7576
7576
|
/**
|
|
7577
|
-
*
|
|
7577
|
+
* <p>代金券相关信息</p>
|
|
7578
7578
|
*/
|
|
7579
7579
|
VoucherInfos?: Array<VoucherInfos>;
|
|
7580
7580
|
/**
|
|
@@ -7845,97 +7845,101 @@ export interface DescribeAllocateConditionsResponse {
|
|
|
7845
7845
|
*/
|
|
7846
7846
|
export interface DescribeVoucherInfoRequest {
|
|
7847
7847
|
/**
|
|
7848
|
-
*
|
|
7848
|
+
* <p>一页多少条数据,默认是20条,最大不超过1000</p>
|
|
7849
7849
|
*/
|
|
7850
7850
|
Limit: number;
|
|
7851
7851
|
/**
|
|
7852
|
-
*
|
|
7852
|
+
* <p>第多少页,默认是1</p>
|
|
7853
7853
|
*/
|
|
7854
7854
|
Offset: number;
|
|
7855
7855
|
/**
|
|
7856
|
-
*
|
|
7856
|
+
* <p>券状态:待使用:unUsed,已使用: used,已发货:delivered,已作废: cancel,已过期:overdue</p>
|
|
7857
7857
|
*/
|
|
7858
7858
|
Status?: string;
|
|
7859
7859
|
/**
|
|
7860
|
-
*
|
|
7860
|
+
* <p>代金券id</p>
|
|
7861
7861
|
*/
|
|
7862
7862
|
VoucherId?: string;
|
|
7863
7863
|
/**
|
|
7864
|
-
*
|
|
7864
|
+
* <p>代金券订单id</p>
|
|
7865
7865
|
*/
|
|
7866
7866
|
CodeId?: string;
|
|
7867
7867
|
/**
|
|
7868
|
-
*
|
|
7868
|
+
* <p>商品码</p>
|
|
7869
7869
|
*/
|
|
7870
7870
|
ProductCode?: string;
|
|
7871
7871
|
/**
|
|
7872
|
-
*
|
|
7872
|
+
* <p>活动id</p>
|
|
7873
7873
|
*/
|
|
7874
7874
|
ActivityId?: string;
|
|
7875
7875
|
/**
|
|
7876
|
-
*
|
|
7876
|
+
* <p>代金券名称</p>
|
|
7877
7877
|
*/
|
|
7878
7878
|
VoucherName?: string;
|
|
7879
7879
|
/**
|
|
7880
|
-
*
|
|
7880
|
+
* <p>发放开始时间,例:2021-01-01</p>
|
|
7881
7881
|
*/
|
|
7882
7882
|
TimeFrom?: string;
|
|
7883
7883
|
/**
|
|
7884
|
-
*
|
|
7884
|
+
* <p>发放结束时间,例:2021-01-01</p>
|
|
7885
7885
|
*/
|
|
7886
7886
|
TimeTo?: string;
|
|
7887
7887
|
/**
|
|
7888
|
-
*
|
|
7888
|
+
* <p>指定排序字段:BeginTime开始时间、EndTime到期时间、CreateTime创建时间</p>
|
|
7889
7889
|
*/
|
|
7890
7890
|
SortField?: string;
|
|
7891
7891
|
/**
|
|
7892
|
-
*
|
|
7892
|
+
* <p>指定升序降序:desc、asc</p>
|
|
7893
7893
|
*/
|
|
7894
7894
|
SortOrder?: string;
|
|
7895
7895
|
/**
|
|
7896
|
-
*
|
|
7896
|
+
* <p>付费模式,postPay后付费/prePay预付费/riPay预留实例/""或者"*"表示全部模式,如果payMode为""或"*",那么productCode与subProductCode必须传空</p>
|
|
7897
7897
|
*/
|
|
7898
7898
|
PayMode?: string;
|
|
7899
7899
|
/**
|
|
7900
|
-
*
|
|
7900
|
+
* <p>付费场景PayMode=postPay时:spotpay-竞价实例,"settle account"-普通后付费PayMode=prePay时:purchase-包年包月新购,renew-包年包月续费(自动续费),modify-包年包月配置变更(变配)PayMode=riPay时:oneOffFee-预留实例预付,hourlyFee-预留实例每小时扣费,*-支持全部付费场景</p>
|
|
7901
7901
|
*/
|
|
7902
7902
|
PayScene?: string;
|
|
7903
7903
|
/**
|
|
7904
|
-
*
|
|
7904
|
+
* <p>操作人,默认就是用户uin</p>
|
|
7905
7905
|
*/
|
|
7906
7906
|
Operator?: string;
|
|
7907
7907
|
/**
|
|
7908
|
-
*
|
|
7908
|
+
* <p>代金券主类型 has_price 为有价现金券 no_price 为无价代金券</p>
|
|
7909
7909
|
*/
|
|
7910
7910
|
VoucherMainType?: string;
|
|
7911
7911
|
/**
|
|
7912
|
-
*
|
|
7912
|
+
* <p>代金券副类型 discount 为折扣券 deduct 为抵扣券</p>
|
|
7913
7913
|
*/
|
|
7914
7914
|
VoucherSubType?: string;
|
|
7915
7915
|
/**
|
|
7916
|
-
*
|
|
7916
|
+
* <p>券有效时间开始时间</p>
|
|
7917
7917
|
*/
|
|
7918
7918
|
StartTimeFrom?: string;
|
|
7919
7919
|
/**
|
|
7920
|
-
*
|
|
7920
|
+
* <p>券有效时间结束时间</p>
|
|
7921
7921
|
*/
|
|
7922
7922
|
StartTimeTo?: string;
|
|
7923
7923
|
/**
|
|
7924
|
-
*
|
|
7924
|
+
* <p>券失效时间开始时间</p>
|
|
7925
7925
|
*/
|
|
7926
7926
|
EndTimeFrom?: string;
|
|
7927
7927
|
/**
|
|
7928
|
-
*
|
|
7928
|
+
* <p>券失效时间结束时间</p>
|
|
7929
7929
|
*/
|
|
7930
7930
|
EndTimeTo?: string;
|
|
7931
7931
|
/**
|
|
7932
|
-
*
|
|
7932
|
+
* <p>发券时间开始时间</p>
|
|
7933
7933
|
*/
|
|
7934
7934
|
CreateTimeFrom?: string;
|
|
7935
7935
|
/**
|
|
7936
|
-
*
|
|
7936
|
+
* <p>发券时间结束时间</p>
|
|
7937
7937
|
*/
|
|
7938
7938
|
CreateTimeTo?: string;
|
|
7939
|
+
/**
|
|
7940
|
+
* <p>语言参数</p><p>默认值:zh</p><p>期望返回产品名称中文或其他语言,目前仅支持中文、英文;填"zh"或不填时返回中文,其他情况返回英文</p>
|
|
7941
|
+
*/
|
|
7942
|
+
Lang?: string;
|
|
7939
7943
|
}
|
|
7940
7944
|
/**
|
|
7941
7945
|
* DescribeDosageDetailList请求参数结构体
|
|
@@ -3699,7 +3699,7 @@ export interface ModifyListenerResponse {
|
|
|
3699
3699
|
*/
|
|
3700
3700
|
export interface DescribeTargetHealthResponse {
|
|
3701
3701
|
/**
|
|
3702
|
-
*
|
|
3702
|
+
* <p>负载均衡实例列表。</p>
|
|
3703
3703
|
*/
|
|
3704
3704
|
LoadBalancers?: Array<LoadBalancerHealth>;
|
|
3705
3705
|
/**
|
|
@@ -4635,11 +4635,11 @@ export interface LbRsTargets {
|
|
|
4635
4635
|
*/
|
|
4636
4636
|
export interface BatchModifyTargetWeightRequest {
|
|
4637
4637
|
/**
|
|
4638
|
-
*
|
|
4638
|
+
* <p>负载均衡实例 ID。</p>
|
|
4639
4639
|
*/
|
|
4640
4640
|
LoadBalancerId: string;
|
|
4641
4641
|
/**
|
|
4642
|
-
*
|
|
4642
|
+
* <p>要批量修改权重的列表。ModifyList数组最多100个元素,ModifyList[i].Targets最多50个,全部Targets累加不超过500。</p>
|
|
4643
4643
|
*/
|
|
4644
4644
|
ModifyList: Array<RsWeightRule>;
|
|
4645
4645
|
}
|
|
@@ -4740,15 +4740,15 @@ export interface TargetRegionInfo {
|
|
|
4740
4740
|
*/
|
|
4741
4741
|
export interface DescribeTargetHealthRequest {
|
|
4742
4742
|
/**
|
|
4743
|
-
*
|
|
4743
|
+
* <p>要查询的负载均衡实例ID列表。数组大小最大支持30。</p>
|
|
4744
4744
|
*/
|
|
4745
4745
|
LoadBalancerIds: Array<string>;
|
|
4746
4746
|
/**
|
|
4747
|
-
*
|
|
4747
|
+
* <p>要查询的监听器ID列表。</p>
|
|
4748
4748
|
*/
|
|
4749
4749
|
ListenerIds?: Array<string>;
|
|
4750
4750
|
/**
|
|
4751
|
-
*
|
|
4751
|
+
* <p>要查询的转发规则ID列表。</p>
|
|
4752
4752
|
*/
|
|
4753
4753
|
LocationIds?: Array<string>;
|
|
4754
4754
|
}
|