@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 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;
@@ -1555,6 +1591,7 @@ export declare class DescribeConfigurationPriceResponse extends $tea.Model {
1555
1591
  headers: {
1556
1592
  [key: string]: string;
1557
1593
  };
1594
+ statusCode: number;
1558
1595
  body: DescribeConfigurationPriceResponseBody;
1559
1596
  static names(): {
1560
1597
  [key: string]: string;
@@ -1588,6 +1625,7 @@ export declare class DescribeEdasContainersResponse extends $tea.Model {
1588
1625
  headers: {
1589
1626
  [key: string]: string;
1590
1627
  };
1628
+ statusCode: number;
1591
1629
  body: DescribeEdasContainersResponseBody;
1592
1630
  static names(): {
1593
1631
  [key: string]: string;
@@ -1633,6 +1671,7 @@ export declare class DescribeGreyTagRouteResponse extends $tea.Model {
1633
1671
  headers: {
1634
1672
  [key: string]: string;
1635
1673
  };
1674
+ statusCode: number;
1636
1675
  body: DescribeGreyTagRouteResponseBody;
1637
1676
  static names(): {
1638
1677
  [key: string]: string;
@@ -1678,6 +1717,7 @@ export declare class DescribeIngressResponse extends $tea.Model {
1678
1717
  headers: {
1679
1718
  [key: string]: string;
1680
1719
  };
1720
+ statusCode: number;
1681
1721
  body: DescribeIngressResponseBody;
1682
1722
  static names(): {
1683
1723
  [key: string]: string;
@@ -1723,6 +1763,7 @@ export declare class DescribeInstanceLogResponse extends $tea.Model {
1723
1763
  headers: {
1724
1764
  [key: string]: string;
1725
1765
  };
1766
+ statusCode: number;
1726
1767
  body: DescribeInstanceLogResponseBody;
1727
1768
  static names(): {
1728
1769
  [key: string]: string;
@@ -1756,6 +1797,7 @@ export declare class DescribeInstanceSpecificationsResponse extends $tea.Model {
1756
1797
  headers: {
1757
1798
  [key: string]: string;
1758
1799
  };
1800
+ statusCode: number;
1759
1801
  body: DescribeInstanceSpecificationsResponseBody;
1760
1802
  static names(): {
1761
1803
  [key: string]: string;
@@ -1801,6 +1843,7 @@ export declare class DescribeNamespaceResponse extends $tea.Model {
1801
1843
  headers: {
1802
1844
  [key: string]: string;
1803
1845
  };
1846
+ statusCode: number;
1804
1847
  body: DescribeNamespaceResponseBody;
1805
1848
  static names(): {
1806
1849
  [key: string]: string;
@@ -1847,6 +1890,7 @@ export declare class DescribeNamespaceListResponse extends $tea.Model {
1847
1890
  headers: {
1848
1891
  [key: string]: string;
1849
1892
  };
1893
+ statusCode: number;
1850
1894
  body: DescribeNamespaceListResponseBody;
1851
1895
  static names(): {
1852
1896
  [key: string]: string;
@@ -1892,6 +1936,7 @@ export declare class DescribeNamespaceResourcesResponse extends $tea.Model {
1892
1936
  headers: {
1893
1937
  [key: string]: string;
1894
1938
  };
1939
+ statusCode: number;
1895
1940
  body: DescribeNamespaceResourcesResponseBody;
1896
1941
  static names(): {
1897
1942
  [key: string]: string;
@@ -1938,6 +1983,7 @@ export declare class DescribeNamespacesResponse extends $tea.Model {
1938
1983
  headers: {
1939
1984
  [key: string]: string;
1940
1985
  };
1986
+ statusCode: number;
1941
1987
  body: DescribeNamespacesResponseBody;
1942
1988
  static names(): {
1943
1989
  [key: string]: string;
@@ -1983,6 +2029,7 @@ export declare class DescribePipelineResponse extends $tea.Model {
1983
2029
  headers: {
1984
2030
  [key: string]: string;
1985
2031
  };
2032
+ statusCode: number;
1986
2033
  body: DescribePipelineResponseBody;
1987
2034
  static names(): {
1988
2035
  [key: string]: string;
@@ -2013,6 +2060,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
2013
2060
  headers: {
2014
2061
  [key: string]: string;
2015
2062
  };
2063
+ statusCode: number;
2016
2064
  body: DescribeRegionsResponseBody;
2017
2065
  static names(): {
2018
2066
  [key: string]: string;
@@ -2054,6 +2102,7 @@ export declare class DisableApplicationScalingRuleResponse extends $tea.Model {
2054
2102
  headers: {
2055
2103
  [key: string]: string;
2056
2104
  };
2105
+ statusCode: number;
2057
2106
  body: DisableApplicationScalingRuleResponseBody;
2058
2107
  static names(): {
2059
2108
  [key: string]: string;
@@ -2065,53 +2114,6 @@ export declare class DisableApplicationScalingRuleResponse extends $tea.Model {
2065
2114
  [key: string]: any;
2066
2115
  });
2067
2116
  }
2068
- export declare class DownloadFilesRequest extends $tea.Model {
2069
- appId?: string;
2070
- instanceId?: string;
2071
- localpath?: string;
2072
- static names(): {
2073
- [key: string]: string;
2074
- };
2075
- static types(): {
2076
- [key: string]: any;
2077
- };
2078
- constructor(map?: {
2079
- [key: string]: any;
2080
- });
2081
- }
2082
- export declare class DownloadFilesResponseBody extends $tea.Model {
2083
- code?: string;
2084
- data?: string;
2085
- errorCode?: string;
2086
- message?: string;
2087
- requestId?: string;
2088
- success?: boolean;
2089
- traceId?: string;
2090
- static names(): {
2091
- [key: string]: string;
2092
- };
2093
- static types(): {
2094
- [key: string]: any;
2095
- };
2096
- constructor(map?: {
2097
- [key: string]: any;
2098
- });
2099
- }
2100
- export declare class DownloadFilesResponse extends $tea.Model {
2101
- headers: {
2102
- [key: string]: string;
2103
- };
2104
- body: DownloadFilesResponseBody;
2105
- static names(): {
2106
- [key: string]: string;
2107
- };
2108
- static types(): {
2109
- [key: string]: any;
2110
- };
2111
- constructor(map?: {
2112
- [key: string]: any;
2113
- });
2114
- }
2115
2117
  export declare class EnableApplicationScalingRuleRequest extends $tea.Model {
2116
2118
  appId?: string;
2117
2119
  scalingRuleName?: string;
@@ -2142,6 +2144,7 @@ export declare class EnableApplicationScalingRuleResponse extends $tea.Model {
2142
2144
  headers: {
2143
2145
  [key: string]: string;
2144
2146
  };
2147
+ statusCode: number;
2145
2148
  body: EnableApplicationScalingRuleResponseBody;
2146
2149
  static names(): {
2147
2150
  [key: string]: string;
@@ -2193,6 +2196,7 @@ export declare class ListAppEventsResponse extends $tea.Model {
2193
2196
  headers: {
2194
2197
  [key: string]: string;
2195
2198
  };
2199
+ statusCode: number;
2196
2200
  body: ListAppEventsResponseBody;
2197
2201
  static names(): {
2198
2202
  [key: string]: string;
@@ -2241,6 +2245,7 @@ export declare class ListAppServicesPageResponse extends $tea.Model {
2241
2245
  headers: {
2242
2246
  [key: string]: string;
2243
2247
  };
2248
+ statusCode: number;
2244
2249
  body: ListAppServicesPageResponseBody;
2245
2250
  static names(): {
2246
2251
  [key: string]: string;
@@ -2285,6 +2290,7 @@ export declare class ListAppVersionsResponse extends $tea.Model {
2285
2290
  headers: {
2286
2291
  [key: string]: string;
2287
2292
  };
2293
+ statusCode: number;
2288
2294
  body: ListAppVersionsResponseBody;
2289
2295
  static names(): {
2290
2296
  [key: string]: string;
@@ -2340,6 +2346,7 @@ export declare class ListApplicationsResponse extends $tea.Model {
2340
2346
  headers: {
2341
2347
  [key: string]: string;
2342
2348
  };
2349
+ statusCode: number;
2343
2350
  body: ListApplicationsResponseBody;
2344
2351
  static names(): {
2345
2352
  [key: string]: string;
@@ -2390,6 +2397,7 @@ export declare class ListChangeOrdersResponse extends $tea.Model {
2390
2397
  headers: {
2391
2398
  [key: string]: string;
2392
2399
  };
2400
+ statusCode: number;
2393
2401
  body: ListChangeOrdersResponseBody;
2394
2402
  static names(): {
2395
2403
  [key: string]: string;
@@ -2435,6 +2443,7 @@ export declare class ListConsumedServicesResponse extends $tea.Model {
2435
2443
  headers: {
2436
2444
  [key: string]: string;
2437
2445
  };
2446
+ statusCode: number;
2438
2447
  body: ListConsumedServicesResponseBody;
2439
2448
  static names(): {
2440
2449
  [key: string]: string;
@@ -2480,6 +2489,7 @@ export declare class ListGreyTagRouteResponse extends $tea.Model {
2480
2489
  headers: {
2481
2490
  [key: string]: string;
2482
2491
  };
2492
+ statusCode: number;
2483
2493
  body: ListGreyTagRouteResponseBody;
2484
2494
  static names(): {
2485
2495
  [key: string]: string;
@@ -2526,6 +2536,7 @@ export declare class ListIngressesResponse extends $tea.Model {
2526
2536
  headers: {
2527
2537
  [key: string]: string;
2528
2538
  };
2539
+ statusCode: number;
2529
2540
  body: ListIngressesResponseBody;
2530
2541
  static names(): {
2531
2542
  [key: string]: string;
@@ -2573,6 +2584,7 @@ export declare class ListLogConfigsResponse extends $tea.Model {
2573
2584
  headers: {
2574
2585
  [key: string]: string;
2575
2586
  };
2587
+ statusCode: number;
2576
2588
  body: ListLogConfigsResponseBody;
2577
2589
  static names(): {
2578
2590
  [key: string]: string;
@@ -2623,6 +2635,7 @@ export declare class ListNamespaceChangeOrdersResponse extends $tea.Model {
2623
2635
  headers: {
2624
2636
  [key: string]: string;
2625
2637
  };
2638
+ statusCode: number;
2626
2639
  body: ListNamespaceChangeOrdersResponseBody;
2627
2640
  static names(): {
2628
2641
  [key: string]: string;
@@ -2668,6 +2681,7 @@ export declare class ListNamespacedConfigMapsResponse extends $tea.Model {
2668
2681
  headers: {
2669
2682
  [key: string]: string;
2670
2683
  };
2684
+ statusCode: number;
2671
2685
  body: ListNamespacedConfigMapsResponseBody;
2672
2686
  static names(): {
2673
2687
  [key: string]: string;
@@ -2713,6 +2727,7 @@ export declare class ListPublishedServicesResponse extends $tea.Model {
2713
2727
  headers: {
2714
2728
  [key: string]: string;
2715
2729
  };
2730
+ statusCode: number;
2716
2731
  body: ListPublishedServicesResponseBody;
2717
2732
  static names(): {
2718
2733
  [key: string]: string;
@@ -2762,6 +2777,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
2762
2777
  headers: {
2763
2778
  [key: string]: string;
2764
2779
  };
2780
+ statusCode: number;
2765
2781
  body: ListTagResourcesResponseBody;
2766
2782
  static names(): {
2767
2783
  [key: string]: string;
@@ -2790,6 +2806,7 @@ export declare class OpenSaeServiceResponse extends $tea.Model {
2790
2806
  headers: {
2791
2807
  [key: string]: string;
2792
2808
  };
2809
+ statusCode: number;
2793
2810
  body: OpenSaeServiceResponseBody;
2794
2811
  static names(): {
2795
2812
  [key: string]: string;
@@ -2835,6 +2852,7 @@ export declare class QueryResourceStaticsResponse extends $tea.Model {
2835
2852
  headers: {
2836
2853
  [key: string]: string;
2837
2854
  };
2855
+ statusCode: number;
2838
2856
  body: QueryResourceStaticsResponseBody;
2839
2857
  static names(): {
2840
2858
  [key: string]: string;
@@ -2881,6 +2899,7 @@ export declare class ReduceApplicationCapacityByInstanceIdsResponse extends $tea
2881
2899
  headers: {
2882
2900
  [key: string]: string;
2883
2901
  };
2902
+ statusCode: number;
2884
2903
  body: ReduceApplicationCapacityByInstanceIdsResponseBody;
2885
2904
  static names(): {
2886
2905
  [key: string]: string;
@@ -2929,6 +2948,7 @@ export declare class RescaleApplicationResponse extends $tea.Model {
2929
2948
  headers: {
2930
2949
  [key: string]: string;
2931
2950
  };
2951
+ statusCode: number;
2932
2952
  body: RescaleApplicationResponseBody;
2933
2953
  static names(): {
2934
2954
  [key: string]: string;
@@ -2976,6 +2996,7 @@ export declare class RescaleApplicationVerticallyResponse extends $tea.Model {
2976
2996
  headers: {
2977
2997
  [key: string]: string;
2978
2998
  };
2999
+ statusCode: number;
2979
3000
  body: RescaleApplicationVerticallyResponseBody;
2980
3001
  static names(): {
2981
3002
  [key: string]: string;
@@ -3023,6 +3044,7 @@ export declare class RestartApplicationResponse extends $tea.Model {
3023
3044
  headers: {
3024
3045
  [key: string]: string;
3025
3046
  };
3047
+ statusCode: number;
3026
3048
  body: RestartApplicationResponseBody;
3027
3049
  static names(): {
3028
3050
  [key: string]: string;
@@ -3069,6 +3091,7 @@ export declare class RestartInstancesResponse extends $tea.Model {
3069
3091
  headers: {
3070
3092
  [key: string]: string;
3071
3093
  };
3094
+ statusCode: number;
3072
3095
  body: RestartInstancesResponseBody;
3073
3096
  static names(): {
3074
3097
  [key: string]: string;
@@ -3120,6 +3143,7 @@ export declare class RollbackApplicationResponse extends $tea.Model {
3120
3143
  headers: {
3121
3144
  [key: string]: string;
3122
3145
  };
3146
+ statusCode: number;
3123
3147
  body: RollbackApplicationResponseBody;
3124
3148
  static names(): {
3125
3149
  [key: string]: string;
@@ -3165,6 +3189,7 @@ export declare class StartApplicationResponse extends $tea.Model {
3165
3189
  headers: {
3166
3190
  [key: string]: string;
3167
3191
  };
3192
+ statusCode: number;
3168
3193
  body: StartApplicationResponseBody;
3169
3194
  static names(): {
3170
3195
  [key: string]: string;
@@ -3210,6 +3235,7 @@ export declare class StopApplicationResponse extends $tea.Model {
3210
3235
  headers: {
3211
3236
  [key: string]: string;
3212
3237
  };
3238
+ statusCode: number;
3213
3239
  body: StopApplicationResponseBody;
3214
3240
  static names(): {
3215
3241
  [key: string]: string;
@@ -3258,6 +3284,7 @@ export declare class TagResourcesResponse extends $tea.Model {
3258
3284
  headers: {
3259
3285
  [key: string]: string;
3260
3286
  };
3287
+ statusCode: number;
3261
3288
  body: TagResourcesResponseBody;
3262
3289
  static names(): {
3263
3290
  [key: string]: string;
@@ -3305,6 +3332,7 @@ export declare class UnbindSlbResponse extends $tea.Model {
3305
3332
  headers: {
3306
3333
  [key: string]: string;
3307
3334
  };
3335
+ statusCode: number;
3308
3336
  body: UnbindSlbResponseBody;
3309
3337
  static names(): {
3310
3338
  [key: string]: string;
@@ -3354,6 +3382,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
3354
3382
  headers: {
3355
3383
  [key: string]: string;
3356
3384
  };
3385
+ statusCode: number;
3357
3386
  body: UntagResourcesResponseBody;
3358
3387
  static names(): {
3359
3388
  [key: string]: string;
@@ -3399,6 +3428,7 @@ export declare class UpdateAppSecurityGroupResponse extends $tea.Model {
3399
3428
  headers: {
3400
3429
  [key: string]: string;
3401
3430
  };
3431
+ statusCode: number;
3402
3432
  body: UpdateAppSecurityGroupResponseBody;
3403
3433
  static names(): {
3404
3434
  [key: string]: string;
@@ -3410,6 +3440,52 @@ export declare class UpdateAppSecurityGroupResponse extends $tea.Model {
3410
3440
  [key: string]: any;
3411
3441
  });
3412
3442
  }
3443
+ export declare class UpdateApplicationDescriptionRequest extends $tea.Model {
3444
+ appDescription?: string;
3445
+ appId?: string;
3446
+ static names(): {
3447
+ [key: string]: string;
3448
+ };
3449
+ static types(): {
3450
+ [key: string]: any;
3451
+ };
3452
+ constructor(map?: {
3453
+ [key: string]: any;
3454
+ });
3455
+ }
3456
+ export declare class UpdateApplicationDescriptionResponseBody extends $tea.Model {
3457
+ code?: string;
3458
+ errorCode?: string;
3459
+ message?: string;
3460
+ requestId?: string;
3461
+ success?: boolean;
3462
+ traceId?: string;
3463
+ static names(): {
3464
+ [key: string]: string;
3465
+ };
3466
+ static types(): {
3467
+ [key: string]: any;
3468
+ };
3469
+ constructor(map?: {
3470
+ [key: string]: any;
3471
+ });
3472
+ }
3473
+ export declare class UpdateApplicationDescriptionResponse extends $tea.Model {
3474
+ headers: {
3475
+ [key: string]: string;
3476
+ };
3477
+ statusCode: number;
3478
+ body: UpdateApplicationDescriptionResponseBody;
3479
+ static names(): {
3480
+ [key: string]: string;
3481
+ };
3482
+ static types(): {
3483
+ [key: string]: any;
3484
+ };
3485
+ constructor(map?: {
3486
+ [key: string]: any;
3487
+ });
3488
+ }
3413
3489
  export declare class UpdateApplicationScalingRuleRequest extends $tea.Model {
3414
3490
  appId?: string;
3415
3491
  minReadyInstanceRatio?: number;
@@ -3445,6 +3521,7 @@ export declare class UpdateApplicationScalingRuleResponse extends $tea.Model {
3445
3521
  headers: {
3446
3522
  [key: string]: string;
3447
3523
  };
3524
+ statusCode: number;
3448
3525
  body: UpdateApplicationScalingRuleResponseBody;
3449
3526
  static names(): {
3450
3527
  [key: string]: string;
@@ -3456,10 +3533,9 @@ export declare class UpdateApplicationScalingRuleResponse extends $tea.Model {
3456
3533
  [key: string]: any;
3457
3534
  });
3458
3535
  }
3459
- export declare class UpdateConfigMapRequest extends $tea.Model {
3460
- configMapId?: number;
3461
- data?: string;
3462
- description?: string;
3536
+ export declare class UpdateApplicationVswitchesRequest extends $tea.Model {
3537
+ appId?: string;
3538
+ vSwitchId?: string;
3463
3539
  static names(): {
3464
3540
  [key: string]: string;
3465
3541
  };
@@ -3470,9 +3546,8 @@ export declare class UpdateConfigMapRequest extends $tea.Model {
3470
3546
  [key: string]: any;
3471
3547
  });
3472
3548
  }
3473
- export declare class UpdateConfigMapResponseBody extends $tea.Model {
3549
+ export declare class UpdateApplicationVswitchesResponseBody extends $tea.Model {
3474
3550
  code?: string;
3475
- data?: UpdateConfigMapResponseBodyData;
3476
3551
  errorCode?: string;
3477
3552
  message?: string;
3478
3553
  requestId?: string;
@@ -3488,11 +3563,12 @@ export declare class UpdateConfigMapResponseBody extends $tea.Model {
3488
3563
  [key: string]: any;
3489
3564
  });
3490
3565
  }
3491
- export declare class UpdateConfigMapResponse extends $tea.Model {
3566
+ export declare class UpdateApplicationVswitchesResponse extends $tea.Model {
3492
3567
  headers: {
3493
3568
  [key: string]: string;
3494
3569
  };
3495
- body: UpdateConfigMapResponseBody;
3570
+ statusCode: number;
3571
+ body: UpdateApplicationVswitchesResponseBody;
3496
3572
  static names(): {
3497
3573
  [key: string]: string;
3498
3574
  };
@@ -3503,11 +3579,10 @@ export declare class UpdateConfigMapResponse extends $tea.Model {
3503
3579
  [key: string]: any;
3504
3580
  });
3505
3581
  }
3506
- export declare class UpdateGreyTagRouteRequest extends $tea.Model {
3582
+ export declare class UpdateConfigMapRequest extends $tea.Model {
3583
+ configMapId?: number;
3584
+ data?: string;
3507
3585
  description?: string;
3508
- dubboRules?: string;
3509
- greyTagRouteId?: number;
3510
- scRules?: string;
3511
3586
  static names(): {
3512
3587
  [key: string]: string;
3513
3588
  };
@@ -3518,9 +3593,9 @@ export declare class UpdateGreyTagRouteRequest extends $tea.Model {
3518
3593
  [key: string]: any;
3519
3594
  });
3520
3595
  }
3521
- export declare class UpdateGreyTagRouteResponseBody extends $tea.Model {
3596
+ export declare class UpdateConfigMapResponseBody extends $tea.Model {
3522
3597
  code?: string;
3523
- data?: UpdateGreyTagRouteResponseBodyData;
3598
+ data?: UpdateConfigMapResponseBodyData;
3524
3599
  errorCode?: string;
3525
3600
  message?: string;
3526
3601
  requestId?: string;
@@ -3536,11 +3611,12 @@ export declare class UpdateGreyTagRouteResponseBody extends $tea.Model {
3536
3611
  [key: string]: any;
3537
3612
  });
3538
3613
  }
3539
- export declare class UpdateGreyTagRouteResponse extends $tea.Model {
3614
+ export declare class UpdateConfigMapResponse extends $tea.Model {
3540
3615
  headers: {
3541
3616
  [key: string]: string;
3542
3617
  };
3543
- body: UpdateGreyTagRouteResponseBody;
3618
+ statusCode: number;
3619
+ body: UpdateConfigMapResponseBody;
3544
3620
  static names(): {
3545
3621
  [key: string]: string;
3546
3622
  };
@@ -3551,13 +3627,11 @@ export declare class UpdateGreyTagRouteResponse extends $tea.Model {
3551
3627
  [key: string]: any;
3552
3628
  });
3553
3629
  }
3554
- export declare class UpdateIngressRequest extends $tea.Model {
3555
- certId?: string;
3556
- defaultRule?: string;
3630
+ export declare class UpdateGreyTagRouteRequest extends $tea.Model {
3557
3631
  description?: string;
3558
- ingressId?: number;
3559
- listenerPort?: string;
3560
- rules?: string;
3632
+ dubboRules?: string;
3633
+ greyTagRouteId?: number;
3634
+ scRules?: string;
3561
3635
  static names(): {
3562
3636
  [key: string]: string;
3563
3637
  };
@@ -3568,9 +3642,9 @@ export declare class UpdateIngressRequest extends $tea.Model {
3568
3642
  [key: string]: any;
3569
3643
  });
3570
3644
  }
3571
- export declare class UpdateIngressResponseBody extends $tea.Model {
3645
+ export declare class UpdateGreyTagRouteResponseBody extends $tea.Model {
3572
3646
  code?: string;
3573
- data?: UpdateIngressResponseBodyData;
3647
+ data?: UpdateGreyTagRouteResponseBodyData;
3574
3648
  errorCode?: string;
3575
3649
  message?: string;
3576
3650
  requestId?: string;
@@ -3586,11 +3660,12 @@ export declare class UpdateIngressResponseBody extends $tea.Model {
3586
3660
  [key: string]: any;
3587
3661
  });
3588
3662
  }
3589
- export declare class UpdateIngressResponse extends $tea.Model {
3663
+ export declare class UpdateGreyTagRouteResponse extends $tea.Model {
3590
3664
  headers: {
3591
3665
  [key: string]: string;
3592
3666
  };
3593
- body: UpdateIngressResponseBody;
3667
+ statusCode: number;
3668
+ body: UpdateGreyTagRouteResponseBody;
3594
3669
  static names(): {
3595
3670
  [key: string]: string;
3596
3671
  };
@@ -3601,10 +3676,15 @@ export declare class UpdateIngressResponse extends $tea.Model {
3601
3676
  [key: string]: any;
3602
3677
  });
3603
3678
  }
3604
- export declare class UpdateNamespaceRequest extends $tea.Model {
3605
- namespaceDescription?: string;
3606
- namespaceId?: string;
3607
- namespaceName?: string;
3679
+ export declare class UpdateIngressRequest extends $tea.Model {
3680
+ certId?: string;
3681
+ defaultRule?: string;
3682
+ description?: string;
3683
+ ingressId?: number;
3684
+ listenerPort?: string;
3685
+ listenerProtocol?: string;
3686
+ loadBalanceType?: string;
3687
+ rules?: string;
3608
3688
  static names(): {
3609
3689
  [key: string]: string;
3610
3690
  };
@@ -3615,9 +3695,9 @@ export declare class UpdateNamespaceRequest extends $tea.Model {
3615
3695
  [key: string]: any;
3616
3696
  });
3617
3697
  }
3618
- export declare class UpdateNamespaceResponseBody extends $tea.Model {
3698
+ export declare class UpdateIngressResponseBody extends $tea.Model {
3619
3699
  code?: string;
3620
- data?: UpdateNamespaceResponseBodyData;
3700
+ data?: UpdateIngressResponseBodyData;
3621
3701
  errorCode?: string;
3622
3702
  message?: string;
3623
3703
  requestId?: string;
@@ -3633,11 +3713,12 @@ export declare class UpdateNamespaceResponseBody extends $tea.Model {
3633
3713
  [key: string]: any;
3634
3714
  });
3635
3715
  }
3636
- export declare class UpdateNamespaceResponse extends $tea.Model {
3716
+ export declare class UpdateIngressResponse extends $tea.Model {
3637
3717
  headers: {
3638
3718
  [key: string]: string;
3639
3719
  };
3640
- body: UpdateNamespaceResponseBody;
3720
+ statusCode: number;
3721
+ body: UpdateIngressResponseBody;
3641
3722
  static names(): {
3642
3723
  [key: string]: string;
3643
3724
  };
@@ -3648,9 +3729,10 @@ export declare class UpdateNamespaceResponse extends $tea.Model {
3648
3729
  [key: string]: any;
3649
3730
  });
3650
3731
  }
3651
- export declare class UpdateNamespaceVpcRequest extends $tea.Model {
3732
+ export declare class UpdateNamespaceRequest extends $tea.Model {
3733
+ namespaceDescription?: string;
3652
3734
  namespaceId?: string;
3653
- vpcId?: string;
3735
+ namespaceName?: string;
3654
3736
  static names(): {
3655
3737
  [key: string]: string;
3656
3738
  };
@@ -3661,8 +3743,9 @@ export declare class UpdateNamespaceVpcRequest extends $tea.Model {
3661
3743
  [key: string]: any;
3662
3744
  });
3663
3745
  }
3664
- export declare class UpdateNamespaceVpcResponseBody extends $tea.Model {
3746
+ export declare class UpdateNamespaceResponseBody extends $tea.Model {
3665
3747
  code?: string;
3748
+ data?: UpdateNamespaceResponseBodyData;
3666
3749
  errorCode?: string;
3667
3750
  message?: string;
3668
3751
  requestId?: string;
@@ -3678,11 +3761,12 @@ export declare class UpdateNamespaceVpcResponseBody extends $tea.Model {
3678
3761
  [key: string]: any;
3679
3762
  });
3680
3763
  }
3681
- export declare class UpdateNamespaceVpcResponse extends $tea.Model {
3764
+ export declare class UpdateNamespaceResponse extends $tea.Model {
3682
3765
  headers: {
3683
3766
  [key: string]: string;
3684
3767
  };
3685
- body: UpdateNamespaceVpcResponseBody;
3768
+ statusCode: number;
3769
+ body: UpdateNamespaceResponseBody;
3686
3770
  static names(): {
3687
3771
  [key: string]: string;
3688
3772
  };
@@ -3693,11 +3777,9 @@ export declare class UpdateNamespaceVpcResponse extends $tea.Model {
3693
3777
  [key: string]: any;
3694
3778
  });
3695
3779
  }
3696
- export declare class UploadFilesRequest extends $tea.Model {
3697
- appId?: string;
3698
- cloudUrl?: string;
3699
- instanceId?: string;
3700
- localpath?: string;
3780
+ export declare class UpdateNamespaceVpcRequest extends $tea.Model {
3781
+ namespaceId?: string;
3782
+ vpcId?: string;
3701
3783
  static names(): {
3702
3784
  [key: string]: string;
3703
3785
  };
@@ -3708,9 +3790,8 @@ export declare class UploadFilesRequest extends $tea.Model {
3708
3790
  [key: string]: any;
3709
3791
  });
3710
3792
  }
3711
- export declare class UploadFilesResponseBody extends $tea.Model {
3793
+ export declare class UpdateNamespaceVpcResponseBody extends $tea.Model {
3712
3794
  code?: string;
3713
- data?: string;
3714
3795
  errorCode?: string;
3715
3796
  message?: string;
3716
3797
  requestId?: string;
@@ -3726,11 +3807,12 @@ export declare class UploadFilesResponseBody extends $tea.Model {
3726
3807
  [key: string]: any;
3727
3808
  });
3728
3809
  }
3729
- export declare class UploadFilesResponse extends $tea.Model {
3810
+ export declare class UpdateNamespaceVpcResponse extends $tea.Model {
3730
3811
  headers: {
3731
3812
  [key: string]: string;
3732
3813
  };
3733
- body: UploadFilesResponseBody;
3814
+ statusCode: number;
3815
+ body: UpdateNamespaceVpcResponseBody;
3734
3816
  static names(): {
3735
3817
  [key: string]: string;
3736
3818
  };
@@ -4129,6 +4211,7 @@ export declare class DescribeApplicationConfigResponseBodyDataTags extends $tea.
4129
4211
  }
4130
4212
  export declare class DescribeApplicationConfigResponseBodyData extends $tea.Model {
4131
4213
  acrAssumeRoleArn?: string;
4214
+ acrInstanceId?: string;
4132
4215
  appDescription?: string;
4133
4216
  appId?: string;
4134
4217
  appName?: string;
@@ -4168,6 +4251,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $tea.Mode
4168
4251
  phpConfigLocation?: string;
4169
4252
  postStart?: string;
4170
4253
  preStop?: string;
4254
+ programmingLanguage?: string;
4171
4255
  readiness?: string;
4172
4256
  regionId?: string;
4173
4257
  replicas?: number;
@@ -4949,6 +5033,8 @@ export declare class DescribeIngressResponseBodyData extends $tea.Model {
4949
5033
  description?: string;
4950
5034
  id?: number;
4951
5035
  listenerPort?: number;
5036
+ listenerProtocol?: string;
5037
+ loadBalanceType?: string;
4952
5038
  name?: string;
4953
5039
  namespaceId?: string;
4954
5040
  rules?: DescribeIngressResponseBodyDataRules[];
@@ -5021,6 +5107,8 @@ export declare class DescribeNamespaceResourcesResponseBodyData extends $tea.Mod
5021
5107
  appCount?: number;
5022
5108
  belongRegion?: string;
5023
5109
  description?: string;
5110
+ jumpServerAppId?: string;
5111
+ jumpServerIp?: string;
5024
5112
  lastChangeOrderId?: string;
5025
5113
  lastChangeOrderRunning?: boolean;
5026
5114
  lastChangeOrderStatus?: string;
@@ -5464,6 +5552,8 @@ export declare class ListIngressesResponseBodyDataIngressList extends $tea.Model
5464
5552
  description?: string;
5465
5553
  id?: number;
5466
5554
  listenerPort?: string;
5555
+ listenerProtocol?: string;
5556
+ loadBalanceType?: string;
5467
5557
  name?: string;
5468
5558
  namespaceId?: string;
5469
5559
  slbId?: string;
@@ -6112,10 +6202,6 @@ export default class Client extends OpenApi {
6112
6202
  disableApplicationScalingRuleWithOptions(request: DisableApplicationScalingRuleRequest, headers: {
6113
6203
  [key: string]: string;
6114
6204
  }, 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
6205
  enableApplicationScalingRule(request: EnableApplicationScalingRuleRequest): Promise<EnableApplicationScalingRuleResponse>;
6120
6206
  enableApplicationScalingRuleWithOptions(request: EnableApplicationScalingRuleRequest, headers: {
6121
6207
  [key: string]: string;
@@ -6228,10 +6314,18 @@ export default class Client extends OpenApi {
6228
6314
  updateAppSecurityGroupWithOptions(request: UpdateAppSecurityGroupRequest, headers: {
6229
6315
  [key: string]: string;
6230
6316
  }, runtime: $Util.RuntimeOptions): Promise<UpdateAppSecurityGroupResponse>;
6317
+ updateApplicationDescription(request: UpdateApplicationDescriptionRequest): Promise<UpdateApplicationDescriptionResponse>;
6318
+ updateApplicationDescriptionWithOptions(request: UpdateApplicationDescriptionRequest, headers: {
6319
+ [key: string]: string;
6320
+ }, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationDescriptionResponse>;
6231
6321
  updateApplicationScalingRule(request: UpdateApplicationScalingRuleRequest): Promise<UpdateApplicationScalingRuleResponse>;
6232
6322
  updateApplicationScalingRuleWithOptions(request: UpdateApplicationScalingRuleRequest, headers: {
6233
6323
  [key: string]: string;
6234
6324
  }, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationScalingRuleResponse>;
6325
+ updateApplicationVswitches(request: UpdateApplicationVswitchesRequest): Promise<UpdateApplicationVswitchesResponse>;
6326
+ updateApplicationVswitchesWithOptions(request: UpdateApplicationVswitchesRequest, headers: {
6327
+ [key: string]: string;
6328
+ }, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationVswitchesResponse>;
6235
6329
  updateConfigMap(request: UpdateConfigMapRequest): Promise<UpdateConfigMapResponse>;
6236
6330
  updateConfigMapWithOptions(request: UpdateConfigMapRequest, headers: {
6237
6331
  [key: string]: string;
@@ -6252,8 +6346,4 @@ export default class Client extends OpenApi {
6252
6346
  updateNamespaceVpcWithOptions(request: UpdateNamespaceVpcRequest, headers: {
6253
6347
  [key: string]: string;
6254
6348
  }, 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
6349
  }