@alicloud/cs20151215 3.0.11 → 3.0.14
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/dist/client.d.ts +522 -10
- package/dist/client.js +964 -49
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +1208 -35
package/dist/client.d.ts
CHANGED
|
@@ -130,6 +130,7 @@ export declare class AttachInstancesResponse extends $tea.Model {
|
|
|
130
130
|
headers: {
|
|
131
131
|
[key: string]: string;
|
|
132
132
|
};
|
|
133
|
+
statusCode: number;
|
|
133
134
|
body: AttachInstancesResponseBody;
|
|
134
135
|
static names(): {
|
|
135
136
|
[key: string]: string;
|
|
@@ -145,6 +146,7 @@ export declare class CancelClusterUpgradeResponse extends $tea.Model {
|
|
|
145
146
|
headers: {
|
|
146
147
|
[key: string]: string;
|
|
147
148
|
};
|
|
149
|
+
statusCode: number;
|
|
148
150
|
static names(): {
|
|
149
151
|
[key: string]: string;
|
|
150
152
|
};
|
|
@@ -159,6 +161,22 @@ export declare class CancelComponentUpgradeResponse extends $tea.Model {
|
|
|
159
161
|
headers: {
|
|
160
162
|
[key: string]: string;
|
|
161
163
|
};
|
|
164
|
+
statusCode: number;
|
|
165
|
+
static names(): {
|
|
166
|
+
[key: string]: string;
|
|
167
|
+
};
|
|
168
|
+
static types(): {
|
|
169
|
+
[key: string]: any;
|
|
170
|
+
};
|
|
171
|
+
constructor(map?: {
|
|
172
|
+
[key: string]: any;
|
|
173
|
+
});
|
|
174
|
+
}
|
|
175
|
+
export declare class CancelTaskResponse extends $tea.Model {
|
|
176
|
+
headers: {
|
|
177
|
+
[key: string]: string;
|
|
178
|
+
};
|
|
179
|
+
statusCode: number;
|
|
162
180
|
static names(): {
|
|
163
181
|
[key: string]: string;
|
|
164
182
|
};
|
|
@@ -185,6 +203,7 @@ export declare class CancelWorkflowResponse extends $tea.Model {
|
|
|
185
203
|
headers: {
|
|
186
204
|
[key: string]: string;
|
|
187
205
|
};
|
|
206
|
+
statusCode: number;
|
|
188
207
|
static names(): {
|
|
189
208
|
[key: string]: string;
|
|
190
209
|
};
|
|
@@ -197,7 +216,9 @@ export declare class CancelWorkflowResponse extends $tea.Model {
|
|
|
197
216
|
}
|
|
198
217
|
export declare class CreateAutoscalingConfigRequest extends $tea.Model {
|
|
199
218
|
coolDownDuration?: string;
|
|
219
|
+
expander?: string;
|
|
200
220
|
gpuUtilizationThreshold?: string;
|
|
221
|
+
scaleDownEnabled?: boolean;
|
|
201
222
|
scanInterval?: string;
|
|
202
223
|
unneededDuration?: string;
|
|
203
224
|
utilizationThreshold?: string;
|
|
@@ -215,6 +236,7 @@ export declare class CreateAutoscalingConfigResponse extends $tea.Model {
|
|
|
215
236
|
headers: {
|
|
216
237
|
[key: string]: string;
|
|
217
238
|
};
|
|
239
|
+
statusCode: number;
|
|
218
240
|
static names(): {
|
|
219
241
|
[key: string]: string;
|
|
220
242
|
};
|
|
@@ -228,6 +250,7 @@ export declare class CreateAutoscalingConfigResponse extends $tea.Model {
|
|
|
228
250
|
export declare class CreateClusterRequest extends $tea.Model {
|
|
229
251
|
addons?: Addon[];
|
|
230
252
|
apiAudiences?: string;
|
|
253
|
+
chargeType?: string;
|
|
231
254
|
cisEnabled?: boolean;
|
|
232
255
|
cloudMonitorFlags?: boolean;
|
|
233
256
|
clusterDomain?: string;
|
|
@@ -274,6 +297,8 @@ export declare class CreateClusterRequest extends $tea.Model {
|
|
|
274
297
|
nodePortRange?: string;
|
|
275
298
|
numOfNodes?: number;
|
|
276
299
|
osType?: string;
|
|
300
|
+
period?: number;
|
|
301
|
+
periodUnit?: string;
|
|
277
302
|
platform?: string;
|
|
278
303
|
podVswitchIds?: string[];
|
|
279
304
|
profile?: string;
|
|
@@ -338,6 +363,7 @@ export declare class CreateClusterResponse extends $tea.Model {
|
|
|
338
363
|
headers: {
|
|
339
364
|
[key: string]: string;
|
|
340
365
|
};
|
|
366
|
+
statusCode: number;
|
|
341
367
|
body: CreateClusterResponseBody;
|
|
342
368
|
static names(): {
|
|
343
369
|
[key: string]: string;
|
|
@@ -386,6 +412,7 @@ export declare class CreateClusterNodePoolResponse extends $tea.Model {
|
|
|
386
412
|
headers: {
|
|
387
413
|
[key: string]: string;
|
|
388
414
|
};
|
|
415
|
+
statusCode: number;
|
|
389
416
|
body: CreateClusterNodePoolResponseBody;
|
|
390
417
|
static names(): {
|
|
391
418
|
[key: string]: string;
|
|
@@ -428,6 +455,7 @@ export declare class CreateEdgeMachineResponse extends $tea.Model {
|
|
|
428
455
|
headers: {
|
|
429
456
|
[key: string]: string;
|
|
430
457
|
};
|
|
458
|
+
statusCode: number;
|
|
431
459
|
body: CreateEdgeMachineResponseBody;
|
|
432
460
|
static names(): {
|
|
433
461
|
[key: string]: string;
|
|
@@ -474,6 +502,7 @@ export declare class CreateKubernetesTriggerResponse extends $tea.Model {
|
|
|
474
502
|
headers: {
|
|
475
503
|
[key: string]: string;
|
|
476
504
|
};
|
|
505
|
+
statusCode: number;
|
|
477
506
|
body: CreateKubernetesTriggerResponseBody;
|
|
478
507
|
static names(): {
|
|
479
508
|
[key: string]: string;
|
|
@@ -517,6 +546,7 @@ export declare class CreateTemplateResponse extends $tea.Model {
|
|
|
517
546
|
headers: {
|
|
518
547
|
[key: string]: string;
|
|
519
548
|
};
|
|
549
|
+
statusCode: number;
|
|
520
550
|
body: CreateTemplateResponseBody;
|
|
521
551
|
static names(): {
|
|
522
552
|
[key: string]: string;
|
|
@@ -563,6 +593,7 @@ export declare class CreateTriggerResponse extends $tea.Model {
|
|
|
563
593
|
headers: {
|
|
564
594
|
[key: string]: string;
|
|
565
595
|
};
|
|
596
|
+
statusCode: number;
|
|
566
597
|
body: CreateTriggerResponseBody;
|
|
567
598
|
static names(): {
|
|
568
599
|
[key: string]: string;
|
|
@@ -578,6 +609,7 @@ export declare class DeleteAlertContactResponse extends $tea.Model {
|
|
|
578
609
|
headers: {
|
|
579
610
|
[key: string]: string;
|
|
580
611
|
};
|
|
612
|
+
statusCode: number;
|
|
581
613
|
static names(): {
|
|
582
614
|
[key: string]: string;
|
|
583
615
|
};
|
|
@@ -592,6 +624,7 @@ export declare class DeleteAlertContactGroupResponse extends $tea.Model {
|
|
|
592
624
|
headers: {
|
|
593
625
|
[key: string]: string;
|
|
594
626
|
};
|
|
627
|
+
statusCode: number;
|
|
595
628
|
static names(): {
|
|
596
629
|
[key: string]: string;
|
|
597
630
|
};
|
|
@@ -634,6 +667,7 @@ export declare class DeleteClusterResponse extends $tea.Model {
|
|
|
634
667
|
headers: {
|
|
635
668
|
[key: string]: string;
|
|
636
669
|
};
|
|
670
|
+
statusCode: number;
|
|
637
671
|
static names(): {
|
|
638
672
|
[key: string]: string;
|
|
639
673
|
};
|
|
@@ -672,6 +706,7 @@ export declare class DeleteClusterNodepoolResponse extends $tea.Model {
|
|
|
672
706
|
headers: {
|
|
673
707
|
[key: string]: string;
|
|
674
708
|
};
|
|
709
|
+
statusCode: number;
|
|
675
710
|
body: DeleteClusterNodepoolResponseBody;
|
|
676
711
|
static names(): {
|
|
677
712
|
[key: string]: string;
|
|
@@ -715,6 +750,7 @@ export declare class DeleteClusterNodesResponse extends $tea.Model {
|
|
|
715
750
|
headers: {
|
|
716
751
|
[key: string]: string;
|
|
717
752
|
};
|
|
753
|
+
statusCode: number;
|
|
718
754
|
body: DeleteClusterNodesResponseBody;
|
|
719
755
|
static names(): {
|
|
720
756
|
[key: string]: string;
|
|
@@ -742,6 +778,7 @@ export declare class DeleteEdgeMachineResponse extends $tea.Model {
|
|
|
742
778
|
headers: {
|
|
743
779
|
[key: string]: string;
|
|
744
780
|
};
|
|
781
|
+
statusCode: number;
|
|
745
782
|
static names(): {
|
|
746
783
|
[key: string]: string;
|
|
747
784
|
};
|
|
@@ -756,6 +793,7 @@ export declare class DeleteKubernetesTriggerResponse extends $tea.Model {
|
|
|
756
793
|
headers: {
|
|
757
794
|
[key: string]: string;
|
|
758
795
|
};
|
|
796
|
+
statusCode: number;
|
|
759
797
|
static names(): {
|
|
760
798
|
[key: string]: string;
|
|
761
799
|
};
|
|
@@ -794,6 +832,7 @@ export declare class DeletePolicyInstanceResponse extends $tea.Model {
|
|
|
794
832
|
headers: {
|
|
795
833
|
[key: string]: string;
|
|
796
834
|
};
|
|
835
|
+
statusCode: number;
|
|
797
836
|
body: DeletePolicyInstanceResponseBody;
|
|
798
837
|
static names(): {
|
|
799
838
|
[key: string]: string;
|
|
@@ -809,6 +848,7 @@ export declare class DeleteTemplateResponse extends $tea.Model {
|
|
|
809
848
|
headers: {
|
|
810
849
|
[key: string]: string;
|
|
811
850
|
};
|
|
851
|
+
statusCode: number;
|
|
812
852
|
static names(): {
|
|
813
853
|
[key: string]: string;
|
|
814
854
|
};
|
|
@@ -823,6 +863,7 @@ export declare class DeleteTriggerResponse extends $tea.Model {
|
|
|
823
863
|
headers: {
|
|
824
864
|
[key: string]: string;
|
|
825
865
|
};
|
|
866
|
+
statusCode: number;
|
|
826
867
|
static names(): {
|
|
827
868
|
[key: string]: string;
|
|
828
869
|
};
|
|
@@ -865,6 +906,7 @@ export declare class DeployPolicyInstanceResponse extends $tea.Model {
|
|
|
865
906
|
headers: {
|
|
866
907
|
[key: string]: string;
|
|
867
908
|
};
|
|
909
|
+
statusCode: number;
|
|
868
910
|
body: DeployPolicyInstanceResponseBody;
|
|
869
911
|
static names(): {
|
|
870
912
|
[key: string]: string;
|
|
@@ -902,6 +944,7 @@ export declare class DescirbeWorkflowResponse extends $tea.Model {
|
|
|
902
944
|
headers: {
|
|
903
945
|
[key: string]: string;
|
|
904
946
|
};
|
|
947
|
+
statusCode: number;
|
|
905
948
|
body: DescirbeWorkflowResponseBody;
|
|
906
949
|
static names(): {
|
|
907
950
|
[key: string]: string;
|
|
@@ -945,6 +988,7 @@ export declare class DescribeAddonsResponse extends $tea.Model {
|
|
|
945
988
|
headers: {
|
|
946
989
|
[key: string]: string;
|
|
947
990
|
};
|
|
991
|
+
statusCode: number;
|
|
948
992
|
body: DescribeAddonsResponseBody;
|
|
949
993
|
static names(): {
|
|
950
994
|
[key: string]: string;
|
|
@@ -974,6 +1018,7 @@ export declare class DescribeClusterAddonMetadataResponse extends $tea.Model {
|
|
|
974
1018
|
headers: {
|
|
975
1019
|
[key: string]: string;
|
|
976
1020
|
};
|
|
1021
|
+
statusCode: number;
|
|
977
1022
|
body: DescribeClusterAddonMetadataResponseBody;
|
|
978
1023
|
static names(): {
|
|
979
1024
|
[key: string]: string;
|
|
@@ -989,6 +1034,7 @@ export declare class DescribeClusterAddonUpgradeStatusResponse extends $tea.Mode
|
|
|
989
1034
|
headers: {
|
|
990
1035
|
[key: string]: string;
|
|
991
1036
|
};
|
|
1037
|
+
statusCode: number;
|
|
992
1038
|
body: {
|
|
993
1039
|
[key: string]: any;
|
|
994
1040
|
};
|
|
@@ -1030,6 +1076,7 @@ export declare class DescribeClusterAddonsUpgradeStatusResponse extends $tea.Mod
|
|
|
1030
1076
|
headers: {
|
|
1031
1077
|
[key: string]: string;
|
|
1032
1078
|
};
|
|
1079
|
+
statusCode: number;
|
|
1033
1080
|
body: {
|
|
1034
1081
|
[key: string]: any;
|
|
1035
1082
|
};
|
|
@@ -1047,6 +1094,7 @@ export declare class DescribeClusterAddonsVersionResponse extends $tea.Model {
|
|
|
1047
1094
|
headers: {
|
|
1048
1095
|
[key: string]: string;
|
|
1049
1096
|
};
|
|
1097
|
+
statusCode: number;
|
|
1050
1098
|
body: {
|
|
1051
1099
|
[key: string]: any;
|
|
1052
1100
|
};
|
|
@@ -1081,6 +1129,7 @@ export declare class DescribeClusterAttachScriptsResponse extends $tea.Model {
|
|
|
1081
1129
|
headers: {
|
|
1082
1130
|
[key: string]: string;
|
|
1083
1131
|
};
|
|
1132
|
+
statusCode: number;
|
|
1084
1133
|
body: string;
|
|
1085
1134
|
static names(): {
|
|
1086
1135
|
[key: string]: string;
|
|
@@ -1136,6 +1185,7 @@ export declare class DescribeClusterDetailResponse extends $tea.Model {
|
|
|
1136
1185
|
headers: {
|
|
1137
1186
|
[key: string]: string;
|
|
1138
1187
|
};
|
|
1188
|
+
statusCode: number;
|
|
1139
1189
|
body: DescribeClusterDetailResponseBody;
|
|
1140
1190
|
static names(): {
|
|
1141
1191
|
[key: string]: string;
|
|
@@ -1147,11 +1197,39 @@ export declare class DescribeClusterDetailResponse extends $tea.Model {
|
|
|
1147
1197
|
[key: string]: any;
|
|
1148
1198
|
});
|
|
1149
1199
|
}
|
|
1150
|
-
export declare class
|
|
1200
|
+
export declare class DescribeClusterEventsRequest extends $tea.Model {
|
|
1201
|
+
pageNumber?: number;
|
|
1202
|
+
pageSize?: number;
|
|
1203
|
+
taskId?: number;
|
|
1204
|
+
static names(): {
|
|
1205
|
+
[key: string]: string;
|
|
1206
|
+
};
|
|
1207
|
+
static types(): {
|
|
1208
|
+
[key: string]: any;
|
|
1209
|
+
};
|
|
1210
|
+
constructor(map?: {
|
|
1211
|
+
[key: string]: any;
|
|
1212
|
+
});
|
|
1213
|
+
}
|
|
1214
|
+
export declare class DescribeClusterEventsResponseBody extends $tea.Model {
|
|
1215
|
+
events?: DescribeClusterEventsResponseBodyEvents[];
|
|
1216
|
+
pageInfo?: DescribeClusterEventsResponseBodyPageInfo;
|
|
1217
|
+
static names(): {
|
|
1218
|
+
[key: string]: string;
|
|
1219
|
+
};
|
|
1220
|
+
static types(): {
|
|
1221
|
+
[key: string]: any;
|
|
1222
|
+
};
|
|
1223
|
+
constructor(map?: {
|
|
1224
|
+
[key: string]: any;
|
|
1225
|
+
});
|
|
1226
|
+
}
|
|
1227
|
+
export declare class DescribeClusterEventsResponse extends $tea.Model {
|
|
1151
1228
|
headers: {
|
|
1152
1229
|
[key: string]: string;
|
|
1153
1230
|
};
|
|
1154
|
-
|
|
1231
|
+
statusCode: number;
|
|
1232
|
+
body: DescribeClusterEventsResponseBody;
|
|
1155
1233
|
static names(): {
|
|
1156
1234
|
[key: string]: string;
|
|
1157
1235
|
};
|
|
@@ -1162,11 +1240,12 @@ export declare class DescribeClusterLogsResponse extends $tea.Model {
|
|
|
1162
1240
|
[key: string]: any;
|
|
1163
1241
|
});
|
|
1164
1242
|
}
|
|
1165
|
-
export declare class
|
|
1243
|
+
export declare class DescribeClusterLogsResponse extends $tea.Model {
|
|
1166
1244
|
headers: {
|
|
1167
1245
|
[key: string]: string;
|
|
1168
1246
|
};
|
|
1169
|
-
|
|
1247
|
+
statusCode: number;
|
|
1248
|
+
body: DescribeClusterLogsResponseBody[];
|
|
1170
1249
|
static names(): {
|
|
1171
1250
|
[key: string]: string;
|
|
1172
1251
|
};
|
|
@@ -1202,6 +1281,7 @@ export declare class DescribeClusterNodePoolDetailResponse extends $tea.Model {
|
|
|
1202
1281
|
headers: {
|
|
1203
1282
|
[key: string]: string;
|
|
1204
1283
|
};
|
|
1284
|
+
statusCode: number;
|
|
1205
1285
|
body: DescribeClusterNodePoolDetailResponseBody;
|
|
1206
1286
|
static names(): {
|
|
1207
1287
|
[key: string]: string;
|
|
@@ -1229,6 +1309,7 @@ export declare class DescribeClusterNodePoolsResponse extends $tea.Model {
|
|
|
1229
1309
|
headers: {
|
|
1230
1310
|
[key: string]: string;
|
|
1231
1311
|
};
|
|
1312
|
+
statusCode: number;
|
|
1232
1313
|
body: DescribeClusterNodePoolsResponseBody;
|
|
1233
1314
|
static names(): {
|
|
1234
1315
|
[key: string]: string;
|
|
@@ -1273,6 +1354,7 @@ export declare class DescribeClusterNodesResponse extends $tea.Model {
|
|
|
1273
1354
|
headers: {
|
|
1274
1355
|
[key: string]: string;
|
|
1275
1356
|
};
|
|
1357
|
+
statusCode: number;
|
|
1276
1358
|
body: DescribeClusterNodesResponseBody;
|
|
1277
1359
|
static names(): {
|
|
1278
1360
|
[key: string]: string;
|
|
@@ -1288,6 +1370,7 @@ export declare class DescribeClusterResourcesResponse extends $tea.Model {
|
|
|
1288
1370
|
headers: {
|
|
1289
1371
|
[key: string]: string;
|
|
1290
1372
|
};
|
|
1373
|
+
statusCode: number;
|
|
1291
1374
|
body: DescribeClusterResourcesResponseBody[];
|
|
1292
1375
|
static names(): {
|
|
1293
1376
|
[key: string]: string;
|
|
@@ -1299,6 +1382,36 @@ export declare class DescribeClusterResourcesResponse extends $tea.Model {
|
|
|
1299
1382
|
[key: string]: any;
|
|
1300
1383
|
});
|
|
1301
1384
|
}
|
|
1385
|
+
export declare class DescribeClusterTasksResponseBody extends $tea.Model {
|
|
1386
|
+
pageInfo?: DescribeClusterTasksResponseBodyPageInfo;
|
|
1387
|
+
requestId?: string;
|
|
1388
|
+
tasks?: DescribeClusterTasksResponseBodyTasks[];
|
|
1389
|
+
static names(): {
|
|
1390
|
+
[key: string]: string;
|
|
1391
|
+
};
|
|
1392
|
+
static types(): {
|
|
1393
|
+
[key: string]: any;
|
|
1394
|
+
};
|
|
1395
|
+
constructor(map?: {
|
|
1396
|
+
[key: string]: any;
|
|
1397
|
+
});
|
|
1398
|
+
}
|
|
1399
|
+
export declare class DescribeClusterTasksResponse extends $tea.Model {
|
|
1400
|
+
headers: {
|
|
1401
|
+
[key: string]: string;
|
|
1402
|
+
};
|
|
1403
|
+
statusCode: number;
|
|
1404
|
+
body: DescribeClusterTasksResponseBody;
|
|
1405
|
+
static names(): {
|
|
1406
|
+
[key: string]: string;
|
|
1407
|
+
};
|
|
1408
|
+
static types(): {
|
|
1409
|
+
[key: string]: any;
|
|
1410
|
+
};
|
|
1411
|
+
constructor(map?: {
|
|
1412
|
+
[key: string]: any;
|
|
1413
|
+
});
|
|
1414
|
+
}
|
|
1302
1415
|
export declare class DescribeClusterUserKubeconfigRequest extends $tea.Model {
|
|
1303
1416
|
privateIpAddress?: boolean;
|
|
1304
1417
|
temporaryDurationMinutes?: number;
|
|
@@ -1329,6 +1442,7 @@ export declare class DescribeClusterUserKubeconfigResponse extends $tea.Model {
|
|
|
1329
1442
|
headers: {
|
|
1330
1443
|
[key: string]: string;
|
|
1331
1444
|
};
|
|
1445
|
+
statusCode: number;
|
|
1332
1446
|
body: DescribeClusterUserKubeconfigResponseBody;
|
|
1333
1447
|
static names(): {
|
|
1334
1448
|
[key: string]: string;
|
|
@@ -1368,6 +1482,7 @@ export declare class DescribeClusterV2UserKubeconfigResponse extends $tea.Model
|
|
|
1368
1482
|
headers: {
|
|
1369
1483
|
[key: string]: string;
|
|
1370
1484
|
};
|
|
1485
|
+
statusCode: number;
|
|
1371
1486
|
body: DescribeClusterV2UserKubeconfigResponseBody;
|
|
1372
1487
|
static names(): {
|
|
1373
1488
|
[key: string]: string;
|
|
@@ -1396,6 +1511,7 @@ export declare class DescribeClustersResponse extends $tea.Model {
|
|
|
1396
1511
|
headers: {
|
|
1397
1512
|
[key: string]: string;
|
|
1398
1513
|
};
|
|
1514
|
+
statusCode: number;
|
|
1399
1515
|
body: DescribeClustersResponseBody[];
|
|
1400
1516
|
static names(): {
|
|
1401
1517
|
[key: string]: string;
|
|
@@ -1442,6 +1558,7 @@ export declare class DescribeClustersV1Response extends $tea.Model {
|
|
|
1442
1558
|
headers: {
|
|
1443
1559
|
[key: string]: string;
|
|
1444
1560
|
};
|
|
1561
|
+
statusCode: number;
|
|
1445
1562
|
body: DescribeClustersV1ResponseBody;
|
|
1446
1563
|
static names(): {
|
|
1447
1564
|
[key: string]: string;
|
|
@@ -1473,6 +1590,7 @@ export declare class DescribeEdgeMachineActiveProcessResponse extends $tea.Model
|
|
|
1473
1590
|
headers: {
|
|
1474
1591
|
[key: string]: string;
|
|
1475
1592
|
};
|
|
1593
|
+
statusCode: number;
|
|
1476
1594
|
body: DescribeEdgeMachineActiveProcessResponseBody;
|
|
1477
1595
|
static names(): {
|
|
1478
1596
|
[key: string]: string;
|
|
@@ -1500,6 +1618,7 @@ export declare class DescribeEdgeMachineModelsResponse extends $tea.Model {
|
|
|
1500
1618
|
headers: {
|
|
1501
1619
|
[key: string]: string;
|
|
1502
1620
|
};
|
|
1621
|
+
statusCode: number;
|
|
1503
1622
|
body: DescribeEdgeMachineModelsResponseBody;
|
|
1504
1623
|
static names(): {
|
|
1505
1624
|
[key: string]: string;
|
|
@@ -1533,6 +1652,7 @@ export declare class DescribeEdgeMachineTunnelConfigDetailResponse extends $tea.
|
|
|
1533
1652
|
headers: {
|
|
1534
1653
|
[key: string]: string;
|
|
1535
1654
|
};
|
|
1655
|
+
statusCode: number;
|
|
1536
1656
|
body: DescribeEdgeMachineTunnelConfigDetailResponseBody;
|
|
1537
1657
|
static names(): {
|
|
1538
1658
|
[key: string]: string;
|
|
@@ -1578,6 +1698,7 @@ export declare class DescribeEdgeMachinesResponse extends $tea.Model {
|
|
|
1578
1698
|
headers: {
|
|
1579
1699
|
[key: string]: string;
|
|
1580
1700
|
};
|
|
1701
|
+
statusCode: number;
|
|
1581
1702
|
body: DescribeEdgeMachinesResponseBody;
|
|
1582
1703
|
static names(): {
|
|
1583
1704
|
[key: string]: string;
|
|
@@ -1621,6 +1742,7 @@ export declare class DescribeEventsResponse extends $tea.Model {
|
|
|
1621
1742
|
headers: {
|
|
1622
1743
|
[key: string]: string;
|
|
1623
1744
|
};
|
|
1745
|
+
statusCode: number;
|
|
1624
1746
|
body: DescribeEventsResponseBody;
|
|
1625
1747
|
static names(): {
|
|
1626
1748
|
[key: string]: string;
|
|
@@ -1660,6 +1782,7 @@ export declare class DescribeExternalAgentResponse extends $tea.Model {
|
|
|
1660
1782
|
headers: {
|
|
1661
1783
|
[key: string]: string;
|
|
1662
1784
|
};
|
|
1785
|
+
statusCode: number;
|
|
1663
1786
|
body: DescribeExternalAgentResponseBody;
|
|
1664
1787
|
static names(): {
|
|
1665
1788
|
[key: string]: string;
|
|
@@ -1691,6 +1814,7 @@ export declare class DescribeKubernetesVersionMetadataResponse extends $tea.Mode
|
|
|
1691
1814
|
headers: {
|
|
1692
1815
|
[key: string]: string;
|
|
1693
1816
|
};
|
|
1817
|
+
statusCode: number;
|
|
1694
1818
|
body: DescribeKubernetesVersionMetadataResponseBody[];
|
|
1695
1819
|
static names(): {
|
|
1696
1820
|
[key: string]: string;
|
|
@@ -1702,10 +1826,39 @@ export declare class DescribeKubernetesVersionMetadataResponse extends $tea.Mode
|
|
|
1702
1826
|
[key: string]: any;
|
|
1703
1827
|
});
|
|
1704
1828
|
}
|
|
1829
|
+
export declare class DescribeNodePoolVulsResponseBody extends $tea.Model {
|
|
1830
|
+
vulRecords?: DescribeNodePoolVulsResponseBodyVulRecords[];
|
|
1831
|
+
static names(): {
|
|
1832
|
+
[key: string]: string;
|
|
1833
|
+
};
|
|
1834
|
+
static types(): {
|
|
1835
|
+
[key: string]: any;
|
|
1836
|
+
};
|
|
1837
|
+
constructor(map?: {
|
|
1838
|
+
[key: string]: any;
|
|
1839
|
+
});
|
|
1840
|
+
}
|
|
1841
|
+
export declare class DescribeNodePoolVulsResponse extends $tea.Model {
|
|
1842
|
+
headers: {
|
|
1843
|
+
[key: string]: string;
|
|
1844
|
+
};
|
|
1845
|
+
statusCode: number;
|
|
1846
|
+
body: DescribeNodePoolVulsResponseBody;
|
|
1847
|
+
static names(): {
|
|
1848
|
+
[key: string]: string;
|
|
1849
|
+
};
|
|
1850
|
+
static types(): {
|
|
1851
|
+
[key: string]: any;
|
|
1852
|
+
};
|
|
1853
|
+
constructor(map?: {
|
|
1854
|
+
[key: string]: any;
|
|
1855
|
+
});
|
|
1856
|
+
}
|
|
1705
1857
|
export declare class DescribePoliciesResponse extends $tea.Model {
|
|
1706
1858
|
headers: {
|
|
1707
1859
|
[key: string]: string;
|
|
1708
1860
|
};
|
|
1861
|
+
statusCode: number;
|
|
1709
1862
|
body: {
|
|
1710
1863
|
[key: string]: any;
|
|
1711
1864
|
};
|
|
@@ -1742,6 +1895,7 @@ export declare class DescribePolicyDetailsResponse extends $tea.Model {
|
|
|
1742
1895
|
headers: {
|
|
1743
1896
|
[key: string]: string;
|
|
1744
1897
|
};
|
|
1898
|
+
statusCode: number;
|
|
1745
1899
|
body: DescribePolicyDetailsResponseBody;
|
|
1746
1900
|
static names(): {
|
|
1747
1901
|
[key: string]: string;
|
|
@@ -1772,6 +1926,7 @@ export declare class DescribePolicyGovernanceInClusterResponse extends $tea.Mode
|
|
|
1772
1926
|
headers: {
|
|
1773
1927
|
[key: string]: string;
|
|
1774
1928
|
};
|
|
1929
|
+
statusCode: number;
|
|
1775
1930
|
body: DescribePolicyGovernanceInClusterResponseBody;
|
|
1776
1931
|
static names(): {
|
|
1777
1932
|
[key: string]: string;
|
|
@@ -1800,6 +1955,7 @@ export declare class DescribePolicyInstancesResponse extends $tea.Model {
|
|
|
1800
1955
|
headers: {
|
|
1801
1956
|
[key: string]: string;
|
|
1802
1957
|
};
|
|
1958
|
+
statusCode: number;
|
|
1803
1959
|
body: DescribePolicyInstancesResponseBody[];
|
|
1804
1960
|
static names(): {
|
|
1805
1961
|
[key: string]: string;
|
|
@@ -1830,6 +1986,7 @@ export declare class DescribePolicyInstancesStatusResponse extends $tea.Model {
|
|
|
1830
1986
|
headers: {
|
|
1831
1987
|
[key: string]: string;
|
|
1832
1988
|
};
|
|
1989
|
+
statusCode: number;
|
|
1833
1990
|
body: DescribePolicyInstancesStatusResponseBody;
|
|
1834
1991
|
static names(): {
|
|
1835
1992
|
[key: string]: string;
|
|
@@ -1863,6 +2020,7 @@ export declare class DescribeTaskInfoResponse extends $tea.Model {
|
|
|
1863
2020
|
headers: {
|
|
1864
2021
|
[key: string]: string;
|
|
1865
2022
|
};
|
|
2023
|
+
statusCode: number;
|
|
1866
2024
|
body: DescribeTaskInfoResponseBody;
|
|
1867
2025
|
static names(): {
|
|
1868
2026
|
[key: string]: string;
|
|
@@ -1890,6 +2048,7 @@ export declare class DescribeTemplateAttributeResponse extends $tea.Model {
|
|
|
1890
2048
|
headers: {
|
|
1891
2049
|
[key: string]: string;
|
|
1892
2050
|
};
|
|
2051
|
+
statusCode: number;
|
|
1893
2052
|
body: DescribeTemplateAttributeResponseBody[];
|
|
1894
2053
|
static names(): {
|
|
1895
2054
|
[key: string]: string;
|
|
@@ -1932,6 +2091,7 @@ export declare class DescribeTemplatesResponse extends $tea.Model {
|
|
|
1932
2091
|
headers: {
|
|
1933
2092
|
[key: string]: string;
|
|
1934
2093
|
};
|
|
2094
|
+
statusCode: number;
|
|
1935
2095
|
body: DescribeTemplatesResponseBody;
|
|
1936
2096
|
static names(): {
|
|
1937
2097
|
[key: string]: string;
|
|
@@ -1962,6 +2122,7 @@ export declare class DescribeTriggerResponse extends $tea.Model {
|
|
|
1962
2122
|
headers: {
|
|
1963
2123
|
[key: string]: string;
|
|
1964
2124
|
};
|
|
2125
|
+
statusCode: number;
|
|
1965
2126
|
body: DescribeTriggerResponseBody[];
|
|
1966
2127
|
static names(): {
|
|
1967
2128
|
[key: string]: string;
|
|
@@ -1977,6 +2138,7 @@ export declare class DescribeUserPermissionResponse extends $tea.Model {
|
|
|
1977
2138
|
headers: {
|
|
1978
2139
|
[key: string]: string;
|
|
1979
2140
|
};
|
|
2141
|
+
statusCode: number;
|
|
1980
2142
|
body: DescribeUserPermissionResponseBody[];
|
|
1981
2143
|
static names(): {
|
|
1982
2144
|
[key: string]: string;
|
|
@@ -2008,6 +2170,7 @@ export declare class DescribeUserQuotaResponse extends $tea.Model {
|
|
|
2008
2170
|
headers: {
|
|
2009
2171
|
[key: string]: string;
|
|
2010
2172
|
};
|
|
2173
|
+
statusCode: number;
|
|
2011
2174
|
body: DescribeUserQuotaResponseBody;
|
|
2012
2175
|
static names(): {
|
|
2013
2176
|
[key: string]: string;
|
|
@@ -2035,6 +2198,7 @@ export declare class DescribeWorkflowsResponse extends $tea.Model {
|
|
|
2035
2198
|
headers: {
|
|
2036
2199
|
[key: string]: string;
|
|
2037
2200
|
};
|
|
2201
|
+
statusCode: number;
|
|
2038
2202
|
body: DescribeWorkflowsResponseBody;
|
|
2039
2203
|
static names(): {
|
|
2040
2204
|
[key: string]: string;
|
|
@@ -2077,6 +2241,7 @@ export declare class EdgeClusterAddEdgeMachineResponse extends $tea.Model {
|
|
|
2077
2241
|
headers: {
|
|
2078
2242
|
[key: string]: string;
|
|
2079
2243
|
};
|
|
2244
|
+
statusCode: number;
|
|
2080
2245
|
body: EdgeClusterAddEdgeMachineResponseBody;
|
|
2081
2246
|
static names(): {
|
|
2082
2247
|
[key: string]: string;
|
|
@@ -2088,6 +2253,48 @@ export declare class EdgeClusterAddEdgeMachineResponse extends $tea.Model {
|
|
|
2088
2253
|
[key: string]: any;
|
|
2089
2254
|
});
|
|
2090
2255
|
}
|
|
2256
|
+
export declare class FixNodePoolVulsRequest extends $tea.Model {
|
|
2257
|
+
nodes?: string[];
|
|
2258
|
+
rolloutPolicy?: FixNodePoolVulsRequestRolloutPolicy;
|
|
2259
|
+
vulList?: string[];
|
|
2260
|
+
static names(): {
|
|
2261
|
+
[key: string]: string;
|
|
2262
|
+
};
|
|
2263
|
+
static types(): {
|
|
2264
|
+
[key: string]: any;
|
|
2265
|
+
};
|
|
2266
|
+
constructor(map?: {
|
|
2267
|
+
[key: string]: any;
|
|
2268
|
+
});
|
|
2269
|
+
}
|
|
2270
|
+
export declare class FixNodePoolVulsResponseBody extends $tea.Model {
|
|
2271
|
+
taskId?: string;
|
|
2272
|
+
static names(): {
|
|
2273
|
+
[key: string]: string;
|
|
2274
|
+
};
|
|
2275
|
+
static types(): {
|
|
2276
|
+
[key: string]: any;
|
|
2277
|
+
};
|
|
2278
|
+
constructor(map?: {
|
|
2279
|
+
[key: string]: any;
|
|
2280
|
+
});
|
|
2281
|
+
}
|
|
2282
|
+
export declare class FixNodePoolVulsResponse extends $tea.Model {
|
|
2283
|
+
headers: {
|
|
2284
|
+
[key: string]: string;
|
|
2285
|
+
};
|
|
2286
|
+
statusCode: number;
|
|
2287
|
+
body: FixNodePoolVulsResponseBody;
|
|
2288
|
+
static names(): {
|
|
2289
|
+
[key: string]: string;
|
|
2290
|
+
};
|
|
2291
|
+
static types(): {
|
|
2292
|
+
[key: string]: any;
|
|
2293
|
+
};
|
|
2294
|
+
constructor(map?: {
|
|
2295
|
+
[key: string]: any;
|
|
2296
|
+
});
|
|
2297
|
+
}
|
|
2091
2298
|
export declare class GetKubernetesTriggerRequest extends $tea.Model {
|
|
2092
2299
|
name?: string;
|
|
2093
2300
|
namespace?: string;
|
|
@@ -2107,6 +2314,7 @@ export declare class GetKubernetesTriggerResponse extends $tea.Model {
|
|
|
2107
2314
|
headers: {
|
|
2108
2315
|
[key: string]: string;
|
|
2109
2316
|
};
|
|
2317
|
+
statusCode: number;
|
|
2110
2318
|
body: GetKubernetesTriggerResponseBody[];
|
|
2111
2319
|
static names(): {
|
|
2112
2320
|
[key: string]: string;
|
|
@@ -2138,6 +2346,7 @@ export declare class GetUpgradeStatusResponse extends $tea.Model {
|
|
|
2138
2346
|
headers: {
|
|
2139
2347
|
[key: string]: string;
|
|
2140
2348
|
};
|
|
2349
|
+
statusCode: number;
|
|
2141
2350
|
body: GetUpgradeStatusResponseBody;
|
|
2142
2351
|
static names(): {
|
|
2143
2352
|
[key: string]: string;
|
|
@@ -2165,6 +2374,7 @@ export declare class GrantPermissionsResponse extends $tea.Model {
|
|
|
2165
2374
|
headers: {
|
|
2166
2375
|
[key: string]: string;
|
|
2167
2376
|
};
|
|
2377
|
+
statusCode: number;
|
|
2168
2378
|
static names(): {
|
|
2169
2379
|
[key: string]: string;
|
|
2170
2380
|
};
|
|
@@ -2191,6 +2401,7 @@ export declare class InstallClusterAddonsResponse extends $tea.Model {
|
|
|
2191
2401
|
headers: {
|
|
2192
2402
|
[key: string]: string;
|
|
2193
2403
|
};
|
|
2404
|
+
statusCode: number;
|
|
2194
2405
|
static names(): {
|
|
2195
2406
|
[key: string]: string;
|
|
2196
2407
|
};
|
|
@@ -2251,6 +2462,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
2251
2462
|
headers: {
|
|
2252
2463
|
[key: string]: string;
|
|
2253
2464
|
};
|
|
2465
|
+
statusCode: number;
|
|
2254
2466
|
body: ListTagResourcesResponseBody;
|
|
2255
2467
|
static names(): {
|
|
2256
2468
|
[key: string]: string;
|
|
@@ -2262,10 +2474,39 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
2262
2474
|
[key: string]: any;
|
|
2263
2475
|
});
|
|
2264
2476
|
}
|
|
2477
|
+
export declare class MigrateClusterRequest extends $tea.Model {
|
|
2478
|
+
ossBucketEndpoint?: string;
|
|
2479
|
+
ossBucketName?: string;
|
|
2480
|
+
static names(): {
|
|
2481
|
+
[key: string]: string;
|
|
2482
|
+
};
|
|
2483
|
+
static types(): {
|
|
2484
|
+
[key: string]: any;
|
|
2485
|
+
};
|
|
2486
|
+
constructor(map?: {
|
|
2487
|
+
[key: string]: any;
|
|
2488
|
+
});
|
|
2489
|
+
}
|
|
2490
|
+
export declare class MigrateClusterResponseBody extends $tea.Model {
|
|
2491
|
+
clusterId?: string;
|
|
2492
|
+
requestId?: string;
|
|
2493
|
+
taskId?: string;
|
|
2494
|
+
static names(): {
|
|
2495
|
+
[key: string]: string;
|
|
2496
|
+
};
|
|
2497
|
+
static types(): {
|
|
2498
|
+
[key: string]: any;
|
|
2499
|
+
};
|
|
2500
|
+
constructor(map?: {
|
|
2501
|
+
[key: string]: any;
|
|
2502
|
+
});
|
|
2503
|
+
}
|
|
2265
2504
|
export declare class MigrateClusterResponse extends $tea.Model {
|
|
2266
2505
|
headers: {
|
|
2267
2506
|
[key: string]: string;
|
|
2268
2507
|
};
|
|
2508
|
+
statusCode: number;
|
|
2509
|
+
body: MigrateClusterResponseBody;
|
|
2269
2510
|
static names(): {
|
|
2270
2511
|
[key: string]: string;
|
|
2271
2512
|
};
|
|
@@ -2314,6 +2555,7 @@ export declare class ModifyClusterResponse extends $tea.Model {
|
|
|
2314
2555
|
headers: {
|
|
2315
2556
|
[key: string]: string;
|
|
2316
2557
|
};
|
|
2558
|
+
statusCode: number;
|
|
2317
2559
|
body: ModifyClusterResponseBody;
|
|
2318
2560
|
static names(): {
|
|
2319
2561
|
[key: string]: string;
|
|
@@ -2341,6 +2583,7 @@ export declare class ModifyClusterAddonResponse extends $tea.Model {
|
|
|
2341
2583
|
headers: {
|
|
2342
2584
|
[key: string]: string;
|
|
2343
2585
|
};
|
|
2586
|
+
statusCode: number;
|
|
2344
2587
|
static names(): {
|
|
2345
2588
|
[key: string]: string;
|
|
2346
2589
|
};
|
|
@@ -2367,6 +2610,7 @@ export declare class ModifyClusterConfigurationResponse extends $tea.Model {
|
|
|
2367
2610
|
headers: {
|
|
2368
2611
|
[key: string]: string;
|
|
2369
2612
|
};
|
|
2613
|
+
statusCode: number;
|
|
2370
2614
|
static names(): {
|
|
2371
2615
|
[key: string]: string;
|
|
2372
2616
|
};
|
|
@@ -2381,6 +2625,7 @@ export declare class ModifyClusterNodePoolRequest extends $tea.Model {
|
|
|
2381
2625
|
autoScaling?: ModifyClusterNodePoolRequestAutoScaling;
|
|
2382
2626
|
kubernetesConfig?: ModifyClusterNodePoolRequestKubernetesConfig;
|
|
2383
2627
|
management?: ModifyClusterNodePoolRequestManagement;
|
|
2628
|
+
nodeConfig?: ModifyClusterNodePoolRequestNodeConfig;
|
|
2384
2629
|
nodepoolInfo?: ModifyClusterNodePoolRequestNodepoolInfo;
|
|
2385
2630
|
scalingGroup?: ModifyClusterNodePoolRequestScalingGroup;
|
|
2386
2631
|
teeConfig?: ModifyClusterNodePoolRequestTeeConfig;
|
|
@@ -2412,6 +2657,7 @@ export declare class ModifyClusterNodePoolResponse extends $tea.Model {
|
|
|
2412
2657
|
headers: {
|
|
2413
2658
|
[key: string]: string;
|
|
2414
2659
|
};
|
|
2660
|
+
statusCode: number;
|
|
2415
2661
|
body: ModifyClusterNodePoolResponseBody;
|
|
2416
2662
|
static names(): {
|
|
2417
2663
|
[key: string]: string;
|
|
@@ -2439,6 +2685,7 @@ export declare class ModifyClusterTagsResponse extends $tea.Model {
|
|
|
2439
2685
|
headers: {
|
|
2440
2686
|
[key: string]: string;
|
|
2441
2687
|
};
|
|
2688
|
+
statusCode: number;
|
|
2442
2689
|
static names(): {
|
|
2443
2690
|
[key: string]: string;
|
|
2444
2691
|
};
|
|
@@ -2482,6 +2729,7 @@ export declare class ModifyPolicyInstanceResponse extends $tea.Model {
|
|
|
2482
2729
|
headers: {
|
|
2483
2730
|
[key: string]: string;
|
|
2484
2731
|
};
|
|
2732
|
+
statusCode: number;
|
|
2485
2733
|
body: ModifyPolicyInstanceResponseBody;
|
|
2486
2734
|
static names(): {
|
|
2487
2735
|
[key: string]: string;
|
|
@@ -2522,6 +2770,7 @@ export declare class OpenAckServiceResponse extends $tea.Model {
|
|
|
2522
2770
|
headers: {
|
|
2523
2771
|
[key: string]: string;
|
|
2524
2772
|
};
|
|
2773
|
+
statusCode: number;
|
|
2525
2774
|
body: OpenAckServiceResponseBody;
|
|
2526
2775
|
static names(): {
|
|
2527
2776
|
[key: string]: string;
|
|
@@ -2537,6 +2786,7 @@ export declare class PauseClusterUpgradeResponse extends $tea.Model {
|
|
|
2537
2786
|
headers: {
|
|
2538
2787
|
[key: string]: string;
|
|
2539
2788
|
};
|
|
2789
|
+
statusCode: number;
|
|
2540
2790
|
static names(): {
|
|
2541
2791
|
[key: string]: string;
|
|
2542
2792
|
};
|
|
@@ -2551,6 +2801,22 @@ export declare class PauseComponentUpgradeResponse extends $tea.Model {
|
|
|
2551
2801
|
headers: {
|
|
2552
2802
|
[key: string]: string;
|
|
2553
2803
|
};
|
|
2804
|
+
statusCode: number;
|
|
2805
|
+
static names(): {
|
|
2806
|
+
[key: string]: string;
|
|
2807
|
+
};
|
|
2808
|
+
static types(): {
|
|
2809
|
+
[key: string]: any;
|
|
2810
|
+
};
|
|
2811
|
+
constructor(map?: {
|
|
2812
|
+
[key: string]: any;
|
|
2813
|
+
});
|
|
2814
|
+
}
|
|
2815
|
+
export declare class PauseTaskResponse extends $tea.Model {
|
|
2816
|
+
headers: {
|
|
2817
|
+
[key: string]: string;
|
|
2818
|
+
};
|
|
2819
|
+
statusCode: number;
|
|
2554
2820
|
static names(): {
|
|
2555
2821
|
[key: string]: string;
|
|
2556
2822
|
};
|
|
@@ -2579,6 +2845,7 @@ export declare class RemoveClusterNodesResponse extends $tea.Model {
|
|
|
2579
2845
|
headers: {
|
|
2580
2846
|
[key: string]: string;
|
|
2581
2847
|
};
|
|
2848
|
+
statusCode: number;
|
|
2582
2849
|
static names(): {
|
|
2583
2850
|
[key: string]: string;
|
|
2584
2851
|
};
|
|
@@ -2593,6 +2860,7 @@ export declare class RemoveWorkflowResponse extends $tea.Model {
|
|
|
2593
2860
|
headers: {
|
|
2594
2861
|
[key: string]: string;
|
|
2595
2862
|
};
|
|
2863
|
+
statusCode: number;
|
|
2596
2864
|
static names(): {
|
|
2597
2865
|
[key: string]: string;
|
|
2598
2866
|
};
|
|
@@ -2632,6 +2900,7 @@ export declare class RepairClusterNodePoolResponse extends $tea.Model {
|
|
|
2632
2900
|
headers: {
|
|
2633
2901
|
[key: string]: string;
|
|
2634
2902
|
};
|
|
2903
|
+
statusCode: number;
|
|
2635
2904
|
body: RepairClusterNodePoolResponseBody;
|
|
2636
2905
|
static names(): {
|
|
2637
2906
|
[key: string]: string;
|
|
@@ -2647,6 +2916,22 @@ export declare class ResumeComponentUpgradeResponse extends $tea.Model {
|
|
|
2647
2916
|
headers: {
|
|
2648
2917
|
[key: string]: string;
|
|
2649
2918
|
};
|
|
2919
|
+
statusCode: number;
|
|
2920
|
+
static names(): {
|
|
2921
|
+
[key: string]: string;
|
|
2922
|
+
};
|
|
2923
|
+
static types(): {
|
|
2924
|
+
[key: string]: any;
|
|
2925
|
+
};
|
|
2926
|
+
constructor(map?: {
|
|
2927
|
+
[key: string]: any;
|
|
2928
|
+
});
|
|
2929
|
+
}
|
|
2930
|
+
export declare class ResumeTaskResponse extends $tea.Model {
|
|
2931
|
+
headers: {
|
|
2932
|
+
[key: string]: string;
|
|
2933
|
+
};
|
|
2934
|
+
statusCode: number;
|
|
2650
2935
|
static names(): {
|
|
2651
2936
|
[key: string]: string;
|
|
2652
2937
|
};
|
|
@@ -2661,6 +2946,7 @@ export declare class ResumeUpgradeClusterResponse extends $tea.Model {
|
|
|
2661
2946
|
headers: {
|
|
2662
2947
|
[key: string]: string;
|
|
2663
2948
|
};
|
|
2949
|
+
statusCode: number;
|
|
2664
2950
|
static names(): {
|
|
2665
2951
|
[key: string]: string;
|
|
2666
2952
|
};
|
|
@@ -2719,6 +3005,7 @@ export declare class ScaleClusterResponse extends $tea.Model {
|
|
|
2719
3005
|
headers: {
|
|
2720
3006
|
[key: string]: string;
|
|
2721
3007
|
};
|
|
3008
|
+
statusCode: number;
|
|
2722
3009
|
body: ScaleClusterResponseBody;
|
|
2723
3010
|
static names(): {
|
|
2724
3011
|
[key: string]: string;
|
|
@@ -2758,6 +3045,7 @@ export declare class ScaleClusterNodePoolResponse extends $tea.Model {
|
|
|
2758
3045
|
headers: {
|
|
2759
3046
|
[key: string]: string;
|
|
2760
3047
|
};
|
|
3048
|
+
statusCode: number;
|
|
2761
3049
|
body: ScaleClusterNodePoolResponseBody;
|
|
2762
3050
|
static names(): {
|
|
2763
3051
|
[key: string]: string;
|
|
@@ -2819,6 +3107,7 @@ export declare class ScaleOutClusterResponse extends $tea.Model {
|
|
|
2819
3107
|
headers: {
|
|
2820
3108
|
[key: string]: string;
|
|
2821
3109
|
};
|
|
3110
|
+
statusCode: number;
|
|
2822
3111
|
body: ScaleOutClusterResponseBody;
|
|
2823
3112
|
static names(): {
|
|
2824
3113
|
[key: string]: string;
|
|
@@ -2876,6 +3165,7 @@ export declare class StartWorkflowResponse extends $tea.Model {
|
|
|
2876
3165
|
headers: {
|
|
2877
3166
|
[key: string]: string;
|
|
2878
3167
|
};
|
|
3168
|
+
statusCode: number;
|
|
2879
3169
|
body: StartWorkflowResponseBody;
|
|
2880
3170
|
static names(): {
|
|
2881
3171
|
[key: string]: string;
|
|
@@ -2918,6 +3208,7 @@ export declare class TagResourcesResponse extends $tea.Model {
|
|
|
2918
3208
|
headers: {
|
|
2919
3209
|
[key: string]: string;
|
|
2920
3210
|
};
|
|
3211
|
+
statusCode: number;
|
|
2921
3212
|
body: TagResourcesResponseBody;
|
|
2922
3213
|
static names(): {
|
|
2923
3214
|
[key: string]: string;
|
|
@@ -2945,6 +3236,7 @@ export declare class UnInstallClusterAddonsResponse extends $tea.Model {
|
|
|
2945
3236
|
headers: {
|
|
2946
3237
|
[key: string]: string;
|
|
2947
3238
|
};
|
|
3239
|
+
statusCode: number;
|
|
2948
3240
|
static names(): {
|
|
2949
3241
|
[key: string]: string;
|
|
2950
3242
|
};
|
|
@@ -2987,6 +3279,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
2987
3279
|
headers: {
|
|
2988
3280
|
[key: string]: string;
|
|
2989
3281
|
};
|
|
3282
|
+
statusCode: number;
|
|
2990
3283
|
body: UntagResourcesResponseBody;
|
|
2991
3284
|
static names(): {
|
|
2992
3285
|
[key: string]: string;
|
|
@@ -3002,6 +3295,7 @@ export declare class UpdateContactGroupForAlertResponse extends $tea.Model {
|
|
|
3002
3295
|
headers: {
|
|
3003
3296
|
[key: string]: string;
|
|
3004
3297
|
};
|
|
3298
|
+
statusCode: number;
|
|
3005
3299
|
static names(): {
|
|
3006
3300
|
[key: string]: string;
|
|
3007
3301
|
};
|
|
@@ -3029,6 +3323,7 @@ export declare class UpdateK8sClusterUserConfigExpireResponse extends $tea.Model
|
|
|
3029
3323
|
headers: {
|
|
3030
3324
|
[key: string]: string;
|
|
3031
3325
|
};
|
|
3326
|
+
statusCode: number;
|
|
3032
3327
|
static names(): {
|
|
3033
3328
|
[key: string]: string;
|
|
3034
3329
|
};
|
|
@@ -3059,6 +3354,7 @@ export declare class UpdateTemplateResponse extends $tea.Model {
|
|
|
3059
3354
|
headers: {
|
|
3060
3355
|
[key: string]: string;
|
|
3061
3356
|
};
|
|
3357
|
+
statusCode: number;
|
|
3062
3358
|
static names(): {
|
|
3063
3359
|
[key: string]: string;
|
|
3064
3360
|
};
|
|
@@ -3087,6 +3383,7 @@ export declare class UpgradeClusterResponse extends $tea.Model {
|
|
|
3087
3383
|
headers: {
|
|
3088
3384
|
[key: string]: string;
|
|
3089
3385
|
};
|
|
3386
|
+
statusCode: number;
|
|
3090
3387
|
static names(): {
|
|
3091
3388
|
[key: string]: string;
|
|
3092
3389
|
};
|
|
@@ -3113,6 +3410,7 @@ export declare class UpgradeClusterAddonsResponse extends $tea.Model {
|
|
|
3113
3410
|
headers: {
|
|
3114
3411
|
[key: string]: string;
|
|
3115
3412
|
};
|
|
3413
|
+
statusCode: number;
|
|
3116
3414
|
static names(): {
|
|
3117
3415
|
[key: string]: string;
|
|
3118
3416
|
};
|
|
@@ -3371,6 +3669,52 @@ export declare class DescribeAddonsResponseBodyComponentGroups extends $tea.Mode
|
|
|
3371
3669
|
[key: string]: any;
|
|
3372
3670
|
});
|
|
3373
3671
|
}
|
|
3672
|
+
export declare class DescribeClusterEventsResponseBodyEventsData extends $tea.Model {
|
|
3673
|
+
level?: string;
|
|
3674
|
+
message?: string;
|
|
3675
|
+
reason?: string;
|
|
3676
|
+
static names(): {
|
|
3677
|
+
[key: string]: string;
|
|
3678
|
+
};
|
|
3679
|
+
static types(): {
|
|
3680
|
+
[key: string]: any;
|
|
3681
|
+
};
|
|
3682
|
+
constructor(map?: {
|
|
3683
|
+
[key: string]: any;
|
|
3684
|
+
});
|
|
3685
|
+
}
|
|
3686
|
+
export declare class DescribeClusterEventsResponseBodyEvents extends $tea.Model {
|
|
3687
|
+
clusterId?: string;
|
|
3688
|
+
data?: DescribeClusterEventsResponseBodyEventsData;
|
|
3689
|
+
eventId?: string;
|
|
3690
|
+
source?: string;
|
|
3691
|
+
subject?: string;
|
|
3692
|
+
time?: string;
|
|
3693
|
+
type?: string;
|
|
3694
|
+
static names(): {
|
|
3695
|
+
[key: string]: string;
|
|
3696
|
+
};
|
|
3697
|
+
static types(): {
|
|
3698
|
+
[key: string]: any;
|
|
3699
|
+
};
|
|
3700
|
+
constructor(map?: {
|
|
3701
|
+
[key: string]: any;
|
|
3702
|
+
});
|
|
3703
|
+
}
|
|
3704
|
+
export declare class DescribeClusterEventsResponseBodyPageInfo extends $tea.Model {
|
|
3705
|
+
pageNumber?: number;
|
|
3706
|
+
pageSize?: number;
|
|
3707
|
+
totalCount?: number;
|
|
3708
|
+
static names(): {
|
|
3709
|
+
[key: string]: string;
|
|
3710
|
+
};
|
|
3711
|
+
static types(): {
|
|
3712
|
+
[key: string]: any;
|
|
3713
|
+
};
|
|
3714
|
+
constructor(map?: {
|
|
3715
|
+
[key: string]: any;
|
|
3716
|
+
});
|
|
3717
|
+
}
|
|
3374
3718
|
export declare class DescribeClusterLogsResponseBody extends $tea.Model {
|
|
3375
3719
|
ID?: number;
|
|
3376
3720
|
clusterId?: string;
|
|
@@ -3840,6 +4184,51 @@ export declare class DescribeClusterResourcesResponseBody extends $tea.Model {
|
|
|
3840
4184
|
resourceInfo?: string;
|
|
3841
4185
|
resourceType?: string;
|
|
3842
4186
|
state?: string;
|
|
4187
|
+
autoCreate?: number;
|
|
4188
|
+
static names(): {
|
|
4189
|
+
[key: string]: string;
|
|
4190
|
+
};
|
|
4191
|
+
static types(): {
|
|
4192
|
+
[key: string]: any;
|
|
4193
|
+
};
|
|
4194
|
+
constructor(map?: {
|
|
4195
|
+
[key: string]: any;
|
|
4196
|
+
});
|
|
4197
|
+
}
|
|
4198
|
+
export declare class DescribeClusterTasksResponseBodyPageInfo extends $tea.Model {
|
|
4199
|
+
pageNumber?: number;
|
|
4200
|
+
pageSize?: number;
|
|
4201
|
+
totalCount?: number;
|
|
4202
|
+
static names(): {
|
|
4203
|
+
[key: string]: string;
|
|
4204
|
+
};
|
|
4205
|
+
static types(): {
|
|
4206
|
+
[key: string]: any;
|
|
4207
|
+
};
|
|
4208
|
+
constructor(map?: {
|
|
4209
|
+
[key: string]: any;
|
|
4210
|
+
});
|
|
4211
|
+
}
|
|
4212
|
+
export declare class DescribeClusterTasksResponseBodyTasksError extends $tea.Model {
|
|
4213
|
+
code?: string;
|
|
4214
|
+
message?: string;
|
|
4215
|
+
static names(): {
|
|
4216
|
+
[key: string]: string;
|
|
4217
|
+
};
|
|
4218
|
+
static types(): {
|
|
4219
|
+
[key: string]: any;
|
|
4220
|
+
};
|
|
4221
|
+
constructor(map?: {
|
|
4222
|
+
[key: string]: any;
|
|
4223
|
+
});
|
|
4224
|
+
}
|
|
4225
|
+
export declare class DescribeClusterTasksResponseBodyTasks extends $tea.Model {
|
|
4226
|
+
created?: string;
|
|
4227
|
+
error?: DescribeClusterTasksResponseBodyTasksError;
|
|
4228
|
+
state?: string;
|
|
4229
|
+
taskId?: string;
|
|
4230
|
+
taskType?: string;
|
|
4231
|
+
updated?: string;
|
|
3843
4232
|
static names(): {
|
|
3844
4233
|
[key: string]: string;
|
|
3845
4234
|
};
|
|
@@ -4096,6 +4485,34 @@ export declare class DescribeKubernetesVersionMetadataResponseBody extends $tea.
|
|
|
4096
4485
|
[key: string]: any;
|
|
4097
4486
|
});
|
|
4098
4487
|
}
|
|
4488
|
+
export declare class DescribeNodePoolVulsResponseBodyVulRecordsVulList extends $tea.Model {
|
|
4489
|
+
aliasName?: string;
|
|
4490
|
+
cveList?: string[];
|
|
4491
|
+
name?: string;
|
|
4492
|
+
necessity?: string;
|
|
4493
|
+
static names(): {
|
|
4494
|
+
[key: string]: string;
|
|
4495
|
+
};
|
|
4496
|
+
static types(): {
|
|
4497
|
+
[key: string]: any;
|
|
4498
|
+
};
|
|
4499
|
+
constructor(map?: {
|
|
4500
|
+
[key: string]: any;
|
|
4501
|
+
});
|
|
4502
|
+
}
|
|
4503
|
+
export declare class DescribeNodePoolVulsResponseBodyVulRecords extends $tea.Model {
|
|
4504
|
+
instanceId?: string;
|
|
4505
|
+
vulList?: DescribeNodePoolVulsResponseBodyVulRecordsVulList[];
|
|
4506
|
+
static names(): {
|
|
4507
|
+
[key: string]: string;
|
|
4508
|
+
};
|
|
4509
|
+
static types(): {
|
|
4510
|
+
[key: string]: any;
|
|
4511
|
+
};
|
|
4512
|
+
constructor(map?: {
|
|
4513
|
+
[key: string]: any;
|
|
4514
|
+
});
|
|
4515
|
+
}
|
|
4099
4516
|
export declare class DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog extends $tea.Model {
|
|
4100
4517
|
clusterId?: string;
|
|
4101
4518
|
constraintKind?: string;
|
|
@@ -4378,6 +4795,18 @@ export declare class DescribeWorkflowsResponseBodyJobs extends $tea.Model {
|
|
|
4378
4795
|
[key: string]: any;
|
|
4379
4796
|
});
|
|
4380
4797
|
}
|
|
4798
|
+
export declare class FixNodePoolVulsRequestRolloutPolicy extends $tea.Model {
|
|
4799
|
+
maxParallelism?: number;
|
|
4800
|
+
static names(): {
|
|
4801
|
+
[key: string]: string;
|
|
4802
|
+
};
|
|
4803
|
+
static types(): {
|
|
4804
|
+
[key: string]: any;
|
|
4805
|
+
};
|
|
4806
|
+
constructor(map?: {
|
|
4807
|
+
[key: string]: any;
|
|
4808
|
+
});
|
|
4809
|
+
}
|
|
4381
4810
|
export declare class GetKubernetesTriggerResponseBody extends $tea.Model {
|
|
4382
4811
|
id?: string;
|
|
4383
4812
|
name?: string;
|
|
@@ -4558,6 +4987,65 @@ export declare class ModifyClusterNodePoolRequestManagement extends $tea.Model {
|
|
|
4558
4987
|
[key: string]: any;
|
|
4559
4988
|
});
|
|
4560
4989
|
}
|
|
4990
|
+
export declare class ModifyClusterNodePoolRequestNodeConfigKubeletConfiguration extends $tea.Model {
|
|
4991
|
+
cpuManagerPolicy?: string;
|
|
4992
|
+
eventBurst?: number;
|
|
4993
|
+
eventRecordQPS?: number;
|
|
4994
|
+
evictionHard?: {
|
|
4995
|
+
[key: string]: any;
|
|
4996
|
+
};
|
|
4997
|
+
evictionSoft?: {
|
|
4998
|
+
[key: string]: any;
|
|
4999
|
+
};
|
|
5000
|
+
evictionSoftGracePeriod?: {
|
|
5001
|
+
[key: string]: any;
|
|
5002
|
+
};
|
|
5003
|
+
kubeAPIBurst?: number;
|
|
5004
|
+
kubeAPIQPS?: number;
|
|
5005
|
+
kubeReserved?: {
|
|
5006
|
+
[key: string]: any;
|
|
5007
|
+
};
|
|
5008
|
+
registryBurst?: number;
|
|
5009
|
+
registryPullQPS?: number;
|
|
5010
|
+
serializeImagePulls?: boolean;
|
|
5011
|
+
systemReserved?: {
|
|
5012
|
+
[key: string]: any;
|
|
5013
|
+
};
|
|
5014
|
+
static names(): {
|
|
5015
|
+
[key: string]: string;
|
|
5016
|
+
};
|
|
5017
|
+
static types(): {
|
|
5018
|
+
[key: string]: any;
|
|
5019
|
+
};
|
|
5020
|
+
constructor(map?: {
|
|
5021
|
+
[key: string]: any;
|
|
5022
|
+
});
|
|
5023
|
+
}
|
|
5024
|
+
export declare class ModifyClusterNodePoolRequestNodeConfigRolloutPolicy extends $tea.Model {
|
|
5025
|
+
maxUnavailable?: number;
|
|
5026
|
+
static names(): {
|
|
5027
|
+
[key: string]: string;
|
|
5028
|
+
};
|
|
5029
|
+
static types(): {
|
|
5030
|
+
[key: string]: any;
|
|
5031
|
+
};
|
|
5032
|
+
constructor(map?: {
|
|
5033
|
+
[key: string]: any;
|
|
5034
|
+
});
|
|
5035
|
+
}
|
|
5036
|
+
export declare class ModifyClusterNodePoolRequestNodeConfig extends $tea.Model {
|
|
5037
|
+
kubeletConfiguration?: ModifyClusterNodePoolRequestNodeConfigKubeletConfiguration;
|
|
5038
|
+
rolloutPolicy?: ModifyClusterNodePoolRequestNodeConfigRolloutPolicy;
|
|
5039
|
+
static names(): {
|
|
5040
|
+
[key: string]: string;
|
|
5041
|
+
};
|
|
5042
|
+
static types(): {
|
|
5043
|
+
[key: string]: any;
|
|
5044
|
+
};
|
|
5045
|
+
constructor(map?: {
|
|
5046
|
+
[key: string]: any;
|
|
5047
|
+
});
|
|
5048
|
+
}
|
|
4561
5049
|
export declare class ModifyClusterNodePoolRequestNodepoolInfo extends $tea.Model {
|
|
4562
5050
|
name?: string;
|
|
4563
5051
|
resourceGroupId?: string;
|
|
@@ -4735,6 +5223,10 @@ export default class Client extends OpenApi {
|
|
|
4735
5223
|
cancelComponentUpgradeWithOptions(clusterId: string, componentId: string, headers: {
|
|
4736
5224
|
[key: string]: string;
|
|
4737
5225
|
}, runtime: $Util.RuntimeOptions): Promise<CancelComponentUpgradeResponse>;
|
|
5226
|
+
cancelTask(taskId: string): Promise<CancelTaskResponse>;
|
|
5227
|
+
cancelTaskWithOptions(taskId: string, headers: {
|
|
5228
|
+
[key: string]: string;
|
|
5229
|
+
}, runtime: $Util.RuntimeOptions): Promise<CancelTaskResponse>;
|
|
4738
5230
|
cancelWorkflow(workflowName: string, request: CancelWorkflowRequest): Promise<CancelWorkflowResponse>;
|
|
4739
5231
|
cancelWorkflowWithOptions(workflowName: string, request: CancelWorkflowRequest, headers: {
|
|
4740
5232
|
[key: string]: string;
|
|
@@ -4843,14 +5335,14 @@ export default class Client extends OpenApi {
|
|
|
4843
5335
|
describeClusterDetailWithOptions(ClusterId: string, headers: {
|
|
4844
5336
|
[key: string]: string;
|
|
4845
5337
|
}, runtime: $Util.RuntimeOptions): Promise<DescribeClusterDetailResponse>;
|
|
5338
|
+
describeClusterEvents(ClusterId: string, request: DescribeClusterEventsRequest): Promise<DescribeClusterEventsResponse>;
|
|
5339
|
+
describeClusterEventsWithOptions(ClusterId: string, request: DescribeClusterEventsRequest, headers: {
|
|
5340
|
+
[key: string]: string;
|
|
5341
|
+
}, runtime: $Util.RuntimeOptions): Promise<DescribeClusterEventsResponse>;
|
|
4846
5342
|
describeClusterLogs(ClusterId: string): Promise<DescribeClusterLogsResponse>;
|
|
4847
5343
|
describeClusterLogsWithOptions(ClusterId: string, headers: {
|
|
4848
5344
|
[key: string]: string;
|
|
4849
5345
|
}, runtime: $Util.RuntimeOptions): Promise<DescribeClusterLogsResponse>;
|
|
4850
|
-
describeClusterNamespaces(ClusterId: string): Promise<DescribeClusterNamespacesResponse>;
|
|
4851
|
-
describeClusterNamespacesWithOptions(ClusterId: string, headers: {
|
|
4852
|
-
[key: string]: string;
|
|
4853
|
-
}, runtime: $Util.RuntimeOptions): Promise<DescribeClusterNamespacesResponse>;
|
|
4854
5346
|
describeClusterNodePoolDetail(ClusterId: string, NodepoolId: string): Promise<DescribeClusterNodePoolDetailResponse>;
|
|
4855
5347
|
describeClusterNodePoolDetailWithOptions(ClusterId: string, NodepoolId: string, headers: {
|
|
4856
5348
|
[key: string]: string;
|
|
@@ -4867,6 +5359,10 @@ export default class Client extends OpenApi {
|
|
|
4867
5359
|
describeClusterResourcesWithOptions(ClusterId: string, headers: {
|
|
4868
5360
|
[key: string]: string;
|
|
4869
5361
|
}, runtime: $Util.RuntimeOptions): Promise<DescribeClusterResourcesResponse>;
|
|
5362
|
+
describeClusterTasks(clusterId: string): Promise<DescribeClusterTasksResponse>;
|
|
5363
|
+
describeClusterTasksWithOptions(clusterId: string, headers: {
|
|
5364
|
+
[key: string]: string;
|
|
5365
|
+
}, runtime: $Util.RuntimeOptions): Promise<DescribeClusterTasksResponse>;
|
|
4870
5366
|
describeClusterUserKubeconfig(ClusterId: string, request: DescribeClusterUserKubeconfigRequest): Promise<DescribeClusterUserKubeconfigResponse>;
|
|
4871
5367
|
describeClusterUserKubeconfigWithOptions(ClusterId: string, request: DescribeClusterUserKubeconfigRequest, headers: {
|
|
4872
5368
|
[key: string]: string;
|
|
@@ -4911,6 +5407,10 @@ export default class Client extends OpenApi {
|
|
|
4911
5407
|
describeKubernetesVersionMetadataWithOptions(request: DescribeKubernetesVersionMetadataRequest, headers: {
|
|
4912
5408
|
[key: string]: string;
|
|
4913
5409
|
}, runtime: $Util.RuntimeOptions): Promise<DescribeKubernetesVersionMetadataResponse>;
|
|
5410
|
+
describeNodePoolVuls(clusterId: string, nodepoolId: string): Promise<DescribeNodePoolVulsResponse>;
|
|
5411
|
+
describeNodePoolVulsWithOptions(clusterId: string, nodepoolId: string, headers: {
|
|
5412
|
+
[key: string]: string;
|
|
5413
|
+
}, runtime: $Util.RuntimeOptions): Promise<DescribeNodePoolVulsResponse>;
|
|
4914
5414
|
describePolicies(): Promise<DescribePoliciesResponse>;
|
|
4915
5415
|
describePoliciesWithOptions(headers: {
|
|
4916
5416
|
[key: string]: string;
|
|
@@ -4963,6 +5463,10 @@ export default class Client extends OpenApi {
|
|
|
4963
5463
|
edgeClusterAddEdgeMachineWithOptions(clusterid: string, edgeMachineid: string, request: EdgeClusterAddEdgeMachineRequest, headers: {
|
|
4964
5464
|
[key: string]: string;
|
|
4965
5465
|
}, runtime: $Util.RuntimeOptions): Promise<EdgeClusterAddEdgeMachineResponse>;
|
|
5466
|
+
fixNodePoolVuls(clusterId: string, nodepoolId: string, request: FixNodePoolVulsRequest): Promise<FixNodePoolVulsResponse>;
|
|
5467
|
+
fixNodePoolVulsWithOptions(clusterId: string, nodepoolId: string, request: FixNodePoolVulsRequest, headers: {
|
|
5468
|
+
[key: string]: string;
|
|
5469
|
+
}, runtime: $Util.RuntimeOptions): Promise<FixNodePoolVulsResponse>;
|
|
4966
5470
|
getKubernetesTrigger(ClusterId: string, request: GetKubernetesTriggerRequest): Promise<GetKubernetesTriggerResponse>;
|
|
4967
5471
|
getKubernetesTriggerWithOptions(ClusterId: string, request: GetKubernetesTriggerRequest, headers: {
|
|
4968
5472
|
[key: string]: string;
|
|
@@ -4983,8 +5487,8 @@ export default class Client extends OpenApi {
|
|
|
4983
5487
|
listTagResourcesWithOptions(tmpReq: ListTagResourcesRequest, headers: {
|
|
4984
5488
|
[key: string]: string;
|
|
4985
5489
|
}, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
|
|
4986
|
-
migrateCluster(clusterId: string): Promise<MigrateClusterResponse>;
|
|
4987
|
-
migrateClusterWithOptions(clusterId: string, headers: {
|
|
5490
|
+
migrateCluster(clusterId: string, request: MigrateClusterRequest): Promise<MigrateClusterResponse>;
|
|
5491
|
+
migrateClusterWithOptions(clusterId: string, request: MigrateClusterRequest, headers: {
|
|
4988
5492
|
[key: string]: string;
|
|
4989
5493
|
}, runtime: $Util.RuntimeOptions): Promise<MigrateClusterResponse>;
|
|
4990
5494
|
modifyCluster(ClusterId: string, request: ModifyClusterRequest): Promise<ModifyClusterResponse>;
|
|
@@ -5023,6 +5527,10 @@ export default class Client extends OpenApi {
|
|
|
5023
5527
|
pauseComponentUpgradeWithOptions(clusterid: string, componentid: string, headers: {
|
|
5024
5528
|
[key: string]: string;
|
|
5025
5529
|
}, runtime: $Util.RuntimeOptions): Promise<PauseComponentUpgradeResponse>;
|
|
5530
|
+
pauseTask(taskId: string): Promise<PauseTaskResponse>;
|
|
5531
|
+
pauseTaskWithOptions(taskId: string, headers: {
|
|
5532
|
+
[key: string]: string;
|
|
5533
|
+
}, runtime: $Util.RuntimeOptions): Promise<PauseTaskResponse>;
|
|
5026
5534
|
removeClusterNodes(ClusterId: string, request: RemoveClusterNodesRequest): Promise<RemoveClusterNodesResponse>;
|
|
5027
5535
|
removeClusterNodesWithOptions(ClusterId: string, request: RemoveClusterNodesRequest, headers: {
|
|
5028
5536
|
[key: string]: string;
|
|
@@ -5039,6 +5547,10 @@ export default class Client extends OpenApi {
|
|
|
5039
5547
|
resumeComponentUpgradeWithOptions(clusterid: string, componentid: string, headers: {
|
|
5040
5548
|
[key: string]: string;
|
|
5041
5549
|
}, runtime: $Util.RuntimeOptions): Promise<ResumeComponentUpgradeResponse>;
|
|
5550
|
+
resumeTask(taskId: string): Promise<ResumeTaskResponse>;
|
|
5551
|
+
resumeTaskWithOptions(taskId: string, headers: {
|
|
5552
|
+
[key: string]: string;
|
|
5553
|
+
}, runtime: $Util.RuntimeOptions): Promise<ResumeTaskResponse>;
|
|
5042
5554
|
resumeUpgradeCluster(ClusterId: string): Promise<ResumeUpgradeClusterResponse>;
|
|
5043
5555
|
resumeUpgradeClusterWithOptions(ClusterId: string, headers: {
|
|
5044
5556
|
[key: string]: string;
|