@alicloud/eas20210701 1.1.3 → 1.1.6
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 +8 -320
- package/dist/client.js +31 -600
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +57 -736
package/dist/client.d.ts
CHANGED
|
@@ -111,6 +111,7 @@ export declare class Service extends $tea.Model {
|
|
|
111
111
|
cpu?: number;
|
|
112
112
|
createTime?: string;
|
|
113
113
|
currentVersion?: number;
|
|
114
|
+
extraData?: string;
|
|
114
115
|
gpu?: number;
|
|
115
116
|
image?: string;
|
|
116
117
|
internetEndpoint?: string;
|
|
@@ -125,14 +126,16 @@ export declare class Service extends $tea.Model {
|
|
|
125
126
|
region?: string;
|
|
126
127
|
requestId?: string;
|
|
127
128
|
resource?: string;
|
|
129
|
+
resourceAlias?: string;
|
|
128
130
|
runningInstance?: number;
|
|
129
131
|
serviceConfig?: string;
|
|
132
|
+
serviceGroup?: string;
|
|
130
133
|
serviceId?: string;
|
|
131
134
|
serviceName?: string;
|
|
132
135
|
source?: string;
|
|
133
136
|
status?: string;
|
|
134
137
|
totalInstance?: number;
|
|
135
|
-
|
|
138
|
+
updateTime?: string;
|
|
136
139
|
weight?: number;
|
|
137
140
|
static names(): {
|
|
138
141
|
[key: string]: string;
|
|
@@ -494,49 +497,6 @@ export declare class CreateServiceMirrorResponse extends $tea.Model {
|
|
|
494
497
|
[key: string]: any;
|
|
495
498
|
});
|
|
496
499
|
}
|
|
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
500
|
export declare class DeleteBenchmarkTaskResponseBody extends $tea.Model {
|
|
541
501
|
message?: string;
|
|
542
502
|
requestId?: string;
|
|
@@ -852,35 +812,6 @@ export declare class DeleteServiceMirrorResponse extends $tea.Model {
|
|
|
852
812
|
[key: string]: any;
|
|
853
813
|
});
|
|
854
814
|
}
|
|
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
815
|
export declare class DescribeBenchmarkTaskResponseBody extends $tea.Model {
|
|
885
816
|
availableAgent?: number;
|
|
886
817
|
callerUid?: string;
|
|
@@ -1073,6 +1004,9 @@ export declare class DescribeServiceResponse extends $tea.Model {
|
|
|
1073
1004
|
});
|
|
1074
1005
|
}
|
|
1075
1006
|
export declare class DescribeServiceAutoScalerResponseBody extends $tea.Model {
|
|
1007
|
+
behavior?: {
|
|
1008
|
+
[key: string]: any;
|
|
1009
|
+
};
|
|
1076
1010
|
currentValues?: {
|
|
1077
1011
|
[key: string]: any;
|
|
1078
1012
|
};
|
|
@@ -1220,44 +1154,6 @@ export declare class DescribeServiceMirrorResponse extends $tea.Model {
|
|
|
1220
1154
|
[key: string]: any;
|
|
1221
1155
|
});
|
|
1222
1156
|
}
|
|
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
1157
|
export declare class ListBenchmarkTaskResponseBody extends $tea.Model {
|
|
1262
1158
|
requestId?: string;
|
|
1263
1159
|
tasks?: ListBenchmarkTaskResponseBodyTasks[];
|
|
@@ -1561,36 +1457,8 @@ export declare class ListServicesResponse extends $tea.Model {
|
|
|
1561
1457
|
[key: string]: any;
|
|
1562
1458
|
});
|
|
1563
1459
|
}
|
|
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
1460
|
export declare class ReleaseServiceRequest extends $tea.Model {
|
|
1461
|
+
trafficState?: string;
|
|
1594
1462
|
weight?: number;
|
|
1595
1463
|
static names(): {
|
|
1596
1464
|
[key: string]: string;
|
|
@@ -1631,35 +1499,6 @@ export declare class ReleaseServiceResponse extends $tea.Model {
|
|
|
1631
1499
|
[key: string]: any;
|
|
1632
1500
|
});
|
|
1633
1501
|
}
|
|
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
1502
|
export declare class StartBenchmarkTaskResponseBody extends $tea.Model {
|
|
1664
1503
|
message?: string;
|
|
1665
1504
|
requestId?: string;
|
|
@@ -1718,35 +1557,6 @@ export declare class StartServiceResponse extends $tea.Model {
|
|
|
1718
1557
|
[key: string]: any;
|
|
1719
1558
|
});
|
|
1720
1559
|
}
|
|
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
1560
|
export declare class StopBenchmarkTaskResponseBody extends $tea.Model {
|
|
1751
1561
|
message?: string;
|
|
1752
1562
|
requestId?: string;
|
|
@@ -1805,36 +1615,6 @@ export declare class StopServiceResponse extends $tea.Model {
|
|
|
1805
1615
|
[key: string]: any;
|
|
1806
1616
|
});
|
|
1807
1617
|
}
|
|
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
1618
|
export declare class UpdateBenchmarkTaskRequest extends $tea.Model {
|
|
1839
1619
|
body?: string;
|
|
1840
1620
|
static names(): {
|
|
@@ -2171,47 +1951,6 @@ export declare class UpdateServiceVersionResponse extends $tea.Model {
|
|
|
2171
1951
|
[key: string]: any;
|
|
2172
1952
|
});
|
|
2173
1953
|
}
|
|
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
1954
|
export declare class CreateServiceAutoScalerRequestStrategies extends $tea.Model {
|
|
2216
1955
|
cpu?: number;
|
|
2217
1956
|
qps?: number;
|
|
@@ -2277,25 +2016,6 @@ export declare class ListBenchmarkTaskResponseBodyTasks extends $tea.Model {
|
|
|
2277
2016
|
[key: string]: any;
|
|
2278
2017
|
});
|
|
2279
2018
|
}
|
|
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
2019
|
export declare class UpdateServiceAutoScalerRequestStrategies extends $tea.Model {
|
|
2300
2020
|
cpu?: number;
|
|
2301
2021
|
qps?: number;
|
|
@@ -2360,10 +2080,6 @@ export default class Client extends OpenApi {
|
|
|
2360
2080
|
createServiceMirrorWithOptions(ClusterId: string, ServiceName: string, request: CreateServiceMirrorRequest, headers: {
|
|
2361
2081
|
[key: string]: string;
|
|
2362
2082
|
}, 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
2083
|
deleteBenchmarkTask(ClusterId: string, TaskName: string): Promise<DeleteBenchmarkTaskResponse>;
|
|
2368
2084
|
deleteBenchmarkTaskWithOptions(ClusterId: string, TaskName: string, headers: {
|
|
2369
2085
|
[key: string]: string;
|
|
@@ -2404,10 +2120,6 @@ export default class Client extends OpenApi {
|
|
|
2404
2120
|
deleteServiceMirrorWithOptions(ClusterId: string, ServiceName: string, headers: {
|
|
2405
2121
|
[key: string]: string;
|
|
2406
2122
|
}, 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
2123
|
describeBenchmarkTask(ClusterId: string, TaskName: string): Promise<DescribeBenchmarkTaskResponse>;
|
|
2412
2124
|
describeBenchmarkTaskWithOptions(ClusterId: string, TaskName: string, headers: {
|
|
2413
2125
|
[key: string]: string;
|
|
@@ -2448,10 +2160,6 @@ export default class Client extends OpenApi {
|
|
|
2448
2160
|
describeServiceMirrorWithOptions(ClusterId: string, ServiceName: string, headers: {
|
|
2449
2161
|
[key: string]: string;
|
|
2450
2162
|
}, 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
2163
|
listBenchmarkTask(): Promise<ListBenchmarkTaskResponse>;
|
|
2456
2164
|
listBenchmarkTaskWithOptions(headers: {
|
|
2457
2165
|
[key: string]: string;
|
|
@@ -2480,18 +2188,10 @@ export default class Client extends OpenApi {
|
|
|
2480
2188
|
listServicesWithOptions(request: ListServicesRequest, headers: {
|
|
2481
2189
|
[key: string]: string;
|
|
2482
2190
|
}, runtime: $Util.RuntimeOptions): Promise<ListServicesResponse>;
|
|
2483
|
-
listStresses(): Promise<ListStressesResponse>;
|
|
2484
|
-
listStressesWithOptions(headers: {
|
|
2485
|
-
[key: string]: string;
|
|
2486
|
-
}, runtime: $Util.RuntimeOptions): Promise<ListStressesResponse>;
|
|
2487
2191
|
releaseService(ClusterId: string, ServiceName: string, request: ReleaseServiceRequest): Promise<ReleaseServiceResponse>;
|
|
2488
2192
|
releaseServiceWithOptions(ClusterId: string, ServiceName: string, request: ReleaseServiceRequest, headers: {
|
|
2489
2193
|
[key: string]: string;
|
|
2490
2194
|
}, 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
2195
|
startBenchmarkTask(ClusterId: string, TaskName: string): Promise<StartBenchmarkTaskResponse>;
|
|
2496
2196
|
startBenchmarkTaskWithOptions(ClusterId: string, TaskName: string, headers: {
|
|
2497
2197
|
[key: string]: string;
|
|
@@ -2500,10 +2200,6 @@ export default class Client extends OpenApi {
|
|
|
2500
2200
|
startServiceWithOptions(ClusterId: string, ServiceName: string, headers: {
|
|
2501
2201
|
[key: string]: string;
|
|
2502
2202
|
}, 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
2203
|
stopBenchmarkTask(ClusterId: string, TaskName: string): Promise<StopBenchmarkTaskResponse>;
|
|
2508
2204
|
stopBenchmarkTaskWithOptions(ClusterId: string, TaskName: string, headers: {
|
|
2509
2205
|
[key: string]: string;
|
|
@@ -2512,10 +2208,6 @@ export default class Client extends OpenApi {
|
|
|
2512
2208
|
stopServiceWithOptions(ClusterId: string, ServiceName: string, headers: {
|
|
2513
2209
|
[key: string]: string;
|
|
2514
2210
|
}, 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
2211
|
updateBenchmarkTask(ClusterId: string, TaskName: string, request: UpdateBenchmarkTaskRequest): Promise<UpdateBenchmarkTaskResponse>;
|
|
2520
2212
|
updateBenchmarkTaskWithOptions(ClusterId: string, TaskName: string, request: UpdateBenchmarkTaskRequest, headers: {
|
|
2521
2213
|
[key: string]: string;
|
|
@@ -2548,8 +2240,4 @@ export default class Client extends OpenApi {
|
|
|
2548
2240
|
updateServiceVersionWithOptions(ClusterId: string, ServiceName: string, request: UpdateServiceVersionRequest, headers: {
|
|
2549
2241
|
[key: string]: string;
|
|
2550
2242
|
}, 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
2243
|
}
|