@alicloud/sae20190506 1.23.0 → 1.23.2

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
@@ -28,6 +28,63 @@ export declare class AclEntryConfig extends $tea.Model {
28
28
  [key: string]: any;
29
29
  });
30
30
  }
31
+ export declare class AppStackInstance extends $tea.Model {
32
+ createTime?: number;
33
+ endpoints?: AppStackInstanceEndpoints[];
34
+ instanceId?: string;
35
+ instanceName?: string;
36
+ parameters?: AppStackInstanceParameters[];
37
+ stackId?: string;
38
+ status?: string;
39
+ updateTime?: number;
40
+ static names(): {
41
+ [key: string]: string;
42
+ };
43
+ static types(): {
44
+ [key: string]: any;
45
+ };
46
+ constructor(map?: {
47
+ [key: string]: any;
48
+ });
49
+ }
50
+ export declare class AppStackResource extends $tea.Model {
51
+ createTime?: number;
52
+ instanceId?: string;
53
+ productCode?: string;
54
+ resourceId?: string;
55
+ resourceName?: string;
56
+ resourceType?: string;
57
+ stackId?: string;
58
+ status?: string;
59
+ static names(): {
60
+ [key: string]: string;
61
+ };
62
+ static types(): {
63
+ [key: string]: any;
64
+ };
65
+ constructor(map?: {
66
+ [key: string]: any;
67
+ });
68
+ }
69
+ export declare class AppStackTask extends $tea.Model {
70
+ createTime?: number;
71
+ endTime?: number;
72
+ instanceId?: string;
73
+ stackId?: string;
74
+ startTime?: number;
75
+ status?: string;
76
+ steps?: AppStackTaskSteps[];
77
+ taskId?: string;
78
+ static names(): {
79
+ [key: string]: string;
80
+ };
81
+ static types(): {
82
+ [key: string]: any;
83
+ };
84
+ constructor(map?: {
85
+ [key: string]: any;
86
+ });
87
+ }
31
88
  export declare class Application extends $tea.Model {
32
89
  requestId?: string;
33
90
  applicationID?: string;
@@ -168,6 +225,7 @@ export declare class BuildPipelineRun extends $tea.Model {
168
225
  startTime?: number;
169
226
  status?: string;
170
227
  steps?: BuildPipelineRunSteps[];
228
+ triggerConfig?: BuildPipelineRunTriggerConfig;
171
229
  versionId?: string;
172
230
  waitDuration?: number;
173
231
  static names(): {
@@ -342,6 +400,7 @@ export declare class CustomDomain extends $tea.Model {
342
400
  namespaceID?: string;
343
401
  protocol?: string;
344
402
  requestId?: string;
403
+ routeConfig?: RouteConfig;
345
404
  subdomainCount?: string;
346
405
  tlsConfig?: TLSConfig;
347
406
  wafConfig?: WAFConfig;
@@ -905,6 +964,35 @@ export declare class OSSMountPoint extends $tea.Model {
905
964
  [key: string]: any;
906
965
  });
907
966
  }
967
+ export declare class PathConfig extends $tea.Model {
968
+ applicationName?: string;
969
+ path?: string;
970
+ static names(): {
971
+ [key: string]: string;
972
+ };
973
+ static types(): {
974
+ [key: string]: any;
975
+ };
976
+ constructor(map?: {
977
+ [key: string]: any;
978
+ });
979
+ }
980
+ export declare class PermissionAssistantApi extends $tea.Model {
981
+ createTime?: string;
982
+ id?: number;
983
+ name?: string;
984
+ resourceType?: string;
985
+ updateTime?: string;
986
+ static names(): {
987
+ [key: string]: string;
988
+ };
989
+ static types(): {
990
+ [key: string]: any;
991
+ };
992
+ constructor(map?: {
993
+ [key: string]: any;
994
+ });
995
+ }
908
996
  export declare class PolicyItem extends $tea.Model {
909
997
  key?: string;
910
998
  operator?: string;
@@ -991,6 +1079,18 @@ export declare class PublishApplicationVersionInput extends $tea.Model {
991
1079
  [key: string]: any;
992
1080
  });
993
1081
  }
1082
+ export declare class RouteConfig extends $tea.Model {
1083
+ routes?: PathConfig[];
1084
+ static names(): {
1085
+ [key: string]: string;
1086
+ };
1087
+ static types(): {
1088
+ [key: string]: any;
1089
+ };
1090
+ constructor(map?: {
1091
+ [key: string]: any;
1092
+ });
1093
+ }
994
1094
  export declare class RoutePolicy extends $tea.Model {
995
1095
  condition?: string;
996
1096
  policyItems?: PolicyItem[];
@@ -1035,6 +1135,7 @@ export declare class SourceCodeAccount extends $tea.Model {
1035
1135
  avatarUrl?: string;
1036
1136
  id?: string;
1037
1137
  name?: string;
1138
+ organizations?: SourceCodeAccountOrganizations[];
1038
1139
  static names(): {
1039
1140
  [key: string]: string;
1040
1141
  };
@@ -1096,6 +1197,21 @@ export declare class StaticsInfo extends $tea.Model {
1096
1197
  [key: string]: any;
1097
1198
  });
1098
1199
  }
1200
+ export declare class Submenu extends $tea.Model {
1201
+ items?: SubmenuItems[];
1202
+ submenuDesc?: string;
1203
+ submenuType?: string;
1204
+ submenus?: Submenu[];
1205
+ static names(): {
1206
+ [key: string]: string;
1207
+ };
1208
+ static types(): {
1209
+ [key: string]: any;
1210
+ };
1211
+ constructor(map?: {
1212
+ [key: string]: any;
1213
+ });
1214
+ }
1099
1215
  export declare class TLSConfig extends $tea.Model {
1100
1216
  cipherSuites?: string[];
1101
1217
  maxVersion?: string;
@@ -1365,11 +1481,11 @@ export declare class AbortAndRollbackChangeOrderResponseBody extends $tea.Model
1365
1481
  });
1366
1482
  }
1367
1483
  export declare class AbortAndRollbackChangeOrderResponse extends $tea.Model {
1368
- headers: {
1484
+ headers?: {
1369
1485
  [key: string]: string;
1370
1486
  };
1371
- statusCode: number;
1372
- body: AbortAndRollbackChangeOrderResponseBody;
1487
+ statusCode?: number;
1488
+ body?: AbortAndRollbackChangeOrderResponseBody;
1373
1489
  static names(): {
1374
1490
  [key: string]: string;
1375
1491
  };
@@ -1411,11 +1527,11 @@ export declare class AbortChangeOrderResponseBody extends $tea.Model {
1411
1527
  });
1412
1528
  }
1413
1529
  export declare class AbortChangeOrderResponse extends $tea.Model {
1414
- headers: {
1530
+ headers?: {
1415
1531
  [key: string]: string;
1416
1532
  };
1417
- statusCode: number;
1418
- body: AbortChangeOrderResponseBody;
1533
+ statusCode?: number;
1534
+ body?: AbortChangeOrderResponseBody;
1419
1535
  static names(): {
1420
1536
  [key: string]: string;
1421
1537
  };
@@ -1429,6 +1545,7 @@ export declare class AbortChangeOrderResponse extends $tea.Model {
1429
1545
  export declare class BatchStartApplicationsRequest extends $tea.Model {
1430
1546
  appIds?: string;
1431
1547
  namespaceId?: string;
1548
+ version?: string;
1432
1549
  static names(): {
1433
1550
  [key: string]: string;
1434
1551
  };
@@ -1458,11 +1575,11 @@ export declare class BatchStartApplicationsResponseBody extends $tea.Model {
1458
1575
  });
1459
1576
  }
1460
1577
  export declare class BatchStartApplicationsResponse extends $tea.Model {
1461
- headers: {
1578
+ headers?: {
1462
1579
  [key: string]: string;
1463
1580
  };
1464
- statusCode: number;
1465
- body: BatchStartApplicationsResponseBody;
1581
+ statusCode?: number;
1582
+ body?: BatchStartApplicationsResponseBody;
1466
1583
  static names(): {
1467
1584
  [key: string]: string;
1468
1585
  };
@@ -1476,6 +1593,7 @@ export declare class BatchStartApplicationsResponse extends $tea.Model {
1476
1593
  export declare class BatchStopApplicationsRequest extends $tea.Model {
1477
1594
  appIds?: string;
1478
1595
  namespaceId?: string;
1596
+ version?: string;
1479
1597
  static names(): {
1480
1598
  [key: string]: string;
1481
1599
  };
@@ -1505,11 +1623,11 @@ export declare class BatchStopApplicationsResponseBody extends $tea.Model {
1505
1623
  });
1506
1624
  }
1507
1625
  export declare class BatchStopApplicationsResponse extends $tea.Model {
1508
- headers: {
1626
+ headers?: {
1509
1627
  [key: string]: string;
1510
1628
  };
1511
- statusCode: number;
1512
- body: BatchStopApplicationsResponseBody;
1629
+ statusCode?: number;
1630
+ body?: BatchStopApplicationsResponseBody;
1513
1631
  static names(): {
1514
1632
  [key: string]: string;
1515
1633
  };
@@ -1555,11 +1673,11 @@ export declare class BindSlbResponseBody extends $tea.Model {
1555
1673
  });
1556
1674
  }
1557
1675
  export declare class BindSlbResponse extends $tea.Model {
1558
- headers: {
1676
+ headers?: {
1559
1677
  [key: string]: string;
1560
1678
  };
1561
- statusCode: number;
1562
- body: BindSlbResponseBody;
1679
+ statusCode?: number;
1680
+ body?: BindSlbResponseBody;
1563
1681
  static names(): {
1564
1682
  [key: string]: string;
1565
1683
  };
@@ -1602,11 +1720,11 @@ export declare class ConfirmPipelineBatchResponseBody extends $tea.Model {
1602
1720
  });
1603
1721
  }
1604
1722
  export declare class ConfirmPipelineBatchResponse extends $tea.Model {
1605
- headers: {
1723
+ headers?: {
1606
1724
  [key: string]: string;
1607
1725
  };
1608
- statusCode: number;
1609
- body: ConfirmPipelineBatchResponseBody;
1726
+ statusCode?: number;
1727
+ body?: ConfirmPipelineBatchResponseBody;
1610
1728
  static names(): {
1611
1729
  [key: string]: string;
1612
1730
  };
@@ -1705,11 +1823,11 @@ export declare class CreateApplicationResponseBody extends $tea.Model {
1705
1823
  });
1706
1824
  }
1707
1825
  export declare class CreateApplicationResponse extends $tea.Model {
1708
- headers: {
1826
+ headers?: {
1709
1827
  [key: string]: string;
1710
1828
  };
1711
- statusCode: number;
1712
- body: CreateApplicationResponseBody;
1829
+ statusCode?: number;
1830
+ body?: CreateApplicationResponseBody;
1713
1831
  static names(): {
1714
1832
  [key: string]: string;
1715
1833
  };
@@ -1758,11 +1876,11 @@ export declare class CreateApplicationScalingRuleResponseBody extends $tea.Model
1758
1876
  });
1759
1877
  }
1760
1878
  export declare class CreateApplicationScalingRuleResponse extends $tea.Model {
1761
- headers: {
1879
+ headers?: {
1762
1880
  [key: string]: string;
1763
1881
  };
1764
- statusCode: number;
1765
- body: CreateApplicationScalingRuleResponseBody;
1882
+ statusCode?: number;
1883
+ body?: CreateApplicationScalingRuleResponseBody;
1766
1884
  static names(): {
1767
1885
  [key: string]: string;
1768
1886
  };
@@ -1807,11 +1925,11 @@ export declare class CreateConfigMapResponseBody extends $tea.Model {
1807
1925
  });
1808
1926
  }
1809
1927
  export declare class CreateConfigMapResponse extends $tea.Model {
1810
- headers: {
1928
+ headers?: {
1811
1929
  [key: string]: string;
1812
1930
  };
1813
- statusCode: number;
1814
- body: CreateConfigMapResponseBody;
1931
+ statusCode?: number;
1932
+ body?: CreateConfigMapResponseBody;
1815
1933
  static names(): {
1816
1934
  [key: string]: string;
1817
1935
  };
@@ -1858,11 +1976,11 @@ export declare class CreateGreyTagRouteResponseBody extends $tea.Model {
1858
1976
  });
1859
1977
  }
1860
1978
  export declare class CreateGreyTagRouteResponse extends $tea.Model {
1861
- headers: {
1979
+ headers?: {
1862
1980
  [key: string]: string;
1863
1981
  };
1864
- statusCode: number;
1865
- body: CreateGreyTagRouteResponseBody;
1982
+ statusCode?: number;
1983
+ body?: CreateGreyTagRouteResponseBody;
1866
1984
  static names(): {
1867
1985
  [key: string]: string;
1868
1986
  };
@@ -1913,11 +2031,11 @@ export declare class CreateIngressResponseBody extends $tea.Model {
1913
2031
  });
1914
2032
  }
1915
2033
  export declare class CreateIngressResponse extends $tea.Model {
1916
- headers: {
2034
+ headers?: {
1917
2035
  [key: string]: string;
1918
2036
  };
1919
- statusCode: number;
1920
- body: CreateIngressResponseBody;
2037
+ statusCode?: number;
2038
+ body?: CreateIngressResponseBody;
1921
2039
  static names(): {
1922
2040
  [key: string]: string;
1923
2041
  };
@@ -2012,11 +2130,11 @@ export declare class CreateJobResponseBody extends $tea.Model {
2012
2130
  });
2013
2131
  }
2014
2132
  export declare class CreateJobResponse extends $tea.Model {
2015
- headers: {
2133
+ headers?: {
2016
2134
  [key: string]: string;
2017
2135
  };
2018
- statusCode: number;
2019
- body: CreateJobResponseBody;
2136
+ statusCode?: number;
2137
+ body?: CreateJobResponseBody;
2020
2138
  static names(): {
2021
2139
  [key: string]: string;
2022
2140
  };
@@ -2062,11 +2180,11 @@ export declare class CreateNamespaceResponseBody extends $tea.Model {
2062
2180
  });
2063
2181
  }
2064
2182
  export declare class CreateNamespaceResponse extends $tea.Model {
2065
- headers: {
2183
+ headers?: {
2066
2184
  [key: string]: string;
2067
2185
  };
2068
- statusCode: number;
2069
- body: CreateNamespaceResponseBody;
2186
+ statusCode?: number;
2187
+ body?: CreateNamespaceResponseBody;
2070
2188
  static names(): {
2071
2189
  [key: string]: string;
2072
2190
  };
@@ -2126,11 +2244,11 @@ export declare class CreateSecretResponseBody extends $tea.Model {
2126
2244
  });
2127
2245
  }
2128
2246
  export declare class CreateSecretResponse extends $tea.Model {
2129
- headers: {
2247
+ headers?: {
2130
2248
  [key: string]: string;
2131
2249
  };
2132
- statusCode: number;
2133
- body: CreateSecretResponseBody;
2250
+ statusCode?: number;
2251
+ body?: CreateSecretResponseBody;
2134
2252
  static names(): {
2135
2253
  [key: string]: string;
2136
2254
  };
@@ -2172,11 +2290,11 @@ export declare class DeleteApplicationResponseBody extends $tea.Model {
2172
2290
  });
2173
2291
  }
2174
2292
  export declare class DeleteApplicationResponse extends $tea.Model {
2175
- headers: {
2293
+ headers?: {
2176
2294
  [key: string]: string;
2177
2295
  };
2178
- statusCode: number;
2179
- body: DeleteApplicationResponseBody;
2296
+ statusCode?: number;
2297
+ body?: DeleteApplicationResponseBody;
2180
2298
  static names(): {
2181
2299
  [key: string]: string;
2182
2300
  };
@@ -2218,11 +2336,11 @@ export declare class DeleteApplicationScalingRuleResponseBody extends $tea.Model
2218
2336
  });
2219
2337
  }
2220
2338
  export declare class DeleteApplicationScalingRuleResponse extends $tea.Model {
2221
- headers: {
2339
+ headers?: {
2222
2340
  [key: string]: string;
2223
2341
  };
2224
- statusCode: number;
2225
- body: DeleteApplicationScalingRuleResponseBody;
2342
+ statusCode?: number;
2343
+ body?: DeleteApplicationScalingRuleResponseBody;
2226
2344
  static names(): {
2227
2345
  [key: string]: string;
2228
2346
  };
@@ -2264,11 +2382,11 @@ export declare class DeleteConfigMapResponseBody extends $tea.Model {
2264
2382
  });
2265
2383
  }
2266
2384
  export declare class DeleteConfigMapResponse extends $tea.Model {
2267
- headers: {
2385
+ headers?: {
2268
2386
  [key: string]: string;
2269
2387
  };
2270
- statusCode: number;
2271
- body: DeleteConfigMapResponseBody;
2388
+ statusCode?: number;
2389
+ body?: DeleteConfigMapResponseBody;
2272
2390
  static names(): {
2273
2391
  [key: string]: string;
2274
2392
  };
@@ -2310,11 +2428,11 @@ export declare class DeleteGreyTagRouteResponseBody extends $tea.Model {
2310
2428
  });
2311
2429
  }
2312
2430
  export declare class DeleteGreyTagRouteResponse extends $tea.Model {
2313
- headers: {
2431
+ headers?: {
2314
2432
  [key: string]: string;
2315
2433
  };
2316
- statusCode: number;
2317
- body: DeleteGreyTagRouteResponseBody;
2434
+ statusCode?: number;
2435
+ body?: DeleteGreyTagRouteResponseBody;
2318
2436
  static names(): {
2319
2437
  [key: string]: string;
2320
2438
  };
@@ -2357,11 +2475,11 @@ export declare class DeleteHistoryJobResponseBody extends $tea.Model {
2357
2475
  });
2358
2476
  }
2359
2477
  export declare class DeleteHistoryJobResponse extends $tea.Model {
2360
- headers: {
2478
+ headers?: {
2361
2479
  [key: string]: string;
2362
2480
  };
2363
- statusCode: number;
2364
- body: DeleteHistoryJobResponseBody;
2481
+ statusCode?: number;
2482
+ body?: DeleteHistoryJobResponseBody;
2365
2483
  static names(): {
2366
2484
  [key: string]: string;
2367
2485
  };
@@ -2403,11 +2521,11 @@ export declare class DeleteIngressResponseBody extends $tea.Model {
2403
2521
  });
2404
2522
  }
2405
2523
  export declare class DeleteIngressResponse extends $tea.Model {
2406
- headers: {
2524
+ headers?: {
2407
2525
  [key: string]: string;
2408
2526
  };
2409
- statusCode: number;
2410
- body: DeleteIngressResponseBody;
2527
+ statusCode?: number;
2528
+ body?: DeleteIngressResponseBody;
2411
2529
  static names(): {
2412
2530
  [key: string]: string;
2413
2531
  };
@@ -2449,11 +2567,11 @@ export declare class DeleteJobResponseBody extends $tea.Model {
2449
2567
  });
2450
2568
  }
2451
2569
  export declare class DeleteJobResponse extends $tea.Model {
2452
- headers: {
2570
+ headers?: {
2453
2571
  [key: string]: string;
2454
2572
  };
2455
- statusCode: number;
2456
- body: DeleteJobResponseBody;
2573
+ statusCode?: number;
2574
+ body?: DeleteJobResponseBody;
2457
2575
  static names(): {
2458
2576
  [key: string]: string;
2459
2577
  };
@@ -2495,11 +2613,11 @@ export declare class DeleteNamespaceResponseBody extends $tea.Model {
2495
2613
  });
2496
2614
  }
2497
2615
  export declare class DeleteNamespaceResponse extends $tea.Model {
2498
- headers: {
2616
+ headers?: {
2499
2617
  [key: string]: string;
2500
2618
  };
2501
- statusCode: number;
2502
- body: DeleteNamespaceResponseBody;
2619
+ statusCode?: number;
2620
+ body?: DeleteNamespaceResponseBody;
2503
2621
  static names(): {
2504
2622
  [key: string]: string;
2505
2623
  };
@@ -2542,11 +2660,11 @@ export declare class DeleteSecretResponseBody extends $tea.Model {
2542
2660
  });
2543
2661
  }
2544
2662
  export declare class DeleteSecretResponse extends $tea.Model {
2545
- headers: {
2663
+ headers?: {
2546
2664
  [key: string]: string;
2547
2665
  };
2548
- statusCode: number;
2549
- body: DeleteSecretResponseBody;
2666
+ statusCode?: number;
2667
+ body?: DeleteSecretResponseBody;
2550
2668
  static names(): {
2551
2669
  [key: string]: string;
2552
2670
  };
@@ -2645,11 +2763,11 @@ export declare class DeployApplicationResponseBody extends $tea.Model {
2645
2763
  });
2646
2764
  }
2647
2765
  export declare class DeployApplicationResponse extends $tea.Model {
2648
- headers: {
2766
+ headers?: {
2649
2767
  [key: string]: string;
2650
2768
  };
2651
- statusCode: number;
2652
- body: DeployApplicationResponseBody;
2769
+ statusCode?: number;
2770
+ body?: DeployApplicationResponseBody;
2653
2771
  static names(): {
2654
2772
  [key: string]: string;
2655
2773
  };
@@ -2662,6 +2780,8 @@ export declare class DeployApplicationResponse extends $tea.Model {
2662
2780
  }
2663
2781
  export declare class DescribeAppServiceDetailRequest extends $tea.Model {
2664
2782
  appId?: string;
2783
+ nacosInstanceId?: string;
2784
+ nacosNamespaceId?: string;
2665
2785
  serviceGroup?: string;
2666
2786
  serviceName?: string;
2667
2787
  serviceType?: string;
@@ -2695,11 +2815,11 @@ export declare class DescribeAppServiceDetailResponseBody extends $tea.Model {
2695
2815
  });
2696
2816
  }
2697
2817
  export declare class DescribeAppServiceDetailResponse extends $tea.Model {
2698
- headers: {
2818
+ headers?: {
2699
2819
  [key: string]: string;
2700
2820
  };
2701
- statusCode: number;
2702
- body: DescribeAppServiceDetailResponseBody;
2821
+ statusCode?: number;
2822
+ body?: DescribeAppServiceDetailResponseBody;
2703
2823
  static names(): {
2704
2824
  [key: string]: string;
2705
2825
  };
@@ -2742,11 +2862,11 @@ export declare class DescribeApplicationConfigResponseBody extends $tea.Model {
2742
2862
  });
2743
2863
  }
2744
2864
  export declare class DescribeApplicationConfigResponse extends $tea.Model {
2745
- headers: {
2865
+ headers?: {
2746
2866
  [key: string]: string;
2747
2867
  };
2748
- statusCode: number;
2749
- body: DescribeApplicationConfigResponseBody;
2868
+ statusCode?: number;
2869
+ body?: DescribeApplicationConfigResponseBody;
2750
2870
  static names(): {
2751
2871
  [key: string]: string;
2752
2872
  };
@@ -2790,11 +2910,11 @@ export declare class DescribeApplicationGroupsResponseBody extends $tea.Model {
2790
2910
  });
2791
2911
  }
2792
2912
  export declare class DescribeApplicationGroupsResponse extends $tea.Model {
2793
- headers: {
2913
+ headers?: {
2794
2914
  [key: string]: string;
2795
2915
  };
2796
- statusCode: number;
2797
- body: DescribeApplicationGroupsResponseBody;
2916
+ statusCode?: number;
2917
+ body?: DescribeApplicationGroupsResponseBody;
2798
2918
  static names(): {
2799
2919
  [key: string]: string;
2800
2920
  };
@@ -2837,11 +2957,11 @@ export declare class DescribeApplicationImageResponseBody extends $tea.Model {
2837
2957
  });
2838
2958
  }
2839
2959
  export declare class DescribeApplicationImageResponse extends $tea.Model {
2840
- headers: {
2960
+ headers?: {
2841
2961
  [key: string]: string;
2842
2962
  };
2843
- statusCode: number;
2844
- body: DescribeApplicationImageResponseBody;
2963
+ statusCode?: number;
2964
+ body?: DescribeApplicationImageResponseBody;
2845
2965
  static names(): {
2846
2966
  [key: string]: string;
2847
2967
  };
@@ -2887,11 +3007,11 @@ export declare class DescribeApplicationInstancesResponseBody extends $tea.Model
2887
3007
  });
2888
3008
  }
2889
3009
  export declare class DescribeApplicationInstancesResponse extends $tea.Model {
2890
- headers: {
3010
+ headers?: {
2891
3011
  [key: string]: string;
2892
3012
  };
2893
- statusCode: number;
2894
- body: DescribeApplicationInstancesResponseBody;
3013
+ statusCode?: number;
3014
+ body?: DescribeApplicationInstancesResponseBody;
2895
3015
  static names(): {
2896
3016
  [key: string]: string;
2897
3017
  };
@@ -2934,11 +3054,11 @@ export declare class DescribeApplicationScalingRuleResponseBody extends $tea.Mod
2934
3054
  });
2935
3055
  }
2936
3056
  export declare class DescribeApplicationScalingRuleResponse extends $tea.Model {
2937
- headers: {
3057
+ headers?: {
2938
3058
  [key: string]: string;
2939
3059
  };
2940
- statusCode: number;
2941
- body: DescribeApplicationScalingRuleResponseBody;
3060
+ statusCode?: number;
3061
+ body?: DescribeApplicationScalingRuleResponseBody;
2942
3062
  static names(): {
2943
3063
  [key: string]: string;
2944
3064
  };
@@ -2980,11 +3100,11 @@ export declare class DescribeApplicationScalingRulesResponseBody extends $tea.Mo
2980
3100
  });
2981
3101
  }
2982
3102
  export declare class DescribeApplicationScalingRulesResponse extends $tea.Model {
2983
- headers: {
3103
+ headers?: {
2984
3104
  [key: string]: string;
2985
3105
  };
2986
- statusCode: number;
2987
- body: DescribeApplicationScalingRulesResponseBody;
3106
+ statusCode?: number;
3107
+ body?: DescribeApplicationScalingRulesResponseBody;
2988
3108
  static names(): {
2989
3109
  [key: string]: string;
2990
3110
  };
@@ -3026,11 +3146,11 @@ export declare class DescribeApplicationSlbsResponseBody extends $tea.Model {
3026
3146
  });
3027
3147
  }
3028
3148
  export declare class DescribeApplicationSlbsResponse extends $tea.Model {
3029
- headers: {
3149
+ headers?: {
3030
3150
  [key: string]: string;
3031
3151
  };
3032
- statusCode: number;
3033
- body: DescribeApplicationSlbsResponseBody;
3152
+ statusCode?: number;
3153
+ body?: DescribeApplicationSlbsResponseBody;
3034
3154
  static names(): {
3035
3155
  [key: string]: string;
3036
3156
  };
@@ -3072,11 +3192,11 @@ export declare class DescribeApplicationStatusResponseBody extends $tea.Model {
3072
3192
  });
3073
3193
  }
3074
3194
  export declare class DescribeApplicationStatusResponse extends $tea.Model {
3075
- headers: {
3195
+ headers?: {
3076
3196
  [key: string]: string;
3077
3197
  };
3078
- statusCode: number;
3079
- body: DescribeApplicationStatusResponseBody;
3198
+ statusCode?: number;
3199
+ body?: DescribeApplicationStatusResponseBody;
3080
3200
  static names(): {
3081
3201
  [key: string]: string;
3082
3202
  };
@@ -3118,11 +3238,11 @@ export declare class DescribeChangeOrderResponseBody extends $tea.Model {
3118
3238
  });
3119
3239
  }
3120
3240
  export declare class DescribeChangeOrderResponse extends $tea.Model {
3121
- headers: {
3241
+ headers?: {
3122
3242
  [key: string]: string;
3123
3243
  };
3124
- statusCode: number;
3125
- body: DescribeChangeOrderResponseBody;
3244
+ statusCode?: number;
3245
+ body?: DescribeChangeOrderResponseBody;
3126
3246
  static names(): {
3127
3247
  [key: string]: string;
3128
3248
  };
@@ -3165,11 +3285,11 @@ export declare class DescribeComponentsResponseBody extends $tea.Model {
3165
3285
  });
3166
3286
  }
3167
3287
  export declare class DescribeComponentsResponse extends $tea.Model {
3168
- headers: {
3288
+ headers?: {
3169
3289
  [key: string]: string;
3170
3290
  };
3171
- statusCode: number;
3172
- body: DescribeComponentsResponseBody;
3291
+ statusCode?: number;
3292
+ body?: DescribeComponentsResponseBody;
3173
3293
  static names(): {
3174
3294
  [key: string]: string;
3175
3295
  };
@@ -3211,11 +3331,11 @@ export declare class DescribeConfigMapResponseBody extends $tea.Model {
3211
3331
  });
3212
3332
  }
3213
3333
  export declare class DescribeConfigMapResponse extends $tea.Model {
3214
- headers: {
3334
+ headers?: {
3215
3335
  [key: string]: string;
3216
3336
  };
3217
- statusCode: number;
3218
- body: DescribeConfigMapResponseBody;
3337
+ statusCode?: number;
3338
+ body?: DescribeConfigMapResponseBody;
3219
3339
  static names(): {
3220
3340
  [key: string]: string;
3221
3341
  };
@@ -3259,11 +3379,11 @@ export declare class DescribeConfigurationPriceResponseBody extends $tea.Model {
3259
3379
  });
3260
3380
  }
3261
3381
  export declare class DescribeConfigurationPriceResponse extends $tea.Model {
3262
- headers: {
3382
+ headers?: {
3263
3383
  [key: string]: string;
3264
3384
  };
3265
- statusCode: number;
3266
- body: DescribeConfigurationPriceResponseBody;
3385
+ statusCode?: number;
3386
+ body?: DescribeConfigurationPriceResponseBody;
3267
3387
  static names(): {
3268
3388
  [key: string]: string;
3269
3389
  };
@@ -3293,11 +3413,11 @@ export declare class DescribeEdasContainersResponseBody extends $tea.Model {
3293
3413
  });
3294
3414
  }
3295
3415
  export declare class DescribeEdasContainersResponse extends $tea.Model {
3296
- headers: {
3416
+ headers?: {
3297
3417
  [key: string]: string;
3298
3418
  };
3299
- statusCode: number;
3300
- body: DescribeEdasContainersResponseBody;
3419
+ statusCode?: number;
3420
+ body?: DescribeEdasContainersResponseBody;
3301
3421
  static names(): {
3302
3422
  [key: string]: string;
3303
3423
  };
@@ -3339,11 +3459,11 @@ export declare class DescribeGreyTagRouteResponseBody extends $tea.Model {
3339
3459
  });
3340
3460
  }
3341
3461
  export declare class DescribeGreyTagRouteResponse extends $tea.Model {
3342
- headers: {
3462
+ headers?: {
3343
3463
  [key: string]: string;
3344
3464
  };
3345
- statusCode: number;
3346
- body: DescribeGreyTagRouteResponseBody;
3465
+ statusCode?: number;
3466
+ body?: DescribeGreyTagRouteResponseBody;
3347
3467
  static names(): {
3348
3468
  [key: string]: string;
3349
3469
  };
@@ -3385,11 +3505,11 @@ export declare class DescribeIngressResponseBody extends $tea.Model {
3385
3505
  });
3386
3506
  }
3387
3507
  export declare class DescribeIngressResponse extends $tea.Model {
3388
- headers: {
3508
+ headers?: {
3389
3509
  [key: string]: string;
3390
3510
  };
3391
- statusCode: number;
3392
- body: DescribeIngressResponseBody;
3511
+ statusCode?: number;
3512
+ body?: DescribeIngressResponseBody;
3393
3513
  static names(): {
3394
3514
  [key: string]: string;
3395
3515
  };
@@ -3431,11 +3551,11 @@ export declare class DescribeInstanceLogResponseBody extends $tea.Model {
3431
3551
  });
3432
3552
  }
3433
3553
  export declare class DescribeInstanceLogResponse extends $tea.Model {
3434
- headers: {
3554
+ headers?: {
3435
3555
  [key: string]: string;
3436
3556
  };
3437
- statusCode: number;
3438
- body: DescribeInstanceLogResponseBody;
3557
+ statusCode?: number;
3558
+ body?: DescribeInstanceLogResponseBody;
3439
3559
  static names(): {
3440
3560
  [key: string]: string;
3441
3561
  };
@@ -3465,11 +3585,11 @@ export declare class DescribeInstanceSpecificationsResponseBody extends $tea.Mod
3465
3585
  });
3466
3586
  }
3467
3587
  export declare class DescribeInstanceSpecificationsResponse extends $tea.Model {
3468
- headers: {
3588
+ headers?: {
3469
3589
  [key: string]: string;
3470
3590
  };
3471
- statusCode: number;
3472
- body: DescribeInstanceSpecificationsResponseBody;
3591
+ statusCode?: number;
3592
+ body?: DescribeInstanceSpecificationsResponseBody;
3473
3593
  static names(): {
3474
3594
  [key: string]: string;
3475
3595
  };
@@ -3512,11 +3632,11 @@ export declare class DescribeJobResponseBody extends $tea.Model {
3512
3632
  });
3513
3633
  }
3514
3634
  export declare class DescribeJobResponse extends $tea.Model {
3515
- headers: {
3635
+ headers?: {
3516
3636
  [key: string]: string;
3517
3637
  };
3518
- statusCode: number;
3519
- body: DescribeJobResponseBody;
3638
+ statusCode?: number;
3639
+ body?: DescribeJobResponseBody;
3520
3640
  static names(): {
3521
3641
  [key: string]: string;
3522
3642
  };
@@ -3561,11 +3681,11 @@ export declare class DescribeJobHistoryResponseBody extends $tea.Model {
3561
3681
  });
3562
3682
  }
3563
3683
  export declare class DescribeJobHistoryResponse extends $tea.Model {
3564
- headers: {
3684
+ headers?: {
3565
3685
  [key: string]: string;
3566
3686
  };
3567
- statusCode: number;
3568
- body: DescribeJobHistoryResponseBody;
3687
+ statusCode?: number;
3688
+ body?: DescribeJobHistoryResponseBody;
3569
3689
  static names(): {
3570
3690
  [key: string]: string;
3571
3691
  };
@@ -3608,11 +3728,11 @@ export declare class DescribeJobStatusResponseBody extends $tea.Model {
3608
3728
  });
3609
3729
  }
3610
3730
  export declare class DescribeJobStatusResponse extends $tea.Model {
3611
- headers: {
3731
+ headers?: {
3612
3732
  [key: string]: string;
3613
3733
  };
3614
- statusCode: number;
3615
- body: DescribeJobStatusResponseBody;
3734
+ statusCode?: number;
3735
+ body?: DescribeJobStatusResponseBody;
3616
3736
  static names(): {
3617
3737
  [key: string]: string;
3618
3738
  };
@@ -3655,11 +3775,11 @@ export declare class DescribeNamespaceResponseBody extends $tea.Model {
3655
3775
  });
3656
3776
  }
3657
3777
  export declare class DescribeNamespaceResponse extends $tea.Model {
3658
- headers: {
3778
+ headers?: {
3659
3779
  [key: string]: string;
3660
3780
  };
3661
- statusCode: number;
3662
- body: DescribeNamespaceResponseBody;
3781
+ statusCode?: number;
3782
+ body?: DescribeNamespaceResponseBody;
3663
3783
  static names(): {
3664
3784
  [key: string]: string;
3665
3785
  };
@@ -3702,11 +3822,11 @@ export declare class DescribeNamespaceListResponseBody extends $tea.Model {
3702
3822
  });
3703
3823
  }
3704
3824
  export declare class DescribeNamespaceListResponse extends $tea.Model {
3705
- headers: {
3825
+ headers?: {
3706
3826
  [key: string]: string;
3707
3827
  };
3708
- statusCode: number;
3709
- body: DescribeNamespaceListResponseBody;
3828
+ statusCode?: number;
3829
+ body?: DescribeNamespaceListResponseBody;
3710
3830
  static names(): {
3711
3831
  [key: string]: string;
3712
3832
  };
@@ -3749,11 +3869,11 @@ export declare class DescribeNamespaceResourcesResponseBody extends $tea.Model {
3749
3869
  });
3750
3870
  }
3751
3871
  export declare class DescribeNamespaceResourcesResponse extends $tea.Model {
3752
- headers: {
3872
+ headers?: {
3753
3873
  [key: string]: string;
3754
3874
  };
3755
- statusCode: number;
3756
- body: DescribeNamespaceResourcesResponseBody;
3875
+ statusCode?: number;
3876
+ body?: DescribeNamespaceResourcesResponseBody;
3757
3877
  static names(): {
3758
3878
  [key: string]: string;
3759
3879
  };
@@ -3796,11 +3916,11 @@ export declare class DescribeNamespacesResponseBody extends $tea.Model {
3796
3916
  });
3797
3917
  }
3798
3918
  export declare class DescribeNamespacesResponse extends $tea.Model {
3799
- headers: {
3919
+ headers?: {
3800
3920
  [key: string]: string;
3801
3921
  };
3802
- statusCode: number;
3803
- body: DescribeNamespacesResponseBody;
3922
+ statusCode?: number;
3923
+ body?: DescribeNamespacesResponseBody;
3804
3924
  static names(): {
3805
3925
  [key: string]: string;
3806
3926
  };
@@ -3842,11 +3962,11 @@ export declare class DescribePipelineResponseBody extends $tea.Model {
3842
3962
  });
3843
3963
  }
3844
3964
  export declare class DescribePipelineResponse extends $tea.Model {
3845
- headers: {
3965
+ headers?: {
3846
3966
  [key: string]: string;
3847
3967
  };
3848
- statusCode: number;
3849
- body: DescribePipelineResponseBody;
3968
+ statusCode?: number;
3969
+ body?: DescribePipelineResponseBody;
3850
3970
  static names(): {
3851
3971
  [key: string]: string;
3852
3972
  };
@@ -3873,11 +3993,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
3873
3993
  });
3874
3994
  }
3875
3995
  export declare class DescribeRegionsResponse extends $tea.Model {
3876
- headers: {
3996
+ headers?: {
3877
3997
  [key: string]: string;
3878
3998
  };
3879
- statusCode: number;
3880
- body: DescribeRegionsResponseBody;
3999
+ statusCode?: number;
4000
+ body?: DescribeRegionsResponseBody;
3881
4001
  static names(): {
3882
4002
  [key: string]: string;
3883
4003
  };
@@ -3920,11 +4040,11 @@ export declare class DescribeSecretResponseBody extends $tea.Model {
3920
4040
  });
3921
4041
  }
3922
4042
  export declare class DescribeSecretResponse extends $tea.Model {
3923
- headers: {
4043
+ headers?: {
3924
4044
  [key: string]: string;
3925
4045
  };
3926
- statusCode: number;
3927
- body: DescribeSecretResponseBody;
4046
+ statusCode?: number;
4047
+ body?: DescribeSecretResponseBody;
3928
4048
  static names(): {
3929
4049
  [key: string]: string;
3930
4050
  };
@@ -3966,11 +4086,11 @@ export declare class DisableApplicationScalingRuleResponseBody extends $tea.Mode
3966
4086
  });
3967
4087
  }
3968
4088
  export declare class DisableApplicationScalingRuleResponse extends $tea.Model {
3969
- headers: {
4089
+ headers?: {
3970
4090
  [key: string]: string;
3971
4091
  };
3972
- statusCode: number;
3973
- body: DisableApplicationScalingRuleResponseBody;
4092
+ statusCode?: number;
4093
+ body?: DisableApplicationScalingRuleResponseBody;
3974
4094
  static names(): {
3975
4095
  [key: string]: string;
3976
4096
  };
@@ -4012,11 +4132,11 @@ export declare class EnableApplicationScalingRuleResponseBody extends $tea.Model
4012
4132
  });
4013
4133
  }
4014
4134
  export declare class EnableApplicationScalingRuleResponse extends $tea.Model {
4015
- headers: {
4135
+ headers?: {
4016
4136
  [key: string]: string;
4017
4137
  };
4018
- statusCode: number;
4019
- body: EnableApplicationScalingRuleResponseBody;
4138
+ statusCode?: number;
4139
+ body?: EnableApplicationScalingRuleResponseBody;
4020
4140
  static names(): {
4021
4141
  [key: string]: string;
4022
4142
  };
@@ -4067,11 +4187,11 @@ export declare class ExecJobResponseBody extends $tea.Model {
4067
4187
  });
4068
4188
  }
4069
4189
  export declare class ExecJobResponse extends $tea.Model {
4070
- headers: {
4190
+ headers?: {
4071
4191
  [key: string]: string;
4072
4192
  };
4073
- statusCode: number;
4074
- body: ExecJobResponseBody;
4193
+ statusCode?: number;
4194
+ body?: ExecJobResponseBody;
4075
4195
  static names(): {
4076
4196
  [key: string]: string;
4077
4197
  };
@@ -4083,6 +4203,8 @@ export declare class ExecJobResponse extends $tea.Model {
4083
4203
  });
4084
4204
  }
4085
4205
  export declare class GetArmsTopNMetricRequest extends $tea.Model {
4206
+ appSource?: string;
4207
+ cpuStrategy?: string;
4086
4208
  endTime?: number;
4087
4209
  limit?: number;
4088
4210
  orderBy?: string;
@@ -4115,11 +4237,11 @@ export declare class GetArmsTopNMetricResponseBody extends $tea.Model {
4115
4237
  });
4116
4238
  }
4117
4239
  export declare class GetArmsTopNMetricResponse extends $tea.Model {
4118
- headers: {
4240
+ headers?: {
4119
4241
  [key: string]: string;
4120
4242
  };
4121
- statusCode: number;
4122
- body: GetArmsTopNMetricResponseBody;
4243
+ statusCode?: number;
4244
+ body?: GetArmsTopNMetricResponseBody;
4123
4245
  static names(): {
4124
4246
  [key: string]: string;
4125
4247
  };
@@ -4131,6 +4253,8 @@ export declare class GetArmsTopNMetricResponse extends $tea.Model {
4131
4253
  });
4132
4254
  }
4133
4255
  export declare class GetAvailabilityMetricRequest extends $tea.Model {
4256
+ appSource?: string;
4257
+ cpuStrategy?: string;
4134
4258
  limit?: number;
4135
4259
  regionId?: string;
4136
4260
  static names(): {
@@ -4160,11 +4284,11 @@ export declare class GetAvailabilityMetricResponseBody extends $tea.Model {
4160
4284
  });
4161
4285
  }
4162
4286
  export declare class GetAvailabilityMetricResponse extends $tea.Model {
4163
- headers: {
4287
+ headers?: {
4164
4288
  [key: string]: string;
4165
4289
  };
4166
- statusCode: number;
4167
- body: GetAvailabilityMetricResponseBody;
4290
+ statusCode?: number;
4291
+ body?: GetAvailabilityMetricResponseBody;
4168
4292
  static names(): {
4169
4293
  [key: string]: string;
4170
4294
  };
@@ -4176,6 +4300,8 @@ export declare class GetAvailabilityMetricResponse extends $tea.Model {
4176
4300
  });
4177
4301
  }
4178
4302
  export declare class GetChangeOrderMetricRequest extends $tea.Model {
4303
+ appSource?: string;
4304
+ cpuStrategy?: string;
4179
4305
  createTime?: string;
4180
4306
  limit?: number;
4181
4307
  orderBy?: string;
@@ -4207,11 +4333,11 @@ export declare class GetChangeOrderMetricResponseBody extends $tea.Model {
4207
4333
  });
4208
4334
  }
4209
4335
  export declare class GetChangeOrderMetricResponse extends $tea.Model {
4210
- headers: {
4336
+ headers?: {
4211
4337
  [key: string]: string;
4212
4338
  };
4213
- statusCode: number;
4214
- body: GetChangeOrderMetricResponseBody;
4339
+ statusCode?: number;
4340
+ body?: GetChangeOrderMetricResponseBody;
4215
4341
  static names(): {
4216
4342
  [key: string]: string;
4217
4343
  };
@@ -4223,6 +4349,8 @@ export declare class GetChangeOrderMetricResponse extends $tea.Model {
4223
4349
  });
4224
4350
  }
4225
4351
  export declare class GetScaleAppMetricRequest extends $tea.Model {
4352
+ appSource?: string;
4353
+ cpuStrategy?: string;
4226
4354
  limit?: number;
4227
4355
  regionId?: string;
4228
4356
  static names(): {
@@ -4252,11 +4380,11 @@ export declare class GetScaleAppMetricResponseBody extends $tea.Model {
4252
4380
  });
4253
4381
  }
4254
4382
  export declare class GetScaleAppMetricResponse extends $tea.Model {
4255
- headers: {
4383
+ headers?: {
4256
4384
  [key: string]: string;
4257
4385
  };
4258
- statusCode: number;
4259
- body: GetScaleAppMetricResponseBody;
4386
+ statusCode?: number;
4387
+ body?: GetScaleAppMetricResponseBody;
4260
4388
  static names(): {
4261
4389
  [key: string]: string;
4262
4390
  };
@@ -4268,6 +4396,8 @@ export declare class GetScaleAppMetricResponse extends $tea.Model {
4268
4396
  });
4269
4397
  }
4270
4398
  export declare class GetWarningEventMetricRequest extends $tea.Model {
4399
+ appSource?: string;
4400
+ cpuStrategy?: string;
4271
4401
  endTime?: number;
4272
4402
  limit?: number;
4273
4403
  regionId?: string;
@@ -4299,11 +4429,11 @@ export declare class GetWarningEventMetricResponseBody extends $tea.Model {
4299
4429
  });
4300
4430
  }
4301
4431
  export declare class GetWarningEventMetricResponse extends $tea.Model {
4302
- headers: {
4432
+ headers?: {
4303
4433
  [key: string]: string;
4304
4434
  };
4305
- statusCode: number;
4306
- body: GetWarningEventMetricResponseBody;
4435
+ statusCode?: number;
4436
+ body?: GetWarningEventMetricResponseBody;
4307
4437
  static names(): {
4308
4438
  [key: string]: string;
4309
4439
  };
@@ -4351,11 +4481,11 @@ export declare class ListAppEventsResponseBody extends $tea.Model {
4351
4481
  });
4352
4482
  }
4353
4483
  export declare class ListAppEventsResponse extends $tea.Model {
4354
- headers: {
4484
+ headers?: {
4355
4485
  [key: string]: string;
4356
4486
  };
4357
- statusCode: number;
4358
- body: ListAppEventsResponseBody;
4487
+ statusCode?: number;
4488
+ body?: ListAppEventsResponseBody;
4359
4489
  static names(): {
4360
4490
  [key: string]: string;
4361
4491
  };
@@ -4400,11 +4530,11 @@ export declare class ListAppServicesPageResponseBody extends $tea.Model {
4400
4530
  });
4401
4531
  }
4402
4532
  export declare class ListAppServicesPageResponse extends $tea.Model {
4403
- headers: {
4533
+ headers?: {
4404
4534
  [key: string]: string;
4405
4535
  };
4406
- statusCode: number;
4407
- body: ListAppServicesPageResponseBody;
4536
+ statusCode?: number;
4537
+ body?: ListAppServicesPageResponseBody;
4408
4538
  static names(): {
4409
4539
  [key: string]: string;
4410
4540
  };
@@ -4445,11 +4575,11 @@ export declare class ListAppVersionsResponseBody extends $tea.Model {
4445
4575
  });
4446
4576
  }
4447
4577
  export declare class ListAppVersionsResponse extends $tea.Model {
4448
- headers: {
4578
+ headers?: {
4449
4579
  [key: string]: string;
4450
4580
  };
4451
- statusCode: number;
4452
- body: ListAppVersionsResponseBody;
4581
+ statusCode?: number;
4582
+ body?: ListAppVersionsResponseBody;
4453
4583
  static names(): {
4454
4584
  [key: string]: string;
4455
4585
  };
@@ -4502,11 +4632,11 @@ export declare class ListApplicationsResponseBody extends $tea.Model {
4502
4632
  });
4503
4633
  }
4504
4634
  export declare class ListApplicationsResponse extends $tea.Model {
4505
- headers: {
4635
+ headers?: {
4506
4636
  [key: string]: string;
4507
4637
  };
4508
- statusCode: number;
4509
- body: ListApplicationsResponseBody;
4638
+ statusCode?: number;
4639
+ body?: ListApplicationsResponseBody;
4510
4640
  static names(): {
4511
4641
  [key: string]: string;
4512
4642
  };
@@ -4553,11 +4683,11 @@ export declare class ListChangeOrdersResponseBody extends $tea.Model {
4553
4683
  });
4554
4684
  }
4555
4685
  export declare class ListChangeOrdersResponse extends $tea.Model {
4556
- headers: {
4686
+ headers?: {
4557
4687
  [key: string]: string;
4558
4688
  };
4559
- statusCode: number;
4560
- body: ListChangeOrdersResponseBody;
4689
+ statusCode?: number;
4690
+ body?: ListChangeOrdersResponseBody;
4561
4691
  static names(): {
4562
4692
  [key: string]: string;
4563
4693
  };
@@ -4599,11 +4729,11 @@ export declare class ListConsumedServicesResponseBody extends $tea.Model {
4599
4729
  });
4600
4730
  }
4601
4731
  export declare class ListConsumedServicesResponse extends $tea.Model {
4602
- headers: {
4732
+ headers?: {
4603
4733
  [key: string]: string;
4604
4734
  };
4605
- statusCode: number;
4606
- body: ListConsumedServicesResponseBody;
4735
+ statusCode?: number;
4736
+ body?: ListConsumedServicesResponseBody;
4607
4737
  static names(): {
4608
4738
  [key: string]: string;
4609
4739
  };
@@ -4645,11 +4775,11 @@ export declare class ListGreyTagRouteResponseBody extends $tea.Model {
4645
4775
  });
4646
4776
  }
4647
4777
  export declare class ListGreyTagRouteResponse extends $tea.Model {
4648
- headers: {
4778
+ headers?: {
4649
4779
  [key: string]: string;
4650
4780
  };
4651
- statusCode: number;
4652
- body: ListGreyTagRouteResponseBody;
4781
+ statusCode?: number;
4782
+ body?: ListGreyTagRouteResponseBody;
4653
4783
  static names(): {
4654
4784
  [key: string]: string;
4655
4785
  };
@@ -4692,11 +4822,11 @@ export declare class ListIngressesResponseBody extends $tea.Model {
4692
4822
  });
4693
4823
  }
4694
4824
  export declare class ListIngressesResponse extends $tea.Model {
4695
- headers: {
4825
+ headers?: {
4696
4826
  [key: string]: string;
4697
4827
  };
4698
- statusCode: number;
4699
- body: ListIngressesResponseBody;
4828
+ statusCode?: number;
4829
+ body?: ListIngressesResponseBody;
4700
4830
  static names(): {
4701
4831
  [key: string]: string;
4702
4832
  };
@@ -4749,11 +4879,11 @@ export declare class ListJobsResponseBody extends $tea.Model {
4749
4879
  });
4750
4880
  }
4751
4881
  export declare class ListJobsResponse extends $tea.Model {
4752
- headers: {
4882
+ headers?: {
4753
4883
  [key: string]: string;
4754
4884
  };
4755
- statusCode: number;
4756
- body: ListJobsResponseBody;
4885
+ statusCode?: number;
4886
+ body?: ListJobsResponseBody;
4757
4887
  static names(): {
4758
4888
  [key: string]: string;
4759
4889
  };
@@ -4797,11 +4927,11 @@ export declare class ListLogConfigsResponseBody extends $tea.Model {
4797
4927
  });
4798
4928
  }
4799
4929
  export declare class ListLogConfigsResponse extends $tea.Model {
4800
- headers: {
4930
+ headers?: {
4801
4931
  [key: string]: string;
4802
4932
  };
4803
- statusCode: number;
4804
- body: ListLogConfigsResponseBody;
4933
+ statusCode?: number;
4934
+ body?: ListLogConfigsResponseBody;
4805
4935
  static names(): {
4806
4936
  [key: string]: string;
4807
4937
  };
@@ -4848,11 +4978,11 @@ export declare class ListNamespaceChangeOrdersResponseBody extends $tea.Model {
4848
4978
  });
4849
4979
  }
4850
4980
  export declare class ListNamespaceChangeOrdersResponse extends $tea.Model {
4851
- headers: {
4981
+ headers?: {
4852
4982
  [key: string]: string;
4853
4983
  };
4854
- statusCode: number;
4855
- body: ListNamespaceChangeOrdersResponseBody;
4984
+ statusCode?: number;
4985
+ body?: ListNamespaceChangeOrdersResponseBody;
4856
4986
  static names(): {
4857
4987
  [key: string]: string;
4858
4988
  };
@@ -4894,11 +5024,11 @@ export declare class ListNamespacedConfigMapsResponseBody extends $tea.Model {
4894
5024
  });
4895
5025
  }
4896
5026
  export declare class ListNamespacedConfigMapsResponse extends $tea.Model {
4897
- headers: {
5027
+ headers?: {
4898
5028
  [key: string]: string;
4899
5029
  };
4900
- statusCode: number;
4901
- body: ListNamespacedConfigMapsResponseBody;
5030
+ statusCode?: number;
5031
+ body?: ListNamespacedConfigMapsResponseBody;
4902
5032
  static names(): {
4903
5033
  [key: string]: string;
4904
5034
  };
@@ -4940,11 +5070,11 @@ export declare class ListPublishedServicesResponseBody extends $tea.Model {
4940
5070
  });
4941
5071
  }
4942
5072
  export declare class ListPublishedServicesResponse extends $tea.Model {
4943
- headers: {
5073
+ headers?: {
4944
5074
  [key: string]: string;
4945
5075
  };
4946
- statusCode: number;
4947
- body: ListPublishedServicesResponseBody;
5076
+ statusCode?: number;
5077
+ body?: ListPublishedServicesResponseBody;
4948
5078
  static names(): {
4949
5079
  [key: string]: string;
4950
5080
  };
@@ -4986,11 +5116,11 @@ export declare class ListSecretsResponseBody extends $tea.Model {
4986
5116
  });
4987
5117
  }
4988
5118
  export declare class ListSecretsResponse extends $tea.Model {
4989
- headers: {
5119
+ headers?: {
4990
5120
  [key: string]: string;
4991
5121
  };
4992
- statusCode: number;
4993
- body: ListSecretsResponseBody;
5122
+ statusCode?: number;
5123
+ body?: ListSecretsResponseBody;
4994
5124
  static names(): {
4995
5125
  [key: string]: string;
4996
5126
  };
@@ -5036,11 +5166,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
5036
5166
  });
5037
5167
  }
5038
5168
  export declare class ListTagResourcesResponse extends $tea.Model {
5039
- headers: {
5169
+ headers?: {
5040
5170
  [key: string]: string;
5041
5171
  };
5042
- statusCode: number;
5043
- body: ListTagResourcesResponseBody;
5172
+ statusCode?: number;
5173
+ body?: ListTagResourcesResponseBody;
5044
5174
  static names(): {
5045
5175
  [key: string]: string;
5046
5176
  };
@@ -5065,11 +5195,11 @@ export declare class OpenSaeServiceResponseBody extends $tea.Model {
5065
5195
  });
5066
5196
  }
5067
5197
  export declare class OpenSaeServiceResponse extends $tea.Model {
5068
- headers: {
5198
+ headers?: {
5069
5199
  [key: string]: string;
5070
5200
  };
5071
- statusCode: number;
5072
- body: OpenSaeServiceResponseBody;
5201
+ statusCode?: number;
5202
+ body?: OpenSaeServiceResponseBody;
5073
5203
  static names(): {
5074
5204
  [key: string]: string;
5075
5205
  };
@@ -5111,11 +5241,11 @@ export declare class QueryResourceStaticsResponseBody extends $tea.Model {
5111
5241
  });
5112
5242
  }
5113
5243
  export declare class QueryResourceStaticsResponse extends $tea.Model {
5114
- headers: {
5244
+ headers?: {
5115
5245
  [key: string]: string;
5116
5246
  };
5117
- statusCode: number;
5118
- body: QueryResourceStaticsResponseBody;
5247
+ statusCode?: number;
5248
+ body?: QueryResourceStaticsResponseBody;
5119
5249
  static names(): {
5120
5250
  [key: string]: string;
5121
5251
  };
@@ -5158,11 +5288,11 @@ export declare class ReduceApplicationCapacityByInstanceIdsResponseBody extends
5158
5288
  });
5159
5289
  }
5160
5290
  export declare class ReduceApplicationCapacityByInstanceIdsResponse extends $tea.Model {
5161
- headers: {
5291
+ headers?: {
5162
5292
  [key: string]: string;
5163
5293
  };
5164
- statusCode: number;
5165
- body: ReduceApplicationCapacityByInstanceIdsResponseBody;
5294
+ statusCode?: number;
5295
+ body?: ReduceApplicationCapacityByInstanceIdsResponseBody;
5166
5296
  static names(): {
5167
5297
  [key: string]: string;
5168
5298
  };
@@ -5207,11 +5337,11 @@ export declare class RescaleApplicationResponseBody extends $tea.Model {
5207
5337
  });
5208
5338
  }
5209
5339
  export declare class RescaleApplicationResponse extends $tea.Model {
5210
- headers: {
5340
+ headers?: {
5211
5341
  [key: string]: string;
5212
5342
  };
5213
- statusCode: number;
5214
- body: RescaleApplicationResponseBody;
5343
+ statusCode?: number;
5344
+ body?: RescaleApplicationResponseBody;
5215
5345
  static names(): {
5216
5346
  [key: string]: string;
5217
5347
  };
@@ -5255,11 +5385,11 @@ export declare class RescaleApplicationVerticallyResponseBody extends $tea.Model
5255
5385
  });
5256
5386
  }
5257
5387
  export declare class RescaleApplicationVerticallyResponse extends $tea.Model {
5258
- headers: {
5388
+ headers?: {
5259
5389
  [key: string]: string;
5260
5390
  };
5261
- statusCode: number;
5262
- body: RescaleApplicationVerticallyResponseBody;
5391
+ statusCode?: number;
5392
+ body?: RescaleApplicationVerticallyResponseBody;
5263
5393
  static names(): {
5264
5394
  [key: string]: string;
5265
5395
  };
@@ -5304,11 +5434,11 @@ export declare class RestartApplicationResponseBody extends $tea.Model {
5304
5434
  });
5305
5435
  }
5306
5436
  export declare class RestartApplicationResponse extends $tea.Model {
5307
- headers: {
5437
+ headers?: {
5308
5438
  [key: string]: string;
5309
5439
  };
5310
- statusCode: number;
5311
- body: RestartApplicationResponseBody;
5440
+ statusCode?: number;
5441
+ body?: RestartApplicationResponseBody;
5312
5442
  static names(): {
5313
5443
  [key: string]: string;
5314
5444
  };
@@ -5351,11 +5481,11 @@ export declare class RestartInstancesResponseBody extends $tea.Model {
5351
5481
  });
5352
5482
  }
5353
5483
  export declare class RestartInstancesResponse extends $tea.Model {
5354
- headers: {
5484
+ headers?: {
5355
5485
  [key: string]: string;
5356
5486
  };
5357
- statusCode: number;
5358
- body: RestartInstancesResponseBody;
5487
+ statusCode?: number;
5488
+ body?: RestartInstancesResponseBody;
5359
5489
  static names(): {
5360
5490
  [key: string]: string;
5361
5491
  };
@@ -5403,11 +5533,11 @@ export declare class RollbackApplicationResponseBody extends $tea.Model {
5403
5533
  });
5404
5534
  }
5405
5535
  export declare class RollbackApplicationResponse extends $tea.Model {
5406
- headers: {
5536
+ headers?: {
5407
5537
  [key: string]: string;
5408
5538
  };
5409
- statusCode: number;
5410
- body: RollbackApplicationResponseBody;
5539
+ statusCode?: number;
5540
+ body?: RollbackApplicationResponseBody;
5411
5541
  static names(): {
5412
5542
  [key: string]: string;
5413
5543
  };
@@ -5449,11 +5579,11 @@ export declare class StartApplicationResponseBody extends $tea.Model {
5449
5579
  });
5450
5580
  }
5451
5581
  export declare class StartApplicationResponse extends $tea.Model {
5452
- headers: {
5582
+ headers?: {
5453
5583
  [key: string]: string;
5454
5584
  };
5455
- statusCode: number;
5456
- body: StartApplicationResponseBody;
5585
+ statusCode?: number;
5586
+ body?: StartApplicationResponseBody;
5457
5587
  static names(): {
5458
5588
  [key: string]: string;
5459
5589
  };
@@ -5495,11 +5625,11 @@ export declare class StopApplicationResponseBody extends $tea.Model {
5495
5625
  });
5496
5626
  }
5497
5627
  export declare class StopApplicationResponse extends $tea.Model {
5498
- headers: {
5628
+ headers?: {
5499
5629
  [key: string]: string;
5500
5630
  };
5501
- statusCode: number;
5502
- body: StopApplicationResponseBody;
5631
+ statusCode?: number;
5632
+ body?: StopApplicationResponseBody;
5503
5633
  static names(): {
5504
5634
  [key: string]: string;
5505
5635
  };
@@ -5542,11 +5672,11 @@ export declare class SuspendJobResponseBody extends $tea.Model {
5542
5672
  });
5543
5673
  }
5544
5674
  export declare class SuspendJobResponse extends $tea.Model {
5545
- headers: {
5675
+ headers?: {
5546
5676
  [key: string]: string;
5547
5677
  };
5548
- statusCode: number;
5549
- body: SuspendJobResponseBody;
5678
+ statusCode?: number;
5679
+ body?: SuspendJobResponseBody;
5550
5680
  static names(): {
5551
5681
  [key: string]: string;
5552
5682
  };
@@ -5591,11 +5721,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
5591
5721
  });
5592
5722
  }
5593
5723
  export declare class TagResourcesResponse extends $tea.Model {
5594
- headers: {
5724
+ headers?: {
5595
5725
  [key: string]: string;
5596
5726
  };
5597
- statusCode: number;
5598
- body: TagResourcesResponseBody;
5727
+ statusCode?: number;
5728
+ body?: TagResourcesResponseBody;
5599
5729
  static names(): {
5600
5730
  [key: string]: string;
5601
5731
  };
@@ -5639,11 +5769,11 @@ export declare class UnbindSlbResponseBody extends $tea.Model {
5639
5769
  });
5640
5770
  }
5641
5771
  export declare class UnbindSlbResponse extends $tea.Model {
5642
- headers: {
5772
+ headers?: {
5643
5773
  [key: string]: string;
5644
5774
  };
5645
- statusCode: number;
5646
- body: UnbindSlbResponseBody;
5775
+ statusCode?: number;
5776
+ body?: UnbindSlbResponseBody;
5647
5777
  static names(): {
5648
5778
  [key: string]: string;
5649
5779
  };
@@ -5689,11 +5819,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
5689
5819
  });
5690
5820
  }
5691
5821
  export declare class UntagResourcesResponse extends $tea.Model {
5692
- headers: {
5822
+ headers?: {
5693
5823
  [key: string]: string;
5694
5824
  };
5695
- statusCode: number;
5696
- body: UntagResourcesResponseBody;
5825
+ statusCode?: number;
5826
+ body?: UntagResourcesResponseBody;
5697
5827
  static names(): {
5698
5828
  [key: string]: string;
5699
5829
  };
@@ -5735,11 +5865,11 @@ export declare class UpdateAppSecurityGroupResponseBody extends $tea.Model {
5735
5865
  });
5736
5866
  }
5737
5867
  export declare class UpdateAppSecurityGroupResponse extends $tea.Model {
5738
- headers: {
5868
+ headers?: {
5739
5869
  [key: string]: string;
5740
5870
  };
5741
- statusCode: number;
5742
- body: UpdateAppSecurityGroupResponseBody;
5871
+ statusCode?: number;
5872
+ body?: UpdateAppSecurityGroupResponseBody;
5743
5873
  static names(): {
5744
5874
  [key: string]: string;
5745
5875
  };
@@ -5781,11 +5911,11 @@ export declare class UpdateApplicationDescriptionResponseBody extends $tea.Model
5781
5911
  });
5782
5912
  }
5783
5913
  export declare class UpdateApplicationDescriptionResponse extends $tea.Model {
5784
- headers: {
5914
+ headers?: {
5785
5915
  [key: string]: string;
5786
5916
  };
5787
- statusCode: number;
5788
- body: UpdateApplicationDescriptionResponseBody;
5917
+ statusCode?: number;
5918
+ body?: UpdateApplicationDescriptionResponseBody;
5789
5919
  static names(): {
5790
5920
  [key: string]: string;
5791
5921
  };
@@ -5832,11 +5962,11 @@ export declare class UpdateApplicationScalingRuleResponseBody extends $tea.Model
5832
5962
  });
5833
5963
  }
5834
5964
  export declare class UpdateApplicationScalingRuleResponse extends $tea.Model {
5835
- headers: {
5965
+ headers?: {
5836
5966
  [key: string]: string;
5837
5967
  };
5838
- statusCode: number;
5839
- body: UpdateApplicationScalingRuleResponseBody;
5968
+ statusCode?: number;
5969
+ body?: UpdateApplicationScalingRuleResponseBody;
5840
5970
  static names(): {
5841
5971
  [key: string]: string;
5842
5972
  };
@@ -5878,11 +6008,11 @@ export declare class UpdateApplicationVswitchesResponseBody extends $tea.Model {
5878
6008
  });
5879
6009
  }
5880
6010
  export declare class UpdateApplicationVswitchesResponse extends $tea.Model {
5881
- headers: {
6011
+ headers?: {
5882
6012
  [key: string]: string;
5883
6013
  };
5884
- statusCode: number;
5885
- body: UpdateApplicationVswitchesResponseBody;
6014
+ statusCode?: number;
6015
+ body?: UpdateApplicationVswitchesResponseBody;
5886
6016
  static names(): {
5887
6017
  [key: string]: string;
5888
6018
  };
@@ -5926,11 +6056,11 @@ export declare class UpdateConfigMapResponseBody extends $tea.Model {
5926
6056
  });
5927
6057
  }
5928
6058
  export declare class UpdateConfigMapResponse extends $tea.Model {
5929
- headers: {
6059
+ headers?: {
5930
6060
  [key: string]: string;
5931
6061
  };
5932
- statusCode: number;
5933
- body: UpdateConfigMapResponseBody;
6062
+ statusCode?: number;
6063
+ body?: UpdateConfigMapResponseBody;
5934
6064
  static names(): {
5935
6065
  [key: string]: string;
5936
6066
  };
@@ -5976,11 +6106,11 @@ export declare class UpdateGreyTagRouteResponseBody extends $tea.Model {
5976
6106
  });
5977
6107
  }
5978
6108
  export declare class UpdateGreyTagRouteResponse extends $tea.Model {
5979
- headers: {
6109
+ headers?: {
5980
6110
  [key: string]: string;
5981
6111
  };
5982
- statusCode: number;
5983
- body: UpdateGreyTagRouteResponseBody;
6112
+ statusCode?: number;
6113
+ body?: UpdateGreyTagRouteResponseBody;
5984
6114
  static names(): {
5985
6115
  [key: string]: string;
5986
6116
  };
@@ -6030,11 +6160,11 @@ export declare class UpdateIngressResponseBody extends $tea.Model {
6030
6160
  });
6031
6161
  }
6032
6162
  export declare class UpdateIngressResponse extends $tea.Model {
6033
- headers: {
6163
+ headers?: {
6034
6164
  [key: string]: string;
6035
6165
  };
6036
- statusCode: number;
6037
- body: UpdateIngressResponseBody;
6166
+ statusCode?: number;
6167
+ body?: UpdateIngressResponseBody;
6038
6168
  static names(): {
6039
6169
  [key: string]: string;
6040
6170
  };
@@ -6120,11 +6250,11 @@ export declare class UpdateJobResponseBody extends $tea.Model {
6120
6250
  });
6121
6251
  }
6122
6252
  export declare class UpdateJobResponse extends $tea.Model {
6123
- headers: {
6253
+ headers?: {
6124
6254
  [key: string]: string;
6125
6255
  };
6126
- statusCode: number;
6127
- body: UpdateJobResponseBody;
6256
+ statusCode?: number;
6257
+ body?: UpdateJobResponseBody;
6128
6258
  static names(): {
6129
6259
  [key: string]: string;
6130
6260
  };
@@ -6170,11 +6300,11 @@ export declare class UpdateNamespaceResponseBody extends $tea.Model {
6170
6300
  });
6171
6301
  }
6172
6302
  export declare class UpdateNamespaceResponse extends $tea.Model {
6173
- headers: {
6303
+ headers?: {
6174
6304
  [key: string]: string;
6175
6305
  };
6176
- statusCode: number;
6177
- body: UpdateNamespaceResponseBody;
6306
+ statusCode?: number;
6307
+ body?: UpdateNamespaceResponseBody;
6178
6308
  static names(): {
6179
6309
  [key: string]: string;
6180
6310
  };
@@ -6217,11 +6347,11 @@ export declare class UpdateNamespaceVpcResponseBody extends $tea.Model {
6217
6347
  });
6218
6348
  }
6219
6349
  export declare class UpdateNamespaceVpcResponse extends $tea.Model {
6220
- headers: {
6350
+ headers?: {
6221
6351
  [key: string]: string;
6222
6352
  };
6223
- statusCode: number;
6224
- body: UpdateNamespaceVpcResponseBody;
6353
+ statusCode?: number;
6354
+ body?: UpdateNamespaceVpcResponseBody;
6225
6355
  static names(): {
6226
6356
  [key: string]: string;
6227
6357
  };
@@ -6279,11 +6409,57 @@ export declare class UpdateSecretResponseBody extends $tea.Model {
6279
6409
  });
6280
6410
  }
6281
6411
  export declare class UpdateSecretResponse extends $tea.Model {
6282
- headers: {
6412
+ headers?: {
6413
+ [key: string]: string;
6414
+ };
6415
+ statusCode?: number;
6416
+ body?: UpdateSecretResponseBody;
6417
+ static names(): {
6418
+ [key: string]: string;
6419
+ };
6420
+ static types(): {
6421
+ [key: string]: any;
6422
+ };
6423
+ constructor(map?: {
6424
+ [key: string]: any;
6425
+ });
6426
+ }
6427
+ export declare class AppStackInstanceEndpoints extends $tea.Model {
6428
+ address?: string;
6429
+ name?: string;
6430
+ protocol?: string;
6431
+ static names(): {
6432
+ [key: string]: string;
6433
+ };
6434
+ static types(): {
6435
+ [key: string]: any;
6436
+ };
6437
+ constructor(map?: {
6438
+ [key: string]: any;
6439
+ });
6440
+ }
6441
+ export declare class AppStackInstanceParameters extends $tea.Model {
6442
+ name?: string;
6443
+ value?: string;
6444
+ static names(): {
6283
6445
  [key: string]: string;
6284
6446
  };
6285
- statusCode: number;
6286
- body: UpdateSecretResponseBody;
6447
+ static types(): {
6448
+ [key: string]: any;
6449
+ };
6450
+ constructor(map?: {
6451
+ [key: string]: any;
6452
+ });
6453
+ }
6454
+ export declare class AppStackTaskSteps extends $tea.Model {
6455
+ code?: string;
6456
+ duration?: number;
6457
+ endTime?: number;
6458
+ id?: string;
6459
+ message?: string;
6460
+ name?: string;
6461
+ startTime?: number;
6462
+ status?: string;
6287
6463
  static names(): {
6288
6464
  [key: string]: string;
6289
6465
  };
@@ -6318,6 +6494,7 @@ export declare class BuildPipelineCodeConfig extends $tea.Model {
6318
6494
  branchName?: string;
6319
6495
  commitId?: string;
6320
6496
  commitUrl?: string;
6497
+ organizationId?: string;
6321
6498
  provider?: string;
6322
6499
  repoFullName?: string;
6323
6500
  repoId?: string;
@@ -6377,6 +6554,7 @@ export declare class BuildPipelinePackageConfig extends $tea.Model {
6377
6554
  }
6378
6555
  export declare class BuildPipelineTriggerConfig extends $tea.Model {
6379
6556
  branchName?: string;
6557
+ tagName?: string;
6380
6558
  type?: string;
6381
6559
  static names(): {
6382
6560
  [key: string]: string;
@@ -6390,6 +6568,7 @@ export declare class BuildPipelineTriggerConfig extends $tea.Model {
6390
6568
  }
6391
6569
  export declare class BuildPipelineRunBuildConfigTrigger extends $tea.Model {
6392
6570
  branchName?: string;
6571
+ tagName?: string;
6393
6572
  type?: string;
6394
6573
  static names(): {
6395
6574
  [key: string]: string;
@@ -6426,7 +6605,7 @@ export declare class BuildPipelineRunCodeConfig extends $tea.Model {
6426
6605
  branchName?: string;
6427
6606
  commitId?: string;
6428
6607
  commitUrl?: string;
6429
- orgId?: string;
6608
+ organizationId?: string;
6430
6609
  provider?: string;
6431
6610
  repoFullName?: string;
6432
6611
  repoId?: string;
@@ -6503,6 +6682,20 @@ export declare class BuildPipelineRunSteps extends $tea.Model {
6503
6682
  [key: string]: any;
6504
6683
  });
6505
6684
  }
6685
+ export declare class BuildPipelineRunTriggerConfig extends $tea.Model {
6686
+ branchName?: string;
6687
+ tagName?: string;
6688
+ type?: string;
6689
+ static names(): {
6690
+ [key: string]: string;
6691
+ };
6692
+ static types(): {
6693
+ [key: string]: any;
6694
+ };
6695
+ constructor(map?: {
6696
+ [key: string]: any;
6697
+ });
6698
+ }
6506
6699
  export declare class PriceEstimateOutputAppsUsages extends $tea.Model {
6507
6700
  amount?: number;
6508
6701
  id?: string;
@@ -6633,6 +6826,35 @@ export declare class SLSConfigCollectConfigs extends $tea.Model {
6633
6826
  [key: string]: any;
6634
6827
  });
6635
6828
  }
6829
+ export declare class SourceCodeAccountOrganizations extends $tea.Model {
6830
+ avatarUrl?: string;
6831
+ id?: string;
6832
+ name?: string;
6833
+ static names(): {
6834
+ [key: string]: string;
6835
+ };
6836
+ static types(): {
6837
+ [key: string]: any;
6838
+ };
6839
+ constructor(map?: {
6840
+ [key: string]: any;
6841
+ });
6842
+ }
6843
+ export declare class SubmenuItems extends $tea.Model {
6844
+ defaultSelected?: boolean;
6845
+ itemDesc?: string;
6846
+ itemType?: string;
6847
+ relatingItems?: string[];
6848
+ static names(): {
6849
+ [key: string]: string;
6850
+ };
6851
+ static types(): {
6852
+ [key: string]: any;
6853
+ };
6854
+ constructor(map?: {
6855
+ [key: string]: any;
6856
+ });
6857
+ }
6636
6858
  export declare class AbortAndRollbackChangeOrderResponseBodyData extends $tea.Model {
6637
6859
  changeOrderId?: string;
6638
6860
  static names(): {
@@ -7007,6 +7229,9 @@ export declare class DescribeAppServiceDetailResponseBodyData extends $tea.Model
7007
7229
  };
7008
7230
  methods?: DescribeAppServiceDetailResponseBodyDataMethods[];
7009
7231
  serviceName?: string;
7232
+ servicePorts?: number[];
7233
+ serviceProtocol?: string;
7234
+ serviceTags?: string[];
7010
7235
  serviceType?: string;
7011
7236
  springApplicationName?: string;
7012
7237
  version?: string;
@@ -9585,482 +9810,1718 @@ export default class Client extends OpenApi {
9585
9810
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
9586
9811
  [key: string]: string;
9587
9812
  }, endpoint: string): string;
9813
+ /**
9814
+ * @summary ba386059-69b1-4e65-b1e5-0682d9fa\\*\\*\\*\\*
9815
+ *
9816
+ * @param request AbortAndRollbackChangeOrderRequest
9817
+ * @param headers map
9818
+ * @param runtime runtime options for this request RuntimeOptions
9819
+ * @return AbortAndRollbackChangeOrderResponse
9820
+ */
9588
9821
  abortAndRollbackChangeOrderWithOptions(request: AbortAndRollbackChangeOrderRequest, headers: {
9589
9822
  [key: string]: string;
9590
9823
  }, runtime: $Util.RuntimeOptions): Promise<AbortAndRollbackChangeOrderResponse>;
9824
+ /**
9825
+ * @summary ba386059-69b1-4e65-b1e5-0682d9fa\\*\\*\\*\\*
9826
+ *
9827
+ * @param request AbortAndRollbackChangeOrderRequest
9828
+ * @return AbortAndRollbackChangeOrderResponse
9829
+ */
9591
9830
  abortAndRollbackChangeOrder(request: AbortAndRollbackChangeOrderRequest): Promise<AbortAndRollbackChangeOrderResponse>;
9831
+ /**
9832
+ * @param request AbortChangeOrderRequest
9833
+ * @param headers map
9834
+ * @param runtime runtime options for this request RuntimeOptions
9835
+ * @return AbortChangeOrderResponse
9836
+ */
9592
9837
  abortChangeOrderWithOptions(request: AbortChangeOrderRequest, headers: {
9593
9838
  [key: string]: string;
9594
9839
  }, runtime: $Util.RuntimeOptions): Promise<AbortChangeOrderResponse>;
9840
+ /**
9841
+ * @param request AbortChangeOrderRequest
9842
+ * @return AbortChangeOrderResponse
9843
+ */
9595
9844
  abortChangeOrder(request: AbortChangeOrderRequest): Promise<AbortChangeOrderResponse>;
9845
+ /**
9846
+ * @summary cn-shanghai
9847
+ *
9848
+ * @param request BatchStartApplicationsRequest
9849
+ * @param headers map
9850
+ * @param runtime runtime options for this request RuntimeOptions
9851
+ * @return BatchStartApplicationsResponse
9852
+ */
9596
9853
  batchStartApplicationsWithOptions(request: BatchStartApplicationsRequest, headers: {
9597
9854
  [key: string]: string;
9598
9855
  }, runtime: $Util.RuntimeOptions): Promise<BatchStartApplicationsResponse>;
9856
+ /**
9857
+ * @summary cn-shanghai
9858
+ *
9859
+ * @param request BatchStartApplicationsRequest
9860
+ * @return BatchStartApplicationsResponse
9861
+ */
9599
9862
  batchStartApplications(request: BatchStartApplicationsRequest): Promise<BatchStartApplicationsResponse>;
9863
+ /**
9864
+ * @param request BatchStopApplicationsRequest
9865
+ * @param headers map
9866
+ * @param runtime runtime options for this request RuntimeOptions
9867
+ * @return BatchStopApplicationsResponse
9868
+ */
9600
9869
  batchStopApplicationsWithOptions(request: BatchStopApplicationsRequest, headers: {
9601
9870
  [key: string]: string;
9602
9871
  }, runtime: $Util.RuntimeOptions): Promise<BatchStopApplicationsResponse>;
9872
+ /**
9873
+ * @param request BatchStopApplicationsRequest
9874
+ * @return BatchStopApplicationsResponse
9875
+ */
9603
9876
  batchStopApplications(request: BatchStopApplicationsRequest): Promise<BatchStopApplicationsResponse>;
9877
+ /**
9878
+ * @param request BindSlbRequest
9879
+ * @param headers map
9880
+ * @param runtime runtime options for this request RuntimeOptions
9881
+ * @return BindSlbResponse
9882
+ */
9604
9883
  bindSlbWithOptions(request: BindSlbRequest, headers: {
9605
9884
  [key: string]: string;
9606
9885
  }, runtime: $Util.RuntimeOptions): Promise<BindSlbResponse>;
9886
+ /**
9887
+ * @param request BindSlbRequest
9888
+ * @return BindSlbResponse
9889
+ */
9607
9890
  bindSlb(request: BindSlbRequest): Promise<BindSlbResponse>;
9891
+ /**
9892
+ * @param request ConfirmPipelineBatchRequest
9893
+ * @param headers map
9894
+ * @param runtime runtime options for this request RuntimeOptions
9895
+ * @return ConfirmPipelineBatchResponse
9896
+ */
9608
9897
  confirmPipelineBatchWithOptions(request: ConfirmPipelineBatchRequest, headers: {
9609
9898
  [key: string]: string;
9610
9899
  }, runtime: $Util.RuntimeOptions): Promise<ConfirmPipelineBatchResponse>;
9900
+ /**
9901
+ * @param request ConfirmPipelineBatchRequest
9902
+ * @return ConfirmPipelineBatchResponse
9903
+ */
9611
9904
  confirmPipelineBatch(request: ConfirmPipelineBatchRequest): Promise<ConfirmPipelineBatchResponse>;
9905
+ /**
9906
+ * @param request CreateApplicationRequest
9907
+ * @param headers map
9908
+ * @param runtime runtime options for this request RuntimeOptions
9909
+ * @return CreateApplicationResponse
9910
+ */
9612
9911
  createApplicationWithOptions(request: CreateApplicationRequest, headers: {
9613
9912
  [key: string]: string;
9614
9913
  }, runtime: $Util.RuntimeOptions): Promise<CreateApplicationResponse>;
9914
+ /**
9915
+ * @param request CreateApplicationRequest
9916
+ * @return CreateApplicationResponse
9917
+ */
9615
9918
  createApplication(request: CreateApplicationRequest): Promise<CreateApplicationResponse>;
9616
9919
  /**
9617
- * The HTTP status code. Take note of the following rules:
9618
- * * **2xx**: The call was successful.
9619
- * * **3xx**: The call was redirected.
9620
- * * **4xx**: The call failed.
9621
- * * **5xx**: A server error occurred.
9622
- *
9623
- * @param request CreateApplicationScalingRuleRequest
9624
- * @param headers map
9625
- * @param runtime runtime options for this request RuntimeOptions
9626
- * @return CreateApplicationScalingRuleResponse
9920
+ * @summary Null
9921
+ *
9922
+ * @description The HTTP status code. Take note of the following rules:
9923
+ * * **2xx**: The call was successful.
9924
+ * * **3xx**: The call was redirected.
9925
+ * * **4xx**: The call failed.
9926
+ * * **5xx**: A server error occurred.
9927
+ *
9928
+ * @param request CreateApplicationScalingRuleRequest
9929
+ * @param headers map
9930
+ * @param runtime runtime options for this request RuntimeOptions
9931
+ * @return CreateApplicationScalingRuleResponse
9627
9932
  */
9628
9933
  createApplicationScalingRuleWithOptions(request: CreateApplicationScalingRuleRequest, headers: {
9629
9934
  [key: string]: string;
9630
9935
  }, runtime: $Util.RuntimeOptions): Promise<CreateApplicationScalingRuleResponse>;
9631
9936
  /**
9632
- * The HTTP status code. Take note of the following rules:
9633
- * * **2xx**: The call was successful.
9634
- * * **3xx**: The call was redirected.
9635
- * * **4xx**: The call failed.
9636
- * * **5xx**: A server error occurred.
9637
- *
9638
- * @param request CreateApplicationScalingRuleRequest
9639
- * @return CreateApplicationScalingRuleResponse
9937
+ * @summary Null
9938
+ *
9939
+ * @description The HTTP status code. Take note of the following rules:
9940
+ * * **2xx**: The call was successful.
9941
+ * * **3xx**: The call was redirected.
9942
+ * * **4xx**: The call failed.
9943
+ * * **5xx**: A server error occurred.
9944
+ *
9945
+ * @param request CreateApplicationScalingRuleRequest
9946
+ * @return CreateApplicationScalingRuleResponse
9640
9947
  */
9641
9948
  createApplicationScalingRule(request: CreateApplicationScalingRuleRequest): Promise<CreateApplicationScalingRuleResponse>;
9949
+ /**
9950
+ * @summary name
9951
+ *
9952
+ * @param request CreateConfigMapRequest
9953
+ * @param headers map
9954
+ * @param runtime runtime options for this request RuntimeOptions
9955
+ * @return CreateConfigMapResponse
9956
+ */
9642
9957
  createConfigMapWithOptions(request: CreateConfigMapRequest, headers: {
9643
9958
  [key: string]: string;
9644
9959
  }, runtime: $Util.RuntimeOptions): Promise<CreateConfigMapResponse>;
9960
+ /**
9961
+ * @summary name
9962
+ *
9963
+ * @param request CreateConfigMapRequest
9964
+ * @return CreateConfigMapResponse
9965
+ */
9645
9966
  createConfigMap(request: CreateConfigMapRequest): Promise<CreateConfigMapResponse>;
9646
9967
  /**
9647
- * > You can configure only one canary release rule for each application.
9648
- *
9649
- * @param request CreateGreyTagRouteRequest
9650
- * @param headers map
9651
- * @param runtime runtime options for this request RuntimeOptions
9652
- * @return CreateGreyTagRouteResponse
9968
+ * @summary Creates a canary release rule for a Spring Cloud or Dubbo application.
9969
+ *
9970
+ * @description > You can configure only one canary release rule for each application.
9971
+ *
9972
+ * @param request CreateGreyTagRouteRequest
9973
+ * @param headers map
9974
+ * @param runtime runtime options for this request RuntimeOptions
9975
+ * @return CreateGreyTagRouteResponse
9653
9976
  */
9654
9977
  createGreyTagRouteWithOptions(request: CreateGreyTagRouteRequest, headers: {
9655
9978
  [key: string]: string;
9656
9979
  }, runtime: $Util.RuntimeOptions): Promise<CreateGreyTagRouteResponse>;
9657
9980
  /**
9658
- * > You can configure only one canary release rule for each application.
9659
- *
9660
- * @param request CreateGreyTagRouteRequest
9661
- * @return CreateGreyTagRouteResponse
9981
+ * @summary Creates a canary release rule for a Spring Cloud or Dubbo application.
9982
+ *
9983
+ * @description > You can configure only one canary release rule for each application.
9984
+ *
9985
+ * @param request CreateGreyTagRouteRequest
9986
+ * @return CreateGreyTagRouteResponse
9662
9987
  */
9663
9988
  createGreyTagRoute(request: CreateGreyTagRouteRequest): Promise<CreateGreyTagRouteResponse>;
9989
+ /**
9990
+ * @summary {"appId":"395b60e4-0550-458d-9c54-a265d036\\*\\*\\*\\*","containerPort":8080}
9991
+ *
9992
+ * @param request CreateIngressRequest
9993
+ * @param headers map
9994
+ * @param runtime runtime options for this request RuntimeOptions
9995
+ * @return CreateIngressResponse
9996
+ */
9664
9997
  createIngressWithOptions(request: CreateIngressRequest, headers: {
9665
9998
  [key: string]: string;
9666
9999
  }, runtime: $Util.RuntimeOptions): Promise<CreateIngressResponse>;
10000
+ /**
10001
+ * @summary {"appId":"395b60e4-0550-458d-9c54-a265d036\\*\\*\\*\\*","containerPort":8080}
10002
+ *
10003
+ * @param request CreateIngressRequest
10004
+ * @return CreateIngressResponse
10005
+ */
9667
10006
  createIngress(request: CreateIngressRequest): Promise<CreateIngressResponse>;
10007
+ /**
10008
+ * @summary Updates a job template.
10009
+ *
10010
+ * @param request CreateJobRequest
10011
+ * @param headers map
10012
+ * @param runtime runtime options for this request RuntimeOptions
10013
+ * @return CreateJobResponse
10014
+ */
9668
10015
  createJobWithOptions(request: CreateJobRequest, headers: {
9669
10016
  [key: string]: string;
9670
10017
  }, runtime: $Util.RuntimeOptions): Promise<CreateJobResponse>;
10018
+ /**
10019
+ * @summary Updates a job template.
10020
+ *
10021
+ * @param request CreateJobRequest
10022
+ * @return CreateJobResponse
10023
+ */
9671
10024
  createJob(request: CreateJobRequest): Promise<CreateJobResponse>;
10025
+ /**
10026
+ * @summary desc
10027
+ *
10028
+ * @param request CreateNamespaceRequest
10029
+ * @param headers map
10030
+ * @param runtime runtime options for this request RuntimeOptions
10031
+ * @return CreateNamespaceResponse
10032
+ */
9672
10033
  createNamespaceWithOptions(request: CreateNamespaceRequest, headers: {
9673
10034
  [key: string]: string;
9674
10035
  }, runtime: $Util.RuntimeOptions): Promise<CreateNamespaceResponse>;
10036
+ /**
10037
+ * @summary desc
10038
+ *
10039
+ * @param request CreateNamespaceRequest
10040
+ * @return CreateNamespaceResponse
10041
+ */
9675
10042
  createNamespace(request: CreateNamespaceRequest): Promise<CreateNamespaceResponse>;
10043
+ /**
10044
+ * @summary Null
10045
+ *
10046
+ * @param tmpReq CreateSecretRequest
10047
+ * @param headers map
10048
+ * @param runtime runtime options for this request RuntimeOptions
10049
+ * @return CreateSecretResponse
10050
+ */
9676
10051
  createSecretWithOptions(tmpReq: CreateSecretRequest, headers: {
9677
10052
  [key: string]: string;
9678
10053
  }, runtime: $Util.RuntimeOptions): Promise<CreateSecretResponse>;
10054
+ /**
10055
+ * @summary Null
10056
+ *
10057
+ * @param request CreateSecretRequest
10058
+ * @return CreateSecretResponse
10059
+ */
9679
10060
  createSecret(request: CreateSecretRequest): Promise<CreateSecretResponse>;
10061
+ /**
10062
+ * @param request DeleteApplicationRequest
10063
+ * @param headers map
10064
+ * @param runtime runtime options for this request RuntimeOptions
10065
+ * @return DeleteApplicationResponse
10066
+ */
9680
10067
  deleteApplicationWithOptions(request: DeleteApplicationRequest, headers: {
9681
10068
  [key: string]: string;
9682
10069
  }, runtime: $Util.RuntimeOptions): Promise<DeleteApplicationResponse>;
10070
+ /**
10071
+ * @param request DeleteApplicationRequest
10072
+ * @return DeleteApplicationResponse
10073
+ */
9683
10074
  deleteApplication(request: DeleteApplicationRequest): Promise<DeleteApplicationResponse>;
10075
+ /**
10076
+ * @summary 7171a6ca-d1cd-4928-8642-7d5cfe69\\*\\*\\*\\*
10077
+ *
10078
+ * @param request DeleteApplicationScalingRuleRequest
10079
+ * @param headers map
10080
+ * @param runtime runtime options for this request RuntimeOptions
10081
+ * @return DeleteApplicationScalingRuleResponse
10082
+ */
9684
10083
  deleteApplicationScalingRuleWithOptions(request: DeleteApplicationScalingRuleRequest, headers: {
9685
10084
  [key: string]: string;
9686
10085
  }, runtime: $Util.RuntimeOptions): Promise<DeleteApplicationScalingRuleResponse>;
10086
+ /**
10087
+ * @summary 7171a6ca-d1cd-4928-8642-7d5cfe69\\*\\*\\*\\*
10088
+ *
10089
+ * @param request DeleteApplicationScalingRuleRequest
10090
+ * @return DeleteApplicationScalingRuleResponse
10091
+ */
9687
10092
  deleteApplicationScalingRule(request: DeleteApplicationScalingRuleRequest): Promise<DeleteApplicationScalingRuleResponse>;
10093
+ /**
10094
+ * @param request DeleteConfigMapRequest
10095
+ * @param headers map
10096
+ * @param runtime runtime options for this request RuntimeOptions
10097
+ * @return DeleteConfigMapResponse
10098
+ */
9688
10099
  deleteConfigMapWithOptions(request: DeleteConfigMapRequest, headers: {
9689
10100
  [key: string]: string;
9690
10101
  }, runtime: $Util.RuntimeOptions): Promise<DeleteConfigMapResponse>;
10102
+ /**
10103
+ * @param request DeleteConfigMapRequest
10104
+ * @return DeleteConfigMapResponse
10105
+ */
9691
10106
  deleteConfigMap(request: DeleteConfigMapRequest): Promise<DeleteConfigMapResponse>;
10107
+ /**
10108
+ * @summary 1
10109
+ *
10110
+ * @param request DeleteGreyTagRouteRequest
10111
+ * @param headers map
10112
+ * @param runtime runtime options for this request RuntimeOptions
10113
+ * @return DeleteGreyTagRouteResponse
10114
+ */
9692
10115
  deleteGreyTagRouteWithOptions(request: DeleteGreyTagRouteRequest, headers: {
9693
10116
  [key: string]: string;
9694
10117
  }, runtime: $Util.RuntimeOptions): Promise<DeleteGreyTagRouteResponse>;
10118
+ /**
10119
+ * @summary 1
10120
+ *
10121
+ * @param request DeleteGreyTagRouteRequest
10122
+ * @return DeleteGreyTagRouteResponse
10123
+ */
9695
10124
  deleteGreyTagRoute(request: DeleteGreyTagRouteRequest): Promise<DeleteGreyTagRouteResponse>;
10125
+ /**
10126
+ * @summary Deletes a job.
10127
+ *
10128
+ * @param request DeleteHistoryJobRequest
10129
+ * @param headers map
10130
+ * @param runtime runtime options for this request RuntimeOptions
10131
+ * @return DeleteHistoryJobResponse
10132
+ */
9696
10133
  deleteHistoryJobWithOptions(request: DeleteHistoryJobRequest, headers: {
9697
10134
  [key: string]: string;
9698
10135
  }, runtime: $Util.RuntimeOptions): Promise<DeleteHistoryJobResponse>;
10136
+ /**
10137
+ * @summary Deletes a job.
10138
+ *
10139
+ * @param request DeleteHistoryJobRequest
10140
+ * @return DeleteHistoryJobResponse
10141
+ */
9699
10142
  deleteHistoryJob(request: DeleteHistoryJobRequest): Promise<DeleteHistoryJobResponse>;
10143
+ /**
10144
+ * @param request DeleteIngressRequest
10145
+ * @param headers map
10146
+ * @param runtime runtime options for this request RuntimeOptions
10147
+ * @return DeleteIngressResponse
10148
+ */
9700
10149
  deleteIngressWithOptions(request: DeleteIngressRequest, headers: {
9701
10150
  [key: string]: string;
9702
10151
  }, runtime: $Util.RuntimeOptions): Promise<DeleteIngressResponse>;
10152
+ /**
10153
+ * @param request DeleteIngressRequest
10154
+ * @return DeleteIngressResponse
10155
+ */
9703
10156
  deleteIngress(request: DeleteIngressRequest): Promise<DeleteIngressResponse>;
10157
+ /**
10158
+ * @summary Deletes a job template.
10159
+ *
10160
+ * @param request DeleteJobRequest
10161
+ * @param headers map
10162
+ * @param runtime runtime options for this request RuntimeOptions
10163
+ * @return DeleteJobResponse
10164
+ */
9704
10165
  deleteJobWithOptions(request: DeleteJobRequest, headers: {
9705
10166
  [key: string]: string;
9706
10167
  }, runtime: $Util.RuntimeOptions): Promise<DeleteJobResponse>;
10168
+ /**
10169
+ * @summary Deletes a job template.
10170
+ *
10171
+ * @param request DeleteJobRequest
10172
+ * @return DeleteJobResponse
10173
+ */
9707
10174
  deleteJob(request: DeleteJobRequest): Promise<DeleteJobResponse>;
10175
+ /**
10176
+ * @param request DeleteNamespaceRequest
10177
+ * @param headers map
10178
+ * @param runtime runtime options for this request RuntimeOptions
10179
+ * @return DeleteNamespaceResponse
10180
+ */
9708
10181
  deleteNamespaceWithOptions(request: DeleteNamespaceRequest, headers: {
9709
10182
  [key: string]: string;
9710
10183
  }, runtime: $Util.RuntimeOptions): Promise<DeleteNamespaceResponse>;
10184
+ /**
10185
+ * @param request DeleteNamespaceRequest
10186
+ * @return DeleteNamespaceResponse
10187
+ */
9711
10188
  deleteNamespace(request: DeleteNamespaceRequest): Promise<DeleteNamespaceResponse>;
10189
+ /**
10190
+ * @summary Deletes a Secret.
10191
+ *
10192
+ * @param request DeleteSecretRequest
10193
+ * @param headers map
10194
+ * @param runtime runtime options for this request RuntimeOptions
10195
+ * @return DeleteSecretResponse
10196
+ */
9712
10197
  deleteSecretWithOptions(request: DeleteSecretRequest, headers: {
9713
10198
  [key: string]: string;
9714
10199
  }, runtime: $Util.RuntimeOptions): Promise<DeleteSecretResponse>;
10200
+ /**
10201
+ * @summary Deletes a Secret.
10202
+ *
10203
+ * @param request DeleteSecretRequest
10204
+ * @return DeleteSecretResponse
10205
+ */
9715
10206
  deleteSecret(request: DeleteSecretRequest): Promise<DeleteSecretResponse>;
10207
+ /**
10208
+ * @summary Deploys an application.
10209
+ *
10210
+ * @param request DeployApplicationRequest
10211
+ * @param headers map
10212
+ * @param runtime runtime options for this request RuntimeOptions
10213
+ * @return DeployApplicationResponse
10214
+ */
9716
10215
  deployApplicationWithOptions(request: DeployApplicationRequest, headers: {
9717
10216
  [key: string]: string;
9718
10217
  }, runtime: $Util.RuntimeOptions): Promise<DeployApplicationResponse>;
10218
+ /**
10219
+ * @summary Deploys an application.
10220
+ *
10221
+ * @param request DeployApplicationRequest
10222
+ * @return DeployApplicationResponse
10223
+ */
9719
10224
  deployApplication(request: DeployApplicationRequest): Promise<DeployApplicationResponse>;
10225
+ /**
10226
+ * @summary Queries the metadata details of the service of an application.
10227
+ *
10228
+ * @param request DescribeAppServiceDetailRequest
10229
+ * @param headers map
10230
+ * @param runtime runtime options for this request RuntimeOptions
10231
+ * @return DescribeAppServiceDetailResponse
10232
+ */
9720
10233
  describeAppServiceDetailWithOptions(request: DescribeAppServiceDetailRequest, headers: {
9721
10234
  [key: string]: string;
9722
10235
  }, runtime: $Util.RuntimeOptions): Promise<DescribeAppServiceDetailResponse>;
10236
+ /**
10237
+ * @summary Queries the metadata details of the service of an application.
10238
+ *
10239
+ * @param request DescribeAppServiceDetailRequest
10240
+ * @return DescribeAppServiceDetailResponse
10241
+ */
9723
10242
  describeAppServiceDetail(request: DescribeAppServiceDetailRequest): Promise<DescribeAppServiceDetailResponse>;
10243
+ /**
10244
+ * @param request DescribeApplicationConfigRequest
10245
+ * @param headers map
10246
+ * @param runtime runtime options for this request RuntimeOptions
10247
+ * @return DescribeApplicationConfigResponse
10248
+ */
9724
10249
  describeApplicationConfigWithOptions(request: DescribeApplicationConfigRequest, headers: {
9725
10250
  [key: string]: string;
9726
10251
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationConfigResponse>;
10252
+ /**
10253
+ * @param request DescribeApplicationConfigRequest
10254
+ * @return DescribeApplicationConfigResponse
10255
+ */
9727
10256
  describeApplicationConfig(request: DescribeApplicationConfigRequest): Promise<DescribeApplicationConfigResponse>;
10257
+ /**
10258
+ * @param request DescribeApplicationGroupsRequest
10259
+ * @param headers map
10260
+ * @param runtime runtime options for this request RuntimeOptions
10261
+ * @return DescribeApplicationGroupsResponse
10262
+ */
9728
10263
  describeApplicationGroupsWithOptions(request: DescribeApplicationGroupsRequest, headers: {
9729
10264
  [key: string]: string;
9730
10265
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationGroupsResponse>;
10266
+ /**
10267
+ * @param request DescribeApplicationGroupsRequest
10268
+ * @return DescribeApplicationGroupsResponse
10269
+ */
9731
10270
  describeApplicationGroups(request: DescribeApplicationGroupsRequest): Promise<DescribeApplicationGroupsResponse>;
10271
+ /**
10272
+ * @param request DescribeApplicationImageRequest
10273
+ * @param headers map
10274
+ * @param runtime runtime options for this request RuntimeOptions
10275
+ * @return DescribeApplicationImageResponse
10276
+ */
9732
10277
  describeApplicationImageWithOptions(request: DescribeApplicationImageRequest, headers: {
9733
10278
  [key: string]: string;
9734
10279
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationImageResponse>;
10280
+ /**
10281
+ * @param request DescribeApplicationImageRequest
10282
+ * @return DescribeApplicationImageResponse
10283
+ */
9735
10284
  describeApplicationImage(request: DescribeApplicationImageRequest): Promise<DescribeApplicationImageResponse>;
10285
+ /**
10286
+ * @summary Queries application instances.
10287
+ *
10288
+ * @param request DescribeApplicationInstancesRequest
10289
+ * @param headers map
10290
+ * @param runtime runtime options for this request RuntimeOptions
10291
+ * @return DescribeApplicationInstancesResponse
10292
+ */
9736
10293
  describeApplicationInstancesWithOptions(request: DescribeApplicationInstancesRequest, headers: {
9737
10294
  [key: string]: string;
9738
10295
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationInstancesResponse>;
10296
+ /**
10297
+ * @summary Queries application instances.
10298
+ *
10299
+ * @param request DescribeApplicationInstancesRequest
10300
+ * @return DescribeApplicationInstancesResponse
10301
+ */
9739
10302
  describeApplicationInstances(request: DescribeApplicationInstancesRequest): Promise<DescribeApplicationInstancesResponse>;
10303
+ /**
10304
+ * @summary Queries a specified auto scaling policy of an application.
10305
+ *
10306
+ * @param request DescribeApplicationScalingRuleRequest
10307
+ * @param headers map
10308
+ * @param runtime runtime options for this request RuntimeOptions
10309
+ * @return DescribeApplicationScalingRuleResponse
10310
+ */
9740
10311
  describeApplicationScalingRuleWithOptions(request: DescribeApplicationScalingRuleRequest, headers: {
9741
10312
  [key: string]: string;
9742
10313
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationScalingRuleResponse>;
10314
+ /**
10315
+ * @summary Queries a specified auto scaling policy of an application.
10316
+ *
10317
+ * @param request DescribeApplicationScalingRuleRequest
10318
+ * @return DescribeApplicationScalingRuleResponse
10319
+ */
9743
10320
  describeApplicationScalingRule(request: DescribeApplicationScalingRuleRequest): Promise<DescribeApplicationScalingRuleResponse>;
10321
+ /**
10322
+ * @summary Queries the auto scaling policies of an application.
10323
+ *
10324
+ * @param request DescribeApplicationScalingRulesRequest
10325
+ * @param headers map
10326
+ * @param runtime runtime options for this request RuntimeOptions
10327
+ * @return DescribeApplicationScalingRulesResponse
10328
+ */
9744
10329
  describeApplicationScalingRulesWithOptions(request: DescribeApplicationScalingRulesRequest, headers: {
9745
10330
  [key: string]: string;
9746
10331
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationScalingRulesResponse>;
10332
+ /**
10333
+ * @summary Queries the auto scaling policies of an application.
10334
+ *
10335
+ * @param request DescribeApplicationScalingRulesRequest
10336
+ * @return DescribeApplicationScalingRulesResponse
10337
+ */
9747
10338
  describeApplicationScalingRules(request: DescribeApplicationScalingRulesRequest): Promise<DescribeApplicationScalingRulesResponse>;
10339
+ /**
10340
+ * @summary 017f39b8-dfa4-4e16-a84b-1dcee4b1\\*\\*\\*\\*
10341
+ *
10342
+ * @param request DescribeApplicationSlbsRequest
10343
+ * @param headers map
10344
+ * @param runtime runtime options for this request RuntimeOptions
10345
+ * @return DescribeApplicationSlbsResponse
10346
+ */
9748
10347
  describeApplicationSlbsWithOptions(request: DescribeApplicationSlbsRequest, headers: {
9749
10348
  [key: string]: string;
9750
10349
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationSlbsResponse>;
10350
+ /**
10351
+ * @summary 017f39b8-dfa4-4e16-a84b-1dcee4b1\\*\\*\\*\\*
10352
+ *
10353
+ * @param request DescribeApplicationSlbsRequest
10354
+ * @return DescribeApplicationSlbsResponse
10355
+ */
9751
10356
  describeApplicationSlbs(request: DescribeApplicationSlbsRequest): Promise<DescribeApplicationSlbsResponse>;
10357
+ /**
10358
+ * @param request DescribeApplicationStatusRequest
10359
+ * @param headers map
10360
+ * @param runtime runtime options for this request RuntimeOptions
10361
+ * @return DescribeApplicationStatusResponse
10362
+ */
9752
10363
  describeApplicationStatusWithOptions(request: DescribeApplicationStatusRequest, headers: {
9753
10364
  [key: string]: string;
9754
10365
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationStatusResponse>;
10366
+ /**
10367
+ * @param request DescribeApplicationStatusRequest
10368
+ * @return DescribeApplicationStatusResponse
10369
+ */
9755
10370
  describeApplicationStatus(request: DescribeApplicationStatusRequest): Promise<DescribeApplicationStatusResponse>;
10371
+ /**
10372
+ * @param request DescribeChangeOrderRequest
10373
+ * @param headers map
10374
+ * @param runtime runtime options for this request RuntimeOptions
10375
+ * @return DescribeChangeOrderResponse
10376
+ */
9756
10377
  describeChangeOrderWithOptions(request: DescribeChangeOrderRequest, headers: {
9757
10378
  [key: string]: string;
9758
10379
  }, runtime: $Util.RuntimeOptions): Promise<DescribeChangeOrderResponse>;
10380
+ /**
10381
+ * @param request DescribeChangeOrderRequest
10382
+ * @return DescribeChangeOrderResponse
10383
+ */
9759
10384
  describeChangeOrder(request: DescribeChangeOrderRequest): Promise<DescribeChangeOrderResponse>;
10385
+ /**
10386
+ * @param request DescribeComponentsRequest
10387
+ * @param headers map
10388
+ * @param runtime runtime options for this request RuntimeOptions
10389
+ * @return DescribeComponentsResponse
10390
+ */
9760
10391
  describeComponentsWithOptions(request: DescribeComponentsRequest, headers: {
9761
10392
  [key: string]: string;
9762
10393
  }, runtime: $Util.RuntimeOptions): Promise<DescribeComponentsResponse>;
10394
+ /**
10395
+ * @param request DescribeComponentsRequest
10396
+ * @return DescribeComponentsResponse
10397
+ */
9763
10398
  describeComponents(request: DescribeComponentsRequest): Promise<DescribeComponentsResponse>;
10399
+ /**
10400
+ * @param request DescribeConfigMapRequest
10401
+ * @param headers map
10402
+ * @param runtime runtime options for this request RuntimeOptions
10403
+ * @return DescribeConfigMapResponse
10404
+ */
9764
10405
  describeConfigMapWithOptions(request: DescribeConfigMapRequest, headers: {
9765
10406
  [key: string]: string;
9766
10407
  }, runtime: $Util.RuntimeOptions): Promise<DescribeConfigMapResponse>;
10408
+ /**
10409
+ * @param request DescribeConfigMapRequest
10410
+ * @return DescribeConfigMapResponse
10411
+ */
9767
10412
  describeConfigMap(request: DescribeConfigMapRequest): Promise<DescribeConfigMapResponse>;
10413
+ /**
10414
+ * @param request DescribeConfigurationPriceRequest
10415
+ * @param headers map
10416
+ * @param runtime runtime options for this request RuntimeOptions
10417
+ * @return DescribeConfigurationPriceResponse
10418
+ */
9768
10419
  describeConfigurationPriceWithOptions(request: DescribeConfigurationPriceRequest, headers: {
9769
10420
  [key: string]: string;
9770
10421
  }, runtime: $Util.RuntimeOptions): Promise<DescribeConfigurationPriceResponse>;
10422
+ /**
10423
+ * @param request DescribeConfigurationPriceRequest
10424
+ * @return DescribeConfigurationPriceResponse
10425
+ */
9771
10426
  describeConfigurationPrice(request: DescribeConfigurationPriceRequest): Promise<DescribeConfigurationPriceResponse>;
10427
+ /**
10428
+ * @param headers map
10429
+ * @param runtime runtime options for this request RuntimeOptions
10430
+ * @return DescribeEdasContainersResponse
10431
+ */
9772
10432
  describeEdasContainersWithOptions(headers: {
9773
10433
  [key: string]: string;
9774
10434
  }, runtime: $Util.RuntimeOptions): Promise<DescribeEdasContainersResponse>;
10435
+ /**
10436
+ * @return DescribeEdasContainersResponse
10437
+ */
9775
10438
  describeEdasContainers(): Promise<DescribeEdasContainersResponse>;
10439
+ /**
10440
+ * @summary Queries the details of a canary release rule based on the specified rule ID.
10441
+ *
10442
+ * @param request DescribeGreyTagRouteRequest
10443
+ * @param headers map
10444
+ * @param runtime runtime options for this request RuntimeOptions
10445
+ * @return DescribeGreyTagRouteResponse
10446
+ */
9776
10447
  describeGreyTagRouteWithOptions(request: DescribeGreyTagRouteRequest, headers: {
9777
10448
  [key: string]: string;
9778
10449
  }, runtime: $Util.RuntimeOptions): Promise<DescribeGreyTagRouteResponse>;
10450
+ /**
10451
+ * @summary Queries the details of a canary release rule based on the specified rule ID.
10452
+ *
10453
+ * @param request DescribeGreyTagRouteRequest
10454
+ * @return DescribeGreyTagRouteResponse
10455
+ */
9779
10456
  describeGreyTagRoute(request: DescribeGreyTagRouteRequest): Promise<DescribeGreyTagRouteResponse>;
10457
+ /**
10458
+ * @param request DescribeIngressRequest
10459
+ * @param headers map
10460
+ * @param runtime runtime options for this request RuntimeOptions
10461
+ * @return DescribeIngressResponse
10462
+ */
9780
10463
  describeIngressWithOptions(request: DescribeIngressRequest, headers: {
9781
10464
  [key: string]: string;
9782
10465
  }, runtime: $Util.RuntimeOptions): Promise<DescribeIngressResponse>;
10466
+ /**
10467
+ * @param request DescribeIngressRequest
10468
+ * @return DescribeIngressResponse
10469
+ */
9783
10470
  describeIngress(request: DescribeIngressRequest): Promise<DescribeIngressResponse>;
10471
+ /**
10472
+ * @param request DescribeInstanceLogRequest
10473
+ * @param headers map
10474
+ * @param runtime runtime options for this request RuntimeOptions
10475
+ * @return DescribeInstanceLogResponse
10476
+ */
9784
10477
  describeInstanceLogWithOptions(request: DescribeInstanceLogRequest, headers: {
9785
10478
  [key: string]: string;
9786
10479
  }, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceLogResponse>;
10480
+ /**
10481
+ * @param request DescribeInstanceLogRequest
10482
+ * @return DescribeInstanceLogResponse
10483
+ */
9787
10484
  describeInstanceLog(request: DescribeInstanceLogRequest): Promise<DescribeInstanceLogResponse>;
10485
+ /**
10486
+ * @param headers map
10487
+ * @param runtime runtime options for this request RuntimeOptions
10488
+ * @return DescribeInstanceSpecificationsResponse
10489
+ */
9788
10490
  describeInstanceSpecificationsWithOptions(headers: {
9789
10491
  [key: string]: string;
9790
10492
  }, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSpecificationsResponse>;
10493
+ /**
10494
+ * @return DescribeInstanceSpecificationsResponse
10495
+ */
9791
10496
  describeInstanceSpecifications(): Promise<DescribeInstanceSpecificationsResponse>;
10497
+ /**
10498
+ * @summary Queries the configurations of a job template.
10499
+ *
10500
+ * @param request DescribeJobRequest
10501
+ * @param headers map
10502
+ * @param runtime runtime options for this request RuntimeOptions
10503
+ * @return DescribeJobResponse
10504
+ */
9792
10505
  describeJobWithOptions(request: DescribeJobRequest, headers: {
9793
10506
  [key: string]: string;
9794
10507
  }, runtime: $Util.RuntimeOptions): Promise<DescribeJobResponse>;
10508
+ /**
10509
+ * @summary Queries the configurations of a job template.
10510
+ *
10511
+ * @param request DescribeJobRequest
10512
+ * @return DescribeJobResponse
10513
+ */
9795
10514
  describeJob(request: DescribeJobRequest): Promise<DescribeJobResponse>;
10515
+ /**
10516
+ * @summary Query the information about jobs.
10517
+ *
10518
+ * @param request DescribeJobHistoryRequest
10519
+ * @param headers map
10520
+ * @param runtime runtime options for this request RuntimeOptions
10521
+ * @return DescribeJobHistoryResponse
10522
+ */
9796
10523
  describeJobHistoryWithOptions(request: DescribeJobHistoryRequest, headers: {
9797
10524
  [key: string]: string;
9798
10525
  }, runtime: $Util.RuntimeOptions): Promise<DescribeJobHistoryResponse>;
10526
+ /**
10527
+ * @summary Query the information about jobs.
10528
+ *
10529
+ * @param request DescribeJobHistoryRequest
10530
+ * @return DescribeJobHistoryResponse
10531
+ */
9799
10532
  describeJobHistory(request: DescribeJobHistoryRequest): Promise<DescribeJobHistoryResponse>;
10533
+ /**
10534
+ * @summary Queries the status of a job.
10535
+ *
10536
+ * @param request DescribeJobStatusRequest
10537
+ * @param headers map
10538
+ * @param runtime runtime options for this request RuntimeOptions
10539
+ * @return DescribeJobStatusResponse
10540
+ */
9800
10541
  describeJobStatusWithOptions(request: DescribeJobStatusRequest, headers: {
9801
10542
  [key: string]: string;
9802
10543
  }, runtime: $Util.RuntimeOptions): Promise<DescribeJobStatusResponse>;
10544
+ /**
10545
+ * @summary Queries the status of a job.
10546
+ *
10547
+ * @param request DescribeJobStatusRequest
10548
+ * @return DescribeJobStatusResponse
10549
+ */
9803
10550
  describeJobStatus(request: DescribeJobStatusRequest): Promise<DescribeJobStatusResponse>;
10551
+ /**
10552
+ * @summary Queries the details of a namespace.
10553
+ *
10554
+ * @param request DescribeNamespaceRequest
10555
+ * @param headers map
10556
+ * @param runtime runtime options for this request RuntimeOptions
10557
+ * @return DescribeNamespaceResponse
10558
+ */
9804
10559
  describeNamespaceWithOptions(request: DescribeNamespaceRequest, headers: {
9805
10560
  [key: string]: string;
9806
10561
  }, runtime: $Util.RuntimeOptions): Promise<DescribeNamespaceResponse>;
10562
+ /**
10563
+ * @summary Queries the details of a namespace.
10564
+ *
10565
+ * @param request DescribeNamespaceRequest
10566
+ * @return DescribeNamespaceResponse
10567
+ */
9807
10568
  describeNamespace(request: DescribeNamespaceRequest): Promise<DescribeNamespaceResponse>;
10569
+ /**
10570
+ * @param request DescribeNamespaceListRequest
10571
+ * @param headers map
10572
+ * @param runtime runtime options for this request RuntimeOptions
10573
+ * @return DescribeNamespaceListResponse
10574
+ */
9808
10575
  describeNamespaceListWithOptions(request: DescribeNamespaceListRequest, headers: {
9809
10576
  [key: string]: string;
9810
10577
  }, runtime: $Util.RuntimeOptions): Promise<DescribeNamespaceListResponse>;
10578
+ /**
10579
+ * @param request DescribeNamespaceListRequest
10580
+ * @return DescribeNamespaceListResponse
10581
+ */
9811
10582
  describeNamespaceList(request: DescribeNamespaceListRequest): Promise<DescribeNamespaceListResponse>;
10583
+ /**
10584
+ * @param request DescribeNamespaceResourcesRequest
10585
+ * @param headers map
10586
+ * @param runtime runtime options for this request RuntimeOptions
10587
+ * @return DescribeNamespaceResourcesResponse
10588
+ */
9812
10589
  describeNamespaceResourcesWithOptions(request: DescribeNamespaceResourcesRequest, headers: {
9813
10590
  [key: string]: string;
9814
10591
  }, runtime: $Util.RuntimeOptions): Promise<DescribeNamespaceResourcesResponse>;
10592
+ /**
10593
+ * @param request DescribeNamespaceResourcesRequest
10594
+ * @return DescribeNamespaceResourcesResponse
10595
+ */
9815
10596
  describeNamespaceResources(request: DescribeNamespaceResourcesRequest): Promise<DescribeNamespaceResourcesResponse>;
10597
+ /**
10598
+ * @summary Queries the details of namespaces.
10599
+ *
10600
+ * @param request DescribeNamespacesRequest
10601
+ * @param headers map
10602
+ * @param runtime runtime options for this request RuntimeOptions
10603
+ * @return DescribeNamespacesResponse
10604
+ */
9816
10605
  describeNamespacesWithOptions(request: DescribeNamespacesRequest, headers: {
9817
10606
  [key: string]: string;
9818
10607
  }, runtime: $Util.RuntimeOptions): Promise<DescribeNamespacesResponse>;
10608
+ /**
10609
+ * @summary Queries the details of namespaces.
10610
+ *
10611
+ * @param request DescribeNamespacesRequest
10612
+ * @return DescribeNamespacesResponse
10613
+ */
9819
10614
  describeNamespaces(request: DescribeNamespacesRequest): Promise<DescribeNamespacesResponse>;
10615
+ /**
10616
+ * @summary Queries the information of a batch.
10617
+ *
10618
+ * @param request DescribePipelineRequest
10619
+ * @param headers map
10620
+ * @param runtime runtime options for this request RuntimeOptions
10621
+ * @return DescribePipelineResponse
10622
+ */
9820
10623
  describePipelineWithOptions(request: DescribePipelineRequest, headers: {
9821
10624
  [key: string]: string;
9822
10625
  }, runtime: $Util.RuntimeOptions): Promise<DescribePipelineResponse>;
10626
+ /**
10627
+ * @summary Queries the information of a batch.
10628
+ *
10629
+ * @param request DescribePipelineRequest
10630
+ * @return DescribePipelineResponse
10631
+ */
9823
10632
  describePipeline(request: DescribePipelineRequest): Promise<DescribePipelineResponse>;
10633
+ /**
10634
+ * @summary Queries available regions.
10635
+ *
10636
+ * @param headers map
10637
+ * @param runtime runtime options for this request RuntimeOptions
10638
+ * @return DescribeRegionsResponse
10639
+ */
9824
10640
  describeRegionsWithOptions(headers: {
9825
10641
  [key: string]: string;
9826
10642
  }, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
10643
+ /**
10644
+ * @summary Queries available regions.
10645
+ *
10646
+ * @return DescribeRegionsResponse
10647
+ */
9827
10648
  describeRegions(): Promise<DescribeRegionsResponse>;
10649
+ /**
10650
+ * @summary Queries the details of a Secret instance.
10651
+ *
10652
+ * @param request DescribeSecretRequest
10653
+ * @param headers map
10654
+ * @param runtime runtime options for this request RuntimeOptions
10655
+ * @return DescribeSecretResponse
10656
+ */
9828
10657
  describeSecretWithOptions(request: DescribeSecretRequest, headers: {
9829
10658
  [key: string]: string;
9830
10659
  }, runtime: $Util.RuntimeOptions): Promise<DescribeSecretResponse>;
10660
+ /**
10661
+ * @summary Queries the details of a Secret instance.
10662
+ *
10663
+ * @param request DescribeSecretRequest
10664
+ * @return DescribeSecretResponse
10665
+ */
9831
10666
  describeSecret(request: DescribeSecretRequest): Promise<DescribeSecretResponse>;
10667
+ /**
10668
+ * @param request DisableApplicationScalingRuleRequest
10669
+ * @param headers map
10670
+ * @param runtime runtime options for this request RuntimeOptions
10671
+ * @return DisableApplicationScalingRuleResponse
10672
+ */
9832
10673
  disableApplicationScalingRuleWithOptions(request: DisableApplicationScalingRuleRequest, headers: {
9833
10674
  [key: string]: string;
9834
10675
  }, runtime: $Util.RuntimeOptions): Promise<DisableApplicationScalingRuleResponse>;
10676
+ /**
10677
+ * @param request DisableApplicationScalingRuleRequest
10678
+ * @return DisableApplicationScalingRuleResponse
10679
+ */
9835
10680
  disableApplicationScalingRule(request: DisableApplicationScalingRuleRequest): Promise<DisableApplicationScalingRuleResponse>;
10681
+ /**
10682
+ * @summary Enables an auto scaling policy for an application.
10683
+ *
10684
+ * @param request EnableApplicationScalingRuleRequest
10685
+ * @param headers map
10686
+ * @param runtime runtime options for this request RuntimeOptions
10687
+ * @return EnableApplicationScalingRuleResponse
10688
+ */
9836
10689
  enableApplicationScalingRuleWithOptions(request: EnableApplicationScalingRuleRequest, headers: {
9837
10690
  [key: string]: string;
9838
10691
  }, runtime: $Util.RuntimeOptions): Promise<EnableApplicationScalingRuleResponse>;
10692
+ /**
10693
+ * @summary Enables an auto scaling policy for an application.
10694
+ *
10695
+ * @param request EnableApplicationScalingRuleRequest
10696
+ * @return EnableApplicationScalingRuleResponse
10697
+ */
9839
10698
  enableApplicationScalingRule(request: EnableApplicationScalingRuleRequest): Promise<EnableApplicationScalingRuleResponse>;
10699
+ /**
10700
+ * @param request ExecJobRequest
10701
+ * @param headers map
10702
+ * @param runtime runtime options for this request RuntimeOptions
10703
+ * @return ExecJobResponse
10704
+ */
9840
10705
  execJobWithOptions(request: ExecJobRequest, headers: {
9841
10706
  [key: string]: string;
9842
10707
  }, runtime: $Util.RuntimeOptions): Promise<ExecJobResponse>;
10708
+ /**
10709
+ * @param request ExecJobRequest
10710
+ * @return ExecJobResponse
10711
+ */
9843
10712
  execJob(request: ExecJobRequest): Promise<ExecJobResponse>;
10713
+ /**
10714
+ * @summary Queries the top N applications in Application Monitoring.
10715
+ *
10716
+ * @param request GetArmsTopNMetricRequest
10717
+ * @param headers map
10718
+ * @param runtime runtime options for this request RuntimeOptions
10719
+ * @return GetArmsTopNMetricResponse
10720
+ */
9844
10721
  getArmsTopNMetricWithOptions(request: GetArmsTopNMetricRequest, headers: {
9845
10722
  [key: string]: string;
9846
10723
  }, runtime: $Util.RuntimeOptions): Promise<GetArmsTopNMetricResponse>;
10724
+ /**
10725
+ * @summary Queries the top N applications in Application Monitoring.
10726
+ *
10727
+ * @param request GetArmsTopNMetricRequest
10728
+ * @return GetArmsTopNMetricResponse
10729
+ */
9847
10730
  getArmsTopNMetric(request: GetArmsTopNMetricRequest): Promise<GetArmsTopNMetricResponse>;
10731
+ /**
10732
+ * @summary Queries the top N applications in which abnormal instances exist. The applications are sorted by the total number of abnormal instances.
10733
+ *
10734
+ * @param request GetAvailabilityMetricRequest
10735
+ * @param headers map
10736
+ * @param runtime runtime options for this request RuntimeOptions
10737
+ * @return GetAvailabilityMetricResponse
10738
+ */
9848
10739
  getAvailabilityMetricWithOptions(request: GetAvailabilityMetricRequest, headers: {
9849
10740
  [key: string]: string;
9850
10741
  }, runtime: $Util.RuntimeOptions): Promise<GetAvailabilityMetricResponse>;
10742
+ /**
10743
+ * @summary Queries the top N applications in which abnormal instances exist. The applications are sorted by the total number of abnormal instances.
10744
+ *
10745
+ * @param request GetAvailabilityMetricRequest
10746
+ * @return GetAvailabilityMetricResponse
10747
+ */
9851
10748
  getAvailabilityMetric(request: GetAvailabilityMetricRequest): Promise<GetAvailabilityMetricResponse>;
10749
+ /**
10750
+ * @summary Queries top N applications in abnormal change orders.
10751
+ *
10752
+ * @param request GetChangeOrderMetricRequest
10753
+ * @param headers map
10754
+ * @param runtime runtime options for this request RuntimeOptions
10755
+ * @return GetChangeOrderMetricResponse
10756
+ */
9852
10757
  getChangeOrderMetricWithOptions(request: GetChangeOrderMetricRequest, headers: {
9853
10758
  [key: string]: string;
9854
10759
  }, runtime: $Util.RuntimeOptions): Promise<GetChangeOrderMetricResponse>;
10760
+ /**
10761
+ * @summary Queries top N applications in abnormal change orders.
10762
+ *
10763
+ * @param request GetChangeOrderMetricRequest
10764
+ * @return GetChangeOrderMetricResponse
10765
+ */
9855
10766
  getChangeOrderMetric(request: GetChangeOrderMetricRequest): Promise<GetChangeOrderMetricResponse>;
10767
+ /**
10768
+ * @summary Queries the top N applications in which auto scaling takes effect.
10769
+ *
10770
+ * @param request GetScaleAppMetricRequest
10771
+ * @param headers map
10772
+ * @param runtime runtime options for this request RuntimeOptions
10773
+ * @return GetScaleAppMetricResponse
10774
+ */
9856
10775
  getScaleAppMetricWithOptions(request: GetScaleAppMetricRequest, headers: {
9857
10776
  [key: string]: string;
9858
10777
  }, runtime: $Util.RuntimeOptions): Promise<GetScaleAppMetricResponse>;
10778
+ /**
10779
+ * @summary Queries the top N applications in which auto scaling takes effect.
10780
+ *
10781
+ * @param request GetScaleAppMetricRequest
10782
+ * @return GetScaleAppMetricResponse
10783
+ */
9859
10784
  getScaleAppMetric(request: GetScaleAppMetricRequest): Promise<GetScaleAppMetricResponse>;
10785
+ /**
10786
+ * @summary Queries the top N applications in which Warning events occur.
10787
+ *
10788
+ * @param request GetWarningEventMetricRequest
10789
+ * @param headers map
10790
+ * @param runtime runtime options for this request RuntimeOptions
10791
+ * @return GetWarningEventMetricResponse
10792
+ */
9860
10793
  getWarningEventMetricWithOptions(request: GetWarningEventMetricRequest, headers: {
9861
10794
  [key: string]: string;
9862
10795
  }, runtime: $Util.RuntimeOptions): Promise<GetWarningEventMetricResponse>;
10796
+ /**
10797
+ * @summary Queries the top N applications in which Warning events occur.
10798
+ *
10799
+ * @param request GetWarningEventMetricRequest
10800
+ * @return GetWarningEventMetricResponse
10801
+ */
9863
10802
  getWarningEventMetric(request: GetWarningEventMetricRequest): Promise<GetWarningEventMetricResponse>;
10803
+ /**
10804
+ * @summary Queries the events that occurred in an application.
10805
+ *
10806
+ * @param request ListAppEventsRequest
10807
+ * @param headers map
10808
+ * @param runtime runtime options for this request RuntimeOptions
10809
+ * @return ListAppEventsResponse
10810
+ */
9864
10811
  listAppEventsWithOptions(request: ListAppEventsRequest, headers: {
9865
10812
  [key: string]: string;
9866
10813
  }, runtime: $Util.RuntimeOptions): Promise<ListAppEventsResponse>;
10814
+ /**
10815
+ * @summary Queries the events that occurred in an application.
10816
+ *
10817
+ * @param request ListAppEventsRequest
10818
+ * @return ListAppEventsResponse
10819
+ */
9867
10820
  listAppEvents(request: ListAppEventsRequest): Promise<ListAppEventsResponse>;
10821
+ /**
10822
+ * @summary 6dcc8c9e-d3da-478a-a066-86dcf820\\*\\*\\*\\*
10823
+ *
10824
+ * @param request ListAppServicesPageRequest
10825
+ * @param headers map
10826
+ * @param runtime runtime options for this request RuntimeOptions
10827
+ * @return ListAppServicesPageResponse
10828
+ */
9868
10829
  listAppServicesPageWithOptions(request: ListAppServicesPageRequest, headers: {
9869
10830
  [key: string]: string;
9870
10831
  }, runtime: $Util.RuntimeOptions): Promise<ListAppServicesPageResponse>;
10832
+ /**
10833
+ * @summary 6dcc8c9e-d3da-478a-a066-86dcf820\\*\\*\\*\\*
10834
+ *
10835
+ * @param request ListAppServicesPageRequest
10836
+ * @return ListAppServicesPageResponse
10837
+ */
9871
10838
  listAppServicesPage(request: ListAppServicesPageRequest): Promise<ListAppServicesPageResponse>;
10839
+ /**
10840
+ * @summary 7171a6ca-d1cd-4928-8642-7d5cfe69\\*\\*\\*\\*
10841
+ *
10842
+ * @param request ListAppVersionsRequest
10843
+ * @param headers map
10844
+ * @param runtime runtime options for this request RuntimeOptions
10845
+ * @return ListAppVersionsResponse
10846
+ */
9872
10847
  listAppVersionsWithOptions(request: ListAppVersionsRequest, headers: {
9873
10848
  [key: string]: string;
9874
10849
  }, runtime: $Util.RuntimeOptions): Promise<ListAppVersionsResponse>;
10850
+ /**
10851
+ * @summary 7171a6ca-d1cd-4928-8642-7d5cfe69\\*\\*\\*\\*
10852
+ *
10853
+ * @param request ListAppVersionsRequest
10854
+ * @return ListAppVersionsResponse
10855
+ */
9875
10856
  listAppVersions(request: ListAppVersionsRequest): Promise<ListAppVersionsResponse>;
10857
+ /**
10858
+ * @summary The ID of the namespace.
10859
+ *
10860
+ * @param request ListApplicationsRequest
10861
+ * @param headers map
10862
+ * @param runtime runtime options for this request RuntimeOptions
10863
+ * @return ListApplicationsResponse
10864
+ */
9876
10865
  listApplicationsWithOptions(request: ListApplicationsRequest, headers: {
9877
10866
  [key: string]: string;
9878
10867
  }, runtime: $Util.RuntimeOptions): Promise<ListApplicationsResponse>;
10868
+ /**
10869
+ * @summary The ID of the namespace.
10870
+ *
10871
+ * @param request ListApplicationsRequest
10872
+ * @return ListApplicationsResponse
10873
+ */
9879
10874
  listApplications(request: ListApplicationsRequest): Promise<ListApplicationsResponse>;
10875
+ /**
10876
+ * @param request ListChangeOrdersRequest
10877
+ * @param headers map
10878
+ * @param runtime runtime options for this request RuntimeOptions
10879
+ * @return ListChangeOrdersResponse
10880
+ */
9880
10881
  listChangeOrdersWithOptions(request: ListChangeOrdersRequest, headers: {
9881
10882
  [key: string]: string;
9882
10883
  }, runtime: $Util.RuntimeOptions): Promise<ListChangeOrdersResponse>;
10884
+ /**
10885
+ * @param request ListChangeOrdersRequest
10886
+ * @return ListChangeOrdersResponse
10887
+ */
9883
10888
  listChangeOrders(request: ListChangeOrdersRequest): Promise<ListChangeOrdersResponse>;
10889
+ /**
10890
+ * @summary b2a8a925-477a-4ed7-b825-d5e22500\\*\\*\\*\\*
10891
+ *
10892
+ * @param request ListConsumedServicesRequest
10893
+ * @param headers map
10894
+ * @param runtime runtime options for this request RuntimeOptions
10895
+ * @return ListConsumedServicesResponse
10896
+ */
9884
10897
  listConsumedServicesWithOptions(request: ListConsumedServicesRequest, headers: {
9885
10898
  [key: string]: string;
9886
10899
  }, runtime: $Util.RuntimeOptions): Promise<ListConsumedServicesResponse>;
10900
+ /**
10901
+ * @summary b2a8a925-477a-4ed7-b825-d5e22500\\*\\*\\*\\*
10902
+ *
10903
+ * @param request ListConsumedServicesRequest
10904
+ * @return ListConsumedServicesResponse
10905
+ */
9887
10906
  listConsumedServices(request: ListConsumedServicesRequest): Promise<ListConsumedServicesResponse>;
9888
10907
  /**
9889
- * > You can configure only one canary release rule for each application.
9890
- *
9891
- * @param request ListGreyTagRouteRequest
9892
- * @param headers map
9893
- * @param runtime runtime options for this request RuntimeOptions
9894
- * @return ListGreyTagRouteResponse
10908
+ * @summary Queries the details of a canary release rule based on an application ID.
10909
+ *
10910
+ * @description > You can configure only one canary release rule for each application.
10911
+ *
10912
+ * @param request ListGreyTagRouteRequest
10913
+ * @param headers map
10914
+ * @param runtime runtime options for this request RuntimeOptions
10915
+ * @return ListGreyTagRouteResponse
9895
10916
  */
9896
10917
  listGreyTagRouteWithOptions(request: ListGreyTagRouteRequest, headers: {
9897
10918
  [key: string]: string;
9898
10919
  }, runtime: $Util.RuntimeOptions): Promise<ListGreyTagRouteResponse>;
9899
10920
  /**
9900
- * > You can configure only one canary release rule for each application.
9901
- *
9902
- * @param request ListGreyTagRouteRequest
9903
- * @return ListGreyTagRouteResponse
10921
+ * @summary Queries the details of a canary release rule based on an application ID.
10922
+ *
10923
+ * @description > You can configure only one canary release rule for each application.
10924
+ *
10925
+ * @param request ListGreyTagRouteRequest
10926
+ * @return ListGreyTagRouteResponse
9904
10927
  */
9905
10928
  listGreyTagRoute(request: ListGreyTagRouteRequest): Promise<ListGreyTagRouteResponse>;
10929
+ /**
10930
+ * @summary The returned message.
10931
+ * * **success** is returned when the request succeeds.
10932
+ * * An error code is returned when the request fails.
10933
+ *
10934
+ * @param request ListIngressesRequest
10935
+ * @param headers map
10936
+ * @param runtime runtime options for this request RuntimeOptions
10937
+ * @return ListIngressesResponse
10938
+ */
9906
10939
  listIngressesWithOptions(request: ListIngressesRequest, headers: {
9907
10940
  [key: string]: string;
9908
10941
  }, runtime: $Util.RuntimeOptions): Promise<ListIngressesResponse>;
10942
+ /**
10943
+ * @summary The returned message.
10944
+ * * **success** is returned when the request succeeds.
10945
+ * * An error code is returned when the request fails.
10946
+ *
10947
+ * @param request ListIngressesRequest
10948
+ * @return ListIngressesResponse
10949
+ */
9909
10950
  listIngresses(request: ListIngressesRequest): Promise<ListIngressesResponse>;
10951
+ /**
10952
+ * @summary Queries the information about job templates.
10953
+ *
10954
+ * @param request ListJobsRequest
10955
+ * @param headers map
10956
+ * @param runtime runtime options for this request RuntimeOptions
10957
+ * @return ListJobsResponse
10958
+ */
9910
10959
  listJobsWithOptions(request: ListJobsRequest, headers: {
9911
10960
  [key: string]: string;
9912
10961
  }, runtime: $Util.RuntimeOptions): Promise<ListJobsResponse>;
10962
+ /**
10963
+ * @summary Queries the information about job templates.
10964
+ *
10965
+ * @param request ListJobsRequest
10966
+ * @return ListJobsResponse
10967
+ */
9913
10968
  listJobs(request: ListJobsRequest): Promise<ListJobsResponse>;
10969
+ /**
10970
+ * @summary 56f77b65-788d-442a-9885-7f20d91f\\*\\*\\*\\*
10971
+ *
10972
+ * @param request ListLogConfigsRequest
10973
+ * @param headers map
10974
+ * @param runtime runtime options for this request RuntimeOptions
10975
+ * @return ListLogConfigsResponse
10976
+ */
9914
10977
  listLogConfigsWithOptions(request: ListLogConfigsRequest, headers: {
9915
10978
  [key: string]: string;
9916
10979
  }, runtime: $Util.RuntimeOptions): Promise<ListLogConfigsResponse>;
10980
+ /**
10981
+ * @summary 56f77b65-788d-442a-9885-7f20d91f\\*\\*\\*\\*
10982
+ *
10983
+ * @param request ListLogConfigsRequest
10984
+ * @return ListLogConfigsResponse
10985
+ */
9917
10986
  listLogConfigs(request: ListLogConfigsRequest): Promise<ListLogConfigsResponse>;
10987
+ /**
10988
+ * @param request ListNamespaceChangeOrdersRequest
10989
+ * @param headers map
10990
+ * @param runtime runtime options for this request RuntimeOptions
10991
+ * @return ListNamespaceChangeOrdersResponse
10992
+ */
9918
10993
  listNamespaceChangeOrdersWithOptions(request: ListNamespaceChangeOrdersRequest, headers: {
9919
10994
  [key: string]: string;
9920
10995
  }, runtime: $Util.RuntimeOptions): Promise<ListNamespaceChangeOrdersResponse>;
10996
+ /**
10997
+ * @param request ListNamespaceChangeOrdersRequest
10998
+ * @return ListNamespaceChangeOrdersResponse
10999
+ */
9921
11000
  listNamespaceChangeOrders(request: ListNamespaceChangeOrdersRequest): Promise<ListNamespaceChangeOrdersResponse>;
11001
+ /**
11002
+ * @summary Queries the ConfigMap instances in a namespace.
11003
+ *
11004
+ * @param request ListNamespacedConfigMapsRequest
11005
+ * @param headers map
11006
+ * @param runtime runtime options for this request RuntimeOptions
11007
+ * @return ListNamespacedConfigMapsResponse
11008
+ */
9922
11009
  listNamespacedConfigMapsWithOptions(request: ListNamespacedConfigMapsRequest, headers: {
9923
11010
  [key: string]: string;
9924
11011
  }, runtime: $Util.RuntimeOptions): Promise<ListNamespacedConfigMapsResponse>;
11012
+ /**
11013
+ * @summary Queries the ConfigMap instances in a namespace.
11014
+ *
11015
+ * @param request ListNamespacedConfigMapsRequest
11016
+ * @return ListNamespacedConfigMapsResponse
11017
+ */
9925
11018
  listNamespacedConfigMaps(request: ListNamespacedConfigMapsRequest): Promise<ListNamespacedConfigMapsResponse>;
11019
+ /**
11020
+ * @summary b2a8a925-477a-4ed7-b825-d5e22500\\*\\*\\*\\*
11021
+ *
11022
+ * @param request ListPublishedServicesRequest
11023
+ * @param headers map
11024
+ * @param runtime runtime options for this request RuntimeOptions
11025
+ * @return ListPublishedServicesResponse
11026
+ */
9926
11027
  listPublishedServicesWithOptions(request: ListPublishedServicesRequest, headers: {
9927
11028
  [key: string]: string;
9928
11029
  }, runtime: $Util.RuntimeOptions): Promise<ListPublishedServicesResponse>;
11030
+ /**
11031
+ * @summary b2a8a925-477a-4ed7-b825-d5e22500\\*\\*\\*\\*
11032
+ *
11033
+ * @param request ListPublishedServicesRequest
11034
+ * @return ListPublishedServicesResponse
11035
+ */
9929
11036
  listPublishedServices(request: ListPublishedServicesRequest): Promise<ListPublishedServicesResponse>;
11037
+ /**
11038
+ * @summary Queries the information about Secrets in a namespace.
11039
+ *
11040
+ * @param request ListSecretsRequest
11041
+ * @param headers map
11042
+ * @param runtime runtime options for this request RuntimeOptions
11043
+ * @return ListSecretsResponse
11044
+ */
9930
11045
  listSecretsWithOptions(request: ListSecretsRequest, headers: {
9931
11046
  [key: string]: string;
9932
11047
  }, runtime: $Util.RuntimeOptions): Promise<ListSecretsResponse>;
11048
+ /**
11049
+ * @summary Queries the information about Secrets in a namespace.
11050
+ *
11051
+ * @param request ListSecretsRequest
11052
+ * @return ListSecretsResponse
11053
+ */
9933
11054
  listSecrets(request: ListSecretsRequest): Promise<ListSecretsResponse>;
11055
+ /**
11056
+ * @summary Queries the mapping relationships between applications and tags.
11057
+ *
11058
+ * @param request ListTagResourcesRequest
11059
+ * @param headers map
11060
+ * @param runtime runtime options for this request RuntimeOptions
11061
+ * @return ListTagResourcesResponse
11062
+ */
9934
11063
  listTagResourcesWithOptions(request: ListTagResourcesRequest, headers: {
9935
11064
  [key: string]: string;
9936
11065
  }, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
11066
+ /**
11067
+ * @summary Queries the mapping relationships between applications and tags.
11068
+ *
11069
+ * @param request ListTagResourcesRequest
11070
+ * @return ListTagResourcesResponse
11071
+ */
9937
11072
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
9938
11073
  /**
9939
- * > Make sure that your account balance is greater than 0. Otherwise, the SAE service cannot be activated.
9940
- *
9941
- * @param headers map
9942
- * @param runtime runtime options for this request RuntimeOptions
9943
- * @return OpenSaeServiceResponse
11074
+ * @summary Activates the Serverless App Engine (SAE) service for free.
11075
+ *
11076
+ * @description > Make sure that your account balance is greater than 0. Otherwise, the SAE service cannot be activated.
11077
+ *
11078
+ * @param headers map
11079
+ * @param runtime runtime options for this request RuntimeOptions
11080
+ * @return OpenSaeServiceResponse
9944
11081
  */
9945
11082
  openSaeServiceWithOptions(headers: {
9946
11083
  [key: string]: string;
9947
11084
  }, runtime: $Util.RuntimeOptions): Promise<OpenSaeServiceResponse>;
9948
11085
  /**
9949
- * > Make sure that your account balance is greater than 0. Otherwise, the SAE service cannot be activated.
9950
- *
9951
- * @return OpenSaeServiceResponse
11086
+ * @summary Activates the Serverless App Engine (SAE) service for free.
11087
+ *
11088
+ * @description > Make sure that your account balance is greater than 0. Otherwise, the SAE service cannot be activated.
11089
+ *
11090
+ * @return OpenSaeServiceResponse
9952
11091
  */
9953
11092
  openSaeService(): Promise<OpenSaeServiceResponse>;
11093
+ /**
11094
+ * @summary Queries the resource usage of an application.
11095
+ *
11096
+ * @param request QueryResourceStaticsRequest
11097
+ * @param headers map
11098
+ * @param runtime runtime options for this request RuntimeOptions
11099
+ * @return QueryResourceStaticsResponse
11100
+ */
9954
11101
  queryResourceStaticsWithOptions(request: QueryResourceStaticsRequest, headers: {
9955
11102
  [key: string]: string;
9956
11103
  }, runtime: $Util.RuntimeOptions): Promise<QueryResourceStaticsResponse>;
11104
+ /**
11105
+ * @summary Queries the resource usage of an application.
11106
+ *
11107
+ * @param request QueryResourceStaticsRequest
11108
+ * @return QueryResourceStaticsResponse
11109
+ */
9957
11110
  queryResourceStatics(request: QueryResourceStaticsRequest): Promise<QueryResourceStaticsResponse>;
11111
+ /**
11112
+ * @summary Reduces capacity by instance IDs.
11113
+ *
11114
+ * @param request ReduceApplicationCapacityByInstanceIdsRequest
11115
+ * @param headers map
11116
+ * @param runtime runtime options for this request RuntimeOptions
11117
+ * @return ReduceApplicationCapacityByInstanceIdsResponse
11118
+ */
9958
11119
  reduceApplicationCapacityByInstanceIdsWithOptions(request: ReduceApplicationCapacityByInstanceIdsRequest, headers: {
9959
11120
  [key: string]: string;
9960
11121
  }, runtime: $Util.RuntimeOptions): Promise<ReduceApplicationCapacityByInstanceIdsResponse>;
11122
+ /**
11123
+ * @summary Reduces capacity by instance IDs.
11124
+ *
11125
+ * @param request ReduceApplicationCapacityByInstanceIdsRequest
11126
+ * @return ReduceApplicationCapacityByInstanceIdsResponse
11127
+ */
9961
11128
  reduceApplicationCapacityByInstanceIds(request: ReduceApplicationCapacityByInstanceIdsRequest): Promise<ReduceApplicationCapacityByInstanceIdsResponse>;
11129
+ /**
11130
+ * @summary Scales an application.
11131
+ *
11132
+ * @param request RescaleApplicationRequest
11133
+ * @param headers map
11134
+ * @param runtime runtime options for this request RuntimeOptions
11135
+ * @return RescaleApplicationResponse
11136
+ */
9962
11137
  rescaleApplicationWithOptions(request: RescaleApplicationRequest, headers: {
9963
11138
  [key: string]: string;
9964
11139
  }, runtime: $Util.RuntimeOptions): Promise<RescaleApplicationResponse>;
11140
+ /**
11141
+ * @summary Scales an application.
11142
+ *
11143
+ * @param request RescaleApplicationRequest
11144
+ * @return RescaleApplicationResponse
11145
+ */
9965
11146
  rescaleApplication(request: RescaleApplicationRequest): Promise<RescaleApplicationResponse>;
11147
+ /**
11148
+ * @summary Changes the instance specifications of an application.
11149
+ *
11150
+ * @param request RescaleApplicationVerticallyRequest
11151
+ * @param headers map
11152
+ * @param runtime runtime options for this request RuntimeOptions
11153
+ * @return RescaleApplicationVerticallyResponse
11154
+ */
9966
11155
  rescaleApplicationVerticallyWithOptions(request: RescaleApplicationVerticallyRequest, headers: {
9967
11156
  [key: string]: string;
9968
11157
  }, runtime: $Util.RuntimeOptions): Promise<RescaleApplicationVerticallyResponse>;
11158
+ /**
11159
+ * @summary Changes the instance specifications of an application.
11160
+ *
11161
+ * @param request RescaleApplicationVerticallyRequest
11162
+ * @return RescaleApplicationVerticallyResponse
11163
+ */
9969
11164
  rescaleApplicationVertically(request: RescaleApplicationVerticallyRequest): Promise<RescaleApplicationVerticallyResponse>;
11165
+ /**
11166
+ * @summary Restarts an application.
11167
+ *
11168
+ * @param request RestartApplicationRequest
11169
+ * @param headers map
11170
+ * @param runtime runtime options for this request RuntimeOptions
11171
+ * @return RestartApplicationResponse
11172
+ */
9970
11173
  restartApplicationWithOptions(request: RestartApplicationRequest, headers: {
9971
11174
  [key: string]: string;
9972
11175
  }, runtime: $Util.RuntimeOptions): Promise<RestartApplicationResponse>;
11176
+ /**
11177
+ * @summary Restarts an application.
11178
+ *
11179
+ * @param request RestartApplicationRequest
11180
+ * @return RestartApplicationResponse
11181
+ */
9973
11182
  restartApplication(request: RestartApplicationRequest): Promise<RestartApplicationResponse>;
11183
+ /**
11184
+ * @summary Restarts one or more instances in an application.
11185
+ *
11186
+ * @param request RestartInstancesRequest
11187
+ * @param headers map
11188
+ * @param runtime runtime options for this request RuntimeOptions
11189
+ * @return RestartInstancesResponse
11190
+ */
9974
11191
  restartInstancesWithOptions(request: RestartInstancesRequest, headers: {
9975
11192
  [key: string]: string;
9976
11193
  }, runtime: $Util.RuntimeOptions): Promise<RestartInstancesResponse>;
11194
+ /**
11195
+ * @summary Restarts one or more instances in an application.
11196
+ *
11197
+ * @param request RestartInstancesRequest
11198
+ * @return RestartInstancesResponse
11199
+ */
9977
11200
  restartInstances(request: RestartInstancesRequest): Promise<RestartInstancesResponse>;
11201
+ /**
11202
+ * @summary Rolls back an application.
11203
+ *
11204
+ * @param request RollbackApplicationRequest
11205
+ * @param headers map
11206
+ * @param runtime runtime options for this request RuntimeOptions
11207
+ * @return RollbackApplicationResponse
11208
+ */
9978
11209
  rollbackApplicationWithOptions(request: RollbackApplicationRequest, headers: {
9979
11210
  [key: string]: string;
9980
11211
  }, runtime: $Util.RuntimeOptions): Promise<RollbackApplicationResponse>;
11212
+ /**
11213
+ * @summary Rolls back an application.
11214
+ *
11215
+ * @param request RollbackApplicationRequest
11216
+ * @return RollbackApplicationResponse
11217
+ */
9981
11218
  rollbackApplication(request: RollbackApplicationRequest): Promise<RollbackApplicationResponse>;
11219
+ /**
11220
+ * @summary Starts an application.
11221
+ *
11222
+ * @param request StartApplicationRequest
11223
+ * @param headers map
11224
+ * @param runtime runtime options for this request RuntimeOptions
11225
+ * @return StartApplicationResponse
11226
+ */
9982
11227
  startApplicationWithOptions(request: StartApplicationRequest, headers: {
9983
11228
  [key: string]: string;
9984
11229
  }, runtime: $Util.RuntimeOptions): Promise<StartApplicationResponse>;
11230
+ /**
11231
+ * @summary Starts an application.
11232
+ *
11233
+ * @param request StartApplicationRequest
11234
+ * @return StartApplicationResponse
11235
+ */
9985
11236
  startApplication(request: StartApplicationRequest): Promise<StartApplicationResponse>;
11237
+ /**
11238
+ * @summary 0099b7be-5f5b-4512-a7fc-56049ef1\\*\\*\\*\\*
11239
+ *
11240
+ * @param request StopApplicationRequest
11241
+ * @param headers map
11242
+ * @param runtime runtime options for this request RuntimeOptions
11243
+ * @return StopApplicationResponse
11244
+ */
9986
11245
  stopApplicationWithOptions(request: StopApplicationRequest, headers: {
9987
11246
  [key: string]: string;
9988
11247
  }, runtime: $Util.RuntimeOptions): Promise<StopApplicationResponse>;
11248
+ /**
11249
+ * @summary 0099b7be-5f5b-4512-a7fc-56049ef1\\*\\*\\*\\*
11250
+ *
11251
+ * @param request StopApplicationRequest
11252
+ * @return StopApplicationResponse
11253
+ */
9989
11254
  stopApplication(request: StopApplicationRequest): Promise<StopApplicationResponse>;
11255
+ /**
11256
+ * @summary Suspends a job.
11257
+ *
11258
+ * @param request SuspendJobRequest
11259
+ * @param headers map
11260
+ * @param runtime runtime options for this request RuntimeOptions
11261
+ * @return SuspendJobResponse
11262
+ */
9990
11263
  suspendJobWithOptions(request: SuspendJobRequest, headers: {
9991
11264
  [key: string]: string;
9992
11265
  }, runtime: $Util.RuntimeOptions): Promise<SuspendJobResponse>;
11266
+ /**
11267
+ * @summary Suspends a job.
11268
+ *
11269
+ * @param request SuspendJobRequest
11270
+ * @return SuspendJobResponse
11271
+ */
9993
11272
  suspendJob(request: SuspendJobRequest): Promise<SuspendJobResponse>;
11273
+ /**
11274
+ * @summary cn-beijing
11275
+ *
11276
+ * @param request TagResourcesRequest
11277
+ * @param headers map
11278
+ * @param runtime runtime options for this request RuntimeOptions
11279
+ * @return TagResourcesResponse
11280
+ */
9994
11281
  tagResourcesWithOptions(request: TagResourcesRequest, headers: {
9995
11282
  [key: string]: string;
9996
11283
  }, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
11284
+ /**
11285
+ * @summary cn-beijing
11286
+ *
11287
+ * @param request TagResourcesRequest
11288
+ * @return TagResourcesResponse
11289
+ */
9997
11290
  tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
11291
+ /**
11292
+ * @summary 0099b7be-5f5b-4512-a7fc-56049ef1\\*\\*\\*\\*
11293
+ *
11294
+ * @param request UnbindSlbRequest
11295
+ * @param headers map
11296
+ * @param runtime runtime options for this request RuntimeOptions
11297
+ * @return UnbindSlbResponse
11298
+ */
9998
11299
  unbindSlbWithOptions(request: UnbindSlbRequest, headers: {
9999
11300
  [key: string]: string;
10000
11301
  }, runtime: $Util.RuntimeOptions): Promise<UnbindSlbResponse>;
11302
+ /**
11303
+ * @summary 0099b7be-5f5b-4512-a7fc-56049ef1\\*\\*\\*\\*
11304
+ *
11305
+ * @param request UnbindSlbRequest
11306
+ * @return UnbindSlbResponse
11307
+ */
10001
11308
  unbindSlb(request: UnbindSlbRequest): Promise<UnbindSlbResponse>;
11309
+ /**
11310
+ * @param request UntagResourcesRequest
11311
+ * @param headers map
11312
+ * @param runtime runtime options for this request RuntimeOptions
11313
+ * @return UntagResourcesResponse
11314
+ */
10002
11315
  untagResourcesWithOptions(request: UntagResourcesRequest, headers: {
10003
11316
  [key: string]: string;
10004
11317
  }, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
11318
+ /**
11319
+ * @param request UntagResourcesRequest
11320
+ * @return UntagResourcesResponse
11321
+ */
10005
11322
  untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
11323
+ /**
11324
+ * @summary 017f39b8-dfa4-4e16-a84b-1dcee4b1\\*\\*\\*\\*
11325
+ *
11326
+ * @param request UpdateAppSecurityGroupRequest
11327
+ * @param headers map
11328
+ * @param runtime runtime options for this request RuntimeOptions
11329
+ * @return UpdateAppSecurityGroupResponse
11330
+ */
10006
11331
  updateAppSecurityGroupWithOptions(request: UpdateAppSecurityGroupRequest, headers: {
10007
11332
  [key: string]: string;
10008
11333
  }, runtime: $Util.RuntimeOptions): Promise<UpdateAppSecurityGroupResponse>;
11334
+ /**
11335
+ * @summary 017f39b8-dfa4-4e16-a84b-1dcee4b1\\*\\*\\*\\*
11336
+ *
11337
+ * @param request UpdateAppSecurityGroupRequest
11338
+ * @return UpdateAppSecurityGroupResponse
11339
+ */
10009
11340
  updateAppSecurityGroup(request: UpdateAppSecurityGroupRequest): Promise<UpdateAppSecurityGroupResponse>;
11341
+ /**
11342
+ * @summary 更新应用描述信息
11343
+ *
11344
+ * @param request UpdateApplicationDescriptionRequest
11345
+ * @param headers map
11346
+ * @param runtime runtime options for this request RuntimeOptions
11347
+ * @return UpdateApplicationDescriptionResponse
11348
+ */
10010
11349
  updateApplicationDescriptionWithOptions(request: UpdateApplicationDescriptionRequest, headers: {
10011
11350
  [key: string]: string;
10012
11351
  }, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationDescriptionResponse>;
11352
+ /**
11353
+ * @summary 更新应用描述信息
11354
+ *
11355
+ * @param request UpdateApplicationDescriptionRequest
11356
+ * @return UpdateApplicationDescriptionResponse
11357
+ */
10013
11358
  updateApplicationDescription(request: UpdateApplicationDescriptionRequest): Promise<UpdateApplicationDescriptionResponse>;
10014
11359
  /**
10015
- * ##
10016
- * If you want to configure more than 50 instances for an application, you must submit a [ticket](https://workorder.console.aliyun.com/#/ticket/createIndex) to add your account to the whitelist.
10017
- *
10018
- * @param request UpdateApplicationScalingRuleRequest
10019
- * @param headers map
10020
- * @param runtime runtime options for this request RuntimeOptions
10021
- * @return UpdateApplicationScalingRuleResponse
11360
+ * @summary Updates the auto scaling policy of an application.
11361
+ *
11362
+ * @description ##
11363
+ * If you want to configure more than 50 instances for an application, you must submit a [ticket](https://workorder.console.aliyun.com/#/ticket/createIndex) to add your account to the whitelist.
11364
+ *
11365
+ * @param request UpdateApplicationScalingRuleRequest
11366
+ * @param headers map
11367
+ * @param runtime runtime options for this request RuntimeOptions
11368
+ * @return UpdateApplicationScalingRuleResponse
10022
11369
  */
10023
11370
  updateApplicationScalingRuleWithOptions(request: UpdateApplicationScalingRuleRequest, headers: {
10024
11371
  [key: string]: string;
10025
11372
  }, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationScalingRuleResponse>;
10026
11373
  /**
10027
- * ##
10028
- * If you want to configure more than 50 instances for an application, you must submit a [ticket](https://workorder.console.aliyun.com/#/ticket/createIndex) to add your account to the whitelist.
10029
- *
10030
- * @param request UpdateApplicationScalingRuleRequest
10031
- * @return UpdateApplicationScalingRuleResponse
11374
+ * @summary Updates the auto scaling policy of an application.
11375
+ *
11376
+ * @description ##
11377
+ * If you want to configure more than 50 instances for an application, you must submit a [ticket](https://workorder.console.aliyun.com/#/ticket/createIndex) to add your account to the whitelist.
11378
+ *
11379
+ * @param request UpdateApplicationScalingRuleRequest
11380
+ * @return UpdateApplicationScalingRuleResponse
10032
11381
  */
10033
11382
  updateApplicationScalingRule(request: UpdateApplicationScalingRuleRequest): Promise<UpdateApplicationScalingRuleResponse>;
11383
+ /**
11384
+ * @param request UpdateApplicationVswitchesRequest
11385
+ * @param headers map
11386
+ * @param runtime runtime options for this request RuntimeOptions
11387
+ * @return UpdateApplicationVswitchesResponse
11388
+ */
10034
11389
  updateApplicationVswitchesWithOptions(request: UpdateApplicationVswitchesRequest, headers: {
10035
11390
  [key: string]: string;
10036
11391
  }, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationVswitchesResponse>;
11392
+ /**
11393
+ * @param request UpdateApplicationVswitchesRequest
11394
+ * @return UpdateApplicationVswitchesResponse
11395
+ */
10037
11396
  updateApplicationVswitches(request: UpdateApplicationVswitchesRequest): Promise<UpdateApplicationVswitchesResponse>;
11397
+ /**
11398
+ * @summary 1
11399
+ *
11400
+ * @param request UpdateConfigMapRequest
11401
+ * @param headers map
11402
+ * @param runtime runtime options for this request RuntimeOptions
11403
+ * @return UpdateConfigMapResponse
11404
+ */
10038
11405
  updateConfigMapWithOptions(request: UpdateConfigMapRequest, headers: {
10039
11406
  [key: string]: string;
10040
11407
  }, runtime: $Util.RuntimeOptions): Promise<UpdateConfigMapResponse>;
11408
+ /**
11409
+ * @summary 1
11410
+ *
11411
+ * @param request UpdateConfigMapRequest
11412
+ * @return UpdateConfigMapResponse
11413
+ */
10041
11414
  updateConfigMap(request: UpdateConfigMapRequest): Promise<UpdateConfigMapResponse>;
11415
+ /**
11416
+ * @summary Updates a canary release rule.
11417
+ *
11418
+ * @param request UpdateGreyTagRouteRequest
11419
+ * @param headers map
11420
+ * @param runtime runtime options for this request RuntimeOptions
11421
+ * @return UpdateGreyTagRouteResponse
11422
+ */
10042
11423
  updateGreyTagRouteWithOptions(request: UpdateGreyTagRouteRequest, headers: {
10043
11424
  [key: string]: string;
10044
11425
  }, runtime: $Util.RuntimeOptions): Promise<UpdateGreyTagRouteResponse>;
11426
+ /**
11427
+ * @summary Updates a canary release rule.
11428
+ *
11429
+ * @param request UpdateGreyTagRouteRequest
11430
+ * @return UpdateGreyTagRouteResponse
11431
+ */
10045
11432
  updateGreyTagRoute(request: UpdateGreyTagRouteRequest): Promise<UpdateGreyTagRouteResponse>;
11433
+ /**
11434
+ * @param request UpdateIngressRequest
11435
+ * @param headers map
11436
+ * @param runtime runtime options for this request RuntimeOptions
11437
+ * @return UpdateIngressResponse
11438
+ */
10046
11439
  updateIngressWithOptions(request: UpdateIngressRequest, headers: {
10047
11440
  [key: string]: string;
10048
11441
  }, runtime: $Util.RuntimeOptions): Promise<UpdateIngressResponse>;
11442
+ /**
11443
+ * @param request UpdateIngressRequest
11444
+ * @return UpdateIngressResponse
11445
+ */
10049
11446
  updateIngress(request: UpdateIngressRequest): Promise<UpdateIngressResponse>;
11447
+ /**
11448
+ * @summary Updates a job template.
11449
+ *
11450
+ * @param request UpdateJobRequest
11451
+ * @param headers map
11452
+ * @param runtime runtime options for this request RuntimeOptions
11453
+ * @return UpdateJobResponse
11454
+ */
10050
11455
  updateJobWithOptions(request: UpdateJobRequest, headers: {
10051
11456
  [key: string]: string;
10052
11457
  }, runtime: $Util.RuntimeOptions): Promise<UpdateJobResponse>;
11458
+ /**
11459
+ * @summary Updates a job template.
11460
+ *
11461
+ * @param request UpdateJobRequest
11462
+ * @return UpdateJobResponse
11463
+ */
10053
11464
  updateJob(request: UpdateJobRequest): Promise<UpdateJobResponse>;
11465
+ /**
11466
+ * @summary Updates the information about a namespace.
11467
+ *
11468
+ * @param request UpdateNamespaceRequest
11469
+ * @param headers map
11470
+ * @param runtime runtime options for this request RuntimeOptions
11471
+ * @return UpdateNamespaceResponse
11472
+ */
10054
11473
  updateNamespaceWithOptions(request: UpdateNamespaceRequest, headers: {
10055
11474
  [key: string]: string;
10056
11475
  }, runtime: $Util.RuntimeOptions): Promise<UpdateNamespaceResponse>;
11476
+ /**
11477
+ * @summary Updates the information about a namespace.
11478
+ *
11479
+ * @param request UpdateNamespaceRequest
11480
+ * @return UpdateNamespaceResponse
11481
+ */
10057
11482
  updateNamespace(request: UpdateNamespaceRequest): Promise<UpdateNamespaceResponse>;
11483
+ /**
11484
+ * @summary cn-beijing:test
11485
+ *
11486
+ * @param request UpdateNamespaceVpcRequest
11487
+ * @param headers map
11488
+ * @param runtime runtime options for this request RuntimeOptions
11489
+ * @return UpdateNamespaceVpcResponse
11490
+ */
10058
11491
  updateNamespaceVpcWithOptions(request: UpdateNamespaceVpcRequest, headers: {
10059
11492
  [key: string]: string;
10060
11493
  }, runtime: $Util.RuntimeOptions): Promise<UpdateNamespaceVpcResponse>;
11494
+ /**
11495
+ * @summary cn-beijing:test
11496
+ *
11497
+ * @param request UpdateNamespaceVpcRequest
11498
+ * @return UpdateNamespaceVpcResponse
11499
+ */
10061
11500
  updateNamespaceVpc(request: UpdateNamespaceVpcRequest): Promise<UpdateNamespaceVpcResponse>;
11501
+ /**
11502
+ * @summary The HTTP status code. Valid values:
11503
+ * * **2xx**: The call was successful.
11504
+ * * **3xx**: The call was redirected.
11505
+ * * **4xx**: The call failed.
11506
+ * * **5xx**: A server error occurred.
11507
+ *
11508
+ * @param tmpReq UpdateSecretRequest
11509
+ * @param headers map
11510
+ * @param runtime runtime options for this request RuntimeOptions
11511
+ * @return UpdateSecretResponse
11512
+ */
10062
11513
  updateSecretWithOptions(tmpReq: UpdateSecretRequest, headers: {
10063
11514
  [key: string]: string;
10064
11515
  }, runtime: $Util.RuntimeOptions): Promise<UpdateSecretResponse>;
11516
+ /**
11517
+ * @summary The HTTP status code. Valid values:
11518
+ * * **2xx**: The call was successful.
11519
+ * * **3xx**: The call was redirected.
11520
+ * * **4xx**: The call failed.
11521
+ * * **5xx**: A server error occurred.
11522
+ *
11523
+ * @param request UpdateSecretRequest
11524
+ * @return UpdateSecretResponse
11525
+ */
10065
11526
  updateSecret(request: UpdateSecretRequest): Promise<UpdateSecretResponse>;
10066
11527
  }