@alicloud/cs20151215 3.0.12 → 3.0.13
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 +267 -0
- package/dist/client.js +515 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +666 -0
package/src/client.ts
CHANGED
|
@@ -240,10 +240,12 @@ export class AttachInstancesResponseBody extends $tea.Model {
|
|
|
240
240
|
|
|
241
241
|
export class AttachInstancesResponse extends $tea.Model {
|
|
242
242
|
headers: { [key: string]: string };
|
|
243
|
+
statusCode: number;
|
|
243
244
|
body: AttachInstancesResponseBody;
|
|
244
245
|
static names(): { [key: string]: string } {
|
|
245
246
|
return {
|
|
246
247
|
headers: 'headers',
|
|
248
|
+
statusCode: 'statusCode',
|
|
247
249
|
body: 'body',
|
|
248
250
|
};
|
|
249
251
|
}
|
|
@@ -251,6 +253,7 @@ export class AttachInstancesResponse extends $tea.Model {
|
|
|
251
253
|
static types(): { [key: string]: any } {
|
|
252
254
|
return {
|
|
253
255
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
256
|
+
statusCode: 'number',
|
|
254
257
|
body: AttachInstancesResponseBody,
|
|
255
258
|
};
|
|
256
259
|
}
|
|
@@ -262,15 +265,18 @@ export class AttachInstancesResponse extends $tea.Model {
|
|
|
262
265
|
|
|
263
266
|
export class CancelClusterUpgradeResponse extends $tea.Model {
|
|
264
267
|
headers: { [key: string]: string };
|
|
268
|
+
statusCode: number;
|
|
265
269
|
static names(): { [key: string]: string } {
|
|
266
270
|
return {
|
|
267
271
|
headers: 'headers',
|
|
272
|
+
statusCode: 'statusCode',
|
|
268
273
|
};
|
|
269
274
|
}
|
|
270
275
|
|
|
271
276
|
static types(): { [key: string]: any } {
|
|
272
277
|
return {
|
|
273
278
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
279
|
+
statusCode: 'number',
|
|
274
280
|
};
|
|
275
281
|
}
|
|
276
282
|
|
|
@@ -281,15 +287,40 @@ export class CancelClusterUpgradeResponse extends $tea.Model {
|
|
|
281
287
|
|
|
282
288
|
export class CancelComponentUpgradeResponse extends $tea.Model {
|
|
283
289
|
headers: { [key: string]: string };
|
|
290
|
+
statusCode: number;
|
|
284
291
|
static names(): { [key: string]: string } {
|
|
285
292
|
return {
|
|
286
293
|
headers: 'headers',
|
|
294
|
+
statusCode: 'statusCode',
|
|
287
295
|
};
|
|
288
296
|
}
|
|
289
297
|
|
|
290
298
|
static types(): { [key: string]: any } {
|
|
291
299
|
return {
|
|
292
300
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
301
|
+
statusCode: 'number',
|
|
302
|
+
};
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
constructor(map?: { [key: string]: any }) {
|
|
306
|
+
super(map);
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
export class CancelTaskResponse extends $tea.Model {
|
|
311
|
+
headers: { [key: string]: string };
|
|
312
|
+
statusCode: number;
|
|
313
|
+
static names(): { [key: string]: string } {
|
|
314
|
+
return {
|
|
315
|
+
headers: 'headers',
|
|
316
|
+
statusCode: 'statusCode',
|
|
317
|
+
};
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
static types(): { [key: string]: any } {
|
|
321
|
+
return {
|
|
322
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
323
|
+
statusCode: 'number',
|
|
293
324
|
};
|
|
294
325
|
}
|
|
295
326
|
|
|
@@ -319,15 +350,18 @@ export class CancelWorkflowRequest extends $tea.Model {
|
|
|
319
350
|
|
|
320
351
|
export class CancelWorkflowResponse extends $tea.Model {
|
|
321
352
|
headers: { [key: string]: string };
|
|
353
|
+
statusCode: number;
|
|
322
354
|
static names(): { [key: string]: string } {
|
|
323
355
|
return {
|
|
324
356
|
headers: 'headers',
|
|
357
|
+
statusCode: 'statusCode',
|
|
325
358
|
};
|
|
326
359
|
}
|
|
327
360
|
|
|
328
361
|
static types(): { [key: string]: any } {
|
|
329
362
|
return {
|
|
330
363
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
364
|
+
statusCode: 'number',
|
|
331
365
|
};
|
|
332
366
|
}
|
|
333
367
|
|
|
@@ -375,15 +409,18 @@ export class CreateAutoscalingConfigRequest extends $tea.Model {
|
|
|
375
409
|
|
|
376
410
|
export class CreateAutoscalingConfigResponse extends $tea.Model {
|
|
377
411
|
headers: { [key: string]: string };
|
|
412
|
+
statusCode: number;
|
|
378
413
|
static names(): { [key: string]: string } {
|
|
379
414
|
return {
|
|
380
415
|
headers: 'headers',
|
|
416
|
+
statusCode: 'statusCode',
|
|
381
417
|
};
|
|
382
418
|
}
|
|
383
419
|
|
|
384
420
|
static types(): { [key: string]: any } {
|
|
385
421
|
return {
|
|
386
422
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
423
|
+
statusCode: 'number',
|
|
387
424
|
};
|
|
388
425
|
}
|
|
389
426
|
|
|
@@ -687,10 +724,12 @@ export class CreateClusterResponseBody extends $tea.Model {
|
|
|
687
724
|
|
|
688
725
|
export class CreateClusterResponse extends $tea.Model {
|
|
689
726
|
headers: { [key: string]: string };
|
|
727
|
+
statusCode: number;
|
|
690
728
|
body: CreateClusterResponseBody;
|
|
691
729
|
static names(): { [key: string]: string } {
|
|
692
730
|
return {
|
|
693
731
|
headers: 'headers',
|
|
732
|
+
statusCode: 'statusCode',
|
|
694
733
|
body: 'body',
|
|
695
734
|
};
|
|
696
735
|
}
|
|
@@ -698,6 +737,7 @@ export class CreateClusterResponse extends $tea.Model {
|
|
|
698
737
|
static types(): { [key: string]: any } {
|
|
699
738
|
return {
|
|
700
739
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
740
|
+
statusCode: 'number',
|
|
701
741
|
body: CreateClusterResponseBody,
|
|
702
742
|
};
|
|
703
743
|
}
|
|
@@ -774,10 +814,12 @@ export class CreateClusterNodePoolResponseBody extends $tea.Model {
|
|
|
774
814
|
|
|
775
815
|
export class CreateClusterNodePoolResponse extends $tea.Model {
|
|
776
816
|
headers: { [key: string]: string };
|
|
817
|
+
statusCode: number;
|
|
777
818
|
body: CreateClusterNodePoolResponseBody;
|
|
778
819
|
static names(): { [key: string]: string } {
|
|
779
820
|
return {
|
|
780
821
|
headers: 'headers',
|
|
822
|
+
statusCode: 'statusCode',
|
|
781
823
|
body: 'body',
|
|
782
824
|
};
|
|
783
825
|
}
|
|
@@ -785,6 +827,7 @@ export class CreateClusterNodePoolResponse extends $tea.Model {
|
|
|
785
827
|
static types(): { [key: string]: any } {
|
|
786
828
|
return {
|
|
787
829
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
830
|
+
statusCode: 'number',
|
|
788
831
|
body: CreateClusterNodePoolResponseBody,
|
|
789
832
|
};
|
|
790
833
|
}
|
|
@@ -843,10 +886,12 @@ export class CreateEdgeMachineResponseBody extends $tea.Model {
|
|
|
843
886
|
|
|
844
887
|
export class CreateEdgeMachineResponse extends $tea.Model {
|
|
845
888
|
headers: { [key: string]: string };
|
|
889
|
+
statusCode: number;
|
|
846
890
|
body: CreateEdgeMachineResponseBody;
|
|
847
891
|
static names(): { [key: string]: string } {
|
|
848
892
|
return {
|
|
849
893
|
headers: 'headers',
|
|
894
|
+
statusCode: 'statusCode',
|
|
850
895
|
body: 'body',
|
|
851
896
|
};
|
|
852
897
|
}
|
|
@@ -854,6 +899,7 @@ export class CreateEdgeMachineResponse extends $tea.Model {
|
|
|
854
899
|
static types(): { [key: string]: any } {
|
|
855
900
|
return {
|
|
856
901
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
902
|
+
statusCode: 'number',
|
|
857
903
|
body: CreateEdgeMachineResponseBody,
|
|
858
904
|
};
|
|
859
905
|
}
|
|
@@ -924,10 +970,12 @@ export class CreateKubernetesTriggerResponseBody extends $tea.Model {
|
|
|
924
970
|
|
|
925
971
|
export class CreateKubernetesTriggerResponse extends $tea.Model {
|
|
926
972
|
headers: { [key: string]: string };
|
|
973
|
+
statusCode: number;
|
|
927
974
|
body: CreateKubernetesTriggerResponseBody;
|
|
928
975
|
static names(): { [key: string]: string } {
|
|
929
976
|
return {
|
|
930
977
|
headers: 'headers',
|
|
978
|
+
statusCode: 'statusCode',
|
|
931
979
|
body: 'body',
|
|
932
980
|
};
|
|
933
981
|
}
|
|
@@ -935,6 +983,7 @@ export class CreateKubernetesTriggerResponse extends $tea.Model {
|
|
|
935
983
|
static types(): { [key: string]: any } {
|
|
936
984
|
return {
|
|
937
985
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
986
|
+
statusCode: 'number',
|
|
938
987
|
body: CreateKubernetesTriggerResponseBody,
|
|
939
988
|
};
|
|
940
989
|
}
|
|
@@ -996,10 +1045,12 @@ export class CreateTemplateResponseBody extends $tea.Model {
|
|
|
996
1045
|
|
|
997
1046
|
export class CreateTemplateResponse extends $tea.Model {
|
|
998
1047
|
headers: { [key: string]: string };
|
|
1048
|
+
statusCode: number;
|
|
999
1049
|
body: CreateTemplateResponseBody;
|
|
1000
1050
|
static names(): { [key: string]: string } {
|
|
1001
1051
|
return {
|
|
1002
1052
|
headers: 'headers',
|
|
1053
|
+
statusCode: 'statusCode',
|
|
1003
1054
|
body: 'body',
|
|
1004
1055
|
};
|
|
1005
1056
|
}
|
|
@@ -1007,6 +1058,7 @@ export class CreateTemplateResponse extends $tea.Model {
|
|
|
1007
1058
|
static types(): { [key: string]: any } {
|
|
1008
1059
|
return {
|
|
1009
1060
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1061
|
+
statusCode: 'number',
|
|
1010
1062
|
body: CreateTemplateResponseBody,
|
|
1011
1063
|
};
|
|
1012
1064
|
}
|
|
@@ -1077,10 +1129,12 @@ export class CreateTriggerResponseBody extends $tea.Model {
|
|
|
1077
1129
|
|
|
1078
1130
|
export class CreateTriggerResponse extends $tea.Model {
|
|
1079
1131
|
headers: { [key: string]: string };
|
|
1132
|
+
statusCode: number;
|
|
1080
1133
|
body: CreateTriggerResponseBody;
|
|
1081
1134
|
static names(): { [key: string]: string } {
|
|
1082
1135
|
return {
|
|
1083
1136
|
headers: 'headers',
|
|
1137
|
+
statusCode: 'statusCode',
|
|
1084
1138
|
body: 'body',
|
|
1085
1139
|
};
|
|
1086
1140
|
}
|
|
@@ -1088,6 +1142,7 @@ export class CreateTriggerResponse extends $tea.Model {
|
|
|
1088
1142
|
static types(): { [key: string]: any } {
|
|
1089
1143
|
return {
|
|
1090
1144
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1145
|
+
statusCode: 'number',
|
|
1091
1146
|
body: CreateTriggerResponseBody,
|
|
1092
1147
|
};
|
|
1093
1148
|
}
|
|
@@ -1099,15 +1154,18 @@ export class CreateTriggerResponse extends $tea.Model {
|
|
|
1099
1154
|
|
|
1100
1155
|
export class DeleteAlertContactResponse extends $tea.Model {
|
|
1101
1156
|
headers: { [key: string]: string };
|
|
1157
|
+
statusCode: number;
|
|
1102
1158
|
static names(): { [key: string]: string } {
|
|
1103
1159
|
return {
|
|
1104
1160
|
headers: 'headers',
|
|
1161
|
+
statusCode: 'statusCode',
|
|
1105
1162
|
};
|
|
1106
1163
|
}
|
|
1107
1164
|
|
|
1108
1165
|
static types(): { [key: string]: any } {
|
|
1109
1166
|
return {
|
|
1110
1167
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1168
|
+
statusCode: 'number',
|
|
1111
1169
|
};
|
|
1112
1170
|
}
|
|
1113
1171
|
|
|
@@ -1118,15 +1176,18 @@ export class DeleteAlertContactResponse extends $tea.Model {
|
|
|
1118
1176
|
|
|
1119
1177
|
export class DeleteAlertContactGroupResponse extends $tea.Model {
|
|
1120
1178
|
headers: { [key: string]: string };
|
|
1179
|
+
statusCode: number;
|
|
1121
1180
|
static names(): { [key: string]: string } {
|
|
1122
1181
|
return {
|
|
1123
1182
|
headers: 'headers',
|
|
1183
|
+
statusCode: 'statusCode',
|
|
1124
1184
|
};
|
|
1125
1185
|
}
|
|
1126
1186
|
|
|
1127
1187
|
static types(): { [key: string]: any } {
|
|
1128
1188
|
return {
|
|
1129
1189
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1190
|
+
statusCode: 'number',
|
|
1130
1191
|
};
|
|
1131
1192
|
}
|
|
1132
1193
|
|
|
@@ -1187,15 +1248,18 @@ export class DeleteClusterShrinkRequest extends $tea.Model {
|
|
|
1187
1248
|
|
|
1188
1249
|
export class DeleteClusterResponse extends $tea.Model {
|
|
1189
1250
|
headers: { [key: string]: string };
|
|
1251
|
+
statusCode: number;
|
|
1190
1252
|
static names(): { [key: string]: string } {
|
|
1191
1253
|
return {
|
|
1192
1254
|
headers: 'headers',
|
|
1255
|
+
statusCode: 'statusCode',
|
|
1193
1256
|
};
|
|
1194
1257
|
}
|
|
1195
1258
|
|
|
1196
1259
|
static types(): { [key: string]: any } {
|
|
1197
1260
|
return {
|
|
1198
1261
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1262
|
+
statusCode: 'number',
|
|
1199
1263
|
};
|
|
1200
1264
|
}
|
|
1201
1265
|
|
|
@@ -1244,10 +1308,12 @@ export class DeleteClusterNodepoolResponseBody extends $tea.Model {
|
|
|
1244
1308
|
|
|
1245
1309
|
export class DeleteClusterNodepoolResponse extends $tea.Model {
|
|
1246
1310
|
headers: { [key: string]: string };
|
|
1311
|
+
statusCode: number;
|
|
1247
1312
|
body: DeleteClusterNodepoolResponseBody;
|
|
1248
1313
|
static names(): { [key: string]: string } {
|
|
1249
1314
|
return {
|
|
1250
1315
|
headers: 'headers',
|
|
1316
|
+
statusCode: 'statusCode',
|
|
1251
1317
|
body: 'body',
|
|
1252
1318
|
};
|
|
1253
1319
|
}
|
|
@@ -1255,6 +1321,7 @@ export class DeleteClusterNodepoolResponse extends $tea.Model {
|
|
|
1255
1321
|
static types(): { [key: string]: any } {
|
|
1256
1322
|
return {
|
|
1257
1323
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1324
|
+
statusCode: 'number',
|
|
1258
1325
|
body: DeleteClusterNodepoolResponseBody,
|
|
1259
1326
|
};
|
|
1260
1327
|
}
|
|
@@ -1316,10 +1383,12 @@ export class DeleteClusterNodesResponseBody extends $tea.Model {
|
|
|
1316
1383
|
|
|
1317
1384
|
export class DeleteClusterNodesResponse extends $tea.Model {
|
|
1318
1385
|
headers: { [key: string]: string };
|
|
1386
|
+
statusCode: number;
|
|
1319
1387
|
body: DeleteClusterNodesResponseBody;
|
|
1320
1388
|
static names(): { [key: string]: string } {
|
|
1321
1389
|
return {
|
|
1322
1390
|
headers: 'headers',
|
|
1391
|
+
statusCode: 'statusCode',
|
|
1323
1392
|
body: 'body',
|
|
1324
1393
|
};
|
|
1325
1394
|
}
|
|
@@ -1327,6 +1396,7 @@ export class DeleteClusterNodesResponse extends $tea.Model {
|
|
|
1327
1396
|
static types(): { [key: string]: any } {
|
|
1328
1397
|
return {
|
|
1329
1398
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1399
|
+
statusCode: 'number',
|
|
1330
1400
|
body: DeleteClusterNodesResponseBody,
|
|
1331
1401
|
};
|
|
1332
1402
|
}
|
|
@@ -1357,15 +1427,18 @@ export class DeleteEdgeMachineRequest extends $tea.Model {
|
|
|
1357
1427
|
|
|
1358
1428
|
export class DeleteEdgeMachineResponse extends $tea.Model {
|
|
1359
1429
|
headers: { [key: string]: string };
|
|
1430
|
+
statusCode: number;
|
|
1360
1431
|
static names(): { [key: string]: string } {
|
|
1361
1432
|
return {
|
|
1362
1433
|
headers: 'headers',
|
|
1434
|
+
statusCode: 'statusCode',
|
|
1363
1435
|
};
|
|
1364
1436
|
}
|
|
1365
1437
|
|
|
1366
1438
|
static types(): { [key: string]: any } {
|
|
1367
1439
|
return {
|
|
1368
1440
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1441
|
+
statusCode: 'number',
|
|
1369
1442
|
};
|
|
1370
1443
|
}
|
|
1371
1444
|
|
|
@@ -1376,15 +1449,18 @@ export class DeleteEdgeMachineResponse extends $tea.Model {
|
|
|
1376
1449
|
|
|
1377
1450
|
export class DeleteKubernetesTriggerResponse extends $tea.Model {
|
|
1378
1451
|
headers: { [key: string]: string };
|
|
1452
|
+
statusCode: number;
|
|
1379
1453
|
static names(): { [key: string]: string } {
|
|
1380
1454
|
return {
|
|
1381
1455
|
headers: 'headers',
|
|
1456
|
+
statusCode: 'statusCode',
|
|
1382
1457
|
};
|
|
1383
1458
|
}
|
|
1384
1459
|
|
|
1385
1460
|
static types(): { [key: string]: any } {
|
|
1386
1461
|
return {
|
|
1387
1462
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1463
|
+
statusCode: 'number',
|
|
1388
1464
|
};
|
|
1389
1465
|
}
|
|
1390
1466
|
|
|
@@ -1433,10 +1509,12 @@ export class DeletePolicyInstanceResponseBody extends $tea.Model {
|
|
|
1433
1509
|
|
|
1434
1510
|
export class DeletePolicyInstanceResponse extends $tea.Model {
|
|
1435
1511
|
headers: { [key: string]: string };
|
|
1512
|
+
statusCode: number;
|
|
1436
1513
|
body: DeletePolicyInstanceResponseBody;
|
|
1437
1514
|
static names(): { [key: string]: string } {
|
|
1438
1515
|
return {
|
|
1439
1516
|
headers: 'headers',
|
|
1517
|
+
statusCode: 'statusCode',
|
|
1440
1518
|
body: 'body',
|
|
1441
1519
|
};
|
|
1442
1520
|
}
|
|
@@ -1444,6 +1522,7 @@ export class DeletePolicyInstanceResponse extends $tea.Model {
|
|
|
1444
1522
|
static types(): { [key: string]: any } {
|
|
1445
1523
|
return {
|
|
1446
1524
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1525
|
+
statusCode: 'number',
|
|
1447
1526
|
body: DeletePolicyInstanceResponseBody,
|
|
1448
1527
|
};
|
|
1449
1528
|
}
|
|
@@ -1455,15 +1534,18 @@ export class DeletePolicyInstanceResponse extends $tea.Model {
|
|
|
1455
1534
|
|
|
1456
1535
|
export class DeleteTemplateResponse extends $tea.Model {
|
|
1457
1536
|
headers: { [key: string]: string };
|
|
1537
|
+
statusCode: number;
|
|
1458
1538
|
static names(): { [key: string]: string } {
|
|
1459
1539
|
return {
|
|
1460
1540
|
headers: 'headers',
|
|
1541
|
+
statusCode: 'statusCode',
|
|
1461
1542
|
};
|
|
1462
1543
|
}
|
|
1463
1544
|
|
|
1464
1545
|
static types(): { [key: string]: any } {
|
|
1465
1546
|
return {
|
|
1466
1547
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1548
|
+
statusCode: 'number',
|
|
1467
1549
|
};
|
|
1468
1550
|
}
|
|
1469
1551
|
|
|
@@ -1474,15 +1556,18 @@ export class DeleteTemplateResponse extends $tea.Model {
|
|
|
1474
1556
|
|
|
1475
1557
|
export class DeleteTriggerResponse extends $tea.Model {
|
|
1476
1558
|
headers: { [key: string]: string };
|
|
1559
|
+
statusCode: number;
|
|
1477
1560
|
static names(): { [key: string]: string } {
|
|
1478
1561
|
return {
|
|
1479
1562
|
headers: 'headers',
|
|
1563
|
+
statusCode: 'statusCode',
|
|
1480
1564
|
};
|
|
1481
1565
|
}
|
|
1482
1566
|
|
|
1483
1567
|
static types(): { [key: string]: any } {
|
|
1484
1568
|
return {
|
|
1485
1569
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1570
|
+
statusCode: 'number',
|
|
1486
1571
|
};
|
|
1487
1572
|
}
|
|
1488
1573
|
|
|
@@ -1537,10 +1622,12 @@ export class DeployPolicyInstanceResponseBody extends $tea.Model {
|
|
|
1537
1622
|
|
|
1538
1623
|
export class DeployPolicyInstanceResponse extends $tea.Model {
|
|
1539
1624
|
headers: { [key: string]: string };
|
|
1625
|
+
statusCode: number;
|
|
1540
1626
|
body: DeployPolicyInstanceResponseBody;
|
|
1541
1627
|
static names(): { [key: string]: string } {
|
|
1542
1628
|
return {
|
|
1543
1629
|
headers: 'headers',
|
|
1630
|
+
statusCode: 'statusCode',
|
|
1544
1631
|
body: 'body',
|
|
1545
1632
|
};
|
|
1546
1633
|
}
|
|
@@ -1548,6 +1635,7 @@ export class DeployPolicyInstanceResponse extends $tea.Model {
|
|
|
1548
1635
|
static types(): { [key: string]: any } {
|
|
1549
1636
|
return {
|
|
1550
1637
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1638
|
+
statusCode: 'number',
|
|
1551
1639
|
body: DeployPolicyInstanceResponseBody,
|
|
1552
1640
|
};
|
|
1553
1641
|
}
|
|
@@ -1608,10 +1696,12 @@ export class DescirbeWorkflowResponseBody extends $tea.Model {
|
|
|
1608
1696
|
|
|
1609
1697
|
export class DescirbeWorkflowResponse extends $tea.Model {
|
|
1610
1698
|
headers: { [key: string]: string };
|
|
1699
|
+
statusCode: number;
|
|
1611
1700
|
body: DescirbeWorkflowResponseBody;
|
|
1612
1701
|
static names(): { [key: string]: string } {
|
|
1613
1702
|
return {
|
|
1614
1703
|
headers: 'headers',
|
|
1704
|
+
statusCode: 'statusCode',
|
|
1615
1705
|
body: 'body',
|
|
1616
1706
|
};
|
|
1617
1707
|
}
|
|
@@ -1619,6 +1709,7 @@ export class DescirbeWorkflowResponse extends $tea.Model {
|
|
|
1619
1709
|
static types(): { [key: string]: any } {
|
|
1620
1710
|
return {
|
|
1621
1711
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1712
|
+
statusCode: 'number',
|
|
1622
1713
|
body: DescirbeWorkflowResponseBody,
|
|
1623
1714
|
};
|
|
1624
1715
|
}
|
|
@@ -1674,10 +1765,12 @@ export class DescribeAddonsResponseBody extends $tea.Model {
|
|
|
1674
1765
|
|
|
1675
1766
|
export class DescribeAddonsResponse extends $tea.Model {
|
|
1676
1767
|
headers: { [key: string]: string };
|
|
1768
|
+
statusCode: number;
|
|
1677
1769
|
body: DescribeAddonsResponseBody;
|
|
1678
1770
|
static names(): { [key: string]: string } {
|
|
1679
1771
|
return {
|
|
1680
1772
|
headers: 'headers',
|
|
1773
|
+
statusCode: 'statusCode',
|
|
1681
1774
|
body: 'body',
|
|
1682
1775
|
};
|
|
1683
1776
|
}
|
|
@@ -1685,6 +1778,7 @@ export class DescribeAddonsResponse extends $tea.Model {
|
|
|
1685
1778
|
static types(): { [key: string]: any } {
|
|
1686
1779
|
return {
|
|
1687
1780
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1781
|
+
statusCode: 'number',
|
|
1688
1782
|
body: DescribeAddonsResponseBody,
|
|
1689
1783
|
};
|
|
1690
1784
|
}
|
|
@@ -1721,10 +1815,12 @@ export class DescribeClusterAddonMetadataResponseBody extends $tea.Model {
|
|
|
1721
1815
|
|
|
1722
1816
|
export class DescribeClusterAddonMetadataResponse extends $tea.Model {
|
|
1723
1817
|
headers: { [key: string]: string };
|
|
1818
|
+
statusCode: number;
|
|
1724
1819
|
body: DescribeClusterAddonMetadataResponseBody;
|
|
1725
1820
|
static names(): { [key: string]: string } {
|
|
1726
1821
|
return {
|
|
1727
1822
|
headers: 'headers',
|
|
1823
|
+
statusCode: 'statusCode',
|
|
1728
1824
|
body: 'body',
|
|
1729
1825
|
};
|
|
1730
1826
|
}
|
|
@@ -1732,6 +1828,7 @@ export class DescribeClusterAddonMetadataResponse extends $tea.Model {
|
|
|
1732
1828
|
static types(): { [key: string]: any } {
|
|
1733
1829
|
return {
|
|
1734
1830
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1831
|
+
statusCode: 'number',
|
|
1735
1832
|
body: DescribeClusterAddonMetadataResponseBody,
|
|
1736
1833
|
};
|
|
1737
1834
|
}
|
|
@@ -1743,10 +1840,12 @@ export class DescribeClusterAddonMetadataResponse extends $tea.Model {
|
|
|
1743
1840
|
|
|
1744
1841
|
export class DescribeClusterAddonUpgradeStatusResponse extends $tea.Model {
|
|
1745
1842
|
headers: { [key: string]: string };
|
|
1843
|
+
statusCode: number;
|
|
1746
1844
|
body: {[key: string]: any};
|
|
1747
1845
|
static names(): { [key: string]: string } {
|
|
1748
1846
|
return {
|
|
1749
1847
|
headers: 'headers',
|
|
1848
|
+
statusCode: 'statusCode',
|
|
1750
1849
|
body: 'body',
|
|
1751
1850
|
};
|
|
1752
1851
|
}
|
|
@@ -1754,6 +1853,7 @@ export class DescribeClusterAddonUpgradeStatusResponse extends $tea.Model {
|
|
|
1754
1853
|
static types(): { [key: string]: any } {
|
|
1755
1854
|
return {
|
|
1756
1855
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1856
|
+
statusCode: 'number',
|
|
1757
1857
|
body: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
1758
1858
|
};
|
|
1759
1859
|
}
|
|
@@ -1803,10 +1903,12 @@ export class DescribeClusterAddonsUpgradeStatusShrinkRequest extends $tea.Model
|
|
|
1803
1903
|
|
|
1804
1904
|
export class DescribeClusterAddonsUpgradeStatusResponse extends $tea.Model {
|
|
1805
1905
|
headers: { [key: string]: string };
|
|
1906
|
+
statusCode: number;
|
|
1806
1907
|
body: {[key: string]: any};
|
|
1807
1908
|
static names(): { [key: string]: string } {
|
|
1808
1909
|
return {
|
|
1809
1910
|
headers: 'headers',
|
|
1911
|
+
statusCode: 'statusCode',
|
|
1810
1912
|
body: 'body',
|
|
1811
1913
|
};
|
|
1812
1914
|
}
|
|
@@ -1814,6 +1916,7 @@ export class DescribeClusterAddonsUpgradeStatusResponse extends $tea.Model {
|
|
|
1814
1916
|
static types(): { [key: string]: any } {
|
|
1815
1917
|
return {
|
|
1816
1918
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1919
|
+
statusCode: 'number',
|
|
1817
1920
|
body: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
1818
1921
|
};
|
|
1819
1922
|
}
|
|
@@ -1825,10 +1928,12 @@ export class DescribeClusterAddonsUpgradeStatusResponse extends $tea.Model {
|
|
|
1825
1928
|
|
|
1826
1929
|
export class DescribeClusterAddonsVersionResponse extends $tea.Model {
|
|
1827
1930
|
headers: { [key: string]: string };
|
|
1931
|
+
statusCode: number;
|
|
1828
1932
|
body: {[key: string]: any};
|
|
1829
1933
|
static names(): { [key: string]: string } {
|
|
1830
1934
|
return {
|
|
1831
1935
|
headers: 'headers',
|
|
1936
|
+
statusCode: 'statusCode',
|
|
1832
1937
|
body: 'body',
|
|
1833
1938
|
};
|
|
1834
1939
|
}
|
|
@@ -1836,6 +1941,7 @@ export class DescribeClusterAddonsVersionResponse extends $tea.Model {
|
|
|
1836
1941
|
static types(): { [key: string]: any } {
|
|
1837
1942
|
return {
|
|
1838
1943
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1944
|
+
statusCode: 'number',
|
|
1839
1945
|
body: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
1840
1946
|
};
|
|
1841
1947
|
}
|
|
@@ -1881,10 +1987,12 @@ export class DescribeClusterAttachScriptsRequest extends $tea.Model {
|
|
|
1881
1987
|
|
|
1882
1988
|
export class DescribeClusterAttachScriptsResponse extends $tea.Model {
|
|
1883
1989
|
headers: { [key: string]: string };
|
|
1990
|
+
statusCode: number;
|
|
1884
1991
|
body: string;
|
|
1885
1992
|
static names(): { [key: string]: string } {
|
|
1886
1993
|
return {
|
|
1887
1994
|
headers: 'headers',
|
|
1995
|
+
statusCode: 'statusCode',
|
|
1888
1996
|
body: 'body',
|
|
1889
1997
|
};
|
|
1890
1998
|
}
|
|
@@ -1892,6 +2000,7 @@ export class DescribeClusterAttachScriptsResponse extends $tea.Model {
|
|
|
1892
2000
|
static types(): { [key: string]: any } {
|
|
1893
2001
|
return {
|
|
1894
2002
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2003
|
+
statusCode: 'number',
|
|
1895
2004
|
body: 'string',
|
|
1896
2005
|
};
|
|
1897
2006
|
}
|
|
@@ -2006,10 +2115,12 @@ export class DescribeClusterDetailResponseBody extends $tea.Model {
|
|
|
2006
2115
|
|
|
2007
2116
|
export class DescribeClusterDetailResponse extends $tea.Model {
|
|
2008
2117
|
headers: { [key: string]: string };
|
|
2118
|
+
statusCode: number;
|
|
2009
2119
|
body: DescribeClusterDetailResponseBody;
|
|
2010
2120
|
static names(): { [key: string]: string } {
|
|
2011
2121
|
return {
|
|
2012
2122
|
headers: 'headers',
|
|
2123
|
+
statusCode: 'statusCode',
|
|
2013
2124
|
body: 'body',
|
|
2014
2125
|
};
|
|
2015
2126
|
}
|
|
@@ -2017,6 +2128,7 @@ export class DescribeClusterDetailResponse extends $tea.Model {
|
|
|
2017
2128
|
static types(): { [key: string]: any } {
|
|
2018
2129
|
return {
|
|
2019
2130
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2131
|
+
statusCode: 'number',
|
|
2020
2132
|
body: DescribeClusterDetailResponseBody,
|
|
2021
2133
|
};
|
|
2022
2134
|
}
|
|
@@ -2028,10 +2140,12 @@ export class DescribeClusterDetailResponse extends $tea.Model {
|
|
|
2028
2140
|
|
|
2029
2141
|
export class DescribeClusterLogsResponse extends $tea.Model {
|
|
2030
2142
|
headers: { [key: string]: string };
|
|
2143
|
+
statusCode: number;
|
|
2031
2144
|
body: DescribeClusterLogsResponseBody[];
|
|
2032
2145
|
static names(): { [key: string]: string } {
|
|
2033
2146
|
return {
|
|
2034
2147
|
headers: 'headers',
|
|
2148
|
+
statusCode: 'statusCode',
|
|
2035
2149
|
body: 'body',
|
|
2036
2150
|
};
|
|
2037
2151
|
}
|
|
@@ -2039,6 +2153,7 @@ export class DescribeClusterLogsResponse extends $tea.Model {
|
|
|
2039
2153
|
static types(): { [key: string]: any } {
|
|
2040
2154
|
return {
|
|
2041
2155
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2156
|
+
statusCode: 'number',
|
|
2042
2157
|
body: { 'type': 'array', 'itemType': DescribeClusterLogsResponseBody },
|
|
2043
2158
|
};
|
|
2044
2159
|
}
|
|
@@ -2096,10 +2211,12 @@ export class DescribeClusterNodePoolDetailResponseBody extends $tea.Model {
|
|
|
2096
2211
|
|
|
2097
2212
|
export class DescribeClusterNodePoolDetailResponse extends $tea.Model {
|
|
2098
2213
|
headers: { [key: string]: string };
|
|
2214
|
+
statusCode: number;
|
|
2099
2215
|
body: DescribeClusterNodePoolDetailResponseBody;
|
|
2100
2216
|
static names(): { [key: string]: string } {
|
|
2101
2217
|
return {
|
|
2102
2218
|
headers: 'headers',
|
|
2219
|
+
statusCode: 'statusCode',
|
|
2103
2220
|
body: 'body',
|
|
2104
2221
|
};
|
|
2105
2222
|
}
|
|
@@ -2107,6 +2224,7 @@ export class DescribeClusterNodePoolDetailResponse extends $tea.Model {
|
|
|
2107
2224
|
static types(): { [key: string]: any } {
|
|
2108
2225
|
return {
|
|
2109
2226
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2227
|
+
statusCode: 'number',
|
|
2110
2228
|
body: DescribeClusterNodePoolDetailResponseBody,
|
|
2111
2229
|
};
|
|
2112
2230
|
}
|
|
@@ -2137,10 +2255,12 @@ export class DescribeClusterNodePoolsResponseBody extends $tea.Model {
|
|
|
2137
2255
|
|
|
2138
2256
|
export class DescribeClusterNodePoolsResponse extends $tea.Model {
|
|
2139
2257
|
headers: { [key: string]: string };
|
|
2258
|
+
statusCode: number;
|
|
2140
2259
|
body: DescribeClusterNodePoolsResponseBody;
|
|
2141
2260
|
static names(): { [key: string]: string } {
|
|
2142
2261
|
return {
|
|
2143
2262
|
headers: 'headers',
|
|
2263
|
+
statusCode: 'statusCode',
|
|
2144
2264
|
body: 'body',
|
|
2145
2265
|
};
|
|
2146
2266
|
}
|
|
@@ -2148,6 +2268,7 @@ export class DescribeClusterNodePoolsResponse extends $tea.Model {
|
|
|
2148
2268
|
static types(): { [key: string]: any } {
|
|
2149
2269
|
return {
|
|
2150
2270
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2271
|
+
statusCode: 'number',
|
|
2151
2272
|
body: DescribeClusterNodePoolsResponseBody,
|
|
2152
2273
|
};
|
|
2153
2274
|
}
|
|
@@ -2212,10 +2333,12 @@ export class DescribeClusterNodesResponseBody extends $tea.Model {
|
|
|
2212
2333
|
|
|
2213
2334
|
export class DescribeClusterNodesResponse extends $tea.Model {
|
|
2214
2335
|
headers: { [key: string]: string };
|
|
2336
|
+
statusCode: number;
|
|
2215
2337
|
body: DescribeClusterNodesResponseBody;
|
|
2216
2338
|
static names(): { [key: string]: string } {
|
|
2217
2339
|
return {
|
|
2218
2340
|
headers: 'headers',
|
|
2341
|
+
statusCode: 'statusCode',
|
|
2219
2342
|
body: 'body',
|
|
2220
2343
|
};
|
|
2221
2344
|
}
|
|
@@ -2223,6 +2346,7 @@ export class DescribeClusterNodesResponse extends $tea.Model {
|
|
|
2223
2346
|
static types(): { [key: string]: any } {
|
|
2224
2347
|
return {
|
|
2225
2348
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2349
|
+
statusCode: 'number',
|
|
2226
2350
|
body: DescribeClusterNodesResponseBody,
|
|
2227
2351
|
};
|
|
2228
2352
|
}
|
|
@@ -2234,10 +2358,12 @@ export class DescribeClusterNodesResponse extends $tea.Model {
|
|
|
2234
2358
|
|
|
2235
2359
|
export class DescribeClusterResourcesResponse extends $tea.Model {
|
|
2236
2360
|
headers: { [key: string]: string };
|
|
2361
|
+
statusCode: number;
|
|
2237
2362
|
body: DescribeClusterResourcesResponseBody[];
|
|
2238
2363
|
static names(): { [key: string]: string } {
|
|
2239
2364
|
return {
|
|
2240
2365
|
headers: 'headers',
|
|
2366
|
+
statusCode: 'statusCode',
|
|
2241
2367
|
body: 'body',
|
|
2242
2368
|
};
|
|
2243
2369
|
}
|
|
@@ -2245,6 +2371,7 @@ export class DescribeClusterResourcesResponse extends $tea.Model {
|
|
|
2245
2371
|
static types(): { [key: string]: any } {
|
|
2246
2372
|
return {
|
|
2247
2373
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2374
|
+
statusCode: 'number',
|
|
2248
2375
|
body: { 'type': 'array', 'itemType': DescribeClusterResourcesResponseBody },
|
|
2249
2376
|
};
|
|
2250
2377
|
}
|
|
@@ -2300,10 +2427,12 @@ export class DescribeClusterUserKubeconfigResponseBody extends $tea.Model {
|
|
|
2300
2427
|
|
|
2301
2428
|
export class DescribeClusterUserKubeconfigResponse extends $tea.Model {
|
|
2302
2429
|
headers: { [key: string]: string };
|
|
2430
|
+
statusCode: number;
|
|
2303
2431
|
body: DescribeClusterUserKubeconfigResponseBody;
|
|
2304
2432
|
static names(): { [key: string]: string } {
|
|
2305
2433
|
return {
|
|
2306
2434
|
headers: 'headers',
|
|
2435
|
+
statusCode: 'statusCode',
|
|
2307
2436
|
body: 'body',
|
|
2308
2437
|
};
|
|
2309
2438
|
}
|
|
@@ -2311,6 +2440,7 @@ export class DescribeClusterUserKubeconfigResponse extends $tea.Model {
|
|
|
2311
2440
|
static types(): { [key: string]: any } {
|
|
2312
2441
|
return {
|
|
2313
2442
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2443
|
+
statusCode: 'number',
|
|
2314
2444
|
body: DescribeClusterUserKubeconfigResponseBody,
|
|
2315
2445
|
};
|
|
2316
2446
|
}
|
|
@@ -2360,10 +2490,12 @@ export class DescribeClusterV2UserKubeconfigResponseBody extends $tea.Model {
|
|
|
2360
2490
|
|
|
2361
2491
|
export class DescribeClusterV2UserKubeconfigResponse extends $tea.Model {
|
|
2362
2492
|
headers: { [key: string]: string };
|
|
2493
|
+
statusCode: number;
|
|
2363
2494
|
body: DescribeClusterV2UserKubeconfigResponseBody;
|
|
2364
2495
|
static names(): { [key: string]: string } {
|
|
2365
2496
|
return {
|
|
2366
2497
|
headers: 'headers',
|
|
2498
|
+
statusCode: 'statusCode',
|
|
2367
2499
|
body: 'body',
|
|
2368
2500
|
};
|
|
2369
2501
|
}
|
|
@@ -2371,6 +2503,7 @@ export class DescribeClusterV2UserKubeconfigResponse extends $tea.Model {
|
|
|
2371
2503
|
static types(): { [key: string]: any } {
|
|
2372
2504
|
return {
|
|
2373
2505
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2506
|
+
statusCode: 'number',
|
|
2374
2507
|
body: DescribeClusterV2UserKubeconfigResponseBody,
|
|
2375
2508
|
};
|
|
2376
2509
|
}
|
|
@@ -2404,10 +2537,12 @@ export class DescribeClustersRequest extends $tea.Model {
|
|
|
2404
2537
|
|
|
2405
2538
|
export class DescribeClustersResponse extends $tea.Model {
|
|
2406
2539
|
headers: { [key: string]: string };
|
|
2540
|
+
statusCode: number;
|
|
2407
2541
|
body: DescribeClustersResponseBody[];
|
|
2408
2542
|
static names(): { [key: string]: string } {
|
|
2409
2543
|
return {
|
|
2410
2544
|
headers: 'headers',
|
|
2545
|
+
statusCode: 'statusCode',
|
|
2411
2546
|
body: 'body',
|
|
2412
2547
|
};
|
|
2413
2548
|
}
|
|
@@ -2415,6 +2550,7 @@ export class DescribeClustersResponse extends $tea.Model {
|
|
|
2415
2550
|
static types(): { [key: string]: any } {
|
|
2416
2551
|
return {
|
|
2417
2552
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2553
|
+
statusCode: 'number',
|
|
2418
2554
|
body: { 'type': 'array', 'itemType': DescribeClustersResponseBody },
|
|
2419
2555
|
};
|
|
2420
2556
|
}
|
|
@@ -2485,10 +2621,12 @@ export class DescribeClustersV1ResponseBody extends $tea.Model {
|
|
|
2485
2621
|
|
|
2486
2622
|
export class DescribeClustersV1Response extends $tea.Model {
|
|
2487
2623
|
headers: { [key: string]: string };
|
|
2624
|
+
statusCode: number;
|
|
2488
2625
|
body: DescribeClustersV1ResponseBody;
|
|
2489
2626
|
static names(): { [key: string]: string } {
|
|
2490
2627
|
return {
|
|
2491
2628
|
headers: 'headers',
|
|
2629
|
+
statusCode: 'statusCode',
|
|
2492
2630
|
body: 'body',
|
|
2493
2631
|
};
|
|
2494
2632
|
}
|
|
@@ -2496,6 +2634,7 @@ export class DescribeClustersV1Response extends $tea.Model {
|
|
|
2496
2634
|
static types(): { [key: string]: any } {
|
|
2497
2635
|
return {
|
|
2498
2636
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2637
|
+
statusCode: 'number',
|
|
2499
2638
|
body: DescribeClustersV1ResponseBody,
|
|
2500
2639
|
};
|
|
2501
2640
|
}
|
|
@@ -2538,10 +2677,12 @@ export class DescribeEdgeMachineActiveProcessResponseBody extends $tea.Model {
|
|
|
2538
2677
|
|
|
2539
2678
|
export class DescribeEdgeMachineActiveProcessResponse extends $tea.Model {
|
|
2540
2679
|
headers: { [key: string]: string };
|
|
2680
|
+
statusCode: number;
|
|
2541
2681
|
body: DescribeEdgeMachineActiveProcessResponseBody;
|
|
2542
2682
|
static names(): { [key: string]: string } {
|
|
2543
2683
|
return {
|
|
2544
2684
|
headers: 'headers',
|
|
2685
|
+
statusCode: 'statusCode',
|
|
2545
2686
|
body: 'body',
|
|
2546
2687
|
};
|
|
2547
2688
|
}
|
|
@@ -2549,6 +2690,7 @@ export class DescribeEdgeMachineActiveProcessResponse extends $tea.Model {
|
|
|
2549
2690
|
static types(): { [key: string]: any } {
|
|
2550
2691
|
return {
|
|
2551
2692
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2693
|
+
statusCode: 'number',
|
|
2552
2694
|
body: DescribeEdgeMachineActiveProcessResponseBody,
|
|
2553
2695
|
};
|
|
2554
2696
|
}
|
|
@@ -2579,10 +2721,12 @@ export class DescribeEdgeMachineModelsResponseBody extends $tea.Model {
|
|
|
2579
2721
|
|
|
2580
2722
|
export class DescribeEdgeMachineModelsResponse extends $tea.Model {
|
|
2581
2723
|
headers: { [key: string]: string };
|
|
2724
|
+
statusCode: number;
|
|
2582
2725
|
body: DescribeEdgeMachineModelsResponseBody;
|
|
2583
2726
|
static names(): { [key: string]: string } {
|
|
2584
2727
|
return {
|
|
2585
2728
|
headers: 'headers',
|
|
2729
|
+
statusCode: 'statusCode',
|
|
2586
2730
|
body: 'body',
|
|
2587
2731
|
};
|
|
2588
2732
|
}
|
|
@@ -2590,6 +2734,7 @@ export class DescribeEdgeMachineModelsResponse extends $tea.Model {
|
|
|
2590
2734
|
static types(): { [key: string]: any } {
|
|
2591
2735
|
return {
|
|
2592
2736
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2737
|
+
statusCode: 'number',
|
|
2593
2738
|
body: DescribeEdgeMachineModelsResponseBody,
|
|
2594
2739
|
};
|
|
2595
2740
|
}
|
|
@@ -2638,10 +2783,12 @@ export class DescribeEdgeMachineTunnelConfigDetailResponseBody extends $tea.Mode
|
|
|
2638
2783
|
|
|
2639
2784
|
export class DescribeEdgeMachineTunnelConfigDetailResponse extends $tea.Model {
|
|
2640
2785
|
headers: { [key: string]: string };
|
|
2786
|
+
statusCode: number;
|
|
2641
2787
|
body: DescribeEdgeMachineTunnelConfigDetailResponseBody;
|
|
2642
2788
|
static names(): { [key: string]: string } {
|
|
2643
2789
|
return {
|
|
2644
2790
|
headers: 'headers',
|
|
2791
|
+
statusCode: 'statusCode',
|
|
2645
2792
|
body: 'body',
|
|
2646
2793
|
};
|
|
2647
2794
|
}
|
|
@@ -2649,6 +2796,7 @@ export class DescribeEdgeMachineTunnelConfigDetailResponse extends $tea.Model {
|
|
|
2649
2796
|
static types(): { [key: string]: any } {
|
|
2650
2797
|
return {
|
|
2651
2798
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2799
|
+
statusCode: 'number',
|
|
2652
2800
|
body: DescribeEdgeMachineTunnelConfigDetailResponseBody,
|
|
2653
2801
|
};
|
|
2654
2802
|
}
|
|
@@ -2716,10 +2864,12 @@ export class DescribeEdgeMachinesResponseBody extends $tea.Model {
|
|
|
2716
2864
|
|
|
2717
2865
|
export class DescribeEdgeMachinesResponse extends $tea.Model {
|
|
2718
2866
|
headers: { [key: string]: string };
|
|
2867
|
+
statusCode: number;
|
|
2719
2868
|
body: DescribeEdgeMachinesResponseBody;
|
|
2720
2869
|
static names(): { [key: string]: string } {
|
|
2721
2870
|
return {
|
|
2722
2871
|
headers: 'headers',
|
|
2872
|
+
statusCode: 'statusCode',
|
|
2723
2873
|
body: 'body',
|
|
2724
2874
|
};
|
|
2725
2875
|
}
|
|
@@ -2727,6 +2877,7 @@ export class DescribeEdgeMachinesResponse extends $tea.Model {
|
|
|
2727
2877
|
static types(): { [key: string]: any } {
|
|
2728
2878
|
return {
|
|
2729
2879
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2880
|
+
statusCode: 'number',
|
|
2730
2881
|
body: DescribeEdgeMachinesResponseBody,
|
|
2731
2882
|
};
|
|
2732
2883
|
}
|
|
@@ -2788,10 +2939,12 @@ export class DescribeEventsResponseBody extends $tea.Model {
|
|
|
2788
2939
|
|
|
2789
2940
|
export class DescribeEventsResponse extends $tea.Model {
|
|
2790
2941
|
headers: { [key: string]: string };
|
|
2942
|
+
statusCode: number;
|
|
2791
2943
|
body: DescribeEventsResponseBody;
|
|
2792
2944
|
static names(): { [key: string]: string } {
|
|
2793
2945
|
return {
|
|
2794
2946
|
headers: 'headers',
|
|
2947
|
+
statusCode: 'statusCode',
|
|
2795
2948
|
body: 'body',
|
|
2796
2949
|
};
|
|
2797
2950
|
}
|
|
@@ -2799,6 +2952,7 @@ export class DescribeEventsResponse extends $tea.Model {
|
|
|
2799
2952
|
static types(): { [key: string]: any } {
|
|
2800
2953
|
return {
|
|
2801
2954
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2955
|
+
statusCode: 'number',
|
|
2802
2956
|
body: DescribeEventsResponseBody,
|
|
2803
2957
|
};
|
|
2804
2958
|
}
|
|
@@ -2848,10 +3002,12 @@ export class DescribeExternalAgentResponseBody extends $tea.Model {
|
|
|
2848
3002
|
|
|
2849
3003
|
export class DescribeExternalAgentResponse extends $tea.Model {
|
|
2850
3004
|
headers: { [key: string]: string };
|
|
3005
|
+
statusCode: number;
|
|
2851
3006
|
body: DescribeExternalAgentResponseBody;
|
|
2852
3007
|
static names(): { [key: string]: string } {
|
|
2853
3008
|
return {
|
|
2854
3009
|
headers: 'headers',
|
|
3010
|
+
statusCode: 'statusCode',
|
|
2855
3011
|
body: 'body',
|
|
2856
3012
|
};
|
|
2857
3013
|
}
|
|
@@ -2859,6 +3015,7 @@ export class DescribeExternalAgentResponse extends $tea.Model {
|
|
|
2859
3015
|
static types(): { [key: string]: any } {
|
|
2860
3016
|
return {
|
|
2861
3017
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3018
|
+
statusCode: 'number',
|
|
2862
3019
|
body: DescribeExternalAgentResponseBody,
|
|
2863
3020
|
};
|
|
2864
3021
|
}
|
|
@@ -2901,10 +3058,12 @@ export class DescribeKubernetesVersionMetadataRequest extends $tea.Model {
|
|
|
2901
3058
|
|
|
2902
3059
|
export class DescribeKubernetesVersionMetadataResponse extends $tea.Model {
|
|
2903
3060
|
headers: { [key: string]: string };
|
|
3061
|
+
statusCode: number;
|
|
2904
3062
|
body: DescribeKubernetesVersionMetadataResponseBody[];
|
|
2905
3063
|
static names(): { [key: string]: string } {
|
|
2906
3064
|
return {
|
|
2907
3065
|
headers: 'headers',
|
|
3066
|
+
statusCode: 'statusCode',
|
|
2908
3067
|
body: 'body',
|
|
2909
3068
|
};
|
|
2910
3069
|
}
|
|
@@ -2912,6 +3071,7 @@ export class DescribeKubernetesVersionMetadataResponse extends $tea.Model {
|
|
|
2912
3071
|
static types(): { [key: string]: any } {
|
|
2913
3072
|
return {
|
|
2914
3073
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3074
|
+
statusCode: 'number',
|
|
2915
3075
|
body: { 'type': 'array', 'itemType': DescribeKubernetesVersionMetadataResponseBody },
|
|
2916
3076
|
};
|
|
2917
3077
|
}
|
|
@@ -2921,12 +3081,58 @@ export class DescribeKubernetesVersionMetadataResponse extends $tea.Model {
|
|
|
2921
3081
|
}
|
|
2922
3082
|
}
|
|
2923
3083
|
|
|
3084
|
+
export class DescribeNodePoolVulsResponseBody extends $tea.Model {
|
|
3085
|
+
vulRecords?: DescribeNodePoolVulsResponseBodyVulRecords[];
|
|
3086
|
+
static names(): { [key: string]: string } {
|
|
3087
|
+
return {
|
|
3088
|
+
vulRecords: 'vul_records',
|
|
3089
|
+
};
|
|
3090
|
+
}
|
|
3091
|
+
|
|
3092
|
+
static types(): { [key: string]: any } {
|
|
3093
|
+
return {
|
|
3094
|
+
vulRecords: { 'type': 'array', 'itemType': DescribeNodePoolVulsResponseBodyVulRecords },
|
|
3095
|
+
};
|
|
3096
|
+
}
|
|
3097
|
+
|
|
3098
|
+
constructor(map?: { [key: string]: any }) {
|
|
3099
|
+
super(map);
|
|
3100
|
+
}
|
|
3101
|
+
}
|
|
3102
|
+
|
|
3103
|
+
export class DescribeNodePoolVulsResponse extends $tea.Model {
|
|
3104
|
+
headers: { [key: string]: string };
|
|
3105
|
+
statusCode: number;
|
|
3106
|
+
body: DescribeNodePoolVulsResponseBody;
|
|
3107
|
+
static names(): { [key: string]: string } {
|
|
3108
|
+
return {
|
|
3109
|
+
headers: 'headers',
|
|
3110
|
+
statusCode: 'statusCode',
|
|
3111
|
+
body: 'body',
|
|
3112
|
+
};
|
|
3113
|
+
}
|
|
3114
|
+
|
|
3115
|
+
static types(): { [key: string]: any } {
|
|
3116
|
+
return {
|
|
3117
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3118
|
+
statusCode: 'number',
|
|
3119
|
+
body: DescribeNodePoolVulsResponseBody,
|
|
3120
|
+
};
|
|
3121
|
+
}
|
|
3122
|
+
|
|
3123
|
+
constructor(map?: { [key: string]: any }) {
|
|
3124
|
+
super(map);
|
|
3125
|
+
}
|
|
3126
|
+
}
|
|
3127
|
+
|
|
2924
3128
|
export class DescribePoliciesResponse extends $tea.Model {
|
|
2925
3129
|
headers: { [key: string]: string };
|
|
3130
|
+
statusCode: number;
|
|
2926
3131
|
body: {[key: string]: any};
|
|
2927
3132
|
static names(): { [key: string]: string } {
|
|
2928
3133
|
return {
|
|
2929
3134
|
headers: 'headers',
|
|
3135
|
+
statusCode: 'statusCode',
|
|
2930
3136
|
body: 'body',
|
|
2931
3137
|
};
|
|
2932
3138
|
}
|
|
@@ -2934,6 +3140,7 @@ export class DescribePoliciesResponse extends $tea.Model {
|
|
|
2934
3140
|
static types(): { [key: string]: any } {
|
|
2935
3141
|
return {
|
|
2936
3142
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3143
|
+
statusCode: 'number',
|
|
2937
3144
|
body: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
2938
3145
|
};
|
|
2939
3146
|
}
|
|
@@ -2985,10 +3192,12 @@ export class DescribePolicyDetailsResponseBody extends $tea.Model {
|
|
|
2985
3192
|
|
|
2986
3193
|
export class DescribePolicyDetailsResponse extends $tea.Model {
|
|
2987
3194
|
headers: { [key: string]: string };
|
|
3195
|
+
statusCode: number;
|
|
2988
3196
|
body: DescribePolicyDetailsResponseBody;
|
|
2989
3197
|
static names(): { [key: string]: string } {
|
|
2990
3198
|
return {
|
|
2991
3199
|
headers: 'headers',
|
|
3200
|
+
statusCode: 'statusCode',
|
|
2992
3201
|
body: 'body',
|
|
2993
3202
|
};
|
|
2994
3203
|
}
|
|
@@ -2996,6 +3205,7 @@ export class DescribePolicyDetailsResponse extends $tea.Model {
|
|
|
2996
3205
|
static types(): { [key: string]: any } {
|
|
2997
3206
|
return {
|
|
2998
3207
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3208
|
+
statusCode: 'number',
|
|
2999
3209
|
body: DescribePolicyDetailsResponseBody,
|
|
3000
3210
|
};
|
|
3001
3211
|
}
|
|
@@ -3035,10 +3245,12 @@ export class DescribePolicyGovernanceInClusterResponseBody extends $tea.Model {
|
|
|
3035
3245
|
|
|
3036
3246
|
export class DescribePolicyGovernanceInClusterResponse extends $tea.Model {
|
|
3037
3247
|
headers: { [key: string]: string };
|
|
3248
|
+
statusCode: number;
|
|
3038
3249
|
body: DescribePolicyGovernanceInClusterResponseBody;
|
|
3039
3250
|
static names(): { [key: string]: string } {
|
|
3040
3251
|
return {
|
|
3041
3252
|
headers: 'headers',
|
|
3253
|
+
statusCode: 'statusCode',
|
|
3042
3254
|
body: 'body',
|
|
3043
3255
|
};
|
|
3044
3256
|
}
|
|
@@ -3046,6 +3258,7 @@ export class DescribePolicyGovernanceInClusterResponse extends $tea.Model {
|
|
|
3046
3258
|
static types(): { [key: string]: any } {
|
|
3047
3259
|
return {
|
|
3048
3260
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3261
|
+
statusCode: 'number',
|
|
3049
3262
|
body: DescribePolicyGovernanceInClusterResponseBody,
|
|
3050
3263
|
};
|
|
3051
3264
|
}
|
|
@@ -3079,10 +3292,12 @@ export class DescribePolicyInstancesRequest extends $tea.Model {
|
|
|
3079
3292
|
|
|
3080
3293
|
export class DescribePolicyInstancesResponse extends $tea.Model {
|
|
3081
3294
|
headers: { [key: string]: string };
|
|
3295
|
+
statusCode: number;
|
|
3082
3296
|
body: DescribePolicyInstancesResponseBody[];
|
|
3083
3297
|
static names(): { [key: string]: string } {
|
|
3084
3298
|
return {
|
|
3085
3299
|
headers: 'headers',
|
|
3300
|
+
statusCode: 'statusCode',
|
|
3086
3301
|
body: 'body',
|
|
3087
3302
|
};
|
|
3088
3303
|
}
|
|
@@ -3090,6 +3305,7 @@ export class DescribePolicyInstancesResponse extends $tea.Model {
|
|
|
3090
3305
|
static types(): { [key: string]: any } {
|
|
3091
3306
|
return {
|
|
3092
3307
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3308
|
+
statusCode: 'number',
|
|
3093
3309
|
body: { 'type': 'array', 'itemType': DescribePolicyInstancesResponseBody },
|
|
3094
3310
|
};
|
|
3095
3311
|
}
|
|
@@ -3123,10 +3339,12 @@ export class DescribePolicyInstancesStatusResponseBody extends $tea.Model {
|
|
|
3123
3339
|
|
|
3124
3340
|
export class DescribePolicyInstancesStatusResponse extends $tea.Model {
|
|
3125
3341
|
headers: { [key: string]: string };
|
|
3342
|
+
statusCode: number;
|
|
3126
3343
|
body: DescribePolicyInstancesStatusResponseBody;
|
|
3127
3344
|
static names(): { [key: string]: string } {
|
|
3128
3345
|
return {
|
|
3129
3346
|
headers: 'headers',
|
|
3347
|
+
statusCode: 'statusCode',
|
|
3130
3348
|
body: 'body',
|
|
3131
3349
|
};
|
|
3132
3350
|
}
|
|
@@ -3134,6 +3352,7 @@ export class DescribePolicyInstancesStatusResponse extends $tea.Model {
|
|
|
3134
3352
|
static types(): { [key: string]: any } {
|
|
3135
3353
|
return {
|
|
3136
3354
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3355
|
+
statusCode: 'number',
|
|
3137
3356
|
body: DescribePolicyInstancesStatusResponseBody,
|
|
3138
3357
|
};
|
|
3139
3358
|
}
|
|
@@ -3182,10 +3401,12 @@ export class DescribeTaskInfoResponseBody extends $tea.Model {
|
|
|
3182
3401
|
|
|
3183
3402
|
export class DescribeTaskInfoResponse extends $tea.Model {
|
|
3184
3403
|
headers: { [key: string]: string };
|
|
3404
|
+
statusCode: number;
|
|
3185
3405
|
body: DescribeTaskInfoResponseBody;
|
|
3186
3406
|
static names(): { [key: string]: string } {
|
|
3187
3407
|
return {
|
|
3188
3408
|
headers: 'headers',
|
|
3409
|
+
statusCode: 'statusCode',
|
|
3189
3410
|
body: 'body',
|
|
3190
3411
|
};
|
|
3191
3412
|
}
|
|
@@ -3193,6 +3414,7 @@ export class DescribeTaskInfoResponse extends $tea.Model {
|
|
|
3193
3414
|
static types(): { [key: string]: any } {
|
|
3194
3415
|
return {
|
|
3195
3416
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3417
|
+
statusCode: 'number',
|
|
3196
3418
|
body: DescribeTaskInfoResponseBody,
|
|
3197
3419
|
};
|
|
3198
3420
|
}
|
|
@@ -3223,10 +3445,12 @@ export class DescribeTemplateAttributeRequest extends $tea.Model {
|
|
|
3223
3445
|
|
|
3224
3446
|
export class DescribeTemplateAttributeResponse extends $tea.Model {
|
|
3225
3447
|
headers: { [key: string]: string };
|
|
3448
|
+
statusCode: number;
|
|
3226
3449
|
body: DescribeTemplateAttributeResponseBody[];
|
|
3227
3450
|
static names(): { [key: string]: string } {
|
|
3228
3451
|
return {
|
|
3229
3452
|
headers: 'headers',
|
|
3453
|
+
statusCode: 'statusCode',
|
|
3230
3454
|
body: 'body',
|
|
3231
3455
|
};
|
|
3232
3456
|
}
|
|
@@ -3234,6 +3458,7 @@ export class DescribeTemplateAttributeResponse extends $tea.Model {
|
|
|
3234
3458
|
static types(): { [key: string]: any } {
|
|
3235
3459
|
return {
|
|
3236
3460
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3461
|
+
statusCode: 'number',
|
|
3237
3462
|
body: { 'type': 'array', 'itemType': DescribeTemplateAttributeResponseBody },
|
|
3238
3463
|
};
|
|
3239
3464
|
}
|
|
@@ -3292,10 +3517,12 @@ export class DescribeTemplatesResponseBody extends $tea.Model {
|
|
|
3292
3517
|
|
|
3293
3518
|
export class DescribeTemplatesResponse extends $tea.Model {
|
|
3294
3519
|
headers: { [key: string]: string };
|
|
3520
|
+
statusCode: number;
|
|
3295
3521
|
body: DescribeTemplatesResponseBody;
|
|
3296
3522
|
static names(): { [key: string]: string } {
|
|
3297
3523
|
return {
|
|
3298
3524
|
headers: 'headers',
|
|
3525
|
+
statusCode: 'statusCode',
|
|
3299
3526
|
body: 'body',
|
|
3300
3527
|
};
|
|
3301
3528
|
}
|
|
@@ -3303,6 +3530,7 @@ export class DescribeTemplatesResponse extends $tea.Model {
|
|
|
3303
3530
|
static types(): { [key: string]: any } {
|
|
3304
3531
|
return {
|
|
3305
3532
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3533
|
+
statusCode: 'number',
|
|
3306
3534
|
body: DescribeTemplatesResponseBody,
|
|
3307
3535
|
};
|
|
3308
3536
|
}
|
|
@@ -3342,10 +3570,12 @@ export class DescribeTriggerRequest extends $tea.Model {
|
|
|
3342
3570
|
|
|
3343
3571
|
export class DescribeTriggerResponse extends $tea.Model {
|
|
3344
3572
|
headers: { [key: string]: string };
|
|
3573
|
+
statusCode: number;
|
|
3345
3574
|
body: DescribeTriggerResponseBody[];
|
|
3346
3575
|
static names(): { [key: string]: string } {
|
|
3347
3576
|
return {
|
|
3348
3577
|
headers: 'headers',
|
|
3578
|
+
statusCode: 'statusCode',
|
|
3349
3579
|
body: 'body',
|
|
3350
3580
|
};
|
|
3351
3581
|
}
|
|
@@ -3353,6 +3583,7 @@ export class DescribeTriggerResponse extends $tea.Model {
|
|
|
3353
3583
|
static types(): { [key: string]: any } {
|
|
3354
3584
|
return {
|
|
3355
3585
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3586
|
+
statusCode: 'number',
|
|
3356
3587
|
body: { 'type': 'array', 'itemType': DescribeTriggerResponseBody },
|
|
3357
3588
|
};
|
|
3358
3589
|
}
|
|
@@ -3364,10 +3595,12 @@ export class DescribeTriggerResponse extends $tea.Model {
|
|
|
3364
3595
|
|
|
3365
3596
|
export class DescribeUserPermissionResponse extends $tea.Model {
|
|
3366
3597
|
headers: { [key: string]: string };
|
|
3598
|
+
statusCode: number;
|
|
3367
3599
|
body: DescribeUserPermissionResponseBody[];
|
|
3368
3600
|
static names(): { [key: string]: string } {
|
|
3369
3601
|
return {
|
|
3370
3602
|
headers: 'headers',
|
|
3603
|
+
statusCode: 'statusCode',
|
|
3371
3604
|
body: 'body',
|
|
3372
3605
|
};
|
|
3373
3606
|
}
|
|
@@ -3375,6 +3608,7 @@ export class DescribeUserPermissionResponse extends $tea.Model {
|
|
|
3375
3608
|
static types(): { [key: string]: any } {
|
|
3376
3609
|
return {
|
|
3377
3610
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3611
|
+
statusCode: 'number',
|
|
3378
3612
|
body: { 'type': 'array', 'itemType': DescribeUserPermissionResponseBody },
|
|
3379
3613
|
};
|
|
3380
3614
|
}
|
|
@@ -3417,10 +3651,12 @@ export class DescribeUserQuotaResponseBody extends $tea.Model {
|
|
|
3417
3651
|
|
|
3418
3652
|
export class DescribeUserQuotaResponse extends $tea.Model {
|
|
3419
3653
|
headers: { [key: string]: string };
|
|
3654
|
+
statusCode: number;
|
|
3420
3655
|
body: DescribeUserQuotaResponseBody;
|
|
3421
3656
|
static names(): { [key: string]: string } {
|
|
3422
3657
|
return {
|
|
3423
3658
|
headers: 'headers',
|
|
3659
|
+
statusCode: 'statusCode',
|
|
3424
3660
|
body: 'body',
|
|
3425
3661
|
};
|
|
3426
3662
|
}
|
|
@@ -3428,6 +3664,7 @@ export class DescribeUserQuotaResponse extends $tea.Model {
|
|
|
3428
3664
|
static types(): { [key: string]: any } {
|
|
3429
3665
|
return {
|
|
3430
3666
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3667
|
+
statusCode: 'number',
|
|
3431
3668
|
body: DescribeUserQuotaResponseBody,
|
|
3432
3669
|
};
|
|
3433
3670
|
}
|
|
@@ -3458,10 +3695,12 @@ export class DescribeWorkflowsResponseBody extends $tea.Model {
|
|
|
3458
3695
|
|
|
3459
3696
|
export class DescribeWorkflowsResponse extends $tea.Model {
|
|
3460
3697
|
headers: { [key: string]: string };
|
|
3698
|
+
statusCode: number;
|
|
3461
3699
|
body: DescribeWorkflowsResponseBody;
|
|
3462
3700
|
static names(): { [key: string]: string } {
|
|
3463
3701
|
return {
|
|
3464
3702
|
headers: 'headers',
|
|
3703
|
+
statusCode: 'statusCode',
|
|
3465
3704
|
body: 'body',
|
|
3466
3705
|
};
|
|
3467
3706
|
}
|
|
@@ -3469,6 +3708,7 @@ export class DescribeWorkflowsResponse extends $tea.Model {
|
|
|
3469
3708
|
static types(): { [key: string]: any } {
|
|
3470
3709
|
return {
|
|
3471
3710
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3711
|
+
statusCode: 'number',
|
|
3472
3712
|
body: DescribeWorkflowsResponseBody,
|
|
3473
3713
|
};
|
|
3474
3714
|
}
|
|
@@ -3527,10 +3767,12 @@ export class EdgeClusterAddEdgeMachineResponseBody extends $tea.Model {
|
|
|
3527
3767
|
|
|
3528
3768
|
export class EdgeClusterAddEdgeMachineResponse extends $tea.Model {
|
|
3529
3769
|
headers: { [key: string]: string };
|
|
3770
|
+
statusCode: number;
|
|
3530
3771
|
body: EdgeClusterAddEdgeMachineResponseBody;
|
|
3531
3772
|
static names(): { [key: string]: string } {
|
|
3532
3773
|
return {
|
|
3533
3774
|
headers: 'headers',
|
|
3775
|
+
statusCode: 'statusCode',
|
|
3534
3776
|
body: 'body',
|
|
3535
3777
|
};
|
|
3536
3778
|
}
|
|
@@ -3538,6 +3780,7 @@ export class EdgeClusterAddEdgeMachineResponse extends $tea.Model {
|
|
|
3538
3780
|
static types(): { [key: string]: any } {
|
|
3539
3781
|
return {
|
|
3540
3782
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3783
|
+
statusCode: 'number',
|
|
3541
3784
|
body: EdgeClusterAddEdgeMachineResponseBody,
|
|
3542
3785
|
};
|
|
3543
3786
|
}
|
|
@@ -3547,6 +3790,75 @@ export class EdgeClusterAddEdgeMachineResponse extends $tea.Model {
|
|
|
3547
3790
|
}
|
|
3548
3791
|
}
|
|
3549
3792
|
|
|
3793
|
+
export class FixNodePoolVulsRequest extends $tea.Model {
|
|
3794
|
+
nodes?: string[];
|
|
3795
|
+
rolloutPolicy?: FixNodePoolVulsRequestRolloutPolicy;
|
|
3796
|
+
vulList?: string[];
|
|
3797
|
+
static names(): { [key: string]: string } {
|
|
3798
|
+
return {
|
|
3799
|
+
nodes: 'nodes',
|
|
3800
|
+
rolloutPolicy: 'rollout_policy',
|
|
3801
|
+
vulList: 'vul_list',
|
|
3802
|
+
};
|
|
3803
|
+
}
|
|
3804
|
+
|
|
3805
|
+
static types(): { [key: string]: any } {
|
|
3806
|
+
return {
|
|
3807
|
+
nodes: { 'type': 'array', 'itemType': 'string' },
|
|
3808
|
+
rolloutPolicy: FixNodePoolVulsRequestRolloutPolicy,
|
|
3809
|
+
vulList: { 'type': 'array', 'itemType': 'string' },
|
|
3810
|
+
};
|
|
3811
|
+
}
|
|
3812
|
+
|
|
3813
|
+
constructor(map?: { [key: string]: any }) {
|
|
3814
|
+
super(map);
|
|
3815
|
+
}
|
|
3816
|
+
}
|
|
3817
|
+
|
|
3818
|
+
export class FixNodePoolVulsResponseBody extends $tea.Model {
|
|
3819
|
+
taskId?: string;
|
|
3820
|
+
static names(): { [key: string]: string } {
|
|
3821
|
+
return {
|
|
3822
|
+
taskId: 'task_id',
|
|
3823
|
+
};
|
|
3824
|
+
}
|
|
3825
|
+
|
|
3826
|
+
static types(): { [key: string]: any } {
|
|
3827
|
+
return {
|
|
3828
|
+
taskId: 'string',
|
|
3829
|
+
};
|
|
3830
|
+
}
|
|
3831
|
+
|
|
3832
|
+
constructor(map?: { [key: string]: any }) {
|
|
3833
|
+
super(map);
|
|
3834
|
+
}
|
|
3835
|
+
}
|
|
3836
|
+
|
|
3837
|
+
export class FixNodePoolVulsResponse extends $tea.Model {
|
|
3838
|
+
headers: { [key: string]: string };
|
|
3839
|
+
statusCode: number;
|
|
3840
|
+
body: FixNodePoolVulsResponseBody;
|
|
3841
|
+
static names(): { [key: string]: string } {
|
|
3842
|
+
return {
|
|
3843
|
+
headers: 'headers',
|
|
3844
|
+
statusCode: 'statusCode',
|
|
3845
|
+
body: 'body',
|
|
3846
|
+
};
|
|
3847
|
+
}
|
|
3848
|
+
|
|
3849
|
+
static types(): { [key: string]: any } {
|
|
3850
|
+
return {
|
|
3851
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3852
|
+
statusCode: 'number',
|
|
3853
|
+
body: FixNodePoolVulsResponseBody,
|
|
3854
|
+
};
|
|
3855
|
+
}
|
|
3856
|
+
|
|
3857
|
+
constructor(map?: { [key: string]: any }) {
|
|
3858
|
+
super(map);
|
|
3859
|
+
}
|
|
3860
|
+
}
|
|
3861
|
+
|
|
3550
3862
|
export class GetKubernetesTriggerRequest extends $tea.Model {
|
|
3551
3863
|
name?: string;
|
|
3552
3864
|
namespace?: string;
|
|
@@ -3577,10 +3889,12 @@ export class GetKubernetesTriggerRequest extends $tea.Model {
|
|
|
3577
3889
|
|
|
3578
3890
|
export class GetKubernetesTriggerResponse extends $tea.Model {
|
|
3579
3891
|
headers: { [key: string]: string };
|
|
3892
|
+
statusCode: number;
|
|
3580
3893
|
body: GetKubernetesTriggerResponseBody[];
|
|
3581
3894
|
static names(): { [key: string]: string } {
|
|
3582
3895
|
return {
|
|
3583
3896
|
headers: 'headers',
|
|
3897
|
+
statusCode: 'statusCode',
|
|
3584
3898
|
body: 'body',
|
|
3585
3899
|
};
|
|
3586
3900
|
}
|
|
@@ -3588,6 +3902,7 @@ export class GetKubernetesTriggerResponse extends $tea.Model {
|
|
|
3588
3902
|
static types(): { [key: string]: any } {
|
|
3589
3903
|
return {
|
|
3590
3904
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3905
|
+
statusCode: 'number',
|
|
3591
3906
|
body: { 'type': 'array', 'itemType': GetKubernetesTriggerResponseBody },
|
|
3592
3907
|
};
|
|
3593
3908
|
}
|
|
@@ -3630,10 +3945,12 @@ export class GetUpgradeStatusResponseBody extends $tea.Model {
|
|
|
3630
3945
|
|
|
3631
3946
|
export class GetUpgradeStatusResponse extends $tea.Model {
|
|
3632
3947
|
headers: { [key: string]: string };
|
|
3948
|
+
statusCode: number;
|
|
3633
3949
|
body: GetUpgradeStatusResponseBody;
|
|
3634
3950
|
static names(): { [key: string]: string } {
|
|
3635
3951
|
return {
|
|
3636
3952
|
headers: 'headers',
|
|
3953
|
+
statusCode: 'statusCode',
|
|
3637
3954
|
body: 'body',
|
|
3638
3955
|
};
|
|
3639
3956
|
}
|
|
@@ -3641,6 +3958,7 @@ export class GetUpgradeStatusResponse extends $tea.Model {
|
|
|
3641
3958
|
static types(): { [key: string]: any } {
|
|
3642
3959
|
return {
|
|
3643
3960
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3961
|
+
statusCode: 'number',
|
|
3644
3962
|
body: GetUpgradeStatusResponseBody,
|
|
3645
3963
|
};
|
|
3646
3964
|
}
|
|
@@ -3671,15 +3989,18 @@ export class GrantPermissionsRequest extends $tea.Model {
|
|
|
3671
3989
|
|
|
3672
3990
|
export class GrantPermissionsResponse extends $tea.Model {
|
|
3673
3991
|
headers: { [key: string]: string };
|
|
3992
|
+
statusCode: number;
|
|
3674
3993
|
static names(): { [key: string]: string } {
|
|
3675
3994
|
return {
|
|
3676
3995
|
headers: 'headers',
|
|
3996
|
+
statusCode: 'statusCode',
|
|
3677
3997
|
};
|
|
3678
3998
|
}
|
|
3679
3999
|
|
|
3680
4000
|
static types(): { [key: string]: any } {
|
|
3681
4001
|
return {
|
|
3682
4002
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4003
|
+
statusCode: 'number',
|
|
3683
4004
|
};
|
|
3684
4005
|
}
|
|
3685
4006
|
|
|
@@ -3709,15 +4030,18 @@ export class InstallClusterAddonsRequest extends $tea.Model {
|
|
|
3709
4030
|
|
|
3710
4031
|
export class InstallClusterAddonsResponse extends $tea.Model {
|
|
3711
4032
|
headers: { [key: string]: string };
|
|
4033
|
+
statusCode: number;
|
|
3712
4034
|
static names(): { [key: string]: string } {
|
|
3713
4035
|
return {
|
|
3714
4036
|
headers: 'headers',
|
|
4037
|
+
statusCode: 'statusCode',
|
|
3715
4038
|
};
|
|
3716
4039
|
}
|
|
3717
4040
|
|
|
3718
4041
|
static types(): { [key: string]: any } {
|
|
3719
4042
|
return {
|
|
3720
4043
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4044
|
+
statusCode: 'number',
|
|
3721
4045
|
};
|
|
3722
4046
|
}
|
|
3723
4047
|
|
|
@@ -3815,10 +4139,12 @@ export class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
3815
4139
|
|
|
3816
4140
|
export class ListTagResourcesResponse extends $tea.Model {
|
|
3817
4141
|
headers: { [key: string]: string };
|
|
4142
|
+
statusCode: number;
|
|
3818
4143
|
body: ListTagResourcesResponseBody;
|
|
3819
4144
|
static names(): { [key: string]: string } {
|
|
3820
4145
|
return {
|
|
3821
4146
|
headers: 'headers',
|
|
4147
|
+
statusCode: 'statusCode',
|
|
3822
4148
|
body: 'body',
|
|
3823
4149
|
};
|
|
3824
4150
|
}
|
|
@@ -3826,6 +4152,7 @@ export class ListTagResourcesResponse extends $tea.Model {
|
|
|
3826
4152
|
static types(): { [key: string]: any } {
|
|
3827
4153
|
return {
|
|
3828
4154
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4155
|
+
statusCode: 'number',
|
|
3829
4156
|
body: ListTagResourcesResponseBody,
|
|
3830
4157
|
};
|
|
3831
4158
|
}
|
|
@@ -3837,15 +4164,18 @@ export class ListTagResourcesResponse extends $tea.Model {
|
|
|
3837
4164
|
|
|
3838
4165
|
export class MigrateClusterResponse extends $tea.Model {
|
|
3839
4166
|
headers: { [key: string]: string };
|
|
4167
|
+
statusCode: number;
|
|
3840
4168
|
static names(): { [key: string]: string } {
|
|
3841
4169
|
return {
|
|
3842
4170
|
headers: 'headers',
|
|
4171
|
+
statusCode: 'statusCode',
|
|
3843
4172
|
};
|
|
3844
4173
|
}
|
|
3845
4174
|
|
|
3846
4175
|
static types(): { [key: string]: any } {
|
|
3847
4176
|
return {
|
|
3848
4177
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4178
|
+
statusCode: 'number',
|
|
3849
4179
|
};
|
|
3850
4180
|
}
|
|
3851
4181
|
|
|
@@ -3924,10 +4254,12 @@ export class ModifyClusterResponseBody extends $tea.Model {
|
|
|
3924
4254
|
|
|
3925
4255
|
export class ModifyClusterResponse extends $tea.Model {
|
|
3926
4256
|
headers: { [key: string]: string };
|
|
4257
|
+
statusCode: number;
|
|
3927
4258
|
body: ModifyClusterResponseBody;
|
|
3928
4259
|
static names(): { [key: string]: string } {
|
|
3929
4260
|
return {
|
|
3930
4261
|
headers: 'headers',
|
|
4262
|
+
statusCode: 'statusCode',
|
|
3931
4263
|
body: 'body',
|
|
3932
4264
|
};
|
|
3933
4265
|
}
|
|
@@ -3935,6 +4267,7 @@ export class ModifyClusterResponse extends $tea.Model {
|
|
|
3935
4267
|
static types(): { [key: string]: any } {
|
|
3936
4268
|
return {
|
|
3937
4269
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4270
|
+
statusCode: 'number',
|
|
3938
4271
|
body: ModifyClusterResponseBody,
|
|
3939
4272
|
};
|
|
3940
4273
|
}
|
|
@@ -3965,15 +4298,18 @@ export class ModifyClusterAddonRequest extends $tea.Model {
|
|
|
3965
4298
|
|
|
3966
4299
|
export class ModifyClusterAddonResponse extends $tea.Model {
|
|
3967
4300
|
headers: { [key: string]: string };
|
|
4301
|
+
statusCode: number;
|
|
3968
4302
|
static names(): { [key: string]: string } {
|
|
3969
4303
|
return {
|
|
3970
4304
|
headers: 'headers',
|
|
4305
|
+
statusCode: 'statusCode',
|
|
3971
4306
|
};
|
|
3972
4307
|
}
|
|
3973
4308
|
|
|
3974
4309
|
static types(): { [key: string]: any } {
|
|
3975
4310
|
return {
|
|
3976
4311
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4312
|
+
statusCode: 'number',
|
|
3977
4313
|
};
|
|
3978
4314
|
}
|
|
3979
4315
|
|
|
@@ -4003,15 +4339,18 @@ export class ModifyClusterConfigurationRequest extends $tea.Model {
|
|
|
4003
4339
|
|
|
4004
4340
|
export class ModifyClusterConfigurationResponse extends $tea.Model {
|
|
4005
4341
|
headers: { [key: string]: string };
|
|
4342
|
+
statusCode: number;
|
|
4006
4343
|
static names(): { [key: string]: string } {
|
|
4007
4344
|
return {
|
|
4008
4345
|
headers: 'headers',
|
|
4346
|
+
statusCode: 'statusCode',
|
|
4009
4347
|
};
|
|
4010
4348
|
}
|
|
4011
4349
|
|
|
4012
4350
|
static types(): { [key: string]: any } {
|
|
4013
4351
|
return {
|
|
4014
4352
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4353
|
+
statusCode: 'number',
|
|
4015
4354
|
};
|
|
4016
4355
|
}
|
|
4017
4356
|
|
|
@@ -4081,10 +4420,12 @@ export class ModifyClusterNodePoolResponseBody extends $tea.Model {
|
|
|
4081
4420
|
|
|
4082
4421
|
export class ModifyClusterNodePoolResponse extends $tea.Model {
|
|
4083
4422
|
headers: { [key: string]: string };
|
|
4423
|
+
statusCode: number;
|
|
4084
4424
|
body: ModifyClusterNodePoolResponseBody;
|
|
4085
4425
|
static names(): { [key: string]: string } {
|
|
4086
4426
|
return {
|
|
4087
4427
|
headers: 'headers',
|
|
4428
|
+
statusCode: 'statusCode',
|
|
4088
4429
|
body: 'body',
|
|
4089
4430
|
};
|
|
4090
4431
|
}
|
|
@@ -4092,6 +4433,7 @@ export class ModifyClusterNodePoolResponse extends $tea.Model {
|
|
|
4092
4433
|
static types(): { [key: string]: any } {
|
|
4093
4434
|
return {
|
|
4094
4435
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4436
|
+
statusCode: 'number',
|
|
4095
4437
|
body: ModifyClusterNodePoolResponseBody,
|
|
4096
4438
|
};
|
|
4097
4439
|
}
|
|
@@ -4122,15 +4464,18 @@ export class ModifyClusterTagsRequest extends $tea.Model {
|
|
|
4122
4464
|
|
|
4123
4465
|
export class ModifyClusterTagsResponse extends $tea.Model {
|
|
4124
4466
|
headers: { [key: string]: string };
|
|
4467
|
+
statusCode: number;
|
|
4125
4468
|
static names(): { [key: string]: string } {
|
|
4126
4469
|
return {
|
|
4127
4470
|
headers: 'headers',
|
|
4471
|
+
statusCode: 'statusCode',
|
|
4128
4472
|
};
|
|
4129
4473
|
}
|
|
4130
4474
|
|
|
4131
4475
|
static types(): { [key: string]: any } {
|
|
4132
4476
|
return {
|
|
4133
4477
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4478
|
+
statusCode: 'number',
|
|
4134
4479
|
};
|
|
4135
4480
|
}
|
|
4136
4481
|
|
|
@@ -4188,10 +4533,12 @@ export class ModifyPolicyInstanceResponseBody extends $tea.Model {
|
|
|
4188
4533
|
|
|
4189
4534
|
export class ModifyPolicyInstanceResponse extends $tea.Model {
|
|
4190
4535
|
headers: { [key: string]: string };
|
|
4536
|
+
statusCode: number;
|
|
4191
4537
|
body: ModifyPolicyInstanceResponseBody;
|
|
4192
4538
|
static names(): { [key: string]: string } {
|
|
4193
4539
|
return {
|
|
4194
4540
|
headers: 'headers',
|
|
4541
|
+
statusCode: 'statusCode',
|
|
4195
4542
|
body: 'body',
|
|
4196
4543
|
};
|
|
4197
4544
|
}
|
|
@@ -4199,6 +4546,7 @@ export class ModifyPolicyInstanceResponse extends $tea.Model {
|
|
|
4199
4546
|
static types(): { [key: string]: any } {
|
|
4200
4547
|
return {
|
|
4201
4548
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4549
|
+
statusCode: 'number',
|
|
4202
4550
|
body: ModifyPolicyInstanceResponseBody,
|
|
4203
4551
|
};
|
|
4204
4552
|
}
|
|
@@ -4251,10 +4599,12 @@ export class OpenAckServiceResponseBody extends $tea.Model {
|
|
|
4251
4599
|
|
|
4252
4600
|
export class OpenAckServiceResponse extends $tea.Model {
|
|
4253
4601
|
headers: { [key: string]: string };
|
|
4602
|
+
statusCode: number;
|
|
4254
4603
|
body: OpenAckServiceResponseBody;
|
|
4255
4604
|
static names(): { [key: string]: string } {
|
|
4256
4605
|
return {
|
|
4257
4606
|
headers: 'headers',
|
|
4607
|
+
statusCode: 'statusCode',
|
|
4258
4608
|
body: 'body',
|
|
4259
4609
|
};
|
|
4260
4610
|
}
|
|
@@ -4262,6 +4612,7 @@ export class OpenAckServiceResponse extends $tea.Model {
|
|
|
4262
4612
|
static types(): { [key: string]: any } {
|
|
4263
4613
|
return {
|
|
4264
4614
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4615
|
+
statusCode: 'number',
|
|
4265
4616
|
body: OpenAckServiceResponseBody,
|
|
4266
4617
|
};
|
|
4267
4618
|
}
|
|
@@ -4273,15 +4624,18 @@ export class OpenAckServiceResponse extends $tea.Model {
|
|
|
4273
4624
|
|
|
4274
4625
|
export class PauseClusterUpgradeResponse extends $tea.Model {
|
|
4275
4626
|
headers: { [key: string]: string };
|
|
4627
|
+
statusCode: number;
|
|
4276
4628
|
static names(): { [key: string]: string } {
|
|
4277
4629
|
return {
|
|
4278
4630
|
headers: 'headers',
|
|
4631
|
+
statusCode: 'statusCode',
|
|
4279
4632
|
};
|
|
4280
4633
|
}
|
|
4281
4634
|
|
|
4282
4635
|
static types(): { [key: string]: any } {
|
|
4283
4636
|
return {
|
|
4284
4637
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4638
|
+
statusCode: 'number',
|
|
4285
4639
|
};
|
|
4286
4640
|
}
|
|
4287
4641
|
|
|
@@ -4292,15 +4646,40 @@ export class PauseClusterUpgradeResponse extends $tea.Model {
|
|
|
4292
4646
|
|
|
4293
4647
|
export class PauseComponentUpgradeResponse extends $tea.Model {
|
|
4294
4648
|
headers: { [key: string]: string };
|
|
4649
|
+
statusCode: number;
|
|
4295
4650
|
static names(): { [key: string]: string } {
|
|
4296
4651
|
return {
|
|
4297
4652
|
headers: 'headers',
|
|
4653
|
+
statusCode: 'statusCode',
|
|
4298
4654
|
};
|
|
4299
4655
|
}
|
|
4300
4656
|
|
|
4301
4657
|
static types(): { [key: string]: any } {
|
|
4302
4658
|
return {
|
|
4303
4659
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4660
|
+
statusCode: 'number',
|
|
4661
|
+
};
|
|
4662
|
+
}
|
|
4663
|
+
|
|
4664
|
+
constructor(map?: { [key: string]: any }) {
|
|
4665
|
+
super(map);
|
|
4666
|
+
}
|
|
4667
|
+
}
|
|
4668
|
+
|
|
4669
|
+
export class PauseTaskResponse extends $tea.Model {
|
|
4670
|
+
headers: { [key: string]: string };
|
|
4671
|
+
statusCode: number;
|
|
4672
|
+
static names(): { [key: string]: string } {
|
|
4673
|
+
return {
|
|
4674
|
+
headers: 'headers',
|
|
4675
|
+
statusCode: 'statusCode',
|
|
4676
|
+
};
|
|
4677
|
+
}
|
|
4678
|
+
|
|
4679
|
+
static types(): { [key: string]: any } {
|
|
4680
|
+
return {
|
|
4681
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4682
|
+
statusCode: 'number',
|
|
4304
4683
|
};
|
|
4305
4684
|
}
|
|
4306
4685
|
|
|
@@ -4336,15 +4715,18 @@ export class RemoveClusterNodesRequest extends $tea.Model {
|
|
|
4336
4715
|
|
|
4337
4716
|
export class RemoveClusterNodesResponse extends $tea.Model {
|
|
4338
4717
|
headers: { [key: string]: string };
|
|
4718
|
+
statusCode: number;
|
|
4339
4719
|
static names(): { [key: string]: string } {
|
|
4340
4720
|
return {
|
|
4341
4721
|
headers: 'headers',
|
|
4722
|
+
statusCode: 'statusCode',
|
|
4342
4723
|
};
|
|
4343
4724
|
}
|
|
4344
4725
|
|
|
4345
4726
|
static types(): { [key: string]: any } {
|
|
4346
4727
|
return {
|
|
4347
4728
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4729
|
+
statusCode: 'number',
|
|
4348
4730
|
};
|
|
4349
4731
|
}
|
|
4350
4732
|
|
|
@@ -4355,15 +4737,18 @@ export class RemoveClusterNodesResponse extends $tea.Model {
|
|
|
4355
4737
|
|
|
4356
4738
|
export class RemoveWorkflowResponse extends $tea.Model {
|
|
4357
4739
|
headers: { [key: string]: string };
|
|
4740
|
+
statusCode: number;
|
|
4358
4741
|
static names(): { [key: string]: string } {
|
|
4359
4742
|
return {
|
|
4360
4743
|
headers: 'headers',
|
|
4744
|
+
statusCode: 'statusCode',
|
|
4361
4745
|
};
|
|
4362
4746
|
}
|
|
4363
4747
|
|
|
4364
4748
|
static types(): { [key: string]: any } {
|
|
4365
4749
|
return {
|
|
4366
4750
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4751
|
+
statusCode: 'number',
|
|
4367
4752
|
};
|
|
4368
4753
|
}
|
|
4369
4754
|
|
|
@@ -4415,10 +4800,12 @@ export class RepairClusterNodePoolResponseBody extends $tea.Model {
|
|
|
4415
4800
|
|
|
4416
4801
|
export class RepairClusterNodePoolResponse extends $tea.Model {
|
|
4417
4802
|
headers: { [key: string]: string };
|
|
4803
|
+
statusCode: number;
|
|
4418
4804
|
body: RepairClusterNodePoolResponseBody;
|
|
4419
4805
|
static names(): { [key: string]: string } {
|
|
4420
4806
|
return {
|
|
4421
4807
|
headers: 'headers',
|
|
4808
|
+
statusCode: 'statusCode',
|
|
4422
4809
|
body: 'body',
|
|
4423
4810
|
};
|
|
4424
4811
|
}
|
|
@@ -4426,6 +4813,7 @@ export class RepairClusterNodePoolResponse extends $tea.Model {
|
|
|
4426
4813
|
static types(): { [key: string]: any } {
|
|
4427
4814
|
return {
|
|
4428
4815
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4816
|
+
statusCode: 'number',
|
|
4429
4817
|
body: RepairClusterNodePoolResponseBody,
|
|
4430
4818
|
};
|
|
4431
4819
|
}
|
|
@@ -4437,15 +4825,40 @@ export class RepairClusterNodePoolResponse extends $tea.Model {
|
|
|
4437
4825
|
|
|
4438
4826
|
export class ResumeComponentUpgradeResponse extends $tea.Model {
|
|
4439
4827
|
headers: { [key: string]: string };
|
|
4828
|
+
statusCode: number;
|
|
4440
4829
|
static names(): { [key: string]: string } {
|
|
4441
4830
|
return {
|
|
4442
4831
|
headers: 'headers',
|
|
4832
|
+
statusCode: 'statusCode',
|
|
4443
4833
|
};
|
|
4444
4834
|
}
|
|
4445
4835
|
|
|
4446
4836
|
static types(): { [key: string]: any } {
|
|
4447
4837
|
return {
|
|
4448
4838
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4839
|
+
statusCode: 'number',
|
|
4840
|
+
};
|
|
4841
|
+
}
|
|
4842
|
+
|
|
4843
|
+
constructor(map?: { [key: string]: any }) {
|
|
4844
|
+
super(map);
|
|
4845
|
+
}
|
|
4846
|
+
}
|
|
4847
|
+
|
|
4848
|
+
export class ResumeTaskResponse extends $tea.Model {
|
|
4849
|
+
headers: { [key: string]: string };
|
|
4850
|
+
statusCode: number;
|
|
4851
|
+
static names(): { [key: string]: string } {
|
|
4852
|
+
return {
|
|
4853
|
+
headers: 'headers',
|
|
4854
|
+
statusCode: 'statusCode',
|
|
4855
|
+
};
|
|
4856
|
+
}
|
|
4857
|
+
|
|
4858
|
+
static types(): { [key: string]: any } {
|
|
4859
|
+
return {
|
|
4860
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4861
|
+
statusCode: 'number',
|
|
4449
4862
|
};
|
|
4450
4863
|
}
|
|
4451
4864
|
|
|
@@ -4456,15 +4869,18 @@ export class ResumeComponentUpgradeResponse extends $tea.Model {
|
|
|
4456
4869
|
|
|
4457
4870
|
export class ResumeUpgradeClusterResponse extends $tea.Model {
|
|
4458
4871
|
headers: { [key: string]: string };
|
|
4872
|
+
statusCode: number;
|
|
4459
4873
|
static names(): { [key: string]: string } {
|
|
4460
4874
|
return {
|
|
4461
4875
|
headers: 'headers',
|
|
4876
|
+
statusCode: 'statusCode',
|
|
4462
4877
|
};
|
|
4463
4878
|
}
|
|
4464
4879
|
|
|
4465
4880
|
static types(): { [key: string]: any } {
|
|
4466
4881
|
return {
|
|
4467
4882
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4883
|
+
statusCode: 'number',
|
|
4468
4884
|
};
|
|
4469
4885
|
}
|
|
4470
4886
|
|
|
@@ -4573,10 +4989,12 @@ export class ScaleClusterResponseBody extends $tea.Model {
|
|
|
4573
4989
|
|
|
4574
4990
|
export class ScaleClusterResponse extends $tea.Model {
|
|
4575
4991
|
headers: { [key: string]: string };
|
|
4992
|
+
statusCode: number;
|
|
4576
4993
|
body: ScaleClusterResponseBody;
|
|
4577
4994
|
static names(): { [key: string]: string } {
|
|
4578
4995
|
return {
|
|
4579
4996
|
headers: 'headers',
|
|
4997
|
+
statusCode: 'statusCode',
|
|
4580
4998
|
body: 'body',
|
|
4581
4999
|
};
|
|
4582
5000
|
}
|
|
@@ -4584,6 +5002,7 @@ export class ScaleClusterResponse extends $tea.Model {
|
|
|
4584
5002
|
static types(): { [key: string]: any } {
|
|
4585
5003
|
return {
|
|
4586
5004
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5005
|
+
statusCode: 'number',
|
|
4587
5006
|
body: ScaleClusterResponseBody,
|
|
4588
5007
|
};
|
|
4589
5008
|
}
|
|
@@ -4633,10 +5052,12 @@ export class ScaleClusterNodePoolResponseBody extends $tea.Model {
|
|
|
4633
5052
|
|
|
4634
5053
|
export class ScaleClusterNodePoolResponse extends $tea.Model {
|
|
4635
5054
|
headers: { [key: string]: string };
|
|
5055
|
+
statusCode: number;
|
|
4636
5056
|
body: ScaleClusterNodePoolResponseBody;
|
|
4637
5057
|
static names(): { [key: string]: string } {
|
|
4638
5058
|
return {
|
|
4639
5059
|
headers: 'headers',
|
|
5060
|
+
statusCode: 'statusCode',
|
|
4640
5061
|
body: 'body',
|
|
4641
5062
|
};
|
|
4642
5063
|
}
|
|
@@ -4644,6 +5065,7 @@ export class ScaleClusterNodePoolResponse extends $tea.Model {
|
|
|
4644
5065
|
static types(): { [key: string]: any } {
|
|
4645
5066
|
return {
|
|
4646
5067
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5068
|
+
statusCode: 'number',
|
|
4647
5069
|
body: ScaleClusterNodePoolResponseBody,
|
|
4648
5070
|
};
|
|
4649
5071
|
}
|
|
@@ -4759,10 +5181,12 @@ export class ScaleOutClusterResponseBody extends $tea.Model {
|
|
|
4759
5181
|
|
|
4760
5182
|
export class ScaleOutClusterResponse extends $tea.Model {
|
|
4761
5183
|
headers: { [key: string]: string };
|
|
5184
|
+
statusCode: number;
|
|
4762
5185
|
body: ScaleOutClusterResponseBody;
|
|
4763
5186
|
static names(): { [key: string]: string } {
|
|
4764
5187
|
return {
|
|
4765
5188
|
headers: 'headers',
|
|
5189
|
+
statusCode: 'statusCode',
|
|
4766
5190
|
body: 'body',
|
|
4767
5191
|
};
|
|
4768
5192
|
}
|
|
@@ -4770,6 +5194,7 @@ export class ScaleOutClusterResponse extends $tea.Model {
|
|
|
4770
5194
|
static types(): { [key: string]: any } {
|
|
4771
5195
|
return {
|
|
4772
5196
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5197
|
+
statusCode: 'number',
|
|
4773
5198
|
body: ScaleOutClusterResponseBody,
|
|
4774
5199
|
};
|
|
4775
5200
|
}
|
|
@@ -4873,10 +5298,12 @@ export class StartWorkflowResponseBody extends $tea.Model {
|
|
|
4873
5298
|
|
|
4874
5299
|
export class StartWorkflowResponse extends $tea.Model {
|
|
4875
5300
|
headers: { [key: string]: string };
|
|
5301
|
+
statusCode: number;
|
|
4876
5302
|
body: StartWorkflowResponseBody;
|
|
4877
5303
|
static names(): { [key: string]: string } {
|
|
4878
5304
|
return {
|
|
4879
5305
|
headers: 'headers',
|
|
5306
|
+
statusCode: 'statusCode',
|
|
4880
5307
|
body: 'body',
|
|
4881
5308
|
};
|
|
4882
5309
|
}
|
|
@@ -4884,6 +5311,7 @@ export class StartWorkflowResponse extends $tea.Model {
|
|
|
4884
5311
|
static types(): { [key: string]: any } {
|
|
4885
5312
|
return {
|
|
4886
5313
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5314
|
+
statusCode: 'number',
|
|
4887
5315
|
body: StartWorkflowResponseBody,
|
|
4888
5316
|
};
|
|
4889
5317
|
}
|
|
@@ -4942,10 +5370,12 @@ export class TagResourcesResponseBody extends $tea.Model {
|
|
|
4942
5370
|
|
|
4943
5371
|
export class TagResourcesResponse extends $tea.Model {
|
|
4944
5372
|
headers: { [key: string]: string };
|
|
5373
|
+
statusCode: number;
|
|
4945
5374
|
body: TagResourcesResponseBody;
|
|
4946
5375
|
static names(): { [key: string]: string } {
|
|
4947
5376
|
return {
|
|
4948
5377
|
headers: 'headers',
|
|
5378
|
+
statusCode: 'statusCode',
|
|
4949
5379
|
body: 'body',
|
|
4950
5380
|
};
|
|
4951
5381
|
}
|
|
@@ -4953,6 +5383,7 @@ export class TagResourcesResponse extends $tea.Model {
|
|
|
4953
5383
|
static types(): { [key: string]: any } {
|
|
4954
5384
|
return {
|
|
4955
5385
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5386
|
+
statusCode: 'number',
|
|
4956
5387
|
body: TagResourcesResponseBody,
|
|
4957
5388
|
};
|
|
4958
5389
|
}
|
|
@@ -4983,15 +5414,18 @@ export class UnInstallClusterAddonsRequest extends $tea.Model {
|
|
|
4983
5414
|
|
|
4984
5415
|
export class UnInstallClusterAddonsResponse extends $tea.Model {
|
|
4985
5416
|
headers: { [key: string]: string };
|
|
5417
|
+
statusCode: number;
|
|
4986
5418
|
static names(): { [key: string]: string } {
|
|
4987
5419
|
return {
|
|
4988
5420
|
headers: 'headers',
|
|
5421
|
+
statusCode: 'statusCode',
|
|
4989
5422
|
};
|
|
4990
5423
|
}
|
|
4991
5424
|
|
|
4992
5425
|
static types(): { [key: string]: any } {
|
|
4993
5426
|
return {
|
|
4994
5427
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5428
|
+
statusCode: 'number',
|
|
4995
5429
|
};
|
|
4996
5430
|
}
|
|
4997
5431
|
|
|
@@ -5052,10 +5486,12 @@ export class UntagResourcesResponseBody extends $tea.Model {
|
|
|
5052
5486
|
|
|
5053
5487
|
export class UntagResourcesResponse extends $tea.Model {
|
|
5054
5488
|
headers: { [key: string]: string };
|
|
5489
|
+
statusCode: number;
|
|
5055
5490
|
body: UntagResourcesResponseBody;
|
|
5056
5491
|
static names(): { [key: string]: string } {
|
|
5057
5492
|
return {
|
|
5058
5493
|
headers: 'headers',
|
|
5494
|
+
statusCode: 'statusCode',
|
|
5059
5495
|
body: 'body',
|
|
5060
5496
|
};
|
|
5061
5497
|
}
|
|
@@ -5063,6 +5499,7 @@ export class UntagResourcesResponse extends $tea.Model {
|
|
|
5063
5499
|
static types(): { [key: string]: any } {
|
|
5064
5500
|
return {
|
|
5065
5501
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5502
|
+
statusCode: 'number',
|
|
5066
5503
|
body: UntagResourcesResponseBody,
|
|
5067
5504
|
};
|
|
5068
5505
|
}
|
|
@@ -5074,15 +5511,18 @@ export class UntagResourcesResponse extends $tea.Model {
|
|
|
5074
5511
|
|
|
5075
5512
|
export class UpdateContactGroupForAlertResponse extends $tea.Model {
|
|
5076
5513
|
headers: { [key: string]: string };
|
|
5514
|
+
statusCode: number;
|
|
5077
5515
|
static names(): { [key: string]: string } {
|
|
5078
5516
|
return {
|
|
5079
5517
|
headers: 'headers',
|
|
5518
|
+
statusCode: 'statusCode',
|
|
5080
5519
|
};
|
|
5081
5520
|
}
|
|
5082
5521
|
|
|
5083
5522
|
static types(): { [key: string]: any } {
|
|
5084
5523
|
return {
|
|
5085
5524
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5525
|
+
statusCode: 'number',
|
|
5086
5526
|
};
|
|
5087
5527
|
}
|
|
5088
5528
|
|
|
@@ -5115,15 +5555,18 @@ export class UpdateK8sClusterUserConfigExpireRequest extends $tea.Model {
|
|
|
5115
5555
|
|
|
5116
5556
|
export class UpdateK8sClusterUserConfigExpireResponse extends $tea.Model {
|
|
5117
5557
|
headers: { [key: string]: string };
|
|
5558
|
+
statusCode: number;
|
|
5118
5559
|
static names(): { [key: string]: string } {
|
|
5119
5560
|
return {
|
|
5120
5561
|
headers: 'headers',
|
|
5562
|
+
statusCode: 'statusCode',
|
|
5121
5563
|
};
|
|
5122
5564
|
}
|
|
5123
5565
|
|
|
5124
5566
|
static types(): { [key: string]: any } {
|
|
5125
5567
|
return {
|
|
5126
5568
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5569
|
+
statusCode: 'number',
|
|
5127
5570
|
};
|
|
5128
5571
|
}
|
|
5129
5572
|
|
|
@@ -5165,15 +5608,18 @@ export class UpdateTemplateRequest extends $tea.Model {
|
|
|
5165
5608
|
|
|
5166
5609
|
export class UpdateTemplateResponse extends $tea.Model {
|
|
5167
5610
|
headers: { [key: string]: string };
|
|
5611
|
+
statusCode: number;
|
|
5168
5612
|
static names(): { [key: string]: string } {
|
|
5169
5613
|
return {
|
|
5170
5614
|
headers: 'headers',
|
|
5615
|
+
statusCode: 'statusCode',
|
|
5171
5616
|
};
|
|
5172
5617
|
}
|
|
5173
5618
|
|
|
5174
5619
|
static types(): { [key: string]: any } {
|
|
5175
5620
|
return {
|
|
5176
5621
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5622
|
+
statusCode: 'number',
|
|
5177
5623
|
};
|
|
5178
5624
|
}
|
|
5179
5625
|
|
|
@@ -5209,15 +5655,18 @@ export class UpgradeClusterRequest extends $tea.Model {
|
|
|
5209
5655
|
|
|
5210
5656
|
export class UpgradeClusterResponse extends $tea.Model {
|
|
5211
5657
|
headers: { [key: string]: string };
|
|
5658
|
+
statusCode: number;
|
|
5212
5659
|
static names(): { [key: string]: string } {
|
|
5213
5660
|
return {
|
|
5214
5661
|
headers: 'headers',
|
|
5662
|
+
statusCode: 'statusCode',
|
|
5215
5663
|
};
|
|
5216
5664
|
}
|
|
5217
5665
|
|
|
5218
5666
|
static types(): { [key: string]: any } {
|
|
5219
5667
|
return {
|
|
5220
5668
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5669
|
+
statusCode: 'number',
|
|
5221
5670
|
};
|
|
5222
5671
|
}
|
|
5223
5672
|
|
|
@@ -5247,15 +5696,18 @@ export class UpgradeClusterAddonsRequest extends $tea.Model {
|
|
|
5247
5696
|
|
|
5248
5697
|
export class UpgradeClusterAddonsResponse extends $tea.Model {
|
|
5249
5698
|
headers: { [key: string]: string };
|
|
5699
|
+
statusCode: number;
|
|
5250
5700
|
static names(): { [key: string]: string } {
|
|
5251
5701
|
return {
|
|
5252
5702
|
headers: 'headers',
|
|
5703
|
+
statusCode: 'statusCode',
|
|
5253
5704
|
};
|
|
5254
5705
|
}
|
|
5255
5706
|
|
|
5256
5707
|
static types(): { [key: string]: any } {
|
|
5257
5708
|
return {
|
|
5258
5709
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5710
|
+
statusCode: 'number',
|
|
5259
5711
|
};
|
|
5260
5712
|
}
|
|
5261
5713
|
|
|
@@ -6738,6 +7190,7 @@ export class DescribeClusterResourcesResponseBody extends $tea.Model {
|
|
|
6738
7190
|
resourceInfo?: string;
|
|
6739
7191
|
resourceType?: string;
|
|
6740
7192
|
state?: string;
|
|
7193
|
+
autoCreate?: number;
|
|
6741
7194
|
static names(): { [key: string]: string } {
|
|
6742
7195
|
return {
|
|
6743
7196
|
clusterId: 'cluster_id',
|
|
@@ -6746,6 +7199,7 @@ export class DescribeClusterResourcesResponseBody extends $tea.Model {
|
|
|
6746
7199
|
resourceInfo: 'resource_info',
|
|
6747
7200
|
resourceType: 'resource_type',
|
|
6748
7201
|
state: 'state',
|
|
7202
|
+
autoCreate: 'auto_create',
|
|
6749
7203
|
};
|
|
6750
7204
|
}
|
|
6751
7205
|
|
|
@@ -6757,6 +7211,7 @@ export class DescribeClusterResourcesResponseBody extends $tea.Model {
|
|
|
6757
7211
|
resourceInfo: 'string',
|
|
6758
7212
|
resourceType: 'string',
|
|
6759
7213
|
state: 'string',
|
|
7214
|
+
autoCreate: 'number',
|
|
6760
7215
|
};
|
|
6761
7216
|
}
|
|
6762
7217
|
|
|
@@ -7287,6 +7742,56 @@ export class DescribeKubernetesVersionMetadataResponseBody extends $tea.Model {
|
|
|
7287
7742
|
}
|
|
7288
7743
|
}
|
|
7289
7744
|
|
|
7745
|
+
export class DescribeNodePoolVulsResponseBodyVulRecordsVulList extends $tea.Model {
|
|
7746
|
+
aliasName?: string;
|
|
7747
|
+
cveList?: string[];
|
|
7748
|
+
name?: string;
|
|
7749
|
+
necessity?: string;
|
|
7750
|
+
static names(): { [key: string]: string } {
|
|
7751
|
+
return {
|
|
7752
|
+
aliasName: 'alias_name',
|
|
7753
|
+
cveList: 'cve_list',
|
|
7754
|
+
name: 'name',
|
|
7755
|
+
necessity: 'necessity',
|
|
7756
|
+
};
|
|
7757
|
+
}
|
|
7758
|
+
|
|
7759
|
+
static types(): { [key: string]: any } {
|
|
7760
|
+
return {
|
|
7761
|
+
aliasName: 'string',
|
|
7762
|
+
cveList: { 'type': 'array', 'itemType': 'string' },
|
|
7763
|
+
name: 'string',
|
|
7764
|
+
necessity: 'string',
|
|
7765
|
+
};
|
|
7766
|
+
}
|
|
7767
|
+
|
|
7768
|
+
constructor(map?: { [key: string]: any }) {
|
|
7769
|
+
super(map);
|
|
7770
|
+
}
|
|
7771
|
+
}
|
|
7772
|
+
|
|
7773
|
+
export class DescribeNodePoolVulsResponseBodyVulRecords extends $tea.Model {
|
|
7774
|
+
instanceId?: string;
|
|
7775
|
+
vulList?: DescribeNodePoolVulsResponseBodyVulRecordsVulList[];
|
|
7776
|
+
static names(): { [key: string]: string } {
|
|
7777
|
+
return {
|
|
7778
|
+
instanceId: 'instance_id',
|
|
7779
|
+
vulList: 'vul_list',
|
|
7780
|
+
};
|
|
7781
|
+
}
|
|
7782
|
+
|
|
7783
|
+
static types(): { [key: string]: any } {
|
|
7784
|
+
return {
|
|
7785
|
+
instanceId: 'string',
|
|
7786
|
+
vulList: { 'type': 'array', 'itemType': DescribeNodePoolVulsResponseBodyVulRecordsVulList },
|
|
7787
|
+
};
|
|
7788
|
+
}
|
|
7789
|
+
|
|
7790
|
+
constructor(map?: { [key: string]: any }) {
|
|
7791
|
+
super(map);
|
|
7792
|
+
}
|
|
7793
|
+
}
|
|
7794
|
+
|
|
7290
7795
|
export class DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog extends $tea.Model {
|
|
7291
7796
|
clusterId?: string;
|
|
7292
7797
|
constraintKind?: string;
|
|
@@ -7827,6 +8332,25 @@ export class DescribeWorkflowsResponseBodyJobs extends $tea.Model {
|
|
|
7827
8332
|
}
|
|
7828
8333
|
}
|
|
7829
8334
|
|
|
8335
|
+
export class FixNodePoolVulsRequestRolloutPolicy extends $tea.Model {
|
|
8336
|
+
maxParallelism?: number;
|
|
8337
|
+
static names(): { [key: string]: string } {
|
|
8338
|
+
return {
|
|
8339
|
+
maxParallelism: 'max_parallelism',
|
|
8340
|
+
};
|
|
8341
|
+
}
|
|
8342
|
+
|
|
8343
|
+
static types(): { [key: string]: any } {
|
|
8344
|
+
return {
|
|
8345
|
+
maxParallelism: 'number',
|
|
8346
|
+
};
|
|
8347
|
+
}
|
|
8348
|
+
|
|
8349
|
+
constructor(map?: { [key: string]: any }) {
|
|
8350
|
+
super(map);
|
|
8351
|
+
}
|
|
8352
|
+
}
|
|
8353
|
+
|
|
7830
8354
|
export class GetKubernetesTriggerResponseBody extends $tea.Model {
|
|
7831
8355
|
id?: string;
|
|
7832
8356
|
name?: string;
|
|
@@ -8664,6 +9188,31 @@ export default class Client extends OpenApi {
|
|
|
8664
9188
|
return $tea.cast<CancelComponentUpgradeResponse>(await this.callApi(params, req, runtime), new CancelComponentUpgradeResponse({}));
|
|
8665
9189
|
}
|
|
8666
9190
|
|
|
9191
|
+
async cancelTask(taskId: string): Promise<CancelTaskResponse> {
|
|
9192
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
9193
|
+
let headers : {[key: string ]: string} = { };
|
|
9194
|
+
return await this.cancelTaskWithOptions(taskId, headers, runtime);
|
|
9195
|
+
}
|
|
9196
|
+
|
|
9197
|
+
async cancelTaskWithOptions(taskId: string, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<CancelTaskResponse> {
|
|
9198
|
+
taskId = OpenApiUtil.getEncodeParam(taskId);
|
|
9199
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
9200
|
+
headers: headers,
|
|
9201
|
+
});
|
|
9202
|
+
let params = new $OpenApi.Params({
|
|
9203
|
+
action: "CancelTask",
|
|
9204
|
+
version: "2015-12-15",
|
|
9205
|
+
protocol: "HTTPS",
|
|
9206
|
+
pathname: `/tasks/${taskId}/cancel`,
|
|
9207
|
+
method: "POST",
|
|
9208
|
+
authType: "AK",
|
|
9209
|
+
style: "ROA",
|
|
9210
|
+
reqBodyType: "json",
|
|
9211
|
+
bodyType: "none",
|
|
9212
|
+
});
|
|
9213
|
+
return $tea.cast<CancelTaskResponse>(await this.callApi(params, req, runtime), new CancelTaskResponse({}));
|
|
9214
|
+
}
|
|
9215
|
+
|
|
8667
9216
|
async cancelWorkflow(workflowName: string, request: CancelWorkflowRequest): Promise<CancelWorkflowResponse> {
|
|
8668
9217
|
let runtime = new $Util.RuntimeOptions({ });
|
|
8669
9218
|
let headers : {[key: string ]: string} = { };
|
|
@@ -10512,6 +11061,32 @@ export default class Client extends OpenApi {
|
|
|
10512
11061
|
return $tea.cast<DescribeKubernetesVersionMetadataResponse>(await this.callApi(params, req, runtime), new DescribeKubernetesVersionMetadataResponse({}));
|
|
10513
11062
|
}
|
|
10514
11063
|
|
|
11064
|
+
async describeNodePoolVuls(clusterId: string, nodepoolId: string): Promise<DescribeNodePoolVulsResponse> {
|
|
11065
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
11066
|
+
let headers : {[key: string ]: string} = { };
|
|
11067
|
+
return await this.describeNodePoolVulsWithOptions(clusterId, nodepoolId, headers, runtime);
|
|
11068
|
+
}
|
|
11069
|
+
|
|
11070
|
+
async describeNodePoolVulsWithOptions(clusterId: string, nodepoolId: string, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<DescribeNodePoolVulsResponse> {
|
|
11071
|
+
clusterId = OpenApiUtil.getEncodeParam(clusterId);
|
|
11072
|
+
nodepoolId = OpenApiUtil.getEncodeParam(nodepoolId);
|
|
11073
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
11074
|
+
headers: headers,
|
|
11075
|
+
});
|
|
11076
|
+
let params = new $OpenApi.Params({
|
|
11077
|
+
action: "DescribeNodePoolVuls",
|
|
11078
|
+
version: "2015-12-15",
|
|
11079
|
+
protocol: "HTTPS",
|
|
11080
|
+
pathname: `/clusters/${clusterId}/nodepools/${nodepoolId}/vuls`,
|
|
11081
|
+
method: "GET",
|
|
11082
|
+
authType: "AK",
|
|
11083
|
+
style: "ROA",
|
|
11084
|
+
reqBodyType: "json",
|
|
11085
|
+
bodyType: "json",
|
|
11086
|
+
});
|
|
11087
|
+
return $tea.cast<DescribeNodePoolVulsResponse>(await this.callApi(params, req, runtime), new DescribeNodePoolVulsResponse({}));
|
|
11088
|
+
}
|
|
11089
|
+
|
|
10515
11090
|
async describePolicies(): Promise<DescribePoliciesResponse> {
|
|
10516
11091
|
let runtime = new $Util.RuntimeOptions({ });
|
|
10517
11092
|
let headers : {[key: string ]: string} = { };
|
|
@@ -10901,6 +11476,47 @@ export default class Client extends OpenApi {
|
|
|
10901
11476
|
return $tea.cast<EdgeClusterAddEdgeMachineResponse>(await this.callApi(params, req, runtime), new EdgeClusterAddEdgeMachineResponse({}));
|
|
10902
11477
|
}
|
|
10903
11478
|
|
|
11479
|
+
async fixNodePoolVuls(clusterId: string, nodepoolId: string, request: FixNodePoolVulsRequest): Promise<FixNodePoolVulsResponse> {
|
|
11480
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
11481
|
+
let headers : {[key: string ]: string} = { };
|
|
11482
|
+
return await this.fixNodePoolVulsWithOptions(clusterId, nodepoolId, request, headers, runtime);
|
|
11483
|
+
}
|
|
11484
|
+
|
|
11485
|
+
async fixNodePoolVulsWithOptions(clusterId: string, nodepoolId: string, request: FixNodePoolVulsRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<FixNodePoolVulsResponse> {
|
|
11486
|
+
Util.validateModel(request);
|
|
11487
|
+
clusterId = OpenApiUtil.getEncodeParam(clusterId);
|
|
11488
|
+
nodepoolId = OpenApiUtil.getEncodeParam(nodepoolId);
|
|
11489
|
+
let body : {[key: string ]: any} = { };
|
|
11490
|
+
if (!Util.isUnset(request.nodes)) {
|
|
11491
|
+
body["nodes"] = request.nodes;
|
|
11492
|
+
}
|
|
11493
|
+
|
|
11494
|
+
if (!Util.isUnset($tea.toMap(request.rolloutPolicy))) {
|
|
11495
|
+
body["rollout_policy"] = request.rolloutPolicy;
|
|
11496
|
+
}
|
|
11497
|
+
|
|
11498
|
+
if (!Util.isUnset(request.vulList)) {
|
|
11499
|
+
body["vul_list"] = request.vulList;
|
|
11500
|
+
}
|
|
11501
|
+
|
|
11502
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
11503
|
+
headers: headers,
|
|
11504
|
+
body: OpenApiUtil.parseToMap(body),
|
|
11505
|
+
});
|
|
11506
|
+
let params = new $OpenApi.Params({
|
|
11507
|
+
action: "FixNodePoolVuls",
|
|
11508
|
+
version: "2015-12-15",
|
|
11509
|
+
protocol: "HTTPS",
|
|
11510
|
+
pathname: `/clusters/${clusterId}/nodepools/${nodepoolId}/vuls/fix`,
|
|
11511
|
+
method: "POST",
|
|
11512
|
+
authType: "AK",
|
|
11513
|
+
style: "ROA",
|
|
11514
|
+
reqBodyType: "json",
|
|
11515
|
+
bodyType: "json",
|
|
11516
|
+
});
|
|
11517
|
+
return $tea.cast<FixNodePoolVulsResponse>(await this.callApi(params, req, runtime), new FixNodePoolVulsResponse({}));
|
|
11518
|
+
}
|
|
11519
|
+
|
|
10904
11520
|
async getKubernetesTrigger(ClusterId: string, request: GetKubernetesTriggerRequest): Promise<GetKubernetesTriggerResponse> {
|
|
10905
11521
|
let runtime = new $Util.RuntimeOptions({ });
|
|
10906
11522
|
let headers : {[key: string ]: string} = { };
|
|
@@ -11446,6 +12062,31 @@ export default class Client extends OpenApi {
|
|
|
11446
12062
|
return $tea.cast<PauseComponentUpgradeResponse>(await this.callApi(params, req, runtime), new PauseComponentUpgradeResponse({}));
|
|
11447
12063
|
}
|
|
11448
12064
|
|
|
12065
|
+
async pauseTask(taskId: string): Promise<PauseTaskResponse> {
|
|
12066
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
12067
|
+
let headers : {[key: string ]: string} = { };
|
|
12068
|
+
return await this.pauseTaskWithOptions(taskId, headers, runtime);
|
|
12069
|
+
}
|
|
12070
|
+
|
|
12071
|
+
async pauseTaskWithOptions(taskId: string, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<PauseTaskResponse> {
|
|
12072
|
+
taskId = OpenApiUtil.getEncodeParam(taskId);
|
|
12073
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
12074
|
+
headers: headers,
|
|
12075
|
+
});
|
|
12076
|
+
let params = new $OpenApi.Params({
|
|
12077
|
+
action: "PauseTask",
|
|
12078
|
+
version: "2015-12-15",
|
|
12079
|
+
protocol: "HTTPS",
|
|
12080
|
+
pathname: `/tasks/${taskId}/pause`,
|
|
12081
|
+
method: "POST",
|
|
12082
|
+
authType: "AK",
|
|
12083
|
+
style: "ROA",
|
|
12084
|
+
reqBodyType: "json",
|
|
12085
|
+
bodyType: "none",
|
|
12086
|
+
});
|
|
12087
|
+
return $tea.cast<PauseTaskResponse>(await this.callApi(params, req, runtime), new PauseTaskResponse({}));
|
|
12088
|
+
}
|
|
12089
|
+
|
|
11449
12090
|
async removeClusterNodes(ClusterId: string, request: RemoveClusterNodesRequest): Promise<RemoveClusterNodesResponse> {
|
|
11450
12091
|
let runtime = new $Util.RuntimeOptions({ });
|
|
11451
12092
|
let headers : {[key: string ]: string} = { };
|
|
@@ -11570,6 +12211,31 @@ export default class Client extends OpenApi {
|
|
|
11570
12211
|
return $tea.cast<ResumeComponentUpgradeResponse>(await this.callApi(params, req, runtime), new ResumeComponentUpgradeResponse({}));
|
|
11571
12212
|
}
|
|
11572
12213
|
|
|
12214
|
+
async resumeTask(taskId: string): Promise<ResumeTaskResponse> {
|
|
12215
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
12216
|
+
let headers : {[key: string ]: string} = { };
|
|
12217
|
+
return await this.resumeTaskWithOptions(taskId, headers, runtime);
|
|
12218
|
+
}
|
|
12219
|
+
|
|
12220
|
+
async resumeTaskWithOptions(taskId: string, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<ResumeTaskResponse> {
|
|
12221
|
+
taskId = OpenApiUtil.getEncodeParam(taskId);
|
|
12222
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
12223
|
+
headers: headers,
|
|
12224
|
+
});
|
|
12225
|
+
let params = new $OpenApi.Params({
|
|
12226
|
+
action: "ResumeTask",
|
|
12227
|
+
version: "2015-12-15",
|
|
12228
|
+
protocol: "HTTPS",
|
|
12229
|
+
pathname: `/tasks/${taskId}/resume`,
|
|
12230
|
+
method: "POST",
|
|
12231
|
+
authType: "AK",
|
|
12232
|
+
style: "ROA",
|
|
12233
|
+
reqBodyType: "json",
|
|
12234
|
+
bodyType: "none",
|
|
12235
|
+
});
|
|
12236
|
+
return $tea.cast<ResumeTaskResponse>(await this.callApi(params, req, runtime), new ResumeTaskResponse({}));
|
|
12237
|
+
}
|
|
12238
|
+
|
|
11573
12239
|
async resumeUpgradeCluster(ClusterId: string): Promise<ResumeUpgradeClusterResponse> {
|
|
11574
12240
|
let runtime = new $Util.RuntimeOptions({ });
|
|
11575
12241
|
let headers : {[key: string ]: string} = { };
|