@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 CHANGED
@@ -130,6 +130,7 @@ export declare class AttachInstancesResponse extends $tea.Model {
130
130
  headers: {
131
131
  [key: string]: string;
132
132
  };
133
+ statusCode: number;
133
134
  body: AttachInstancesResponseBody;
134
135
  static names(): {
135
136
  [key: string]: string;
@@ -145,6 +146,7 @@ export declare class CancelClusterUpgradeResponse extends $tea.Model {
145
146
  headers: {
146
147
  [key: string]: string;
147
148
  };
149
+ statusCode: number;
148
150
  static names(): {
149
151
  [key: string]: string;
150
152
  };
@@ -159,6 +161,22 @@ export declare class CancelComponentUpgradeResponse extends $tea.Model {
159
161
  headers: {
160
162
  [key: string]: string;
161
163
  };
164
+ statusCode: number;
165
+ static names(): {
166
+ [key: string]: string;
167
+ };
168
+ static types(): {
169
+ [key: string]: any;
170
+ };
171
+ constructor(map?: {
172
+ [key: string]: any;
173
+ });
174
+ }
175
+ export declare class CancelTaskResponse extends $tea.Model {
176
+ headers: {
177
+ [key: string]: string;
178
+ };
179
+ statusCode: number;
162
180
  static names(): {
163
181
  [key: string]: string;
164
182
  };
@@ -185,6 +203,7 @@ export declare class CancelWorkflowResponse extends $tea.Model {
185
203
  headers: {
186
204
  [key: string]: string;
187
205
  };
206
+ statusCode: number;
188
207
  static names(): {
189
208
  [key: string]: string;
190
209
  };
@@ -217,6 +236,7 @@ export declare class CreateAutoscalingConfigResponse extends $tea.Model {
217
236
  headers: {
218
237
  [key: string]: string;
219
238
  };
239
+ statusCode: number;
220
240
  static names(): {
221
241
  [key: string]: string;
222
242
  };
@@ -340,6 +360,7 @@ export declare class CreateClusterResponse extends $tea.Model {
340
360
  headers: {
341
361
  [key: string]: string;
342
362
  };
363
+ statusCode: number;
343
364
  body: CreateClusterResponseBody;
344
365
  static names(): {
345
366
  [key: string]: string;
@@ -388,6 +409,7 @@ export declare class CreateClusterNodePoolResponse extends $tea.Model {
388
409
  headers: {
389
410
  [key: string]: string;
390
411
  };
412
+ statusCode: number;
391
413
  body: CreateClusterNodePoolResponseBody;
392
414
  static names(): {
393
415
  [key: string]: string;
@@ -430,6 +452,7 @@ export declare class CreateEdgeMachineResponse extends $tea.Model {
430
452
  headers: {
431
453
  [key: string]: string;
432
454
  };
455
+ statusCode: number;
433
456
  body: CreateEdgeMachineResponseBody;
434
457
  static names(): {
435
458
  [key: string]: string;
@@ -476,6 +499,7 @@ export declare class CreateKubernetesTriggerResponse extends $tea.Model {
476
499
  headers: {
477
500
  [key: string]: string;
478
501
  };
502
+ statusCode: number;
479
503
  body: CreateKubernetesTriggerResponseBody;
480
504
  static names(): {
481
505
  [key: string]: string;
@@ -519,6 +543,7 @@ export declare class CreateTemplateResponse extends $tea.Model {
519
543
  headers: {
520
544
  [key: string]: string;
521
545
  };
546
+ statusCode: number;
522
547
  body: CreateTemplateResponseBody;
523
548
  static names(): {
524
549
  [key: string]: string;
@@ -565,6 +590,7 @@ export declare class CreateTriggerResponse extends $tea.Model {
565
590
  headers: {
566
591
  [key: string]: string;
567
592
  };
593
+ statusCode: number;
568
594
  body: CreateTriggerResponseBody;
569
595
  static names(): {
570
596
  [key: string]: string;
@@ -580,6 +606,7 @@ export declare class DeleteAlertContactResponse extends $tea.Model {
580
606
  headers: {
581
607
  [key: string]: string;
582
608
  };
609
+ statusCode: number;
583
610
  static names(): {
584
611
  [key: string]: string;
585
612
  };
@@ -594,6 +621,7 @@ export declare class DeleteAlertContactGroupResponse extends $tea.Model {
594
621
  headers: {
595
622
  [key: string]: string;
596
623
  };
624
+ statusCode: number;
597
625
  static names(): {
598
626
  [key: string]: string;
599
627
  };
@@ -636,6 +664,7 @@ export declare class DeleteClusterResponse extends $tea.Model {
636
664
  headers: {
637
665
  [key: string]: string;
638
666
  };
667
+ statusCode: number;
639
668
  static names(): {
640
669
  [key: string]: string;
641
670
  };
@@ -674,6 +703,7 @@ export declare class DeleteClusterNodepoolResponse extends $tea.Model {
674
703
  headers: {
675
704
  [key: string]: string;
676
705
  };
706
+ statusCode: number;
677
707
  body: DeleteClusterNodepoolResponseBody;
678
708
  static names(): {
679
709
  [key: string]: string;
@@ -717,6 +747,7 @@ export declare class DeleteClusterNodesResponse extends $tea.Model {
717
747
  headers: {
718
748
  [key: string]: string;
719
749
  };
750
+ statusCode: number;
720
751
  body: DeleteClusterNodesResponseBody;
721
752
  static names(): {
722
753
  [key: string]: string;
@@ -744,6 +775,7 @@ export declare class DeleteEdgeMachineResponse extends $tea.Model {
744
775
  headers: {
745
776
  [key: string]: string;
746
777
  };
778
+ statusCode: number;
747
779
  static names(): {
748
780
  [key: string]: string;
749
781
  };
@@ -758,6 +790,7 @@ export declare class DeleteKubernetesTriggerResponse extends $tea.Model {
758
790
  headers: {
759
791
  [key: string]: string;
760
792
  };
793
+ statusCode: number;
761
794
  static names(): {
762
795
  [key: string]: string;
763
796
  };
@@ -796,6 +829,7 @@ export declare class DeletePolicyInstanceResponse extends $tea.Model {
796
829
  headers: {
797
830
  [key: string]: string;
798
831
  };
832
+ statusCode: number;
799
833
  body: DeletePolicyInstanceResponseBody;
800
834
  static names(): {
801
835
  [key: string]: string;
@@ -811,6 +845,7 @@ export declare class DeleteTemplateResponse extends $tea.Model {
811
845
  headers: {
812
846
  [key: string]: string;
813
847
  };
848
+ statusCode: number;
814
849
  static names(): {
815
850
  [key: string]: string;
816
851
  };
@@ -825,6 +860,7 @@ export declare class DeleteTriggerResponse extends $tea.Model {
825
860
  headers: {
826
861
  [key: string]: string;
827
862
  };
863
+ statusCode: number;
828
864
  static names(): {
829
865
  [key: string]: string;
830
866
  };
@@ -867,6 +903,7 @@ export declare class DeployPolicyInstanceResponse extends $tea.Model {
867
903
  headers: {
868
904
  [key: string]: string;
869
905
  };
906
+ statusCode: number;
870
907
  body: DeployPolicyInstanceResponseBody;
871
908
  static names(): {
872
909
  [key: string]: string;
@@ -904,6 +941,7 @@ export declare class DescirbeWorkflowResponse extends $tea.Model {
904
941
  headers: {
905
942
  [key: string]: string;
906
943
  };
944
+ statusCode: number;
907
945
  body: DescirbeWorkflowResponseBody;
908
946
  static names(): {
909
947
  [key: string]: string;
@@ -947,6 +985,7 @@ export declare class DescribeAddonsResponse extends $tea.Model {
947
985
  headers: {
948
986
  [key: string]: string;
949
987
  };
988
+ statusCode: number;
950
989
  body: DescribeAddonsResponseBody;
951
990
  static names(): {
952
991
  [key: string]: string;
@@ -976,6 +1015,7 @@ export declare class DescribeClusterAddonMetadataResponse extends $tea.Model {
976
1015
  headers: {
977
1016
  [key: string]: string;
978
1017
  };
1018
+ statusCode: number;
979
1019
  body: DescribeClusterAddonMetadataResponseBody;
980
1020
  static names(): {
981
1021
  [key: string]: string;
@@ -991,6 +1031,7 @@ export declare class DescribeClusterAddonUpgradeStatusResponse extends $tea.Mode
991
1031
  headers: {
992
1032
  [key: string]: string;
993
1033
  };
1034
+ statusCode: number;
994
1035
  body: {
995
1036
  [key: string]: any;
996
1037
  };
@@ -1032,6 +1073,7 @@ export declare class DescribeClusterAddonsUpgradeStatusResponse extends $tea.Mod
1032
1073
  headers: {
1033
1074
  [key: string]: string;
1034
1075
  };
1076
+ statusCode: number;
1035
1077
  body: {
1036
1078
  [key: string]: any;
1037
1079
  };
@@ -1049,6 +1091,7 @@ export declare class DescribeClusterAddonsVersionResponse extends $tea.Model {
1049
1091
  headers: {
1050
1092
  [key: string]: string;
1051
1093
  };
1094
+ statusCode: number;
1052
1095
  body: {
1053
1096
  [key: string]: any;
1054
1097
  };
@@ -1083,6 +1126,7 @@ export declare class DescribeClusterAttachScriptsResponse extends $tea.Model {
1083
1126
  headers: {
1084
1127
  [key: string]: string;
1085
1128
  };
1129
+ statusCode: number;
1086
1130
  body: string;
1087
1131
  static names(): {
1088
1132
  [key: string]: string;
@@ -1138,6 +1182,7 @@ export declare class DescribeClusterDetailResponse extends $tea.Model {
1138
1182
  headers: {
1139
1183
  [key: string]: string;
1140
1184
  };
1185
+ statusCode: number;
1141
1186
  body: DescribeClusterDetailResponseBody;
1142
1187
  static names(): {
1143
1188
  [key: string]: string;
@@ -1153,6 +1198,7 @@ export declare class DescribeClusterLogsResponse extends $tea.Model {
1153
1198
  headers: {
1154
1199
  [key: string]: string;
1155
1200
  };
1201
+ statusCode: number;
1156
1202
  body: DescribeClusterLogsResponseBody[];
1157
1203
  static names(): {
1158
1204
  [key: string]: string;
@@ -1189,6 +1235,7 @@ export declare class DescribeClusterNodePoolDetailResponse extends $tea.Model {
1189
1235
  headers: {
1190
1236
  [key: string]: string;
1191
1237
  };
1238
+ statusCode: number;
1192
1239
  body: DescribeClusterNodePoolDetailResponseBody;
1193
1240
  static names(): {
1194
1241
  [key: string]: string;
@@ -1216,6 +1263,7 @@ export declare class DescribeClusterNodePoolsResponse extends $tea.Model {
1216
1263
  headers: {
1217
1264
  [key: string]: string;
1218
1265
  };
1266
+ statusCode: number;
1219
1267
  body: DescribeClusterNodePoolsResponseBody;
1220
1268
  static names(): {
1221
1269
  [key: string]: string;
@@ -1260,6 +1308,7 @@ export declare class DescribeClusterNodesResponse extends $tea.Model {
1260
1308
  headers: {
1261
1309
  [key: string]: string;
1262
1310
  };
1311
+ statusCode: number;
1263
1312
  body: DescribeClusterNodesResponseBody;
1264
1313
  static names(): {
1265
1314
  [key: string]: string;
@@ -1275,6 +1324,7 @@ export declare class DescribeClusterResourcesResponse extends $tea.Model {
1275
1324
  headers: {
1276
1325
  [key: string]: string;
1277
1326
  };
1327
+ statusCode: number;
1278
1328
  body: DescribeClusterResourcesResponseBody[];
1279
1329
  static names(): {
1280
1330
  [key: string]: string;
@@ -1316,6 +1366,7 @@ export declare class DescribeClusterUserKubeconfigResponse extends $tea.Model {
1316
1366
  headers: {
1317
1367
  [key: string]: string;
1318
1368
  };
1369
+ statusCode: number;
1319
1370
  body: DescribeClusterUserKubeconfigResponseBody;
1320
1371
  static names(): {
1321
1372
  [key: string]: string;
@@ -1355,6 +1406,7 @@ export declare class DescribeClusterV2UserKubeconfigResponse extends $tea.Model
1355
1406
  headers: {
1356
1407
  [key: string]: string;
1357
1408
  };
1409
+ statusCode: number;
1358
1410
  body: DescribeClusterV2UserKubeconfigResponseBody;
1359
1411
  static names(): {
1360
1412
  [key: string]: string;
@@ -1383,6 +1435,7 @@ export declare class DescribeClustersResponse extends $tea.Model {
1383
1435
  headers: {
1384
1436
  [key: string]: string;
1385
1437
  };
1438
+ statusCode: number;
1386
1439
  body: DescribeClustersResponseBody[];
1387
1440
  static names(): {
1388
1441
  [key: string]: string;
@@ -1429,6 +1482,7 @@ export declare class DescribeClustersV1Response extends $tea.Model {
1429
1482
  headers: {
1430
1483
  [key: string]: string;
1431
1484
  };
1485
+ statusCode: number;
1432
1486
  body: DescribeClustersV1ResponseBody;
1433
1487
  static names(): {
1434
1488
  [key: string]: string;
@@ -1460,6 +1514,7 @@ export declare class DescribeEdgeMachineActiveProcessResponse extends $tea.Model
1460
1514
  headers: {
1461
1515
  [key: string]: string;
1462
1516
  };
1517
+ statusCode: number;
1463
1518
  body: DescribeEdgeMachineActiveProcessResponseBody;
1464
1519
  static names(): {
1465
1520
  [key: string]: string;
@@ -1487,6 +1542,7 @@ export declare class DescribeEdgeMachineModelsResponse extends $tea.Model {
1487
1542
  headers: {
1488
1543
  [key: string]: string;
1489
1544
  };
1545
+ statusCode: number;
1490
1546
  body: DescribeEdgeMachineModelsResponseBody;
1491
1547
  static names(): {
1492
1548
  [key: string]: string;
@@ -1520,6 +1576,7 @@ export declare class DescribeEdgeMachineTunnelConfigDetailResponse extends $tea.
1520
1576
  headers: {
1521
1577
  [key: string]: string;
1522
1578
  };
1579
+ statusCode: number;
1523
1580
  body: DescribeEdgeMachineTunnelConfigDetailResponseBody;
1524
1581
  static names(): {
1525
1582
  [key: string]: string;
@@ -1565,6 +1622,7 @@ export declare class DescribeEdgeMachinesResponse extends $tea.Model {
1565
1622
  headers: {
1566
1623
  [key: string]: string;
1567
1624
  };
1625
+ statusCode: number;
1568
1626
  body: DescribeEdgeMachinesResponseBody;
1569
1627
  static names(): {
1570
1628
  [key: string]: string;
@@ -1608,6 +1666,7 @@ export declare class DescribeEventsResponse extends $tea.Model {
1608
1666
  headers: {
1609
1667
  [key: string]: string;
1610
1668
  };
1669
+ statusCode: number;
1611
1670
  body: DescribeEventsResponseBody;
1612
1671
  static names(): {
1613
1672
  [key: string]: string;
@@ -1647,6 +1706,7 @@ export declare class DescribeExternalAgentResponse extends $tea.Model {
1647
1706
  headers: {
1648
1707
  [key: string]: string;
1649
1708
  };
1709
+ statusCode: number;
1650
1710
  body: DescribeExternalAgentResponseBody;
1651
1711
  static names(): {
1652
1712
  [key: string]: string;
@@ -1678,6 +1738,7 @@ export declare class DescribeKubernetesVersionMetadataResponse extends $tea.Mode
1678
1738
  headers: {
1679
1739
  [key: string]: string;
1680
1740
  };
1741
+ statusCode: number;
1681
1742
  body: DescribeKubernetesVersionMetadataResponseBody[];
1682
1743
  static names(): {
1683
1744
  [key: string]: string;
@@ -1689,10 +1750,39 @@ export declare class DescribeKubernetesVersionMetadataResponse extends $tea.Mode
1689
1750
  [key: string]: any;
1690
1751
  });
1691
1752
  }
1753
+ export declare class DescribeNodePoolVulsResponseBody extends $tea.Model {
1754
+ vulRecords?: DescribeNodePoolVulsResponseBodyVulRecords[];
1755
+ static names(): {
1756
+ [key: string]: string;
1757
+ };
1758
+ static types(): {
1759
+ [key: string]: any;
1760
+ };
1761
+ constructor(map?: {
1762
+ [key: string]: any;
1763
+ });
1764
+ }
1765
+ export declare class DescribeNodePoolVulsResponse extends $tea.Model {
1766
+ headers: {
1767
+ [key: string]: string;
1768
+ };
1769
+ statusCode: number;
1770
+ body: DescribeNodePoolVulsResponseBody;
1771
+ static names(): {
1772
+ [key: string]: string;
1773
+ };
1774
+ static types(): {
1775
+ [key: string]: any;
1776
+ };
1777
+ constructor(map?: {
1778
+ [key: string]: any;
1779
+ });
1780
+ }
1692
1781
  export declare class DescribePoliciesResponse extends $tea.Model {
1693
1782
  headers: {
1694
1783
  [key: string]: string;
1695
1784
  };
1785
+ statusCode: number;
1696
1786
  body: {
1697
1787
  [key: string]: any;
1698
1788
  };
@@ -1729,6 +1819,7 @@ export declare class DescribePolicyDetailsResponse extends $tea.Model {
1729
1819
  headers: {
1730
1820
  [key: string]: string;
1731
1821
  };
1822
+ statusCode: number;
1732
1823
  body: DescribePolicyDetailsResponseBody;
1733
1824
  static names(): {
1734
1825
  [key: string]: string;
@@ -1759,6 +1850,7 @@ export declare class DescribePolicyGovernanceInClusterResponse extends $tea.Mode
1759
1850
  headers: {
1760
1851
  [key: string]: string;
1761
1852
  };
1853
+ statusCode: number;
1762
1854
  body: DescribePolicyGovernanceInClusterResponseBody;
1763
1855
  static names(): {
1764
1856
  [key: string]: string;
@@ -1787,6 +1879,7 @@ export declare class DescribePolicyInstancesResponse extends $tea.Model {
1787
1879
  headers: {
1788
1880
  [key: string]: string;
1789
1881
  };
1882
+ statusCode: number;
1790
1883
  body: DescribePolicyInstancesResponseBody[];
1791
1884
  static names(): {
1792
1885
  [key: string]: string;
@@ -1817,6 +1910,7 @@ export declare class DescribePolicyInstancesStatusResponse extends $tea.Model {
1817
1910
  headers: {
1818
1911
  [key: string]: string;
1819
1912
  };
1913
+ statusCode: number;
1820
1914
  body: DescribePolicyInstancesStatusResponseBody;
1821
1915
  static names(): {
1822
1916
  [key: string]: string;
@@ -1850,6 +1944,7 @@ export declare class DescribeTaskInfoResponse extends $tea.Model {
1850
1944
  headers: {
1851
1945
  [key: string]: string;
1852
1946
  };
1947
+ statusCode: number;
1853
1948
  body: DescribeTaskInfoResponseBody;
1854
1949
  static names(): {
1855
1950
  [key: string]: string;
@@ -1877,6 +1972,7 @@ export declare class DescribeTemplateAttributeResponse extends $tea.Model {
1877
1972
  headers: {
1878
1973
  [key: string]: string;
1879
1974
  };
1975
+ statusCode: number;
1880
1976
  body: DescribeTemplateAttributeResponseBody[];
1881
1977
  static names(): {
1882
1978
  [key: string]: string;
@@ -1919,6 +2015,7 @@ export declare class DescribeTemplatesResponse extends $tea.Model {
1919
2015
  headers: {
1920
2016
  [key: string]: string;
1921
2017
  };
2018
+ statusCode: number;
1922
2019
  body: DescribeTemplatesResponseBody;
1923
2020
  static names(): {
1924
2021
  [key: string]: string;
@@ -1949,6 +2046,7 @@ export declare class DescribeTriggerResponse extends $tea.Model {
1949
2046
  headers: {
1950
2047
  [key: string]: string;
1951
2048
  };
2049
+ statusCode: number;
1952
2050
  body: DescribeTriggerResponseBody[];
1953
2051
  static names(): {
1954
2052
  [key: string]: string;
@@ -1964,6 +2062,7 @@ export declare class DescribeUserPermissionResponse extends $tea.Model {
1964
2062
  headers: {
1965
2063
  [key: string]: string;
1966
2064
  };
2065
+ statusCode: number;
1967
2066
  body: DescribeUserPermissionResponseBody[];
1968
2067
  static names(): {
1969
2068
  [key: string]: string;
@@ -1995,6 +2094,7 @@ export declare class DescribeUserQuotaResponse extends $tea.Model {
1995
2094
  headers: {
1996
2095
  [key: string]: string;
1997
2096
  };
2097
+ statusCode: number;
1998
2098
  body: DescribeUserQuotaResponseBody;
1999
2099
  static names(): {
2000
2100
  [key: string]: string;
@@ -2022,6 +2122,7 @@ export declare class DescribeWorkflowsResponse extends $tea.Model {
2022
2122
  headers: {
2023
2123
  [key: string]: string;
2024
2124
  };
2125
+ statusCode: number;
2025
2126
  body: DescribeWorkflowsResponseBody;
2026
2127
  static names(): {
2027
2128
  [key: string]: string;
@@ -2064,6 +2165,7 @@ export declare class EdgeClusterAddEdgeMachineResponse extends $tea.Model {
2064
2165
  headers: {
2065
2166
  [key: string]: string;
2066
2167
  };
2168
+ statusCode: number;
2067
2169
  body: EdgeClusterAddEdgeMachineResponseBody;
2068
2170
  static names(): {
2069
2171
  [key: string]: string;
@@ -2075,6 +2177,48 @@ export declare class EdgeClusterAddEdgeMachineResponse extends $tea.Model {
2075
2177
  [key: string]: any;
2076
2178
  });
2077
2179
  }
2180
+ export declare class FixNodePoolVulsRequest extends $tea.Model {
2181
+ nodes?: string[];
2182
+ rolloutPolicy?: FixNodePoolVulsRequestRolloutPolicy;
2183
+ vulList?: string[];
2184
+ static names(): {
2185
+ [key: string]: string;
2186
+ };
2187
+ static types(): {
2188
+ [key: string]: any;
2189
+ };
2190
+ constructor(map?: {
2191
+ [key: string]: any;
2192
+ });
2193
+ }
2194
+ export declare class FixNodePoolVulsResponseBody extends $tea.Model {
2195
+ taskId?: string;
2196
+ static names(): {
2197
+ [key: string]: string;
2198
+ };
2199
+ static types(): {
2200
+ [key: string]: any;
2201
+ };
2202
+ constructor(map?: {
2203
+ [key: string]: any;
2204
+ });
2205
+ }
2206
+ export declare class FixNodePoolVulsResponse extends $tea.Model {
2207
+ headers: {
2208
+ [key: string]: string;
2209
+ };
2210
+ statusCode: number;
2211
+ body: FixNodePoolVulsResponseBody;
2212
+ static names(): {
2213
+ [key: string]: string;
2214
+ };
2215
+ static types(): {
2216
+ [key: string]: any;
2217
+ };
2218
+ constructor(map?: {
2219
+ [key: string]: any;
2220
+ });
2221
+ }
2078
2222
  export declare class GetKubernetesTriggerRequest extends $tea.Model {
2079
2223
  name?: string;
2080
2224
  namespace?: string;
@@ -2094,6 +2238,7 @@ export declare class GetKubernetesTriggerResponse extends $tea.Model {
2094
2238
  headers: {
2095
2239
  [key: string]: string;
2096
2240
  };
2241
+ statusCode: number;
2097
2242
  body: GetKubernetesTriggerResponseBody[];
2098
2243
  static names(): {
2099
2244
  [key: string]: string;
@@ -2125,6 +2270,7 @@ export declare class GetUpgradeStatusResponse extends $tea.Model {
2125
2270
  headers: {
2126
2271
  [key: string]: string;
2127
2272
  };
2273
+ statusCode: number;
2128
2274
  body: GetUpgradeStatusResponseBody;
2129
2275
  static names(): {
2130
2276
  [key: string]: string;
@@ -2152,6 +2298,7 @@ export declare class GrantPermissionsResponse extends $tea.Model {
2152
2298
  headers: {
2153
2299
  [key: string]: string;
2154
2300
  };
2301
+ statusCode: number;
2155
2302
  static names(): {
2156
2303
  [key: string]: string;
2157
2304
  };
@@ -2178,6 +2325,7 @@ export declare class InstallClusterAddonsResponse extends $tea.Model {
2178
2325
  headers: {
2179
2326
  [key: string]: string;
2180
2327
  };
2328
+ statusCode: number;
2181
2329
  static names(): {
2182
2330
  [key: string]: string;
2183
2331
  };
@@ -2238,6 +2386,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
2238
2386
  headers: {
2239
2387
  [key: string]: string;
2240
2388
  };
2389
+ statusCode: number;
2241
2390
  body: ListTagResourcesResponseBody;
2242
2391
  static names(): {
2243
2392
  [key: string]: string;
@@ -2253,6 +2402,7 @@ export declare class MigrateClusterResponse extends $tea.Model {
2253
2402
  headers: {
2254
2403
  [key: string]: string;
2255
2404
  };
2405
+ statusCode: number;
2256
2406
  static names(): {
2257
2407
  [key: string]: string;
2258
2408
  };
@@ -2301,6 +2451,7 @@ export declare class ModifyClusterResponse extends $tea.Model {
2301
2451
  headers: {
2302
2452
  [key: string]: string;
2303
2453
  };
2454
+ statusCode: number;
2304
2455
  body: ModifyClusterResponseBody;
2305
2456
  static names(): {
2306
2457
  [key: string]: string;
@@ -2328,6 +2479,7 @@ export declare class ModifyClusterAddonResponse extends $tea.Model {
2328
2479
  headers: {
2329
2480
  [key: string]: string;
2330
2481
  };
2482
+ statusCode: number;
2331
2483
  static names(): {
2332
2484
  [key: string]: string;
2333
2485
  };
@@ -2354,6 +2506,7 @@ export declare class ModifyClusterConfigurationResponse extends $tea.Model {
2354
2506
  headers: {
2355
2507
  [key: string]: string;
2356
2508
  };
2509
+ statusCode: number;
2357
2510
  static names(): {
2358
2511
  [key: string]: string;
2359
2512
  };
@@ -2399,6 +2552,7 @@ export declare class ModifyClusterNodePoolResponse extends $tea.Model {
2399
2552
  headers: {
2400
2553
  [key: string]: string;
2401
2554
  };
2555
+ statusCode: number;
2402
2556
  body: ModifyClusterNodePoolResponseBody;
2403
2557
  static names(): {
2404
2558
  [key: string]: string;
@@ -2426,6 +2580,7 @@ export declare class ModifyClusterTagsResponse extends $tea.Model {
2426
2580
  headers: {
2427
2581
  [key: string]: string;
2428
2582
  };
2583
+ statusCode: number;
2429
2584
  static names(): {
2430
2585
  [key: string]: string;
2431
2586
  };
@@ -2469,6 +2624,7 @@ export declare class ModifyPolicyInstanceResponse extends $tea.Model {
2469
2624
  headers: {
2470
2625
  [key: string]: string;
2471
2626
  };
2627
+ statusCode: number;
2472
2628
  body: ModifyPolicyInstanceResponseBody;
2473
2629
  static names(): {
2474
2630
  [key: string]: string;
@@ -2509,6 +2665,7 @@ export declare class OpenAckServiceResponse extends $tea.Model {
2509
2665
  headers: {
2510
2666
  [key: string]: string;
2511
2667
  };
2668
+ statusCode: number;
2512
2669
  body: OpenAckServiceResponseBody;
2513
2670
  static names(): {
2514
2671
  [key: string]: string;
@@ -2524,6 +2681,7 @@ export declare class PauseClusterUpgradeResponse extends $tea.Model {
2524
2681
  headers: {
2525
2682
  [key: string]: string;
2526
2683
  };
2684
+ statusCode: number;
2527
2685
  static names(): {
2528
2686
  [key: string]: string;
2529
2687
  };
@@ -2538,6 +2696,22 @@ export declare class PauseComponentUpgradeResponse extends $tea.Model {
2538
2696
  headers: {
2539
2697
  [key: string]: string;
2540
2698
  };
2699
+ statusCode: number;
2700
+ static names(): {
2701
+ [key: string]: string;
2702
+ };
2703
+ static types(): {
2704
+ [key: string]: any;
2705
+ };
2706
+ constructor(map?: {
2707
+ [key: string]: any;
2708
+ });
2709
+ }
2710
+ export declare class PauseTaskResponse extends $tea.Model {
2711
+ headers: {
2712
+ [key: string]: string;
2713
+ };
2714
+ statusCode: number;
2541
2715
  static names(): {
2542
2716
  [key: string]: string;
2543
2717
  };
@@ -2566,6 +2740,7 @@ export declare class RemoveClusterNodesResponse extends $tea.Model {
2566
2740
  headers: {
2567
2741
  [key: string]: string;
2568
2742
  };
2743
+ statusCode: number;
2569
2744
  static names(): {
2570
2745
  [key: string]: string;
2571
2746
  };
@@ -2580,6 +2755,7 @@ export declare class RemoveWorkflowResponse extends $tea.Model {
2580
2755
  headers: {
2581
2756
  [key: string]: string;
2582
2757
  };
2758
+ statusCode: number;
2583
2759
  static names(): {
2584
2760
  [key: string]: string;
2585
2761
  };
@@ -2619,6 +2795,7 @@ export declare class RepairClusterNodePoolResponse extends $tea.Model {
2619
2795
  headers: {
2620
2796
  [key: string]: string;
2621
2797
  };
2798
+ statusCode: number;
2622
2799
  body: RepairClusterNodePoolResponseBody;
2623
2800
  static names(): {
2624
2801
  [key: string]: string;
@@ -2634,6 +2811,22 @@ export declare class ResumeComponentUpgradeResponse extends $tea.Model {
2634
2811
  headers: {
2635
2812
  [key: string]: string;
2636
2813
  };
2814
+ statusCode: number;
2815
+ static names(): {
2816
+ [key: string]: string;
2817
+ };
2818
+ static types(): {
2819
+ [key: string]: any;
2820
+ };
2821
+ constructor(map?: {
2822
+ [key: string]: any;
2823
+ });
2824
+ }
2825
+ export declare class ResumeTaskResponse extends $tea.Model {
2826
+ headers: {
2827
+ [key: string]: string;
2828
+ };
2829
+ statusCode: number;
2637
2830
  static names(): {
2638
2831
  [key: string]: string;
2639
2832
  };
@@ -2648,6 +2841,7 @@ export declare class ResumeUpgradeClusterResponse extends $tea.Model {
2648
2841
  headers: {
2649
2842
  [key: string]: string;
2650
2843
  };
2844
+ statusCode: number;
2651
2845
  static names(): {
2652
2846
  [key: string]: string;
2653
2847
  };
@@ -2706,6 +2900,7 @@ export declare class ScaleClusterResponse extends $tea.Model {
2706
2900
  headers: {
2707
2901
  [key: string]: string;
2708
2902
  };
2903
+ statusCode: number;
2709
2904
  body: ScaleClusterResponseBody;
2710
2905
  static names(): {
2711
2906
  [key: string]: string;
@@ -2745,6 +2940,7 @@ export declare class ScaleClusterNodePoolResponse extends $tea.Model {
2745
2940
  headers: {
2746
2941
  [key: string]: string;
2747
2942
  };
2943
+ statusCode: number;
2748
2944
  body: ScaleClusterNodePoolResponseBody;
2749
2945
  static names(): {
2750
2946
  [key: string]: string;
@@ -2806,6 +3002,7 @@ export declare class ScaleOutClusterResponse extends $tea.Model {
2806
3002
  headers: {
2807
3003
  [key: string]: string;
2808
3004
  };
3005
+ statusCode: number;
2809
3006
  body: ScaleOutClusterResponseBody;
2810
3007
  static names(): {
2811
3008
  [key: string]: string;
@@ -2863,6 +3060,7 @@ export declare class StartWorkflowResponse extends $tea.Model {
2863
3060
  headers: {
2864
3061
  [key: string]: string;
2865
3062
  };
3063
+ statusCode: number;
2866
3064
  body: StartWorkflowResponseBody;
2867
3065
  static names(): {
2868
3066
  [key: string]: string;
@@ -2905,6 +3103,7 @@ export declare class TagResourcesResponse extends $tea.Model {
2905
3103
  headers: {
2906
3104
  [key: string]: string;
2907
3105
  };
3106
+ statusCode: number;
2908
3107
  body: TagResourcesResponseBody;
2909
3108
  static names(): {
2910
3109
  [key: string]: string;
@@ -2932,6 +3131,7 @@ export declare class UnInstallClusterAddonsResponse extends $tea.Model {
2932
3131
  headers: {
2933
3132
  [key: string]: string;
2934
3133
  };
3134
+ statusCode: number;
2935
3135
  static names(): {
2936
3136
  [key: string]: string;
2937
3137
  };
@@ -2974,6 +3174,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
2974
3174
  headers: {
2975
3175
  [key: string]: string;
2976
3176
  };
3177
+ statusCode: number;
2977
3178
  body: UntagResourcesResponseBody;
2978
3179
  static names(): {
2979
3180
  [key: string]: string;
@@ -2989,6 +3190,7 @@ export declare class UpdateContactGroupForAlertResponse extends $tea.Model {
2989
3190
  headers: {
2990
3191
  [key: string]: string;
2991
3192
  };
3193
+ statusCode: number;
2992
3194
  static names(): {
2993
3195
  [key: string]: string;
2994
3196
  };
@@ -3016,6 +3218,7 @@ export declare class UpdateK8sClusterUserConfigExpireResponse extends $tea.Model
3016
3218
  headers: {
3017
3219
  [key: string]: string;
3018
3220
  };
3221
+ statusCode: number;
3019
3222
  static names(): {
3020
3223
  [key: string]: string;
3021
3224
  };
@@ -3046,6 +3249,7 @@ export declare class UpdateTemplateResponse extends $tea.Model {
3046
3249
  headers: {
3047
3250
  [key: string]: string;
3048
3251
  };
3252
+ statusCode: number;
3049
3253
  static names(): {
3050
3254
  [key: string]: string;
3051
3255
  };
@@ -3074,6 +3278,7 @@ export declare class UpgradeClusterResponse extends $tea.Model {
3074
3278
  headers: {
3075
3279
  [key: string]: string;
3076
3280
  };
3281
+ statusCode: number;
3077
3282
  static names(): {
3078
3283
  [key: string]: string;
3079
3284
  };
@@ -3100,6 +3305,7 @@ export declare class UpgradeClusterAddonsResponse extends $tea.Model {
3100
3305
  headers: {
3101
3306
  [key: string]: string;
3102
3307
  };
3308
+ statusCode: number;
3103
3309
  static names(): {
3104
3310
  [key: string]: string;
3105
3311
  };
@@ -3827,6 +4033,7 @@ export declare class DescribeClusterResourcesResponseBody extends $tea.Model {
3827
4033
  resourceInfo?: string;
3828
4034
  resourceType?: string;
3829
4035
  state?: string;
4036
+ autoCreate?: number;
3830
4037
  static names(): {
3831
4038
  [key: string]: string;
3832
4039
  };
@@ -4083,6 +4290,34 @@ export declare class DescribeKubernetesVersionMetadataResponseBody extends $tea.
4083
4290
  [key: string]: any;
4084
4291
  });
4085
4292
  }
4293
+ export declare class DescribeNodePoolVulsResponseBodyVulRecordsVulList extends $tea.Model {
4294
+ aliasName?: string;
4295
+ cveList?: string[];
4296
+ name?: string;
4297
+ necessity?: string;
4298
+ static names(): {
4299
+ [key: string]: string;
4300
+ };
4301
+ static types(): {
4302
+ [key: string]: any;
4303
+ };
4304
+ constructor(map?: {
4305
+ [key: string]: any;
4306
+ });
4307
+ }
4308
+ export declare class DescribeNodePoolVulsResponseBodyVulRecords extends $tea.Model {
4309
+ instanceId?: string;
4310
+ vulList?: DescribeNodePoolVulsResponseBodyVulRecordsVulList[];
4311
+ static names(): {
4312
+ [key: string]: string;
4313
+ };
4314
+ static types(): {
4315
+ [key: string]: any;
4316
+ };
4317
+ constructor(map?: {
4318
+ [key: string]: any;
4319
+ });
4320
+ }
4086
4321
  export declare class DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog extends $tea.Model {
4087
4322
  clusterId?: string;
4088
4323
  constraintKind?: string;
@@ -4365,6 +4600,18 @@ export declare class DescribeWorkflowsResponseBodyJobs extends $tea.Model {
4365
4600
  [key: string]: any;
4366
4601
  });
4367
4602
  }
4603
+ export declare class FixNodePoolVulsRequestRolloutPolicy extends $tea.Model {
4604
+ maxParallelism?: number;
4605
+ static names(): {
4606
+ [key: string]: string;
4607
+ };
4608
+ static types(): {
4609
+ [key: string]: any;
4610
+ };
4611
+ constructor(map?: {
4612
+ [key: string]: any;
4613
+ });
4614
+ }
4368
4615
  export declare class GetKubernetesTriggerResponseBody extends $tea.Model {
4369
4616
  id?: string;
4370
4617
  name?: string;
@@ -4722,6 +4969,10 @@ export default class Client extends OpenApi {
4722
4969
  cancelComponentUpgradeWithOptions(clusterId: string, componentId: string, headers: {
4723
4970
  [key: string]: string;
4724
4971
  }, runtime: $Util.RuntimeOptions): Promise<CancelComponentUpgradeResponse>;
4972
+ cancelTask(taskId: string): Promise<CancelTaskResponse>;
4973
+ cancelTaskWithOptions(taskId: string, headers: {
4974
+ [key: string]: string;
4975
+ }, runtime: $Util.RuntimeOptions): Promise<CancelTaskResponse>;
4725
4976
  cancelWorkflow(workflowName: string, request: CancelWorkflowRequest): Promise<CancelWorkflowResponse>;
4726
4977
  cancelWorkflowWithOptions(workflowName: string, request: CancelWorkflowRequest, headers: {
4727
4978
  [key: string]: string;
@@ -4894,6 +5145,10 @@ export default class Client extends OpenApi {
4894
5145
  describeKubernetesVersionMetadataWithOptions(request: DescribeKubernetesVersionMetadataRequest, headers: {
4895
5146
  [key: string]: string;
4896
5147
  }, runtime: $Util.RuntimeOptions): Promise<DescribeKubernetesVersionMetadataResponse>;
5148
+ describeNodePoolVuls(clusterId: string, nodepoolId: string): Promise<DescribeNodePoolVulsResponse>;
5149
+ describeNodePoolVulsWithOptions(clusterId: string, nodepoolId: string, headers: {
5150
+ [key: string]: string;
5151
+ }, runtime: $Util.RuntimeOptions): Promise<DescribeNodePoolVulsResponse>;
4897
5152
  describePolicies(): Promise<DescribePoliciesResponse>;
4898
5153
  describePoliciesWithOptions(headers: {
4899
5154
  [key: string]: string;
@@ -4946,6 +5201,10 @@ export default class Client extends OpenApi {
4946
5201
  edgeClusterAddEdgeMachineWithOptions(clusterid: string, edgeMachineid: string, request: EdgeClusterAddEdgeMachineRequest, headers: {
4947
5202
  [key: string]: string;
4948
5203
  }, runtime: $Util.RuntimeOptions): Promise<EdgeClusterAddEdgeMachineResponse>;
5204
+ fixNodePoolVuls(clusterId: string, nodepoolId: string, request: FixNodePoolVulsRequest): Promise<FixNodePoolVulsResponse>;
5205
+ fixNodePoolVulsWithOptions(clusterId: string, nodepoolId: string, request: FixNodePoolVulsRequest, headers: {
5206
+ [key: string]: string;
5207
+ }, runtime: $Util.RuntimeOptions): Promise<FixNodePoolVulsResponse>;
4949
5208
  getKubernetesTrigger(ClusterId: string, request: GetKubernetesTriggerRequest): Promise<GetKubernetesTriggerResponse>;
4950
5209
  getKubernetesTriggerWithOptions(ClusterId: string, request: GetKubernetesTriggerRequest, headers: {
4951
5210
  [key: string]: string;
@@ -5006,6 +5265,10 @@ export default class Client extends OpenApi {
5006
5265
  pauseComponentUpgradeWithOptions(clusterid: string, componentid: string, headers: {
5007
5266
  [key: string]: string;
5008
5267
  }, runtime: $Util.RuntimeOptions): Promise<PauseComponentUpgradeResponse>;
5268
+ pauseTask(taskId: string): Promise<PauseTaskResponse>;
5269
+ pauseTaskWithOptions(taskId: string, headers: {
5270
+ [key: string]: string;
5271
+ }, runtime: $Util.RuntimeOptions): Promise<PauseTaskResponse>;
5009
5272
  removeClusterNodes(ClusterId: string, request: RemoveClusterNodesRequest): Promise<RemoveClusterNodesResponse>;
5010
5273
  removeClusterNodesWithOptions(ClusterId: string, request: RemoveClusterNodesRequest, headers: {
5011
5274
  [key: string]: string;
@@ -5022,6 +5285,10 @@ export default class Client extends OpenApi {
5022
5285
  resumeComponentUpgradeWithOptions(clusterid: string, componentid: string, headers: {
5023
5286
  [key: string]: string;
5024
5287
  }, runtime: $Util.RuntimeOptions): Promise<ResumeComponentUpgradeResponse>;
5288
+ resumeTask(taskId: string): Promise<ResumeTaskResponse>;
5289
+ resumeTaskWithOptions(taskId: string, headers: {
5290
+ [key: string]: string;
5291
+ }, runtime: $Util.RuntimeOptions): Promise<ResumeTaskResponse>;
5025
5292
  resumeUpgradeCluster(ClusterId: string): Promise<ResumeUpgradeClusterResponse>;
5026
5293
  resumeUpgradeClusterWithOptions(ClusterId: string, headers: {
5027
5294
  [key: string]: string;