tencentcloud-sdk-nodejs 4.0.597 → 4.0.599
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 +378 -0
- package/SERVICE_CHANGELOG.md +367 -230
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +12 -2
- package/src/services/cfg/v20210820/cfg_models.ts +12 -0
- package/src/services/cfw/v20190904/cfw_models.ts +30 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_models.ts +37 -3
- package/src/services/dasb/v20191018/dasb_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +25 -2
- package/src/services/eis/v20210601/eis_models.ts +6 -1
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +7 -2
- package/src/services/fmu/v20191213/fmu_models.ts +3 -3
- package/src/services/lcic/v20220817/lcic_client.ts +12 -0
- package/src/services/lcic/v20220817/lcic_models.ts +50 -0
- package/src/services/mps/v20190612/mps_models.ts +9 -4
- package/src/services/mrs/v20200910/mrs_models.ts +2 -2
- package/src/services/scf/v20180416/scf_models.ts +11 -1
- package/src/services/tdmq/v20200217/tdmq_client.ts +13 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +108 -0
- package/src/services/tione/v20211111/tione_models.ts +24 -12
- package/src/services/tke/v20180525/tke_client.ts +49 -4
- package/src/services/tke/v20180525/tke_models.ts +483 -106
- package/src/services/trp/v20210515/trp_models.ts +1 -1
- package/src/services/tse/v20201207/tse_models.ts +6 -0
- package/src/services/vpc/v20170312/vpc_client.ts +26 -12
- package/src/services/vpc/v20170312/vpc_models.ts +90 -8
- package/src/services/vrs/v20200824/vrs_models.ts +3 -3
- package/src/services/wedata/v20210820/wedata_models.ts +6 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +10 -2
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +10 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +25 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -3
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +22 -2
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -2
- package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +3 -3
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +44 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +7 -2
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2 -2
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +9 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +90 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +22 -12
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +13 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +18 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +416 -90
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +5 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +13 -8
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +15 -8
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +77 -8
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +3 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
- package/test/lcic.v20220817.test.js +10 -0
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tke.v20180525.test.js +30 -0
- package/test/vpc.v20170312.test.js +12 -2
|
@@ -822,8 +822,10 @@ export interface AwsS3FileUploadTrigger {
|
|
|
822
822
|
S3Bucket: string
|
|
823
823
|
|
|
824
824
|
/**
|
|
825
|
-
|
|
826
|
-
|
|
825
|
+
* 绑定的桶所在 AWS 区域,目前支持:
|
|
826
|
+
us-east-1
|
|
827
|
+
eu-west-3
|
|
828
|
+
*/
|
|
827
829
|
S3Region: string
|
|
828
830
|
|
|
829
831
|
/**
|
|
@@ -4197,8 +4199,11 @@ export interface S3InputInfo {
|
|
|
4197
4199
|
S3Bucket: string
|
|
4198
4200
|
|
|
4199
4201
|
/**
|
|
4200
|
-
|
|
4201
|
-
|
|
4202
|
+
* S3 bucket 对应的区域,目前支持:
|
|
4203
|
+
us-east-1
|
|
4204
|
+
eu-west-3
|
|
4205
|
+
|
|
4206
|
+
*/
|
|
4202
4207
|
S3Region: string
|
|
4203
4208
|
|
|
4204
4209
|
/**
|
|
@@ -318,7 +318,7 @@ export interface ImageToObjectRequest {
|
|
|
318
318
|
* 可选。用于指定不同报告使用的结构化引擎版本,不同版本返回的JSON 数据结果不兼容。若不指定版本号,就默认用旧的版本号。
|
|
319
319
|
(1)检验报告 11,默认使用 V2,最高支持 V3。
|
|
320
320
|
(2)病理报告 15,默认使用 V1,最高支持 V2。
|
|
321
|
-
(3)入院记录29、出院记录 28
|
|
321
|
+
(3)入院记录29、出院记录 28、病历记录 216、病程记录 217、门诊记录 210,默认使用 V1,最高支持 V2。
|
|
322
322
|
*/
|
|
323
323
|
ReportTypeVersion?: Array<ReportTypeVersion>
|
|
324
324
|
}
|
|
@@ -2732,7 +2732,7 @@ export interface TextToObjectRequest {
|
|
|
2732
2732
|
* 可选。用于指定不同报告使用的结构化引擎版本,不同版本返回的JSON 数据结果不兼容。若不指定版本号,就默认用旧的版本号。
|
|
2733
2733
|
(1)检验报告 11,默认使用 V2,最高支持 V3。
|
|
2734
2734
|
(2)病理报告 15,默认使用 V1,最高支持 V2。
|
|
2735
|
-
(3)入院记录29、出院记录 28
|
|
2735
|
+
(3)入院记录29、出院记录 28、病历记录 216、病程记录 217、门诊记录 210,默认使用 V1,最高支持 V2。
|
|
2736
2736
|
*/
|
|
2737
2737
|
ReportTypeVersion?: Array<ReportTypeVersion>
|
|
2738
2738
|
}
|
|
@@ -128,6 +128,11 @@ export interface Trigger {
|
|
|
128
128
|
* 触发器绑定的别名或版本
|
|
129
129
|
*/
|
|
130
130
|
Qualifier: string
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* 触发器描述
|
|
134
|
+
*/
|
|
135
|
+
Description?: string
|
|
131
136
|
}
|
|
132
137
|
|
|
133
138
|
/**
|
|
@@ -1518,6 +1523,11 @@ export interface CreateTriggerRequest {
|
|
|
1518
1523
|
* 用户自定义参数,仅支持timer触发器
|
|
1519
1524
|
*/
|
|
1520
1525
|
CustomArgument?: string
|
|
1526
|
+
|
|
1527
|
+
/**
|
|
1528
|
+
* 触发器描述
|
|
1529
|
+
*/
|
|
1530
|
+
Description?: string
|
|
1521
1531
|
}
|
|
1522
1532
|
|
|
1523
1533
|
/**
|
|
@@ -2296,7 +2306,7 @@ export interface CreateTriggerResponse {
|
|
|
2296
2306
|
/**
|
|
2297
2307
|
* 触发器信息
|
|
2298
2308
|
*/
|
|
2299
|
-
TriggerInfo
|
|
2309
|
+
TriggerInfo?: Trigger
|
|
2300
2310
|
|
|
2301
2311
|
/**
|
|
2302
2312
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -126,6 +126,7 @@ import {
|
|
|
126
126
|
DeleteCmqQueueResponse,
|
|
127
127
|
DescribeRocketMQClusterRequest,
|
|
128
128
|
DeleteRocketMQTopicResponse,
|
|
129
|
+
DescribeRocketMQMsgRequest,
|
|
129
130
|
ModifyCmqTopicAttributeRequest,
|
|
130
131
|
DescribeRabbitMQVipInstancesResponse,
|
|
131
132
|
DeleteRolesRequest,
|
|
@@ -133,6 +134,7 @@ import {
|
|
|
133
134
|
CreateCmqSubscribeResponse,
|
|
134
135
|
DescribeCmqDeadLetterSourceQueuesRequest,
|
|
135
136
|
DescribeSubscriptionsResponse,
|
|
137
|
+
RocketMQMessageTrack,
|
|
136
138
|
ModifyRoleRequest,
|
|
137
139
|
DescribeRabbitMQNodeListResponse,
|
|
138
140
|
SendMessagesResponse,
|
|
@@ -240,6 +242,7 @@ import {
|
|
|
240
242
|
SendMsgRequest,
|
|
241
243
|
ResetRocketMQConsumerOffSetRequest,
|
|
242
244
|
DescribeCmqQueueDetailRequest,
|
|
245
|
+
DescribeRocketMQMsgResponse,
|
|
243
246
|
DescribeAMQPQueuesResponse,
|
|
244
247
|
CreateRocketMQTopicRequest,
|
|
245
248
|
QueueQuota,
|
|
@@ -1359,6 +1362,16 @@ BatchReceivePolicy 的接口会一次性返回多条消息:
|
|
|
1359
1362
|
return this.request("CreateRocketMQCluster", req, cb)
|
|
1360
1363
|
}
|
|
1361
1364
|
|
|
1365
|
+
/**
|
|
1366
|
+
* rocketmq消息详情
|
|
1367
|
+
*/
|
|
1368
|
+
async DescribeRocketMQMsg(
|
|
1369
|
+
req: DescribeRocketMQMsgRequest,
|
|
1370
|
+
cb?: (error: string, rep: DescribeRocketMQMsgResponse) => void
|
|
1371
|
+
): Promise<DescribeRocketMQMsgResponse> {
|
|
1372
|
+
return this.request("DescribeRocketMQMsg", req, cb)
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1362
1375
|
/**
|
|
1363
1376
|
* 查询用户已购的Pulsar专业版实例列表
|
|
1364
1377
|
*/
|
|
@@ -3261,6 +3261,41 @@ export interface DeleteRocketMQTopicResponse {
|
|
|
3261
3261
|
RequestId?: string
|
|
3262
3262
|
}
|
|
3263
3263
|
|
|
3264
|
+
/**
|
|
3265
|
+
* DescribeRocketMQMsg请求参数结构体
|
|
3266
|
+
*/
|
|
3267
|
+
export interface DescribeRocketMQMsgRequest {
|
|
3268
|
+
/**
|
|
3269
|
+
* 集群id
|
|
3270
|
+
*/
|
|
3271
|
+
ClusterId: string
|
|
3272
|
+
|
|
3273
|
+
/**
|
|
3274
|
+
* 命名空间
|
|
3275
|
+
*/
|
|
3276
|
+
EnvironmentId: string
|
|
3277
|
+
|
|
3278
|
+
/**
|
|
3279
|
+
* 主题,查询死信时传groupId
|
|
3280
|
+
*/
|
|
3281
|
+
TopicName: string
|
|
3282
|
+
|
|
3283
|
+
/**
|
|
3284
|
+
* 消息id
|
|
3285
|
+
*/
|
|
3286
|
+
MsgId: string
|
|
3287
|
+
|
|
3288
|
+
/**
|
|
3289
|
+
* pulsar消息id
|
|
3290
|
+
*/
|
|
3291
|
+
PulsarMsgId: string
|
|
3292
|
+
|
|
3293
|
+
/**
|
|
3294
|
+
* 查询死信时该值为true,只对Rocketmq有效
|
|
3295
|
+
*/
|
|
3296
|
+
QueryDlqMsg?: boolean
|
|
3297
|
+
}
|
|
3298
|
+
|
|
3264
3299
|
/**
|
|
3265
3300
|
* ModifyCmqTopicAttribute请求参数结构体
|
|
3266
3301
|
*/
|
|
@@ -3391,6 +3426,32 @@ export interface DescribeSubscriptionsResponse {
|
|
|
3391
3426
|
RequestId?: string
|
|
3392
3427
|
}
|
|
3393
3428
|
|
|
3429
|
+
/**
|
|
3430
|
+
* Rocketmq消息消费track信息
|
|
3431
|
+
*/
|
|
3432
|
+
export interface RocketMQMessageTrack {
|
|
3433
|
+
/**
|
|
3434
|
+
* 消费者组
|
|
3435
|
+
*/
|
|
3436
|
+
Group: string
|
|
3437
|
+
|
|
3438
|
+
/**
|
|
3439
|
+
* 消费状态
|
|
3440
|
+
*/
|
|
3441
|
+
ConsumeStatus: string
|
|
3442
|
+
|
|
3443
|
+
/**
|
|
3444
|
+
* 消息track类型
|
|
3445
|
+
*/
|
|
3446
|
+
TrackType: string
|
|
3447
|
+
|
|
3448
|
+
/**
|
|
3449
|
+
* 异常信息
|
|
3450
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3451
|
+
*/
|
|
3452
|
+
ExceptionDesc: string
|
|
3453
|
+
}
|
|
3454
|
+
|
|
3394
3455
|
/**
|
|
3395
3456
|
* ModifyRole请求参数结构体
|
|
3396
3457
|
*/
|
|
@@ -6458,6 +6519,53 @@ export interface DescribeCmqQueueDetailRequest {
|
|
|
6458
6519
|
QueueName: string
|
|
6459
6520
|
}
|
|
6460
6521
|
|
|
6522
|
+
/**
|
|
6523
|
+
* DescribeRocketMQMsg返回参数结构体
|
|
6524
|
+
*/
|
|
6525
|
+
export interface DescribeRocketMQMsgResponse {
|
|
6526
|
+
/**
|
|
6527
|
+
* 消息体
|
|
6528
|
+
*/
|
|
6529
|
+
Body?: string
|
|
6530
|
+
|
|
6531
|
+
/**
|
|
6532
|
+
* 详情参数
|
|
6533
|
+
*/
|
|
6534
|
+
Properties?: string
|
|
6535
|
+
|
|
6536
|
+
/**
|
|
6537
|
+
* 生产时间
|
|
6538
|
+
*/
|
|
6539
|
+
ProduceTime?: string
|
|
6540
|
+
|
|
6541
|
+
/**
|
|
6542
|
+
* 消息id
|
|
6543
|
+
*/
|
|
6544
|
+
MsgId?: string
|
|
6545
|
+
|
|
6546
|
+
/**
|
|
6547
|
+
* 生产者地址
|
|
6548
|
+
*/
|
|
6549
|
+
ProducerAddr?: string
|
|
6550
|
+
|
|
6551
|
+
/**
|
|
6552
|
+
* 消费组消费情况
|
|
6553
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6554
|
+
*/
|
|
6555
|
+
MessageTracks?: Array<RocketMQMessageTrack>
|
|
6556
|
+
|
|
6557
|
+
/**
|
|
6558
|
+
* 详情页展示的topic名称
|
|
6559
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6560
|
+
*/
|
|
6561
|
+
ShowTopicName?: string
|
|
6562
|
+
|
|
6563
|
+
/**
|
|
6564
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6565
|
+
*/
|
|
6566
|
+
RequestId?: string
|
|
6567
|
+
}
|
|
6568
|
+
|
|
6461
6569
|
/**
|
|
6462
6570
|
* DescribeAMQPQueues返回参数结构体
|
|
6463
6571
|
*/
|
|
@@ -335,13 +335,13 @@ export interface BatchTaskDetail {
|
|
|
335
335
|
ChargeType: string
|
|
336
336
|
|
|
337
337
|
/**
|
|
338
|
-
*
|
|
338
|
+
* 包年包月资源组ID
|
|
339
339
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
340
340
|
*/
|
|
341
341
|
ResourceGroupId: string
|
|
342
342
|
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* 包年包月资源组名称
|
|
345
345
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
346
346
|
*/
|
|
347
347
|
ResourceGroupName: string
|
|
@@ -472,7 +472,7 @@ export interface BatchTaskDetail {
|
|
|
472
472
|
FailureReason: string
|
|
473
473
|
|
|
474
474
|
/**
|
|
475
|
-
* 计费金额信息,eg:2.00元/小时 (for
|
|
475
|
+
* 计费金额信息,eg:2.00元/小时 (for 按量计费)
|
|
476
476
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
477
477
|
*/
|
|
478
478
|
BillingInfo: string
|
|
@@ -482,6 +482,12 @@ export interface BatchTaskDetail {
|
|
|
482
482
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
483
483
|
*/
|
|
484
484
|
PodList?: Array<string>
|
|
485
|
+
|
|
486
|
+
/**
|
|
487
|
+
* 模型推理代码信息
|
|
488
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
489
|
+
*/
|
|
490
|
+
ModelInferenceCodeInfo?: CosPathInfo
|
|
485
491
|
}
|
|
486
492
|
|
|
487
493
|
/**
|
|
@@ -1050,6 +1056,12 @@ export interface HyperParameter {
|
|
|
1050
1056
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1051
1057
|
*/
|
|
1052
1058
|
MinBlockSizeTf?: string
|
|
1059
|
+
|
|
1060
|
+
/**
|
|
1061
|
+
* Stable Diffusion 模型优化参数
|
|
1062
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1063
|
+
*/
|
|
1064
|
+
PipelineArgs?: string
|
|
1053
1065
|
}
|
|
1054
1066
|
|
|
1055
1067
|
/**
|
|
@@ -1334,7 +1346,7 @@ export interface CreateBatchTaskRequest {
|
|
|
1334
1346
|
BatchTaskName: string
|
|
1335
1347
|
|
|
1336
1348
|
/**
|
|
1337
|
-
* 计费模式,eg:PREPAID
|
|
1349
|
+
* 计费模式,eg:PREPAID 包年包月;POSTPAID_BY_HOUR 按量计费
|
|
1338
1350
|
*/
|
|
1339
1351
|
ChargeType: string
|
|
1340
1352
|
|
|
@@ -1364,7 +1376,7 @@ export interface CreateBatchTaskRequest {
|
|
|
1364
1376
|
CronInfo?: CronInfo
|
|
1365
1377
|
|
|
1366
1378
|
/**
|
|
1367
|
-
*
|
|
1379
|
+
* 包年包月资源组ID
|
|
1368
1380
|
*/
|
|
1369
1381
|
ResourceGroupId?: string
|
|
1370
1382
|
|
|
@@ -2751,13 +2763,13 @@ export interface DescribeBatchTasksResponse {
|
|
|
2751
2763
|
/**
|
|
2752
2764
|
* 数量
|
|
2753
2765
|
*/
|
|
2754
|
-
TotalCount
|
|
2766
|
+
TotalCount?: number
|
|
2755
2767
|
|
|
2756
2768
|
/**
|
|
2757
2769
|
* 任务集
|
|
2758
2770
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2759
2771
|
*/
|
|
2760
|
-
BatchTaskSet
|
|
2772
|
+
BatchTaskSet?: Array<BatchTaskSetItem>
|
|
2761
2773
|
|
|
2762
2774
|
/**
|
|
2763
2775
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3151,7 +3163,7 @@ export interface BatchTaskSetItem {
|
|
|
3151
3163
|
ChargeStatus: string
|
|
3152
3164
|
|
|
3153
3165
|
/**
|
|
3154
|
-
*
|
|
3166
|
+
* 包年包月资源组ID
|
|
3155
3167
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3156
3168
|
*/
|
|
3157
3169
|
ResourceGroupId: string
|
|
@@ -3207,7 +3219,7 @@ export interface BatchTaskSetItem {
|
|
|
3207
3219
|
Outputs: Array<DataConfig>
|
|
3208
3220
|
|
|
3209
3221
|
/**
|
|
3210
|
-
*
|
|
3222
|
+
* 包年包月资源组名称
|
|
3211
3223
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3212
3224
|
*/
|
|
3213
3225
|
ResourceGroupName: string
|
|
@@ -3218,7 +3230,7 @@ export interface BatchTaskSetItem {
|
|
|
3218
3230
|
FailureReason: string
|
|
3219
3231
|
|
|
3220
3232
|
/**
|
|
3221
|
-
* 计费金额信息,eg:2.00元/小时 (for
|
|
3233
|
+
* 计费金额信息,eg:2.00元/小时 (for 按量计费)
|
|
3222
3234
|
*/
|
|
3223
3235
|
BillingInfo: string
|
|
3224
3236
|
}
|
|
@@ -3891,7 +3903,7 @@ export interface CreateBatchTaskResponse {
|
|
|
3891
3903
|
/**
|
|
3892
3904
|
* 跑批任务ID
|
|
3893
3905
|
*/
|
|
3894
|
-
BatchTaskId
|
|
3906
|
+
BatchTaskId?: string
|
|
3895
3907
|
|
|
3896
3908
|
/**
|
|
3897
3909
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4531,7 +4543,7 @@ export interface DescribeBatchTasksRequest {
|
|
|
4531
4543
|
Name(名称):task1
|
|
4532
4544
|
Id(task ID):train-23091792777383936
|
|
4533
4545
|
Status(状态):STARTING / RUNNING / STOPPING / STOPPED / FAILED / SUCCEED / SUBMIT_FAILED
|
|
4534
|
-
ChargeType(计费类型):PREPAID
|
|
4546
|
+
ChargeType(计费类型):PREPAID 包年包月 / POSTPAID_BY_HOUR 按量计费
|
|
4535
4547
|
CHARGE_STATUS(计费状态):NOT_BILLING(未开始计费)/ BILLING(计费中)/ ARREARS_STOP(欠费停止)
|
|
4536
4548
|
*/
|
|
4537
4549
|
Filters?: Array<Filter>
|
|
@@ -50,6 +50,7 @@ import {
|
|
|
50
50
|
PrometheusTempModify,
|
|
51
51
|
EnableClusterAuditResponse,
|
|
52
52
|
CreateBackupStorageLocationResponse,
|
|
53
|
+
KubeJarvisStateDiagnostic,
|
|
53
54
|
EnvironmentVariable,
|
|
54
55
|
UpdateImageCacheRequest,
|
|
55
56
|
ManuallyAdded,
|
|
@@ -92,6 +93,7 @@ import {
|
|
|
92
93
|
UpdateEKSContainerInstanceRequest,
|
|
93
94
|
CUDNN,
|
|
94
95
|
GetMostSuitableImageCacheResponse,
|
|
96
|
+
KubeJarvisStateCatalogue,
|
|
95
97
|
Event,
|
|
96
98
|
Exec,
|
|
97
99
|
DescribeEdgeAvailableExtraArgsResponse,
|
|
@@ -99,7 +101,7 @@ import {
|
|
|
99
101
|
DescribeEnableVpcCniProgressRequest,
|
|
100
102
|
Instance,
|
|
101
103
|
ModifyClusterAttributeResponse,
|
|
102
|
-
|
|
104
|
+
KubeJarvisStateInspectionResult,
|
|
103
105
|
CreateClusterResponse,
|
|
104
106
|
PrometheusClusterAgentPodConfig,
|
|
105
107
|
RunSecurityServiceEnabled,
|
|
@@ -139,6 +141,7 @@ import {
|
|
|
139
141
|
DescribeClusterNodePoolDetailRequest,
|
|
140
142
|
DescribePrometheusTempSyncRequest,
|
|
141
143
|
DescribePrometheusGlobalConfigResponse,
|
|
144
|
+
KubeJarvisStateInspectionResultsItem,
|
|
142
145
|
DescribeClusterReleaseHistoryResponse,
|
|
143
146
|
DescribeImagesRequest,
|
|
144
147
|
UninstallEdgeLogAgentResponse,
|
|
@@ -149,6 +152,7 @@ import {
|
|
|
149
152
|
CreateTKEEdgeClusterResponse,
|
|
150
153
|
DescribeEdgeClusterExtraArgsResponse,
|
|
151
154
|
ResourceDeleteOption,
|
|
155
|
+
ListClusterInspectionResultsResponse,
|
|
152
156
|
InstallEdgeLogAgentRequest,
|
|
153
157
|
CheckEdgeClusterCIDRRequest,
|
|
154
158
|
CreateImageCacheRequest,
|
|
@@ -173,8 +177,9 @@ import {
|
|
|
173
177
|
VolumeMount,
|
|
174
178
|
DeleteClusterRequest,
|
|
175
179
|
DescribeTKEEdgeClustersResponse,
|
|
180
|
+
KubeJarvisStateResultObjInfo,
|
|
176
181
|
DescribeAvailableTKEEdgeVersionRequest,
|
|
177
|
-
|
|
182
|
+
DescribeClusterInspectionResultsOverviewRequest,
|
|
178
183
|
ModifyPrometheusAlertPolicyRequest,
|
|
179
184
|
ForwardApplicationRequestV3Request,
|
|
180
185
|
PrometheusAlertHistoryItem,
|
|
@@ -202,6 +207,7 @@ import {
|
|
|
202
207
|
DriverVersion,
|
|
203
208
|
CreateClusterInstancesRequest,
|
|
204
209
|
DeleteBackupStorageLocationRequest,
|
|
210
|
+
UninstallClusterReleaseResponse,
|
|
205
211
|
ClusterCIDRSettings,
|
|
206
212
|
Taint,
|
|
207
213
|
ModifyNodePoolInstanceTypesRequest,
|
|
@@ -240,6 +246,7 @@ import {
|
|
|
240
246
|
DescribePrometheusTempSyncResponse,
|
|
241
247
|
CreatePrometheusConfigResponse,
|
|
242
248
|
DescribeClusterEndpointStatusResponse,
|
|
249
|
+
RunAutomationServiceEnabled,
|
|
243
250
|
DescribeExternalClusterSpecResponse,
|
|
244
251
|
AddExistedInstancesResponse,
|
|
245
252
|
RestartEKSContainerInstancesResponse,
|
|
@@ -333,6 +340,7 @@ import {
|
|
|
333
340
|
DrainClusterVirtualNodeRequest,
|
|
334
341
|
DescribeClusterLevelAttributeRequest,
|
|
335
342
|
DescribeClusterReleaseDetailsRequest,
|
|
343
|
+
KubeJarvisStateResultsItem,
|
|
336
344
|
CreateECMInstancesRequest,
|
|
337
345
|
DescribeClusterReleasesRequest,
|
|
338
346
|
ClusterCredential,
|
|
@@ -354,10 +362,11 @@ import {
|
|
|
354
362
|
UninstallLogAgentRequest,
|
|
355
363
|
TcpSocket,
|
|
356
364
|
TagSpecification,
|
|
357
|
-
|
|
365
|
+
KubeJarvisStateDiagnosticOverview,
|
|
358
366
|
DeleteEdgeClusterInstancesResponse,
|
|
359
367
|
DeleteTKEEdgeClusterRequest,
|
|
360
368
|
CreatePrometheusGlobalNotificationResponse,
|
|
369
|
+
ListClusterInspectionResultsItemsRequest,
|
|
361
370
|
DescribeClusterAuthenticationOptionsResponse,
|
|
362
371
|
CreateClusterReleaseRequest,
|
|
363
372
|
DescribePrometheusAgentsRequest,
|
|
@@ -379,6 +388,7 @@ import {
|
|
|
379
388
|
CreatePrometheusDashboardRequest,
|
|
380
389
|
DeleteClusterRouteTableResponse,
|
|
381
390
|
DisableClusterDeletionProtectionRequest,
|
|
391
|
+
ListClusterInspectionResultsItemsResponse,
|
|
382
392
|
PrometheusJobTargets,
|
|
383
393
|
ModifyClusterAsGroupOptionAttributeResponse,
|
|
384
394
|
UninstallLogAgentResponse,
|
|
@@ -394,7 +404,7 @@ import {
|
|
|
394
404
|
ModifyClusterEndpointSPResponse,
|
|
395
405
|
ECMRunSecurityServiceEnabled,
|
|
396
406
|
SyncPrometheusTemplateResponse,
|
|
397
|
-
|
|
407
|
+
DeleteClusterAsGroupsRequest,
|
|
398
408
|
ClusterAsGroupAttribute,
|
|
399
409
|
ForwardTKEEdgeApplicationRequestV3Request,
|
|
400
410
|
DisableEventPersistenceRequest,
|
|
@@ -477,6 +487,7 @@ import {
|
|
|
477
487
|
DeleteBackupStorageLocationResponse,
|
|
478
488
|
ModifyNodePoolDesiredCapacityAboutAsgRequest,
|
|
479
489
|
DeleteClusterRouteResponse,
|
|
490
|
+
PrometheusNotificationItem,
|
|
480
491
|
DeletePrometheusConfigRequest,
|
|
481
492
|
DescribeEdgeClusterUpgradeInfoResponse,
|
|
482
493
|
ModifyClusterNodePoolResponse,
|
|
@@ -497,6 +508,7 @@ import {
|
|
|
497
508
|
DescribeClusterEndpointsRequest,
|
|
498
509
|
InstanceExtraArgs,
|
|
499
510
|
AcquireClusterAdminRoleRequest,
|
|
511
|
+
ListClusterInspectionResultsRequest,
|
|
500
512
|
DeletePrometheusTemplateResponse,
|
|
501
513
|
DescribeECMInstancesResponse,
|
|
502
514
|
DescribePrometheusInstanceRequest,
|
|
@@ -527,8 +539,11 @@ import {
|
|
|
527
539
|
ModifyPrometheusRecordRuleYamlResponse,
|
|
528
540
|
DescribeTKEEdgeScriptRequest,
|
|
529
541
|
AddVpcCniSubnetsResponse,
|
|
542
|
+
KubeJarvisStateStatistic,
|
|
530
543
|
ExistedInstancesForNode,
|
|
544
|
+
KubeJarvisStateInspectionOverview,
|
|
531
545
|
DescribePrometheusOverviewsResponse,
|
|
546
|
+
DescribeClusterInspectionResultsOverviewResponse,
|
|
532
547
|
DeletePrometheusRecordRuleYamlRequest,
|
|
533
548
|
InstanceUpgradePreCheckResult,
|
|
534
549
|
ScaleInClusterMasterResponse,
|
|
@@ -1527,6 +1542,16 @@ export class Client extends AbstractClient {
|
|
|
1527
1542
|
return this.request("CreatePrometheusTemp", req, cb)
|
|
1528
1543
|
}
|
|
1529
1544
|
|
|
1545
|
+
/**
|
|
1546
|
+
* 查询集群巡检结果历史列表
|
|
1547
|
+
*/
|
|
1548
|
+
async ListClusterInspectionResultsItems(
|
|
1549
|
+
req: ListClusterInspectionResultsItemsRequest,
|
|
1550
|
+
cb?: (error: string, rep: ListClusterInspectionResultsItemsResponse) => void
|
|
1551
|
+
): Promise<ListClusterInspectionResultsItemsResponse> {
|
|
1552
|
+
return this.request("ListClusterInspectionResultsItems", req, cb)
|
|
1553
|
+
}
|
|
1554
|
+
|
|
1530
1555
|
/**
|
|
1531
1556
|
* 获取模板同步信息
|
|
1532
1557
|
*/
|
|
@@ -1717,6 +1742,16 @@ export class Client extends AbstractClient {
|
|
|
1717
1742
|
return this.request("CreateClusterEndpoint", req, cb)
|
|
1718
1743
|
}
|
|
1719
1744
|
|
|
1745
|
+
/**
|
|
1746
|
+
* 查询指定集群的巡检结果信息
|
|
1747
|
+
*/
|
|
1748
|
+
async ListClusterInspectionResults(
|
|
1749
|
+
req: ListClusterInspectionResultsRequest,
|
|
1750
|
+
cb?: (error: string, rep: ListClusterInspectionResultsResponse) => void
|
|
1751
|
+
): Promise<ListClusterInspectionResultsResponse> {
|
|
1752
|
+
return this.request("ListClusterInspectionResults", req, cb)
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1720
1755
|
/**
|
|
1721
1756
|
* 修改全局告警通知渠道
|
|
1722
1757
|
*/
|
|
@@ -2267,6 +2302,16 @@ export class Client extends AbstractClient {
|
|
|
2267
2302
|
return this.request("CreateEdgeLogConfig", req, cb)
|
|
2268
2303
|
}
|
|
2269
2304
|
|
|
2305
|
+
/**
|
|
2306
|
+
* 查询用户单个Region下的所有集群巡检结果概览信息
|
|
2307
|
+
*/
|
|
2308
|
+
async DescribeClusterInspectionResultsOverview(
|
|
2309
|
+
req: DescribeClusterInspectionResultsOverviewRequest,
|
|
2310
|
+
cb?: (error: string, rep: DescribeClusterInspectionResultsOverviewResponse) => void
|
|
2311
|
+
): Promise<DescribeClusterInspectionResultsOverviewResponse> {
|
|
2312
|
+
return this.request("DescribeClusterInspectionResultsOverview", req, cb)
|
|
2313
|
+
}
|
|
2314
|
+
|
|
2270
2315
|
/**
|
|
2271
2316
|
* 删除一个云原生Prometheus配置模板
|
|
2272
2317
|
*/
|