@alicloud/sae20190506 1.18.16 → 1.20.1

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/src/client.ts CHANGED
@@ -66,10 +66,12 @@ export class AbortAndRollbackChangeOrderResponseBody extends $tea.Model {
66
66
 
67
67
  export class AbortAndRollbackChangeOrderResponse extends $tea.Model {
68
68
  headers: { [key: string]: string };
69
+ statusCode: number;
69
70
  body: AbortAndRollbackChangeOrderResponseBody;
70
71
  static names(): { [key: string]: string } {
71
72
  return {
72
73
  headers: 'headers',
74
+ statusCode: 'statusCode',
73
75
  body: 'body',
74
76
  };
75
77
  }
@@ -77,6 +79,7 @@ export class AbortAndRollbackChangeOrderResponse extends $tea.Model {
77
79
  static types(): { [key: string]: any } {
78
80
  return {
79
81
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
82
+ statusCode: 'number',
80
83
  body: AbortAndRollbackChangeOrderResponseBody,
81
84
  };
82
85
  }
@@ -144,10 +147,12 @@ export class AbortChangeOrderResponseBody extends $tea.Model {
144
147
 
145
148
  export class AbortChangeOrderResponse extends $tea.Model {
146
149
  headers: { [key: string]: string };
150
+ statusCode: number;
147
151
  body: AbortChangeOrderResponseBody;
148
152
  static names(): { [key: string]: string } {
149
153
  return {
150
154
  headers: 'headers',
155
+ statusCode: 'statusCode',
151
156
  body: 'body',
152
157
  };
153
158
  }
@@ -155,6 +160,7 @@ export class AbortChangeOrderResponse extends $tea.Model {
155
160
  static types(): { [key: string]: any } {
156
161
  return {
157
162
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
163
+ statusCode: 'number',
158
164
  body: AbortChangeOrderResponseBody,
159
165
  };
160
166
  }
@@ -225,10 +231,12 @@ export class BatchStartApplicationsResponseBody extends $tea.Model {
225
231
 
226
232
  export class BatchStartApplicationsResponse extends $tea.Model {
227
233
  headers: { [key: string]: string };
234
+ statusCode: number;
228
235
  body: BatchStartApplicationsResponseBody;
229
236
  static names(): { [key: string]: string } {
230
237
  return {
231
238
  headers: 'headers',
239
+ statusCode: 'statusCode',
232
240
  body: 'body',
233
241
  };
234
242
  }
@@ -236,6 +244,7 @@ export class BatchStartApplicationsResponse extends $tea.Model {
236
244
  static types(): { [key: string]: any } {
237
245
  return {
238
246
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
247
+ statusCode: 'number',
239
248
  body: BatchStartApplicationsResponseBody,
240
249
  };
241
250
  }
@@ -306,10 +315,12 @@ export class BatchStopApplicationsResponseBody extends $tea.Model {
306
315
 
307
316
  export class BatchStopApplicationsResponse extends $tea.Model {
308
317
  headers: { [key: string]: string };
318
+ statusCode: number;
309
319
  body: BatchStopApplicationsResponseBody;
310
320
  static names(): { [key: string]: string } {
311
321
  return {
312
322
  headers: 'headers',
323
+ statusCode: 'statusCode',
313
324
  body: 'body',
314
325
  };
315
326
  }
@@ -317,6 +328,7 @@ export class BatchStopApplicationsResponse extends $tea.Model {
317
328
  static types(): { [key: string]: any } {
318
329
  return {
319
330
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
331
+ statusCode: 'number',
320
332
  body: BatchStopApplicationsResponseBody,
321
333
  };
322
334
  }
@@ -396,10 +408,12 @@ export class BindSlbResponseBody extends $tea.Model {
396
408
 
397
409
  export class BindSlbResponse extends $tea.Model {
398
410
  headers: { [key: string]: string };
411
+ statusCode: number;
399
412
  body: BindSlbResponseBody;
400
413
  static names(): { [key: string]: string } {
401
414
  return {
402
415
  headers: 'headers',
416
+ statusCode: 'statusCode',
403
417
  body: 'body',
404
418
  };
405
419
  }
@@ -407,6 +421,7 @@ export class BindSlbResponse extends $tea.Model {
407
421
  static types(): { [key: string]: any } {
408
422
  return {
409
423
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
424
+ statusCode: 'number',
410
425
  body: BindSlbResponseBody,
411
426
  };
412
427
  }
@@ -477,10 +492,12 @@ export class ConfirmPipelineBatchResponseBody extends $tea.Model {
477
492
 
478
493
  export class ConfirmPipelineBatchResponse extends $tea.Model {
479
494
  headers: { [key: string]: string };
495
+ statusCode: number;
480
496
  body: ConfirmPipelineBatchResponseBody;
481
497
  static names(): { [key: string]: string } {
482
498
  return {
483
499
  headers: 'headers',
500
+ statusCode: 'statusCode',
484
501
  body: 'body',
485
502
  };
486
503
  }
@@ -488,6 +505,7 @@ export class ConfirmPipelineBatchResponse extends $tea.Model {
488
505
  static types(): { [key: string]: any } {
489
506
  return {
490
507
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
508
+ statusCode: 'number',
491
509
  body: ConfirmPipelineBatchResponseBody,
492
510
  };
493
511
  }
@@ -516,12 +534,17 @@ export class CreateApplicationRequest extends $tea.Model {
516
534
  jarStartArgs?: string;
517
535
  jarStartOptions?: string;
518
536
  jdk?: string;
537
+ kafkaConfigs?: string;
538
+ kafkaEndpoint?: string;
539
+ kafkaInstanceId?: string;
540
+ kafkaLogfileConfig?: string;
519
541
  liveness?: string;
520
542
  memory?: number;
521
543
  mountDesc?: string;
522
544
  mountHost?: string;
523
545
  namespaceId?: string;
524
546
  nasId?: string;
547
+ openCollectToKafka?: boolean;
525
548
  ossAkId?: string;
526
549
  ossAkSecret?: string;
527
550
  ossMountDescs?: string;
@@ -533,6 +556,7 @@ export class CreateApplicationRequest extends $tea.Model {
533
556
  phpConfigLocation?: string;
534
557
  postStart?: string;
535
558
  preStop?: string;
559
+ programmingLanguage?: string;
536
560
  readiness?: string;
537
561
  replicas?: number;
538
562
  securityGroupId?: string;
@@ -564,12 +588,17 @@ export class CreateApplicationRequest extends $tea.Model {
564
588
  jarStartArgs: 'JarStartArgs',
565
589
  jarStartOptions: 'JarStartOptions',
566
590
  jdk: 'Jdk',
591
+ kafkaConfigs: 'KafkaConfigs',
592
+ kafkaEndpoint: 'KafkaEndpoint',
593
+ kafkaInstanceId: 'KafkaInstanceId',
594
+ kafkaLogfileConfig: 'KafkaLogfileConfig',
567
595
  liveness: 'Liveness',
568
596
  memory: 'Memory',
569
597
  mountDesc: 'MountDesc',
570
598
  mountHost: 'MountHost',
571
599
  namespaceId: 'NamespaceId',
572
600
  nasId: 'NasId',
601
+ openCollectToKafka: 'OpenCollectToKafka',
573
602
  ossAkId: 'OssAkId',
574
603
  ossAkSecret: 'OssAkSecret',
575
604
  ossMountDescs: 'OssMountDescs',
@@ -581,6 +610,7 @@ export class CreateApplicationRequest extends $tea.Model {
581
610
  phpConfigLocation: 'PhpConfigLocation',
582
611
  postStart: 'PostStart',
583
612
  preStop: 'PreStop',
613
+ programmingLanguage: 'ProgrammingLanguage',
584
614
  readiness: 'Readiness',
585
615
  replicas: 'Replicas',
586
616
  securityGroupId: 'SecurityGroupId',
@@ -615,12 +645,17 @@ export class CreateApplicationRequest extends $tea.Model {
615
645
  jarStartArgs: 'string',
616
646
  jarStartOptions: 'string',
617
647
  jdk: 'string',
648
+ kafkaConfigs: 'string',
649
+ kafkaEndpoint: 'string',
650
+ kafkaInstanceId: 'string',
651
+ kafkaLogfileConfig: 'string',
618
652
  liveness: 'string',
619
653
  memory: 'number',
620
654
  mountDesc: 'string',
621
655
  mountHost: 'string',
622
656
  namespaceId: 'string',
623
657
  nasId: 'string',
658
+ openCollectToKafka: 'boolean',
624
659
  ossAkId: 'string',
625
660
  ossAkSecret: 'string',
626
661
  ossMountDescs: 'string',
@@ -632,6 +667,7 @@ export class CreateApplicationRequest extends $tea.Model {
632
667
  phpConfigLocation: 'string',
633
668
  postStart: 'string',
634
669
  preStop: 'string',
670
+ programmingLanguage: 'string',
635
671
  readiness: 'string',
636
672
  replicas: 'number',
637
673
  securityGroupId: 'string',
@@ -690,10 +726,12 @@ export class CreateApplicationResponseBody extends $tea.Model {
690
726
 
691
727
  export class CreateApplicationResponse extends $tea.Model {
692
728
  headers: { [key: string]: string };
729
+ statusCode: number;
693
730
  body: CreateApplicationResponseBody;
694
731
  static names(): { [key: string]: string } {
695
732
  return {
696
733
  headers: 'headers',
734
+ statusCode: 'statusCode',
697
735
  body: 'body',
698
736
  };
699
737
  }
@@ -701,6 +739,7 @@ export class CreateApplicationResponse extends $tea.Model {
701
739
  static types(): { [key: string]: any } {
702
740
  return {
703
741
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
742
+ statusCode: 'number',
704
743
  body: CreateApplicationResponseBody,
705
744
  };
706
745
  }
@@ -777,10 +816,12 @@ export class CreateApplicationScalingRuleResponseBody extends $tea.Model {
777
816
 
778
817
  export class CreateApplicationScalingRuleResponse extends $tea.Model {
779
818
  headers: { [key: string]: string };
819
+ statusCode: number;
780
820
  body: CreateApplicationScalingRuleResponseBody;
781
821
  static names(): { [key: string]: string } {
782
822
  return {
783
823
  headers: 'headers',
824
+ statusCode: 'statusCode',
784
825
  body: 'body',
785
826
  };
786
827
  }
@@ -788,6 +829,7 @@ export class CreateApplicationScalingRuleResponse extends $tea.Model {
788
829
  static types(): { [key: string]: any } {
789
830
  return {
790
831
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
832
+ statusCode: 'number',
791
833
  body: CreateApplicationScalingRuleResponseBody,
792
834
  };
793
835
  }
@@ -864,10 +906,12 @@ export class CreateConfigMapResponseBody extends $tea.Model {
864
906
 
865
907
  export class CreateConfigMapResponse extends $tea.Model {
866
908
  headers: { [key: string]: string };
909
+ statusCode: number;
867
910
  body: CreateConfigMapResponseBody;
868
911
  static names(): { [key: string]: string } {
869
912
  return {
870
913
  headers: 'headers',
914
+ statusCode: 'statusCode',
871
915
  body: 'body',
872
916
  };
873
917
  }
@@ -875,6 +919,7 @@ export class CreateConfigMapResponse extends $tea.Model {
875
919
  static types(): { [key: string]: any } {
876
920
  return {
877
921
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
922
+ statusCode: 'number',
878
923
  body: CreateConfigMapResponseBody,
879
924
  };
880
925
  }
@@ -954,10 +999,12 @@ export class CreateGreyTagRouteResponseBody extends $tea.Model {
954
999
 
955
1000
  export class CreateGreyTagRouteResponse extends $tea.Model {
956
1001
  headers: { [key: string]: string };
1002
+ statusCode: number;
957
1003
  body: CreateGreyTagRouteResponseBody;
958
1004
  static names(): { [key: string]: string } {
959
1005
  return {
960
1006
  headers: 'headers',
1007
+ statusCode: 'statusCode',
961
1008
  body: 'body',
962
1009
  };
963
1010
  }
@@ -965,6 +1012,7 @@ export class CreateGreyTagRouteResponse extends $tea.Model {
965
1012
  static types(): { [key: string]: any } {
966
1013
  return {
967
1014
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1015
+ statusCode: 'number',
968
1016
  body: CreateGreyTagRouteResponseBody,
969
1017
  };
970
1018
  }
@@ -979,6 +1027,8 @@ export class CreateIngressRequest extends $tea.Model {
979
1027
  defaultRule?: string;
980
1028
  description?: string;
981
1029
  listenerPort?: number;
1030
+ listenerProtocol?: string;
1031
+ loadBalanceType?: string;
982
1032
  namespaceId?: string;
983
1033
  rules?: string;
984
1034
  slbId?: string;
@@ -988,6 +1038,8 @@ export class CreateIngressRequest extends $tea.Model {
988
1038
  defaultRule: 'DefaultRule',
989
1039
  description: 'Description',
990
1040
  listenerPort: 'ListenerPort',
1041
+ listenerProtocol: 'ListenerProtocol',
1042
+ loadBalanceType: 'LoadBalanceType',
991
1043
  namespaceId: 'NamespaceId',
992
1044
  rules: 'Rules',
993
1045
  slbId: 'SlbId',
@@ -1000,6 +1052,8 @@ export class CreateIngressRequest extends $tea.Model {
1000
1052
  defaultRule: 'string',
1001
1053
  description: 'string',
1002
1054
  listenerPort: 'number',
1055
+ listenerProtocol: 'string',
1056
+ loadBalanceType: 'string',
1003
1057
  namespaceId: 'string',
1004
1058
  rules: 'string',
1005
1059
  slbId: 'string',
@@ -1050,10 +1104,12 @@ export class CreateIngressResponseBody extends $tea.Model {
1050
1104
 
1051
1105
  export class CreateIngressResponse extends $tea.Model {
1052
1106
  headers: { [key: string]: string };
1107
+ statusCode: number;
1053
1108
  body: CreateIngressResponseBody;
1054
1109
  static names(): { [key: string]: string } {
1055
1110
  return {
1056
1111
  headers: 'headers',
1112
+ statusCode: 'statusCode',
1057
1113
  body: 'body',
1058
1114
  };
1059
1115
  }
@@ -1061,6 +1117,7 @@ export class CreateIngressResponse extends $tea.Model {
1061
1117
  static types(): { [key: string]: any } {
1062
1118
  return {
1063
1119
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1120
+ statusCode: 'number',
1064
1121
  body: CreateIngressResponseBody,
1065
1122
  };
1066
1123
  }
@@ -1134,10 +1191,12 @@ export class CreateNamespaceResponseBody extends $tea.Model {
1134
1191
 
1135
1192
  export class CreateNamespaceResponse extends $tea.Model {
1136
1193
  headers: { [key: string]: string };
1194
+ statusCode: number;
1137
1195
  body: CreateNamespaceResponseBody;
1138
1196
  static names(): { [key: string]: string } {
1139
1197
  return {
1140
1198
  headers: 'headers',
1199
+ statusCode: 'statusCode',
1141
1200
  body: 'body',
1142
1201
  };
1143
1202
  }
@@ -1145,6 +1204,7 @@ export class CreateNamespaceResponse extends $tea.Model {
1145
1204
  static types(): { [key: string]: any } {
1146
1205
  return {
1147
1206
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1207
+ statusCode: 'number',
1148
1208
  body: CreateNamespaceResponseBody,
1149
1209
  };
1150
1210
  }
@@ -1212,10 +1272,12 @@ export class DeleteApplicationResponseBody extends $tea.Model {
1212
1272
 
1213
1273
  export class DeleteApplicationResponse extends $tea.Model {
1214
1274
  headers: { [key: string]: string };
1275
+ statusCode: number;
1215
1276
  body: DeleteApplicationResponseBody;
1216
1277
  static names(): { [key: string]: string } {
1217
1278
  return {
1218
1279
  headers: 'headers',
1280
+ statusCode: 'statusCode',
1219
1281
  body: 'body',
1220
1282
  };
1221
1283
  }
@@ -1223,6 +1285,7 @@ export class DeleteApplicationResponse extends $tea.Model {
1223
1285
  static types(): { [key: string]: any } {
1224
1286
  return {
1225
1287
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1288
+ statusCode: 'number',
1226
1289
  body: DeleteApplicationResponseBody,
1227
1290
  };
1228
1291
  }
@@ -1278,10 +1341,12 @@ export class DeleteApplicationScalingRuleResponseBody extends $tea.Model {
1278
1341
 
1279
1342
  export class DeleteApplicationScalingRuleResponse extends $tea.Model {
1280
1343
  headers: { [key: string]: string };
1344
+ statusCode: number;
1281
1345
  body: DeleteApplicationScalingRuleResponseBody;
1282
1346
  static names(): { [key: string]: string } {
1283
1347
  return {
1284
1348
  headers: 'headers',
1349
+ statusCode: 'statusCode',
1285
1350
  body: 'body',
1286
1351
  };
1287
1352
  }
@@ -1289,6 +1354,7 @@ export class DeleteApplicationScalingRuleResponse extends $tea.Model {
1289
1354
  static types(): { [key: string]: any } {
1290
1355
  return {
1291
1356
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1357
+ statusCode: 'number',
1292
1358
  body: DeleteApplicationScalingRuleResponseBody,
1293
1359
  };
1294
1360
  }
@@ -1356,10 +1422,12 @@ export class DeleteConfigMapResponseBody extends $tea.Model {
1356
1422
 
1357
1423
  export class DeleteConfigMapResponse extends $tea.Model {
1358
1424
  headers: { [key: string]: string };
1425
+ statusCode: number;
1359
1426
  body: DeleteConfigMapResponseBody;
1360
1427
  static names(): { [key: string]: string } {
1361
1428
  return {
1362
1429
  headers: 'headers',
1430
+ statusCode: 'statusCode',
1363
1431
  body: 'body',
1364
1432
  };
1365
1433
  }
@@ -1367,6 +1435,7 @@ export class DeleteConfigMapResponse extends $tea.Model {
1367
1435
  static types(): { [key: string]: any } {
1368
1436
  return {
1369
1437
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1438
+ statusCode: 'number',
1370
1439
  body: DeleteConfigMapResponseBody,
1371
1440
  };
1372
1441
  }
@@ -1434,10 +1503,12 @@ export class DeleteGreyTagRouteResponseBody extends $tea.Model {
1434
1503
 
1435
1504
  export class DeleteGreyTagRouteResponse extends $tea.Model {
1436
1505
  headers: { [key: string]: string };
1506
+ statusCode: number;
1437
1507
  body: DeleteGreyTagRouteResponseBody;
1438
1508
  static names(): { [key: string]: string } {
1439
1509
  return {
1440
1510
  headers: 'headers',
1511
+ statusCode: 'statusCode',
1441
1512
  body: 'body',
1442
1513
  };
1443
1514
  }
@@ -1445,6 +1516,7 @@ export class DeleteGreyTagRouteResponse extends $tea.Model {
1445
1516
  static types(): { [key: string]: any } {
1446
1517
  return {
1447
1518
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1519
+ statusCode: 'number',
1448
1520
  body: DeleteGreyTagRouteResponseBody,
1449
1521
  };
1450
1522
  }
@@ -1512,10 +1584,12 @@ export class DeleteIngressResponseBody extends $tea.Model {
1512
1584
 
1513
1585
  export class DeleteIngressResponse extends $tea.Model {
1514
1586
  headers: { [key: string]: string };
1587
+ statusCode: number;
1515
1588
  body: DeleteIngressResponseBody;
1516
1589
  static names(): { [key: string]: string } {
1517
1590
  return {
1518
1591
  headers: 'headers',
1592
+ statusCode: 'statusCode',
1519
1593
  body: 'body',
1520
1594
  };
1521
1595
  }
@@ -1523,6 +1597,7 @@ export class DeleteIngressResponse extends $tea.Model {
1523
1597
  static types(): { [key: string]: any } {
1524
1598
  return {
1525
1599
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1600
+ statusCode: 'number',
1526
1601
  body: DeleteIngressResponseBody,
1527
1602
  };
1528
1603
  }
@@ -1587,10 +1662,12 @@ export class DeleteNamespaceResponseBody extends $tea.Model {
1587
1662
 
1588
1663
  export class DeleteNamespaceResponse extends $tea.Model {
1589
1664
  headers: { [key: string]: string };
1665
+ statusCode: number;
1590
1666
  body: DeleteNamespaceResponseBody;
1591
1667
  static names(): { [key: string]: string } {
1592
1668
  return {
1593
1669
  headers: 'headers',
1670
+ statusCode: 'statusCode',
1594
1671
  body: 'body',
1595
1672
  };
1596
1673
  }
@@ -1598,6 +1675,7 @@ export class DeleteNamespaceResponse extends $tea.Model {
1598
1675
  static types(): { [key: string]: any } {
1599
1676
  return {
1600
1677
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1678
+ statusCode: 'number',
1601
1679
  body: DeleteNamespaceResponseBody,
1602
1680
  };
1603
1681
  }
@@ -1627,12 +1705,17 @@ export class DeployApplicationRequest extends $tea.Model {
1627
1705
  jarStartArgs?: string;
1628
1706
  jarStartOptions?: string;
1629
1707
  jdk?: string;
1708
+ kafkaConfigs?: string;
1709
+ kafkaEndpoint?: string;
1710
+ kafkaInstanceId?: string;
1711
+ kafkaLogfileConfig?: string;
1630
1712
  liveness?: string;
1631
1713
  minReadyInstanceRatio?: number;
1632
1714
  minReadyInstances?: number;
1633
1715
  mountDesc?: string;
1634
1716
  mountHost?: string;
1635
1717
  nasId?: string;
1718
+ openCollectToKafka?: boolean;
1636
1719
  ossAkId?: string;
1637
1720
  ossAkSecret?: string;
1638
1721
  ossMountDescs?: string;
@@ -1672,12 +1755,17 @@ export class DeployApplicationRequest extends $tea.Model {
1672
1755
  jarStartArgs: 'JarStartArgs',
1673
1756
  jarStartOptions: 'JarStartOptions',
1674
1757
  jdk: 'Jdk',
1758
+ kafkaConfigs: 'KafkaConfigs',
1759
+ kafkaEndpoint: 'KafkaEndpoint',
1760
+ kafkaInstanceId: 'KafkaInstanceId',
1761
+ kafkaLogfileConfig: 'KafkaLogfileConfig',
1675
1762
  liveness: 'Liveness',
1676
1763
  minReadyInstanceRatio: 'MinReadyInstanceRatio',
1677
1764
  minReadyInstances: 'MinReadyInstances',
1678
1765
  mountDesc: 'MountDesc',
1679
1766
  mountHost: 'MountHost',
1680
1767
  nasId: 'NasId',
1768
+ openCollectToKafka: 'OpenCollectToKafka',
1681
1769
  ossAkId: 'OssAkId',
1682
1770
  ossAkSecret: 'OssAkSecret',
1683
1771
  ossMountDescs: 'OssMountDescs',
@@ -1720,12 +1808,17 @@ export class DeployApplicationRequest extends $tea.Model {
1720
1808
  jarStartArgs: 'string',
1721
1809
  jarStartOptions: 'string',
1722
1810
  jdk: 'string',
1811
+ kafkaConfigs: 'string',
1812
+ kafkaEndpoint: 'string',
1813
+ kafkaInstanceId: 'string',
1814
+ kafkaLogfileConfig: 'string',
1723
1815
  liveness: 'string',
1724
1816
  minReadyInstanceRatio: 'number',
1725
1817
  minReadyInstances: 'number',
1726
1818
  mountDesc: 'string',
1727
1819
  mountHost: 'string',
1728
1820
  nasId: 'string',
1821
+ openCollectToKafka: 'boolean',
1729
1822
  ossAkId: 'string',
1730
1823
  ossAkSecret: 'string',
1731
1824
  ossMountDescs: 'string',
@@ -1791,10 +1884,12 @@ export class DeployApplicationResponseBody extends $tea.Model {
1791
1884
 
1792
1885
  export class DeployApplicationResponse extends $tea.Model {
1793
1886
  headers: { [key: string]: string };
1887
+ statusCode: number;
1794
1888
  body: DeployApplicationResponseBody;
1795
1889
  static names(): { [key: string]: string } {
1796
1890
  return {
1797
1891
  headers: 'headers',
1892
+ statusCode: 'statusCode',
1798
1893
  body: 'body',
1799
1894
  };
1800
1895
  }
@@ -1802,6 +1897,7 @@ export class DeployApplicationResponse extends $tea.Model {
1802
1897
  static types(): { [key: string]: any } {
1803
1898
  return {
1804
1899
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1900
+ statusCode: 'number',
1805
1901
  body: DeployApplicationResponseBody,
1806
1902
  };
1807
1903
  }
@@ -1881,10 +1977,12 @@ export class DescribeAppServiceDetailResponseBody extends $tea.Model {
1881
1977
 
1882
1978
  export class DescribeAppServiceDetailResponse extends $tea.Model {
1883
1979
  headers: { [key: string]: string };
1980
+ statusCode: number;
1884
1981
  body: DescribeAppServiceDetailResponseBody;
1885
1982
  static names(): { [key: string]: string } {
1886
1983
  return {
1887
1984
  headers: 'headers',
1985
+ statusCode: 'statusCode',
1888
1986
  body: 'body',
1889
1987
  };
1890
1988
  }
@@ -1892,6 +1990,7 @@ export class DescribeAppServiceDetailResponse extends $tea.Model {
1892
1990
  static types(): { [key: string]: any } {
1893
1991
  return {
1894
1992
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1993
+ statusCode: 'number',
1895
1994
  body: DescribeAppServiceDetailResponseBody,
1896
1995
  };
1897
1996
  }
@@ -1962,10 +2061,12 @@ export class DescribeApplicationConfigResponseBody extends $tea.Model {
1962
2061
 
1963
2062
  export class DescribeApplicationConfigResponse extends $tea.Model {
1964
2063
  headers: { [key: string]: string };
2064
+ statusCode: number;
1965
2065
  body: DescribeApplicationConfigResponseBody;
1966
2066
  static names(): { [key: string]: string } {
1967
2067
  return {
1968
2068
  headers: 'headers',
2069
+ statusCode: 'statusCode',
1969
2070
  body: 'body',
1970
2071
  };
1971
2072
  }
@@ -1973,6 +2074,7 @@ export class DescribeApplicationConfigResponse extends $tea.Model {
1973
2074
  static types(): { [key: string]: any } {
1974
2075
  return {
1975
2076
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2077
+ statusCode: 'number',
1976
2078
  body: DescribeApplicationConfigResponseBody,
1977
2079
  };
1978
2080
  }
@@ -2046,10 +2148,12 @@ export class DescribeApplicationGroupsResponseBody extends $tea.Model {
2046
2148
 
2047
2149
  export class DescribeApplicationGroupsResponse extends $tea.Model {
2048
2150
  headers: { [key: string]: string };
2151
+ statusCode: number;
2049
2152
  body: DescribeApplicationGroupsResponseBody;
2050
2153
  static names(): { [key: string]: string } {
2051
2154
  return {
2052
2155
  headers: 'headers',
2156
+ statusCode: 'statusCode',
2053
2157
  body: 'body',
2054
2158
  };
2055
2159
  }
@@ -2057,6 +2161,7 @@ export class DescribeApplicationGroupsResponse extends $tea.Model {
2057
2161
  static types(): { [key: string]: any } {
2058
2162
  return {
2059
2163
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2164
+ statusCode: 'number',
2060
2165
  body: DescribeApplicationGroupsResponseBody,
2061
2166
  };
2062
2167
  }
@@ -2127,10 +2232,12 @@ export class DescribeApplicationImageResponseBody extends $tea.Model {
2127
2232
 
2128
2233
  export class DescribeApplicationImageResponse extends $tea.Model {
2129
2234
  headers: { [key: string]: string };
2235
+ statusCode: number;
2130
2236
  body: DescribeApplicationImageResponseBody;
2131
2237
  static names(): { [key: string]: string } {
2132
2238
  return {
2133
2239
  headers: 'headers',
2240
+ statusCode: 'statusCode',
2134
2241
  body: 'body',
2135
2242
  };
2136
2243
  }
@@ -2138,6 +2245,7 @@ export class DescribeApplicationImageResponse extends $tea.Model {
2138
2245
  static types(): { [key: string]: any } {
2139
2246
  return {
2140
2247
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2248
+ statusCode: 'number',
2141
2249
  body: DescribeApplicationImageResponseBody,
2142
2250
  };
2143
2251
  }
@@ -2217,10 +2325,12 @@ export class DescribeApplicationInstancesResponseBody extends $tea.Model {
2217
2325
 
2218
2326
  export class DescribeApplicationInstancesResponse extends $tea.Model {
2219
2327
  headers: { [key: string]: string };
2328
+ statusCode: number;
2220
2329
  body: DescribeApplicationInstancesResponseBody;
2221
2330
  static names(): { [key: string]: string } {
2222
2331
  return {
2223
2332
  headers: 'headers',
2333
+ statusCode: 'statusCode',
2224
2334
  body: 'body',
2225
2335
  };
2226
2336
  }
@@ -2228,6 +2338,7 @@ export class DescribeApplicationInstancesResponse extends $tea.Model {
2228
2338
  static types(): { [key: string]: any } {
2229
2339
  return {
2230
2340
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2341
+ statusCode: 'number',
2231
2342
  body: DescribeApplicationInstancesResponseBody,
2232
2343
  };
2233
2344
  }
@@ -2286,10 +2397,12 @@ export class DescribeApplicationScalingRuleResponseBody extends $tea.Model {
2286
2397
 
2287
2398
  export class DescribeApplicationScalingRuleResponse extends $tea.Model {
2288
2399
  headers: { [key: string]: string };
2400
+ statusCode: number;
2289
2401
  body: DescribeApplicationScalingRuleResponseBody;
2290
2402
  static names(): { [key: string]: string } {
2291
2403
  return {
2292
2404
  headers: 'headers',
2405
+ statusCode: 'statusCode',
2293
2406
  body: 'body',
2294
2407
  };
2295
2408
  }
@@ -2297,6 +2410,7 @@ export class DescribeApplicationScalingRuleResponse extends $tea.Model {
2297
2410
  static types(): { [key: string]: any } {
2298
2411
  return {
2299
2412
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2413
+ statusCode: 'number',
2300
2414
  body: DescribeApplicationScalingRuleResponseBody,
2301
2415
  };
2302
2416
  }
@@ -2352,10 +2466,12 @@ export class DescribeApplicationScalingRulesResponseBody extends $tea.Model {
2352
2466
 
2353
2467
  export class DescribeApplicationScalingRulesResponse extends $tea.Model {
2354
2468
  headers: { [key: string]: string };
2469
+ statusCode: number;
2355
2470
  body: DescribeApplicationScalingRulesResponseBody;
2356
2471
  static names(): { [key: string]: string } {
2357
2472
  return {
2358
2473
  headers: 'headers',
2474
+ statusCode: 'statusCode',
2359
2475
  body: 'body',
2360
2476
  };
2361
2477
  }
@@ -2363,6 +2479,7 @@ export class DescribeApplicationScalingRulesResponse extends $tea.Model {
2363
2479
  static types(): { [key: string]: any } {
2364
2480
  return {
2365
2481
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2482
+ statusCode: 'number',
2366
2483
  body: DescribeApplicationScalingRulesResponseBody,
2367
2484
  };
2368
2485
  }
@@ -2430,10 +2547,12 @@ export class DescribeApplicationSlbsResponseBody extends $tea.Model {
2430
2547
 
2431
2548
  export class DescribeApplicationSlbsResponse extends $tea.Model {
2432
2549
  headers: { [key: string]: string };
2550
+ statusCode: number;
2433
2551
  body: DescribeApplicationSlbsResponseBody;
2434
2552
  static names(): { [key: string]: string } {
2435
2553
  return {
2436
2554
  headers: 'headers',
2555
+ statusCode: 'statusCode',
2437
2556
  body: 'body',
2438
2557
  };
2439
2558
  }
@@ -2441,6 +2560,7 @@ export class DescribeApplicationSlbsResponse extends $tea.Model {
2441
2560
  static types(): { [key: string]: any } {
2442
2561
  return {
2443
2562
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2563
+ statusCode: 'number',
2444
2564
  body: DescribeApplicationSlbsResponseBody,
2445
2565
  };
2446
2566
  }
@@ -2508,10 +2628,12 @@ export class DescribeApplicationStatusResponseBody extends $tea.Model {
2508
2628
 
2509
2629
  export class DescribeApplicationStatusResponse extends $tea.Model {
2510
2630
  headers: { [key: string]: string };
2631
+ statusCode: number;
2511
2632
  body: DescribeApplicationStatusResponseBody;
2512
2633
  static names(): { [key: string]: string } {
2513
2634
  return {
2514
2635
  headers: 'headers',
2636
+ statusCode: 'statusCode',
2515
2637
  body: 'body',
2516
2638
  };
2517
2639
  }
@@ -2519,6 +2641,7 @@ export class DescribeApplicationStatusResponse extends $tea.Model {
2519
2641
  static types(): { [key: string]: any } {
2520
2642
  return {
2521
2643
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2644
+ statusCode: 'number',
2522
2645
  body: DescribeApplicationStatusResponseBody,
2523
2646
  };
2524
2647
  }
@@ -2586,10 +2709,12 @@ export class DescribeChangeOrderResponseBody extends $tea.Model {
2586
2709
 
2587
2710
  export class DescribeChangeOrderResponse extends $tea.Model {
2588
2711
  headers: { [key: string]: string };
2712
+ statusCode: number;
2589
2713
  body: DescribeChangeOrderResponseBody;
2590
2714
  static names(): { [key: string]: string } {
2591
2715
  return {
2592
2716
  headers: 'headers',
2717
+ statusCode: 'statusCode',
2593
2718
  body: 'body',
2594
2719
  };
2595
2720
  }
@@ -2597,6 +2722,7 @@ export class DescribeChangeOrderResponse extends $tea.Model {
2597
2722
  static types(): { [key: string]: any } {
2598
2723
  return {
2599
2724
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2725
+ statusCode: 'number',
2600
2726
  body: DescribeChangeOrderResponseBody,
2601
2727
  };
2602
2728
  }
@@ -2667,10 +2793,12 @@ export class DescribeComponentsResponseBody extends $tea.Model {
2667
2793
 
2668
2794
  export class DescribeComponentsResponse extends $tea.Model {
2669
2795
  headers: { [key: string]: string };
2796
+ statusCode: number;
2670
2797
  body: DescribeComponentsResponseBody;
2671
2798
  static names(): { [key: string]: string } {
2672
2799
  return {
2673
2800
  headers: 'headers',
2801
+ statusCode: 'statusCode',
2674
2802
  body: 'body',
2675
2803
  };
2676
2804
  }
@@ -2678,6 +2806,7 @@ export class DescribeComponentsResponse extends $tea.Model {
2678
2806
  static types(): { [key: string]: any } {
2679
2807
  return {
2680
2808
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2809
+ statusCode: 'number',
2681
2810
  body: DescribeComponentsResponseBody,
2682
2811
  };
2683
2812
  }
@@ -2745,10 +2874,12 @@ export class DescribeConfigMapResponseBody extends $tea.Model {
2745
2874
 
2746
2875
  export class DescribeConfigMapResponse extends $tea.Model {
2747
2876
  headers: { [key: string]: string };
2877
+ statusCode: number;
2748
2878
  body: DescribeConfigMapResponseBody;
2749
2879
  static names(): { [key: string]: string } {
2750
2880
  return {
2751
2881
  headers: 'headers',
2882
+ statusCode: 'statusCode',
2752
2883
  body: 'body',
2753
2884
  };
2754
2885
  }
@@ -2756,6 +2887,7 @@ export class DescribeConfigMapResponse extends $tea.Model {
2756
2887
  static types(): { [key: string]: any } {
2757
2888
  return {
2758
2889
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2890
+ statusCode: 'number',
2759
2891
  body: DescribeConfigMapResponseBody,
2760
2892
  };
2761
2893
  }
@@ -2826,10 +2958,12 @@ export class DescribeConfigurationPriceResponseBody extends $tea.Model {
2826
2958
 
2827
2959
  export class DescribeConfigurationPriceResponse extends $tea.Model {
2828
2960
  headers: { [key: string]: string };
2961
+ statusCode: number;
2829
2962
  body: DescribeConfigurationPriceResponseBody;
2830
2963
  static names(): { [key: string]: string } {
2831
2964
  return {
2832
2965
  headers: 'headers',
2966
+ statusCode: 'statusCode',
2833
2967
  body: 'body',
2834
2968
  };
2835
2969
  }
@@ -2837,6 +2971,7 @@ export class DescribeConfigurationPriceResponse extends $tea.Model {
2837
2971
  static types(): { [key: string]: any } {
2838
2972
  return {
2839
2973
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2974
+ statusCode: 'number',
2840
2975
  body: DescribeConfigurationPriceResponseBody,
2841
2976
  };
2842
2977
  }
@@ -2885,10 +3020,12 @@ export class DescribeEdasContainersResponseBody extends $tea.Model {
2885
3020
 
2886
3021
  export class DescribeEdasContainersResponse extends $tea.Model {
2887
3022
  headers: { [key: string]: string };
3023
+ statusCode: number;
2888
3024
  body: DescribeEdasContainersResponseBody;
2889
3025
  static names(): { [key: string]: string } {
2890
3026
  return {
2891
3027
  headers: 'headers',
3028
+ statusCode: 'statusCode',
2892
3029
  body: 'body',
2893
3030
  };
2894
3031
  }
@@ -2896,6 +3033,7 @@ export class DescribeEdasContainersResponse extends $tea.Model {
2896
3033
  static types(): { [key: string]: any } {
2897
3034
  return {
2898
3035
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3036
+ statusCode: 'number',
2899
3037
  body: DescribeEdasContainersResponseBody,
2900
3038
  };
2901
3039
  }
@@ -2963,10 +3101,12 @@ export class DescribeGreyTagRouteResponseBody extends $tea.Model {
2963
3101
 
2964
3102
  export class DescribeGreyTagRouteResponse extends $tea.Model {
2965
3103
  headers: { [key: string]: string };
3104
+ statusCode: number;
2966
3105
  body: DescribeGreyTagRouteResponseBody;
2967
3106
  static names(): { [key: string]: string } {
2968
3107
  return {
2969
3108
  headers: 'headers',
3109
+ statusCode: 'statusCode',
2970
3110
  body: 'body',
2971
3111
  };
2972
3112
  }
@@ -2974,6 +3114,7 @@ export class DescribeGreyTagRouteResponse extends $tea.Model {
2974
3114
  static types(): { [key: string]: any } {
2975
3115
  return {
2976
3116
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3117
+ statusCode: 'number',
2977
3118
  body: DescribeGreyTagRouteResponseBody,
2978
3119
  };
2979
3120
  }
@@ -3041,10 +3182,12 @@ export class DescribeIngressResponseBody extends $tea.Model {
3041
3182
 
3042
3183
  export class DescribeIngressResponse extends $tea.Model {
3043
3184
  headers: { [key: string]: string };
3185
+ statusCode: number;
3044
3186
  body: DescribeIngressResponseBody;
3045
3187
  static names(): { [key: string]: string } {
3046
3188
  return {
3047
3189
  headers: 'headers',
3190
+ statusCode: 'statusCode',
3048
3191
  body: 'body',
3049
3192
  };
3050
3193
  }
@@ -3052,6 +3195,7 @@ export class DescribeIngressResponse extends $tea.Model {
3052
3195
  static types(): { [key: string]: any } {
3053
3196
  return {
3054
3197
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3198
+ statusCode: 'number',
3055
3199
  body: DescribeIngressResponseBody,
3056
3200
  };
3057
3201
  }
@@ -3119,10 +3263,12 @@ export class DescribeInstanceLogResponseBody extends $tea.Model {
3119
3263
 
3120
3264
  export class DescribeInstanceLogResponse extends $tea.Model {
3121
3265
  headers: { [key: string]: string };
3266
+ statusCode: number;
3122
3267
  body: DescribeInstanceLogResponseBody;
3123
3268
  static names(): { [key: string]: string } {
3124
3269
  return {
3125
3270
  headers: 'headers',
3271
+ statusCode: 'statusCode',
3126
3272
  body: 'body',
3127
3273
  };
3128
3274
  }
@@ -3130,6 +3276,7 @@ export class DescribeInstanceLogResponse extends $tea.Model {
3130
3276
  static types(): { [key: string]: any } {
3131
3277
  return {
3132
3278
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3279
+ statusCode: 'number',
3133
3280
  body: DescribeInstanceLogResponseBody,
3134
3281
  };
3135
3282
  }
@@ -3178,10 +3325,12 @@ export class DescribeInstanceSpecificationsResponseBody extends $tea.Model {
3178
3325
 
3179
3326
  export class DescribeInstanceSpecificationsResponse extends $tea.Model {
3180
3327
  headers: { [key: string]: string };
3328
+ statusCode: number;
3181
3329
  body: DescribeInstanceSpecificationsResponseBody;
3182
3330
  static names(): { [key: string]: string } {
3183
3331
  return {
3184
3332
  headers: 'headers',
3333
+ statusCode: 'statusCode',
3185
3334
  body: 'body',
3186
3335
  };
3187
3336
  }
@@ -3189,6 +3338,7 @@ export class DescribeInstanceSpecificationsResponse extends $tea.Model {
3189
3338
  static types(): { [key: string]: any } {
3190
3339
  return {
3191
3340
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3341
+ statusCode: 'number',
3192
3342
  body: DescribeInstanceSpecificationsResponseBody,
3193
3343
  };
3194
3344
  }
@@ -3256,10 +3406,12 @@ export class DescribeNamespaceResponseBody extends $tea.Model {
3256
3406
 
3257
3407
  export class DescribeNamespaceResponse extends $tea.Model {
3258
3408
  headers: { [key: string]: string };
3409
+ statusCode: number;
3259
3410
  body: DescribeNamespaceResponseBody;
3260
3411
  static names(): { [key: string]: string } {
3261
3412
  return {
3262
3413
  headers: 'headers',
3414
+ statusCode: 'statusCode',
3263
3415
  body: 'body',
3264
3416
  };
3265
3417
  }
@@ -3267,6 +3419,7 @@ export class DescribeNamespaceResponse extends $tea.Model {
3267
3419
  static types(): { [key: string]: any } {
3268
3420
  return {
3269
3421
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3422
+ statusCode: 'number',
3270
3423
  body: DescribeNamespaceResponseBody,
3271
3424
  };
3272
3425
  }
@@ -3337,10 +3490,12 @@ export class DescribeNamespaceListResponseBody extends $tea.Model {
3337
3490
 
3338
3491
  export class DescribeNamespaceListResponse extends $tea.Model {
3339
3492
  headers: { [key: string]: string };
3493
+ statusCode: number;
3340
3494
  body: DescribeNamespaceListResponseBody;
3341
3495
  static names(): { [key: string]: string } {
3342
3496
  return {
3343
3497
  headers: 'headers',
3498
+ statusCode: 'statusCode',
3344
3499
  body: 'body',
3345
3500
  };
3346
3501
  }
@@ -3348,6 +3503,7 @@ export class DescribeNamespaceListResponse extends $tea.Model {
3348
3503
  static types(): { [key: string]: any } {
3349
3504
  return {
3350
3505
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3506
+ statusCode: 'number',
3351
3507
  body: DescribeNamespaceListResponseBody,
3352
3508
  };
3353
3509
  }
@@ -3415,10 +3571,12 @@ export class DescribeNamespaceResourcesResponseBody extends $tea.Model {
3415
3571
 
3416
3572
  export class DescribeNamespaceResourcesResponse extends $tea.Model {
3417
3573
  headers: { [key: string]: string };
3574
+ statusCode: number;
3418
3575
  body: DescribeNamespaceResourcesResponseBody;
3419
3576
  static names(): { [key: string]: string } {
3420
3577
  return {
3421
3578
  headers: 'headers',
3579
+ statusCode: 'statusCode',
3422
3580
  body: 'body',
3423
3581
  };
3424
3582
  }
@@ -3426,6 +3584,7 @@ export class DescribeNamespaceResourcesResponse extends $tea.Model {
3426
3584
  static types(): { [key: string]: any } {
3427
3585
  return {
3428
3586
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3587
+ statusCode: 'number',
3429
3588
  body: DescribeNamespaceResourcesResponseBody,
3430
3589
  };
3431
3590
  }
@@ -3496,10 +3655,12 @@ export class DescribeNamespacesResponseBody extends $tea.Model {
3496
3655
 
3497
3656
  export class DescribeNamespacesResponse extends $tea.Model {
3498
3657
  headers: { [key: string]: string };
3658
+ statusCode: number;
3499
3659
  body: DescribeNamespacesResponseBody;
3500
3660
  static names(): { [key: string]: string } {
3501
3661
  return {
3502
3662
  headers: 'headers',
3663
+ statusCode: 'statusCode',
3503
3664
  body: 'body',
3504
3665
  };
3505
3666
  }
@@ -3507,6 +3668,7 @@ export class DescribeNamespacesResponse extends $tea.Model {
3507
3668
  static types(): { [key: string]: any } {
3508
3669
  return {
3509
3670
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3671
+ statusCode: 'number',
3510
3672
  body: DescribeNamespacesResponseBody,
3511
3673
  };
3512
3674
  }
@@ -3574,10 +3736,12 @@ export class DescribePipelineResponseBody extends $tea.Model {
3574
3736
 
3575
3737
  export class DescribePipelineResponse extends $tea.Model {
3576
3738
  headers: { [key: string]: string };
3739
+ statusCode: number;
3577
3740
  body: DescribePipelineResponseBody;
3578
3741
  static names(): { [key: string]: string } {
3579
3742
  return {
3580
3743
  headers: 'headers',
3744
+ statusCode: 'statusCode',
3581
3745
  body: 'body',
3582
3746
  };
3583
3747
  }
@@ -3585,6 +3749,7 @@ export class DescribePipelineResponse extends $tea.Model {
3585
3749
  static types(): { [key: string]: any } {
3586
3750
  return {
3587
3751
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3752
+ statusCode: 'number',
3588
3753
  body: DescribePipelineResponseBody,
3589
3754
  };
3590
3755
  }
@@ -3624,10 +3789,12 @@ export class DescribeRegionsResponseBody extends $tea.Model {
3624
3789
 
3625
3790
  export class DescribeRegionsResponse extends $tea.Model {
3626
3791
  headers: { [key: string]: string };
3792
+ statusCode: number;
3627
3793
  body: DescribeRegionsResponseBody;
3628
3794
  static names(): { [key: string]: string } {
3629
3795
  return {
3630
3796
  headers: 'headers',
3797
+ statusCode: 'statusCode',
3631
3798
  body: 'body',
3632
3799
  };
3633
3800
  }
@@ -3635,6 +3802,7 @@ export class DescribeRegionsResponse extends $tea.Model {
3635
3802
  static types(): { [key: string]: any } {
3636
3803
  return {
3637
3804
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3805
+ statusCode: 'number',
3638
3806
  body: DescribeRegionsResponseBody,
3639
3807
  };
3640
3808
  }
@@ -3690,10 +3858,12 @@ export class DisableApplicationScalingRuleResponseBody extends $tea.Model {
3690
3858
 
3691
3859
  export class DisableApplicationScalingRuleResponse extends $tea.Model {
3692
3860
  headers: { [key: string]: string };
3861
+ statusCode: number;
3693
3862
  body: DisableApplicationScalingRuleResponseBody;
3694
3863
  static names(): { [key: string]: string } {
3695
3864
  return {
3696
3865
  headers: 'headers',
3866
+ statusCode: 'statusCode',
3697
3867
  body: 'body',
3698
3868
  };
3699
3869
  }
@@ -3701,6 +3871,7 @@ export class DisableApplicationScalingRuleResponse extends $tea.Model {
3701
3871
  static types(): { [key: string]: any } {
3702
3872
  return {
3703
3873
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3874
+ statusCode: 'number',
3704
3875
  body: DisableApplicationScalingRuleResponseBody,
3705
3876
  };
3706
3877
  }
@@ -3710,90 +3881,6 @@ export class DisableApplicationScalingRuleResponse extends $tea.Model {
3710
3881
  }
3711
3882
  }
3712
3883
 
3713
- export class DownloadFilesRequest extends $tea.Model {
3714
- appId?: string;
3715
- instanceId?: string;
3716
- localpath?: string;
3717
- static names(): { [key: string]: string } {
3718
- return {
3719
- appId: 'AppId',
3720
- instanceId: 'InstanceId',
3721
- localpath: 'Localpath',
3722
- };
3723
- }
3724
-
3725
- static types(): { [key: string]: any } {
3726
- return {
3727
- appId: 'string',
3728
- instanceId: 'string',
3729
- localpath: 'string',
3730
- };
3731
- }
3732
-
3733
- constructor(map?: { [key: string]: any }) {
3734
- super(map);
3735
- }
3736
- }
3737
-
3738
- export class DownloadFilesResponseBody extends $tea.Model {
3739
- code?: string;
3740
- data?: string;
3741
- errorCode?: string;
3742
- message?: string;
3743
- requestId?: string;
3744
- success?: boolean;
3745
- traceId?: string;
3746
- static names(): { [key: string]: string } {
3747
- return {
3748
- code: 'Code',
3749
- data: 'Data',
3750
- errorCode: 'ErrorCode',
3751
- message: 'Message',
3752
- requestId: 'RequestId',
3753
- success: 'Success',
3754
- traceId: 'TraceId',
3755
- };
3756
- }
3757
-
3758
- static types(): { [key: string]: any } {
3759
- return {
3760
- code: 'string',
3761
- data: 'string',
3762
- errorCode: 'string',
3763
- message: 'string',
3764
- requestId: 'string',
3765
- success: 'boolean',
3766
- traceId: 'string',
3767
- };
3768
- }
3769
-
3770
- constructor(map?: { [key: string]: any }) {
3771
- super(map);
3772
- }
3773
- }
3774
-
3775
- export class DownloadFilesResponse extends $tea.Model {
3776
- headers: { [key: string]: string };
3777
- body: DownloadFilesResponseBody;
3778
- static names(): { [key: string]: string } {
3779
- return {
3780
- headers: 'headers',
3781
- body: 'body',
3782
- };
3783
- }
3784
-
3785
- static types(): { [key: string]: any } {
3786
- return {
3787
- headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3788
- body: DownloadFilesResponseBody,
3789
- };
3790
- }
3791
-
3792
- constructor(map?: { [key: string]: any }) {
3793
- super(map);
3794
- }
3795
- }
3796
-
3797
3884
  export class EnableApplicationScalingRuleRequest extends $tea.Model {
3798
3885
  appId?: string;
3799
3886
  scalingRuleName?: string;
@@ -3840,10 +3927,12 @@ export class EnableApplicationScalingRuleResponseBody extends $tea.Model {
3840
3927
 
3841
3928
  export class EnableApplicationScalingRuleResponse extends $tea.Model {
3842
3929
  headers: { [key: string]: string };
3930
+ statusCode: number;
3843
3931
  body: EnableApplicationScalingRuleResponseBody;
3844
3932
  static names(): { [key: string]: string } {
3845
3933
  return {
3846
3934
  headers: 'headers',
3935
+ statusCode: 'statusCode',
3847
3936
  body: 'body',
3848
3937
  };
3849
3938
  }
@@ -3851,6 +3940,7 @@ export class EnableApplicationScalingRuleResponse extends $tea.Model {
3851
3940
  static types(): { [key: string]: any } {
3852
3941
  return {
3853
3942
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3943
+ statusCode: 'number',
3854
3944
  body: EnableApplicationScalingRuleResponseBody,
3855
3945
  };
3856
3946
  }
@@ -3936,10 +4026,12 @@ export class ListAppEventsResponseBody extends $tea.Model {
3936
4026
 
3937
4027
  export class ListAppEventsResponse extends $tea.Model {
3938
4028
  headers: { [key: string]: string };
4029
+ statusCode: number;
3939
4030
  body: ListAppEventsResponseBody;
3940
4031
  static names(): { [key: string]: string } {
3941
4032
  return {
3942
4033
  headers: 'headers',
4034
+ statusCode: 'statusCode',
3943
4035
  body: 'body',
3944
4036
  };
3945
4037
  }
@@ -3947,6 +4039,7 @@ export class ListAppEventsResponse extends $tea.Model {
3947
4039
  static types(): { [key: string]: any } {
3948
4040
  return {
3949
4041
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4042
+ statusCode: 'number',
3950
4043
  body: ListAppEventsResponseBody,
3951
4044
  };
3952
4045
  }
@@ -4023,10 +4116,12 @@ export class ListAppServicesPageResponseBody extends $tea.Model {
4023
4116
 
4024
4117
  export class ListAppServicesPageResponse extends $tea.Model {
4025
4118
  headers: { [key: string]: string };
4119
+ statusCode: number;
4026
4120
  body: ListAppServicesPageResponseBody;
4027
4121
  static names(): { [key: string]: string } {
4028
4122
  return {
4029
4123
  headers: 'headers',
4124
+ statusCode: 'statusCode',
4030
4125
  body: 'body',
4031
4126
  };
4032
4127
  }
@@ -4034,6 +4129,7 @@ export class ListAppServicesPageResponse extends $tea.Model {
4034
4129
  static types(): { [key: string]: any } {
4035
4130
  return {
4036
4131
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4132
+ statusCode: 'number',
4037
4133
  body: ListAppServicesPageResponseBody,
4038
4134
  };
4039
4135
  }
@@ -4098,10 +4194,12 @@ export class ListAppVersionsResponseBody extends $tea.Model {
4098
4194
 
4099
4195
  export class ListAppVersionsResponse extends $tea.Model {
4100
4196
  headers: { [key: string]: string };
4197
+ statusCode: number;
4101
4198
  body: ListAppVersionsResponseBody;
4102
4199
  static names(): { [key: string]: string } {
4103
4200
  return {
4104
4201
  headers: 'headers',
4202
+ statusCode: 'statusCode',
4105
4203
  body: 'body',
4106
4204
  };
4107
4205
  }
@@ -4109,6 +4207,7 @@ export class ListAppVersionsResponse extends $tea.Model {
4109
4207
  static types(): { [key: string]: any } {
4110
4208
  return {
4111
4209
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4210
+ statusCode: 'number',
4112
4211
  body: ListAppVersionsResponseBody,
4113
4212
  };
4114
4213
  }
@@ -4206,10 +4305,12 @@ export class ListApplicationsResponseBody extends $tea.Model {
4206
4305
 
4207
4306
  export class ListApplicationsResponse extends $tea.Model {
4208
4307
  headers: { [key: string]: string };
4308
+ statusCode: number;
4209
4309
  body: ListApplicationsResponseBody;
4210
4310
  static names(): { [key: string]: string } {
4211
4311
  return {
4212
4312
  headers: 'headers',
4313
+ statusCode: 'statusCode',
4213
4314
  body: 'body',
4214
4315
  };
4215
4316
  }
@@ -4217,6 +4318,7 @@ export class ListApplicationsResponse extends $tea.Model {
4217
4318
  static types(): { [key: string]: any } {
4218
4319
  return {
4219
4320
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4321
+ statusCode: 'number',
4220
4322
  body: ListApplicationsResponseBody,
4221
4323
  };
4222
4324
  }
@@ -4299,10 +4401,12 @@ export class ListChangeOrdersResponseBody extends $tea.Model {
4299
4401
 
4300
4402
  export class ListChangeOrdersResponse extends $tea.Model {
4301
4403
  headers: { [key: string]: string };
4404
+ statusCode: number;
4302
4405
  body: ListChangeOrdersResponseBody;
4303
4406
  static names(): { [key: string]: string } {
4304
4407
  return {
4305
4408
  headers: 'headers',
4409
+ statusCode: 'statusCode',
4306
4410
  body: 'body',
4307
4411
  };
4308
4412
  }
@@ -4310,6 +4414,7 @@ export class ListChangeOrdersResponse extends $tea.Model {
4310
4414
  static types(): { [key: string]: any } {
4311
4415
  return {
4312
4416
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4417
+ statusCode: 'number',
4313
4418
  body: ListChangeOrdersResponseBody,
4314
4419
  };
4315
4420
  }
@@ -4377,10 +4482,12 @@ export class ListConsumedServicesResponseBody extends $tea.Model {
4377
4482
 
4378
4483
  export class ListConsumedServicesResponse extends $tea.Model {
4379
4484
  headers: { [key: string]: string };
4485
+ statusCode: number;
4380
4486
  body: ListConsumedServicesResponseBody;
4381
4487
  static names(): { [key: string]: string } {
4382
4488
  return {
4383
4489
  headers: 'headers',
4490
+ statusCode: 'statusCode',
4384
4491
  body: 'body',
4385
4492
  };
4386
4493
  }
@@ -4388,6 +4495,7 @@ export class ListConsumedServicesResponse extends $tea.Model {
4388
4495
  static types(): { [key: string]: any } {
4389
4496
  return {
4390
4497
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4498
+ statusCode: 'number',
4391
4499
  body: ListConsumedServicesResponseBody,
4392
4500
  };
4393
4501
  }
@@ -4455,10 +4563,12 @@ export class ListGreyTagRouteResponseBody extends $tea.Model {
4455
4563
 
4456
4564
  export class ListGreyTagRouteResponse extends $tea.Model {
4457
4565
  headers: { [key: string]: string };
4566
+ statusCode: number;
4458
4567
  body: ListGreyTagRouteResponseBody;
4459
4568
  static names(): { [key: string]: string } {
4460
4569
  return {
4461
4570
  headers: 'headers',
4571
+ statusCode: 'statusCode',
4462
4572
  body: 'body',
4463
4573
  };
4464
4574
  }
@@ -4466,6 +4576,7 @@ export class ListGreyTagRouteResponse extends $tea.Model {
4466
4576
  static types(): { [key: string]: any } {
4467
4577
  return {
4468
4578
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4579
+ statusCode: 'number',
4469
4580
  body: ListGreyTagRouteResponseBody,
4470
4581
  };
4471
4582
  }
@@ -4536,10 +4647,12 @@ export class ListIngressesResponseBody extends $tea.Model {
4536
4647
 
4537
4648
  export class ListIngressesResponse extends $tea.Model {
4538
4649
  headers: { [key: string]: string };
4650
+ statusCode: number;
4539
4651
  body: ListIngressesResponseBody;
4540
4652
  static names(): { [key: string]: string } {
4541
4653
  return {
4542
4654
  headers: 'headers',
4655
+ statusCode: 'statusCode',
4543
4656
  body: 'body',
4544
4657
  };
4545
4658
  }
@@ -4547,6 +4660,7 @@ export class ListIngressesResponse extends $tea.Model {
4547
4660
  static types(): { [key: string]: any } {
4548
4661
  return {
4549
4662
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4663
+ statusCode: 'number',
4550
4664
  body: ListIngressesResponseBody,
4551
4665
  };
4552
4666
  }
@@ -4620,10 +4734,12 @@ export class ListLogConfigsResponseBody extends $tea.Model {
4620
4734
 
4621
4735
  export class ListLogConfigsResponse extends $tea.Model {
4622
4736
  headers: { [key: string]: string };
4737
+ statusCode: number;
4623
4738
  body: ListLogConfigsResponseBody;
4624
4739
  static names(): { [key: string]: string } {
4625
4740
  return {
4626
4741
  headers: 'headers',
4742
+ statusCode: 'statusCode',
4627
4743
  body: 'body',
4628
4744
  };
4629
4745
  }
@@ -4631,6 +4747,7 @@ export class ListLogConfigsResponse extends $tea.Model {
4631
4747
  static types(): { [key: string]: any } {
4632
4748
  return {
4633
4749
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4750
+ statusCode: 'number',
4634
4751
  body: ListLogConfigsResponseBody,
4635
4752
  };
4636
4753
  }
@@ -4713,10 +4830,12 @@ export class ListNamespaceChangeOrdersResponseBody extends $tea.Model {
4713
4830
 
4714
4831
  export class ListNamespaceChangeOrdersResponse extends $tea.Model {
4715
4832
  headers: { [key: string]: string };
4833
+ statusCode: number;
4716
4834
  body: ListNamespaceChangeOrdersResponseBody;
4717
4835
  static names(): { [key: string]: string } {
4718
4836
  return {
4719
4837
  headers: 'headers',
4838
+ statusCode: 'statusCode',
4720
4839
  body: 'body',
4721
4840
  };
4722
4841
  }
@@ -4724,6 +4843,7 @@ export class ListNamespaceChangeOrdersResponse extends $tea.Model {
4724
4843
  static types(): { [key: string]: any } {
4725
4844
  return {
4726
4845
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4846
+ statusCode: 'number',
4727
4847
  body: ListNamespaceChangeOrdersResponseBody,
4728
4848
  };
4729
4849
  }
@@ -4791,10 +4911,12 @@ export class ListNamespacedConfigMapsResponseBody extends $tea.Model {
4791
4911
 
4792
4912
  export class ListNamespacedConfigMapsResponse extends $tea.Model {
4793
4913
  headers: { [key: string]: string };
4914
+ statusCode: number;
4794
4915
  body: ListNamespacedConfigMapsResponseBody;
4795
4916
  static names(): { [key: string]: string } {
4796
4917
  return {
4797
4918
  headers: 'headers',
4919
+ statusCode: 'statusCode',
4798
4920
  body: 'body',
4799
4921
  };
4800
4922
  }
@@ -4802,6 +4924,7 @@ export class ListNamespacedConfigMapsResponse extends $tea.Model {
4802
4924
  static types(): { [key: string]: any } {
4803
4925
  return {
4804
4926
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4927
+ statusCode: 'number',
4805
4928
  body: ListNamespacedConfigMapsResponseBody,
4806
4929
  };
4807
4930
  }
@@ -4869,10 +4992,12 @@ export class ListPublishedServicesResponseBody extends $tea.Model {
4869
4992
 
4870
4993
  export class ListPublishedServicesResponse extends $tea.Model {
4871
4994
  headers: { [key: string]: string };
4995
+ statusCode: number;
4872
4996
  body: ListPublishedServicesResponseBody;
4873
4997
  static names(): { [key: string]: string } {
4874
4998
  return {
4875
4999
  headers: 'headers',
5000
+ statusCode: 'statusCode',
4876
5001
  body: 'body',
4877
5002
  };
4878
5003
  }
@@ -4880,6 +5005,7 @@ export class ListPublishedServicesResponse extends $tea.Model {
4880
5005
  static types(): { [key: string]: any } {
4881
5006
  return {
4882
5007
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5008
+ statusCode: 'number',
4883
5009
  body: ListPublishedServicesResponseBody,
4884
5010
  };
4885
5011
  }
@@ -4959,10 +5085,12 @@ export class ListTagResourcesResponseBody extends $tea.Model {
4959
5085
 
4960
5086
  export class ListTagResourcesResponse extends $tea.Model {
4961
5087
  headers: { [key: string]: string };
5088
+ statusCode: number;
4962
5089
  body: ListTagResourcesResponseBody;
4963
5090
  static names(): { [key: string]: string } {
4964
5091
  return {
4965
5092
  headers: 'headers',
5093
+ statusCode: 'statusCode',
4966
5094
  body: 'body',
4967
5095
  };
4968
5096
  }
@@ -4970,6 +5098,7 @@ export class ListTagResourcesResponse extends $tea.Model {
4970
5098
  static types(): { [key: string]: any } {
4971
5099
  return {
4972
5100
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5101
+ statusCode: 'number',
4973
5102
  body: ListTagResourcesResponseBody,
4974
5103
  };
4975
5104
  }
@@ -5003,10 +5132,12 @@ export class OpenSaeServiceResponseBody extends $tea.Model {
5003
5132
 
5004
5133
  export class OpenSaeServiceResponse extends $tea.Model {
5005
5134
  headers: { [key: string]: string };
5135
+ statusCode: number;
5006
5136
  body: OpenSaeServiceResponseBody;
5007
5137
  static names(): { [key: string]: string } {
5008
5138
  return {
5009
5139
  headers: 'headers',
5140
+ statusCode: 'statusCode',
5010
5141
  body: 'body',
5011
5142
  };
5012
5143
  }
@@ -5014,6 +5145,7 @@ export class OpenSaeServiceResponse extends $tea.Model {
5014
5145
  static types(): { [key: string]: any } {
5015
5146
  return {
5016
5147
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5148
+ statusCode: 'number',
5017
5149
  body: OpenSaeServiceResponseBody,
5018
5150
  };
5019
5151
  }
@@ -5081,10 +5213,12 @@ export class QueryResourceStaticsResponseBody extends $tea.Model {
5081
5213
 
5082
5214
  export class QueryResourceStaticsResponse extends $tea.Model {
5083
5215
  headers: { [key: string]: string };
5216
+ statusCode: number;
5084
5217
  body: QueryResourceStaticsResponseBody;
5085
5218
  static names(): { [key: string]: string } {
5086
5219
  return {
5087
5220
  headers: 'headers',
5221
+ statusCode: 'statusCode',
5088
5222
  body: 'body',
5089
5223
  };
5090
5224
  }
@@ -5092,6 +5226,7 @@ export class QueryResourceStaticsResponse extends $tea.Model {
5092
5226
  static types(): { [key: string]: any } {
5093
5227
  return {
5094
5228
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5229
+ statusCode: 'number',
5095
5230
  body: QueryResourceStaticsResponseBody,
5096
5231
  };
5097
5232
  }
@@ -5162,10 +5297,12 @@ export class ReduceApplicationCapacityByInstanceIdsResponseBody extends $tea.Mod
5162
5297
 
5163
5298
  export class ReduceApplicationCapacityByInstanceIdsResponse extends $tea.Model {
5164
5299
  headers: { [key: string]: string };
5300
+ statusCode: number;
5165
5301
  body: ReduceApplicationCapacityByInstanceIdsResponseBody;
5166
5302
  static names(): { [key: string]: string } {
5167
5303
  return {
5168
5304
  headers: 'headers',
5305
+ statusCode: 'statusCode',
5169
5306
  body: 'body',
5170
5307
  };
5171
5308
  }
@@ -5173,6 +5310,7 @@ export class ReduceApplicationCapacityByInstanceIdsResponse extends $tea.Model {
5173
5310
  static types(): { [key: string]: any } {
5174
5311
  return {
5175
5312
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5313
+ statusCode: 'number',
5176
5314
  body: ReduceApplicationCapacityByInstanceIdsResponseBody,
5177
5315
  };
5178
5316
  }
@@ -5249,10 +5387,12 @@ export class RescaleApplicationResponseBody extends $tea.Model {
5249
5387
 
5250
5388
  export class RescaleApplicationResponse extends $tea.Model {
5251
5389
  headers: { [key: string]: string };
5390
+ statusCode: number;
5252
5391
  body: RescaleApplicationResponseBody;
5253
5392
  static names(): { [key: string]: string } {
5254
5393
  return {
5255
5394
  headers: 'headers',
5395
+ statusCode: 'statusCode',
5256
5396
  body: 'body',
5257
5397
  };
5258
5398
  }
@@ -5260,6 +5400,7 @@ export class RescaleApplicationResponse extends $tea.Model {
5260
5400
  static types(): { [key: string]: any } {
5261
5401
  return {
5262
5402
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5403
+ statusCode: 'number',
5263
5404
  body: RescaleApplicationResponseBody,
5264
5405
  };
5265
5406
  }
@@ -5333,10 +5474,12 @@ export class RescaleApplicationVerticallyResponseBody extends $tea.Model {
5333
5474
 
5334
5475
  export class RescaleApplicationVerticallyResponse extends $tea.Model {
5335
5476
  headers: { [key: string]: string };
5477
+ statusCode: number;
5336
5478
  body: RescaleApplicationVerticallyResponseBody;
5337
5479
  static names(): { [key: string]: string } {
5338
5480
  return {
5339
5481
  headers: 'headers',
5482
+ statusCode: 'statusCode',
5340
5483
  body: 'body',
5341
5484
  };
5342
5485
  }
@@ -5344,6 +5487,7 @@ export class RescaleApplicationVerticallyResponse extends $tea.Model {
5344
5487
  static types(): { [key: string]: any } {
5345
5488
  return {
5346
5489
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5490
+ statusCode: 'number',
5347
5491
  body: RescaleApplicationVerticallyResponseBody,
5348
5492
  };
5349
5493
  }
@@ -5417,10 +5561,12 @@ export class RestartApplicationResponseBody extends $tea.Model {
5417
5561
 
5418
5562
  export class RestartApplicationResponse extends $tea.Model {
5419
5563
  headers: { [key: string]: string };
5564
+ statusCode: number;
5420
5565
  body: RestartApplicationResponseBody;
5421
5566
  static names(): { [key: string]: string } {
5422
5567
  return {
5423
5568
  headers: 'headers',
5569
+ statusCode: 'statusCode',
5424
5570
  body: 'body',
5425
5571
  };
5426
5572
  }
@@ -5428,6 +5574,7 @@ export class RestartApplicationResponse extends $tea.Model {
5428
5574
  static types(): { [key: string]: any } {
5429
5575
  return {
5430
5576
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5577
+ statusCode: 'number',
5431
5578
  body: RestartApplicationResponseBody,
5432
5579
  };
5433
5580
  }
@@ -5498,10 +5645,12 @@ export class RestartInstancesResponseBody extends $tea.Model {
5498
5645
 
5499
5646
  export class RestartInstancesResponse extends $tea.Model {
5500
5647
  headers: { [key: string]: string };
5648
+ statusCode: number;
5501
5649
  body: RestartInstancesResponseBody;
5502
5650
  static names(): { [key: string]: string } {
5503
5651
  return {
5504
5652
  headers: 'headers',
5653
+ statusCode: 'statusCode',
5505
5654
  body: 'body',
5506
5655
  };
5507
5656
  }
@@ -5509,6 +5658,7 @@ export class RestartInstancesResponse extends $tea.Model {
5509
5658
  static types(): { [key: string]: any } {
5510
5659
  return {
5511
5660
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5661
+ statusCode: 'number',
5512
5662
  body: RestartInstancesResponseBody,
5513
5663
  };
5514
5664
  }
@@ -5594,10 +5744,12 @@ export class RollbackApplicationResponseBody extends $tea.Model {
5594
5744
 
5595
5745
  export class RollbackApplicationResponse extends $tea.Model {
5596
5746
  headers: { [key: string]: string };
5747
+ statusCode: number;
5597
5748
  body: RollbackApplicationResponseBody;
5598
5749
  static names(): { [key: string]: string } {
5599
5750
  return {
5600
5751
  headers: 'headers',
5752
+ statusCode: 'statusCode',
5601
5753
  body: 'body',
5602
5754
  };
5603
5755
  }
@@ -5605,6 +5757,7 @@ export class RollbackApplicationResponse extends $tea.Model {
5605
5757
  static types(): { [key: string]: any } {
5606
5758
  return {
5607
5759
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5760
+ statusCode: 'number',
5608
5761
  body: RollbackApplicationResponseBody,
5609
5762
  };
5610
5763
  }
@@ -5672,10 +5825,12 @@ export class StartApplicationResponseBody extends $tea.Model {
5672
5825
 
5673
5826
  export class StartApplicationResponse extends $tea.Model {
5674
5827
  headers: { [key: string]: string };
5828
+ statusCode: number;
5675
5829
  body: StartApplicationResponseBody;
5676
5830
  static names(): { [key: string]: string } {
5677
5831
  return {
5678
5832
  headers: 'headers',
5833
+ statusCode: 'statusCode',
5679
5834
  body: 'body',
5680
5835
  };
5681
5836
  }
@@ -5683,6 +5838,7 @@ export class StartApplicationResponse extends $tea.Model {
5683
5838
  static types(): { [key: string]: any } {
5684
5839
  return {
5685
5840
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5841
+ statusCode: 'number',
5686
5842
  body: StartApplicationResponseBody,
5687
5843
  };
5688
5844
  }
@@ -5750,10 +5906,12 @@ export class StopApplicationResponseBody extends $tea.Model {
5750
5906
 
5751
5907
  export class StopApplicationResponse extends $tea.Model {
5752
5908
  headers: { [key: string]: string };
5909
+ statusCode: number;
5753
5910
  body: StopApplicationResponseBody;
5754
5911
  static names(): { [key: string]: string } {
5755
5912
  return {
5756
5913
  headers: 'headers',
5914
+ statusCode: 'statusCode',
5757
5915
  body: 'body',
5758
5916
  };
5759
5917
  }
@@ -5761,6 +5919,7 @@ export class StopApplicationResponse extends $tea.Model {
5761
5919
  static types(): { [key: string]: any } {
5762
5920
  return {
5763
5921
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5922
+ statusCode: 'number',
5764
5923
  body: StopApplicationResponseBody,
5765
5924
  };
5766
5925
  }
@@ -5837,10 +5996,12 @@ export class TagResourcesResponseBody extends $tea.Model {
5837
5996
 
5838
5997
  export class TagResourcesResponse extends $tea.Model {
5839
5998
  headers: { [key: string]: string };
5999
+ statusCode: number;
5840
6000
  body: TagResourcesResponseBody;
5841
6001
  static names(): { [key: string]: string } {
5842
6002
  return {
5843
6003
  headers: 'headers',
6004
+ statusCode: 'statusCode',
5844
6005
  body: 'body',
5845
6006
  };
5846
6007
  }
@@ -5848,6 +6009,7 @@ export class TagResourcesResponse extends $tea.Model {
5848
6009
  static types(): { [key: string]: any } {
5849
6010
  return {
5850
6011
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6012
+ statusCode: 'number',
5851
6013
  body: TagResourcesResponseBody,
5852
6014
  };
5853
6015
  }
@@ -5921,10 +6083,12 @@ export class UnbindSlbResponseBody extends $tea.Model {
5921
6083
 
5922
6084
  export class UnbindSlbResponse extends $tea.Model {
5923
6085
  headers: { [key: string]: string };
6086
+ statusCode: number;
5924
6087
  body: UnbindSlbResponseBody;
5925
6088
  static names(): { [key: string]: string } {
5926
6089
  return {
5927
6090
  headers: 'headers',
6091
+ statusCode: 'statusCode',
5928
6092
  body: 'body',
5929
6093
  };
5930
6094
  }
@@ -5932,6 +6096,7 @@ export class UnbindSlbResponse extends $tea.Model {
5932
6096
  static types(): { [key: string]: any } {
5933
6097
  return {
5934
6098
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6099
+ statusCode: 'number',
5935
6100
  body: UnbindSlbResponseBody,
5936
6101
  };
5937
6102
  }
@@ -6011,10 +6176,12 @@ export class UntagResourcesResponseBody extends $tea.Model {
6011
6176
 
6012
6177
  export class UntagResourcesResponse extends $tea.Model {
6013
6178
  headers: { [key: string]: string };
6179
+ statusCode: number;
6014
6180
  body: UntagResourcesResponseBody;
6015
6181
  static names(): { [key: string]: string } {
6016
6182
  return {
6017
6183
  headers: 'headers',
6184
+ statusCode: 'statusCode',
6018
6185
  body: 'body',
6019
6186
  };
6020
6187
  }
@@ -6022,6 +6189,7 @@ export class UntagResourcesResponse extends $tea.Model {
6022
6189
  static types(): { [key: string]: any } {
6023
6190
  return {
6024
6191
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6192
+ statusCode: 'number',
6025
6193
  body: UntagResourcesResponseBody,
6026
6194
  };
6027
6195
  }
@@ -6089,10 +6257,12 @@ export class UpdateAppSecurityGroupResponseBody extends $tea.Model {
6089
6257
 
6090
6258
  export class UpdateAppSecurityGroupResponse extends $tea.Model {
6091
6259
  headers: { [key: string]: string };
6260
+ statusCode: number;
6092
6261
  body: UpdateAppSecurityGroupResponseBody;
6093
6262
  static names(): { [key: string]: string } {
6094
6263
  return {
6095
6264
  headers: 'headers',
6265
+ statusCode: 'statusCode',
6096
6266
  body: 'body',
6097
6267
  };
6098
6268
  }
@@ -6100,6 +6270,7 @@ export class UpdateAppSecurityGroupResponse extends $tea.Model {
6100
6270
  static types(): { [key: string]: any } {
6101
6271
  return {
6102
6272
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6273
+ statusCode: 'number',
6103
6274
  body: UpdateAppSecurityGroupResponseBody,
6104
6275
  };
6105
6276
  }
@@ -6109,6 +6280,87 @@ export class UpdateAppSecurityGroupResponse extends $tea.Model {
6109
6280
  }
6110
6281
  }
6111
6282
 
6283
+ export class UpdateApplicationDescriptionRequest extends $tea.Model {
6284
+ appDescription?: string;
6285
+ appId?: string;
6286
+ static names(): { [key: string]: string } {
6287
+ return {
6288
+ appDescription: 'AppDescription',
6289
+ appId: 'AppId',
6290
+ };
6291
+ }
6292
+
6293
+ static types(): { [key: string]: any } {
6294
+ return {
6295
+ appDescription: 'string',
6296
+ appId: 'string',
6297
+ };
6298
+ }
6299
+
6300
+ constructor(map?: { [key: string]: any }) {
6301
+ super(map);
6302
+ }
6303
+ }
6304
+
6305
+ export class UpdateApplicationDescriptionResponseBody extends $tea.Model {
6306
+ code?: string;
6307
+ errorCode?: string;
6308
+ message?: string;
6309
+ requestId?: string;
6310
+ success?: boolean;
6311
+ traceId?: string;
6312
+ static names(): { [key: string]: string } {
6313
+ return {
6314
+ code: 'Code',
6315
+ errorCode: 'ErrorCode',
6316
+ message: 'Message',
6317
+ requestId: 'RequestId',
6318
+ success: 'Success',
6319
+ traceId: 'TraceId',
6320
+ };
6321
+ }
6322
+
6323
+ static types(): { [key: string]: any } {
6324
+ return {
6325
+ code: 'string',
6326
+ errorCode: 'string',
6327
+ message: 'string',
6328
+ requestId: 'string',
6329
+ success: 'boolean',
6330
+ traceId: 'string',
6331
+ };
6332
+ }
6333
+
6334
+ constructor(map?: { [key: string]: any }) {
6335
+ super(map);
6336
+ }
6337
+ }
6338
+
6339
+ export class UpdateApplicationDescriptionResponse extends $tea.Model {
6340
+ headers: { [key: string]: string };
6341
+ statusCode: number;
6342
+ body: UpdateApplicationDescriptionResponseBody;
6343
+ static names(): { [key: string]: string } {
6344
+ return {
6345
+ headers: 'headers',
6346
+ statusCode: 'statusCode',
6347
+ body: 'body',
6348
+ };
6349
+ }
6350
+
6351
+ static types(): { [key: string]: any } {
6352
+ return {
6353
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6354
+ statusCode: 'number',
6355
+ body: UpdateApplicationDescriptionResponseBody,
6356
+ };
6357
+ }
6358
+
6359
+ constructor(map?: { [key: string]: any }) {
6360
+ super(map);
6361
+ }
6362
+ }
6363
+
6112
6364
  export class UpdateApplicationScalingRuleRequest extends $tea.Model {
6113
6365
  appId?: string;
6114
6366
  minReadyInstanceRatio?: number;
@@ -6170,10 +6422,12 @@ export class UpdateApplicationScalingRuleResponseBody extends $tea.Model {
6170
6422
 
6171
6423
  export class UpdateApplicationScalingRuleResponse extends $tea.Model {
6172
6424
  headers: { [key: string]: string };
6425
+ statusCode: number;
6173
6426
  body: UpdateApplicationScalingRuleResponseBody;
6174
6427
  static names(): { [key: string]: string } {
6175
6428
  return {
6176
6429
  headers: 'headers',
6430
+ statusCode: 'statusCode',
6177
6431
  body: 'body',
6178
6432
  };
6179
6433
  }
@@ -6181,6 +6435,7 @@ export class UpdateApplicationScalingRuleResponse extends $tea.Model {
6181
6435
  static types(): { [key: string]: any } {
6182
6436
  return {
6183
6437
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6438
+ statusCode: 'number',
6184
6439
  body: UpdateApplicationScalingRuleResponseBody,
6185
6440
  };
6186
6441
  }
@@ -6190,6 +6445,87 @@ export class UpdateApplicationScalingRuleResponse extends $tea.Model {
6190
6445
  }
6191
6446
  }
6192
6447
 
6448
+ export class UpdateApplicationVswitchesRequest extends $tea.Model {
6449
+ appId?: string;
6450
+ vSwitchId?: string;
6451
+ static names(): { [key: string]: string } {
6452
+ return {
6453
+ appId: 'AppId',
6454
+ vSwitchId: 'VSwitchId',
6455
+ };
6456
+ }
6457
+
6458
+ static types(): { [key: string]: any } {
6459
+ return {
6460
+ appId: 'string',
6461
+ vSwitchId: 'string',
6462
+ };
6463
+ }
6464
+
6465
+ constructor(map?: { [key: string]: any }) {
6466
+ super(map);
6467
+ }
6468
+ }
6469
+
6470
+ export class UpdateApplicationVswitchesResponseBody extends $tea.Model {
6471
+ code?: string;
6472
+ errorCode?: string;
6473
+ message?: string;
6474
+ requestId?: string;
6475
+ success?: boolean;
6476
+ traceId?: string;
6477
+ static names(): { [key: string]: string } {
6478
+ return {
6479
+ code: 'Code',
6480
+ errorCode: 'ErrorCode',
6481
+ message: 'Message',
6482
+ requestId: 'RequestId',
6483
+ success: 'Success',
6484
+ traceId: 'TraceId',
6485
+ };
6486
+ }
6487
+
6488
+ static types(): { [key: string]: any } {
6489
+ return {
6490
+ code: 'string',
6491
+ errorCode: 'string',
6492
+ message: 'string',
6493
+ requestId: 'string',
6494
+ success: 'boolean',
6495
+ traceId: 'string',
6496
+ };
6497
+ }
6498
+
6499
+ constructor(map?: { [key: string]: any }) {
6500
+ super(map);
6501
+ }
6502
+ }
6503
+
6504
+ export class UpdateApplicationVswitchesResponse extends $tea.Model {
6505
+ headers: { [key: string]: string };
6506
+ statusCode: number;
6507
+ body: UpdateApplicationVswitchesResponseBody;
6508
+ static names(): { [key: string]: string } {
6509
+ return {
6510
+ headers: 'headers',
6511
+ statusCode: 'statusCode',
6512
+ body: 'body',
6513
+ };
6514
+ }
6515
+
6516
+ static types(): { [key: string]: any } {
6517
+ return {
6518
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6519
+ statusCode: 'number',
6520
+ body: UpdateApplicationVswitchesResponseBody,
6521
+ };
6522
+ }
6523
+
6524
+ constructor(map?: { [key: string]: any }) {
6525
+ super(map);
6526
+ }
6527
+ }
6528
+
6193
6529
  export class UpdateConfigMapRequest extends $tea.Model {
6194
6530
  configMapId?: number;
6195
6531
  data?: string;
@@ -6254,10 +6590,12 @@ export class UpdateConfigMapResponseBody extends $tea.Model {
6254
6590
 
6255
6591
  export class UpdateConfigMapResponse extends $tea.Model {
6256
6592
  headers: { [key: string]: string };
6593
+ statusCode: number;
6257
6594
  body: UpdateConfigMapResponseBody;
6258
6595
  static names(): { [key: string]: string } {
6259
6596
  return {
6260
6597
  headers: 'headers',
6598
+ statusCode: 'statusCode',
6261
6599
  body: 'body',
6262
6600
  };
6263
6601
  }
@@ -6265,6 +6603,7 @@ export class UpdateConfigMapResponse extends $tea.Model {
6265
6603
  static types(): { [key: string]: any } {
6266
6604
  return {
6267
6605
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6606
+ statusCode: 'number',
6268
6607
  body: UpdateConfigMapResponseBody,
6269
6608
  };
6270
6609
  }
@@ -6341,10 +6680,12 @@ export class UpdateGreyTagRouteResponseBody extends $tea.Model {
6341
6680
 
6342
6681
  export class UpdateGreyTagRouteResponse extends $tea.Model {
6343
6682
  headers: { [key: string]: string };
6683
+ statusCode: number;
6344
6684
  body: UpdateGreyTagRouteResponseBody;
6345
6685
  static names(): { [key: string]: string } {
6346
6686
  return {
6347
6687
  headers: 'headers',
6688
+ statusCode: 'statusCode',
6348
6689
  body: 'body',
6349
6690
  };
6350
6691
  }
@@ -6352,6 +6693,7 @@ export class UpdateGreyTagRouteResponse extends $tea.Model {
6352
6693
  static types(): { [key: string]: any } {
6353
6694
  return {
6354
6695
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6696
+ statusCode: 'number',
6355
6697
  body: UpdateGreyTagRouteResponseBody,
6356
6698
  };
6357
6699
  }
@@ -6367,6 +6709,8 @@ export class UpdateIngressRequest extends $tea.Model {
6367
6709
  description?: string;
6368
6710
  ingressId?: number;
6369
6711
  listenerPort?: string;
6712
+ listenerProtocol?: string;
6713
+ loadBalanceType?: string;
6370
6714
  rules?: string;
6371
6715
  static names(): { [key: string]: string } {
6372
6716
  return {
@@ -6375,6 +6719,8 @@ export class UpdateIngressRequest extends $tea.Model {
6375
6719
  description: 'Description',
6376
6720
  ingressId: 'IngressId',
6377
6721
  listenerPort: 'ListenerPort',
6722
+ listenerProtocol: 'ListenerProtocol',
6723
+ loadBalanceType: 'LoadBalanceType',
6378
6724
  rules: 'Rules',
6379
6725
  };
6380
6726
  }
@@ -6386,6 +6732,8 @@ export class UpdateIngressRequest extends $tea.Model {
6386
6732
  description: 'string',
6387
6733
  ingressId: 'number',
6388
6734
  listenerPort: 'string',
6735
+ listenerProtocol: 'string',
6736
+ loadBalanceType: 'string',
6389
6737
  rules: 'string',
6390
6738
  };
6391
6739
  }
@@ -6434,10 +6782,12 @@ export class UpdateIngressResponseBody extends $tea.Model {
6434
6782
 
6435
6783
  export class UpdateIngressResponse extends $tea.Model {
6436
6784
  headers: { [key: string]: string };
6785
+ statusCode: number;
6437
6786
  body: UpdateIngressResponseBody;
6438
6787
  static names(): { [key: string]: string } {
6439
6788
  return {
6440
6789
  headers: 'headers',
6790
+ statusCode: 'statusCode',
6441
6791
  body: 'body',
6442
6792
  };
6443
6793
  }
@@ -6445,6 +6795,7 @@ export class UpdateIngressResponse extends $tea.Model {
6445
6795
  static types(): { [key: string]: any } {
6446
6796
  return {
6447
6797
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6798
+ statusCode: 'number',
6448
6799
  body: UpdateIngressResponseBody,
6449
6800
  };
6450
6801
  }
@@ -6518,10 +6869,12 @@ export class UpdateNamespaceResponseBody extends $tea.Model {
6518
6869
 
6519
6870
  export class UpdateNamespaceResponse extends $tea.Model {
6520
6871
  headers: { [key: string]: string };
6872
+ statusCode: number;
6521
6873
  body: UpdateNamespaceResponseBody;
6522
6874
  static names(): { [key: string]: string } {
6523
6875
  return {
6524
6876
  headers: 'headers',
6877
+ statusCode: 'statusCode',
6525
6878
  body: 'body',
6526
6879
  };
6527
6880
  }
@@ -6529,6 +6882,7 @@ export class UpdateNamespaceResponse extends $tea.Model {
6529
6882
  static types(): { [key: string]: any } {
6530
6883
  return {
6531
6884
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6885
+ statusCode: 'number',
6532
6886
  body: UpdateNamespaceResponseBody,
6533
6887
  };
6534
6888
  }
@@ -6596,10 +6950,12 @@ export class UpdateNamespaceVpcResponseBody extends $tea.Model {
6596
6950
 
6597
6951
  export class UpdateNamespaceVpcResponse extends $tea.Model {
6598
6952
  headers: { [key: string]: string };
6953
+ statusCode: number;
6599
6954
  body: UpdateNamespaceVpcResponseBody;
6600
6955
  static names(): { [key: string]: string } {
6601
6956
  return {
6602
6957
  headers: 'headers',
6958
+ statusCode: 'statusCode',
6603
6959
  body: 'body',
6604
6960
  };
6605
6961
  }
@@ -6607,6 +6963,7 @@ export class UpdateNamespaceVpcResponse extends $tea.Model {
6607
6963
  static types(): { [key: string]: any } {
6608
6964
  return {
6609
6965
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6966
+ statusCode: 'number',
6610
6967
  body: UpdateNamespaceVpcResponseBody,
6611
6968
  };
6612
6969
  }
@@ -6616,93 +6973,6 @@ export class UpdateNamespaceVpcResponse extends $tea.Model {
6616
6973
  }
6617
6974
  }
6618
6975
 
6619
- export class UploadFilesRequest extends $tea.Model {
6620
- appId?: string;
6621
- cloudUrl?: string;
6622
- instanceId?: string;
6623
- localpath?: string;
6624
- static names(): { [key: string]: string } {
6625
- return {
6626
- appId: 'AppId',
6627
- cloudUrl: 'CloudUrl',
6628
- instanceId: 'InstanceId',
6629
- localpath: 'Localpath',
6630
- };
6631
- }
6632
-
6633
- static types(): { [key: string]: any } {
6634
- return {
6635
- appId: 'string',
6636
- cloudUrl: 'string',
6637
- instanceId: 'string',
6638
- localpath: 'string',
6639
- };
6640
- }
6641
-
6642
- constructor(map?: { [key: string]: any }) {
6643
- super(map);
6644
- }
6645
- }
6646
-
6647
- export class UploadFilesResponseBody extends $tea.Model {
6648
- code?: string;
6649
- data?: string;
6650
- errorCode?: string;
6651
- message?: string;
6652
- requestId?: string;
6653
- success?: boolean;
6654
- traceId?: string;
6655
- static names(): { [key: string]: string } {
6656
- return {
6657
- code: 'Code',
6658
- data: 'Data',
6659
- errorCode: 'ErrorCode',
6660
- message: 'Message',
6661
- requestId: 'RequestId',
6662
- success: 'Success',
6663
- traceId: 'TraceId',
6664
- };
6665
- }
6666
-
6667
- static types(): { [key: string]: any } {
6668
- return {
6669
- code: 'string',
6670
- data: 'string',
6671
- errorCode: 'string',
6672
- message: 'string',
6673
- requestId: 'string',
6674
- success: 'boolean',
6675
- traceId: 'string',
6676
- };
6677
- }
6678
-
6679
- constructor(map?: { [key: string]: any }) {
6680
- super(map);
6681
- }
6682
- }
6683
-
6684
- export class UploadFilesResponse extends $tea.Model {
6685
- headers: { [key: string]: string };
6686
- body: UploadFilesResponseBody;
6687
- static names(): { [key: string]: string } {
6688
- return {
6689
- headers: 'headers',
6690
- body: 'body',
6691
- };
6692
- }
6693
-
6694
- static types(): { [key: string]: any } {
6695
- return {
6696
- headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6697
- body: UploadFilesResponseBody,
6698
- };
6699
- }
6700
-
6701
- constructor(map?: { [key: string]: any }) {
6702
- super(map);
6703
- }
6704
- }
6705
-
6706
6976
  export class AbortAndRollbackChangeOrderResponseBodyData extends $tea.Model {
6707
6977
  changeOrderId?: string;
6708
6978
  static names(): { [key: string]: string } {
@@ -7381,6 +7651,7 @@ export class DescribeApplicationConfigResponseBodyDataTags extends $tea.Model {
7381
7651
 
7382
7652
  export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7383
7653
  acrAssumeRoleArn?: string;
7654
+ acrInstanceId?: string;
7384
7655
  appDescription?: string;
7385
7656
  appId?: string;
7386
7657
  appName?: string;
@@ -7399,6 +7670,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7399
7670
  jarStartArgs?: string;
7400
7671
  jarStartOptions?: string;
7401
7672
  jdk?: string;
7673
+ kafkaConfigs?: string;
7402
7674
  liveness?: string;
7403
7675
  memory?: number;
7404
7676
  minReadyInstanceRatio?: number;
@@ -7419,6 +7691,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7419
7691
  phpConfigLocation?: string;
7420
7692
  postStart?: string;
7421
7693
  preStop?: string;
7694
+ programmingLanguage?: string;
7422
7695
  readiness?: string;
7423
7696
  regionId?: string;
7424
7697
  replicas?: number;
@@ -7436,6 +7709,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7436
7709
  static names(): { [key: string]: string } {
7437
7710
  return {
7438
7711
  acrAssumeRoleArn: 'AcrAssumeRoleArn',
7712
+ acrInstanceId: 'AcrInstanceId',
7439
7713
  appDescription: 'AppDescription',
7440
7714
  appId: 'AppId',
7441
7715
  appName: 'AppName',
@@ -7454,6 +7728,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7454
7728
  jarStartArgs: 'JarStartArgs',
7455
7729
  jarStartOptions: 'JarStartOptions',
7456
7730
  jdk: 'Jdk',
7731
+ kafkaConfigs: 'KafkaConfigs',
7457
7732
  liveness: 'Liveness',
7458
7733
  memory: 'Memory',
7459
7734
  minReadyInstanceRatio: 'MinReadyInstanceRatio',
@@ -7474,6 +7749,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7474
7749
  phpConfigLocation: 'PhpConfigLocation',
7475
7750
  postStart: 'PostStart',
7476
7751
  preStop: 'PreStop',
7752
+ programmingLanguage: 'ProgrammingLanguage',
7477
7753
  readiness: 'Readiness',
7478
7754
  regionId: 'RegionId',
7479
7755
  replicas: 'Replicas',
@@ -7494,6 +7770,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7494
7770
  static types(): { [key: string]: any } {
7495
7771
  return {
7496
7772
  acrAssumeRoleArn: 'string',
7773
+ acrInstanceId: 'string',
7497
7774
  appDescription: 'string',
7498
7775
  appId: 'string',
7499
7776
  appName: 'string',
@@ -7512,6 +7789,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7512
7789
  jarStartArgs: 'string',
7513
7790
  jarStartOptions: 'string',
7514
7791
  jdk: 'string',
7792
+ kafkaConfigs: 'string',
7515
7793
  liveness: 'string',
7516
7794
  memory: 'number',
7517
7795
  minReadyInstanceRatio: 'number',
@@ -7532,6 +7810,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7532
7810
  phpConfigLocation: 'string',
7533
7811
  postStart: 'string',
7534
7812
  preStop: 'string',
7813
+ programmingLanguage: 'string',
7535
7814
  readiness: 'string',
7536
7815
  regionId: 'string',
7537
7816
  replicas: 'number',
@@ -7649,6 +7928,7 @@ export class DescribeApplicationImageResponseBodyData extends $tea.Model {
7649
7928
  export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.Model {
7650
7929
  createTimeStamp?: number;
7651
7930
  eip?: string;
7931
+ finishTimeStamp?: number;
7652
7932
  groupId?: string;
7653
7933
  imageUrl?: string;
7654
7934
  instanceContainerIp?: string;
@@ -7662,6 +7942,7 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
7662
7942
  return {
7663
7943
  createTimeStamp: 'CreateTimeStamp',
7664
7944
  eip: 'Eip',
7945
+ finishTimeStamp: 'FinishTimeStamp',
7665
7946
  groupId: 'GroupId',
7666
7947
  imageUrl: 'ImageUrl',
7667
7948
  instanceContainerIp: 'InstanceContainerIp',
@@ -7678,6 +7959,7 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
7678
7959
  return {
7679
7960
  createTimeStamp: 'number',
7680
7961
  eip: 'string',
7962
+ finishTimeStamp: 'number',
7681
7963
  groupId: 'string',
7682
7964
  imageUrl: 'string',
7683
7965
  instanceContainerIp: 'string',
@@ -8509,6 +8791,7 @@ export class DescribeChangeOrderResponseBodyDataPipelines extends $tea.Model {
8509
8791
  }
8510
8792
 
8511
8793
  export class DescribeChangeOrderResponseBodyData extends $tea.Model {
8794
+ appId?: string;
8512
8795
  appName?: string;
8513
8796
  approvalId?: string;
8514
8797
  auto?: boolean;
@@ -8528,6 +8811,7 @@ export class DescribeChangeOrderResponseBodyData extends $tea.Model {
8528
8811
  supportRollback?: boolean;
8529
8812
  static names(): { [key: string]: string } {
8530
8813
  return {
8814
+ appId: 'AppId',
8531
8815
  appName: 'AppName',
8532
8816
  approvalId: 'ApprovalId',
8533
8817
  auto: 'Auto',
@@ -8550,6 +8834,7 @@ export class DescribeChangeOrderResponseBodyData extends $tea.Model {
8550
8834
 
8551
8835
  static types(): { [key: string]: any } {
8552
8836
  return {
8837
+ appId: 'string',
8553
8838
  appName: 'string',
8554
8839
  approvalId: 'string',
8555
8840
  auto: 'boolean',
@@ -8918,6 +9203,7 @@ export class DescribeGreyTagRouteResponseBodyDataScRules extends $tea.Model {
8918
9203
  }
8919
9204
 
8920
9205
  export class DescribeGreyTagRouteResponseBodyData extends $tea.Model {
9206
+ appId?: string;
8921
9207
  createTime?: number;
8922
9208
  description?: string;
8923
9209
  dubboRules?: DescribeGreyTagRouteResponseBodyDataDubboRules[];
@@ -8927,6 +9213,7 @@ export class DescribeGreyTagRouteResponseBodyData extends $tea.Model {
8927
9213
  updateTime?: number;
8928
9214
  static names(): { [key: string]: string } {
8929
9215
  return {
9216
+ appId: 'AppId',
8930
9217
  createTime: 'CreateTime',
8931
9218
  description: 'Description',
8932
9219
  dubboRules: 'DubboRules',
@@ -8939,6 +9226,7 @@ export class DescribeGreyTagRouteResponseBodyData extends $tea.Model {
8939
9226
 
8940
9227
  static types(): { [key: string]: any } {
8941
9228
  return {
9229
+ appId: 'string',
8942
9230
  createTime: 'number',
8943
9231
  description: 'string',
8944
9232
  dubboRules: { 'type': 'array', 'itemType': DescribeGreyTagRouteResponseBodyDataDubboRules },
@@ -9016,6 +9304,8 @@ export class DescribeIngressResponseBodyData extends $tea.Model {
9016
9304
  description?: string;
9017
9305
  id?: number;
9018
9306
  listenerPort?: number;
9307
+ listenerProtocol?: string;
9308
+ loadBalanceType?: string;
9019
9309
  name?: string;
9020
9310
  namespaceId?: string;
9021
9311
  rules?: DescribeIngressResponseBodyDataRules[];
@@ -9028,6 +9318,8 @@ export class DescribeIngressResponseBodyData extends $tea.Model {
9028
9318
  description: 'Description',
9029
9319
  id: 'Id',
9030
9320
  listenerPort: 'ListenerPort',
9321
+ listenerProtocol: 'ListenerProtocol',
9322
+ loadBalanceType: 'LoadBalanceType',
9031
9323
  name: 'Name',
9032
9324
  namespaceId: 'NamespaceId',
9033
9325
  rules: 'Rules',
@@ -9043,6 +9335,8 @@ export class DescribeIngressResponseBodyData extends $tea.Model {
9043
9335
  description: 'string',
9044
9336
  id: 'number',
9045
9337
  listenerPort: 'number',
9338
+ listenerProtocol: 'string',
9339
+ loadBalanceType: 'string',
9046
9340
  name: 'string',
9047
9341
  namespaceId: 'string',
9048
9342
  rules: { 'type': 'array', 'itemType': DescribeIngressResponseBodyDataRules },
@@ -9168,6 +9462,8 @@ export class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
9168
9462
  appCount?: number;
9169
9463
  belongRegion?: string;
9170
9464
  description?: string;
9465
+ jumpServerAppId?: string;
9466
+ jumpServerIp?: string;
9171
9467
  lastChangeOrderId?: string;
9172
9468
  lastChangeOrderRunning?: boolean;
9173
9469
  lastChangeOrderStatus?: string;
@@ -9186,6 +9482,8 @@ export class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
9186
9482
  appCount: 'AppCount',
9187
9483
  belongRegion: 'BelongRegion',
9188
9484
  description: 'Description',
9485
+ jumpServerAppId: 'JumpServerAppId',
9486
+ jumpServerIp: 'JumpServerIp',
9189
9487
  lastChangeOrderId: 'LastChangeOrderId',
9190
9488
  lastChangeOrderRunning: 'LastChangeOrderRunning',
9191
9489
  lastChangeOrderStatus: 'LastChangeOrderStatus',
@@ -9207,6 +9505,8 @@ export class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
9207
9505
  appCount: 'number',
9208
9506
  belongRegion: 'string',
9209
9507
  description: 'string',
9508
+ jumpServerAppId: 'string',
9509
+ jumpServerIp: 'string',
9210
9510
  lastChangeOrderId: 'string',
9211
9511
  lastChangeOrderRunning: 'boolean',
9212
9512
  lastChangeOrderStatus: 'string',
@@ -9539,20 +9839,16 @@ export class ListAppEventsResponseBodyData extends $tea.Model {
9539
9839
  }
9540
9840
 
9541
9841
  export class ListAppServicesPageResponseBodyDataResult extends $tea.Model {
9542
- clusterName?: string;
9543
9842
  edasAppId?: string;
9544
9843
  edasAppName?: string;
9545
- gmtModifyTime?: string;
9546
9844
  group?: string;
9547
9845
  instanceNum?: number;
9548
9846
  serviceName?: string;
9549
9847
  version?: string;
9550
9848
  static names(): { [key: string]: string } {
9551
9849
  return {
9552
- clusterName: 'ClusterName',
9553
9850
  edasAppId: 'EdasAppId',
9554
9851
  edasAppName: 'EdasAppName',
9555
- gmtModifyTime: 'GmtModifyTime',
9556
9852
  group: 'Group',
9557
9853
  instanceNum: 'InstanceNum',
9558
9854
  serviceName: 'ServiceName',
@@ -9562,10 +9858,8 @@ export class ListAppServicesPageResponseBodyDataResult extends $tea.Model {
9562
9858
 
9563
9859
  static types(): { [key: string]: any } {
9564
9860
  return {
9565
- clusterName: 'string',
9566
9861
  edasAppId: 'string',
9567
9862
  edasAppName: 'string',
9568
- gmtModifyTime: 'string',
9569
9863
  group: 'string',
9570
9864
  instanceNum: 'number',
9571
9865
  serviceName: 'string',
@@ -10059,6 +10353,8 @@ export class ListIngressesResponseBodyDataIngressList extends $tea.Model {
10059
10353
  description?: string;
10060
10354
  id?: number;
10061
10355
  listenerPort?: string;
10356
+ listenerProtocol?: string;
10357
+ loadBalanceType?: string;
10062
10358
  name?: string;
10063
10359
  namespaceId?: string;
10064
10360
  slbId?: string;
@@ -10069,6 +10365,8 @@ export class ListIngressesResponseBodyDataIngressList extends $tea.Model {
10069
10365
  description: 'Description',
10070
10366
  id: 'Id',
10071
10367
  listenerPort: 'ListenerPort',
10368
+ listenerProtocol: 'ListenerProtocol',
10369
+ loadBalanceType: 'LoadBalanceType',
10072
10370
  name: 'Name',
10073
10371
  namespaceId: 'NamespaceId',
10074
10372
  slbId: 'SlbId',
@@ -10082,6 +10380,8 @@ export class ListIngressesResponseBodyDataIngressList extends $tea.Model {
10082
10380
  description: 'string',
10083
10381
  id: 'number',
10084
10382
  listenerPort: 'string',
10383
+ listenerProtocol: 'string',
10384
+ loadBalanceType: 'string',
10085
10385
  name: 'string',
10086
10386
  namespaceId: 'string',
10087
10387
  slbId: 'string',
@@ -11209,6 +11509,22 @@ export default class Client extends OpenApi {
11209
11509
  query["Jdk"] = request.jdk;
11210
11510
  }
11211
11511
 
11512
+ if (!Util.isUnset(request.kafkaConfigs)) {
11513
+ query["KafkaConfigs"] = request.kafkaConfigs;
11514
+ }
11515
+
11516
+ if (!Util.isUnset(request.kafkaEndpoint)) {
11517
+ query["KafkaEndpoint"] = request.kafkaEndpoint;
11518
+ }
11519
+
11520
+ if (!Util.isUnset(request.kafkaInstanceId)) {
11521
+ query["KafkaInstanceId"] = request.kafkaInstanceId;
11522
+ }
11523
+
11524
+ if (!Util.isUnset(request.kafkaLogfileConfig)) {
11525
+ query["KafkaLogfileConfig"] = request.kafkaLogfileConfig;
11526
+ }
11527
+
11212
11528
  if (!Util.isUnset(request.liveness)) {
11213
11529
  query["Liveness"] = request.liveness;
11214
11530
  }
@@ -11233,6 +11549,10 @@ export default class Client extends OpenApi {
11233
11549
  query["NasId"] = request.nasId;
11234
11550
  }
11235
11551
 
11552
+ if (!Util.isUnset(request.openCollectToKafka)) {
11553
+ query["OpenCollectToKafka"] = request.openCollectToKafka;
11554
+ }
11555
+
11236
11556
  if (!Util.isUnset(request.packageType)) {
11237
11557
  query["PackageType"] = request.packageType;
11238
11558
  }
@@ -11261,6 +11581,10 @@ export default class Client extends OpenApi {
11261
11581
  query["PreStop"] = request.preStop;
11262
11582
  }
11263
11583
 
11584
+ if (!Util.isUnset(request.programmingLanguage)) {
11585
+ query["ProgrammingLanguage"] = request.programmingLanguage;
11586
+ }
11587
+
11264
11588
  if (!Util.isUnset(request.readiness)) {
11265
11589
  query["Readiness"] = request.readiness;
11266
11590
  }
@@ -11529,6 +11853,14 @@ export default class Client extends OpenApi {
11529
11853
  query["ListenerPort"] = request.listenerPort;
11530
11854
  }
11531
11855
 
11856
+ if (!Util.isUnset(request.listenerProtocol)) {
11857
+ query["ListenerProtocol"] = request.listenerProtocol;
11858
+ }
11859
+
11860
+ if (!Util.isUnset(request.loadBalanceType)) {
11861
+ query["LoadBalanceType"] = request.loadBalanceType;
11862
+ }
11863
+
11532
11864
  if (!Util.isUnset(request.namespaceId)) {
11533
11865
  query["NamespaceId"] = request.namespaceId;
11534
11866
  }
@@ -11863,6 +12195,22 @@ export default class Client extends OpenApi {
11863
12195
  query["Jdk"] = request.jdk;
11864
12196
  }
11865
12197
 
12198
+ if (!Util.isUnset(request.kafkaConfigs)) {
12199
+ query["KafkaConfigs"] = request.kafkaConfigs;
12200
+ }
12201
+
12202
+ if (!Util.isUnset(request.kafkaEndpoint)) {
12203
+ query["KafkaEndpoint"] = request.kafkaEndpoint;
12204
+ }
12205
+
12206
+ if (!Util.isUnset(request.kafkaInstanceId)) {
12207
+ query["KafkaInstanceId"] = request.kafkaInstanceId;
12208
+ }
12209
+
12210
+ if (!Util.isUnset(request.kafkaLogfileConfig)) {
12211
+ query["KafkaLogfileConfig"] = request.kafkaLogfileConfig;
12212
+ }
12213
+
11866
12214
  if (!Util.isUnset(request.liveness)) {
11867
12215
  query["Liveness"] = request.liveness;
11868
12216
  }
@@ -11887,6 +12235,10 @@ export default class Client extends OpenApi {
11887
12235
  query["NasId"] = request.nasId;
11888
12236
  }
11889
12237
 
12238
+ if (!Util.isUnset(request.openCollectToKafka)) {
12239
+ query["OpenCollectToKafka"] = request.openCollectToKafka;
12240
+ }
12241
+
11890
12242
  if (!Util.isUnset(request.packageUrl)) {
11891
12243
  query["PackageUrl"] = request.packageUrl;
11892
12244
  }
@@ -12817,45 +13169,6 @@ export default class Client extends OpenApi {
12817
13169
  return $tea.cast<DisableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
12818
13170
  }
12819
13171
 
12820
- async downloadFiles(request: DownloadFilesRequest): Promise<DownloadFilesResponse> {
12821
- let runtime = new $Util.RuntimeOptions({ });
12822
- let headers : {[key: string ]: string} = { };
12823
- return await this.downloadFilesWithOptions(request, headers, runtime);
12824
- }
12825
-
12826
- async downloadFilesWithOptions(request: DownloadFilesRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<DownloadFilesResponse> {
12827
- Util.validateModel(request);
12828
- let query : {[key: string ]: any} = { };
12829
- if (!Util.isUnset(request.appId)) {
12830
- query["AppId"] = request.appId;
12831
- }
12832
-
12833
- if (!Util.isUnset(request.instanceId)) {
12834
- query["InstanceId"] = request.instanceId;
12835
- }
12836
-
12837
- if (!Util.isUnset(request.localpath)) {
12838
- query["Localpath"] = request.localpath;
12839
- }
12840
-
12841
- let req = new $OpenApi.OpenApiRequest({
12842
- headers: headers,
12843
- query: OpenApiUtil.query(query),
12844
- });
12845
- let params = new $OpenApi.Params({
12846
- action: "DownloadFiles",
12847
- version: "2019-05-06",
12848
- protocol: "HTTPS",
12849
- pathname: `/pop/v1/sam/app/downloadFiles`,
12850
- method: "POST",
12851
- authType: "AK",
12852
- style: "ROA",
12853
- reqBodyType: "json",
12854
- bodyType: "json",
12855
- });
12856
- return $tea.cast<DownloadFilesResponse>(await this.callApi(params, req, runtime), new DownloadFilesResponse({}));
12857
- }
12858
-
12859
13172
  async enableApplicationScalingRule(request: EnableApplicationScalingRuleRequest): Promise<EnableApplicationScalingRuleResponse> {
12860
13173
  let runtime = new $Util.RuntimeOptions({ });
12861
13174
  let headers : {[key: string ]: string} = { };
@@ -13965,6 +14278,41 @@ export default class Client extends OpenApi {
13965
14278
  return $tea.cast<UpdateAppSecurityGroupResponse>(await this.callApi(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
13966
14279
  }
13967
14280
 
14281
+ async updateApplicationDescription(request: UpdateApplicationDescriptionRequest): Promise<UpdateApplicationDescriptionResponse> {
14282
+ let runtime = new $Util.RuntimeOptions({ });
14283
+ let headers : {[key: string ]: string} = { };
14284
+ return await this.updateApplicationDescriptionWithOptions(request, headers, runtime);
14285
+ }
14286
+
14287
+ async updateApplicationDescriptionWithOptions(request: UpdateApplicationDescriptionRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationDescriptionResponse> {
14288
+ Util.validateModel(request);
14289
+ let query : {[key: string ]: any} = { };
14290
+ if (!Util.isUnset(request.appDescription)) {
14291
+ query["AppDescription"] = request.appDescription;
14292
+ }
14293
+
14294
+ if (!Util.isUnset(request.appId)) {
14295
+ query["AppId"] = request.appId;
14296
+ }
14297
+
14298
+ let req = new $OpenApi.OpenApiRequest({
14299
+ headers: headers,
14300
+ query: OpenApiUtil.query(query),
14301
+ });
14302
+ let params = new $OpenApi.Params({
14303
+ action: "UpdateApplicationDescription",
14304
+ version: "2019-05-06",
14305
+ protocol: "HTTPS",
14306
+ pathname: `/pop/v1/sam/app/updateAppDescription`,
14307
+ method: "PUT",
14308
+ authType: "AK",
14309
+ style: "ROA",
14310
+ reqBodyType: "json",
14311
+ bodyType: "json",
14312
+ });
14313
+ return $tea.cast<UpdateApplicationDescriptionResponse>(await this.callApi(params, req, runtime), new UpdateApplicationDescriptionResponse({}));
14314
+ }
14315
+
13968
14316
  async updateApplicationScalingRule(request: UpdateApplicationScalingRuleRequest): Promise<UpdateApplicationScalingRuleResponse> {
13969
14317
  let runtime = new $Util.RuntimeOptions({ });
13970
14318
  let headers : {[key: string ]: string} = { };
@@ -14016,6 +14364,41 @@ export default class Client extends OpenApi {
14016
14364
  return $tea.cast<UpdateApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
14017
14365
  }
14018
14366
 
14367
+ async updateApplicationVswitches(request: UpdateApplicationVswitchesRequest): Promise<UpdateApplicationVswitchesResponse> {
14368
+ let runtime = new $Util.RuntimeOptions({ });
14369
+ let headers : {[key: string ]: string} = { };
14370
+ return await this.updateApplicationVswitchesWithOptions(request, headers, runtime);
14371
+ }
14372
+
14373
+ async updateApplicationVswitchesWithOptions(request: UpdateApplicationVswitchesRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationVswitchesResponse> {
14374
+ Util.validateModel(request);
14375
+ let query : {[key: string ]: any} = { };
14376
+ if (!Util.isUnset(request.appId)) {
14377
+ query["AppId"] = request.appId;
14378
+ }
14379
+
14380
+ if (!Util.isUnset(request.vSwitchId)) {
14381
+ query["VSwitchId"] = request.vSwitchId;
14382
+ }
14383
+
14384
+ let req = new $OpenApi.OpenApiRequest({
14385
+ headers: headers,
14386
+ query: OpenApiUtil.query(query),
14387
+ });
14388
+ let params = new $OpenApi.Params({
14389
+ action: "UpdateApplicationVswitches",
14390
+ version: "2019-05-06",
14391
+ protocol: "HTTPS",
14392
+ pathname: `/pop/v1/sam/app/updateAppVswitches`,
14393
+ method: "PUT",
14394
+ authType: "AK",
14395
+ style: "ROA",
14396
+ reqBodyType: "json",
14397
+ bodyType: "json",
14398
+ });
14399
+ return $tea.cast<UpdateApplicationVswitchesResponse>(await this.callApi(params, req, runtime), new UpdateApplicationVswitchesResponse({}));
14400
+ }
14401
+
14019
14402
  async updateConfigMap(request: UpdateConfigMapRequest): Promise<UpdateConfigMapResponse> {
14020
14403
  let runtime = new $Util.RuntimeOptions({ });
14021
14404
  let headers : {[key: string ]: string} = { };
@@ -14129,6 +14512,14 @@ export default class Client extends OpenApi {
14129
14512
  query["ListenerPort"] = request.listenerPort;
14130
14513
  }
14131
14514
 
14515
+ if (!Util.isUnset(request.listenerProtocol)) {
14516
+ query["ListenerProtocol"] = request.listenerProtocol;
14517
+ }
14518
+
14519
+ if (!Util.isUnset(request.loadBalanceType)) {
14520
+ query["LoadBalanceType"] = request.loadBalanceType;
14521
+ }
14522
+
14132
14523
  let body : {[key: string ]: any} = { };
14133
14524
  if (!Util.isUnset(request.rules)) {
14134
14525
  body["Rules"] = request.rules;
@@ -14227,47 +14618,4 @@ export default class Client extends OpenApi {
14227
14618
  return $tea.cast<UpdateNamespaceVpcResponse>(await this.callApi(params, req, runtime), new UpdateNamespaceVpcResponse({}));
14228
14619
  }
14229
14620
 
14230
- async uploadFiles(request: UploadFilesRequest): Promise<UploadFilesResponse> {
14231
- let runtime = new $Util.RuntimeOptions({ });
14232
- let headers : {[key: string ]: string} = { };
14233
- return await this.uploadFilesWithOptions(request, headers, runtime);
14234
- }
14235
-
14236
- async uploadFilesWithOptions(request: UploadFilesRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<UploadFilesResponse> {
14237
- Util.validateModel(request);
14238
- let query : {[key: string ]: any} = { };
14239
- if (!Util.isUnset(request.appId)) {
14240
- query["AppId"] = request.appId;
14241
- }
14242
-
14243
- if (!Util.isUnset(request.cloudUrl)) {
14244
- query["CloudUrl"] = request.cloudUrl;
14245
- }
14246
-
14247
- if (!Util.isUnset(request.instanceId)) {
14248
- query["InstanceId"] = request.instanceId;
14249
- }
14250
-
14251
- if (!Util.isUnset(request.localpath)) {
14252
- query["Localpath"] = request.localpath;
14253
- }
14254
-
14255
- let req = new $OpenApi.OpenApiRequest({
14256
- headers: headers,
14257
- query: OpenApiUtil.query(query),
14258
- });
14259
- let params = new $OpenApi.Params({
14260
- action: "UploadFiles",
14261
- version: "2019-05-06",
14262
- protocol: "HTTPS",
14263
- pathname: `/pop/v1/sam/app/uploadFiles`,
14264
- method: "POST",
14265
- authType: "AK",
14266
- style: "ROA",
14267
- reqBodyType: "json",
14268
- bodyType: "json",
14269
- });
14270
- return $tea.cast<UploadFilesResponse>(await this.callApi(params, req, runtime), new UploadFilesResponse({}));
14271
- }
14272
-
14273
14621
  }