@alicloud/ess20220222 1.10.2 → 1.10.3
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 +2 -2
- package/dist/client.js +8 -2
- package/dist/client.js.map +1 -1
- package/dist/models/ApplyEciScalingConfigurationRequest.d.ts +0 -7
- package/dist/models/ApplyEciScalingConfigurationRequest.js.map +1 -1
- package/dist/models/ApplyScalingGroupRequest.d.ts +0 -7
- package/dist/models/ApplyScalingGroupRequest.js.map +1 -1
- package/dist/models/CreateEciScalingConfigurationRequest.d.ts +280 -0
- package/dist/models/CreateEciScalingConfigurationRequest.js.map +1 -1
- package/dist/models/CreateScalingConfigurationRequest.d.ts +18 -0
- package/dist/models/CreateScalingConfigurationRequest.js +36 -1
- package/dist/models/CreateScalingConfigurationRequest.js.map +1 -1
- package/dist/models/CreateScalingConfigurationShrinkRequest.d.ts +18 -0
- package/dist/models/CreateScalingConfigurationShrinkRequest.js +36 -1
- package/dist/models/CreateScalingConfigurationShrinkRequest.js.map +1 -1
- package/dist/models/DescribeInstanceCreateAndDeleteStatisticsResponseBody.d.ts +0 -39
- package/dist/models/DescribeInstanceCreateAndDeleteStatisticsResponseBody.js.map +1 -1
- package/dist/models/DescribeScalingActivityStatisticsResponseBody.d.ts +0 -57
- package/dist/models/DescribeScalingActivityStatisticsResponseBody.js.map +1 -1
- package/dist/models/DescribeScalingConfigurationsResponseBody.d.ts +36 -0
- package/dist/models/DescribeScalingConfigurationsResponseBody.js +36 -1
- package/dist/models/DescribeScalingConfigurationsResponseBody.js.map +1 -1
- package/dist/models/ModifyEciScalingConfigurationRequest.d.ts +293 -0
- package/dist/models/ModifyEciScalingConfigurationRequest.js.map +1 -1
- package/dist/models/ModifyScalingConfigurationRequest.d.ts +18 -0
- package/dist/models/ModifyScalingConfigurationRequest.js +36 -1
- package/dist/models/ModifyScalingConfigurationRequest.js.map +1 -1
- package/dist/models/ModifyScalingConfigurationShrinkRequest.d.ts +18 -0
- package/dist/models/ModifyScalingConfigurationShrinkRequest.js +36 -1
- package/dist/models/ModifyScalingConfigurationShrinkRequest.js.map +1 -1
- package/dist/models/QueryHistoricalMetricResponseBody.d.ts +0 -18
- package/dist/models/QueryHistoricalMetricResponseBody.js.map +1 -1
- package/dist/models/QueryPredictiveMetricResponseBody.d.ts +0 -18
- package/dist/models/QueryPredictiveMetricResponseBody.js.map +1 -1
- package/dist/models/QueryPredictiveTaskInfoResponseBody.d.ts +0 -25
- package/dist/models/QueryPredictiveTaskInfoResponseBody.js.map +1 -1
- package/dist/models/QueryPredictiveValueResponseBody.d.ts +0 -18
- package/dist/models/QueryPredictiveValueResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +5 -0
- package/dist/models/model.js +59 -49
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +10 -2
- package/src/models/ApplyEciScalingConfigurationRequest.ts +0 -7
- package/src/models/ApplyScalingGroupRequest.ts +0 -7
- package/src/models/CreateEciScalingConfigurationRequest.ts +280 -0
- package/src/models/CreateScalingConfigurationRequest.ts +44 -0
- package/src/models/CreateScalingConfigurationShrinkRequest.ts +44 -0
- package/src/models/DescribeInstanceCreateAndDeleteStatisticsResponseBody.ts +0 -39
- package/src/models/DescribeScalingActivityStatisticsResponseBody.ts +0 -57
- package/src/models/DescribeScalingConfigurationsResponseBody.ts +62 -0
- package/src/models/ModifyEciScalingConfigurationRequest.ts +293 -0
- package/src/models/ModifyScalingConfigurationRequest.ts +44 -0
- package/src/models/ModifyScalingConfigurationShrinkRequest.ts +44 -0
- package/src/models/QueryHistoricalMetricResponseBody.ts +0 -18
- package/src/models/QueryPredictiveMetricResponseBody.ts +0 -18
- package/src/models/QueryPredictiveTaskInfoResponseBody.ts +0 -25
- package/src/models/QueryPredictiveValueResponseBody.ts +0 -18
- package/src/models/model.ts +5 -0
package/dist/client.d.ts
CHANGED
|
@@ -2160,7 +2160,7 @@ export default class Client extends OpenApi {
|
|
|
2160
2160
|
*/
|
|
2161
2161
|
setGroupDeletionProtection(request: $_model.SetGroupDeletionProtectionRequest): Promise<$_model.SetGroupDeletionProtectionResponse>;
|
|
2162
2162
|
/**
|
|
2163
|
-
* Sets instance health. At times, the automatic health check system might not sufficiently determine the precise health status of your Elastic Compute Service (ECS) instances or elastic container instances. To overcome this, you can call the SetInstanceHealth operation to swiftly pinpoint problematic instances and resolve issues. This operation is designed to more precisely align with real-world business requirements and tackle O
|
|
2163
|
+
* Sets instance health. At times, the automatic health check system might not sufficiently determine the precise health status of your Elastic Compute Service (ECS) instances or elastic container instances. To overcome this, you can call the SetInstanceHealth operation to swiftly pinpoint problematic instances and resolve issues. This operation is designed to more precisely align with real-world business requirements and tackle O\\\\\\&M hurdles efficiently.
|
|
2164
2164
|
*
|
|
2165
2165
|
* @remarks
|
|
2166
2166
|
* Auto Scaling detects and removes unhealthy ECS instances or elastic container instances from their scaling groups. To prevent a specific instance from being removed, you can put it in either the Standby or Protected state. For more information, see [EnterStandby](https://help.aliyun.com/document_detail/459345.html) and [SetInstancesProtection](https://help.aliyun.com/document_detail/459342.html).
|
|
@@ -2171,7 +2171,7 @@ export default class Client extends OpenApi {
|
|
|
2171
2171
|
*/
|
|
2172
2172
|
setInstanceHealthWithOptions(request: $_model.SetInstanceHealthRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetInstanceHealthResponse>;
|
|
2173
2173
|
/**
|
|
2174
|
-
* Sets instance health. At times, the automatic health check system might not sufficiently determine the precise health status of your Elastic Compute Service (ECS) instances or elastic container instances. To overcome this, you can call the SetInstanceHealth operation to swiftly pinpoint problematic instances and resolve issues. This operation is designed to more precisely align with real-world business requirements and tackle O
|
|
2174
|
+
* Sets instance health. At times, the automatic health check system might not sufficiently determine the precise health status of your Elastic Compute Service (ECS) instances or elastic container instances. To overcome this, you can call the SetInstanceHealth operation to swiftly pinpoint problematic instances and resolve issues. This operation is designed to more precisely align with real-world business requirements and tackle O\\\\\\&M hurdles efficiently.
|
|
2175
2175
|
*
|
|
2176
2176
|
* @remarks
|
|
2177
2177
|
* Auto Scaling detects and removes unhealthy ECS instances or elastic container instances from their scaling groups. To prevent a specific instance from being removed, you can put it in either the Standby or Protected state. For more information, see [EnterStandby](https://help.aliyun.com/document_detail/459345.html) and [SetInstancesProtection](https://help.aliyun.com/document_detail/459342.html).
|
package/dist/client.js
CHANGED
|
@@ -1516,6 +1516,9 @@ class Client extends openapi_core_1.default {
|
|
|
1516
1516
|
if (!$dara.isNull(request.instanceType)) {
|
|
1517
1517
|
query["InstanceType"] = request.instanceType;
|
|
1518
1518
|
}
|
|
1519
|
+
if (!$dara.isNull(request.instanceTypeCandidateOptions)) {
|
|
1520
|
+
query["InstanceTypeCandidateOptions"] = request.instanceTypeCandidateOptions;
|
|
1521
|
+
}
|
|
1519
1522
|
if (!$dara.isNull(request.instanceTypeOverrides)) {
|
|
1520
1523
|
query["InstanceTypeOverrides"] = request.instanceTypeOverrides;
|
|
1521
1524
|
}
|
|
@@ -5850,6 +5853,9 @@ class Client extends openapi_core_1.default {
|
|
|
5850
5853
|
if (!$dara.isNull(request.instancePatternInfos)) {
|
|
5851
5854
|
query["InstancePatternInfos"] = request.instancePatternInfos;
|
|
5852
5855
|
}
|
|
5856
|
+
if (!$dara.isNull(request.instanceTypeCandidateOptions)) {
|
|
5857
|
+
query["InstanceTypeCandidateOptions"] = request.instanceTypeCandidateOptions;
|
|
5858
|
+
}
|
|
5853
5859
|
if (!$dara.isNull(request.instanceTypeOverrides)) {
|
|
5854
5860
|
query["InstanceTypeOverrides"] = request.instanceTypeOverrides;
|
|
5855
5861
|
}
|
|
@@ -7184,7 +7190,7 @@ class Client extends openapi_core_1.default {
|
|
|
7184
7190
|
return await this.setGroupDeletionProtectionWithOptions(request, runtime);
|
|
7185
7191
|
}
|
|
7186
7192
|
/**
|
|
7187
|
-
* Sets instance health. At times, the automatic health check system might not sufficiently determine the precise health status of your Elastic Compute Service (ECS) instances or elastic container instances. To overcome this, you can call the SetInstanceHealth operation to swiftly pinpoint problematic instances and resolve issues. This operation is designed to more precisely align with real-world business requirements and tackle O
|
|
7193
|
+
* Sets instance health. At times, the automatic health check system might not sufficiently determine the precise health status of your Elastic Compute Service (ECS) instances or elastic container instances. To overcome this, you can call the SetInstanceHealth operation to swiftly pinpoint problematic instances and resolve issues. This operation is designed to more precisely align with real-world business requirements and tackle O\\\\\\&M hurdles efficiently.
|
|
7188
7194
|
*
|
|
7189
7195
|
* @remarks
|
|
7190
7196
|
* Auto Scaling detects and removes unhealthy ECS instances or elastic container instances from their scaling groups. To prevent a specific instance from being removed, you can put it in either the Standby or Protected state. For more information, see [EnterStandby](https://help.aliyun.com/document_detail/459345.html) and [SetInstancesProtection](https://help.aliyun.com/document_detail/459342.html).
|
|
@@ -7225,7 +7231,7 @@ class Client extends openapi_core_1.default {
|
|
|
7225
7231
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SetInstanceHealthResponse({}));
|
|
7226
7232
|
}
|
|
7227
7233
|
/**
|
|
7228
|
-
* Sets instance health. At times, the automatic health check system might not sufficiently determine the precise health status of your Elastic Compute Service (ECS) instances or elastic container instances. To overcome this, you can call the SetInstanceHealth operation to swiftly pinpoint problematic instances and resolve issues. This operation is designed to more precisely align with real-world business requirements and tackle O
|
|
7234
|
+
* Sets instance health. At times, the automatic health check system might not sufficiently determine the precise health status of your Elastic Compute Service (ECS) instances or elastic container instances. To overcome this, you can call the SetInstanceHealth operation to swiftly pinpoint problematic instances and resolve issues. This operation is designed to more precisely align with real-world business requirements and tackle O\\\\\\&M hurdles efficiently.
|
|
7229
7235
|
*
|
|
7230
7236
|
* @remarks
|
|
7231
7237
|
* Auto Scaling detects and removes unhealthy ECS instances or elastic container instances from their scaling groups. To prevent a specific instance from being removed, you can put it in either the Standby or Protected state. For more information, see [EnterStandby](https://help.aliyun.com/document_detail/459345.html) and [SetInstancesProtection](https://help.aliyun.com/document_detail/459342.html).
|