tencentcloud-sdk-nodejs 4.0.308 → 4.0.311
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 +455 -0
- package/SERVICE_CHANGELOG.md +455 -77
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +1 -0
- package/src/services/ame/v20190916/ame_models.ts +23 -2
- package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +31 -3
- package/src/services/asr/v20190614/asr_models.ts +11 -6
- package/src/services/cdb/v20170320/cdb_models.ts +14 -14
- package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
- package/src/services/cls/v20201016/cls_models.ts +4 -4
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/dlc/v20210125/dlc_models.ts +97 -5
- package/src/services/ess/v20201111/ess_models.ts +12 -12
- package/src/services/gaap/v20180529/gaap_models.ts +1 -1
- package/src/services/iecp/v20210914/iecp_client.ts +560 -474
- package/src/services/iecp/v20210914/iecp_models.ts +491 -188
- package/src/services/monitor/v20180724/monitor_client.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +46 -0
- package/src/services/mps/v20190612/mps_client.ts +3 -3
- package/src/services/mps/v20190612/mps_models.ts +159 -159
- package/src/services/nlp/v20190408/nlp_client.ts +14 -0
- package/src/services/nlp/v20190408/nlp_models.ts +31 -0
- package/src/services/ocr/v20181119/ocr_models.ts +10 -0
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/rum/v20210622/rum_models.ts +31 -10
- package/src/services/scf/v20180416/scf_models.ts +25 -0
- package/src/services/smh/v20210712/smh_models.ts +35 -0
- package/src/services/tcb/v20180608/tcb_client.ts +30 -6
- package/src/services/tcb/v20180608/tcb_models.ts +84 -0
- package/src/services/tke/v20180525/tke_client.ts +5 -4
- package/src/services/tke/v20180525/tke_models.ts +126 -84
- package/src/services/vod/v20180717/vod_client.ts +26 -1
- package/src/services/vod/v20180717/vod_models.ts +221 -5
- package/src/services/vpc/v20170312/vpc_client.ts +108 -15
- package/src/services/vpc/v20170312/vpc_models.ts +114 -24
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +20 -2
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +27 -3
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +14 -14
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -4
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +81 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -10
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +183 -155
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +273 -231
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +416 -157
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +38 -0
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +3 -3
- package/tencentcloud/services/mps/v20190612/mps_client.js +3 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +159 -159
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +7 -1
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +8 -0
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +27 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +25 -8
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +21 -0
- package/tencentcloud/services/smh/v20210712/smh_models.d.ts +28 -0
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +11 -3
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +15 -3
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +74 -0
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +112 -77
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +12 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +13 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +192 -4
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +51 -6
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +64 -7
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +98 -20
- package/test/iecp.v20210914.test.js +226 -156
- package/test/nlp.v20190408.test.js +10 -0
- package/test/tcb.v20180608.test.js +22 -2
- package/test/vod.v20180717.test.js +10 -0
- package/test/vpc.v20170312.test.js +64 -4
|
@@ -36,6 +36,7 @@ import {
|
|
|
36
36
|
DescribeEntityResponse,
|
|
37
37
|
WordItem,
|
|
38
38
|
ClassificationResult,
|
|
39
|
+
TextCorrectionProResponse,
|
|
39
40
|
DescribeEntityRequest,
|
|
40
41
|
Keyword,
|
|
41
42
|
TextSimilarityProRequest,
|
|
@@ -65,6 +66,7 @@ import {
|
|
|
65
66
|
SentimentAnalysisResponse,
|
|
66
67
|
DeleteWordItemsRequest,
|
|
67
68
|
DescribeDictResponse,
|
|
69
|
+
TextCorrectionProRequest,
|
|
68
70
|
TextCorrectionResponse,
|
|
69
71
|
TextSimilarityProResponse,
|
|
70
72
|
DescribeDictsResponse,
|
|
@@ -366,6 +368,18 @@ https://ai.tencent.com/ailab/nlp/zh/embedding.html
|
|
|
366
368
|
return this.request("KeywordsExtraction", req, cb)
|
|
367
369
|
}
|
|
368
370
|
|
|
371
|
+
/**
|
|
372
|
+
* 提供对中文文本的自动纠错功能,能够识别输入文本中的错误片段,定位错误并给出正确的文本结果;支持长度不超过128字符(含标点符号)的长文本纠错。
|
|
373
|
+
|
|
374
|
+
此功能是基于千亿级大规模互联网语料和LSTM、BERT等深度神经网络模型进行训练,并持续迭代更新,以保证效果不断提升,是搜索引擎、语音识别、内容审核等功能更好运行的基础之一。
|
|
375
|
+
*/
|
|
376
|
+
async TextCorrectionPro(
|
|
377
|
+
req: TextCorrectionProRequest,
|
|
378
|
+
cb?: (error: string, rep: TextCorrectionProResponse) => void
|
|
379
|
+
): Promise<TextCorrectionProResponse> {
|
|
380
|
+
return this.request("TextCorrectionPro", req, cb)
|
|
381
|
+
}
|
|
382
|
+
|
|
369
383
|
/**
|
|
370
384
|
* 删除自定义词库,会附带相应删除词库包含的所有词条。
|
|
371
385
|
*/
|
|
@@ -379,6 +379,27 @@ export interface ClassificationResult {
|
|
|
379
379
|
FifthClassProbability?: number
|
|
380
380
|
}
|
|
381
381
|
|
|
382
|
+
/**
|
|
383
|
+
* TextCorrectionPro返回参数结构体
|
|
384
|
+
*/
|
|
385
|
+
export interface TextCorrectionProResponse {
|
|
386
|
+
/**
|
|
387
|
+
* 纠错详情
|
|
388
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
389
|
+
*/
|
|
390
|
+
CCITokens: Array<CCIToken>
|
|
391
|
+
|
|
392
|
+
/**
|
|
393
|
+
* 纠错后的文本
|
|
394
|
+
*/
|
|
395
|
+
ResultText: string
|
|
396
|
+
|
|
397
|
+
/**
|
|
398
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
399
|
+
*/
|
|
400
|
+
RequestId?: string
|
|
401
|
+
}
|
|
402
|
+
|
|
382
403
|
/**
|
|
383
404
|
* DescribeEntity请求参数结构体
|
|
384
405
|
*/
|
|
@@ -865,6 +886,16 @@ export interface DescribeDictResponse {
|
|
|
865
886
|
RequestId?: string
|
|
866
887
|
}
|
|
867
888
|
|
|
889
|
+
/**
|
|
890
|
+
* TextCorrectionPro请求参数结构体
|
|
891
|
+
*/
|
|
892
|
+
export interface TextCorrectionProRequest {
|
|
893
|
+
/**
|
|
894
|
+
* 待纠错的文本(仅支持UTF-8格式,不超过128字符)
|
|
895
|
+
*/
|
|
896
|
+
Text: string
|
|
897
|
+
}
|
|
898
|
+
|
|
868
899
|
/**
|
|
869
900
|
* TextCorrection返回参数结构体
|
|
870
901
|
*/
|
|
@@ -4316,6 +4316,16 @@ export interface MLIDPassportOCRResponse {
|
|
|
4316
4316
|
*/
|
|
4317
4317
|
AdvancedInfo: string
|
|
4318
4318
|
|
|
4319
|
+
/**
|
|
4320
|
+
* 最下方第一行 MRZ Code 序列
|
|
4321
|
+
*/
|
|
4322
|
+
CodeSet: string
|
|
4323
|
+
|
|
4324
|
+
/**
|
|
4325
|
+
* 最下方第二行 MRZ Code 序列
|
|
4326
|
+
*/
|
|
4327
|
+
CodeCrc: string
|
|
4328
|
+
|
|
4319
4329
|
/**
|
|
4320
4330
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4321
4331
|
*/
|
|
@@ -283,6 +283,11 @@ export interface DescribeTawInstancesRequest {
|
|
|
283
283
|
* 过滤参数
|
|
284
284
|
*/
|
|
285
285
|
Filters?: Array<Filter>
|
|
286
|
+
|
|
287
|
+
/**
|
|
288
|
+
* 是否为demo模式(1=是,2=否)
|
|
289
|
+
*/
|
|
290
|
+
IsDemo?: number
|
|
286
291
|
}
|
|
287
292
|
|
|
288
293
|
/**
|
|
@@ -569,6 +574,11 @@ export interface DescribeScoresRequest {
|
|
|
569
574
|
* 项目ID
|
|
570
575
|
*/
|
|
571
576
|
ID?: number
|
|
577
|
+
|
|
578
|
+
/**
|
|
579
|
+
* 是否为demo模式(1=是,2=否)
|
|
580
|
+
*/
|
|
581
|
+
IsDemo?: number
|
|
572
582
|
}
|
|
573
583
|
|
|
574
584
|
/**
|
|
@@ -1792,16 +1802,6 @@ export interface DescribeDataStaticProjectRequest {
|
|
|
1792
1802
|
* 项目接口限制类型
|
|
1793
1803
|
*/
|
|
1794
1804
|
export interface ProjectLimit {
|
|
1795
|
-
/**
|
|
1796
|
-
* 主键ID
|
|
1797
|
-
*/
|
|
1798
|
-
ID: number
|
|
1799
|
-
|
|
1800
|
-
/**
|
|
1801
|
-
* 项目ID
|
|
1802
|
-
*/
|
|
1803
|
-
ProjectID: number
|
|
1804
|
-
|
|
1805
1805
|
/**
|
|
1806
1806
|
* 接口
|
|
1807
1807
|
*/
|
|
@@ -1816,6 +1816,16 @@ export interface ProjectLimit {
|
|
|
1816
1816
|
* 上报类型 1:上报率 2:上报量限制
|
|
1817
1817
|
*/
|
|
1818
1818
|
ReportType: number
|
|
1819
|
+
|
|
1820
|
+
/**
|
|
1821
|
+
* 主键ID
|
|
1822
|
+
*/
|
|
1823
|
+
ID?: number
|
|
1824
|
+
|
|
1825
|
+
/**
|
|
1826
|
+
* 项目ID
|
|
1827
|
+
*/
|
|
1828
|
+
ProjectID?: number
|
|
1819
1829
|
}
|
|
1820
1830
|
|
|
1821
1831
|
/**
|
|
@@ -3022,6 +3032,11 @@ export interface DescribeProjectsRequest {
|
|
|
3022
3032
|
* 过滤条件
|
|
3023
3033
|
*/
|
|
3024
3034
|
Filters?: Array<Filter>
|
|
3035
|
+
|
|
3036
|
+
/**
|
|
3037
|
+
* 是否为demo模式(1=是,2=否)
|
|
3038
|
+
*/
|
|
3039
|
+
IsDemo?: number
|
|
3025
3040
|
}
|
|
3026
3041
|
|
|
3027
3042
|
/**
|
|
@@ -3841,6 +3856,12 @@ export interface RumProject {
|
|
|
3841
3856
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3842
3857
|
*/
|
|
3843
3858
|
IsStar: number
|
|
3859
|
+
|
|
3860
|
+
/**
|
|
3861
|
+
* 项目状态(1 创建中,2 运行中,3 异常,4 重启中,5 停止中,6 已停止, 7 销毁中,8 已销毁)
|
|
3862
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3863
|
+
*/
|
|
3864
|
+
ProjectStatus: number
|
|
3844
3865
|
}
|
|
3845
3866
|
|
|
3846
3867
|
/**
|
|
@@ -3357,6 +3357,31 @@ export interface PutProvisionedConcurrencyConfigRequest {
|
|
|
3357
3357
|
* 定时预置任务
|
|
3358
3358
|
*/
|
|
3359
3359
|
TriggerActions?: Array<TriggerAction>
|
|
3360
|
+
|
|
3361
|
+
/**
|
|
3362
|
+
* 预置类型,
|
|
3363
|
+
静态预置:Default
|
|
3364
|
+
动态追踪并发利用率指标预置:ConcurrencyUtilizationTracking
|
|
3365
|
+
预置类型二选一,设置静态预置时可以设置VersionProvisionedConcurrencyNum。
|
|
3366
|
+
|
|
3367
|
+
动态利用率预置可以设置TrackingTarget,MinCapacity,MaxCapacity,保持向后兼容性此时VersionProvisionedConcurrencyNum设置为0.
|
|
3368
|
+
*/
|
|
3369
|
+
ProvisionedType?: string
|
|
3370
|
+
|
|
3371
|
+
/**
|
|
3372
|
+
* 指标追踪的并发利用率。设置范围(0,1)
|
|
3373
|
+
*/
|
|
3374
|
+
TrackingTarget?: number
|
|
3375
|
+
|
|
3376
|
+
/**
|
|
3377
|
+
* 缩容时的最小值, 最小值为1
|
|
3378
|
+
*/
|
|
3379
|
+
MinCapacity?: number
|
|
3380
|
+
|
|
3381
|
+
/**
|
|
3382
|
+
* 扩容时的最大值
|
|
3383
|
+
*/
|
|
3384
|
+
MaxCapacity?: number
|
|
3360
3385
|
}
|
|
3361
3386
|
|
|
3362
3387
|
/**
|
|
@@ -201,6 +201,21 @@ export interface DescribeTrafficPackagesRequest {
|
|
|
201
201
|
* 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。
|
|
202
202
|
*/
|
|
203
203
|
PageSize?: number
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* 对指定列进行排序
|
|
207
|
+
*/
|
|
208
|
+
OrderBy?: string
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* 排序方式
|
|
212
|
+
*/
|
|
213
|
+
OrderByType?: string
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* 来源类型筛选
|
|
217
|
+
*/
|
|
218
|
+
Type?: number
|
|
204
219
|
}
|
|
205
220
|
|
|
206
221
|
/**
|
|
@@ -296,6 +311,26 @@ export interface DescribeOfficialInstancesRequest {
|
|
|
296
311
|
* 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。
|
|
297
312
|
*/
|
|
298
313
|
PageSize?: number
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* 对指定列进行排序
|
|
317
|
+
*/
|
|
318
|
+
OrderBy?: string
|
|
319
|
+
|
|
320
|
+
/**
|
|
321
|
+
* 排序方式
|
|
322
|
+
*/
|
|
323
|
+
OrderByType?: string
|
|
324
|
+
|
|
325
|
+
/**
|
|
326
|
+
* 续费管理筛选类型
|
|
327
|
+
*/
|
|
328
|
+
AutoRenew?: number
|
|
329
|
+
|
|
330
|
+
/**
|
|
331
|
+
* 超级管理管理员账号是否绑定了手机号
|
|
332
|
+
*/
|
|
333
|
+
BindPhone?: boolean
|
|
299
334
|
}
|
|
300
335
|
|
|
301
336
|
/**
|
|
@@ -71,6 +71,7 @@ import {
|
|
|
71
71
|
EndUserInfo,
|
|
72
72
|
DeleteEndUserRequest,
|
|
73
73
|
DescribeHostingDomainTaskRequest,
|
|
74
|
+
FreezeCloudBaseRunServersRequest,
|
|
74
75
|
DescribeQuotaDataResponse,
|
|
75
76
|
ActivityInfoItem,
|
|
76
77
|
KVPair,
|
|
@@ -133,6 +134,7 @@ import {
|
|
|
133
134
|
ReplaceActivityRecordRequest,
|
|
134
135
|
DeleteWxGatewayRouteResponse,
|
|
135
136
|
CloudBaseRunKVPriority,
|
|
137
|
+
UnfreezeCloudBaseRunServersRequest,
|
|
136
138
|
EstablishCloudBaseRunServerRequest,
|
|
137
139
|
ReinstateEnvResponse,
|
|
138
140
|
CloudBaseRunServiceVolumeMount,
|
|
@@ -150,6 +152,7 @@ import {
|
|
|
150
152
|
CreateAndDeployCloudBaseProjectRequest,
|
|
151
153
|
DescribeCloudBaseRunVersionRequest,
|
|
152
154
|
EstablishWxGatewayRouteRequest,
|
|
155
|
+
UnfreezeCloudBaseRunServersResponse,
|
|
153
156
|
DescribeCloudBaseRunConfForGateWayResponse,
|
|
154
157
|
DatabasesInfo,
|
|
155
158
|
CloudBaseSecurityContext,
|
|
@@ -207,6 +210,7 @@ import {
|
|
|
207
210
|
CreateCloudBaseRunResourceRequest,
|
|
208
211
|
ModifyEndUserResponse,
|
|
209
212
|
DescribeAuthDomainsRequest,
|
|
213
|
+
FreezeCloudBaseRunServersResponse,
|
|
210
214
|
CloudRunServiceVolume,
|
|
211
215
|
CloudBaseRunForGatewayConf,
|
|
212
216
|
ExtensionFileInfo,
|
|
@@ -339,6 +343,16 @@ export class Client extends AbstractClient {
|
|
|
339
343
|
return this.request("DescribeSmsQuotas", req, cb)
|
|
340
344
|
}
|
|
341
345
|
|
|
346
|
+
/**
|
|
347
|
+
* 修改服务版本的副本数,环境变量
|
|
348
|
+
*/
|
|
349
|
+
async ModifyCloudBaseRunServerVersion(
|
|
350
|
+
req: ModifyCloudBaseRunServerVersionRequest,
|
|
351
|
+
cb?: (error: string, rep: ModifyCloudBaseRunServerVersionResponse) => void
|
|
352
|
+
): Promise<ModifyCloudBaseRunServerVersionResponse> {
|
|
353
|
+
return this.request("ModifyCloudBaseRunServerVersion", req, cb)
|
|
354
|
+
}
|
|
355
|
+
|
|
342
356
|
/**
|
|
343
357
|
* 针对特定的版本,进行滚动更新
|
|
344
358
|
*/
|
|
@@ -469,6 +483,16 @@ export class Client extends AbstractClient {
|
|
|
469
483
|
return this.request("DescribeStandaloneGatewayPackage", req, cb)
|
|
470
484
|
}
|
|
471
485
|
|
|
486
|
+
/**
|
|
487
|
+
* 批量解冻服务
|
|
488
|
+
*/
|
|
489
|
+
async UnfreezeCloudBaseRunServers(
|
|
490
|
+
req: UnfreezeCloudBaseRunServersRequest,
|
|
491
|
+
cb?: (error: string, rep: UnfreezeCloudBaseRunServersResponse) => void
|
|
492
|
+
): Promise<UnfreezeCloudBaseRunServersResponse> {
|
|
493
|
+
return this.request("UnfreezeCloudBaseRunServers", req, cb)
|
|
494
|
+
}
|
|
495
|
+
|
|
472
496
|
/**
|
|
473
497
|
* 开通后付费资源
|
|
474
498
|
*/
|
|
@@ -850,13 +874,13 @@ export class Client extends AbstractClient {
|
|
|
850
874
|
}
|
|
851
875
|
|
|
852
876
|
/**
|
|
853
|
-
*
|
|
877
|
+
* 批量冻结
|
|
854
878
|
*/
|
|
855
|
-
async
|
|
856
|
-
req:
|
|
857
|
-
cb?: (error: string, rep:
|
|
858
|
-
): Promise<
|
|
859
|
-
return this.request("
|
|
879
|
+
async FreezeCloudBaseRunServers(
|
|
880
|
+
req: FreezeCloudBaseRunServersRequest,
|
|
881
|
+
cb?: (error: string, rep: FreezeCloudBaseRunServersResponse) => void
|
|
882
|
+
): Promise<FreezeCloudBaseRunServersResponse> {
|
|
883
|
+
return this.request("FreezeCloudBaseRunServers", req, cb)
|
|
860
884
|
}
|
|
861
885
|
|
|
862
886
|
/**
|
|
@@ -1640,6 +1640,21 @@ export interface DescribeHostingDomainTaskRequest {
|
|
|
1640
1640
|
EnvId: string
|
|
1641
1641
|
}
|
|
1642
1642
|
|
|
1643
|
+
/**
|
|
1644
|
+
* FreezeCloudBaseRunServers请求参数结构体
|
|
1645
|
+
*/
|
|
1646
|
+
export interface FreezeCloudBaseRunServersRequest {
|
|
1647
|
+
/**
|
|
1648
|
+
* 环境ID
|
|
1649
|
+
*/
|
|
1650
|
+
EnvId: string
|
|
1651
|
+
|
|
1652
|
+
/**
|
|
1653
|
+
* 服务名列表
|
|
1654
|
+
*/
|
|
1655
|
+
ServerNameList: Array<string>
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1643
1658
|
/**
|
|
1644
1659
|
* DescribeQuotaData返回参数结构体
|
|
1645
1660
|
*/
|
|
@@ -3342,6 +3357,21 @@ export interface CloudBaseRunKVPriority {
|
|
|
3342
3357
|
Priority: number
|
|
3343
3358
|
}
|
|
3344
3359
|
|
|
3360
|
+
/**
|
|
3361
|
+
* UnfreezeCloudBaseRunServers请求参数结构体
|
|
3362
|
+
*/
|
|
3363
|
+
export interface UnfreezeCloudBaseRunServersRequest {
|
|
3364
|
+
/**
|
|
3365
|
+
* 环境ID
|
|
3366
|
+
*/
|
|
3367
|
+
EnvId: string
|
|
3368
|
+
|
|
3369
|
+
/**
|
|
3370
|
+
* 服务名称列表
|
|
3371
|
+
*/
|
|
3372
|
+
ServerNameList: Array<string>
|
|
3373
|
+
}
|
|
3374
|
+
|
|
3345
3375
|
/**
|
|
3346
3376
|
* EstablishCloudBaseRunServer请求参数结构体
|
|
3347
3377
|
*/
|
|
@@ -3873,6 +3903,33 @@ export interface EstablishWxGatewayRouteRequest {
|
|
|
3873
3903
|
GatewayRouteDesc?: string
|
|
3874
3904
|
}
|
|
3875
3905
|
|
|
3906
|
+
/**
|
|
3907
|
+
* UnfreezeCloudBaseRunServers返回参数结构体
|
|
3908
|
+
*/
|
|
3909
|
+
export interface UnfreezeCloudBaseRunServersResponse {
|
|
3910
|
+
/**
|
|
3911
|
+
* 批量执行结果
|
|
3912
|
+
成功:succ
|
|
3913
|
+
失败:fail
|
|
3914
|
+
部分:partial(部分成功、部分失败)
|
|
3915
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3916
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3917
|
+
*/
|
|
3918
|
+
Result: string
|
|
3919
|
+
|
|
3920
|
+
/**
|
|
3921
|
+
* 解冻失败列表
|
|
3922
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3923
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3924
|
+
*/
|
|
3925
|
+
FailServerList: Array<string>
|
|
3926
|
+
|
|
3927
|
+
/**
|
|
3928
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3929
|
+
*/
|
|
3930
|
+
RequestId?: string
|
|
3931
|
+
}
|
|
3932
|
+
|
|
3876
3933
|
/**
|
|
3877
3934
|
* DescribeCloudBaseRunConfForGateWay返回参数结构体
|
|
3878
3935
|
*/
|
|
@@ -5513,6 +5570,33 @@ export interface DescribeAuthDomainsRequest {
|
|
|
5513
5570
|
EnvId: string
|
|
5514
5571
|
}
|
|
5515
5572
|
|
|
5573
|
+
/**
|
|
5574
|
+
* FreezeCloudBaseRunServers返回参数结构体
|
|
5575
|
+
*/
|
|
5576
|
+
export interface FreezeCloudBaseRunServersResponse {
|
|
5577
|
+
/**
|
|
5578
|
+
* 批量状态状态
|
|
5579
|
+
成功:succ
|
|
5580
|
+
失败:fail
|
|
5581
|
+
部分:partial(部分成功、部分失败)
|
|
5582
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5583
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5584
|
+
*/
|
|
5585
|
+
Result: string
|
|
5586
|
+
|
|
5587
|
+
/**
|
|
5588
|
+
* 冻结失败服务列表
|
|
5589
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5590
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5591
|
+
*/
|
|
5592
|
+
FailServerList: Array<string>
|
|
5593
|
+
|
|
5594
|
+
/**
|
|
5595
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5596
|
+
*/
|
|
5597
|
+
RequestId?: string
|
|
5598
|
+
}
|
|
5599
|
+
|
|
5516
5600
|
/**
|
|
5517
5601
|
* 服务的volume
|
|
5518
5602
|
*/
|
|
@@ -55,18 +55,19 @@ import {
|
|
|
55
55
|
RestartEKSContainerInstancesRequest,
|
|
56
56
|
DescribeExternalClusterSpecRequest,
|
|
57
57
|
DeletePrometheusTemplateRequest,
|
|
58
|
-
|
|
58
|
+
DescribeClusterAsGroupOptionRequest,
|
|
59
59
|
DescribeEKSContainerInstanceRegionsRequest,
|
|
60
60
|
DescribeEKSClustersResponse,
|
|
61
61
|
VolumeMount,
|
|
62
62
|
RouteTableInfo,
|
|
63
63
|
IPAddress,
|
|
64
|
-
|
|
64
|
+
AutoUpgradeClusterLevel,
|
|
65
65
|
GetMostSuitableImageCacheRequest,
|
|
66
66
|
PrometheusTarget,
|
|
67
67
|
SecurityContext,
|
|
68
68
|
CreateEKSClusterRequest,
|
|
69
69
|
DNSConfig,
|
|
70
|
+
InstanceUpgradeProgressItem,
|
|
70
71
|
DNSConfigOption,
|
|
71
72
|
DeleteClusterAsGroupsRequest,
|
|
72
73
|
DescribeClusterControllersResponse,
|
|
@@ -181,7 +182,7 @@ import {
|
|
|
181
182
|
GetUpgradeInstanceProgressResponse,
|
|
182
183
|
DescribeExistedInstancesResponse,
|
|
183
184
|
CreateEKSClusterResponse,
|
|
184
|
-
|
|
185
|
+
DeleteImageCachesResponse,
|
|
185
186
|
CreatePrometheusAlertRuleResponse,
|
|
186
187
|
UpdateEKSContainerInstanceResponse,
|
|
187
188
|
ResourceDeleteOption,
|
|
@@ -256,7 +257,7 @@ import {
|
|
|
256
257
|
DeleteClusterRouteTableResponse,
|
|
257
258
|
CreateClusterInstancesResponse,
|
|
258
259
|
DisableClusterDeletionProtectionResponse,
|
|
259
|
-
|
|
260
|
+
DeleteClusterRequest,
|
|
260
261
|
DescribePrometheusAgentInstancesResponse,
|
|
261
262
|
Container,
|
|
262
263
|
CreateClusterEndpointRequest,
|