@alicloud/cs20151215 3.3.2 → 3.3.4

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 CHANGED
@@ -232,11 +232,11 @@ export declare class AttachInstancesResponseBody extends $tea.Model {
232
232
  });
233
233
  }
234
234
  export declare class AttachInstancesResponse extends $tea.Model {
235
- headers: {
235
+ headers?: {
236
236
  [key: string]: string;
237
237
  };
238
- statusCode: number;
239
- body: AttachInstancesResponseBody;
238
+ statusCode?: number;
239
+ body?: AttachInstancesResponseBody;
240
240
  static names(): {
241
241
  [key: string]: string;
242
242
  };
@@ -276,11 +276,11 @@ export declare class AttachInstancesToNodePoolResponseBody extends $tea.Model {
276
276
  });
277
277
  }
278
278
  export declare class AttachInstancesToNodePoolResponse extends $tea.Model {
279
- headers: {
279
+ headers?: {
280
280
  [key: string]: string;
281
281
  };
282
- statusCode: number;
283
- body: AttachInstancesToNodePoolResponseBody;
282
+ statusCode?: number;
283
+ body?: AttachInstancesToNodePoolResponseBody;
284
284
  static names(): {
285
285
  [key: string]: string;
286
286
  };
@@ -292,10 +292,10 @@ export declare class AttachInstancesToNodePoolResponse extends $tea.Model {
292
292
  });
293
293
  }
294
294
  export declare class CancelClusterUpgradeResponse extends $tea.Model {
295
- headers: {
295
+ headers?: {
296
296
  [key: string]: string;
297
297
  };
298
- statusCode: number;
298
+ statusCode?: number;
299
299
  static names(): {
300
300
  [key: string]: string;
301
301
  };
@@ -307,10 +307,10 @@ export declare class CancelClusterUpgradeResponse extends $tea.Model {
307
307
  });
308
308
  }
309
309
  export declare class CancelComponentUpgradeResponse extends $tea.Model {
310
- headers: {
310
+ headers?: {
311
311
  [key: string]: string;
312
312
  };
313
- statusCode: number;
313
+ statusCode?: number;
314
314
  static names(): {
315
315
  [key: string]: string;
316
316
  };
@@ -334,11 +334,11 @@ export declare class CancelOperationPlanResponseBody extends $tea.Model {
334
334
  });
335
335
  }
336
336
  export declare class CancelOperationPlanResponse extends $tea.Model {
337
- headers: {
337
+ headers?: {
338
338
  [key: string]: string;
339
339
  };
340
- statusCode: number;
341
- body: CancelOperationPlanResponseBody;
340
+ statusCode?: number;
341
+ body?: CancelOperationPlanResponseBody;
342
342
  static names(): {
343
343
  [key: string]: string;
344
344
  };
@@ -350,10 +350,10 @@ export declare class CancelOperationPlanResponse extends $tea.Model {
350
350
  });
351
351
  }
352
352
  export declare class CancelTaskResponse extends $tea.Model {
353
- headers: {
353
+ headers?: {
354
354
  [key: string]: string;
355
355
  };
356
- statusCode: number;
356
+ statusCode?: number;
357
357
  static names(): {
358
358
  [key: string]: string;
359
359
  };
@@ -377,10 +377,10 @@ export declare class CancelWorkflowRequest extends $tea.Model {
377
377
  });
378
378
  }
379
379
  export declare class CancelWorkflowResponse extends $tea.Model {
380
- headers: {
380
+ headers?: {
381
381
  [key: string]: string;
382
382
  };
383
- statusCode: number;
383
+ statusCode?: number;
384
384
  static names(): {
385
385
  [key: string]: string;
386
386
  };
@@ -407,11 +407,11 @@ export declare class CheckControlPlaneLogEnableResponseBody extends $tea.Model {
407
407
  });
408
408
  }
409
409
  export declare class CheckControlPlaneLogEnableResponse extends $tea.Model {
410
- headers: {
410
+ headers?: {
411
411
  [key: string]: string;
412
412
  };
413
- statusCode: number;
414
- body: CheckControlPlaneLogEnableResponseBody;
413
+ statusCode?: number;
414
+ body?: CheckControlPlaneLogEnableResponseBody;
415
415
  static names(): {
416
416
  [key: string]: string;
417
417
  };
@@ -448,10 +448,10 @@ export declare class CreateAutoscalingConfigRequest extends $tea.Model {
448
448
  });
449
449
  }
450
450
  export declare class CreateAutoscalingConfigResponse extends $tea.Model {
451
- headers: {
451
+ headers?: {
452
452
  [key: string]: string;
453
453
  };
454
- statusCode: number;
454
+ statusCode?: number;
455
455
  static names(): {
456
456
  [key: string]: string;
457
457
  };
@@ -578,11 +578,11 @@ export declare class CreateClusterResponseBody extends $tea.Model {
578
578
  });
579
579
  }
580
580
  export declare class CreateClusterResponse extends $tea.Model {
581
- headers: {
581
+ headers?: {
582
582
  [key: string]: string;
583
583
  };
584
- statusCode: number;
585
- body: CreateClusterResponseBody;
584
+ statusCode?: number;
585
+ body?: CreateClusterResponseBody;
586
586
  static names(): {
587
587
  [key: string]: string;
588
588
  };
@@ -617,6 +617,7 @@ export declare class CreateClusterNodePoolRequest extends $tea.Model {
617
617
  }
618
618
  export declare class CreateClusterNodePoolResponseBody extends $tea.Model {
619
619
  nodepoolId?: string;
620
+ requestId?: string;
620
621
  taskId?: string;
621
622
  static names(): {
622
623
  [key: string]: string;
@@ -629,11 +630,11 @@ export declare class CreateClusterNodePoolResponseBody extends $tea.Model {
629
630
  });
630
631
  }
631
632
  export declare class CreateClusterNodePoolResponse extends $tea.Model {
632
- headers: {
633
+ headers?: {
633
634
  [key: string]: string;
634
635
  };
635
- statusCode: number;
636
- body: CreateClusterNodePoolResponseBody;
636
+ statusCode?: number;
637
+ body?: CreateClusterNodePoolResponseBody;
637
638
  static names(): {
638
639
  [key: string]: string;
639
640
  };
@@ -672,11 +673,11 @@ export declare class CreateEdgeMachineResponseBody extends $tea.Model {
672
673
  });
673
674
  }
674
675
  export declare class CreateEdgeMachineResponse extends $tea.Model {
675
- headers: {
676
+ headers?: {
676
677
  [key: string]: string;
677
678
  };
678
- statusCode: number;
679
- body: CreateEdgeMachineResponseBody;
679
+ statusCode?: number;
680
+ body?: CreateEdgeMachineResponseBody;
680
681
  static names(): {
681
682
  [key: string]: string;
682
683
  };
@@ -719,11 +720,11 @@ export declare class CreateKubernetesTriggerResponseBody extends $tea.Model {
719
720
  });
720
721
  }
721
722
  export declare class CreateKubernetesTriggerResponse extends $tea.Model {
722
- headers: {
723
+ headers?: {
723
724
  [key: string]: string;
724
725
  };
725
- statusCode: number;
726
- body: CreateKubernetesTriggerResponseBody;
726
+ statusCode?: number;
727
+ body?: CreateKubernetesTriggerResponseBody;
727
728
  static names(): {
728
729
  [key: string]: string;
729
730
  };
@@ -763,11 +764,11 @@ export declare class CreateTemplateResponseBody extends $tea.Model {
763
764
  });
764
765
  }
765
766
  export declare class CreateTemplateResponse extends $tea.Model {
766
- headers: {
767
+ headers?: {
767
768
  [key: string]: string;
768
769
  };
769
- statusCode: number;
770
- body: CreateTemplateResponseBody;
770
+ statusCode?: number;
771
+ body?: CreateTemplateResponseBody;
771
772
  static names(): {
772
773
  [key: string]: string;
773
774
  };
@@ -810,11 +811,11 @@ export declare class CreateTriggerResponseBody extends $tea.Model {
810
811
  });
811
812
  }
812
813
  export declare class CreateTriggerResponse extends $tea.Model {
813
- headers: {
814
+ headers?: {
814
815
  [key: string]: string;
815
816
  };
816
- statusCode: number;
817
- body: CreateTriggerResponseBody;
817
+ statusCode?: number;
818
+ body?: CreateTriggerResponseBody;
818
819
  static names(): {
819
820
  [key: string]: string;
820
821
  };
@@ -826,10 +827,10 @@ export declare class CreateTriggerResponse extends $tea.Model {
826
827
  });
827
828
  }
828
829
  export declare class DeleteAlertContactResponse extends $tea.Model {
829
- headers: {
830
+ headers?: {
830
831
  [key: string]: string;
831
832
  };
832
- statusCode: number;
833
+ statusCode?: number;
833
834
  static names(): {
834
835
  [key: string]: string;
835
836
  };
@@ -841,10 +842,10 @@ export declare class DeleteAlertContactResponse extends $tea.Model {
841
842
  });
842
843
  }
843
844
  export declare class DeleteAlertContactGroupResponse extends $tea.Model {
844
- headers: {
845
+ headers?: {
845
846
  [key: string]: string;
846
847
  };
847
- statusCode: number;
848
+ statusCode?: number;
848
849
  static names(): {
849
850
  [key: string]: string;
850
851
  };
@@ -898,11 +899,11 @@ export declare class DeleteClusterResponseBody extends $tea.Model {
898
899
  });
899
900
  }
900
901
  export declare class DeleteClusterResponse extends $tea.Model {
901
- headers: {
902
+ headers?: {
902
903
  [key: string]: string;
903
904
  };
904
- statusCode: number;
905
- body: DeleteClusterResponseBody;
905
+ statusCode?: number;
906
+ body?: DeleteClusterResponseBody;
906
907
  static names(): {
907
908
  [key: string]: string;
908
909
  };
@@ -939,11 +940,11 @@ export declare class DeleteClusterNodepoolResponseBody extends $tea.Model {
939
940
  });
940
941
  }
941
942
  export declare class DeleteClusterNodepoolResponse extends $tea.Model {
942
- headers: {
943
+ headers?: {
943
944
  [key: string]: string;
944
945
  };
945
- statusCode: number;
946
- body: DeleteClusterNodepoolResponseBody;
946
+ statusCode?: number;
947
+ body?: DeleteClusterNodepoolResponseBody;
947
948
  static names(): {
948
949
  [key: string]: string;
949
950
  };
@@ -983,11 +984,11 @@ export declare class DeleteClusterNodesResponseBody extends $tea.Model {
983
984
  });
984
985
  }
985
986
  export declare class DeleteClusterNodesResponse extends $tea.Model {
986
- headers: {
987
+ headers?: {
987
988
  [key: string]: string;
988
989
  };
989
- statusCode: number;
990
- body: DeleteClusterNodesResponseBody;
990
+ statusCode?: number;
991
+ body?: DeleteClusterNodesResponseBody;
991
992
  static names(): {
992
993
  [key: string]: string;
993
994
  };
@@ -1011,10 +1012,10 @@ export declare class DeleteEdgeMachineRequest extends $tea.Model {
1011
1012
  });
1012
1013
  }
1013
1014
  export declare class DeleteEdgeMachineResponse extends $tea.Model {
1014
- headers: {
1015
+ headers?: {
1015
1016
  [key: string]: string;
1016
1017
  };
1017
- statusCode: number;
1018
+ statusCode?: number;
1018
1019
  static names(): {
1019
1020
  [key: string]: string;
1020
1021
  };
@@ -1026,10 +1027,10 @@ export declare class DeleteEdgeMachineResponse extends $tea.Model {
1026
1027
  });
1027
1028
  }
1028
1029
  export declare class DeleteKubernetesTriggerResponse extends $tea.Model {
1029
- headers: {
1030
+ headers?: {
1030
1031
  [key: string]: string;
1031
1032
  };
1032
- statusCode: number;
1033
+ statusCode?: number;
1033
1034
  static names(): {
1034
1035
  [key: string]: string;
1035
1036
  };
@@ -1065,11 +1066,11 @@ export declare class DeletePolicyInstanceResponseBody extends $tea.Model {
1065
1066
  });
1066
1067
  }
1067
1068
  export declare class DeletePolicyInstanceResponse extends $tea.Model {
1068
- headers: {
1069
+ headers?: {
1069
1070
  [key: string]: string;
1070
1071
  };
1071
- statusCode: number;
1072
- body: DeletePolicyInstanceResponseBody;
1072
+ statusCode?: number;
1073
+ body?: DeletePolicyInstanceResponseBody;
1073
1074
  static names(): {
1074
1075
  [key: string]: string;
1075
1076
  };
@@ -1081,10 +1082,10 @@ export declare class DeletePolicyInstanceResponse extends $tea.Model {
1081
1082
  });
1082
1083
  }
1083
1084
  export declare class DeleteTemplateResponse extends $tea.Model {
1084
- headers: {
1085
+ headers?: {
1085
1086
  [key: string]: string;
1086
1087
  };
1087
- statusCode: number;
1088
+ statusCode?: number;
1088
1089
  static names(): {
1089
1090
  [key: string]: string;
1090
1091
  };
@@ -1096,10 +1097,10 @@ export declare class DeleteTemplateResponse extends $tea.Model {
1096
1097
  });
1097
1098
  }
1098
1099
  export declare class DeleteTriggerResponse extends $tea.Model {
1099
- headers: {
1100
+ headers?: {
1100
1101
  [key: string]: string;
1101
1102
  };
1102
- statusCode: number;
1103
+ statusCode?: number;
1103
1104
  static names(): {
1104
1105
  [key: string]: string;
1105
1106
  };
@@ -1139,11 +1140,11 @@ export declare class DeployPolicyInstanceResponseBody extends $tea.Model {
1139
1140
  });
1140
1141
  }
1141
1142
  export declare class DeployPolicyInstanceResponse extends $tea.Model {
1142
- headers: {
1143
+ headers?: {
1143
1144
  [key: string]: string;
1144
1145
  };
1145
- statusCode: number;
1146
- body: DeployPolicyInstanceResponseBody;
1146
+ statusCode?: number;
1147
+ body?: DeployPolicyInstanceResponseBody;
1147
1148
  static names(): {
1148
1149
  [key: string]: string;
1149
1150
  };
@@ -1177,11 +1178,11 @@ export declare class DescirbeWorkflowResponseBody extends $tea.Model {
1177
1178
  });
1178
1179
  }
1179
1180
  export declare class DescirbeWorkflowResponse extends $tea.Model {
1180
- headers: {
1181
+ headers?: {
1181
1182
  [key: string]: string;
1182
1183
  };
1183
- statusCode: number;
1184
- body: DescirbeWorkflowResponseBody;
1184
+ statusCode?: number;
1185
+ body?: DescirbeWorkflowResponseBody;
1185
1186
  static names(): {
1186
1187
  [key: string]: string;
1187
1188
  };
@@ -1231,11 +1232,11 @@ export declare class DescribeAddonResponseBody extends $tea.Model {
1231
1232
  });
1232
1233
  }
1233
1234
  export declare class DescribeAddonResponse extends $tea.Model {
1234
- headers: {
1235
+ headers?: {
1235
1236
  [key: string]: string;
1236
1237
  };
1237
- statusCode: number;
1238
- body: DescribeAddonResponseBody;
1238
+ statusCode?: number;
1239
+ body?: DescribeAddonResponseBody;
1239
1240
  static names(): {
1240
1241
  [key: string]: string;
1241
1242
  };
@@ -1278,11 +1279,11 @@ export declare class DescribeAddonsResponseBody extends $tea.Model {
1278
1279
  });
1279
1280
  }
1280
1281
  export declare class DescribeAddonsResponse extends $tea.Model {
1281
- headers: {
1282
+ headers?: {
1282
1283
  [key: string]: string;
1283
1284
  };
1284
- statusCode: number;
1285
- body: DescribeAddonsResponseBody;
1285
+ statusCode?: number;
1286
+ body?: DescribeAddonsResponseBody;
1286
1287
  static names(): {
1287
1288
  [key: string]: string;
1288
1289
  };
@@ -1309,11 +1310,11 @@ export declare class DescribeClusterAddonInstanceResponseBody extends $tea.Model
1309
1310
  });
1310
1311
  }
1311
1312
  export declare class DescribeClusterAddonInstanceResponse extends $tea.Model {
1312
- headers: {
1313
+ headers?: {
1313
1314
  [key: string]: string;
1314
1315
  };
1315
- statusCode: number;
1316
- body: DescribeClusterAddonInstanceResponseBody;
1316
+ statusCode?: number;
1317
+ body?: DescribeClusterAddonInstanceResponseBody;
1317
1318
  static names(): {
1318
1319
  [key: string]: string;
1319
1320
  };
@@ -1339,11 +1340,11 @@ export declare class DescribeClusterAddonMetadataResponseBody extends $tea.Model
1339
1340
  });
1340
1341
  }
1341
1342
  export declare class DescribeClusterAddonMetadataResponse extends $tea.Model {
1342
- headers: {
1343
+ headers?: {
1343
1344
  [key: string]: string;
1344
1345
  };
1345
- statusCode: number;
1346
- body: DescribeClusterAddonMetadataResponseBody;
1346
+ statusCode?: number;
1347
+ body?: DescribeClusterAddonMetadataResponseBody;
1347
1348
  static names(): {
1348
1349
  [key: string]: string;
1349
1350
  };
@@ -1355,11 +1356,11 @@ export declare class DescribeClusterAddonMetadataResponse extends $tea.Model {
1355
1356
  });
1356
1357
  }
1357
1358
  export declare class DescribeClusterAddonUpgradeStatusResponse extends $tea.Model {
1358
- headers: {
1359
+ headers?: {
1359
1360
  [key: string]: string;
1360
1361
  };
1361
- statusCode: number;
1362
- body: {
1362
+ statusCode?: number;
1363
+ body?: {
1363
1364
  [key: string]: any;
1364
1365
  };
1365
1366
  static names(): {
@@ -1397,11 +1398,11 @@ export declare class DescribeClusterAddonsUpgradeStatusShrinkRequest extends $te
1397
1398
  });
1398
1399
  }
1399
1400
  export declare class DescribeClusterAddonsUpgradeStatusResponse extends $tea.Model {
1400
- headers: {
1401
+ headers?: {
1401
1402
  [key: string]: string;
1402
1403
  };
1403
- statusCode: number;
1404
- body: {
1404
+ statusCode?: number;
1405
+ body?: {
1405
1406
  [key: string]: any;
1406
1407
  };
1407
1408
  static names(): {
@@ -1415,11 +1416,11 @@ export declare class DescribeClusterAddonsUpgradeStatusResponse extends $tea.Mod
1415
1416
  });
1416
1417
  }
1417
1418
  export declare class DescribeClusterAddonsVersionResponse extends $tea.Model {
1418
- headers: {
1419
+ headers?: {
1419
1420
  [key: string]: string;
1420
1421
  };
1421
- statusCode: number;
1422
- body: {
1422
+ statusCode?: number;
1423
+ body?: {
1423
1424
  [key: string]: any;
1424
1425
  };
1425
1426
  static names(): {
@@ -1450,11 +1451,11 @@ export declare class DescribeClusterAttachScriptsRequest extends $tea.Model {
1450
1451
  });
1451
1452
  }
1452
1453
  export declare class DescribeClusterAttachScriptsResponse extends $tea.Model {
1453
- headers: {
1454
+ headers?: {
1454
1455
  [key: string]: string;
1455
1456
  };
1456
- statusCode: number;
1457
- body: string;
1457
+ statusCode?: number;
1458
+ body?: string;
1458
1459
  static names(): {
1459
1460
  [key: string]: string;
1460
1461
  };
@@ -1509,11 +1510,11 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
1509
1510
  });
1510
1511
  }
1511
1512
  export declare class DescribeClusterDetailResponse extends $tea.Model {
1512
- headers: {
1513
+ headers?: {
1513
1514
  [key: string]: string;
1514
1515
  };
1515
- statusCode: number;
1516
- body: DescribeClusterDetailResponseBody;
1516
+ statusCode?: number;
1517
+ body?: DescribeClusterDetailResponseBody;
1517
1518
  static names(): {
1518
1519
  [key: string]: string;
1519
1520
  };
@@ -1552,11 +1553,11 @@ export declare class DescribeClusterEventsResponseBody extends $tea.Model {
1552
1553
  });
1553
1554
  }
1554
1555
  export declare class DescribeClusterEventsResponse extends $tea.Model {
1555
- headers: {
1556
+ headers?: {
1556
1557
  [key: string]: string;
1557
1558
  };
1558
- statusCode: number;
1559
- body: DescribeClusterEventsResponseBody;
1559
+ statusCode?: number;
1560
+ body?: DescribeClusterEventsResponseBody;
1560
1561
  static names(): {
1561
1562
  [key: string]: string;
1562
1563
  };
@@ -1568,11 +1569,11 @@ export declare class DescribeClusterEventsResponse extends $tea.Model {
1568
1569
  });
1569
1570
  }
1570
1571
  export declare class DescribeClusterLogsResponse extends $tea.Model {
1571
- headers: {
1572
+ headers?: {
1572
1573
  [key: string]: string;
1573
1574
  };
1574
- statusCode: number;
1575
- body: DescribeClusterLogsResponseBody[];
1575
+ statusCode?: number;
1576
+ body?: DescribeClusterLogsResponseBody[];
1576
1577
  static names(): {
1577
1578
  [key: string]: string;
1578
1579
  };
@@ -1606,11 +1607,11 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $tea.Mode
1606
1607
  });
1607
1608
  }
1608
1609
  export declare class DescribeClusterNodePoolDetailResponse extends $tea.Model {
1609
- headers: {
1610
+ headers?: {
1610
1611
  [key: string]: string;
1611
1612
  };
1612
- statusCode: number;
1613
- body: DescribeClusterNodePoolDetailResponseBody;
1613
+ statusCode?: number;
1614
+ body?: DescribeClusterNodePoolDetailResponseBody;
1614
1615
  static names(): {
1615
1616
  [key: string]: string;
1616
1617
  };
@@ -1634,11 +1635,11 @@ export declare class DescribeClusterNodePoolsResponseBody extends $tea.Model {
1634
1635
  });
1635
1636
  }
1636
1637
  export declare class DescribeClusterNodePoolsResponse extends $tea.Model {
1637
- headers: {
1638
+ headers?: {
1638
1639
  [key: string]: string;
1639
1640
  };
1640
- statusCode: number;
1641
- body: DescribeClusterNodePoolsResponseBody;
1641
+ statusCode?: number;
1642
+ body?: DescribeClusterNodePoolsResponseBody;
1642
1643
  static names(): {
1643
1644
  [key: string]: string;
1644
1645
  };
@@ -1679,11 +1680,11 @@ export declare class DescribeClusterNodesResponseBody extends $tea.Model {
1679
1680
  });
1680
1681
  }
1681
1682
  export declare class DescribeClusterNodesResponse extends $tea.Model {
1682
- headers: {
1683
+ headers?: {
1683
1684
  [key: string]: string;
1684
1685
  };
1685
- statusCode: number;
1686
- body: DescribeClusterNodesResponseBody;
1686
+ statusCode?: number;
1687
+ body?: DescribeClusterNodesResponseBody;
1687
1688
  static names(): {
1688
1689
  [key: string]: string;
1689
1690
  };
@@ -1695,11 +1696,11 @@ export declare class DescribeClusterNodesResponse extends $tea.Model {
1695
1696
  });
1696
1697
  }
1697
1698
  export declare class DescribeClusterResourcesResponse extends $tea.Model {
1698
- headers: {
1699
+ headers?: {
1699
1700
  [key: string]: string;
1700
1701
  };
1701
- statusCode: number;
1702
- body: DescribeClusterResourcesResponseBody[];
1702
+ statusCode?: number;
1703
+ body?: DescribeClusterResourcesResponseBody[];
1703
1704
  static names(): {
1704
1705
  [key: string]: string;
1705
1706
  };
@@ -1738,11 +1739,11 @@ export declare class DescribeClusterTasksResponseBody extends $tea.Model {
1738
1739
  });
1739
1740
  }
1740
1741
  export declare class DescribeClusterTasksResponse extends $tea.Model {
1741
- headers: {
1742
+ headers?: {
1742
1743
  [key: string]: string;
1743
1744
  };
1744
- statusCode: number;
1745
- body: DescribeClusterTasksResponseBody;
1745
+ statusCode?: number;
1746
+ body?: DescribeClusterTasksResponseBody;
1746
1747
  static names(): {
1747
1748
  [key: string]: string;
1748
1749
  };
@@ -1780,11 +1781,11 @@ export declare class DescribeClusterUserKubeconfigResponseBody extends $tea.Mode
1780
1781
  });
1781
1782
  }
1782
1783
  export declare class DescribeClusterUserKubeconfigResponse extends $tea.Model {
1783
- headers: {
1784
+ headers?: {
1784
1785
  [key: string]: string;
1785
1786
  };
1786
- statusCode: number;
1787
- body: DescribeClusterUserKubeconfigResponseBody;
1787
+ statusCode?: number;
1788
+ body?: DescribeClusterUserKubeconfigResponseBody;
1788
1789
  static names(): {
1789
1790
  [key: string]: string;
1790
1791
  };
@@ -1820,11 +1821,11 @@ export declare class DescribeClusterV2UserKubeconfigResponseBody extends $tea.Mo
1820
1821
  });
1821
1822
  }
1822
1823
  export declare class DescribeClusterV2UserKubeconfigResponse extends $tea.Model {
1823
- headers: {
1824
+ headers?: {
1824
1825
  [key: string]: string;
1825
1826
  };
1826
- statusCode: number;
1827
- body: DescribeClusterV2UserKubeconfigResponseBody;
1827
+ statusCode?: number;
1828
+ body?: DescribeClusterV2UserKubeconfigResponseBody;
1828
1829
  static names(): {
1829
1830
  [key: string]: string;
1830
1831
  };
@@ -1848,11 +1849,11 @@ export declare class DescribeClusterVulsResponseBody extends $tea.Model {
1848
1849
  });
1849
1850
  }
1850
1851
  export declare class DescribeClusterVulsResponse extends $tea.Model {
1851
- headers: {
1852
+ headers?: {
1852
1853
  [key: string]: string;
1853
1854
  };
1854
- statusCode: number;
1855
- body: DescribeClusterVulsResponseBody;
1855
+ statusCode?: number;
1856
+ body?: DescribeClusterVulsResponseBody;
1856
1857
  static names(): {
1857
1858
  [key: string]: string;
1858
1859
  };
@@ -1877,11 +1878,11 @@ export declare class DescribeClustersRequest extends $tea.Model {
1877
1878
  });
1878
1879
  }
1879
1880
  export declare class DescribeClustersResponse extends $tea.Model {
1880
- headers: {
1881
+ headers?: {
1881
1882
  [key: string]: string;
1882
1883
  };
1883
- statusCode: number;
1884
- body: DescribeClustersResponseBody[];
1884
+ statusCode?: number;
1885
+ body?: DescribeClustersResponseBody[];
1885
1886
  static names(): {
1886
1887
  [key: string]: string;
1887
1888
  };
@@ -1925,11 +1926,11 @@ export declare class DescribeClustersV1ResponseBody extends $tea.Model {
1925
1926
  });
1926
1927
  }
1927
1928
  export declare class DescribeClustersV1Response extends $tea.Model {
1928
- headers: {
1929
+ headers?: {
1929
1930
  [key: string]: string;
1930
1931
  };
1931
- statusCode: number;
1932
- body: DescribeClustersV1ResponseBody;
1932
+ statusCode?: number;
1933
+ body?: DescribeClustersV1ResponseBody;
1933
1934
  static names(): {
1934
1935
  [key: string]: string;
1935
1936
  };
@@ -1957,11 +1958,11 @@ export declare class DescribeEdgeMachineActiveProcessResponseBody extends $tea.M
1957
1958
  });
1958
1959
  }
1959
1960
  export declare class DescribeEdgeMachineActiveProcessResponse extends $tea.Model {
1960
- headers: {
1961
+ headers?: {
1961
1962
  [key: string]: string;
1962
1963
  };
1963
- statusCode: number;
1964
- body: DescribeEdgeMachineActiveProcessResponseBody;
1964
+ statusCode?: number;
1965
+ body?: DescribeEdgeMachineActiveProcessResponseBody;
1965
1966
  static names(): {
1966
1967
  [key: string]: string;
1967
1968
  };
@@ -1985,11 +1986,11 @@ export declare class DescribeEdgeMachineModelsResponseBody extends $tea.Model {
1985
1986
  });
1986
1987
  }
1987
1988
  export declare class DescribeEdgeMachineModelsResponse extends $tea.Model {
1988
- headers: {
1989
+ headers?: {
1989
1990
  [key: string]: string;
1990
1991
  };
1991
- statusCode: number;
1992
- body: DescribeEdgeMachineModelsResponseBody;
1992
+ statusCode?: number;
1993
+ body?: DescribeEdgeMachineModelsResponseBody;
1993
1994
  static names(): {
1994
1995
  [key: string]: string;
1995
1996
  };
@@ -2019,11 +2020,11 @@ export declare class DescribeEdgeMachineTunnelConfigDetailResponseBody extends $
2019
2020
  });
2020
2021
  }
2021
2022
  export declare class DescribeEdgeMachineTunnelConfigDetailResponse extends $tea.Model {
2022
- headers: {
2023
+ headers?: {
2023
2024
  [key: string]: string;
2024
2025
  };
2025
- statusCode: number;
2026
- body: DescribeEdgeMachineTunnelConfigDetailResponseBody;
2026
+ statusCode?: number;
2027
+ body?: DescribeEdgeMachineTunnelConfigDetailResponseBody;
2027
2028
  static names(): {
2028
2029
  [key: string]: string;
2029
2030
  };
@@ -2065,11 +2066,11 @@ export declare class DescribeEdgeMachinesResponseBody extends $tea.Model {
2065
2066
  });
2066
2067
  }
2067
2068
  export declare class DescribeEdgeMachinesResponse extends $tea.Model {
2068
- headers: {
2069
+ headers?: {
2069
2070
  [key: string]: string;
2070
2071
  };
2071
- statusCode: number;
2072
- body: DescribeEdgeMachinesResponseBody;
2072
+ statusCode?: number;
2073
+ body?: DescribeEdgeMachinesResponseBody;
2073
2074
  static names(): {
2074
2075
  [key: string]: string;
2075
2076
  };
@@ -2109,11 +2110,11 @@ export declare class DescribeEventsResponseBody extends $tea.Model {
2109
2110
  });
2110
2111
  }
2111
2112
  export declare class DescribeEventsResponse extends $tea.Model {
2112
- headers: {
2113
+ headers?: {
2113
2114
  [key: string]: string;
2114
2115
  };
2115
- statusCode: number;
2116
- body: DescribeEventsResponseBody;
2116
+ statusCode?: number;
2117
+ body?: DescribeEventsResponseBody;
2117
2118
  static names(): {
2118
2119
  [key: string]: string;
2119
2120
  };
@@ -2150,11 +2151,11 @@ export declare class DescribeExternalAgentResponseBody extends $tea.Model {
2150
2151
  });
2151
2152
  }
2152
2153
  export declare class DescribeExternalAgentResponse extends $tea.Model {
2153
- headers: {
2154
+ headers?: {
2154
2155
  [key: string]: string;
2155
2156
  };
2156
- statusCode: number;
2157
- body: DescribeExternalAgentResponseBody;
2157
+ statusCode?: number;
2158
+ body?: DescribeExternalAgentResponseBody;
2158
2159
  static names(): {
2159
2160
  [key: string]: string;
2160
2161
  };
@@ -2183,11 +2184,11 @@ export declare class DescribeKubernetesVersionMetadataRequest extends $tea.Model
2183
2184
  });
2184
2185
  }
2185
2186
  export declare class DescribeKubernetesVersionMetadataResponse extends $tea.Model {
2186
- headers: {
2187
+ headers?: {
2187
2188
  [key: string]: string;
2188
2189
  };
2189
- statusCode: number;
2190
- body: DescribeKubernetesVersionMetadataResponseBody[];
2190
+ statusCode?: number;
2191
+ body?: DescribeKubernetesVersionMetadataResponseBody[];
2191
2192
  static names(): {
2192
2193
  [key: string]: string;
2193
2194
  };
@@ -2224,11 +2225,11 @@ export declare class DescribeNodePoolVulsResponseBody extends $tea.Model {
2224
2225
  });
2225
2226
  }
2226
2227
  export declare class DescribeNodePoolVulsResponse extends $tea.Model {
2227
- headers: {
2228
+ headers?: {
2228
2229
  [key: string]: string;
2229
2230
  };
2230
- statusCode: number;
2231
- body: DescribeNodePoolVulsResponseBody;
2231
+ statusCode?: number;
2232
+ body?: DescribeNodePoolVulsResponseBody;
2232
2233
  static names(): {
2233
2234
  [key: string]: string;
2234
2235
  };
@@ -2240,11 +2241,11 @@ export declare class DescribeNodePoolVulsResponse extends $tea.Model {
2240
2241
  });
2241
2242
  }
2242
2243
  export declare class DescribePoliciesResponse extends $tea.Model {
2243
- headers: {
2244
+ headers?: {
2244
2245
  [key: string]: string;
2245
2246
  };
2246
- statusCode: number;
2247
- body: {
2247
+ statusCode?: number;
2248
+ body?: {
2248
2249
  [key: string]: any;
2249
2250
  };
2250
2251
  static names(): {
@@ -2277,11 +2278,11 @@ export declare class DescribePolicyDetailsResponseBody extends $tea.Model {
2277
2278
  });
2278
2279
  }
2279
2280
  export declare class DescribePolicyDetailsResponse extends $tea.Model {
2280
- headers: {
2281
+ headers?: {
2281
2282
  [key: string]: string;
2282
2283
  };
2283
- statusCode: number;
2284
- body: DescribePolicyDetailsResponseBody;
2284
+ statusCode?: number;
2285
+ body?: DescribePolicyDetailsResponseBody;
2285
2286
  static names(): {
2286
2287
  [key: string]: string;
2287
2288
  };
@@ -2308,11 +2309,11 @@ export declare class DescribePolicyGovernanceInClusterResponseBody extends $tea.
2308
2309
  });
2309
2310
  }
2310
2311
  export declare class DescribePolicyGovernanceInClusterResponse extends $tea.Model {
2311
- headers: {
2312
+ headers?: {
2312
2313
  [key: string]: string;
2313
2314
  };
2314
- statusCode: number;
2315
- body: DescribePolicyGovernanceInClusterResponseBody;
2315
+ statusCode?: number;
2316
+ body?: DescribePolicyGovernanceInClusterResponseBody;
2316
2317
  static names(): {
2317
2318
  [key: string]: string;
2318
2319
  };
@@ -2337,11 +2338,11 @@ export declare class DescribePolicyInstancesRequest extends $tea.Model {
2337
2338
  });
2338
2339
  }
2339
2340
  export declare class DescribePolicyInstancesResponse extends $tea.Model {
2340
- headers: {
2341
+ headers?: {
2341
2342
  [key: string]: string;
2342
2343
  };
2343
- statusCode: number;
2344
- body: DescribePolicyInstancesResponseBody[];
2344
+ statusCode?: number;
2345
+ body?: DescribePolicyInstancesResponseBody[];
2345
2346
  static names(): {
2346
2347
  [key: string]: string;
2347
2348
  };
@@ -2368,11 +2369,11 @@ export declare class DescribePolicyInstancesStatusResponseBody extends $tea.Mode
2368
2369
  });
2369
2370
  }
2370
2371
  export declare class DescribePolicyInstancesStatusResponse extends $tea.Model {
2371
- headers: {
2372
+ headers?: {
2372
2373
  [key: string]: string;
2373
2374
  };
2374
- statusCode: number;
2375
- body: DescribePolicyInstancesStatusResponseBody;
2375
+ statusCode?: number;
2376
+ body?: DescribePolicyInstancesStatusResponseBody;
2376
2377
  static names(): {
2377
2378
  [key: string]: string;
2378
2379
  };
@@ -2410,11 +2411,11 @@ export declare class DescribeSubaccountK8sClusterUserConfigResponseBody extends
2410
2411
  });
2411
2412
  }
2412
2413
  export declare class DescribeSubaccountK8sClusterUserConfigResponse extends $tea.Model {
2413
- headers: {
2414
+ headers?: {
2414
2415
  [key: string]: string;
2415
2416
  };
2416
- statusCode: number;
2417
- body: DescribeSubaccountK8sClusterUserConfigResponseBody;
2417
+ statusCode?: number;
2418
+ body?: DescribeSubaccountK8sClusterUserConfigResponseBody;
2418
2419
  static names(): {
2419
2420
  [key: string]: string;
2420
2421
  };
@@ -2452,11 +2453,11 @@ export declare class DescribeTaskInfoResponseBody extends $tea.Model {
2452
2453
  });
2453
2454
  }
2454
2455
  export declare class DescribeTaskInfoResponse extends $tea.Model {
2455
- headers: {
2456
+ headers?: {
2456
2457
  [key: string]: string;
2457
2458
  };
2458
- statusCode: number;
2459
- body: DescribeTaskInfoResponseBody;
2459
+ statusCode?: number;
2460
+ body?: DescribeTaskInfoResponseBody;
2460
2461
  static names(): {
2461
2462
  [key: string]: string;
2462
2463
  };
@@ -2480,11 +2481,11 @@ export declare class DescribeTemplateAttributeRequest extends $tea.Model {
2480
2481
  });
2481
2482
  }
2482
2483
  export declare class DescribeTemplateAttributeResponse extends $tea.Model {
2483
- headers: {
2484
+ headers?: {
2484
2485
  [key: string]: string;
2485
2486
  };
2486
- statusCode: number;
2487
- body: DescribeTemplateAttributeResponseBody[];
2487
+ statusCode?: number;
2488
+ body?: DescribeTemplateAttributeResponseBody[];
2488
2489
  static names(): {
2489
2490
  [key: string]: string;
2490
2491
  };
@@ -2523,11 +2524,11 @@ export declare class DescribeTemplatesResponseBody extends $tea.Model {
2523
2524
  });
2524
2525
  }
2525
2526
  export declare class DescribeTemplatesResponse extends $tea.Model {
2526
- headers: {
2527
+ headers?: {
2527
2528
  [key: string]: string;
2528
2529
  };
2529
- statusCode: number;
2530
- body: DescribeTemplatesResponseBody;
2530
+ statusCode?: number;
2531
+ body?: DescribeTemplatesResponseBody;
2531
2532
  static names(): {
2532
2533
  [key: string]: string;
2533
2534
  };
@@ -2554,11 +2555,11 @@ export declare class DescribeTriggerRequest extends $tea.Model {
2554
2555
  });
2555
2556
  }
2556
2557
  export declare class DescribeTriggerResponse extends $tea.Model {
2557
- headers: {
2558
+ headers?: {
2558
2559
  [key: string]: string;
2559
2560
  };
2560
- statusCode: number;
2561
- body: DescribeTriggerResponseBody[];
2561
+ statusCode?: number;
2562
+ body?: DescribeTriggerResponseBody[];
2562
2563
  static names(): {
2563
2564
  [key: string]: string;
2564
2565
  };
@@ -2570,11 +2571,11 @@ export declare class DescribeTriggerResponse extends $tea.Model {
2570
2571
  });
2571
2572
  }
2572
2573
  export declare class DescribeUserClusterNamespacesResponse extends $tea.Model {
2573
- headers: {
2574
+ headers?: {
2574
2575
  [key: string]: string;
2575
2576
  };
2576
- statusCode: number;
2577
- body: string[];
2577
+ statusCode?: number;
2578
+ body?: string[];
2578
2579
  static names(): {
2579
2580
  [key: string]: string;
2580
2581
  };
@@ -2586,11 +2587,11 @@ export declare class DescribeUserClusterNamespacesResponse extends $tea.Model {
2586
2587
  });
2587
2588
  }
2588
2589
  export declare class DescribeUserPermissionResponse extends $tea.Model {
2589
- headers: {
2590
+ headers?: {
2590
2591
  [key: string]: string;
2591
2592
  };
2592
- statusCode: number;
2593
- body: DescribeUserPermissionResponseBody[];
2593
+ statusCode?: number;
2594
+ body?: DescribeUserPermissionResponseBody[];
2594
2595
  static names(): {
2595
2596
  [key: string]: string;
2596
2597
  };
@@ -2622,11 +2623,11 @@ export declare class DescribeUserQuotaResponseBody extends $tea.Model {
2622
2623
  });
2623
2624
  }
2624
2625
  export declare class DescribeUserQuotaResponse extends $tea.Model {
2625
- headers: {
2626
+ headers?: {
2626
2627
  [key: string]: string;
2627
2628
  };
2628
- statusCode: number;
2629
- body: DescribeUserQuotaResponseBody;
2629
+ statusCode?: number;
2630
+ body?: DescribeUserQuotaResponseBody;
2630
2631
  static names(): {
2631
2632
  [key: string]: string;
2632
2633
  };
@@ -2650,11 +2651,11 @@ export declare class DescribeWorkflowsResponseBody extends $tea.Model {
2650
2651
  });
2651
2652
  }
2652
2653
  export declare class DescribeWorkflowsResponse extends $tea.Model {
2653
- headers: {
2654
+ headers?: {
2654
2655
  [key: string]: string;
2655
2656
  };
2656
- statusCode: number;
2657
- body: DescribeWorkflowsResponseBody;
2657
+ statusCode?: number;
2658
+ body?: DescribeWorkflowsResponseBody;
2658
2659
  static names(): {
2659
2660
  [key: string]: string;
2660
2661
  };
@@ -2693,11 +2694,11 @@ export declare class EdgeClusterAddEdgeMachineResponseBody extends $tea.Model {
2693
2694
  });
2694
2695
  }
2695
2696
  export declare class EdgeClusterAddEdgeMachineResponse extends $tea.Model {
2696
- headers: {
2697
+ headers?: {
2697
2698
  [key: string]: string;
2698
2699
  };
2699
- statusCode: number;
2700
- body: EdgeClusterAddEdgeMachineResponseBody;
2700
+ statusCode?: number;
2701
+ body?: EdgeClusterAddEdgeMachineResponseBody;
2701
2702
  static names(): {
2702
2703
  [key: string]: string;
2703
2704
  };
@@ -2736,11 +2737,11 @@ export declare class FixNodePoolVulsResponseBody extends $tea.Model {
2736
2737
  });
2737
2738
  }
2738
2739
  export declare class FixNodePoolVulsResponse extends $tea.Model {
2739
- headers: {
2740
+ headers?: {
2740
2741
  [key: string]: string;
2741
2742
  };
2742
- statusCode: number;
2743
- body: FixNodePoolVulsResponseBody;
2743
+ statusCode?: number;
2744
+ body?: FixNodePoolVulsResponseBody;
2744
2745
  static names(): {
2745
2746
  [key: string]: string;
2746
2747
  };
@@ -2768,11 +2769,11 @@ export declare class GetClusterAddonInstanceResponseBody extends $tea.Model {
2768
2769
  });
2769
2770
  }
2770
2771
  export declare class GetClusterAddonInstanceResponse extends $tea.Model {
2771
- headers: {
2772
+ headers?: {
2772
2773
  [key: string]: string;
2773
2774
  };
2774
- statusCode: number;
2775
- body: GetClusterAddonInstanceResponseBody;
2775
+ statusCode?: number;
2776
+ body?: GetClusterAddonInstanceResponseBody;
2776
2777
  static names(): {
2777
2778
  [key: string]: string;
2778
2779
  };
@@ -2806,11 +2807,11 @@ export declare class GetClusterCheckResponseBody extends $tea.Model {
2806
2807
  });
2807
2808
  }
2808
2809
  export declare class GetClusterCheckResponse extends $tea.Model {
2809
- headers: {
2810
+ headers?: {
2810
2811
  [key: string]: string;
2811
2812
  };
2812
- statusCode: number;
2813
- body: GetClusterCheckResponseBody;
2813
+ statusCode?: number;
2814
+ body?: GetClusterCheckResponseBody;
2814
2815
  static names(): {
2815
2816
  [key: string]: string;
2816
2817
  };
@@ -2837,11 +2838,11 @@ export declare class GetKubernetesTriggerRequest extends $tea.Model {
2837
2838
  });
2838
2839
  }
2839
2840
  export declare class GetKubernetesTriggerResponse extends $tea.Model {
2840
- headers: {
2841
+ headers?: {
2841
2842
  [key: string]: string;
2842
2843
  };
2843
- statusCode: number;
2844
- body: GetKubernetesTriggerResponseBody[];
2844
+ statusCode?: number;
2845
+ body?: GetKubernetesTriggerResponseBody[];
2845
2846
  static names(): {
2846
2847
  [key: string]: string;
2847
2848
  };
@@ -2869,11 +2870,11 @@ export declare class GetUpgradeStatusResponseBody extends $tea.Model {
2869
2870
  });
2870
2871
  }
2871
2872
  export declare class GetUpgradeStatusResponse extends $tea.Model {
2872
- headers: {
2873
+ headers?: {
2873
2874
  [key: string]: string;
2874
2875
  };
2875
- statusCode: number;
2876
- body: GetUpgradeStatusResponseBody;
2876
+ statusCode?: number;
2877
+ body?: GetUpgradeStatusResponseBody;
2877
2878
  static names(): {
2878
2879
  [key: string]: string;
2879
2880
  };
@@ -2897,10 +2898,10 @@ export declare class GrantPermissionsRequest extends $tea.Model {
2897
2898
  });
2898
2899
  }
2899
2900
  export declare class GrantPermissionsResponse extends $tea.Model {
2900
- headers: {
2901
+ headers?: {
2901
2902
  [key: string]: string;
2902
2903
  };
2903
- statusCode: number;
2904
+ statusCode?: number;
2904
2905
  static names(): {
2905
2906
  [key: string]: string;
2906
2907
  };
@@ -2924,10 +2925,10 @@ export declare class InstallClusterAddonsRequest extends $tea.Model {
2924
2925
  });
2925
2926
  }
2926
2927
  export declare class InstallClusterAddonsResponse extends $tea.Model {
2927
- headers: {
2928
+ headers?: {
2928
2929
  [key: string]: string;
2929
2930
  };
2930
- statusCode: number;
2931
+ statusCode?: number;
2931
2932
  static names(): {
2932
2933
  [key: string]: string;
2933
2934
  };
@@ -2968,11 +2969,11 @@ export declare class ListAddonsResponseBody extends $tea.Model {
2968
2969
  });
2969
2970
  }
2970
2971
  export declare class ListAddonsResponse extends $tea.Model {
2971
- headers: {
2972
+ headers?: {
2972
2973
  [key: string]: string;
2973
2974
  };
2974
- statusCode: number;
2975
- body: ListAddonsResponseBody;
2975
+ statusCode?: number;
2976
+ body?: ListAddonsResponseBody;
2976
2977
  static names(): {
2977
2978
  [key: string]: string;
2978
2979
  };
@@ -2996,11 +2997,11 @@ export declare class ListClusterAddonInstancesResponseBody extends $tea.Model {
2996
2997
  });
2997
2998
  }
2998
2999
  export declare class ListClusterAddonInstancesResponse extends $tea.Model {
2999
- headers: {
3000
+ headers?: {
3000
3001
  [key: string]: string;
3001
3002
  };
3002
- statusCode: number;
3003
- body: ListClusterAddonInstancesResponseBody;
3003
+ statusCode?: number;
3004
+ body?: ListClusterAddonInstancesResponseBody;
3004
3005
  static names(): {
3005
3006
  [key: string]: string;
3006
3007
  };
@@ -3036,11 +3037,11 @@ export declare class ListClusterChecksResponseBody extends $tea.Model {
3036
3037
  });
3037
3038
  }
3038
3039
  export declare class ListClusterChecksResponse extends $tea.Model {
3039
- headers: {
3040
+ headers?: {
3040
3041
  [key: string]: string;
3041
3042
  };
3042
- statusCode: number;
3043
- body: ListClusterChecksResponseBody;
3043
+ statusCode?: number;
3044
+ body?: ListClusterChecksResponseBody;
3044
3045
  static names(): {
3045
3046
  [key: string]: string;
3046
3047
  };
@@ -3077,11 +3078,11 @@ export declare class ListOperationPlansResponseBody extends $tea.Model {
3077
3078
  });
3078
3079
  }
3079
3080
  export declare class ListOperationPlansResponse extends $tea.Model {
3080
- headers: {
3081
+ headers?: {
3081
3082
  [key: string]: string;
3082
3083
  };
3083
- statusCode: number;
3084
- body: ListOperationPlansResponseBody;
3084
+ statusCode?: number;
3085
+ body?: ListOperationPlansResponseBody;
3085
3086
  static names(): {
3086
3087
  [key: string]: string;
3087
3088
  };
@@ -3139,11 +3140,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
3139
3140
  });
3140
3141
  }
3141
3142
  export declare class ListTagResourcesResponse extends $tea.Model {
3142
- headers: {
3143
+ headers?: {
3143
3144
  [key: string]: string;
3144
3145
  };
3145
- statusCode: number;
3146
- body: ListTagResourcesResponseBody;
3146
+ statusCode?: number;
3147
+ body?: ListTagResourcesResponseBody;
3147
3148
  static names(): {
3148
3149
  [key: string]: string;
3149
3150
  };
@@ -3182,11 +3183,11 @@ export declare class MigrateClusterResponseBody extends $tea.Model {
3182
3183
  });
3183
3184
  }
3184
3185
  export declare class MigrateClusterResponse extends $tea.Model {
3185
- headers: {
3186
+ headers?: {
3186
3187
  [key: string]: string;
3187
3188
  };
3188
- statusCode: number;
3189
- body: MigrateClusterResponseBody;
3189
+ statusCode?: number;
3190
+ body?: MigrateClusterResponseBody;
3190
3191
  static names(): {
3191
3192
  [key: string]: string;
3192
3193
  };
@@ -3236,11 +3237,11 @@ export declare class ModifyClusterResponseBody extends $tea.Model {
3236
3237
  });
3237
3238
  }
3238
3239
  export declare class ModifyClusterResponse extends $tea.Model {
3239
- headers: {
3240
+ headers?: {
3240
3241
  [key: string]: string;
3241
3242
  };
3242
- statusCode: number;
3243
- body: ModifyClusterResponseBody;
3243
+ statusCode?: number;
3244
+ body?: ModifyClusterResponseBody;
3244
3245
  static names(): {
3245
3246
  [key: string]: string;
3246
3247
  };
@@ -3264,10 +3265,10 @@ export declare class ModifyClusterAddonRequest extends $tea.Model {
3264
3265
  });
3265
3266
  }
3266
3267
  export declare class ModifyClusterAddonResponse extends $tea.Model {
3267
- headers: {
3268
+ headers?: {
3268
3269
  [key: string]: string;
3269
3270
  };
3270
- statusCode: number;
3271
+ statusCode?: number;
3271
3272
  static names(): {
3272
3273
  [key: string]: string;
3273
3274
  };
@@ -3291,10 +3292,10 @@ export declare class ModifyClusterConfigurationRequest extends $tea.Model {
3291
3292
  });
3292
3293
  }
3293
3294
  export declare class ModifyClusterConfigurationResponse extends $tea.Model {
3294
- headers: {
3295
+ headers?: {
3295
3296
  [key: string]: string;
3296
3297
  };
3297
- statusCode: number;
3298
+ statusCode?: number;
3298
3299
  static names(): {
3299
3300
  [key: string]: string;
3300
3301
  };
@@ -3326,6 +3327,7 @@ export declare class ModifyClusterNodePoolRequest extends $tea.Model {
3326
3327
  }
3327
3328
  export declare class ModifyClusterNodePoolResponseBody extends $tea.Model {
3328
3329
  nodepoolId?: string;
3330
+ requestId?: string;
3329
3331
  taskId?: string;
3330
3332
  static names(): {
3331
3333
  [key: string]: string;
@@ -3338,11 +3340,11 @@ export declare class ModifyClusterNodePoolResponseBody extends $tea.Model {
3338
3340
  });
3339
3341
  }
3340
3342
  export declare class ModifyClusterNodePoolResponse extends $tea.Model {
3341
- headers: {
3343
+ headers?: {
3342
3344
  [key: string]: string;
3343
3345
  };
3344
- statusCode: number;
3345
- body: ModifyClusterNodePoolResponseBody;
3346
+ statusCode?: number;
3347
+ body?: ModifyClusterNodePoolResponseBody;
3346
3348
  static names(): {
3347
3349
  [key: string]: string;
3348
3350
  };
@@ -3366,10 +3368,10 @@ export declare class ModifyClusterTagsRequest extends $tea.Model {
3366
3368
  });
3367
3369
  }
3368
3370
  export declare class ModifyClusterTagsResponse extends $tea.Model {
3369
- headers: {
3371
+ headers?: {
3370
3372
  [key: string]: string;
3371
3373
  };
3372
- statusCode: number;
3374
+ statusCode?: number;
3373
3375
  static names(): {
3374
3376
  [key: string]: string;
3375
3377
  };
@@ -3408,11 +3410,11 @@ export declare class ModifyNodePoolNodeConfigResponseBody extends $tea.Model {
3408
3410
  });
3409
3411
  }
3410
3412
  export declare class ModifyNodePoolNodeConfigResponse extends $tea.Model {
3411
- headers: {
3413
+ headers?: {
3412
3414
  [key: string]: string;
3413
3415
  };
3414
- statusCode: number;
3415
- body: ModifyNodePoolNodeConfigResponseBody;
3416
+ statusCode?: number;
3417
+ body?: ModifyNodePoolNodeConfigResponseBody;
3416
3418
  static names(): {
3417
3419
  [key: string]: string;
3418
3420
  };
@@ -3453,11 +3455,11 @@ export declare class ModifyPolicyInstanceResponseBody extends $tea.Model {
3453
3455
  });
3454
3456
  }
3455
3457
  export declare class ModifyPolicyInstanceResponse extends $tea.Model {
3456
- headers: {
3458
+ headers?: {
3457
3459
  [key: string]: string;
3458
3460
  };
3459
- statusCode: number;
3460
- body: ModifyPolicyInstanceResponseBody;
3461
+ statusCode?: number;
3462
+ body?: ModifyPolicyInstanceResponseBody;
3461
3463
  static names(): {
3462
3464
  [key: string]: string;
3463
3465
  };
@@ -3494,11 +3496,11 @@ export declare class OpenAckServiceResponseBody extends $tea.Model {
3494
3496
  });
3495
3497
  }
3496
3498
  export declare class OpenAckServiceResponse extends $tea.Model {
3497
- headers: {
3499
+ headers?: {
3498
3500
  [key: string]: string;
3499
3501
  };
3500
- statusCode: number;
3501
- body: OpenAckServiceResponseBody;
3502
+ statusCode?: number;
3503
+ body?: OpenAckServiceResponseBody;
3502
3504
  static names(): {
3503
3505
  [key: string]: string;
3504
3506
  };
@@ -3510,10 +3512,10 @@ export declare class OpenAckServiceResponse extends $tea.Model {
3510
3512
  });
3511
3513
  }
3512
3514
  export declare class PauseClusterUpgradeResponse extends $tea.Model {
3513
- headers: {
3515
+ headers?: {
3514
3516
  [key: string]: string;
3515
3517
  };
3516
- statusCode: number;
3518
+ statusCode?: number;
3517
3519
  static names(): {
3518
3520
  [key: string]: string;
3519
3521
  };
@@ -3525,10 +3527,10 @@ export declare class PauseClusterUpgradeResponse extends $tea.Model {
3525
3527
  });
3526
3528
  }
3527
3529
  export declare class PauseComponentUpgradeResponse extends $tea.Model {
3528
- headers: {
3530
+ headers?: {
3529
3531
  [key: string]: string;
3530
3532
  };
3531
- statusCode: number;
3533
+ statusCode?: number;
3532
3534
  static names(): {
3533
3535
  [key: string]: string;
3534
3536
  };
@@ -3540,10 +3542,10 @@ export declare class PauseComponentUpgradeResponse extends $tea.Model {
3540
3542
  });
3541
3543
  }
3542
3544
  export declare class PauseTaskResponse extends $tea.Model {
3543
- headers: {
3545
+ headers?: {
3544
3546
  [key: string]: string;
3545
3547
  };
3546
- statusCode: number;
3548
+ statusCode?: number;
3547
3549
  static names(): {
3548
3550
  [key: string]: string;
3549
3551
  };
@@ -3569,10 +3571,10 @@ export declare class RemoveClusterNodesRequest extends $tea.Model {
3569
3571
  });
3570
3572
  }
3571
3573
  export declare class RemoveClusterNodesResponse extends $tea.Model {
3572
- headers: {
3574
+ headers?: {
3573
3575
  [key: string]: string;
3574
3576
  };
3575
- statusCode: number;
3577
+ statusCode?: number;
3576
3578
  static names(): {
3577
3579
  [key: string]: string;
3578
3580
  };
@@ -3629,11 +3631,11 @@ export declare class RemoveNodePoolNodesResponseBody extends $tea.Model {
3629
3631
  });
3630
3632
  }
3631
3633
  export declare class RemoveNodePoolNodesResponse extends $tea.Model {
3632
- headers: {
3634
+ headers?: {
3633
3635
  [key: string]: string;
3634
3636
  };
3635
- statusCode: number;
3636
- body: RemoveNodePoolNodesResponseBody;
3637
+ statusCode?: number;
3638
+ body?: RemoveNodePoolNodesResponseBody;
3637
3639
  static names(): {
3638
3640
  [key: string]: string;
3639
3641
  };
@@ -3645,10 +3647,10 @@ export declare class RemoveNodePoolNodesResponse extends $tea.Model {
3645
3647
  });
3646
3648
  }
3647
3649
  export declare class RemoveWorkflowResponse extends $tea.Model {
3648
- headers: {
3650
+ headers?: {
3649
3651
  [key: string]: string;
3650
3652
  };
3651
- statusCode: number;
3653
+ statusCode?: number;
3652
3654
  static names(): {
3653
3655
  [key: string]: string;
3654
3656
  };
@@ -3686,11 +3688,11 @@ export declare class RepairClusterNodePoolResponseBody extends $tea.Model {
3686
3688
  });
3687
3689
  }
3688
3690
  export declare class RepairClusterNodePoolResponse extends $tea.Model {
3689
- headers: {
3691
+ headers?: {
3690
3692
  [key: string]: string;
3691
3693
  };
3692
- statusCode: number;
3693
- body: RepairClusterNodePoolResponseBody;
3694
+ statusCode?: number;
3695
+ body?: RepairClusterNodePoolResponseBody;
3694
3696
  static names(): {
3695
3697
  [key: string]: string;
3696
3698
  };
@@ -3702,10 +3704,10 @@ export declare class RepairClusterNodePoolResponse extends $tea.Model {
3702
3704
  });
3703
3705
  }
3704
3706
  export declare class ResumeComponentUpgradeResponse extends $tea.Model {
3705
- headers: {
3707
+ headers?: {
3706
3708
  [key: string]: string;
3707
3709
  };
3708
- statusCode: number;
3710
+ statusCode?: number;
3709
3711
  static names(): {
3710
3712
  [key: string]: string;
3711
3713
  };
@@ -3717,10 +3719,10 @@ export declare class ResumeComponentUpgradeResponse extends $tea.Model {
3717
3719
  });
3718
3720
  }
3719
3721
  export declare class ResumeTaskResponse extends $tea.Model {
3720
- headers: {
3722
+ headers?: {
3721
3723
  [key: string]: string;
3722
3724
  };
3723
- statusCode: number;
3725
+ statusCode?: number;
3724
3726
  static names(): {
3725
3727
  [key: string]: string;
3726
3728
  };
@@ -3732,10 +3734,10 @@ export declare class ResumeTaskResponse extends $tea.Model {
3732
3734
  });
3733
3735
  }
3734
3736
  export declare class ResumeUpgradeClusterResponse extends $tea.Model {
3735
- headers: {
3737
+ headers?: {
3736
3738
  [key: string]: string;
3737
3739
  };
3738
- statusCode: number;
3740
+ statusCode?: number;
3739
3741
  static names(): {
3740
3742
  [key: string]: string;
3741
3743
  };
@@ -3775,11 +3777,11 @@ export declare class RunClusterCheckResponseBody extends $tea.Model {
3775
3777
  });
3776
3778
  }
3777
3779
  export declare class RunClusterCheckResponse extends $tea.Model {
3778
- headers: {
3780
+ headers?: {
3779
3781
  [key: string]: string;
3780
3782
  };
3781
- statusCode: number;
3782
- body: RunClusterCheckResponseBody;
3783
+ statusCode?: number;
3784
+ body?: RunClusterCheckResponseBody;
3783
3785
  static names(): {
3784
3786
  [key: string]: string;
3785
3787
  };
@@ -3835,11 +3837,11 @@ export declare class ScaleClusterResponseBody extends $tea.Model {
3835
3837
  });
3836
3838
  }
3837
3839
  export declare class ScaleClusterResponse extends $tea.Model {
3838
- headers: {
3840
+ headers?: {
3839
3841
  [key: string]: string;
3840
3842
  };
3841
- statusCode: number;
3842
- body: ScaleClusterResponseBody;
3843
+ statusCode?: number;
3844
+ body?: ScaleClusterResponseBody;
3843
3845
  static names(): {
3844
3846
  [key: string]: string;
3845
3847
  };
@@ -3875,11 +3877,11 @@ export declare class ScaleClusterNodePoolResponseBody extends $tea.Model {
3875
3877
  });
3876
3878
  }
3877
3879
  export declare class ScaleClusterNodePoolResponse extends $tea.Model {
3878
- headers: {
3880
+ headers?: {
3879
3881
  [key: string]: string;
3880
3882
  };
3881
- statusCode: number;
3882
- body: ScaleClusterNodePoolResponseBody;
3883
+ statusCode?: number;
3884
+ body?: ScaleClusterNodePoolResponseBody;
3883
3885
  static names(): {
3884
3886
  [key: string]: string;
3885
3887
  };
@@ -3937,11 +3939,11 @@ export declare class ScaleOutClusterResponseBody extends $tea.Model {
3937
3939
  });
3938
3940
  }
3939
3941
  export declare class ScaleOutClusterResponse extends $tea.Model {
3940
- headers: {
3942
+ headers?: {
3941
3943
  [key: string]: string;
3942
3944
  };
3943
- statusCode: number;
3944
- body: ScaleOutClusterResponseBody;
3945
+ statusCode?: number;
3946
+ body?: ScaleOutClusterResponseBody;
3945
3947
  static names(): {
3946
3948
  [key: string]: string;
3947
3949
  };
@@ -3966,11 +3968,11 @@ export declare class ScanClusterVulsResponseBody extends $tea.Model {
3966
3968
  });
3967
3969
  }
3968
3970
  export declare class ScanClusterVulsResponse extends $tea.Model {
3969
- headers: {
3971
+ headers?: {
3970
3972
  [key: string]: string;
3971
3973
  };
3972
- statusCode: number;
3973
- body: ScanClusterVulsResponseBody;
3974
+ statusCode?: number;
3975
+ body?: ScanClusterVulsResponseBody;
3974
3976
  static names(): {
3975
3977
  [key: string]: string;
3976
3978
  };
@@ -3995,11 +3997,11 @@ export declare class StartAlertResponseBody extends $tea.Model {
3995
3997
  });
3996
3998
  }
3997
3999
  export declare class StartAlertResponse extends $tea.Model {
3998
- headers: {
4000
+ headers?: {
3999
4001
  [key: string]: string;
4000
4002
  };
4001
- statusCode: number;
4002
- body: StartAlertResponseBody;
4003
+ statusCode?: number;
4004
+ body?: StartAlertResponseBody;
4003
4005
  static names(): {
4004
4006
  [key: string]: string;
4005
4007
  };
@@ -4053,11 +4055,11 @@ export declare class StartWorkflowResponseBody extends $tea.Model {
4053
4055
  });
4054
4056
  }
4055
4057
  export declare class StartWorkflowResponse extends $tea.Model {
4056
- headers: {
4058
+ headers?: {
4057
4059
  [key: string]: string;
4058
4060
  };
4059
- statusCode: number;
4060
- body: StartWorkflowResponseBody;
4061
+ statusCode?: number;
4062
+ body?: StartWorkflowResponseBody;
4061
4063
  static names(): {
4062
4064
  [key: string]: string;
4063
4065
  };
@@ -4082,11 +4084,11 @@ export declare class StopAlertResponseBody extends $tea.Model {
4082
4084
  });
4083
4085
  }
4084
4086
  export declare class StopAlertResponse extends $tea.Model {
4085
- headers: {
4087
+ headers?: {
4086
4088
  [key: string]: string;
4087
4089
  };
4088
- statusCode: number;
4089
- body: StopAlertResponseBody;
4090
+ statusCode?: number;
4091
+ body?: StopAlertResponseBody;
4090
4092
  static names(): {
4091
4093
  [key: string]: string;
4092
4094
  };
@@ -4110,11 +4112,11 @@ export declare class SyncClusterNodePoolResponseBody extends $tea.Model {
4110
4112
  });
4111
4113
  }
4112
4114
  export declare class SyncClusterNodePoolResponse extends $tea.Model {
4113
- headers: {
4115
+ headers?: {
4114
4116
  [key: string]: string;
4115
4117
  };
4116
- statusCode: number;
4117
- body: SyncClusterNodePoolResponseBody;
4118
+ statusCode?: number;
4119
+ body?: SyncClusterNodePoolResponseBody;
4118
4120
  static names(): {
4119
4121
  [key: string]: string;
4120
4122
  };
@@ -4153,11 +4155,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
4153
4155
  });
4154
4156
  }
4155
4157
  export declare class TagResourcesResponse extends $tea.Model {
4156
- headers: {
4158
+ headers?: {
4157
4159
  [key: string]: string;
4158
4160
  };
4159
- statusCode: number;
4160
- body: TagResourcesResponseBody;
4161
+ statusCode?: number;
4162
+ body?: TagResourcesResponseBody;
4161
4163
  static names(): {
4162
4164
  [key: string]: string;
4163
4165
  };
@@ -4181,10 +4183,10 @@ export declare class UnInstallClusterAddonsRequest extends $tea.Model {
4181
4183
  });
4182
4184
  }
4183
4185
  export declare class UnInstallClusterAddonsResponse extends $tea.Model {
4184
- headers: {
4186
+ headers?: {
4185
4187
  [key: string]: string;
4186
4188
  };
4187
- statusCode: number;
4189
+ statusCode?: number;
4188
4190
  static names(): {
4189
4191
  [key: string]: string;
4190
4192
  };
@@ -4240,11 +4242,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
4240
4242
  });
4241
4243
  }
4242
4244
  export declare class UntagResourcesResponse extends $tea.Model {
4243
- headers: {
4245
+ headers?: {
4244
4246
  [key: string]: string;
4245
4247
  };
4246
- statusCode: number;
4247
- body: UntagResourcesResponseBody;
4248
+ statusCode?: number;
4249
+ body?: UntagResourcesResponseBody;
4248
4250
  static names(): {
4249
4251
  [key: string]: string;
4250
4252
  };
@@ -4256,10 +4258,10 @@ export declare class UntagResourcesResponse extends $tea.Model {
4256
4258
  });
4257
4259
  }
4258
4260
  export declare class UpdateContactGroupForAlertResponse extends $tea.Model {
4259
- headers: {
4261
+ headers?: {
4260
4262
  [key: string]: string;
4261
4263
  };
4262
- statusCode: number;
4264
+ statusCode?: number;
4263
4265
  static names(): {
4264
4266
  [key: string]: string;
4265
4267
  };
@@ -4300,11 +4302,11 @@ export declare class UpdateControlPlaneLogResponseBody extends $tea.Model {
4300
4302
  });
4301
4303
  }
4302
4304
  export declare class UpdateControlPlaneLogResponse extends $tea.Model {
4303
- headers: {
4305
+ headers?: {
4304
4306
  [key: string]: string;
4305
4307
  };
4306
- statusCode: number;
4307
- body: UpdateControlPlaneLogResponseBody;
4308
+ statusCode?: number;
4309
+ body?: UpdateControlPlaneLogResponseBody;
4308
4310
  static names(): {
4309
4311
  [key: string]: string;
4310
4312
  };
@@ -4329,10 +4331,10 @@ export declare class UpdateK8sClusterUserConfigExpireRequest extends $tea.Model
4329
4331
  });
4330
4332
  }
4331
4333
  export declare class UpdateK8sClusterUserConfigExpireResponse extends $tea.Model {
4332
- headers: {
4334
+ headers?: {
4333
4335
  [key: string]: string;
4334
4336
  };
4335
- statusCode: number;
4337
+ statusCode?: number;
4336
4338
  static names(): {
4337
4339
  [key: string]: string;
4338
4340
  };
@@ -4360,10 +4362,10 @@ export declare class UpdateTemplateRequest extends $tea.Model {
4360
4362
  });
4361
4363
  }
4362
4364
  export declare class UpdateTemplateResponse extends $tea.Model {
4363
- headers: {
4365
+ headers?: {
4364
4366
  [key: string]: string;
4365
4367
  };
4366
- statusCode: number;
4368
+ statusCode?: number;
4367
4369
  static names(): {
4368
4370
  [key: string]: string;
4369
4371
  };
@@ -4389,11 +4391,26 @@ export declare class UpgradeClusterRequest extends $tea.Model {
4389
4391
  [key: string]: any;
4390
4392
  });
4391
4393
  }
4394
+ export declare class UpgradeClusterResponseBody extends $tea.Model {
4395
+ clusterId?: string;
4396
+ requestId?: string;
4397
+ taskId?: string;
4398
+ static names(): {
4399
+ [key: string]: string;
4400
+ };
4401
+ static types(): {
4402
+ [key: string]: any;
4403
+ };
4404
+ constructor(map?: {
4405
+ [key: string]: any;
4406
+ });
4407
+ }
4392
4408
  export declare class UpgradeClusterResponse extends $tea.Model {
4393
- headers: {
4409
+ headers?: {
4394
4410
  [key: string]: string;
4395
4411
  };
4396
- statusCode: number;
4412
+ statusCode?: number;
4413
+ body?: UpgradeClusterResponseBody;
4397
4414
  static names(): {
4398
4415
  [key: string]: string;
4399
4416
  };
@@ -4417,10 +4434,10 @@ export declare class UpgradeClusterAddonsRequest extends $tea.Model {
4417
4434
  });
4418
4435
  }
4419
4436
  export declare class UpgradeClusterAddonsResponse extends $tea.Model {
4420
- headers: {
4437
+ headers?: {
4421
4438
  [key: string]: string;
4422
4439
  };
4423
- statusCode: number;
4440
+ statusCode?: number;
4424
4441
  static names(): {
4425
4442
  [key: string]: string;
4426
4443
  };
@@ -4460,11 +4477,11 @@ export declare class UpgradeClusterNodepoolResponseBody extends $tea.Model {
4460
4477
  });
4461
4478
  }
4462
4479
  export declare class UpgradeClusterNodepoolResponse extends $tea.Model {
4463
- headers: {
4480
+ headers?: {
4464
4481
  [key: string]: string;
4465
4482
  };
4466
- statusCode: number;
4467
- body: UpgradeClusterNodepoolResponseBody;
4483
+ statusCode?: number;
4484
+ body?: UpgradeClusterNodepoolResponseBody;
4468
4485
  static names(): {
4469
4486
  [key: string]: string;
4470
4487
  };
@@ -6725,6 +6742,7 @@ export declare class ModifyClusterNodePoolRequestKubernetesConfig extends $tea.M
6725
6742
  runtime?: string;
6726
6743
  runtimeVersion?: string;
6727
6744
  taints?: Taint[];
6745
+ unschedulable?: boolean;
6728
6746
  userData?: string;
6729
6747
  static names(): {
6730
6748
  [key: string]: string;
@@ -7015,9 +7033,21 @@ export default class Client extends OpenApi {
7015
7033
  [key: string]: string;
7016
7034
  }, runtime: $Util.RuntimeOptions): Promise<AttachInstancesToNodePoolResponse>;
7017
7035
  attachInstancesToNodePool(ClusterId: string, NodepoolId: string, request: AttachInstancesToNodePoolRequest): Promise<AttachInstancesToNodePoolResponse>;
7036
+ /**
7037
+ * @deprecated
7038
+ *
7039
+ * @param headers map
7040
+ * @param runtime runtime options for this request RuntimeOptions
7041
+ * @return CancelClusterUpgradeResponse
7042
+ */
7018
7043
  cancelClusterUpgradeWithOptions(ClusterId: string, headers: {
7019
7044
  [key: string]: string;
7020
7045
  }, runtime: $Util.RuntimeOptions): Promise<CancelClusterUpgradeResponse>;
7046
+ /**
7047
+ * @deprecated
7048
+ *
7049
+ * @return CancelClusterUpgradeResponse
7050
+ */
7021
7051
  cancelClusterUpgrade(ClusterId: string): Promise<CancelClusterUpgradeResponse>;
7022
7052
  cancelComponentUpgradeWithOptions(clusterId: string, componentId: string, headers: {
7023
7053
  [key: string]: string;
@@ -7048,9 +7078,9 @@ export default class Client extends OpenApi {
7048
7078
  * * [Create an ACK managed cluster](~~90776~~)
7049
7079
  * * [Create an ACK dedicated cluster](~~197620~~)
7050
7080
  * * [Create an ACK Serverless cluster](~~144246~~)
7051
- * * [Create an ACK Edge cluster](128204)
7081
+ * * [Create an ACK Edge cluster](~~128204~~)
7052
7082
  * * [Create an ACK Basic cluster that supports sandboxed containers](~~196321~~)
7053
- * * [Create an ACK Pro cluster that supports sandboxed containers](140623)
7083
+ * * [Create an ACK Pro cluster that supports sandboxed containers](~~140623~~)
7054
7084
  *
7055
7085
  * @param request CreateClusterRequest
7056
7086
  * @param headers map
@@ -7065,9 +7095,9 @@ export default class Client extends OpenApi {
7065
7095
  * * [Create an ACK managed cluster](~~90776~~)
7066
7096
  * * [Create an ACK dedicated cluster](~~197620~~)
7067
7097
  * * [Create an ACK Serverless cluster](~~144246~~)
7068
- * * [Create an ACK Edge cluster](128204)
7098
+ * * [Create an ACK Edge cluster](~~128204~~)
7069
7099
  * * [Create an ACK Basic cluster that supports sandboxed containers](~~196321~~)
7070
- * * [Create an ACK Pro cluster that supports sandboxed containers](140623)
7100
+ * * [Create an ACK Pro cluster that supports sandboxed containers](~~140623~~)
7071
7101
  *
7072
7102
  * @param request CreateClusterRequest
7073
7103
  * @return CreateClusterResponse
@@ -7161,17 +7191,55 @@ export default class Client extends OpenApi {
7161
7191
  [key: string]: string;
7162
7192
  }, runtime: $Util.RuntimeOptions): Promise<DescribeAddonResponse>;
7163
7193
  describeAddon(addonName: string, request: DescribeAddonRequest): Promise<DescribeAddonResponse>;
7194
+ /**
7195
+ * @deprecated
7196
+ *
7197
+ * @param request DescribeAddonsRequest
7198
+ * @param headers map
7199
+ * @param runtime runtime options for this request RuntimeOptions
7200
+ * @return DescribeAddonsResponse
7201
+ */
7164
7202
  describeAddonsWithOptions(request: DescribeAddonsRequest, headers: {
7165
7203
  [key: string]: string;
7166
7204
  }, runtime: $Util.RuntimeOptions): Promise<DescribeAddonsResponse>;
7205
+ /**
7206
+ * @deprecated
7207
+ *
7208
+ * @param request DescribeAddonsRequest
7209
+ * @return DescribeAddonsResponse
7210
+ */
7167
7211
  describeAddons(request: DescribeAddonsRequest): Promise<DescribeAddonsResponse>;
7212
+ /**
7213
+ * @deprecated
7214
+ *
7215
+ * @param headers map
7216
+ * @param runtime runtime options for this request RuntimeOptions
7217
+ * @return DescribeClusterAddonInstanceResponse
7218
+ */
7168
7219
  describeClusterAddonInstanceWithOptions(ClusterID: string, AddonName: string, headers: {
7169
7220
  [key: string]: string;
7170
7221
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterAddonInstanceResponse>;
7222
+ /**
7223
+ * @deprecated
7224
+ *
7225
+ * @return DescribeClusterAddonInstanceResponse
7226
+ */
7171
7227
  describeClusterAddonInstance(ClusterID: string, AddonName: string): Promise<DescribeClusterAddonInstanceResponse>;
7228
+ /**
7229
+ * @deprecated
7230
+ *
7231
+ * @param headers map
7232
+ * @param runtime runtime options for this request RuntimeOptions
7233
+ * @return DescribeClusterAddonMetadataResponse
7234
+ */
7172
7235
  describeClusterAddonMetadataWithOptions(clusterId: string, componentId: string, version: string, headers: {
7173
7236
  [key: string]: string;
7174
7237
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterAddonMetadataResponse>;
7238
+ /**
7239
+ * @deprecated
7240
+ *
7241
+ * @return DescribeClusterAddonMetadataResponse
7242
+ */
7175
7243
  describeClusterAddonMetadata(clusterId: string, componentId: string, version: string): Promise<DescribeClusterAddonMetadataResponse>;
7176
7244
  /**
7177
7245
  * @deprecated
@@ -7189,13 +7257,39 @@ export default class Client extends OpenApi {
7189
7257
  * @return DescribeClusterAddonUpgradeStatusResponse
7190
7258
  */
7191
7259
  describeClusterAddonUpgradeStatus(ClusterId: string, ComponentId: string): Promise<DescribeClusterAddonUpgradeStatusResponse>;
7260
+ /**
7261
+ * @deprecated
7262
+ *
7263
+ * @param tmpReq DescribeClusterAddonsUpgradeStatusRequest
7264
+ * @param headers map
7265
+ * @param runtime runtime options for this request RuntimeOptions
7266
+ * @return DescribeClusterAddonsUpgradeStatusResponse
7267
+ */
7192
7268
  describeClusterAddonsUpgradeStatusWithOptions(ClusterId: string, tmpReq: DescribeClusterAddonsUpgradeStatusRequest, headers: {
7193
7269
  [key: string]: string;
7194
7270
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterAddonsUpgradeStatusResponse>;
7271
+ /**
7272
+ * @deprecated
7273
+ *
7274
+ * @param request DescribeClusterAddonsUpgradeStatusRequest
7275
+ * @return DescribeClusterAddonsUpgradeStatusResponse
7276
+ */
7195
7277
  describeClusterAddonsUpgradeStatus(ClusterId: string, request: DescribeClusterAddonsUpgradeStatusRequest): Promise<DescribeClusterAddonsUpgradeStatusResponse>;
7278
+ /**
7279
+ * @deprecated
7280
+ *
7281
+ * @param headers map
7282
+ * @param runtime runtime options for this request RuntimeOptions
7283
+ * @return DescribeClusterAddonsVersionResponse
7284
+ */
7196
7285
  describeClusterAddonsVersionWithOptions(ClusterId: string, headers: {
7197
7286
  [key: string]: string;
7198
7287
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterAddonsVersionResponse>;
7288
+ /**
7289
+ * @deprecated
7290
+ *
7291
+ * @return DescribeClusterAddonsVersionResponse
7292
+ */
7199
7293
  describeClusterAddonsVersion(ClusterId: string): Promise<DescribeClusterAddonsVersionResponse>;
7200
7294
  describeClusterAttachScriptsWithOptions(ClusterId: string, request: DescribeClusterAttachScriptsRequest, headers: {
7201
7295
  [key: string]: string;
@@ -7593,9 +7687,21 @@ export default class Client extends OpenApi {
7593
7687
  * @return OpenAckServiceResponse
7594
7688
  */
7595
7689
  openAckService(request: OpenAckServiceRequest): Promise<OpenAckServiceResponse>;
7690
+ /**
7691
+ * @deprecated
7692
+ *
7693
+ * @param headers map
7694
+ * @param runtime runtime options for this request RuntimeOptions
7695
+ * @return PauseClusterUpgradeResponse
7696
+ */
7596
7697
  pauseClusterUpgradeWithOptions(ClusterId: string, headers: {
7597
7698
  [key: string]: string;
7598
7699
  }, runtime: $Util.RuntimeOptions): Promise<PauseClusterUpgradeResponse>;
7700
+ /**
7701
+ * @deprecated
7702
+ *
7703
+ * @return PauseClusterUpgradeResponse
7704
+ */
7599
7705
  pauseClusterUpgrade(ClusterId: string): Promise<PauseClusterUpgradeResponse>;
7600
7706
  pauseComponentUpgradeWithOptions(clusterid: string, componentid: string, headers: {
7601
7707
  [key: string]: string;
@@ -7671,9 +7777,21 @@ export default class Client extends OpenApi {
7671
7777
  [key: string]: string;
7672
7778
  }, runtime: $Util.RuntimeOptions): Promise<ResumeTaskResponse>;
7673
7779
  resumeTask(taskId: string): Promise<ResumeTaskResponse>;
7780
+ /**
7781
+ * @deprecated
7782
+ *
7783
+ * @param headers map
7784
+ * @param runtime runtime options for this request RuntimeOptions
7785
+ * @return ResumeUpgradeClusterResponse
7786
+ */
7674
7787
  resumeUpgradeClusterWithOptions(ClusterId: string, headers: {
7675
7788
  [key: string]: string;
7676
7789
  }, runtime: $Util.RuntimeOptions): Promise<ResumeUpgradeClusterResponse>;
7790
+ /**
7791
+ * @deprecated
7792
+ *
7793
+ * @return ResumeUpgradeClusterResponse
7794
+ */
7677
7795
  resumeUpgradeCluster(ClusterId: string): Promise<ResumeUpgradeClusterResponse>;
7678
7796
  runClusterCheckWithOptions(clusterId: string, request: RunClusterCheckRequest, headers: {
7679
7797
  [key: string]: string;