@alicloud/sae20190506 2.5.9 → 2.7.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 +28 -0
- package/dist/client.js +100 -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/DeployApplicationRequest.d.ts +1 -0
- package/dist/models/DeployApplicationRequest.js +2 -0
- package/dist/models/DeployApplicationRequest.js.map +1 -1
- package/dist/models/DeployApplicationShrinkRequest.d.ts +1 -0
- package/dist/models/DeployApplicationShrinkRequest.js +2 -0
- package/dist/models/DeployApplicationShrinkRequest.js.map +1 -1
- package/dist/models/DescribeApplicationConfigResponseBody.d.ts +30 -0
- package/dist/models/DescribeApplicationConfigResponseBody.js +53 -1
- 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/InitContainerConfig.d.ts +1 -0
- package/dist/models/InitContainerConfig.js +2 -0
- package/dist/models/InitContainerConfig.js.map +1 -1
- package/dist/models/QueryArmsEnableRequest.d.ts +21 -0
- package/dist/models/QueryArmsEnableRequest.js +58 -0
- package/dist/models/QueryArmsEnableRequest.js.map +1 -0
- package/dist/models/QueryArmsEnableResponse.d.ts +19 -0
- package/dist/models/QueryArmsEnableResponse.js +69 -0
- package/dist/models/QueryArmsEnableResponse.js.map +1 -0
- package/dist/models/QueryArmsEnableResponseBody.d.ts +57 -0
- package/dist/models/QueryArmsEnableResponseBody.js +92 -0
- package/dist/models/QueryArmsEnableResponseBody.js.map +1 -0
- 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 +10 -0
- package/dist/models/model.js +49 -28
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +114 -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/DeployApplicationRequest.ts +3 -0
- package/src/models/DeployApplicationShrinkRequest.ts +3 -0
- package/src/models/DescribeApplicationConfigResponseBody.ts +64 -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/InitContainerConfig.ts +3 -0
- package/src/models/QueryArmsEnableRequest.ts +34 -0
- package/src/models/QueryArmsEnableResponse.ts +40 -0
- package/src/models/QueryArmsEnableResponseBody.ts +95 -0
- package/src/models/UpdateJobRequest.ts +6 -0
- package/src/models/model.ts +10 -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
|
*
|
|
@@ -2080,6 +2094,20 @@ export default class Client extends OpenApi {
|
|
|
2080
2094
|
* @returns PublishWebApplicationRevisionResponse
|
|
2081
2095
|
*/
|
|
2082
2096
|
publishWebApplicationRevision(ApplicationId: string, request: $_model.PublishWebApplicationRevisionRequest): Promise<$_model.PublishWebApplicationRevisionResponse>;
|
|
2097
|
+
/**
|
|
2098
|
+
* @param request - QueryArmsEnableRequest
|
|
2099
|
+
* @param headers - map
|
|
2100
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2101
|
+
* @returns QueryArmsEnableResponse
|
|
2102
|
+
*/
|
|
2103
|
+
queryArmsEnableWithOptions(request: $_model.QueryArmsEnableRequest, headers: {
|
|
2104
|
+
[key: string]: string;
|
|
2105
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.QueryArmsEnableResponse>;
|
|
2106
|
+
/**
|
|
2107
|
+
* @param request - QueryArmsEnableRequest
|
|
2108
|
+
* @returns QueryArmsEnableResponse
|
|
2109
|
+
*/
|
|
2110
|
+
queryArmsEnable(request: $_model.QueryArmsEnableRequest): Promise<$_model.QueryArmsEnableResponse>;
|
|
2083
2111
|
/**
|
|
2084
2112
|
* Queries the resource usage of an application.
|
|
2085
2113
|
*
|
package/dist/client.js
CHANGED
|
@@ -629,6 +629,9 @@ class Client extends openapi_core_1.default {
|
|
|
629
629
|
if (!$dara.isNull(request.configMapMountDesc)) {
|
|
630
630
|
body["ConfigMapMountDesc"] = request.configMapMountDesc;
|
|
631
631
|
}
|
|
632
|
+
if (!$dara.isNull(request.emptyDirDesc)) {
|
|
633
|
+
body["EmptyDirDesc"] = request.emptyDirDesc;
|
|
634
|
+
}
|
|
632
635
|
if (!$dara.isNull(request.enableSidecarResourceIsolated)) {
|
|
633
636
|
body["EnableSidecarResourceIsolated"] = request.enableSidecarResourceIsolated;
|
|
634
637
|
}
|
|
@@ -1017,6 +1020,9 @@ class Client extends openapi_core_1.default {
|
|
|
1017
1020
|
if (!$dara.isNull(request.backoffLimit)) {
|
|
1018
1021
|
query["BackoffLimit"] = request.backoffLimit;
|
|
1019
1022
|
}
|
|
1023
|
+
if (!$dara.isNull(request.bestEffortType)) {
|
|
1024
|
+
query["BestEffortType"] = request.bestEffortType;
|
|
1025
|
+
}
|
|
1020
1026
|
if (!$dara.isNull(request.command)) {
|
|
1021
1027
|
query["Command"] = request.command;
|
|
1022
1028
|
}
|
|
@@ -1065,6 +1071,9 @@ class Client extends openapi_core_1.default {
|
|
|
1065
1071
|
if (!$dara.isNull(request.namespaceId)) {
|
|
1066
1072
|
query["NamespaceId"] = request.namespaceId;
|
|
1067
1073
|
}
|
|
1074
|
+
if (!$dara.isNull(request.nasConfigs)) {
|
|
1075
|
+
query["NasConfigs"] = request.nasConfigs;
|
|
1076
|
+
}
|
|
1068
1077
|
if (!$dara.isNull(request.nasId)) {
|
|
1069
1078
|
query["NasId"] = request.nasId;
|
|
1070
1079
|
}
|
|
@@ -2380,6 +2389,9 @@ class Client extends openapi_core_1.default {
|
|
|
2380
2389
|
if (!$dara.isNull(request.configMapMountDesc)) {
|
|
2381
2390
|
body["ConfigMapMountDesc"] = request.configMapMountDesc;
|
|
2382
2391
|
}
|
|
2392
|
+
if (!$dara.isNull(request.emptyDirDesc)) {
|
|
2393
|
+
body["EmptyDirDesc"] = request.emptyDirDesc;
|
|
2394
|
+
}
|
|
2383
2395
|
if (!$dara.isNull(request.enableSidecarResourceIsolated)) {
|
|
2384
2396
|
body["EnableSidecarResourceIsolated"] = request.enableSidecarResourceIsolated;
|
|
2385
2397
|
}
|
|
@@ -2700,6 +2712,47 @@ class Client extends openapi_core_1.default {
|
|
|
2700
2712
|
let headers = {};
|
|
2701
2713
|
return await this.describeApplicationInstancesWithOptions(request, headers, runtime);
|
|
2702
2714
|
}
|
|
2715
|
+
/**
|
|
2716
|
+
* @param request - DescribeApplicationMseServiceRequest
|
|
2717
|
+
* @param headers - map
|
|
2718
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2719
|
+
* @returns DescribeApplicationMseServiceResponse
|
|
2720
|
+
*/
|
|
2721
|
+
async describeApplicationMseServiceWithOptions(request, headers, runtime) {
|
|
2722
|
+
request.validate();
|
|
2723
|
+
let query = {};
|
|
2724
|
+
if (!$dara.isNull(request.appId)) {
|
|
2725
|
+
query["AppId"] = request.appId;
|
|
2726
|
+
}
|
|
2727
|
+
if (!$dara.isNull(request.enableAhas)) {
|
|
2728
|
+
query["EnableAhas"] = request.enableAhas;
|
|
2729
|
+
}
|
|
2730
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
2731
|
+
headers: headers,
|
|
2732
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
2733
|
+
});
|
|
2734
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
2735
|
+
action: "DescribeApplicationMseService",
|
|
2736
|
+
version: "2019-05-06",
|
|
2737
|
+
protocol: "HTTPS",
|
|
2738
|
+
pathname: `/pop/v1/sam/app/applicationMseService`,
|
|
2739
|
+
method: "GET",
|
|
2740
|
+
authType: "AK",
|
|
2741
|
+
style: "ROA",
|
|
2742
|
+
reqBodyType: "json",
|
|
2743
|
+
bodyType: "json",
|
|
2744
|
+
});
|
|
2745
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApplicationMseServiceResponse({}));
|
|
2746
|
+
}
|
|
2747
|
+
/**
|
|
2748
|
+
* @param request - DescribeApplicationMseServiceRequest
|
|
2749
|
+
* @returns DescribeApplicationMseServiceResponse
|
|
2750
|
+
*/
|
|
2751
|
+
async describeApplicationMseService(request) {
|
|
2752
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
2753
|
+
let headers = {};
|
|
2754
|
+
return await this.describeApplicationMseServiceWithOptions(request, headers, runtime);
|
|
2755
|
+
}
|
|
2703
2756
|
/**
|
|
2704
2757
|
* Queries the Network Load Balancer (NLB) instances bound to an application and their listeners.
|
|
2705
2758
|
*
|
|
@@ -3053,6 +3106,9 @@ class Client extends openapi_core_1.default {
|
|
|
3053
3106
|
async describeConfigurationPriceWithOptions(request, headers, runtime) {
|
|
3054
3107
|
request.validate();
|
|
3055
3108
|
let query = {};
|
|
3109
|
+
if (!$dara.isNull(request.bestEffortType)) {
|
|
3110
|
+
query["BestEffortType"] = request.bestEffortType;
|
|
3111
|
+
}
|
|
3056
3112
|
if (!$dara.isNull(request.cpu)) {
|
|
3057
3113
|
query["Cpu"] = request.cpu;
|
|
3058
3114
|
}
|
|
@@ -6109,6 +6165,44 @@ class Client extends openapi_core_1.default {
|
|
|
6109
6165
|
let headers = {};
|
|
6110
6166
|
return await this.publishWebApplicationRevisionWithOptions(ApplicationId, request, headers, runtime);
|
|
6111
6167
|
}
|
|
6168
|
+
/**
|
|
6169
|
+
* @param request - QueryArmsEnableRequest
|
|
6170
|
+
* @param headers - map
|
|
6171
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6172
|
+
* @returns QueryArmsEnableResponse
|
|
6173
|
+
*/
|
|
6174
|
+
async queryArmsEnableWithOptions(request, headers, runtime) {
|
|
6175
|
+
request.validate();
|
|
6176
|
+
let query = {};
|
|
6177
|
+
if (!$dara.isNull(request.appId)) {
|
|
6178
|
+
query["AppId"] = request.appId;
|
|
6179
|
+
}
|
|
6180
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
6181
|
+
headers: headers,
|
|
6182
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
6183
|
+
});
|
|
6184
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
6185
|
+
action: "QueryArmsEnable",
|
|
6186
|
+
version: "2019-05-06",
|
|
6187
|
+
protocol: "HTTPS",
|
|
6188
|
+
pathname: `/pop/v1/arms/queryArms`,
|
|
6189
|
+
method: "GET",
|
|
6190
|
+
authType: "AK",
|
|
6191
|
+
style: "ROA",
|
|
6192
|
+
reqBodyType: "json",
|
|
6193
|
+
bodyType: "json",
|
|
6194
|
+
});
|
|
6195
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryArmsEnableResponse({}));
|
|
6196
|
+
}
|
|
6197
|
+
/**
|
|
6198
|
+
* @param request - QueryArmsEnableRequest
|
|
6199
|
+
* @returns QueryArmsEnableResponse
|
|
6200
|
+
*/
|
|
6201
|
+
async queryArmsEnable(request) {
|
|
6202
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
6203
|
+
let headers = {};
|
|
6204
|
+
return await this.queryArmsEnableWithOptions(request, headers, runtime);
|
|
6205
|
+
}
|
|
6112
6206
|
/**
|
|
6113
6207
|
* Queries the resource usage of an application.
|
|
6114
6208
|
*
|
|
@@ -7368,6 +7462,9 @@ class Client extends openapi_core_1.default {
|
|
|
7368
7462
|
if (!$dara.isNull(request.backoffLimit)) {
|
|
7369
7463
|
query["BackoffLimit"] = request.backoffLimit;
|
|
7370
7464
|
}
|
|
7465
|
+
if (!$dara.isNull(request.bestEffortType)) {
|
|
7466
|
+
query["BestEffortType"] = request.bestEffortType;
|
|
7467
|
+
}
|
|
7371
7468
|
if (!$dara.isNull(request.command)) {
|
|
7372
7469
|
query["Command"] = request.command;
|
|
7373
7470
|
}
|
|
@@ -7407,6 +7504,9 @@ class Client extends openapi_core_1.default {
|
|
|
7407
7504
|
if (!$dara.isNull(request.mountHost)) {
|
|
7408
7505
|
query["MountHost"] = request.mountHost;
|
|
7409
7506
|
}
|
|
7507
|
+
if (!$dara.isNull(request.nasConfigs)) {
|
|
7508
|
+
query["NasConfigs"] = request.nasConfigs;
|
|
7509
|
+
}
|
|
7410
7510
|
if (!$dara.isNull(request.nasId)) {
|
|
7411
7511
|
query["NasId"] = request.nasId;
|
|
7412
7512
|
}
|