@alicloud/sae20190506 1.19.0 → 1.21.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
  }
@@ -2792,10 +2900,12 @@ export class DescribeConfigMapResponse extends $tea.Model {
2792
2900
  export class DescribeConfigurationPriceRequest extends $tea.Model {
2793
2901
  cpu?: number;
2794
2902
  memory?: number;
2903
+ workload?: string;
2795
2904
  static names(): { [key: string]: string } {
2796
2905
  return {
2797
2906
  cpu: 'Cpu',
2798
2907
  memory: 'Memory',
2908
+ workload: 'Workload',
2799
2909
  };
2800
2910
  }
2801
2911
 
@@ -2803,6 +2913,7 @@ export class DescribeConfigurationPriceRequest extends $tea.Model {
2803
2913
  return {
2804
2914
  cpu: 'number',
2805
2915
  memory: 'number',
2916
+ workload: 'string',
2806
2917
  };
2807
2918
  }
2808
2919
 
@@ -2850,10 +2961,12 @@ export class DescribeConfigurationPriceResponseBody extends $tea.Model {
2850
2961
 
2851
2962
  export class DescribeConfigurationPriceResponse extends $tea.Model {
2852
2963
  headers: { [key: string]: string };
2964
+ statusCode: number;
2853
2965
  body: DescribeConfigurationPriceResponseBody;
2854
2966
  static names(): { [key: string]: string } {
2855
2967
  return {
2856
2968
  headers: 'headers',
2969
+ statusCode: 'statusCode',
2857
2970
  body: 'body',
2858
2971
  };
2859
2972
  }
@@ -2861,6 +2974,7 @@ export class DescribeConfigurationPriceResponse extends $tea.Model {
2861
2974
  static types(): { [key: string]: any } {
2862
2975
  return {
2863
2976
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2977
+ statusCode: 'number',
2864
2978
  body: DescribeConfigurationPriceResponseBody,
2865
2979
  };
2866
2980
  }
@@ -2909,10 +3023,12 @@ export class DescribeEdasContainersResponseBody extends $tea.Model {
2909
3023
 
2910
3024
  export class DescribeEdasContainersResponse extends $tea.Model {
2911
3025
  headers: { [key: string]: string };
3026
+ statusCode: number;
2912
3027
  body: DescribeEdasContainersResponseBody;
2913
3028
  static names(): { [key: string]: string } {
2914
3029
  return {
2915
3030
  headers: 'headers',
3031
+ statusCode: 'statusCode',
2916
3032
  body: 'body',
2917
3033
  };
2918
3034
  }
@@ -2920,6 +3036,7 @@ export class DescribeEdasContainersResponse extends $tea.Model {
2920
3036
  static types(): { [key: string]: any } {
2921
3037
  return {
2922
3038
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3039
+ statusCode: 'number',
2923
3040
  body: DescribeEdasContainersResponseBody,
2924
3041
  };
2925
3042
  }
@@ -2987,10 +3104,12 @@ export class DescribeGreyTagRouteResponseBody extends $tea.Model {
2987
3104
 
2988
3105
  export class DescribeGreyTagRouteResponse extends $tea.Model {
2989
3106
  headers: { [key: string]: string };
3107
+ statusCode: number;
2990
3108
  body: DescribeGreyTagRouteResponseBody;
2991
3109
  static names(): { [key: string]: string } {
2992
3110
  return {
2993
3111
  headers: 'headers',
3112
+ statusCode: 'statusCode',
2994
3113
  body: 'body',
2995
3114
  };
2996
3115
  }
@@ -2998,6 +3117,7 @@ export class DescribeGreyTagRouteResponse extends $tea.Model {
2998
3117
  static types(): { [key: string]: any } {
2999
3118
  return {
3000
3119
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3120
+ statusCode: 'number',
3001
3121
  body: DescribeGreyTagRouteResponseBody,
3002
3122
  };
3003
3123
  }
@@ -3065,10 +3185,12 @@ export class DescribeIngressResponseBody extends $tea.Model {
3065
3185
 
3066
3186
  export class DescribeIngressResponse extends $tea.Model {
3067
3187
  headers: { [key: string]: string };
3188
+ statusCode: number;
3068
3189
  body: DescribeIngressResponseBody;
3069
3190
  static names(): { [key: string]: string } {
3070
3191
  return {
3071
3192
  headers: 'headers',
3193
+ statusCode: 'statusCode',
3072
3194
  body: 'body',
3073
3195
  };
3074
3196
  }
@@ -3076,6 +3198,7 @@ export class DescribeIngressResponse extends $tea.Model {
3076
3198
  static types(): { [key: string]: any } {
3077
3199
  return {
3078
3200
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3201
+ statusCode: 'number',
3079
3202
  body: DescribeIngressResponseBody,
3080
3203
  };
3081
3204
  }
@@ -3143,10 +3266,12 @@ export class DescribeInstanceLogResponseBody extends $tea.Model {
3143
3266
 
3144
3267
  export class DescribeInstanceLogResponse extends $tea.Model {
3145
3268
  headers: { [key: string]: string };
3269
+ statusCode: number;
3146
3270
  body: DescribeInstanceLogResponseBody;
3147
3271
  static names(): { [key: string]: string } {
3148
3272
  return {
3149
3273
  headers: 'headers',
3274
+ statusCode: 'statusCode',
3150
3275
  body: 'body',
3151
3276
  };
3152
3277
  }
@@ -3154,6 +3279,7 @@ export class DescribeInstanceLogResponse extends $tea.Model {
3154
3279
  static types(): { [key: string]: any } {
3155
3280
  return {
3156
3281
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3282
+ statusCode: 'number',
3157
3283
  body: DescribeInstanceLogResponseBody,
3158
3284
  };
3159
3285
  }
@@ -3202,10 +3328,12 @@ export class DescribeInstanceSpecificationsResponseBody extends $tea.Model {
3202
3328
 
3203
3329
  export class DescribeInstanceSpecificationsResponse extends $tea.Model {
3204
3330
  headers: { [key: string]: string };
3331
+ statusCode: number;
3205
3332
  body: DescribeInstanceSpecificationsResponseBody;
3206
3333
  static names(): { [key: string]: string } {
3207
3334
  return {
3208
3335
  headers: 'headers',
3336
+ statusCode: 'statusCode',
3209
3337
  body: 'body',
3210
3338
  };
3211
3339
  }
@@ -3213,6 +3341,7 @@ export class DescribeInstanceSpecificationsResponse extends $tea.Model {
3213
3341
  static types(): { [key: string]: any } {
3214
3342
  return {
3215
3343
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3344
+ statusCode: 'number',
3216
3345
  body: DescribeInstanceSpecificationsResponseBody,
3217
3346
  };
3218
3347
  }
@@ -3280,10 +3409,12 @@ export class DescribeNamespaceResponseBody extends $tea.Model {
3280
3409
 
3281
3410
  export class DescribeNamespaceResponse extends $tea.Model {
3282
3411
  headers: { [key: string]: string };
3412
+ statusCode: number;
3283
3413
  body: DescribeNamespaceResponseBody;
3284
3414
  static names(): { [key: string]: string } {
3285
3415
  return {
3286
3416
  headers: 'headers',
3417
+ statusCode: 'statusCode',
3287
3418
  body: 'body',
3288
3419
  };
3289
3420
  }
@@ -3291,6 +3422,7 @@ export class DescribeNamespaceResponse extends $tea.Model {
3291
3422
  static types(): { [key: string]: any } {
3292
3423
  return {
3293
3424
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3425
+ statusCode: 'number',
3294
3426
  body: DescribeNamespaceResponseBody,
3295
3427
  };
3296
3428
  }
@@ -3361,10 +3493,12 @@ export class DescribeNamespaceListResponseBody extends $tea.Model {
3361
3493
 
3362
3494
  export class DescribeNamespaceListResponse extends $tea.Model {
3363
3495
  headers: { [key: string]: string };
3496
+ statusCode: number;
3364
3497
  body: DescribeNamespaceListResponseBody;
3365
3498
  static names(): { [key: string]: string } {
3366
3499
  return {
3367
3500
  headers: 'headers',
3501
+ statusCode: 'statusCode',
3368
3502
  body: 'body',
3369
3503
  };
3370
3504
  }
@@ -3372,6 +3506,7 @@ export class DescribeNamespaceListResponse extends $tea.Model {
3372
3506
  static types(): { [key: string]: any } {
3373
3507
  return {
3374
3508
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3509
+ statusCode: 'number',
3375
3510
  body: DescribeNamespaceListResponseBody,
3376
3511
  };
3377
3512
  }
@@ -3439,10 +3574,12 @@ export class DescribeNamespaceResourcesResponseBody extends $tea.Model {
3439
3574
 
3440
3575
  export class DescribeNamespaceResourcesResponse extends $tea.Model {
3441
3576
  headers: { [key: string]: string };
3577
+ statusCode: number;
3442
3578
  body: DescribeNamespaceResourcesResponseBody;
3443
3579
  static names(): { [key: string]: string } {
3444
3580
  return {
3445
3581
  headers: 'headers',
3582
+ statusCode: 'statusCode',
3446
3583
  body: 'body',
3447
3584
  };
3448
3585
  }
@@ -3450,6 +3587,7 @@ export class DescribeNamespaceResourcesResponse extends $tea.Model {
3450
3587
  static types(): { [key: string]: any } {
3451
3588
  return {
3452
3589
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3590
+ statusCode: 'number',
3453
3591
  body: DescribeNamespaceResourcesResponseBody,
3454
3592
  };
3455
3593
  }
@@ -3520,10 +3658,12 @@ export class DescribeNamespacesResponseBody extends $tea.Model {
3520
3658
 
3521
3659
  export class DescribeNamespacesResponse extends $tea.Model {
3522
3660
  headers: { [key: string]: string };
3661
+ statusCode: number;
3523
3662
  body: DescribeNamespacesResponseBody;
3524
3663
  static names(): { [key: string]: string } {
3525
3664
  return {
3526
3665
  headers: 'headers',
3666
+ statusCode: 'statusCode',
3527
3667
  body: 'body',
3528
3668
  };
3529
3669
  }
@@ -3531,6 +3671,7 @@ export class DescribeNamespacesResponse extends $tea.Model {
3531
3671
  static types(): { [key: string]: any } {
3532
3672
  return {
3533
3673
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3674
+ statusCode: 'number',
3534
3675
  body: DescribeNamespacesResponseBody,
3535
3676
  };
3536
3677
  }
@@ -3598,10 +3739,12 @@ export class DescribePipelineResponseBody extends $tea.Model {
3598
3739
 
3599
3740
  export class DescribePipelineResponse extends $tea.Model {
3600
3741
  headers: { [key: string]: string };
3742
+ statusCode: number;
3601
3743
  body: DescribePipelineResponseBody;
3602
3744
  static names(): { [key: string]: string } {
3603
3745
  return {
3604
3746
  headers: 'headers',
3747
+ statusCode: 'statusCode',
3605
3748
  body: 'body',
3606
3749
  };
3607
3750
  }
@@ -3609,6 +3752,7 @@ export class DescribePipelineResponse extends $tea.Model {
3609
3752
  static types(): { [key: string]: any } {
3610
3753
  return {
3611
3754
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3755
+ statusCode: 'number',
3612
3756
  body: DescribePipelineResponseBody,
3613
3757
  };
3614
3758
  }
@@ -3648,10 +3792,12 @@ export class DescribeRegionsResponseBody extends $tea.Model {
3648
3792
 
3649
3793
  export class DescribeRegionsResponse extends $tea.Model {
3650
3794
  headers: { [key: string]: string };
3795
+ statusCode: number;
3651
3796
  body: DescribeRegionsResponseBody;
3652
3797
  static names(): { [key: string]: string } {
3653
3798
  return {
3654
3799
  headers: 'headers',
3800
+ statusCode: 'statusCode',
3655
3801
  body: 'body',
3656
3802
  };
3657
3803
  }
@@ -3659,6 +3805,7 @@ export class DescribeRegionsResponse extends $tea.Model {
3659
3805
  static types(): { [key: string]: any } {
3660
3806
  return {
3661
3807
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3808
+ statusCode: 'number',
3662
3809
  body: DescribeRegionsResponseBody,
3663
3810
  };
3664
3811
  }
@@ -3714,10 +3861,12 @@ export class DisableApplicationScalingRuleResponseBody extends $tea.Model {
3714
3861
 
3715
3862
  export class DisableApplicationScalingRuleResponse extends $tea.Model {
3716
3863
  headers: { [key: string]: string };
3864
+ statusCode: number;
3717
3865
  body: DisableApplicationScalingRuleResponseBody;
3718
3866
  static names(): { [key: string]: string } {
3719
3867
  return {
3720
3868
  headers: 'headers',
3869
+ statusCode: 'statusCode',
3721
3870
  body: 'body',
3722
3871
  };
3723
3872
  }
@@ -3725,6 +3874,7 @@ export class DisableApplicationScalingRuleResponse extends $tea.Model {
3725
3874
  static types(): { [key: string]: any } {
3726
3875
  return {
3727
3876
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3877
+ statusCode: 'number',
3728
3878
  body: DisableApplicationScalingRuleResponseBody,
3729
3879
  };
3730
3880
  }
@@ -3734,23 +3884,20 @@ export class DisableApplicationScalingRuleResponse extends $tea.Model {
3734
3884
  }
3735
3885
  }
3736
3886
 
3737
- export class DownloadFilesRequest extends $tea.Model {
3887
+ export class EnableApplicationScalingRuleRequest extends $tea.Model {
3738
3888
  appId?: string;
3739
- instanceId?: string;
3740
- localpath?: string;
3889
+ scalingRuleName?: string;
3741
3890
  static names(): { [key: string]: string } {
3742
3891
  return {
3743
3892
  appId: 'AppId',
3744
- instanceId: 'InstanceId',
3745
- localpath: 'Localpath',
3893
+ scalingRuleName: 'ScalingRuleName',
3746
3894
  };
3747
3895
  }
3748
3896
 
3749
3897
  static types(): { [key: string]: any } {
3750
3898
  return {
3751
3899
  appId: 'string',
3752
- instanceId: 'string',
3753
- localpath: 'string',
3900
+ scalingRuleName: 'string',
3754
3901
  };
3755
3902
  }
3756
3903
 
@@ -3759,34 +3906,19 @@ export class DownloadFilesRequest extends $tea.Model {
3759
3906
  }
3760
3907
  }
3761
3908
 
3762
- export class DownloadFilesResponseBody extends $tea.Model {
3763
- code?: string;
3764
- data?: string;
3765
- errorCode?: string;
3766
- message?: string;
3909
+ export class EnableApplicationScalingRuleResponseBody extends $tea.Model {
3767
3910
  requestId?: string;
3768
- success?: boolean;
3769
3911
  traceId?: string;
3770
3912
  static names(): { [key: string]: string } {
3771
3913
  return {
3772
- code: 'Code',
3773
- data: 'Data',
3774
- errorCode: 'ErrorCode',
3775
- message: 'Message',
3776
3914
  requestId: 'RequestId',
3777
- success: 'Success',
3778
3915
  traceId: 'TraceId',
3779
3916
  };
3780
3917
  }
3781
3918
 
3782
3919
  static types(): { [key: string]: any } {
3783
3920
  return {
3784
- code: 'string',
3785
- data: 'string',
3786
- errorCode: 'string',
3787
- message: 'string',
3788
3921
  requestId: 'string',
3789
- success: 'boolean',
3790
3922
  traceId: 'string',
3791
3923
  };
3792
3924
  }
@@ -3796,12 +3928,14 @@ export class DownloadFilesResponseBody extends $tea.Model {
3796
3928
  }
3797
3929
  }
3798
3930
 
3799
- export class DownloadFilesResponse extends $tea.Model {
3931
+ export class EnableApplicationScalingRuleResponse extends $tea.Model {
3800
3932
  headers: { [key: string]: string };
3801
- body: DownloadFilesResponseBody;
3933
+ statusCode: number;
3934
+ body: EnableApplicationScalingRuleResponseBody;
3802
3935
  static names(): { [key: string]: string } {
3803
3936
  return {
3804
3937
  headers: 'headers',
3938
+ statusCode: 'statusCode',
3805
3939
  body: 'body',
3806
3940
  };
3807
3941
  }
@@ -3809,7 +3943,8 @@ export class DownloadFilesResponse extends $tea.Model {
3809
3943
  static types(): { [key: string]: any } {
3810
3944
  return {
3811
3945
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3812
- body: DownloadFilesResponseBody,
3946
+ statusCode: 'number',
3947
+ body: EnableApplicationScalingRuleResponseBody,
3813
3948
  };
3814
3949
  }
3815
3950
 
@@ -3818,20 +3953,38 @@ export class DownloadFilesResponse extends $tea.Model {
3818
3953
  }
3819
3954
  }
3820
3955
 
3821
- export class EnableApplicationScalingRuleRequest extends $tea.Model {
3956
+ export class ExecJobRequest extends $tea.Model {
3822
3957
  appId?: string;
3823
- scalingRuleName?: string;
3958
+ command?: string;
3959
+ commandArgs?: string;
3960
+ envs?: string;
3961
+ eventId?: string;
3962
+ jarStartArgs?: string;
3963
+ jarStartOptions?: string;
3964
+ warStartOptions?: string;
3824
3965
  static names(): { [key: string]: string } {
3825
3966
  return {
3826
3967
  appId: 'AppId',
3827
- scalingRuleName: 'ScalingRuleName',
3968
+ command: 'Command',
3969
+ commandArgs: 'CommandArgs',
3970
+ envs: 'Envs',
3971
+ eventId: 'EventId',
3972
+ jarStartArgs: 'JarStartArgs',
3973
+ jarStartOptions: 'JarStartOptions',
3974
+ warStartOptions: 'WarStartOptions',
3828
3975
  };
3829
3976
  }
3830
3977
 
3831
3978
  static types(): { [key: string]: any } {
3832
3979
  return {
3833
3980
  appId: 'string',
3834
- scalingRuleName: 'string',
3981
+ command: 'string',
3982
+ commandArgs: 'string',
3983
+ envs: 'string',
3984
+ eventId: 'string',
3985
+ jarStartArgs: 'string',
3986
+ jarStartOptions: 'string',
3987
+ warStartOptions: 'string',
3835
3988
  };
3836
3989
  }
3837
3990
 
@@ -3840,19 +3993,34 @@ export class EnableApplicationScalingRuleRequest extends $tea.Model {
3840
3993
  }
3841
3994
  }
3842
3995
 
3843
- export class EnableApplicationScalingRuleResponseBody extends $tea.Model {
3996
+ export class ExecJobResponseBody extends $tea.Model {
3997
+ code?: string;
3998
+ data?: string;
3999
+ errorCode?: string;
4000
+ message?: string;
3844
4001
  requestId?: string;
4002
+ success?: boolean;
3845
4003
  traceId?: string;
3846
4004
  static names(): { [key: string]: string } {
3847
4005
  return {
4006
+ code: 'Code',
4007
+ data: 'Data',
4008
+ errorCode: 'ErrorCode',
4009
+ message: 'Message',
3848
4010
  requestId: 'RequestId',
4011
+ success: 'Success',
3849
4012
  traceId: 'TraceId',
3850
4013
  };
3851
4014
  }
3852
4015
 
3853
4016
  static types(): { [key: string]: any } {
3854
4017
  return {
4018
+ code: 'string',
4019
+ data: 'string',
4020
+ errorCode: 'string',
4021
+ message: 'string',
3855
4022
  requestId: 'string',
4023
+ success: 'boolean',
3856
4024
  traceId: 'string',
3857
4025
  };
3858
4026
  }
@@ -3862,12 +4030,14 @@ export class EnableApplicationScalingRuleResponseBody extends $tea.Model {
3862
4030
  }
3863
4031
  }
3864
4032
 
3865
- export class EnableApplicationScalingRuleResponse extends $tea.Model {
4033
+ export class ExecJobResponse extends $tea.Model {
3866
4034
  headers: { [key: string]: string };
3867
- body: EnableApplicationScalingRuleResponseBody;
4035
+ statusCode: number;
4036
+ body: ExecJobResponseBody;
3868
4037
  static names(): { [key: string]: string } {
3869
4038
  return {
3870
4039
  headers: 'headers',
4040
+ statusCode: 'statusCode',
3871
4041
  body: 'body',
3872
4042
  };
3873
4043
  }
@@ -3875,7 +4045,8 @@ export class EnableApplicationScalingRuleResponse extends $tea.Model {
3875
4045
  static types(): { [key: string]: any } {
3876
4046
  return {
3877
4047
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3878
- body: EnableApplicationScalingRuleResponseBody,
4048
+ statusCode: 'number',
4049
+ body: ExecJobResponseBody,
3879
4050
  };
3880
4051
  }
3881
4052
 
@@ -3960,10 +4131,12 @@ export class ListAppEventsResponseBody extends $tea.Model {
3960
4131
 
3961
4132
  export class ListAppEventsResponse extends $tea.Model {
3962
4133
  headers: { [key: string]: string };
4134
+ statusCode: number;
3963
4135
  body: ListAppEventsResponseBody;
3964
4136
  static names(): { [key: string]: string } {
3965
4137
  return {
3966
4138
  headers: 'headers',
4139
+ statusCode: 'statusCode',
3967
4140
  body: 'body',
3968
4141
  };
3969
4142
  }
@@ -3971,6 +4144,7 @@ export class ListAppEventsResponse extends $tea.Model {
3971
4144
  static types(): { [key: string]: any } {
3972
4145
  return {
3973
4146
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4147
+ statusCode: 'number',
3974
4148
  body: ListAppEventsResponseBody,
3975
4149
  };
3976
4150
  }
@@ -4047,10 +4221,12 @@ export class ListAppServicesPageResponseBody extends $tea.Model {
4047
4221
 
4048
4222
  export class ListAppServicesPageResponse extends $tea.Model {
4049
4223
  headers: { [key: string]: string };
4224
+ statusCode: number;
4050
4225
  body: ListAppServicesPageResponseBody;
4051
4226
  static names(): { [key: string]: string } {
4052
4227
  return {
4053
4228
  headers: 'headers',
4229
+ statusCode: 'statusCode',
4054
4230
  body: 'body',
4055
4231
  };
4056
4232
  }
@@ -4058,6 +4234,7 @@ export class ListAppServicesPageResponse extends $tea.Model {
4058
4234
  static types(): { [key: string]: any } {
4059
4235
  return {
4060
4236
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4237
+ statusCode: 'number',
4061
4238
  body: ListAppServicesPageResponseBody,
4062
4239
  };
4063
4240
  }
@@ -4122,10 +4299,12 @@ export class ListAppVersionsResponseBody extends $tea.Model {
4122
4299
 
4123
4300
  export class ListAppVersionsResponse extends $tea.Model {
4124
4301
  headers: { [key: string]: string };
4302
+ statusCode: number;
4125
4303
  body: ListAppVersionsResponseBody;
4126
4304
  static names(): { [key: string]: string } {
4127
4305
  return {
4128
4306
  headers: 'headers',
4307
+ statusCode: 'statusCode',
4129
4308
  body: 'body',
4130
4309
  };
4131
4310
  }
@@ -4133,6 +4312,7 @@ export class ListAppVersionsResponse extends $tea.Model {
4133
4312
  static types(): { [key: string]: any } {
4134
4313
  return {
4135
4314
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4315
+ statusCode: 'number',
4136
4316
  body: ListAppVersionsResponseBody,
4137
4317
  };
4138
4318
  }
@@ -4230,10 +4410,12 @@ export class ListApplicationsResponseBody extends $tea.Model {
4230
4410
 
4231
4411
  export class ListApplicationsResponse extends $tea.Model {
4232
4412
  headers: { [key: string]: string };
4413
+ statusCode: number;
4233
4414
  body: ListApplicationsResponseBody;
4234
4415
  static names(): { [key: string]: string } {
4235
4416
  return {
4236
4417
  headers: 'headers',
4418
+ statusCode: 'statusCode',
4237
4419
  body: 'body',
4238
4420
  };
4239
4421
  }
@@ -4241,6 +4423,7 @@ export class ListApplicationsResponse extends $tea.Model {
4241
4423
  static types(): { [key: string]: any } {
4242
4424
  return {
4243
4425
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4426
+ statusCode: 'number',
4244
4427
  body: ListApplicationsResponseBody,
4245
4428
  };
4246
4429
  }
@@ -4323,10 +4506,12 @@ export class ListChangeOrdersResponseBody extends $tea.Model {
4323
4506
 
4324
4507
  export class ListChangeOrdersResponse extends $tea.Model {
4325
4508
  headers: { [key: string]: string };
4509
+ statusCode: number;
4326
4510
  body: ListChangeOrdersResponseBody;
4327
4511
  static names(): { [key: string]: string } {
4328
4512
  return {
4329
4513
  headers: 'headers',
4514
+ statusCode: 'statusCode',
4330
4515
  body: 'body',
4331
4516
  };
4332
4517
  }
@@ -4334,6 +4519,7 @@ export class ListChangeOrdersResponse extends $tea.Model {
4334
4519
  static types(): { [key: string]: any } {
4335
4520
  return {
4336
4521
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4522
+ statusCode: 'number',
4337
4523
  body: ListChangeOrdersResponseBody,
4338
4524
  };
4339
4525
  }
@@ -4401,10 +4587,12 @@ export class ListConsumedServicesResponseBody extends $tea.Model {
4401
4587
 
4402
4588
  export class ListConsumedServicesResponse extends $tea.Model {
4403
4589
  headers: { [key: string]: string };
4590
+ statusCode: number;
4404
4591
  body: ListConsumedServicesResponseBody;
4405
4592
  static names(): { [key: string]: string } {
4406
4593
  return {
4407
4594
  headers: 'headers',
4595
+ statusCode: 'statusCode',
4408
4596
  body: 'body',
4409
4597
  };
4410
4598
  }
@@ -4412,6 +4600,7 @@ export class ListConsumedServicesResponse extends $tea.Model {
4412
4600
  static types(): { [key: string]: any } {
4413
4601
  return {
4414
4602
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4603
+ statusCode: 'number',
4415
4604
  body: ListConsumedServicesResponseBody,
4416
4605
  };
4417
4606
  }
@@ -4479,10 +4668,12 @@ export class ListGreyTagRouteResponseBody extends $tea.Model {
4479
4668
 
4480
4669
  export class ListGreyTagRouteResponse extends $tea.Model {
4481
4670
  headers: { [key: string]: string };
4671
+ statusCode: number;
4482
4672
  body: ListGreyTagRouteResponseBody;
4483
4673
  static names(): { [key: string]: string } {
4484
4674
  return {
4485
4675
  headers: 'headers',
4676
+ statusCode: 'statusCode',
4486
4677
  body: 'body',
4487
4678
  };
4488
4679
  }
@@ -4490,6 +4681,7 @@ export class ListGreyTagRouteResponse extends $tea.Model {
4490
4681
  static types(): { [key: string]: any } {
4491
4682
  return {
4492
4683
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4684
+ statusCode: 'number',
4493
4685
  body: ListGreyTagRouteResponseBody,
4494
4686
  };
4495
4687
  }
@@ -4560,10 +4752,12 @@ export class ListIngressesResponseBody extends $tea.Model {
4560
4752
 
4561
4753
  export class ListIngressesResponse extends $tea.Model {
4562
4754
  headers: { [key: string]: string };
4755
+ statusCode: number;
4563
4756
  body: ListIngressesResponseBody;
4564
4757
  static names(): { [key: string]: string } {
4565
4758
  return {
4566
4759
  headers: 'headers',
4760
+ statusCode: 'statusCode',
4567
4761
  body: 'body',
4568
4762
  };
4569
4763
  }
@@ -4571,6 +4765,7 @@ export class ListIngressesResponse extends $tea.Model {
4571
4765
  static types(): { [key: string]: any } {
4572
4766
  return {
4573
4767
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4768
+ statusCode: 'number',
4574
4769
  body: ListIngressesResponseBody,
4575
4770
  };
4576
4771
  }
@@ -4644,10 +4839,12 @@ export class ListLogConfigsResponseBody extends $tea.Model {
4644
4839
 
4645
4840
  export class ListLogConfigsResponse extends $tea.Model {
4646
4841
  headers: { [key: string]: string };
4842
+ statusCode: number;
4647
4843
  body: ListLogConfigsResponseBody;
4648
4844
  static names(): { [key: string]: string } {
4649
4845
  return {
4650
4846
  headers: 'headers',
4847
+ statusCode: 'statusCode',
4651
4848
  body: 'body',
4652
4849
  };
4653
4850
  }
@@ -4655,6 +4852,7 @@ export class ListLogConfigsResponse extends $tea.Model {
4655
4852
  static types(): { [key: string]: any } {
4656
4853
  return {
4657
4854
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4855
+ statusCode: 'number',
4658
4856
  body: ListLogConfigsResponseBody,
4659
4857
  };
4660
4858
  }
@@ -4737,10 +4935,12 @@ export class ListNamespaceChangeOrdersResponseBody extends $tea.Model {
4737
4935
 
4738
4936
  export class ListNamespaceChangeOrdersResponse extends $tea.Model {
4739
4937
  headers: { [key: string]: string };
4938
+ statusCode: number;
4740
4939
  body: ListNamespaceChangeOrdersResponseBody;
4741
4940
  static names(): { [key: string]: string } {
4742
4941
  return {
4743
4942
  headers: 'headers',
4943
+ statusCode: 'statusCode',
4744
4944
  body: 'body',
4745
4945
  };
4746
4946
  }
@@ -4748,6 +4948,7 @@ export class ListNamespaceChangeOrdersResponse extends $tea.Model {
4748
4948
  static types(): { [key: string]: any } {
4749
4949
  return {
4750
4950
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4951
+ statusCode: 'number',
4751
4952
  body: ListNamespaceChangeOrdersResponseBody,
4752
4953
  };
4753
4954
  }
@@ -4815,10 +5016,12 @@ export class ListNamespacedConfigMapsResponseBody extends $tea.Model {
4815
5016
 
4816
5017
  export class ListNamespacedConfigMapsResponse extends $tea.Model {
4817
5018
  headers: { [key: string]: string };
5019
+ statusCode: number;
4818
5020
  body: ListNamespacedConfigMapsResponseBody;
4819
5021
  static names(): { [key: string]: string } {
4820
5022
  return {
4821
5023
  headers: 'headers',
5024
+ statusCode: 'statusCode',
4822
5025
  body: 'body',
4823
5026
  };
4824
5027
  }
@@ -4826,6 +5029,7 @@ export class ListNamespacedConfigMapsResponse extends $tea.Model {
4826
5029
  static types(): { [key: string]: any } {
4827
5030
  return {
4828
5031
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5032
+ statusCode: 'number',
4829
5033
  body: ListNamespacedConfigMapsResponseBody,
4830
5034
  };
4831
5035
  }
@@ -4893,10 +5097,12 @@ export class ListPublishedServicesResponseBody extends $tea.Model {
4893
5097
 
4894
5098
  export class ListPublishedServicesResponse extends $tea.Model {
4895
5099
  headers: { [key: string]: string };
5100
+ statusCode: number;
4896
5101
  body: ListPublishedServicesResponseBody;
4897
5102
  static names(): { [key: string]: string } {
4898
5103
  return {
4899
5104
  headers: 'headers',
5105
+ statusCode: 'statusCode',
4900
5106
  body: 'body',
4901
5107
  };
4902
5108
  }
@@ -4904,6 +5110,7 @@ export class ListPublishedServicesResponse extends $tea.Model {
4904
5110
  static types(): { [key: string]: any } {
4905
5111
  return {
4906
5112
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5113
+ statusCode: 'number',
4907
5114
  body: ListPublishedServicesResponseBody,
4908
5115
  };
4909
5116
  }
@@ -4983,10 +5190,12 @@ export class ListTagResourcesResponseBody extends $tea.Model {
4983
5190
 
4984
5191
  export class ListTagResourcesResponse extends $tea.Model {
4985
5192
  headers: { [key: string]: string };
5193
+ statusCode: number;
4986
5194
  body: ListTagResourcesResponseBody;
4987
5195
  static names(): { [key: string]: string } {
4988
5196
  return {
4989
5197
  headers: 'headers',
5198
+ statusCode: 'statusCode',
4990
5199
  body: 'body',
4991
5200
  };
4992
5201
  }
@@ -4994,6 +5203,7 @@ export class ListTagResourcesResponse extends $tea.Model {
4994
5203
  static types(): { [key: string]: any } {
4995
5204
  return {
4996
5205
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5206
+ statusCode: 'number',
4997
5207
  body: ListTagResourcesResponseBody,
4998
5208
  };
4999
5209
  }
@@ -5027,10 +5237,12 @@ export class OpenSaeServiceResponseBody extends $tea.Model {
5027
5237
 
5028
5238
  export class OpenSaeServiceResponse extends $tea.Model {
5029
5239
  headers: { [key: string]: string };
5240
+ statusCode: number;
5030
5241
  body: OpenSaeServiceResponseBody;
5031
5242
  static names(): { [key: string]: string } {
5032
5243
  return {
5033
5244
  headers: 'headers',
5245
+ statusCode: 'statusCode',
5034
5246
  body: 'body',
5035
5247
  };
5036
5248
  }
@@ -5038,6 +5250,7 @@ export class OpenSaeServiceResponse extends $tea.Model {
5038
5250
  static types(): { [key: string]: any } {
5039
5251
  return {
5040
5252
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5253
+ statusCode: 'number',
5041
5254
  body: OpenSaeServiceResponseBody,
5042
5255
  };
5043
5256
  }
@@ -5105,10 +5318,12 @@ export class QueryResourceStaticsResponseBody extends $tea.Model {
5105
5318
 
5106
5319
  export class QueryResourceStaticsResponse extends $tea.Model {
5107
5320
  headers: { [key: string]: string };
5321
+ statusCode: number;
5108
5322
  body: QueryResourceStaticsResponseBody;
5109
5323
  static names(): { [key: string]: string } {
5110
5324
  return {
5111
5325
  headers: 'headers',
5326
+ statusCode: 'statusCode',
5112
5327
  body: 'body',
5113
5328
  };
5114
5329
  }
@@ -5116,6 +5331,7 @@ export class QueryResourceStaticsResponse extends $tea.Model {
5116
5331
  static types(): { [key: string]: any } {
5117
5332
  return {
5118
5333
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5334
+ statusCode: 'number',
5119
5335
  body: QueryResourceStaticsResponseBody,
5120
5336
  };
5121
5337
  }
@@ -5186,10 +5402,12 @@ export class ReduceApplicationCapacityByInstanceIdsResponseBody extends $tea.Mod
5186
5402
 
5187
5403
  export class ReduceApplicationCapacityByInstanceIdsResponse extends $tea.Model {
5188
5404
  headers: { [key: string]: string };
5405
+ statusCode: number;
5189
5406
  body: ReduceApplicationCapacityByInstanceIdsResponseBody;
5190
5407
  static names(): { [key: string]: string } {
5191
5408
  return {
5192
5409
  headers: 'headers',
5410
+ statusCode: 'statusCode',
5193
5411
  body: 'body',
5194
5412
  };
5195
5413
  }
@@ -5197,6 +5415,7 @@ export class ReduceApplicationCapacityByInstanceIdsResponse extends $tea.Model {
5197
5415
  static types(): { [key: string]: any } {
5198
5416
  return {
5199
5417
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5418
+ statusCode: 'number',
5200
5419
  body: ReduceApplicationCapacityByInstanceIdsResponseBody,
5201
5420
  };
5202
5421
  }
@@ -5273,10 +5492,12 @@ export class RescaleApplicationResponseBody extends $tea.Model {
5273
5492
 
5274
5493
  export class RescaleApplicationResponse extends $tea.Model {
5275
5494
  headers: { [key: string]: string };
5495
+ statusCode: number;
5276
5496
  body: RescaleApplicationResponseBody;
5277
5497
  static names(): { [key: string]: string } {
5278
5498
  return {
5279
5499
  headers: 'headers',
5500
+ statusCode: 'statusCode',
5280
5501
  body: 'body',
5281
5502
  };
5282
5503
  }
@@ -5284,6 +5505,7 @@ export class RescaleApplicationResponse extends $tea.Model {
5284
5505
  static types(): { [key: string]: any } {
5285
5506
  return {
5286
5507
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5508
+ statusCode: 'number',
5287
5509
  body: RescaleApplicationResponseBody,
5288
5510
  };
5289
5511
  }
@@ -5357,10 +5579,12 @@ export class RescaleApplicationVerticallyResponseBody extends $tea.Model {
5357
5579
 
5358
5580
  export class RescaleApplicationVerticallyResponse extends $tea.Model {
5359
5581
  headers: { [key: string]: string };
5582
+ statusCode: number;
5360
5583
  body: RescaleApplicationVerticallyResponseBody;
5361
5584
  static names(): { [key: string]: string } {
5362
5585
  return {
5363
5586
  headers: 'headers',
5587
+ statusCode: 'statusCode',
5364
5588
  body: 'body',
5365
5589
  };
5366
5590
  }
@@ -5368,6 +5592,7 @@ export class RescaleApplicationVerticallyResponse extends $tea.Model {
5368
5592
  static types(): { [key: string]: any } {
5369
5593
  return {
5370
5594
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5595
+ statusCode: 'number',
5371
5596
  body: RescaleApplicationVerticallyResponseBody,
5372
5597
  };
5373
5598
  }
@@ -5441,10 +5666,12 @@ export class RestartApplicationResponseBody extends $tea.Model {
5441
5666
 
5442
5667
  export class RestartApplicationResponse extends $tea.Model {
5443
5668
  headers: { [key: string]: string };
5669
+ statusCode: number;
5444
5670
  body: RestartApplicationResponseBody;
5445
5671
  static names(): { [key: string]: string } {
5446
5672
  return {
5447
5673
  headers: 'headers',
5674
+ statusCode: 'statusCode',
5448
5675
  body: 'body',
5449
5676
  };
5450
5677
  }
@@ -5452,6 +5679,7 @@ export class RestartApplicationResponse extends $tea.Model {
5452
5679
  static types(): { [key: string]: any } {
5453
5680
  return {
5454
5681
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5682
+ statusCode: 'number',
5455
5683
  body: RestartApplicationResponseBody,
5456
5684
  };
5457
5685
  }
@@ -5522,10 +5750,12 @@ export class RestartInstancesResponseBody extends $tea.Model {
5522
5750
 
5523
5751
  export class RestartInstancesResponse extends $tea.Model {
5524
5752
  headers: { [key: string]: string };
5753
+ statusCode: number;
5525
5754
  body: RestartInstancesResponseBody;
5526
5755
  static names(): { [key: string]: string } {
5527
5756
  return {
5528
5757
  headers: 'headers',
5758
+ statusCode: 'statusCode',
5529
5759
  body: 'body',
5530
5760
  };
5531
5761
  }
@@ -5533,6 +5763,7 @@ export class RestartInstancesResponse extends $tea.Model {
5533
5763
  static types(): { [key: string]: any } {
5534
5764
  return {
5535
5765
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5766
+ statusCode: 'number',
5536
5767
  body: RestartInstancesResponseBody,
5537
5768
  };
5538
5769
  }
@@ -5618,10 +5849,12 @@ export class RollbackApplicationResponseBody extends $tea.Model {
5618
5849
 
5619
5850
  export class RollbackApplicationResponse extends $tea.Model {
5620
5851
  headers: { [key: string]: string };
5852
+ statusCode: number;
5621
5853
  body: RollbackApplicationResponseBody;
5622
5854
  static names(): { [key: string]: string } {
5623
5855
  return {
5624
5856
  headers: 'headers',
5857
+ statusCode: 'statusCode',
5625
5858
  body: 'body',
5626
5859
  };
5627
5860
  }
@@ -5629,6 +5862,7 @@ export class RollbackApplicationResponse extends $tea.Model {
5629
5862
  static types(): { [key: string]: any } {
5630
5863
  return {
5631
5864
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5865
+ statusCode: 'number',
5632
5866
  body: RollbackApplicationResponseBody,
5633
5867
  };
5634
5868
  }
@@ -5696,10 +5930,12 @@ export class StartApplicationResponseBody extends $tea.Model {
5696
5930
 
5697
5931
  export class StartApplicationResponse extends $tea.Model {
5698
5932
  headers: { [key: string]: string };
5933
+ statusCode: number;
5699
5934
  body: StartApplicationResponseBody;
5700
5935
  static names(): { [key: string]: string } {
5701
5936
  return {
5702
5937
  headers: 'headers',
5938
+ statusCode: 'statusCode',
5703
5939
  body: 'body',
5704
5940
  };
5705
5941
  }
@@ -5707,6 +5943,7 @@ export class StartApplicationResponse extends $tea.Model {
5707
5943
  static types(): { [key: string]: any } {
5708
5944
  return {
5709
5945
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5946
+ statusCode: 'number',
5710
5947
  body: StartApplicationResponseBody,
5711
5948
  };
5712
5949
  }
@@ -5774,10 +6011,12 @@ export class StopApplicationResponseBody extends $tea.Model {
5774
6011
 
5775
6012
  export class StopApplicationResponse extends $tea.Model {
5776
6013
  headers: { [key: string]: string };
6014
+ statusCode: number;
5777
6015
  body: StopApplicationResponseBody;
5778
6016
  static names(): { [key: string]: string } {
5779
6017
  return {
5780
6018
  headers: 'headers',
6019
+ statusCode: 'statusCode',
5781
6020
  body: 'body',
5782
6021
  };
5783
6022
  }
@@ -5785,6 +6024,7 @@ export class StopApplicationResponse extends $tea.Model {
5785
6024
  static types(): { [key: string]: any } {
5786
6025
  return {
5787
6026
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6027
+ statusCode: 'number',
5788
6028
  body: StopApplicationResponseBody,
5789
6029
  };
5790
6030
  }
@@ -5861,10 +6101,12 @@ export class TagResourcesResponseBody extends $tea.Model {
5861
6101
 
5862
6102
  export class TagResourcesResponse extends $tea.Model {
5863
6103
  headers: { [key: string]: string };
6104
+ statusCode: number;
5864
6105
  body: TagResourcesResponseBody;
5865
6106
  static names(): { [key: string]: string } {
5866
6107
  return {
5867
6108
  headers: 'headers',
6109
+ statusCode: 'statusCode',
5868
6110
  body: 'body',
5869
6111
  };
5870
6112
  }
@@ -5872,6 +6114,7 @@ export class TagResourcesResponse extends $tea.Model {
5872
6114
  static types(): { [key: string]: any } {
5873
6115
  return {
5874
6116
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6117
+ statusCode: 'number',
5875
6118
  body: TagResourcesResponseBody,
5876
6119
  };
5877
6120
  }
@@ -5945,10 +6188,12 @@ export class UnbindSlbResponseBody extends $tea.Model {
5945
6188
 
5946
6189
  export class UnbindSlbResponse extends $tea.Model {
5947
6190
  headers: { [key: string]: string };
6191
+ statusCode: number;
5948
6192
  body: UnbindSlbResponseBody;
5949
6193
  static names(): { [key: string]: string } {
5950
6194
  return {
5951
6195
  headers: 'headers',
6196
+ statusCode: 'statusCode',
5952
6197
  body: 'body',
5953
6198
  };
5954
6199
  }
@@ -5956,6 +6201,7 @@ export class UnbindSlbResponse extends $tea.Model {
5956
6201
  static types(): { [key: string]: any } {
5957
6202
  return {
5958
6203
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6204
+ statusCode: 'number',
5959
6205
  body: UnbindSlbResponseBody,
5960
6206
  };
5961
6207
  }
@@ -6035,10 +6281,12 @@ export class UntagResourcesResponseBody extends $tea.Model {
6035
6281
 
6036
6282
  export class UntagResourcesResponse extends $tea.Model {
6037
6283
  headers: { [key: string]: string };
6284
+ statusCode: number;
6038
6285
  body: UntagResourcesResponseBody;
6039
6286
  static names(): { [key: string]: string } {
6040
6287
  return {
6041
6288
  headers: 'headers',
6289
+ statusCode: 'statusCode',
6042
6290
  body: 'body',
6043
6291
  };
6044
6292
  }
@@ -6046,6 +6294,7 @@ export class UntagResourcesResponse extends $tea.Model {
6046
6294
  static types(): { [key: string]: any } {
6047
6295
  return {
6048
6296
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6297
+ statusCode: 'number',
6049
6298
  body: UntagResourcesResponseBody,
6050
6299
  };
6051
6300
  }
@@ -6113,10 +6362,12 @@ export class UpdateAppSecurityGroupResponseBody extends $tea.Model {
6113
6362
 
6114
6363
  export class UpdateAppSecurityGroupResponse extends $tea.Model {
6115
6364
  headers: { [key: string]: string };
6365
+ statusCode: number;
6116
6366
  body: UpdateAppSecurityGroupResponseBody;
6117
6367
  static names(): { [key: string]: string } {
6118
6368
  return {
6119
6369
  headers: 'headers',
6370
+ statusCode: 'statusCode',
6120
6371
  body: 'body',
6121
6372
  };
6122
6373
  }
@@ -6124,6 +6375,7 @@ export class UpdateAppSecurityGroupResponse extends $tea.Model {
6124
6375
  static types(): { [key: string]: any } {
6125
6376
  return {
6126
6377
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6378
+ statusCode: 'number',
6127
6379
  body: UpdateAppSecurityGroupResponseBody,
6128
6380
  };
6129
6381
  }
@@ -6133,6 +6385,87 @@ export class UpdateAppSecurityGroupResponse extends $tea.Model {
6133
6385
  }
6134
6386
  }
6135
6387
 
6388
+ export class UpdateApplicationDescriptionRequest extends $tea.Model {
6389
+ appDescription?: string;
6390
+ appId?: string;
6391
+ static names(): { [key: string]: string } {
6392
+ return {
6393
+ appDescription: 'AppDescription',
6394
+ appId: 'AppId',
6395
+ };
6396
+ }
6397
+
6398
+ static types(): { [key: string]: any } {
6399
+ return {
6400
+ appDescription: 'string',
6401
+ appId: 'string',
6402
+ };
6403
+ }
6404
+
6405
+ constructor(map?: { [key: string]: any }) {
6406
+ super(map);
6407
+ }
6408
+ }
6409
+
6410
+ export class UpdateApplicationDescriptionResponseBody extends $tea.Model {
6411
+ code?: string;
6412
+ errorCode?: string;
6413
+ message?: string;
6414
+ requestId?: string;
6415
+ success?: boolean;
6416
+ traceId?: string;
6417
+ static names(): { [key: string]: string } {
6418
+ return {
6419
+ code: 'Code',
6420
+ errorCode: 'ErrorCode',
6421
+ message: 'Message',
6422
+ requestId: 'RequestId',
6423
+ success: 'Success',
6424
+ traceId: 'TraceId',
6425
+ };
6426
+ }
6427
+
6428
+ static types(): { [key: string]: any } {
6429
+ return {
6430
+ code: 'string',
6431
+ errorCode: 'string',
6432
+ message: 'string',
6433
+ requestId: 'string',
6434
+ success: 'boolean',
6435
+ traceId: 'string',
6436
+ };
6437
+ }
6438
+
6439
+ constructor(map?: { [key: string]: any }) {
6440
+ super(map);
6441
+ }
6442
+ }
6443
+
6444
+ export class UpdateApplicationDescriptionResponse extends $tea.Model {
6445
+ headers: { [key: string]: string };
6446
+ statusCode: number;
6447
+ body: UpdateApplicationDescriptionResponseBody;
6448
+ static names(): { [key: string]: string } {
6449
+ return {
6450
+ headers: 'headers',
6451
+ statusCode: 'statusCode',
6452
+ body: 'body',
6453
+ };
6454
+ }
6455
+
6456
+ static types(): { [key: string]: any } {
6457
+ return {
6458
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6459
+ statusCode: 'number',
6460
+ body: UpdateApplicationDescriptionResponseBody,
6461
+ };
6462
+ }
6463
+
6464
+ constructor(map?: { [key: string]: any }) {
6465
+ super(map);
6466
+ }
6467
+ }
6468
+
6136
6469
  export class UpdateApplicationScalingRuleRequest extends $tea.Model {
6137
6470
  appId?: string;
6138
6471
  minReadyInstanceRatio?: number;
@@ -6194,10 +6527,12 @@ export class UpdateApplicationScalingRuleResponseBody extends $tea.Model {
6194
6527
 
6195
6528
  export class UpdateApplicationScalingRuleResponse extends $tea.Model {
6196
6529
  headers: { [key: string]: string };
6530
+ statusCode: number;
6197
6531
  body: UpdateApplicationScalingRuleResponseBody;
6198
6532
  static names(): { [key: string]: string } {
6199
6533
  return {
6200
6534
  headers: 'headers',
6535
+ statusCode: 'statusCode',
6201
6536
  body: 'body',
6202
6537
  };
6203
6538
  }
@@ -6205,6 +6540,7 @@ export class UpdateApplicationScalingRuleResponse extends $tea.Model {
6205
6540
  static types(): { [key: string]: any } {
6206
6541
  return {
6207
6542
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6543
+ statusCode: 'number',
6208
6544
  body: UpdateApplicationScalingRuleResponseBody,
6209
6545
  };
6210
6546
  }
@@ -6214,6 +6550,87 @@ export class UpdateApplicationScalingRuleResponse extends $tea.Model {
6214
6550
  }
6215
6551
  }
6216
6552
 
6553
+ export class UpdateApplicationVswitchesRequest extends $tea.Model {
6554
+ appId?: string;
6555
+ vSwitchId?: string;
6556
+ static names(): { [key: string]: string } {
6557
+ return {
6558
+ appId: 'AppId',
6559
+ vSwitchId: 'VSwitchId',
6560
+ };
6561
+ }
6562
+
6563
+ static types(): { [key: string]: any } {
6564
+ return {
6565
+ appId: 'string',
6566
+ vSwitchId: 'string',
6567
+ };
6568
+ }
6569
+
6570
+ constructor(map?: { [key: string]: any }) {
6571
+ super(map);
6572
+ }
6573
+ }
6574
+
6575
+ export class UpdateApplicationVswitchesResponseBody extends $tea.Model {
6576
+ code?: string;
6577
+ errorCode?: string;
6578
+ message?: string;
6579
+ requestId?: string;
6580
+ success?: boolean;
6581
+ traceId?: string;
6582
+ static names(): { [key: string]: string } {
6583
+ return {
6584
+ code: 'Code',
6585
+ errorCode: 'ErrorCode',
6586
+ message: 'Message',
6587
+ requestId: 'RequestId',
6588
+ success: 'Success',
6589
+ traceId: 'TraceId',
6590
+ };
6591
+ }
6592
+
6593
+ static types(): { [key: string]: any } {
6594
+ return {
6595
+ code: 'string',
6596
+ errorCode: 'string',
6597
+ message: 'string',
6598
+ requestId: 'string',
6599
+ success: 'boolean',
6600
+ traceId: 'string',
6601
+ };
6602
+ }
6603
+
6604
+ constructor(map?: { [key: string]: any }) {
6605
+ super(map);
6606
+ }
6607
+ }
6608
+
6609
+ export class UpdateApplicationVswitchesResponse extends $tea.Model {
6610
+ headers: { [key: string]: string };
6611
+ statusCode: number;
6612
+ body: UpdateApplicationVswitchesResponseBody;
6613
+ static names(): { [key: string]: string } {
6614
+ return {
6615
+ headers: 'headers',
6616
+ statusCode: 'statusCode',
6617
+ body: 'body',
6618
+ };
6619
+ }
6620
+
6621
+ static types(): { [key: string]: any } {
6622
+ return {
6623
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6624
+ statusCode: 'number',
6625
+ body: UpdateApplicationVswitchesResponseBody,
6626
+ };
6627
+ }
6628
+
6629
+ constructor(map?: { [key: string]: any }) {
6630
+ super(map);
6631
+ }
6632
+ }
6633
+
6217
6634
  export class UpdateConfigMapRequest extends $tea.Model {
6218
6635
  configMapId?: number;
6219
6636
  data?: string;
@@ -6278,10 +6695,12 @@ export class UpdateConfigMapResponseBody extends $tea.Model {
6278
6695
 
6279
6696
  export class UpdateConfigMapResponse extends $tea.Model {
6280
6697
  headers: { [key: string]: string };
6698
+ statusCode: number;
6281
6699
  body: UpdateConfigMapResponseBody;
6282
6700
  static names(): { [key: string]: string } {
6283
6701
  return {
6284
6702
  headers: 'headers',
6703
+ statusCode: 'statusCode',
6285
6704
  body: 'body',
6286
6705
  };
6287
6706
  }
@@ -6289,6 +6708,7 @@ export class UpdateConfigMapResponse extends $tea.Model {
6289
6708
  static types(): { [key: string]: any } {
6290
6709
  return {
6291
6710
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6711
+ statusCode: 'number',
6292
6712
  body: UpdateConfigMapResponseBody,
6293
6713
  };
6294
6714
  }
@@ -6365,10 +6785,12 @@ export class UpdateGreyTagRouteResponseBody extends $tea.Model {
6365
6785
 
6366
6786
  export class UpdateGreyTagRouteResponse extends $tea.Model {
6367
6787
  headers: { [key: string]: string };
6788
+ statusCode: number;
6368
6789
  body: UpdateGreyTagRouteResponseBody;
6369
6790
  static names(): { [key: string]: string } {
6370
6791
  return {
6371
6792
  headers: 'headers',
6793
+ statusCode: 'statusCode',
6372
6794
  body: 'body',
6373
6795
  };
6374
6796
  }
@@ -6376,6 +6798,7 @@ export class UpdateGreyTagRouteResponse extends $tea.Model {
6376
6798
  static types(): { [key: string]: any } {
6377
6799
  return {
6378
6800
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6801
+ statusCode: 'number',
6379
6802
  body: UpdateGreyTagRouteResponseBody,
6380
6803
  };
6381
6804
  }
@@ -6391,6 +6814,8 @@ export class UpdateIngressRequest extends $tea.Model {
6391
6814
  description?: string;
6392
6815
  ingressId?: number;
6393
6816
  listenerPort?: string;
6817
+ listenerProtocol?: string;
6818
+ loadBalanceType?: string;
6394
6819
  rules?: string;
6395
6820
  static names(): { [key: string]: string } {
6396
6821
  return {
@@ -6399,6 +6824,8 @@ export class UpdateIngressRequest extends $tea.Model {
6399
6824
  description: 'Description',
6400
6825
  ingressId: 'IngressId',
6401
6826
  listenerPort: 'ListenerPort',
6827
+ listenerProtocol: 'ListenerProtocol',
6828
+ loadBalanceType: 'LoadBalanceType',
6402
6829
  rules: 'Rules',
6403
6830
  };
6404
6831
  }
@@ -6410,6 +6837,8 @@ export class UpdateIngressRequest extends $tea.Model {
6410
6837
  description: 'string',
6411
6838
  ingressId: 'number',
6412
6839
  listenerPort: 'string',
6840
+ listenerProtocol: 'string',
6841
+ loadBalanceType: 'string',
6413
6842
  rules: 'string',
6414
6843
  };
6415
6844
  }
@@ -6458,10 +6887,12 @@ export class UpdateIngressResponseBody extends $tea.Model {
6458
6887
 
6459
6888
  export class UpdateIngressResponse extends $tea.Model {
6460
6889
  headers: { [key: string]: string };
6890
+ statusCode: number;
6461
6891
  body: UpdateIngressResponseBody;
6462
6892
  static names(): { [key: string]: string } {
6463
6893
  return {
6464
6894
  headers: 'headers',
6895
+ statusCode: 'statusCode',
6465
6896
  body: 'body',
6466
6897
  };
6467
6898
  }
@@ -6469,6 +6900,7 @@ export class UpdateIngressResponse extends $tea.Model {
6469
6900
  static types(): { [key: string]: any } {
6470
6901
  return {
6471
6902
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6903
+ statusCode: 'number',
6472
6904
  body: UpdateIngressResponseBody,
6473
6905
  };
6474
6906
  }
@@ -6542,10 +6974,12 @@ export class UpdateNamespaceResponseBody extends $tea.Model {
6542
6974
 
6543
6975
  export class UpdateNamespaceResponse extends $tea.Model {
6544
6976
  headers: { [key: string]: string };
6977
+ statusCode: number;
6545
6978
  body: UpdateNamespaceResponseBody;
6546
6979
  static names(): { [key: string]: string } {
6547
6980
  return {
6548
6981
  headers: 'headers',
6982
+ statusCode: 'statusCode',
6549
6983
  body: 'body',
6550
6984
  };
6551
6985
  }
@@ -6553,6 +6987,7 @@ export class UpdateNamespaceResponse extends $tea.Model {
6553
6987
  static types(): { [key: string]: any } {
6554
6988
  return {
6555
6989
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6990
+ statusCode: 'number',
6556
6991
  body: UpdateNamespaceResponseBody,
6557
6992
  };
6558
6993
  }
@@ -6620,10 +7055,12 @@ export class UpdateNamespaceVpcResponseBody extends $tea.Model {
6620
7055
 
6621
7056
  export class UpdateNamespaceVpcResponse extends $tea.Model {
6622
7057
  headers: { [key: string]: string };
7058
+ statusCode: number;
6623
7059
  body: UpdateNamespaceVpcResponseBody;
6624
7060
  static names(): { [key: string]: string } {
6625
7061
  return {
6626
7062
  headers: 'headers',
7063
+ statusCode: 'statusCode',
6627
7064
  body: 'body',
6628
7065
  };
6629
7066
  }
@@ -6631,6 +7068,7 @@ export class UpdateNamespaceVpcResponse extends $tea.Model {
6631
7068
  static types(): { [key: string]: any } {
6632
7069
  return {
6633
7070
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7071
+ statusCode: 'number',
6634
7072
  body: UpdateNamespaceVpcResponseBody,
6635
7073
  };
6636
7074
  }
@@ -6640,93 +7078,6 @@ export class UpdateNamespaceVpcResponse extends $tea.Model {
6640
7078
  }
6641
7079
  }
6642
7080
 
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
7081
  export class AbortAndRollbackChangeOrderResponseBodyData extends $tea.Model {
6731
7082
  changeOrderId?: string;
6732
7083
  static names(): { [key: string]: string } {
@@ -7405,6 +7756,7 @@ export class DescribeApplicationConfigResponseBodyDataTags extends $tea.Model {
7405
7756
 
7406
7757
  export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7407
7758
  acrAssumeRoleArn?: string;
7759
+ acrInstanceId?: string;
7408
7760
  appDescription?: string;
7409
7761
  appId?: string;
7410
7762
  appName?: string;
@@ -7444,6 +7796,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7444
7796
  phpConfigLocation?: string;
7445
7797
  postStart?: string;
7446
7798
  preStop?: string;
7799
+ programmingLanguage?: string;
7447
7800
  readiness?: string;
7448
7801
  regionId?: string;
7449
7802
  replicas?: number;
@@ -7461,6 +7814,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7461
7814
  static names(): { [key: string]: string } {
7462
7815
  return {
7463
7816
  acrAssumeRoleArn: 'AcrAssumeRoleArn',
7817
+ acrInstanceId: 'AcrInstanceId',
7464
7818
  appDescription: 'AppDescription',
7465
7819
  appId: 'AppId',
7466
7820
  appName: 'AppName',
@@ -7500,6 +7854,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7500
7854
  phpConfigLocation: 'PhpConfigLocation',
7501
7855
  postStart: 'PostStart',
7502
7856
  preStop: 'PreStop',
7857
+ programmingLanguage: 'ProgrammingLanguage',
7503
7858
  readiness: 'Readiness',
7504
7859
  regionId: 'RegionId',
7505
7860
  replicas: 'Replicas',
@@ -7520,6 +7875,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7520
7875
  static types(): { [key: string]: any } {
7521
7876
  return {
7522
7877
  acrAssumeRoleArn: 'string',
7878
+ acrInstanceId: 'string',
7523
7879
  appDescription: 'string',
7524
7880
  appId: 'string',
7525
7881
  appName: 'string',
@@ -7559,6 +7915,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7559
7915
  phpConfigLocation: 'string',
7560
7916
  postStart: 'string',
7561
7917
  preStop: 'string',
7918
+ programmingLanguage: 'string',
7562
7919
  readiness: 'string',
7563
7920
  regionId: 'string',
7564
7921
  replicas: 'number',
@@ -7675,6 +8032,7 @@ export class DescribeApplicationImageResponseBodyData extends $tea.Model {
7675
8032
 
7676
8033
  export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.Model {
7677
8034
  createTimeStamp?: number;
8035
+ debugStatus?: boolean;
7678
8036
  eip?: string;
7679
8037
  finishTimeStamp?: number;
7680
8038
  groupId?: string;
@@ -7689,6 +8047,7 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
7689
8047
  static names(): { [key: string]: string } {
7690
8048
  return {
7691
8049
  createTimeStamp: 'CreateTimeStamp',
8050
+ debugStatus: 'DebugStatus',
7692
8051
  eip: 'Eip',
7693
8052
  finishTimeStamp: 'FinishTimeStamp',
7694
8053
  groupId: 'GroupId',
@@ -7706,6 +8065,7 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
7706
8065
  static types(): { [key: string]: any } {
7707
8066
  return {
7708
8067
  createTimeStamp: 'number',
8068
+ debugStatus: 'boolean',
7709
8069
  eip: 'string',
7710
8070
  finishTimeStamp: 'number',
7711
8071
  groupId: 'string',
@@ -8993,11 +9353,13 @@ export class DescribeGreyTagRouteResponseBodyData extends $tea.Model {
8993
9353
  export class DescribeIngressResponseBodyDataDefaultRule extends $tea.Model {
8994
9354
  appId?: string;
8995
9355
  appName?: string;
9356
+ backendProtocol?: string;
8996
9357
  containerPort?: number;
8997
9358
  static names(): { [key: string]: string } {
8998
9359
  return {
8999
9360
  appId: 'AppId',
9000
9361
  appName: 'AppName',
9362
+ backendProtocol: 'BackendProtocol',
9001
9363
  containerPort: 'ContainerPort',
9002
9364
  };
9003
9365
  }
@@ -9006,6 +9368,7 @@ export class DescribeIngressResponseBodyDataDefaultRule extends $tea.Model {
9006
9368
  return {
9007
9369
  appId: 'string',
9008
9370
  appName: 'string',
9371
+ backendProtocol: 'string',
9009
9372
  containerPort: 'number',
9010
9373
  };
9011
9374
  }
@@ -9018,6 +9381,7 @@ export class DescribeIngressResponseBodyDataDefaultRule extends $tea.Model {
9018
9381
  export class DescribeIngressResponseBodyDataRules extends $tea.Model {
9019
9382
  appId?: string;
9020
9383
  appName?: string;
9384
+ backendProtocol?: string;
9021
9385
  containerPort?: number;
9022
9386
  domain?: string;
9023
9387
  path?: string;
@@ -9025,6 +9389,7 @@ export class DescribeIngressResponseBodyDataRules extends $tea.Model {
9025
9389
  return {
9026
9390
  appId: 'AppId',
9027
9391
  appName: 'AppName',
9392
+ backendProtocol: 'BackendProtocol',
9028
9393
  containerPort: 'ContainerPort',
9029
9394
  domain: 'Domain',
9030
9395
  path: 'Path',
@@ -9035,6 +9400,7 @@ export class DescribeIngressResponseBodyDataRules extends $tea.Model {
9035
9400
  return {
9036
9401
  appId: 'string',
9037
9402
  appName: 'string',
9403
+ backendProtocol: 'string',
9038
9404
  containerPort: 'number',
9039
9405
  domain: 'string',
9040
9406
  path: 'string',
@@ -9052,6 +9418,8 @@ export class DescribeIngressResponseBodyData extends $tea.Model {
9052
9418
  description?: string;
9053
9419
  id?: number;
9054
9420
  listenerPort?: number;
9421
+ listenerProtocol?: string;
9422
+ loadBalanceType?: string;
9055
9423
  name?: string;
9056
9424
  namespaceId?: string;
9057
9425
  rules?: DescribeIngressResponseBodyDataRules[];
@@ -9064,6 +9432,8 @@ export class DescribeIngressResponseBodyData extends $tea.Model {
9064
9432
  description: 'Description',
9065
9433
  id: 'Id',
9066
9434
  listenerPort: 'ListenerPort',
9435
+ listenerProtocol: 'ListenerProtocol',
9436
+ loadBalanceType: 'LoadBalanceType',
9067
9437
  name: 'Name',
9068
9438
  namespaceId: 'NamespaceId',
9069
9439
  rules: 'Rules',
@@ -9079,6 +9449,8 @@ export class DescribeIngressResponseBodyData extends $tea.Model {
9079
9449
  description: 'string',
9080
9450
  id: 'number',
9081
9451
  listenerPort: 'number',
9452
+ listenerProtocol: 'string',
9453
+ loadBalanceType: 'string',
9082
9454
  name: 'string',
9083
9455
  namespaceId: 'string',
9084
9456
  rules: { 'type': 'array', 'itemType': DescribeIngressResponseBodyDataRules },
@@ -9204,6 +9576,8 @@ export class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
9204
9576
  appCount?: number;
9205
9577
  belongRegion?: string;
9206
9578
  description?: string;
9579
+ jumpServerAppId?: string;
9580
+ jumpServerIp?: string;
9207
9581
  lastChangeOrderId?: string;
9208
9582
  lastChangeOrderRunning?: boolean;
9209
9583
  lastChangeOrderStatus?: string;
@@ -9222,6 +9596,8 @@ export class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
9222
9596
  appCount: 'AppCount',
9223
9597
  belongRegion: 'BelongRegion',
9224
9598
  description: 'Description',
9599
+ jumpServerAppId: 'JumpServerAppId',
9600
+ jumpServerIp: 'JumpServerIp',
9225
9601
  lastChangeOrderId: 'LastChangeOrderId',
9226
9602
  lastChangeOrderRunning: 'LastChangeOrderRunning',
9227
9603
  lastChangeOrderStatus: 'LastChangeOrderStatus',
@@ -9243,6 +9619,8 @@ export class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
9243
9619
  appCount: 'number',
9244
9620
  belongRegion: 'string',
9245
9621
  description: 'string',
9622
+ jumpServerAppId: 'string',
9623
+ jumpServerIp: 'string',
9246
9624
  lastChangeOrderId: 'string',
9247
9625
  lastChangeOrderRunning: 'boolean',
9248
9626
  lastChangeOrderStatus: 'string',
@@ -10089,6 +10467,8 @@ export class ListIngressesResponseBodyDataIngressList extends $tea.Model {
10089
10467
  description?: string;
10090
10468
  id?: number;
10091
10469
  listenerPort?: string;
10470
+ listenerProtocol?: string;
10471
+ loadBalanceType?: string;
10092
10472
  name?: string;
10093
10473
  namespaceId?: string;
10094
10474
  slbId?: string;
@@ -10099,6 +10479,8 @@ export class ListIngressesResponseBodyDataIngressList extends $tea.Model {
10099
10479
  description: 'Description',
10100
10480
  id: 'Id',
10101
10481
  listenerPort: 'ListenerPort',
10482
+ listenerProtocol: 'ListenerProtocol',
10483
+ loadBalanceType: 'LoadBalanceType',
10102
10484
  name: 'Name',
10103
10485
  namespaceId: 'NamespaceId',
10104
10486
  slbId: 'SlbId',
@@ -10112,6 +10494,8 @@ export class ListIngressesResponseBodyDataIngressList extends $tea.Model {
10112
10494
  description: 'string',
10113
10495
  id: 'number',
10114
10496
  listenerPort: 'string',
10497
+ listenerProtocol: 'string',
10498
+ loadBalanceType: 'string',
10115
10499
  name: 'string',
10116
10500
  namespaceId: 'string',
10117
10501
  slbId: 'string',
@@ -11239,6 +11623,10 @@ export default class Client extends OpenApi {
11239
11623
  query["Jdk"] = request.jdk;
11240
11624
  }
11241
11625
 
11626
+ if (!Util.isUnset(request.kafkaConfigs)) {
11627
+ query["KafkaConfigs"] = request.kafkaConfigs;
11628
+ }
11629
+
11242
11630
  if (!Util.isUnset(request.kafkaEndpoint)) {
11243
11631
  query["KafkaEndpoint"] = request.kafkaEndpoint;
11244
11632
  }
@@ -11307,6 +11695,10 @@ export default class Client extends OpenApi {
11307
11695
  query["PreStop"] = request.preStop;
11308
11696
  }
11309
11697
 
11698
+ if (!Util.isUnset(request.programmingLanguage)) {
11699
+ query["ProgrammingLanguage"] = request.programmingLanguage;
11700
+ }
11701
+
11310
11702
  if (!Util.isUnset(request.readiness)) {
11311
11703
  query["Readiness"] = request.readiness;
11312
11704
  }
@@ -11575,6 +11967,14 @@ export default class Client extends OpenApi {
11575
11967
  query["ListenerPort"] = request.listenerPort;
11576
11968
  }
11577
11969
 
11970
+ if (!Util.isUnset(request.listenerProtocol)) {
11971
+ query["ListenerProtocol"] = request.listenerProtocol;
11972
+ }
11973
+
11974
+ if (!Util.isUnset(request.loadBalanceType)) {
11975
+ query["LoadBalanceType"] = request.loadBalanceType;
11976
+ }
11977
+
11578
11978
  if (!Util.isUnset(request.namespaceId)) {
11579
11979
  query["NamespaceId"] = request.namespaceId;
11580
11980
  }
@@ -11909,6 +12309,10 @@ export default class Client extends OpenApi {
11909
12309
  query["Jdk"] = request.jdk;
11910
12310
  }
11911
12311
 
12312
+ if (!Util.isUnset(request.kafkaConfigs)) {
12313
+ query["KafkaConfigs"] = request.kafkaConfigs;
12314
+ }
12315
+
11912
12316
  if (!Util.isUnset(request.kafkaEndpoint)) {
11913
12317
  query["KafkaEndpoint"] = request.kafkaEndpoint;
11914
12318
  }
@@ -12498,6 +12902,10 @@ export default class Client extends OpenApi {
12498
12902
  query["Memory"] = request.memory;
12499
12903
  }
12500
12904
 
12905
+ if (!Util.isUnset(request.workload)) {
12906
+ query["Workload"] = request.workload;
12907
+ }
12908
+
12501
12909
  let req = new $OpenApi.OpenApiRequest({
12502
12910
  headers: headers,
12503
12911
  query: OpenApiUtil.query(query),
@@ -12879,25 +13287,21 @@ export default class Client extends OpenApi {
12879
13287
  return $tea.cast<DisableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
12880
13288
  }
12881
13289
 
12882
- async downloadFiles(request: DownloadFilesRequest): Promise<DownloadFilesResponse> {
13290
+ async enableApplicationScalingRule(request: EnableApplicationScalingRuleRequest): Promise<EnableApplicationScalingRuleResponse> {
12883
13291
  let runtime = new $Util.RuntimeOptions({ });
12884
13292
  let headers : {[key: string ]: string} = { };
12885
- return await this.downloadFilesWithOptions(request, headers, runtime);
13293
+ return await this.enableApplicationScalingRuleWithOptions(request, headers, runtime);
12886
13294
  }
12887
13295
 
12888
- async downloadFilesWithOptions(request: DownloadFilesRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<DownloadFilesResponse> {
13296
+ async enableApplicationScalingRuleWithOptions(request: EnableApplicationScalingRuleRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<EnableApplicationScalingRuleResponse> {
12889
13297
  Util.validateModel(request);
12890
13298
  let query : {[key: string ]: any} = { };
12891
13299
  if (!Util.isUnset(request.appId)) {
12892
13300
  query["AppId"] = request.appId;
12893
13301
  }
12894
13302
 
12895
- if (!Util.isUnset(request.instanceId)) {
12896
- query["InstanceId"] = request.instanceId;
12897
- }
12898
-
12899
- if (!Util.isUnset(request.localpath)) {
12900
- query["Localpath"] = request.localpath;
13303
+ if (!Util.isUnset(request.scalingRuleName)) {
13304
+ query["ScalingRuleName"] = request.scalingRuleName;
12901
13305
  }
12902
13306
 
12903
13307
  let req = new $OpenApi.OpenApiRequest({
@@ -12905,34 +13309,58 @@ export default class Client extends OpenApi {
12905
13309
  query: OpenApiUtil.query(query),
12906
13310
  });
12907
13311
  let params = new $OpenApi.Params({
12908
- action: "DownloadFiles",
13312
+ action: "EnableApplicationScalingRule",
12909
13313
  version: "2019-05-06",
12910
13314
  protocol: "HTTPS",
12911
- pathname: `/pop/v1/sam/app/downloadFiles`,
12912
- method: "POST",
13315
+ pathname: `/pop/v1/sam/scale/enableApplicationScalingRule`,
13316
+ method: "PUT",
12913
13317
  authType: "AK",
12914
13318
  style: "ROA",
12915
13319
  reqBodyType: "json",
12916
13320
  bodyType: "json",
12917
13321
  });
12918
- return $tea.cast<DownloadFilesResponse>(await this.callApi(params, req, runtime), new DownloadFilesResponse({}));
13322
+ return $tea.cast<EnableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new EnableApplicationScalingRuleResponse({}));
12919
13323
  }
12920
13324
 
12921
- async enableApplicationScalingRule(request: EnableApplicationScalingRuleRequest): Promise<EnableApplicationScalingRuleResponse> {
13325
+ async execJob(request: ExecJobRequest): Promise<ExecJobResponse> {
12922
13326
  let runtime = new $Util.RuntimeOptions({ });
12923
13327
  let headers : {[key: string ]: string} = { };
12924
- return await this.enableApplicationScalingRuleWithOptions(request, headers, runtime);
13328
+ return await this.execJobWithOptions(request, headers, runtime);
12925
13329
  }
12926
13330
 
12927
- async enableApplicationScalingRuleWithOptions(request: EnableApplicationScalingRuleRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<EnableApplicationScalingRuleResponse> {
13331
+ async execJobWithOptions(request: ExecJobRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<ExecJobResponse> {
12928
13332
  Util.validateModel(request);
12929
13333
  let query : {[key: string ]: any} = { };
12930
13334
  if (!Util.isUnset(request.appId)) {
12931
13335
  query["AppId"] = request.appId;
12932
13336
  }
12933
13337
 
12934
- if (!Util.isUnset(request.scalingRuleName)) {
12935
- query["ScalingRuleName"] = request.scalingRuleName;
13338
+ if (!Util.isUnset(request.command)) {
13339
+ query["Command"] = request.command;
13340
+ }
13341
+
13342
+ if (!Util.isUnset(request.commandArgs)) {
13343
+ query["CommandArgs"] = request.commandArgs;
13344
+ }
13345
+
13346
+ if (!Util.isUnset(request.envs)) {
13347
+ query["Envs"] = request.envs;
13348
+ }
13349
+
13350
+ if (!Util.isUnset(request.eventId)) {
13351
+ query["EventId"] = request.eventId;
13352
+ }
13353
+
13354
+ if (!Util.isUnset(request.jarStartArgs)) {
13355
+ query["JarStartArgs"] = request.jarStartArgs;
13356
+ }
13357
+
13358
+ if (!Util.isUnset(request.jarStartOptions)) {
13359
+ query["JarStartOptions"] = request.jarStartOptions;
13360
+ }
13361
+
13362
+ if (!Util.isUnset(request.warStartOptions)) {
13363
+ query["WarStartOptions"] = request.warStartOptions;
12936
13364
  }
12937
13365
 
12938
13366
  let req = new $OpenApi.OpenApiRequest({
@@ -12940,17 +13368,17 @@ export default class Client extends OpenApi {
12940
13368
  query: OpenApiUtil.query(query),
12941
13369
  });
12942
13370
  let params = new $OpenApi.Params({
12943
- action: "EnableApplicationScalingRule",
13371
+ action: "ExecJob",
12944
13372
  version: "2019-05-06",
12945
13373
  protocol: "HTTPS",
12946
- pathname: `/pop/v1/sam/scale/enableApplicationScalingRule`,
12947
- method: "PUT",
13374
+ pathname: `/pop/v1/sam/job/execJob`,
13375
+ method: "GET",
12948
13376
  authType: "AK",
12949
13377
  style: "ROA",
12950
13378
  reqBodyType: "json",
12951
13379
  bodyType: "json",
12952
13380
  });
12953
- return $tea.cast<EnableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new EnableApplicationScalingRuleResponse({}));
13381
+ return $tea.cast<ExecJobResponse>(await this.callApi(params, req, runtime), new ExecJobResponse({}));
12954
13382
  }
12955
13383
 
12956
13384
  async listAppEvents(request: ListAppEventsRequest): Promise<ListAppEventsResponse> {
@@ -14027,6 +14455,41 @@ export default class Client extends OpenApi {
14027
14455
  return $tea.cast<UpdateAppSecurityGroupResponse>(await this.callApi(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
14028
14456
  }
14029
14457
 
14458
+ async updateApplicationDescription(request: UpdateApplicationDescriptionRequest): Promise<UpdateApplicationDescriptionResponse> {
14459
+ let runtime = new $Util.RuntimeOptions({ });
14460
+ let headers : {[key: string ]: string} = { };
14461
+ return await this.updateApplicationDescriptionWithOptions(request, headers, runtime);
14462
+ }
14463
+
14464
+ async updateApplicationDescriptionWithOptions(request: UpdateApplicationDescriptionRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationDescriptionResponse> {
14465
+ Util.validateModel(request);
14466
+ let query : {[key: string ]: any} = { };
14467
+ if (!Util.isUnset(request.appDescription)) {
14468
+ query["AppDescription"] = request.appDescription;
14469
+ }
14470
+
14471
+ if (!Util.isUnset(request.appId)) {
14472
+ query["AppId"] = request.appId;
14473
+ }
14474
+
14475
+ let req = new $OpenApi.OpenApiRequest({
14476
+ headers: headers,
14477
+ query: OpenApiUtil.query(query),
14478
+ });
14479
+ let params = new $OpenApi.Params({
14480
+ action: "UpdateApplicationDescription",
14481
+ version: "2019-05-06",
14482
+ protocol: "HTTPS",
14483
+ pathname: `/pop/v1/sam/app/updateAppDescription`,
14484
+ method: "PUT",
14485
+ authType: "AK",
14486
+ style: "ROA",
14487
+ reqBodyType: "json",
14488
+ bodyType: "json",
14489
+ });
14490
+ return $tea.cast<UpdateApplicationDescriptionResponse>(await this.callApi(params, req, runtime), new UpdateApplicationDescriptionResponse({}));
14491
+ }
14492
+
14030
14493
  async updateApplicationScalingRule(request: UpdateApplicationScalingRuleRequest): Promise<UpdateApplicationScalingRuleResponse> {
14031
14494
  let runtime = new $Util.RuntimeOptions({ });
14032
14495
  let headers : {[key: string ]: string} = { };
@@ -14078,6 +14541,41 @@ export default class Client extends OpenApi {
14078
14541
  return $tea.cast<UpdateApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
14079
14542
  }
14080
14543
 
14544
+ async updateApplicationVswitches(request: UpdateApplicationVswitchesRequest): Promise<UpdateApplicationVswitchesResponse> {
14545
+ let runtime = new $Util.RuntimeOptions({ });
14546
+ let headers : {[key: string ]: string} = { };
14547
+ return await this.updateApplicationVswitchesWithOptions(request, headers, runtime);
14548
+ }
14549
+
14550
+ async updateApplicationVswitchesWithOptions(request: UpdateApplicationVswitchesRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationVswitchesResponse> {
14551
+ Util.validateModel(request);
14552
+ let query : {[key: string ]: any} = { };
14553
+ if (!Util.isUnset(request.appId)) {
14554
+ query["AppId"] = request.appId;
14555
+ }
14556
+
14557
+ if (!Util.isUnset(request.vSwitchId)) {
14558
+ query["VSwitchId"] = request.vSwitchId;
14559
+ }
14560
+
14561
+ let req = new $OpenApi.OpenApiRequest({
14562
+ headers: headers,
14563
+ query: OpenApiUtil.query(query),
14564
+ });
14565
+ let params = new $OpenApi.Params({
14566
+ action: "UpdateApplicationVswitches",
14567
+ version: "2019-05-06",
14568
+ protocol: "HTTPS",
14569
+ pathname: `/pop/v1/sam/app/updateAppVswitches`,
14570
+ method: "PUT",
14571
+ authType: "AK",
14572
+ style: "ROA",
14573
+ reqBodyType: "json",
14574
+ bodyType: "json",
14575
+ });
14576
+ return $tea.cast<UpdateApplicationVswitchesResponse>(await this.callApi(params, req, runtime), new UpdateApplicationVswitchesResponse({}));
14577
+ }
14578
+
14081
14579
  async updateConfigMap(request: UpdateConfigMapRequest): Promise<UpdateConfigMapResponse> {
14082
14580
  let runtime = new $Util.RuntimeOptions({ });
14083
14581
  let headers : {[key: string ]: string} = { };
@@ -14191,6 +14689,14 @@ export default class Client extends OpenApi {
14191
14689
  query["ListenerPort"] = request.listenerPort;
14192
14690
  }
14193
14691
 
14692
+ if (!Util.isUnset(request.listenerProtocol)) {
14693
+ query["ListenerProtocol"] = request.listenerProtocol;
14694
+ }
14695
+
14696
+ if (!Util.isUnset(request.loadBalanceType)) {
14697
+ query["LoadBalanceType"] = request.loadBalanceType;
14698
+ }
14699
+
14194
14700
  let body : {[key: string ]: any} = { };
14195
14701
  if (!Util.isUnset(request.rules)) {
14196
14702
  body["Rules"] = request.rules;
@@ -14289,47 +14795,4 @@ export default class Client extends OpenApi {
14289
14795
  return $tea.cast<UpdateNamespaceVpcResponse>(await this.callApi(params, req, runtime), new UpdateNamespaceVpcResponse({}));
14290
14796
  }
14291
14797
 
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
14798
  }