@alicloud/sae20190506 1.19.0 → 1.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +193 -103
- package/dist/client.js +397 -205
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +539 -253
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
|
}
|
|
@@ -2236,12 +2308,14 @@ class DescribeConfigurationPriceResponse extends $tea.Model {
|
|
|
2236
2308
|
static names() {
|
|
2237
2309
|
return {
|
|
2238
2310
|
headers: 'headers',
|
|
2311
|
+
statusCode: 'statusCode',
|
|
2239
2312
|
body: 'body',
|
|
2240
2313
|
};
|
|
2241
2314
|
}
|
|
2242
2315
|
static types() {
|
|
2243
2316
|
return {
|
|
2244
2317
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2318
|
+
statusCode: 'number',
|
|
2245
2319
|
body: DescribeConfigurationPriceResponseBody,
|
|
2246
2320
|
};
|
|
2247
2321
|
}
|
|
@@ -2282,12 +2356,14 @@ class DescribeEdasContainersResponse extends $tea.Model {
|
|
|
2282
2356
|
static names() {
|
|
2283
2357
|
return {
|
|
2284
2358
|
headers: 'headers',
|
|
2359
|
+
statusCode: 'statusCode',
|
|
2285
2360
|
body: 'body',
|
|
2286
2361
|
};
|
|
2287
2362
|
}
|
|
2288
2363
|
static types() {
|
|
2289
2364
|
return {
|
|
2290
2365
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2366
|
+
statusCode: 'number',
|
|
2291
2367
|
body: DescribeEdasContainersResponseBody,
|
|
2292
2368
|
};
|
|
2293
2369
|
}
|
|
@@ -2344,12 +2420,14 @@ class DescribeGreyTagRouteResponse extends $tea.Model {
|
|
|
2344
2420
|
static names() {
|
|
2345
2421
|
return {
|
|
2346
2422
|
headers: 'headers',
|
|
2423
|
+
statusCode: 'statusCode',
|
|
2347
2424
|
body: 'body',
|
|
2348
2425
|
};
|
|
2349
2426
|
}
|
|
2350
2427
|
static types() {
|
|
2351
2428
|
return {
|
|
2352
2429
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2430
|
+
statusCode: 'number',
|
|
2353
2431
|
body: DescribeGreyTagRouteResponseBody,
|
|
2354
2432
|
};
|
|
2355
2433
|
}
|
|
@@ -2406,12 +2484,14 @@ class DescribeIngressResponse extends $tea.Model {
|
|
|
2406
2484
|
static names() {
|
|
2407
2485
|
return {
|
|
2408
2486
|
headers: 'headers',
|
|
2487
|
+
statusCode: 'statusCode',
|
|
2409
2488
|
body: 'body',
|
|
2410
2489
|
};
|
|
2411
2490
|
}
|
|
2412
2491
|
static types() {
|
|
2413
2492
|
return {
|
|
2414
2493
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2494
|
+
statusCode: 'number',
|
|
2415
2495
|
body: DescribeIngressResponseBody,
|
|
2416
2496
|
};
|
|
2417
2497
|
}
|
|
@@ -2468,12 +2548,14 @@ class DescribeInstanceLogResponse extends $tea.Model {
|
|
|
2468
2548
|
static names() {
|
|
2469
2549
|
return {
|
|
2470
2550
|
headers: 'headers',
|
|
2551
|
+
statusCode: 'statusCode',
|
|
2471
2552
|
body: 'body',
|
|
2472
2553
|
};
|
|
2473
2554
|
}
|
|
2474
2555
|
static types() {
|
|
2475
2556
|
return {
|
|
2476
2557
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2558
|
+
statusCode: 'number',
|
|
2477
2559
|
body: DescribeInstanceLogResponseBody,
|
|
2478
2560
|
};
|
|
2479
2561
|
}
|
|
@@ -2514,12 +2596,14 @@ class DescribeInstanceSpecificationsResponse extends $tea.Model {
|
|
|
2514
2596
|
static names() {
|
|
2515
2597
|
return {
|
|
2516
2598
|
headers: 'headers',
|
|
2599
|
+
statusCode: 'statusCode',
|
|
2517
2600
|
body: 'body',
|
|
2518
2601
|
};
|
|
2519
2602
|
}
|
|
2520
2603
|
static types() {
|
|
2521
2604
|
return {
|
|
2522
2605
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2606
|
+
statusCode: 'number',
|
|
2523
2607
|
body: DescribeInstanceSpecificationsResponseBody,
|
|
2524
2608
|
};
|
|
2525
2609
|
}
|
|
@@ -2576,12 +2660,14 @@ class DescribeNamespaceResponse extends $tea.Model {
|
|
|
2576
2660
|
static names() {
|
|
2577
2661
|
return {
|
|
2578
2662
|
headers: 'headers',
|
|
2663
|
+
statusCode: 'statusCode',
|
|
2579
2664
|
body: 'body',
|
|
2580
2665
|
};
|
|
2581
2666
|
}
|
|
2582
2667
|
static types() {
|
|
2583
2668
|
return {
|
|
2584
2669
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2670
|
+
statusCode: 'number',
|
|
2585
2671
|
body: DescribeNamespaceResponseBody,
|
|
2586
2672
|
};
|
|
2587
2673
|
}
|
|
@@ -2640,12 +2726,14 @@ class DescribeNamespaceListResponse extends $tea.Model {
|
|
|
2640
2726
|
static names() {
|
|
2641
2727
|
return {
|
|
2642
2728
|
headers: 'headers',
|
|
2729
|
+
statusCode: 'statusCode',
|
|
2643
2730
|
body: 'body',
|
|
2644
2731
|
};
|
|
2645
2732
|
}
|
|
2646
2733
|
static types() {
|
|
2647
2734
|
return {
|
|
2648
2735
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2736
|
+
statusCode: 'number',
|
|
2649
2737
|
body: DescribeNamespaceListResponseBody,
|
|
2650
2738
|
};
|
|
2651
2739
|
}
|
|
@@ -2702,12 +2790,14 @@ class DescribeNamespaceResourcesResponse extends $tea.Model {
|
|
|
2702
2790
|
static names() {
|
|
2703
2791
|
return {
|
|
2704
2792
|
headers: 'headers',
|
|
2793
|
+
statusCode: 'statusCode',
|
|
2705
2794
|
body: 'body',
|
|
2706
2795
|
};
|
|
2707
2796
|
}
|
|
2708
2797
|
static types() {
|
|
2709
2798
|
return {
|
|
2710
2799
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2800
|
+
statusCode: 'number',
|
|
2711
2801
|
body: DescribeNamespaceResourcesResponseBody,
|
|
2712
2802
|
};
|
|
2713
2803
|
}
|
|
@@ -2766,12 +2856,14 @@ class DescribeNamespacesResponse extends $tea.Model {
|
|
|
2766
2856
|
static names() {
|
|
2767
2857
|
return {
|
|
2768
2858
|
headers: 'headers',
|
|
2859
|
+
statusCode: 'statusCode',
|
|
2769
2860
|
body: 'body',
|
|
2770
2861
|
};
|
|
2771
2862
|
}
|
|
2772
2863
|
static types() {
|
|
2773
2864
|
return {
|
|
2774
2865
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2866
|
+
statusCode: 'number',
|
|
2775
2867
|
body: DescribeNamespacesResponseBody,
|
|
2776
2868
|
};
|
|
2777
2869
|
}
|
|
@@ -2828,12 +2920,14 @@ class DescribePipelineResponse extends $tea.Model {
|
|
|
2828
2920
|
static names() {
|
|
2829
2921
|
return {
|
|
2830
2922
|
headers: 'headers',
|
|
2923
|
+
statusCode: 'statusCode',
|
|
2831
2924
|
body: 'body',
|
|
2832
2925
|
};
|
|
2833
2926
|
}
|
|
2834
2927
|
static types() {
|
|
2835
2928
|
return {
|
|
2836
2929
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2930
|
+
statusCode: 'number',
|
|
2837
2931
|
body: DescribePipelineResponseBody,
|
|
2838
2932
|
};
|
|
2839
2933
|
}
|
|
@@ -2868,12 +2962,14 @@ class DescribeRegionsResponse extends $tea.Model {
|
|
|
2868
2962
|
static names() {
|
|
2869
2963
|
return {
|
|
2870
2964
|
headers: 'headers',
|
|
2965
|
+
statusCode: 'statusCode',
|
|
2871
2966
|
body: 'body',
|
|
2872
2967
|
};
|
|
2873
2968
|
}
|
|
2874
2969
|
static types() {
|
|
2875
2970
|
return {
|
|
2876
2971
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2972
|
+
statusCode: 'number',
|
|
2877
2973
|
body: DescribeRegionsResponseBody,
|
|
2878
2974
|
};
|
|
2879
2975
|
}
|
|
@@ -2922,83 +3018,19 @@ class DisableApplicationScalingRuleResponse extends $tea.Model {
|
|
|
2922
3018
|
static names() {
|
|
2923
3019
|
return {
|
|
2924
3020
|
headers: 'headers',
|
|
3021
|
+
statusCode: 'statusCode',
|
|
2925
3022
|
body: 'body',
|
|
2926
3023
|
};
|
|
2927
3024
|
}
|
|
2928
3025
|
static types() {
|
|
2929
3026
|
return {
|
|
2930
3027
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3028
|
+
statusCode: 'number',
|
|
2931
3029
|
body: DisableApplicationScalingRuleResponseBody,
|
|
2932
3030
|
};
|
|
2933
3031
|
}
|
|
2934
3032
|
}
|
|
2935
3033
|
exports.DisableApplicationScalingRuleResponse = DisableApplicationScalingRuleResponse;
|
|
2936
|
-
class DownloadFilesRequest extends $tea.Model {
|
|
2937
|
-
constructor(map) {
|
|
2938
|
-
super(map);
|
|
2939
|
-
}
|
|
2940
|
-
static names() {
|
|
2941
|
-
return {
|
|
2942
|
-
appId: 'AppId',
|
|
2943
|
-
instanceId: 'InstanceId',
|
|
2944
|
-
localpath: 'Localpath',
|
|
2945
|
-
};
|
|
2946
|
-
}
|
|
2947
|
-
static types() {
|
|
2948
|
-
return {
|
|
2949
|
-
appId: 'string',
|
|
2950
|
-
instanceId: 'string',
|
|
2951
|
-
localpath: 'string',
|
|
2952
|
-
};
|
|
2953
|
-
}
|
|
2954
|
-
}
|
|
2955
|
-
exports.DownloadFilesRequest = DownloadFilesRequest;
|
|
2956
|
-
class DownloadFilesResponseBody extends $tea.Model {
|
|
2957
|
-
constructor(map) {
|
|
2958
|
-
super(map);
|
|
2959
|
-
}
|
|
2960
|
-
static names() {
|
|
2961
|
-
return {
|
|
2962
|
-
code: 'Code',
|
|
2963
|
-
data: 'Data',
|
|
2964
|
-
errorCode: 'ErrorCode',
|
|
2965
|
-
message: 'Message',
|
|
2966
|
-
requestId: 'RequestId',
|
|
2967
|
-
success: 'Success',
|
|
2968
|
-
traceId: 'TraceId',
|
|
2969
|
-
};
|
|
2970
|
-
}
|
|
2971
|
-
static types() {
|
|
2972
|
-
return {
|
|
2973
|
-
code: 'string',
|
|
2974
|
-
data: 'string',
|
|
2975
|
-
errorCode: 'string',
|
|
2976
|
-
message: 'string',
|
|
2977
|
-
requestId: 'string',
|
|
2978
|
-
success: 'boolean',
|
|
2979
|
-
traceId: 'string',
|
|
2980
|
-
};
|
|
2981
|
-
}
|
|
2982
|
-
}
|
|
2983
|
-
exports.DownloadFilesResponseBody = DownloadFilesResponseBody;
|
|
2984
|
-
class DownloadFilesResponse extends $tea.Model {
|
|
2985
|
-
constructor(map) {
|
|
2986
|
-
super(map);
|
|
2987
|
-
}
|
|
2988
|
-
static names() {
|
|
2989
|
-
return {
|
|
2990
|
-
headers: 'headers',
|
|
2991
|
-
body: 'body',
|
|
2992
|
-
};
|
|
2993
|
-
}
|
|
2994
|
-
static types() {
|
|
2995
|
-
return {
|
|
2996
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2997
|
-
body: DownloadFilesResponseBody,
|
|
2998
|
-
};
|
|
2999
|
-
}
|
|
3000
|
-
}
|
|
3001
|
-
exports.DownloadFilesResponse = DownloadFilesResponse;
|
|
3002
3034
|
class EnableApplicationScalingRuleRequest extends $tea.Model {
|
|
3003
3035
|
constructor(map) {
|
|
3004
3036
|
super(map);
|
|
@@ -3042,12 +3074,14 @@ class EnableApplicationScalingRuleResponse extends $tea.Model {
|
|
|
3042
3074
|
static names() {
|
|
3043
3075
|
return {
|
|
3044
3076
|
headers: 'headers',
|
|
3077
|
+
statusCode: 'statusCode',
|
|
3045
3078
|
body: 'body',
|
|
3046
3079
|
};
|
|
3047
3080
|
}
|
|
3048
3081
|
static types() {
|
|
3049
3082
|
return {
|
|
3050
3083
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3084
|
+
statusCode: 'number',
|
|
3051
3085
|
body: EnableApplicationScalingRuleResponseBody,
|
|
3052
3086
|
};
|
|
3053
3087
|
}
|
|
@@ -3116,12 +3150,14 @@ class ListAppEventsResponse extends $tea.Model {
|
|
|
3116
3150
|
static names() {
|
|
3117
3151
|
return {
|
|
3118
3152
|
headers: 'headers',
|
|
3153
|
+
statusCode: 'statusCode',
|
|
3119
3154
|
body: 'body',
|
|
3120
3155
|
};
|
|
3121
3156
|
}
|
|
3122
3157
|
static types() {
|
|
3123
3158
|
return {
|
|
3124
3159
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3160
|
+
statusCode: 'number',
|
|
3125
3161
|
body: ListAppEventsResponseBody,
|
|
3126
3162
|
};
|
|
3127
3163
|
}
|
|
@@ -3184,12 +3220,14 @@ class ListAppServicesPageResponse extends $tea.Model {
|
|
|
3184
3220
|
static names() {
|
|
3185
3221
|
return {
|
|
3186
3222
|
headers: 'headers',
|
|
3223
|
+
statusCode: 'statusCode',
|
|
3187
3224
|
body: 'body',
|
|
3188
3225
|
};
|
|
3189
3226
|
}
|
|
3190
3227
|
static types() {
|
|
3191
3228
|
return {
|
|
3192
3229
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3230
|
+
statusCode: 'number',
|
|
3193
3231
|
body: ListAppServicesPageResponseBody,
|
|
3194
3232
|
};
|
|
3195
3233
|
}
|
|
@@ -3244,12 +3282,14 @@ class ListAppVersionsResponse extends $tea.Model {
|
|
|
3244
3282
|
static names() {
|
|
3245
3283
|
return {
|
|
3246
3284
|
headers: 'headers',
|
|
3285
|
+
statusCode: 'statusCode',
|
|
3247
3286
|
body: 'body',
|
|
3248
3287
|
};
|
|
3249
3288
|
}
|
|
3250
3289
|
static types() {
|
|
3251
3290
|
return {
|
|
3252
3291
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3292
|
+
statusCode: 'number',
|
|
3253
3293
|
body: ListAppVersionsResponseBody,
|
|
3254
3294
|
};
|
|
3255
3295
|
}
|
|
@@ -3326,12 +3366,14 @@ class ListApplicationsResponse extends $tea.Model {
|
|
|
3326
3366
|
static names() {
|
|
3327
3367
|
return {
|
|
3328
3368
|
headers: 'headers',
|
|
3369
|
+
statusCode: 'statusCode',
|
|
3329
3370
|
body: 'body',
|
|
3330
3371
|
};
|
|
3331
3372
|
}
|
|
3332
3373
|
static types() {
|
|
3333
3374
|
return {
|
|
3334
3375
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3376
|
+
statusCode: 'number',
|
|
3335
3377
|
body: ListApplicationsResponseBody,
|
|
3336
3378
|
};
|
|
3337
3379
|
}
|
|
@@ -3398,12 +3440,14 @@ class ListChangeOrdersResponse extends $tea.Model {
|
|
|
3398
3440
|
static names() {
|
|
3399
3441
|
return {
|
|
3400
3442
|
headers: 'headers',
|
|
3443
|
+
statusCode: 'statusCode',
|
|
3401
3444
|
body: 'body',
|
|
3402
3445
|
};
|
|
3403
3446
|
}
|
|
3404
3447
|
static types() {
|
|
3405
3448
|
return {
|
|
3406
3449
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3450
|
+
statusCode: 'number',
|
|
3407
3451
|
body: ListChangeOrdersResponseBody,
|
|
3408
3452
|
};
|
|
3409
3453
|
}
|
|
@@ -3460,12 +3504,14 @@ class ListConsumedServicesResponse extends $tea.Model {
|
|
|
3460
3504
|
static names() {
|
|
3461
3505
|
return {
|
|
3462
3506
|
headers: 'headers',
|
|
3507
|
+
statusCode: 'statusCode',
|
|
3463
3508
|
body: 'body',
|
|
3464
3509
|
};
|
|
3465
3510
|
}
|
|
3466
3511
|
static types() {
|
|
3467
3512
|
return {
|
|
3468
3513
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3514
|
+
statusCode: 'number',
|
|
3469
3515
|
body: ListConsumedServicesResponseBody,
|
|
3470
3516
|
};
|
|
3471
3517
|
}
|
|
@@ -3522,12 +3568,14 @@ class ListGreyTagRouteResponse extends $tea.Model {
|
|
|
3522
3568
|
static names() {
|
|
3523
3569
|
return {
|
|
3524
3570
|
headers: 'headers',
|
|
3571
|
+
statusCode: 'statusCode',
|
|
3525
3572
|
body: 'body',
|
|
3526
3573
|
};
|
|
3527
3574
|
}
|
|
3528
3575
|
static types() {
|
|
3529
3576
|
return {
|
|
3530
3577
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3578
|
+
statusCode: 'number',
|
|
3531
3579
|
body: ListGreyTagRouteResponseBody,
|
|
3532
3580
|
};
|
|
3533
3581
|
}
|
|
@@ -3586,12 +3634,14 @@ class ListIngressesResponse extends $tea.Model {
|
|
|
3586
3634
|
static names() {
|
|
3587
3635
|
return {
|
|
3588
3636
|
headers: 'headers',
|
|
3637
|
+
statusCode: 'statusCode',
|
|
3589
3638
|
body: 'body',
|
|
3590
3639
|
};
|
|
3591
3640
|
}
|
|
3592
3641
|
static types() {
|
|
3593
3642
|
return {
|
|
3594
3643
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3644
|
+
statusCode: 'number',
|
|
3595
3645
|
body: ListIngressesResponseBody,
|
|
3596
3646
|
};
|
|
3597
3647
|
}
|
|
@@ -3652,12 +3702,14 @@ class ListLogConfigsResponse extends $tea.Model {
|
|
|
3652
3702
|
static names() {
|
|
3653
3703
|
return {
|
|
3654
3704
|
headers: 'headers',
|
|
3705
|
+
statusCode: 'statusCode',
|
|
3655
3706
|
body: 'body',
|
|
3656
3707
|
};
|
|
3657
3708
|
}
|
|
3658
3709
|
static types() {
|
|
3659
3710
|
return {
|
|
3660
3711
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3712
|
+
statusCode: 'number',
|
|
3661
3713
|
body: ListLogConfigsResponseBody,
|
|
3662
3714
|
};
|
|
3663
3715
|
}
|
|
@@ -3724,12 +3776,14 @@ class ListNamespaceChangeOrdersResponse extends $tea.Model {
|
|
|
3724
3776
|
static names() {
|
|
3725
3777
|
return {
|
|
3726
3778
|
headers: 'headers',
|
|
3779
|
+
statusCode: 'statusCode',
|
|
3727
3780
|
body: 'body',
|
|
3728
3781
|
};
|
|
3729
3782
|
}
|
|
3730
3783
|
static types() {
|
|
3731
3784
|
return {
|
|
3732
3785
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3786
|
+
statusCode: 'number',
|
|
3733
3787
|
body: ListNamespaceChangeOrdersResponseBody,
|
|
3734
3788
|
};
|
|
3735
3789
|
}
|
|
@@ -3786,12 +3840,14 @@ class ListNamespacedConfigMapsResponse extends $tea.Model {
|
|
|
3786
3840
|
static names() {
|
|
3787
3841
|
return {
|
|
3788
3842
|
headers: 'headers',
|
|
3843
|
+
statusCode: 'statusCode',
|
|
3789
3844
|
body: 'body',
|
|
3790
3845
|
};
|
|
3791
3846
|
}
|
|
3792
3847
|
static types() {
|
|
3793
3848
|
return {
|
|
3794
3849
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3850
|
+
statusCode: 'number',
|
|
3795
3851
|
body: ListNamespacedConfigMapsResponseBody,
|
|
3796
3852
|
};
|
|
3797
3853
|
}
|
|
@@ -3848,12 +3904,14 @@ class ListPublishedServicesResponse extends $tea.Model {
|
|
|
3848
3904
|
static names() {
|
|
3849
3905
|
return {
|
|
3850
3906
|
headers: 'headers',
|
|
3907
|
+
statusCode: 'statusCode',
|
|
3851
3908
|
body: 'body',
|
|
3852
3909
|
};
|
|
3853
3910
|
}
|
|
3854
3911
|
static types() {
|
|
3855
3912
|
return {
|
|
3856
3913
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3914
|
+
statusCode: 'number',
|
|
3857
3915
|
body: ListPublishedServicesResponseBody,
|
|
3858
3916
|
};
|
|
3859
3917
|
}
|
|
@@ -3918,12 +3976,14 @@ class ListTagResourcesResponse extends $tea.Model {
|
|
|
3918
3976
|
static names() {
|
|
3919
3977
|
return {
|
|
3920
3978
|
headers: 'headers',
|
|
3979
|
+
statusCode: 'statusCode',
|
|
3921
3980
|
body: 'body',
|
|
3922
3981
|
};
|
|
3923
3982
|
}
|
|
3924
3983
|
static types() {
|
|
3925
3984
|
return {
|
|
3926
3985
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3986
|
+
statusCode: 'number',
|
|
3927
3987
|
body: ListTagResourcesResponseBody,
|
|
3928
3988
|
};
|
|
3929
3989
|
}
|
|
@@ -3954,12 +4014,14 @@ class OpenSaeServiceResponse extends $tea.Model {
|
|
|
3954
4014
|
static names() {
|
|
3955
4015
|
return {
|
|
3956
4016
|
headers: 'headers',
|
|
4017
|
+
statusCode: 'statusCode',
|
|
3957
4018
|
body: 'body',
|
|
3958
4019
|
};
|
|
3959
4020
|
}
|
|
3960
4021
|
static types() {
|
|
3961
4022
|
return {
|
|
3962
4023
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4024
|
+
statusCode: 'number',
|
|
3963
4025
|
body: OpenSaeServiceResponseBody,
|
|
3964
4026
|
};
|
|
3965
4027
|
}
|
|
@@ -4016,12 +4078,14 @@ class QueryResourceStaticsResponse extends $tea.Model {
|
|
|
4016
4078
|
static names() {
|
|
4017
4079
|
return {
|
|
4018
4080
|
headers: 'headers',
|
|
4081
|
+
statusCode: 'statusCode',
|
|
4019
4082
|
body: 'body',
|
|
4020
4083
|
};
|
|
4021
4084
|
}
|
|
4022
4085
|
static types() {
|
|
4023
4086
|
return {
|
|
4024
4087
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4088
|
+
statusCode: 'number',
|
|
4025
4089
|
body: QueryResourceStaticsResponseBody,
|
|
4026
4090
|
};
|
|
4027
4091
|
}
|
|
@@ -4080,12 +4144,14 @@ class ReduceApplicationCapacityByInstanceIdsResponse extends $tea.Model {
|
|
|
4080
4144
|
static names() {
|
|
4081
4145
|
return {
|
|
4082
4146
|
headers: 'headers',
|
|
4147
|
+
statusCode: 'statusCode',
|
|
4083
4148
|
body: 'body',
|
|
4084
4149
|
};
|
|
4085
4150
|
}
|
|
4086
4151
|
static types() {
|
|
4087
4152
|
return {
|
|
4088
4153
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4154
|
+
statusCode: 'number',
|
|
4089
4155
|
body: ReduceApplicationCapacityByInstanceIdsResponseBody,
|
|
4090
4156
|
};
|
|
4091
4157
|
}
|
|
@@ -4148,12 +4214,14 @@ class RescaleApplicationResponse extends $tea.Model {
|
|
|
4148
4214
|
static names() {
|
|
4149
4215
|
return {
|
|
4150
4216
|
headers: 'headers',
|
|
4217
|
+
statusCode: 'statusCode',
|
|
4151
4218
|
body: 'body',
|
|
4152
4219
|
};
|
|
4153
4220
|
}
|
|
4154
4221
|
static types() {
|
|
4155
4222
|
return {
|
|
4156
4223
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4224
|
+
statusCode: 'number',
|
|
4157
4225
|
body: RescaleApplicationResponseBody,
|
|
4158
4226
|
};
|
|
4159
4227
|
}
|
|
@@ -4214,12 +4282,14 @@ class RescaleApplicationVerticallyResponse extends $tea.Model {
|
|
|
4214
4282
|
static names() {
|
|
4215
4283
|
return {
|
|
4216
4284
|
headers: 'headers',
|
|
4285
|
+
statusCode: 'statusCode',
|
|
4217
4286
|
body: 'body',
|
|
4218
4287
|
};
|
|
4219
4288
|
}
|
|
4220
4289
|
static types() {
|
|
4221
4290
|
return {
|
|
4222
4291
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4292
|
+
statusCode: 'number',
|
|
4223
4293
|
body: RescaleApplicationVerticallyResponseBody,
|
|
4224
4294
|
};
|
|
4225
4295
|
}
|
|
@@ -4280,12 +4350,14 @@ class RestartApplicationResponse extends $tea.Model {
|
|
|
4280
4350
|
static names() {
|
|
4281
4351
|
return {
|
|
4282
4352
|
headers: 'headers',
|
|
4353
|
+
statusCode: 'statusCode',
|
|
4283
4354
|
body: 'body',
|
|
4284
4355
|
};
|
|
4285
4356
|
}
|
|
4286
4357
|
static types() {
|
|
4287
4358
|
return {
|
|
4288
4359
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4360
|
+
statusCode: 'number',
|
|
4289
4361
|
body: RestartApplicationResponseBody,
|
|
4290
4362
|
};
|
|
4291
4363
|
}
|
|
@@ -4344,12 +4416,14 @@ class RestartInstancesResponse extends $tea.Model {
|
|
|
4344
4416
|
static names() {
|
|
4345
4417
|
return {
|
|
4346
4418
|
headers: 'headers',
|
|
4419
|
+
statusCode: 'statusCode',
|
|
4347
4420
|
body: 'body',
|
|
4348
4421
|
};
|
|
4349
4422
|
}
|
|
4350
4423
|
static types() {
|
|
4351
4424
|
return {
|
|
4352
4425
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4426
|
+
statusCode: 'number',
|
|
4353
4427
|
body: RestartInstancesResponseBody,
|
|
4354
4428
|
};
|
|
4355
4429
|
}
|
|
@@ -4418,12 +4492,14 @@ class RollbackApplicationResponse extends $tea.Model {
|
|
|
4418
4492
|
static names() {
|
|
4419
4493
|
return {
|
|
4420
4494
|
headers: 'headers',
|
|
4495
|
+
statusCode: 'statusCode',
|
|
4421
4496
|
body: 'body',
|
|
4422
4497
|
};
|
|
4423
4498
|
}
|
|
4424
4499
|
static types() {
|
|
4425
4500
|
return {
|
|
4426
4501
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4502
|
+
statusCode: 'number',
|
|
4427
4503
|
body: RollbackApplicationResponseBody,
|
|
4428
4504
|
};
|
|
4429
4505
|
}
|
|
@@ -4480,12 +4556,14 @@ class StartApplicationResponse extends $tea.Model {
|
|
|
4480
4556
|
static names() {
|
|
4481
4557
|
return {
|
|
4482
4558
|
headers: 'headers',
|
|
4559
|
+
statusCode: 'statusCode',
|
|
4483
4560
|
body: 'body',
|
|
4484
4561
|
};
|
|
4485
4562
|
}
|
|
4486
4563
|
static types() {
|
|
4487
4564
|
return {
|
|
4488
4565
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4566
|
+
statusCode: 'number',
|
|
4489
4567
|
body: StartApplicationResponseBody,
|
|
4490
4568
|
};
|
|
4491
4569
|
}
|
|
@@ -4542,12 +4620,14 @@ class StopApplicationResponse extends $tea.Model {
|
|
|
4542
4620
|
static names() {
|
|
4543
4621
|
return {
|
|
4544
4622
|
headers: 'headers',
|
|
4623
|
+
statusCode: 'statusCode',
|
|
4545
4624
|
body: 'body',
|
|
4546
4625
|
};
|
|
4547
4626
|
}
|
|
4548
4627
|
static types() {
|
|
4549
4628
|
return {
|
|
4550
4629
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4630
|
+
statusCode: 'number',
|
|
4551
4631
|
body: StopApplicationResponseBody,
|
|
4552
4632
|
};
|
|
4553
4633
|
}
|
|
@@ -4610,12 +4690,14 @@ class TagResourcesResponse extends $tea.Model {
|
|
|
4610
4690
|
static names() {
|
|
4611
4691
|
return {
|
|
4612
4692
|
headers: 'headers',
|
|
4693
|
+
statusCode: 'statusCode',
|
|
4613
4694
|
body: 'body',
|
|
4614
4695
|
};
|
|
4615
4696
|
}
|
|
4616
4697
|
static types() {
|
|
4617
4698
|
return {
|
|
4618
4699
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4700
|
+
statusCode: 'number',
|
|
4619
4701
|
body: TagResourcesResponseBody,
|
|
4620
4702
|
};
|
|
4621
4703
|
}
|
|
@@ -4676,12 +4758,14 @@ class UnbindSlbResponse extends $tea.Model {
|
|
|
4676
4758
|
static names() {
|
|
4677
4759
|
return {
|
|
4678
4760
|
headers: 'headers',
|
|
4761
|
+
statusCode: 'statusCode',
|
|
4679
4762
|
body: 'body',
|
|
4680
4763
|
};
|
|
4681
4764
|
}
|
|
4682
4765
|
static types() {
|
|
4683
4766
|
return {
|
|
4684
4767
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4768
|
+
statusCode: 'number',
|
|
4685
4769
|
body: UnbindSlbResponseBody,
|
|
4686
4770
|
};
|
|
4687
4771
|
}
|
|
@@ -4746,12 +4830,14 @@ class UntagResourcesResponse extends $tea.Model {
|
|
|
4746
4830
|
static names() {
|
|
4747
4831
|
return {
|
|
4748
4832
|
headers: 'headers',
|
|
4833
|
+
statusCode: 'statusCode',
|
|
4749
4834
|
body: 'body',
|
|
4750
4835
|
};
|
|
4751
4836
|
}
|
|
4752
4837
|
static types() {
|
|
4753
4838
|
return {
|
|
4754
4839
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4840
|
+
statusCode: 'number',
|
|
4755
4841
|
body: UntagResourcesResponseBody,
|
|
4756
4842
|
};
|
|
4757
4843
|
}
|
|
@@ -4808,17 +4894,83 @@ class UpdateAppSecurityGroupResponse extends $tea.Model {
|
|
|
4808
4894
|
static names() {
|
|
4809
4895
|
return {
|
|
4810
4896
|
headers: 'headers',
|
|
4897
|
+
statusCode: 'statusCode',
|
|
4811
4898
|
body: 'body',
|
|
4812
4899
|
};
|
|
4813
4900
|
}
|
|
4814
4901
|
static types() {
|
|
4815
4902
|
return {
|
|
4816
4903
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4904
|
+
statusCode: 'number',
|
|
4817
4905
|
body: UpdateAppSecurityGroupResponseBody,
|
|
4818
4906
|
};
|
|
4819
4907
|
}
|
|
4820
4908
|
}
|
|
4821
4909
|
exports.UpdateAppSecurityGroupResponse = UpdateAppSecurityGroupResponse;
|
|
4910
|
+
class UpdateApplicationDescriptionRequest extends $tea.Model {
|
|
4911
|
+
constructor(map) {
|
|
4912
|
+
super(map);
|
|
4913
|
+
}
|
|
4914
|
+
static names() {
|
|
4915
|
+
return {
|
|
4916
|
+
appDescription: 'AppDescription',
|
|
4917
|
+
appId: 'AppId',
|
|
4918
|
+
};
|
|
4919
|
+
}
|
|
4920
|
+
static types() {
|
|
4921
|
+
return {
|
|
4922
|
+
appDescription: 'string',
|
|
4923
|
+
appId: 'string',
|
|
4924
|
+
};
|
|
4925
|
+
}
|
|
4926
|
+
}
|
|
4927
|
+
exports.UpdateApplicationDescriptionRequest = UpdateApplicationDescriptionRequest;
|
|
4928
|
+
class UpdateApplicationDescriptionResponseBody extends $tea.Model {
|
|
4929
|
+
constructor(map) {
|
|
4930
|
+
super(map);
|
|
4931
|
+
}
|
|
4932
|
+
static names() {
|
|
4933
|
+
return {
|
|
4934
|
+
code: 'Code',
|
|
4935
|
+
errorCode: 'ErrorCode',
|
|
4936
|
+
message: 'Message',
|
|
4937
|
+
requestId: 'RequestId',
|
|
4938
|
+
success: 'Success',
|
|
4939
|
+
traceId: 'TraceId',
|
|
4940
|
+
};
|
|
4941
|
+
}
|
|
4942
|
+
static types() {
|
|
4943
|
+
return {
|
|
4944
|
+
code: 'string',
|
|
4945
|
+
errorCode: 'string',
|
|
4946
|
+
message: 'string',
|
|
4947
|
+
requestId: 'string',
|
|
4948
|
+
success: 'boolean',
|
|
4949
|
+
traceId: 'string',
|
|
4950
|
+
};
|
|
4951
|
+
}
|
|
4952
|
+
}
|
|
4953
|
+
exports.UpdateApplicationDescriptionResponseBody = UpdateApplicationDescriptionResponseBody;
|
|
4954
|
+
class UpdateApplicationDescriptionResponse extends $tea.Model {
|
|
4955
|
+
constructor(map) {
|
|
4956
|
+
super(map);
|
|
4957
|
+
}
|
|
4958
|
+
static names() {
|
|
4959
|
+
return {
|
|
4960
|
+
headers: 'headers',
|
|
4961
|
+
statusCode: 'statusCode',
|
|
4962
|
+
body: 'body',
|
|
4963
|
+
};
|
|
4964
|
+
}
|
|
4965
|
+
static types() {
|
|
4966
|
+
return {
|
|
4967
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4968
|
+
statusCode: 'number',
|
|
4969
|
+
body: UpdateApplicationDescriptionResponseBody,
|
|
4970
|
+
};
|
|
4971
|
+
}
|
|
4972
|
+
}
|
|
4973
|
+
exports.UpdateApplicationDescriptionResponse = UpdateApplicationDescriptionResponse;
|
|
4822
4974
|
class UpdateApplicationScalingRuleRequest extends $tea.Model {
|
|
4823
4975
|
constructor(map) {
|
|
4824
4976
|
super(map);
|
|
@@ -4872,17 +5024,83 @@ class UpdateApplicationScalingRuleResponse extends $tea.Model {
|
|
|
4872
5024
|
static names() {
|
|
4873
5025
|
return {
|
|
4874
5026
|
headers: 'headers',
|
|
5027
|
+
statusCode: 'statusCode',
|
|
4875
5028
|
body: 'body',
|
|
4876
5029
|
};
|
|
4877
5030
|
}
|
|
4878
5031
|
static types() {
|
|
4879
5032
|
return {
|
|
4880
5033
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5034
|
+
statusCode: 'number',
|
|
4881
5035
|
body: UpdateApplicationScalingRuleResponseBody,
|
|
4882
5036
|
};
|
|
4883
5037
|
}
|
|
4884
5038
|
}
|
|
4885
5039
|
exports.UpdateApplicationScalingRuleResponse = UpdateApplicationScalingRuleResponse;
|
|
5040
|
+
class UpdateApplicationVswitchesRequest extends $tea.Model {
|
|
5041
|
+
constructor(map) {
|
|
5042
|
+
super(map);
|
|
5043
|
+
}
|
|
5044
|
+
static names() {
|
|
5045
|
+
return {
|
|
5046
|
+
appId: 'AppId',
|
|
5047
|
+
vSwitchId: 'VSwitchId',
|
|
5048
|
+
};
|
|
5049
|
+
}
|
|
5050
|
+
static types() {
|
|
5051
|
+
return {
|
|
5052
|
+
appId: 'string',
|
|
5053
|
+
vSwitchId: 'string',
|
|
5054
|
+
};
|
|
5055
|
+
}
|
|
5056
|
+
}
|
|
5057
|
+
exports.UpdateApplicationVswitchesRequest = UpdateApplicationVswitchesRequest;
|
|
5058
|
+
class UpdateApplicationVswitchesResponseBody extends $tea.Model {
|
|
5059
|
+
constructor(map) {
|
|
5060
|
+
super(map);
|
|
5061
|
+
}
|
|
5062
|
+
static names() {
|
|
5063
|
+
return {
|
|
5064
|
+
code: 'Code',
|
|
5065
|
+
errorCode: 'ErrorCode',
|
|
5066
|
+
message: 'Message',
|
|
5067
|
+
requestId: 'RequestId',
|
|
5068
|
+
success: 'Success',
|
|
5069
|
+
traceId: 'TraceId',
|
|
5070
|
+
};
|
|
5071
|
+
}
|
|
5072
|
+
static types() {
|
|
5073
|
+
return {
|
|
5074
|
+
code: 'string',
|
|
5075
|
+
errorCode: 'string',
|
|
5076
|
+
message: 'string',
|
|
5077
|
+
requestId: 'string',
|
|
5078
|
+
success: 'boolean',
|
|
5079
|
+
traceId: 'string',
|
|
5080
|
+
};
|
|
5081
|
+
}
|
|
5082
|
+
}
|
|
5083
|
+
exports.UpdateApplicationVswitchesResponseBody = UpdateApplicationVswitchesResponseBody;
|
|
5084
|
+
class UpdateApplicationVswitchesResponse extends $tea.Model {
|
|
5085
|
+
constructor(map) {
|
|
5086
|
+
super(map);
|
|
5087
|
+
}
|
|
5088
|
+
static names() {
|
|
5089
|
+
return {
|
|
5090
|
+
headers: 'headers',
|
|
5091
|
+
statusCode: 'statusCode',
|
|
5092
|
+
body: 'body',
|
|
5093
|
+
};
|
|
5094
|
+
}
|
|
5095
|
+
static types() {
|
|
5096
|
+
return {
|
|
5097
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5098
|
+
statusCode: 'number',
|
|
5099
|
+
body: UpdateApplicationVswitchesResponseBody,
|
|
5100
|
+
};
|
|
5101
|
+
}
|
|
5102
|
+
}
|
|
5103
|
+
exports.UpdateApplicationVswitchesResponse = UpdateApplicationVswitchesResponse;
|
|
4886
5104
|
class UpdateConfigMapRequest extends $tea.Model {
|
|
4887
5105
|
constructor(map) {
|
|
4888
5106
|
super(map);
|
|
@@ -4938,12 +5156,14 @@ class UpdateConfigMapResponse extends $tea.Model {
|
|
|
4938
5156
|
static names() {
|
|
4939
5157
|
return {
|
|
4940
5158
|
headers: 'headers',
|
|
5159
|
+
statusCode: 'statusCode',
|
|
4941
5160
|
body: 'body',
|
|
4942
5161
|
};
|
|
4943
5162
|
}
|
|
4944
5163
|
static types() {
|
|
4945
5164
|
return {
|
|
4946
5165
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5166
|
+
statusCode: 'number',
|
|
4947
5167
|
body: UpdateConfigMapResponseBody,
|
|
4948
5168
|
};
|
|
4949
5169
|
}
|
|
@@ -5006,12 +5226,14 @@ class UpdateGreyTagRouteResponse extends $tea.Model {
|
|
|
5006
5226
|
static names() {
|
|
5007
5227
|
return {
|
|
5008
5228
|
headers: 'headers',
|
|
5229
|
+
statusCode: 'statusCode',
|
|
5009
5230
|
body: 'body',
|
|
5010
5231
|
};
|
|
5011
5232
|
}
|
|
5012
5233
|
static types() {
|
|
5013
5234
|
return {
|
|
5014
5235
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5236
|
+
statusCode: 'number',
|
|
5015
5237
|
body: UpdateGreyTagRouteResponseBody,
|
|
5016
5238
|
};
|
|
5017
5239
|
}
|
|
@@ -5028,6 +5250,8 @@ class UpdateIngressRequest extends $tea.Model {
|
|
|
5028
5250
|
description: 'Description',
|
|
5029
5251
|
ingressId: 'IngressId',
|
|
5030
5252
|
listenerPort: 'ListenerPort',
|
|
5253
|
+
listenerProtocol: 'ListenerProtocol',
|
|
5254
|
+
loadBalanceType: 'LoadBalanceType',
|
|
5031
5255
|
rules: 'Rules',
|
|
5032
5256
|
};
|
|
5033
5257
|
}
|
|
@@ -5038,6 +5262,8 @@ class UpdateIngressRequest extends $tea.Model {
|
|
|
5038
5262
|
description: 'string',
|
|
5039
5263
|
ingressId: 'number',
|
|
5040
5264
|
listenerPort: 'string',
|
|
5265
|
+
listenerProtocol: 'string',
|
|
5266
|
+
loadBalanceType: 'string',
|
|
5041
5267
|
rules: 'string',
|
|
5042
5268
|
};
|
|
5043
5269
|
}
|
|
@@ -5078,12 +5304,14 @@ class UpdateIngressResponse extends $tea.Model {
|
|
|
5078
5304
|
static names() {
|
|
5079
5305
|
return {
|
|
5080
5306
|
headers: 'headers',
|
|
5307
|
+
statusCode: 'statusCode',
|
|
5081
5308
|
body: 'body',
|
|
5082
5309
|
};
|
|
5083
5310
|
}
|
|
5084
5311
|
static types() {
|
|
5085
5312
|
return {
|
|
5086
5313
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5314
|
+
statusCode: 'number',
|
|
5087
5315
|
body: UpdateIngressResponseBody,
|
|
5088
5316
|
};
|
|
5089
5317
|
}
|
|
@@ -5144,12 +5372,14 @@ class UpdateNamespaceResponse extends $tea.Model {
|
|
|
5144
5372
|
static names() {
|
|
5145
5373
|
return {
|
|
5146
5374
|
headers: 'headers',
|
|
5375
|
+
statusCode: 'statusCode',
|
|
5147
5376
|
body: 'body',
|
|
5148
5377
|
};
|
|
5149
5378
|
}
|
|
5150
5379
|
static types() {
|
|
5151
5380
|
return {
|
|
5152
5381
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5382
|
+
statusCode: 'number',
|
|
5153
5383
|
body: UpdateNamespaceResponseBody,
|
|
5154
5384
|
};
|
|
5155
5385
|
}
|
|
@@ -5206,85 +5436,19 @@ class UpdateNamespaceVpcResponse extends $tea.Model {
|
|
|
5206
5436
|
static names() {
|
|
5207
5437
|
return {
|
|
5208
5438
|
headers: 'headers',
|
|
5439
|
+
statusCode: 'statusCode',
|
|
5209
5440
|
body: 'body',
|
|
5210
5441
|
};
|
|
5211
5442
|
}
|
|
5212
5443
|
static types() {
|
|
5213
5444
|
return {
|
|
5214
5445
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5446
|
+
statusCode: 'number',
|
|
5215
5447
|
body: UpdateNamespaceVpcResponseBody,
|
|
5216
5448
|
};
|
|
5217
5449
|
}
|
|
5218
5450
|
}
|
|
5219
5451
|
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
5452
|
class AbortAndRollbackChangeOrderResponseBodyData extends $tea.Model {
|
|
5289
5453
|
constructor(map) {
|
|
5290
5454
|
super(map);
|
|
@@ -5836,6 +6000,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
5836
6000
|
static names() {
|
|
5837
6001
|
return {
|
|
5838
6002
|
acrAssumeRoleArn: 'AcrAssumeRoleArn',
|
|
6003
|
+
acrInstanceId: 'AcrInstanceId',
|
|
5839
6004
|
appDescription: 'AppDescription',
|
|
5840
6005
|
appId: 'AppId',
|
|
5841
6006
|
appName: 'AppName',
|
|
@@ -5875,6 +6040,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
5875
6040
|
phpConfigLocation: 'PhpConfigLocation',
|
|
5876
6041
|
postStart: 'PostStart',
|
|
5877
6042
|
preStop: 'PreStop',
|
|
6043
|
+
programmingLanguage: 'ProgrammingLanguage',
|
|
5878
6044
|
readiness: 'Readiness',
|
|
5879
6045
|
regionId: 'RegionId',
|
|
5880
6046
|
replicas: 'Replicas',
|
|
@@ -5894,6 +6060,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
5894
6060
|
static types() {
|
|
5895
6061
|
return {
|
|
5896
6062
|
acrAssumeRoleArn: 'string',
|
|
6063
|
+
acrInstanceId: 'string',
|
|
5897
6064
|
appDescription: 'string',
|
|
5898
6065
|
appId: 'string',
|
|
5899
6066
|
appName: 'string',
|
|
@@ -5933,6 +6100,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
5933
6100
|
phpConfigLocation: 'string',
|
|
5934
6101
|
postStart: 'string',
|
|
5935
6102
|
preStop: 'string',
|
|
6103
|
+
programmingLanguage: 'string',
|
|
5936
6104
|
readiness: 'string',
|
|
5937
6105
|
regionId: 'string',
|
|
5938
6106
|
replicas: 'number',
|
|
@@ -7092,6 +7260,8 @@ class DescribeIngressResponseBodyData extends $tea.Model {
|
|
|
7092
7260
|
description: 'Description',
|
|
7093
7261
|
id: 'Id',
|
|
7094
7262
|
listenerPort: 'ListenerPort',
|
|
7263
|
+
listenerProtocol: 'ListenerProtocol',
|
|
7264
|
+
loadBalanceType: 'LoadBalanceType',
|
|
7095
7265
|
name: 'Name',
|
|
7096
7266
|
namespaceId: 'NamespaceId',
|
|
7097
7267
|
rules: 'Rules',
|
|
@@ -7106,6 +7276,8 @@ class DescribeIngressResponseBodyData extends $tea.Model {
|
|
|
7106
7276
|
description: 'string',
|
|
7107
7277
|
id: 'number',
|
|
7108
7278
|
listenerPort: 'number',
|
|
7279
|
+
listenerProtocol: 'string',
|
|
7280
|
+
loadBalanceType: 'string',
|
|
7109
7281
|
name: 'string',
|
|
7110
7282
|
namespaceId: 'string',
|
|
7111
7283
|
rules: { 'type': 'array', 'itemType': DescribeIngressResponseBodyDataRules },
|
|
@@ -7206,6 +7378,8 @@ class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
|
|
|
7206
7378
|
appCount: 'AppCount',
|
|
7207
7379
|
belongRegion: 'BelongRegion',
|
|
7208
7380
|
description: 'Description',
|
|
7381
|
+
jumpServerAppId: 'JumpServerAppId',
|
|
7382
|
+
jumpServerIp: 'JumpServerIp',
|
|
7209
7383
|
lastChangeOrderId: 'LastChangeOrderId',
|
|
7210
7384
|
lastChangeOrderRunning: 'LastChangeOrderRunning',
|
|
7211
7385
|
lastChangeOrderStatus: 'LastChangeOrderStatus',
|
|
@@ -7226,6 +7400,8 @@ class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
|
|
|
7226
7400
|
appCount: 'number',
|
|
7227
7401
|
belongRegion: 'string',
|
|
7228
7402
|
description: 'string',
|
|
7403
|
+
jumpServerAppId: 'string',
|
|
7404
|
+
jumpServerIp: 'string',
|
|
7229
7405
|
lastChangeOrderId: 'string',
|
|
7230
7406
|
lastChangeOrderRunning: 'boolean',
|
|
7231
7407
|
lastChangeOrderStatus: 'string',
|
|
@@ -7883,6 +8059,8 @@ class ListIngressesResponseBodyDataIngressList extends $tea.Model {
|
|
|
7883
8059
|
description: 'Description',
|
|
7884
8060
|
id: 'Id',
|
|
7885
8061
|
listenerPort: 'ListenerPort',
|
|
8062
|
+
listenerProtocol: 'ListenerProtocol',
|
|
8063
|
+
loadBalanceType: 'LoadBalanceType',
|
|
7886
8064
|
name: 'Name',
|
|
7887
8065
|
namespaceId: 'NamespaceId',
|
|
7888
8066
|
slbId: 'SlbId',
|
|
@@ -7895,6 +8073,8 @@ class ListIngressesResponseBodyDataIngressList extends $tea.Model {
|
|
|
7895
8073
|
description: 'string',
|
|
7896
8074
|
id: 'number',
|
|
7897
8075
|
listenerPort: 'string',
|
|
8076
|
+
listenerProtocol: 'string',
|
|
8077
|
+
loadBalanceType: 'string',
|
|
7898
8078
|
name: 'string',
|
|
7899
8079
|
namespaceId: 'string',
|
|
7900
8080
|
slbId: 'string',
|
|
@@ -8807,6 +8987,9 @@ class Client extends openapi_client_1.default {
|
|
|
8807
8987
|
if (!tea_util_1.default.isUnset(request.jdk)) {
|
|
8808
8988
|
query["Jdk"] = request.jdk;
|
|
8809
8989
|
}
|
|
8990
|
+
if (!tea_util_1.default.isUnset(request.kafkaConfigs)) {
|
|
8991
|
+
query["KafkaConfigs"] = request.kafkaConfigs;
|
|
8992
|
+
}
|
|
8810
8993
|
if (!tea_util_1.default.isUnset(request.kafkaEndpoint)) {
|
|
8811
8994
|
query["KafkaEndpoint"] = request.kafkaEndpoint;
|
|
8812
8995
|
}
|
|
@@ -8858,6 +9041,9 @@ class Client extends openapi_client_1.default {
|
|
|
8858
9041
|
if (!tea_util_1.default.isUnset(request.preStop)) {
|
|
8859
9042
|
query["PreStop"] = request.preStop;
|
|
8860
9043
|
}
|
|
9044
|
+
if (!tea_util_1.default.isUnset(request.programmingLanguage)) {
|
|
9045
|
+
query["ProgrammingLanguage"] = request.programmingLanguage;
|
|
9046
|
+
}
|
|
8861
9047
|
if (!tea_util_1.default.isUnset(request.readiness)) {
|
|
8862
9048
|
query["Readiness"] = request.readiness;
|
|
8863
9049
|
}
|
|
@@ -9079,6 +9265,12 @@ class Client extends openapi_client_1.default {
|
|
|
9079
9265
|
if (!tea_util_1.default.isUnset(request.listenerPort)) {
|
|
9080
9266
|
query["ListenerPort"] = request.listenerPort;
|
|
9081
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
|
+
}
|
|
9082
9274
|
if (!tea_util_1.default.isUnset(request.namespaceId)) {
|
|
9083
9275
|
query["NamespaceId"] = request.namespaceId;
|
|
9084
9276
|
}
|
|
@@ -9368,6 +9560,9 @@ class Client extends openapi_client_1.default {
|
|
|
9368
9560
|
if (!tea_util_1.default.isUnset(request.jdk)) {
|
|
9369
9561
|
query["Jdk"] = request.jdk;
|
|
9370
9562
|
}
|
|
9563
|
+
if (!tea_util_1.default.isUnset(request.kafkaConfigs)) {
|
|
9564
|
+
query["KafkaConfigs"] = request.kafkaConfigs;
|
|
9565
|
+
}
|
|
9371
9566
|
if (!tea_util_1.default.isUnset(request.kafkaEndpoint)) {
|
|
9372
9567
|
query["KafkaEndpoint"] = request.kafkaEndpoint;
|
|
9373
9568
|
}
|
|
@@ -10216,40 +10411,6 @@ class Client extends openapi_client_1.default {
|
|
|
10216
10411
|
});
|
|
10217
10412
|
return $tea.cast(await this.callApi(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
|
|
10218
10413
|
}
|
|
10219
|
-
async downloadFiles(request) {
|
|
10220
|
-
let runtime = new $Util.RuntimeOptions({});
|
|
10221
|
-
let headers = {};
|
|
10222
|
-
return await this.downloadFilesWithOptions(request, headers, runtime);
|
|
10223
|
-
}
|
|
10224
|
-
async downloadFilesWithOptions(request, headers, runtime) {
|
|
10225
|
-
tea_util_1.default.validateModel(request);
|
|
10226
|
-
let query = {};
|
|
10227
|
-
if (!tea_util_1.default.isUnset(request.appId)) {
|
|
10228
|
-
query["AppId"] = request.appId;
|
|
10229
|
-
}
|
|
10230
|
-
if (!tea_util_1.default.isUnset(request.instanceId)) {
|
|
10231
|
-
query["InstanceId"] = request.instanceId;
|
|
10232
|
-
}
|
|
10233
|
-
if (!tea_util_1.default.isUnset(request.localpath)) {
|
|
10234
|
-
query["Localpath"] = request.localpath;
|
|
10235
|
-
}
|
|
10236
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
10237
|
-
headers: headers,
|
|
10238
|
-
query: openapi_util_1.default.query(query),
|
|
10239
|
-
});
|
|
10240
|
-
let params = new $OpenApi.Params({
|
|
10241
|
-
action: "DownloadFiles",
|
|
10242
|
-
version: "2019-05-06",
|
|
10243
|
-
protocol: "HTTPS",
|
|
10244
|
-
pathname: `/pop/v1/sam/app/downloadFiles`,
|
|
10245
|
-
method: "POST",
|
|
10246
|
-
authType: "AK",
|
|
10247
|
-
style: "ROA",
|
|
10248
|
-
reqBodyType: "json",
|
|
10249
|
-
bodyType: "json",
|
|
10250
|
-
});
|
|
10251
|
-
return $tea.cast(await this.callApi(params, req, runtime), new DownloadFilesResponse({}));
|
|
10252
|
-
}
|
|
10253
10414
|
async enableApplicationScalingRule(request) {
|
|
10254
10415
|
let runtime = new $Util.RuntimeOptions({});
|
|
10255
10416
|
let headers = {};
|
|
@@ -11214,6 +11375,37 @@ class Client extends openapi_client_1.default {
|
|
|
11214
11375
|
});
|
|
11215
11376
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
|
|
11216
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
|
+
}
|
|
11217
11409
|
async updateApplicationScalingRule(request) {
|
|
11218
11410
|
let runtime = new $Util.RuntimeOptions({});
|
|
11219
11411
|
let headers = {};
|
|
@@ -11257,6 +11449,37 @@ class Client extends openapi_client_1.default {
|
|
|
11257
11449
|
});
|
|
11258
11450
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
|
|
11259
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
|
+
}
|
|
11260
11483
|
async updateConfigMap(request) {
|
|
11261
11484
|
let runtime = new $Util.RuntimeOptions({});
|
|
11262
11485
|
let headers = {};
|
|
@@ -11353,6 +11576,12 @@ class Client extends openapi_client_1.default {
|
|
|
11353
11576
|
if (!tea_util_1.default.isUnset(request.listenerPort)) {
|
|
11354
11577
|
query["ListenerPort"] = request.listenerPort;
|
|
11355
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
|
+
}
|
|
11356
11585
|
let body = {};
|
|
11357
11586
|
if (!tea_util_1.default.isUnset(request.rules)) {
|
|
11358
11587
|
body["Rules"] = request.rules;
|
|
@@ -11440,43 +11669,6 @@ class Client extends openapi_client_1.default {
|
|
|
11440
11669
|
});
|
|
11441
11670
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateNamespaceVpcResponse({}));
|
|
11442
11671
|
}
|
|
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
11672
|
}
|
|
11481
11673
|
exports.default = Client;
|
|
11482
11674
|
//# sourceMappingURL=client.js.map
|