tencentcloud-sdk-nodejs 4.0.623 → 4.0.625
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 +272 -0
- package/SERVICE_CHANGELOG.md +366 -26
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/cdn/v20180606/cdn_client.ts +2 -1
- package/src/services/cfs/v20190719/cfs_models.ts +4 -0
- package/src/services/cloudstudio/index.ts +2 -0
- package/src/services/cloudstudio/v20230508/cloudstudio_client.ts +145 -0
- package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +424 -0
- package/src/services/cloudstudio/v20230508/index.ts +6 -0
- package/src/services/cls/v20201016/cls_client.ts +1 -0
- package/src/services/cls/v20201016/cls_models.ts +22 -1
- package/src/services/cpdp/v20190820/cpdp_models.ts +30 -0
- package/src/services/csip/v20221121/csip_client.ts +19 -2
- package/src/services/csip/v20221121/csip_models.ts +160 -10
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +139 -11
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +943 -140
- package/src/services/dlc/v20210125/dlc_client.ts +29 -26
- package/src/services/dlc/v20210125/dlc_models.ts +197 -95
- package/src/services/ess/v20201111/ess_client.ts +12 -0
- package/src/services/ess/v20201111/ess_models.ts +89 -4
- package/src/services/monitor/v20180724/monitor_client.ts +3 -3
- package/src/services/oceanus/v20190422/oceanus_client.ts +23 -8
- package/src/services/oceanus/v20190422/oceanus_models.ts +268 -21
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +11 -4
- package/src/services/sms/v20190711/sms_client.ts +0 -1
- package/src/services/sms/v20190711/sms_models.ts +2 -2
- package/src/services/sms/v20210111/sms_models.ts +2 -2
- package/src/services/tbaas/v20180416/tbaas_client.ts +38 -14
- package/src/services/tbaas/v20180416/tbaas_models.ts +72 -8
- package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +20 -15
- package/src/services/tdmq/v20200217/tdmq_client.ts +13 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +55 -6
- package/src/services/tke/v20180525/tke_client.ts +85 -24
- package/src/services/tke/v20180525/tke_models.ts +310 -133
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- 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 +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +2 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +2 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +4 -0
- package/tencentcloud/services/cloudstudio/index.d.ts +4 -0
- package/tencentcloud/services/cloudstudio/index.js +2 -0
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_client.d.ts +46 -0
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_client.js +85 -0
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +384 -0
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.js +18 -0
- package/tencentcloud/services/cloudstudio/v20230508/index.d.ts +6 -0
- package/tencentcloud/services/cloudstudio/v20230508/index.js +9 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +21 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +30 -0
- 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 +153 -10
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +41 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +60 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +880 -105
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +26 -26
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +26 -26
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +194 -95
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +87 -4
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -3
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +7 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +9 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +263 -21
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +11 -4
- package/tencentcloud/services/sms/v20190711/sms_client.d.ts +0 -1
- package/tencentcloud/services/sms/v20190711/sms_client.js +0 -1
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +2 -2
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +2 -2
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +24 -8
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +25 -7
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +70 -8
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +20 -15
- 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 +53 -6
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +25 -5
- package/tencentcloud/services/tke/v20180525/tke_client.js +36 -6
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +296 -130
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/test/cloudstudio.v20230508.test.js +111 -0
- package/test/csip.v20221121.test.js +10 -0
- package/test/cynosdb.v20190107.test.js +100 -0
- package/test/ess.v20201111.test.js +10 -0
- package/test/oceanus.v20190422.test.js +12 -2
- package/test/tbaas.v20180416.test.js +10 -0
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tke.v20180525.test.js +54 -4
|
@@ -188,6 +188,19 @@ export interface CbsVolume {
|
|
|
188
188
|
*/
|
|
189
189
|
CbsDiskId: string;
|
|
190
190
|
}
|
|
191
|
+
/**
|
|
192
|
+
* DescribeAddon返回参数结构体
|
|
193
|
+
*/
|
|
194
|
+
export interface DescribeAddonResponse {
|
|
195
|
+
/**
|
|
196
|
+
* addon列表
|
|
197
|
+
*/
|
|
198
|
+
Addons?: Array<Addon>;
|
|
199
|
+
/**
|
|
200
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
201
|
+
*/
|
|
202
|
+
RequestId?: string;
|
|
203
|
+
}
|
|
191
204
|
/**
|
|
192
205
|
* DescribeEKSClusters请求参数结构体
|
|
193
206
|
*/
|
|
@@ -368,6 +381,34 @@ export interface UpgradeClusterReleaseRequest {
|
|
|
368
381
|
*/
|
|
369
382
|
ClusterType?: string;
|
|
370
383
|
}
|
|
384
|
+
/**
|
|
385
|
+
* addon的具体描述
|
|
386
|
+
*/
|
|
387
|
+
export interface Addon {
|
|
388
|
+
/**
|
|
389
|
+
* addon名称
|
|
390
|
+
*/
|
|
391
|
+
AddonName?: string;
|
|
392
|
+
/**
|
|
393
|
+
* addon的版本
|
|
394
|
+
*/
|
|
395
|
+
AddonVersion?: string;
|
|
396
|
+
/**
|
|
397
|
+
* addon的参数,是一个json格式的base64转码后的字符串
|
|
398
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
399
|
+
*/
|
|
400
|
+
RawValues?: string;
|
|
401
|
+
/**
|
|
402
|
+
* addon的状态
|
|
403
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
404
|
+
*/
|
|
405
|
+
Phase?: string;
|
|
406
|
+
/**
|
|
407
|
+
* addon失败的原因
|
|
408
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
409
|
+
*/
|
|
410
|
+
Reason?: string;
|
|
411
|
+
}
|
|
371
412
|
/**
|
|
372
413
|
* DescribeEdgeClusterUpgradeInfo请求参数结构体
|
|
373
414
|
*/
|
|
@@ -824,25 +865,21 @@ export interface ModifyClusterAttributeRequest {
|
|
|
824
865
|
QGPUShareEnable?: boolean;
|
|
825
866
|
}
|
|
826
867
|
/**
|
|
827
|
-
*
|
|
868
|
+
* DescribeClusterRoutes返回参数结构体
|
|
828
869
|
*/
|
|
829
|
-
export interface
|
|
830
|
-
/**
|
|
831
|
-
* 正在加入中的节点数量
|
|
832
|
-
*/
|
|
833
|
-
Joining: number;
|
|
870
|
+
export interface DescribeClusterRoutesResponse {
|
|
834
871
|
/**
|
|
835
|
-
*
|
|
872
|
+
* 符合条件的实例数量。
|
|
836
873
|
*/
|
|
837
|
-
|
|
874
|
+
TotalCount?: number;
|
|
838
875
|
/**
|
|
839
|
-
*
|
|
876
|
+
* 集群路由对象。
|
|
840
877
|
*/
|
|
841
|
-
|
|
878
|
+
RouteSet?: Array<RouteInfo>;
|
|
842
879
|
/**
|
|
843
|
-
*
|
|
880
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
844
881
|
*/
|
|
845
|
-
|
|
882
|
+
RequestId?: string;
|
|
846
883
|
}
|
|
847
884
|
/**
|
|
848
885
|
* DescribeClusters请求参数结构体
|
|
@@ -964,6 +1001,19 @@ export interface ExtensionAddon {
|
|
|
964
1001
|
*/
|
|
965
1002
|
AddonParam: string;
|
|
966
1003
|
}
|
|
1004
|
+
/**
|
|
1005
|
+
* DescribeAddonValues请求参数结构体
|
|
1006
|
+
*/
|
|
1007
|
+
export interface DescribeAddonValuesRequest {
|
|
1008
|
+
/**
|
|
1009
|
+
* 集群ID
|
|
1010
|
+
*/
|
|
1011
|
+
ClusterId: string;
|
|
1012
|
+
/**
|
|
1013
|
+
* addon名称
|
|
1014
|
+
*/
|
|
1015
|
+
AddonName: string;
|
|
1016
|
+
}
|
|
967
1017
|
/**
|
|
968
1018
|
* DescribeResourceUsage请求参数结构体
|
|
969
1019
|
*/
|
|
@@ -1069,6 +1119,27 @@ export interface DescribeClusterReleaseDetailsResponse {
|
|
|
1069
1119
|
*/
|
|
1070
1120
|
RequestId?: string;
|
|
1071
1121
|
}
|
|
1122
|
+
/**
|
|
1123
|
+
* 自动扩所容的节点
|
|
1124
|
+
*/
|
|
1125
|
+
export interface AutoscalingAdded {
|
|
1126
|
+
/**
|
|
1127
|
+
* 正在加入中的节点数量
|
|
1128
|
+
*/
|
|
1129
|
+
Joining: number;
|
|
1130
|
+
/**
|
|
1131
|
+
* 初始化中的节点数量
|
|
1132
|
+
*/
|
|
1133
|
+
Initializing: number;
|
|
1134
|
+
/**
|
|
1135
|
+
* 正常的节点数量
|
|
1136
|
+
*/
|
|
1137
|
+
Normal: number;
|
|
1138
|
+
/**
|
|
1139
|
+
* 节点总数
|
|
1140
|
+
*/
|
|
1141
|
+
Total: number;
|
|
1142
|
+
}
|
|
1072
1143
|
/**
|
|
1073
1144
|
* SyncPrometheusTemp返回参数结构体
|
|
1074
1145
|
*/
|
|
@@ -1345,26 +1416,17 @@ export interface DescribeImageCachesRequest {
|
|
|
1345
1416
|
Filters?: Array<Filter>;
|
|
1346
1417
|
}
|
|
1347
1418
|
/**
|
|
1348
|
-
*
|
|
1419
|
+
* DeleteAddon请求参数结构体
|
|
1349
1420
|
*/
|
|
1350
|
-
export interface
|
|
1351
|
-
/**
|
|
1352
|
-
* 实例id
|
|
1353
|
-
*/
|
|
1354
|
-
InstanceId: string;
|
|
1421
|
+
export interface DeleteAddonRequest {
|
|
1355
1422
|
/**
|
|
1356
|
-
*
|
|
1357
|
-
*/
|
|
1358
|
-
Offset?: number;
|
|
1359
|
-
/**
|
|
1360
|
-
* 分页
|
|
1423
|
+
* 集群ID
|
|
1361
1424
|
*/
|
|
1362
|
-
|
|
1425
|
+
ClusterId: string;
|
|
1363
1426
|
/**
|
|
1364
|
-
*
|
|
1365
|
-
支持ID,Name
|
|
1427
|
+
* addon名称
|
|
1366
1428
|
*/
|
|
1367
|
-
|
|
1429
|
+
AddonName: string;
|
|
1368
1430
|
}
|
|
1369
1431
|
/**
|
|
1370
1432
|
* DescribeEdgeAvailableExtraArgs请求参数结构体
|
|
@@ -2494,10 +2556,6 @@ export interface DescribeClusterNodePoolsRequest {
|
|
|
2494
2556
|
* DescribeClusterRouteTables请求参数结构体
|
|
2495
2557
|
*/
|
|
2496
2558
|
export declare type DescribeClusterRouteTablesRequest = null;
|
|
2497
|
-
/**
|
|
2498
|
-
* DescribeRegions请求参数结构体
|
|
2499
|
-
*/
|
|
2500
|
-
export declare type DescribeRegionsRequest = null;
|
|
2501
2559
|
/**
|
|
2502
2560
|
* DeleteClusterRoute请求参数结构体
|
|
2503
2561
|
*/
|
|
@@ -3030,6 +3088,35 @@ export interface DescribeClusterNodePoolDetailResponse {
|
|
|
3030
3088
|
*/
|
|
3031
3089
|
RequestId?: string;
|
|
3032
3090
|
}
|
|
3091
|
+
/**
|
|
3092
|
+
* DeletePrometheusConfig请求参数结构体
|
|
3093
|
+
*/
|
|
3094
|
+
export interface DeletePrometheusConfigRequest {
|
|
3095
|
+
/**
|
|
3096
|
+
* 实例id
|
|
3097
|
+
*/
|
|
3098
|
+
InstanceId: string;
|
|
3099
|
+
/**
|
|
3100
|
+
* 集群类型
|
|
3101
|
+
*/
|
|
3102
|
+
ClusterType: string;
|
|
3103
|
+
/**
|
|
3104
|
+
* 集群id
|
|
3105
|
+
*/
|
|
3106
|
+
ClusterId: string;
|
|
3107
|
+
/**
|
|
3108
|
+
* 要删除的ServiceMonitor名字列表
|
|
3109
|
+
*/
|
|
3110
|
+
ServiceMonitors?: Array<string>;
|
|
3111
|
+
/**
|
|
3112
|
+
* 要删除的PodMonitor名字列表
|
|
3113
|
+
*/
|
|
3114
|
+
PodMonitors?: Array<string>;
|
|
3115
|
+
/**
|
|
3116
|
+
* 要删除的RawJobs名字列表
|
|
3117
|
+
*/
|
|
3118
|
+
RawJobs?: Array<string>;
|
|
3119
|
+
}
|
|
3033
3120
|
/**
|
|
3034
3121
|
* DescribeEKSContainerInstanceEvent请求参数结构体
|
|
3035
3122
|
*/
|
|
@@ -3757,17 +3844,9 @@ export interface DisableClusterAuditRequest {
|
|
|
3757
3844
|
DeleteLogSetAndTopic?: boolean;
|
|
3758
3845
|
}
|
|
3759
3846
|
/**
|
|
3760
|
-
*
|
|
3847
|
+
* DeleteBackupStorageLocation返回参数结构体
|
|
3761
3848
|
*/
|
|
3762
|
-
export interface
|
|
3763
|
-
/**
|
|
3764
|
-
* 聚合规则
|
|
3765
|
-
*/
|
|
3766
|
-
Records: Array<PrometheusRecordRuleYamlItem>;
|
|
3767
|
-
/**
|
|
3768
|
-
* 总数
|
|
3769
|
-
*/
|
|
3770
|
-
Total: number;
|
|
3849
|
+
export interface DeleteBackupStorageLocationResponse {
|
|
3771
3850
|
/**
|
|
3772
3851
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3773
3852
|
*/
|
|
@@ -4568,23 +4647,6 @@ export interface EdgeClusterInternalLB {
|
|
|
4568
4647
|
*/
|
|
4569
4648
|
SubnetId?: Array<string>;
|
|
4570
4649
|
}
|
|
4571
|
-
/**
|
|
4572
|
-
* DescribeClusterRoutes返回参数结构体
|
|
4573
|
-
*/
|
|
4574
|
-
export interface DescribeClusterRoutesResponse {
|
|
4575
|
-
/**
|
|
4576
|
-
* 符合条件的实例数量。
|
|
4577
|
-
*/
|
|
4578
|
-
TotalCount?: number;
|
|
4579
|
-
/**
|
|
4580
|
-
* 集群路由对象。
|
|
4581
|
-
*/
|
|
4582
|
-
RouteSet?: Array<RouteInfo>;
|
|
4583
|
-
/**
|
|
4584
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4585
|
-
*/
|
|
4586
|
-
RequestId?: string;
|
|
4587
|
-
}
|
|
4588
4650
|
/**
|
|
4589
4651
|
* DescribeAvailableClusterVersion请求参数结构体
|
|
4590
4652
|
*/
|
|
@@ -5525,6 +5587,15 @@ export interface EipAttribute {
|
|
|
5525
5587
|
*/
|
|
5526
5588
|
InternetMaxBandwidthOut?: number;
|
|
5527
5589
|
}
|
|
5590
|
+
/**
|
|
5591
|
+
* UpdateAddon返回参数结构体
|
|
5592
|
+
*/
|
|
5593
|
+
export interface UpdateAddonResponse {
|
|
5594
|
+
/**
|
|
5595
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5596
|
+
*/
|
|
5597
|
+
RequestId?: string;
|
|
5598
|
+
}
|
|
5528
5599
|
/**
|
|
5529
5600
|
* DescribeEKSContainerInstances请求参数结构体
|
|
5530
5601
|
*/
|
|
@@ -5827,6 +5898,23 @@ export interface DescribeClusterVirtualNodePoolsRequest {
|
|
|
5827
5898
|
*/
|
|
5828
5899
|
ClusterId: string;
|
|
5829
5900
|
}
|
|
5901
|
+
/**
|
|
5902
|
+
* DescribePrometheusRecordRules返回参数结构体
|
|
5903
|
+
*/
|
|
5904
|
+
export interface DescribePrometheusRecordRulesResponse {
|
|
5905
|
+
/**
|
|
5906
|
+
* 聚合规则
|
|
5907
|
+
*/
|
|
5908
|
+
Records: Array<PrometheusRecordRuleYamlItem>;
|
|
5909
|
+
/**
|
|
5910
|
+
* 总数
|
|
5911
|
+
*/
|
|
5912
|
+
Total: number;
|
|
5913
|
+
/**
|
|
5914
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5915
|
+
*/
|
|
5916
|
+
RequestId?: string;
|
|
5917
|
+
}
|
|
5830
5918
|
/**
|
|
5831
5919
|
* GetMostSuitableImageCache请求参数结构体
|
|
5832
5920
|
*/
|
|
@@ -6207,23 +6295,6 @@ export interface ModifyPrometheusAlertPolicyResponse {
|
|
|
6207
6295
|
*/
|
|
6208
6296
|
RequestId?: string;
|
|
6209
6297
|
}
|
|
6210
|
-
/**
|
|
6211
|
-
* DescribePrometheusClusterAgents返回参数结构体
|
|
6212
|
-
*/
|
|
6213
|
-
export interface DescribePrometheusClusterAgentsResponse {
|
|
6214
|
-
/**
|
|
6215
|
-
* 被关联集群信息
|
|
6216
|
-
*/
|
|
6217
|
-
Agents: Array<PrometheusAgentOverview>;
|
|
6218
|
-
/**
|
|
6219
|
-
* 被关联集群总量
|
|
6220
|
-
*/
|
|
6221
|
-
Total: number;
|
|
6222
|
-
/**
|
|
6223
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6224
|
-
*/
|
|
6225
|
-
RequestId?: string;
|
|
6226
|
-
}
|
|
6227
6298
|
/**
|
|
6228
6299
|
* 集群信息结构体
|
|
6229
6300
|
*/
|
|
@@ -6606,18 +6677,9 @@ export interface CreatePrometheusClusterAgentRequest {
|
|
|
6606
6677
|
Agents: Array<PrometheusClusterAgentBasic>;
|
|
6607
6678
|
}
|
|
6608
6679
|
/**
|
|
6609
|
-
*
|
|
6680
|
+
* DeleteEKSContainerInstances返回参数结构体
|
|
6610
6681
|
*/
|
|
6611
|
-
export interface
|
|
6612
|
-
/**
|
|
6613
|
-
* NodePools(节点池列表)
|
|
6614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6615
|
-
*/
|
|
6616
|
-
NodePoolSet: Array<NodePool>;
|
|
6617
|
-
/**
|
|
6618
|
-
* 资源总数
|
|
6619
|
-
*/
|
|
6620
|
-
TotalCount: number;
|
|
6682
|
+
export interface DeleteEKSContainerInstancesResponse {
|
|
6621
6683
|
/**
|
|
6622
6684
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6623
6685
|
*/
|
|
@@ -7106,14 +7168,45 @@ export interface EnhancedService {
|
|
|
7106
7168
|
AutomationService?: RunAutomationServiceEnabled;
|
|
7107
7169
|
}
|
|
7108
7170
|
/**
|
|
7109
|
-
*
|
|
7171
|
+
* DescribeRouteTableConflicts返回参数结构体
|
|
7110
7172
|
*/
|
|
7111
|
-
export interface
|
|
7173
|
+
export interface DescribeRouteTableConflictsResponse {
|
|
7174
|
+
/**
|
|
7175
|
+
* 路由表是否冲突。
|
|
7176
|
+
*/
|
|
7177
|
+
HasConflict: boolean;
|
|
7178
|
+
/**
|
|
7179
|
+
* 路由表冲突列表。
|
|
7180
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7181
|
+
*/
|
|
7182
|
+
RouteTableConflictSet: Array<RouteTableConflict>;
|
|
7112
7183
|
/**
|
|
7113
7184
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7114
7185
|
*/
|
|
7115
7186
|
RequestId?: string;
|
|
7116
7187
|
}
|
|
7188
|
+
/**
|
|
7189
|
+
* DescribePrometheusAlertRule请求参数结构体
|
|
7190
|
+
*/
|
|
7191
|
+
export interface DescribePrometheusAlertRuleRequest {
|
|
7192
|
+
/**
|
|
7193
|
+
* 实例id
|
|
7194
|
+
*/
|
|
7195
|
+
InstanceId: string;
|
|
7196
|
+
/**
|
|
7197
|
+
* 分页
|
|
7198
|
+
*/
|
|
7199
|
+
Offset?: number;
|
|
7200
|
+
/**
|
|
7201
|
+
* 分页
|
|
7202
|
+
*/
|
|
7203
|
+
Limit?: number;
|
|
7204
|
+
/**
|
|
7205
|
+
* 过滤
|
|
7206
|
+
支持ID,Name
|
|
7207
|
+
*/
|
|
7208
|
+
Filters?: Array<Filter>;
|
|
7209
|
+
}
|
|
7117
7210
|
/**
|
|
7118
7211
|
* UninstallLogAgent请求参数结构体
|
|
7119
7212
|
*/
|
|
@@ -7671,6 +7764,23 @@ export interface DeleteClusterRouteTableResponse {
|
|
|
7671
7764
|
*/
|
|
7672
7765
|
RequestId?: string;
|
|
7673
7766
|
}
|
|
7767
|
+
/**
|
|
7768
|
+
* DescribeAddonValues返回参数结构体
|
|
7769
|
+
*/
|
|
7770
|
+
export interface DescribeAddonValuesResponse {
|
|
7771
|
+
/**
|
|
7772
|
+
* 参数列表,如果addon已安装,会使用已设置的的参数做渲染,是一个json格式的字符串
|
|
7773
|
+
*/
|
|
7774
|
+
Values?: string;
|
|
7775
|
+
/**
|
|
7776
|
+
* addon支持的参数列表,使用默认值,是一个json格式的字符串
|
|
7777
|
+
*/
|
|
7778
|
+
DefaultValues?: string;
|
|
7779
|
+
/**
|
|
7780
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7781
|
+
*/
|
|
7782
|
+
RequestId?: string;
|
|
7783
|
+
}
|
|
7674
7784
|
/**
|
|
7675
7785
|
* DisableClusterDeletionProtection请求参数结构体
|
|
7676
7786
|
*/
|
|
@@ -8840,6 +8950,27 @@ export interface ModifyClusterAuthenticationOptionsResponse {
|
|
|
8840
8950
|
*/
|
|
8841
8951
|
RequestId?: string;
|
|
8842
8952
|
}
|
|
8953
|
+
/**
|
|
8954
|
+
* UpdateAddon请求参数结构体
|
|
8955
|
+
*/
|
|
8956
|
+
export interface UpdateAddonRequest {
|
|
8957
|
+
/**
|
|
8958
|
+
* 集群ID
|
|
8959
|
+
*/
|
|
8960
|
+
ClusterId: string;
|
|
8961
|
+
/**
|
|
8962
|
+
* addon名称
|
|
8963
|
+
*/
|
|
8964
|
+
AddonName: string;
|
|
8965
|
+
/**
|
|
8966
|
+
* addon版本(不传默认不更新)
|
|
8967
|
+
*/
|
|
8968
|
+
AddonVersion?: string;
|
|
8969
|
+
/**
|
|
8970
|
+
* addon的参数,是一个json格式的base64转码后的字符串(addon参数由DescribeAddonValues获取)
|
|
8971
|
+
*/
|
|
8972
|
+
RawValues?: string;
|
|
8973
|
+
}
|
|
8843
8974
|
/**
|
|
8844
8975
|
* ModifyClusterVirtualNodePool请求参数结构体
|
|
8845
8976
|
*/
|
|
@@ -9597,6 +9728,24 @@ export interface ModifyPrometheusGlobalNotificationRequest {
|
|
|
9597
9728
|
*/
|
|
9598
9729
|
Notification: PrometheusNotificationItem;
|
|
9599
9730
|
}
|
|
9731
|
+
/**
|
|
9732
|
+
* DescribeClusterNodePools返回参数结构体
|
|
9733
|
+
*/
|
|
9734
|
+
export interface DescribeClusterNodePoolsResponse {
|
|
9735
|
+
/**
|
|
9736
|
+
* NodePools(节点池列表)
|
|
9737
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9738
|
+
*/
|
|
9739
|
+
NodePoolSet: Array<NodePool>;
|
|
9740
|
+
/**
|
|
9741
|
+
* 资源总数
|
|
9742
|
+
*/
|
|
9743
|
+
TotalCount: number;
|
|
9744
|
+
/**
|
|
9745
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9746
|
+
*/
|
|
9747
|
+
RequestId?: string;
|
|
9748
|
+
}
|
|
9600
9749
|
/**
|
|
9601
9750
|
* 不可用原因
|
|
9602
9751
|
*/
|
|
@@ -9656,14 +9805,9 @@ export interface DescribeEdgeCVMInstancesResponse {
|
|
|
9656
9805
|
RequestId?: string;
|
|
9657
9806
|
}
|
|
9658
9807
|
/**
|
|
9659
|
-
*
|
|
9808
|
+
* DescribeRegions请求参数结构体
|
|
9660
9809
|
*/
|
|
9661
|
-
export
|
|
9662
|
-
/**
|
|
9663
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9664
|
-
*/
|
|
9665
|
-
RequestId?: string;
|
|
9666
|
-
}
|
|
9810
|
+
export declare type DescribeRegionsRequest = null;
|
|
9667
9811
|
/**
|
|
9668
9812
|
* ModifyNodePoolDesiredCapacityAboutAsg请求参数结构体
|
|
9669
9813
|
*/
|
|
@@ -9769,33 +9913,13 @@ export interface PrometheusNotificationItem {
|
|
|
9769
9913
|
PhoneArriveNotice?: boolean;
|
|
9770
9914
|
}
|
|
9771
9915
|
/**
|
|
9772
|
-
*
|
|
9916
|
+
* DeleteECMInstances返回参数结构体
|
|
9773
9917
|
*/
|
|
9774
|
-
export interface
|
|
9775
|
-
/**
|
|
9776
|
-
* 实例id
|
|
9777
|
-
*/
|
|
9778
|
-
InstanceId: string;
|
|
9779
|
-
/**
|
|
9780
|
-
* 集群类型
|
|
9781
|
-
*/
|
|
9782
|
-
ClusterType: string;
|
|
9783
|
-
/**
|
|
9784
|
-
* 集群id
|
|
9785
|
-
*/
|
|
9786
|
-
ClusterId: string;
|
|
9787
|
-
/**
|
|
9788
|
-
* 要删除的ServiceMonitor名字列表
|
|
9789
|
-
*/
|
|
9790
|
-
ServiceMonitors?: Array<string>;
|
|
9791
|
-
/**
|
|
9792
|
-
* 要删除的PodMonitor名字列表
|
|
9793
|
-
*/
|
|
9794
|
-
PodMonitors?: Array<string>;
|
|
9918
|
+
export interface DeleteECMInstancesResponse {
|
|
9795
9919
|
/**
|
|
9796
|
-
*
|
|
9920
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9797
9921
|
*/
|
|
9798
|
-
|
|
9922
|
+
RequestId?: string;
|
|
9799
9923
|
}
|
|
9800
9924
|
/**
|
|
9801
9925
|
* DescribeEdgeClusterUpgradeInfo返回参数结构体
|
|
@@ -10049,18 +10173,17 @@ export interface ImageRegistryCredential {
|
|
|
10049
10173
|
Name?: string;
|
|
10050
10174
|
}
|
|
10051
10175
|
/**
|
|
10052
|
-
*
|
|
10176
|
+
* DescribePrometheusClusterAgents返回参数结构体
|
|
10053
10177
|
*/
|
|
10054
|
-
export interface
|
|
10178
|
+
export interface DescribePrometheusClusterAgentsResponse {
|
|
10055
10179
|
/**
|
|
10056
|
-
*
|
|
10180
|
+
* 被关联集群信息
|
|
10057
10181
|
*/
|
|
10058
|
-
|
|
10182
|
+
Agents: Array<PrometheusAgentOverview>;
|
|
10059
10183
|
/**
|
|
10060
|
-
*
|
|
10061
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10184
|
+
* 被关联集群总量
|
|
10062
10185
|
*/
|
|
10063
|
-
|
|
10186
|
+
Total: number;
|
|
10064
10187
|
/**
|
|
10065
10188
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
10066
10189
|
*/
|
|
@@ -10091,6 +10214,15 @@ export interface DescribePrometheusTempRequest {
|
|
|
10091
10214
|
*/
|
|
10092
10215
|
Limit?: number;
|
|
10093
10216
|
}
|
|
10217
|
+
/**
|
|
10218
|
+
* DeleteAddon返回参数结构体
|
|
10219
|
+
*/
|
|
10220
|
+
export interface DeleteAddonResponse {
|
|
10221
|
+
/**
|
|
10222
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
10223
|
+
*/
|
|
10224
|
+
RequestId?: string;
|
|
10225
|
+
}
|
|
10094
10226
|
/**
|
|
10095
10227
|
* DeleteClusterRouteTable请求参数结构体
|
|
10096
10228
|
*/
|
|
@@ -10929,6 +11061,27 @@ export interface DeletePrometheusRecordRuleYamlRequest {
|
|
|
10929
11061
|
*/
|
|
10930
11062
|
Names: Array<string>;
|
|
10931
11063
|
}
|
|
11064
|
+
/**
|
|
11065
|
+
* InstallAddon请求参数结构体
|
|
11066
|
+
*/
|
|
11067
|
+
export interface InstallAddonRequest {
|
|
11068
|
+
/**
|
|
11069
|
+
* 集群ID
|
|
11070
|
+
*/
|
|
11071
|
+
ClusterId: string;
|
|
11072
|
+
/**
|
|
11073
|
+
* addon名称
|
|
11074
|
+
*/
|
|
11075
|
+
AddonName: string;
|
|
11076
|
+
/**
|
|
11077
|
+
* addon版本(不传默认安装最新版本)
|
|
11078
|
+
*/
|
|
11079
|
+
AddonVersion?: string;
|
|
11080
|
+
/**
|
|
11081
|
+
* addon的参数,是一个json格式的base64转码后的字符串(addon参数由DescribeAddonValues获取)
|
|
11082
|
+
*/
|
|
11083
|
+
RawValues?: string;
|
|
11084
|
+
}
|
|
10932
11085
|
/**
|
|
10933
11086
|
* 某个节点升级前检查结果
|
|
10934
11087
|
*/
|
|
@@ -11001,13 +11154,17 @@ export interface DescribeClusterCommonNamesResponse {
|
|
|
11001
11154
|
RequestId?: string;
|
|
11002
11155
|
}
|
|
11003
11156
|
/**
|
|
11004
|
-
*
|
|
11157
|
+
* DescribeAddon请求参数结构体
|
|
11005
11158
|
*/
|
|
11006
|
-
export interface
|
|
11159
|
+
export interface DescribeAddonRequest {
|
|
11007
11160
|
/**
|
|
11008
|
-
*
|
|
11161
|
+
* 集群ID
|
|
11009
11162
|
*/
|
|
11010
|
-
|
|
11163
|
+
ClusterId: string;
|
|
11164
|
+
/**
|
|
11165
|
+
* addon名称(不传时会返回集群下全部的addon)
|
|
11166
|
+
*/
|
|
11167
|
+
AddonName?: string;
|
|
11011
11168
|
}
|
|
11012
11169
|
/**
|
|
11013
11170
|
* 模板实例
|
|
@@ -11138,6 +11295,15 @@ export interface RouteTableConflict {
|
|
|
11138
11295
|
*/
|
|
11139
11296
|
RouteTableId: string;
|
|
11140
11297
|
}
|
|
11298
|
+
/**
|
|
11299
|
+
* InstallAddon返回参数结构体
|
|
11300
|
+
*/
|
|
11301
|
+
export interface InstallAddonResponse {
|
|
11302
|
+
/**
|
|
11303
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
11304
|
+
*/
|
|
11305
|
+
RequestId?: string;
|
|
11306
|
+
}
|
|
11141
11307
|
/**
|
|
11142
11308
|
* DisableEncryptionProtection请求参数结构体
|
|
11143
11309
|
*/
|
|
@@ -401,7 +401,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
401
401
|
*/
|
|
402
402
|
BindApiGroup(req: BindApiGroupRequest, cb?: (error: string, rep: BindApiGroupResponse) => void): Promise<BindApiGroupResponse>;
|
|
403
403
|
/**
|
|
404
|
-
*
|
|
404
|
+
* 废弃
|
|
405
405
|
*/
|
|
406
406
|
DescribeInovcationIndicators(req: DescribeInovcationIndicatorsRequest, cb?: (error: string, rep: DescribeInovcationIndicatorsResponse) => void): Promise<DescribeInovcationIndicatorsResponse>;
|
|
407
407
|
/**
|
|
@@ -617,7 +617,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
617
617
|
return this.request("BindApiGroup", req, cb);
|
|
618
618
|
}
|
|
619
619
|
/**
|
|
620
|
-
*
|
|
620
|
+
* 废弃
|
|
621
621
|
*/
|
|
622
622
|
async DescribeInovcationIndicators(req, cb) {
|
|
623
623
|
return this.request("DescribeInovcationIndicators", req, cb);
|