@alicloud/sae20190506 2.5.8 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +14 -0
- package/dist/client.js +59 -0
- package/dist/client.js.map +1 -1
- package/dist/models/CreateApplicationRequest.d.ts +1 -0
- package/dist/models/CreateApplicationRequest.js +2 -0
- package/dist/models/CreateApplicationRequest.js.map +1 -1
- package/dist/models/CreateApplicationShrinkRequest.d.ts +1 -0
- package/dist/models/CreateApplicationShrinkRequest.js +2 -0
- package/dist/models/CreateApplicationShrinkRequest.js.map +1 -1
- package/dist/models/CreateJobRequest.d.ts +2 -0
- package/dist/models/CreateJobRequest.js +4 -0
- package/dist/models/CreateJobRequest.js.map +1 -1
- package/dist/models/DescribeApplicationConfigResponseBody.d.ts +2 -0
- package/dist/models/DescribeApplicationConfigResponseBody.js +4 -0
- package/dist/models/DescribeApplicationConfigResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationMseServiceRequest.d.ts +29 -0
- package/dist/models/DescribeApplicationMseServiceRequest.js +60 -0
- package/dist/models/DescribeApplicationMseServiceRequest.js.map +1 -0
- package/dist/models/DescribeApplicationMseServiceResponse.d.ts +19 -0
- package/dist/models/DescribeApplicationMseServiceResponse.js +69 -0
- package/dist/models/DescribeApplicationMseServiceResponse.js.map +1 -0
- package/dist/models/DescribeApplicationMseServiceResponseBody.d.ts +56 -0
- package/dist/models/DescribeApplicationMseServiceResponseBody.js +98 -0
- package/dist/models/DescribeApplicationMseServiceResponseBody.js.map +1 -0
- package/dist/models/DescribeConfigurationPriceRequest.d.ts +1 -0
- package/dist/models/DescribeConfigurationPriceRequest.js +2 -0
- package/dist/models/DescribeConfigurationPriceRequest.js.map +1 -1
- package/dist/models/DescribeJobResponseBody.d.ts +1 -0
- package/dist/models/DescribeJobResponseBody.js +2 -0
- package/dist/models/DescribeJobResponseBody.js.map +1 -1
- package/dist/models/UpdateJobRequest.d.ts +2 -0
- package/dist/models/UpdateJobRequest.js +4 -0
- package/dist/models/UpdateJobRequest.js.map +1 -1
- package/dist/models/model.d.ts +4 -0
- package/dist/models/model.js +24 -16
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +69 -0
- package/src/models/CreateApplicationRequest.ts +3 -0
- package/src/models/CreateApplicationShrinkRequest.ts +3 -0
- package/src/models/CreateJobRequest.ts +6 -0
- package/src/models/DescribeApplicationConfigResponseBody.ts +6 -0
- package/src/models/DescribeApplicationMseServiceRequest.ts +44 -0
- package/src/models/DescribeApplicationMseServiceResponse.ts +40 -0
- package/src/models/DescribeApplicationMseServiceResponseBody.ts +100 -0
- package/src/models/DescribeConfigurationPriceRequest.ts +3 -0
- package/src/models/DescribeJobResponseBody.ts +3 -0
- package/src/models/UpdateJobRequest.ts +6 -0
- package/src/models/model.ts +4 -0
package/dist/client.d.ts
CHANGED
|
@@ -756,6 +756,20 @@ export default class Client extends OpenApi {
|
|
|
756
756
|
* @returns DescribeApplicationInstancesResponse
|
|
757
757
|
*/
|
|
758
758
|
describeApplicationInstances(request: $_model.DescribeApplicationInstancesRequest): Promise<$_model.DescribeApplicationInstancesResponse>;
|
|
759
|
+
/**
|
|
760
|
+
* @param request - DescribeApplicationMseServiceRequest
|
|
761
|
+
* @param headers - map
|
|
762
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
763
|
+
* @returns DescribeApplicationMseServiceResponse
|
|
764
|
+
*/
|
|
765
|
+
describeApplicationMseServiceWithOptions(request: $_model.DescribeApplicationMseServiceRequest, headers: {
|
|
766
|
+
[key: string]: string;
|
|
767
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeApplicationMseServiceResponse>;
|
|
768
|
+
/**
|
|
769
|
+
* @param request - DescribeApplicationMseServiceRequest
|
|
770
|
+
* @returns DescribeApplicationMseServiceResponse
|
|
771
|
+
*/
|
|
772
|
+
describeApplicationMseService(request: $_model.DescribeApplicationMseServiceRequest): Promise<$_model.DescribeApplicationMseServiceResponse>;
|
|
759
773
|
/**
|
|
760
774
|
* Queries the Network Load Balancer (NLB) instances bound to an application and their listeners.
|
|
761
775
|
*
|
package/dist/client.js
CHANGED
|
@@ -478,6 +478,9 @@ class Client extends openapi_core_1.default {
|
|
|
478
478
|
if (!$dara.isNull(request.gpuConfig)) {
|
|
479
479
|
query["GpuConfig"] = request.gpuConfig;
|
|
480
480
|
}
|
|
481
|
+
if (!$dara.isNull(request.headlessPvtzDiscoverySvc)) {
|
|
482
|
+
query["HeadlessPvtzDiscoverySvc"] = request.headlessPvtzDiscoverySvc;
|
|
483
|
+
}
|
|
481
484
|
if (!$dara.isNull(request.html)) {
|
|
482
485
|
query["Html"] = request.html;
|
|
483
486
|
}
|
|
@@ -1014,6 +1017,9 @@ class Client extends openapi_core_1.default {
|
|
|
1014
1017
|
if (!$dara.isNull(request.backoffLimit)) {
|
|
1015
1018
|
query["BackoffLimit"] = request.backoffLimit;
|
|
1016
1019
|
}
|
|
1020
|
+
if (!$dara.isNull(request.bestEffortType)) {
|
|
1021
|
+
query["BestEffortType"] = request.bestEffortType;
|
|
1022
|
+
}
|
|
1017
1023
|
if (!$dara.isNull(request.command)) {
|
|
1018
1024
|
query["Command"] = request.command;
|
|
1019
1025
|
}
|
|
@@ -1062,6 +1068,9 @@ class Client extends openapi_core_1.default {
|
|
|
1062
1068
|
if (!$dara.isNull(request.namespaceId)) {
|
|
1063
1069
|
query["NamespaceId"] = request.namespaceId;
|
|
1064
1070
|
}
|
|
1071
|
+
if (!$dara.isNull(request.nasConfigs)) {
|
|
1072
|
+
query["NasConfigs"] = request.nasConfigs;
|
|
1073
|
+
}
|
|
1065
1074
|
if (!$dara.isNull(request.nasId)) {
|
|
1066
1075
|
query["NasId"] = request.nasId;
|
|
1067
1076
|
}
|
|
@@ -2697,6 +2706,47 @@ class Client extends openapi_core_1.default {
|
|
|
2697
2706
|
let headers = {};
|
|
2698
2707
|
return await this.describeApplicationInstancesWithOptions(request, headers, runtime);
|
|
2699
2708
|
}
|
|
2709
|
+
/**
|
|
2710
|
+
* @param request - DescribeApplicationMseServiceRequest
|
|
2711
|
+
* @param headers - map
|
|
2712
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2713
|
+
* @returns DescribeApplicationMseServiceResponse
|
|
2714
|
+
*/
|
|
2715
|
+
async describeApplicationMseServiceWithOptions(request, headers, runtime) {
|
|
2716
|
+
request.validate();
|
|
2717
|
+
let query = {};
|
|
2718
|
+
if (!$dara.isNull(request.appId)) {
|
|
2719
|
+
query["AppId"] = request.appId;
|
|
2720
|
+
}
|
|
2721
|
+
if (!$dara.isNull(request.enableAhas)) {
|
|
2722
|
+
query["EnableAhas"] = request.enableAhas;
|
|
2723
|
+
}
|
|
2724
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
2725
|
+
headers: headers,
|
|
2726
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
2727
|
+
});
|
|
2728
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
2729
|
+
action: "DescribeApplicationMseService",
|
|
2730
|
+
version: "2019-05-06",
|
|
2731
|
+
protocol: "HTTPS",
|
|
2732
|
+
pathname: `/pop/v1/sam/app/applicationMseService`,
|
|
2733
|
+
method: "GET",
|
|
2734
|
+
authType: "AK",
|
|
2735
|
+
style: "ROA",
|
|
2736
|
+
reqBodyType: "json",
|
|
2737
|
+
bodyType: "json",
|
|
2738
|
+
});
|
|
2739
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApplicationMseServiceResponse({}));
|
|
2740
|
+
}
|
|
2741
|
+
/**
|
|
2742
|
+
* @param request - DescribeApplicationMseServiceRequest
|
|
2743
|
+
* @returns DescribeApplicationMseServiceResponse
|
|
2744
|
+
*/
|
|
2745
|
+
async describeApplicationMseService(request) {
|
|
2746
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
2747
|
+
let headers = {};
|
|
2748
|
+
return await this.describeApplicationMseServiceWithOptions(request, headers, runtime);
|
|
2749
|
+
}
|
|
2700
2750
|
/**
|
|
2701
2751
|
* Queries the Network Load Balancer (NLB) instances bound to an application and their listeners.
|
|
2702
2752
|
*
|
|
@@ -3050,6 +3100,9 @@ class Client extends openapi_core_1.default {
|
|
|
3050
3100
|
async describeConfigurationPriceWithOptions(request, headers, runtime) {
|
|
3051
3101
|
request.validate();
|
|
3052
3102
|
let query = {};
|
|
3103
|
+
if (!$dara.isNull(request.bestEffortType)) {
|
|
3104
|
+
query["BestEffortType"] = request.bestEffortType;
|
|
3105
|
+
}
|
|
3053
3106
|
if (!$dara.isNull(request.cpu)) {
|
|
3054
3107
|
query["Cpu"] = request.cpu;
|
|
3055
3108
|
}
|
|
@@ -7365,6 +7418,9 @@ class Client extends openapi_core_1.default {
|
|
|
7365
7418
|
if (!$dara.isNull(request.backoffLimit)) {
|
|
7366
7419
|
query["BackoffLimit"] = request.backoffLimit;
|
|
7367
7420
|
}
|
|
7421
|
+
if (!$dara.isNull(request.bestEffortType)) {
|
|
7422
|
+
query["BestEffortType"] = request.bestEffortType;
|
|
7423
|
+
}
|
|
7368
7424
|
if (!$dara.isNull(request.command)) {
|
|
7369
7425
|
query["Command"] = request.command;
|
|
7370
7426
|
}
|
|
@@ -7404,6 +7460,9 @@ class Client extends openapi_core_1.default {
|
|
|
7404
7460
|
if (!$dara.isNull(request.mountHost)) {
|
|
7405
7461
|
query["MountHost"] = request.mountHost;
|
|
7406
7462
|
}
|
|
7463
|
+
if (!$dara.isNull(request.nasConfigs)) {
|
|
7464
|
+
query["NasConfigs"] = request.nasConfigs;
|
|
7465
|
+
}
|
|
7407
7466
|
if (!$dara.isNull(request.nasId)) {
|
|
7408
7467
|
query["NasId"] = request.nasId;
|
|
7409
7468
|
}
|