@alicloud/sae20190506 1.0.0 → 1.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.js CHANGED
@@ -70,12 +70,14 @@ class AbortAndRollbackChangeOrderResponse extends $tea.Model {
70
70
  static names() {
71
71
  return {
72
72
  headers: 'headers',
73
+ statusCode: 'statusCode',
73
74
  body: 'body',
74
75
  };
75
76
  }
76
77
  static types() {
77
78
  return {
78
79
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
80
+ statusCode: 'number',
79
81
  body: AbortAndRollbackChangeOrderResponseBody,
80
82
  };
81
83
  }
@@ -132,12 +134,14 @@ class AbortChangeOrderResponse extends $tea.Model {
132
134
  static names() {
133
135
  return {
134
136
  headers: 'headers',
137
+ statusCode: 'statusCode',
135
138
  body: 'body',
136
139
  };
137
140
  }
138
141
  static types() {
139
142
  return {
140
143
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
144
+ statusCode: 'number',
141
145
  body: AbortChangeOrderResponseBody,
142
146
  };
143
147
  }
@@ -196,12 +200,14 @@ class BatchStartApplicationsResponse extends $tea.Model {
196
200
  static names() {
197
201
  return {
198
202
  headers: 'headers',
203
+ statusCode: 'statusCode',
199
204
  body: 'body',
200
205
  };
201
206
  }
202
207
  static types() {
203
208
  return {
204
209
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
210
+ statusCode: 'number',
205
211
  body: BatchStartApplicationsResponseBody,
206
212
  };
207
213
  }
@@ -260,12 +266,14 @@ class BatchStopApplicationsResponse extends $tea.Model {
260
266
  static names() {
261
267
  return {
262
268
  headers: 'headers',
269
+ statusCode: 'statusCode',
263
270
  body: 'body',
264
271
  };
265
272
  }
266
273
  static types() {
267
274
  return {
268
275
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
276
+ statusCode: 'number',
269
277
  body: BatchStopApplicationsResponseBody,
270
278
  };
271
279
  }
@@ -330,12 +338,14 @@ class BindSlbResponse extends $tea.Model {
330
338
  static names() {
331
339
  return {
332
340
  headers: 'headers',
341
+ statusCode: 'statusCode',
333
342
  body: 'body',
334
343
  };
335
344
  }
336
345
  static types() {
337
346
  return {
338
347
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
348
+ statusCode: 'number',
339
349
  body: BindSlbResponseBody,
340
350
  };
341
351
  }
@@ -394,12 +404,14 @@ class ConfirmPipelineBatchResponse extends $tea.Model {
394
404
  static names() {
395
405
  return {
396
406
  headers: 'headers',
407
+ statusCode: 'statusCode',
397
408
  body: 'body',
398
409
  };
399
410
  }
400
411
  static types() {
401
412
  return {
402
413
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
414
+ statusCode: 'number',
403
415
  body: ConfirmPipelineBatchResponseBody,
404
416
  };
405
417
  }
@@ -412,6 +424,7 @@ class CreateApplicationRequest extends $tea.Model {
412
424
  static names() {
413
425
  return {
414
426
  acrAssumeRoleArn: 'AcrAssumeRoleArn',
427
+ acrInstanceId: 'AcrInstanceId',
415
428
  appDescription: 'AppDescription',
416
429
  appName: 'AppName',
417
430
  associateEip: 'AssociateEip',
@@ -428,12 +441,17 @@ class CreateApplicationRequest extends $tea.Model {
428
441
  jarStartArgs: 'JarStartArgs',
429
442
  jarStartOptions: 'JarStartOptions',
430
443
  jdk: 'Jdk',
444
+ kafkaConfigs: 'KafkaConfigs',
445
+ kafkaEndpoint: 'KafkaEndpoint',
446
+ kafkaInstanceId: 'KafkaInstanceId',
447
+ kafkaLogfileConfig: 'KafkaLogfileConfig',
431
448
  liveness: 'Liveness',
432
449
  memory: 'Memory',
433
450
  mountDesc: 'MountDesc',
434
451
  mountHost: 'MountHost',
435
452
  namespaceId: 'NamespaceId',
436
453
  nasId: 'NasId',
454
+ openCollectToKafka: 'OpenCollectToKafka',
437
455
  ossAkId: 'OssAkId',
438
456
  ossAkSecret: 'OssAkSecret',
439
457
  ossMountDescs: 'OssMountDescs',
@@ -445,6 +463,7 @@ class CreateApplicationRequest extends $tea.Model {
445
463
  phpConfigLocation: 'PhpConfigLocation',
446
464
  postStart: 'PostStart',
447
465
  preStop: 'PreStop',
466
+ programmingLanguage: 'ProgrammingLanguage',
448
467
  readiness: 'Readiness',
449
468
  replicas: 'Replicas',
450
469
  securityGroupId: 'SecurityGroupId',
@@ -461,6 +480,7 @@ class CreateApplicationRequest extends $tea.Model {
461
480
  static types() {
462
481
  return {
463
482
  acrAssumeRoleArn: 'string',
483
+ acrInstanceId: 'string',
464
484
  appDescription: 'string',
465
485
  appName: 'string',
466
486
  associateEip: 'boolean',
@@ -477,12 +497,17 @@ class CreateApplicationRequest extends $tea.Model {
477
497
  jarStartArgs: 'string',
478
498
  jarStartOptions: 'string',
479
499
  jdk: 'string',
500
+ kafkaConfigs: 'string',
501
+ kafkaEndpoint: 'string',
502
+ kafkaInstanceId: 'string',
503
+ kafkaLogfileConfig: 'string',
480
504
  liveness: 'string',
481
505
  memory: 'number',
482
506
  mountDesc: 'string',
483
507
  mountHost: 'string',
484
508
  namespaceId: 'string',
485
509
  nasId: 'string',
510
+ openCollectToKafka: 'boolean',
486
511
  ossAkId: 'string',
487
512
  ossAkSecret: 'string',
488
513
  ossMountDescs: 'string',
@@ -494,6 +519,7 @@ class CreateApplicationRequest extends $tea.Model {
494
519
  phpConfigLocation: 'string',
495
520
  postStart: 'string',
496
521
  preStop: 'string',
522
+ programmingLanguage: 'string',
497
523
  readiness: 'string',
498
524
  replicas: 'number',
499
525
  securityGroupId: 'string',
@@ -544,12 +570,14 @@ class CreateApplicationResponse extends $tea.Model {
544
570
  static names() {
545
571
  return {
546
572
  headers: 'headers',
573
+ statusCode: 'statusCode',
547
574
  body: 'body',
548
575
  };
549
576
  }
550
577
  static types() {
551
578
  return {
552
579
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
580
+ statusCode: 'number',
553
581
  body: CreateApplicationResponseBody,
554
582
  };
555
583
  }
@@ -562,7 +590,10 @@ class CreateApplicationScalingRuleRequest extends $tea.Model {
562
590
  static names() {
563
591
  return {
564
592
  appId: 'AppId',
593
+ minReadyInstanceRatio: 'MinReadyInstanceRatio',
594
+ minReadyInstances: 'MinReadyInstances',
565
595
  scalingRuleEnable: 'ScalingRuleEnable',
596
+ scalingRuleMetric: 'ScalingRuleMetric',
566
597
  scalingRuleName: 'ScalingRuleName',
567
598
  scalingRuleTimer: 'ScalingRuleTimer',
568
599
  scalingRuleType: 'ScalingRuleType',
@@ -571,7 +602,10 @@ class CreateApplicationScalingRuleRequest extends $tea.Model {
571
602
  static types() {
572
603
  return {
573
604
  appId: 'string',
605
+ minReadyInstanceRatio: 'number',
606
+ minReadyInstances: 'number',
574
607
  scalingRuleEnable: 'boolean',
608
+ scalingRuleMetric: 'string',
575
609
  scalingRuleName: 'string',
576
610
  scalingRuleTimer: 'string',
577
611
  scalingRuleType: 'string',
@@ -606,12 +640,14 @@ class CreateApplicationScalingRuleResponse extends $tea.Model {
606
640
  static names() {
607
641
  return {
608
642
  headers: 'headers',
643
+ statusCode: 'statusCode',
609
644
  body: 'body',
610
645
  };
611
646
  }
612
647
  static types() {
613
648
  return {
614
649
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
650
+ statusCode: 'number',
615
651
  body: CreateApplicationScalingRuleResponseBody,
616
652
  };
617
653
  }
@@ -674,12 +710,14 @@ class CreateConfigMapResponse extends $tea.Model {
674
710
  static names() {
675
711
  return {
676
712
  headers: 'headers',
713
+ statusCode: 'statusCode',
677
714
  body: 'body',
678
715
  };
679
716
  }
680
717
  static types() {
681
718
  return {
682
719
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
720
+ statusCode: 'number',
683
721
  body: CreateConfigMapResponseBody,
684
722
  };
685
723
  }
@@ -744,12 +782,14 @@ class CreateGreyTagRouteResponse extends $tea.Model {
744
782
  static names() {
745
783
  return {
746
784
  headers: 'headers',
785
+ statusCode: 'statusCode',
747
786
  body: 'body',
748
787
  };
749
788
  }
750
789
  static types() {
751
790
  return {
752
791
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
792
+ statusCode: 'number',
753
793
  body: CreateGreyTagRouteResponseBody,
754
794
  };
755
795
  }
@@ -765,6 +805,8 @@ class CreateIngressRequest extends $tea.Model {
765
805
  defaultRule: 'DefaultRule',
766
806
  description: 'Description',
767
807
  listenerPort: 'ListenerPort',
808
+ listenerProtocol: 'ListenerProtocol',
809
+ loadBalanceType: 'LoadBalanceType',
768
810
  namespaceId: 'NamespaceId',
769
811
  rules: 'Rules',
770
812
  slbId: 'SlbId',
@@ -776,6 +818,8 @@ class CreateIngressRequest extends $tea.Model {
776
818
  defaultRule: 'string',
777
819
  description: 'string',
778
820
  listenerPort: 'number',
821
+ listenerProtocol: 'string',
822
+ loadBalanceType: 'string',
779
823
  namespaceId: 'string',
780
824
  rules: 'string',
781
825
  slbId: 'string',
@@ -818,12 +862,14 @@ class CreateIngressResponse extends $tea.Model {
818
862
  static names() {
819
863
  return {
820
864
  headers: 'headers',
865
+ statusCode: 'statusCode',
821
866
  body: 'body',
822
867
  };
823
868
  }
824
869
  static types() {
825
870
  return {
826
871
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
872
+ statusCode: 'number',
827
873
  body: CreateIngressResponseBody,
828
874
  };
829
875
  }
@@ -884,12 +930,14 @@ class CreateNamespaceResponse extends $tea.Model {
884
930
  static names() {
885
931
  return {
886
932
  headers: 'headers',
933
+ statusCode: 'statusCode',
887
934
  body: 'body',
888
935
  };
889
936
  }
890
937
  static types() {
891
938
  return {
892
939
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
940
+ statusCode: 'number',
893
941
  body: CreateNamespaceResponseBody,
894
942
  };
895
943
  }
@@ -946,12 +994,14 @@ class DeleteApplicationResponse extends $tea.Model {
946
994
  static names() {
947
995
  return {
948
996
  headers: 'headers',
997
+ statusCode: 'statusCode',
949
998
  body: 'body',
950
999
  };
951
1000
  }
952
1001
  static types() {
953
1002
  return {
954
1003
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1004
+ statusCode: 'number',
955
1005
  body: DeleteApplicationResponseBody,
956
1006
  };
957
1007
  }
@@ -1000,12 +1050,14 @@ class DeleteApplicationScalingRuleResponse extends $tea.Model {
1000
1050
  static names() {
1001
1051
  return {
1002
1052
  headers: 'headers',
1053
+ statusCode: 'statusCode',
1003
1054
  body: 'body',
1004
1055
  };
1005
1056
  }
1006
1057
  static types() {
1007
1058
  return {
1008
1059
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1060
+ statusCode: 'number',
1009
1061
  body: DeleteApplicationScalingRuleResponseBody,
1010
1062
  };
1011
1063
  }
@@ -1062,12 +1114,14 @@ class DeleteConfigMapResponse extends $tea.Model {
1062
1114
  static names() {
1063
1115
  return {
1064
1116
  headers: 'headers',
1117
+ statusCode: 'statusCode',
1065
1118
  body: 'body',
1066
1119
  };
1067
1120
  }
1068
1121
  static types() {
1069
1122
  return {
1070
1123
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1124
+ statusCode: 'number',
1071
1125
  body: DeleteConfigMapResponseBody,
1072
1126
  };
1073
1127
  }
@@ -1124,12 +1178,14 @@ class DeleteGreyTagRouteResponse extends $tea.Model {
1124
1178
  static names() {
1125
1179
  return {
1126
1180
  headers: 'headers',
1181
+ statusCode: 'statusCode',
1127
1182
  body: 'body',
1128
1183
  };
1129
1184
  }
1130
1185
  static types() {
1131
1186
  return {
1132
1187
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1188
+ statusCode: 'number',
1133
1189
  body: DeleteGreyTagRouteResponseBody,
1134
1190
  };
1135
1191
  }
@@ -1186,12 +1242,14 @@ class DeleteIngressResponse extends $tea.Model {
1186
1242
  static names() {
1187
1243
  return {
1188
1244
  headers: 'headers',
1245
+ statusCode: 'statusCode',
1189
1246
  body: 'body',
1190
1247
  };
1191
1248
  }
1192
1249
  static types() {
1193
1250
  return {
1194
1251
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1252
+ statusCode: 'number',
1195
1253
  body: DeleteIngressResponseBody,
1196
1254
  };
1197
1255
  }
@@ -1246,12 +1304,14 @@ class DeleteNamespaceResponse extends $tea.Model {
1246
1304
  static names() {
1247
1305
  return {
1248
1306
  headers: 'headers',
1307
+ statusCode: 'statusCode',
1249
1308
  body: 'body',
1250
1309
  };
1251
1310
  }
1252
1311
  static types() {
1253
1312
  return {
1254
1313
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1314
+ statusCode: 'number',
1255
1315
  body: DeleteNamespaceResponseBody,
1256
1316
  };
1257
1317
  }
@@ -1282,11 +1342,17 @@ class DeployApplicationRequest extends $tea.Model {
1282
1342
  jarStartArgs: 'JarStartArgs',
1283
1343
  jarStartOptions: 'JarStartOptions',
1284
1344
  jdk: 'Jdk',
1345
+ kafkaConfigs: 'KafkaConfigs',
1346
+ kafkaEndpoint: 'KafkaEndpoint',
1347
+ kafkaInstanceId: 'KafkaInstanceId',
1348
+ kafkaLogfileConfig: 'KafkaLogfileConfig',
1285
1349
  liveness: 'Liveness',
1350
+ minReadyInstanceRatio: 'MinReadyInstanceRatio',
1286
1351
  minReadyInstances: 'MinReadyInstances',
1287
1352
  mountDesc: 'MountDesc',
1288
1353
  mountHost: 'MountHost',
1289
1354
  nasId: 'NasId',
1355
+ openCollectToKafka: 'OpenCollectToKafka',
1290
1356
  ossAkId: 'OssAkId',
1291
1357
  ossAkSecret: 'OssAkSecret',
1292
1358
  ossMountDescs: 'OssMountDescs',
@@ -1328,11 +1394,17 @@ class DeployApplicationRequest extends $tea.Model {
1328
1394
  jarStartArgs: 'string',
1329
1395
  jarStartOptions: 'string',
1330
1396
  jdk: 'string',
1397
+ kafkaConfigs: 'string',
1398
+ kafkaEndpoint: 'string',
1399
+ kafkaInstanceId: 'string',
1400
+ kafkaLogfileConfig: 'string',
1331
1401
  liveness: 'string',
1402
+ minReadyInstanceRatio: 'number',
1332
1403
  minReadyInstances: 'number',
1333
1404
  mountDesc: 'string',
1334
1405
  mountHost: 'string',
1335
1406
  nasId: 'string',
1407
+ openCollectToKafka: 'boolean',
1336
1408
  ossAkId: 'string',
1337
1409
  ossAkSecret: 'string',
1338
1410
  ossMountDescs: 'string',
@@ -1390,12 +1462,14 @@ class DeployApplicationResponse extends $tea.Model {
1390
1462
  static names() {
1391
1463
  return {
1392
1464
  headers: 'headers',
1465
+ statusCode: 'statusCode',
1393
1466
  body: 'body',
1394
1467
  };
1395
1468
  }
1396
1469
  static types() {
1397
1470
  return {
1398
1471
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1472
+ statusCode: 'number',
1399
1473
  body: DeployApplicationResponseBody,
1400
1474
  };
1401
1475
  }
@@ -1460,12 +1534,14 @@ class DescribeAppServiceDetailResponse extends $tea.Model {
1460
1534
  static names() {
1461
1535
  return {
1462
1536
  headers: 'headers',
1537
+ statusCode: 'statusCode',
1463
1538
  body: 'body',
1464
1539
  };
1465
1540
  }
1466
1541
  static types() {
1467
1542
  return {
1468
1543
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1544
+ statusCode: 'number',
1469
1545
  body: DescribeAppServiceDetailResponseBody,
1470
1546
  };
1471
1547
  }
@@ -1524,12 +1600,14 @@ class DescribeApplicationConfigResponse extends $tea.Model {
1524
1600
  static names() {
1525
1601
  return {
1526
1602
  headers: 'headers',
1603
+ statusCode: 'statusCode',
1527
1604
  body: 'body',
1528
1605
  };
1529
1606
  }
1530
1607
  static types() {
1531
1608
  return {
1532
1609
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1610
+ statusCode: 'number',
1533
1611
  body: DescribeApplicationConfigResponseBody,
1534
1612
  };
1535
1613
  }
@@ -1590,12 +1668,14 @@ class DescribeApplicationGroupsResponse extends $tea.Model {
1590
1668
  static names() {
1591
1669
  return {
1592
1670
  headers: 'headers',
1671
+ statusCode: 'statusCode',
1593
1672
  body: 'body',
1594
1673
  };
1595
1674
  }
1596
1675
  static types() {
1597
1676
  return {
1598
1677
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1678
+ statusCode: 'number',
1599
1679
  body: DescribeApplicationGroupsResponseBody,
1600
1680
  };
1601
1681
  }
@@ -1654,12 +1734,14 @@ class DescribeApplicationImageResponse extends $tea.Model {
1654
1734
  static names() {
1655
1735
  return {
1656
1736
  headers: 'headers',
1737
+ statusCode: 'statusCode',
1657
1738
  body: 'body',
1658
1739
  };
1659
1740
  }
1660
1741
  static types() {
1661
1742
  return {
1662
1743
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1744
+ statusCode: 'number',
1663
1745
  body: DescribeApplicationImageResponseBody,
1664
1746
  };
1665
1747
  }
@@ -1724,17 +1806,77 @@ class DescribeApplicationInstancesResponse extends $tea.Model {
1724
1806
  static names() {
1725
1807
  return {
1726
1808
  headers: 'headers',
1809
+ statusCode: 'statusCode',
1727
1810
  body: 'body',
1728
1811
  };
1729
1812
  }
1730
1813
  static types() {
1731
1814
  return {
1732
1815
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1816
+ statusCode: 'number',
1733
1817
  body: DescribeApplicationInstancesResponseBody,
1734
1818
  };
1735
1819
  }
1736
1820
  }
1737
1821
  exports.DescribeApplicationInstancesResponse = DescribeApplicationInstancesResponse;
1822
+ class DescribeApplicationScalingRuleRequest extends $tea.Model {
1823
+ constructor(map) {
1824
+ super(map);
1825
+ }
1826
+ static names() {
1827
+ return {
1828
+ appId: 'AppId',
1829
+ scalingRuleName: 'ScalingRuleName',
1830
+ };
1831
+ }
1832
+ static types() {
1833
+ return {
1834
+ appId: 'string',
1835
+ scalingRuleName: 'string',
1836
+ };
1837
+ }
1838
+ }
1839
+ exports.DescribeApplicationScalingRuleRequest = DescribeApplicationScalingRuleRequest;
1840
+ class DescribeApplicationScalingRuleResponseBody extends $tea.Model {
1841
+ constructor(map) {
1842
+ super(map);
1843
+ }
1844
+ static names() {
1845
+ return {
1846
+ data: 'Data',
1847
+ requestId: 'RequestId',
1848
+ traceId: 'TraceId',
1849
+ };
1850
+ }
1851
+ static types() {
1852
+ return {
1853
+ data: DescribeApplicationScalingRuleResponseBodyData,
1854
+ requestId: 'string',
1855
+ traceId: 'string',
1856
+ };
1857
+ }
1858
+ }
1859
+ exports.DescribeApplicationScalingRuleResponseBody = DescribeApplicationScalingRuleResponseBody;
1860
+ class DescribeApplicationScalingRuleResponse extends $tea.Model {
1861
+ constructor(map) {
1862
+ super(map);
1863
+ }
1864
+ static names() {
1865
+ return {
1866
+ headers: 'headers',
1867
+ statusCode: 'statusCode',
1868
+ body: 'body',
1869
+ };
1870
+ }
1871
+ static types() {
1872
+ return {
1873
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1874
+ statusCode: 'number',
1875
+ body: DescribeApplicationScalingRuleResponseBody,
1876
+ };
1877
+ }
1878
+ }
1879
+ exports.DescribeApplicationScalingRuleResponse = DescribeApplicationScalingRuleResponse;
1738
1880
  class DescribeApplicationScalingRulesRequest extends $tea.Model {
1739
1881
  constructor(map) {
1740
1882
  super(map);
@@ -1778,12 +1920,14 @@ class DescribeApplicationScalingRulesResponse extends $tea.Model {
1778
1920
  static names() {
1779
1921
  return {
1780
1922
  headers: 'headers',
1923
+ statusCode: 'statusCode',
1781
1924
  body: 'body',
1782
1925
  };
1783
1926
  }
1784
1927
  static types() {
1785
1928
  return {
1786
1929
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1930
+ statusCode: 'number',
1787
1931
  body: DescribeApplicationScalingRulesResponseBody,
1788
1932
  };
1789
1933
  }
@@ -1840,12 +1984,14 @@ class DescribeApplicationSlbsResponse extends $tea.Model {
1840
1984
  static names() {
1841
1985
  return {
1842
1986
  headers: 'headers',
1987
+ statusCode: 'statusCode',
1843
1988
  body: 'body',
1844
1989
  };
1845
1990
  }
1846
1991
  static types() {
1847
1992
  return {
1848
1993
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1994
+ statusCode: 'number',
1849
1995
  body: DescribeApplicationSlbsResponseBody,
1850
1996
  };
1851
1997
  }
@@ -1902,12 +2048,14 @@ class DescribeApplicationStatusResponse extends $tea.Model {
1902
2048
  static names() {
1903
2049
  return {
1904
2050
  headers: 'headers',
2051
+ statusCode: 'statusCode',
1905
2052
  body: 'body',
1906
2053
  };
1907
2054
  }
1908
2055
  static types() {
1909
2056
  return {
1910
2057
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2058
+ statusCode: 'number',
1911
2059
  body: DescribeApplicationStatusResponseBody,
1912
2060
  };
1913
2061
  }
@@ -1964,12 +2112,14 @@ class DescribeChangeOrderResponse extends $tea.Model {
1964
2112
  static names() {
1965
2113
  return {
1966
2114
  headers: 'headers',
2115
+ statusCode: 'statusCode',
1967
2116
  body: 'body',
1968
2117
  };
1969
2118
  }
1970
2119
  static types() {
1971
2120
  return {
1972
2121
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2122
+ statusCode: 'number',
1973
2123
  body: DescribeChangeOrderResponseBody,
1974
2124
  };
1975
2125
  }
@@ -2028,12 +2178,14 @@ class DescribeComponentsResponse extends $tea.Model {
2028
2178
  static names() {
2029
2179
  return {
2030
2180
  headers: 'headers',
2181
+ statusCode: 'statusCode',
2031
2182
  body: 'body',
2032
2183
  };
2033
2184
  }
2034
2185
  static types() {
2035
2186
  return {
2036
2187
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2188
+ statusCode: 'number',
2037
2189
  body: DescribeComponentsResponseBody,
2038
2190
  };
2039
2191
  }
@@ -2090,17 +2242,85 @@ class DescribeConfigMapResponse extends $tea.Model {
2090
2242
  static names() {
2091
2243
  return {
2092
2244
  headers: 'headers',
2245
+ statusCode: 'statusCode',
2093
2246
  body: 'body',
2094
2247
  };
2095
2248
  }
2096
2249
  static types() {
2097
2250
  return {
2098
2251
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2252
+ statusCode: 'number',
2099
2253
  body: DescribeConfigMapResponseBody,
2100
2254
  };
2101
2255
  }
2102
2256
  }
2103
2257
  exports.DescribeConfigMapResponse = DescribeConfigMapResponse;
2258
+ class DescribeConfigurationPriceRequest extends $tea.Model {
2259
+ constructor(map) {
2260
+ super(map);
2261
+ }
2262
+ static names() {
2263
+ return {
2264
+ cpu: 'Cpu',
2265
+ memory: 'Memory',
2266
+ };
2267
+ }
2268
+ static types() {
2269
+ return {
2270
+ cpu: 'number',
2271
+ memory: 'number',
2272
+ };
2273
+ }
2274
+ }
2275
+ exports.DescribeConfigurationPriceRequest = DescribeConfigurationPriceRequest;
2276
+ class DescribeConfigurationPriceResponseBody extends $tea.Model {
2277
+ constructor(map) {
2278
+ super(map);
2279
+ }
2280
+ static names() {
2281
+ return {
2282
+ code: 'Code',
2283
+ data: 'Data',
2284
+ errorCode: 'ErrorCode',
2285
+ message: 'Message',
2286
+ requestId: 'RequestId',
2287
+ success: 'Success',
2288
+ traceId: 'TraceId',
2289
+ };
2290
+ }
2291
+ static types() {
2292
+ return {
2293
+ code: 'string',
2294
+ data: DescribeConfigurationPriceResponseBodyData,
2295
+ errorCode: 'string',
2296
+ message: 'string',
2297
+ requestId: 'string',
2298
+ success: 'boolean',
2299
+ traceId: 'string',
2300
+ };
2301
+ }
2302
+ }
2303
+ exports.DescribeConfigurationPriceResponseBody = DescribeConfigurationPriceResponseBody;
2304
+ class DescribeConfigurationPriceResponse extends $tea.Model {
2305
+ constructor(map) {
2306
+ super(map);
2307
+ }
2308
+ static names() {
2309
+ return {
2310
+ headers: 'headers',
2311
+ statusCode: 'statusCode',
2312
+ body: 'body',
2313
+ };
2314
+ }
2315
+ static types() {
2316
+ return {
2317
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2318
+ statusCode: 'number',
2319
+ body: DescribeConfigurationPriceResponseBody,
2320
+ };
2321
+ }
2322
+ }
2323
+ exports.DescribeConfigurationPriceResponse = DescribeConfigurationPriceResponse;
2104
2324
  class DescribeEdasContainersResponseBody extends $tea.Model {
2105
2325
  constructor(map) {
2106
2326
  super(map);
@@ -2136,12 +2356,14 @@ class DescribeEdasContainersResponse extends $tea.Model {
2136
2356
  static names() {
2137
2357
  return {
2138
2358
  headers: 'headers',
2359
+ statusCode: 'statusCode',
2139
2360
  body: 'body',
2140
2361
  };
2141
2362
  }
2142
2363
  static types() {
2143
2364
  return {
2144
2365
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2366
+ statusCode: 'number',
2145
2367
  body: DescribeEdasContainersResponseBody,
2146
2368
  };
2147
2369
  }
@@ -2198,12 +2420,14 @@ class DescribeGreyTagRouteResponse extends $tea.Model {
2198
2420
  static names() {
2199
2421
  return {
2200
2422
  headers: 'headers',
2423
+ statusCode: 'statusCode',
2201
2424
  body: 'body',
2202
2425
  };
2203
2426
  }
2204
2427
  static types() {
2205
2428
  return {
2206
2429
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2430
+ statusCode: 'number',
2207
2431
  body: DescribeGreyTagRouteResponseBody,
2208
2432
  };
2209
2433
  }
@@ -2260,12 +2484,14 @@ class DescribeIngressResponse extends $tea.Model {
2260
2484
  static names() {
2261
2485
  return {
2262
2486
  headers: 'headers',
2487
+ statusCode: 'statusCode',
2263
2488
  body: 'body',
2264
2489
  };
2265
2490
  }
2266
2491
  static types() {
2267
2492
  return {
2268
2493
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2494
+ statusCode: 'number',
2269
2495
  body: DescribeIngressResponseBody,
2270
2496
  };
2271
2497
  }
@@ -2322,12 +2548,14 @@ class DescribeInstanceLogResponse extends $tea.Model {
2322
2548
  static names() {
2323
2549
  return {
2324
2550
  headers: 'headers',
2551
+ statusCode: 'statusCode',
2325
2552
  body: 'body',
2326
2553
  };
2327
2554
  }
2328
2555
  static types() {
2329
2556
  return {
2330
2557
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2558
+ statusCode: 'number',
2331
2559
  body: DescribeInstanceLogResponseBody,
2332
2560
  };
2333
2561
  }
@@ -2368,12 +2596,14 @@ class DescribeInstanceSpecificationsResponse extends $tea.Model {
2368
2596
  static names() {
2369
2597
  return {
2370
2598
  headers: 'headers',
2599
+ statusCode: 'statusCode',
2371
2600
  body: 'body',
2372
2601
  };
2373
2602
  }
2374
2603
  static types() {
2375
2604
  return {
2376
2605
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2606
+ statusCode: 'number',
2377
2607
  body: DescribeInstanceSpecificationsResponseBody,
2378
2608
  };
2379
2609
  }
@@ -2430,12 +2660,14 @@ class DescribeNamespaceResponse extends $tea.Model {
2430
2660
  static names() {
2431
2661
  return {
2432
2662
  headers: 'headers',
2663
+ statusCode: 'statusCode',
2433
2664
  body: 'body',
2434
2665
  };
2435
2666
  }
2436
2667
  static types() {
2437
2668
  return {
2438
2669
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2670
+ statusCode: 'number',
2439
2671
  body: DescribeNamespaceResponseBody,
2440
2672
  };
2441
2673
  }
@@ -2494,12 +2726,14 @@ class DescribeNamespaceListResponse extends $tea.Model {
2494
2726
  static names() {
2495
2727
  return {
2496
2728
  headers: 'headers',
2729
+ statusCode: 'statusCode',
2497
2730
  body: 'body',
2498
2731
  };
2499
2732
  }
2500
2733
  static types() {
2501
2734
  return {
2502
2735
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2736
+ statusCode: 'number',
2503
2737
  body: DescribeNamespaceListResponseBody,
2504
2738
  };
2505
2739
  }
@@ -2556,12 +2790,14 @@ class DescribeNamespaceResourcesResponse extends $tea.Model {
2556
2790
  static names() {
2557
2791
  return {
2558
2792
  headers: 'headers',
2793
+ statusCode: 'statusCode',
2559
2794
  body: 'body',
2560
2795
  };
2561
2796
  }
2562
2797
  static types() {
2563
2798
  return {
2564
2799
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2800
+ statusCode: 'number',
2565
2801
  body: DescribeNamespaceResourcesResponseBody,
2566
2802
  };
2567
2803
  }
@@ -2620,12 +2856,14 @@ class DescribeNamespacesResponse extends $tea.Model {
2620
2856
  static names() {
2621
2857
  return {
2622
2858
  headers: 'headers',
2859
+ statusCode: 'statusCode',
2623
2860
  body: 'body',
2624
2861
  };
2625
2862
  }
2626
2863
  static types() {
2627
2864
  return {
2628
2865
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2866
+ statusCode: 'number',
2629
2867
  body: DescribeNamespacesResponseBody,
2630
2868
  };
2631
2869
  }
@@ -2682,12 +2920,14 @@ class DescribePipelineResponse extends $tea.Model {
2682
2920
  static names() {
2683
2921
  return {
2684
2922
  headers: 'headers',
2923
+ statusCode: 'statusCode',
2685
2924
  body: 'body',
2686
2925
  };
2687
2926
  }
2688
2927
  static types() {
2689
2928
  return {
2690
2929
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2930
+ statusCode: 'number',
2691
2931
  body: DescribePipelineResponseBody,
2692
2932
  };
2693
2933
  }
@@ -2722,12 +2962,14 @@ class DescribeRegionsResponse extends $tea.Model {
2722
2962
  static names() {
2723
2963
  return {
2724
2964
  headers: 'headers',
2965
+ statusCode: 'statusCode',
2725
2966
  body: 'body',
2726
2967
  };
2727
2968
  }
2728
2969
  static types() {
2729
2970
  return {
2730
2971
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2972
+ statusCode: 'number',
2731
2973
  body: DescribeRegionsResponseBody,
2732
2974
  };
2733
2975
  }
@@ -2776,83 +3018,19 @@ class DisableApplicationScalingRuleResponse extends $tea.Model {
2776
3018
  static names() {
2777
3019
  return {
2778
3020
  headers: 'headers',
3021
+ statusCode: 'statusCode',
2779
3022
  body: 'body',
2780
3023
  };
2781
3024
  }
2782
3025
  static types() {
2783
3026
  return {
2784
3027
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3028
+ statusCode: 'number',
2785
3029
  body: DisableApplicationScalingRuleResponseBody,
2786
3030
  };
2787
3031
  }
2788
3032
  }
2789
3033
  exports.DisableApplicationScalingRuleResponse = DisableApplicationScalingRuleResponse;
2790
- class DownloadFilesRequest extends $tea.Model {
2791
- constructor(map) {
2792
- super(map);
2793
- }
2794
- static names() {
2795
- return {
2796
- appId: 'AppId',
2797
- instanceId: 'InstanceId',
2798
- localpath: 'Localpath',
2799
- };
2800
- }
2801
- static types() {
2802
- return {
2803
- appId: 'string',
2804
- instanceId: 'string',
2805
- localpath: 'string',
2806
- };
2807
- }
2808
- }
2809
- exports.DownloadFilesRequest = DownloadFilesRequest;
2810
- class DownloadFilesResponseBody extends $tea.Model {
2811
- constructor(map) {
2812
- super(map);
2813
- }
2814
- static names() {
2815
- return {
2816
- code: 'Code',
2817
- data: 'Data',
2818
- errorCode: 'ErrorCode',
2819
- message: 'Message',
2820
- requestId: 'RequestId',
2821
- success: 'Success',
2822
- traceId: 'TraceId',
2823
- };
2824
- }
2825
- static types() {
2826
- return {
2827
- code: 'string',
2828
- data: 'string',
2829
- errorCode: 'string',
2830
- message: 'string',
2831
- requestId: 'string',
2832
- success: 'boolean',
2833
- traceId: 'string',
2834
- };
2835
- }
2836
- }
2837
- exports.DownloadFilesResponseBody = DownloadFilesResponseBody;
2838
- class DownloadFilesResponse extends $tea.Model {
2839
- constructor(map) {
2840
- super(map);
2841
- }
2842
- static names() {
2843
- return {
2844
- headers: 'headers',
2845
- body: 'body',
2846
- };
2847
- }
2848
- static types() {
2849
- return {
2850
- headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2851
- body: DownloadFilesResponseBody,
2852
- };
2853
- }
2854
- }
2855
- exports.DownloadFilesResponse = DownloadFilesResponse;
2856
3034
  class EnableApplicationScalingRuleRequest extends $tea.Model {
2857
3035
  constructor(map) {
2858
3036
  super(map);
@@ -2896,12 +3074,14 @@ class EnableApplicationScalingRuleResponse extends $tea.Model {
2896
3074
  static names() {
2897
3075
  return {
2898
3076
  headers: 'headers',
3077
+ statusCode: 'statusCode',
2899
3078
  body: 'body',
2900
3079
  };
2901
3080
  }
2902
3081
  static types() {
2903
3082
  return {
2904
3083
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3084
+ statusCode: 'number',
2905
3085
  body: EnableApplicationScalingRuleResponseBody,
2906
3086
  };
2907
3087
  }
@@ -2970,12 +3150,14 @@ class ListAppEventsResponse extends $tea.Model {
2970
3150
  static names() {
2971
3151
  return {
2972
3152
  headers: 'headers',
3153
+ statusCode: 'statusCode',
2973
3154
  body: 'body',
2974
3155
  };
2975
3156
  }
2976
3157
  static types() {
2977
3158
  return {
2978
3159
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3160
+ statusCode: 'number',
2979
3161
  body: ListAppEventsResponseBody,
2980
3162
  };
2981
3163
  }
@@ -3038,12 +3220,14 @@ class ListAppServicesPageResponse extends $tea.Model {
3038
3220
  static names() {
3039
3221
  return {
3040
3222
  headers: 'headers',
3223
+ statusCode: 'statusCode',
3041
3224
  body: 'body',
3042
3225
  };
3043
3226
  }
3044
3227
  static types() {
3045
3228
  return {
3046
3229
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3230
+ statusCode: 'number',
3047
3231
  body: ListAppServicesPageResponseBody,
3048
3232
  };
3049
3233
  }
@@ -3098,12 +3282,14 @@ class ListAppVersionsResponse extends $tea.Model {
3098
3282
  static names() {
3099
3283
  return {
3100
3284
  headers: 'headers',
3285
+ statusCode: 'statusCode',
3101
3286
  body: 'body',
3102
3287
  };
3103
3288
  }
3104
3289
  static types() {
3105
3290
  return {
3106
3291
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3292
+ statusCode: 'number',
3107
3293
  body: ListAppVersionsResponseBody,
3108
3294
  };
3109
3295
  }
@@ -3180,12 +3366,14 @@ class ListApplicationsResponse extends $tea.Model {
3180
3366
  static names() {
3181
3367
  return {
3182
3368
  headers: 'headers',
3369
+ statusCode: 'statusCode',
3183
3370
  body: 'body',
3184
3371
  };
3185
3372
  }
3186
3373
  static types() {
3187
3374
  return {
3188
3375
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3376
+ statusCode: 'number',
3189
3377
  body: ListApplicationsResponseBody,
3190
3378
  };
3191
3379
  }
@@ -3252,12 +3440,14 @@ class ListChangeOrdersResponse extends $tea.Model {
3252
3440
  static names() {
3253
3441
  return {
3254
3442
  headers: 'headers',
3443
+ statusCode: 'statusCode',
3255
3444
  body: 'body',
3256
3445
  };
3257
3446
  }
3258
3447
  static types() {
3259
3448
  return {
3260
3449
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3450
+ statusCode: 'number',
3261
3451
  body: ListChangeOrdersResponseBody,
3262
3452
  };
3263
3453
  }
@@ -3314,12 +3504,14 @@ class ListConsumedServicesResponse extends $tea.Model {
3314
3504
  static names() {
3315
3505
  return {
3316
3506
  headers: 'headers',
3507
+ statusCode: 'statusCode',
3317
3508
  body: 'body',
3318
3509
  };
3319
3510
  }
3320
3511
  static types() {
3321
3512
  return {
3322
3513
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3514
+ statusCode: 'number',
3323
3515
  body: ListConsumedServicesResponseBody,
3324
3516
  };
3325
3517
  }
@@ -3376,12 +3568,14 @@ class ListGreyTagRouteResponse extends $tea.Model {
3376
3568
  static names() {
3377
3569
  return {
3378
3570
  headers: 'headers',
3571
+ statusCode: 'statusCode',
3379
3572
  body: 'body',
3380
3573
  };
3381
3574
  }
3382
3575
  static types() {
3383
3576
  return {
3384
3577
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3578
+ statusCode: 'number',
3385
3579
  body: ListGreyTagRouteResponseBody,
3386
3580
  };
3387
3581
  }
@@ -3440,12 +3634,14 @@ class ListIngressesResponse extends $tea.Model {
3440
3634
  static names() {
3441
3635
  return {
3442
3636
  headers: 'headers',
3637
+ statusCode: 'statusCode',
3443
3638
  body: 'body',
3444
3639
  };
3445
3640
  }
3446
3641
  static types() {
3447
3642
  return {
3448
3643
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3644
+ statusCode: 'number',
3449
3645
  body: ListIngressesResponseBody,
3450
3646
  };
3451
3647
  }
@@ -3506,12 +3702,14 @@ class ListLogConfigsResponse extends $tea.Model {
3506
3702
  static names() {
3507
3703
  return {
3508
3704
  headers: 'headers',
3705
+ statusCode: 'statusCode',
3509
3706
  body: 'body',
3510
3707
  };
3511
3708
  }
3512
3709
  static types() {
3513
3710
  return {
3514
3711
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3712
+ statusCode: 'number',
3515
3713
  body: ListLogConfigsResponseBody,
3516
3714
  };
3517
3715
  }
@@ -3578,12 +3776,14 @@ class ListNamespaceChangeOrdersResponse extends $tea.Model {
3578
3776
  static names() {
3579
3777
  return {
3580
3778
  headers: 'headers',
3779
+ statusCode: 'statusCode',
3581
3780
  body: 'body',
3582
3781
  };
3583
3782
  }
3584
3783
  static types() {
3585
3784
  return {
3586
3785
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3786
+ statusCode: 'number',
3587
3787
  body: ListNamespaceChangeOrdersResponseBody,
3588
3788
  };
3589
3789
  }
@@ -3640,12 +3840,14 @@ class ListNamespacedConfigMapsResponse extends $tea.Model {
3640
3840
  static names() {
3641
3841
  return {
3642
3842
  headers: 'headers',
3843
+ statusCode: 'statusCode',
3643
3844
  body: 'body',
3644
3845
  };
3645
3846
  }
3646
3847
  static types() {
3647
3848
  return {
3648
3849
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3850
+ statusCode: 'number',
3649
3851
  body: ListNamespacedConfigMapsResponseBody,
3650
3852
  };
3651
3853
  }
@@ -3702,12 +3904,14 @@ class ListPublishedServicesResponse extends $tea.Model {
3702
3904
  static names() {
3703
3905
  return {
3704
3906
  headers: 'headers',
3907
+ statusCode: 'statusCode',
3705
3908
  body: 'body',
3706
3909
  };
3707
3910
  }
3708
3911
  static types() {
3709
3912
  return {
3710
3913
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3914
+ statusCode: 'number',
3711
3915
  body: ListPublishedServicesResponseBody,
3712
3916
  };
3713
3917
  }
@@ -3772,12 +3976,14 @@ class ListTagResourcesResponse extends $tea.Model {
3772
3976
  static names() {
3773
3977
  return {
3774
3978
  headers: 'headers',
3979
+ statusCode: 'statusCode',
3775
3980
  body: 'body',
3776
3981
  };
3777
3982
  }
3778
3983
  static types() {
3779
3984
  return {
3780
3985
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3986
+ statusCode: 'number',
3781
3987
  body: ListTagResourcesResponseBody,
3782
3988
  };
3783
3989
  }
@@ -3808,12 +4014,14 @@ class OpenSaeServiceResponse extends $tea.Model {
3808
4014
  static names() {
3809
4015
  return {
3810
4016
  headers: 'headers',
4017
+ statusCode: 'statusCode',
3811
4018
  body: 'body',
3812
4019
  };
3813
4020
  }
3814
4021
  static types() {
3815
4022
  return {
3816
4023
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4024
+ statusCode: 'number',
3817
4025
  body: OpenSaeServiceResponseBody,
3818
4026
  };
3819
4027
  }
@@ -3870,12 +4078,14 @@ class QueryResourceStaticsResponse extends $tea.Model {
3870
4078
  static names() {
3871
4079
  return {
3872
4080
  headers: 'headers',
4081
+ statusCode: 'statusCode',
3873
4082
  body: 'body',
3874
4083
  };
3875
4084
  }
3876
4085
  static types() {
3877
4086
  return {
3878
4087
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4088
+ statusCode: 'number',
3879
4089
  body: QueryResourceStaticsResponseBody,
3880
4090
  };
3881
4091
  }
@@ -3934,12 +4144,14 @@ class ReduceApplicationCapacityByInstanceIdsResponse extends $tea.Model {
3934
4144
  static names() {
3935
4145
  return {
3936
4146
  headers: 'headers',
4147
+ statusCode: 'statusCode',
3937
4148
  body: 'body',
3938
4149
  };
3939
4150
  }
3940
4151
  static types() {
3941
4152
  return {
3942
4153
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4154
+ statusCode: 'number',
3943
4155
  body: ReduceApplicationCapacityByInstanceIdsResponseBody,
3944
4156
  };
3945
4157
  }
@@ -3953,6 +4165,7 @@ class RescaleApplicationRequest extends $tea.Model {
3953
4165
  return {
3954
4166
  appId: 'AppId',
3955
4167
  autoEnableApplicationScalingRule: 'AutoEnableApplicationScalingRule',
4168
+ minReadyInstanceRatio: 'MinReadyInstanceRatio',
3956
4169
  minReadyInstances: 'MinReadyInstances',
3957
4170
  replicas: 'Replicas',
3958
4171
  };
@@ -3961,6 +4174,7 @@ class RescaleApplicationRequest extends $tea.Model {
3961
4174
  return {
3962
4175
  appId: 'string',
3963
4176
  autoEnableApplicationScalingRule: 'boolean',
4177
+ minReadyInstanceRatio: 'number',
3964
4178
  minReadyInstances: 'number',
3965
4179
  replicas: 'number',
3966
4180
  };
@@ -4000,12 +4214,14 @@ class RescaleApplicationResponse extends $tea.Model {
4000
4214
  static names() {
4001
4215
  return {
4002
4216
  headers: 'headers',
4217
+ statusCode: 'statusCode',
4003
4218
  body: 'body',
4004
4219
  };
4005
4220
  }
4006
4221
  static types() {
4007
4222
  return {
4008
4223
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4224
+ statusCode: 'number',
4009
4225
  body: RescaleApplicationResponseBody,
4010
4226
  };
4011
4227
  }
@@ -4066,12 +4282,14 @@ class RescaleApplicationVerticallyResponse extends $tea.Model {
4066
4282
  static names() {
4067
4283
  return {
4068
4284
  headers: 'headers',
4285
+ statusCode: 'statusCode',
4069
4286
  body: 'body',
4070
4287
  };
4071
4288
  }
4072
4289
  static types() {
4073
4290
  return {
4074
4291
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4292
+ statusCode: 'number',
4075
4293
  body: RescaleApplicationVerticallyResponseBody,
4076
4294
  };
4077
4295
  }
@@ -4084,12 +4302,14 @@ class RestartApplicationRequest extends $tea.Model {
4084
4302
  static names() {
4085
4303
  return {
4086
4304
  appId: 'AppId',
4305
+ minReadyInstanceRatio: 'MinReadyInstanceRatio',
4087
4306
  minReadyInstances: 'MinReadyInstances',
4088
4307
  };
4089
4308
  }
4090
4309
  static types() {
4091
4310
  return {
4092
4311
  appId: 'string',
4312
+ minReadyInstanceRatio: 'number',
4093
4313
  minReadyInstances: 'number',
4094
4314
  };
4095
4315
  }
@@ -4130,12 +4350,14 @@ class RestartApplicationResponse extends $tea.Model {
4130
4350
  static names() {
4131
4351
  return {
4132
4352
  headers: 'headers',
4353
+ statusCode: 'statusCode',
4133
4354
  body: 'body',
4134
4355
  };
4135
4356
  }
4136
4357
  static types() {
4137
4358
  return {
4138
4359
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4360
+ statusCode: 'number',
4139
4361
  body: RestartApplicationResponseBody,
4140
4362
  };
4141
4363
  }
@@ -4194,12 +4416,14 @@ class RestartInstancesResponse extends $tea.Model {
4194
4416
  static names() {
4195
4417
  return {
4196
4418
  headers: 'headers',
4419
+ statusCode: 'statusCode',
4197
4420
  body: 'body',
4198
4421
  };
4199
4422
  }
4200
4423
  static types() {
4201
4424
  return {
4202
4425
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4426
+ statusCode: 'number',
4203
4427
  body: RestartInstancesResponseBody,
4204
4428
  };
4205
4429
  }
@@ -4214,6 +4438,7 @@ class RollbackApplicationRequest extends $tea.Model {
4214
4438
  appId: 'AppId',
4215
4439
  autoEnableApplicationScalingRule: 'AutoEnableApplicationScalingRule',
4216
4440
  batchWaitTime: 'BatchWaitTime',
4441
+ minReadyInstanceRatio: 'MinReadyInstanceRatio',
4217
4442
  minReadyInstances: 'MinReadyInstances',
4218
4443
  updateStrategy: 'UpdateStrategy',
4219
4444
  versionId: 'VersionId',
@@ -4224,6 +4449,7 @@ class RollbackApplicationRequest extends $tea.Model {
4224
4449
  appId: 'string',
4225
4450
  autoEnableApplicationScalingRule: 'string',
4226
4451
  batchWaitTime: 'number',
4452
+ minReadyInstanceRatio: 'number',
4227
4453
  minReadyInstances: 'number',
4228
4454
  updateStrategy: 'string',
4229
4455
  versionId: 'string',
@@ -4266,12 +4492,14 @@ class RollbackApplicationResponse extends $tea.Model {
4266
4492
  static names() {
4267
4493
  return {
4268
4494
  headers: 'headers',
4495
+ statusCode: 'statusCode',
4269
4496
  body: 'body',
4270
4497
  };
4271
4498
  }
4272
4499
  static types() {
4273
4500
  return {
4274
4501
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4502
+ statusCode: 'number',
4275
4503
  body: RollbackApplicationResponseBody,
4276
4504
  };
4277
4505
  }
@@ -4328,12 +4556,14 @@ class StartApplicationResponse extends $tea.Model {
4328
4556
  static names() {
4329
4557
  return {
4330
4558
  headers: 'headers',
4559
+ statusCode: 'statusCode',
4331
4560
  body: 'body',
4332
4561
  };
4333
4562
  }
4334
4563
  static types() {
4335
4564
  return {
4336
4565
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4566
+ statusCode: 'number',
4337
4567
  body: StartApplicationResponseBody,
4338
4568
  };
4339
4569
  }
@@ -4390,12 +4620,14 @@ class StopApplicationResponse extends $tea.Model {
4390
4620
  static names() {
4391
4621
  return {
4392
4622
  headers: 'headers',
4623
+ statusCode: 'statusCode',
4393
4624
  body: 'body',
4394
4625
  };
4395
4626
  }
4396
4627
  static types() {
4397
4628
  return {
4398
4629
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4630
+ statusCode: 'number',
4399
4631
  body: StopApplicationResponseBody,
4400
4632
  };
4401
4633
  }
@@ -4458,12 +4690,14 @@ class TagResourcesResponse extends $tea.Model {
4458
4690
  static names() {
4459
4691
  return {
4460
4692
  headers: 'headers',
4693
+ statusCode: 'statusCode',
4461
4694
  body: 'body',
4462
4695
  };
4463
4696
  }
4464
4697
  static types() {
4465
4698
  return {
4466
4699
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4700
+ statusCode: 'number',
4467
4701
  body: TagResourcesResponseBody,
4468
4702
  };
4469
4703
  }
@@ -4524,12 +4758,14 @@ class UnbindSlbResponse extends $tea.Model {
4524
4758
  static names() {
4525
4759
  return {
4526
4760
  headers: 'headers',
4761
+ statusCode: 'statusCode',
4527
4762
  body: 'body',
4528
4763
  };
4529
4764
  }
4530
4765
  static types() {
4531
4766
  return {
4532
4767
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4768
+ statusCode: 'number',
4533
4769
  body: UnbindSlbResponseBody,
4534
4770
  };
4535
4771
  }
@@ -4594,12 +4830,14 @@ class UntagResourcesResponse extends $tea.Model {
4594
4830
  static names() {
4595
4831
  return {
4596
4832
  headers: 'headers',
4833
+ statusCode: 'statusCode',
4597
4834
  body: 'body',
4598
4835
  };
4599
4836
  }
4600
4837
  static types() {
4601
4838
  return {
4602
4839
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4840
+ statusCode: 'number',
4603
4841
  body: UntagResourcesResponseBody,
4604
4842
  };
4605
4843
  }
@@ -4656,171 +4894,174 @@ class UpdateAppSecurityGroupResponse extends $tea.Model {
4656
4894
  static names() {
4657
4895
  return {
4658
4896
  headers: 'headers',
4897
+ statusCode: 'statusCode',
4659
4898
  body: 'body',
4660
4899
  };
4661
4900
  }
4662
4901
  static types() {
4663
4902
  return {
4664
4903
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4904
+ statusCode: 'number',
4665
4905
  body: UpdateAppSecurityGroupResponseBody,
4666
4906
  };
4667
4907
  }
4668
4908
  }
4669
4909
  exports.UpdateAppSecurityGroupResponse = UpdateAppSecurityGroupResponse;
4670
- class UpdateApplicationScalingRuleRequest extends $tea.Model {
4910
+ class UpdateApplicationDescriptionRequest extends $tea.Model {
4671
4911
  constructor(map) {
4672
4912
  super(map);
4673
4913
  }
4674
4914
  static names() {
4675
4915
  return {
4916
+ appDescription: 'AppDescription',
4676
4917
  appId: 'AppId',
4677
- scalingRuleName: 'ScalingRuleName',
4678
- scalingRuleTimer: 'ScalingRuleTimer',
4679
4918
  };
4680
4919
  }
4681
4920
  static types() {
4682
4921
  return {
4922
+ appDescription: 'string',
4683
4923
  appId: 'string',
4684
- scalingRuleName: 'string',
4685
- scalingRuleTimer: 'string',
4686
4924
  };
4687
4925
  }
4688
4926
  }
4689
- exports.UpdateApplicationScalingRuleRequest = UpdateApplicationScalingRuleRequest;
4690
- class UpdateApplicationScalingRuleResponseBody extends $tea.Model {
4927
+ exports.UpdateApplicationDescriptionRequest = UpdateApplicationDescriptionRequest;
4928
+ class UpdateApplicationDescriptionResponseBody extends $tea.Model {
4691
4929
  constructor(map) {
4692
4930
  super(map);
4693
4931
  }
4694
4932
  static names() {
4695
4933
  return {
4696
- data: 'Data',
4934
+ code: 'Code',
4935
+ errorCode: 'ErrorCode',
4936
+ message: 'Message',
4697
4937
  requestId: 'RequestId',
4938
+ success: 'Success',
4698
4939
  traceId: 'TraceId',
4699
4940
  };
4700
4941
  }
4701
4942
  static types() {
4702
4943
  return {
4703
- data: UpdateApplicationScalingRuleResponseBodyData,
4944
+ code: 'string',
4945
+ errorCode: 'string',
4946
+ message: 'string',
4704
4947
  requestId: 'string',
4948
+ success: 'boolean',
4705
4949
  traceId: 'string',
4706
4950
  };
4707
4951
  }
4708
4952
  }
4709
- exports.UpdateApplicationScalingRuleResponseBody = UpdateApplicationScalingRuleResponseBody;
4710
- class UpdateApplicationScalingRuleResponse extends $tea.Model {
4953
+ exports.UpdateApplicationDescriptionResponseBody = UpdateApplicationDescriptionResponseBody;
4954
+ class UpdateApplicationDescriptionResponse extends $tea.Model {
4711
4955
  constructor(map) {
4712
4956
  super(map);
4713
4957
  }
4714
4958
  static names() {
4715
4959
  return {
4716
4960
  headers: 'headers',
4961
+ statusCode: 'statusCode',
4717
4962
  body: 'body',
4718
4963
  };
4719
4964
  }
4720
4965
  static types() {
4721
4966
  return {
4722
4967
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4723
- body: UpdateApplicationScalingRuleResponseBody,
4968
+ statusCode: 'number',
4969
+ body: UpdateApplicationDescriptionResponseBody,
4724
4970
  };
4725
4971
  }
4726
4972
  }
4727
- exports.UpdateApplicationScalingRuleResponse = UpdateApplicationScalingRuleResponse;
4728
- class UpdateConfigMapRequest extends $tea.Model {
4973
+ exports.UpdateApplicationDescriptionResponse = UpdateApplicationDescriptionResponse;
4974
+ class UpdateApplicationScalingRuleRequest extends $tea.Model {
4729
4975
  constructor(map) {
4730
4976
  super(map);
4731
4977
  }
4732
4978
  static names() {
4733
4979
  return {
4734
- configMapId: 'ConfigMapId',
4735
- data: 'Data',
4736
- description: 'Description',
4980
+ appId: 'AppId',
4981
+ minReadyInstanceRatio: 'MinReadyInstanceRatio',
4982
+ minReadyInstances: 'MinReadyInstances',
4983
+ scalingRuleMetric: 'ScalingRuleMetric',
4984
+ scalingRuleName: 'ScalingRuleName',
4985
+ scalingRuleTimer: 'ScalingRuleTimer',
4737
4986
  };
4738
4987
  }
4739
4988
  static types() {
4740
4989
  return {
4741
- configMapId: 'number',
4742
- data: 'string',
4743
- description: 'string',
4990
+ appId: 'string',
4991
+ minReadyInstanceRatio: 'number',
4992
+ minReadyInstances: 'number',
4993
+ scalingRuleMetric: 'string',
4994
+ scalingRuleName: 'string',
4995
+ scalingRuleTimer: 'string',
4744
4996
  };
4745
4997
  }
4746
4998
  }
4747
- exports.UpdateConfigMapRequest = UpdateConfigMapRequest;
4748
- class UpdateConfigMapResponseBody extends $tea.Model {
4999
+ exports.UpdateApplicationScalingRuleRequest = UpdateApplicationScalingRuleRequest;
5000
+ class UpdateApplicationScalingRuleResponseBody extends $tea.Model {
4749
5001
  constructor(map) {
4750
5002
  super(map);
4751
5003
  }
4752
5004
  static names() {
4753
5005
  return {
4754
- code: 'Code',
4755
5006
  data: 'Data',
4756
- errorCode: 'ErrorCode',
4757
- message: 'Message',
4758
5007
  requestId: 'RequestId',
4759
- success: 'Success',
4760
5008
  traceId: 'TraceId',
4761
5009
  };
4762
5010
  }
4763
5011
  static types() {
4764
5012
  return {
4765
- code: 'string',
4766
- data: UpdateConfigMapResponseBodyData,
4767
- errorCode: 'string',
4768
- message: 'string',
5013
+ data: UpdateApplicationScalingRuleResponseBodyData,
4769
5014
  requestId: 'string',
4770
- success: 'boolean',
4771
5015
  traceId: 'string',
4772
5016
  };
4773
5017
  }
4774
5018
  }
4775
- exports.UpdateConfigMapResponseBody = UpdateConfigMapResponseBody;
4776
- class UpdateConfigMapResponse extends $tea.Model {
5019
+ exports.UpdateApplicationScalingRuleResponseBody = UpdateApplicationScalingRuleResponseBody;
5020
+ class UpdateApplicationScalingRuleResponse extends $tea.Model {
4777
5021
  constructor(map) {
4778
5022
  super(map);
4779
5023
  }
4780
5024
  static names() {
4781
5025
  return {
4782
5026
  headers: 'headers',
5027
+ statusCode: 'statusCode',
4783
5028
  body: 'body',
4784
5029
  };
4785
5030
  }
4786
5031
  static types() {
4787
5032
  return {
4788
5033
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4789
- body: UpdateConfigMapResponseBody,
5034
+ statusCode: 'number',
5035
+ body: UpdateApplicationScalingRuleResponseBody,
4790
5036
  };
4791
5037
  }
4792
5038
  }
4793
- exports.UpdateConfigMapResponse = UpdateConfigMapResponse;
4794
- class UpdateGreyTagRouteRequest extends $tea.Model {
5039
+ exports.UpdateApplicationScalingRuleResponse = UpdateApplicationScalingRuleResponse;
5040
+ class UpdateApplicationVswitchesRequest extends $tea.Model {
4795
5041
  constructor(map) {
4796
5042
  super(map);
4797
5043
  }
4798
5044
  static names() {
4799
5045
  return {
4800
- description: 'Description',
4801
- dubboRules: 'DubboRules',
4802
- greyTagRouteId: 'GreyTagRouteId',
4803
- scRules: 'ScRules',
5046
+ appId: 'AppId',
5047
+ vSwitchId: 'VSwitchId',
4804
5048
  };
4805
5049
  }
4806
5050
  static types() {
4807
5051
  return {
4808
- description: 'string',
4809
- dubboRules: 'string',
4810
- greyTagRouteId: 'number',
4811
- scRules: 'string',
5052
+ appId: 'string',
5053
+ vSwitchId: 'string',
4812
5054
  };
4813
5055
  }
4814
5056
  }
4815
- exports.UpdateGreyTagRouteRequest = UpdateGreyTagRouteRequest;
4816
- class UpdateGreyTagRouteResponseBody extends $tea.Model {
5057
+ exports.UpdateApplicationVswitchesRequest = UpdateApplicationVswitchesRequest;
5058
+ class UpdateApplicationVswitchesResponseBody extends $tea.Model {
4817
5059
  constructor(map) {
4818
5060
  super(map);
4819
5061
  }
4820
5062
  static names() {
4821
5063
  return {
4822
5064
  code: 'Code',
4823
- data: 'Data',
4824
5065
  errorCode: 'ErrorCode',
4825
5066
  message: 'Message',
4826
5067
  requestId: 'RequestId',
@@ -4831,7 +5072,6 @@ class UpdateGreyTagRouteResponseBody extends $tea.Model {
4831
5072
  static types() {
4832
5073
  return {
4833
5074
  code: 'string',
4834
- data: UpdateGreyTagRouteResponseBodyData,
4835
5075
  errorCode: 'string',
4836
5076
  message: 'string',
4837
5077
  requestId: 'string',
@@ -4840,52 +5080,48 @@ class UpdateGreyTagRouteResponseBody extends $tea.Model {
4840
5080
  };
4841
5081
  }
4842
5082
  }
4843
- exports.UpdateGreyTagRouteResponseBody = UpdateGreyTagRouteResponseBody;
4844
- class UpdateGreyTagRouteResponse extends $tea.Model {
5083
+ exports.UpdateApplicationVswitchesResponseBody = UpdateApplicationVswitchesResponseBody;
5084
+ class UpdateApplicationVswitchesResponse extends $tea.Model {
4845
5085
  constructor(map) {
4846
5086
  super(map);
4847
5087
  }
4848
5088
  static names() {
4849
5089
  return {
4850
5090
  headers: 'headers',
5091
+ statusCode: 'statusCode',
4851
5092
  body: 'body',
4852
5093
  };
4853
5094
  }
4854
5095
  static types() {
4855
5096
  return {
4856
5097
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4857
- body: UpdateGreyTagRouteResponseBody,
5098
+ statusCode: 'number',
5099
+ body: UpdateApplicationVswitchesResponseBody,
4858
5100
  };
4859
5101
  }
4860
5102
  }
4861
- exports.UpdateGreyTagRouteResponse = UpdateGreyTagRouteResponse;
4862
- class UpdateIngressRequest extends $tea.Model {
5103
+ exports.UpdateApplicationVswitchesResponse = UpdateApplicationVswitchesResponse;
5104
+ class UpdateConfigMapRequest extends $tea.Model {
4863
5105
  constructor(map) {
4864
5106
  super(map);
4865
5107
  }
4866
5108
  static names() {
4867
5109
  return {
4868
- certId: 'CertId',
4869
- defaultRule: 'DefaultRule',
5110
+ configMapId: 'ConfigMapId',
5111
+ data: 'Data',
4870
5112
  description: 'Description',
4871
- ingressId: 'IngressId',
4872
- listenerPort: 'ListenerPort',
4873
- rules: 'Rules',
4874
5113
  };
4875
5114
  }
4876
5115
  static types() {
4877
5116
  return {
4878
- certId: 'string',
4879
- defaultRule: 'string',
5117
+ configMapId: 'number',
5118
+ data: 'string',
4880
5119
  description: 'string',
4881
- ingressId: 'number',
4882
- listenerPort: 'string',
4883
- rules: 'string',
4884
5120
  };
4885
5121
  }
4886
5122
  }
4887
- exports.UpdateIngressRequest = UpdateIngressRequest;
4888
- class UpdateIngressResponseBody extends $tea.Model {
5123
+ exports.UpdateConfigMapRequest = UpdateConfigMapRequest;
5124
+ class UpdateConfigMapResponseBody extends $tea.Model {
4889
5125
  constructor(map) {
4890
5126
  super(map);
4891
5127
  }
@@ -4903,7 +5139,7 @@ class UpdateIngressResponseBody extends $tea.Model {
4903
5139
  static types() {
4904
5140
  return {
4905
5141
  code: 'string',
4906
- data: UpdateIngressResponseBodyData,
5142
+ data: UpdateConfigMapResponseBodyData,
4907
5143
  errorCode: 'string',
4908
5144
  message: 'string',
4909
5145
  requestId: 'string',
@@ -4912,46 +5148,50 @@ class UpdateIngressResponseBody extends $tea.Model {
4912
5148
  };
4913
5149
  }
4914
5150
  }
4915
- exports.UpdateIngressResponseBody = UpdateIngressResponseBody;
4916
- class UpdateIngressResponse extends $tea.Model {
5151
+ exports.UpdateConfigMapResponseBody = UpdateConfigMapResponseBody;
5152
+ class UpdateConfigMapResponse extends $tea.Model {
4917
5153
  constructor(map) {
4918
5154
  super(map);
4919
5155
  }
4920
5156
  static names() {
4921
5157
  return {
4922
5158
  headers: 'headers',
5159
+ statusCode: 'statusCode',
4923
5160
  body: 'body',
4924
5161
  };
4925
5162
  }
4926
5163
  static types() {
4927
5164
  return {
4928
5165
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4929
- body: UpdateIngressResponseBody,
5166
+ statusCode: 'number',
5167
+ body: UpdateConfigMapResponseBody,
4930
5168
  };
4931
5169
  }
4932
5170
  }
4933
- exports.UpdateIngressResponse = UpdateIngressResponse;
4934
- class UpdateNamespaceRequest extends $tea.Model {
5171
+ exports.UpdateConfigMapResponse = UpdateConfigMapResponse;
5172
+ class UpdateGreyTagRouteRequest extends $tea.Model {
4935
5173
  constructor(map) {
4936
5174
  super(map);
4937
5175
  }
4938
5176
  static names() {
4939
5177
  return {
4940
- namespaceDescription: 'NamespaceDescription',
4941
- namespaceId: 'NamespaceId',
4942
- namespaceName: 'NamespaceName',
5178
+ description: 'Description',
5179
+ dubboRules: 'DubboRules',
5180
+ greyTagRouteId: 'GreyTagRouteId',
5181
+ scRules: 'ScRules',
4943
5182
  };
4944
5183
  }
4945
5184
  static types() {
4946
5185
  return {
4947
- namespaceDescription: 'string',
4948
- namespaceId: 'string',
4949
- namespaceName: 'string',
5186
+ description: 'string',
5187
+ dubboRules: 'string',
5188
+ greyTagRouteId: 'number',
5189
+ scRules: 'string',
4950
5190
  };
4951
5191
  }
4952
5192
  }
4953
- exports.UpdateNamespaceRequest = UpdateNamespaceRequest;
4954
- class UpdateNamespaceResponseBody extends $tea.Model {
5193
+ exports.UpdateGreyTagRouteRequest = UpdateGreyTagRouteRequest;
5194
+ class UpdateGreyTagRouteResponseBody extends $tea.Model {
4955
5195
  constructor(map) {
4956
5196
  super(map);
4957
5197
  }
@@ -4969,7 +5209,7 @@ class UpdateNamespaceResponseBody extends $tea.Model {
4969
5209
  static types() {
4970
5210
  return {
4971
5211
  code: 'string',
4972
- data: UpdateNamespaceResponseBodyData,
5212
+ data: UpdateGreyTagRouteResponseBodyData,
4973
5213
  errorCode: 'string',
4974
5214
  message: 'string',
4975
5215
  requestId: 'string',
@@ -4978,50 +5218,133 @@ class UpdateNamespaceResponseBody extends $tea.Model {
4978
5218
  };
4979
5219
  }
4980
5220
  }
4981
- exports.UpdateNamespaceResponseBody = UpdateNamespaceResponseBody;
4982
- class UpdateNamespaceResponse extends $tea.Model {
5221
+ exports.UpdateGreyTagRouteResponseBody = UpdateGreyTagRouteResponseBody;
5222
+ class UpdateGreyTagRouteResponse extends $tea.Model {
4983
5223
  constructor(map) {
4984
5224
  super(map);
4985
5225
  }
4986
5226
  static names() {
4987
5227
  return {
4988
5228
  headers: 'headers',
5229
+ statusCode: 'statusCode',
4989
5230
  body: 'body',
4990
5231
  };
4991
5232
  }
4992
5233
  static types() {
4993
5234
  return {
4994
5235
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4995
- body: UpdateNamespaceResponseBody,
5236
+ statusCode: 'number',
5237
+ body: UpdateGreyTagRouteResponseBody,
4996
5238
  };
4997
5239
  }
4998
5240
  }
4999
- exports.UpdateNamespaceResponse = UpdateNamespaceResponse;
5000
- class UpdateNamespaceVpcRequest extends $tea.Model {
5241
+ exports.UpdateGreyTagRouteResponse = UpdateGreyTagRouteResponse;
5242
+ class UpdateIngressRequest extends $tea.Model {
5243
+ constructor(map) {
5244
+ super(map);
5245
+ }
5246
+ static names() {
5247
+ return {
5248
+ certId: 'CertId',
5249
+ defaultRule: 'DefaultRule',
5250
+ description: 'Description',
5251
+ ingressId: 'IngressId',
5252
+ listenerPort: 'ListenerPort',
5253
+ listenerProtocol: 'ListenerProtocol',
5254
+ loadBalanceType: 'LoadBalanceType',
5255
+ rules: 'Rules',
5256
+ };
5257
+ }
5258
+ static types() {
5259
+ return {
5260
+ certId: 'string',
5261
+ defaultRule: 'string',
5262
+ description: 'string',
5263
+ ingressId: 'number',
5264
+ listenerPort: 'string',
5265
+ listenerProtocol: 'string',
5266
+ loadBalanceType: 'string',
5267
+ rules: 'string',
5268
+ };
5269
+ }
5270
+ }
5271
+ exports.UpdateIngressRequest = UpdateIngressRequest;
5272
+ class UpdateIngressResponseBody extends $tea.Model {
5273
+ constructor(map) {
5274
+ super(map);
5275
+ }
5276
+ static names() {
5277
+ return {
5278
+ code: 'Code',
5279
+ data: 'Data',
5280
+ errorCode: 'ErrorCode',
5281
+ message: 'Message',
5282
+ requestId: 'RequestId',
5283
+ success: 'Success',
5284
+ traceId: 'TraceId',
5285
+ };
5286
+ }
5287
+ static types() {
5288
+ return {
5289
+ code: 'string',
5290
+ data: UpdateIngressResponseBodyData,
5291
+ errorCode: 'string',
5292
+ message: 'string',
5293
+ requestId: 'string',
5294
+ success: 'boolean',
5295
+ traceId: 'string',
5296
+ };
5297
+ }
5298
+ }
5299
+ exports.UpdateIngressResponseBody = UpdateIngressResponseBody;
5300
+ class UpdateIngressResponse extends $tea.Model {
5301
+ constructor(map) {
5302
+ super(map);
5303
+ }
5304
+ static names() {
5305
+ return {
5306
+ headers: 'headers',
5307
+ statusCode: 'statusCode',
5308
+ body: 'body',
5309
+ };
5310
+ }
5311
+ static types() {
5312
+ return {
5313
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5314
+ statusCode: 'number',
5315
+ body: UpdateIngressResponseBody,
5316
+ };
5317
+ }
5318
+ }
5319
+ exports.UpdateIngressResponse = UpdateIngressResponse;
5320
+ class UpdateNamespaceRequest extends $tea.Model {
5001
5321
  constructor(map) {
5002
5322
  super(map);
5003
5323
  }
5004
5324
  static names() {
5005
5325
  return {
5326
+ namespaceDescription: 'NamespaceDescription',
5006
5327
  namespaceId: 'NamespaceId',
5007
- vpcId: 'VpcId',
5328
+ namespaceName: 'NamespaceName',
5008
5329
  };
5009
5330
  }
5010
5331
  static types() {
5011
5332
  return {
5333
+ namespaceDescription: 'string',
5012
5334
  namespaceId: 'string',
5013
- vpcId: 'string',
5335
+ namespaceName: 'string',
5014
5336
  };
5015
5337
  }
5016
5338
  }
5017
- exports.UpdateNamespaceVpcRequest = UpdateNamespaceVpcRequest;
5018
- class UpdateNamespaceVpcResponseBody extends $tea.Model {
5339
+ exports.UpdateNamespaceRequest = UpdateNamespaceRequest;
5340
+ class UpdateNamespaceResponseBody extends $tea.Model {
5019
5341
  constructor(map) {
5020
5342
  super(map);
5021
5343
  }
5022
5344
  static names() {
5023
5345
  return {
5024
5346
  code: 'Code',
5347
+ data: 'Data',
5025
5348
  errorCode: 'ErrorCode',
5026
5349
  message: 'Message',
5027
5350
  requestId: 'RequestId',
@@ -5032,6 +5355,7 @@ class UpdateNamespaceVpcResponseBody extends $tea.Model {
5032
5355
  static types() {
5033
5356
  return {
5034
5357
  code: 'string',
5358
+ data: UpdateNamespaceResponseBodyData,
5035
5359
  errorCode: 'string',
5036
5360
  message: 'string',
5037
5361
  requestId: 'string',
@@ -5040,55 +5364,52 @@ class UpdateNamespaceVpcResponseBody extends $tea.Model {
5040
5364
  };
5041
5365
  }
5042
5366
  }
5043
- exports.UpdateNamespaceVpcResponseBody = UpdateNamespaceVpcResponseBody;
5044
- class UpdateNamespaceVpcResponse extends $tea.Model {
5367
+ exports.UpdateNamespaceResponseBody = UpdateNamespaceResponseBody;
5368
+ class UpdateNamespaceResponse extends $tea.Model {
5045
5369
  constructor(map) {
5046
5370
  super(map);
5047
5371
  }
5048
5372
  static names() {
5049
5373
  return {
5050
5374
  headers: 'headers',
5375
+ statusCode: 'statusCode',
5051
5376
  body: 'body',
5052
5377
  };
5053
5378
  }
5054
5379
  static types() {
5055
5380
  return {
5056
5381
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5057
- body: UpdateNamespaceVpcResponseBody,
5382
+ statusCode: 'number',
5383
+ body: UpdateNamespaceResponseBody,
5058
5384
  };
5059
5385
  }
5060
5386
  }
5061
- exports.UpdateNamespaceVpcResponse = UpdateNamespaceVpcResponse;
5062
- class UploadFilesRequest extends $tea.Model {
5387
+ exports.UpdateNamespaceResponse = UpdateNamespaceResponse;
5388
+ class UpdateNamespaceVpcRequest extends $tea.Model {
5063
5389
  constructor(map) {
5064
5390
  super(map);
5065
5391
  }
5066
5392
  static names() {
5067
5393
  return {
5068
- appId: 'AppId',
5069
- cloudUrl: 'CloudUrl',
5070
- instanceId: 'InstanceId',
5071
- localpath: 'Localpath',
5394
+ namespaceId: 'NamespaceId',
5395
+ vpcId: 'VpcId',
5072
5396
  };
5073
5397
  }
5074
5398
  static types() {
5075
5399
  return {
5076
- appId: 'string',
5077
- cloudUrl: 'string',
5078
- instanceId: 'string',
5079
- localpath: 'string',
5400
+ namespaceId: 'string',
5401
+ vpcId: 'string',
5080
5402
  };
5081
5403
  }
5082
5404
  }
5083
- exports.UploadFilesRequest = UploadFilesRequest;
5084
- class UploadFilesResponseBody extends $tea.Model {
5405
+ exports.UpdateNamespaceVpcRequest = UpdateNamespaceVpcRequest;
5406
+ class UpdateNamespaceVpcResponseBody extends $tea.Model {
5085
5407
  constructor(map) {
5086
5408
  super(map);
5087
5409
  }
5088
5410
  static names() {
5089
5411
  return {
5090
5412
  code: 'Code',
5091
- data: 'Data',
5092
5413
  errorCode: 'ErrorCode',
5093
5414
  message: 'Message',
5094
5415
  requestId: 'RequestId',
@@ -5099,7 +5420,6 @@ class UploadFilesResponseBody extends $tea.Model {
5099
5420
  static types() {
5100
5421
  return {
5101
5422
  code: 'string',
5102
- data: 'string',
5103
5423
  errorCode: 'string',
5104
5424
  message: 'string',
5105
5425
  requestId: 'string',
@@ -5108,25 +5428,27 @@ class UploadFilesResponseBody extends $tea.Model {
5108
5428
  };
5109
5429
  }
5110
5430
  }
5111
- exports.UploadFilesResponseBody = UploadFilesResponseBody;
5112
- class UploadFilesResponse extends $tea.Model {
5431
+ exports.UpdateNamespaceVpcResponseBody = UpdateNamespaceVpcResponseBody;
5432
+ class UpdateNamespaceVpcResponse extends $tea.Model {
5113
5433
  constructor(map) {
5114
5434
  super(map);
5115
5435
  }
5116
5436
  static names() {
5117
5437
  return {
5118
5438
  headers: 'headers',
5439
+ statusCode: 'statusCode',
5119
5440
  body: 'body',
5120
5441
  };
5121
5442
  }
5122
5443
  static types() {
5123
5444
  return {
5124
5445
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5125
- body: UploadFilesResponseBody,
5446
+ statusCode: 'number',
5447
+ body: UpdateNamespaceVpcResponseBody,
5126
5448
  };
5127
5449
  }
5128
5450
  }
5129
- exports.UploadFilesResponse = UploadFilesResponse;
5451
+ exports.UpdateNamespaceVpcResponse = UpdateNamespaceVpcResponse;
5130
5452
  class AbortAndRollbackChangeOrderResponseBodyData extends $tea.Model {
5131
5453
  constructor(map) {
5132
5454
  super(map);
@@ -5241,6 +5563,44 @@ class CreateApplicationResponseBodyData extends $tea.Model {
5241
5563
  }
5242
5564
  }
5243
5565
  exports.CreateApplicationResponseBodyData = CreateApplicationResponseBodyData;
5566
+ class CreateApplicationScalingRuleResponseBodyDataMetricMetrics extends $tea.Model {
5567
+ constructor(map) {
5568
+ super(map);
5569
+ }
5570
+ static names() {
5571
+ return {
5572
+ metricTargetAverageUtilization: 'MetricTargetAverageUtilization',
5573
+ metricType: 'MetricType',
5574
+ };
5575
+ }
5576
+ static types() {
5577
+ return {
5578
+ metricTargetAverageUtilization: 'number',
5579
+ metricType: 'string',
5580
+ };
5581
+ }
5582
+ }
5583
+ exports.CreateApplicationScalingRuleResponseBodyDataMetricMetrics = CreateApplicationScalingRuleResponseBodyDataMetricMetrics;
5584
+ class CreateApplicationScalingRuleResponseBodyDataMetric extends $tea.Model {
5585
+ constructor(map) {
5586
+ super(map);
5587
+ }
5588
+ static names() {
5589
+ return {
5590
+ maxReplicas: 'MaxReplicas',
5591
+ metrics: 'Metrics',
5592
+ minReplicas: 'MinReplicas',
5593
+ };
5594
+ }
5595
+ static types() {
5596
+ return {
5597
+ maxReplicas: 'number',
5598
+ metrics: { 'type': 'array', 'itemType': CreateApplicationScalingRuleResponseBodyDataMetricMetrics },
5599
+ minReplicas: 'number',
5600
+ };
5601
+ }
5602
+ }
5603
+ exports.CreateApplicationScalingRuleResponseBodyDataMetric = CreateApplicationScalingRuleResponseBodyDataMetric;
5244
5604
  class CreateApplicationScalingRuleResponseBodyDataTimerSchedules extends $tea.Model {
5245
5605
  constructor(map) {
5246
5606
  super(map);
@@ -5289,6 +5649,8 @@ class CreateApplicationScalingRuleResponseBodyData extends $tea.Model {
5289
5649
  return {
5290
5650
  appId: 'AppId',
5291
5651
  createTime: 'CreateTime',
5652
+ lastDisableTime: 'LastDisableTime',
5653
+ metric: 'Metric',
5292
5654
  scaleRuleEnabled: 'ScaleRuleEnabled',
5293
5655
  scaleRuleName: 'ScaleRuleName',
5294
5656
  scaleRuleType: 'ScaleRuleType',
@@ -5300,6 +5662,8 @@ class CreateApplicationScalingRuleResponseBodyData extends $tea.Model {
5300
5662
  return {
5301
5663
  appId: 'string',
5302
5664
  createTime: 'number',
5665
+ lastDisableTime: 'number',
5666
+ metric: CreateApplicationScalingRuleResponseBodyDataMetric,
5303
5667
  scaleRuleEnabled: 'boolean',
5304
5668
  scaleRuleName: 'string',
5305
5669
  scaleRuleType: 'string',
@@ -5636,6 +6000,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
5636
6000
  static names() {
5637
6001
  return {
5638
6002
  acrAssumeRoleArn: 'AcrAssumeRoleArn',
6003
+ acrInstanceId: 'AcrInstanceId',
5639
6004
  appDescription: 'AppDescription',
5640
6005
  appId: 'AppId',
5641
6006
  appName: 'AppName',
@@ -5654,8 +6019,10 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
5654
6019
  jarStartArgs: 'JarStartArgs',
5655
6020
  jarStartOptions: 'JarStartOptions',
5656
6021
  jdk: 'Jdk',
6022
+ kafkaConfigs: 'KafkaConfigs',
5657
6023
  liveness: 'Liveness',
5658
6024
  memory: 'Memory',
6025
+ minReadyInstanceRatio: 'MinReadyInstanceRatio',
5659
6026
  minReadyInstances: 'MinReadyInstances',
5660
6027
  mountDesc: 'MountDesc',
5661
6028
  mountHost: 'MountHost',
@@ -5673,6 +6040,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
5673
6040
  phpConfigLocation: 'PhpConfigLocation',
5674
6041
  postStart: 'PostStart',
5675
6042
  preStop: 'PreStop',
6043
+ programmingLanguage: 'ProgrammingLanguage',
5676
6044
  readiness: 'Readiness',
5677
6045
  regionId: 'RegionId',
5678
6046
  replicas: 'Replicas',
@@ -5692,6 +6060,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
5692
6060
  static types() {
5693
6061
  return {
5694
6062
  acrAssumeRoleArn: 'string',
6063
+ acrInstanceId: 'string',
5695
6064
  appDescription: 'string',
5696
6065
  appId: 'string',
5697
6066
  appName: 'string',
@@ -5710,8 +6079,10 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
5710
6079
  jarStartArgs: 'string',
5711
6080
  jarStartOptions: 'string',
5712
6081
  jdk: 'string',
6082
+ kafkaConfigs: 'string',
5713
6083
  liveness: 'string',
5714
6084
  memory: 'number',
6085
+ minReadyInstanceRatio: 'number',
5715
6086
  minReadyInstances: 'number',
5716
6087
  mountDesc: { 'type': 'array', 'itemType': DescribeApplicationConfigResponseBodyDataMountDesc },
5717
6088
  mountHost: 'string',
@@ -5729,6 +6100,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
5729
6100
  phpConfigLocation: 'string',
5730
6101
  postStart: 'string',
5731
6102
  preStop: 'string',
6103
+ programmingLanguage: 'string',
5732
6104
  readiness: 'string',
5733
6105
  regionId: 'string',
5734
6106
  replicas: 'number',
@@ -5823,6 +6195,7 @@ class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.Model {
5823
6195
  return {
5824
6196
  createTimeStamp: 'CreateTimeStamp',
5825
6197
  eip: 'Eip',
6198
+ finishTimeStamp: 'FinishTimeStamp',
5826
6199
  groupId: 'GroupId',
5827
6200
  imageUrl: 'ImageUrl',
5828
6201
  instanceContainerIp: 'InstanceContainerIp',
@@ -5838,6 +6211,7 @@ class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.Model {
5838
6211
  return {
5839
6212
  createTimeStamp: 'number',
5840
6213
  eip: 'string',
6214
+ finishTimeStamp: 'number',
5841
6215
  groupId: 'string',
5842
6216
  imageUrl: 'string',
5843
6217
  instanceContainerIp: 'string',
@@ -5873,122 +6247,502 @@ class DescribeApplicationInstancesResponseBodyData extends $tea.Model {
5873
6247
  }
5874
6248
  }
5875
6249
  exports.DescribeApplicationInstancesResponseBodyData = DescribeApplicationInstancesResponseBodyData;
5876
- class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesTimerSchedules extends $tea.Model {
6250
+ class DescribeApplicationScalingRuleResponseBodyDataMetricMetrics extends $tea.Model {
5877
6251
  constructor(map) {
5878
6252
  super(map);
5879
6253
  }
5880
6254
  static names() {
5881
6255
  return {
5882
- atTime: 'AtTime',
5883
- maxReplicas: 'MaxReplicas',
5884
- minReplicas: 'MinReplicas',
5885
- targetReplicas: 'TargetReplicas',
6256
+ metricTargetAverageUtilization: 'MetricTargetAverageUtilization',
6257
+ metricType: 'MetricType',
5886
6258
  };
5887
6259
  }
5888
6260
  static types() {
5889
6261
  return {
5890
- atTime: 'string',
5891
- maxReplicas: 'number',
5892
- minReplicas: 'number',
5893
- targetReplicas: 'number',
6262
+ metricTargetAverageUtilization: 'number',
6263
+ metricType: 'string',
5894
6264
  };
5895
6265
  }
5896
6266
  }
5897
- exports.DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesTimerSchedules = DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesTimerSchedules;
5898
- class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesTimer extends $tea.Model {
6267
+ exports.DescribeApplicationScalingRuleResponseBodyDataMetricMetrics = DescribeApplicationScalingRuleResponseBodyDataMetricMetrics;
6268
+ class DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusCurrentMetrics extends $tea.Model {
5899
6269
  constructor(map) {
5900
6270
  super(map);
5901
6271
  }
5902
6272
  static names() {
5903
6273
  return {
5904
- beginDate: 'BeginDate',
5905
- endDate: 'EndDate',
5906
- period: 'Period',
5907
- schedules: 'Schedules',
6274
+ currentValue: 'CurrentValue',
6275
+ name: 'Name',
6276
+ type: 'Type',
5908
6277
  };
5909
6278
  }
5910
6279
  static types() {
5911
6280
  return {
5912
- beginDate: 'string',
5913
- endDate: 'string',
5914
- period: 'string',
5915
- schedules: { 'type': 'array', 'itemType': DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesTimerSchedules },
6281
+ currentValue: 'number',
6282
+ name: 'string',
6283
+ type: 'string',
5916
6284
  };
5917
6285
  }
5918
6286
  }
5919
- exports.DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesTimer = DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesTimer;
5920
- class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRules extends $tea.Model {
6287
+ exports.DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusCurrentMetrics = DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusCurrentMetrics;
6288
+ class DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusNextScaleMetrics extends $tea.Model {
5921
6289
  constructor(map) {
5922
6290
  super(map);
5923
6291
  }
5924
6292
  static names() {
5925
6293
  return {
5926
- appId: 'AppId',
5927
- createTime: 'CreateTime',
5928
- scaleRuleEnabled: 'ScaleRuleEnabled',
5929
- scaleRuleName: 'ScaleRuleName',
5930
- scaleRuleType: 'ScaleRuleType',
5931
- timer: 'Timer',
5932
- updateTime: 'UpdateTime',
6294
+ name: 'Name',
6295
+ nextScaleInAverageUtilization: 'NextScaleInAverageUtilization',
6296
+ nextScaleOutAverageUtilization: 'NextScaleOutAverageUtilization',
5933
6297
  };
5934
6298
  }
5935
6299
  static types() {
5936
6300
  return {
5937
- appId: 'string',
5938
- createTime: 'number',
5939
- scaleRuleEnabled: 'boolean',
5940
- scaleRuleName: 'string',
5941
- scaleRuleType: 'string',
5942
- timer: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesTimer,
5943
- updateTime: 'number',
6301
+ name: 'string',
6302
+ nextScaleInAverageUtilization: 'number',
6303
+ nextScaleOutAverageUtilization: 'number',
5944
6304
  };
5945
6305
  }
5946
6306
  }
5947
- exports.DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRules = DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRules;
5948
- class DescribeApplicationScalingRulesResponseBodyData extends $tea.Model {
6307
+ exports.DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusNextScaleMetrics = DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusNextScaleMetrics;
6308
+ class DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatus extends $tea.Model {
5949
6309
  constructor(map) {
5950
6310
  super(map);
5951
6311
  }
5952
6312
  static names() {
5953
6313
  return {
5954
- applicationScalingRules: 'ApplicationScalingRules',
5955
- currentPage: 'CurrentPage',
5956
- pageSize: 'PageSize',
5957
- totalSize: 'TotalSize',
6314
+ currentMetrics: 'CurrentMetrics',
6315
+ currentReplicas: 'CurrentReplicas',
6316
+ desiredReplicas: 'DesiredReplicas',
6317
+ lastScaleTime: 'LastScaleTime',
6318
+ nextScaleMetrics: 'NextScaleMetrics',
6319
+ nextScaleTimePeriod: 'NextScaleTimePeriod',
5958
6320
  };
5959
6321
  }
5960
6322
  static types() {
5961
6323
  return {
5962
- applicationScalingRules: { 'type': 'array', 'itemType': DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRules },
5963
- currentPage: 'number',
5964
- pageSize: 'number',
5965
- totalSize: 'number',
6324
+ currentMetrics: { 'type': 'array', 'itemType': DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusCurrentMetrics },
6325
+ currentReplicas: 'number',
6326
+ desiredReplicas: 'number',
6327
+ lastScaleTime: 'string',
6328
+ nextScaleMetrics: { 'type': 'array', 'itemType': DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusNextScaleMetrics },
6329
+ nextScaleTimePeriod: 'number',
5966
6330
  };
5967
6331
  }
5968
6332
  }
5969
- exports.DescribeApplicationScalingRulesResponseBodyData = DescribeApplicationScalingRulesResponseBodyData;
5970
- class DescribeApplicationSlbsResponseBodyDataInternet extends $tea.Model {
6333
+ exports.DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatus = DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatus;
6334
+ class DescribeApplicationScalingRuleResponseBodyDataMetricScaleDownRules extends $tea.Model {
5971
6335
  constructor(map) {
5972
6336
  super(map);
5973
6337
  }
5974
6338
  static names() {
5975
6339
  return {
5976
- httpsCertId: 'HttpsCertId',
5977
- port: 'Port',
5978
- protocol: 'Protocol',
5979
- targetPort: 'TargetPort',
6340
+ disabled: 'Disabled',
6341
+ stabilizationWindowSeconds: 'StabilizationWindowSeconds',
6342
+ step: 'Step',
5980
6343
  };
5981
6344
  }
5982
6345
  static types() {
5983
6346
  return {
5984
- httpsCertId: 'string',
5985
- port: 'number',
5986
- protocol: 'string',
5987
- targetPort: 'number',
6347
+ disabled: 'boolean',
6348
+ stabilizationWindowSeconds: 'number',
6349
+ step: 'number',
5988
6350
  };
5989
6351
  }
5990
6352
  }
5991
- exports.DescribeApplicationSlbsResponseBodyDataInternet = DescribeApplicationSlbsResponseBodyDataInternet;
6353
+ exports.DescribeApplicationScalingRuleResponseBodyDataMetricScaleDownRules = DescribeApplicationScalingRuleResponseBodyDataMetricScaleDownRules;
6354
+ class DescribeApplicationScalingRuleResponseBodyDataMetricScaleUpRules extends $tea.Model {
6355
+ constructor(map) {
6356
+ super(map);
6357
+ }
6358
+ static names() {
6359
+ return {
6360
+ disabled: 'Disabled',
6361
+ stabilizationWindowSeconds: 'StabilizationWindowSeconds',
6362
+ step: 'Step',
6363
+ };
6364
+ }
6365
+ static types() {
6366
+ return {
6367
+ disabled: 'boolean',
6368
+ stabilizationWindowSeconds: 'number',
6369
+ step: 'number',
6370
+ };
6371
+ }
6372
+ }
6373
+ exports.DescribeApplicationScalingRuleResponseBodyDataMetricScaleUpRules = DescribeApplicationScalingRuleResponseBodyDataMetricScaleUpRules;
6374
+ class DescribeApplicationScalingRuleResponseBodyDataMetric extends $tea.Model {
6375
+ constructor(map) {
6376
+ super(map);
6377
+ }
6378
+ static names() {
6379
+ return {
6380
+ maxReplicas: 'MaxReplicas',
6381
+ metrics: 'Metrics',
6382
+ metricsStatus: 'MetricsStatus',
6383
+ minReplicas: 'MinReplicas',
6384
+ scaleDownRules: 'ScaleDownRules',
6385
+ scaleUpRules: 'ScaleUpRules',
6386
+ };
6387
+ }
6388
+ static types() {
6389
+ return {
6390
+ maxReplicas: 'number',
6391
+ metrics: { 'type': 'array', 'itemType': DescribeApplicationScalingRuleResponseBodyDataMetricMetrics },
6392
+ metricsStatus: DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatus,
6393
+ minReplicas: 'number',
6394
+ scaleDownRules: DescribeApplicationScalingRuleResponseBodyDataMetricScaleDownRules,
6395
+ scaleUpRules: DescribeApplicationScalingRuleResponseBodyDataMetricScaleUpRules,
6396
+ };
6397
+ }
6398
+ }
6399
+ exports.DescribeApplicationScalingRuleResponseBodyDataMetric = DescribeApplicationScalingRuleResponseBodyDataMetric;
6400
+ class DescribeApplicationScalingRuleResponseBodyDataTimerSchedules extends $tea.Model {
6401
+ constructor(map) {
6402
+ super(map);
6403
+ }
6404
+ static names() {
6405
+ return {
6406
+ atTime: 'AtTime',
6407
+ targetReplicas: 'TargetReplicas',
6408
+ };
6409
+ }
6410
+ static types() {
6411
+ return {
6412
+ atTime: 'string',
6413
+ targetReplicas: 'number',
6414
+ };
6415
+ }
6416
+ }
6417
+ exports.DescribeApplicationScalingRuleResponseBodyDataTimerSchedules = DescribeApplicationScalingRuleResponseBodyDataTimerSchedules;
6418
+ class DescribeApplicationScalingRuleResponseBodyDataTimer extends $tea.Model {
6419
+ constructor(map) {
6420
+ super(map);
6421
+ }
6422
+ static names() {
6423
+ return {
6424
+ beginDate: 'BeginDate',
6425
+ endDate: 'EndDate',
6426
+ period: 'Period',
6427
+ schedules: 'Schedules',
6428
+ };
6429
+ }
6430
+ static types() {
6431
+ return {
6432
+ beginDate: 'string',
6433
+ endDate: 'string',
6434
+ period: 'string',
6435
+ schedules: { 'type': 'array', 'itemType': DescribeApplicationScalingRuleResponseBodyDataTimerSchedules },
6436
+ };
6437
+ }
6438
+ }
6439
+ exports.DescribeApplicationScalingRuleResponseBodyDataTimer = DescribeApplicationScalingRuleResponseBodyDataTimer;
6440
+ class DescribeApplicationScalingRuleResponseBodyData extends $tea.Model {
6441
+ constructor(map) {
6442
+ super(map);
6443
+ }
6444
+ static names() {
6445
+ return {
6446
+ appId: 'AppId',
6447
+ createTime: 'CreateTime',
6448
+ lastDisableTime: 'LastDisableTime',
6449
+ metric: 'Metric',
6450
+ scaleRuleEnabled: 'ScaleRuleEnabled',
6451
+ scaleRuleName: 'ScaleRuleName',
6452
+ scaleRuleType: 'ScaleRuleType',
6453
+ timer: 'Timer',
6454
+ updateTime: 'UpdateTime',
6455
+ };
6456
+ }
6457
+ static types() {
6458
+ return {
6459
+ appId: 'string',
6460
+ createTime: 'number',
6461
+ lastDisableTime: 'number',
6462
+ metric: DescribeApplicationScalingRuleResponseBodyDataMetric,
6463
+ scaleRuleEnabled: 'boolean',
6464
+ scaleRuleName: 'string',
6465
+ scaleRuleType: 'string',
6466
+ timer: DescribeApplicationScalingRuleResponseBodyDataTimer,
6467
+ updateTime: 'number',
6468
+ };
6469
+ }
6470
+ }
6471
+ exports.DescribeApplicationScalingRuleResponseBodyData = DescribeApplicationScalingRuleResponseBodyData;
6472
+ class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetrics extends $tea.Model {
6473
+ constructor(map) {
6474
+ super(map);
6475
+ }
6476
+ static names() {
6477
+ return {
6478
+ metricTargetAverageUtilization: 'MetricTargetAverageUtilization',
6479
+ metricType: 'MetricType',
6480
+ };
6481
+ }
6482
+ static types() {
6483
+ return {
6484
+ metricTargetAverageUtilization: 'number',
6485
+ metricType: 'string',
6486
+ };
6487
+ }
6488
+ }
6489
+ exports.DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetrics = DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetrics;
6490
+ class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusCurrentMetrics extends $tea.Model {
6491
+ constructor(map) {
6492
+ super(map);
6493
+ }
6494
+ static names() {
6495
+ return {
6496
+ currentValue: 'CurrentValue',
6497
+ name: 'Name',
6498
+ type: 'Type',
6499
+ };
6500
+ }
6501
+ static types() {
6502
+ return {
6503
+ currentValue: 'number',
6504
+ name: 'string',
6505
+ type: 'string',
6506
+ };
6507
+ }
6508
+ }
6509
+ exports.DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusCurrentMetrics = DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusCurrentMetrics;
6510
+ class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusNextScaleMetrics extends $tea.Model {
6511
+ constructor(map) {
6512
+ super(map);
6513
+ }
6514
+ static names() {
6515
+ return {
6516
+ name: 'Name',
6517
+ nextScaleInAverageUtilization: 'NextScaleInAverageUtilization',
6518
+ nextScaleOutAverageUtilization: 'NextScaleOutAverageUtilization',
6519
+ };
6520
+ }
6521
+ static types() {
6522
+ return {
6523
+ name: 'string',
6524
+ nextScaleInAverageUtilization: 'number',
6525
+ nextScaleOutAverageUtilization: 'number',
6526
+ };
6527
+ }
6528
+ }
6529
+ exports.DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusNextScaleMetrics = DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusNextScaleMetrics;
6530
+ class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatus extends $tea.Model {
6531
+ constructor(map) {
6532
+ super(map);
6533
+ }
6534
+ static names() {
6535
+ return {
6536
+ currentMetrics: 'CurrentMetrics',
6537
+ currentReplicas: 'CurrentReplicas',
6538
+ desiredReplicas: 'DesiredReplicas',
6539
+ lastScaleTime: 'LastScaleTime',
6540
+ maxReplicas: 'MaxReplicas',
6541
+ minReplicas: 'MinReplicas',
6542
+ nextScaleMetrics: 'NextScaleMetrics',
6543
+ nextScaleTimePeriod: 'NextScaleTimePeriod',
6544
+ };
6545
+ }
6546
+ static types() {
6547
+ return {
6548
+ currentMetrics: { 'type': 'array', 'itemType': DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusCurrentMetrics },
6549
+ currentReplicas: 'number',
6550
+ desiredReplicas: 'number',
6551
+ lastScaleTime: 'string',
6552
+ maxReplicas: 'number',
6553
+ minReplicas: 'number',
6554
+ nextScaleMetrics: { 'type': 'array', 'itemType': DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusNextScaleMetrics },
6555
+ nextScaleTimePeriod: 'number',
6556
+ };
6557
+ }
6558
+ }
6559
+ exports.DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatus = DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatus;
6560
+ class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleDownRules extends $tea.Model {
6561
+ constructor(map) {
6562
+ super(map);
6563
+ }
6564
+ static names() {
6565
+ return {
6566
+ disabled: 'Disabled',
6567
+ stabilizationWindowSeconds: 'StabilizationWindowSeconds',
6568
+ step: 'Step',
6569
+ };
6570
+ }
6571
+ static types() {
6572
+ return {
6573
+ disabled: 'boolean',
6574
+ stabilizationWindowSeconds: 'number',
6575
+ step: 'number',
6576
+ };
6577
+ }
6578
+ }
6579
+ exports.DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleDownRules = DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleDownRules;
6580
+ class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleUpRules extends $tea.Model {
6581
+ constructor(map) {
6582
+ super(map);
6583
+ }
6584
+ static names() {
6585
+ return {
6586
+ disabled: 'Disabled',
6587
+ stabilizationWindowSeconds: 'StabilizationWindowSeconds',
6588
+ step: 'Step',
6589
+ };
6590
+ }
6591
+ static types() {
6592
+ return {
6593
+ disabled: 'boolean',
6594
+ stabilizationWindowSeconds: 'number',
6595
+ step: 'number',
6596
+ };
6597
+ }
6598
+ }
6599
+ exports.DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleUpRules = DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleUpRules;
6600
+ class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetric extends $tea.Model {
6601
+ constructor(map) {
6602
+ super(map);
6603
+ }
6604
+ static names() {
6605
+ return {
6606
+ maxReplicas: 'MaxReplicas',
6607
+ metrics: 'Metrics',
6608
+ metricsStatus: 'MetricsStatus',
6609
+ minReplicas: 'MinReplicas',
6610
+ scaleDownRules: 'ScaleDownRules',
6611
+ scaleUpRules: 'ScaleUpRules',
6612
+ };
6613
+ }
6614
+ static types() {
6615
+ return {
6616
+ maxReplicas: 'number',
6617
+ metrics: { 'type': 'array', 'itemType': DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetrics },
6618
+ metricsStatus: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatus,
6619
+ minReplicas: 'number',
6620
+ scaleDownRules: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleDownRules,
6621
+ scaleUpRules: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleUpRules,
6622
+ };
6623
+ }
6624
+ }
6625
+ exports.DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetric = DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetric;
6626
+ class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesTimerSchedules extends $tea.Model {
6627
+ constructor(map) {
6628
+ super(map);
6629
+ }
6630
+ static names() {
6631
+ return {
6632
+ atTime: 'AtTime',
6633
+ maxReplicas: 'MaxReplicas',
6634
+ minReplicas: 'MinReplicas',
6635
+ targetReplicas: 'TargetReplicas',
6636
+ };
6637
+ }
6638
+ static types() {
6639
+ return {
6640
+ atTime: 'string',
6641
+ maxReplicas: 'number',
6642
+ minReplicas: 'number',
6643
+ targetReplicas: 'number',
6644
+ };
6645
+ }
6646
+ }
6647
+ exports.DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesTimerSchedules = DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesTimerSchedules;
6648
+ class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesTimer extends $tea.Model {
6649
+ constructor(map) {
6650
+ super(map);
6651
+ }
6652
+ static names() {
6653
+ return {
6654
+ beginDate: 'BeginDate',
6655
+ endDate: 'EndDate',
6656
+ period: 'Period',
6657
+ schedules: 'Schedules',
6658
+ };
6659
+ }
6660
+ static types() {
6661
+ return {
6662
+ beginDate: 'string',
6663
+ endDate: 'string',
6664
+ period: 'string',
6665
+ schedules: { 'type': 'array', 'itemType': DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesTimerSchedules },
6666
+ };
6667
+ }
6668
+ }
6669
+ exports.DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesTimer = DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesTimer;
6670
+ class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRules extends $tea.Model {
6671
+ constructor(map) {
6672
+ super(map);
6673
+ }
6674
+ static names() {
6675
+ return {
6676
+ appId: 'AppId',
6677
+ createTime: 'CreateTime',
6678
+ lastDisableTime: 'LastDisableTime',
6679
+ metric: 'Metric',
6680
+ scaleRuleEnabled: 'ScaleRuleEnabled',
6681
+ scaleRuleName: 'ScaleRuleName',
6682
+ scaleRuleType: 'ScaleRuleType',
6683
+ timer: 'Timer',
6684
+ updateTime: 'UpdateTime',
6685
+ };
6686
+ }
6687
+ static types() {
6688
+ return {
6689
+ appId: 'string',
6690
+ createTime: 'number',
6691
+ lastDisableTime: 'number',
6692
+ metric: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetric,
6693
+ scaleRuleEnabled: 'boolean',
6694
+ scaleRuleName: 'string',
6695
+ scaleRuleType: 'string',
6696
+ timer: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesTimer,
6697
+ updateTime: 'number',
6698
+ };
6699
+ }
6700
+ }
6701
+ exports.DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRules = DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRules;
6702
+ class DescribeApplicationScalingRulesResponseBodyData extends $tea.Model {
6703
+ constructor(map) {
6704
+ super(map);
6705
+ }
6706
+ static names() {
6707
+ return {
6708
+ applicationScalingRules: 'ApplicationScalingRules',
6709
+ currentPage: 'CurrentPage',
6710
+ pageSize: 'PageSize',
6711
+ totalSize: 'TotalSize',
6712
+ };
6713
+ }
6714
+ static types() {
6715
+ return {
6716
+ applicationScalingRules: { 'type': 'array', 'itemType': DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRules },
6717
+ currentPage: 'number',
6718
+ pageSize: 'number',
6719
+ totalSize: 'number',
6720
+ };
6721
+ }
6722
+ }
6723
+ exports.DescribeApplicationScalingRulesResponseBodyData = DescribeApplicationScalingRulesResponseBodyData;
6724
+ class DescribeApplicationSlbsResponseBodyDataInternet extends $tea.Model {
6725
+ constructor(map) {
6726
+ super(map);
6727
+ }
6728
+ static names() {
6729
+ return {
6730
+ httpsCertId: 'HttpsCertId',
6731
+ port: 'Port',
6732
+ protocol: 'Protocol',
6733
+ targetPort: 'TargetPort',
6734
+ };
6735
+ }
6736
+ static types() {
6737
+ return {
6738
+ httpsCertId: 'string',
6739
+ port: 'number',
6740
+ protocol: 'string',
6741
+ targetPort: 'number',
6742
+ };
6743
+ }
6744
+ }
6745
+ exports.DescribeApplicationSlbsResponseBodyDataInternet = DescribeApplicationSlbsResponseBodyDataInternet;
5992
6746
  class DescribeApplicationSlbsResponseBodyDataIntranet extends $tea.Model {
5993
6747
  constructor(map) {
5994
6748
  super(map);
@@ -6049,6 +6803,7 @@ class DescribeApplicationStatusResponseBodyData extends $tea.Model {
6049
6803
  createTime: 'CreateTime',
6050
6804
  currentStatus: 'CurrentStatus',
6051
6805
  enableAgent: 'EnableAgent',
6806
+ fileSizeLimit: 'FileSizeLimit',
6052
6807
  lastChangeOrderId: 'LastChangeOrderId',
6053
6808
  lastChangeOrderRunning: 'LastChangeOrderRunning',
6054
6809
  lastChangeOrderStatus: 'LastChangeOrderStatus',
@@ -6064,6 +6819,7 @@ class DescribeApplicationStatusResponseBodyData extends $tea.Model {
6064
6819
  createTime: 'string',
6065
6820
  currentStatus: 'string',
6066
6821
  enableAgent: 'boolean',
6822
+ fileSizeLimit: 'number',
6067
6823
  lastChangeOrderId: 'string',
6068
6824
  lastChangeOrderRunning: 'boolean',
6069
6825
  lastChangeOrderStatus: 'string',
@@ -6107,6 +6863,7 @@ class DescribeChangeOrderResponseBodyData extends $tea.Model {
6107
6863
  }
6108
6864
  static names() {
6109
6865
  return {
6866
+ appId: 'AppId',
6110
6867
  appName: 'AppName',
6111
6868
  approvalId: 'ApprovalId',
6112
6869
  auto: 'Auto',
@@ -6128,6 +6885,7 @@ class DescribeChangeOrderResponseBodyData extends $tea.Model {
6128
6885
  }
6129
6886
  static types() {
6130
6887
  return {
6888
+ appId: 'string',
6131
6889
  appName: 'string',
6132
6890
  approvalId: 'string',
6133
6891
  auto: 'boolean',
@@ -6148,77 +6906,155 @@ class DescribeChangeOrderResponseBodyData extends $tea.Model {
6148
6906
  };
6149
6907
  }
6150
6908
  }
6151
- exports.DescribeChangeOrderResponseBodyData = DescribeChangeOrderResponseBodyData;
6152
- class DescribeComponentsResponseBodyData extends $tea.Model {
6909
+ exports.DescribeChangeOrderResponseBodyData = DescribeChangeOrderResponseBodyData;
6910
+ class DescribeComponentsResponseBodyData extends $tea.Model {
6911
+ constructor(map) {
6912
+ super(map);
6913
+ }
6914
+ static names() {
6915
+ return {
6916
+ componentDescription: 'ComponentDescription',
6917
+ componentKey: 'ComponentKey',
6918
+ expired: 'Expired',
6919
+ type: 'Type',
6920
+ };
6921
+ }
6922
+ static types() {
6923
+ return {
6924
+ componentDescription: 'string',
6925
+ componentKey: 'string',
6926
+ expired: 'boolean',
6927
+ type: 'string',
6928
+ };
6929
+ }
6930
+ }
6931
+ exports.DescribeComponentsResponseBodyData = DescribeComponentsResponseBodyData;
6932
+ class DescribeConfigMapResponseBodyDataRelateApps extends $tea.Model {
6933
+ constructor(map) {
6934
+ super(map);
6935
+ }
6936
+ static names() {
6937
+ return {
6938
+ appId: 'AppId',
6939
+ appName: 'AppName',
6940
+ };
6941
+ }
6942
+ static types() {
6943
+ return {
6944
+ appId: 'string',
6945
+ appName: 'string',
6946
+ };
6947
+ }
6948
+ }
6949
+ exports.DescribeConfigMapResponseBodyDataRelateApps = DescribeConfigMapResponseBodyDataRelateApps;
6950
+ class DescribeConfigMapResponseBodyData extends $tea.Model {
6951
+ constructor(map) {
6952
+ super(map);
6953
+ }
6954
+ static names() {
6955
+ return {
6956
+ configMapId: 'ConfigMapId',
6957
+ createTime: 'CreateTime',
6958
+ data: 'Data',
6959
+ description: 'Description',
6960
+ name: 'Name',
6961
+ namespaceId: 'NamespaceId',
6962
+ relateApps: 'RelateApps',
6963
+ updateTime: 'UpdateTime',
6964
+ };
6965
+ }
6966
+ static types() {
6967
+ return {
6968
+ configMapId: 'number',
6969
+ createTime: 'number',
6970
+ data: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
6971
+ description: 'string',
6972
+ name: 'string',
6973
+ namespaceId: 'string',
6974
+ relateApps: { 'type': 'array', 'itemType': DescribeConfigMapResponseBodyDataRelateApps },
6975
+ updateTime: 'number',
6976
+ };
6977
+ }
6978
+ }
6979
+ exports.DescribeConfigMapResponseBodyData = DescribeConfigMapResponseBodyData;
6980
+ class DescribeConfigurationPriceResponseBodyDataBagUsage extends $tea.Model {
6981
+ constructor(map) {
6982
+ super(map);
6983
+ }
6984
+ static names() {
6985
+ return {
6986
+ cpu: 'Cpu',
6987
+ mem: 'Mem',
6988
+ };
6989
+ }
6990
+ static types() {
6991
+ return {
6992
+ cpu: 'number',
6993
+ mem: 'number',
6994
+ };
6995
+ }
6996
+ }
6997
+ exports.DescribeConfigurationPriceResponseBodyDataBagUsage = DescribeConfigurationPriceResponseBodyDataBagUsage;
6998
+ class DescribeConfigurationPriceResponseBodyDataOrder extends $tea.Model {
6153
6999
  constructor(map) {
6154
7000
  super(map);
6155
7001
  }
6156
7002
  static names() {
6157
7003
  return {
6158
- componentDescription: 'ComponentDescription',
6159
- componentKey: 'ComponentKey',
6160
- expired: 'Expired',
6161
- type: 'Type',
7004
+ discountAmount: 'DiscountAmount',
7005
+ originalAmount: 'OriginalAmount',
7006
+ ruleIds: 'RuleIds',
7007
+ tradeAmount: 'TradeAmount',
6162
7008
  };
6163
7009
  }
6164
7010
  static types() {
6165
7011
  return {
6166
- componentDescription: 'string',
6167
- componentKey: 'string',
6168
- expired: 'boolean',
6169
- type: 'string',
7012
+ discountAmount: 'number',
7013
+ originalAmount: 'number',
7014
+ ruleIds: { 'type': 'array', 'itemType': 'string' },
7015
+ tradeAmount: 'number',
6170
7016
  };
6171
7017
  }
6172
7018
  }
6173
- exports.DescribeComponentsResponseBodyData = DescribeComponentsResponseBodyData;
6174
- class DescribeConfigMapResponseBodyDataRelateApps extends $tea.Model {
7019
+ exports.DescribeConfigurationPriceResponseBodyDataOrder = DescribeConfigurationPriceResponseBodyDataOrder;
7020
+ class DescribeConfigurationPriceResponseBodyDataRules extends $tea.Model {
6175
7021
  constructor(map) {
6176
7022
  super(map);
6177
7023
  }
6178
7024
  static names() {
6179
7025
  return {
6180
- appId: 'AppId',
6181
- appName: 'AppName',
7026
+ name: 'Name',
7027
+ ruleDescId: 'RuleDescId',
6182
7028
  };
6183
7029
  }
6184
7030
  static types() {
6185
7031
  return {
6186
- appId: 'string',
6187
- appName: 'string',
7032
+ name: 'string',
7033
+ ruleDescId: 'number',
6188
7034
  };
6189
7035
  }
6190
7036
  }
6191
- exports.DescribeConfigMapResponseBodyDataRelateApps = DescribeConfigMapResponseBodyDataRelateApps;
6192
- class DescribeConfigMapResponseBodyData extends $tea.Model {
7037
+ exports.DescribeConfigurationPriceResponseBodyDataRules = DescribeConfigurationPriceResponseBodyDataRules;
7038
+ class DescribeConfigurationPriceResponseBodyData extends $tea.Model {
6193
7039
  constructor(map) {
6194
7040
  super(map);
6195
7041
  }
6196
7042
  static names() {
6197
7043
  return {
6198
- configMapId: 'ConfigMapId',
6199
- createTime: 'CreateTime',
6200
- data: 'Data',
6201
- description: 'Description',
6202
- name: 'Name',
6203
- namespaceId: 'NamespaceId',
6204
- relateApps: 'RelateApps',
6205
- updateTime: 'UpdateTime',
7044
+ bagUsage: 'BagUsage',
7045
+ order: 'Order',
7046
+ rules: 'Rules',
6206
7047
  };
6207
7048
  }
6208
7049
  static types() {
6209
7050
  return {
6210
- configMapId: 'number',
6211
- createTime: 'number',
6212
- data: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
6213
- description: 'string',
6214
- name: 'string',
6215
- namespaceId: 'string',
6216
- relateApps: { 'type': 'array', 'itemType': DescribeConfigMapResponseBodyDataRelateApps },
6217
- updateTime: 'number',
7051
+ bagUsage: DescribeConfigurationPriceResponseBodyDataBagUsage,
7052
+ order: DescribeConfigurationPriceResponseBodyDataOrder,
7053
+ rules: { 'type': 'array', 'itemType': DescribeConfigurationPriceResponseBodyDataRules },
6218
7054
  };
6219
7055
  }
6220
7056
  }
6221
- exports.DescribeConfigMapResponseBodyData = DescribeConfigMapResponseBodyData;
7057
+ exports.DescribeConfigurationPriceResponseBodyData = DescribeConfigurationPriceResponseBodyData;
6222
7058
  class DescribeEdasContainersResponseBodyData extends $tea.Model {
6223
7059
  constructor(map) {
6224
7060
  super(map);
@@ -6345,6 +7181,7 @@ class DescribeGreyTagRouteResponseBodyData extends $tea.Model {
6345
7181
  }
6346
7182
  static names() {
6347
7183
  return {
7184
+ appId: 'AppId',
6348
7185
  createTime: 'CreateTime',
6349
7186
  description: 'Description',
6350
7187
  dubboRules: 'DubboRules',
@@ -6356,6 +7193,7 @@ class DescribeGreyTagRouteResponseBodyData extends $tea.Model {
6356
7193
  }
6357
7194
  static types() {
6358
7195
  return {
7196
+ appId: 'string',
6359
7197
  createTime: 'number',
6360
7198
  description: 'string',
6361
7199
  dubboRules: { 'type': 'array', 'itemType': DescribeGreyTagRouteResponseBodyDataDubboRules },
@@ -6422,6 +7260,8 @@ class DescribeIngressResponseBodyData extends $tea.Model {
6422
7260
  description: 'Description',
6423
7261
  id: 'Id',
6424
7262
  listenerPort: 'ListenerPort',
7263
+ listenerProtocol: 'ListenerProtocol',
7264
+ loadBalanceType: 'LoadBalanceType',
6425
7265
  name: 'Name',
6426
7266
  namespaceId: 'NamespaceId',
6427
7267
  rules: 'Rules',
@@ -6436,6 +7276,8 @@ class DescribeIngressResponseBodyData extends $tea.Model {
6436
7276
  description: 'string',
6437
7277
  id: 'number',
6438
7278
  listenerPort: 'number',
7279
+ listenerProtocol: 'string',
7280
+ loadBalanceType: 'string',
6439
7281
  name: 'string',
6440
7282
  namespaceId: 'string',
6441
7283
  rules: { 'type': 'array', 'itemType': DescribeIngressResponseBodyDataRules },
@@ -6536,6 +7378,8 @@ class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
6536
7378
  appCount: 'AppCount',
6537
7379
  belongRegion: 'BelongRegion',
6538
7380
  description: 'Description',
7381
+ jumpServerAppId: 'JumpServerAppId',
7382
+ jumpServerIp: 'JumpServerIp',
6539
7383
  lastChangeOrderId: 'LastChangeOrderId',
6540
7384
  lastChangeOrderRunning: 'LastChangeOrderRunning',
6541
7385
  lastChangeOrderStatus: 'LastChangeOrderStatus',
@@ -6556,6 +7400,8 @@ class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
6556
7400
  appCount: 'number',
6557
7401
  belongRegion: 'string',
6558
7402
  description: 'string',
7403
+ jumpServerAppId: 'string',
7404
+ jumpServerIp: 'string',
6559
7405
  lastChangeOrderId: 'string',
6560
7406
  lastChangeOrderRunning: 'boolean',
6561
7407
  lastChangeOrderStatus: 'string',
@@ -6819,10 +7665,8 @@ class ListAppServicesPageResponseBodyDataResult extends $tea.Model {
6819
7665
  }
6820
7666
  static names() {
6821
7667
  return {
6822
- clusterName: 'ClusterName',
6823
7668
  edasAppId: 'EdasAppId',
6824
7669
  edasAppName: 'EdasAppName',
6825
- gmtModifyTime: 'GmtModifyTime',
6826
7670
  group: 'Group',
6827
7671
  instanceNum: 'InstanceNum',
6828
7672
  serviceName: 'ServiceName',
@@ -6831,10 +7675,8 @@ class ListAppServicesPageResponseBodyDataResult extends $tea.Model {
6831
7675
  }
6832
7676
  static types() {
6833
7677
  return {
6834
- clusterName: 'string',
6835
7678
  edasAppId: 'string',
6836
7679
  edasAppName: 'string',
6837
- gmtModifyTime: 'string',
6838
7680
  group: 'string',
6839
7681
  instanceNum: 'number',
6840
7682
  serviceName: 'string',
@@ -7217,6 +8059,8 @@ class ListIngressesResponseBodyDataIngressList extends $tea.Model {
7217
8059
  description: 'Description',
7218
8060
  id: 'Id',
7219
8061
  listenerPort: 'ListenerPort',
8062
+ listenerProtocol: 'ListenerProtocol',
8063
+ loadBalanceType: 'LoadBalanceType',
7220
8064
  name: 'Name',
7221
8065
  namespaceId: 'NamespaceId',
7222
8066
  slbId: 'SlbId',
@@ -7229,6 +8073,8 @@ class ListIngressesResponseBodyDataIngressList extends $tea.Model {
7229
8073
  description: 'string',
7230
8074
  id: 'number',
7231
8075
  listenerPort: 'string',
8076
+ listenerProtocol: 'string',
8077
+ loadBalanceType: 'string',
7232
8078
  name: 'string',
7233
8079
  namespaceId: 'string',
7234
8080
  slbId: 'string',
@@ -7703,6 +8549,44 @@ class UnbindSlbResponseBodyData extends $tea.Model {
7703
8549
  }
7704
8550
  }
7705
8551
  exports.UnbindSlbResponseBodyData = UnbindSlbResponseBodyData;
8552
+ class UpdateApplicationScalingRuleResponseBodyDataMetricMetrics extends $tea.Model {
8553
+ constructor(map) {
8554
+ super(map);
8555
+ }
8556
+ static names() {
8557
+ return {
8558
+ metricTargetAverageUtilization: 'MetricTargetAverageUtilization',
8559
+ metricType: 'MetricType',
8560
+ };
8561
+ }
8562
+ static types() {
8563
+ return {
8564
+ metricTargetAverageUtilization: 'number',
8565
+ metricType: 'string',
8566
+ };
8567
+ }
8568
+ }
8569
+ exports.UpdateApplicationScalingRuleResponseBodyDataMetricMetrics = UpdateApplicationScalingRuleResponseBodyDataMetricMetrics;
8570
+ class UpdateApplicationScalingRuleResponseBodyDataMetric extends $tea.Model {
8571
+ constructor(map) {
8572
+ super(map);
8573
+ }
8574
+ static names() {
8575
+ return {
8576
+ maxReplicas: 'MaxReplicas',
8577
+ metrics: 'Metrics',
8578
+ minReplicas: 'MinReplicas',
8579
+ };
8580
+ }
8581
+ static types() {
8582
+ return {
8583
+ maxReplicas: 'number',
8584
+ metrics: { 'type': 'array', 'itemType': UpdateApplicationScalingRuleResponseBodyDataMetricMetrics },
8585
+ minReplicas: 'number',
8586
+ };
8587
+ }
8588
+ }
8589
+ exports.UpdateApplicationScalingRuleResponseBodyDataMetric = UpdateApplicationScalingRuleResponseBodyDataMetric;
7706
8590
  class UpdateApplicationScalingRuleResponseBodyDataTimerSchedules extends $tea.Model {
7707
8591
  constructor(map) {
7708
8592
  super(map);
@@ -7751,6 +8635,8 @@ class UpdateApplicationScalingRuleResponseBodyData extends $tea.Model {
7751
8635
  return {
7752
8636
  appId: 'AppId',
7753
8637
  createTime: 'CreateTime',
8638
+ lastDisableTime: 'LastDisableTime',
8639
+ metric: 'Metric',
7754
8640
  scaleRuleEnabled: 'ScaleRuleEnabled',
7755
8641
  scaleRuleName: 'ScaleRuleName',
7756
8642
  scaleRuleType: 'ScaleRuleType',
@@ -7762,6 +8648,8 @@ class UpdateApplicationScalingRuleResponseBodyData extends $tea.Model {
7762
8648
  return {
7763
8649
  appId: 'string',
7764
8650
  createTime: 'number',
8651
+ lastDisableTime: 'number',
8652
+ metric: UpdateApplicationScalingRuleResponseBodyDataMetric,
7765
8653
  scaleRuleEnabled: 'boolean',
7766
8654
  scaleRuleName: 'string',
7767
8655
  scaleRuleType: 'string',
@@ -8099,6 +8987,18 @@ class Client extends openapi_client_1.default {
8099
8987
  if (!tea_util_1.default.isUnset(request.jdk)) {
8100
8988
  query["Jdk"] = request.jdk;
8101
8989
  }
8990
+ if (!tea_util_1.default.isUnset(request.kafkaConfigs)) {
8991
+ query["KafkaConfigs"] = request.kafkaConfigs;
8992
+ }
8993
+ if (!tea_util_1.default.isUnset(request.kafkaEndpoint)) {
8994
+ query["KafkaEndpoint"] = request.kafkaEndpoint;
8995
+ }
8996
+ if (!tea_util_1.default.isUnset(request.kafkaInstanceId)) {
8997
+ query["KafkaInstanceId"] = request.kafkaInstanceId;
8998
+ }
8999
+ if (!tea_util_1.default.isUnset(request.kafkaLogfileConfig)) {
9000
+ query["KafkaLogfileConfig"] = request.kafkaLogfileConfig;
9001
+ }
8102
9002
  if (!tea_util_1.default.isUnset(request.liveness)) {
8103
9003
  query["Liveness"] = request.liveness;
8104
9004
  }
@@ -8117,6 +9017,9 @@ class Client extends openapi_client_1.default {
8117
9017
  if (!tea_util_1.default.isUnset(request.nasId)) {
8118
9018
  query["NasId"] = request.nasId;
8119
9019
  }
9020
+ if (!tea_util_1.default.isUnset(request.openCollectToKafka)) {
9021
+ query["OpenCollectToKafka"] = request.openCollectToKafka;
9022
+ }
8120
9023
  if (!tea_util_1.default.isUnset(request.packageType)) {
8121
9024
  query["PackageType"] = request.packageType;
8122
9025
  }
@@ -8138,6 +9041,9 @@ class Client extends openapi_client_1.default {
8138
9041
  if (!tea_util_1.default.isUnset(request.preStop)) {
8139
9042
  query["PreStop"] = request.preStop;
8140
9043
  }
9044
+ if (!tea_util_1.default.isUnset(request.programmingLanguage)) {
9045
+ query["ProgrammingLanguage"] = request.programmingLanguage;
9046
+ }
8141
9047
  if (!tea_util_1.default.isUnset(request.readiness)) {
8142
9048
  query["Readiness"] = request.readiness;
8143
9049
  }
@@ -8172,6 +9078,9 @@ class Client extends openapi_client_1.default {
8172
9078
  query["WebContainer"] = request.webContainer;
8173
9079
  }
8174
9080
  let body = {};
9081
+ if (!tea_util_1.default.isUnset(request.acrInstanceId)) {
9082
+ body["AcrInstanceId"] = request.acrInstanceId;
9083
+ }
8175
9084
  if (!tea_util_1.default.isUnset(request.associateEip)) {
8176
9085
  body["AssociateEip"] = request.associateEip;
8177
9086
  }
@@ -8219,9 +9128,18 @@ class Client extends openapi_client_1.default {
8219
9128
  if (!tea_util_1.default.isUnset(request.appId)) {
8220
9129
  query["AppId"] = request.appId;
8221
9130
  }
9131
+ if (!tea_util_1.default.isUnset(request.minReadyInstanceRatio)) {
9132
+ query["MinReadyInstanceRatio"] = request.minReadyInstanceRatio;
9133
+ }
9134
+ if (!tea_util_1.default.isUnset(request.minReadyInstances)) {
9135
+ query["MinReadyInstances"] = request.minReadyInstances;
9136
+ }
8222
9137
  if (!tea_util_1.default.isUnset(request.scalingRuleEnable)) {
8223
9138
  query["ScalingRuleEnable"] = request.scalingRuleEnable;
8224
9139
  }
9140
+ if (!tea_util_1.default.isUnset(request.scalingRuleMetric)) {
9141
+ query["ScalingRuleMetric"] = request.scalingRuleMetric;
9142
+ }
8225
9143
  if (!tea_util_1.default.isUnset(request.scalingRuleName)) {
8226
9144
  query["ScalingRuleName"] = request.scalingRuleName;
8227
9145
  }
@@ -8347,6 +9265,12 @@ class Client extends openapi_client_1.default {
8347
9265
  if (!tea_util_1.default.isUnset(request.listenerPort)) {
8348
9266
  query["ListenerPort"] = request.listenerPort;
8349
9267
  }
9268
+ if (!tea_util_1.default.isUnset(request.listenerProtocol)) {
9269
+ query["ListenerProtocol"] = request.listenerProtocol;
9270
+ }
9271
+ if (!tea_util_1.default.isUnset(request.loadBalanceType)) {
9272
+ query["LoadBalanceType"] = request.loadBalanceType;
9273
+ }
8350
9274
  if (!tea_util_1.default.isUnset(request.namespaceId)) {
8351
9275
  query["NamespaceId"] = request.namespaceId;
8352
9276
  }
@@ -8636,9 +9560,24 @@ class Client extends openapi_client_1.default {
8636
9560
  if (!tea_util_1.default.isUnset(request.jdk)) {
8637
9561
  query["Jdk"] = request.jdk;
8638
9562
  }
9563
+ if (!tea_util_1.default.isUnset(request.kafkaConfigs)) {
9564
+ query["KafkaConfigs"] = request.kafkaConfigs;
9565
+ }
9566
+ if (!tea_util_1.default.isUnset(request.kafkaEndpoint)) {
9567
+ query["KafkaEndpoint"] = request.kafkaEndpoint;
9568
+ }
9569
+ if (!tea_util_1.default.isUnset(request.kafkaInstanceId)) {
9570
+ query["KafkaInstanceId"] = request.kafkaInstanceId;
9571
+ }
9572
+ if (!tea_util_1.default.isUnset(request.kafkaLogfileConfig)) {
9573
+ query["KafkaLogfileConfig"] = request.kafkaLogfileConfig;
9574
+ }
8639
9575
  if (!tea_util_1.default.isUnset(request.liveness)) {
8640
9576
  query["Liveness"] = request.liveness;
8641
9577
  }
9578
+ if (!tea_util_1.default.isUnset(request.minReadyInstanceRatio)) {
9579
+ query["MinReadyInstanceRatio"] = request.minReadyInstanceRatio;
9580
+ }
8642
9581
  if (!tea_util_1.default.isUnset(request.minReadyInstances)) {
8643
9582
  query["MinReadyInstances"] = request.minReadyInstances;
8644
9583
  }
@@ -8651,6 +9590,9 @@ class Client extends openapi_client_1.default {
8651
9590
  if (!tea_util_1.default.isUnset(request.nasId)) {
8652
9591
  query["NasId"] = request.nasId;
8653
9592
  }
9593
+ if (!tea_util_1.default.isUnset(request.openCollectToKafka)) {
9594
+ query["OpenCollectToKafka"] = request.openCollectToKafka;
9595
+ }
8654
9596
  if (!tea_util_1.default.isUnset(request.packageUrl)) {
8655
9597
  query["PackageUrl"] = request.packageUrl;
8656
9598
  }
@@ -8909,6 +9851,37 @@ class Client extends openapi_client_1.default {
8909
9851
  });
8910
9852
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeApplicationInstancesResponse({}));
8911
9853
  }
9854
+ async describeApplicationScalingRule(request) {
9855
+ let runtime = new $Util.RuntimeOptions({});
9856
+ let headers = {};
9857
+ return await this.describeApplicationScalingRuleWithOptions(request, headers, runtime);
9858
+ }
9859
+ async describeApplicationScalingRuleWithOptions(request, headers, runtime) {
9860
+ tea_util_1.default.validateModel(request);
9861
+ let query = {};
9862
+ if (!tea_util_1.default.isUnset(request.appId)) {
9863
+ query["AppId"] = request.appId;
9864
+ }
9865
+ if (!tea_util_1.default.isUnset(request.scalingRuleName)) {
9866
+ query["ScalingRuleName"] = request.scalingRuleName;
9867
+ }
9868
+ let req = new $OpenApi.OpenApiRequest({
9869
+ headers: headers,
9870
+ query: openapi_util_1.default.query(query),
9871
+ });
9872
+ let params = new $OpenApi.Params({
9873
+ action: "DescribeApplicationScalingRule",
9874
+ version: "2019-05-06",
9875
+ protocol: "HTTPS",
9876
+ pathname: `/pop/v1/sam/scale/applicationScalingRule`,
9877
+ method: "GET",
9878
+ authType: "AK",
9879
+ style: "ROA",
9880
+ reqBodyType: "json",
9881
+ bodyType: "json",
9882
+ });
9883
+ return $tea.cast(await this.callApi(params, req, runtime), new DescribeApplicationScalingRuleResponse({}));
9884
+ }
8912
9885
  async describeApplicationScalingRules(request) {
8913
9886
  let runtime = new $Util.RuntimeOptions({});
8914
9887
  let headers = {};
@@ -9080,6 +10053,37 @@ class Client extends openapi_client_1.default {
9080
10053
  });
9081
10054
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeConfigMapResponse({}));
9082
10055
  }
10056
+ async describeConfigurationPrice(request) {
10057
+ let runtime = new $Util.RuntimeOptions({});
10058
+ let headers = {};
10059
+ return await this.describeConfigurationPriceWithOptions(request, headers, runtime);
10060
+ }
10061
+ async describeConfigurationPriceWithOptions(request, headers, runtime) {
10062
+ tea_util_1.default.validateModel(request);
10063
+ let query = {};
10064
+ if (!tea_util_1.default.isUnset(request.cpu)) {
10065
+ query["Cpu"] = request.cpu;
10066
+ }
10067
+ if (!tea_util_1.default.isUnset(request.memory)) {
10068
+ query["Memory"] = request.memory;
10069
+ }
10070
+ let req = new $OpenApi.OpenApiRequest({
10071
+ headers: headers,
10072
+ query: openapi_util_1.default.query(query),
10073
+ });
10074
+ let params = new $OpenApi.Params({
10075
+ action: "DescribeConfigurationPrice",
10076
+ version: "2019-05-06",
10077
+ protocol: "HTTPS",
10078
+ pathname: `/pop/v1/paas/configurationPrice`,
10079
+ method: "GET",
10080
+ authType: "AK",
10081
+ style: "ROA",
10082
+ reqBodyType: "json",
10083
+ bodyType: "json",
10084
+ });
10085
+ return $tea.cast(await this.callApi(params, req, runtime), new DescribeConfigurationPriceResponse({}));
10086
+ }
9083
10087
  async describeEdasContainers() {
9084
10088
  let runtime = new $Util.RuntimeOptions({});
9085
10089
  let headers = {};
@@ -9407,40 +10411,6 @@ class Client extends openapi_client_1.default {
9407
10411
  });
9408
10412
  return $tea.cast(await this.callApi(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
9409
10413
  }
9410
- async downloadFiles(request) {
9411
- let runtime = new $Util.RuntimeOptions({});
9412
- let headers = {};
9413
- return await this.downloadFilesWithOptions(request, headers, runtime);
9414
- }
9415
- async downloadFilesWithOptions(request, headers, runtime) {
9416
- tea_util_1.default.validateModel(request);
9417
- let query = {};
9418
- if (!tea_util_1.default.isUnset(request.appId)) {
9419
- query["AppId"] = request.appId;
9420
- }
9421
- if (!tea_util_1.default.isUnset(request.instanceId)) {
9422
- query["InstanceId"] = request.instanceId;
9423
- }
9424
- if (!tea_util_1.default.isUnset(request.localpath)) {
9425
- query["Localpath"] = request.localpath;
9426
- }
9427
- let req = new $OpenApi.OpenApiRequest({
9428
- headers: headers,
9429
- query: openapi_util_1.default.query(query),
9430
- });
9431
- let params = new $OpenApi.Params({
9432
- action: "DownloadFiles",
9433
- version: "2019-05-06",
9434
- protocol: "HTTPS",
9435
- pathname: `/pop/v1/sam/app/downloadFiles.json`,
9436
- method: "POST",
9437
- authType: "AK",
9438
- style: "ROA",
9439
- reqBodyType: "json",
9440
- bodyType: "json",
9441
- });
9442
- return $tea.cast(await this.callApi(params, req, runtime), new DownloadFilesResponse({}));
9443
- }
9444
10414
  async enableApplicationScalingRule(request) {
9445
10415
  let runtime = new $Util.RuntimeOptions({});
9446
10416
  let headers = {};
@@ -10036,6 +11006,9 @@ class Client extends openapi_client_1.default {
10036
11006
  if (!tea_util_1.default.isUnset(request.autoEnableApplicationScalingRule)) {
10037
11007
  query["AutoEnableApplicationScalingRule"] = request.autoEnableApplicationScalingRule;
10038
11008
  }
11009
+ if (!tea_util_1.default.isUnset(request.minReadyInstanceRatio)) {
11010
+ query["MinReadyInstanceRatio"] = request.minReadyInstanceRatio;
11011
+ }
10039
11012
  if (!tea_util_1.default.isUnset(request.minReadyInstances)) {
10040
11013
  query["MinReadyInstances"] = request.minReadyInstances;
10041
11014
  }
@@ -10104,6 +11077,9 @@ class Client extends openapi_client_1.default {
10104
11077
  if (!tea_util_1.default.isUnset(request.appId)) {
10105
11078
  query["AppId"] = request.appId;
10106
11079
  }
11080
+ if (!tea_util_1.default.isUnset(request.minReadyInstanceRatio)) {
11081
+ query["MinReadyInstanceRatio"] = request.minReadyInstanceRatio;
11082
+ }
10107
11083
  if (!tea_util_1.default.isUnset(request.minReadyInstances)) {
10108
11084
  query["MinReadyInstances"] = request.minReadyInstances;
10109
11085
  }
@@ -10172,6 +11148,9 @@ class Client extends openapi_client_1.default {
10172
11148
  if (!tea_util_1.default.isUnset(request.batchWaitTime)) {
10173
11149
  query["BatchWaitTime"] = request.batchWaitTime;
10174
11150
  }
11151
+ if (!tea_util_1.default.isUnset(request.minReadyInstanceRatio)) {
11152
+ query["MinReadyInstanceRatio"] = request.minReadyInstanceRatio;
11153
+ }
10175
11154
  if (!tea_util_1.default.isUnset(request.minReadyInstances)) {
10176
11155
  query["MinReadyInstances"] = request.minReadyInstances;
10177
11156
  }
@@ -10396,6 +11375,37 @@ class Client extends openapi_client_1.default {
10396
11375
  });
10397
11376
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
10398
11377
  }
11378
+ async updateApplicationDescription(request) {
11379
+ let runtime = new $Util.RuntimeOptions({});
11380
+ let headers = {};
11381
+ return await this.updateApplicationDescriptionWithOptions(request, headers, runtime);
11382
+ }
11383
+ async updateApplicationDescriptionWithOptions(request, headers, runtime) {
11384
+ tea_util_1.default.validateModel(request);
11385
+ let query = {};
11386
+ if (!tea_util_1.default.isUnset(request.appDescription)) {
11387
+ query["AppDescription"] = request.appDescription;
11388
+ }
11389
+ if (!tea_util_1.default.isUnset(request.appId)) {
11390
+ query["AppId"] = request.appId;
11391
+ }
11392
+ let req = new $OpenApi.OpenApiRequest({
11393
+ headers: headers,
11394
+ query: openapi_util_1.default.query(query),
11395
+ });
11396
+ let params = new $OpenApi.Params({
11397
+ action: "UpdateApplicationDescription",
11398
+ version: "2019-05-06",
11399
+ protocol: "HTTPS",
11400
+ pathname: `/pop/v1/sam/app/updateAppDescription`,
11401
+ method: "PUT",
11402
+ authType: "AK",
11403
+ style: "ROA",
11404
+ reqBodyType: "json",
11405
+ bodyType: "json",
11406
+ });
11407
+ return $tea.cast(await this.callApi(params, req, runtime), new UpdateApplicationDescriptionResponse({}));
11408
+ }
10399
11409
  async updateApplicationScalingRule(request) {
10400
11410
  let runtime = new $Util.RuntimeOptions({});
10401
11411
  let headers = {};
@@ -10407,6 +11417,15 @@ class Client extends openapi_client_1.default {
10407
11417
  if (!tea_util_1.default.isUnset(request.appId)) {
10408
11418
  query["AppId"] = request.appId;
10409
11419
  }
11420
+ if (!tea_util_1.default.isUnset(request.minReadyInstanceRatio)) {
11421
+ query["MinReadyInstanceRatio"] = request.minReadyInstanceRatio;
11422
+ }
11423
+ if (!tea_util_1.default.isUnset(request.minReadyInstances)) {
11424
+ query["MinReadyInstances"] = request.minReadyInstances;
11425
+ }
11426
+ if (!tea_util_1.default.isUnset(request.scalingRuleMetric)) {
11427
+ query["ScalingRuleMetric"] = request.scalingRuleMetric;
11428
+ }
10410
11429
  if (!tea_util_1.default.isUnset(request.scalingRuleName)) {
10411
11430
  query["ScalingRuleName"] = request.scalingRuleName;
10412
11431
  }
@@ -10430,6 +11449,37 @@ class Client extends openapi_client_1.default {
10430
11449
  });
10431
11450
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
10432
11451
  }
11452
+ async updateApplicationVswitches(request) {
11453
+ let runtime = new $Util.RuntimeOptions({});
11454
+ let headers = {};
11455
+ return await this.updateApplicationVswitchesWithOptions(request, headers, runtime);
11456
+ }
11457
+ async updateApplicationVswitchesWithOptions(request, headers, runtime) {
11458
+ tea_util_1.default.validateModel(request);
11459
+ let query = {};
11460
+ if (!tea_util_1.default.isUnset(request.appId)) {
11461
+ query["AppId"] = request.appId;
11462
+ }
11463
+ if (!tea_util_1.default.isUnset(request.vSwitchId)) {
11464
+ query["VSwitchId"] = request.vSwitchId;
11465
+ }
11466
+ let req = new $OpenApi.OpenApiRequest({
11467
+ headers: headers,
11468
+ query: openapi_util_1.default.query(query),
11469
+ });
11470
+ let params = new $OpenApi.Params({
11471
+ action: "UpdateApplicationVswitches",
11472
+ version: "2019-05-06",
11473
+ protocol: "HTTPS",
11474
+ pathname: `/pop/v1/sam/app/updateAppVswitches`,
11475
+ method: "PUT",
11476
+ authType: "AK",
11477
+ style: "ROA",
11478
+ reqBodyType: "json",
11479
+ bodyType: "json",
11480
+ });
11481
+ return $tea.cast(await this.callApi(params, req, runtime), new UpdateApplicationVswitchesResponse({}));
11482
+ }
10433
11483
  async updateConfigMap(request) {
10434
11484
  let runtime = new $Util.RuntimeOptions({});
10435
11485
  let headers = {};
@@ -10526,6 +11576,12 @@ class Client extends openapi_client_1.default {
10526
11576
  if (!tea_util_1.default.isUnset(request.listenerPort)) {
10527
11577
  query["ListenerPort"] = request.listenerPort;
10528
11578
  }
11579
+ if (!tea_util_1.default.isUnset(request.listenerProtocol)) {
11580
+ query["ListenerProtocol"] = request.listenerProtocol;
11581
+ }
11582
+ if (!tea_util_1.default.isUnset(request.loadBalanceType)) {
11583
+ query["LoadBalanceType"] = request.loadBalanceType;
11584
+ }
10529
11585
  let body = {};
10530
11586
  if (!tea_util_1.default.isUnset(request.rules)) {
10531
11587
  body["Rules"] = request.rules;
@@ -10613,43 +11669,6 @@ class Client extends openapi_client_1.default {
10613
11669
  });
10614
11670
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateNamespaceVpcResponse({}));
10615
11671
  }
10616
- async uploadFiles(request) {
10617
- let runtime = new $Util.RuntimeOptions({});
10618
- let headers = {};
10619
- return await this.uploadFilesWithOptions(request, headers, runtime);
10620
- }
10621
- async uploadFilesWithOptions(request, headers, runtime) {
10622
- tea_util_1.default.validateModel(request);
10623
- let query = {};
10624
- if (!tea_util_1.default.isUnset(request.appId)) {
10625
- query["AppId"] = request.appId;
10626
- }
10627
- if (!tea_util_1.default.isUnset(request.cloudUrl)) {
10628
- query["CloudUrl"] = request.cloudUrl;
10629
- }
10630
- if (!tea_util_1.default.isUnset(request.instanceId)) {
10631
- query["InstanceId"] = request.instanceId;
10632
- }
10633
- if (!tea_util_1.default.isUnset(request.localpath)) {
10634
- query["Localpath"] = request.localpath;
10635
- }
10636
- let req = new $OpenApi.OpenApiRequest({
10637
- headers: headers,
10638
- query: openapi_util_1.default.query(query),
10639
- });
10640
- let params = new $OpenApi.Params({
10641
- action: "UploadFiles",
10642
- version: "2019-05-06",
10643
- protocol: "HTTPS",
10644
- pathname: `/pop/v1/sam/app/uploadFiles.json`,
10645
- method: "POST",
10646
- authType: "AK",
10647
- style: "ROA",
10648
- reqBodyType: "json",
10649
- bodyType: "json",
10650
- });
10651
- return $tea.cast(await this.callApi(params, req, runtime), new UploadFilesResponse({}));
10652
- }
10653
11672
  }
10654
11673
  exports.default = Client;
10655
11674
  //# sourceMappingURL=client.js.map