@alicloud/sae20190506 2.5.2 → 2.5.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 +36 -20
- package/dist/client.js +48 -20
- package/dist/client.js.map +1 -1
- package/dist/models/BatchStartApplicationsRequest.d.ts +1 -4
- package/dist/models/BatchStartApplicationsRequest.js.map +1 -1
- package/dist/models/BatchStopApplicationsRequest.d.ts +3 -1
- package/dist/models/BatchStopApplicationsRequest.js.map +1 -1
- package/dist/models/BindSlbRequest.d.ts +20 -0
- package/dist/models/BindSlbRequest.js.map +1 -1
- package/dist/models/CreateApplicationRequest.d.ts +127 -3
- package/dist/models/CreateApplicationRequest.js +4 -0
- package/dist/models/CreateApplicationRequest.js.map +1 -1
- package/dist/models/CreateApplicationShrinkRequest.d.ts +127 -3
- package/dist/models/CreateApplicationShrinkRequest.js +4 -0
- package/dist/models/CreateApplicationShrinkRequest.js.map +1 -1
- package/dist/models/CreateSecretRequest.d.ts +4 -0
- package/dist/models/CreateSecretRequest.js.map +1 -1
- package/dist/models/CreateSecretRequestSecretData.d.ts +9 -0
- package/dist/models/CreateSecretRequestSecretData.js.map +1 -1
- package/dist/models/CreateSecretShrinkRequest.d.ts +4 -0
- package/dist/models/CreateSecretShrinkRequest.js.map +1 -1
- package/dist/models/DeleteApplicationScalingRuleResponseBody.d.ts +39 -0
- package/dist/models/DeleteApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/DeployApplicationRequest.d.ts +196 -0
- package/dist/models/DeployApplicationRequest.js +2 -0
- package/dist/models/DeployApplicationRequest.js.map +1 -1
- package/dist/models/DeployApplicationShrinkRequest.d.ts +196 -0
- package/dist/models/DeployApplicationShrinkRequest.js +2 -0
- package/dist/models/DeployApplicationShrinkRequest.js.map +1 -1
- package/dist/models/DescribeApplicationConfigResponseBodyData.d.ts +2 -0
- package/dist/models/DescribeApplicationConfigResponseBodyData.js +4 -0
- package/dist/models/DescribeApplicationConfigResponseBodyData.js.map +1 -1
- package/dist/models/DescribeApplicationGroupsRequest.d.ts +3 -3
- package/dist/models/DescribeApplicationGroupsResponseBody.d.ts +12 -12
- package/dist/models/DescribeApplicationGroupsResponseBodyData.d.ts +12 -12
- package/dist/models/DescribeApplicationInstancesRequest.d.ts +11 -0
- package/dist/models/DescribeApplicationInstancesRequest.js.map +1 -1
- package/dist/models/DescribeApplicationInstancesResponseBody.d.ts +1 -1
- package/dist/models/DescribeApplicationInstancesResponseBodyData.d.ts +1 -1
- package/dist/models/DescribeApplicationInstancesResponseBodyDataInstances.d.ts +26 -0
- package/dist/models/DescribeApplicationInstancesResponseBodyDataInstances.js.map +1 -1
- package/dist/models/DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus.d.ts +21 -0
- package/dist/models/DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus.js.map +1 -1
- package/dist/models/DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetric.d.ts +5 -0
- package/dist/models/DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetric.js +12 -0
- package/dist/models/DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetric.js.map +1 -1
- package/dist/models/DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricPrometheusMetrics.d.ts +15 -0
- package/dist/models/DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricPrometheusMetrics.js +60 -0
- package/dist/models/DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricPrometheusMetrics.js.map +1 -0
- package/dist/models/DescribeNamespaceListRequest.d.ts +3 -3
- package/dist/models/DescribeNamespaceListResponseBody.d.ts +1 -1
- package/dist/models/DisableApplicationScalingRuleResponseBody.d.ts +39 -0
- package/dist/models/DisableApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/GetApplicationResponseBodyApplication.d.ts +1 -0
- package/dist/models/GetApplicationResponseBodyApplication.js +2 -0
- package/dist/models/GetApplicationResponseBodyApplication.js.map +1 -1
- package/dist/models/ListApplicationsRequest.d.ts +1 -0
- package/dist/models/ListApplicationsRequest.js +2 -0
- package/dist/models/ListApplicationsRequest.js.map +1 -1
- package/dist/models/OpenSaeServiceResponseBody.d.ts +2 -2
- package/dist/models/RescaleApplicationVerticallyRequest.d.ts +31 -3
- package/dist/models/RescaleApplicationVerticallyRequest.js.map +1 -1
- package/dist/models/RescaleApplicationVerticallyResponseBody.d.ts +14 -14
- package/dist/models/RescaleApplicationVerticallyResponseBodyData.d.ts +1 -1
- package/dist/models/RestartApplicationRequest.d.ts +10 -0
- package/dist/models/RestartApplicationRequest.js.map +1 -1
- package/dist/models/SuspendJobRequest.d.ts +4 -1
- package/dist/models/SuspendJobRequest.js.map +1 -1
- package/dist/models/TagResourcesRequest.d.ts +11 -4
- package/dist/models/TagResourcesRequest.js.map +1 -1
- package/dist/models/TagResourcesResponseBody.d.ts +21 -15
- package/dist/models/TagResourcesResponseBody.js.map +1 -1
- package/dist/models/UntagResourcesRequest.d.ts +8 -5
- package/dist/models/UntagResourcesRequest.js.map +1 -1
- package/dist/models/UntagResourcesResponseBody.d.ts +15 -12
- package/dist/models/UntagResourcesResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +1 -0
- package/dist/models/model.js +17 -15
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +52 -20
- package/src/models/BatchStartApplicationsRequest.ts +1 -4
- package/src/models/BatchStopApplicationsRequest.ts +3 -1
- package/src/models/BindSlbRequest.ts +20 -0
- package/src/models/CreateApplicationRequest.ts +131 -3
- package/src/models/CreateApplicationShrinkRequest.ts +131 -3
- package/src/models/CreateSecretRequest.ts +4 -0
- package/src/models/CreateSecretRequestSecretData.ts +9 -0
- package/src/models/CreateSecretShrinkRequest.ts +4 -0
- package/src/models/DeleteApplicationScalingRuleResponseBody.ts +39 -0
- package/src/models/DeployApplicationRequest.ts +198 -0
- package/src/models/DeployApplicationShrinkRequest.ts +198 -0
- package/src/models/DescribeApplicationConfigResponseBodyData.ts +6 -0
- package/src/models/DescribeApplicationGroupsRequest.ts +3 -3
- package/src/models/DescribeApplicationGroupsResponseBody.ts +12 -12
- package/src/models/DescribeApplicationGroupsResponseBodyData.ts +12 -12
- package/src/models/DescribeApplicationInstancesRequest.ts +11 -0
- package/src/models/DescribeApplicationInstancesResponseBody.ts +1 -1
- package/src/models/DescribeApplicationInstancesResponseBodyData.ts +1 -1
- package/src/models/DescribeApplicationInstancesResponseBodyDataInstances.ts +26 -0
- package/src/models/DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus.ts +21 -0
- package/src/models/DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetric.ts +16 -0
- package/src/models/DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricPrometheusMetrics.ts +30 -0
- package/src/models/DescribeNamespaceListRequest.ts +3 -3
- package/src/models/DescribeNamespaceListResponseBody.ts +1 -1
- package/src/models/DisableApplicationScalingRuleResponseBody.ts +39 -0
- package/src/models/GetApplicationResponseBodyApplication.ts +3 -0
- package/src/models/ListApplicationsRequest.ts +3 -0
- package/src/models/OpenSaeServiceResponseBody.ts +2 -2
- package/src/models/RescaleApplicationVerticallyRequest.ts +31 -3
- package/src/models/RescaleApplicationVerticallyResponseBody.ts +14 -14
- package/src/models/RescaleApplicationVerticallyResponseBodyData.ts +1 -1
- package/src/models/RestartApplicationRequest.ts +10 -0
- package/src/models/SuspendJobRequest.ts +4 -1
- package/src/models/TagResourcesRequest.ts +11 -4
- package/src/models/TagResourcesResponseBody.ts +21 -15
- package/src/models/UntagResourcesRequest.ts +8 -5
- package/src/models/UntagResourcesResponseBody.ts +15 -12
- package/src/models/model.ts +1 -0
package/dist/client.d.ts
CHANGED
|
@@ -45,7 +45,7 @@ export default class Client extends OpenApi {
|
|
|
45
45
|
*/
|
|
46
46
|
abortChangeOrder(request: $_model.AbortChangeOrderRequest): Promise<$_model.AbortChangeOrderResponse>;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Starts multiple applications at a time.
|
|
49
49
|
*
|
|
50
50
|
* @param request - BatchStartApplicationsRequest
|
|
51
51
|
* @param headers - map
|
|
@@ -56,14 +56,14 @@ export default class Client extends OpenApi {
|
|
|
56
56
|
[key: string]: string;
|
|
57
57
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.BatchStartApplicationsResponse>;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* Starts multiple applications at a time.
|
|
60
60
|
*
|
|
61
61
|
* @param request - BatchStartApplicationsRequest
|
|
62
62
|
* @returns BatchStartApplicationsResponse
|
|
63
63
|
*/
|
|
64
64
|
batchStartApplications(request: $_model.BatchStartApplicationsRequest): Promise<$_model.BatchStartApplicationsResponse>;
|
|
65
65
|
/**
|
|
66
|
-
*
|
|
66
|
+
* Stop applications in batches.
|
|
67
67
|
*
|
|
68
68
|
* @param request - BatchStopApplicationsRequest
|
|
69
69
|
* @param headers - map
|
|
@@ -74,7 +74,7 @@ export default class Client extends OpenApi {
|
|
|
74
74
|
[key: string]: string;
|
|
75
75
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.BatchStopApplicationsResponse>;
|
|
76
76
|
/**
|
|
77
|
-
*
|
|
77
|
+
* Stop applications in batches.
|
|
78
78
|
*
|
|
79
79
|
* @param request - BatchStopApplicationsRequest
|
|
80
80
|
* @returns BatchStopApplicationsResponse
|
|
@@ -131,6 +131,8 @@ export default class Client extends OpenApi {
|
|
|
131
131
|
*/
|
|
132
132
|
confirmPipelineBatch(request: $_model.ConfirmPipelineBatchRequest): Promise<$_model.ConfirmPipelineBatchResponse>;
|
|
133
133
|
/**
|
|
134
|
+
* Creates an application.
|
|
135
|
+
*
|
|
134
136
|
* @param tmpReq - CreateApplicationRequest
|
|
135
137
|
* @param headers - map
|
|
136
138
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -140,6 +142,8 @@ export default class Client extends OpenApi {
|
|
|
140
142
|
[key: string]: string;
|
|
141
143
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateApplicationResponse>;
|
|
142
144
|
/**
|
|
145
|
+
* Creates an application.
|
|
146
|
+
*
|
|
143
147
|
* @param request - CreateApplicationRequest
|
|
144
148
|
* @returns CreateApplicationResponse
|
|
145
149
|
*/
|
|
@@ -309,7 +313,7 @@ export default class Client extends OpenApi {
|
|
|
309
313
|
*/
|
|
310
314
|
createOrUpdateSwimmingLaneGroup(request: $_model.CreateOrUpdateSwimmingLaneGroupRequest): Promise<$_model.CreateOrUpdateSwimmingLaneGroupResponse>;
|
|
311
315
|
/**
|
|
312
|
-
*
|
|
316
|
+
* Creates a Secret in a namespace.
|
|
313
317
|
*
|
|
314
318
|
* @param tmpReq - CreateSecretRequest
|
|
315
319
|
* @param headers - map
|
|
@@ -320,7 +324,7 @@ export default class Client extends OpenApi {
|
|
|
320
324
|
[key: string]: string;
|
|
321
325
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateSecretResponse>;
|
|
322
326
|
/**
|
|
323
|
-
*
|
|
327
|
+
* Creates a Secret in a namespace.
|
|
324
328
|
*
|
|
325
329
|
* @param request - CreateSecretRequest
|
|
326
330
|
* @returns CreateSecretResponse
|
|
@@ -699,6 +703,8 @@ export default class Client extends OpenApi {
|
|
|
699
703
|
*/
|
|
700
704
|
describeApplicationConfig(request: $_model.DescribeApplicationConfigRequest): Promise<$_model.DescribeApplicationConfigResponse>;
|
|
701
705
|
/**
|
|
706
|
+
* Queries the instance groups of an application.
|
|
707
|
+
*
|
|
702
708
|
* @param request - DescribeApplicationGroupsRequest
|
|
703
709
|
* @param headers - map
|
|
704
710
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -708,6 +714,8 @@ export default class Client extends OpenApi {
|
|
|
708
714
|
[key: string]: string;
|
|
709
715
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeApplicationGroupsResponse>;
|
|
710
716
|
/**
|
|
717
|
+
* Queries the instance groups of an application.
|
|
718
|
+
*
|
|
711
719
|
* @param request - DescribeApplicationGroupsRequest
|
|
712
720
|
* @returns DescribeApplicationGroupsResponse
|
|
713
721
|
*/
|
|
@@ -731,7 +739,7 @@ export default class Client extends OpenApi {
|
|
|
731
739
|
*/
|
|
732
740
|
describeApplicationImage(request: $_model.DescribeApplicationImageRequest): Promise<$_model.DescribeApplicationImageResponse>;
|
|
733
741
|
/**
|
|
734
|
-
* Queries application instances.
|
|
742
|
+
* Queries a list of application instances.
|
|
735
743
|
*
|
|
736
744
|
* @param request - DescribeApplicationInstancesRequest
|
|
737
745
|
* @param headers - map
|
|
@@ -742,7 +750,7 @@ export default class Client extends OpenApi {
|
|
|
742
750
|
[key: string]: string;
|
|
743
751
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeApplicationInstancesResponse>;
|
|
744
752
|
/**
|
|
745
|
-
* Queries application instances.
|
|
753
|
+
* Queries a list of application instances.
|
|
746
754
|
*
|
|
747
755
|
* @param request - DescribeApplicationInstancesRequest
|
|
748
756
|
* @returns DescribeApplicationInstancesResponse
|
|
@@ -1085,6 +1093,8 @@ export default class Client extends OpenApi {
|
|
|
1085
1093
|
*/
|
|
1086
1094
|
describeNamespaceList(request: $_model.DescribeNamespaceListRequest): Promise<$_model.DescribeNamespaceListResponse>;
|
|
1087
1095
|
/**
|
|
1096
|
+
* Query the information about resources in a namespace.
|
|
1097
|
+
*
|
|
1088
1098
|
* @param request - DescribeNamespaceResourcesRequest
|
|
1089
1099
|
* @param headers - map
|
|
1090
1100
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1094,6 +1104,8 @@ export default class Client extends OpenApi {
|
|
|
1094
1104
|
[key: string]: string;
|
|
1095
1105
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeNamespaceResourcesResponse>;
|
|
1096
1106
|
/**
|
|
1107
|
+
* Query the information about resources in a namespace.
|
|
1108
|
+
*
|
|
1097
1109
|
* @param request - DescribeNamespaceResourcesRequest
|
|
1098
1110
|
* @returns DescribeNamespaceResourcesResponse
|
|
1099
1111
|
*/
|
|
@@ -2024,7 +2036,7 @@ export default class Client extends OpenApi {
|
|
|
2024
2036
|
*/
|
|
2025
2037
|
listWebCustomDomains(request: $_model.ListWebCustomDomainsRequest): Promise<$_model.ListWebCustomDomainsResponse>;
|
|
2026
2038
|
/**
|
|
2027
|
-
* Activates
|
|
2039
|
+
* Activates Serverless App Engine (SAE) for free.
|
|
2028
2040
|
*
|
|
2029
2041
|
* @remarks
|
|
2030
2042
|
* > Make sure that your account balance is greater than 0. Otherwise, the SAE service cannot be activated.
|
|
@@ -2037,7 +2049,7 @@ export default class Client extends OpenApi {
|
|
|
2037
2049
|
[key: string]: string;
|
|
2038
2050
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.OpenSaeServiceResponse>;
|
|
2039
2051
|
/**
|
|
2040
|
-
* Activates
|
|
2052
|
+
* Activates Serverless App Engine (SAE) for free.
|
|
2041
2053
|
*
|
|
2042
2054
|
* @remarks
|
|
2043
2055
|
* > Make sure that your account balance is greater than 0. Otherwise, the SAE service cannot be activated.
|
|
@@ -2087,7 +2099,7 @@ export default class Client extends OpenApi {
|
|
|
2087
2099
|
*/
|
|
2088
2100
|
queryResourceStatics(request: $_model.QueryResourceStaticsRequest): Promise<$_model.QueryResourceStaticsResponse>;
|
|
2089
2101
|
/**
|
|
2090
|
-
*
|
|
2102
|
+
* Scales in an application based on instance IDs.
|
|
2091
2103
|
*
|
|
2092
2104
|
* @param request - ReduceApplicationCapacityByInstanceIdsRequest
|
|
2093
2105
|
* @param headers - map
|
|
@@ -2098,14 +2110,14 @@ export default class Client extends OpenApi {
|
|
|
2098
2110
|
[key: string]: string;
|
|
2099
2111
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ReduceApplicationCapacityByInstanceIdsResponse>;
|
|
2100
2112
|
/**
|
|
2101
|
-
*
|
|
2113
|
+
* Scales in an application based on instance IDs.
|
|
2102
2114
|
*
|
|
2103
2115
|
* @param request - ReduceApplicationCapacityByInstanceIdsRequest
|
|
2104
2116
|
* @returns ReduceApplicationCapacityByInstanceIdsResponse
|
|
2105
2117
|
*/
|
|
2106
2118
|
reduceApplicationCapacityByInstanceIds(request: $_model.ReduceApplicationCapacityByInstanceIdsRequest): Promise<$_model.ReduceApplicationCapacityByInstanceIdsResponse>;
|
|
2107
2119
|
/**
|
|
2108
|
-
*
|
|
2120
|
+
* Rescale an application.
|
|
2109
2121
|
*
|
|
2110
2122
|
* @param request - RescaleApplicationRequest
|
|
2111
2123
|
* @param headers - map
|
|
@@ -2116,7 +2128,7 @@ export default class Client extends OpenApi {
|
|
|
2116
2128
|
[key: string]: string;
|
|
2117
2129
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.RescaleApplicationResponse>;
|
|
2118
2130
|
/**
|
|
2119
|
-
*
|
|
2131
|
+
* Rescale an application.
|
|
2120
2132
|
*
|
|
2121
2133
|
* @param request - RescaleApplicationRequest
|
|
2122
2134
|
* @returns RescaleApplicationResponse
|
|
@@ -2237,7 +2249,7 @@ export default class Client extends OpenApi {
|
|
|
2237
2249
|
*/
|
|
2238
2250
|
startWebApplication(ApplicationId: string, request: $_model.StartWebApplicationRequest): Promise<$_model.StartWebApplicationResponse>;
|
|
2239
2251
|
/**
|
|
2240
|
-
*
|
|
2252
|
+
* Stops an application.
|
|
2241
2253
|
*
|
|
2242
2254
|
* @param request - StopApplicationRequest
|
|
2243
2255
|
* @param headers - map
|
|
@@ -2248,7 +2260,7 @@ export default class Client extends OpenApi {
|
|
|
2248
2260
|
[key: string]: string;
|
|
2249
2261
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.StopApplicationResponse>;
|
|
2250
2262
|
/**
|
|
2251
|
-
*
|
|
2263
|
+
* Stops an application.
|
|
2252
2264
|
*
|
|
2253
2265
|
* @param request - StopApplicationRequest
|
|
2254
2266
|
* @returns StopApplicationResponse
|
|
@@ -2279,7 +2291,7 @@ export default class Client extends OpenApi {
|
|
|
2279
2291
|
*/
|
|
2280
2292
|
stopWebApplication(ApplicationId: string, request: $_model.StopWebApplicationRequest): Promise<$_model.StopWebApplicationResponse>;
|
|
2281
2293
|
/**
|
|
2282
|
-
* Suspends
|
|
2294
|
+
* Suspends one or more jobs.
|
|
2283
2295
|
*
|
|
2284
2296
|
* @param request - SuspendJobRequest
|
|
2285
2297
|
* @param headers - map
|
|
@@ -2290,14 +2302,14 @@ export default class Client extends OpenApi {
|
|
|
2290
2302
|
[key: string]: string;
|
|
2291
2303
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.SuspendJobResponse>;
|
|
2292
2304
|
/**
|
|
2293
|
-
* Suspends
|
|
2305
|
+
* Suspends one or more jobs.
|
|
2294
2306
|
*
|
|
2295
2307
|
* @param request - SuspendJobRequest
|
|
2296
2308
|
* @returns SuspendJobResponse
|
|
2297
2309
|
*/
|
|
2298
2310
|
suspendJob(request: $_model.SuspendJobRequest): Promise<$_model.SuspendJobResponse>;
|
|
2299
2311
|
/**
|
|
2300
|
-
*
|
|
2312
|
+
* Adds tags to resources.
|
|
2301
2313
|
*
|
|
2302
2314
|
* @param request - TagResourcesRequest
|
|
2303
2315
|
* @param headers - map
|
|
@@ -2308,7 +2320,7 @@ export default class Client extends OpenApi {
|
|
|
2308
2320
|
[key: string]: string;
|
|
2309
2321
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.TagResourcesResponse>;
|
|
2310
2322
|
/**
|
|
2311
|
-
*
|
|
2323
|
+
* Adds tags to resources.
|
|
2312
2324
|
*
|
|
2313
2325
|
* @param request - TagResourcesRequest
|
|
2314
2326
|
* @returns TagResourcesResponse
|
|
@@ -2351,6 +2363,8 @@ export default class Client extends OpenApi {
|
|
|
2351
2363
|
*/
|
|
2352
2364
|
unbindSlb(request: $_model.UnbindSlbRequest): Promise<$_model.UnbindSlbResponse>;
|
|
2353
2365
|
/**
|
|
2366
|
+
* Removes tags from resources.
|
|
2367
|
+
*
|
|
2354
2368
|
* @param request - UntagResourcesRequest
|
|
2355
2369
|
* @param headers - map
|
|
2356
2370
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2360,6 +2374,8 @@ export default class Client extends OpenApi {
|
|
|
2360
2374
|
[key: string]: string;
|
|
2361
2375
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UntagResourcesResponse>;
|
|
2362
2376
|
/**
|
|
2377
|
+
* Removes tags from resources.
|
|
2378
|
+
*
|
|
2363
2379
|
* @param request - UntagResourcesRequest
|
|
2364
2380
|
* @returns UntagResourcesResponse
|
|
2365
2381
|
*/
|
package/dist/client.js
CHANGED
|
@@ -149,7 +149,7 @@ class Client extends openapi_core_1.default {
|
|
|
149
149
|
return await this.abortChangeOrderWithOptions(request, headers, runtime);
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
|
-
*
|
|
152
|
+
* Starts multiple applications at a time.
|
|
153
153
|
*
|
|
154
154
|
* @param request - BatchStartApplicationsRequest
|
|
155
155
|
* @param headers - map
|
|
@@ -186,7 +186,7 @@ class Client extends openapi_core_1.default {
|
|
|
186
186
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.BatchStartApplicationsResponse({}));
|
|
187
187
|
}
|
|
188
188
|
/**
|
|
189
|
-
*
|
|
189
|
+
* Starts multiple applications at a time.
|
|
190
190
|
*
|
|
191
191
|
* @param request - BatchStartApplicationsRequest
|
|
192
192
|
* @returns BatchStartApplicationsResponse
|
|
@@ -197,7 +197,7 @@ class Client extends openapi_core_1.default {
|
|
|
197
197
|
return await this.batchStartApplicationsWithOptions(request, headers, runtime);
|
|
198
198
|
}
|
|
199
199
|
/**
|
|
200
|
-
*
|
|
200
|
+
* Stop applications in batches.
|
|
201
201
|
*
|
|
202
202
|
* @param request - BatchStopApplicationsRequest
|
|
203
203
|
* @param headers - map
|
|
@@ -234,7 +234,7 @@ class Client extends openapi_core_1.default {
|
|
|
234
234
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.BatchStopApplicationsResponse({}));
|
|
235
235
|
}
|
|
236
236
|
/**
|
|
237
|
-
*
|
|
237
|
+
* Stop applications in batches.
|
|
238
238
|
*
|
|
239
239
|
* @param request - BatchStopApplicationsRequest
|
|
240
240
|
* @returns BatchStopApplicationsResponse
|
|
@@ -400,6 +400,8 @@ class Client extends openapi_core_1.default {
|
|
|
400
400
|
return await this.confirmPipelineBatchWithOptions(request, headers, runtime);
|
|
401
401
|
}
|
|
402
402
|
/**
|
|
403
|
+
* Creates an application.
|
|
404
|
+
*
|
|
403
405
|
* @param tmpReq - CreateApplicationRequest
|
|
404
406
|
* @param headers - map
|
|
405
407
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -467,6 +469,9 @@ class Client extends openapi_core_1.default {
|
|
|
467
469
|
if (!$dara.isNull(request.enableNewArms)) {
|
|
468
470
|
query["EnableNewArms"] = request.enableNewArms;
|
|
469
471
|
}
|
|
472
|
+
if (!$dara.isNull(request.enablePrometheus)) {
|
|
473
|
+
query["EnablePrometheus"] = request.enablePrometheus;
|
|
474
|
+
}
|
|
470
475
|
if (!$dara.isNull(request.envs)) {
|
|
471
476
|
query["Envs"] = request.envs;
|
|
472
477
|
}
|
|
@@ -479,6 +484,9 @@ class Client extends openapi_core_1.default {
|
|
|
479
484
|
if (!$dara.isNull(request.imageUrl)) {
|
|
480
485
|
query["ImageUrl"] = request.imageUrl;
|
|
481
486
|
}
|
|
487
|
+
if (!$dara.isNull(request.isStateful)) {
|
|
488
|
+
query["IsStateful"] = request.isStateful;
|
|
489
|
+
}
|
|
482
490
|
if (!$dara.isNull(request.jarStartArgs)) {
|
|
483
491
|
query["JarStartArgs"] = request.jarStartArgs;
|
|
484
492
|
}
|
|
@@ -664,6 +672,8 @@ class Client extends openapi_core_1.default {
|
|
|
664
672
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateApplicationResponse({}));
|
|
665
673
|
}
|
|
666
674
|
/**
|
|
675
|
+
* Creates an application.
|
|
676
|
+
*
|
|
667
677
|
* @param request - CreateApplicationRequest
|
|
668
678
|
* @returns CreateApplicationResponse
|
|
669
679
|
*/
|
|
@@ -1372,7 +1382,7 @@ class Client extends openapi_core_1.default {
|
|
|
1372
1382
|
return await this.createOrUpdateSwimmingLaneGroupWithOptions(request, headers, runtime);
|
|
1373
1383
|
}
|
|
1374
1384
|
/**
|
|
1375
|
-
*
|
|
1385
|
+
* Creates a Secret in a namespace.
|
|
1376
1386
|
*
|
|
1377
1387
|
* @param tmpReq - CreateSecretRequest
|
|
1378
1388
|
* @param headers - map
|
|
@@ -1417,7 +1427,7 @@ class Client extends openapi_core_1.default {
|
|
|
1417
1427
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSecretResponse({}));
|
|
1418
1428
|
}
|
|
1419
1429
|
/**
|
|
1420
|
-
*
|
|
1430
|
+
* Creates a Secret in a namespace.
|
|
1421
1431
|
*
|
|
1422
1432
|
* @param request - CreateSecretRequest
|
|
1423
1433
|
* @returns CreateSecretResponse
|
|
@@ -2219,6 +2229,9 @@ class Client extends openapi_core_1.default {
|
|
|
2219
2229
|
if (!$dara.isNull(request.enableNewArms)) {
|
|
2220
2230
|
query["EnableNewArms"] = request.enableNewArms;
|
|
2221
2231
|
}
|
|
2232
|
+
if (!$dara.isNull(request.enablePrometheus)) {
|
|
2233
|
+
query["EnablePrometheus"] = request.enablePrometheus;
|
|
2234
|
+
}
|
|
2222
2235
|
if (!$dara.isNull(request.envs)) {
|
|
2223
2236
|
query["Envs"] = request.envs;
|
|
2224
2237
|
}
|
|
@@ -2526,6 +2539,8 @@ class Client extends openapi_core_1.default {
|
|
|
2526
2539
|
return await this.describeApplicationConfigWithOptions(request, headers, runtime);
|
|
2527
2540
|
}
|
|
2528
2541
|
/**
|
|
2542
|
+
* Queries the instance groups of an application.
|
|
2543
|
+
*
|
|
2529
2544
|
* @param request - DescribeApplicationGroupsRequest
|
|
2530
2545
|
* @param headers - map
|
|
2531
2546
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2561,6 +2576,8 @@ class Client extends openapi_core_1.default {
|
|
|
2561
2576
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApplicationGroupsResponse({}));
|
|
2562
2577
|
}
|
|
2563
2578
|
/**
|
|
2579
|
+
* Queries the instance groups of an application.
|
|
2580
|
+
*
|
|
2564
2581
|
* @param request - DescribeApplicationGroupsRequest
|
|
2565
2582
|
* @returns DescribeApplicationGroupsResponse
|
|
2566
2583
|
*/
|
|
@@ -2615,7 +2632,7 @@ class Client extends openapi_core_1.default {
|
|
|
2615
2632
|
return await this.describeApplicationImageWithOptions(request, headers, runtime);
|
|
2616
2633
|
}
|
|
2617
2634
|
/**
|
|
2618
|
-
* Queries application instances.
|
|
2635
|
+
* Queries a list of application instances.
|
|
2619
2636
|
*
|
|
2620
2637
|
* @param request - DescribeApplicationInstancesRequest
|
|
2621
2638
|
* @param headers - map
|
|
@@ -2664,7 +2681,7 @@ class Client extends openapi_core_1.default {
|
|
|
2664
2681
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApplicationInstancesResponse({}));
|
|
2665
2682
|
}
|
|
2666
2683
|
/**
|
|
2667
|
-
* Queries application instances.
|
|
2684
|
+
* Queries a list of application instances.
|
|
2668
2685
|
*
|
|
2669
2686
|
* @param request - DescribeApplicationInstancesRequest
|
|
2670
2687
|
* @returns DescribeApplicationInstancesResponse
|
|
@@ -3497,6 +3514,8 @@ class Client extends openapi_core_1.default {
|
|
|
3497
3514
|
return await this.describeNamespaceListWithOptions(request, headers, runtime);
|
|
3498
3515
|
}
|
|
3499
3516
|
/**
|
|
3517
|
+
* Query the information about resources in a namespace.
|
|
3518
|
+
*
|
|
3500
3519
|
* @param request - DescribeNamespaceResourcesRequest
|
|
3501
3520
|
* @param headers - map
|
|
3502
3521
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3529,6 +3548,8 @@ class Client extends openapi_core_1.default {
|
|
|
3529
3548
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeNamespaceResourcesResponse({}));
|
|
3530
3549
|
}
|
|
3531
3550
|
/**
|
|
3551
|
+
* Query the information about resources in a namespace.
|
|
3552
|
+
*
|
|
3532
3553
|
* @param request - DescribeNamespaceResourcesRequest
|
|
3533
3554
|
* @returns DescribeNamespaceResourcesResponse
|
|
3534
3555
|
*/
|
|
@@ -5001,6 +5022,9 @@ class Client extends openapi_core_1.default {
|
|
|
5001
5022
|
if (!$dara.isNull(request.fieldValue)) {
|
|
5002
5023
|
query["FieldValue"] = request.fieldValue;
|
|
5003
5024
|
}
|
|
5025
|
+
if (!$dara.isNull(request.isStateful)) {
|
|
5026
|
+
query["IsStateful"] = request.isStateful;
|
|
5027
|
+
}
|
|
5004
5028
|
if (!$dara.isNull(request.namespaceId)) {
|
|
5005
5029
|
query["NamespaceId"] = request.namespaceId;
|
|
5006
5030
|
}
|
|
@@ -5983,7 +6007,7 @@ class Client extends openapi_core_1.default {
|
|
|
5983
6007
|
return await this.listWebCustomDomainsWithOptions(request, headers, runtime);
|
|
5984
6008
|
}
|
|
5985
6009
|
/**
|
|
5986
|
-
* Activates
|
|
6010
|
+
* Activates Serverless App Engine (SAE) for free.
|
|
5987
6011
|
*
|
|
5988
6012
|
* @remarks
|
|
5989
6013
|
* > Make sure that your account balance is greater than 0. Otherwise, the SAE service cannot be activated.
|
|
@@ -6010,7 +6034,7 @@ class Client extends openapi_core_1.default {
|
|
|
6010
6034
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.OpenSaeServiceResponse({}));
|
|
6011
6035
|
}
|
|
6012
6036
|
/**
|
|
6013
|
-
* Activates
|
|
6037
|
+
* Activates Serverless App Engine (SAE) for free.
|
|
6014
6038
|
*
|
|
6015
6039
|
* @remarks
|
|
6016
6040
|
* > Make sure that your account balance is greater than 0. Otherwise, the SAE service cannot be activated.
|
|
@@ -6113,7 +6137,7 @@ class Client extends openapi_core_1.default {
|
|
|
6113
6137
|
return await this.queryResourceStaticsWithOptions(request, headers, runtime);
|
|
6114
6138
|
}
|
|
6115
6139
|
/**
|
|
6116
|
-
*
|
|
6140
|
+
* Scales in an application based on instance IDs.
|
|
6117
6141
|
*
|
|
6118
6142
|
* @param request - ReduceApplicationCapacityByInstanceIdsRequest
|
|
6119
6143
|
* @param headers - map
|
|
@@ -6147,7 +6171,7 @@ class Client extends openapi_core_1.default {
|
|
|
6147
6171
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ReduceApplicationCapacityByInstanceIdsResponse({}));
|
|
6148
6172
|
}
|
|
6149
6173
|
/**
|
|
6150
|
-
*
|
|
6174
|
+
* Scales in an application based on instance IDs.
|
|
6151
6175
|
*
|
|
6152
6176
|
* @param request - ReduceApplicationCapacityByInstanceIdsRequest
|
|
6153
6177
|
* @returns ReduceApplicationCapacityByInstanceIdsResponse
|
|
@@ -6158,7 +6182,7 @@ class Client extends openapi_core_1.default {
|
|
|
6158
6182
|
return await this.reduceApplicationCapacityByInstanceIdsWithOptions(request, headers, runtime);
|
|
6159
6183
|
}
|
|
6160
6184
|
/**
|
|
6161
|
-
*
|
|
6185
|
+
* Rescale an application.
|
|
6162
6186
|
*
|
|
6163
6187
|
* @param request - RescaleApplicationRequest
|
|
6164
6188
|
* @param headers - map
|
|
@@ -6201,7 +6225,7 @@ class Client extends openapi_core_1.default {
|
|
|
6201
6225
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RescaleApplicationResponse({}));
|
|
6202
6226
|
}
|
|
6203
6227
|
/**
|
|
6204
|
-
*
|
|
6228
|
+
* Rescale an application.
|
|
6205
6229
|
*
|
|
6206
6230
|
* @param request - RescaleApplicationRequest
|
|
6207
6231
|
* @returns RescaleApplicationResponse
|
|
@@ -6518,7 +6542,7 @@ class Client extends openapi_core_1.default {
|
|
|
6518
6542
|
return await this.startWebApplicationWithOptions(ApplicationId, request, headers, runtime);
|
|
6519
6543
|
}
|
|
6520
6544
|
/**
|
|
6521
|
-
*
|
|
6545
|
+
* Stops an application.
|
|
6522
6546
|
*
|
|
6523
6547
|
* @param request - StopApplicationRequest
|
|
6524
6548
|
* @param headers - map
|
|
@@ -6549,7 +6573,7 @@ class Client extends openapi_core_1.default {
|
|
|
6549
6573
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.StopApplicationResponse({}));
|
|
6550
6574
|
}
|
|
6551
6575
|
/**
|
|
6552
|
-
*
|
|
6576
|
+
* Stops an application.
|
|
6553
6577
|
*
|
|
6554
6578
|
* @param request - StopApplicationRequest
|
|
6555
6579
|
* @returns StopApplicationResponse
|
|
@@ -6608,7 +6632,7 @@ class Client extends openapi_core_1.default {
|
|
|
6608
6632
|
return await this.stopWebApplicationWithOptions(ApplicationId, request, headers, runtime);
|
|
6609
6633
|
}
|
|
6610
6634
|
/**
|
|
6611
|
-
* Suspends
|
|
6635
|
+
* Suspends one or more jobs.
|
|
6612
6636
|
*
|
|
6613
6637
|
* @param request - SuspendJobRequest
|
|
6614
6638
|
* @param headers - map
|
|
@@ -6642,7 +6666,7 @@ class Client extends openapi_core_1.default {
|
|
|
6642
6666
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SuspendJobResponse({}));
|
|
6643
6667
|
}
|
|
6644
6668
|
/**
|
|
6645
|
-
* Suspends
|
|
6669
|
+
* Suspends one or more jobs.
|
|
6646
6670
|
*
|
|
6647
6671
|
* @param request - SuspendJobRequest
|
|
6648
6672
|
* @returns SuspendJobResponse
|
|
@@ -6653,7 +6677,7 @@ class Client extends openapi_core_1.default {
|
|
|
6653
6677
|
return await this.suspendJobWithOptions(request, headers, runtime);
|
|
6654
6678
|
}
|
|
6655
6679
|
/**
|
|
6656
|
-
*
|
|
6680
|
+
* Adds tags to resources.
|
|
6657
6681
|
*
|
|
6658
6682
|
* @param request - TagResourcesRequest
|
|
6659
6683
|
* @param headers - map
|
|
@@ -6693,7 +6717,7 @@ class Client extends openapi_core_1.default {
|
|
|
6693
6717
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.TagResourcesResponse({}));
|
|
6694
6718
|
}
|
|
6695
6719
|
/**
|
|
6696
|
-
*
|
|
6720
|
+
* Adds tags to resources.
|
|
6697
6721
|
*
|
|
6698
6722
|
* @param request - TagResourcesRequest
|
|
6699
6723
|
* @returns TagResourcesResponse
|
|
@@ -6803,6 +6827,8 @@ class Client extends openapi_core_1.default {
|
|
|
6803
6827
|
return await this.unbindSlbWithOptions(request, headers, runtime);
|
|
6804
6828
|
}
|
|
6805
6829
|
/**
|
|
6830
|
+
* Removes tags from resources.
|
|
6831
|
+
*
|
|
6806
6832
|
* @param request - UntagResourcesRequest
|
|
6807
6833
|
* @param headers - map
|
|
6808
6834
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6844,6 +6870,8 @@ class Client extends openapi_core_1.default {
|
|
|
6844
6870
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UntagResourcesResponse({}));
|
|
6845
6871
|
}
|
|
6846
6872
|
/**
|
|
6873
|
+
* Removes tags from resources.
|
|
6874
|
+
*
|
|
6847
6875
|
* @param request - UntagResourcesRequest
|
|
6848
6876
|
* @returns UntagResourcesResponse
|
|
6849
6877
|
*/
|