@alicloud/sae20190506 1.23.0 → 1.23.1

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,19 @@ 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
+ }
908
980
  export declare class PolicyItem extends $tea.Model {
909
981
  key?: string;
910
982
  operator?: string;
@@ -991,6 +1063,18 @@ export declare class PublishApplicationVersionInput extends $tea.Model {
991
1063
  [key: string]: any;
992
1064
  });
993
1065
  }
1066
+ export declare class RouteConfig extends $tea.Model {
1067
+ routes?: PathConfig[];
1068
+ static names(): {
1069
+ [key: string]: string;
1070
+ };
1071
+ static types(): {
1072
+ [key: string]: any;
1073
+ };
1074
+ constructor(map?: {
1075
+ [key: string]: any;
1076
+ });
1077
+ }
994
1078
  export declare class RoutePolicy extends $tea.Model {
995
1079
  condition?: string;
996
1080
  policyItems?: PolicyItem[];
@@ -1035,6 +1119,7 @@ export declare class SourceCodeAccount extends $tea.Model {
1035
1119
  avatarUrl?: string;
1036
1120
  id?: string;
1037
1121
  name?: string;
1122
+ organizations?: SourceCodeAccountOrganizations[];
1038
1123
  static names(): {
1039
1124
  [key: string]: string;
1040
1125
  };
@@ -1365,11 +1450,11 @@ export declare class AbortAndRollbackChangeOrderResponseBody extends $tea.Model
1365
1450
  });
1366
1451
  }
1367
1452
  export declare class AbortAndRollbackChangeOrderResponse extends $tea.Model {
1368
- headers: {
1453
+ headers?: {
1369
1454
  [key: string]: string;
1370
1455
  };
1371
- statusCode: number;
1372
- body: AbortAndRollbackChangeOrderResponseBody;
1456
+ statusCode?: number;
1457
+ body?: AbortAndRollbackChangeOrderResponseBody;
1373
1458
  static names(): {
1374
1459
  [key: string]: string;
1375
1460
  };
@@ -1411,11 +1496,11 @@ export declare class AbortChangeOrderResponseBody extends $tea.Model {
1411
1496
  });
1412
1497
  }
1413
1498
  export declare class AbortChangeOrderResponse extends $tea.Model {
1414
- headers: {
1499
+ headers?: {
1415
1500
  [key: string]: string;
1416
1501
  };
1417
- statusCode: number;
1418
- body: AbortChangeOrderResponseBody;
1502
+ statusCode?: number;
1503
+ body?: AbortChangeOrderResponseBody;
1419
1504
  static names(): {
1420
1505
  [key: string]: string;
1421
1506
  };
@@ -1429,6 +1514,7 @@ export declare class AbortChangeOrderResponse extends $tea.Model {
1429
1514
  export declare class BatchStartApplicationsRequest extends $tea.Model {
1430
1515
  appIds?: string;
1431
1516
  namespaceId?: string;
1517
+ version?: string;
1432
1518
  static names(): {
1433
1519
  [key: string]: string;
1434
1520
  };
@@ -1458,11 +1544,11 @@ export declare class BatchStartApplicationsResponseBody extends $tea.Model {
1458
1544
  });
1459
1545
  }
1460
1546
  export declare class BatchStartApplicationsResponse extends $tea.Model {
1461
- headers: {
1547
+ headers?: {
1462
1548
  [key: string]: string;
1463
1549
  };
1464
- statusCode: number;
1465
- body: BatchStartApplicationsResponseBody;
1550
+ statusCode?: number;
1551
+ body?: BatchStartApplicationsResponseBody;
1466
1552
  static names(): {
1467
1553
  [key: string]: string;
1468
1554
  };
@@ -1476,6 +1562,7 @@ export declare class BatchStartApplicationsResponse extends $tea.Model {
1476
1562
  export declare class BatchStopApplicationsRequest extends $tea.Model {
1477
1563
  appIds?: string;
1478
1564
  namespaceId?: string;
1565
+ version?: string;
1479
1566
  static names(): {
1480
1567
  [key: string]: string;
1481
1568
  };
@@ -1505,11 +1592,11 @@ export declare class BatchStopApplicationsResponseBody extends $tea.Model {
1505
1592
  });
1506
1593
  }
1507
1594
  export declare class BatchStopApplicationsResponse extends $tea.Model {
1508
- headers: {
1595
+ headers?: {
1509
1596
  [key: string]: string;
1510
1597
  };
1511
- statusCode: number;
1512
- body: BatchStopApplicationsResponseBody;
1598
+ statusCode?: number;
1599
+ body?: BatchStopApplicationsResponseBody;
1513
1600
  static names(): {
1514
1601
  [key: string]: string;
1515
1602
  };
@@ -1555,11 +1642,11 @@ export declare class BindSlbResponseBody extends $tea.Model {
1555
1642
  });
1556
1643
  }
1557
1644
  export declare class BindSlbResponse extends $tea.Model {
1558
- headers: {
1645
+ headers?: {
1559
1646
  [key: string]: string;
1560
1647
  };
1561
- statusCode: number;
1562
- body: BindSlbResponseBody;
1648
+ statusCode?: number;
1649
+ body?: BindSlbResponseBody;
1563
1650
  static names(): {
1564
1651
  [key: string]: string;
1565
1652
  };
@@ -1602,11 +1689,11 @@ export declare class ConfirmPipelineBatchResponseBody extends $tea.Model {
1602
1689
  });
1603
1690
  }
1604
1691
  export declare class ConfirmPipelineBatchResponse extends $tea.Model {
1605
- headers: {
1692
+ headers?: {
1606
1693
  [key: string]: string;
1607
1694
  };
1608
- statusCode: number;
1609
- body: ConfirmPipelineBatchResponseBody;
1695
+ statusCode?: number;
1696
+ body?: ConfirmPipelineBatchResponseBody;
1610
1697
  static names(): {
1611
1698
  [key: string]: string;
1612
1699
  };
@@ -1705,11 +1792,11 @@ export declare class CreateApplicationResponseBody extends $tea.Model {
1705
1792
  });
1706
1793
  }
1707
1794
  export declare class CreateApplicationResponse extends $tea.Model {
1708
- headers: {
1795
+ headers?: {
1709
1796
  [key: string]: string;
1710
1797
  };
1711
- statusCode: number;
1712
- body: CreateApplicationResponseBody;
1798
+ statusCode?: number;
1799
+ body?: CreateApplicationResponseBody;
1713
1800
  static names(): {
1714
1801
  [key: string]: string;
1715
1802
  };
@@ -1758,11 +1845,11 @@ export declare class CreateApplicationScalingRuleResponseBody extends $tea.Model
1758
1845
  });
1759
1846
  }
1760
1847
  export declare class CreateApplicationScalingRuleResponse extends $tea.Model {
1761
- headers: {
1848
+ headers?: {
1762
1849
  [key: string]: string;
1763
1850
  };
1764
- statusCode: number;
1765
- body: CreateApplicationScalingRuleResponseBody;
1851
+ statusCode?: number;
1852
+ body?: CreateApplicationScalingRuleResponseBody;
1766
1853
  static names(): {
1767
1854
  [key: string]: string;
1768
1855
  };
@@ -1807,11 +1894,11 @@ export declare class CreateConfigMapResponseBody extends $tea.Model {
1807
1894
  });
1808
1895
  }
1809
1896
  export declare class CreateConfigMapResponse extends $tea.Model {
1810
- headers: {
1897
+ headers?: {
1811
1898
  [key: string]: string;
1812
1899
  };
1813
- statusCode: number;
1814
- body: CreateConfigMapResponseBody;
1900
+ statusCode?: number;
1901
+ body?: CreateConfigMapResponseBody;
1815
1902
  static names(): {
1816
1903
  [key: string]: string;
1817
1904
  };
@@ -1858,11 +1945,11 @@ export declare class CreateGreyTagRouteResponseBody extends $tea.Model {
1858
1945
  });
1859
1946
  }
1860
1947
  export declare class CreateGreyTagRouteResponse extends $tea.Model {
1861
- headers: {
1948
+ headers?: {
1862
1949
  [key: string]: string;
1863
1950
  };
1864
- statusCode: number;
1865
- body: CreateGreyTagRouteResponseBody;
1951
+ statusCode?: number;
1952
+ body?: CreateGreyTagRouteResponseBody;
1866
1953
  static names(): {
1867
1954
  [key: string]: string;
1868
1955
  };
@@ -1913,11 +2000,11 @@ export declare class CreateIngressResponseBody extends $tea.Model {
1913
2000
  });
1914
2001
  }
1915
2002
  export declare class CreateIngressResponse extends $tea.Model {
1916
- headers: {
2003
+ headers?: {
1917
2004
  [key: string]: string;
1918
2005
  };
1919
- statusCode: number;
1920
- body: CreateIngressResponseBody;
2006
+ statusCode?: number;
2007
+ body?: CreateIngressResponseBody;
1921
2008
  static names(): {
1922
2009
  [key: string]: string;
1923
2010
  };
@@ -2012,11 +2099,11 @@ export declare class CreateJobResponseBody extends $tea.Model {
2012
2099
  });
2013
2100
  }
2014
2101
  export declare class CreateJobResponse extends $tea.Model {
2015
- headers: {
2102
+ headers?: {
2016
2103
  [key: string]: string;
2017
2104
  };
2018
- statusCode: number;
2019
- body: CreateJobResponseBody;
2105
+ statusCode?: number;
2106
+ body?: CreateJobResponseBody;
2020
2107
  static names(): {
2021
2108
  [key: string]: string;
2022
2109
  };
@@ -2062,11 +2149,11 @@ export declare class CreateNamespaceResponseBody extends $tea.Model {
2062
2149
  });
2063
2150
  }
2064
2151
  export declare class CreateNamespaceResponse extends $tea.Model {
2065
- headers: {
2152
+ headers?: {
2066
2153
  [key: string]: string;
2067
2154
  };
2068
- statusCode: number;
2069
- body: CreateNamespaceResponseBody;
2155
+ statusCode?: number;
2156
+ body?: CreateNamespaceResponseBody;
2070
2157
  static names(): {
2071
2158
  [key: string]: string;
2072
2159
  };
@@ -2126,11 +2213,11 @@ export declare class CreateSecretResponseBody extends $tea.Model {
2126
2213
  });
2127
2214
  }
2128
2215
  export declare class CreateSecretResponse extends $tea.Model {
2129
- headers: {
2216
+ headers?: {
2130
2217
  [key: string]: string;
2131
2218
  };
2132
- statusCode: number;
2133
- body: CreateSecretResponseBody;
2219
+ statusCode?: number;
2220
+ body?: CreateSecretResponseBody;
2134
2221
  static names(): {
2135
2222
  [key: string]: string;
2136
2223
  };
@@ -2172,11 +2259,11 @@ export declare class DeleteApplicationResponseBody extends $tea.Model {
2172
2259
  });
2173
2260
  }
2174
2261
  export declare class DeleteApplicationResponse extends $tea.Model {
2175
- headers: {
2262
+ headers?: {
2176
2263
  [key: string]: string;
2177
2264
  };
2178
- statusCode: number;
2179
- body: DeleteApplicationResponseBody;
2265
+ statusCode?: number;
2266
+ body?: DeleteApplicationResponseBody;
2180
2267
  static names(): {
2181
2268
  [key: string]: string;
2182
2269
  };
@@ -2218,11 +2305,11 @@ export declare class DeleteApplicationScalingRuleResponseBody extends $tea.Model
2218
2305
  });
2219
2306
  }
2220
2307
  export declare class DeleteApplicationScalingRuleResponse extends $tea.Model {
2221
- headers: {
2308
+ headers?: {
2222
2309
  [key: string]: string;
2223
2310
  };
2224
- statusCode: number;
2225
- body: DeleteApplicationScalingRuleResponseBody;
2311
+ statusCode?: number;
2312
+ body?: DeleteApplicationScalingRuleResponseBody;
2226
2313
  static names(): {
2227
2314
  [key: string]: string;
2228
2315
  };
@@ -2264,11 +2351,11 @@ export declare class DeleteConfigMapResponseBody extends $tea.Model {
2264
2351
  });
2265
2352
  }
2266
2353
  export declare class DeleteConfigMapResponse extends $tea.Model {
2267
- headers: {
2354
+ headers?: {
2268
2355
  [key: string]: string;
2269
2356
  };
2270
- statusCode: number;
2271
- body: DeleteConfigMapResponseBody;
2357
+ statusCode?: number;
2358
+ body?: DeleteConfigMapResponseBody;
2272
2359
  static names(): {
2273
2360
  [key: string]: string;
2274
2361
  };
@@ -2310,11 +2397,11 @@ export declare class DeleteGreyTagRouteResponseBody extends $tea.Model {
2310
2397
  });
2311
2398
  }
2312
2399
  export declare class DeleteGreyTagRouteResponse extends $tea.Model {
2313
- headers: {
2400
+ headers?: {
2314
2401
  [key: string]: string;
2315
2402
  };
2316
- statusCode: number;
2317
- body: DeleteGreyTagRouteResponseBody;
2403
+ statusCode?: number;
2404
+ body?: DeleteGreyTagRouteResponseBody;
2318
2405
  static names(): {
2319
2406
  [key: string]: string;
2320
2407
  };
@@ -2357,11 +2444,11 @@ export declare class DeleteHistoryJobResponseBody extends $tea.Model {
2357
2444
  });
2358
2445
  }
2359
2446
  export declare class DeleteHistoryJobResponse extends $tea.Model {
2360
- headers: {
2447
+ headers?: {
2361
2448
  [key: string]: string;
2362
2449
  };
2363
- statusCode: number;
2364
- body: DeleteHistoryJobResponseBody;
2450
+ statusCode?: number;
2451
+ body?: DeleteHistoryJobResponseBody;
2365
2452
  static names(): {
2366
2453
  [key: string]: string;
2367
2454
  };
@@ -2403,11 +2490,11 @@ export declare class DeleteIngressResponseBody extends $tea.Model {
2403
2490
  });
2404
2491
  }
2405
2492
  export declare class DeleteIngressResponse extends $tea.Model {
2406
- headers: {
2493
+ headers?: {
2407
2494
  [key: string]: string;
2408
2495
  };
2409
- statusCode: number;
2410
- body: DeleteIngressResponseBody;
2496
+ statusCode?: number;
2497
+ body?: DeleteIngressResponseBody;
2411
2498
  static names(): {
2412
2499
  [key: string]: string;
2413
2500
  };
@@ -2449,11 +2536,11 @@ export declare class DeleteJobResponseBody extends $tea.Model {
2449
2536
  });
2450
2537
  }
2451
2538
  export declare class DeleteJobResponse extends $tea.Model {
2452
- headers: {
2539
+ headers?: {
2453
2540
  [key: string]: string;
2454
2541
  };
2455
- statusCode: number;
2456
- body: DeleteJobResponseBody;
2542
+ statusCode?: number;
2543
+ body?: DeleteJobResponseBody;
2457
2544
  static names(): {
2458
2545
  [key: string]: string;
2459
2546
  };
@@ -2495,11 +2582,11 @@ export declare class DeleteNamespaceResponseBody extends $tea.Model {
2495
2582
  });
2496
2583
  }
2497
2584
  export declare class DeleteNamespaceResponse extends $tea.Model {
2498
- headers: {
2585
+ headers?: {
2499
2586
  [key: string]: string;
2500
2587
  };
2501
- statusCode: number;
2502
- body: DeleteNamespaceResponseBody;
2588
+ statusCode?: number;
2589
+ body?: DeleteNamespaceResponseBody;
2503
2590
  static names(): {
2504
2591
  [key: string]: string;
2505
2592
  };
@@ -2542,11 +2629,11 @@ export declare class DeleteSecretResponseBody extends $tea.Model {
2542
2629
  });
2543
2630
  }
2544
2631
  export declare class DeleteSecretResponse extends $tea.Model {
2545
- headers: {
2632
+ headers?: {
2546
2633
  [key: string]: string;
2547
2634
  };
2548
- statusCode: number;
2549
- body: DeleteSecretResponseBody;
2635
+ statusCode?: number;
2636
+ body?: DeleteSecretResponseBody;
2550
2637
  static names(): {
2551
2638
  [key: string]: string;
2552
2639
  };
@@ -2645,11 +2732,11 @@ export declare class DeployApplicationResponseBody extends $tea.Model {
2645
2732
  });
2646
2733
  }
2647
2734
  export declare class DeployApplicationResponse extends $tea.Model {
2648
- headers: {
2735
+ headers?: {
2649
2736
  [key: string]: string;
2650
2737
  };
2651
- statusCode: number;
2652
- body: DeployApplicationResponseBody;
2738
+ statusCode?: number;
2739
+ body?: DeployApplicationResponseBody;
2653
2740
  static names(): {
2654
2741
  [key: string]: string;
2655
2742
  };
@@ -2695,11 +2782,11 @@ export declare class DescribeAppServiceDetailResponseBody extends $tea.Model {
2695
2782
  });
2696
2783
  }
2697
2784
  export declare class DescribeAppServiceDetailResponse extends $tea.Model {
2698
- headers: {
2785
+ headers?: {
2699
2786
  [key: string]: string;
2700
2787
  };
2701
- statusCode: number;
2702
- body: DescribeAppServiceDetailResponseBody;
2788
+ statusCode?: number;
2789
+ body?: DescribeAppServiceDetailResponseBody;
2703
2790
  static names(): {
2704
2791
  [key: string]: string;
2705
2792
  };
@@ -2742,11 +2829,11 @@ export declare class DescribeApplicationConfigResponseBody extends $tea.Model {
2742
2829
  });
2743
2830
  }
2744
2831
  export declare class DescribeApplicationConfigResponse extends $tea.Model {
2745
- headers: {
2832
+ headers?: {
2746
2833
  [key: string]: string;
2747
2834
  };
2748
- statusCode: number;
2749
- body: DescribeApplicationConfigResponseBody;
2835
+ statusCode?: number;
2836
+ body?: DescribeApplicationConfigResponseBody;
2750
2837
  static names(): {
2751
2838
  [key: string]: string;
2752
2839
  };
@@ -2790,11 +2877,11 @@ export declare class DescribeApplicationGroupsResponseBody extends $tea.Model {
2790
2877
  });
2791
2878
  }
2792
2879
  export declare class DescribeApplicationGroupsResponse extends $tea.Model {
2793
- headers: {
2880
+ headers?: {
2794
2881
  [key: string]: string;
2795
2882
  };
2796
- statusCode: number;
2797
- body: DescribeApplicationGroupsResponseBody;
2883
+ statusCode?: number;
2884
+ body?: DescribeApplicationGroupsResponseBody;
2798
2885
  static names(): {
2799
2886
  [key: string]: string;
2800
2887
  };
@@ -2837,11 +2924,11 @@ export declare class DescribeApplicationImageResponseBody extends $tea.Model {
2837
2924
  });
2838
2925
  }
2839
2926
  export declare class DescribeApplicationImageResponse extends $tea.Model {
2840
- headers: {
2927
+ headers?: {
2841
2928
  [key: string]: string;
2842
2929
  };
2843
- statusCode: number;
2844
- body: DescribeApplicationImageResponseBody;
2930
+ statusCode?: number;
2931
+ body?: DescribeApplicationImageResponseBody;
2845
2932
  static names(): {
2846
2933
  [key: string]: string;
2847
2934
  };
@@ -2887,11 +2974,11 @@ export declare class DescribeApplicationInstancesResponseBody extends $tea.Model
2887
2974
  });
2888
2975
  }
2889
2976
  export declare class DescribeApplicationInstancesResponse extends $tea.Model {
2890
- headers: {
2977
+ headers?: {
2891
2978
  [key: string]: string;
2892
2979
  };
2893
- statusCode: number;
2894
- body: DescribeApplicationInstancesResponseBody;
2980
+ statusCode?: number;
2981
+ body?: DescribeApplicationInstancesResponseBody;
2895
2982
  static names(): {
2896
2983
  [key: string]: string;
2897
2984
  };
@@ -2934,11 +3021,11 @@ export declare class DescribeApplicationScalingRuleResponseBody extends $tea.Mod
2934
3021
  });
2935
3022
  }
2936
3023
  export declare class DescribeApplicationScalingRuleResponse extends $tea.Model {
2937
- headers: {
3024
+ headers?: {
2938
3025
  [key: string]: string;
2939
3026
  };
2940
- statusCode: number;
2941
- body: DescribeApplicationScalingRuleResponseBody;
3027
+ statusCode?: number;
3028
+ body?: DescribeApplicationScalingRuleResponseBody;
2942
3029
  static names(): {
2943
3030
  [key: string]: string;
2944
3031
  };
@@ -2980,11 +3067,11 @@ export declare class DescribeApplicationScalingRulesResponseBody extends $tea.Mo
2980
3067
  });
2981
3068
  }
2982
3069
  export declare class DescribeApplicationScalingRulesResponse extends $tea.Model {
2983
- headers: {
3070
+ headers?: {
2984
3071
  [key: string]: string;
2985
3072
  };
2986
- statusCode: number;
2987
- body: DescribeApplicationScalingRulesResponseBody;
3073
+ statusCode?: number;
3074
+ body?: DescribeApplicationScalingRulesResponseBody;
2988
3075
  static names(): {
2989
3076
  [key: string]: string;
2990
3077
  };
@@ -3026,11 +3113,11 @@ export declare class DescribeApplicationSlbsResponseBody extends $tea.Model {
3026
3113
  });
3027
3114
  }
3028
3115
  export declare class DescribeApplicationSlbsResponse extends $tea.Model {
3029
- headers: {
3116
+ headers?: {
3030
3117
  [key: string]: string;
3031
3118
  };
3032
- statusCode: number;
3033
- body: DescribeApplicationSlbsResponseBody;
3119
+ statusCode?: number;
3120
+ body?: DescribeApplicationSlbsResponseBody;
3034
3121
  static names(): {
3035
3122
  [key: string]: string;
3036
3123
  };
@@ -3072,11 +3159,11 @@ export declare class DescribeApplicationStatusResponseBody extends $tea.Model {
3072
3159
  });
3073
3160
  }
3074
3161
  export declare class DescribeApplicationStatusResponse extends $tea.Model {
3075
- headers: {
3162
+ headers?: {
3076
3163
  [key: string]: string;
3077
3164
  };
3078
- statusCode: number;
3079
- body: DescribeApplicationStatusResponseBody;
3165
+ statusCode?: number;
3166
+ body?: DescribeApplicationStatusResponseBody;
3080
3167
  static names(): {
3081
3168
  [key: string]: string;
3082
3169
  };
@@ -3118,11 +3205,11 @@ export declare class DescribeChangeOrderResponseBody extends $tea.Model {
3118
3205
  });
3119
3206
  }
3120
3207
  export declare class DescribeChangeOrderResponse extends $tea.Model {
3121
- headers: {
3208
+ headers?: {
3122
3209
  [key: string]: string;
3123
3210
  };
3124
- statusCode: number;
3125
- body: DescribeChangeOrderResponseBody;
3211
+ statusCode?: number;
3212
+ body?: DescribeChangeOrderResponseBody;
3126
3213
  static names(): {
3127
3214
  [key: string]: string;
3128
3215
  };
@@ -3165,11 +3252,11 @@ export declare class DescribeComponentsResponseBody extends $tea.Model {
3165
3252
  });
3166
3253
  }
3167
3254
  export declare class DescribeComponentsResponse extends $tea.Model {
3168
- headers: {
3255
+ headers?: {
3169
3256
  [key: string]: string;
3170
3257
  };
3171
- statusCode: number;
3172
- body: DescribeComponentsResponseBody;
3258
+ statusCode?: number;
3259
+ body?: DescribeComponentsResponseBody;
3173
3260
  static names(): {
3174
3261
  [key: string]: string;
3175
3262
  };
@@ -3211,11 +3298,11 @@ export declare class DescribeConfigMapResponseBody extends $tea.Model {
3211
3298
  });
3212
3299
  }
3213
3300
  export declare class DescribeConfigMapResponse extends $tea.Model {
3214
- headers: {
3301
+ headers?: {
3215
3302
  [key: string]: string;
3216
3303
  };
3217
- statusCode: number;
3218
- body: DescribeConfigMapResponseBody;
3304
+ statusCode?: number;
3305
+ body?: DescribeConfigMapResponseBody;
3219
3306
  static names(): {
3220
3307
  [key: string]: string;
3221
3308
  };
@@ -3259,11 +3346,11 @@ export declare class DescribeConfigurationPriceResponseBody extends $tea.Model {
3259
3346
  });
3260
3347
  }
3261
3348
  export declare class DescribeConfigurationPriceResponse extends $tea.Model {
3262
- headers: {
3349
+ headers?: {
3263
3350
  [key: string]: string;
3264
3351
  };
3265
- statusCode: number;
3266
- body: DescribeConfigurationPriceResponseBody;
3352
+ statusCode?: number;
3353
+ body?: DescribeConfigurationPriceResponseBody;
3267
3354
  static names(): {
3268
3355
  [key: string]: string;
3269
3356
  };
@@ -3293,11 +3380,11 @@ export declare class DescribeEdasContainersResponseBody extends $tea.Model {
3293
3380
  });
3294
3381
  }
3295
3382
  export declare class DescribeEdasContainersResponse extends $tea.Model {
3296
- headers: {
3383
+ headers?: {
3297
3384
  [key: string]: string;
3298
3385
  };
3299
- statusCode: number;
3300
- body: DescribeEdasContainersResponseBody;
3386
+ statusCode?: number;
3387
+ body?: DescribeEdasContainersResponseBody;
3301
3388
  static names(): {
3302
3389
  [key: string]: string;
3303
3390
  };
@@ -3339,11 +3426,11 @@ export declare class DescribeGreyTagRouteResponseBody extends $tea.Model {
3339
3426
  });
3340
3427
  }
3341
3428
  export declare class DescribeGreyTagRouteResponse extends $tea.Model {
3342
- headers: {
3429
+ headers?: {
3343
3430
  [key: string]: string;
3344
3431
  };
3345
- statusCode: number;
3346
- body: DescribeGreyTagRouteResponseBody;
3432
+ statusCode?: number;
3433
+ body?: DescribeGreyTagRouteResponseBody;
3347
3434
  static names(): {
3348
3435
  [key: string]: string;
3349
3436
  };
@@ -3385,11 +3472,11 @@ export declare class DescribeIngressResponseBody extends $tea.Model {
3385
3472
  });
3386
3473
  }
3387
3474
  export declare class DescribeIngressResponse extends $tea.Model {
3388
- headers: {
3475
+ headers?: {
3389
3476
  [key: string]: string;
3390
3477
  };
3391
- statusCode: number;
3392
- body: DescribeIngressResponseBody;
3478
+ statusCode?: number;
3479
+ body?: DescribeIngressResponseBody;
3393
3480
  static names(): {
3394
3481
  [key: string]: string;
3395
3482
  };
@@ -3431,11 +3518,11 @@ export declare class DescribeInstanceLogResponseBody extends $tea.Model {
3431
3518
  });
3432
3519
  }
3433
3520
  export declare class DescribeInstanceLogResponse extends $tea.Model {
3434
- headers: {
3521
+ headers?: {
3435
3522
  [key: string]: string;
3436
3523
  };
3437
- statusCode: number;
3438
- body: DescribeInstanceLogResponseBody;
3524
+ statusCode?: number;
3525
+ body?: DescribeInstanceLogResponseBody;
3439
3526
  static names(): {
3440
3527
  [key: string]: string;
3441
3528
  };
@@ -3465,11 +3552,11 @@ export declare class DescribeInstanceSpecificationsResponseBody extends $tea.Mod
3465
3552
  });
3466
3553
  }
3467
3554
  export declare class DescribeInstanceSpecificationsResponse extends $tea.Model {
3468
- headers: {
3555
+ headers?: {
3469
3556
  [key: string]: string;
3470
3557
  };
3471
- statusCode: number;
3472
- body: DescribeInstanceSpecificationsResponseBody;
3558
+ statusCode?: number;
3559
+ body?: DescribeInstanceSpecificationsResponseBody;
3473
3560
  static names(): {
3474
3561
  [key: string]: string;
3475
3562
  };
@@ -3512,11 +3599,11 @@ export declare class DescribeJobResponseBody extends $tea.Model {
3512
3599
  });
3513
3600
  }
3514
3601
  export declare class DescribeJobResponse extends $tea.Model {
3515
- headers: {
3602
+ headers?: {
3516
3603
  [key: string]: string;
3517
3604
  };
3518
- statusCode: number;
3519
- body: DescribeJobResponseBody;
3605
+ statusCode?: number;
3606
+ body?: DescribeJobResponseBody;
3520
3607
  static names(): {
3521
3608
  [key: string]: string;
3522
3609
  };
@@ -3561,11 +3648,11 @@ export declare class DescribeJobHistoryResponseBody extends $tea.Model {
3561
3648
  });
3562
3649
  }
3563
3650
  export declare class DescribeJobHistoryResponse extends $tea.Model {
3564
- headers: {
3651
+ headers?: {
3565
3652
  [key: string]: string;
3566
3653
  };
3567
- statusCode: number;
3568
- body: DescribeJobHistoryResponseBody;
3654
+ statusCode?: number;
3655
+ body?: DescribeJobHistoryResponseBody;
3569
3656
  static names(): {
3570
3657
  [key: string]: string;
3571
3658
  };
@@ -3608,11 +3695,11 @@ export declare class DescribeJobStatusResponseBody extends $tea.Model {
3608
3695
  });
3609
3696
  }
3610
3697
  export declare class DescribeJobStatusResponse extends $tea.Model {
3611
- headers: {
3698
+ headers?: {
3612
3699
  [key: string]: string;
3613
3700
  };
3614
- statusCode: number;
3615
- body: DescribeJobStatusResponseBody;
3701
+ statusCode?: number;
3702
+ body?: DescribeJobStatusResponseBody;
3616
3703
  static names(): {
3617
3704
  [key: string]: string;
3618
3705
  };
@@ -3655,11 +3742,11 @@ export declare class DescribeNamespaceResponseBody extends $tea.Model {
3655
3742
  });
3656
3743
  }
3657
3744
  export declare class DescribeNamespaceResponse extends $tea.Model {
3658
- headers: {
3745
+ headers?: {
3659
3746
  [key: string]: string;
3660
3747
  };
3661
- statusCode: number;
3662
- body: DescribeNamespaceResponseBody;
3748
+ statusCode?: number;
3749
+ body?: DescribeNamespaceResponseBody;
3663
3750
  static names(): {
3664
3751
  [key: string]: string;
3665
3752
  };
@@ -3702,11 +3789,11 @@ export declare class DescribeNamespaceListResponseBody extends $tea.Model {
3702
3789
  });
3703
3790
  }
3704
3791
  export declare class DescribeNamespaceListResponse extends $tea.Model {
3705
- headers: {
3792
+ headers?: {
3706
3793
  [key: string]: string;
3707
3794
  };
3708
- statusCode: number;
3709
- body: DescribeNamespaceListResponseBody;
3795
+ statusCode?: number;
3796
+ body?: DescribeNamespaceListResponseBody;
3710
3797
  static names(): {
3711
3798
  [key: string]: string;
3712
3799
  };
@@ -3749,11 +3836,11 @@ export declare class DescribeNamespaceResourcesResponseBody extends $tea.Model {
3749
3836
  });
3750
3837
  }
3751
3838
  export declare class DescribeNamespaceResourcesResponse extends $tea.Model {
3752
- headers: {
3839
+ headers?: {
3753
3840
  [key: string]: string;
3754
3841
  };
3755
- statusCode: number;
3756
- body: DescribeNamespaceResourcesResponseBody;
3842
+ statusCode?: number;
3843
+ body?: DescribeNamespaceResourcesResponseBody;
3757
3844
  static names(): {
3758
3845
  [key: string]: string;
3759
3846
  };
@@ -3796,11 +3883,11 @@ export declare class DescribeNamespacesResponseBody extends $tea.Model {
3796
3883
  });
3797
3884
  }
3798
3885
  export declare class DescribeNamespacesResponse extends $tea.Model {
3799
- headers: {
3886
+ headers?: {
3800
3887
  [key: string]: string;
3801
3888
  };
3802
- statusCode: number;
3803
- body: DescribeNamespacesResponseBody;
3889
+ statusCode?: number;
3890
+ body?: DescribeNamespacesResponseBody;
3804
3891
  static names(): {
3805
3892
  [key: string]: string;
3806
3893
  };
@@ -3842,11 +3929,11 @@ export declare class DescribePipelineResponseBody extends $tea.Model {
3842
3929
  });
3843
3930
  }
3844
3931
  export declare class DescribePipelineResponse extends $tea.Model {
3845
- headers: {
3932
+ headers?: {
3846
3933
  [key: string]: string;
3847
3934
  };
3848
- statusCode: number;
3849
- body: DescribePipelineResponseBody;
3935
+ statusCode?: number;
3936
+ body?: DescribePipelineResponseBody;
3850
3937
  static names(): {
3851
3938
  [key: string]: string;
3852
3939
  };
@@ -3873,11 +3960,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
3873
3960
  });
3874
3961
  }
3875
3962
  export declare class DescribeRegionsResponse extends $tea.Model {
3876
- headers: {
3963
+ headers?: {
3877
3964
  [key: string]: string;
3878
3965
  };
3879
- statusCode: number;
3880
- body: DescribeRegionsResponseBody;
3966
+ statusCode?: number;
3967
+ body?: DescribeRegionsResponseBody;
3881
3968
  static names(): {
3882
3969
  [key: string]: string;
3883
3970
  };
@@ -3920,11 +4007,11 @@ export declare class DescribeSecretResponseBody extends $tea.Model {
3920
4007
  });
3921
4008
  }
3922
4009
  export declare class DescribeSecretResponse extends $tea.Model {
3923
- headers: {
4010
+ headers?: {
3924
4011
  [key: string]: string;
3925
4012
  };
3926
- statusCode: number;
3927
- body: DescribeSecretResponseBody;
4013
+ statusCode?: number;
4014
+ body?: DescribeSecretResponseBody;
3928
4015
  static names(): {
3929
4016
  [key: string]: string;
3930
4017
  };
@@ -3966,11 +4053,11 @@ export declare class DisableApplicationScalingRuleResponseBody extends $tea.Mode
3966
4053
  });
3967
4054
  }
3968
4055
  export declare class DisableApplicationScalingRuleResponse extends $tea.Model {
3969
- headers: {
4056
+ headers?: {
3970
4057
  [key: string]: string;
3971
4058
  };
3972
- statusCode: number;
3973
- body: DisableApplicationScalingRuleResponseBody;
4059
+ statusCode?: number;
4060
+ body?: DisableApplicationScalingRuleResponseBody;
3974
4061
  static names(): {
3975
4062
  [key: string]: string;
3976
4063
  };
@@ -4012,11 +4099,11 @@ export declare class EnableApplicationScalingRuleResponseBody extends $tea.Model
4012
4099
  });
4013
4100
  }
4014
4101
  export declare class EnableApplicationScalingRuleResponse extends $tea.Model {
4015
- headers: {
4102
+ headers?: {
4016
4103
  [key: string]: string;
4017
4104
  };
4018
- statusCode: number;
4019
- body: EnableApplicationScalingRuleResponseBody;
4105
+ statusCode?: number;
4106
+ body?: EnableApplicationScalingRuleResponseBody;
4020
4107
  static names(): {
4021
4108
  [key: string]: string;
4022
4109
  };
@@ -4067,11 +4154,11 @@ export declare class ExecJobResponseBody extends $tea.Model {
4067
4154
  });
4068
4155
  }
4069
4156
  export declare class ExecJobResponse extends $tea.Model {
4070
- headers: {
4157
+ headers?: {
4071
4158
  [key: string]: string;
4072
4159
  };
4073
- statusCode: number;
4074
- body: ExecJobResponseBody;
4160
+ statusCode?: number;
4161
+ body?: ExecJobResponseBody;
4075
4162
  static names(): {
4076
4163
  [key: string]: string;
4077
4164
  };
@@ -4083,6 +4170,8 @@ export declare class ExecJobResponse extends $tea.Model {
4083
4170
  });
4084
4171
  }
4085
4172
  export declare class GetArmsTopNMetricRequest extends $tea.Model {
4173
+ appSource?: string;
4174
+ cpuStrategy?: string;
4086
4175
  endTime?: number;
4087
4176
  limit?: number;
4088
4177
  orderBy?: string;
@@ -4115,11 +4204,11 @@ export declare class GetArmsTopNMetricResponseBody extends $tea.Model {
4115
4204
  });
4116
4205
  }
4117
4206
  export declare class GetArmsTopNMetricResponse extends $tea.Model {
4118
- headers: {
4207
+ headers?: {
4119
4208
  [key: string]: string;
4120
4209
  };
4121
- statusCode: number;
4122
- body: GetArmsTopNMetricResponseBody;
4210
+ statusCode?: number;
4211
+ body?: GetArmsTopNMetricResponseBody;
4123
4212
  static names(): {
4124
4213
  [key: string]: string;
4125
4214
  };
@@ -4131,6 +4220,8 @@ export declare class GetArmsTopNMetricResponse extends $tea.Model {
4131
4220
  });
4132
4221
  }
4133
4222
  export declare class GetAvailabilityMetricRequest extends $tea.Model {
4223
+ appSource?: string;
4224
+ cpuStrategy?: string;
4134
4225
  limit?: number;
4135
4226
  regionId?: string;
4136
4227
  static names(): {
@@ -4160,11 +4251,11 @@ export declare class GetAvailabilityMetricResponseBody extends $tea.Model {
4160
4251
  });
4161
4252
  }
4162
4253
  export declare class GetAvailabilityMetricResponse extends $tea.Model {
4163
- headers: {
4254
+ headers?: {
4164
4255
  [key: string]: string;
4165
4256
  };
4166
- statusCode: number;
4167
- body: GetAvailabilityMetricResponseBody;
4257
+ statusCode?: number;
4258
+ body?: GetAvailabilityMetricResponseBody;
4168
4259
  static names(): {
4169
4260
  [key: string]: string;
4170
4261
  };
@@ -4176,6 +4267,8 @@ export declare class GetAvailabilityMetricResponse extends $tea.Model {
4176
4267
  });
4177
4268
  }
4178
4269
  export declare class GetChangeOrderMetricRequest extends $tea.Model {
4270
+ appSource?: string;
4271
+ cpuStrategy?: string;
4179
4272
  createTime?: string;
4180
4273
  limit?: number;
4181
4274
  orderBy?: string;
@@ -4207,11 +4300,11 @@ export declare class GetChangeOrderMetricResponseBody extends $tea.Model {
4207
4300
  });
4208
4301
  }
4209
4302
  export declare class GetChangeOrderMetricResponse extends $tea.Model {
4210
- headers: {
4303
+ headers?: {
4211
4304
  [key: string]: string;
4212
4305
  };
4213
- statusCode: number;
4214
- body: GetChangeOrderMetricResponseBody;
4306
+ statusCode?: number;
4307
+ body?: GetChangeOrderMetricResponseBody;
4215
4308
  static names(): {
4216
4309
  [key: string]: string;
4217
4310
  };
@@ -4223,6 +4316,8 @@ export declare class GetChangeOrderMetricResponse extends $tea.Model {
4223
4316
  });
4224
4317
  }
4225
4318
  export declare class GetScaleAppMetricRequest extends $tea.Model {
4319
+ appSource?: string;
4320
+ cpuStrategy?: string;
4226
4321
  limit?: number;
4227
4322
  regionId?: string;
4228
4323
  static names(): {
@@ -4252,11 +4347,11 @@ export declare class GetScaleAppMetricResponseBody extends $tea.Model {
4252
4347
  });
4253
4348
  }
4254
4349
  export declare class GetScaleAppMetricResponse extends $tea.Model {
4255
- headers: {
4350
+ headers?: {
4256
4351
  [key: string]: string;
4257
4352
  };
4258
- statusCode: number;
4259
- body: GetScaleAppMetricResponseBody;
4353
+ statusCode?: number;
4354
+ body?: GetScaleAppMetricResponseBody;
4260
4355
  static names(): {
4261
4356
  [key: string]: string;
4262
4357
  };
@@ -4268,6 +4363,8 @@ export declare class GetScaleAppMetricResponse extends $tea.Model {
4268
4363
  });
4269
4364
  }
4270
4365
  export declare class GetWarningEventMetricRequest extends $tea.Model {
4366
+ appSource?: string;
4367
+ cpuStrategy?: string;
4271
4368
  endTime?: number;
4272
4369
  limit?: number;
4273
4370
  regionId?: string;
@@ -4299,11 +4396,11 @@ export declare class GetWarningEventMetricResponseBody extends $tea.Model {
4299
4396
  });
4300
4397
  }
4301
4398
  export declare class GetWarningEventMetricResponse extends $tea.Model {
4302
- headers: {
4399
+ headers?: {
4303
4400
  [key: string]: string;
4304
4401
  };
4305
- statusCode: number;
4306
- body: GetWarningEventMetricResponseBody;
4402
+ statusCode?: number;
4403
+ body?: GetWarningEventMetricResponseBody;
4307
4404
  static names(): {
4308
4405
  [key: string]: string;
4309
4406
  };
@@ -4351,11 +4448,11 @@ export declare class ListAppEventsResponseBody extends $tea.Model {
4351
4448
  });
4352
4449
  }
4353
4450
  export declare class ListAppEventsResponse extends $tea.Model {
4354
- headers: {
4451
+ headers?: {
4355
4452
  [key: string]: string;
4356
4453
  };
4357
- statusCode: number;
4358
- body: ListAppEventsResponseBody;
4454
+ statusCode?: number;
4455
+ body?: ListAppEventsResponseBody;
4359
4456
  static names(): {
4360
4457
  [key: string]: string;
4361
4458
  };
@@ -4400,11 +4497,11 @@ export declare class ListAppServicesPageResponseBody extends $tea.Model {
4400
4497
  });
4401
4498
  }
4402
4499
  export declare class ListAppServicesPageResponse extends $tea.Model {
4403
- headers: {
4500
+ headers?: {
4404
4501
  [key: string]: string;
4405
4502
  };
4406
- statusCode: number;
4407
- body: ListAppServicesPageResponseBody;
4503
+ statusCode?: number;
4504
+ body?: ListAppServicesPageResponseBody;
4408
4505
  static names(): {
4409
4506
  [key: string]: string;
4410
4507
  };
@@ -4445,11 +4542,11 @@ export declare class ListAppVersionsResponseBody extends $tea.Model {
4445
4542
  });
4446
4543
  }
4447
4544
  export declare class ListAppVersionsResponse extends $tea.Model {
4448
- headers: {
4545
+ headers?: {
4449
4546
  [key: string]: string;
4450
4547
  };
4451
- statusCode: number;
4452
- body: ListAppVersionsResponseBody;
4548
+ statusCode?: number;
4549
+ body?: ListAppVersionsResponseBody;
4453
4550
  static names(): {
4454
4551
  [key: string]: string;
4455
4552
  };
@@ -4502,11 +4599,11 @@ export declare class ListApplicationsResponseBody extends $tea.Model {
4502
4599
  });
4503
4600
  }
4504
4601
  export declare class ListApplicationsResponse extends $tea.Model {
4505
- headers: {
4602
+ headers?: {
4506
4603
  [key: string]: string;
4507
4604
  };
4508
- statusCode: number;
4509
- body: ListApplicationsResponseBody;
4605
+ statusCode?: number;
4606
+ body?: ListApplicationsResponseBody;
4510
4607
  static names(): {
4511
4608
  [key: string]: string;
4512
4609
  };
@@ -4553,11 +4650,11 @@ export declare class ListChangeOrdersResponseBody extends $tea.Model {
4553
4650
  });
4554
4651
  }
4555
4652
  export declare class ListChangeOrdersResponse extends $tea.Model {
4556
- headers: {
4653
+ headers?: {
4557
4654
  [key: string]: string;
4558
4655
  };
4559
- statusCode: number;
4560
- body: ListChangeOrdersResponseBody;
4656
+ statusCode?: number;
4657
+ body?: ListChangeOrdersResponseBody;
4561
4658
  static names(): {
4562
4659
  [key: string]: string;
4563
4660
  };
@@ -4599,11 +4696,11 @@ export declare class ListConsumedServicesResponseBody extends $tea.Model {
4599
4696
  });
4600
4697
  }
4601
4698
  export declare class ListConsumedServicesResponse extends $tea.Model {
4602
- headers: {
4699
+ headers?: {
4603
4700
  [key: string]: string;
4604
4701
  };
4605
- statusCode: number;
4606
- body: ListConsumedServicesResponseBody;
4702
+ statusCode?: number;
4703
+ body?: ListConsumedServicesResponseBody;
4607
4704
  static names(): {
4608
4705
  [key: string]: string;
4609
4706
  };
@@ -4645,11 +4742,11 @@ export declare class ListGreyTagRouteResponseBody extends $tea.Model {
4645
4742
  });
4646
4743
  }
4647
4744
  export declare class ListGreyTagRouteResponse extends $tea.Model {
4648
- headers: {
4745
+ headers?: {
4649
4746
  [key: string]: string;
4650
4747
  };
4651
- statusCode: number;
4652
- body: ListGreyTagRouteResponseBody;
4748
+ statusCode?: number;
4749
+ body?: ListGreyTagRouteResponseBody;
4653
4750
  static names(): {
4654
4751
  [key: string]: string;
4655
4752
  };
@@ -4692,11 +4789,11 @@ export declare class ListIngressesResponseBody extends $tea.Model {
4692
4789
  });
4693
4790
  }
4694
4791
  export declare class ListIngressesResponse extends $tea.Model {
4695
- headers: {
4792
+ headers?: {
4696
4793
  [key: string]: string;
4697
4794
  };
4698
- statusCode: number;
4699
- body: ListIngressesResponseBody;
4795
+ statusCode?: number;
4796
+ body?: ListIngressesResponseBody;
4700
4797
  static names(): {
4701
4798
  [key: string]: string;
4702
4799
  };
@@ -4749,11 +4846,11 @@ export declare class ListJobsResponseBody extends $tea.Model {
4749
4846
  });
4750
4847
  }
4751
4848
  export declare class ListJobsResponse extends $tea.Model {
4752
- headers: {
4849
+ headers?: {
4753
4850
  [key: string]: string;
4754
4851
  };
4755
- statusCode: number;
4756
- body: ListJobsResponseBody;
4852
+ statusCode?: number;
4853
+ body?: ListJobsResponseBody;
4757
4854
  static names(): {
4758
4855
  [key: string]: string;
4759
4856
  };
@@ -4797,11 +4894,11 @@ export declare class ListLogConfigsResponseBody extends $tea.Model {
4797
4894
  });
4798
4895
  }
4799
4896
  export declare class ListLogConfigsResponse extends $tea.Model {
4800
- headers: {
4897
+ headers?: {
4801
4898
  [key: string]: string;
4802
4899
  };
4803
- statusCode: number;
4804
- body: ListLogConfigsResponseBody;
4900
+ statusCode?: number;
4901
+ body?: ListLogConfigsResponseBody;
4805
4902
  static names(): {
4806
4903
  [key: string]: string;
4807
4904
  };
@@ -4848,11 +4945,11 @@ export declare class ListNamespaceChangeOrdersResponseBody extends $tea.Model {
4848
4945
  });
4849
4946
  }
4850
4947
  export declare class ListNamespaceChangeOrdersResponse extends $tea.Model {
4851
- headers: {
4948
+ headers?: {
4852
4949
  [key: string]: string;
4853
4950
  };
4854
- statusCode: number;
4855
- body: ListNamespaceChangeOrdersResponseBody;
4951
+ statusCode?: number;
4952
+ body?: ListNamespaceChangeOrdersResponseBody;
4856
4953
  static names(): {
4857
4954
  [key: string]: string;
4858
4955
  };
@@ -4894,11 +4991,11 @@ export declare class ListNamespacedConfigMapsResponseBody extends $tea.Model {
4894
4991
  });
4895
4992
  }
4896
4993
  export declare class ListNamespacedConfigMapsResponse extends $tea.Model {
4897
- headers: {
4994
+ headers?: {
4898
4995
  [key: string]: string;
4899
4996
  };
4900
- statusCode: number;
4901
- body: ListNamespacedConfigMapsResponseBody;
4997
+ statusCode?: number;
4998
+ body?: ListNamespacedConfigMapsResponseBody;
4902
4999
  static names(): {
4903
5000
  [key: string]: string;
4904
5001
  };
@@ -4940,11 +5037,11 @@ export declare class ListPublishedServicesResponseBody extends $tea.Model {
4940
5037
  });
4941
5038
  }
4942
5039
  export declare class ListPublishedServicesResponse extends $tea.Model {
4943
- headers: {
5040
+ headers?: {
4944
5041
  [key: string]: string;
4945
5042
  };
4946
- statusCode: number;
4947
- body: ListPublishedServicesResponseBody;
5043
+ statusCode?: number;
5044
+ body?: ListPublishedServicesResponseBody;
4948
5045
  static names(): {
4949
5046
  [key: string]: string;
4950
5047
  };
@@ -4986,11 +5083,11 @@ export declare class ListSecretsResponseBody extends $tea.Model {
4986
5083
  });
4987
5084
  }
4988
5085
  export declare class ListSecretsResponse extends $tea.Model {
4989
- headers: {
5086
+ headers?: {
4990
5087
  [key: string]: string;
4991
5088
  };
4992
- statusCode: number;
4993
- body: ListSecretsResponseBody;
5089
+ statusCode?: number;
5090
+ body?: ListSecretsResponseBody;
4994
5091
  static names(): {
4995
5092
  [key: string]: string;
4996
5093
  };
@@ -5036,11 +5133,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
5036
5133
  });
5037
5134
  }
5038
5135
  export declare class ListTagResourcesResponse extends $tea.Model {
5039
- headers: {
5136
+ headers?: {
5040
5137
  [key: string]: string;
5041
5138
  };
5042
- statusCode: number;
5043
- body: ListTagResourcesResponseBody;
5139
+ statusCode?: number;
5140
+ body?: ListTagResourcesResponseBody;
5044
5141
  static names(): {
5045
5142
  [key: string]: string;
5046
5143
  };
@@ -5065,11 +5162,11 @@ export declare class OpenSaeServiceResponseBody extends $tea.Model {
5065
5162
  });
5066
5163
  }
5067
5164
  export declare class OpenSaeServiceResponse extends $tea.Model {
5068
- headers: {
5165
+ headers?: {
5069
5166
  [key: string]: string;
5070
5167
  };
5071
- statusCode: number;
5072
- body: OpenSaeServiceResponseBody;
5168
+ statusCode?: number;
5169
+ body?: OpenSaeServiceResponseBody;
5073
5170
  static names(): {
5074
5171
  [key: string]: string;
5075
5172
  };
@@ -5111,11 +5208,11 @@ export declare class QueryResourceStaticsResponseBody extends $tea.Model {
5111
5208
  });
5112
5209
  }
5113
5210
  export declare class QueryResourceStaticsResponse extends $tea.Model {
5114
- headers: {
5211
+ headers?: {
5115
5212
  [key: string]: string;
5116
5213
  };
5117
- statusCode: number;
5118
- body: QueryResourceStaticsResponseBody;
5214
+ statusCode?: number;
5215
+ body?: QueryResourceStaticsResponseBody;
5119
5216
  static names(): {
5120
5217
  [key: string]: string;
5121
5218
  };
@@ -5158,11 +5255,11 @@ export declare class ReduceApplicationCapacityByInstanceIdsResponseBody extends
5158
5255
  });
5159
5256
  }
5160
5257
  export declare class ReduceApplicationCapacityByInstanceIdsResponse extends $tea.Model {
5161
- headers: {
5258
+ headers?: {
5162
5259
  [key: string]: string;
5163
5260
  };
5164
- statusCode: number;
5165
- body: ReduceApplicationCapacityByInstanceIdsResponseBody;
5261
+ statusCode?: number;
5262
+ body?: ReduceApplicationCapacityByInstanceIdsResponseBody;
5166
5263
  static names(): {
5167
5264
  [key: string]: string;
5168
5265
  };
@@ -5207,11 +5304,11 @@ export declare class RescaleApplicationResponseBody extends $tea.Model {
5207
5304
  });
5208
5305
  }
5209
5306
  export declare class RescaleApplicationResponse extends $tea.Model {
5210
- headers: {
5307
+ headers?: {
5211
5308
  [key: string]: string;
5212
5309
  };
5213
- statusCode: number;
5214
- body: RescaleApplicationResponseBody;
5310
+ statusCode?: number;
5311
+ body?: RescaleApplicationResponseBody;
5215
5312
  static names(): {
5216
5313
  [key: string]: string;
5217
5314
  };
@@ -5255,11 +5352,11 @@ export declare class RescaleApplicationVerticallyResponseBody extends $tea.Model
5255
5352
  });
5256
5353
  }
5257
5354
  export declare class RescaleApplicationVerticallyResponse extends $tea.Model {
5258
- headers: {
5355
+ headers?: {
5259
5356
  [key: string]: string;
5260
5357
  };
5261
- statusCode: number;
5262
- body: RescaleApplicationVerticallyResponseBody;
5358
+ statusCode?: number;
5359
+ body?: RescaleApplicationVerticallyResponseBody;
5263
5360
  static names(): {
5264
5361
  [key: string]: string;
5265
5362
  };
@@ -5304,11 +5401,11 @@ export declare class RestartApplicationResponseBody extends $tea.Model {
5304
5401
  });
5305
5402
  }
5306
5403
  export declare class RestartApplicationResponse extends $tea.Model {
5307
- headers: {
5404
+ headers?: {
5308
5405
  [key: string]: string;
5309
5406
  };
5310
- statusCode: number;
5311
- body: RestartApplicationResponseBody;
5407
+ statusCode?: number;
5408
+ body?: RestartApplicationResponseBody;
5312
5409
  static names(): {
5313
5410
  [key: string]: string;
5314
5411
  };
@@ -5351,11 +5448,11 @@ export declare class RestartInstancesResponseBody extends $tea.Model {
5351
5448
  });
5352
5449
  }
5353
5450
  export declare class RestartInstancesResponse extends $tea.Model {
5354
- headers: {
5451
+ headers?: {
5355
5452
  [key: string]: string;
5356
5453
  };
5357
- statusCode: number;
5358
- body: RestartInstancesResponseBody;
5454
+ statusCode?: number;
5455
+ body?: RestartInstancesResponseBody;
5359
5456
  static names(): {
5360
5457
  [key: string]: string;
5361
5458
  };
@@ -5403,11 +5500,11 @@ export declare class RollbackApplicationResponseBody extends $tea.Model {
5403
5500
  });
5404
5501
  }
5405
5502
  export declare class RollbackApplicationResponse extends $tea.Model {
5406
- headers: {
5503
+ headers?: {
5407
5504
  [key: string]: string;
5408
5505
  };
5409
- statusCode: number;
5410
- body: RollbackApplicationResponseBody;
5506
+ statusCode?: number;
5507
+ body?: RollbackApplicationResponseBody;
5411
5508
  static names(): {
5412
5509
  [key: string]: string;
5413
5510
  };
@@ -5449,11 +5546,11 @@ export declare class StartApplicationResponseBody extends $tea.Model {
5449
5546
  });
5450
5547
  }
5451
5548
  export declare class StartApplicationResponse extends $tea.Model {
5452
- headers: {
5549
+ headers?: {
5453
5550
  [key: string]: string;
5454
5551
  };
5455
- statusCode: number;
5456
- body: StartApplicationResponseBody;
5552
+ statusCode?: number;
5553
+ body?: StartApplicationResponseBody;
5457
5554
  static names(): {
5458
5555
  [key: string]: string;
5459
5556
  };
@@ -5495,11 +5592,11 @@ export declare class StopApplicationResponseBody extends $tea.Model {
5495
5592
  });
5496
5593
  }
5497
5594
  export declare class StopApplicationResponse extends $tea.Model {
5498
- headers: {
5595
+ headers?: {
5499
5596
  [key: string]: string;
5500
5597
  };
5501
- statusCode: number;
5502
- body: StopApplicationResponseBody;
5598
+ statusCode?: number;
5599
+ body?: StopApplicationResponseBody;
5503
5600
  static names(): {
5504
5601
  [key: string]: string;
5505
5602
  };
@@ -5542,11 +5639,11 @@ export declare class SuspendJobResponseBody extends $tea.Model {
5542
5639
  });
5543
5640
  }
5544
5641
  export declare class SuspendJobResponse extends $tea.Model {
5545
- headers: {
5642
+ headers?: {
5546
5643
  [key: string]: string;
5547
5644
  };
5548
- statusCode: number;
5549
- body: SuspendJobResponseBody;
5645
+ statusCode?: number;
5646
+ body?: SuspendJobResponseBody;
5550
5647
  static names(): {
5551
5648
  [key: string]: string;
5552
5649
  };
@@ -5591,11 +5688,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
5591
5688
  });
5592
5689
  }
5593
5690
  export declare class TagResourcesResponse extends $tea.Model {
5594
- headers: {
5691
+ headers?: {
5595
5692
  [key: string]: string;
5596
5693
  };
5597
- statusCode: number;
5598
- body: TagResourcesResponseBody;
5694
+ statusCode?: number;
5695
+ body?: TagResourcesResponseBody;
5599
5696
  static names(): {
5600
5697
  [key: string]: string;
5601
5698
  };
@@ -5639,11 +5736,11 @@ export declare class UnbindSlbResponseBody extends $tea.Model {
5639
5736
  });
5640
5737
  }
5641
5738
  export declare class UnbindSlbResponse extends $tea.Model {
5642
- headers: {
5739
+ headers?: {
5643
5740
  [key: string]: string;
5644
5741
  };
5645
- statusCode: number;
5646
- body: UnbindSlbResponseBody;
5742
+ statusCode?: number;
5743
+ body?: UnbindSlbResponseBody;
5647
5744
  static names(): {
5648
5745
  [key: string]: string;
5649
5746
  };
@@ -5689,11 +5786,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
5689
5786
  });
5690
5787
  }
5691
5788
  export declare class UntagResourcesResponse extends $tea.Model {
5692
- headers: {
5789
+ headers?: {
5693
5790
  [key: string]: string;
5694
5791
  };
5695
- statusCode: number;
5696
- body: UntagResourcesResponseBody;
5792
+ statusCode?: number;
5793
+ body?: UntagResourcesResponseBody;
5697
5794
  static names(): {
5698
5795
  [key: string]: string;
5699
5796
  };
@@ -5735,11 +5832,11 @@ export declare class UpdateAppSecurityGroupResponseBody extends $tea.Model {
5735
5832
  });
5736
5833
  }
5737
5834
  export declare class UpdateAppSecurityGroupResponse extends $tea.Model {
5738
- headers: {
5835
+ headers?: {
5739
5836
  [key: string]: string;
5740
5837
  };
5741
- statusCode: number;
5742
- body: UpdateAppSecurityGroupResponseBody;
5838
+ statusCode?: number;
5839
+ body?: UpdateAppSecurityGroupResponseBody;
5743
5840
  static names(): {
5744
5841
  [key: string]: string;
5745
5842
  };
@@ -5781,11 +5878,11 @@ export declare class UpdateApplicationDescriptionResponseBody extends $tea.Model
5781
5878
  });
5782
5879
  }
5783
5880
  export declare class UpdateApplicationDescriptionResponse extends $tea.Model {
5784
- headers: {
5881
+ headers?: {
5785
5882
  [key: string]: string;
5786
5883
  };
5787
- statusCode: number;
5788
- body: UpdateApplicationDescriptionResponseBody;
5884
+ statusCode?: number;
5885
+ body?: UpdateApplicationDescriptionResponseBody;
5789
5886
  static names(): {
5790
5887
  [key: string]: string;
5791
5888
  };
@@ -5832,11 +5929,11 @@ export declare class UpdateApplicationScalingRuleResponseBody extends $tea.Model
5832
5929
  });
5833
5930
  }
5834
5931
  export declare class UpdateApplicationScalingRuleResponse extends $tea.Model {
5835
- headers: {
5932
+ headers?: {
5836
5933
  [key: string]: string;
5837
5934
  };
5838
- statusCode: number;
5839
- body: UpdateApplicationScalingRuleResponseBody;
5935
+ statusCode?: number;
5936
+ body?: UpdateApplicationScalingRuleResponseBody;
5840
5937
  static names(): {
5841
5938
  [key: string]: string;
5842
5939
  };
@@ -5878,11 +5975,11 @@ export declare class UpdateApplicationVswitchesResponseBody extends $tea.Model {
5878
5975
  });
5879
5976
  }
5880
5977
  export declare class UpdateApplicationVswitchesResponse extends $tea.Model {
5881
- headers: {
5978
+ headers?: {
5882
5979
  [key: string]: string;
5883
5980
  };
5884
- statusCode: number;
5885
- body: UpdateApplicationVswitchesResponseBody;
5981
+ statusCode?: number;
5982
+ body?: UpdateApplicationVswitchesResponseBody;
5886
5983
  static names(): {
5887
5984
  [key: string]: string;
5888
5985
  };
@@ -5926,11 +6023,11 @@ export declare class UpdateConfigMapResponseBody extends $tea.Model {
5926
6023
  });
5927
6024
  }
5928
6025
  export declare class UpdateConfigMapResponse extends $tea.Model {
5929
- headers: {
6026
+ headers?: {
5930
6027
  [key: string]: string;
5931
6028
  };
5932
- statusCode: number;
5933
- body: UpdateConfigMapResponseBody;
6029
+ statusCode?: number;
6030
+ body?: UpdateConfigMapResponseBody;
5934
6031
  static names(): {
5935
6032
  [key: string]: string;
5936
6033
  };
@@ -5976,11 +6073,11 @@ export declare class UpdateGreyTagRouteResponseBody extends $tea.Model {
5976
6073
  });
5977
6074
  }
5978
6075
  export declare class UpdateGreyTagRouteResponse extends $tea.Model {
5979
- headers: {
6076
+ headers?: {
5980
6077
  [key: string]: string;
5981
6078
  };
5982
- statusCode: number;
5983
- body: UpdateGreyTagRouteResponseBody;
6079
+ statusCode?: number;
6080
+ body?: UpdateGreyTagRouteResponseBody;
5984
6081
  static names(): {
5985
6082
  [key: string]: string;
5986
6083
  };
@@ -6030,11 +6127,11 @@ export declare class UpdateIngressResponseBody extends $tea.Model {
6030
6127
  });
6031
6128
  }
6032
6129
  export declare class UpdateIngressResponse extends $tea.Model {
6033
- headers: {
6130
+ headers?: {
6034
6131
  [key: string]: string;
6035
6132
  };
6036
- statusCode: number;
6037
- body: UpdateIngressResponseBody;
6133
+ statusCode?: number;
6134
+ body?: UpdateIngressResponseBody;
6038
6135
  static names(): {
6039
6136
  [key: string]: string;
6040
6137
  };
@@ -6120,11 +6217,11 @@ export declare class UpdateJobResponseBody extends $tea.Model {
6120
6217
  });
6121
6218
  }
6122
6219
  export declare class UpdateJobResponse extends $tea.Model {
6123
- headers: {
6220
+ headers?: {
6124
6221
  [key: string]: string;
6125
6222
  };
6126
- statusCode: number;
6127
- body: UpdateJobResponseBody;
6223
+ statusCode?: number;
6224
+ body?: UpdateJobResponseBody;
6128
6225
  static names(): {
6129
6226
  [key: string]: string;
6130
6227
  };
@@ -6170,11 +6267,11 @@ export declare class UpdateNamespaceResponseBody extends $tea.Model {
6170
6267
  });
6171
6268
  }
6172
6269
  export declare class UpdateNamespaceResponse extends $tea.Model {
6173
- headers: {
6270
+ headers?: {
6174
6271
  [key: string]: string;
6175
6272
  };
6176
- statusCode: number;
6177
- body: UpdateNamespaceResponseBody;
6273
+ statusCode?: number;
6274
+ body?: UpdateNamespaceResponseBody;
6178
6275
  static names(): {
6179
6276
  [key: string]: string;
6180
6277
  };
@@ -6217,11 +6314,11 @@ export declare class UpdateNamespaceVpcResponseBody extends $tea.Model {
6217
6314
  });
6218
6315
  }
6219
6316
  export declare class UpdateNamespaceVpcResponse extends $tea.Model {
6220
- headers: {
6317
+ headers?: {
6221
6318
  [key: string]: string;
6222
6319
  };
6223
- statusCode: number;
6224
- body: UpdateNamespaceVpcResponseBody;
6320
+ statusCode?: number;
6321
+ body?: UpdateNamespaceVpcResponseBody;
6225
6322
  static names(): {
6226
6323
  [key: string]: string;
6227
6324
  };
@@ -6279,11 +6376,57 @@ export declare class UpdateSecretResponseBody extends $tea.Model {
6279
6376
  });
6280
6377
  }
6281
6378
  export declare class UpdateSecretResponse extends $tea.Model {
6282
- headers: {
6379
+ headers?: {
6283
6380
  [key: string]: string;
6284
6381
  };
6285
- statusCode: number;
6286
- body: UpdateSecretResponseBody;
6382
+ statusCode?: number;
6383
+ body?: UpdateSecretResponseBody;
6384
+ static names(): {
6385
+ [key: string]: string;
6386
+ };
6387
+ static types(): {
6388
+ [key: string]: any;
6389
+ };
6390
+ constructor(map?: {
6391
+ [key: string]: any;
6392
+ });
6393
+ }
6394
+ export declare class AppStackInstanceEndpoints extends $tea.Model {
6395
+ address?: string;
6396
+ name?: string;
6397
+ protocol?: string;
6398
+ static names(): {
6399
+ [key: string]: string;
6400
+ };
6401
+ static types(): {
6402
+ [key: string]: any;
6403
+ };
6404
+ constructor(map?: {
6405
+ [key: string]: any;
6406
+ });
6407
+ }
6408
+ export declare class AppStackInstanceParameters extends $tea.Model {
6409
+ name?: string;
6410
+ value?: string;
6411
+ static names(): {
6412
+ [key: string]: string;
6413
+ };
6414
+ static types(): {
6415
+ [key: string]: any;
6416
+ };
6417
+ constructor(map?: {
6418
+ [key: string]: any;
6419
+ });
6420
+ }
6421
+ export declare class AppStackTaskSteps extends $tea.Model {
6422
+ code?: string;
6423
+ duration?: number;
6424
+ endTime?: number;
6425
+ id?: string;
6426
+ message?: string;
6427
+ name?: string;
6428
+ startTime?: number;
6429
+ status?: string;
6287
6430
  static names(): {
6288
6431
  [key: string]: string;
6289
6432
  };
@@ -6318,6 +6461,7 @@ export declare class BuildPipelineCodeConfig extends $tea.Model {
6318
6461
  branchName?: string;
6319
6462
  commitId?: string;
6320
6463
  commitUrl?: string;
6464
+ organizationId?: string;
6321
6465
  provider?: string;
6322
6466
  repoFullName?: string;
6323
6467
  repoId?: string;
@@ -6377,6 +6521,7 @@ export declare class BuildPipelinePackageConfig extends $tea.Model {
6377
6521
  }
6378
6522
  export declare class BuildPipelineTriggerConfig extends $tea.Model {
6379
6523
  branchName?: string;
6524
+ tagName?: string;
6380
6525
  type?: string;
6381
6526
  static names(): {
6382
6527
  [key: string]: string;
@@ -6390,6 +6535,7 @@ export declare class BuildPipelineTriggerConfig extends $tea.Model {
6390
6535
  }
6391
6536
  export declare class BuildPipelineRunBuildConfigTrigger extends $tea.Model {
6392
6537
  branchName?: string;
6538
+ tagName?: string;
6393
6539
  type?: string;
6394
6540
  static names(): {
6395
6541
  [key: string]: string;
@@ -6426,7 +6572,7 @@ export declare class BuildPipelineRunCodeConfig extends $tea.Model {
6426
6572
  branchName?: string;
6427
6573
  commitId?: string;
6428
6574
  commitUrl?: string;
6429
- orgId?: string;
6575
+ organizationId?: string;
6430
6576
  provider?: string;
6431
6577
  repoFullName?: string;
6432
6578
  repoId?: string;
@@ -6503,6 +6649,20 @@ export declare class BuildPipelineRunSteps extends $tea.Model {
6503
6649
  [key: string]: any;
6504
6650
  });
6505
6651
  }
6652
+ export declare class BuildPipelineRunTriggerConfig extends $tea.Model {
6653
+ branchName?: string;
6654
+ tagName?: string;
6655
+ type?: string;
6656
+ static names(): {
6657
+ [key: string]: string;
6658
+ };
6659
+ static types(): {
6660
+ [key: string]: any;
6661
+ };
6662
+ constructor(map?: {
6663
+ [key: string]: any;
6664
+ });
6665
+ }
6506
6666
  export declare class PriceEstimateOutputAppsUsages extends $tea.Model {
6507
6667
  amount?: number;
6508
6668
  id?: string;
@@ -6633,6 +6793,20 @@ export declare class SLSConfigCollectConfigs extends $tea.Model {
6633
6793
  [key: string]: any;
6634
6794
  });
6635
6795
  }
6796
+ export declare class SourceCodeAccountOrganizations extends $tea.Model {
6797
+ avatarUrl?: string;
6798
+ id?: string;
6799
+ name?: string;
6800
+ static names(): {
6801
+ [key: string]: string;
6802
+ };
6803
+ static types(): {
6804
+ [key: string]: any;
6805
+ };
6806
+ constructor(map?: {
6807
+ [key: string]: any;
6808
+ });
6809
+ }
6636
6810
  export declare class AbortAndRollbackChangeOrderResponseBodyData extends $tea.Model {
6637
6811
  changeOrderId?: string;
6638
6812
  static names(): {