@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.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export declare class AbortAndRollbackChangeOrderResponse extends $tea.Model {
|
|
|
38
38
|
headers: {
|
|
39
39
|
[key: string]: string;
|
|
40
40
|
};
|
|
41
|
+
statusCode: number;
|
|
41
42
|
body: AbortAndRollbackChangeOrderResponseBody;
|
|
42
43
|
static names(): {
|
|
43
44
|
[key: string]: string;
|
|
@@ -83,6 +84,7 @@ export declare class AbortChangeOrderResponse extends $tea.Model {
|
|
|
83
84
|
headers: {
|
|
84
85
|
[key: string]: string;
|
|
85
86
|
};
|
|
87
|
+
statusCode: number;
|
|
86
88
|
body: AbortChangeOrderResponseBody;
|
|
87
89
|
static names(): {
|
|
88
90
|
[key: string]: string;
|
|
@@ -129,6 +131,7 @@ export declare class BatchStartApplicationsResponse extends $tea.Model {
|
|
|
129
131
|
headers: {
|
|
130
132
|
[key: string]: string;
|
|
131
133
|
};
|
|
134
|
+
statusCode: number;
|
|
132
135
|
body: BatchStartApplicationsResponseBody;
|
|
133
136
|
static names(): {
|
|
134
137
|
[key: string]: string;
|
|
@@ -175,6 +178,7 @@ export declare class BatchStopApplicationsResponse extends $tea.Model {
|
|
|
175
178
|
headers: {
|
|
176
179
|
[key: string]: string;
|
|
177
180
|
};
|
|
181
|
+
statusCode: number;
|
|
178
182
|
body: BatchStopApplicationsResponseBody;
|
|
179
183
|
static names(): {
|
|
180
184
|
[key: string]: string;
|
|
@@ -224,6 +228,7 @@ export declare class BindSlbResponse extends $tea.Model {
|
|
|
224
228
|
headers: {
|
|
225
229
|
[key: string]: string;
|
|
226
230
|
};
|
|
231
|
+
statusCode: number;
|
|
227
232
|
body: BindSlbResponseBody;
|
|
228
233
|
static names(): {
|
|
229
234
|
[key: string]: string;
|
|
@@ -270,6 +275,7 @@ export declare class ConfirmPipelineBatchResponse extends $tea.Model {
|
|
|
270
275
|
headers: {
|
|
271
276
|
[key: string]: string;
|
|
272
277
|
};
|
|
278
|
+
statusCode: number;
|
|
273
279
|
body: ConfirmPipelineBatchResponseBody;
|
|
274
280
|
static names(): {
|
|
275
281
|
[key: string]: string;
|
|
@@ -300,6 +306,7 @@ export declare class CreateApplicationRequest extends $tea.Model {
|
|
|
300
306
|
jarStartArgs?: string;
|
|
301
307
|
jarStartOptions?: string;
|
|
302
308
|
jdk?: string;
|
|
309
|
+
kafkaConfigs?: string;
|
|
303
310
|
kafkaEndpoint?: string;
|
|
304
311
|
kafkaInstanceId?: string;
|
|
305
312
|
kafkaLogfileConfig?: string;
|
|
@@ -321,6 +328,7 @@ export declare class CreateApplicationRequest extends $tea.Model {
|
|
|
321
328
|
phpConfigLocation?: string;
|
|
322
329
|
postStart?: string;
|
|
323
330
|
preStop?: string;
|
|
331
|
+
programmingLanguage?: string;
|
|
324
332
|
readiness?: string;
|
|
325
333
|
replicas?: number;
|
|
326
334
|
securityGroupId?: string;
|
|
@@ -364,6 +372,7 @@ export declare class CreateApplicationResponse extends $tea.Model {
|
|
|
364
372
|
headers: {
|
|
365
373
|
[key: string]: string;
|
|
366
374
|
};
|
|
375
|
+
statusCode: number;
|
|
367
376
|
body: CreateApplicationResponseBody;
|
|
368
377
|
static names(): {
|
|
369
378
|
[key: string]: string;
|
|
@@ -412,6 +421,7 @@ export declare class CreateApplicationScalingRuleResponse extends $tea.Model {
|
|
|
412
421
|
headers: {
|
|
413
422
|
[key: string]: string;
|
|
414
423
|
};
|
|
424
|
+
statusCode: number;
|
|
415
425
|
body: CreateApplicationScalingRuleResponseBody;
|
|
416
426
|
static names(): {
|
|
417
427
|
[key: string]: string;
|
|
@@ -460,6 +470,7 @@ export declare class CreateConfigMapResponse extends $tea.Model {
|
|
|
460
470
|
headers: {
|
|
461
471
|
[key: string]: string;
|
|
462
472
|
};
|
|
473
|
+
statusCode: number;
|
|
463
474
|
body: CreateConfigMapResponseBody;
|
|
464
475
|
static names(): {
|
|
465
476
|
[key: string]: string;
|
|
@@ -509,6 +520,7 @@ export declare class CreateGreyTagRouteResponse extends $tea.Model {
|
|
|
509
520
|
headers: {
|
|
510
521
|
[key: string]: string;
|
|
511
522
|
};
|
|
523
|
+
statusCode: number;
|
|
512
524
|
body: CreateGreyTagRouteResponseBody;
|
|
513
525
|
static names(): {
|
|
514
526
|
[key: string]: string;
|
|
@@ -525,6 +537,8 @@ export declare class CreateIngressRequest extends $tea.Model {
|
|
|
525
537
|
defaultRule?: string;
|
|
526
538
|
description?: string;
|
|
527
539
|
listenerPort?: number;
|
|
540
|
+
listenerProtocol?: string;
|
|
541
|
+
loadBalanceType?: string;
|
|
528
542
|
namespaceId?: string;
|
|
529
543
|
rules?: string;
|
|
530
544
|
slbId?: string;
|
|
@@ -560,6 +574,7 @@ export declare class CreateIngressResponse extends $tea.Model {
|
|
|
560
574
|
headers: {
|
|
561
575
|
[key: string]: string;
|
|
562
576
|
};
|
|
577
|
+
statusCode: number;
|
|
563
578
|
body: CreateIngressResponseBody;
|
|
564
579
|
static names(): {
|
|
565
580
|
[key: string]: string;
|
|
@@ -607,6 +622,7 @@ export declare class CreateNamespaceResponse extends $tea.Model {
|
|
|
607
622
|
headers: {
|
|
608
623
|
[key: string]: string;
|
|
609
624
|
};
|
|
625
|
+
statusCode: number;
|
|
610
626
|
body: CreateNamespaceResponseBody;
|
|
611
627
|
static names(): {
|
|
612
628
|
[key: string]: string;
|
|
@@ -652,6 +668,7 @@ export declare class DeleteApplicationResponse extends $tea.Model {
|
|
|
652
668
|
headers: {
|
|
653
669
|
[key: string]: string;
|
|
654
670
|
};
|
|
671
|
+
statusCode: number;
|
|
655
672
|
body: DeleteApplicationResponseBody;
|
|
656
673
|
static names(): {
|
|
657
674
|
[key: string]: string;
|
|
@@ -693,6 +710,7 @@ export declare class DeleteApplicationScalingRuleResponse extends $tea.Model {
|
|
|
693
710
|
headers: {
|
|
694
711
|
[key: string]: string;
|
|
695
712
|
};
|
|
713
|
+
statusCode: number;
|
|
696
714
|
body: DeleteApplicationScalingRuleResponseBody;
|
|
697
715
|
static names(): {
|
|
698
716
|
[key: string]: string;
|
|
@@ -738,6 +756,7 @@ export declare class DeleteConfigMapResponse extends $tea.Model {
|
|
|
738
756
|
headers: {
|
|
739
757
|
[key: string]: string;
|
|
740
758
|
};
|
|
759
|
+
statusCode: number;
|
|
741
760
|
body: DeleteConfigMapResponseBody;
|
|
742
761
|
static names(): {
|
|
743
762
|
[key: string]: string;
|
|
@@ -783,6 +802,7 @@ export declare class DeleteGreyTagRouteResponse extends $tea.Model {
|
|
|
783
802
|
headers: {
|
|
784
803
|
[key: string]: string;
|
|
785
804
|
};
|
|
805
|
+
statusCode: number;
|
|
786
806
|
body: DeleteGreyTagRouteResponseBody;
|
|
787
807
|
static names(): {
|
|
788
808
|
[key: string]: string;
|
|
@@ -828,6 +848,7 @@ export declare class DeleteIngressResponse extends $tea.Model {
|
|
|
828
848
|
headers: {
|
|
829
849
|
[key: string]: string;
|
|
830
850
|
};
|
|
851
|
+
statusCode: number;
|
|
831
852
|
body: DeleteIngressResponseBody;
|
|
832
853
|
static names(): {
|
|
833
854
|
[key: string]: string;
|
|
@@ -872,6 +893,7 @@ export declare class DeleteNamespaceResponse extends $tea.Model {
|
|
|
872
893
|
headers: {
|
|
873
894
|
[key: string]: string;
|
|
874
895
|
};
|
|
896
|
+
statusCode: number;
|
|
875
897
|
body: DeleteNamespaceResponseBody;
|
|
876
898
|
static names(): {
|
|
877
899
|
[key: string]: string;
|
|
@@ -903,6 +925,7 @@ export declare class DeployApplicationRequest extends $tea.Model {
|
|
|
903
925
|
jarStartArgs?: string;
|
|
904
926
|
jarStartOptions?: string;
|
|
905
927
|
jdk?: string;
|
|
928
|
+
kafkaConfigs?: string;
|
|
906
929
|
kafkaEndpoint?: string;
|
|
907
930
|
kafkaInstanceId?: string;
|
|
908
931
|
kafkaLogfileConfig?: string;
|
|
@@ -963,6 +986,7 @@ export declare class DeployApplicationResponse extends $tea.Model {
|
|
|
963
986
|
headers: {
|
|
964
987
|
[key: string]: string;
|
|
965
988
|
};
|
|
989
|
+
statusCode: number;
|
|
966
990
|
body: DeployApplicationResponseBody;
|
|
967
991
|
static names(): {
|
|
968
992
|
[key: string]: string;
|
|
@@ -1012,6 +1036,7 @@ export declare class DescribeAppServiceDetailResponse extends $tea.Model {
|
|
|
1012
1036
|
headers: {
|
|
1013
1037
|
[key: string]: string;
|
|
1014
1038
|
};
|
|
1039
|
+
statusCode: number;
|
|
1015
1040
|
body: DescribeAppServiceDetailResponseBody;
|
|
1016
1041
|
static names(): {
|
|
1017
1042
|
[key: string]: string;
|
|
@@ -1058,6 +1083,7 @@ export declare class DescribeApplicationConfigResponse extends $tea.Model {
|
|
|
1058
1083
|
headers: {
|
|
1059
1084
|
[key: string]: string;
|
|
1060
1085
|
};
|
|
1086
|
+
statusCode: number;
|
|
1061
1087
|
body: DescribeApplicationConfigResponseBody;
|
|
1062
1088
|
static names(): {
|
|
1063
1089
|
[key: string]: string;
|
|
@@ -1105,6 +1131,7 @@ export declare class DescribeApplicationGroupsResponse extends $tea.Model {
|
|
|
1105
1131
|
headers: {
|
|
1106
1132
|
[key: string]: string;
|
|
1107
1133
|
};
|
|
1134
|
+
statusCode: number;
|
|
1108
1135
|
body: DescribeApplicationGroupsResponseBody;
|
|
1109
1136
|
static names(): {
|
|
1110
1137
|
[key: string]: string;
|
|
@@ -1151,6 +1178,7 @@ export declare class DescribeApplicationImageResponse extends $tea.Model {
|
|
|
1151
1178
|
headers: {
|
|
1152
1179
|
[key: string]: string;
|
|
1153
1180
|
};
|
|
1181
|
+
statusCode: number;
|
|
1154
1182
|
body: DescribeApplicationImageResponseBody;
|
|
1155
1183
|
static names(): {
|
|
1156
1184
|
[key: string]: string;
|
|
@@ -1200,6 +1228,7 @@ export declare class DescribeApplicationInstancesResponse extends $tea.Model {
|
|
|
1200
1228
|
headers: {
|
|
1201
1229
|
[key: string]: string;
|
|
1202
1230
|
};
|
|
1231
|
+
statusCode: number;
|
|
1203
1232
|
body: DescribeApplicationInstancesResponseBody;
|
|
1204
1233
|
static names(): {
|
|
1205
1234
|
[key: string]: string;
|
|
@@ -1242,6 +1271,7 @@ export declare class DescribeApplicationScalingRuleResponse extends $tea.Model {
|
|
|
1242
1271
|
headers: {
|
|
1243
1272
|
[key: string]: string;
|
|
1244
1273
|
};
|
|
1274
|
+
statusCode: number;
|
|
1245
1275
|
body: DescribeApplicationScalingRuleResponseBody;
|
|
1246
1276
|
static names(): {
|
|
1247
1277
|
[key: string]: string;
|
|
@@ -1283,6 +1313,7 @@ export declare class DescribeApplicationScalingRulesResponse extends $tea.Model
|
|
|
1283
1313
|
headers: {
|
|
1284
1314
|
[key: string]: string;
|
|
1285
1315
|
};
|
|
1316
|
+
statusCode: number;
|
|
1286
1317
|
body: DescribeApplicationScalingRulesResponseBody;
|
|
1287
1318
|
static names(): {
|
|
1288
1319
|
[key: string]: string;
|
|
@@ -1328,6 +1359,7 @@ export declare class DescribeApplicationSlbsResponse extends $tea.Model {
|
|
|
1328
1359
|
headers: {
|
|
1329
1360
|
[key: string]: string;
|
|
1330
1361
|
};
|
|
1362
|
+
statusCode: number;
|
|
1331
1363
|
body: DescribeApplicationSlbsResponseBody;
|
|
1332
1364
|
static names(): {
|
|
1333
1365
|
[key: string]: string;
|
|
@@ -1373,6 +1405,7 @@ export declare class DescribeApplicationStatusResponse extends $tea.Model {
|
|
|
1373
1405
|
headers: {
|
|
1374
1406
|
[key: string]: string;
|
|
1375
1407
|
};
|
|
1408
|
+
statusCode: number;
|
|
1376
1409
|
body: DescribeApplicationStatusResponseBody;
|
|
1377
1410
|
static names(): {
|
|
1378
1411
|
[key: string]: string;
|
|
@@ -1418,6 +1451,7 @@ export declare class DescribeChangeOrderResponse extends $tea.Model {
|
|
|
1418
1451
|
headers: {
|
|
1419
1452
|
[key: string]: string;
|
|
1420
1453
|
};
|
|
1454
|
+
statusCode: number;
|
|
1421
1455
|
body: DescribeChangeOrderResponseBody;
|
|
1422
1456
|
static names(): {
|
|
1423
1457
|
[key: string]: string;
|
|
@@ -1464,6 +1498,7 @@ export declare class DescribeComponentsResponse extends $tea.Model {
|
|
|
1464
1498
|
headers: {
|
|
1465
1499
|
[key: string]: string;
|
|
1466
1500
|
};
|
|
1501
|
+
statusCode: number;
|
|
1467
1502
|
body: DescribeComponentsResponseBody;
|
|
1468
1503
|
static names(): {
|
|
1469
1504
|
[key: string]: string;
|
|
@@ -1509,6 +1544,7 @@ export declare class DescribeConfigMapResponse extends $tea.Model {
|
|
|
1509
1544
|
headers: {
|
|
1510
1545
|
[key: string]: string;
|
|
1511
1546
|
};
|
|
1547
|
+
statusCode: number;
|
|
1512
1548
|
body: DescribeConfigMapResponseBody;
|
|
1513
1549
|
static names(): {
|
|
1514
1550
|
[key: string]: string;
|
|
@@ -1523,6 +1559,7 @@ export declare class DescribeConfigMapResponse extends $tea.Model {
|
|
|
1523
1559
|
export declare class DescribeConfigurationPriceRequest extends $tea.Model {
|
|
1524
1560
|
cpu?: number;
|
|
1525
1561
|
memory?: number;
|
|
1562
|
+
workload?: string;
|
|
1526
1563
|
static names(): {
|
|
1527
1564
|
[key: string]: string;
|
|
1528
1565
|
};
|
|
@@ -1555,6 +1592,7 @@ export declare class DescribeConfigurationPriceResponse extends $tea.Model {
|
|
|
1555
1592
|
headers: {
|
|
1556
1593
|
[key: string]: string;
|
|
1557
1594
|
};
|
|
1595
|
+
statusCode: number;
|
|
1558
1596
|
body: DescribeConfigurationPriceResponseBody;
|
|
1559
1597
|
static names(): {
|
|
1560
1598
|
[key: string]: string;
|
|
@@ -1588,6 +1626,7 @@ export declare class DescribeEdasContainersResponse extends $tea.Model {
|
|
|
1588
1626
|
headers: {
|
|
1589
1627
|
[key: string]: string;
|
|
1590
1628
|
};
|
|
1629
|
+
statusCode: number;
|
|
1591
1630
|
body: DescribeEdasContainersResponseBody;
|
|
1592
1631
|
static names(): {
|
|
1593
1632
|
[key: string]: string;
|
|
@@ -1633,6 +1672,7 @@ export declare class DescribeGreyTagRouteResponse extends $tea.Model {
|
|
|
1633
1672
|
headers: {
|
|
1634
1673
|
[key: string]: string;
|
|
1635
1674
|
};
|
|
1675
|
+
statusCode: number;
|
|
1636
1676
|
body: DescribeGreyTagRouteResponseBody;
|
|
1637
1677
|
static names(): {
|
|
1638
1678
|
[key: string]: string;
|
|
@@ -1678,6 +1718,7 @@ export declare class DescribeIngressResponse extends $tea.Model {
|
|
|
1678
1718
|
headers: {
|
|
1679
1719
|
[key: string]: string;
|
|
1680
1720
|
};
|
|
1721
|
+
statusCode: number;
|
|
1681
1722
|
body: DescribeIngressResponseBody;
|
|
1682
1723
|
static names(): {
|
|
1683
1724
|
[key: string]: string;
|
|
@@ -1723,6 +1764,7 @@ export declare class DescribeInstanceLogResponse extends $tea.Model {
|
|
|
1723
1764
|
headers: {
|
|
1724
1765
|
[key: string]: string;
|
|
1725
1766
|
};
|
|
1767
|
+
statusCode: number;
|
|
1726
1768
|
body: DescribeInstanceLogResponseBody;
|
|
1727
1769
|
static names(): {
|
|
1728
1770
|
[key: string]: string;
|
|
@@ -1756,6 +1798,7 @@ export declare class DescribeInstanceSpecificationsResponse extends $tea.Model {
|
|
|
1756
1798
|
headers: {
|
|
1757
1799
|
[key: string]: string;
|
|
1758
1800
|
};
|
|
1801
|
+
statusCode: number;
|
|
1759
1802
|
body: DescribeInstanceSpecificationsResponseBody;
|
|
1760
1803
|
static names(): {
|
|
1761
1804
|
[key: string]: string;
|
|
@@ -1801,6 +1844,7 @@ export declare class DescribeNamespaceResponse extends $tea.Model {
|
|
|
1801
1844
|
headers: {
|
|
1802
1845
|
[key: string]: string;
|
|
1803
1846
|
};
|
|
1847
|
+
statusCode: number;
|
|
1804
1848
|
body: DescribeNamespaceResponseBody;
|
|
1805
1849
|
static names(): {
|
|
1806
1850
|
[key: string]: string;
|
|
@@ -1847,6 +1891,7 @@ export declare class DescribeNamespaceListResponse extends $tea.Model {
|
|
|
1847
1891
|
headers: {
|
|
1848
1892
|
[key: string]: string;
|
|
1849
1893
|
};
|
|
1894
|
+
statusCode: number;
|
|
1850
1895
|
body: DescribeNamespaceListResponseBody;
|
|
1851
1896
|
static names(): {
|
|
1852
1897
|
[key: string]: string;
|
|
@@ -1892,6 +1937,7 @@ export declare class DescribeNamespaceResourcesResponse extends $tea.Model {
|
|
|
1892
1937
|
headers: {
|
|
1893
1938
|
[key: string]: string;
|
|
1894
1939
|
};
|
|
1940
|
+
statusCode: number;
|
|
1895
1941
|
body: DescribeNamespaceResourcesResponseBody;
|
|
1896
1942
|
static names(): {
|
|
1897
1943
|
[key: string]: string;
|
|
@@ -1938,6 +1984,7 @@ export declare class DescribeNamespacesResponse extends $tea.Model {
|
|
|
1938
1984
|
headers: {
|
|
1939
1985
|
[key: string]: string;
|
|
1940
1986
|
};
|
|
1987
|
+
statusCode: number;
|
|
1941
1988
|
body: DescribeNamespacesResponseBody;
|
|
1942
1989
|
static names(): {
|
|
1943
1990
|
[key: string]: string;
|
|
@@ -1983,6 +2030,7 @@ export declare class DescribePipelineResponse extends $tea.Model {
|
|
|
1983
2030
|
headers: {
|
|
1984
2031
|
[key: string]: string;
|
|
1985
2032
|
};
|
|
2033
|
+
statusCode: number;
|
|
1986
2034
|
body: DescribePipelineResponseBody;
|
|
1987
2035
|
static names(): {
|
|
1988
2036
|
[key: string]: string;
|
|
@@ -2013,6 +2061,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
2013
2061
|
headers: {
|
|
2014
2062
|
[key: string]: string;
|
|
2015
2063
|
};
|
|
2064
|
+
statusCode: number;
|
|
2016
2065
|
body: DescribeRegionsResponseBody;
|
|
2017
2066
|
static names(): {
|
|
2018
2067
|
[key: string]: string;
|
|
@@ -2054,6 +2103,7 @@ export declare class DisableApplicationScalingRuleResponse extends $tea.Model {
|
|
|
2054
2103
|
headers: {
|
|
2055
2104
|
[key: string]: string;
|
|
2056
2105
|
};
|
|
2106
|
+
statusCode: number;
|
|
2057
2107
|
body: DisableApplicationScalingRuleResponseBody;
|
|
2058
2108
|
static names(): {
|
|
2059
2109
|
[key: string]: string;
|
|
@@ -2065,10 +2115,9 @@ export declare class DisableApplicationScalingRuleResponse extends $tea.Model {
|
|
|
2065
2115
|
[key: string]: any;
|
|
2066
2116
|
});
|
|
2067
2117
|
}
|
|
2068
|
-
export declare class
|
|
2118
|
+
export declare class EnableApplicationScalingRuleRequest extends $tea.Model {
|
|
2069
2119
|
appId?: string;
|
|
2070
|
-
|
|
2071
|
-
localpath?: string;
|
|
2120
|
+
scalingRuleName?: string;
|
|
2072
2121
|
static names(): {
|
|
2073
2122
|
[key: string]: string;
|
|
2074
2123
|
};
|
|
@@ -2079,13 +2128,8 @@ export declare class DownloadFilesRequest extends $tea.Model {
|
|
|
2079
2128
|
[key: string]: any;
|
|
2080
2129
|
});
|
|
2081
2130
|
}
|
|
2082
|
-
export declare class
|
|
2083
|
-
code?: string;
|
|
2084
|
-
data?: string;
|
|
2085
|
-
errorCode?: string;
|
|
2086
|
-
message?: string;
|
|
2131
|
+
export declare class EnableApplicationScalingRuleResponseBody extends $tea.Model {
|
|
2087
2132
|
requestId?: string;
|
|
2088
|
-
success?: boolean;
|
|
2089
2133
|
traceId?: string;
|
|
2090
2134
|
static names(): {
|
|
2091
2135
|
[key: string]: string;
|
|
@@ -2097,11 +2141,12 @@ export declare class DownloadFilesResponseBody extends $tea.Model {
|
|
|
2097
2141
|
[key: string]: any;
|
|
2098
2142
|
});
|
|
2099
2143
|
}
|
|
2100
|
-
export declare class
|
|
2144
|
+
export declare class EnableApplicationScalingRuleResponse extends $tea.Model {
|
|
2101
2145
|
headers: {
|
|
2102
2146
|
[key: string]: string;
|
|
2103
2147
|
};
|
|
2104
|
-
|
|
2148
|
+
statusCode: number;
|
|
2149
|
+
body: EnableApplicationScalingRuleResponseBody;
|
|
2105
2150
|
static names(): {
|
|
2106
2151
|
[key: string]: string;
|
|
2107
2152
|
};
|
|
@@ -2112,9 +2157,15 @@ export declare class DownloadFilesResponse extends $tea.Model {
|
|
|
2112
2157
|
[key: string]: any;
|
|
2113
2158
|
});
|
|
2114
2159
|
}
|
|
2115
|
-
export declare class
|
|
2160
|
+
export declare class ExecJobRequest extends $tea.Model {
|
|
2116
2161
|
appId?: string;
|
|
2117
|
-
|
|
2162
|
+
command?: string;
|
|
2163
|
+
commandArgs?: string;
|
|
2164
|
+
envs?: string;
|
|
2165
|
+
eventId?: string;
|
|
2166
|
+
jarStartArgs?: string;
|
|
2167
|
+
jarStartOptions?: string;
|
|
2168
|
+
warStartOptions?: string;
|
|
2118
2169
|
static names(): {
|
|
2119
2170
|
[key: string]: string;
|
|
2120
2171
|
};
|
|
@@ -2125,8 +2176,13 @@ export declare class EnableApplicationScalingRuleRequest extends $tea.Model {
|
|
|
2125
2176
|
[key: string]: any;
|
|
2126
2177
|
});
|
|
2127
2178
|
}
|
|
2128
|
-
export declare class
|
|
2179
|
+
export declare class ExecJobResponseBody extends $tea.Model {
|
|
2180
|
+
code?: string;
|
|
2181
|
+
data?: string;
|
|
2182
|
+
errorCode?: string;
|
|
2183
|
+
message?: string;
|
|
2129
2184
|
requestId?: string;
|
|
2185
|
+
success?: boolean;
|
|
2130
2186
|
traceId?: string;
|
|
2131
2187
|
static names(): {
|
|
2132
2188
|
[key: string]: string;
|
|
@@ -2138,11 +2194,12 @@ export declare class EnableApplicationScalingRuleResponseBody extends $tea.Model
|
|
|
2138
2194
|
[key: string]: any;
|
|
2139
2195
|
});
|
|
2140
2196
|
}
|
|
2141
|
-
export declare class
|
|
2197
|
+
export declare class ExecJobResponse extends $tea.Model {
|
|
2142
2198
|
headers: {
|
|
2143
2199
|
[key: string]: string;
|
|
2144
2200
|
};
|
|
2145
|
-
|
|
2201
|
+
statusCode: number;
|
|
2202
|
+
body: ExecJobResponseBody;
|
|
2146
2203
|
static names(): {
|
|
2147
2204
|
[key: string]: string;
|
|
2148
2205
|
};
|
|
@@ -2193,6 +2250,7 @@ export declare class ListAppEventsResponse extends $tea.Model {
|
|
|
2193
2250
|
headers: {
|
|
2194
2251
|
[key: string]: string;
|
|
2195
2252
|
};
|
|
2253
|
+
statusCode: number;
|
|
2196
2254
|
body: ListAppEventsResponseBody;
|
|
2197
2255
|
static names(): {
|
|
2198
2256
|
[key: string]: string;
|
|
@@ -2241,6 +2299,7 @@ export declare class ListAppServicesPageResponse extends $tea.Model {
|
|
|
2241
2299
|
headers: {
|
|
2242
2300
|
[key: string]: string;
|
|
2243
2301
|
};
|
|
2302
|
+
statusCode: number;
|
|
2244
2303
|
body: ListAppServicesPageResponseBody;
|
|
2245
2304
|
static names(): {
|
|
2246
2305
|
[key: string]: string;
|
|
@@ -2285,6 +2344,7 @@ export declare class ListAppVersionsResponse extends $tea.Model {
|
|
|
2285
2344
|
headers: {
|
|
2286
2345
|
[key: string]: string;
|
|
2287
2346
|
};
|
|
2347
|
+
statusCode: number;
|
|
2288
2348
|
body: ListAppVersionsResponseBody;
|
|
2289
2349
|
static names(): {
|
|
2290
2350
|
[key: string]: string;
|
|
@@ -2340,6 +2400,7 @@ export declare class ListApplicationsResponse extends $tea.Model {
|
|
|
2340
2400
|
headers: {
|
|
2341
2401
|
[key: string]: string;
|
|
2342
2402
|
};
|
|
2403
|
+
statusCode: number;
|
|
2343
2404
|
body: ListApplicationsResponseBody;
|
|
2344
2405
|
static names(): {
|
|
2345
2406
|
[key: string]: string;
|
|
@@ -2390,6 +2451,7 @@ export declare class ListChangeOrdersResponse extends $tea.Model {
|
|
|
2390
2451
|
headers: {
|
|
2391
2452
|
[key: string]: string;
|
|
2392
2453
|
};
|
|
2454
|
+
statusCode: number;
|
|
2393
2455
|
body: ListChangeOrdersResponseBody;
|
|
2394
2456
|
static names(): {
|
|
2395
2457
|
[key: string]: string;
|
|
@@ -2435,6 +2497,7 @@ export declare class ListConsumedServicesResponse extends $tea.Model {
|
|
|
2435
2497
|
headers: {
|
|
2436
2498
|
[key: string]: string;
|
|
2437
2499
|
};
|
|
2500
|
+
statusCode: number;
|
|
2438
2501
|
body: ListConsumedServicesResponseBody;
|
|
2439
2502
|
static names(): {
|
|
2440
2503
|
[key: string]: string;
|
|
@@ -2480,6 +2543,7 @@ export declare class ListGreyTagRouteResponse extends $tea.Model {
|
|
|
2480
2543
|
headers: {
|
|
2481
2544
|
[key: string]: string;
|
|
2482
2545
|
};
|
|
2546
|
+
statusCode: number;
|
|
2483
2547
|
body: ListGreyTagRouteResponseBody;
|
|
2484
2548
|
static names(): {
|
|
2485
2549
|
[key: string]: string;
|
|
@@ -2526,6 +2590,7 @@ export declare class ListIngressesResponse extends $tea.Model {
|
|
|
2526
2590
|
headers: {
|
|
2527
2591
|
[key: string]: string;
|
|
2528
2592
|
};
|
|
2593
|
+
statusCode: number;
|
|
2529
2594
|
body: ListIngressesResponseBody;
|
|
2530
2595
|
static names(): {
|
|
2531
2596
|
[key: string]: string;
|
|
@@ -2573,6 +2638,7 @@ export declare class ListLogConfigsResponse extends $tea.Model {
|
|
|
2573
2638
|
headers: {
|
|
2574
2639
|
[key: string]: string;
|
|
2575
2640
|
};
|
|
2641
|
+
statusCode: number;
|
|
2576
2642
|
body: ListLogConfigsResponseBody;
|
|
2577
2643
|
static names(): {
|
|
2578
2644
|
[key: string]: string;
|
|
@@ -2623,6 +2689,7 @@ export declare class ListNamespaceChangeOrdersResponse extends $tea.Model {
|
|
|
2623
2689
|
headers: {
|
|
2624
2690
|
[key: string]: string;
|
|
2625
2691
|
};
|
|
2692
|
+
statusCode: number;
|
|
2626
2693
|
body: ListNamespaceChangeOrdersResponseBody;
|
|
2627
2694
|
static names(): {
|
|
2628
2695
|
[key: string]: string;
|
|
@@ -2668,6 +2735,7 @@ export declare class ListNamespacedConfigMapsResponse extends $tea.Model {
|
|
|
2668
2735
|
headers: {
|
|
2669
2736
|
[key: string]: string;
|
|
2670
2737
|
};
|
|
2738
|
+
statusCode: number;
|
|
2671
2739
|
body: ListNamespacedConfigMapsResponseBody;
|
|
2672
2740
|
static names(): {
|
|
2673
2741
|
[key: string]: string;
|
|
@@ -2713,6 +2781,7 @@ export declare class ListPublishedServicesResponse extends $tea.Model {
|
|
|
2713
2781
|
headers: {
|
|
2714
2782
|
[key: string]: string;
|
|
2715
2783
|
};
|
|
2784
|
+
statusCode: number;
|
|
2716
2785
|
body: ListPublishedServicesResponseBody;
|
|
2717
2786
|
static names(): {
|
|
2718
2787
|
[key: string]: string;
|
|
@@ -2762,6 +2831,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
2762
2831
|
headers: {
|
|
2763
2832
|
[key: string]: string;
|
|
2764
2833
|
};
|
|
2834
|
+
statusCode: number;
|
|
2765
2835
|
body: ListTagResourcesResponseBody;
|
|
2766
2836
|
static names(): {
|
|
2767
2837
|
[key: string]: string;
|
|
@@ -2790,6 +2860,7 @@ export declare class OpenSaeServiceResponse extends $tea.Model {
|
|
|
2790
2860
|
headers: {
|
|
2791
2861
|
[key: string]: string;
|
|
2792
2862
|
};
|
|
2863
|
+
statusCode: number;
|
|
2793
2864
|
body: OpenSaeServiceResponseBody;
|
|
2794
2865
|
static names(): {
|
|
2795
2866
|
[key: string]: string;
|
|
@@ -2835,6 +2906,7 @@ export declare class QueryResourceStaticsResponse extends $tea.Model {
|
|
|
2835
2906
|
headers: {
|
|
2836
2907
|
[key: string]: string;
|
|
2837
2908
|
};
|
|
2909
|
+
statusCode: number;
|
|
2838
2910
|
body: QueryResourceStaticsResponseBody;
|
|
2839
2911
|
static names(): {
|
|
2840
2912
|
[key: string]: string;
|
|
@@ -2881,6 +2953,7 @@ export declare class ReduceApplicationCapacityByInstanceIdsResponse extends $tea
|
|
|
2881
2953
|
headers: {
|
|
2882
2954
|
[key: string]: string;
|
|
2883
2955
|
};
|
|
2956
|
+
statusCode: number;
|
|
2884
2957
|
body: ReduceApplicationCapacityByInstanceIdsResponseBody;
|
|
2885
2958
|
static names(): {
|
|
2886
2959
|
[key: string]: string;
|
|
@@ -2929,6 +3002,7 @@ export declare class RescaleApplicationResponse extends $tea.Model {
|
|
|
2929
3002
|
headers: {
|
|
2930
3003
|
[key: string]: string;
|
|
2931
3004
|
};
|
|
3005
|
+
statusCode: number;
|
|
2932
3006
|
body: RescaleApplicationResponseBody;
|
|
2933
3007
|
static names(): {
|
|
2934
3008
|
[key: string]: string;
|
|
@@ -2976,6 +3050,7 @@ export declare class RescaleApplicationVerticallyResponse extends $tea.Model {
|
|
|
2976
3050
|
headers: {
|
|
2977
3051
|
[key: string]: string;
|
|
2978
3052
|
};
|
|
3053
|
+
statusCode: number;
|
|
2979
3054
|
body: RescaleApplicationVerticallyResponseBody;
|
|
2980
3055
|
static names(): {
|
|
2981
3056
|
[key: string]: string;
|
|
@@ -3023,6 +3098,7 @@ export declare class RestartApplicationResponse extends $tea.Model {
|
|
|
3023
3098
|
headers: {
|
|
3024
3099
|
[key: string]: string;
|
|
3025
3100
|
};
|
|
3101
|
+
statusCode: number;
|
|
3026
3102
|
body: RestartApplicationResponseBody;
|
|
3027
3103
|
static names(): {
|
|
3028
3104
|
[key: string]: string;
|
|
@@ -3069,6 +3145,7 @@ export declare class RestartInstancesResponse extends $tea.Model {
|
|
|
3069
3145
|
headers: {
|
|
3070
3146
|
[key: string]: string;
|
|
3071
3147
|
};
|
|
3148
|
+
statusCode: number;
|
|
3072
3149
|
body: RestartInstancesResponseBody;
|
|
3073
3150
|
static names(): {
|
|
3074
3151
|
[key: string]: string;
|
|
@@ -3120,6 +3197,7 @@ export declare class RollbackApplicationResponse extends $tea.Model {
|
|
|
3120
3197
|
headers: {
|
|
3121
3198
|
[key: string]: string;
|
|
3122
3199
|
};
|
|
3200
|
+
statusCode: number;
|
|
3123
3201
|
body: RollbackApplicationResponseBody;
|
|
3124
3202
|
static names(): {
|
|
3125
3203
|
[key: string]: string;
|
|
@@ -3165,6 +3243,7 @@ export declare class StartApplicationResponse extends $tea.Model {
|
|
|
3165
3243
|
headers: {
|
|
3166
3244
|
[key: string]: string;
|
|
3167
3245
|
};
|
|
3246
|
+
statusCode: number;
|
|
3168
3247
|
body: StartApplicationResponseBody;
|
|
3169
3248
|
static names(): {
|
|
3170
3249
|
[key: string]: string;
|
|
@@ -3210,6 +3289,7 @@ export declare class StopApplicationResponse extends $tea.Model {
|
|
|
3210
3289
|
headers: {
|
|
3211
3290
|
[key: string]: string;
|
|
3212
3291
|
};
|
|
3292
|
+
statusCode: number;
|
|
3213
3293
|
body: StopApplicationResponseBody;
|
|
3214
3294
|
static names(): {
|
|
3215
3295
|
[key: string]: string;
|
|
@@ -3258,6 +3338,7 @@ export declare class TagResourcesResponse extends $tea.Model {
|
|
|
3258
3338
|
headers: {
|
|
3259
3339
|
[key: string]: string;
|
|
3260
3340
|
};
|
|
3341
|
+
statusCode: number;
|
|
3261
3342
|
body: TagResourcesResponseBody;
|
|
3262
3343
|
static names(): {
|
|
3263
3344
|
[key: string]: string;
|
|
@@ -3305,6 +3386,7 @@ export declare class UnbindSlbResponse extends $tea.Model {
|
|
|
3305
3386
|
headers: {
|
|
3306
3387
|
[key: string]: string;
|
|
3307
3388
|
};
|
|
3389
|
+
statusCode: number;
|
|
3308
3390
|
body: UnbindSlbResponseBody;
|
|
3309
3391
|
static names(): {
|
|
3310
3392
|
[key: string]: string;
|
|
@@ -3354,6 +3436,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
3354
3436
|
headers: {
|
|
3355
3437
|
[key: string]: string;
|
|
3356
3438
|
};
|
|
3439
|
+
statusCode: number;
|
|
3357
3440
|
body: UntagResourcesResponseBody;
|
|
3358
3441
|
static names(): {
|
|
3359
3442
|
[key: string]: string;
|
|
@@ -3399,6 +3482,7 @@ export declare class UpdateAppSecurityGroupResponse extends $tea.Model {
|
|
|
3399
3482
|
headers: {
|
|
3400
3483
|
[key: string]: string;
|
|
3401
3484
|
};
|
|
3485
|
+
statusCode: number;
|
|
3402
3486
|
body: UpdateAppSecurityGroupResponseBody;
|
|
3403
3487
|
static names(): {
|
|
3404
3488
|
[key: string]: string;
|
|
@@ -3410,6 +3494,52 @@ export declare class UpdateAppSecurityGroupResponse extends $tea.Model {
|
|
|
3410
3494
|
[key: string]: any;
|
|
3411
3495
|
});
|
|
3412
3496
|
}
|
|
3497
|
+
export declare class UpdateApplicationDescriptionRequest extends $tea.Model {
|
|
3498
|
+
appDescription?: string;
|
|
3499
|
+
appId?: string;
|
|
3500
|
+
static names(): {
|
|
3501
|
+
[key: string]: string;
|
|
3502
|
+
};
|
|
3503
|
+
static types(): {
|
|
3504
|
+
[key: string]: any;
|
|
3505
|
+
};
|
|
3506
|
+
constructor(map?: {
|
|
3507
|
+
[key: string]: any;
|
|
3508
|
+
});
|
|
3509
|
+
}
|
|
3510
|
+
export declare class UpdateApplicationDescriptionResponseBody extends $tea.Model {
|
|
3511
|
+
code?: string;
|
|
3512
|
+
errorCode?: string;
|
|
3513
|
+
message?: string;
|
|
3514
|
+
requestId?: string;
|
|
3515
|
+
success?: boolean;
|
|
3516
|
+
traceId?: string;
|
|
3517
|
+
static names(): {
|
|
3518
|
+
[key: string]: string;
|
|
3519
|
+
};
|
|
3520
|
+
static types(): {
|
|
3521
|
+
[key: string]: any;
|
|
3522
|
+
};
|
|
3523
|
+
constructor(map?: {
|
|
3524
|
+
[key: string]: any;
|
|
3525
|
+
});
|
|
3526
|
+
}
|
|
3527
|
+
export declare class UpdateApplicationDescriptionResponse extends $tea.Model {
|
|
3528
|
+
headers: {
|
|
3529
|
+
[key: string]: string;
|
|
3530
|
+
};
|
|
3531
|
+
statusCode: number;
|
|
3532
|
+
body: UpdateApplicationDescriptionResponseBody;
|
|
3533
|
+
static names(): {
|
|
3534
|
+
[key: string]: string;
|
|
3535
|
+
};
|
|
3536
|
+
static types(): {
|
|
3537
|
+
[key: string]: any;
|
|
3538
|
+
};
|
|
3539
|
+
constructor(map?: {
|
|
3540
|
+
[key: string]: any;
|
|
3541
|
+
});
|
|
3542
|
+
}
|
|
3413
3543
|
export declare class UpdateApplicationScalingRuleRequest extends $tea.Model {
|
|
3414
3544
|
appId?: string;
|
|
3415
3545
|
minReadyInstanceRatio?: number;
|
|
@@ -3445,6 +3575,7 @@ export declare class UpdateApplicationScalingRuleResponse extends $tea.Model {
|
|
|
3445
3575
|
headers: {
|
|
3446
3576
|
[key: string]: string;
|
|
3447
3577
|
};
|
|
3578
|
+
statusCode: number;
|
|
3448
3579
|
body: UpdateApplicationScalingRuleResponseBody;
|
|
3449
3580
|
static names(): {
|
|
3450
3581
|
[key: string]: string;
|
|
@@ -3456,10 +3587,9 @@ export declare class UpdateApplicationScalingRuleResponse extends $tea.Model {
|
|
|
3456
3587
|
[key: string]: any;
|
|
3457
3588
|
});
|
|
3458
3589
|
}
|
|
3459
|
-
export declare class
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
description?: string;
|
|
3590
|
+
export declare class UpdateApplicationVswitchesRequest extends $tea.Model {
|
|
3591
|
+
appId?: string;
|
|
3592
|
+
vSwitchId?: string;
|
|
3463
3593
|
static names(): {
|
|
3464
3594
|
[key: string]: string;
|
|
3465
3595
|
};
|
|
@@ -3470,9 +3600,8 @@ export declare class UpdateConfigMapRequest extends $tea.Model {
|
|
|
3470
3600
|
[key: string]: any;
|
|
3471
3601
|
});
|
|
3472
3602
|
}
|
|
3473
|
-
export declare class
|
|
3603
|
+
export declare class UpdateApplicationVswitchesResponseBody extends $tea.Model {
|
|
3474
3604
|
code?: string;
|
|
3475
|
-
data?: UpdateConfigMapResponseBodyData;
|
|
3476
3605
|
errorCode?: string;
|
|
3477
3606
|
message?: string;
|
|
3478
3607
|
requestId?: string;
|
|
@@ -3488,11 +3617,12 @@ export declare class UpdateConfigMapResponseBody extends $tea.Model {
|
|
|
3488
3617
|
[key: string]: any;
|
|
3489
3618
|
});
|
|
3490
3619
|
}
|
|
3491
|
-
export declare class
|
|
3620
|
+
export declare class UpdateApplicationVswitchesResponse extends $tea.Model {
|
|
3492
3621
|
headers: {
|
|
3493
3622
|
[key: string]: string;
|
|
3494
3623
|
};
|
|
3495
|
-
|
|
3624
|
+
statusCode: number;
|
|
3625
|
+
body: UpdateApplicationVswitchesResponseBody;
|
|
3496
3626
|
static names(): {
|
|
3497
3627
|
[key: string]: string;
|
|
3498
3628
|
};
|
|
@@ -3503,11 +3633,10 @@ export declare class UpdateConfigMapResponse extends $tea.Model {
|
|
|
3503
3633
|
[key: string]: any;
|
|
3504
3634
|
});
|
|
3505
3635
|
}
|
|
3506
|
-
export declare class
|
|
3636
|
+
export declare class UpdateConfigMapRequest extends $tea.Model {
|
|
3637
|
+
configMapId?: number;
|
|
3638
|
+
data?: string;
|
|
3507
3639
|
description?: string;
|
|
3508
|
-
dubboRules?: string;
|
|
3509
|
-
greyTagRouteId?: number;
|
|
3510
|
-
scRules?: string;
|
|
3511
3640
|
static names(): {
|
|
3512
3641
|
[key: string]: string;
|
|
3513
3642
|
};
|
|
@@ -3518,9 +3647,9 @@ export declare class UpdateGreyTagRouteRequest extends $tea.Model {
|
|
|
3518
3647
|
[key: string]: any;
|
|
3519
3648
|
});
|
|
3520
3649
|
}
|
|
3521
|
-
export declare class
|
|
3650
|
+
export declare class UpdateConfigMapResponseBody extends $tea.Model {
|
|
3522
3651
|
code?: string;
|
|
3523
|
-
data?:
|
|
3652
|
+
data?: UpdateConfigMapResponseBodyData;
|
|
3524
3653
|
errorCode?: string;
|
|
3525
3654
|
message?: string;
|
|
3526
3655
|
requestId?: string;
|
|
@@ -3536,11 +3665,12 @@ export declare class UpdateGreyTagRouteResponseBody extends $tea.Model {
|
|
|
3536
3665
|
[key: string]: any;
|
|
3537
3666
|
});
|
|
3538
3667
|
}
|
|
3539
|
-
export declare class
|
|
3668
|
+
export declare class UpdateConfigMapResponse extends $tea.Model {
|
|
3540
3669
|
headers: {
|
|
3541
3670
|
[key: string]: string;
|
|
3542
3671
|
};
|
|
3543
|
-
|
|
3672
|
+
statusCode: number;
|
|
3673
|
+
body: UpdateConfigMapResponseBody;
|
|
3544
3674
|
static names(): {
|
|
3545
3675
|
[key: string]: string;
|
|
3546
3676
|
};
|
|
@@ -3551,13 +3681,11 @@ export declare class UpdateGreyTagRouteResponse extends $tea.Model {
|
|
|
3551
3681
|
[key: string]: any;
|
|
3552
3682
|
});
|
|
3553
3683
|
}
|
|
3554
|
-
export declare class
|
|
3555
|
-
certId?: string;
|
|
3556
|
-
defaultRule?: string;
|
|
3684
|
+
export declare class UpdateGreyTagRouteRequest extends $tea.Model {
|
|
3557
3685
|
description?: string;
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3686
|
+
dubboRules?: string;
|
|
3687
|
+
greyTagRouteId?: number;
|
|
3688
|
+
scRules?: string;
|
|
3561
3689
|
static names(): {
|
|
3562
3690
|
[key: string]: string;
|
|
3563
3691
|
};
|
|
@@ -3568,9 +3696,9 @@ export declare class UpdateIngressRequest extends $tea.Model {
|
|
|
3568
3696
|
[key: string]: any;
|
|
3569
3697
|
});
|
|
3570
3698
|
}
|
|
3571
|
-
export declare class
|
|
3699
|
+
export declare class UpdateGreyTagRouteResponseBody extends $tea.Model {
|
|
3572
3700
|
code?: string;
|
|
3573
|
-
data?:
|
|
3701
|
+
data?: UpdateGreyTagRouteResponseBodyData;
|
|
3574
3702
|
errorCode?: string;
|
|
3575
3703
|
message?: string;
|
|
3576
3704
|
requestId?: string;
|
|
@@ -3586,11 +3714,12 @@ export declare class UpdateIngressResponseBody extends $tea.Model {
|
|
|
3586
3714
|
[key: string]: any;
|
|
3587
3715
|
});
|
|
3588
3716
|
}
|
|
3589
|
-
export declare class
|
|
3717
|
+
export declare class UpdateGreyTagRouteResponse extends $tea.Model {
|
|
3590
3718
|
headers: {
|
|
3591
3719
|
[key: string]: string;
|
|
3592
3720
|
};
|
|
3593
|
-
|
|
3721
|
+
statusCode: number;
|
|
3722
|
+
body: UpdateGreyTagRouteResponseBody;
|
|
3594
3723
|
static names(): {
|
|
3595
3724
|
[key: string]: string;
|
|
3596
3725
|
};
|
|
@@ -3601,10 +3730,15 @@ export declare class UpdateIngressResponse extends $tea.Model {
|
|
|
3601
3730
|
[key: string]: any;
|
|
3602
3731
|
});
|
|
3603
3732
|
}
|
|
3604
|
-
export declare class
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3733
|
+
export declare class UpdateIngressRequest extends $tea.Model {
|
|
3734
|
+
certId?: string;
|
|
3735
|
+
defaultRule?: string;
|
|
3736
|
+
description?: string;
|
|
3737
|
+
ingressId?: number;
|
|
3738
|
+
listenerPort?: string;
|
|
3739
|
+
listenerProtocol?: string;
|
|
3740
|
+
loadBalanceType?: string;
|
|
3741
|
+
rules?: string;
|
|
3608
3742
|
static names(): {
|
|
3609
3743
|
[key: string]: string;
|
|
3610
3744
|
};
|
|
@@ -3615,9 +3749,9 @@ export declare class UpdateNamespaceRequest extends $tea.Model {
|
|
|
3615
3749
|
[key: string]: any;
|
|
3616
3750
|
});
|
|
3617
3751
|
}
|
|
3618
|
-
export declare class
|
|
3752
|
+
export declare class UpdateIngressResponseBody extends $tea.Model {
|
|
3619
3753
|
code?: string;
|
|
3620
|
-
data?:
|
|
3754
|
+
data?: UpdateIngressResponseBodyData;
|
|
3621
3755
|
errorCode?: string;
|
|
3622
3756
|
message?: string;
|
|
3623
3757
|
requestId?: string;
|
|
@@ -3633,11 +3767,12 @@ export declare class UpdateNamespaceResponseBody extends $tea.Model {
|
|
|
3633
3767
|
[key: string]: any;
|
|
3634
3768
|
});
|
|
3635
3769
|
}
|
|
3636
|
-
export declare class
|
|
3770
|
+
export declare class UpdateIngressResponse extends $tea.Model {
|
|
3637
3771
|
headers: {
|
|
3638
3772
|
[key: string]: string;
|
|
3639
3773
|
};
|
|
3640
|
-
|
|
3774
|
+
statusCode: number;
|
|
3775
|
+
body: UpdateIngressResponseBody;
|
|
3641
3776
|
static names(): {
|
|
3642
3777
|
[key: string]: string;
|
|
3643
3778
|
};
|
|
@@ -3648,9 +3783,10 @@ export declare class UpdateNamespaceResponse extends $tea.Model {
|
|
|
3648
3783
|
[key: string]: any;
|
|
3649
3784
|
});
|
|
3650
3785
|
}
|
|
3651
|
-
export declare class
|
|
3786
|
+
export declare class UpdateNamespaceRequest extends $tea.Model {
|
|
3787
|
+
namespaceDescription?: string;
|
|
3652
3788
|
namespaceId?: string;
|
|
3653
|
-
|
|
3789
|
+
namespaceName?: string;
|
|
3654
3790
|
static names(): {
|
|
3655
3791
|
[key: string]: string;
|
|
3656
3792
|
};
|
|
@@ -3661,8 +3797,9 @@ export declare class UpdateNamespaceVpcRequest extends $tea.Model {
|
|
|
3661
3797
|
[key: string]: any;
|
|
3662
3798
|
});
|
|
3663
3799
|
}
|
|
3664
|
-
export declare class
|
|
3800
|
+
export declare class UpdateNamespaceResponseBody extends $tea.Model {
|
|
3665
3801
|
code?: string;
|
|
3802
|
+
data?: UpdateNamespaceResponseBodyData;
|
|
3666
3803
|
errorCode?: string;
|
|
3667
3804
|
message?: string;
|
|
3668
3805
|
requestId?: string;
|
|
@@ -3678,11 +3815,12 @@ export declare class UpdateNamespaceVpcResponseBody extends $tea.Model {
|
|
|
3678
3815
|
[key: string]: any;
|
|
3679
3816
|
});
|
|
3680
3817
|
}
|
|
3681
|
-
export declare class
|
|
3818
|
+
export declare class UpdateNamespaceResponse extends $tea.Model {
|
|
3682
3819
|
headers: {
|
|
3683
3820
|
[key: string]: string;
|
|
3684
3821
|
};
|
|
3685
|
-
|
|
3822
|
+
statusCode: number;
|
|
3823
|
+
body: UpdateNamespaceResponseBody;
|
|
3686
3824
|
static names(): {
|
|
3687
3825
|
[key: string]: string;
|
|
3688
3826
|
};
|
|
@@ -3693,11 +3831,9 @@ export declare class UpdateNamespaceVpcResponse extends $tea.Model {
|
|
|
3693
3831
|
[key: string]: any;
|
|
3694
3832
|
});
|
|
3695
3833
|
}
|
|
3696
|
-
export declare class
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
instanceId?: string;
|
|
3700
|
-
localpath?: string;
|
|
3834
|
+
export declare class UpdateNamespaceVpcRequest extends $tea.Model {
|
|
3835
|
+
namespaceId?: string;
|
|
3836
|
+
vpcId?: string;
|
|
3701
3837
|
static names(): {
|
|
3702
3838
|
[key: string]: string;
|
|
3703
3839
|
};
|
|
@@ -3708,9 +3844,8 @@ export declare class UploadFilesRequest extends $tea.Model {
|
|
|
3708
3844
|
[key: string]: any;
|
|
3709
3845
|
});
|
|
3710
3846
|
}
|
|
3711
|
-
export declare class
|
|
3847
|
+
export declare class UpdateNamespaceVpcResponseBody extends $tea.Model {
|
|
3712
3848
|
code?: string;
|
|
3713
|
-
data?: string;
|
|
3714
3849
|
errorCode?: string;
|
|
3715
3850
|
message?: string;
|
|
3716
3851
|
requestId?: string;
|
|
@@ -3726,11 +3861,12 @@ export declare class UploadFilesResponseBody extends $tea.Model {
|
|
|
3726
3861
|
[key: string]: any;
|
|
3727
3862
|
});
|
|
3728
3863
|
}
|
|
3729
|
-
export declare class
|
|
3864
|
+
export declare class UpdateNamespaceVpcResponse extends $tea.Model {
|
|
3730
3865
|
headers: {
|
|
3731
3866
|
[key: string]: string;
|
|
3732
3867
|
};
|
|
3733
|
-
|
|
3868
|
+
statusCode: number;
|
|
3869
|
+
body: UpdateNamespaceVpcResponseBody;
|
|
3734
3870
|
static names(): {
|
|
3735
3871
|
[key: string]: string;
|
|
3736
3872
|
};
|
|
@@ -4129,6 +4265,7 @@ export declare class DescribeApplicationConfigResponseBodyDataTags extends $tea.
|
|
|
4129
4265
|
}
|
|
4130
4266
|
export declare class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
4131
4267
|
acrAssumeRoleArn?: string;
|
|
4268
|
+
acrInstanceId?: string;
|
|
4132
4269
|
appDescription?: string;
|
|
4133
4270
|
appId?: string;
|
|
4134
4271
|
appName?: string;
|
|
@@ -4168,6 +4305,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $tea.Mode
|
|
|
4168
4305
|
phpConfigLocation?: string;
|
|
4169
4306
|
postStart?: string;
|
|
4170
4307
|
preStop?: string;
|
|
4308
|
+
programmingLanguage?: string;
|
|
4171
4309
|
readiness?: string;
|
|
4172
4310
|
regionId?: string;
|
|
4173
4311
|
replicas?: number;
|
|
@@ -4236,6 +4374,7 @@ export declare class DescribeApplicationImageResponseBodyData extends $tea.Model
|
|
|
4236
4374
|
}
|
|
4237
4375
|
export declare class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.Model {
|
|
4238
4376
|
createTimeStamp?: number;
|
|
4377
|
+
debugStatus?: boolean;
|
|
4239
4378
|
eip?: string;
|
|
4240
4379
|
finishTimeStamp?: number;
|
|
4241
4380
|
groupId?: string;
|
|
@@ -4916,6 +5055,7 @@ export declare class DescribeGreyTagRouteResponseBodyData extends $tea.Model {
|
|
|
4916
5055
|
export declare class DescribeIngressResponseBodyDataDefaultRule extends $tea.Model {
|
|
4917
5056
|
appId?: string;
|
|
4918
5057
|
appName?: string;
|
|
5058
|
+
backendProtocol?: string;
|
|
4919
5059
|
containerPort?: number;
|
|
4920
5060
|
static names(): {
|
|
4921
5061
|
[key: string]: string;
|
|
@@ -4930,6 +5070,7 @@ export declare class DescribeIngressResponseBodyDataDefaultRule extends $tea.Mod
|
|
|
4930
5070
|
export declare class DescribeIngressResponseBodyDataRules extends $tea.Model {
|
|
4931
5071
|
appId?: string;
|
|
4932
5072
|
appName?: string;
|
|
5073
|
+
backendProtocol?: string;
|
|
4933
5074
|
containerPort?: number;
|
|
4934
5075
|
domain?: string;
|
|
4935
5076
|
path?: string;
|
|
@@ -4949,6 +5090,8 @@ export declare class DescribeIngressResponseBodyData extends $tea.Model {
|
|
|
4949
5090
|
description?: string;
|
|
4950
5091
|
id?: number;
|
|
4951
5092
|
listenerPort?: number;
|
|
5093
|
+
listenerProtocol?: string;
|
|
5094
|
+
loadBalanceType?: string;
|
|
4952
5095
|
name?: string;
|
|
4953
5096
|
namespaceId?: string;
|
|
4954
5097
|
rules?: DescribeIngressResponseBodyDataRules[];
|
|
@@ -5021,6 +5164,8 @@ export declare class DescribeNamespaceResourcesResponseBodyData extends $tea.Mod
|
|
|
5021
5164
|
appCount?: number;
|
|
5022
5165
|
belongRegion?: string;
|
|
5023
5166
|
description?: string;
|
|
5167
|
+
jumpServerAppId?: string;
|
|
5168
|
+
jumpServerIp?: string;
|
|
5024
5169
|
lastChangeOrderId?: string;
|
|
5025
5170
|
lastChangeOrderRunning?: boolean;
|
|
5026
5171
|
lastChangeOrderStatus?: string;
|
|
@@ -5464,6 +5609,8 @@ export declare class ListIngressesResponseBodyDataIngressList extends $tea.Model
|
|
|
5464
5609
|
description?: string;
|
|
5465
5610
|
id?: number;
|
|
5466
5611
|
listenerPort?: string;
|
|
5612
|
+
listenerProtocol?: string;
|
|
5613
|
+
loadBalanceType?: string;
|
|
5467
5614
|
name?: string;
|
|
5468
5615
|
namespaceId?: string;
|
|
5469
5616
|
slbId?: string;
|
|
@@ -6112,14 +6259,14 @@ export default class Client extends OpenApi {
|
|
|
6112
6259
|
disableApplicationScalingRuleWithOptions(request: DisableApplicationScalingRuleRequest, headers: {
|
|
6113
6260
|
[key: string]: string;
|
|
6114
6261
|
}, runtime: $Util.RuntimeOptions): Promise<DisableApplicationScalingRuleResponse>;
|
|
6115
|
-
downloadFiles(request: DownloadFilesRequest): Promise<DownloadFilesResponse>;
|
|
6116
|
-
downloadFilesWithOptions(request: DownloadFilesRequest, headers: {
|
|
6117
|
-
[key: string]: string;
|
|
6118
|
-
}, runtime: $Util.RuntimeOptions): Promise<DownloadFilesResponse>;
|
|
6119
6262
|
enableApplicationScalingRule(request: EnableApplicationScalingRuleRequest): Promise<EnableApplicationScalingRuleResponse>;
|
|
6120
6263
|
enableApplicationScalingRuleWithOptions(request: EnableApplicationScalingRuleRequest, headers: {
|
|
6121
6264
|
[key: string]: string;
|
|
6122
6265
|
}, runtime: $Util.RuntimeOptions): Promise<EnableApplicationScalingRuleResponse>;
|
|
6266
|
+
execJob(request: ExecJobRequest): Promise<ExecJobResponse>;
|
|
6267
|
+
execJobWithOptions(request: ExecJobRequest, headers: {
|
|
6268
|
+
[key: string]: string;
|
|
6269
|
+
}, runtime: $Util.RuntimeOptions): Promise<ExecJobResponse>;
|
|
6123
6270
|
listAppEvents(request: ListAppEventsRequest): Promise<ListAppEventsResponse>;
|
|
6124
6271
|
listAppEventsWithOptions(request: ListAppEventsRequest, headers: {
|
|
6125
6272
|
[key: string]: string;
|
|
@@ -6228,10 +6375,18 @@ export default class Client extends OpenApi {
|
|
|
6228
6375
|
updateAppSecurityGroupWithOptions(request: UpdateAppSecurityGroupRequest, headers: {
|
|
6229
6376
|
[key: string]: string;
|
|
6230
6377
|
}, runtime: $Util.RuntimeOptions): Promise<UpdateAppSecurityGroupResponse>;
|
|
6378
|
+
updateApplicationDescription(request: UpdateApplicationDescriptionRequest): Promise<UpdateApplicationDescriptionResponse>;
|
|
6379
|
+
updateApplicationDescriptionWithOptions(request: UpdateApplicationDescriptionRequest, headers: {
|
|
6380
|
+
[key: string]: string;
|
|
6381
|
+
}, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationDescriptionResponse>;
|
|
6231
6382
|
updateApplicationScalingRule(request: UpdateApplicationScalingRuleRequest): Promise<UpdateApplicationScalingRuleResponse>;
|
|
6232
6383
|
updateApplicationScalingRuleWithOptions(request: UpdateApplicationScalingRuleRequest, headers: {
|
|
6233
6384
|
[key: string]: string;
|
|
6234
6385
|
}, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationScalingRuleResponse>;
|
|
6386
|
+
updateApplicationVswitches(request: UpdateApplicationVswitchesRequest): Promise<UpdateApplicationVswitchesResponse>;
|
|
6387
|
+
updateApplicationVswitchesWithOptions(request: UpdateApplicationVswitchesRequest, headers: {
|
|
6388
|
+
[key: string]: string;
|
|
6389
|
+
}, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationVswitchesResponse>;
|
|
6235
6390
|
updateConfigMap(request: UpdateConfigMapRequest): Promise<UpdateConfigMapResponse>;
|
|
6236
6391
|
updateConfigMapWithOptions(request: UpdateConfigMapRequest, headers: {
|
|
6237
6392
|
[key: string]: string;
|
|
@@ -6252,8 +6407,4 @@ export default class Client extends OpenApi {
|
|
|
6252
6407
|
updateNamespaceVpcWithOptions(request: UpdateNamespaceVpcRequest, headers: {
|
|
6253
6408
|
[key: string]: string;
|
|
6254
6409
|
}, runtime: $Util.RuntimeOptions): Promise<UpdateNamespaceVpcResponse>;
|
|
6255
|
-
uploadFiles(request: UploadFilesRequest): Promise<UploadFilesResponse>;
|
|
6256
|
-
uploadFilesWithOptions(request: UploadFilesRequest, headers: {
|
|
6257
|
-
[key: string]: string;
|
|
6258
|
-
}, runtime: $Util.RuntimeOptions): Promise<UploadFilesResponse>;
|
|
6259
6410
|
}
|