@alicloud/sae20190506 1.19.0 → 1.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +223 -72
- package/dist/client.js +486 -156
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +649 -186
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
|
}
|
|
@@ -429,6 +441,7 @@ class CreateApplicationRequest extends $tea.Model {
|
|
|
429
441
|
jarStartArgs: 'JarStartArgs',
|
|
430
442
|
jarStartOptions: 'JarStartOptions',
|
|
431
443
|
jdk: 'Jdk',
|
|
444
|
+
kafkaConfigs: 'KafkaConfigs',
|
|
432
445
|
kafkaEndpoint: 'KafkaEndpoint',
|
|
433
446
|
kafkaInstanceId: 'KafkaInstanceId',
|
|
434
447
|
kafkaLogfileConfig: 'KafkaLogfileConfig',
|
|
@@ -450,6 +463,7 @@ class CreateApplicationRequest extends $tea.Model {
|
|
|
450
463
|
phpConfigLocation: 'PhpConfigLocation',
|
|
451
464
|
postStart: 'PostStart',
|
|
452
465
|
preStop: 'PreStop',
|
|
466
|
+
programmingLanguage: 'ProgrammingLanguage',
|
|
453
467
|
readiness: 'Readiness',
|
|
454
468
|
replicas: 'Replicas',
|
|
455
469
|
securityGroupId: 'SecurityGroupId',
|
|
@@ -483,6 +497,7 @@ class CreateApplicationRequest extends $tea.Model {
|
|
|
483
497
|
jarStartArgs: 'string',
|
|
484
498
|
jarStartOptions: 'string',
|
|
485
499
|
jdk: 'string',
|
|
500
|
+
kafkaConfigs: 'string',
|
|
486
501
|
kafkaEndpoint: 'string',
|
|
487
502
|
kafkaInstanceId: 'string',
|
|
488
503
|
kafkaLogfileConfig: 'string',
|
|
@@ -504,6 +519,7 @@ class CreateApplicationRequest extends $tea.Model {
|
|
|
504
519
|
phpConfigLocation: 'string',
|
|
505
520
|
postStart: 'string',
|
|
506
521
|
preStop: 'string',
|
|
522
|
+
programmingLanguage: 'string',
|
|
507
523
|
readiness: 'string',
|
|
508
524
|
replicas: 'number',
|
|
509
525
|
securityGroupId: 'string',
|
|
@@ -554,12 +570,14 @@ class CreateApplicationResponse extends $tea.Model {
|
|
|
554
570
|
static names() {
|
|
555
571
|
return {
|
|
556
572
|
headers: 'headers',
|
|
573
|
+
statusCode: 'statusCode',
|
|
557
574
|
body: 'body',
|
|
558
575
|
};
|
|
559
576
|
}
|
|
560
577
|
static types() {
|
|
561
578
|
return {
|
|
562
579
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
580
|
+
statusCode: 'number',
|
|
563
581
|
body: CreateApplicationResponseBody,
|
|
564
582
|
};
|
|
565
583
|
}
|
|
@@ -622,12 +640,14 @@ class CreateApplicationScalingRuleResponse extends $tea.Model {
|
|
|
622
640
|
static names() {
|
|
623
641
|
return {
|
|
624
642
|
headers: 'headers',
|
|
643
|
+
statusCode: 'statusCode',
|
|
625
644
|
body: 'body',
|
|
626
645
|
};
|
|
627
646
|
}
|
|
628
647
|
static types() {
|
|
629
648
|
return {
|
|
630
649
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
650
|
+
statusCode: 'number',
|
|
631
651
|
body: CreateApplicationScalingRuleResponseBody,
|
|
632
652
|
};
|
|
633
653
|
}
|
|
@@ -690,12 +710,14 @@ class CreateConfigMapResponse extends $tea.Model {
|
|
|
690
710
|
static names() {
|
|
691
711
|
return {
|
|
692
712
|
headers: 'headers',
|
|
713
|
+
statusCode: 'statusCode',
|
|
693
714
|
body: 'body',
|
|
694
715
|
};
|
|
695
716
|
}
|
|
696
717
|
static types() {
|
|
697
718
|
return {
|
|
698
719
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
720
|
+
statusCode: 'number',
|
|
699
721
|
body: CreateConfigMapResponseBody,
|
|
700
722
|
};
|
|
701
723
|
}
|
|
@@ -760,12 +782,14 @@ class CreateGreyTagRouteResponse extends $tea.Model {
|
|
|
760
782
|
static names() {
|
|
761
783
|
return {
|
|
762
784
|
headers: 'headers',
|
|
785
|
+
statusCode: 'statusCode',
|
|
763
786
|
body: 'body',
|
|
764
787
|
};
|
|
765
788
|
}
|
|
766
789
|
static types() {
|
|
767
790
|
return {
|
|
768
791
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
792
|
+
statusCode: 'number',
|
|
769
793
|
body: CreateGreyTagRouteResponseBody,
|
|
770
794
|
};
|
|
771
795
|
}
|
|
@@ -781,6 +805,8 @@ class CreateIngressRequest extends $tea.Model {
|
|
|
781
805
|
defaultRule: 'DefaultRule',
|
|
782
806
|
description: 'Description',
|
|
783
807
|
listenerPort: 'ListenerPort',
|
|
808
|
+
listenerProtocol: 'ListenerProtocol',
|
|
809
|
+
loadBalanceType: 'LoadBalanceType',
|
|
784
810
|
namespaceId: 'NamespaceId',
|
|
785
811
|
rules: 'Rules',
|
|
786
812
|
slbId: 'SlbId',
|
|
@@ -792,6 +818,8 @@ class CreateIngressRequest extends $tea.Model {
|
|
|
792
818
|
defaultRule: 'string',
|
|
793
819
|
description: 'string',
|
|
794
820
|
listenerPort: 'number',
|
|
821
|
+
listenerProtocol: 'string',
|
|
822
|
+
loadBalanceType: 'string',
|
|
795
823
|
namespaceId: 'string',
|
|
796
824
|
rules: 'string',
|
|
797
825
|
slbId: 'string',
|
|
@@ -834,12 +862,14 @@ class CreateIngressResponse extends $tea.Model {
|
|
|
834
862
|
static names() {
|
|
835
863
|
return {
|
|
836
864
|
headers: 'headers',
|
|
865
|
+
statusCode: 'statusCode',
|
|
837
866
|
body: 'body',
|
|
838
867
|
};
|
|
839
868
|
}
|
|
840
869
|
static types() {
|
|
841
870
|
return {
|
|
842
871
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
872
|
+
statusCode: 'number',
|
|
843
873
|
body: CreateIngressResponseBody,
|
|
844
874
|
};
|
|
845
875
|
}
|
|
@@ -900,12 +930,14 @@ class CreateNamespaceResponse extends $tea.Model {
|
|
|
900
930
|
static names() {
|
|
901
931
|
return {
|
|
902
932
|
headers: 'headers',
|
|
933
|
+
statusCode: 'statusCode',
|
|
903
934
|
body: 'body',
|
|
904
935
|
};
|
|
905
936
|
}
|
|
906
937
|
static types() {
|
|
907
938
|
return {
|
|
908
939
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
940
|
+
statusCode: 'number',
|
|
909
941
|
body: CreateNamespaceResponseBody,
|
|
910
942
|
};
|
|
911
943
|
}
|
|
@@ -962,12 +994,14 @@ class DeleteApplicationResponse extends $tea.Model {
|
|
|
962
994
|
static names() {
|
|
963
995
|
return {
|
|
964
996
|
headers: 'headers',
|
|
997
|
+
statusCode: 'statusCode',
|
|
965
998
|
body: 'body',
|
|
966
999
|
};
|
|
967
1000
|
}
|
|
968
1001
|
static types() {
|
|
969
1002
|
return {
|
|
970
1003
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1004
|
+
statusCode: 'number',
|
|
971
1005
|
body: DeleteApplicationResponseBody,
|
|
972
1006
|
};
|
|
973
1007
|
}
|
|
@@ -1016,12 +1050,14 @@ class DeleteApplicationScalingRuleResponse extends $tea.Model {
|
|
|
1016
1050
|
static names() {
|
|
1017
1051
|
return {
|
|
1018
1052
|
headers: 'headers',
|
|
1053
|
+
statusCode: 'statusCode',
|
|
1019
1054
|
body: 'body',
|
|
1020
1055
|
};
|
|
1021
1056
|
}
|
|
1022
1057
|
static types() {
|
|
1023
1058
|
return {
|
|
1024
1059
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1060
|
+
statusCode: 'number',
|
|
1025
1061
|
body: DeleteApplicationScalingRuleResponseBody,
|
|
1026
1062
|
};
|
|
1027
1063
|
}
|
|
@@ -1078,12 +1114,14 @@ class DeleteConfigMapResponse extends $tea.Model {
|
|
|
1078
1114
|
static names() {
|
|
1079
1115
|
return {
|
|
1080
1116
|
headers: 'headers',
|
|
1117
|
+
statusCode: 'statusCode',
|
|
1081
1118
|
body: 'body',
|
|
1082
1119
|
};
|
|
1083
1120
|
}
|
|
1084
1121
|
static types() {
|
|
1085
1122
|
return {
|
|
1086
1123
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1124
|
+
statusCode: 'number',
|
|
1087
1125
|
body: DeleteConfigMapResponseBody,
|
|
1088
1126
|
};
|
|
1089
1127
|
}
|
|
@@ -1140,12 +1178,14 @@ class DeleteGreyTagRouteResponse extends $tea.Model {
|
|
|
1140
1178
|
static names() {
|
|
1141
1179
|
return {
|
|
1142
1180
|
headers: 'headers',
|
|
1181
|
+
statusCode: 'statusCode',
|
|
1143
1182
|
body: 'body',
|
|
1144
1183
|
};
|
|
1145
1184
|
}
|
|
1146
1185
|
static types() {
|
|
1147
1186
|
return {
|
|
1148
1187
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1188
|
+
statusCode: 'number',
|
|
1149
1189
|
body: DeleteGreyTagRouteResponseBody,
|
|
1150
1190
|
};
|
|
1151
1191
|
}
|
|
@@ -1202,12 +1242,14 @@ class DeleteIngressResponse extends $tea.Model {
|
|
|
1202
1242
|
static names() {
|
|
1203
1243
|
return {
|
|
1204
1244
|
headers: 'headers',
|
|
1245
|
+
statusCode: 'statusCode',
|
|
1205
1246
|
body: 'body',
|
|
1206
1247
|
};
|
|
1207
1248
|
}
|
|
1208
1249
|
static types() {
|
|
1209
1250
|
return {
|
|
1210
1251
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1252
|
+
statusCode: 'number',
|
|
1211
1253
|
body: DeleteIngressResponseBody,
|
|
1212
1254
|
};
|
|
1213
1255
|
}
|
|
@@ -1262,12 +1304,14 @@ class DeleteNamespaceResponse extends $tea.Model {
|
|
|
1262
1304
|
static names() {
|
|
1263
1305
|
return {
|
|
1264
1306
|
headers: 'headers',
|
|
1307
|
+
statusCode: 'statusCode',
|
|
1265
1308
|
body: 'body',
|
|
1266
1309
|
};
|
|
1267
1310
|
}
|
|
1268
1311
|
static types() {
|
|
1269
1312
|
return {
|
|
1270
1313
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1314
|
+
statusCode: 'number',
|
|
1271
1315
|
body: DeleteNamespaceResponseBody,
|
|
1272
1316
|
};
|
|
1273
1317
|
}
|
|
@@ -1298,6 +1342,7 @@ class DeployApplicationRequest extends $tea.Model {
|
|
|
1298
1342
|
jarStartArgs: 'JarStartArgs',
|
|
1299
1343
|
jarStartOptions: 'JarStartOptions',
|
|
1300
1344
|
jdk: 'Jdk',
|
|
1345
|
+
kafkaConfigs: 'KafkaConfigs',
|
|
1301
1346
|
kafkaEndpoint: 'KafkaEndpoint',
|
|
1302
1347
|
kafkaInstanceId: 'KafkaInstanceId',
|
|
1303
1348
|
kafkaLogfileConfig: 'KafkaLogfileConfig',
|
|
@@ -1349,6 +1394,7 @@ class DeployApplicationRequest extends $tea.Model {
|
|
|
1349
1394
|
jarStartArgs: 'string',
|
|
1350
1395
|
jarStartOptions: 'string',
|
|
1351
1396
|
jdk: 'string',
|
|
1397
|
+
kafkaConfigs: 'string',
|
|
1352
1398
|
kafkaEndpoint: 'string',
|
|
1353
1399
|
kafkaInstanceId: 'string',
|
|
1354
1400
|
kafkaLogfileConfig: 'string',
|
|
@@ -1416,12 +1462,14 @@ class DeployApplicationResponse extends $tea.Model {
|
|
|
1416
1462
|
static names() {
|
|
1417
1463
|
return {
|
|
1418
1464
|
headers: 'headers',
|
|
1465
|
+
statusCode: 'statusCode',
|
|
1419
1466
|
body: 'body',
|
|
1420
1467
|
};
|
|
1421
1468
|
}
|
|
1422
1469
|
static types() {
|
|
1423
1470
|
return {
|
|
1424
1471
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1472
|
+
statusCode: 'number',
|
|
1425
1473
|
body: DeployApplicationResponseBody,
|
|
1426
1474
|
};
|
|
1427
1475
|
}
|
|
@@ -1486,12 +1534,14 @@ class DescribeAppServiceDetailResponse extends $tea.Model {
|
|
|
1486
1534
|
static names() {
|
|
1487
1535
|
return {
|
|
1488
1536
|
headers: 'headers',
|
|
1537
|
+
statusCode: 'statusCode',
|
|
1489
1538
|
body: 'body',
|
|
1490
1539
|
};
|
|
1491
1540
|
}
|
|
1492
1541
|
static types() {
|
|
1493
1542
|
return {
|
|
1494
1543
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1544
|
+
statusCode: 'number',
|
|
1495
1545
|
body: DescribeAppServiceDetailResponseBody,
|
|
1496
1546
|
};
|
|
1497
1547
|
}
|
|
@@ -1550,12 +1600,14 @@ class DescribeApplicationConfigResponse extends $tea.Model {
|
|
|
1550
1600
|
static names() {
|
|
1551
1601
|
return {
|
|
1552
1602
|
headers: 'headers',
|
|
1603
|
+
statusCode: 'statusCode',
|
|
1553
1604
|
body: 'body',
|
|
1554
1605
|
};
|
|
1555
1606
|
}
|
|
1556
1607
|
static types() {
|
|
1557
1608
|
return {
|
|
1558
1609
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1610
|
+
statusCode: 'number',
|
|
1559
1611
|
body: DescribeApplicationConfigResponseBody,
|
|
1560
1612
|
};
|
|
1561
1613
|
}
|
|
@@ -1616,12 +1668,14 @@ class DescribeApplicationGroupsResponse extends $tea.Model {
|
|
|
1616
1668
|
static names() {
|
|
1617
1669
|
return {
|
|
1618
1670
|
headers: 'headers',
|
|
1671
|
+
statusCode: 'statusCode',
|
|
1619
1672
|
body: 'body',
|
|
1620
1673
|
};
|
|
1621
1674
|
}
|
|
1622
1675
|
static types() {
|
|
1623
1676
|
return {
|
|
1624
1677
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1678
|
+
statusCode: 'number',
|
|
1625
1679
|
body: DescribeApplicationGroupsResponseBody,
|
|
1626
1680
|
};
|
|
1627
1681
|
}
|
|
@@ -1680,12 +1734,14 @@ class DescribeApplicationImageResponse extends $tea.Model {
|
|
|
1680
1734
|
static names() {
|
|
1681
1735
|
return {
|
|
1682
1736
|
headers: 'headers',
|
|
1737
|
+
statusCode: 'statusCode',
|
|
1683
1738
|
body: 'body',
|
|
1684
1739
|
};
|
|
1685
1740
|
}
|
|
1686
1741
|
static types() {
|
|
1687
1742
|
return {
|
|
1688
1743
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1744
|
+
statusCode: 'number',
|
|
1689
1745
|
body: DescribeApplicationImageResponseBody,
|
|
1690
1746
|
};
|
|
1691
1747
|
}
|
|
@@ -1750,12 +1806,14 @@ class DescribeApplicationInstancesResponse extends $tea.Model {
|
|
|
1750
1806
|
static names() {
|
|
1751
1807
|
return {
|
|
1752
1808
|
headers: 'headers',
|
|
1809
|
+
statusCode: 'statusCode',
|
|
1753
1810
|
body: 'body',
|
|
1754
1811
|
};
|
|
1755
1812
|
}
|
|
1756
1813
|
static types() {
|
|
1757
1814
|
return {
|
|
1758
1815
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1816
|
+
statusCode: 'number',
|
|
1759
1817
|
body: DescribeApplicationInstancesResponseBody,
|
|
1760
1818
|
};
|
|
1761
1819
|
}
|
|
@@ -1806,12 +1864,14 @@ class DescribeApplicationScalingRuleResponse extends $tea.Model {
|
|
|
1806
1864
|
static names() {
|
|
1807
1865
|
return {
|
|
1808
1866
|
headers: 'headers',
|
|
1867
|
+
statusCode: 'statusCode',
|
|
1809
1868
|
body: 'body',
|
|
1810
1869
|
};
|
|
1811
1870
|
}
|
|
1812
1871
|
static types() {
|
|
1813
1872
|
return {
|
|
1814
1873
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1874
|
+
statusCode: 'number',
|
|
1815
1875
|
body: DescribeApplicationScalingRuleResponseBody,
|
|
1816
1876
|
};
|
|
1817
1877
|
}
|
|
@@ -1860,12 +1920,14 @@ class DescribeApplicationScalingRulesResponse extends $tea.Model {
|
|
|
1860
1920
|
static names() {
|
|
1861
1921
|
return {
|
|
1862
1922
|
headers: 'headers',
|
|
1923
|
+
statusCode: 'statusCode',
|
|
1863
1924
|
body: 'body',
|
|
1864
1925
|
};
|
|
1865
1926
|
}
|
|
1866
1927
|
static types() {
|
|
1867
1928
|
return {
|
|
1868
1929
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1930
|
+
statusCode: 'number',
|
|
1869
1931
|
body: DescribeApplicationScalingRulesResponseBody,
|
|
1870
1932
|
};
|
|
1871
1933
|
}
|
|
@@ -1922,12 +1984,14 @@ class DescribeApplicationSlbsResponse extends $tea.Model {
|
|
|
1922
1984
|
static names() {
|
|
1923
1985
|
return {
|
|
1924
1986
|
headers: 'headers',
|
|
1987
|
+
statusCode: 'statusCode',
|
|
1925
1988
|
body: 'body',
|
|
1926
1989
|
};
|
|
1927
1990
|
}
|
|
1928
1991
|
static types() {
|
|
1929
1992
|
return {
|
|
1930
1993
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1994
|
+
statusCode: 'number',
|
|
1931
1995
|
body: DescribeApplicationSlbsResponseBody,
|
|
1932
1996
|
};
|
|
1933
1997
|
}
|
|
@@ -1984,12 +2048,14 @@ class DescribeApplicationStatusResponse extends $tea.Model {
|
|
|
1984
2048
|
static names() {
|
|
1985
2049
|
return {
|
|
1986
2050
|
headers: 'headers',
|
|
2051
|
+
statusCode: 'statusCode',
|
|
1987
2052
|
body: 'body',
|
|
1988
2053
|
};
|
|
1989
2054
|
}
|
|
1990
2055
|
static types() {
|
|
1991
2056
|
return {
|
|
1992
2057
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2058
|
+
statusCode: 'number',
|
|
1993
2059
|
body: DescribeApplicationStatusResponseBody,
|
|
1994
2060
|
};
|
|
1995
2061
|
}
|
|
@@ -2046,12 +2112,14 @@ class DescribeChangeOrderResponse extends $tea.Model {
|
|
|
2046
2112
|
static names() {
|
|
2047
2113
|
return {
|
|
2048
2114
|
headers: 'headers',
|
|
2115
|
+
statusCode: 'statusCode',
|
|
2049
2116
|
body: 'body',
|
|
2050
2117
|
};
|
|
2051
2118
|
}
|
|
2052
2119
|
static types() {
|
|
2053
2120
|
return {
|
|
2054
2121
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2122
|
+
statusCode: 'number',
|
|
2055
2123
|
body: DescribeChangeOrderResponseBody,
|
|
2056
2124
|
};
|
|
2057
2125
|
}
|
|
@@ -2110,12 +2178,14 @@ class DescribeComponentsResponse extends $tea.Model {
|
|
|
2110
2178
|
static names() {
|
|
2111
2179
|
return {
|
|
2112
2180
|
headers: 'headers',
|
|
2181
|
+
statusCode: 'statusCode',
|
|
2113
2182
|
body: 'body',
|
|
2114
2183
|
};
|
|
2115
2184
|
}
|
|
2116
2185
|
static types() {
|
|
2117
2186
|
return {
|
|
2118
2187
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2188
|
+
statusCode: 'number',
|
|
2119
2189
|
body: DescribeComponentsResponseBody,
|
|
2120
2190
|
};
|
|
2121
2191
|
}
|
|
@@ -2172,12 +2242,14 @@ class DescribeConfigMapResponse extends $tea.Model {
|
|
|
2172
2242
|
static names() {
|
|
2173
2243
|
return {
|
|
2174
2244
|
headers: 'headers',
|
|
2245
|
+
statusCode: 'statusCode',
|
|
2175
2246
|
body: 'body',
|
|
2176
2247
|
};
|
|
2177
2248
|
}
|
|
2178
2249
|
static types() {
|
|
2179
2250
|
return {
|
|
2180
2251
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2252
|
+
statusCode: 'number',
|
|
2181
2253
|
body: DescribeConfigMapResponseBody,
|
|
2182
2254
|
};
|
|
2183
2255
|
}
|
|
@@ -2191,12 +2263,14 @@ class DescribeConfigurationPriceRequest extends $tea.Model {
|
|
|
2191
2263
|
return {
|
|
2192
2264
|
cpu: 'Cpu',
|
|
2193
2265
|
memory: 'Memory',
|
|
2266
|
+
workload: 'Workload',
|
|
2194
2267
|
};
|
|
2195
2268
|
}
|
|
2196
2269
|
static types() {
|
|
2197
2270
|
return {
|
|
2198
2271
|
cpu: 'number',
|
|
2199
2272
|
memory: 'number',
|
|
2273
|
+
workload: 'string',
|
|
2200
2274
|
};
|
|
2201
2275
|
}
|
|
2202
2276
|
}
|
|
@@ -2236,12 +2310,14 @@ class DescribeConfigurationPriceResponse extends $tea.Model {
|
|
|
2236
2310
|
static names() {
|
|
2237
2311
|
return {
|
|
2238
2312
|
headers: 'headers',
|
|
2313
|
+
statusCode: 'statusCode',
|
|
2239
2314
|
body: 'body',
|
|
2240
2315
|
};
|
|
2241
2316
|
}
|
|
2242
2317
|
static types() {
|
|
2243
2318
|
return {
|
|
2244
2319
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2320
|
+
statusCode: 'number',
|
|
2245
2321
|
body: DescribeConfigurationPriceResponseBody,
|
|
2246
2322
|
};
|
|
2247
2323
|
}
|
|
@@ -2282,12 +2358,14 @@ class DescribeEdasContainersResponse extends $tea.Model {
|
|
|
2282
2358
|
static names() {
|
|
2283
2359
|
return {
|
|
2284
2360
|
headers: 'headers',
|
|
2361
|
+
statusCode: 'statusCode',
|
|
2285
2362
|
body: 'body',
|
|
2286
2363
|
};
|
|
2287
2364
|
}
|
|
2288
2365
|
static types() {
|
|
2289
2366
|
return {
|
|
2290
2367
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2368
|
+
statusCode: 'number',
|
|
2291
2369
|
body: DescribeEdasContainersResponseBody,
|
|
2292
2370
|
};
|
|
2293
2371
|
}
|
|
@@ -2344,12 +2422,14 @@ class DescribeGreyTagRouteResponse extends $tea.Model {
|
|
|
2344
2422
|
static names() {
|
|
2345
2423
|
return {
|
|
2346
2424
|
headers: 'headers',
|
|
2425
|
+
statusCode: 'statusCode',
|
|
2347
2426
|
body: 'body',
|
|
2348
2427
|
};
|
|
2349
2428
|
}
|
|
2350
2429
|
static types() {
|
|
2351
2430
|
return {
|
|
2352
2431
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2432
|
+
statusCode: 'number',
|
|
2353
2433
|
body: DescribeGreyTagRouteResponseBody,
|
|
2354
2434
|
};
|
|
2355
2435
|
}
|
|
@@ -2406,12 +2486,14 @@ class DescribeIngressResponse extends $tea.Model {
|
|
|
2406
2486
|
static names() {
|
|
2407
2487
|
return {
|
|
2408
2488
|
headers: 'headers',
|
|
2489
|
+
statusCode: 'statusCode',
|
|
2409
2490
|
body: 'body',
|
|
2410
2491
|
};
|
|
2411
2492
|
}
|
|
2412
2493
|
static types() {
|
|
2413
2494
|
return {
|
|
2414
2495
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2496
|
+
statusCode: 'number',
|
|
2415
2497
|
body: DescribeIngressResponseBody,
|
|
2416
2498
|
};
|
|
2417
2499
|
}
|
|
@@ -2468,12 +2550,14 @@ class DescribeInstanceLogResponse extends $tea.Model {
|
|
|
2468
2550
|
static names() {
|
|
2469
2551
|
return {
|
|
2470
2552
|
headers: 'headers',
|
|
2553
|
+
statusCode: 'statusCode',
|
|
2471
2554
|
body: 'body',
|
|
2472
2555
|
};
|
|
2473
2556
|
}
|
|
2474
2557
|
static types() {
|
|
2475
2558
|
return {
|
|
2476
2559
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2560
|
+
statusCode: 'number',
|
|
2477
2561
|
body: DescribeInstanceLogResponseBody,
|
|
2478
2562
|
};
|
|
2479
2563
|
}
|
|
@@ -2514,12 +2598,14 @@ class DescribeInstanceSpecificationsResponse extends $tea.Model {
|
|
|
2514
2598
|
static names() {
|
|
2515
2599
|
return {
|
|
2516
2600
|
headers: 'headers',
|
|
2601
|
+
statusCode: 'statusCode',
|
|
2517
2602
|
body: 'body',
|
|
2518
2603
|
};
|
|
2519
2604
|
}
|
|
2520
2605
|
static types() {
|
|
2521
2606
|
return {
|
|
2522
2607
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2608
|
+
statusCode: 'number',
|
|
2523
2609
|
body: DescribeInstanceSpecificationsResponseBody,
|
|
2524
2610
|
};
|
|
2525
2611
|
}
|
|
@@ -2576,12 +2662,14 @@ class DescribeNamespaceResponse extends $tea.Model {
|
|
|
2576
2662
|
static names() {
|
|
2577
2663
|
return {
|
|
2578
2664
|
headers: 'headers',
|
|
2665
|
+
statusCode: 'statusCode',
|
|
2579
2666
|
body: 'body',
|
|
2580
2667
|
};
|
|
2581
2668
|
}
|
|
2582
2669
|
static types() {
|
|
2583
2670
|
return {
|
|
2584
2671
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2672
|
+
statusCode: 'number',
|
|
2585
2673
|
body: DescribeNamespaceResponseBody,
|
|
2586
2674
|
};
|
|
2587
2675
|
}
|
|
@@ -2640,12 +2728,14 @@ class DescribeNamespaceListResponse extends $tea.Model {
|
|
|
2640
2728
|
static names() {
|
|
2641
2729
|
return {
|
|
2642
2730
|
headers: 'headers',
|
|
2731
|
+
statusCode: 'statusCode',
|
|
2643
2732
|
body: 'body',
|
|
2644
2733
|
};
|
|
2645
2734
|
}
|
|
2646
2735
|
static types() {
|
|
2647
2736
|
return {
|
|
2648
2737
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2738
|
+
statusCode: 'number',
|
|
2649
2739
|
body: DescribeNamespaceListResponseBody,
|
|
2650
2740
|
};
|
|
2651
2741
|
}
|
|
@@ -2702,12 +2792,14 @@ class DescribeNamespaceResourcesResponse extends $tea.Model {
|
|
|
2702
2792
|
static names() {
|
|
2703
2793
|
return {
|
|
2704
2794
|
headers: 'headers',
|
|
2795
|
+
statusCode: 'statusCode',
|
|
2705
2796
|
body: 'body',
|
|
2706
2797
|
};
|
|
2707
2798
|
}
|
|
2708
2799
|
static types() {
|
|
2709
2800
|
return {
|
|
2710
2801
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2802
|
+
statusCode: 'number',
|
|
2711
2803
|
body: DescribeNamespaceResourcesResponseBody,
|
|
2712
2804
|
};
|
|
2713
2805
|
}
|
|
@@ -2766,12 +2858,14 @@ class DescribeNamespacesResponse extends $tea.Model {
|
|
|
2766
2858
|
static names() {
|
|
2767
2859
|
return {
|
|
2768
2860
|
headers: 'headers',
|
|
2861
|
+
statusCode: 'statusCode',
|
|
2769
2862
|
body: 'body',
|
|
2770
2863
|
};
|
|
2771
2864
|
}
|
|
2772
2865
|
static types() {
|
|
2773
2866
|
return {
|
|
2774
2867
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2868
|
+
statusCode: 'number',
|
|
2775
2869
|
body: DescribeNamespacesResponseBody,
|
|
2776
2870
|
};
|
|
2777
2871
|
}
|
|
@@ -2828,12 +2922,14 @@ class DescribePipelineResponse extends $tea.Model {
|
|
|
2828
2922
|
static names() {
|
|
2829
2923
|
return {
|
|
2830
2924
|
headers: 'headers',
|
|
2925
|
+
statusCode: 'statusCode',
|
|
2831
2926
|
body: 'body',
|
|
2832
2927
|
};
|
|
2833
2928
|
}
|
|
2834
2929
|
static types() {
|
|
2835
2930
|
return {
|
|
2836
2931
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2932
|
+
statusCode: 'number',
|
|
2837
2933
|
body: DescribePipelineResponseBody,
|
|
2838
2934
|
};
|
|
2839
2935
|
}
|
|
@@ -2868,12 +2964,14 @@ class DescribeRegionsResponse extends $tea.Model {
|
|
|
2868
2964
|
static names() {
|
|
2869
2965
|
return {
|
|
2870
2966
|
headers: 'headers',
|
|
2967
|
+
statusCode: 'statusCode',
|
|
2871
2968
|
body: 'body',
|
|
2872
2969
|
};
|
|
2873
2970
|
}
|
|
2874
2971
|
static types() {
|
|
2875
2972
|
return {
|
|
2876
2973
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2974
|
+
statusCode: 'number',
|
|
2877
2975
|
body: DescribeRegionsResponseBody,
|
|
2878
2976
|
};
|
|
2879
2977
|
}
|
|
@@ -2922,137 +3020,153 @@ class DisableApplicationScalingRuleResponse extends $tea.Model {
|
|
|
2922
3020
|
static names() {
|
|
2923
3021
|
return {
|
|
2924
3022
|
headers: 'headers',
|
|
3023
|
+
statusCode: 'statusCode',
|
|
2925
3024
|
body: 'body',
|
|
2926
3025
|
};
|
|
2927
3026
|
}
|
|
2928
3027
|
static types() {
|
|
2929
3028
|
return {
|
|
2930
3029
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3030
|
+
statusCode: 'number',
|
|
2931
3031
|
body: DisableApplicationScalingRuleResponseBody,
|
|
2932
3032
|
};
|
|
2933
3033
|
}
|
|
2934
3034
|
}
|
|
2935
3035
|
exports.DisableApplicationScalingRuleResponse = DisableApplicationScalingRuleResponse;
|
|
2936
|
-
class
|
|
3036
|
+
class EnableApplicationScalingRuleRequest extends $tea.Model {
|
|
2937
3037
|
constructor(map) {
|
|
2938
3038
|
super(map);
|
|
2939
3039
|
}
|
|
2940
3040
|
static names() {
|
|
2941
3041
|
return {
|
|
2942
3042
|
appId: 'AppId',
|
|
2943
|
-
|
|
2944
|
-
localpath: 'Localpath',
|
|
3043
|
+
scalingRuleName: 'ScalingRuleName',
|
|
2945
3044
|
};
|
|
2946
3045
|
}
|
|
2947
3046
|
static types() {
|
|
2948
3047
|
return {
|
|
2949
3048
|
appId: 'string',
|
|
2950
|
-
|
|
2951
|
-
localpath: 'string',
|
|
3049
|
+
scalingRuleName: 'string',
|
|
2952
3050
|
};
|
|
2953
3051
|
}
|
|
2954
3052
|
}
|
|
2955
|
-
exports.
|
|
2956
|
-
class
|
|
3053
|
+
exports.EnableApplicationScalingRuleRequest = EnableApplicationScalingRuleRequest;
|
|
3054
|
+
class EnableApplicationScalingRuleResponseBody extends $tea.Model {
|
|
2957
3055
|
constructor(map) {
|
|
2958
3056
|
super(map);
|
|
2959
3057
|
}
|
|
2960
3058
|
static names() {
|
|
2961
3059
|
return {
|
|
2962
|
-
code: 'Code',
|
|
2963
|
-
data: 'Data',
|
|
2964
|
-
errorCode: 'ErrorCode',
|
|
2965
|
-
message: 'Message',
|
|
2966
3060
|
requestId: 'RequestId',
|
|
2967
|
-
success: 'Success',
|
|
2968
3061
|
traceId: 'TraceId',
|
|
2969
3062
|
};
|
|
2970
3063
|
}
|
|
2971
3064
|
static types() {
|
|
2972
3065
|
return {
|
|
2973
|
-
code: 'string',
|
|
2974
|
-
data: 'string',
|
|
2975
|
-
errorCode: 'string',
|
|
2976
|
-
message: 'string',
|
|
2977
3066
|
requestId: 'string',
|
|
2978
|
-
success: 'boolean',
|
|
2979
3067
|
traceId: 'string',
|
|
2980
3068
|
};
|
|
2981
3069
|
}
|
|
2982
3070
|
}
|
|
2983
|
-
exports.
|
|
2984
|
-
class
|
|
3071
|
+
exports.EnableApplicationScalingRuleResponseBody = EnableApplicationScalingRuleResponseBody;
|
|
3072
|
+
class EnableApplicationScalingRuleResponse extends $tea.Model {
|
|
2985
3073
|
constructor(map) {
|
|
2986
3074
|
super(map);
|
|
2987
3075
|
}
|
|
2988
3076
|
static names() {
|
|
2989
3077
|
return {
|
|
2990
3078
|
headers: 'headers',
|
|
3079
|
+
statusCode: 'statusCode',
|
|
2991
3080
|
body: 'body',
|
|
2992
3081
|
};
|
|
2993
3082
|
}
|
|
2994
3083
|
static types() {
|
|
2995
3084
|
return {
|
|
2996
3085
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2997
|
-
|
|
3086
|
+
statusCode: 'number',
|
|
3087
|
+
body: EnableApplicationScalingRuleResponseBody,
|
|
2998
3088
|
};
|
|
2999
3089
|
}
|
|
3000
3090
|
}
|
|
3001
|
-
exports.
|
|
3002
|
-
class
|
|
3091
|
+
exports.EnableApplicationScalingRuleResponse = EnableApplicationScalingRuleResponse;
|
|
3092
|
+
class ExecJobRequest extends $tea.Model {
|
|
3003
3093
|
constructor(map) {
|
|
3004
3094
|
super(map);
|
|
3005
3095
|
}
|
|
3006
3096
|
static names() {
|
|
3007
3097
|
return {
|
|
3008
3098
|
appId: 'AppId',
|
|
3009
|
-
|
|
3099
|
+
command: 'Command',
|
|
3100
|
+
commandArgs: 'CommandArgs',
|
|
3101
|
+
envs: 'Envs',
|
|
3102
|
+
eventId: 'EventId',
|
|
3103
|
+
jarStartArgs: 'JarStartArgs',
|
|
3104
|
+
jarStartOptions: 'JarStartOptions',
|
|
3105
|
+
warStartOptions: 'WarStartOptions',
|
|
3010
3106
|
};
|
|
3011
3107
|
}
|
|
3012
3108
|
static types() {
|
|
3013
3109
|
return {
|
|
3014
3110
|
appId: 'string',
|
|
3015
|
-
|
|
3111
|
+
command: 'string',
|
|
3112
|
+
commandArgs: 'string',
|
|
3113
|
+
envs: 'string',
|
|
3114
|
+
eventId: 'string',
|
|
3115
|
+
jarStartArgs: 'string',
|
|
3116
|
+
jarStartOptions: 'string',
|
|
3117
|
+
warStartOptions: 'string',
|
|
3016
3118
|
};
|
|
3017
3119
|
}
|
|
3018
3120
|
}
|
|
3019
|
-
exports.
|
|
3020
|
-
class
|
|
3121
|
+
exports.ExecJobRequest = ExecJobRequest;
|
|
3122
|
+
class ExecJobResponseBody extends $tea.Model {
|
|
3021
3123
|
constructor(map) {
|
|
3022
3124
|
super(map);
|
|
3023
3125
|
}
|
|
3024
3126
|
static names() {
|
|
3025
3127
|
return {
|
|
3128
|
+
code: 'Code',
|
|
3129
|
+
data: 'Data',
|
|
3130
|
+
errorCode: 'ErrorCode',
|
|
3131
|
+
message: 'Message',
|
|
3026
3132
|
requestId: 'RequestId',
|
|
3133
|
+
success: 'Success',
|
|
3027
3134
|
traceId: 'TraceId',
|
|
3028
3135
|
};
|
|
3029
3136
|
}
|
|
3030
3137
|
static types() {
|
|
3031
3138
|
return {
|
|
3139
|
+
code: 'string',
|
|
3140
|
+
data: 'string',
|
|
3141
|
+
errorCode: 'string',
|
|
3142
|
+
message: 'string',
|
|
3032
3143
|
requestId: 'string',
|
|
3144
|
+
success: 'boolean',
|
|
3033
3145
|
traceId: 'string',
|
|
3034
3146
|
};
|
|
3035
3147
|
}
|
|
3036
3148
|
}
|
|
3037
|
-
exports.
|
|
3038
|
-
class
|
|
3149
|
+
exports.ExecJobResponseBody = ExecJobResponseBody;
|
|
3150
|
+
class ExecJobResponse extends $tea.Model {
|
|
3039
3151
|
constructor(map) {
|
|
3040
3152
|
super(map);
|
|
3041
3153
|
}
|
|
3042
3154
|
static names() {
|
|
3043
3155
|
return {
|
|
3044
3156
|
headers: 'headers',
|
|
3157
|
+
statusCode: 'statusCode',
|
|
3045
3158
|
body: 'body',
|
|
3046
3159
|
};
|
|
3047
3160
|
}
|
|
3048
3161
|
static types() {
|
|
3049
3162
|
return {
|
|
3050
3163
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3051
|
-
|
|
3164
|
+
statusCode: 'number',
|
|
3165
|
+
body: ExecJobResponseBody,
|
|
3052
3166
|
};
|
|
3053
3167
|
}
|
|
3054
3168
|
}
|
|
3055
|
-
exports.
|
|
3169
|
+
exports.ExecJobResponse = ExecJobResponse;
|
|
3056
3170
|
class ListAppEventsRequest extends $tea.Model {
|
|
3057
3171
|
constructor(map) {
|
|
3058
3172
|
super(map);
|
|
@@ -3116,12 +3230,14 @@ class ListAppEventsResponse extends $tea.Model {
|
|
|
3116
3230
|
static names() {
|
|
3117
3231
|
return {
|
|
3118
3232
|
headers: 'headers',
|
|
3233
|
+
statusCode: 'statusCode',
|
|
3119
3234
|
body: 'body',
|
|
3120
3235
|
};
|
|
3121
3236
|
}
|
|
3122
3237
|
static types() {
|
|
3123
3238
|
return {
|
|
3124
3239
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3240
|
+
statusCode: 'number',
|
|
3125
3241
|
body: ListAppEventsResponseBody,
|
|
3126
3242
|
};
|
|
3127
3243
|
}
|
|
@@ -3184,12 +3300,14 @@ class ListAppServicesPageResponse extends $tea.Model {
|
|
|
3184
3300
|
static names() {
|
|
3185
3301
|
return {
|
|
3186
3302
|
headers: 'headers',
|
|
3303
|
+
statusCode: 'statusCode',
|
|
3187
3304
|
body: 'body',
|
|
3188
3305
|
};
|
|
3189
3306
|
}
|
|
3190
3307
|
static types() {
|
|
3191
3308
|
return {
|
|
3192
3309
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3310
|
+
statusCode: 'number',
|
|
3193
3311
|
body: ListAppServicesPageResponseBody,
|
|
3194
3312
|
};
|
|
3195
3313
|
}
|
|
@@ -3244,12 +3362,14 @@ class ListAppVersionsResponse extends $tea.Model {
|
|
|
3244
3362
|
static names() {
|
|
3245
3363
|
return {
|
|
3246
3364
|
headers: 'headers',
|
|
3365
|
+
statusCode: 'statusCode',
|
|
3247
3366
|
body: 'body',
|
|
3248
3367
|
};
|
|
3249
3368
|
}
|
|
3250
3369
|
static types() {
|
|
3251
3370
|
return {
|
|
3252
3371
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3372
|
+
statusCode: 'number',
|
|
3253
3373
|
body: ListAppVersionsResponseBody,
|
|
3254
3374
|
};
|
|
3255
3375
|
}
|
|
@@ -3326,12 +3446,14 @@ class ListApplicationsResponse extends $tea.Model {
|
|
|
3326
3446
|
static names() {
|
|
3327
3447
|
return {
|
|
3328
3448
|
headers: 'headers',
|
|
3449
|
+
statusCode: 'statusCode',
|
|
3329
3450
|
body: 'body',
|
|
3330
3451
|
};
|
|
3331
3452
|
}
|
|
3332
3453
|
static types() {
|
|
3333
3454
|
return {
|
|
3334
3455
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3456
|
+
statusCode: 'number',
|
|
3335
3457
|
body: ListApplicationsResponseBody,
|
|
3336
3458
|
};
|
|
3337
3459
|
}
|
|
@@ -3398,12 +3520,14 @@ class ListChangeOrdersResponse extends $tea.Model {
|
|
|
3398
3520
|
static names() {
|
|
3399
3521
|
return {
|
|
3400
3522
|
headers: 'headers',
|
|
3523
|
+
statusCode: 'statusCode',
|
|
3401
3524
|
body: 'body',
|
|
3402
3525
|
};
|
|
3403
3526
|
}
|
|
3404
3527
|
static types() {
|
|
3405
3528
|
return {
|
|
3406
3529
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3530
|
+
statusCode: 'number',
|
|
3407
3531
|
body: ListChangeOrdersResponseBody,
|
|
3408
3532
|
};
|
|
3409
3533
|
}
|
|
@@ -3460,12 +3584,14 @@ class ListConsumedServicesResponse extends $tea.Model {
|
|
|
3460
3584
|
static names() {
|
|
3461
3585
|
return {
|
|
3462
3586
|
headers: 'headers',
|
|
3587
|
+
statusCode: 'statusCode',
|
|
3463
3588
|
body: 'body',
|
|
3464
3589
|
};
|
|
3465
3590
|
}
|
|
3466
3591
|
static types() {
|
|
3467
3592
|
return {
|
|
3468
3593
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3594
|
+
statusCode: 'number',
|
|
3469
3595
|
body: ListConsumedServicesResponseBody,
|
|
3470
3596
|
};
|
|
3471
3597
|
}
|
|
@@ -3522,12 +3648,14 @@ class ListGreyTagRouteResponse extends $tea.Model {
|
|
|
3522
3648
|
static names() {
|
|
3523
3649
|
return {
|
|
3524
3650
|
headers: 'headers',
|
|
3651
|
+
statusCode: 'statusCode',
|
|
3525
3652
|
body: 'body',
|
|
3526
3653
|
};
|
|
3527
3654
|
}
|
|
3528
3655
|
static types() {
|
|
3529
3656
|
return {
|
|
3530
3657
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3658
|
+
statusCode: 'number',
|
|
3531
3659
|
body: ListGreyTagRouteResponseBody,
|
|
3532
3660
|
};
|
|
3533
3661
|
}
|
|
@@ -3586,12 +3714,14 @@ class ListIngressesResponse extends $tea.Model {
|
|
|
3586
3714
|
static names() {
|
|
3587
3715
|
return {
|
|
3588
3716
|
headers: 'headers',
|
|
3717
|
+
statusCode: 'statusCode',
|
|
3589
3718
|
body: 'body',
|
|
3590
3719
|
};
|
|
3591
3720
|
}
|
|
3592
3721
|
static types() {
|
|
3593
3722
|
return {
|
|
3594
3723
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3724
|
+
statusCode: 'number',
|
|
3595
3725
|
body: ListIngressesResponseBody,
|
|
3596
3726
|
};
|
|
3597
3727
|
}
|
|
@@ -3652,12 +3782,14 @@ class ListLogConfigsResponse extends $tea.Model {
|
|
|
3652
3782
|
static names() {
|
|
3653
3783
|
return {
|
|
3654
3784
|
headers: 'headers',
|
|
3785
|
+
statusCode: 'statusCode',
|
|
3655
3786
|
body: 'body',
|
|
3656
3787
|
};
|
|
3657
3788
|
}
|
|
3658
3789
|
static types() {
|
|
3659
3790
|
return {
|
|
3660
3791
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3792
|
+
statusCode: 'number',
|
|
3661
3793
|
body: ListLogConfigsResponseBody,
|
|
3662
3794
|
};
|
|
3663
3795
|
}
|
|
@@ -3724,12 +3856,14 @@ class ListNamespaceChangeOrdersResponse extends $tea.Model {
|
|
|
3724
3856
|
static names() {
|
|
3725
3857
|
return {
|
|
3726
3858
|
headers: 'headers',
|
|
3859
|
+
statusCode: 'statusCode',
|
|
3727
3860
|
body: 'body',
|
|
3728
3861
|
};
|
|
3729
3862
|
}
|
|
3730
3863
|
static types() {
|
|
3731
3864
|
return {
|
|
3732
3865
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3866
|
+
statusCode: 'number',
|
|
3733
3867
|
body: ListNamespaceChangeOrdersResponseBody,
|
|
3734
3868
|
};
|
|
3735
3869
|
}
|
|
@@ -3786,12 +3920,14 @@ class ListNamespacedConfigMapsResponse extends $tea.Model {
|
|
|
3786
3920
|
static names() {
|
|
3787
3921
|
return {
|
|
3788
3922
|
headers: 'headers',
|
|
3923
|
+
statusCode: 'statusCode',
|
|
3789
3924
|
body: 'body',
|
|
3790
3925
|
};
|
|
3791
3926
|
}
|
|
3792
3927
|
static types() {
|
|
3793
3928
|
return {
|
|
3794
3929
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3930
|
+
statusCode: 'number',
|
|
3795
3931
|
body: ListNamespacedConfigMapsResponseBody,
|
|
3796
3932
|
};
|
|
3797
3933
|
}
|
|
@@ -3848,12 +3984,14 @@ class ListPublishedServicesResponse extends $tea.Model {
|
|
|
3848
3984
|
static names() {
|
|
3849
3985
|
return {
|
|
3850
3986
|
headers: 'headers',
|
|
3987
|
+
statusCode: 'statusCode',
|
|
3851
3988
|
body: 'body',
|
|
3852
3989
|
};
|
|
3853
3990
|
}
|
|
3854
3991
|
static types() {
|
|
3855
3992
|
return {
|
|
3856
3993
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3994
|
+
statusCode: 'number',
|
|
3857
3995
|
body: ListPublishedServicesResponseBody,
|
|
3858
3996
|
};
|
|
3859
3997
|
}
|
|
@@ -3918,12 +4056,14 @@ class ListTagResourcesResponse extends $tea.Model {
|
|
|
3918
4056
|
static names() {
|
|
3919
4057
|
return {
|
|
3920
4058
|
headers: 'headers',
|
|
4059
|
+
statusCode: 'statusCode',
|
|
3921
4060
|
body: 'body',
|
|
3922
4061
|
};
|
|
3923
4062
|
}
|
|
3924
4063
|
static types() {
|
|
3925
4064
|
return {
|
|
3926
4065
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4066
|
+
statusCode: 'number',
|
|
3927
4067
|
body: ListTagResourcesResponseBody,
|
|
3928
4068
|
};
|
|
3929
4069
|
}
|
|
@@ -3954,12 +4094,14 @@ class OpenSaeServiceResponse extends $tea.Model {
|
|
|
3954
4094
|
static names() {
|
|
3955
4095
|
return {
|
|
3956
4096
|
headers: 'headers',
|
|
4097
|
+
statusCode: 'statusCode',
|
|
3957
4098
|
body: 'body',
|
|
3958
4099
|
};
|
|
3959
4100
|
}
|
|
3960
4101
|
static types() {
|
|
3961
4102
|
return {
|
|
3962
4103
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4104
|
+
statusCode: 'number',
|
|
3963
4105
|
body: OpenSaeServiceResponseBody,
|
|
3964
4106
|
};
|
|
3965
4107
|
}
|
|
@@ -4016,12 +4158,14 @@ class QueryResourceStaticsResponse extends $tea.Model {
|
|
|
4016
4158
|
static names() {
|
|
4017
4159
|
return {
|
|
4018
4160
|
headers: 'headers',
|
|
4161
|
+
statusCode: 'statusCode',
|
|
4019
4162
|
body: 'body',
|
|
4020
4163
|
};
|
|
4021
4164
|
}
|
|
4022
4165
|
static types() {
|
|
4023
4166
|
return {
|
|
4024
4167
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4168
|
+
statusCode: 'number',
|
|
4025
4169
|
body: QueryResourceStaticsResponseBody,
|
|
4026
4170
|
};
|
|
4027
4171
|
}
|
|
@@ -4080,12 +4224,14 @@ class ReduceApplicationCapacityByInstanceIdsResponse extends $tea.Model {
|
|
|
4080
4224
|
static names() {
|
|
4081
4225
|
return {
|
|
4082
4226
|
headers: 'headers',
|
|
4227
|
+
statusCode: 'statusCode',
|
|
4083
4228
|
body: 'body',
|
|
4084
4229
|
};
|
|
4085
4230
|
}
|
|
4086
4231
|
static types() {
|
|
4087
4232
|
return {
|
|
4088
4233
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4234
|
+
statusCode: 'number',
|
|
4089
4235
|
body: ReduceApplicationCapacityByInstanceIdsResponseBody,
|
|
4090
4236
|
};
|
|
4091
4237
|
}
|
|
@@ -4148,12 +4294,14 @@ class RescaleApplicationResponse extends $tea.Model {
|
|
|
4148
4294
|
static names() {
|
|
4149
4295
|
return {
|
|
4150
4296
|
headers: 'headers',
|
|
4297
|
+
statusCode: 'statusCode',
|
|
4151
4298
|
body: 'body',
|
|
4152
4299
|
};
|
|
4153
4300
|
}
|
|
4154
4301
|
static types() {
|
|
4155
4302
|
return {
|
|
4156
4303
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4304
|
+
statusCode: 'number',
|
|
4157
4305
|
body: RescaleApplicationResponseBody,
|
|
4158
4306
|
};
|
|
4159
4307
|
}
|
|
@@ -4214,12 +4362,14 @@ class RescaleApplicationVerticallyResponse extends $tea.Model {
|
|
|
4214
4362
|
static names() {
|
|
4215
4363
|
return {
|
|
4216
4364
|
headers: 'headers',
|
|
4365
|
+
statusCode: 'statusCode',
|
|
4217
4366
|
body: 'body',
|
|
4218
4367
|
};
|
|
4219
4368
|
}
|
|
4220
4369
|
static types() {
|
|
4221
4370
|
return {
|
|
4222
4371
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4372
|
+
statusCode: 'number',
|
|
4223
4373
|
body: RescaleApplicationVerticallyResponseBody,
|
|
4224
4374
|
};
|
|
4225
4375
|
}
|
|
@@ -4280,12 +4430,14 @@ class RestartApplicationResponse extends $tea.Model {
|
|
|
4280
4430
|
static names() {
|
|
4281
4431
|
return {
|
|
4282
4432
|
headers: 'headers',
|
|
4433
|
+
statusCode: 'statusCode',
|
|
4283
4434
|
body: 'body',
|
|
4284
4435
|
};
|
|
4285
4436
|
}
|
|
4286
4437
|
static types() {
|
|
4287
4438
|
return {
|
|
4288
4439
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4440
|
+
statusCode: 'number',
|
|
4289
4441
|
body: RestartApplicationResponseBody,
|
|
4290
4442
|
};
|
|
4291
4443
|
}
|
|
@@ -4344,12 +4496,14 @@ class RestartInstancesResponse extends $tea.Model {
|
|
|
4344
4496
|
static names() {
|
|
4345
4497
|
return {
|
|
4346
4498
|
headers: 'headers',
|
|
4499
|
+
statusCode: 'statusCode',
|
|
4347
4500
|
body: 'body',
|
|
4348
4501
|
};
|
|
4349
4502
|
}
|
|
4350
4503
|
static types() {
|
|
4351
4504
|
return {
|
|
4352
4505
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4506
|
+
statusCode: 'number',
|
|
4353
4507
|
body: RestartInstancesResponseBody,
|
|
4354
4508
|
};
|
|
4355
4509
|
}
|
|
@@ -4418,12 +4572,14 @@ class RollbackApplicationResponse extends $tea.Model {
|
|
|
4418
4572
|
static names() {
|
|
4419
4573
|
return {
|
|
4420
4574
|
headers: 'headers',
|
|
4575
|
+
statusCode: 'statusCode',
|
|
4421
4576
|
body: 'body',
|
|
4422
4577
|
};
|
|
4423
4578
|
}
|
|
4424
4579
|
static types() {
|
|
4425
4580
|
return {
|
|
4426
4581
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4582
|
+
statusCode: 'number',
|
|
4427
4583
|
body: RollbackApplicationResponseBody,
|
|
4428
4584
|
};
|
|
4429
4585
|
}
|
|
@@ -4480,12 +4636,14 @@ class StartApplicationResponse extends $tea.Model {
|
|
|
4480
4636
|
static names() {
|
|
4481
4637
|
return {
|
|
4482
4638
|
headers: 'headers',
|
|
4639
|
+
statusCode: 'statusCode',
|
|
4483
4640
|
body: 'body',
|
|
4484
4641
|
};
|
|
4485
4642
|
}
|
|
4486
4643
|
static types() {
|
|
4487
4644
|
return {
|
|
4488
4645
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4646
|
+
statusCode: 'number',
|
|
4489
4647
|
body: StartApplicationResponseBody,
|
|
4490
4648
|
};
|
|
4491
4649
|
}
|
|
@@ -4542,12 +4700,14 @@ class StopApplicationResponse extends $tea.Model {
|
|
|
4542
4700
|
static names() {
|
|
4543
4701
|
return {
|
|
4544
4702
|
headers: 'headers',
|
|
4703
|
+
statusCode: 'statusCode',
|
|
4545
4704
|
body: 'body',
|
|
4546
4705
|
};
|
|
4547
4706
|
}
|
|
4548
4707
|
static types() {
|
|
4549
4708
|
return {
|
|
4550
4709
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4710
|
+
statusCode: 'number',
|
|
4551
4711
|
body: StopApplicationResponseBody,
|
|
4552
4712
|
};
|
|
4553
4713
|
}
|
|
@@ -4610,12 +4770,14 @@ class TagResourcesResponse extends $tea.Model {
|
|
|
4610
4770
|
static names() {
|
|
4611
4771
|
return {
|
|
4612
4772
|
headers: 'headers',
|
|
4773
|
+
statusCode: 'statusCode',
|
|
4613
4774
|
body: 'body',
|
|
4614
4775
|
};
|
|
4615
4776
|
}
|
|
4616
4777
|
static types() {
|
|
4617
4778
|
return {
|
|
4618
4779
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4780
|
+
statusCode: 'number',
|
|
4619
4781
|
body: TagResourcesResponseBody,
|
|
4620
4782
|
};
|
|
4621
4783
|
}
|
|
@@ -4676,12 +4838,14 @@ class UnbindSlbResponse extends $tea.Model {
|
|
|
4676
4838
|
static names() {
|
|
4677
4839
|
return {
|
|
4678
4840
|
headers: 'headers',
|
|
4841
|
+
statusCode: 'statusCode',
|
|
4679
4842
|
body: 'body',
|
|
4680
4843
|
};
|
|
4681
4844
|
}
|
|
4682
4845
|
static types() {
|
|
4683
4846
|
return {
|
|
4684
4847
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4848
|
+
statusCode: 'number',
|
|
4685
4849
|
body: UnbindSlbResponseBody,
|
|
4686
4850
|
};
|
|
4687
4851
|
}
|
|
@@ -4746,12 +4910,14 @@ class UntagResourcesResponse extends $tea.Model {
|
|
|
4746
4910
|
static names() {
|
|
4747
4911
|
return {
|
|
4748
4912
|
headers: 'headers',
|
|
4913
|
+
statusCode: 'statusCode',
|
|
4749
4914
|
body: 'body',
|
|
4750
4915
|
};
|
|
4751
4916
|
}
|
|
4752
4917
|
static types() {
|
|
4753
4918
|
return {
|
|
4754
4919
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4920
|
+
statusCode: 'number',
|
|
4755
4921
|
body: UntagResourcesResponseBody,
|
|
4756
4922
|
};
|
|
4757
4923
|
}
|
|
@@ -4808,17 +4974,83 @@ class UpdateAppSecurityGroupResponse extends $tea.Model {
|
|
|
4808
4974
|
static names() {
|
|
4809
4975
|
return {
|
|
4810
4976
|
headers: 'headers',
|
|
4977
|
+
statusCode: 'statusCode',
|
|
4811
4978
|
body: 'body',
|
|
4812
4979
|
};
|
|
4813
4980
|
}
|
|
4814
4981
|
static types() {
|
|
4815
4982
|
return {
|
|
4816
4983
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4984
|
+
statusCode: 'number',
|
|
4817
4985
|
body: UpdateAppSecurityGroupResponseBody,
|
|
4818
4986
|
};
|
|
4819
4987
|
}
|
|
4820
4988
|
}
|
|
4821
4989
|
exports.UpdateAppSecurityGroupResponse = UpdateAppSecurityGroupResponse;
|
|
4990
|
+
class UpdateApplicationDescriptionRequest extends $tea.Model {
|
|
4991
|
+
constructor(map) {
|
|
4992
|
+
super(map);
|
|
4993
|
+
}
|
|
4994
|
+
static names() {
|
|
4995
|
+
return {
|
|
4996
|
+
appDescription: 'AppDescription',
|
|
4997
|
+
appId: 'AppId',
|
|
4998
|
+
};
|
|
4999
|
+
}
|
|
5000
|
+
static types() {
|
|
5001
|
+
return {
|
|
5002
|
+
appDescription: 'string',
|
|
5003
|
+
appId: 'string',
|
|
5004
|
+
};
|
|
5005
|
+
}
|
|
5006
|
+
}
|
|
5007
|
+
exports.UpdateApplicationDescriptionRequest = UpdateApplicationDescriptionRequest;
|
|
5008
|
+
class UpdateApplicationDescriptionResponseBody extends $tea.Model {
|
|
5009
|
+
constructor(map) {
|
|
5010
|
+
super(map);
|
|
5011
|
+
}
|
|
5012
|
+
static names() {
|
|
5013
|
+
return {
|
|
5014
|
+
code: 'Code',
|
|
5015
|
+
errorCode: 'ErrorCode',
|
|
5016
|
+
message: 'Message',
|
|
5017
|
+
requestId: 'RequestId',
|
|
5018
|
+
success: 'Success',
|
|
5019
|
+
traceId: 'TraceId',
|
|
5020
|
+
};
|
|
5021
|
+
}
|
|
5022
|
+
static types() {
|
|
5023
|
+
return {
|
|
5024
|
+
code: 'string',
|
|
5025
|
+
errorCode: 'string',
|
|
5026
|
+
message: 'string',
|
|
5027
|
+
requestId: 'string',
|
|
5028
|
+
success: 'boolean',
|
|
5029
|
+
traceId: 'string',
|
|
5030
|
+
};
|
|
5031
|
+
}
|
|
5032
|
+
}
|
|
5033
|
+
exports.UpdateApplicationDescriptionResponseBody = UpdateApplicationDescriptionResponseBody;
|
|
5034
|
+
class UpdateApplicationDescriptionResponse extends $tea.Model {
|
|
5035
|
+
constructor(map) {
|
|
5036
|
+
super(map);
|
|
5037
|
+
}
|
|
5038
|
+
static names() {
|
|
5039
|
+
return {
|
|
5040
|
+
headers: 'headers',
|
|
5041
|
+
statusCode: 'statusCode',
|
|
5042
|
+
body: 'body',
|
|
5043
|
+
};
|
|
5044
|
+
}
|
|
5045
|
+
static types() {
|
|
5046
|
+
return {
|
|
5047
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5048
|
+
statusCode: 'number',
|
|
5049
|
+
body: UpdateApplicationDescriptionResponseBody,
|
|
5050
|
+
};
|
|
5051
|
+
}
|
|
5052
|
+
}
|
|
5053
|
+
exports.UpdateApplicationDescriptionResponse = UpdateApplicationDescriptionResponse;
|
|
4822
5054
|
class UpdateApplicationScalingRuleRequest extends $tea.Model {
|
|
4823
5055
|
constructor(map) {
|
|
4824
5056
|
super(map);
|
|
@@ -4872,17 +5104,83 @@ class UpdateApplicationScalingRuleResponse extends $tea.Model {
|
|
|
4872
5104
|
static names() {
|
|
4873
5105
|
return {
|
|
4874
5106
|
headers: 'headers',
|
|
5107
|
+
statusCode: 'statusCode',
|
|
4875
5108
|
body: 'body',
|
|
4876
5109
|
};
|
|
4877
5110
|
}
|
|
4878
5111
|
static types() {
|
|
4879
5112
|
return {
|
|
4880
5113
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5114
|
+
statusCode: 'number',
|
|
4881
5115
|
body: UpdateApplicationScalingRuleResponseBody,
|
|
4882
5116
|
};
|
|
4883
5117
|
}
|
|
4884
5118
|
}
|
|
4885
5119
|
exports.UpdateApplicationScalingRuleResponse = UpdateApplicationScalingRuleResponse;
|
|
5120
|
+
class UpdateApplicationVswitchesRequest extends $tea.Model {
|
|
5121
|
+
constructor(map) {
|
|
5122
|
+
super(map);
|
|
5123
|
+
}
|
|
5124
|
+
static names() {
|
|
5125
|
+
return {
|
|
5126
|
+
appId: 'AppId',
|
|
5127
|
+
vSwitchId: 'VSwitchId',
|
|
5128
|
+
};
|
|
5129
|
+
}
|
|
5130
|
+
static types() {
|
|
5131
|
+
return {
|
|
5132
|
+
appId: 'string',
|
|
5133
|
+
vSwitchId: 'string',
|
|
5134
|
+
};
|
|
5135
|
+
}
|
|
5136
|
+
}
|
|
5137
|
+
exports.UpdateApplicationVswitchesRequest = UpdateApplicationVswitchesRequest;
|
|
5138
|
+
class UpdateApplicationVswitchesResponseBody extends $tea.Model {
|
|
5139
|
+
constructor(map) {
|
|
5140
|
+
super(map);
|
|
5141
|
+
}
|
|
5142
|
+
static names() {
|
|
5143
|
+
return {
|
|
5144
|
+
code: 'Code',
|
|
5145
|
+
errorCode: 'ErrorCode',
|
|
5146
|
+
message: 'Message',
|
|
5147
|
+
requestId: 'RequestId',
|
|
5148
|
+
success: 'Success',
|
|
5149
|
+
traceId: 'TraceId',
|
|
5150
|
+
};
|
|
5151
|
+
}
|
|
5152
|
+
static types() {
|
|
5153
|
+
return {
|
|
5154
|
+
code: 'string',
|
|
5155
|
+
errorCode: 'string',
|
|
5156
|
+
message: 'string',
|
|
5157
|
+
requestId: 'string',
|
|
5158
|
+
success: 'boolean',
|
|
5159
|
+
traceId: 'string',
|
|
5160
|
+
};
|
|
5161
|
+
}
|
|
5162
|
+
}
|
|
5163
|
+
exports.UpdateApplicationVswitchesResponseBody = UpdateApplicationVswitchesResponseBody;
|
|
5164
|
+
class UpdateApplicationVswitchesResponse extends $tea.Model {
|
|
5165
|
+
constructor(map) {
|
|
5166
|
+
super(map);
|
|
5167
|
+
}
|
|
5168
|
+
static names() {
|
|
5169
|
+
return {
|
|
5170
|
+
headers: 'headers',
|
|
5171
|
+
statusCode: 'statusCode',
|
|
5172
|
+
body: 'body',
|
|
5173
|
+
};
|
|
5174
|
+
}
|
|
5175
|
+
static types() {
|
|
5176
|
+
return {
|
|
5177
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5178
|
+
statusCode: 'number',
|
|
5179
|
+
body: UpdateApplicationVswitchesResponseBody,
|
|
5180
|
+
};
|
|
5181
|
+
}
|
|
5182
|
+
}
|
|
5183
|
+
exports.UpdateApplicationVswitchesResponse = UpdateApplicationVswitchesResponse;
|
|
4886
5184
|
class UpdateConfigMapRequest extends $tea.Model {
|
|
4887
5185
|
constructor(map) {
|
|
4888
5186
|
super(map);
|
|
@@ -4938,12 +5236,14 @@ class UpdateConfigMapResponse extends $tea.Model {
|
|
|
4938
5236
|
static names() {
|
|
4939
5237
|
return {
|
|
4940
5238
|
headers: 'headers',
|
|
5239
|
+
statusCode: 'statusCode',
|
|
4941
5240
|
body: 'body',
|
|
4942
5241
|
};
|
|
4943
5242
|
}
|
|
4944
5243
|
static types() {
|
|
4945
5244
|
return {
|
|
4946
5245
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5246
|
+
statusCode: 'number',
|
|
4947
5247
|
body: UpdateConfigMapResponseBody,
|
|
4948
5248
|
};
|
|
4949
5249
|
}
|
|
@@ -5006,12 +5306,14 @@ class UpdateGreyTagRouteResponse extends $tea.Model {
|
|
|
5006
5306
|
static names() {
|
|
5007
5307
|
return {
|
|
5008
5308
|
headers: 'headers',
|
|
5309
|
+
statusCode: 'statusCode',
|
|
5009
5310
|
body: 'body',
|
|
5010
5311
|
};
|
|
5011
5312
|
}
|
|
5012
5313
|
static types() {
|
|
5013
5314
|
return {
|
|
5014
5315
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5316
|
+
statusCode: 'number',
|
|
5015
5317
|
body: UpdateGreyTagRouteResponseBody,
|
|
5016
5318
|
};
|
|
5017
5319
|
}
|
|
@@ -5028,6 +5330,8 @@ class UpdateIngressRequest extends $tea.Model {
|
|
|
5028
5330
|
description: 'Description',
|
|
5029
5331
|
ingressId: 'IngressId',
|
|
5030
5332
|
listenerPort: 'ListenerPort',
|
|
5333
|
+
listenerProtocol: 'ListenerProtocol',
|
|
5334
|
+
loadBalanceType: 'LoadBalanceType',
|
|
5031
5335
|
rules: 'Rules',
|
|
5032
5336
|
};
|
|
5033
5337
|
}
|
|
@@ -5038,6 +5342,8 @@ class UpdateIngressRequest extends $tea.Model {
|
|
|
5038
5342
|
description: 'string',
|
|
5039
5343
|
ingressId: 'number',
|
|
5040
5344
|
listenerPort: 'string',
|
|
5345
|
+
listenerProtocol: 'string',
|
|
5346
|
+
loadBalanceType: 'string',
|
|
5041
5347
|
rules: 'string',
|
|
5042
5348
|
};
|
|
5043
5349
|
}
|
|
@@ -5078,12 +5384,14 @@ class UpdateIngressResponse extends $tea.Model {
|
|
|
5078
5384
|
static names() {
|
|
5079
5385
|
return {
|
|
5080
5386
|
headers: 'headers',
|
|
5387
|
+
statusCode: 'statusCode',
|
|
5081
5388
|
body: 'body',
|
|
5082
5389
|
};
|
|
5083
5390
|
}
|
|
5084
5391
|
static types() {
|
|
5085
5392
|
return {
|
|
5086
5393
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5394
|
+
statusCode: 'number',
|
|
5087
5395
|
body: UpdateIngressResponseBody,
|
|
5088
5396
|
};
|
|
5089
5397
|
}
|
|
@@ -5144,12 +5452,14 @@ class UpdateNamespaceResponse extends $tea.Model {
|
|
|
5144
5452
|
static names() {
|
|
5145
5453
|
return {
|
|
5146
5454
|
headers: 'headers',
|
|
5455
|
+
statusCode: 'statusCode',
|
|
5147
5456
|
body: 'body',
|
|
5148
5457
|
};
|
|
5149
5458
|
}
|
|
5150
5459
|
static types() {
|
|
5151
5460
|
return {
|
|
5152
5461
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5462
|
+
statusCode: 'number',
|
|
5153
5463
|
body: UpdateNamespaceResponseBody,
|
|
5154
5464
|
};
|
|
5155
5465
|
}
|
|
@@ -5206,85 +5516,19 @@ class UpdateNamespaceVpcResponse extends $tea.Model {
|
|
|
5206
5516
|
static names() {
|
|
5207
5517
|
return {
|
|
5208
5518
|
headers: 'headers',
|
|
5519
|
+
statusCode: 'statusCode',
|
|
5209
5520
|
body: 'body',
|
|
5210
5521
|
};
|
|
5211
5522
|
}
|
|
5212
5523
|
static types() {
|
|
5213
5524
|
return {
|
|
5214
5525
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5526
|
+
statusCode: 'number',
|
|
5215
5527
|
body: UpdateNamespaceVpcResponseBody,
|
|
5216
5528
|
};
|
|
5217
5529
|
}
|
|
5218
5530
|
}
|
|
5219
5531
|
exports.UpdateNamespaceVpcResponse = UpdateNamespaceVpcResponse;
|
|
5220
|
-
class UploadFilesRequest extends $tea.Model {
|
|
5221
|
-
constructor(map) {
|
|
5222
|
-
super(map);
|
|
5223
|
-
}
|
|
5224
|
-
static names() {
|
|
5225
|
-
return {
|
|
5226
|
-
appId: 'AppId',
|
|
5227
|
-
cloudUrl: 'CloudUrl',
|
|
5228
|
-
instanceId: 'InstanceId',
|
|
5229
|
-
localpath: 'Localpath',
|
|
5230
|
-
};
|
|
5231
|
-
}
|
|
5232
|
-
static types() {
|
|
5233
|
-
return {
|
|
5234
|
-
appId: 'string',
|
|
5235
|
-
cloudUrl: 'string',
|
|
5236
|
-
instanceId: 'string',
|
|
5237
|
-
localpath: 'string',
|
|
5238
|
-
};
|
|
5239
|
-
}
|
|
5240
|
-
}
|
|
5241
|
-
exports.UploadFilesRequest = UploadFilesRequest;
|
|
5242
|
-
class UploadFilesResponseBody extends $tea.Model {
|
|
5243
|
-
constructor(map) {
|
|
5244
|
-
super(map);
|
|
5245
|
-
}
|
|
5246
|
-
static names() {
|
|
5247
|
-
return {
|
|
5248
|
-
code: 'Code',
|
|
5249
|
-
data: 'Data',
|
|
5250
|
-
errorCode: 'ErrorCode',
|
|
5251
|
-
message: 'Message',
|
|
5252
|
-
requestId: 'RequestId',
|
|
5253
|
-
success: 'Success',
|
|
5254
|
-
traceId: 'TraceId',
|
|
5255
|
-
};
|
|
5256
|
-
}
|
|
5257
|
-
static types() {
|
|
5258
|
-
return {
|
|
5259
|
-
code: 'string',
|
|
5260
|
-
data: 'string',
|
|
5261
|
-
errorCode: 'string',
|
|
5262
|
-
message: 'string',
|
|
5263
|
-
requestId: 'string',
|
|
5264
|
-
success: 'boolean',
|
|
5265
|
-
traceId: 'string',
|
|
5266
|
-
};
|
|
5267
|
-
}
|
|
5268
|
-
}
|
|
5269
|
-
exports.UploadFilesResponseBody = UploadFilesResponseBody;
|
|
5270
|
-
class UploadFilesResponse extends $tea.Model {
|
|
5271
|
-
constructor(map) {
|
|
5272
|
-
super(map);
|
|
5273
|
-
}
|
|
5274
|
-
static names() {
|
|
5275
|
-
return {
|
|
5276
|
-
headers: 'headers',
|
|
5277
|
-
body: 'body',
|
|
5278
|
-
};
|
|
5279
|
-
}
|
|
5280
|
-
static types() {
|
|
5281
|
-
return {
|
|
5282
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5283
|
-
body: UploadFilesResponseBody,
|
|
5284
|
-
};
|
|
5285
|
-
}
|
|
5286
|
-
}
|
|
5287
|
-
exports.UploadFilesResponse = UploadFilesResponse;
|
|
5288
5532
|
class AbortAndRollbackChangeOrderResponseBodyData extends $tea.Model {
|
|
5289
5533
|
constructor(map) {
|
|
5290
5534
|
super(map);
|
|
@@ -5836,6 +6080,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
5836
6080
|
static names() {
|
|
5837
6081
|
return {
|
|
5838
6082
|
acrAssumeRoleArn: 'AcrAssumeRoleArn',
|
|
6083
|
+
acrInstanceId: 'AcrInstanceId',
|
|
5839
6084
|
appDescription: 'AppDescription',
|
|
5840
6085
|
appId: 'AppId',
|
|
5841
6086
|
appName: 'AppName',
|
|
@@ -5875,6 +6120,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
5875
6120
|
phpConfigLocation: 'PhpConfigLocation',
|
|
5876
6121
|
postStart: 'PostStart',
|
|
5877
6122
|
preStop: 'PreStop',
|
|
6123
|
+
programmingLanguage: 'ProgrammingLanguage',
|
|
5878
6124
|
readiness: 'Readiness',
|
|
5879
6125
|
regionId: 'RegionId',
|
|
5880
6126
|
replicas: 'Replicas',
|
|
@@ -5894,6 +6140,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
5894
6140
|
static types() {
|
|
5895
6141
|
return {
|
|
5896
6142
|
acrAssumeRoleArn: 'string',
|
|
6143
|
+
acrInstanceId: 'string',
|
|
5897
6144
|
appDescription: 'string',
|
|
5898
6145
|
appId: 'string',
|
|
5899
6146
|
appName: 'string',
|
|
@@ -5933,6 +6180,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
5933
6180
|
phpConfigLocation: 'string',
|
|
5934
6181
|
postStart: 'string',
|
|
5935
6182
|
preStop: 'string',
|
|
6183
|
+
programmingLanguage: 'string',
|
|
5936
6184
|
readiness: 'string',
|
|
5937
6185
|
regionId: 'string',
|
|
5938
6186
|
replicas: 'number',
|
|
@@ -6026,6 +6274,7 @@ class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.Model {
|
|
|
6026
6274
|
static names() {
|
|
6027
6275
|
return {
|
|
6028
6276
|
createTimeStamp: 'CreateTimeStamp',
|
|
6277
|
+
debugStatus: 'DebugStatus',
|
|
6029
6278
|
eip: 'Eip',
|
|
6030
6279
|
finishTimeStamp: 'FinishTimeStamp',
|
|
6031
6280
|
groupId: 'GroupId',
|
|
@@ -6042,6 +6291,7 @@ class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.Model {
|
|
|
6042
6291
|
static types() {
|
|
6043
6292
|
return {
|
|
6044
6293
|
createTimeStamp: 'number',
|
|
6294
|
+
debugStatus: 'boolean',
|
|
6045
6295
|
eip: 'string',
|
|
6046
6296
|
finishTimeStamp: 'number',
|
|
6047
6297
|
groupId: 'string',
|
|
@@ -7045,6 +7295,7 @@ class DescribeIngressResponseBodyDataDefaultRule extends $tea.Model {
|
|
|
7045
7295
|
return {
|
|
7046
7296
|
appId: 'AppId',
|
|
7047
7297
|
appName: 'AppName',
|
|
7298
|
+
backendProtocol: 'BackendProtocol',
|
|
7048
7299
|
containerPort: 'ContainerPort',
|
|
7049
7300
|
};
|
|
7050
7301
|
}
|
|
@@ -7052,6 +7303,7 @@ class DescribeIngressResponseBodyDataDefaultRule extends $tea.Model {
|
|
|
7052
7303
|
return {
|
|
7053
7304
|
appId: 'string',
|
|
7054
7305
|
appName: 'string',
|
|
7306
|
+
backendProtocol: 'string',
|
|
7055
7307
|
containerPort: 'number',
|
|
7056
7308
|
};
|
|
7057
7309
|
}
|
|
@@ -7065,6 +7317,7 @@ class DescribeIngressResponseBodyDataRules extends $tea.Model {
|
|
|
7065
7317
|
return {
|
|
7066
7318
|
appId: 'AppId',
|
|
7067
7319
|
appName: 'AppName',
|
|
7320
|
+
backendProtocol: 'BackendProtocol',
|
|
7068
7321
|
containerPort: 'ContainerPort',
|
|
7069
7322
|
domain: 'Domain',
|
|
7070
7323
|
path: 'Path',
|
|
@@ -7074,6 +7327,7 @@ class DescribeIngressResponseBodyDataRules extends $tea.Model {
|
|
|
7074
7327
|
return {
|
|
7075
7328
|
appId: 'string',
|
|
7076
7329
|
appName: 'string',
|
|
7330
|
+
backendProtocol: 'string',
|
|
7077
7331
|
containerPort: 'number',
|
|
7078
7332
|
domain: 'string',
|
|
7079
7333
|
path: 'string',
|
|
@@ -7092,6 +7346,8 @@ class DescribeIngressResponseBodyData extends $tea.Model {
|
|
|
7092
7346
|
description: 'Description',
|
|
7093
7347
|
id: 'Id',
|
|
7094
7348
|
listenerPort: 'ListenerPort',
|
|
7349
|
+
listenerProtocol: 'ListenerProtocol',
|
|
7350
|
+
loadBalanceType: 'LoadBalanceType',
|
|
7095
7351
|
name: 'Name',
|
|
7096
7352
|
namespaceId: 'NamespaceId',
|
|
7097
7353
|
rules: 'Rules',
|
|
@@ -7106,6 +7362,8 @@ class DescribeIngressResponseBodyData extends $tea.Model {
|
|
|
7106
7362
|
description: 'string',
|
|
7107
7363
|
id: 'number',
|
|
7108
7364
|
listenerPort: 'number',
|
|
7365
|
+
listenerProtocol: 'string',
|
|
7366
|
+
loadBalanceType: 'string',
|
|
7109
7367
|
name: 'string',
|
|
7110
7368
|
namespaceId: 'string',
|
|
7111
7369
|
rules: { 'type': 'array', 'itemType': DescribeIngressResponseBodyDataRules },
|
|
@@ -7206,6 +7464,8 @@ class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
|
|
|
7206
7464
|
appCount: 'AppCount',
|
|
7207
7465
|
belongRegion: 'BelongRegion',
|
|
7208
7466
|
description: 'Description',
|
|
7467
|
+
jumpServerAppId: 'JumpServerAppId',
|
|
7468
|
+
jumpServerIp: 'JumpServerIp',
|
|
7209
7469
|
lastChangeOrderId: 'LastChangeOrderId',
|
|
7210
7470
|
lastChangeOrderRunning: 'LastChangeOrderRunning',
|
|
7211
7471
|
lastChangeOrderStatus: 'LastChangeOrderStatus',
|
|
@@ -7226,6 +7486,8 @@ class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
|
|
|
7226
7486
|
appCount: 'number',
|
|
7227
7487
|
belongRegion: 'string',
|
|
7228
7488
|
description: 'string',
|
|
7489
|
+
jumpServerAppId: 'string',
|
|
7490
|
+
jumpServerIp: 'string',
|
|
7229
7491
|
lastChangeOrderId: 'string',
|
|
7230
7492
|
lastChangeOrderRunning: 'boolean',
|
|
7231
7493
|
lastChangeOrderStatus: 'string',
|
|
@@ -7883,6 +8145,8 @@ class ListIngressesResponseBodyDataIngressList extends $tea.Model {
|
|
|
7883
8145
|
description: 'Description',
|
|
7884
8146
|
id: 'Id',
|
|
7885
8147
|
listenerPort: 'ListenerPort',
|
|
8148
|
+
listenerProtocol: 'ListenerProtocol',
|
|
8149
|
+
loadBalanceType: 'LoadBalanceType',
|
|
7886
8150
|
name: 'Name',
|
|
7887
8151
|
namespaceId: 'NamespaceId',
|
|
7888
8152
|
slbId: 'SlbId',
|
|
@@ -7895,6 +8159,8 @@ class ListIngressesResponseBodyDataIngressList extends $tea.Model {
|
|
|
7895
8159
|
description: 'string',
|
|
7896
8160
|
id: 'number',
|
|
7897
8161
|
listenerPort: 'string',
|
|
8162
|
+
listenerProtocol: 'string',
|
|
8163
|
+
loadBalanceType: 'string',
|
|
7898
8164
|
name: 'string',
|
|
7899
8165
|
namespaceId: 'string',
|
|
7900
8166
|
slbId: 'string',
|
|
@@ -8807,6 +9073,9 @@ class Client extends openapi_client_1.default {
|
|
|
8807
9073
|
if (!tea_util_1.default.isUnset(request.jdk)) {
|
|
8808
9074
|
query["Jdk"] = request.jdk;
|
|
8809
9075
|
}
|
|
9076
|
+
if (!tea_util_1.default.isUnset(request.kafkaConfigs)) {
|
|
9077
|
+
query["KafkaConfigs"] = request.kafkaConfigs;
|
|
9078
|
+
}
|
|
8810
9079
|
if (!tea_util_1.default.isUnset(request.kafkaEndpoint)) {
|
|
8811
9080
|
query["KafkaEndpoint"] = request.kafkaEndpoint;
|
|
8812
9081
|
}
|
|
@@ -8858,6 +9127,9 @@ class Client extends openapi_client_1.default {
|
|
|
8858
9127
|
if (!tea_util_1.default.isUnset(request.preStop)) {
|
|
8859
9128
|
query["PreStop"] = request.preStop;
|
|
8860
9129
|
}
|
|
9130
|
+
if (!tea_util_1.default.isUnset(request.programmingLanguage)) {
|
|
9131
|
+
query["ProgrammingLanguage"] = request.programmingLanguage;
|
|
9132
|
+
}
|
|
8861
9133
|
if (!tea_util_1.default.isUnset(request.readiness)) {
|
|
8862
9134
|
query["Readiness"] = request.readiness;
|
|
8863
9135
|
}
|
|
@@ -9079,6 +9351,12 @@ class Client extends openapi_client_1.default {
|
|
|
9079
9351
|
if (!tea_util_1.default.isUnset(request.listenerPort)) {
|
|
9080
9352
|
query["ListenerPort"] = request.listenerPort;
|
|
9081
9353
|
}
|
|
9354
|
+
if (!tea_util_1.default.isUnset(request.listenerProtocol)) {
|
|
9355
|
+
query["ListenerProtocol"] = request.listenerProtocol;
|
|
9356
|
+
}
|
|
9357
|
+
if (!tea_util_1.default.isUnset(request.loadBalanceType)) {
|
|
9358
|
+
query["LoadBalanceType"] = request.loadBalanceType;
|
|
9359
|
+
}
|
|
9082
9360
|
if (!tea_util_1.default.isUnset(request.namespaceId)) {
|
|
9083
9361
|
query["NamespaceId"] = request.namespaceId;
|
|
9084
9362
|
}
|
|
@@ -9368,6 +9646,9 @@ class Client extends openapi_client_1.default {
|
|
|
9368
9646
|
if (!tea_util_1.default.isUnset(request.jdk)) {
|
|
9369
9647
|
query["Jdk"] = request.jdk;
|
|
9370
9648
|
}
|
|
9649
|
+
if (!tea_util_1.default.isUnset(request.kafkaConfigs)) {
|
|
9650
|
+
query["KafkaConfigs"] = request.kafkaConfigs;
|
|
9651
|
+
}
|
|
9371
9652
|
if (!tea_util_1.default.isUnset(request.kafkaEndpoint)) {
|
|
9372
9653
|
query["KafkaEndpoint"] = request.kafkaEndpoint;
|
|
9373
9654
|
}
|
|
@@ -9872,6 +10153,9 @@ class Client extends openapi_client_1.default {
|
|
|
9872
10153
|
if (!tea_util_1.default.isUnset(request.memory)) {
|
|
9873
10154
|
query["Memory"] = request.memory;
|
|
9874
10155
|
}
|
|
10156
|
+
if (!tea_util_1.default.isUnset(request.workload)) {
|
|
10157
|
+
query["Workload"] = request.workload;
|
|
10158
|
+
}
|
|
9875
10159
|
let req = new $OpenApi.OpenApiRequest({
|
|
9876
10160
|
headers: headers,
|
|
9877
10161
|
query: openapi_util_1.default.query(query),
|
|
@@ -10216,70 +10500,85 @@ class Client extends openapi_client_1.default {
|
|
|
10216
10500
|
});
|
|
10217
10501
|
return $tea.cast(await this.callApi(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
|
|
10218
10502
|
}
|
|
10219
|
-
async
|
|
10503
|
+
async enableApplicationScalingRule(request) {
|
|
10220
10504
|
let runtime = new $Util.RuntimeOptions({});
|
|
10221
10505
|
let headers = {};
|
|
10222
|
-
return await this.
|
|
10506
|
+
return await this.enableApplicationScalingRuleWithOptions(request, headers, runtime);
|
|
10223
10507
|
}
|
|
10224
|
-
async
|
|
10508
|
+
async enableApplicationScalingRuleWithOptions(request, headers, runtime) {
|
|
10225
10509
|
tea_util_1.default.validateModel(request);
|
|
10226
10510
|
let query = {};
|
|
10227
10511
|
if (!tea_util_1.default.isUnset(request.appId)) {
|
|
10228
10512
|
query["AppId"] = request.appId;
|
|
10229
10513
|
}
|
|
10230
|
-
if (!tea_util_1.default.isUnset(request.
|
|
10231
|
-
query["
|
|
10232
|
-
}
|
|
10233
|
-
if (!tea_util_1.default.isUnset(request.localpath)) {
|
|
10234
|
-
query["Localpath"] = request.localpath;
|
|
10514
|
+
if (!tea_util_1.default.isUnset(request.scalingRuleName)) {
|
|
10515
|
+
query["ScalingRuleName"] = request.scalingRuleName;
|
|
10235
10516
|
}
|
|
10236
10517
|
let req = new $OpenApi.OpenApiRequest({
|
|
10237
10518
|
headers: headers,
|
|
10238
10519
|
query: openapi_util_1.default.query(query),
|
|
10239
10520
|
});
|
|
10240
10521
|
let params = new $OpenApi.Params({
|
|
10241
|
-
action: "
|
|
10522
|
+
action: "EnableApplicationScalingRule",
|
|
10242
10523
|
version: "2019-05-06",
|
|
10243
10524
|
protocol: "HTTPS",
|
|
10244
|
-
pathname: `/pop/v1/sam/
|
|
10245
|
-
method: "
|
|
10525
|
+
pathname: `/pop/v1/sam/scale/enableApplicationScalingRule`,
|
|
10526
|
+
method: "PUT",
|
|
10246
10527
|
authType: "AK",
|
|
10247
10528
|
style: "ROA",
|
|
10248
10529
|
reqBodyType: "json",
|
|
10249
10530
|
bodyType: "json",
|
|
10250
10531
|
});
|
|
10251
|
-
return $tea.cast(await this.callApi(params, req, runtime), new
|
|
10532
|
+
return $tea.cast(await this.callApi(params, req, runtime), new EnableApplicationScalingRuleResponse({}));
|
|
10252
10533
|
}
|
|
10253
|
-
async
|
|
10534
|
+
async execJob(request) {
|
|
10254
10535
|
let runtime = new $Util.RuntimeOptions({});
|
|
10255
10536
|
let headers = {};
|
|
10256
|
-
return await this.
|
|
10537
|
+
return await this.execJobWithOptions(request, headers, runtime);
|
|
10257
10538
|
}
|
|
10258
|
-
async
|
|
10539
|
+
async execJobWithOptions(request, headers, runtime) {
|
|
10259
10540
|
tea_util_1.default.validateModel(request);
|
|
10260
10541
|
let query = {};
|
|
10261
10542
|
if (!tea_util_1.default.isUnset(request.appId)) {
|
|
10262
10543
|
query["AppId"] = request.appId;
|
|
10263
10544
|
}
|
|
10264
|
-
if (!tea_util_1.default.isUnset(request.
|
|
10265
|
-
query["
|
|
10545
|
+
if (!tea_util_1.default.isUnset(request.command)) {
|
|
10546
|
+
query["Command"] = request.command;
|
|
10547
|
+
}
|
|
10548
|
+
if (!tea_util_1.default.isUnset(request.commandArgs)) {
|
|
10549
|
+
query["CommandArgs"] = request.commandArgs;
|
|
10550
|
+
}
|
|
10551
|
+
if (!tea_util_1.default.isUnset(request.envs)) {
|
|
10552
|
+
query["Envs"] = request.envs;
|
|
10553
|
+
}
|
|
10554
|
+
if (!tea_util_1.default.isUnset(request.eventId)) {
|
|
10555
|
+
query["EventId"] = request.eventId;
|
|
10556
|
+
}
|
|
10557
|
+
if (!tea_util_1.default.isUnset(request.jarStartArgs)) {
|
|
10558
|
+
query["JarStartArgs"] = request.jarStartArgs;
|
|
10559
|
+
}
|
|
10560
|
+
if (!tea_util_1.default.isUnset(request.jarStartOptions)) {
|
|
10561
|
+
query["JarStartOptions"] = request.jarStartOptions;
|
|
10562
|
+
}
|
|
10563
|
+
if (!tea_util_1.default.isUnset(request.warStartOptions)) {
|
|
10564
|
+
query["WarStartOptions"] = request.warStartOptions;
|
|
10266
10565
|
}
|
|
10267
10566
|
let req = new $OpenApi.OpenApiRequest({
|
|
10268
10567
|
headers: headers,
|
|
10269
10568
|
query: openapi_util_1.default.query(query),
|
|
10270
10569
|
});
|
|
10271
10570
|
let params = new $OpenApi.Params({
|
|
10272
|
-
action: "
|
|
10571
|
+
action: "ExecJob",
|
|
10273
10572
|
version: "2019-05-06",
|
|
10274
10573
|
protocol: "HTTPS",
|
|
10275
|
-
pathname: `/pop/v1/sam/
|
|
10276
|
-
method: "
|
|
10574
|
+
pathname: `/pop/v1/sam/job/execJob`,
|
|
10575
|
+
method: "GET",
|
|
10277
10576
|
authType: "AK",
|
|
10278
10577
|
style: "ROA",
|
|
10279
10578
|
reqBodyType: "json",
|
|
10280
10579
|
bodyType: "json",
|
|
10281
10580
|
});
|
|
10282
|
-
return $tea.cast(await this.callApi(params, req, runtime), new
|
|
10581
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ExecJobResponse({}));
|
|
10283
10582
|
}
|
|
10284
10583
|
async listAppEvents(request) {
|
|
10285
10584
|
let runtime = new $Util.RuntimeOptions({});
|
|
@@ -11214,6 +11513,37 @@ class Client extends openapi_client_1.default {
|
|
|
11214
11513
|
});
|
|
11215
11514
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
|
|
11216
11515
|
}
|
|
11516
|
+
async updateApplicationDescription(request) {
|
|
11517
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
11518
|
+
let headers = {};
|
|
11519
|
+
return await this.updateApplicationDescriptionWithOptions(request, headers, runtime);
|
|
11520
|
+
}
|
|
11521
|
+
async updateApplicationDescriptionWithOptions(request, headers, runtime) {
|
|
11522
|
+
tea_util_1.default.validateModel(request);
|
|
11523
|
+
let query = {};
|
|
11524
|
+
if (!tea_util_1.default.isUnset(request.appDescription)) {
|
|
11525
|
+
query["AppDescription"] = request.appDescription;
|
|
11526
|
+
}
|
|
11527
|
+
if (!tea_util_1.default.isUnset(request.appId)) {
|
|
11528
|
+
query["AppId"] = request.appId;
|
|
11529
|
+
}
|
|
11530
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
11531
|
+
headers: headers,
|
|
11532
|
+
query: openapi_util_1.default.query(query),
|
|
11533
|
+
});
|
|
11534
|
+
let params = new $OpenApi.Params({
|
|
11535
|
+
action: "UpdateApplicationDescription",
|
|
11536
|
+
version: "2019-05-06",
|
|
11537
|
+
protocol: "HTTPS",
|
|
11538
|
+
pathname: `/pop/v1/sam/app/updateAppDescription`,
|
|
11539
|
+
method: "PUT",
|
|
11540
|
+
authType: "AK",
|
|
11541
|
+
style: "ROA",
|
|
11542
|
+
reqBodyType: "json",
|
|
11543
|
+
bodyType: "json",
|
|
11544
|
+
});
|
|
11545
|
+
return $tea.cast(await this.callApi(params, req, runtime), new UpdateApplicationDescriptionResponse({}));
|
|
11546
|
+
}
|
|
11217
11547
|
async updateApplicationScalingRule(request) {
|
|
11218
11548
|
let runtime = new $Util.RuntimeOptions({});
|
|
11219
11549
|
let headers = {};
|
|
@@ -11257,6 +11587,37 @@ class Client extends openapi_client_1.default {
|
|
|
11257
11587
|
});
|
|
11258
11588
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
|
|
11259
11589
|
}
|
|
11590
|
+
async updateApplicationVswitches(request) {
|
|
11591
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
11592
|
+
let headers = {};
|
|
11593
|
+
return await this.updateApplicationVswitchesWithOptions(request, headers, runtime);
|
|
11594
|
+
}
|
|
11595
|
+
async updateApplicationVswitchesWithOptions(request, headers, runtime) {
|
|
11596
|
+
tea_util_1.default.validateModel(request);
|
|
11597
|
+
let query = {};
|
|
11598
|
+
if (!tea_util_1.default.isUnset(request.appId)) {
|
|
11599
|
+
query["AppId"] = request.appId;
|
|
11600
|
+
}
|
|
11601
|
+
if (!tea_util_1.default.isUnset(request.vSwitchId)) {
|
|
11602
|
+
query["VSwitchId"] = request.vSwitchId;
|
|
11603
|
+
}
|
|
11604
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
11605
|
+
headers: headers,
|
|
11606
|
+
query: openapi_util_1.default.query(query),
|
|
11607
|
+
});
|
|
11608
|
+
let params = new $OpenApi.Params({
|
|
11609
|
+
action: "UpdateApplicationVswitches",
|
|
11610
|
+
version: "2019-05-06",
|
|
11611
|
+
protocol: "HTTPS",
|
|
11612
|
+
pathname: `/pop/v1/sam/app/updateAppVswitches`,
|
|
11613
|
+
method: "PUT",
|
|
11614
|
+
authType: "AK",
|
|
11615
|
+
style: "ROA",
|
|
11616
|
+
reqBodyType: "json",
|
|
11617
|
+
bodyType: "json",
|
|
11618
|
+
});
|
|
11619
|
+
return $tea.cast(await this.callApi(params, req, runtime), new UpdateApplicationVswitchesResponse({}));
|
|
11620
|
+
}
|
|
11260
11621
|
async updateConfigMap(request) {
|
|
11261
11622
|
let runtime = new $Util.RuntimeOptions({});
|
|
11262
11623
|
let headers = {};
|
|
@@ -11353,6 +11714,12 @@ class Client extends openapi_client_1.default {
|
|
|
11353
11714
|
if (!tea_util_1.default.isUnset(request.listenerPort)) {
|
|
11354
11715
|
query["ListenerPort"] = request.listenerPort;
|
|
11355
11716
|
}
|
|
11717
|
+
if (!tea_util_1.default.isUnset(request.listenerProtocol)) {
|
|
11718
|
+
query["ListenerProtocol"] = request.listenerProtocol;
|
|
11719
|
+
}
|
|
11720
|
+
if (!tea_util_1.default.isUnset(request.loadBalanceType)) {
|
|
11721
|
+
query["LoadBalanceType"] = request.loadBalanceType;
|
|
11722
|
+
}
|
|
11356
11723
|
let body = {};
|
|
11357
11724
|
if (!tea_util_1.default.isUnset(request.rules)) {
|
|
11358
11725
|
body["Rules"] = request.rules;
|
|
@@ -11440,43 +11807,6 @@ class Client extends openapi_client_1.default {
|
|
|
11440
11807
|
});
|
|
11441
11808
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateNamespaceVpcResponse({}));
|
|
11442
11809
|
}
|
|
11443
|
-
async uploadFiles(request) {
|
|
11444
|
-
let runtime = new $Util.RuntimeOptions({});
|
|
11445
|
-
let headers = {};
|
|
11446
|
-
return await this.uploadFilesWithOptions(request, headers, runtime);
|
|
11447
|
-
}
|
|
11448
|
-
async uploadFilesWithOptions(request, headers, runtime) {
|
|
11449
|
-
tea_util_1.default.validateModel(request);
|
|
11450
|
-
let query = {};
|
|
11451
|
-
if (!tea_util_1.default.isUnset(request.appId)) {
|
|
11452
|
-
query["AppId"] = request.appId;
|
|
11453
|
-
}
|
|
11454
|
-
if (!tea_util_1.default.isUnset(request.cloudUrl)) {
|
|
11455
|
-
query["CloudUrl"] = request.cloudUrl;
|
|
11456
|
-
}
|
|
11457
|
-
if (!tea_util_1.default.isUnset(request.instanceId)) {
|
|
11458
|
-
query["InstanceId"] = request.instanceId;
|
|
11459
|
-
}
|
|
11460
|
-
if (!tea_util_1.default.isUnset(request.localpath)) {
|
|
11461
|
-
query["Localpath"] = request.localpath;
|
|
11462
|
-
}
|
|
11463
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
11464
|
-
headers: headers,
|
|
11465
|
-
query: openapi_util_1.default.query(query),
|
|
11466
|
-
});
|
|
11467
|
-
let params = new $OpenApi.Params({
|
|
11468
|
-
action: "UploadFiles",
|
|
11469
|
-
version: "2019-05-06",
|
|
11470
|
-
protocol: "HTTPS",
|
|
11471
|
-
pathname: `/pop/v1/sam/app/uploadFiles`,
|
|
11472
|
-
method: "POST",
|
|
11473
|
-
authType: "AK",
|
|
11474
|
-
style: "ROA",
|
|
11475
|
-
reqBodyType: "json",
|
|
11476
|
-
bodyType: "json",
|
|
11477
|
-
});
|
|
11478
|
-
return $tea.cast(await this.callApi(params, req, runtime), new UploadFilesResponse({}));
|
|
11479
|
-
}
|
|
11480
11810
|
}
|
|
11481
11811
|
exports.default = Client;
|
|
11482
11812
|
//# sourceMappingURL=client.js.map
|