@alicloud/cs20151215 3.3.3 → 3.3.5

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
  };
@@ -630,11 +630,11 @@ export declare class CreateClusterNodePoolResponseBody extends $tea.Model {
630
630
  });
631
631
  }
632
632
  export declare class CreateClusterNodePoolResponse extends $tea.Model {
633
- headers: {
633
+ headers?: {
634
634
  [key: string]: string;
635
635
  };
636
- statusCode: number;
637
- body: CreateClusterNodePoolResponseBody;
636
+ statusCode?: number;
637
+ body?: CreateClusterNodePoolResponseBody;
638
638
  static names(): {
639
639
  [key: string]: string;
640
640
  };
@@ -673,11 +673,11 @@ export declare class CreateEdgeMachineResponseBody extends $tea.Model {
673
673
  });
674
674
  }
675
675
  export declare class CreateEdgeMachineResponse extends $tea.Model {
676
- headers: {
676
+ headers?: {
677
677
  [key: string]: string;
678
678
  };
679
- statusCode: number;
680
- body: CreateEdgeMachineResponseBody;
679
+ statusCode?: number;
680
+ body?: CreateEdgeMachineResponseBody;
681
681
  static names(): {
682
682
  [key: string]: string;
683
683
  };
@@ -720,11 +720,11 @@ export declare class CreateKubernetesTriggerResponseBody extends $tea.Model {
720
720
  });
721
721
  }
722
722
  export declare class CreateKubernetesTriggerResponse extends $tea.Model {
723
- headers: {
723
+ headers?: {
724
724
  [key: string]: string;
725
725
  };
726
- statusCode: number;
727
- body: CreateKubernetesTriggerResponseBody;
726
+ statusCode?: number;
727
+ body?: CreateKubernetesTriggerResponseBody;
728
728
  static names(): {
729
729
  [key: string]: string;
730
730
  };
@@ -764,11 +764,11 @@ export declare class CreateTemplateResponseBody extends $tea.Model {
764
764
  });
765
765
  }
766
766
  export declare class CreateTemplateResponse extends $tea.Model {
767
- headers: {
767
+ headers?: {
768
768
  [key: string]: string;
769
769
  };
770
- statusCode: number;
771
- body: CreateTemplateResponseBody;
770
+ statusCode?: number;
771
+ body?: CreateTemplateResponseBody;
772
772
  static names(): {
773
773
  [key: string]: string;
774
774
  };
@@ -811,11 +811,11 @@ export declare class CreateTriggerResponseBody extends $tea.Model {
811
811
  });
812
812
  }
813
813
  export declare class CreateTriggerResponse extends $tea.Model {
814
- headers: {
814
+ headers?: {
815
815
  [key: string]: string;
816
816
  };
817
- statusCode: number;
818
- body: CreateTriggerResponseBody;
817
+ statusCode?: number;
818
+ body?: CreateTriggerResponseBody;
819
819
  static names(): {
820
820
  [key: string]: string;
821
821
  };
@@ -827,10 +827,10 @@ export declare class CreateTriggerResponse extends $tea.Model {
827
827
  });
828
828
  }
829
829
  export declare class DeleteAlertContactResponse extends $tea.Model {
830
- headers: {
830
+ headers?: {
831
831
  [key: string]: string;
832
832
  };
833
- statusCode: number;
833
+ statusCode?: number;
834
834
  static names(): {
835
835
  [key: string]: string;
836
836
  };
@@ -842,10 +842,10 @@ export declare class DeleteAlertContactResponse extends $tea.Model {
842
842
  });
843
843
  }
844
844
  export declare class DeleteAlertContactGroupResponse extends $tea.Model {
845
- headers: {
845
+ headers?: {
846
846
  [key: string]: string;
847
847
  };
848
- statusCode: number;
848
+ statusCode?: number;
849
849
  static names(): {
850
850
  [key: string]: string;
851
851
  };
@@ -899,11 +899,11 @@ export declare class DeleteClusterResponseBody extends $tea.Model {
899
899
  });
900
900
  }
901
901
  export declare class DeleteClusterResponse extends $tea.Model {
902
- headers: {
902
+ headers?: {
903
903
  [key: string]: string;
904
904
  };
905
- statusCode: number;
906
- body: DeleteClusterResponseBody;
905
+ statusCode?: number;
906
+ body?: DeleteClusterResponseBody;
907
907
  static names(): {
908
908
  [key: string]: string;
909
909
  };
@@ -940,11 +940,11 @@ export declare class DeleteClusterNodepoolResponseBody extends $tea.Model {
940
940
  });
941
941
  }
942
942
  export declare class DeleteClusterNodepoolResponse extends $tea.Model {
943
- headers: {
943
+ headers?: {
944
944
  [key: string]: string;
945
945
  };
946
- statusCode: number;
947
- body: DeleteClusterNodepoolResponseBody;
946
+ statusCode?: number;
947
+ body?: DeleteClusterNodepoolResponseBody;
948
948
  static names(): {
949
949
  [key: string]: string;
950
950
  };
@@ -984,11 +984,11 @@ export declare class DeleteClusterNodesResponseBody extends $tea.Model {
984
984
  });
985
985
  }
986
986
  export declare class DeleteClusterNodesResponse extends $tea.Model {
987
- headers: {
987
+ headers?: {
988
988
  [key: string]: string;
989
989
  };
990
- statusCode: number;
991
- body: DeleteClusterNodesResponseBody;
990
+ statusCode?: number;
991
+ body?: DeleteClusterNodesResponseBody;
992
992
  static names(): {
993
993
  [key: string]: string;
994
994
  };
@@ -1012,10 +1012,10 @@ export declare class DeleteEdgeMachineRequest extends $tea.Model {
1012
1012
  });
1013
1013
  }
1014
1014
  export declare class DeleteEdgeMachineResponse extends $tea.Model {
1015
- headers: {
1015
+ headers?: {
1016
1016
  [key: string]: string;
1017
1017
  };
1018
- statusCode: number;
1018
+ statusCode?: number;
1019
1019
  static names(): {
1020
1020
  [key: string]: string;
1021
1021
  };
@@ -1027,10 +1027,10 @@ export declare class DeleteEdgeMachineResponse extends $tea.Model {
1027
1027
  });
1028
1028
  }
1029
1029
  export declare class DeleteKubernetesTriggerResponse extends $tea.Model {
1030
- headers: {
1030
+ headers?: {
1031
1031
  [key: string]: string;
1032
1032
  };
1033
- statusCode: number;
1033
+ statusCode?: number;
1034
1034
  static names(): {
1035
1035
  [key: string]: string;
1036
1036
  };
@@ -1066,11 +1066,11 @@ export declare class DeletePolicyInstanceResponseBody extends $tea.Model {
1066
1066
  });
1067
1067
  }
1068
1068
  export declare class DeletePolicyInstanceResponse extends $tea.Model {
1069
- headers: {
1069
+ headers?: {
1070
1070
  [key: string]: string;
1071
1071
  };
1072
- statusCode: number;
1073
- body: DeletePolicyInstanceResponseBody;
1072
+ statusCode?: number;
1073
+ body?: DeletePolicyInstanceResponseBody;
1074
1074
  static names(): {
1075
1075
  [key: string]: string;
1076
1076
  };
@@ -1082,10 +1082,10 @@ export declare class DeletePolicyInstanceResponse extends $tea.Model {
1082
1082
  });
1083
1083
  }
1084
1084
  export declare class DeleteTemplateResponse extends $tea.Model {
1085
- headers: {
1085
+ headers?: {
1086
1086
  [key: string]: string;
1087
1087
  };
1088
- statusCode: number;
1088
+ statusCode?: number;
1089
1089
  static names(): {
1090
1090
  [key: string]: string;
1091
1091
  };
@@ -1097,10 +1097,10 @@ export declare class DeleteTemplateResponse extends $tea.Model {
1097
1097
  });
1098
1098
  }
1099
1099
  export declare class DeleteTriggerResponse extends $tea.Model {
1100
- headers: {
1100
+ headers?: {
1101
1101
  [key: string]: string;
1102
1102
  };
1103
- statusCode: number;
1103
+ statusCode?: number;
1104
1104
  static names(): {
1105
1105
  [key: string]: string;
1106
1106
  };
@@ -1140,11 +1140,11 @@ export declare class DeployPolicyInstanceResponseBody extends $tea.Model {
1140
1140
  });
1141
1141
  }
1142
1142
  export declare class DeployPolicyInstanceResponse extends $tea.Model {
1143
- headers: {
1143
+ headers?: {
1144
1144
  [key: string]: string;
1145
1145
  };
1146
- statusCode: number;
1147
- body: DeployPolicyInstanceResponseBody;
1146
+ statusCode?: number;
1147
+ body?: DeployPolicyInstanceResponseBody;
1148
1148
  static names(): {
1149
1149
  [key: string]: string;
1150
1150
  };
@@ -1178,11 +1178,11 @@ export declare class DescirbeWorkflowResponseBody extends $tea.Model {
1178
1178
  });
1179
1179
  }
1180
1180
  export declare class DescirbeWorkflowResponse extends $tea.Model {
1181
- headers: {
1181
+ headers?: {
1182
1182
  [key: string]: string;
1183
1183
  };
1184
- statusCode: number;
1185
- body: DescirbeWorkflowResponseBody;
1184
+ statusCode?: number;
1185
+ body?: DescirbeWorkflowResponseBody;
1186
1186
  static names(): {
1187
1187
  [key: string]: string;
1188
1188
  };
@@ -1232,11 +1232,11 @@ export declare class DescribeAddonResponseBody extends $tea.Model {
1232
1232
  });
1233
1233
  }
1234
1234
  export declare class DescribeAddonResponse extends $tea.Model {
1235
- headers: {
1235
+ headers?: {
1236
1236
  [key: string]: string;
1237
1237
  };
1238
- statusCode: number;
1239
- body: DescribeAddonResponseBody;
1238
+ statusCode?: number;
1239
+ body?: DescribeAddonResponseBody;
1240
1240
  static names(): {
1241
1241
  [key: string]: string;
1242
1242
  };
@@ -1279,11 +1279,11 @@ export declare class DescribeAddonsResponseBody extends $tea.Model {
1279
1279
  });
1280
1280
  }
1281
1281
  export declare class DescribeAddonsResponse extends $tea.Model {
1282
- headers: {
1282
+ headers?: {
1283
1283
  [key: string]: string;
1284
1284
  };
1285
- statusCode: number;
1286
- body: DescribeAddonsResponseBody;
1285
+ statusCode?: number;
1286
+ body?: DescribeAddonsResponseBody;
1287
1287
  static names(): {
1288
1288
  [key: string]: string;
1289
1289
  };
@@ -1310,11 +1310,11 @@ export declare class DescribeClusterAddonInstanceResponseBody extends $tea.Model
1310
1310
  });
1311
1311
  }
1312
1312
  export declare class DescribeClusterAddonInstanceResponse extends $tea.Model {
1313
- headers: {
1313
+ headers?: {
1314
1314
  [key: string]: string;
1315
1315
  };
1316
- statusCode: number;
1317
- body: DescribeClusterAddonInstanceResponseBody;
1316
+ statusCode?: number;
1317
+ body?: DescribeClusterAddonInstanceResponseBody;
1318
1318
  static names(): {
1319
1319
  [key: string]: string;
1320
1320
  };
@@ -1340,11 +1340,11 @@ export declare class DescribeClusterAddonMetadataResponseBody extends $tea.Model
1340
1340
  });
1341
1341
  }
1342
1342
  export declare class DescribeClusterAddonMetadataResponse extends $tea.Model {
1343
- headers: {
1343
+ headers?: {
1344
1344
  [key: string]: string;
1345
1345
  };
1346
- statusCode: number;
1347
- body: DescribeClusterAddonMetadataResponseBody;
1346
+ statusCode?: number;
1347
+ body?: DescribeClusterAddonMetadataResponseBody;
1348
1348
  static names(): {
1349
1349
  [key: string]: string;
1350
1350
  };
@@ -1356,11 +1356,11 @@ export declare class DescribeClusterAddonMetadataResponse extends $tea.Model {
1356
1356
  });
1357
1357
  }
1358
1358
  export declare class DescribeClusterAddonUpgradeStatusResponse extends $tea.Model {
1359
- headers: {
1359
+ headers?: {
1360
1360
  [key: string]: string;
1361
1361
  };
1362
- statusCode: number;
1363
- body: {
1362
+ statusCode?: number;
1363
+ body?: {
1364
1364
  [key: string]: any;
1365
1365
  };
1366
1366
  static names(): {
@@ -1398,11 +1398,11 @@ export declare class DescribeClusterAddonsUpgradeStatusShrinkRequest extends $te
1398
1398
  });
1399
1399
  }
1400
1400
  export declare class DescribeClusterAddonsUpgradeStatusResponse extends $tea.Model {
1401
- headers: {
1401
+ headers?: {
1402
1402
  [key: string]: string;
1403
1403
  };
1404
- statusCode: number;
1405
- body: {
1404
+ statusCode?: number;
1405
+ body?: {
1406
1406
  [key: string]: any;
1407
1407
  };
1408
1408
  static names(): {
@@ -1416,11 +1416,11 @@ export declare class DescribeClusterAddonsUpgradeStatusResponse extends $tea.Mod
1416
1416
  });
1417
1417
  }
1418
1418
  export declare class DescribeClusterAddonsVersionResponse extends $tea.Model {
1419
- headers: {
1419
+ headers?: {
1420
1420
  [key: string]: string;
1421
1421
  };
1422
- statusCode: number;
1423
- body: {
1422
+ statusCode?: number;
1423
+ body?: {
1424
1424
  [key: string]: any;
1425
1425
  };
1426
1426
  static names(): {
@@ -1451,11 +1451,11 @@ export declare class DescribeClusterAttachScriptsRequest extends $tea.Model {
1451
1451
  });
1452
1452
  }
1453
1453
  export declare class DescribeClusterAttachScriptsResponse extends $tea.Model {
1454
- headers: {
1454
+ headers?: {
1455
1455
  [key: string]: string;
1456
1456
  };
1457
- statusCode: number;
1458
- body: string;
1457
+ statusCode?: number;
1458
+ body?: string;
1459
1459
  static names(): {
1460
1460
  [key: string]: string;
1461
1461
  };
@@ -1510,11 +1510,11 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
1510
1510
  });
1511
1511
  }
1512
1512
  export declare class DescribeClusterDetailResponse extends $tea.Model {
1513
- headers: {
1513
+ headers?: {
1514
1514
  [key: string]: string;
1515
1515
  };
1516
- statusCode: number;
1517
- body: DescribeClusterDetailResponseBody;
1516
+ statusCode?: number;
1517
+ body?: DescribeClusterDetailResponseBody;
1518
1518
  static names(): {
1519
1519
  [key: string]: string;
1520
1520
  };
@@ -1553,11 +1553,11 @@ export declare class DescribeClusterEventsResponseBody extends $tea.Model {
1553
1553
  });
1554
1554
  }
1555
1555
  export declare class DescribeClusterEventsResponse extends $tea.Model {
1556
- headers: {
1556
+ headers?: {
1557
1557
  [key: string]: string;
1558
1558
  };
1559
- statusCode: number;
1560
- body: DescribeClusterEventsResponseBody;
1559
+ statusCode?: number;
1560
+ body?: DescribeClusterEventsResponseBody;
1561
1561
  static names(): {
1562
1562
  [key: string]: string;
1563
1563
  };
@@ -1569,11 +1569,11 @@ export declare class DescribeClusterEventsResponse extends $tea.Model {
1569
1569
  });
1570
1570
  }
1571
1571
  export declare class DescribeClusterLogsResponse extends $tea.Model {
1572
- headers: {
1572
+ headers?: {
1573
1573
  [key: string]: string;
1574
1574
  };
1575
- statusCode: number;
1576
- body: DescribeClusterLogsResponseBody[];
1575
+ statusCode?: number;
1576
+ body?: DescribeClusterLogsResponseBody[];
1577
1577
  static names(): {
1578
1578
  [key: string]: string;
1579
1579
  };
@@ -1607,11 +1607,11 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $tea.Mode
1607
1607
  });
1608
1608
  }
1609
1609
  export declare class DescribeClusterNodePoolDetailResponse extends $tea.Model {
1610
- headers: {
1610
+ headers?: {
1611
1611
  [key: string]: string;
1612
1612
  };
1613
- statusCode: number;
1614
- body: DescribeClusterNodePoolDetailResponseBody;
1613
+ statusCode?: number;
1614
+ body?: DescribeClusterNodePoolDetailResponseBody;
1615
1615
  static names(): {
1616
1616
  [key: string]: string;
1617
1617
  };
@@ -1635,11 +1635,11 @@ export declare class DescribeClusterNodePoolsResponseBody extends $tea.Model {
1635
1635
  });
1636
1636
  }
1637
1637
  export declare class DescribeClusterNodePoolsResponse extends $tea.Model {
1638
- headers: {
1638
+ headers?: {
1639
1639
  [key: string]: string;
1640
1640
  };
1641
- statusCode: number;
1642
- body: DescribeClusterNodePoolsResponseBody;
1641
+ statusCode?: number;
1642
+ body?: DescribeClusterNodePoolsResponseBody;
1643
1643
  static names(): {
1644
1644
  [key: string]: string;
1645
1645
  };
@@ -1680,11 +1680,11 @@ export declare class DescribeClusterNodesResponseBody extends $tea.Model {
1680
1680
  });
1681
1681
  }
1682
1682
  export declare class DescribeClusterNodesResponse extends $tea.Model {
1683
- headers: {
1683
+ headers?: {
1684
1684
  [key: string]: string;
1685
1685
  };
1686
- statusCode: number;
1687
- body: DescribeClusterNodesResponseBody;
1686
+ statusCode?: number;
1687
+ body?: DescribeClusterNodesResponseBody;
1688
1688
  static names(): {
1689
1689
  [key: string]: string;
1690
1690
  };
@@ -1696,11 +1696,11 @@ export declare class DescribeClusterNodesResponse extends $tea.Model {
1696
1696
  });
1697
1697
  }
1698
1698
  export declare class DescribeClusterResourcesResponse extends $tea.Model {
1699
- headers: {
1699
+ headers?: {
1700
1700
  [key: string]: string;
1701
1701
  };
1702
- statusCode: number;
1703
- body: DescribeClusterResourcesResponseBody[];
1702
+ statusCode?: number;
1703
+ body?: DescribeClusterResourcesResponseBody[];
1704
1704
  static names(): {
1705
1705
  [key: string]: string;
1706
1706
  };
@@ -1739,11 +1739,11 @@ export declare class DescribeClusterTasksResponseBody extends $tea.Model {
1739
1739
  });
1740
1740
  }
1741
1741
  export declare class DescribeClusterTasksResponse extends $tea.Model {
1742
- headers: {
1742
+ headers?: {
1743
1743
  [key: string]: string;
1744
1744
  };
1745
- statusCode: number;
1746
- body: DescribeClusterTasksResponseBody;
1745
+ statusCode?: number;
1746
+ body?: DescribeClusterTasksResponseBody;
1747
1747
  static names(): {
1748
1748
  [key: string]: string;
1749
1749
  };
@@ -1781,11 +1781,11 @@ export declare class DescribeClusterUserKubeconfigResponseBody extends $tea.Mode
1781
1781
  });
1782
1782
  }
1783
1783
  export declare class DescribeClusterUserKubeconfigResponse extends $tea.Model {
1784
- headers: {
1784
+ headers?: {
1785
1785
  [key: string]: string;
1786
1786
  };
1787
- statusCode: number;
1788
- body: DescribeClusterUserKubeconfigResponseBody;
1787
+ statusCode?: number;
1788
+ body?: DescribeClusterUserKubeconfigResponseBody;
1789
1789
  static names(): {
1790
1790
  [key: string]: string;
1791
1791
  };
@@ -1821,11 +1821,11 @@ export declare class DescribeClusterV2UserKubeconfigResponseBody extends $tea.Mo
1821
1821
  });
1822
1822
  }
1823
1823
  export declare class DescribeClusterV2UserKubeconfigResponse extends $tea.Model {
1824
- headers: {
1824
+ headers?: {
1825
1825
  [key: string]: string;
1826
1826
  };
1827
- statusCode: number;
1828
- body: DescribeClusterV2UserKubeconfigResponseBody;
1827
+ statusCode?: number;
1828
+ body?: DescribeClusterV2UserKubeconfigResponseBody;
1829
1829
  static names(): {
1830
1830
  [key: string]: string;
1831
1831
  };
@@ -1849,11 +1849,11 @@ export declare class DescribeClusterVulsResponseBody extends $tea.Model {
1849
1849
  });
1850
1850
  }
1851
1851
  export declare class DescribeClusterVulsResponse extends $tea.Model {
1852
- headers: {
1852
+ headers?: {
1853
1853
  [key: string]: string;
1854
1854
  };
1855
- statusCode: number;
1856
- body: DescribeClusterVulsResponseBody;
1855
+ statusCode?: number;
1856
+ body?: DescribeClusterVulsResponseBody;
1857
1857
  static names(): {
1858
1858
  [key: string]: string;
1859
1859
  };
@@ -1878,11 +1878,11 @@ export declare class DescribeClustersRequest extends $tea.Model {
1878
1878
  });
1879
1879
  }
1880
1880
  export declare class DescribeClustersResponse extends $tea.Model {
1881
- headers: {
1881
+ headers?: {
1882
1882
  [key: string]: string;
1883
1883
  };
1884
- statusCode: number;
1885
- body: DescribeClustersResponseBody[];
1884
+ statusCode?: number;
1885
+ body?: DescribeClustersResponseBody[];
1886
1886
  static names(): {
1887
1887
  [key: string]: string;
1888
1888
  };
@@ -1926,11 +1926,11 @@ export declare class DescribeClustersV1ResponseBody extends $tea.Model {
1926
1926
  });
1927
1927
  }
1928
1928
  export declare class DescribeClustersV1Response extends $tea.Model {
1929
- headers: {
1929
+ headers?: {
1930
1930
  [key: string]: string;
1931
1931
  };
1932
- statusCode: number;
1933
- body: DescribeClustersV1ResponseBody;
1932
+ statusCode?: number;
1933
+ body?: DescribeClustersV1ResponseBody;
1934
1934
  static names(): {
1935
1935
  [key: string]: string;
1936
1936
  };
@@ -1958,11 +1958,11 @@ export declare class DescribeEdgeMachineActiveProcessResponseBody extends $tea.M
1958
1958
  });
1959
1959
  }
1960
1960
  export declare class DescribeEdgeMachineActiveProcessResponse extends $tea.Model {
1961
- headers: {
1961
+ headers?: {
1962
1962
  [key: string]: string;
1963
1963
  };
1964
- statusCode: number;
1965
- body: DescribeEdgeMachineActiveProcessResponseBody;
1964
+ statusCode?: number;
1965
+ body?: DescribeEdgeMachineActiveProcessResponseBody;
1966
1966
  static names(): {
1967
1967
  [key: string]: string;
1968
1968
  };
@@ -1986,11 +1986,11 @@ export declare class DescribeEdgeMachineModelsResponseBody extends $tea.Model {
1986
1986
  });
1987
1987
  }
1988
1988
  export declare class DescribeEdgeMachineModelsResponse extends $tea.Model {
1989
- headers: {
1989
+ headers?: {
1990
1990
  [key: string]: string;
1991
1991
  };
1992
- statusCode: number;
1993
- body: DescribeEdgeMachineModelsResponseBody;
1992
+ statusCode?: number;
1993
+ body?: DescribeEdgeMachineModelsResponseBody;
1994
1994
  static names(): {
1995
1995
  [key: string]: string;
1996
1996
  };
@@ -2020,11 +2020,11 @@ export declare class DescribeEdgeMachineTunnelConfigDetailResponseBody extends $
2020
2020
  });
2021
2021
  }
2022
2022
  export declare class DescribeEdgeMachineTunnelConfigDetailResponse extends $tea.Model {
2023
- headers: {
2023
+ headers?: {
2024
2024
  [key: string]: string;
2025
2025
  };
2026
- statusCode: number;
2027
- body: DescribeEdgeMachineTunnelConfigDetailResponseBody;
2026
+ statusCode?: number;
2027
+ body?: DescribeEdgeMachineTunnelConfigDetailResponseBody;
2028
2028
  static names(): {
2029
2029
  [key: string]: string;
2030
2030
  };
@@ -2066,11 +2066,11 @@ export declare class DescribeEdgeMachinesResponseBody extends $tea.Model {
2066
2066
  });
2067
2067
  }
2068
2068
  export declare class DescribeEdgeMachinesResponse extends $tea.Model {
2069
- headers: {
2069
+ headers?: {
2070
2070
  [key: string]: string;
2071
2071
  };
2072
- statusCode: number;
2073
- body: DescribeEdgeMachinesResponseBody;
2072
+ statusCode?: number;
2073
+ body?: DescribeEdgeMachinesResponseBody;
2074
2074
  static names(): {
2075
2075
  [key: string]: string;
2076
2076
  };
@@ -2110,11 +2110,11 @@ export declare class DescribeEventsResponseBody extends $tea.Model {
2110
2110
  });
2111
2111
  }
2112
2112
  export declare class DescribeEventsResponse extends $tea.Model {
2113
- headers: {
2113
+ headers?: {
2114
2114
  [key: string]: string;
2115
2115
  };
2116
- statusCode: number;
2117
- body: DescribeEventsResponseBody;
2116
+ statusCode?: number;
2117
+ body?: DescribeEventsResponseBody;
2118
2118
  static names(): {
2119
2119
  [key: string]: string;
2120
2120
  };
@@ -2151,11 +2151,11 @@ export declare class DescribeExternalAgentResponseBody extends $tea.Model {
2151
2151
  });
2152
2152
  }
2153
2153
  export declare class DescribeExternalAgentResponse extends $tea.Model {
2154
- headers: {
2154
+ headers?: {
2155
2155
  [key: string]: string;
2156
2156
  };
2157
- statusCode: number;
2158
- body: DescribeExternalAgentResponseBody;
2157
+ statusCode?: number;
2158
+ body?: DescribeExternalAgentResponseBody;
2159
2159
  static names(): {
2160
2160
  [key: string]: string;
2161
2161
  };
@@ -2184,11 +2184,11 @@ export declare class DescribeKubernetesVersionMetadataRequest extends $tea.Model
2184
2184
  });
2185
2185
  }
2186
2186
  export declare class DescribeKubernetesVersionMetadataResponse extends $tea.Model {
2187
- headers: {
2187
+ headers?: {
2188
2188
  [key: string]: string;
2189
2189
  };
2190
- statusCode: number;
2191
- body: DescribeKubernetesVersionMetadataResponseBody[];
2190
+ statusCode?: number;
2191
+ body?: DescribeKubernetesVersionMetadataResponseBody[];
2192
2192
  static names(): {
2193
2193
  [key: string]: string;
2194
2194
  };
@@ -2225,11 +2225,11 @@ export declare class DescribeNodePoolVulsResponseBody extends $tea.Model {
2225
2225
  });
2226
2226
  }
2227
2227
  export declare class DescribeNodePoolVulsResponse extends $tea.Model {
2228
- headers: {
2228
+ headers?: {
2229
2229
  [key: string]: string;
2230
2230
  };
2231
- statusCode: number;
2232
- body: DescribeNodePoolVulsResponseBody;
2231
+ statusCode?: number;
2232
+ body?: DescribeNodePoolVulsResponseBody;
2233
2233
  static names(): {
2234
2234
  [key: string]: string;
2235
2235
  };
@@ -2241,11 +2241,11 @@ export declare class DescribeNodePoolVulsResponse extends $tea.Model {
2241
2241
  });
2242
2242
  }
2243
2243
  export declare class DescribePoliciesResponse extends $tea.Model {
2244
- headers: {
2244
+ headers?: {
2245
2245
  [key: string]: string;
2246
2246
  };
2247
- statusCode: number;
2248
- body: {
2247
+ statusCode?: number;
2248
+ body?: {
2249
2249
  [key: string]: any;
2250
2250
  };
2251
2251
  static names(): {
@@ -2278,11 +2278,11 @@ export declare class DescribePolicyDetailsResponseBody extends $tea.Model {
2278
2278
  });
2279
2279
  }
2280
2280
  export declare class DescribePolicyDetailsResponse extends $tea.Model {
2281
- headers: {
2281
+ headers?: {
2282
2282
  [key: string]: string;
2283
2283
  };
2284
- statusCode: number;
2285
- body: DescribePolicyDetailsResponseBody;
2284
+ statusCode?: number;
2285
+ body?: DescribePolicyDetailsResponseBody;
2286
2286
  static names(): {
2287
2287
  [key: string]: string;
2288
2288
  };
@@ -2309,11 +2309,11 @@ export declare class DescribePolicyGovernanceInClusterResponseBody extends $tea.
2309
2309
  });
2310
2310
  }
2311
2311
  export declare class DescribePolicyGovernanceInClusterResponse extends $tea.Model {
2312
- headers: {
2312
+ headers?: {
2313
2313
  [key: string]: string;
2314
2314
  };
2315
- statusCode: number;
2316
- body: DescribePolicyGovernanceInClusterResponseBody;
2315
+ statusCode?: number;
2316
+ body?: DescribePolicyGovernanceInClusterResponseBody;
2317
2317
  static names(): {
2318
2318
  [key: string]: string;
2319
2319
  };
@@ -2338,11 +2338,11 @@ export declare class DescribePolicyInstancesRequest extends $tea.Model {
2338
2338
  });
2339
2339
  }
2340
2340
  export declare class DescribePolicyInstancesResponse extends $tea.Model {
2341
- headers: {
2341
+ headers?: {
2342
2342
  [key: string]: string;
2343
2343
  };
2344
- statusCode: number;
2345
- body: DescribePolicyInstancesResponseBody[];
2344
+ statusCode?: number;
2345
+ body?: DescribePolicyInstancesResponseBody[];
2346
2346
  static names(): {
2347
2347
  [key: string]: string;
2348
2348
  };
@@ -2369,11 +2369,11 @@ export declare class DescribePolicyInstancesStatusResponseBody extends $tea.Mode
2369
2369
  });
2370
2370
  }
2371
2371
  export declare class DescribePolicyInstancesStatusResponse extends $tea.Model {
2372
- headers: {
2372
+ headers?: {
2373
2373
  [key: string]: string;
2374
2374
  };
2375
- statusCode: number;
2376
- body: DescribePolicyInstancesStatusResponseBody;
2375
+ statusCode?: number;
2376
+ body?: DescribePolicyInstancesStatusResponseBody;
2377
2377
  static names(): {
2378
2378
  [key: string]: string;
2379
2379
  };
@@ -2411,11 +2411,11 @@ export declare class DescribeSubaccountK8sClusterUserConfigResponseBody extends
2411
2411
  });
2412
2412
  }
2413
2413
  export declare class DescribeSubaccountK8sClusterUserConfigResponse extends $tea.Model {
2414
- headers: {
2414
+ headers?: {
2415
2415
  [key: string]: string;
2416
2416
  };
2417
- statusCode: number;
2418
- body: DescribeSubaccountK8sClusterUserConfigResponseBody;
2417
+ statusCode?: number;
2418
+ body?: DescribeSubaccountK8sClusterUserConfigResponseBody;
2419
2419
  static names(): {
2420
2420
  [key: string]: string;
2421
2421
  };
@@ -2453,11 +2453,11 @@ export declare class DescribeTaskInfoResponseBody extends $tea.Model {
2453
2453
  });
2454
2454
  }
2455
2455
  export declare class DescribeTaskInfoResponse extends $tea.Model {
2456
- headers: {
2456
+ headers?: {
2457
2457
  [key: string]: string;
2458
2458
  };
2459
- statusCode: number;
2460
- body: DescribeTaskInfoResponseBody;
2459
+ statusCode?: number;
2460
+ body?: DescribeTaskInfoResponseBody;
2461
2461
  static names(): {
2462
2462
  [key: string]: string;
2463
2463
  };
@@ -2481,11 +2481,11 @@ export declare class DescribeTemplateAttributeRequest extends $tea.Model {
2481
2481
  });
2482
2482
  }
2483
2483
  export declare class DescribeTemplateAttributeResponse extends $tea.Model {
2484
- headers: {
2484
+ headers?: {
2485
2485
  [key: string]: string;
2486
2486
  };
2487
- statusCode: number;
2488
- body: DescribeTemplateAttributeResponseBody[];
2487
+ statusCode?: number;
2488
+ body?: DescribeTemplateAttributeResponseBody[];
2489
2489
  static names(): {
2490
2490
  [key: string]: string;
2491
2491
  };
@@ -2524,11 +2524,11 @@ export declare class DescribeTemplatesResponseBody extends $tea.Model {
2524
2524
  });
2525
2525
  }
2526
2526
  export declare class DescribeTemplatesResponse extends $tea.Model {
2527
- headers: {
2527
+ headers?: {
2528
2528
  [key: string]: string;
2529
2529
  };
2530
- statusCode: number;
2531
- body: DescribeTemplatesResponseBody;
2530
+ statusCode?: number;
2531
+ body?: DescribeTemplatesResponseBody;
2532
2532
  static names(): {
2533
2533
  [key: string]: string;
2534
2534
  };
@@ -2555,11 +2555,11 @@ export declare class DescribeTriggerRequest extends $tea.Model {
2555
2555
  });
2556
2556
  }
2557
2557
  export declare class DescribeTriggerResponse extends $tea.Model {
2558
- headers: {
2558
+ headers?: {
2559
2559
  [key: string]: string;
2560
2560
  };
2561
- statusCode: number;
2562
- body: DescribeTriggerResponseBody[];
2561
+ statusCode?: number;
2562
+ body?: DescribeTriggerResponseBody[];
2563
2563
  static names(): {
2564
2564
  [key: string]: string;
2565
2565
  };
@@ -2571,11 +2571,11 @@ export declare class DescribeTriggerResponse extends $tea.Model {
2571
2571
  });
2572
2572
  }
2573
2573
  export declare class DescribeUserClusterNamespacesResponse extends $tea.Model {
2574
- headers: {
2574
+ headers?: {
2575
2575
  [key: string]: string;
2576
2576
  };
2577
- statusCode: number;
2578
- body: string[];
2577
+ statusCode?: number;
2578
+ body?: string[];
2579
2579
  static names(): {
2580
2580
  [key: string]: string;
2581
2581
  };
@@ -2587,11 +2587,11 @@ export declare class DescribeUserClusterNamespacesResponse extends $tea.Model {
2587
2587
  });
2588
2588
  }
2589
2589
  export declare class DescribeUserPermissionResponse extends $tea.Model {
2590
- headers: {
2590
+ headers?: {
2591
2591
  [key: string]: string;
2592
2592
  };
2593
- statusCode: number;
2594
- body: DescribeUserPermissionResponseBody[];
2593
+ statusCode?: number;
2594
+ body?: DescribeUserPermissionResponseBody[];
2595
2595
  static names(): {
2596
2596
  [key: string]: string;
2597
2597
  };
@@ -2623,11 +2623,11 @@ export declare class DescribeUserQuotaResponseBody extends $tea.Model {
2623
2623
  });
2624
2624
  }
2625
2625
  export declare class DescribeUserQuotaResponse extends $tea.Model {
2626
- headers: {
2626
+ headers?: {
2627
2627
  [key: string]: string;
2628
2628
  };
2629
- statusCode: number;
2630
- body: DescribeUserQuotaResponseBody;
2629
+ statusCode?: number;
2630
+ body?: DescribeUserQuotaResponseBody;
2631
2631
  static names(): {
2632
2632
  [key: string]: string;
2633
2633
  };
@@ -2651,11 +2651,11 @@ export declare class DescribeWorkflowsResponseBody extends $tea.Model {
2651
2651
  });
2652
2652
  }
2653
2653
  export declare class DescribeWorkflowsResponse extends $tea.Model {
2654
- headers: {
2654
+ headers?: {
2655
2655
  [key: string]: string;
2656
2656
  };
2657
- statusCode: number;
2658
- body: DescribeWorkflowsResponseBody;
2657
+ statusCode?: number;
2658
+ body?: DescribeWorkflowsResponseBody;
2659
2659
  static names(): {
2660
2660
  [key: string]: string;
2661
2661
  };
@@ -2694,11 +2694,11 @@ export declare class EdgeClusterAddEdgeMachineResponseBody extends $tea.Model {
2694
2694
  });
2695
2695
  }
2696
2696
  export declare class EdgeClusterAddEdgeMachineResponse extends $tea.Model {
2697
- headers: {
2697
+ headers?: {
2698
2698
  [key: string]: string;
2699
2699
  };
2700
- statusCode: number;
2701
- body: EdgeClusterAddEdgeMachineResponseBody;
2700
+ statusCode?: number;
2701
+ body?: EdgeClusterAddEdgeMachineResponseBody;
2702
2702
  static names(): {
2703
2703
  [key: string]: string;
2704
2704
  };
@@ -2737,11 +2737,11 @@ export declare class FixNodePoolVulsResponseBody extends $tea.Model {
2737
2737
  });
2738
2738
  }
2739
2739
  export declare class FixNodePoolVulsResponse extends $tea.Model {
2740
- headers: {
2740
+ headers?: {
2741
2741
  [key: string]: string;
2742
2742
  };
2743
- statusCode: number;
2744
- body: FixNodePoolVulsResponseBody;
2743
+ statusCode?: number;
2744
+ body?: FixNodePoolVulsResponseBody;
2745
2745
  static names(): {
2746
2746
  [key: string]: string;
2747
2747
  };
@@ -2769,11 +2769,11 @@ export declare class GetClusterAddonInstanceResponseBody extends $tea.Model {
2769
2769
  });
2770
2770
  }
2771
2771
  export declare class GetClusterAddonInstanceResponse extends $tea.Model {
2772
- headers: {
2772
+ headers?: {
2773
2773
  [key: string]: string;
2774
2774
  };
2775
- statusCode: number;
2776
- body: GetClusterAddonInstanceResponseBody;
2775
+ statusCode?: number;
2776
+ body?: GetClusterAddonInstanceResponseBody;
2777
2777
  static names(): {
2778
2778
  [key: string]: string;
2779
2779
  };
@@ -2807,11 +2807,11 @@ export declare class GetClusterCheckResponseBody extends $tea.Model {
2807
2807
  });
2808
2808
  }
2809
2809
  export declare class GetClusterCheckResponse extends $tea.Model {
2810
- headers: {
2810
+ headers?: {
2811
2811
  [key: string]: string;
2812
2812
  };
2813
- statusCode: number;
2814
- body: GetClusterCheckResponseBody;
2813
+ statusCode?: number;
2814
+ body?: GetClusterCheckResponseBody;
2815
2815
  static names(): {
2816
2816
  [key: string]: string;
2817
2817
  };
@@ -2838,11 +2838,11 @@ export declare class GetKubernetesTriggerRequest extends $tea.Model {
2838
2838
  });
2839
2839
  }
2840
2840
  export declare class GetKubernetesTriggerResponse extends $tea.Model {
2841
- headers: {
2841
+ headers?: {
2842
2842
  [key: string]: string;
2843
2843
  };
2844
- statusCode: number;
2845
- body: GetKubernetesTriggerResponseBody[];
2844
+ statusCode?: number;
2845
+ body?: GetKubernetesTriggerResponseBody[];
2846
2846
  static names(): {
2847
2847
  [key: string]: string;
2848
2848
  };
@@ -2870,11 +2870,11 @@ export declare class GetUpgradeStatusResponseBody extends $tea.Model {
2870
2870
  });
2871
2871
  }
2872
2872
  export declare class GetUpgradeStatusResponse extends $tea.Model {
2873
- headers: {
2873
+ headers?: {
2874
2874
  [key: string]: string;
2875
2875
  };
2876
- statusCode: number;
2877
- body: GetUpgradeStatusResponseBody;
2876
+ statusCode?: number;
2877
+ body?: GetUpgradeStatusResponseBody;
2878
2878
  static names(): {
2879
2879
  [key: string]: string;
2880
2880
  };
@@ -2898,10 +2898,10 @@ export declare class GrantPermissionsRequest extends $tea.Model {
2898
2898
  });
2899
2899
  }
2900
2900
  export declare class GrantPermissionsResponse extends $tea.Model {
2901
- headers: {
2901
+ headers?: {
2902
2902
  [key: string]: string;
2903
2903
  };
2904
- statusCode: number;
2904
+ statusCode?: number;
2905
2905
  static names(): {
2906
2906
  [key: string]: string;
2907
2907
  };
@@ -2925,10 +2925,10 @@ export declare class InstallClusterAddonsRequest extends $tea.Model {
2925
2925
  });
2926
2926
  }
2927
2927
  export declare class InstallClusterAddonsResponse extends $tea.Model {
2928
- headers: {
2928
+ headers?: {
2929
2929
  [key: string]: string;
2930
2930
  };
2931
- statusCode: number;
2931
+ statusCode?: number;
2932
2932
  static names(): {
2933
2933
  [key: string]: string;
2934
2934
  };
@@ -2969,11 +2969,11 @@ export declare class ListAddonsResponseBody extends $tea.Model {
2969
2969
  });
2970
2970
  }
2971
2971
  export declare class ListAddonsResponse extends $tea.Model {
2972
- headers: {
2972
+ headers?: {
2973
2973
  [key: string]: string;
2974
2974
  };
2975
- statusCode: number;
2976
- body: ListAddonsResponseBody;
2975
+ statusCode?: number;
2976
+ body?: ListAddonsResponseBody;
2977
2977
  static names(): {
2978
2978
  [key: string]: string;
2979
2979
  };
@@ -2997,11 +2997,11 @@ export declare class ListClusterAddonInstancesResponseBody extends $tea.Model {
2997
2997
  });
2998
2998
  }
2999
2999
  export declare class ListClusterAddonInstancesResponse extends $tea.Model {
3000
- headers: {
3000
+ headers?: {
3001
3001
  [key: string]: string;
3002
3002
  };
3003
- statusCode: number;
3004
- body: ListClusterAddonInstancesResponseBody;
3003
+ statusCode?: number;
3004
+ body?: ListClusterAddonInstancesResponseBody;
3005
3005
  static names(): {
3006
3006
  [key: string]: string;
3007
3007
  };
@@ -3037,11 +3037,11 @@ export declare class ListClusterChecksResponseBody extends $tea.Model {
3037
3037
  });
3038
3038
  }
3039
3039
  export declare class ListClusterChecksResponse extends $tea.Model {
3040
- headers: {
3040
+ headers?: {
3041
3041
  [key: string]: string;
3042
3042
  };
3043
- statusCode: number;
3044
- body: ListClusterChecksResponseBody;
3043
+ statusCode?: number;
3044
+ body?: ListClusterChecksResponseBody;
3045
3045
  static names(): {
3046
3046
  [key: string]: string;
3047
3047
  };
@@ -3078,11 +3078,11 @@ export declare class ListOperationPlansResponseBody extends $tea.Model {
3078
3078
  });
3079
3079
  }
3080
3080
  export declare class ListOperationPlansResponse extends $tea.Model {
3081
- headers: {
3081
+ headers?: {
3082
3082
  [key: string]: string;
3083
3083
  };
3084
- statusCode: number;
3085
- body: ListOperationPlansResponseBody;
3084
+ statusCode?: number;
3085
+ body?: ListOperationPlansResponseBody;
3086
3086
  static names(): {
3087
3087
  [key: string]: string;
3088
3088
  };
@@ -3140,11 +3140,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
3140
3140
  });
3141
3141
  }
3142
3142
  export declare class ListTagResourcesResponse extends $tea.Model {
3143
- headers: {
3143
+ headers?: {
3144
3144
  [key: string]: string;
3145
3145
  };
3146
- statusCode: number;
3147
- body: ListTagResourcesResponseBody;
3146
+ statusCode?: number;
3147
+ body?: ListTagResourcesResponseBody;
3148
3148
  static names(): {
3149
3149
  [key: string]: string;
3150
3150
  };
@@ -3183,11 +3183,11 @@ export declare class MigrateClusterResponseBody extends $tea.Model {
3183
3183
  });
3184
3184
  }
3185
3185
  export declare class MigrateClusterResponse extends $tea.Model {
3186
- headers: {
3186
+ headers?: {
3187
3187
  [key: string]: string;
3188
3188
  };
3189
- statusCode: number;
3190
- body: MigrateClusterResponseBody;
3189
+ statusCode?: number;
3190
+ body?: MigrateClusterResponseBody;
3191
3191
  static names(): {
3192
3192
  [key: string]: string;
3193
3193
  };
@@ -3237,11 +3237,11 @@ export declare class ModifyClusterResponseBody extends $tea.Model {
3237
3237
  });
3238
3238
  }
3239
3239
  export declare class ModifyClusterResponse extends $tea.Model {
3240
- headers: {
3240
+ headers?: {
3241
3241
  [key: string]: string;
3242
3242
  };
3243
- statusCode: number;
3244
- body: ModifyClusterResponseBody;
3243
+ statusCode?: number;
3244
+ body?: ModifyClusterResponseBody;
3245
3245
  static names(): {
3246
3246
  [key: string]: string;
3247
3247
  };
@@ -3265,10 +3265,10 @@ export declare class ModifyClusterAddonRequest extends $tea.Model {
3265
3265
  });
3266
3266
  }
3267
3267
  export declare class ModifyClusterAddonResponse extends $tea.Model {
3268
- headers: {
3268
+ headers?: {
3269
3269
  [key: string]: string;
3270
3270
  };
3271
- statusCode: number;
3271
+ statusCode?: number;
3272
3272
  static names(): {
3273
3273
  [key: string]: string;
3274
3274
  };
@@ -3292,10 +3292,10 @@ export declare class ModifyClusterConfigurationRequest extends $tea.Model {
3292
3292
  });
3293
3293
  }
3294
3294
  export declare class ModifyClusterConfigurationResponse extends $tea.Model {
3295
- headers: {
3295
+ headers?: {
3296
3296
  [key: string]: string;
3297
3297
  };
3298
- statusCode: number;
3298
+ statusCode?: number;
3299
3299
  static names(): {
3300
3300
  [key: string]: string;
3301
3301
  };
@@ -3340,11 +3340,11 @@ export declare class ModifyClusterNodePoolResponseBody extends $tea.Model {
3340
3340
  });
3341
3341
  }
3342
3342
  export declare class ModifyClusterNodePoolResponse extends $tea.Model {
3343
- headers: {
3343
+ headers?: {
3344
3344
  [key: string]: string;
3345
3345
  };
3346
- statusCode: number;
3347
- body: ModifyClusterNodePoolResponseBody;
3346
+ statusCode?: number;
3347
+ body?: ModifyClusterNodePoolResponseBody;
3348
3348
  static names(): {
3349
3349
  [key: string]: string;
3350
3350
  };
@@ -3368,10 +3368,10 @@ export declare class ModifyClusterTagsRequest extends $tea.Model {
3368
3368
  });
3369
3369
  }
3370
3370
  export declare class ModifyClusterTagsResponse extends $tea.Model {
3371
- headers: {
3371
+ headers?: {
3372
3372
  [key: string]: string;
3373
3373
  };
3374
- statusCode: number;
3374
+ statusCode?: number;
3375
3375
  static names(): {
3376
3376
  [key: string]: string;
3377
3377
  };
@@ -3410,11 +3410,11 @@ export declare class ModifyNodePoolNodeConfigResponseBody extends $tea.Model {
3410
3410
  });
3411
3411
  }
3412
3412
  export declare class ModifyNodePoolNodeConfigResponse extends $tea.Model {
3413
- headers: {
3413
+ headers?: {
3414
3414
  [key: string]: string;
3415
3415
  };
3416
- statusCode: number;
3417
- body: ModifyNodePoolNodeConfigResponseBody;
3416
+ statusCode?: number;
3417
+ body?: ModifyNodePoolNodeConfigResponseBody;
3418
3418
  static names(): {
3419
3419
  [key: string]: string;
3420
3420
  };
@@ -3455,11 +3455,11 @@ export declare class ModifyPolicyInstanceResponseBody extends $tea.Model {
3455
3455
  });
3456
3456
  }
3457
3457
  export declare class ModifyPolicyInstanceResponse extends $tea.Model {
3458
- headers: {
3458
+ headers?: {
3459
3459
  [key: string]: string;
3460
3460
  };
3461
- statusCode: number;
3462
- body: ModifyPolicyInstanceResponseBody;
3461
+ statusCode?: number;
3462
+ body?: ModifyPolicyInstanceResponseBody;
3463
3463
  static names(): {
3464
3464
  [key: string]: string;
3465
3465
  };
@@ -3496,11 +3496,11 @@ export declare class OpenAckServiceResponseBody extends $tea.Model {
3496
3496
  });
3497
3497
  }
3498
3498
  export declare class OpenAckServiceResponse extends $tea.Model {
3499
- headers: {
3499
+ headers?: {
3500
3500
  [key: string]: string;
3501
3501
  };
3502
- statusCode: number;
3503
- body: OpenAckServiceResponseBody;
3502
+ statusCode?: number;
3503
+ body?: OpenAckServiceResponseBody;
3504
3504
  static names(): {
3505
3505
  [key: string]: string;
3506
3506
  };
@@ -3512,10 +3512,10 @@ export declare class OpenAckServiceResponse extends $tea.Model {
3512
3512
  });
3513
3513
  }
3514
3514
  export declare class PauseClusterUpgradeResponse extends $tea.Model {
3515
- headers: {
3515
+ headers?: {
3516
3516
  [key: string]: string;
3517
3517
  };
3518
- statusCode: number;
3518
+ statusCode?: number;
3519
3519
  static names(): {
3520
3520
  [key: string]: string;
3521
3521
  };
@@ -3527,10 +3527,10 @@ export declare class PauseClusterUpgradeResponse extends $tea.Model {
3527
3527
  });
3528
3528
  }
3529
3529
  export declare class PauseComponentUpgradeResponse extends $tea.Model {
3530
- headers: {
3530
+ headers?: {
3531
3531
  [key: string]: string;
3532
3532
  };
3533
- statusCode: number;
3533
+ statusCode?: number;
3534
3534
  static names(): {
3535
3535
  [key: string]: string;
3536
3536
  };
@@ -3542,10 +3542,10 @@ export declare class PauseComponentUpgradeResponse extends $tea.Model {
3542
3542
  });
3543
3543
  }
3544
3544
  export declare class PauseTaskResponse extends $tea.Model {
3545
- headers: {
3545
+ headers?: {
3546
3546
  [key: string]: string;
3547
3547
  };
3548
- statusCode: number;
3548
+ statusCode?: number;
3549
3549
  static names(): {
3550
3550
  [key: string]: string;
3551
3551
  };
@@ -3571,10 +3571,10 @@ export declare class RemoveClusterNodesRequest extends $tea.Model {
3571
3571
  });
3572
3572
  }
3573
3573
  export declare class RemoveClusterNodesResponse extends $tea.Model {
3574
- headers: {
3574
+ headers?: {
3575
3575
  [key: string]: string;
3576
3576
  };
3577
- statusCode: number;
3577
+ statusCode?: number;
3578
3578
  static names(): {
3579
3579
  [key: string]: string;
3580
3580
  };
@@ -3631,11 +3631,11 @@ export declare class RemoveNodePoolNodesResponseBody extends $tea.Model {
3631
3631
  });
3632
3632
  }
3633
3633
  export declare class RemoveNodePoolNodesResponse extends $tea.Model {
3634
- headers: {
3634
+ headers?: {
3635
3635
  [key: string]: string;
3636
3636
  };
3637
- statusCode: number;
3638
- body: RemoveNodePoolNodesResponseBody;
3637
+ statusCode?: number;
3638
+ body?: RemoveNodePoolNodesResponseBody;
3639
3639
  static names(): {
3640
3640
  [key: string]: string;
3641
3641
  };
@@ -3647,10 +3647,10 @@ export declare class RemoveNodePoolNodesResponse extends $tea.Model {
3647
3647
  });
3648
3648
  }
3649
3649
  export declare class RemoveWorkflowResponse extends $tea.Model {
3650
- headers: {
3650
+ headers?: {
3651
3651
  [key: string]: string;
3652
3652
  };
3653
- statusCode: number;
3653
+ statusCode?: number;
3654
3654
  static names(): {
3655
3655
  [key: string]: string;
3656
3656
  };
@@ -3688,11 +3688,11 @@ export declare class RepairClusterNodePoolResponseBody extends $tea.Model {
3688
3688
  });
3689
3689
  }
3690
3690
  export declare class RepairClusterNodePoolResponse extends $tea.Model {
3691
- headers: {
3691
+ headers?: {
3692
3692
  [key: string]: string;
3693
3693
  };
3694
- statusCode: number;
3695
- body: RepairClusterNodePoolResponseBody;
3694
+ statusCode?: number;
3695
+ body?: RepairClusterNodePoolResponseBody;
3696
3696
  static names(): {
3697
3697
  [key: string]: string;
3698
3698
  };
@@ -3704,10 +3704,10 @@ export declare class RepairClusterNodePoolResponse extends $tea.Model {
3704
3704
  });
3705
3705
  }
3706
3706
  export declare class ResumeComponentUpgradeResponse extends $tea.Model {
3707
- headers: {
3707
+ headers?: {
3708
3708
  [key: string]: string;
3709
3709
  };
3710
- statusCode: number;
3710
+ statusCode?: number;
3711
3711
  static names(): {
3712
3712
  [key: string]: string;
3713
3713
  };
@@ -3719,10 +3719,10 @@ export declare class ResumeComponentUpgradeResponse extends $tea.Model {
3719
3719
  });
3720
3720
  }
3721
3721
  export declare class ResumeTaskResponse extends $tea.Model {
3722
- headers: {
3722
+ headers?: {
3723
3723
  [key: string]: string;
3724
3724
  };
3725
- statusCode: number;
3725
+ statusCode?: number;
3726
3726
  static names(): {
3727
3727
  [key: string]: string;
3728
3728
  };
@@ -3734,10 +3734,10 @@ export declare class ResumeTaskResponse extends $tea.Model {
3734
3734
  });
3735
3735
  }
3736
3736
  export declare class ResumeUpgradeClusterResponse extends $tea.Model {
3737
- headers: {
3737
+ headers?: {
3738
3738
  [key: string]: string;
3739
3739
  };
3740
- statusCode: number;
3740
+ statusCode?: number;
3741
3741
  static names(): {
3742
3742
  [key: string]: string;
3743
3743
  };
@@ -3777,11 +3777,11 @@ export declare class RunClusterCheckResponseBody extends $tea.Model {
3777
3777
  });
3778
3778
  }
3779
3779
  export declare class RunClusterCheckResponse extends $tea.Model {
3780
- headers: {
3780
+ headers?: {
3781
3781
  [key: string]: string;
3782
3782
  };
3783
- statusCode: number;
3784
- body: RunClusterCheckResponseBody;
3783
+ statusCode?: number;
3784
+ body?: RunClusterCheckResponseBody;
3785
3785
  static names(): {
3786
3786
  [key: string]: string;
3787
3787
  };
@@ -3837,11 +3837,11 @@ export declare class ScaleClusterResponseBody extends $tea.Model {
3837
3837
  });
3838
3838
  }
3839
3839
  export declare class ScaleClusterResponse extends $tea.Model {
3840
- headers: {
3840
+ headers?: {
3841
3841
  [key: string]: string;
3842
3842
  };
3843
- statusCode: number;
3844
- body: ScaleClusterResponseBody;
3843
+ statusCode?: number;
3844
+ body?: ScaleClusterResponseBody;
3845
3845
  static names(): {
3846
3846
  [key: string]: string;
3847
3847
  };
@@ -3877,11 +3877,11 @@ export declare class ScaleClusterNodePoolResponseBody extends $tea.Model {
3877
3877
  });
3878
3878
  }
3879
3879
  export declare class ScaleClusterNodePoolResponse extends $tea.Model {
3880
- headers: {
3880
+ headers?: {
3881
3881
  [key: string]: string;
3882
3882
  };
3883
- statusCode: number;
3884
- body: ScaleClusterNodePoolResponseBody;
3883
+ statusCode?: number;
3884
+ body?: ScaleClusterNodePoolResponseBody;
3885
3885
  static names(): {
3886
3886
  [key: string]: string;
3887
3887
  };
@@ -3939,11 +3939,11 @@ export declare class ScaleOutClusterResponseBody extends $tea.Model {
3939
3939
  });
3940
3940
  }
3941
3941
  export declare class ScaleOutClusterResponse extends $tea.Model {
3942
- headers: {
3942
+ headers?: {
3943
3943
  [key: string]: string;
3944
3944
  };
3945
- statusCode: number;
3946
- body: ScaleOutClusterResponseBody;
3945
+ statusCode?: number;
3946
+ body?: ScaleOutClusterResponseBody;
3947
3947
  static names(): {
3948
3948
  [key: string]: string;
3949
3949
  };
@@ -3968,11 +3968,11 @@ export declare class ScanClusterVulsResponseBody extends $tea.Model {
3968
3968
  });
3969
3969
  }
3970
3970
  export declare class ScanClusterVulsResponse extends $tea.Model {
3971
- headers: {
3971
+ headers?: {
3972
3972
  [key: string]: string;
3973
3973
  };
3974
- statusCode: number;
3975
- body: ScanClusterVulsResponseBody;
3974
+ statusCode?: number;
3975
+ body?: ScanClusterVulsResponseBody;
3976
3976
  static names(): {
3977
3977
  [key: string]: string;
3978
3978
  };
@@ -3997,11 +3997,11 @@ export declare class StartAlertResponseBody extends $tea.Model {
3997
3997
  });
3998
3998
  }
3999
3999
  export declare class StartAlertResponse extends $tea.Model {
4000
- headers: {
4000
+ headers?: {
4001
4001
  [key: string]: string;
4002
4002
  };
4003
- statusCode: number;
4004
- body: StartAlertResponseBody;
4003
+ statusCode?: number;
4004
+ body?: StartAlertResponseBody;
4005
4005
  static names(): {
4006
4006
  [key: string]: string;
4007
4007
  };
@@ -4055,11 +4055,11 @@ export declare class StartWorkflowResponseBody extends $tea.Model {
4055
4055
  });
4056
4056
  }
4057
4057
  export declare class StartWorkflowResponse extends $tea.Model {
4058
- headers: {
4058
+ headers?: {
4059
4059
  [key: string]: string;
4060
4060
  };
4061
- statusCode: number;
4062
- body: StartWorkflowResponseBody;
4061
+ statusCode?: number;
4062
+ body?: StartWorkflowResponseBody;
4063
4063
  static names(): {
4064
4064
  [key: string]: string;
4065
4065
  };
@@ -4084,11 +4084,11 @@ export declare class StopAlertResponseBody extends $tea.Model {
4084
4084
  });
4085
4085
  }
4086
4086
  export declare class StopAlertResponse extends $tea.Model {
4087
- headers: {
4087
+ headers?: {
4088
4088
  [key: string]: string;
4089
4089
  };
4090
- statusCode: number;
4091
- body: StopAlertResponseBody;
4090
+ statusCode?: number;
4091
+ body?: StopAlertResponseBody;
4092
4092
  static names(): {
4093
4093
  [key: string]: string;
4094
4094
  };
@@ -4112,11 +4112,11 @@ export declare class SyncClusterNodePoolResponseBody extends $tea.Model {
4112
4112
  });
4113
4113
  }
4114
4114
  export declare class SyncClusterNodePoolResponse extends $tea.Model {
4115
- headers: {
4115
+ headers?: {
4116
4116
  [key: string]: string;
4117
4117
  };
4118
- statusCode: number;
4119
- body: SyncClusterNodePoolResponseBody;
4118
+ statusCode?: number;
4119
+ body?: SyncClusterNodePoolResponseBody;
4120
4120
  static names(): {
4121
4121
  [key: string]: string;
4122
4122
  };
@@ -4155,11 +4155,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
4155
4155
  });
4156
4156
  }
4157
4157
  export declare class TagResourcesResponse extends $tea.Model {
4158
- headers: {
4158
+ headers?: {
4159
4159
  [key: string]: string;
4160
4160
  };
4161
- statusCode: number;
4162
- body: TagResourcesResponseBody;
4161
+ statusCode?: number;
4162
+ body?: TagResourcesResponseBody;
4163
4163
  static names(): {
4164
4164
  [key: string]: string;
4165
4165
  };
@@ -4183,10 +4183,10 @@ export declare class UnInstallClusterAddonsRequest extends $tea.Model {
4183
4183
  });
4184
4184
  }
4185
4185
  export declare class UnInstallClusterAddonsResponse extends $tea.Model {
4186
- headers: {
4186
+ headers?: {
4187
4187
  [key: string]: string;
4188
4188
  };
4189
- statusCode: number;
4189
+ statusCode?: number;
4190
4190
  static names(): {
4191
4191
  [key: string]: string;
4192
4192
  };
@@ -4242,11 +4242,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
4242
4242
  });
4243
4243
  }
4244
4244
  export declare class UntagResourcesResponse extends $tea.Model {
4245
- headers: {
4245
+ headers?: {
4246
4246
  [key: string]: string;
4247
4247
  };
4248
- statusCode: number;
4249
- body: UntagResourcesResponseBody;
4248
+ statusCode?: number;
4249
+ body?: UntagResourcesResponseBody;
4250
4250
  static names(): {
4251
4251
  [key: string]: string;
4252
4252
  };
@@ -4258,10 +4258,10 @@ export declare class UntagResourcesResponse extends $tea.Model {
4258
4258
  });
4259
4259
  }
4260
4260
  export declare class UpdateContactGroupForAlertResponse extends $tea.Model {
4261
- headers: {
4261
+ headers?: {
4262
4262
  [key: string]: string;
4263
4263
  };
4264
- statusCode: number;
4264
+ statusCode?: number;
4265
4265
  static names(): {
4266
4266
  [key: string]: string;
4267
4267
  };
@@ -4302,11 +4302,11 @@ export declare class UpdateControlPlaneLogResponseBody extends $tea.Model {
4302
4302
  });
4303
4303
  }
4304
4304
  export declare class UpdateControlPlaneLogResponse extends $tea.Model {
4305
- headers: {
4305
+ headers?: {
4306
4306
  [key: string]: string;
4307
4307
  };
4308
- statusCode: number;
4309
- body: UpdateControlPlaneLogResponseBody;
4308
+ statusCode?: number;
4309
+ body?: UpdateControlPlaneLogResponseBody;
4310
4310
  static names(): {
4311
4311
  [key: string]: string;
4312
4312
  };
@@ -4331,10 +4331,10 @@ export declare class UpdateK8sClusterUserConfigExpireRequest extends $tea.Model
4331
4331
  });
4332
4332
  }
4333
4333
  export declare class UpdateK8sClusterUserConfigExpireResponse extends $tea.Model {
4334
- headers: {
4334
+ headers?: {
4335
4335
  [key: string]: string;
4336
4336
  };
4337
- statusCode: number;
4337
+ statusCode?: number;
4338
4338
  static names(): {
4339
4339
  [key: string]: string;
4340
4340
  };
@@ -4362,10 +4362,10 @@ export declare class UpdateTemplateRequest extends $tea.Model {
4362
4362
  });
4363
4363
  }
4364
4364
  export declare class UpdateTemplateResponse extends $tea.Model {
4365
- headers: {
4365
+ headers?: {
4366
4366
  [key: string]: string;
4367
4367
  };
4368
- statusCode: number;
4368
+ statusCode?: number;
4369
4369
  static names(): {
4370
4370
  [key: string]: string;
4371
4371
  };
@@ -4406,11 +4406,11 @@ export declare class UpgradeClusterResponseBody extends $tea.Model {
4406
4406
  });
4407
4407
  }
4408
4408
  export declare class UpgradeClusterResponse extends $tea.Model {
4409
- headers: {
4409
+ headers?: {
4410
4410
  [key: string]: string;
4411
4411
  };
4412
- statusCode: number;
4413
- body: UpgradeClusterResponseBody;
4412
+ statusCode?: number;
4413
+ body?: UpgradeClusterResponseBody;
4414
4414
  static names(): {
4415
4415
  [key: string]: string;
4416
4416
  };
@@ -4434,10 +4434,10 @@ export declare class UpgradeClusterAddonsRequest extends $tea.Model {
4434
4434
  });
4435
4435
  }
4436
4436
  export declare class UpgradeClusterAddonsResponse extends $tea.Model {
4437
- headers: {
4437
+ headers?: {
4438
4438
  [key: string]: string;
4439
4439
  };
4440
- statusCode: number;
4440
+ statusCode?: number;
4441
4441
  static names(): {
4442
4442
  [key: string]: string;
4443
4443
  };
@@ -4453,6 +4453,7 @@ export declare class UpgradeClusterNodepoolRequest extends $tea.Model {
4453
4453
  kubernetesVersion?: string;
4454
4454
  runtimeType?: string;
4455
4455
  runtimeVersion?: string;
4456
+ useReplace?: boolean;
4456
4457
  static names(): {
4457
4458
  [key: string]: string;
4458
4459
  };
@@ -4477,11 +4478,11 @@ export declare class UpgradeClusterNodepoolResponseBody extends $tea.Model {
4477
4478
  });
4478
4479
  }
4479
4480
  export declare class UpgradeClusterNodepoolResponse extends $tea.Model {
4480
- headers: {
4481
+ headers?: {
4481
4482
  [key: string]: string;
4482
4483
  };
4483
- statusCode: number;
4484
- body: UpgradeClusterNodepoolResponseBody;
4484
+ statusCode?: number;
4485
+ body?: UpgradeClusterNodepoolResponseBody;
4485
4486
  static names(): {
4486
4487
  [key: string]: string;
4487
4488
  };