@alicloud/eas20210701 1.1.3 → 1.1.4
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 +1 -320
- package/dist/client.js +2 -584
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +24 -722
package/dist/client.d.ts
CHANGED
|
@@ -132,7 +132,7 @@ export declare class Service extends $tea.Model {
|
|
|
132
132
|
source?: string;
|
|
133
133
|
status?: string;
|
|
134
134
|
totalInstance?: number;
|
|
135
|
-
|
|
135
|
+
updateTime?: string;
|
|
136
136
|
weight?: number;
|
|
137
137
|
static names(): {
|
|
138
138
|
[key: string]: string;
|
|
@@ -494,49 +494,6 @@ export declare class CreateServiceMirrorResponse extends $tea.Model {
|
|
|
494
494
|
[key: string]: any;
|
|
495
495
|
});
|
|
496
496
|
}
|
|
497
|
-
export declare class CreateStressRequest extends $tea.Model {
|
|
498
|
-
body?: string;
|
|
499
|
-
static names(): {
|
|
500
|
-
[key: string]: string;
|
|
501
|
-
};
|
|
502
|
-
static types(): {
|
|
503
|
-
[key: string]: any;
|
|
504
|
-
};
|
|
505
|
-
constructor(map?: {
|
|
506
|
-
[key: string]: any;
|
|
507
|
-
});
|
|
508
|
-
}
|
|
509
|
-
export declare class CreateStressResponseBody extends $tea.Model {
|
|
510
|
-
message?: string;
|
|
511
|
-
name?: string;
|
|
512
|
-
region?: string;
|
|
513
|
-
requestId?: string;
|
|
514
|
-
static names(): {
|
|
515
|
-
[key: string]: string;
|
|
516
|
-
};
|
|
517
|
-
static types(): {
|
|
518
|
-
[key: string]: any;
|
|
519
|
-
};
|
|
520
|
-
constructor(map?: {
|
|
521
|
-
[key: string]: any;
|
|
522
|
-
});
|
|
523
|
-
}
|
|
524
|
-
export declare class CreateStressResponse extends $tea.Model {
|
|
525
|
-
headers: {
|
|
526
|
-
[key: string]: string;
|
|
527
|
-
};
|
|
528
|
-
statusCode: number;
|
|
529
|
-
body: CreateStressResponseBody;
|
|
530
|
-
static names(): {
|
|
531
|
-
[key: string]: string;
|
|
532
|
-
};
|
|
533
|
-
static types(): {
|
|
534
|
-
[key: string]: any;
|
|
535
|
-
};
|
|
536
|
-
constructor(map?: {
|
|
537
|
-
[key: string]: any;
|
|
538
|
-
});
|
|
539
|
-
}
|
|
540
497
|
export declare class DeleteBenchmarkTaskResponseBody extends $tea.Model {
|
|
541
498
|
message?: string;
|
|
542
499
|
requestId?: string;
|
|
@@ -852,35 +809,6 @@ export declare class DeleteServiceMirrorResponse extends $tea.Model {
|
|
|
852
809
|
[key: string]: any;
|
|
853
810
|
});
|
|
854
811
|
}
|
|
855
|
-
export declare class DeleteStressResponseBody extends $tea.Model {
|
|
856
|
-
message?: string;
|
|
857
|
-
requestId?: string;
|
|
858
|
-
static names(): {
|
|
859
|
-
[key: string]: string;
|
|
860
|
-
};
|
|
861
|
-
static types(): {
|
|
862
|
-
[key: string]: any;
|
|
863
|
-
};
|
|
864
|
-
constructor(map?: {
|
|
865
|
-
[key: string]: any;
|
|
866
|
-
});
|
|
867
|
-
}
|
|
868
|
-
export declare class DeleteStressResponse extends $tea.Model {
|
|
869
|
-
headers: {
|
|
870
|
-
[key: string]: string;
|
|
871
|
-
};
|
|
872
|
-
statusCode: number;
|
|
873
|
-
body: DeleteStressResponseBody;
|
|
874
|
-
static names(): {
|
|
875
|
-
[key: string]: string;
|
|
876
|
-
};
|
|
877
|
-
static types(): {
|
|
878
|
-
[key: string]: any;
|
|
879
|
-
};
|
|
880
|
-
constructor(map?: {
|
|
881
|
-
[key: string]: any;
|
|
882
|
-
});
|
|
883
|
-
}
|
|
884
812
|
export declare class DescribeBenchmarkTaskResponseBody extends $tea.Model {
|
|
885
813
|
availableAgent?: number;
|
|
886
814
|
callerUid?: string;
|
|
@@ -1220,44 +1148,6 @@ export declare class DescribeServiceMirrorResponse extends $tea.Model {
|
|
|
1220
1148
|
[key: string]: any;
|
|
1221
1149
|
});
|
|
1222
1150
|
}
|
|
1223
|
-
export declare class DescribeStressResponseBody extends $tea.Model {
|
|
1224
|
-
availableAgent?: number;
|
|
1225
|
-
callerUid?: string;
|
|
1226
|
-
desiredAgent?: number;
|
|
1227
|
-
message?: string;
|
|
1228
|
-
parentUid?: string;
|
|
1229
|
-
reason?: string;
|
|
1230
|
-
requestId?: string;
|
|
1231
|
-
serviceName?: string;
|
|
1232
|
-
status?: string;
|
|
1233
|
-
stressName?: string;
|
|
1234
|
-
token?: string;
|
|
1235
|
-
static names(): {
|
|
1236
|
-
[key: string]: string;
|
|
1237
|
-
};
|
|
1238
|
-
static types(): {
|
|
1239
|
-
[key: string]: any;
|
|
1240
|
-
};
|
|
1241
|
-
constructor(map?: {
|
|
1242
|
-
[key: string]: any;
|
|
1243
|
-
});
|
|
1244
|
-
}
|
|
1245
|
-
export declare class DescribeStressResponse extends $tea.Model {
|
|
1246
|
-
headers: {
|
|
1247
|
-
[key: string]: string;
|
|
1248
|
-
};
|
|
1249
|
-
statusCode: number;
|
|
1250
|
-
body: DescribeStressResponseBody;
|
|
1251
|
-
static names(): {
|
|
1252
|
-
[key: string]: string;
|
|
1253
|
-
};
|
|
1254
|
-
static types(): {
|
|
1255
|
-
[key: string]: any;
|
|
1256
|
-
};
|
|
1257
|
-
constructor(map?: {
|
|
1258
|
-
[key: string]: any;
|
|
1259
|
-
});
|
|
1260
|
-
}
|
|
1261
1151
|
export declare class ListBenchmarkTaskResponseBody extends $tea.Model {
|
|
1262
1152
|
requestId?: string;
|
|
1263
1153
|
tasks?: ListBenchmarkTaskResponseBodyTasks[];
|
|
@@ -1561,35 +1451,6 @@ export declare class ListServicesResponse extends $tea.Model {
|
|
|
1561
1451
|
[key: string]: any;
|
|
1562
1452
|
});
|
|
1563
1453
|
}
|
|
1564
|
-
export declare class ListStressesResponseBody extends $tea.Model {
|
|
1565
|
-
requestId?: string;
|
|
1566
|
-
stresses?: ListStressesResponseBodyStresses[];
|
|
1567
|
-
static names(): {
|
|
1568
|
-
[key: string]: string;
|
|
1569
|
-
};
|
|
1570
|
-
static types(): {
|
|
1571
|
-
[key: string]: any;
|
|
1572
|
-
};
|
|
1573
|
-
constructor(map?: {
|
|
1574
|
-
[key: string]: any;
|
|
1575
|
-
});
|
|
1576
|
-
}
|
|
1577
|
-
export declare class ListStressesResponse extends $tea.Model {
|
|
1578
|
-
headers: {
|
|
1579
|
-
[key: string]: string;
|
|
1580
|
-
};
|
|
1581
|
-
statusCode: number;
|
|
1582
|
-
body: ListStressesResponseBody;
|
|
1583
|
-
static names(): {
|
|
1584
|
-
[key: string]: string;
|
|
1585
|
-
};
|
|
1586
|
-
static types(): {
|
|
1587
|
-
[key: string]: any;
|
|
1588
|
-
};
|
|
1589
|
-
constructor(map?: {
|
|
1590
|
-
[key: string]: any;
|
|
1591
|
-
});
|
|
1592
|
-
}
|
|
1593
1454
|
export declare class ReleaseServiceRequest extends $tea.Model {
|
|
1594
1455
|
weight?: number;
|
|
1595
1456
|
static names(): {
|
|
@@ -1631,35 +1492,6 @@ export declare class ReleaseServiceResponse extends $tea.Model {
|
|
|
1631
1492
|
[key: string]: any;
|
|
1632
1493
|
});
|
|
1633
1494
|
}
|
|
1634
|
-
export declare class ReportStressResponseBody extends $tea.Model {
|
|
1635
|
-
reportUrl?: string;
|
|
1636
|
-
requestId?: string;
|
|
1637
|
-
static names(): {
|
|
1638
|
-
[key: string]: string;
|
|
1639
|
-
};
|
|
1640
|
-
static types(): {
|
|
1641
|
-
[key: string]: any;
|
|
1642
|
-
};
|
|
1643
|
-
constructor(map?: {
|
|
1644
|
-
[key: string]: any;
|
|
1645
|
-
});
|
|
1646
|
-
}
|
|
1647
|
-
export declare class ReportStressResponse extends $tea.Model {
|
|
1648
|
-
headers: {
|
|
1649
|
-
[key: string]: string;
|
|
1650
|
-
};
|
|
1651
|
-
statusCode: number;
|
|
1652
|
-
body: ReportStressResponseBody;
|
|
1653
|
-
static names(): {
|
|
1654
|
-
[key: string]: string;
|
|
1655
|
-
};
|
|
1656
|
-
static types(): {
|
|
1657
|
-
[key: string]: any;
|
|
1658
|
-
};
|
|
1659
|
-
constructor(map?: {
|
|
1660
|
-
[key: string]: any;
|
|
1661
|
-
});
|
|
1662
|
-
}
|
|
1663
1495
|
export declare class StartBenchmarkTaskResponseBody extends $tea.Model {
|
|
1664
1496
|
message?: string;
|
|
1665
1497
|
requestId?: string;
|
|
@@ -1718,35 +1550,6 @@ export declare class StartServiceResponse extends $tea.Model {
|
|
|
1718
1550
|
[key: string]: any;
|
|
1719
1551
|
});
|
|
1720
1552
|
}
|
|
1721
|
-
export declare class StartStressResponseBody extends $tea.Model {
|
|
1722
|
-
message?: string;
|
|
1723
|
-
requestId?: string;
|
|
1724
|
-
static names(): {
|
|
1725
|
-
[key: string]: string;
|
|
1726
|
-
};
|
|
1727
|
-
static types(): {
|
|
1728
|
-
[key: string]: any;
|
|
1729
|
-
};
|
|
1730
|
-
constructor(map?: {
|
|
1731
|
-
[key: string]: any;
|
|
1732
|
-
});
|
|
1733
|
-
}
|
|
1734
|
-
export declare class StartStressResponse extends $tea.Model {
|
|
1735
|
-
headers: {
|
|
1736
|
-
[key: string]: string;
|
|
1737
|
-
};
|
|
1738
|
-
statusCode: number;
|
|
1739
|
-
body: StartStressResponseBody;
|
|
1740
|
-
static names(): {
|
|
1741
|
-
[key: string]: string;
|
|
1742
|
-
};
|
|
1743
|
-
static types(): {
|
|
1744
|
-
[key: string]: any;
|
|
1745
|
-
};
|
|
1746
|
-
constructor(map?: {
|
|
1747
|
-
[key: string]: any;
|
|
1748
|
-
});
|
|
1749
|
-
}
|
|
1750
1553
|
export declare class StopBenchmarkTaskResponseBody extends $tea.Model {
|
|
1751
1554
|
message?: string;
|
|
1752
1555
|
requestId?: string;
|
|
@@ -1805,36 +1608,6 @@ export declare class StopServiceResponse extends $tea.Model {
|
|
|
1805
1608
|
[key: string]: any;
|
|
1806
1609
|
});
|
|
1807
1610
|
}
|
|
1808
|
-
export declare class StopStressResponseBody extends $tea.Model {
|
|
1809
|
-
code?: number;
|
|
1810
|
-
message?: string;
|
|
1811
|
-
requestId?: string;
|
|
1812
|
-
static names(): {
|
|
1813
|
-
[key: string]: string;
|
|
1814
|
-
};
|
|
1815
|
-
static types(): {
|
|
1816
|
-
[key: string]: any;
|
|
1817
|
-
};
|
|
1818
|
-
constructor(map?: {
|
|
1819
|
-
[key: string]: any;
|
|
1820
|
-
});
|
|
1821
|
-
}
|
|
1822
|
-
export declare class StopStressResponse extends $tea.Model {
|
|
1823
|
-
headers: {
|
|
1824
|
-
[key: string]: string;
|
|
1825
|
-
};
|
|
1826
|
-
statusCode: number;
|
|
1827
|
-
body: StopStressResponseBody;
|
|
1828
|
-
static names(): {
|
|
1829
|
-
[key: string]: string;
|
|
1830
|
-
};
|
|
1831
|
-
static types(): {
|
|
1832
|
-
[key: string]: any;
|
|
1833
|
-
};
|
|
1834
|
-
constructor(map?: {
|
|
1835
|
-
[key: string]: any;
|
|
1836
|
-
});
|
|
1837
|
-
}
|
|
1838
1611
|
export declare class UpdateBenchmarkTaskRequest extends $tea.Model {
|
|
1839
1612
|
body?: string;
|
|
1840
1613
|
static names(): {
|
|
@@ -2171,47 +1944,6 @@ export declare class UpdateServiceVersionResponse extends $tea.Model {
|
|
|
2171
1944
|
[key: string]: any;
|
|
2172
1945
|
});
|
|
2173
1946
|
}
|
|
2174
|
-
export declare class UpdateStressRequest extends $tea.Model {
|
|
2175
|
-
body?: string;
|
|
2176
|
-
static names(): {
|
|
2177
|
-
[key: string]: string;
|
|
2178
|
-
};
|
|
2179
|
-
static types(): {
|
|
2180
|
-
[key: string]: any;
|
|
2181
|
-
};
|
|
2182
|
-
constructor(map?: {
|
|
2183
|
-
[key: string]: any;
|
|
2184
|
-
});
|
|
2185
|
-
}
|
|
2186
|
-
export declare class UpdateStressResponseBody extends $tea.Model {
|
|
2187
|
-
message?: string;
|
|
2188
|
-
requestId?: string;
|
|
2189
|
-
static names(): {
|
|
2190
|
-
[key: string]: string;
|
|
2191
|
-
};
|
|
2192
|
-
static types(): {
|
|
2193
|
-
[key: string]: any;
|
|
2194
|
-
};
|
|
2195
|
-
constructor(map?: {
|
|
2196
|
-
[key: string]: any;
|
|
2197
|
-
});
|
|
2198
|
-
}
|
|
2199
|
-
export declare class UpdateStressResponse extends $tea.Model {
|
|
2200
|
-
headers: {
|
|
2201
|
-
[key: string]: string;
|
|
2202
|
-
};
|
|
2203
|
-
statusCode: number;
|
|
2204
|
-
body: UpdateStressResponseBody;
|
|
2205
|
-
static names(): {
|
|
2206
|
-
[key: string]: string;
|
|
2207
|
-
};
|
|
2208
|
-
static types(): {
|
|
2209
|
-
[key: string]: any;
|
|
2210
|
-
};
|
|
2211
|
-
constructor(map?: {
|
|
2212
|
-
[key: string]: any;
|
|
2213
|
-
});
|
|
2214
|
-
}
|
|
2215
1947
|
export declare class CreateServiceAutoScalerRequestStrategies extends $tea.Model {
|
|
2216
1948
|
cpu?: number;
|
|
2217
1949
|
qps?: number;
|
|
@@ -2277,25 +2009,6 @@ export declare class ListBenchmarkTaskResponseBodyTasks extends $tea.Model {
|
|
|
2277
2009
|
[key: string]: any;
|
|
2278
2010
|
});
|
|
2279
2011
|
}
|
|
2280
|
-
export declare class ListStressesResponseBodyStresses extends $tea.Model {
|
|
2281
|
-
availableAgent?: number;
|
|
2282
|
-
createTime?: string;
|
|
2283
|
-
message?: string;
|
|
2284
|
-
region?: string;
|
|
2285
|
-
serviceName?: string;
|
|
2286
|
-
status?: string;
|
|
2287
|
-
stressName?: string;
|
|
2288
|
-
updateTime?: string;
|
|
2289
|
-
static names(): {
|
|
2290
|
-
[key: string]: string;
|
|
2291
|
-
};
|
|
2292
|
-
static types(): {
|
|
2293
|
-
[key: string]: any;
|
|
2294
|
-
};
|
|
2295
|
-
constructor(map?: {
|
|
2296
|
-
[key: string]: any;
|
|
2297
|
-
});
|
|
2298
|
-
}
|
|
2299
2012
|
export declare class UpdateServiceAutoScalerRequestStrategies extends $tea.Model {
|
|
2300
2013
|
cpu?: number;
|
|
2301
2014
|
qps?: number;
|
|
@@ -2360,10 +2073,6 @@ export default class Client extends OpenApi {
|
|
|
2360
2073
|
createServiceMirrorWithOptions(ClusterId: string, ServiceName: string, request: CreateServiceMirrorRequest, headers: {
|
|
2361
2074
|
[key: string]: string;
|
|
2362
2075
|
}, runtime: $Util.RuntimeOptions): Promise<CreateServiceMirrorResponse>;
|
|
2363
|
-
createStress(request: CreateStressRequest): Promise<CreateStressResponse>;
|
|
2364
|
-
createStressWithOptions(request: CreateStressRequest, headers: {
|
|
2365
|
-
[key: string]: string;
|
|
2366
|
-
}, runtime: $Util.RuntimeOptions): Promise<CreateStressResponse>;
|
|
2367
2076
|
deleteBenchmarkTask(ClusterId: string, TaskName: string): Promise<DeleteBenchmarkTaskResponse>;
|
|
2368
2077
|
deleteBenchmarkTaskWithOptions(ClusterId: string, TaskName: string, headers: {
|
|
2369
2078
|
[key: string]: string;
|
|
@@ -2404,10 +2113,6 @@ export default class Client extends OpenApi {
|
|
|
2404
2113
|
deleteServiceMirrorWithOptions(ClusterId: string, ServiceName: string, headers: {
|
|
2405
2114
|
[key: string]: string;
|
|
2406
2115
|
}, runtime: $Util.RuntimeOptions): Promise<DeleteServiceMirrorResponse>;
|
|
2407
|
-
deleteStress(ClusterId: string, StressName: string): Promise<DeleteStressResponse>;
|
|
2408
|
-
deleteStressWithOptions(ClusterId: string, StressName: string, headers: {
|
|
2409
|
-
[key: string]: string;
|
|
2410
|
-
}, runtime: $Util.RuntimeOptions): Promise<DeleteStressResponse>;
|
|
2411
2116
|
describeBenchmarkTask(ClusterId: string, TaskName: string): Promise<DescribeBenchmarkTaskResponse>;
|
|
2412
2117
|
describeBenchmarkTaskWithOptions(ClusterId: string, TaskName: string, headers: {
|
|
2413
2118
|
[key: string]: string;
|
|
@@ -2448,10 +2153,6 @@ export default class Client extends OpenApi {
|
|
|
2448
2153
|
describeServiceMirrorWithOptions(ClusterId: string, ServiceName: string, headers: {
|
|
2449
2154
|
[key: string]: string;
|
|
2450
2155
|
}, runtime: $Util.RuntimeOptions): Promise<DescribeServiceMirrorResponse>;
|
|
2451
|
-
describeStress(ClusterId: string, StressName: string): Promise<DescribeStressResponse>;
|
|
2452
|
-
describeStressWithOptions(ClusterId: string, StressName: string, headers: {
|
|
2453
|
-
[key: string]: string;
|
|
2454
|
-
}, runtime: $Util.RuntimeOptions): Promise<DescribeStressResponse>;
|
|
2455
2156
|
listBenchmarkTask(): Promise<ListBenchmarkTaskResponse>;
|
|
2456
2157
|
listBenchmarkTaskWithOptions(headers: {
|
|
2457
2158
|
[key: string]: string;
|
|
@@ -2480,18 +2181,10 @@ export default class Client extends OpenApi {
|
|
|
2480
2181
|
listServicesWithOptions(request: ListServicesRequest, headers: {
|
|
2481
2182
|
[key: string]: string;
|
|
2482
2183
|
}, runtime: $Util.RuntimeOptions): Promise<ListServicesResponse>;
|
|
2483
|
-
listStresses(): Promise<ListStressesResponse>;
|
|
2484
|
-
listStressesWithOptions(headers: {
|
|
2485
|
-
[key: string]: string;
|
|
2486
|
-
}, runtime: $Util.RuntimeOptions): Promise<ListStressesResponse>;
|
|
2487
2184
|
releaseService(ClusterId: string, ServiceName: string, request: ReleaseServiceRequest): Promise<ReleaseServiceResponse>;
|
|
2488
2185
|
releaseServiceWithOptions(ClusterId: string, ServiceName: string, request: ReleaseServiceRequest, headers: {
|
|
2489
2186
|
[key: string]: string;
|
|
2490
2187
|
}, runtime: $Util.RuntimeOptions): Promise<ReleaseServiceResponse>;
|
|
2491
|
-
reportStress(ClusterId: string, StressName: string): Promise<ReportStressResponse>;
|
|
2492
|
-
reportStressWithOptions(ClusterId: string, StressName: string, headers: {
|
|
2493
|
-
[key: string]: string;
|
|
2494
|
-
}, runtime: $Util.RuntimeOptions): Promise<ReportStressResponse>;
|
|
2495
2188
|
startBenchmarkTask(ClusterId: string, TaskName: string): Promise<StartBenchmarkTaskResponse>;
|
|
2496
2189
|
startBenchmarkTaskWithOptions(ClusterId: string, TaskName: string, headers: {
|
|
2497
2190
|
[key: string]: string;
|
|
@@ -2500,10 +2193,6 @@ export default class Client extends OpenApi {
|
|
|
2500
2193
|
startServiceWithOptions(ClusterId: string, ServiceName: string, headers: {
|
|
2501
2194
|
[key: string]: string;
|
|
2502
2195
|
}, runtime: $Util.RuntimeOptions): Promise<StartServiceResponse>;
|
|
2503
|
-
startStress(ClusterId: string, StressName: string): Promise<StartStressResponse>;
|
|
2504
|
-
startStressWithOptions(ClusterId: string, StressName: string, headers: {
|
|
2505
|
-
[key: string]: string;
|
|
2506
|
-
}, runtime: $Util.RuntimeOptions): Promise<StartStressResponse>;
|
|
2507
2196
|
stopBenchmarkTask(ClusterId: string, TaskName: string): Promise<StopBenchmarkTaskResponse>;
|
|
2508
2197
|
stopBenchmarkTaskWithOptions(ClusterId: string, TaskName: string, headers: {
|
|
2509
2198
|
[key: string]: string;
|
|
@@ -2512,10 +2201,6 @@ export default class Client extends OpenApi {
|
|
|
2512
2201
|
stopServiceWithOptions(ClusterId: string, ServiceName: string, headers: {
|
|
2513
2202
|
[key: string]: string;
|
|
2514
2203
|
}, runtime: $Util.RuntimeOptions): Promise<StopServiceResponse>;
|
|
2515
|
-
stopStress(ClusterId: string, StressName: string): Promise<StopStressResponse>;
|
|
2516
|
-
stopStressWithOptions(ClusterId: string, StressName: string, headers: {
|
|
2517
|
-
[key: string]: string;
|
|
2518
|
-
}, runtime: $Util.RuntimeOptions): Promise<StopStressResponse>;
|
|
2519
2204
|
updateBenchmarkTask(ClusterId: string, TaskName: string, request: UpdateBenchmarkTaskRequest): Promise<UpdateBenchmarkTaskResponse>;
|
|
2520
2205
|
updateBenchmarkTaskWithOptions(ClusterId: string, TaskName: string, request: UpdateBenchmarkTaskRequest, headers: {
|
|
2521
2206
|
[key: string]: string;
|
|
@@ -2548,8 +2233,4 @@ export default class Client extends OpenApi {
|
|
|
2548
2233
|
updateServiceVersionWithOptions(ClusterId: string, ServiceName: string, request: UpdateServiceVersionRequest, headers: {
|
|
2549
2234
|
[key: string]: string;
|
|
2550
2235
|
}, runtime: $Util.RuntimeOptions): Promise<UpdateServiceVersionResponse>;
|
|
2551
|
-
updateStress(ClusterId: string, StressName: string, request: UpdateStressRequest): Promise<UpdateStressResponse>;
|
|
2552
|
-
updateStressWithOptions(ClusterId: string, StressName: string, request: UpdateStressRequest, headers: {
|
|
2553
|
-
[key: string]: string;
|
|
2554
|
-
}, runtime: $Util.RuntimeOptions): Promise<UpdateStressResponse>;
|
|
2555
2236
|
}
|