@alicloud/sae20190506 1.19.0 → 1.20.0

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,6 +534,7 @@ export class CreateApplicationRequest extends $tea.Model {
516
534
  jarStartArgs?: string;
517
535
  jarStartOptions?: string;
518
536
  jdk?: string;
537
+ kafkaConfigs?: string;
519
538
  kafkaEndpoint?: string;
520
539
  kafkaInstanceId?: string;
521
540
  kafkaLogfileConfig?: string;
@@ -537,6 +556,7 @@ export class CreateApplicationRequest extends $tea.Model {
537
556
  phpConfigLocation?: string;
538
557
  postStart?: string;
539
558
  preStop?: string;
559
+ programmingLanguage?: string;
540
560
  readiness?: string;
541
561
  replicas?: number;
542
562
  securityGroupId?: string;
@@ -568,6 +588,7 @@ export class CreateApplicationRequest extends $tea.Model {
568
588
  jarStartArgs: 'JarStartArgs',
569
589
  jarStartOptions: 'JarStartOptions',
570
590
  jdk: 'Jdk',
591
+ kafkaConfigs: 'KafkaConfigs',
571
592
  kafkaEndpoint: 'KafkaEndpoint',
572
593
  kafkaInstanceId: 'KafkaInstanceId',
573
594
  kafkaLogfileConfig: 'KafkaLogfileConfig',
@@ -589,6 +610,7 @@ export class CreateApplicationRequest extends $tea.Model {
589
610
  phpConfigLocation: 'PhpConfigLocation',
590
611
  postStart: 'PostStart',
591
612
  preStop: 'PreStop',
613
+ programmingLanguage: 'ProgrammingLanguage',
592
614
  readiness: 'Readiness',
593
615
  replicas: 'Replicas',
594
616
  securityGroupId: 'SecurityGroupId',
@@ -623,6 +645,7 @@ export class CreateApplicationRequest extends $tea.Model {
623
645
  jarStartArgs: 'string',
624
646
  jarStartOptions: 'string',
625
647
  jdk: 'string',
648
+ kafkaConfigs: 'string',
626
649
  kafkaEndpoint: 'string',
627
650
  kafkaInstanceId: 'string',
628
651
  kafkaLogfileConfig: 'string',
@@ -644,6 +667,7 @@ export class CreateApplicationRequest extends $tea.Model {
644
667
  phpConfigLocation: 'string',
645
668
  postStart: 'string',
646
669
  preStop: 'string',
670
+ programmingLanguage: 'string',
647
671
  readiness: 'string',
648
672
  replicas: 'number',
649
673
  securityGroupId: 'string',
@@ -702,10 +726,12 @@ export class CreateApplicationResponseBody extends $tea.Model {
702
726
 
703
727
  export class CreateApplicationResponse extends $tea.Model {
704
728
  headers: { [key: string]: string };
729
+ statusCode: number;
705
730
  body: CreateApplicationResponseBody;
706
731
  static names(): { [key: string]: string } {
707
732
  return {
708
733
  headers: 'headers',
734
+ statusCode: 'statusCode',
709
735
  body: 'body',
710
736
  };
711
737
  }
@@ -713,6 +739,7 @@ export class CreateApplicationResponse extends $tea.Model {
713
739
  static types(): { [key: string]: any } {
714
740
  return {
715
741
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
742
+ statusCode: 'number',
716
743
  body: CreateApplicationResponseBody,
717
744
  };
718
745
  }
@@ -789,10 +816,12 @@ export class CreateApplicationScalingRuleResponseBody extends $tea.Model {
789
816
 
790
817
  export class CreateApplicationScalingRuleResponse extends $tea.Model {
791
818
  headers: { [key: string]: string };
819
+ statusCode: number;
792
820
  body: CreateApplicationScalingRuleResponseBody;
793
821
  static names(): { [key: string]: string } {
794
822
  return {
795
823
  headers: 'headers',
824
+ statusCode: 'statusCode',
796
825
  body: 'body',
797
826
  };
798
827
  }
@@ -800,6 +829,7 @@ export class CreateApplicationScalingRuleResponse extends $tea.Model {
800
829
  static types(): { [key: string]: any } {
801
830
  return {
802
831
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
832
+ statusCode: 'number',
803
833
  body: CreateApplicationScalingRuleResponseBody,
804
834
  };
805
835
  }
@@ -876,10 +906,12 @@ export class CreateConfigMapResponseBody extends $tea.Model {
876
906
 
877
907
  export class CreateConfigMapResponse extends $tea.Model {
878
908
  headers: { [key: string]: string };
909
+ statusCode: number;
879
910
  body: CreateConfigMapResponseBody;
880
911
  static names(): { [key: string]: string } {
881
912
  return {
882
913
  headers: 'headers',
914
+ statusCode: 'statusCode',
883
915
  body: 'body',
884
916
  };
885
917
  }
@@ -887,6 +919,7 @@ export class CreateConfigMapResponse extends $tea.Model {
887
919
  static types(): { [key: string]: any } {
888
920
  return {
889
921
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
922
+ statusCode: 'number',
890
923
  body: CreateConfigMapResponseBody,
891
924
  };
892
925
  }
@@ -966,10 +999,12 @@ export class CreateGreyTagRouteResponseBody extends $tea.Model {
966
999
 
967
1000
  export class CreateGreyTagRouteResponse extends $tea.Model {
968
1001
  headers: { [key: string]: string };
1002
+ statusCode: number;
969
1003
  body: CreateGreyTagRouteResponseBody;
970
1004
  static names(): { [key: string]: string } {
971
1005
  return {
972
1006
  headers: 'headers',
1007
+ statusCode: 'statusCode',
973
1008
  body: 'body',
974
1009
  };
975
1010
  }
@@ -977,6 +1012,7 @@ export class CreateGreyTagRouteResponse extends $tea.Model {
977
1012
  static types(): { [key: string]: any } {
978
1013
  return {
979
1014
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1015
+ statusCode: 'number',
980
1016
  body: CreateGreyTagRouteResponseBody,
981
1017
  };
982
1018
  }
@@ -991,6 +1027,8 @@ export class CreateIngressRequest extends $tea.Model {
991
1027
  defaultRule?: string;
992
1028
  description?: string;
993
1029
  listenerPort?: number;
1030
+ listenerProtocol?: string;
1031
+ loadBalanceType?: string;
994
1032
  namespaceId?: string;
995
1033
  rules?: string;
996
1034
  slbId?: string;
@@ -1000,6 +1038,8 @@ export class CreateIngressRequest extends $tea.Model {
1000
1038
  defaultRule: 'DefaultRule',
1001
1039
  description: 'Description',
1002
1040
  listenerPort: 'ListenerPort',
1041
+ listenerProtocol: 'ListenerProtocol',
1042
+ loadBalanceType: 'LoadBalanceType',
1003
1043
  namespaceId: 'NamespaceId',
1004
1044
  rules: 'Rules',
1005
1045
  slbId: 'SlbId',
@@ -1012,6 +1052,8 @@ export class CreateIngressRequest extends $tea.Model {
1012
1052
  defaultRule: 'string',
1013
1053
  description: 'string',
1014
1054
  listenerPort: 'number',
1055
+ listenerProtocol: 'string',
1056
+ loadBalanceType: 'string',
1015
1057
  namespaceId: 'string',
1016
1058
  rules: 'string',
1017
1059
  slbId: 'string',
@@ -1062,10 +1104,12 @@ export class CreateIngressResponseBody extends $tea.Model {
1062
1104
 
1063
1105
  export class CreateIngressResponse extends $tea.Model {
1064
1106
  headers: { [key: string]: string };
1107
+ statusCode: number;
1065
1108
  body: CreateIngressResponseBody;
1066
1109
  static names(): { [key: string]: string } {
1067
1110
  return {
1068
1111
  headers: 'headers',
1112
+ statusCode: 'statusCode',
1069
1113
  body: 'body',
1070
1114
  };
1071
1115
  }
@@ -1073,6 +1117,7 @@ export class CreateIngressResponse extends $tea.Model {
1073
1117
  static types(): { [key: string]: any } {
1074
1118
  return {
1075
1119
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1120
+ statusCode: 'number',
1076
1121
  body: CreateIngressResponseBody,
1077
1122
  };
1078
1123
  }
@@ -1146,10 +1191,12 @@ export class CreateNamespaceResponseBody extends $tea.Model {
1146
1191
 
1147
1192
  export class CreateNamespaceResponse extends $tea.Model {
1148
1193
  headers: { [key: string]: string };
1194
+ statusCode: number;
1149
1195
  body: CreateNamespaceResponseBody;
1150
1196
  static names(): { [key: string]: string } {
1151
1197
  return {
1152
1198
  headers: 'headers',
1199
+ statusCode: 'statusCode',
1153
1200
  body: 'body',
1154
1201
  };
1155
1202
  }
@@ -1157,6 +1204,7 @@ export class CreateNamespaceResponse extends $tea.Model {
1157
1204
  static types(): { [key: string]: any } {
1158
1205
  return {
1159
1206
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1207
+ statusCode: 'number',
1160
1208
  body: CreateNamespaceResponseBody,
1161
1209
  };
1162
1210
  }
@@ -1224,10 +1272,12 @@ export class DeleteApplicationResponseBody extends $tea.Model {
1224
1272
 
1225
1273
  export class DeleteApplicationResponse extends $tea.Model {
1226
1274
  headers: { [key: string]: string };
1275
+ statusCode: number;
1227
1276
  body: DeleteApplicationResponseBody;
1228
1277
  static names(): { [key: string]: string } {
1229
1278
  return {
1230
1279
  headers: 'headers',
1280
+ statusCode: 'statusCode',
1231
1281
  body: 'body',
1232
1282
  };
1233
1283
  }
@@ -1235,6 +1285,7 @@ export class DeleteApplicationResponse extends $tea.Model {
1235
1285
  static types(): { [key: string]: any } {
1236
1286
  return {
1237
1287
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1288
+ statusCode: 'number',
1238
1289
  body: DeleteApplicationResponseBody,
1239
1290
  };
1240
1291
  }
@@ -1290,10 +1341,12 @@ export class DeleteApplicationScalingRuleResponseBody extends $tea.Model {
1290
1341
 
1291
1342
  export class DeleteApplicationScalingRuleResponse extends $tea.Model {
1292
1343
  headers: { [key: string]: string };
1344
+ statusCode: number;
1293
1345
  body: DeleteApplicationScalingRuleResponseBody;
1294
1346
  static names(): { [key: string]: string } {
1295
1347
  return {
1296
1348
  headers: 'headers',
1349
+ statusCode: 'statusCode',
1297
1350
  body: 'body',
1298
1351
  };
1299
1352
  }
@@ -1301,6 +1354,7 @@ export class DeleteApplicationScalingRuleResponse extends $tea.Model {
1301
1354
  static types(): { [key: string]: any } {
1302
1355
  return {
1303
1356
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1357
+ statusCode: 'number',
1304
1358
  body: DeleteApplicationScalingRuleResponseBody,
1305
1359
  };
1306
1360
  }
@@ -1368,10 +1422,12 @@ export class DeleteConfigMapResponseBody extends $tea.Model {
1368
1422
 
1369
1423
  export class DeleteConfigMapResponse extends $tea.Model {
1370
1424
  headers: { [key: string]: string };
1425
+ statusCode: number;
1371
1426
  body: DeleteConfigMapResponseBody;
1372
1427
  static names(): { [key: string]: string } {
1373
1428
  return {
1374
1429
  headers: 'headers',
1430
+ statusCode: 'statusCode',
1375
1431
  body: 'body',
1376
1432
  };
1377
1433
  }
@@ -1379,6 +1435,7 @@ export class DeleteConfigMapResponse extends $tea.Model {
1379
1435
  static types(): { [key: string]: any } {
1380
1436
  return {
1381
1437
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1438
+ statusCode: 'number',
1382
1439
  body: DeleteConfigMapResponseBody,
1383
1440
  };
1384
1441
  }
@@ -1446,10 +1503,12 @@ export class DeleteGreyTagRouteResponseBody extends $tea.Model {
1446
1503
 
1447
1504
  export class DeleteGreyTagRouteResponse extends $tea.Model {
1448
1505
  headers: { [key: string]: string };
1506
+ statusCode: number;
1449
1507
  body: DeleteGreyTagRouteResponseBody;
1450
1508
  static names(): { [key: string]: string } {
1451
1509
  return {
1452
1510
  headers: 'headers',
1511
+ statusCode: 'statusCode',
1453
1512
  body: 'body',
1454
1513
  };
1455
1514
  }
@@ -1457,6 +1516,7 @@ export class DeleteGreyTagRouteResponse extends $tea.Model {
1457
1516
  static types(): { [key: string]: any } {
1458
1517
  return {
1459
1518
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1519
+ statusCode: 'number',
1460
1520
  body: DeleteGreyTagRouteResponseBody,
1461
1521
  };
1462
1522
  }
@@ -1524,10 +1584,12 @@ export class DeleteIngressResponseBody extends $tea.Model {
1524
1584
 
1525
1585
  export class DeleteIngressResponse extends $tea.Model {
1526
1586
  headers: { [key: string]: string };
1587
+ statusCode: number;
1527
1588
  body: DeleteIngressResponseBody;
1528
1589
  static names(): { [key: string]: string } {
1529
1590
  return {
1530
1591
  headers: 'headers',
1592
+ statusCode: 'statusCode',
1531
1593
  body: 'body',
1532
1594
  };
1533
1595
  }
@@ -1535,6 +1597,7 @@ export class DeleteIngressResponse extends $tea.Model {
1535
1597
  static types(): { [key: string]: any } {
1536
1598
  return {
1537
1599
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1600
+ statusCode: 'number',
1538
1601
  body: DeleteIngressResponseBody,
1539
1602
  };
1540
1603
  }
@@ -1599,10 +1662,12 @@ export class DeleteNamespaceResponseBody extends $tea.Model {
1599
1662
 
1600
1663
  export class DeleteNamespaceResponse extends $tea.Model {
1601
1664
  headers: { [key: string]: string };
1665
+ statusCode: number;
1602
1666
  body: DeleteNamespaceResponseBody;
1603
1667
  static names(): { [key: string]: string } {
1604
1668
  return {
1605
1669
  headers: 'headers',
1670
+ statusCode: 'statusCode',
1606
1671
  body: 'body',
1607
1672
  };
1608
1673
  }
@@ -1610,6 +1675,7 @@ export class DeleteNamespaceResponse extends $tea.Model {
1610
1675
  static types(): { [key: string]: any } {
1611
1676
  return {
1612
1677
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1678
+ statusCode: 'number',
1613
1679
  body: DeleteNamespaceResponseBody,
1614
1680
  };
1615
1681
  }
@@ -1639,6 +1705,7 @@ export class DeployApplicationRequest extends $tea.Model {
1639
1705
  jarStartArgs?: string;
1640
1706
  jarStartOptions?: string;
1641
1707
  jdk?: string;
1708
+ kafkaConfigs?: string;
1642
1709
  kafkaEndpoint?: string;
1643
1710
  kafkaInstanceId?: string;
1644
1711
  kafkaLogfileConfig?: string;
@@ -1688,6 +1755,7 @@ export class DeployApplicationRequest extends $tea.Model {
1688
1755
  jarStartArgs: 'JarStartArgs',
1689
1756
  jarStartOptions: 'JarStartOptions',
1690
1757
  jdk: 'Jdk',
1758
+ kafkaConfigs: 'KafkaConfigs',
1691
1759
  kafkaEndpoint: 'KafkaEndpoint',
1692
1760
  kafkaInstanceId: 'KafkaInstanceId',
1693
1761
  kafkaLogfileConfig: 'KafkaLogfileConfig',
@@ -1740,6 +1808,7 @@ export class DeployApplicationRequest extends $tea.Model {
1740
1808
  jarStartArgs: 'string',
1741
1809
  jarStartOptions: 'string',
1742
1810
  jdk: 'string',
1811
+ kafkaConfigs: 'string',
1743
1812
  kafkaEndpoint: 'string',
1744
1813
  kafkaInstanceId: 'string',
1745
1814
  kafkaLogfileConfig: 'string',
@@ -1815,10 +1884,12 @@ export class DeployApplicationResponseBody extends $tea.Model {
1815
1884
 
1816
1885
  export class DeployApplicationResponse extends $tea.Model {
1817
1886
  headers: { [key: string]: string };
1887
+ statusCode: number;
1818
1888
  body: DeployApplicationResponseBody;
1819
1889
  static names(): { [key: string]: string } {
1820
1890
  return {
1821
1891
  headers: 'headers',
1892
+ statusCode: 'statusCode',
1822
1893
  body: 'body',
1823
1894
  };
1824
1895
  }
@@ -1826,6 +1897,7 @@ export class DeployApplicationResponse extends $tea.Model {
1826
1897
  static types(): { [key: string]: any } {
1827
1898
  return {
1828
1899
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1900
+ statusCode: 'number',
1829
1901
  body: DeployApplicationResponseBody,
1830
1902
  };
1831
1903
  }
@@ -1905,10 +1977,12 @@ export class DescribeAppServiceDetailResponseBody extends $tea.Model {
1905
1977
 
1906
1978
  export class DescribeAppServiceDetailResponse extends $tea.Model {
1907
1979
  headers: { [key: string]: string };
1980
+ statusCode: number;
1908
1981
  body: DescribeAppServiceDetailResponseBody;
1909
1982
  static names(): { [key: string]: string } {
1910
1983
  return {
1911
1984
  headers: 'headers',
1985
+ statusCode: 'statusCode',
1912
1986
  body: 'body',
1913
1987
  };
1914
1988
  }
@@ -1916,6 +1990,7 @@ export class DescribeAppServiceDetailResponse extends $tea.Model {
1916
1990
  static types(): { [key: string]: any } {
1917
1991
  return {
1918
1992
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1993
+ statusCode: 'number',
1919
1994
  body: DescribeAppServiceDetailResponseBody,
1920
1995
  };
1921
1996
  }
@@ -1986,10 +2061,12 @@ export class DescribeApplicationConfigResponseBody extends $tea.Model {
1986
2061
 
1987
2062
  export class DescribeApplicationConfigResponse extends $tea.Model {
1988
2063
  headers: { [key: string]: string };
2064
+ statusCode: number;
1989
2065
  body: DescribeApplicationConfigResponseBody;
1990
2066
  static names(): { [key: string]: string } {
1991
2067
  return {
1992
2068
  headers: 'headers',
2069
+ statusCode: 'statusCode',
1993
2070
  body: 'body',
1994
2071
  };
1995
2072
  }
@@ -1997,6 +2074,7 @@ export class DescribeApplicationConfigResponse extends $tea.Model {
1997
2074
  static types(): { [key: string]: any } {
1998
2075
  return {
1999
2076
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2077
+ statusCode: 'number',
2000
2078
  body: DescribeApplicationConfigResponseBody,
2001
2079
  };
2002
2080
  }
@@ -2070,10 +2148,12 @@ export class DescribeApplicationGroupsResponseBody extends $tea.Model {
2070
2148
 
2071
2149
  export class DescribeApplicationGroupsResponse extends $tea.Model {
2072
2150
  headers: { [key: string]: string };
2151
+ statusCode: number;
2073
2152
  body: DescribeApplicationGroupsResponseBody;
2074
2153
  static names(): { [key: string]: string } {
2075
2154
  return {
2076
2155
  headers: 'headers',
2156
+ statusCode: 'statusCode',
2077
2157
  body: 'body',
2078
2158
  };
2079
2159
  }
@@ -2081,6 +2161,7 @@ export class DescribeApplicationGroupsResponse extends $tea.Model {
2081
2161
  static types(): { [key: string]: any } {
2082
2162
  return {
2083
2163
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2164
+ statusCode: 'number',
2084
2165
  body: DescribeApplicationGroupsResponseBody,
2085
2166
  };
2086
2167
  }
@@ -2151,10 +2232,12 @@ export class DescribeApplicationImageResponseBody extends $tea.Model {
2151
2232
 
2152
2233
  export class DescribeApplicationImageResponse extends $tea.Model {
2153
2234
  headers: { [key: string]: string };
2235
+ statusCode: number;
2154
2236
  body: DescribeApplicationImageResponseBody;
2155
2237
  static names(): { [key: string]: string } {
2156
2238
  return {
2157
2239
  headers: 'headers',
2240
+ statusCode: 'statusCode',
2158
2241
  body: 'body',
2159
2242
  };
2160
2243
  }
@@ -2162,6 +2245,7 @@ export class DescribeApplicationImageResponse extends $tea.Model {
2162
2245
  static types(): { [key: string]: any } {
2163
2246
  return {
2164
2247
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2248
+ statusCode: 'number',
2165
2249
  body: DescribeApplicationImageResponseBody,
2166
2250
  };
2167
2251
  }
@@ -2241,10 +2325,12 @@ export class DescribeApplicationInstancesResponseBody extends $tea.Model {
2241
2325
 
2242
2326
  export class DescribeApplicationInstancesResponse extends $tea.Model {
2243
2327
  headers: { [key: string]: string };
2328
+ statusCode: number;
2244
2329
  body: DescribeApplicationInstancesResponseBody;
2245
2330
  static names(): { [key: string]: string } {
2246
2331
  return {
2247
2332
  headers: 'headers',
2333
+ statusCode: 'statusCode',
2248
2334
  body: 'body',
2249
2335
  };
2250
2336
  }
@@ -2252,6 +2338,7 @@ export class DescribeApplicationInstancesResponse extends $tea.Model {
2252
2338
  static types(): { [key: string]: any } {
2253
2339
  return {
2254
2340
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2341
+ statusCode: 'number',
2255
2342
  body: DescribeApplicationInstancesResponseBody,
2256
2343
  };
2257
2344
  }
@@ -2310,10 +2397,12 @@ export class DescribeApplicationScalingRuleResponseBody extends $tea.Model {
2310
2397
 
2311
2398
  export class DescribeApplicationScalingRuleResponse extends $tea.Model {
2312
2399
  headers: { [key: string]: string };
2400
+ statusCode: number;
2313
2401
  body: DescribeApplicationScalingRuleResponseBody;
2314
2402
  static names(): { [key: string]: string } {
2315
2403
  return {
2316
2404
  headers: 'headers',
2405
+ statusCode: 'statusCode',
2317
2406
  body: 'body',
2318
2407
  };
2319
2408
  }
@@ -2321,6 +2410,7 @@ export class DescribeApplicationScalingRuleResponse extends $tea.Model {
2321
2410
  static types(): { [key: string]: any } {
2322
2411
  return {
2323
2412
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2413
+ statusCode: 'number',
2324
2414
  body: DescribeApplicationScalingRuleResponseBody,
2325
2415
  };
2326
2416
  }
@@ -2376,10 +2466,12 @@ export class DescribeApplicationScalingRulesResponseBody extends $tea.Model {
2376
2466
 
2377
2467
  export class DescribeApplicationScalingRulesResponse extends $tea.Model {
2378
2468
  headers: { [key: string]: string };
2469
+ statusCode: number;
2379
2470
  body: DescribeApplicationScalingRulesResponseBody;
2380
2471
  static names(): { [key: string]: string } {
2381
2472
  return {
2382
2473
  headers: 'headers',
2474
+ statusCode: 'statusCode',
2383
2475
  body: 'body',
2384
2476
  };
2385
2477
  }
@@ -2387,6 +2479,7 @@ export class DescribeApplicationScalingRulesResponse extends $tea.Model {
2387
2479
  static types(): { [key: string]: any } {
2388
2480
  return {
2389
2481
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2482
+ statusCode: 'number',
2390
2483
  body: DescribeApplicationScalingRulesResponseBody,
2391
2484
  };
2392
2485
  }
@@ -2454,10 +2547,12 @@ export class DescribeApplicationSlbsResponseBody extends $tea.Model {
2454
2547
 
2455
2548
  export class DescribeApplicationSlbsResponse extends $tea.Model {
2456
2549
  headers: { [key: string]: string };
2550
+ statusCode: number;
2457
2551
  body: DescribeApplicationSlbsResponseBody;
2458
2552
  static names(): { [key: string]: string } {
2459
2553
  return {
2460
2554
  headers: 'headers',
2555
+ statusCode: 'statusCode',
2461
2556
  body: 'body',
2462
2557
  };
2463
2558
  }
@@ -2465,6 +2560,7 @@ export class DescribeApplicationSlbsResponse extends $tea.Model {
2465
2560
  static types(): { [key: string]: any } {
2466
2561
  return {
2467
2562
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2563
+ statusCode: 'number',
2468
2564
  body: DescribeApplicationSlbsResponseBody,
2469
2565
  };
2470
2566
  }
@@ -2532,10 +2628,12 @@ export class DescribeApplicationStatusResponseBody extends $tea.Model {
2532
2628
 
2533
2629
  export class DescribeApplicationStatusResponse extends $tea.Model {
2534
2630
  headers: { [key: string]: string };
2631
+ statusCode: number;
2535
2632
  body: DescribeApplicationStatusResponseBody;
2536
2633
  static names(): { [key: string]: string } {
2537
2634
  return {
2538
2635
  headers: 'headers',
2636
+ statusCode: 'statusCode',
2539
2637
  body: 'body',
2540
2638
  };
2541
2639
  }
@@ -2543,6 +2641,7 @@ export class DescribeApplicationStatusResponse extends $tea.Model {
2543
2641
  static types(): { [key: string]: any } {
2544
2642
  return {
2545
2643
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2644
+ statusCode: 'number',
2546
2645
  body: DescribeApplicationStatusResponseBody,
2547
2646
  };
2548
2647
  }
@@ -2610,10 +2709,12 @@ export class DescribeChangeOrderResponseBody extends $tea.Model {
2610
2709
 
2611
2710
  export class DescribeChangeOrderResponse extends $tea.Model {
2612
2711
  headers: { [key: string]: string };
2712
+ statusCode: number;
2613
2713
  body: DescribeChangeOrderResponseBody;
2614
2714
  static names(): { [key: string]: string } {
2615
2715
  return {
2616
2716
  headers: 'headers',
2717
+ statusCode: 'statusCode',
2617
2718
  body: 'body',
2618
2719
  };
2619
2720
  }
@@ -2621,6 +2722,7 @@ export class DescribeChangeOrderResponse extends $tea.Model {
2621
2722
  static types(): { [key: string]: any } {
2622
2723
  return {
2623
2724
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2725
+ statusCode: 'number',
2624
2726
  body: DescribeChangeOrderResponseBody,
2625
2727
  };
2626
2728
  }
@@ -2691,10 +2793,12 @@ export class DescribeComponentsResponseBody extends $tea.Model {
2691
2793
 
2692
2794
  export class DescribeComponentsResponse extends $tea.Model {
2693
2795
  headers: { [key: string]: string };
2796
+ statusCode: number;
2694
2797
  body: DescribeComponentsResponseBody;
2695
2798
  static names(): { [key: string]: string } {
2696
2799
  return {
2697
2800
  headers: 'headers',
2801
+ statusCode: 'statusCode',
2698
2802
  body: 'body',
2699
2803
  };
2700
2804
  }
@@ -2702,6 +2806,7 @@ export class DescribeComponentsResponse extends $tea.Model {
2702
2806
  static types(): { [key: string]: any } {
2703
2807
  return {
2704
2808
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2809
+ statusCode: 'number',
2705
2810
  body: DescribeComponentsResponseBody,
2706
2811
  };
2707
2812
  }
@@ -2769,10 +2874,12 @@ export class DescribeConfigMapResponseBody extends $tea.Model {
2769
2874
 
2770
2875
  export class DescribeConfigMapResponse extends $tea.Model {
2771
2876
  headers: { [key: string]: string };
2877
+ statusCode: number;
2772
2878
  body: DescribeConfigMapResponseBody;
2773
2879
  static names(): { [key: string]: string } {
2774
2880
  return {
2775
2881
  headers: 'headers',
2882
+ statusCode: 'statusCode',
2776
2883
  body: 'body',
2777
2884
  };
2778
2885
  }
@@ -2780,6 +2887,7 @@ export class DescribeConfigMapResponse extends $tea.Model {
2780
2887
  static types(): { [key: string]: any } {
2781
2888
  return {
2782
2889
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2890
+ statusCode: 'number',
2783
2891
  body: DescribeConfigMapResponseBody,
2784
2892
  };
2785
2893
  }
@@ -2850,10 +2958,12 @@ export class DescribeConfigurationPriceResponseBody extends $tea.Model {
2850
2958
 
2851
2959
  export class DescribeConfigurationPriceResponse extends $tea.Model {
2852
2960
  headers: { [key: string]: string };
2961
+ statusCode: number;
2853
2962
  body: DescribeConfigurationPriceResponseBody;
2854
2963
  static names(): { [key: string]: string } {
2855
2964
  return {
2856
2965
  headers: 'headers',
2966
+ statusCode: 'statusCode',
2857
2967
  body: 'body',
2858
2968
  };
2859
2969
  }
@@ -2861,6 +2971,7 @@ export class DescribeConfigurationPriceResponse extends $tea.Model {
2861
2971
  static types(): { [key: string]: any } {
2862
2972
  return {
2863
2973
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2974
+ statusCode: 'number',
2864
2975
  body: DescribeConfigurationPriceResponseBody,
2865
2976
  };
2866
2977
  }
@@ -2909,10 +3020,12 @@ export class DescribeEdasContainersResponseBody extends $tea.Model {
2909
3020
 
2910
3021
  export class DescribeEdasContainersResponse extends $tea.Model {
2911
3022
  headers: { [key: string]: string };
3023
+ statusCode: number;
2912
3024
  body: DescribeEdasContainersResponseBody;
2913
3025
  static names(): { [key: string]: string } {
2914
3026
  return {
2915
3027
  headers: 'headers',
3028
+ statusCode: 'statusCode',
2916
3029
  body: 'body',
2917
3030
  };
2918
3031
  }
@@ -2920,6 +3033,7 @@ export class DescribeEdasContainersResponse extends $tea.Model {
2920
3033
  static types(): { [key: string]: any } {
2921
3034
  return {
2922
3035
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3036
+ statusCode: 'number',
2923
3037
  body: DescribeEdasContainersResponseBody,
2924
3038
  };
2925
3039
  }
@@ -2987,10 +3101,12 @@ export class DescribeGreyTagRouteResponseBody extends $tea.Model {
2987
3101
 
2988
3102
  export class DescribeGreyTagRouteResponse extends $tea.Model {
2989
3103
  headers: { [key: string]: string };
3104
+ statusCode: number;
2990
3105
  body: DescribeGreyTagRouteResponseBody;
2991
3106
  static names(): { [key: string]: string } {
2992
3107
  return {
2993
3108
  headers: 'headers',
3109
+ statusCode: 'statusCode',
2994
3110
  body: 'body',
2995
3111
  };
2996
3112
  }
@@ -2998,6 +3114,7 @@ export class DescribeGreyTagRouteResponse extends $tea.Model {
2998
3114
  static types(): { [key: string]: any } {
2999
3115
  return {
3000
3116
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3117
+ statusCode: 'number',
3001
3118
  body: DescribeGreyTagRouteResponseBody,
3002
3119
  };
3003
3120
  }
@@ -3065,10 +3182,12 @@ export class DescribeIngressResponseBody extends $tea.Model {
3065
3182
 
3066
3183
  export class DescribeIngressResponse extends $tea.Model {
3067
3184
  headers: { [key: string]: string };
3185
+ statusCode: number;
3068
3186
  body: DescribeIngressResponseBody;
3069
3187
  static names(): { [key: string]: string } {
3070
3188
  return {
3071
3189
  headers: 'headers',
3190
+ statusCode: 'statusCode',
3072
3191
  body: 'body',
3073
3192
  };
3074
3193
  }
@@ -3076,6 +3195,7 @@ export class DescribeIngressResponse extends $tea.Model {
3076
3195
  static types(): { [key: string]: any } {
3077
3196
  return {
3078
3197
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3198
+ statusCode: 'number',
3079
3199
  body: DescribeIngressResponseBody,
3080
3200
  };
3081
3201
  }
@@ -3143,10 +3263,12 @@ export class DescribeInstanceLogResponseBody extends $tea.Model {
3143
3263
 
3144
3264
  export class DescribeInstanceLogResponse extends $tea.Model {
3145
3265
  headers: { [key: string]: string };
3266
+ statusCode: number;
3146
3267
  body: DescribeInstanceLogResponseBody;
3147
3268
  static names(): { [key: string]: string } {
3148
3269
  return {
3149
3270
  headers: 'headers',
3271
+ statusCode: 'statusCode',
3150
3272
  body: 'body',
3151
3273
  };
3152
3274
  }
@@ -3154,6 +3276,7 @@ export class DescribeInstanceLogResponse extends $tea.Model {
3154
3276
  static types(): { [key: string]: any } {
3155
3277
  return {
3156
3278
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3279
+ statusCode: 'number',
3157
3280
  body: DescribeInstanceLogResponseBody,
3158
3281
  };
3159
3282
  }
@@ -3202,10 +3325,12 @@ export class DescribeInstanceSpecificationsResponseBody extends $tea.Model {
3202
3325
 
3203
3326
  export class DescribeInstanceSpecificationsResponse extends $tea.Model {
3204
3327
  headers: { [key: string]: string };
3328
+ statusCode: number;
3205
3329
  body: DescribeInstanceSpecificationsResponseBody;
3206
3330
  static names(): { [key: string]: string } {
3207
3331
  return {
3208
3332
  headers: 'headers',
3333
+ statusCode: 'statusCode',
3209
3334
  body: 'body',
3210
3335
  };
3211
3336
  }
@@ -3213,6 +3338,7 @@ export class DescribeInstanceSpecificationsResponse extends $tea.Model {
3213
3338
  static types(): { [key: string]: any } {
3214
3339
  return {
3215
3340
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3341
+ statusCode: 'number',
3216
3342
  body: DescribeInstanceSpecificationsResponseBody,
3217
3343
  };
3218
3344
  }
@@ -3280,10 +3406,12 @@ export class DescribeNamespaceResponseBody extends $tea.Model {
3280
3406
 
3281
3407
  export class DescribeNamespaceResponse extends $tea.Model {
3282
3408
  headers: { [key: string]: string };
3409
+ statusCode: number;
3283
3410
  body: DescribeNamespaceResponseBody;
3284
3411
  static names(): { [key: string]: string } {
3285
3412
  return {
3286
3413
  headers: 'headers',
3414
+ statusCode: 'statusCode',
3287
3415
  body: 'body',
3288
3416
  };
3289
3417
  }
@@ -3291,6 +3419,7 @@ export class DescribeNamespaceResponse extends $tea.Model {
3291
3419
  static types(): { [key: string]: any } {
3292
3420
  return {
3293
3421
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3422
+ statusCode: 'number',
3294
3423
  body: DescribeNamespaceResponseBody,
3295
3424
  };
3296
3425
  }
@@ -3361,10 +3490,12 @@ export class DescribeNamespaceListResponseBody extends $tea.Model {
3361
3490
 
3362
3491
  export class DescribeNamespaceListResponse extends $tea.Model {
3363
3492
  headers: { [key: string]: string };
3493
+ statusCode: number;
3364
3494
  body: DescribeNamespaceListResponseBody;
3365
3495
  static names(): { [key: string]: string } {
3366
3496
  return {
3367
3497
  headers: 'headers',
3498
+ statusCode: 'statusCode',
3368
3499
  body: 'body',
3369
3500
  };
3370
3501
  }
@@ -3372,6 +3503,7 @@ export class DescribeNamespaceListResponse extends $tea.Model {
3372
3503
  static types(): { [key: string]: any } {
3373
3504
  return {
3374
3505
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3506
+ statusCode: 'number',
3375
3507
  body: DescribeNamespaceListResponseBody,
3376
3508
  };
3377
3509
  }
@@ -3439,10 +3571,12 @@ export class DescribeNamespaceResourcesResponseBody extends $tea.Model {
3439
3571
 
3440
3572
  export class DescribeNamespaceResourcesResponse extends $tea.Model {
3441
3573
  headers: { [key: string]: string };
3574
+ statusCode: number;
3442
3575
  body: DescribeNamespaceResourcesResponseBody;
3443
3576
  static names(): { [key: string]: string } {
3444
3577
  return {
3445
3578
  headers: 'headers',
3579
+ statusCode: 'statusCode',
3446
3580
  body: 'body',
3447
3581
  };
3448
3582
  }
@@ -3450,6 +3584,7 @@ export class DescribeNamespaceResourcesResponse extends $tea.Model {
3450
3584
  static types(): { [key: string]: any } {
3451
3585
  return {
3452
3586
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3587
+ statusCode: 'number',
3453
3588
  body: DescribeNamespaceResourcesResponseBody,
3454
3589
  };
3455
3590
  }
@@ -3520,10 +3655,12 @@ export class DescribeNamespacesResponseBody extends $tea.Model {
3520
3655
 
3521
3656
  export class DescribeNamespacesResponse extends $tea.Model {
3522
3657
  headers: { [key: string]: string };
3658
+ statusCode: number;
3523
3659
  body: DescribeNamespacesResponseBody;
3524
3660
  static names(): { [key: string]: string } {
3525
3661
  return {
3526
3662
  headers: 'headers',
3663
+ statusCode: 'statusCode',
3527
3664
  body: 'body',
3528
3665
  };
3529
3666
  }
@@ -3531,6 +3668,7 @@ export class DescribeNamespacesResponse extends $tea.Model {
3531
3668
  static types(): { [key: string]: any } {
3532
3669
  return {
3533
3670
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3671
+ statusCode: 'number',
3534
3672
  body: DescribeNamespacesResponseBody,
3535
3673
  };
3536
3674
  }
@@ -3598,10 +3736,12 @@ export class DescribePipelineResponseBody extends $tea.Model {
3598
3736
 
3599
3737
  export class DescribePipelineResponse extends $tea.Model {
3600
3738
  headers: { [key: string]: string };
3739
+ statusCode: number;
3601
3740
  body: DescribePipelineResponseBody;
3602
3741
  static names(): { [key: string]: string } {
3603
3742
  return {
3604
3743
  headers: 'headers',
3744
+ statusCode: 'statusCode',
3605
3745
  body: 'body',
3606
3746
  };
3607
3747
  }
@@ -3609,6 +3749,7 @@ export class DescribePipelineResponse extends $tea.Model {
3609
3749
  static types(): { [key: string]: any } {
3610
3750
  return {
3611
3751
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3752
+ statusCode: 'number',
3612
3753
  body: DescribePipelineResponseBody,
3613
3754
  };
3614
3755
  }
@@ -3648,10 +3789,12 @@ export class DescribeRegionsResponseBody extends $tea.Model {
3648
3789
 
3649
3790
  export class DescribeRegionsResponse extends $tea.Model {
3650
3791
  headers: { [key: string]: string };
3792
+ statusCode: number;
3651
3793
  body: DescribeRegionsResponseBody;
3652
3794
  static names(): { [key: string]: string } {
3653
3795
  return {
3654
3796
  headers: 'headers',
3797
+ statusCode: 'statusCode',
3655
3798
  body: 'body',
3656
3799
  };
3657
3800
  }
@@ -3659,6 +3802,7 @@ export class DescribeRegionsResponse extends $tea.Model {
3659
3802
  static types(): { [key: string]: any } {
3660
3803
  return {
3661
3804
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3805
+ statusCode: 'number',
3662
3806
  body: DescribeRegionsResponseBody,
3663
3807
  };
3664
3808
  }
@@ -3714,10 +3858,12 @@ export class DisableApplicationScalingRuleResponseBody extends $tea.Model {
3714
3858
 
3715
3859
  export class DisableApplicationScalingRuleResponse extends $tea.Model {
3716
3860
  headers: { [key: string]: string };
3861
+ statusCode: number;
3717
3862
  body: DisableApplicationScalingRuleResponseBody;
3718
3863
  static names(): { [key: string]: string } {
3719
3864
  return {
3720
3865
  headers: 'headers',
3866
+ statusCode: 'statusCode',
3721
3867
  body: 'body',
3722
3868
  };
3723
3869
  }
@@ -3725,6 +3871,7 @@ export class DisableApplicationScalingRuleResponse extends $tea.Model {
3725
3871
  static types(): { [key: string]: any } {
3726
3872
  return {
3727
3873
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3874
+ statusCode: 'number',
3728
3875
  body: DisableApplicationScalingRuleResponseBody,
3729
3876
  };
3730
3877
  }
@@ -3734,90 +3881,6 @@ export class DisableApplicationScalingRuleResponse extends $tea.Model {
3734
3881
  }
3735
3882
  }
3736
3883
 
3737
- export class DownloadFilesRequest extends $tea.Model {
3738
- appId?: string;
3739
- instanceId?: string;
3740
- localpath?: string;
3741
- static names(): { [key: string]: string } {
3742
- return {
3743
- appId: 'AppId',
3744
- instanceId: 'InstanceId',
3745
- localpath: 'Localpath',
3746
- };
3747
- }
3748
-
3749
- static types(): { [key: string]: any } {
3750
- return {
3751
- appId: 'string',
3752
- instanceId: 'string',
3753
- localpath: 'string',
3754
- };
3755
- }
3756
-
3757
- constructor(map?: { [key: string]: any }) {
3758
- super(map);
3759
- }
3760
- }
3761
-
3762
- export class DownloadFilesResponseBody extends $tea.Model {
3763
- code?: string;
3764
- data?: string;
3765
- errorCode?: string;
3766
- message?: string;
3767
- requestId?: string;
3768
- success?: boolean;
3769
- traceId?: string;
3770
- static names(): { [key: string]: string } {
3771
- return {
3772
- code: 'Code',
3773
- data: 'Data',
3774
- errorCode: 'ErrorCode',
3775
- message: 'Message',
3776
- requestId: 'RequestId',
3777
- success: 'Success',
3778
- traceId: 'TraceId',
3779
- };
3780
- }
3781
-
3782
- static types(): { [key: string]: any } {
3783
- return {
3784
- code: 'string',
3785
- data: 'string',
3786
- errorCode: 'string',
3787
- message: 'string',
3788
- requestId: 'string',
3789
- success: 'boolean',
3790
- traceId: 'string',
3791
- };
3792
- }
3793
-
3794
- constructor(map?: { [key: string]: any }) {
3795
- super(map);
3796
- }
3797
- }
3798
-
3799
- export class DownloadFilesResponse extends $tea.Model {
3800
- headers: { [key: string]: string };
3801
- body: DownloadFilesResponseBody;
3802
- static names(): { [key: string]: string } {
3803
- return {
3804
- headers: 'headers',
3805
- body: 'body',
3806
- };
3807
- }
3808
-
3809
- static types(): { [key: string]: any } {
3810
- return {
3811
- headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3812
- body: DownloadFilesResponseBody,
3813
- };
3814
- }
3815
-
3816
- constructor(map?: { [key: string]: any }) {
3817
- super(map);
3818
- }
3819
- }
3820
-
3821
3884
  export class EnableApplicationScalingRuleRequest extends $tea.Model {
3822
3885
  appId?: string;
3823
3886
  scalingRuleName?: string;
@@ -3864,10 +3927,12 @@ export class EnableApplicationScalingRuleResponseBody extends $tea.Model {
3864
3927
 
3865
3928
  export class EnableApplicationScalingRuleResponse extends $tea.Model {
3866
3929
  headers: { [key: string]: string };
3930
+ statusCode: number;
3867
3931
  body: EnableApplicationScalingRuleResponseBody;
3868
3932
  static names(): { [key: string]: string } {
3869
3933
  return {
3870
3934
  headers: 'headers',
3935
+ statusCode: 'statusCode',
3871
3936
  body: 'body',
3872
3937
  };
3873
3938
  }
@@ -3875,6 +3940,7 @@ export class EnableApplicationScalingRuleResponse extends $tea.Model {
3875
3940
  static types(): { [key: string]: any } {
3876
3941
  return {
3877
3942
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3943
+ statusCode: 'number',
3878
3944
  body: EnableApplicationScalingRuleResponseBody,
3879
3945
  };
3880
3946
  }
@@ -3960,10 +4026,12 @@ export class ListAppEventsResponseBody extends $tea.Model {
3960
4026
 
3961
4027
  export class ListAppEventsResponse extends $tea.Model {
3962
4028
  headers: { [key: string]: string };
4029
+ statusCode: number;
3963
4030
  body: ListAppEventsResponseBody;
3964
4031
  static names(): { [key: string]: string } {
3965
4032
  return {
3966
4033
  headers: 'headers',
4034
+ statusCode: 'statusCode',
3967
4035
  body: 'body',
3968
4036
  };
3969
4037
  }
@@ -3971,6 +4039,7 @@ export class ListAppEventsResponse extends $tea.Model {
3971
4039
  static types(): { [key: string]: any } {
3972
4040
  return {
3973
4041
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4042
+ statusCode: 'number',
3974
4043
  body: ListAppEventsResponseBody,
3975
4044
  };
3976
4045
  }
@@ -4047,10 +4116,12 @@ export class ListAppServicesPageResponseBody extends $tea.Model {
4047
4116
 
4048
4117
  export class ListAppServicesPageResponse extends $tea.Model {
4049
4118
  headers: { [key: string]: string };
4119
+ statusCode: number;
4050
4120
  body: ListAppServicesPageResponseBody;
4051
4121
  static names(): { [key: string]: string } {
4052
4122
  return {
4053
4123
  headers: 'headers',
4124
+ statusCode: 'statusCode',
4054
4125
  body: 'body',
4055
4126
  };
4056
4127
  }
@@ -4058,6 +4129,7 @@ export class ListAppServicesPageResponse extends $tea.Model {
4058
4129
  static types(): { [key: string]: any } {
4059
4130
  return {
4060
4131
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4132
+ statusCode: 'number',
4061
4133
  body: ListAppServicesPageResponseBody,
4062
4134
  };
4063
4135
  }
@@ -4122,10 +4194,12 @@ export class ListAppVersionsResponseBody extends $tea.Model {
4122
4194
 
4123
4195
  export class ListAppVersionsResponse extends $tea.Model {
4124
4196
  headers: { [key: string]: string };
4197
+ statusCode: number;
4125
4198
  body: ListAppVersionsResponseBody;
4126
4199
  static names(): { [key: string]: string } {
4127
4200
  return {
4128
4201
  headers: 'headers',
4202
+ statusCode: 'statusCode',
4129
4203
  body: 'body',
4130
4204
  };
4131
4205
  }
@@ -4133,6 +4207,7 @@ export class ListAppVersionsResponse extends $tea.Model {
4133
4207
  static types(): { [key: string]: any } {
4134
4208
  return {
4135
4209
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4210
+ statusCode: 'number',
4136
4211
  body: ListAppVersionsResponseBody,
4137
4212
  };
4138
4213
  }
@@ -4230,10 +4305,12 @@ export class ListApplicationsResponseBody extends $tea.Model {
4230
4305
 
4231
4306
  export class ListApplicationsResponse extends $tea.Model {
4232
4307
  headers: { [key: string]: string };
4308
+ statusCode: number;
4233
4309
  body: ListApplicationsResponseBody;
4234
4310
  static names(): { [key: string]: string } {
4235
4311
  return {
4236
4312
  headers: 'headers',
4313
+ statusCode: 'statusCode',
4237
4314
  body: 'body',
4238
4315
  };
4239
4316
  }
@@ -4241,6 +4318,7 @@ export class ListApplicationsResponse extends $tea.Model {
4241
4318
  static types(): { [key: string]: any } {
4242
4319
  return {
4243
4320
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4321
+ statusCode: 'number',
4244
4322
  body: ListApplicationsResponseBody,
4245
4323
  };
4246
4324
  }
@@ -4323,10 +4401,12 @@ export class ListChangeOrdersResponseBody extends $tea.Model {
4323
4401
 
4324
4402
  export class ListChangeOrdersResponse extends $tea.Model {
4325
4403
  headers: { [key: string]: string };
4404
+ statusCode: number;
4326
4405
  body: ListChangeOrdersResponseBody;
4327
4406
  static names(): { [key: string]: string } {
4328
4407
  return {
4329
4408
  headers: 'headers',
4409
+ statusCode: 'statusCode',
4330
4410
  body: 'body',
4331
4411
  };
4332
4412
  }
@@ -4334,6 +4414,7 @@ export class ListChangeOrdersResponse extends $tea.Model {
4334
4414
  static types(): { [key: string]: any } {
4335
4415
  return {
4336
4416
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4417
+ statusCode: 'number',
4337
4418
  body: ListChangeOrdersResponseBody,
4338
4419
  };
4339
4420
  }
@@ -4401,10 +4482,12 @@ export class ListConsumedServicesResponseBody extends $tea.Model {
4401
4482
 
4402
4483
  export class ListConsumedServicesResponse extends $tea.Model {
4403
4484
  headers: { [key: string]: string };
4485
+ statusCode: number;
4404
4486
  body: ListConsumedServicesResponseBody;
4405
4487
  static names(): { [key: string]: string } {
4406
4488
  return {
4407
4489
  headers: 'headers',
4490
+ statusCode: 'statusCode',
4408
4491
  body: 'body',
4409
4492
  };
4410
4493
  }
@@ -4412,6 +4495,7 @@ export class ListConsumedServicesResponse extends $tea.Model {
4412
4495
  static types(): { [key: string]: any } {
4413
4496
  return {
4414
4497
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4498
+ statusCode: 'number',
4415
4499
  body: ListConsumedServicesResponseBody,
4416
4500
  };
4417
4501
  }
@@ -4479,10 +4563,12 @@ export class ListGreyTagRouteResponseBody extends $tea.Model {
4479
4563
 
4480
4564
  export class ListGreyTagRouteResponse extends $tea.Model {
4481
4565
  headers: { [key: string]: string };
4566
+ statusCode: number;
4482
4567
  body: ListGreyTagRouteResponseBody;
4483
4568
  static names(): { [key: string]: string } {
4484
4569
  return {
4485
4570
  headers: 'headers',
4571
+ statusCode: 'statusCode',
4486
4572
  body: 'body',
4487
4573
  };
4488
4574
  }
@@ -4490,6 +4576,7 @@ export class ListGreyTagRouteResponse extends $tea.Model {
4490
4576
  static types(): { [key: string]: any } {
4491
4577
  return {
4492
4578
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4579
+ statusCode: 'number',
4493
4580
  body: ListGreyTagRouteResponseBody,
4494
4581
  };
4495
4582
  }
@@ -4560,10 +4647,12 @@ export class ListIngressesResponseBody extends $tea.Model {
4560
4647
 
4561
4648
  export class ListIngressesResponse extends $tea.Model {
4562
4649
  headers: { [key: string]: string };
4650
+ statusCode: number;
4563
4651
  body: ListIngressesResponseBody;
4564
4652
  static names(): { [key: string]: string } {
4565
4653
  return {
4566
4654
  headers: 'headers',
4655
+ statusCode: 'statusCode',
4567
4656
  body: 'body',
4568
4657
  };
4569
4658
  }
@@ -4571,6 +4660,7 @@ export class ListIngressesResponse extends $tea.Model {
4571
4660
  static types(): { [key: string]: any } {
4572
4661
  return {
4573
4662
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4663
+ statusCode: 'number',
4574
4664
  body: ListIngressesResponseBody,
4575
4665
  };
4576
4666
  }
@@ -4644,10 +4734,12 @@ export class ListLogConfigsResponseBody extends $tea.Model {
4644
4734
 
4645
4735
  export class ListLogConfigsResponse extends $tea.Model {
4646
4736
  headers: { [key: string]: string };
4737
+ statusCode: number;
4647
4738
  body: ListLogConfigsResponseBody;
4648
4739
  static names(): { [key: string]: string } {
4649
4740
  return {
4650
4741
  headers: 'headers',
4742
+ statusCode: 'statusCode',
4651
4743
  body: 'body',
4652
4744
  };
4653
4745
  }
@@ -4655,6 +4747,7 @@ export class ListLogConfigsResponse extends $tea.Model {
4655
4747
  static types(): { [key: string]: any } {
4656
4748
  return {
4657
4749
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4750
+ statusCode: 'number',
4658
4751
  body: ListLogConfigsResponseBody,
4659
4752
  };
4660
4753
  }
@@ -4737,10 +4830,12 @@ export class ListNamespaceChangeOrdersResponseBody extends $tea.Model {
4737
4830
 
4738
4831
  export class ListNamespaceChangeOrdersResponse extends $tea.Model {
4739
4832
  headers: { [key: string]: string };
4833
+ statusCode: number;
4740
4834
  body: ListNamespaceChangeOrdersResponseBody;
4741
4835
  static names(): { [key: string]: string } {
4742
4836
  return {
4743
4837
  headers: 'headers',
4838
+ statusCode: 'statusCode',
4744
4839
  body: 'body',
4745
4840
  };
4746
4841
  }
@@ -4748,6 +4843,7 @@ export class ListNamespaceChangeOrdersResponse extends $tea.Model {
4748
4843
  static types(): { [key: string]: any } {
4749
4844
  return {
4750
4845
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4846
+ statusCode: 'number',
4751
4847
  body: ListNamespaceChangeOrdersResponseBody,
4752
4848
  };
4753
4849
  }
@@ -4815,10 +4911,12 @@ export class ListNamespacedConfigMapsResponseBody extends $tea.Model {
4815
4911
 
4816
4912
  export class ListNamespacedConfigMapsResponse extends $tea.Model {
4817
4913
  headers: { [key: string]: string };
4914
+ statusCode: number;
4818
4915
  body: ListNamespacedConfigMapsResponseBody;
4819
4916
  static names(): { [key: string]: string } {
4820
4917
  return {
4821
4918
  headers: 'headers',
4919
+ statusCode: 'statusCode',
4822
4920
  body: 'body',
4823
4921
  };
4824
4922
  }
@@ -4826,6 +4924,7 @@ export class ListNamespacedConfigMapsResponse extends $tea.Model {
4826
4924
  static types(): { [key: string]: any } {
4827
4925
  return {
4828
4926
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4927
+ statusCode: 'number',
4829
4928
  body: ListNamespacedConfigMapsResponseBody,
4830
4929
  };
4831
4930
  }
@@ -4893,10 +4992,12 @@ export class ListPublishedServicesResponseBody extends $tea.Model {
4893
4992
 
4894
4993
  export class ListPublishedServicesResponse extends $tea.Model {
4895
4994
  headers: { [key: string]: string };
4995
+ statusCode: number;
4896
4996
  body: ListPublishedServicesResponseBody;
4897
4997
  static names(): { [key: string]: string } {
4898
4998
  return {
4899
4999
  headers: 'headers',
5000
+ statusCode: 'statusCode',
4900
5001
  body: 'body',
4901
5002
  };
4902
5003
  }
@@ -4904,6 +5005,7 @@ export class ListPublishedServicesResponse extends $tea.Model {
4904
5005
  static types(): { [key: string]: any } {
4905
5006
  return {
4906
5007
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5008
+ statusCode: 'number',
4907
5009
  body: ListPublishedServicesResponseBody,
4908
5010
  };
4909
5011
  }
@@ -4983,10 +5085,12 @@ export class ListTagResourcesResponseBody extends $tea.Model {
4983
5085
 
4984
5086
  export class ListTagResourcesResponse extends $tea.Model {
4985
5087
  headers: { [key: string]: string };
5088
+ statusCode: number;
4986
5089
  body: ListTagResourcesResponseBody;
4987
5090
  static names(): { [key: string]: string } {
4988
5091
  return {
4989
5092
  headers: 'headers',
5093
+ statusCode: 'statusCode',
4990
5094
  body: 'body',
4991
5095
  };
4992
5096
  }
@@ -4994,6 +5098,7 @@ export class ListTagResourcesResponse extends $tea.Model {
4994
5098
  static types(): { [key: string]: any } {
4995
5099
  return {
4996
5100
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5101
+ statusCode: 'number',
4997
5102
  body: ListTagResourcesResponseBody,
4998
5103
  };
4999
5104
  }
@@ -5027,10 +5132,12 @@ export class OpenSaeServiceResponseBody extends $tea.Model {
5027
5132
 
5028
5133
  export class OpenSaeServiceResponse extends $tea.Model {
5029
5134
  headers: { [key: string]: string };
5135
+ statusCode: number;
5030
5136
  body: OpenSaeServiceResponseBody;
5031
5137
  static names(): { [key: string]: string } {
5032
5138
  return {
5033
5139
  headers: 'headers',
5140
+ statusCode: 'statusCode',
5034
5141
  body: 'body',
5035
5142
  };
5036
5143
  }
@@ -5038,6 +5145,7 @@ export class OpenSaeServiceResponse extends $tea.Model {
5038
5145
  static types(): { [key: string]: any } {
5039
5146
  return {
5040
5147
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5148
+ statusCode: 'number',
5041
5149
  body: OpenSaeServiceResponseBody,
5042
5150
  };
5043
5151
  }
@@ -5105,10 +5213,12 @@ export class QueryResourceStaticsResponseBody extends $tea.Model {
5105
5213
 
5106
5214
  export class QueryResourceStaticsResponse extends $tea.Model {
5107
5215
  headers: { [key: string]: string };
5216
+ statusCode: number;
5108
5217
  body: QueryResourceStaticsResponseBody;
5109
5218
  static names(): { [key: string]: string } {
5110
5219
  return {
5111
5220
  headers: 'headers',
5221
+ statusCode: 'statusCode',
5112
5222
  body: 'body',
5113
5223
  };
5114
5224
  }
@@ -5116,6 +5226,7 @@ export class QueryResourceStaticsResponse extends $tea.Model {
5116
5226
  static types(): { [key: string]: any } {
5117
5227
  return {
5118
5228
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5229
+ statusCode: 'number',
5119
5230
  body: QueryResourceStaticsResponseBody,
5120
5231
  };
5121
5232
  }
@@ -5186,10 +5297,12 @@ export class ReduceApplicationCapacityByInstanceIdsResponseBody extends $tea.Mod
5186
5297
 
5187
5298
  export class ReduceApplicationCapacityByInstanceIdsResponse extends $tea.Model {
5188
5299
  headers: { [key: string]: string };
5300
+ statusCode: number;
5189
5301
  body: ReduceApplicationCapacityByInstanceIdsResponseBody;
5190
5302
  static names(): { [key: string]: string } {
5191
5303
  return {
5192
5304
  headers: 'headers',
5305
+ statusCode: 'statusCode',
5193
5306
  body: 'body',
5194
5307
  };
5195
5308
  }
@@ -5197,6 +5310,7 @@ export class ReduceApplicationCapacityByInstanceIdsResponse extends $tea.Model {
5197
5310
  static types(): { [key: string]: any } {
5198
5311
  return {
5199
5312
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5313
+ statusCode: 'number',
5200
5314
  body: ReduceApplicationCapacityByInstanceIdsResponseBody,
5201
5315
  };
5202
5316
  }
@@ -5273,10 +5387,12 @@ export class RescaleApplicationResponseBody extends $tea.Model {
5273
5387
 
5274
5388
  export class RescaleApplicationResponse extends $tea.Model {
5275
5389
  headers: { [key: string]: string };
5390
+ statusCode: number;
5276
5391
  body: RescaleApplicationResponseBody;
5277
5392
  static names(): { [key: string]: string } {
5278
5393
  return {
5279
5394
  headers: 'headers',
5395
+ statusCode: 'statusCode',
5280
5396
  body: 'body',
5281
5397
  };
5282
5398
  }
@@ -5284,6 +5400,7 @@ export class RescaleApplicationResponse extends $tea.Model {
5284
5400
  static types(): { [key: string]: any } {
5285
5401
  return {
5286
5402
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5403
+ statusCode: 'number',
5287
5404
  body: RescaleApplicationResponseBody,
5288
5405
  };
5289
5406
  }
@@ -5357,10 +5474,12 @@ export class RescaleApplicationVerticallyResponseBody extends $tea.Model {
5357
5474
 
5358
5475
  export class RescaleApplicationVerticallyResponse extends $tea.Model {
5359
5476
  headers: { [key: string]: string };
5477
+ statusCode: number;
5360
5478
  body: RescaleApplicationVerticallyResponseBody;
5361
5479
  static names(): { [key: string]: string } {
5362
5480
  return {
5363
5481
  headers: 'headers',
5482
+ statusCode: 'statusCode',
5364
5483
  body: 'body',
5365
5484
  };
5366
5485
  }
@@ -5368,6 +5487,7 @@ export class RescaleApplicationVerticallyResponse extends $tea.Model {
5368
5487
  static types(): { [key: string]: any } {
5369
5488
  return {
5370
5489
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5490
+ statusCode: 'number',
5371
5491
  body: RescaleApplicationVerticallyResponseBody,
5372
5492
  };
5373
5493
  }
@@ -5441,10 +5561,12 @@ export class RestartApplicationResponseBody extends $tea.Model {
5441
5561
 
5442
5562
  export class RestartApplicationResponse extends $tea.Model {
5443
5563
  headers: { [key: string]: string };
5564
+ statusCode: number;
5444
5565
  body: RestartApplicationResponseBody;
5445
5566
  static names(): { [key: string]: string } {
5446
5567
  return {
5447
5568
  headers: 'headers',
5569
+ statusCode: 'statusCode',
5448
5570
  body: 'body',
5449
5571
  };
5450
5572
  }
@@ -5452,6 +5574,7 @@ export class RestartApplicationResponse extends $tea.Model {
5452
5574
  static types(): { [key: string]: any } {
5453
5575
  return {
5454
5576
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5577
+ statusCode: 'number',
5455
5578
  body: RestartApplicationResponseBody,
5456
5579
  };
5457
5580
  }
@@ -5522,10 +5645,12 @@ export class RestartInstancesResponseBody extends $tea.Model {
5522
5645
 
5523
5646
  export class RestartInstancesResponse extends $tea.Model {
5524
5647
  headers: { [key: string]: string };
5648
+ statusCode: number;
5525
5649
  body: RestartInstancesResponseBody;
5526
5650
  static names(): { [key: string]: string } {
5527
5651
  return {
5528
5652
  headers: 'headers',
5653
+ statusCode: 'statusCode',
5529
5654
  body: 'body',
5530
5655
  };
5531
5656
  }
@@ -5533,6 +5658,7 @@ export class RestartInstancesResponse extends $tea.Model {
5533
5658
  static types(): { [key: string]: any } {
5534
5659
  return {
5535
5660
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5661
+ statusCode: 'number',
5536
5662
  body: RestartInstancesResponseBody,
5537
5663
  };
5538
5664
  }
@@ -5618,10 +5744,12 @@ export class RollbackApplicationResponseBody extends $tea.Model {
5618
5744
 
5619
5745
  export class RollbackApplicationResponse extends $tea.Model {
5620
5746
  headers: { [key: string]: string };
5747
+ statusCode: number;
5621
5748
  body: RollbackApplicationResponseBody;
5622
5749
  static names(): { [key: string]: string } {
5623
5750
  return {
5624
5751
  headers: 'headers',
5752
+ statusCode: 'statusCode',
5625
5753
  body: 'body',
5626
5754
  };
5627
5755
  }
@@ -5629,6 +5757,7 @@ export class RollbackApplicationResponse extends $tea.Model {
5629
5757
  static types(): { [key: string]: any } {
5630
5758
  return {
5631
5759
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5760
+ statusCode: 'number',
5632
5761
  body: RollbackApplicationResponseBody,
5633
5762
  };
5634
5763
  }
@@ -5696,10 +5825,12 @@ export class StartApplicationResponseBody extends $tea.Model {
5696
5825
 
5697
5826
  export class StartApplicationResponse extends $tea.Model {
5698
5827
  headers: { [key: string]: string };
5828
+ statusCode: number;
5699
5829
  body: StartApplicationResponseBody;
5700
5830
  static names(): { [key: string]: string } {
5701
5831
  return {
5702
5832
  headers: 'headers',
5833
+ statusCode: 'statusCode',
5703
5834
  body: 'body',
5704
5835
  };
5705
5836
  }
@@ -5707,6 +5838,7 @@ export class StartApplicationResponse extends $tea.Model {
5707
5838
  static types(): { [key: string]: any } {
5708
5839
  return {
5709
5840
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5841
+ statusCode: 'number',
5710
5842
  body: StartApplicationResponseBody,
5711
5843
  };
5712
5844
  }
@@ -5774,10 +5906,12 @@ export class StopApplicationResponseBody extends $tea.Model {
5774
5906
 
5775
5907
  export class StopApplicationResponse extends $tea.Model {
5776
5908
  headers: { [key: string]: string };
5909
+ statusCode: number;
5777
5910
  body: StopApplicationResponseBody;
5778
5911
  static names(): { [key: string]: string } {
5779
5912
  return {
5780
5913
  headers: 'headers',
5914
+ statusCode: 'statusCode',
5781
5915
  body: 'body',
5782
5916
  };
5783
5917
  }
@@ -5785,6 +5919,7 @@ export class StopApplicationResponse extends $tea.Model {
5785
5919
  static types(): { [key: string]: any } {
5786
5920
  return {
5787
5921
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5922
+ statusCode: 'number',
5788
5923
  body: StopApplicationResponseBody,
5789
5924
  };
5790
5925
  }
@@ -5861,10 +5996,12 @@ export class TagResourcesResponseBody extends $tea.Model {
5861
5996
 
5862
5997
  export class TagResourcesResponse extends $tea.Model {
5863
5998
  headers: { [key: string]: string };
5999
+ statusCode: number;
5864
6000
  body: TagResourcesResponseBody;
5865
6001
  static names(): { [key: string]: string } {
5866
6002
  return {
5867
6003
  headers: 'headers',
6004
+ statusCode: 'statusCode',
5868
6005
  body: 'body',
5869
6006
  };
5870
6007
  }
@@ -5872,6 +6009,7 @@ export class TagResourcesResponse extends $tea.Model {
5872
6009
  static types(): { [key: string]: any } {
5873
6010
  return {
5874
6011
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6012
+ statusCode: 'number',
5875
6013
  body: TagResourcesResponseBody,
5876
6014
  };
5877
6015
  }
@@ -5945,10 +6083,12 @@ export class UnbindSlbResponseBody extends $tea.Model {
5945
6083
 
5946
6084
  export class UnbindSlbResponse extends $tea.Model {
5947
6085
  headers: { [key: string]: string };
6086
+ statusCode: number;
5948
6087
  body: UnbindSlbResponseBody;
5949
6088
  static names(): { [key: string]: string } {
5950
6089
  return {
5951
6090
  headers: 'headers',
6091
+ statusCode: 'statusCode',
5952
6092
  body: 'body',
5953
6093
  };
5954
6094
  }
@@ -5956,6 +6096,7 @@ export class UnbindSlbResponse extends $tea.Model {
5956
6096
  static types(): { [key: string]: any } {
5957
6097
  return {
5958
6098
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6099
+ statusCode: 'number',
5959
6100
  body: UnbindSlbResponseBody,
5960
6101
  };
5961
6102
  }
@@ -6035,10 +6176,12 @@ export class UntagResourcesResponseBody extends $tea.Model {
6035
6176
 
6036
6177
  export class UntagResourcesResponse extends $tea.Model {
6037
6178
  headers: { [key: string]: string };
6179
+ statusCode: number;
6038
6180
  body: UntagResourcesResponseBody;
6039
6181
  static names(): { [key: string]: string } {
6040
6182
  return {
6041
6183
  headers: 'headers',
6184
+ statusCode: 'statusCode',
6042
6185
  body: 'body',
6043
6186
  };
6044
6187
  }
@@ -6046,6 +6189,7 @@ export class UntagResourcesResponse extends $tea.Model {
6046
6189
  static types(): { [key: string]: any } {
6047
6190
  return {
6048
6191
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6192
+ statusCode: 'number',
6049
6193
  body: UntagResourcesResponseBody,
6050
6194
  };
6051
6195
  }
@@ -6113,10 +6257,12 @@ export class UpdateAppSecurityGroupResponseBody extends $tea.Model {
6113
6257
 
6114
6258
  export class UpdateAppSecurityGroupResponse extends $tea.Model {
6115
6259
  headers: { [key: string]: string };
6260
+ statusCode: number;
6116
6261
  body: UpdateAppSecurityGroupResponseBody;
6117
6262
  static names(): { [key: string]: string } {
6118
6263
  return {
6119
6264
  headers: 'headers',
6265
+ statusCode: 'statusCode',
6120
6266
  body: 'body',
6121
6267
  };
6122
6268
  }
@@ -6124,6 +6270,7 @@ export class UpdateAppSecurityGroupResponse extends $tea.Model {
6124
6270
  static types(): { [key: string]: any } {
6125
6271
  return {
6126
6272
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6273
+ statusCode: 'number',
6127
6274
  body: UpdateAppSecurityGroupResponseBody,
6128
6275
  };
6129
6276
  }
@@ -6133,6 +6280,87 @@ export class UpdateAppSecurityGroupResponse extends $tea.Model {
6133
6280
  }
6134
6281
  }
6135
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
+
6136
6364
  export class UpdateApplicationScalingRuleRequest extends $tea.Model {
6137
6365
  appId?: string;
6138
6366
  minReadyInstanceRatio?: number;
@@ -6194,10 +6422,12 @@ export class UpdateApplicationScalingRuleResponseBody extends $tea.Model {
6194
6422
 
6195
6423
  export class UpdateApplicationScalingRuleResponse extends $tea.Model {
6196
6424
  headers: { [key: string]: string };
6425
+ statusCode: number;
6197
6426
  body: UpdateApplicationScalingRuleResponseBody;
6198
6427
  static names(): { [key: string]: string } {
6199
6428
  return {
6200
6429
  headers: 'headers',
6430
+ statusCode: 'statusCode',
6201
6431
  body: 'body',
6202
6432
  };
6203
6433
  }
@@ -6205,6 +6435,7 @@ export class UpdateApplicationScalingRuleResponse extends $tea.Model {
6205
6435
  static types(): { [key: string]: any } {
6206
6436
  return {
6207
6437
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6438
+ statusCode: 'number',
6208
6439
  body: UpdateApplicationScalingRuleResponseBody,
6209
6440
  };
6210
6441
  }
@@ -6214,6 +6445,87 @@ export class UpdateApplicationScalingRuleResponse extends $tea.Model {
6214
6445
  }
6215
6446
  }
6216
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
+
6217
6529
  export class UpdateConfigMapRequest extends $tea.Model {
6218
6530
  configMapId?: number;
6219
6531
  data?: string;
@@ -6278,10 +6590,12 @@ export class UpdateConfigMapResponseBody extends $tea.Model {
6278
6590
 
6279
6591
  export class UpdateConfigMapResponse extends $tea.Model {
6280
6592
  headers: { [key: string]: string };
6593
+ statusCode: number;
6281
6594
  body: UpdateConfigMapResponseBody;
6282
6595
  static names(): { [key: string]: string } {
6283
6596
  return {
6284
6597
  headers: 'headers',
6598
+ statusCode: 'statusCode',
6285
6599
  body: 'body',
6286
6600
  };
6287
6601
  }
@@ -6289,6 +6603,7 @@ export class UpdateConfigMapResponse extends $tea.Model {
6289
6603
  static types(): { [key: string]: any } {
6290
6604
  return {
6291
6605
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6606
+ statusCode: 'number',
6292
6607
  body: UpdateConfigMapResponseBody,
6293
6608
  };
6294
6609
  }
@@ -6365,10 +6680,12 @@ export class UpdateGreyTagRouteResponseBody extends $tea.Model {
6365
6680
 
6366
6681
  export class UpdateGreyTagRouteResponse extends $tea.Model {
6367
6682
  headers: { [key: string]: string };
6683
+ statusCode: number;
6368
6684
  body: UpdateGreyTagRouteResponseBody;
6369
6685
  static names(): { [key: string]: string } {
6370
6686
  return {
6371
6687
  headers: 'headers',
6688
+ statusCode: 'statusCode',
6372
6689
  body: 'body',
6373
6690
  };
6374
6691
  }
@@ -6376,6 +6693,7 @@ export class UpdateGreyTagRouteResponse extends $tea.Model {
6376
6693
  static types(): { [key: string]: any } {
6377
6694
  return {
6378
6695
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6696
+ statusCode: 'number',
6379
6697
  body: UpdateGreyTagRouteResponseBody,
6380
6698
  };
6381
6699
  }
@@ -6391,6 +6709,8 @@ export class UpdateIngressRequest extends $tea.Model {
6391
6709
  description?: string;
6392
6710
  ingressId?: number;
6393
6711
  listenerPort?: string;
6712
+ listenerProtocol?: string;
6713
+ loadBalanceType?: string;
6394
6714
  rules?: string;
6395
6715
  static names(): { [key: string]: string } {
6396
6716
  return {
@@ -6399,6 +6719,8 @@ export class UpdateIngressRequest extends $tea.Model {
6399
6719
  description: 'Description',
6400
6720
  ingressId: 'IngressId',
6401
6721
  listenerPort: 'ListenerPort',
6722
+ listenerProtocol: 'ListenerProtocol',
6723
+ loadBalanceType: 'LoadBalanceType',
6402
6724
  rules: 'Rules',
6403
6725
  };
6404
6726
  }
@@ -6410,6 +6732,8 @@ export class UpdateIngressRequest extends $tea.Model {
6410
6732
  description: 'string',
6411
6733
  ingressId: 'number',
6412
6734
  listenerPort: 'string',
6735
+ listenerProtocol: 'string',
6736
+ loadBalanceType: 'string',
6413
6737
  rules: 'string',
6414
6738
  };
6415
6739
  }
@@ -6458,10 +6782,12 @@ export class UpdateIngressResponseBody extends $tea.Model {
6458
6782
 
6459
6783
  export class UpdateIngressResponse extends $tea.Model {
6460
6784
  headers: { [key: string]: string };
6785
+ statusCode: number;
6461
6786
  body: UpdateIngressResponseBody;
6462
6787
  static names(): { [key: string]: string } {
6463
6788
  return {
6464
6789
  headers: 'headers',
6790
+ statusCode: 'statusCode',
6465
6791
  body: 'body',
6466
6792
  };
6467
6793
  }
@@ -6469,6 +6795,7 @@ export class UpdateIngressResponse extends $tea.Model {
6469
6795
  static types(): { [key: string]: any } {
6470
6796
  return {
6471
6797
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6798
+ statusCode: 'number',
6472
6799
  body: UpdateIngressResponseBody,
6473
6800
  };
6474
6801
  }
@@ -6542,10 +6869,12 @@ export class UpdateNamespaceResponseBody extends $tea.Model {
6542
6869
 
6543
6870
  export class UpdateNamespaceResponse extends $tea.Model {
6544
6871
  headers: { [key: string]: string };
6872
+ statusCode: number;
6545
6873
  body: UpdateNamespaceResponseBody;
6546
6874
  static names(): { [key: string]: string } {
6547
6875
  return {
6548
6876
  headers: 'headers',
6877
+ statusCode: 'statusCode',
6549
6878
  body: 'body',
6550
6879
  };
6551
6880
  }
@@ -6553,6 +6882,7 @@ export class UpdateNamespaceResponse extends $tea.Model {
6553
6882
  static types(): { [key: string]: any } {
6554
6883
  return {
6555
6884
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6885
+ statusCode: 'number',
6556
6886
  body: UpdateNamespaceResponseBody,
6557
6887
  };
6558
6888
  }
@@ -6620,10 +6950,12 @@ export class UpdateNamespaceVpcResponseBody extends $tea.Model {
6620
6950
 
6621
6951
  export class UpdateNamespaceVpcResponse extends $tea.Model {
6622
6952
  headers: { [key: string]: string };
6953
+ statusCode: number;
6623
6954
  body: UpdateNamespaceVpcResponseBody;
6624
6955
  static names(): { [key: string]: string } {
6625
6956
  return {
6626
6957
  headers: 'headers',
6958
+ statusCode: 'statusCode',
6627
6959
  body: 'body',
6628
6960
  };
6629
6961
  }
@@ -6631,6 +6963,7 @@ export class UpdateNamespaceVpcResponse extends $tea.Model {
6631
6963
  static types(): { [key: string]: any } {
6632
6964
  return {
6633
6965
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6966
+ statusCode: 'number',
6634
6967
  body: UpdateNamespaceVpcResponseBody,
6635
6968
  };
6636
6969
  }
@@ -6640,93 +6973,6 @@ export class UpdateNamespaceVpcResponse extends $tea.Model {
6640
6973
  }
6641
6974
  }
6642
6975
 
6643
- export class UploadFilesRequest extends $tea.Model {
6644
- appId?: string;
6645
- cloudUrl?: string;
6646
- instanceId?: string;
6647
- localpath?: string;
6648
- static names(): { [key: string]: string } {
6649
- return {
6650
- appId: 'AppId',
6651
- cloudUrl: 'CloudUrl',
6652
- instanceId: 'InstanceId',
6653
- localpath: 'Localpath',
6654
- };
6655
- }
6656
-
6657
- static types(): { [key: string]: any } {
6658
- return {
6659
- appId: 'string',
6660
- cloudUrl: 'string',
6661
- instanceId: 'string',
6662
- localpath: 'string',
6663
- };
6664
- }
6665
-
6666
- constructor(map?: { [key: string]: any }) {
6667
- super(map);
6668
- }
6669
- }
6670
-
6671
- export class UploadFilesResponseBody extends $tea.Model {
6672
- code?: string;
6673
- data?: string;
6674
- errorCode?: string;
6675
- message?: string;
6676
- requestId?: string;
6677
- success?: boolean;
6678
- traceId?: string;
6679
- static names(): { [key: string]: string } {
6680
- return {
6681
- code: 'Code',
6682
- data: 'Data',
6683
- errorCode: 'ErrorCode',
6684
- message: 'Message',
6685
- requestId: 'RequestId',
6686
- success: 'Success',
6687
- traceId: 'TraceId',
6688
- };
6689
- }
6690
-
6691
- static types(): { [key: string]: any } {
6692
- return {
6693
- code: 'string',
6694
- data: 'string',
6695
- errorCode: 'string',
6696
- message: 'string',
6697
- requestId: 'string',
6698
- success: 'boolean',
6699
- traceId: 'string',
6700
- };
6701
- }
6702
-
6703
- constructor(map?: { [key: string]: any }) {
6704
- super(map);
6705
- }
6706
- }
6707
-
6708
- export class UploadFilesResponse extends $tea.Model {
6709
- headers: { [key: string]: string };
6710
- body: UploadFilesResponseBody;
6711
- static names(): { [key: string]: string } {
6712
- return {
6713
- headers: 'headers',
6714
- body: 'body',
6715
- };
6716
- }
6717
-
6718
- static types(): { [key: string]: any } {
6719
- return {
6720
- headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6721
- body: UploadFilesResponseBody,
6722
- };
6723
- }
6724
-
6725
- constructor(map?: { [key: string]: any }) {
6726
- super(map);
6727
- }
6728
- }
6729
-
6730
6976
  export class AbortAndRollbackChangeOrderResponseBodyData extends $tea.Model {
6731
6977
  changeOrderId?: string;
6732
6978
  static names(): { [key: string]: string } {
@@ -7405,6 +7651,7 @@ export class DescribeApplicationConfigResponseBodyDataTags extends $tea.Model {
7405
7651
 
7406
7652
  export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7407
7653
  acrAssumeRoleArn?: string;
7654
+ acrInstanceId?: string;
7408
7655
  appDescription?: string;
7409
7656
  appId?: string;
7410
7657
  appName?: string;
@@ -7444,6 +7691,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7444
7691
  phpConfigLocation?: string;
7445
7692
  postStart?: string;
7446
7693
  preStop?: string;
7694
+ programmingLanguage?: string;
7447
7695
  readiness?: string;
7448
7696
  regionId?: string;
7449
7697
  replicas?: number;
@@ -7461,6 +7709,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7461
7709
  static names(): { [key: string]: string } {
7462
7710
  return {
7463
7711
  acrAssumeRoleArn: 'AcrAssumeRoleArn',
7712
+ acrInstanceId: 'AcrInstanceId',
7464
7713
  appDescription: 'AppDescription',
7465
7714
  appId: 'AppId',
7466
7715
  appName: 'AppName',
@@ -7500,6 +7749,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7500
7749
  phpConfigLocation: 'PhpConfigLocation',
7501
7750
  postStart: 'PostStart',
7502
7751
  preStop: 'PreStop',
7752
+ programmingLanguage: 'ProgrammingLanguage',
7503
7753
  readiness: 'Readiness',
7504
7754
  regionId: 'RegionId',
7505
7755
  replicas: 'Replicas',
@@ -7520,6 +7770,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7520
7770
  static types(): { [key: string]: any } {
7521
7771
  return {
7522
7772
  acrAssumeRoleArn: 'string',
7773
+ acrInstanceId: 'string',
7523
7774
  appDescription: 'string',
7524
7775
  appId: 'string',
7525
7776
  appName: 'string',
@@ -7559,6 +7810,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7559
7810
  phpConfigLocation: 'string',
7560
7811
  postStart: 'string',
7561
7812
  preStop: 'string',
7813
+ programmingLanguage: 'string',
7562
7814
  readiness: 'string',
7563
7815
  regionId: 'string',
7564
7816
  replicas: 'number',
@@ -9052,6 +9304,8 @@ export class DescribeIngressResponseBodyData extends $tea.Model {
9052
9304
  description?: string;
9053
9305
  id?: number;
9054
9306
  listenerPort?: number;
9307
+ listenerProtocol?: string;
9308
+ loadBalanceType?: string;
9055
9309
  name?: string;
9056
9310
  namespaceId?: string;
9057
9311
  rules?: DescribeIngressResponseBodyDataRules[];
@@ -9064,6 +9318,8 @@ export class DescribeIngressResponseBodyData extends $tea.Model {
9064
9318
  description: 'Description',
9065
9319
  id: 'Id',
9066
9320
  listenerPort: 'ListenerPort',
9321
+ listenerProtocol: 'ListenerProtocol',
9322
+ loadBalanceType: 'LoadBalanceType',
9067
9323
  name: 'Name',
9068
9324
  namespaceId: 'NamespaceId',
9069
9325
  rules: 'Rules',
@@ -9079,6 +9335,8 @@ export class DescribeIngressResponseBodyData extends $tea.Model {
9079
9335
  description: 'string',
9080
9336
  id: 'number',
9081
9337
  listenerPort: 'number',
9338
+ listenerProtocol: 'string',
9339
+ loadBalanceType: 'string',
9082
9340
  name: 'string',
9083
9341
  namespaceId: 'string',
9084
9342
  rules: { 'type': 'array', 'itemType': DescribeIngressResponseBodyDataRules },
@@ -9204,6 +9462,8 @@ export class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
9204
9462
  appCount?: number;
9205
9463
  belongRegion?: string;
9206
9464
  description?: string;
9465
+ jumpServerAppId?: string;
9466
+ jumpServerIp?: string;
9207
9467
  lastChangeOrderId?: string;
9208
9468
  lastChangeOrderRunning?: boolean;
9209
9469
  lastChangeOrderStatus?: string;
@@ -9222,6 +9482,8 @@ export class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
9222
9482
  appCount: 'AppCount',
9223
9483
  belongRegion: 'BelongRegion',
9224
9484
  description: 'Description',
9485
+ jumpServerAppId: 'JumpServerAppId',
9486
+ jumpServerIp: 'JumpServerIp',
9225
9487
  lastChangeOrderId: 'LastChangeOrderId',
9226
9488
  lastChangeOrderRunning: 'LastChangeOrderRunning',
9227
9489
  lastChangeOrderStatus: 'LastChangeOrderStatus',
@@ -9243,6 +9505,8 @@ export class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
9243
9505
  appCount: 'number',
9244
9506
  belongRegion: 'string',
9245
9507
  description: 'string',
9508
+ jumpServerAppId: 'string',
9509
+ jumpServerIp: 'string',
9246
9510
  lastChangeOrderId: 'string',
9247
9511
  lastChangeOrderRunning: 'boolean',
9248
9512
  lastChangeOrderStatus: 'string',
@@ -10089,6 +10353,8 @@ export class ListIngressesResponseBodyDataIngressList extends $tea.Model {
10089
10353
  description?: string;
10090
10354
  id?: number;
10091
10355
  listenerPort?: string;
10356
+ listenerProtocol?: string;
10357
+ loadBalanceType?: string;
10092
10358
  name?: string;
10093
10359
  namespaceId?: string;
10094
10360
  slbId?: string;
@@ -10099,6 +10365,8 @@ export class ListIngressesResponseBodyDataIngressList extends $tea.Model {
10099
10365
  description: 'Description',
10100
10366
  id: 'Id',
10101
10367
  listenerPort: 'ListenerPort',
10368
+ listenerProtocol: 'ListenerProtocol',
10369
+ loadBalanceType: 'LoadBalanceType',
10102
10370
  name: 'Name',
10103
10371
  namespaceId: 'NamespaceId',
10104
10372
  slbId: 'SlbId',
@@ -10112,6 +10380,8 @@ export class ListIngressesResponseBodyDataIngressList extends $tea.Model {
10112
10380
  description: 'string',
10113
10381
  id: 'number',
10114
10382
  listenerPort: 'string',
10383
+ listenerProtocol: 'string',
10384
+ loadBalanceType: 'string',
10115
10385
  name: 'string',
10116
10386
  namespaceId: 'string',
10117
10387
  slbId: 'string',
@@ -11239,6 +11509,10 @@ export default class Client extends OpenApi {
11239
11509
  query["Jdk"] = request.jdk;
11240
11510
  }
11241
11511
 
11512
+ if (!Util.isUnset(request.kafkaConfigs)) {
11513
+ query["KafkaConfigs"] = request.kafkaConfigs;
11514
+ }
11515
+
11242
11516
  if (!Util.isUnset(request.kafkaEndpoint)) {
11243
11517
  query["KafkaEndpoint"] = request.kafkaEndpoint;
11244
11518
  }
@@ -11307,6 +11581,10 @@ export default class Client extends OpenApi {
11307
11581
  query["PreStop"] = request.preStop;
11308
11582
  }
11309
11583
 
11584
+ if (!Util.isUnset(request.programmingLanguage)) {
11585
+ query["ProgrammingLanguage"] = request.programmingLanguage;
11586
+ }
11587
+
11310
11588
  if (!Util.isUnset(request.readiness)) {
11311
11589
  query["Readiness"] = request.readiness;
11312
11590
  }
@@ -11575,6 +11853,14 @@ export default class Client extends OpenApi {
11575
11853
  query["ListenerPort"] = request.listenerPort;
11576
11854
  }
11577
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
+
11578
11864
  if (!Util.isUnset(request.namespaceId)) {
11579
11865
  query["NamespaceId"] = request.namespaceId;
11580
11866
  }
@@ -11909,6 +12195,10 @@ export default class Client extends OpenApi {
11909
12195
  query["Jdk"] = request.jdk;
11910
12196
  }
11911
12197
 
12198
+ if (!Util.isUnset(request.kafkaConfigs)) {
12199
+ query["KafkaConfigs"] = request.kafkaConfigs;
12200
+ }
12201
+
11912
12202
  if (!Util.isUnset(request.kafkaEndpoint)) {
11913
12203
  query["KafkaEndpoint"] = request.kafkaEndpoint;
11914
12204
  }
@@ -12879,45 +13169,6 @@ export default class Client extends OpenApi {
12879
13169
  return $tea.cast<DisableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
12880
13170
  }
12881
13171
 
12882
- async downloadFiles(request: DownloadFilesRequest): Promise<DownloadFilesResponse> {
12883
- let runtime = new $Util.RuntimeOptions({ });
12884
- let headers : {[key: string ]: string} = { };
12885
- return await this.downloadFilesWithOptions(request, headers, runtime);
12886
- }
12887
-
12888
- async downloadFilesWithOptions(request: DownloadFilesRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<DownloadFilesResponse> {
12889
- Util.validateModel(request);
12890
- let query : {[key: string ]: any} = { };
12891
- if (!Util.isUnset(request.appId)) {
12892
- query["AppId"] = request.appId;
12893
- }
12894
-
12895
- if (!Util.isUnset(request.instanceId)) {
12896
- query["InstanceId"] = request.instanceId;
12897
- }
12898
-
12899
- if (!Util.isUnset(request.localpath)) {
12900
- query["Localpath"] = request.localpath;
12901
- }
12902
-
12903
- let req = new $OpenApi.OpenApiRequest({
12904
- headers: headers,
12905
- query: OpenApiUtil.query(query),
12906
- });
12907
- let params = new $OpenApi.Params({
12908
- action: "DownloadFiles",
12909
- version: "2019-05-06",
12910
- protocol: "HTTPS",
12911
- pathname: `/pop/v1/sam/app/downloadFiles`,
12912
- method: "POST",
12913
- authType: "AK",
12914
- style: "ROA",
12915
- reqBodyType: "json",
12916
- bodyType: "json",
12917
- });
12918
- return $tea.cast<DownloadFilesResponse>(await this.callApi(params, req, runtime), new DownloadFilesResponse({}));
12919
- }
12920
-
12921
13172
  async enableApplicationScalingRule(request: EnableApplicationScalingRuleRequest): Promise<EnableApplicationScalingRuleResponse> {
12922
13173
  let runtime = new $Util.RuntimeOptions({ });
12923
13174
  let headers : {[key: string ]: string} = { };
@@ -14027,6 +14278,41 @@ export default class Client extends OpenApi {
14027
14278
  return $tea.cast<UpdateAppSecurityGroupResponse>(await this.callApi(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
14028
14279
  }
14029
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
+
14030
14316
  async updateApplicationScalingRule(request: UpdateApplicationScalingRuleRequest): Promise<UpdateApplicationScalingRuleResponse> {
14031
14317
  let runtime = new $Util.RuntimeOptions({ });
14032
14318
  let headers : {[key: string ]: string} = { };
@@ -14078,6 +14364,41 @@ export default class Client extends OpenApi {
14078
14364
  return $tea.cast<UpdateApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
14079
14365
  }
14080
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
+
14081
14402
  async updateConfigMap(request: UpdateConfigMapRequest): Promise<UpdateConfigMapResponse> {
14082
14403
  let runtime = new $Util.RuntimeOptions({ });
14083
14404
  let headers : {[key: string ]: string} = { };
@@ -14191,6 +14512,14 @@ export default class Client extends OpenApi {
14191
14512
  query["ListenerPort"] = request.listenerPort;
14192
14513
  }
14193
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
+
14194
14523
  let body : {[key: string ]: any} = { };
14195
14524
  if (!Util.isUnset(request.rules)) {
14196
14525
  body["Rules"] = request.rules;
@@ -14289,47 +14618,4 @@ export default class Client extends OpenApi {
14289
14618
  return $tea.cast<UpdateNamespaceVpcResponse>(await this.callApi(params, req, runtime), new UpdateNamespaceVpcResponse({}));
14290
14619
  }
14291
14620
 
14292
- async uploadFiles(request: UploadFilesRequest): Promise<UploadFilesResponse> {
14293
- let runtime = new $Util.RuntimeOptions({ });
14294
- let headers : {[key: string ]: string} = { };
14295
- return await this.uploadFilesWithOptions(request, headers, runtime);
14296
- }
14297
-
14298
- async uploadFilesWithOptions(request: UploadFilesRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<UploadFilesResponse> {
14299
- Util.validateModel(request);
14300
- let query : {[key: string ]: any} = { };
14301
- if (!Util.isUnset(request.appId)) {
14302
- query["AppId"] = request.appId;
14303
- }
14304
-
14305
- if (!Util.isUnset(request.cloudUrl)) {
14306
- query["CloudUrl"] = request.cloudUrl;
14307
- }
14308
-
14309
- if (!Util.isUnset(request.instanceId)) {
14310
- query["InstanceId"] = request.instanceId;
14311
- }
14312
-
14313
- if (!Util.isUnset(request.localpath)) {
14314
- query["Localpath"] = request.localpath;
14315
- }
14316
-
14317
- let req = new $OpenApi.OpenApiRequest({
14318
- headers: headers,
14319
- query: OpenApiUtil.query(query),
14320
- });
14321
- let params = new $OpenApi.Params({
14322
- action: "UploadFiles",
14323
- version: "2019-05-06",
14324
- protocol: "HTTPS",
14325
- pathname: `/pop/v1/sam/app/uploadFiles`,
14326
- method: "POST",
14327
- authType: "AK",
14328
- style: "ROA",
14329
- reqBodyType: "json",
14330
- bodyType: "json",
14331
- });
14332
- return $tea.cast<UploadFilesResponse>(await this.callApi(params, req, runtime), new UploadFilesResponse({}));
14333
- }
14334
-
14335
14621
  }