@alicloud/ess20220222 1.1.2 → 1.3.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 +893 -59
- package/dist/client.js +1687 -223
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +2436 -530
package/dist/client.js
CHANGED
|
@@ -1,15 +1,28 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
10
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
11
|
+
}) : function(o, v) {
|
|
12
|
+
o["default"] = v;
|
|
13
|
+
});
|
|
2
14
|
var __importStar = (this && this.__importStar) || function (mod) {
|
|
3
15
|
if (mod && mod.__esModule) return mod;
|
|
4
16
|
var result = {};
|
|
5
|
-
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result
|
|
6
|
-
result
|
|
17
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
18
|
+
__setModuleDefault(result, mod);
|
|
7
19
|
return result;
|
|
8
20
|
};
|
|
9
21
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10
22
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11
23
|
};
|
|
12
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
+
exports.TagResourcesRequestTags = exports.ScaleWithAdjustmentRequestOverrides = exports.ScaleWithAdjustmentRequestOverridesContainerOverrides = exports.ScaleWithAdjustmentRequestOverridesContainerOverridesEnvironmentVars = exports.ScaleWithAdjustmentRequestLifecycleHookContext = exports.ModifyScalingRuleRequestStepAdjustments = exports.ModifyScalingRuleRequestAlarmDimensions = exports.ModifyScalingGroupRequestLaunchTemplateOverrides = exports.ModifyScalingConfigurationShrinkRequestSpotPriceLimits = exports.ModifyScalingConfigurationShrinkRequestNetworkInterfaces = exports.ModifyScalingConfigurationShrinkRequestInstanceTypeOverrides = exports.ModifyScalingConfigurationShrinkRequestInstancePatternInfos = exports.ModifyScalingConfigurationShrinkRequestDataDisks = exports.ModifyScalingConfigurationShrinkRequestCustomPriorities = exports.ModifyScalingConfigurationShrinkRequestSystemDisk = exports.ModifyScalingConfigurationShrinkRequestPrivatePoolOptions = exports.ModifyScalingConfigurationShrinkRequestImageOptions = exports.ModifyScalingConfigurationRequestSpotPriceLimits = exports.ModifyScalingConfigurationRequestNetworkInterfaces = exports.ModifyScalingConfigurationRequestInstanceTypeOverrides = exports.ModifyScalingConfigurationRequestInstancePatternInfos = exports.ModifyScalingConfigurationRequestDataDisks = exports.ModifyScalingConfigurationRequestCustomPriorities = exports.ModifyScalingConfigurationRequestSystemDisk = exports.ModifyScalingConfigurationRequestPrivatePoolOptions = exports.ModifyScalingConfigurationRequestImageOptions = exports.ModifyEciScalingConfigurationRequestVolumes = exports.ModifyEciScalingConfigurationRequestVolumesConfigFileVolumeConfigFileToPath = exports.ModifyEciScalingConfigurationRequestVolumesNFSVolume = exports.ModifyEciScalingConfigurationRequestVolumesHostPathVolume = exports.ModifyEciScalingConfigurationRequestVolumesFlexVolume = exports.ModifyEciScalingConfigurationRequestVolumesEmptyDirVolume = exports.ModifyEciScalingConfigurationRequestVolumesDiskVolume = exports.ModifyEciScalingConfigurationRequestTags = exports.ModifyEciScalingConfigurationRequestSecurityContextSysCtls = exports.ModifyEciScalingConfigurationRequestInitContainers = exports.ModifyEciScalingConfigurationRequestInitContainersInitContainerVolumeMounts = exports.ModifyEciScalingConfigurationRequestInitContainersInitContainerPorts = exports.ModifyEciScalingConfigurationRequestInitContainersInitContainerEnvironmentVars = exports.ModifyEciScalingConfigurationRequestInitContainersInitContainerEnvironmentVarsFieldRef = exports.ModifyEciScalingConfigurationRequestInitContainersSecurityContext = exports.ModifyEciScalingConfigurationRequestInitContainersSecurityContextCapability = exports.ModifyEciScalingConfigurationRequestImageRegistryCredentials = exports.ModifyEciScalingConfigurationRequestHostAliases = exports.ModifyEciScalingConfigurationRequestDnsConfigOptions = exports.ModifyEciScalingConfigurationRequestContainers = exports.ModifyEciScalingConfigurationRequestContainersVolumeMounts = exports.ModifyEciScalingConfigurationRequestContainersPorts = exports.ModifyEciScalingConfigurationRequestContainersEnvironmentVars = exports.ModifyEciScalingConfigurationRequestContainersEnvironmentVarsFieldRef = exports.ModifyEciScalingConfigurationRequestContainersSecurityContext = exports.ModifyEciScalingConfigurationRequestContainersSecurityContextCapability = exports.ModifyEciScalingConfigurationRequestContainersReadinessProbe = exports.ModifyEciScalingConfigurationRequestContainersReadinessProbeTcpSocket = exports.ModifyEciScalingConfigurationRequestContainersReadinessProbeHttpGet = exports.ModifyEciScalingConfigurationRequestContainersReadinessProbeExec = exports.ModifyEciScalingConfigurationRequestContainersLivenessProbe = exports.ModifyEciScalingConfigurationRequestContainersLivenessProbeTcpSocket = exports.ModifyEciScalingConfigurationRequestContainersLivenessProbeHttpGet = exports.ModifyEciScalingConfigurationRequestContainersLivenessProbeExec = exports.ModifyEciScalingConfigurationRequestAcrRegistryInfos = exports.ModifyAlarmRequestExpressions = exports.ModifyAlarmRequestDimensions = exports.ListTagResourcesResponseBodyTagResources = exports.ListTagResourcesRequestTags = exports.EnableScalingGroupRequestLaunchTemplateOverrides = exports.DetachVServerGroupsRequestVServerGroups = exports.DetachVServerGroupsRequestVServerGroupsVServerGroupAttributes = exports.DetachServerGroupsRequestServerGroups = exports.DetachAlbServerGroupsRequestAlbServerGroups = exports.DescribeScheduledTasksResponseBodyScheduledTasks = exports.DescribeScalingRulesResponseBodyScalingRules = exports.DescribeScalingRulesResponseBodyScalingRulesStepAdjustments = exports.DescribeScalingRulesResponseBodyScalingRulesAlarms = exports.DescribeScalingRulesResponseBodyScalingRulesAlarmsDimensions = exports.DescribeScalingRulesResponseBodyScalingRulesAlarmDimensions = exports.DescribeScalingInstancesResponseBodyScalingInstances = exports.DescribeScalingGroupsResponseBodyScalingGroups = exports.DescribeScalingGroupsResponseBodyScalingGroupsVServerGroups = exports.DescribeScalingGroupsResponseBodyScalingGroupsVServerGroupsVServerGroupAttributes = exports.DescribeScalingGroupsResponseBodyScalingGroupsTags = exports.DescribeScalingGroupsResponseBodyScalingGroupsServerGroups = exports.DescribeScalingGroupsResponseBodyScalingGroupsLoadBalancerConfigs = exports.DescribeScalingGroupsResponseBodyScalingGroupsLaunchTemplateOverrides = exports.DescribeScalingGroupsResponseBodyScalingGroupsAlbServerGroups = exports.DescribeScalingGroupsRequestTags = exports.DescribeScalingGroupDetailResponseBodyScalingGroup = exports.DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroups = exports.DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroupsVServerGroupAttributes = exports.DescribeScalingGroupDetailResponseBodyScalingGroupTags = exports.DescribeScalingGroupDetailResponseBodyScalingGroupServerGroups = exports.DescribeScalingGroupDetailResponseBodyScalingGroupLoadBalancerConfigs = exports.DescribeScalingGroupDetailResponseBodyScalingGroupLaunchTemplateOverrides = exports.DescribeScalingGroupDetailResponseBodyScalingGroupAlbServerGroups = exports.DescribeScalingConfigurationsResponseBodyScalingConfigurations = exports.DescribeScalingConfigurationsResponseBodyScalingConfigurationsTags = exports.DescribeScalingConfigurationsResponseBodyScalingConfigurationsSpotPriceLimits = exports.DescribeScalingConfigurationsResponseBodyScalingConfigurationsSchedulerOptions = exports.DescribeScalingConfigurationsResponseBodyScalingConfigurationsNetworkInterfaces = exports.DescribeScalingConfigurationsResponseBodyScalingConfigurationsInstancePatternInfos = exports.DescribeScalingConfigurationsResponseBodyScalingConfigurationsDataDisks = exports.DescribeScalingConfigurationsResponseBodyScalingConfigurationsCustomPriorities = exports.DescribeScalingActivitiesResponseBodyScalingActivities = exports.DescribeScalingActivitiesResponseBodyScalingActivitiesLifecycleHookContext = exports.DescribeRegionsResponseBodyRegions = exports.DescribeNotificationConfigurationsResponseBodyNotificationConfigurationModels = exports.DescribeLifecycleHooksResponseBodyLifecycleHooks = exports.DescribeLifecycleActionsResponseBodyLifecycleActions = exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurations = exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumes = exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumesConfigFileVolumeConfigFileToPaths = exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsTags = exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsSecurityContextSysCtls = exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainers = exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerVolumeMounts = exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerPorts = exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerEnvironmentVars = exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsImageRegistryCredentials = exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsHostAliases = exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsDnsConfigOptions = exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainers = exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersVolumeMounts = exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersPorts = exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersEnvironmentVars = exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsAcrRegistryInfos = exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfiguration = exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumes = exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumesConfigFileVolumeConfigFileToPaths = exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationTags = exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationSecurityContextSysCtls = exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainers = exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerVolumeMounts = exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerPorts = exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerEnvironmentVars = exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationImageRegistryCredentials = exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationHostAliases = exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationDnsConfigOptions = exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainers = exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersVolumeMounts = exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersPorts = exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersEnvironmentVars = exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationAcrRegistryInfos = exports.DescribeAlarmsResponseBodyAlarmList = exports.DescribeAlarmsResponseBodyAlarmListExpressions = exports.DescribeAlarmsResponseBodyAlarmListDimensions = exports.CreateScalingRuleRequestStepAdjustments = exports.CreateScalingRuleRequestAlarmDimensions = exports.CreateScalingGroupRequestVServerGroups = exports.CreateScalingGroupRequestVServerGroupsVServerGroupAttributes = exports.CreateScalingGroupRequestTags = exports.CreateScalingGroupRequestServerGroups = exports.CreateScalingGroupRequestLoadBalancerConfigs = exports.CreateScalingGroupRequestLifecycleHooks = exports.CreateScalingGroupRequestLaunchTemplateOverrides = exports.CreateScalingGroupRequestAlbServerGroups = exports.CreateScalingConfigurationShrinkRequestSpotPriceLimits = exports.CreateScalingConfigurationShrinkRequestNetworkInterfaces = exports.CreateScalingConfigurationShrinkRequestInstanceTypeOverrides = exports.CreateScalingConfigurationShrinkRequestInstancePatternInfos = exports.CreateScalingConfigurationShrinkRequestDataDisks = exports.CreateScalingConfigurationShrinkRequestCustomPriorities = exports.CreateScalingConfigurationShrinkRequestSystemDisk = exports.CreateScalingConfigurationShrinkRequestPrivatePoolOptions = exports.CreateScalingConfigurationShrinkRequestImageOptions = exports.CreateScalingConfigurationRequestSpotPriceLimits = exports.CreateScalingConfigurationRequestNetworkInterfaces = exports.CreateScalingConfigurationRequestInstanceTypeOverrides = exports.CreateScalingConfigurationRequestInstancePatternInfos = exports.CreateScalingConfigurationRequestDataDisks = exports.CreateScalingConfigurationRequestCustomPriorities = exports.CreateScalingConfigurationRequestSystemDisk = exports.CreateScalingConfigurationRequestPrivatePoolOptions = exports.CreateScalingConfigurationRequestImageOptions = exports.CreateEciScalingConfigurationRequestVolumes = exports.CreateEciScalingConfigurationRequestVolumesConfigFileVolumeConfigFileToPaths = exports.CreateEciScalingConfigurationRequestVolumesNFSVolume = exports.CreateEciScalingConfigurationRequestVolumesHostPathVolume = exports.CreateEciScalingConfigurationRequestVolumesFlexVolume = exports.CreateEciScalingConfigurationRequestVolumesEmptyDirVolume = exports.CreateEciScalingConfigurationRequestVolumesDiskVolume = exports.CreateEciScalingConfigurationRequestTags = exports.CreateEciScalingConfigurationRequestSecurityContextSysctls = exports.CreateEciScalingConfigurationRequestInitContainers = exports.CreateEciScalingConfigurationRequestInitContainersInitContainerVolumeMounts = exports.CreateEciScalingConfigurationRequestInitContainersInitContainerPorts = exports.CreateEciScalingConfigurationRequestInitContainersInitContainerEnvironmentVars = exports.CreateEciScalingConfigurationRequestInitContainersSecurityContext = exports.CreateEciScalingConfigurationRequestInitContainersSecurityContextCapability = exports.CreateEciScalingConfigurationRequestImageRegistryCredentials = exports.CreateEciScalingConfigurationRequestHostAliases = exports.CreateEciScalingConfigurationRequestDnsConfigOptions = exports.CreateEciScalingConfigurationRequestContainers = exports.CreateEciScalingConfigurationRequestContainersVolumeMounts = exports.CreateEciScalingConfigurationRequestContainersPorts = exports.CreateEciScalingConfigurationRequestContainersEnvironmentVars = exports.CreateEciScalingConfigurationRequestContainersSecurityContext = exports.CreateEciScalingConfigurationRequestContainersSecurityContextCapability = exports.CreateEciScalingConfigurationRequestContainersReadinessProbe = exports.CreateEciScalingConfigurationRequestContainersReadinessProbeTcpSocket = exports.CreateEciScalingConfigurationRequestContainersReadinessProbeHttpGet = exports.CreateEciScalingConfigurationRequestContainersReadinessProbeExec = exports.CreateEciScalingConfigurationRequestContainersLivenessProbe = exports.CreateEciScalingConfigurationRequestContainersLivenessProbeTcpSocket = exports.CreateEciScalingConfigurationRequestContainersLivenessProbeHttpGet = exports.CreateEciScalingConfigurationRequestContainersLivenessProbeExec = exports.CreateEciScalingConfigurationRequestAcrRegistryInfos = exports.CreateAlarmRequestExpressions = exports.CreateAlarmRequestDimensions = exports.AttachVServerGroupsRequestVServerGroups = exports.AttachVServerGroupsRequestVServerGroupsVServerGroupAttributes = exports.AttachServerGroupsRequestServerGroups = exports.AttachLoadBalancersRequestLoadBalancerConfigs = exports.AttachAlbServerGroupsRequestAlbServerGroups = exports.VerifyUserResponse = exports.VerifyUserResponseBody = exports.VerifyUserRequest = exports.VerifyAuthenticationResponse = exports.VerifyAuthenticationResponseBody = exports.VerifyAuthenticationRequest = exports.UntagResourcesResponse = exports.UntagResourcesResponseBody = exports.UntagResourcesRequest = exports.TagResourcesResponse = exports.TagResourcesResponseBody = exports.TagResourcesRequest = exports.SuspendProcessesResponse = exports.SuspendProcessesResponseBody = exports.SuspendProcessesRequest = exports.SetInstancesProtectionResponse = exports.SetInstancesProtectionResponseBody = exports.SetInstancesProtectionRequest = exports.SetInstanceHealthResponse = exports.SetInstanceHealthResponseBody = exports.SetInstanceHealthRequest = exports.SetGroupDeletionProtectionResponse = exports.SetGroupDeletionProtectionResponseBody = exports.SetGroupDeletionProtectionRequest = exports.ScaleWithAdjustmentResponse = exports.ScaleWithAdjustmentResponseBody = exports.ScaleWithAdjustmentShrinkRequest = exports.ScaleWithAdjustmentRequest = exports.ResumeProcessesResponse = exports.ResumeProcessesResponseBody = exports.ResumeProcessesRequest = exports.RemoveInstancesResponse = exports.RemoveInstancesResponseBody = exports.RemoveInstancesRequest = exports.RecordLifecycleActionHeartbeatResponse = exports.RecordLifecycleActionHeartbeatResponseBody = exports.RecordLifecycleActionHeartbeatRequest = exports.RebalanceInstancesResponse = exports.RebalanceInstancesResponseBody = exports.RebalanceInstancesRequest = exports.ModifyScheduledTaskResponse = exports.ModifyScheduledTaskResponseBody = exports.ModifyScheduledTaskRequest = exports.ModifyScalingRuleResponse = exports.ModifyScalingRuleResponseBody = exports.ModifyScalingRuleRequest = exports.ModifyScalingGroupResponse = exports.ModifyScalingGroupResponseBody = exports.ModifyScalingGroupRequest = exports.ModifyScalingConfigurationResponse = exports.ModifyScalingConfigurationResponseBody = exports.ModifyScalingConfigurationShrinkRequest = exports.ModifyScalingConfigurationRequest = exports.ModifyNotificationConfigurationResponse = exports.ModifyNotificationConfigurationResponseBody = exports.ModifyNotificationConfigurationRequest = exports.ModifyLifecycleHookResponse = exports.ModifyLifecycleHookResponseBody = exports.ModifyLifecycleHookRequest = exports.ModifyInstanceAttributeResponse = exports.ModifyInstanceAttributeResponseBody = exports.ModifyInstanceAttributeRequest = exports.ModifyEciScalingConfigurationResponse = exports.ModifyEciScalingConfigurationResponseBody = exports.ModifyEciScalingConfigurationRequest = exports.ModifyAlarmResponse = exports.ModifyAlarmResponseBody = exports.ModifyAlarmRequest = exports.ListTagValuesResponse = exports.ListTagValuesResponseBody = exports.ListTagValuesRequest = exports.ListTagResourcesResponse = exports.ListTagResourcesResponseBody = exports.ListTagResourcesRequest = exports.ListTagKeysResponse = exports.ListTagKeysResponseBody = exports.ListTagKeysRequest = exports.ExitStandbyResponse = exports.ExitStandbyResponseBody = exports.ExitStandbyRequest = exports.ExecuteScalingRuleResponse = exports.ExecuteScalingRuleResponseBody = exports.ExecuteScalingRuleRequest = exports.EnterStandbyResponse = exports.EnterStandbyResponseBody = exports.EnterStandbyRequest = exports.EnableScalingGroupResponse = exports.EnableScalingGroupResponseBody = exports.EnableScalingGroupRequest = exports.EnableAlarmResponse = exports.EnableAlarmResponseBody = exports.EnableAlarmRequest = exports.DisableScalingGroupResponse = exports.DisableScalingGroupResponseBody = exports.DisableScalingGroupRequest = exports.DisableAlarmResponse = exports.DisableAlarmResponseBody = exports.DisableAlarmRequest = exports.DetachVServerGroupsResponse = exports.DetachVServerGroupsResponseBody = exports.DetachVServerGroupsRequest = exports.DetachServerGroupsResponse = exports.DetachServerGroupsResponseBody = exports.DetachServerGroupsRequest = exports.DetachLoadBalancersResponse = exports.DetachLoadBalancersResponseBody = exports.DetachLoadBalancersRequest = exports.DetachInstancesResponse = exports.DetachInstancesResponseBody = exports.DetachInstancesRequest = exports.DetachDBInstancesResponse = exports.DetachDBInstancesResponseBody = exports.DetachDBInstancesRequest = exports.DetachAlbServerGroupsResponse = exports.DetachAlbServerGroupsResponseBody = exports.DetachAlbServerGroupsRequest = exports.DescribeScheduledTasksResponse = exports.DescribeScheduledTasksResponseBody = exports.DescribeScheduledTasksRequest = exports.DescribeScalingRulesResponse = exports.DescribeScalingRulesResponseBody = exports.DescribeScalingRulesRequest = exports.DescribeScalingInstancesResponse = exports.DescribeScalingInstancesResponseBody = exports.DescribeScalingInstancesRequest = exports.DescribeScalingGroupsResponse = exports.DescribeScalingGroupsResponseBody = exports.DescribeScalingGroupsRequest = exports.DescribeScalingGroupDetailResponse = exports.DescribeScalingGroupDetailResponseBody = exports.DescribeScalingGroupDetailRequest = exports.DescribeScalingConfigurationsResponse = exports.DescribeScalingConfigurationsResponseBody = exports.DescribeScalingConfigurationsRequest = exports.DescribeScalingActivityDetailResponse = exports.DescribeScalingActivityDetailResponseBody = exports.DescribeScalingActivityDetailRequest = exports.DescribeScalingActivitiesResponse = exports.DescribeScalingActivitiesResponseBody = exports.DescribeScalingActivitiesRequest = exports.DescribeRegionsResponse = exports.DescribeRegionsResponseBody = exports.DescribeRegionsRequest = exports.DescribeNotificationTypesResponse = exports.DescribeNotificationTypesResponseBody = exports.DescribeNotificationTypesRequest = exports.DescribeNotificationConfigurationsResponse = exports.DescribeNotificationConfigurationsResponseBody = exports.DescribeNotificationConfigurationsRequest = exports.DescribeLimitationResponse = exports.DescribeLimitationResponseBody = exports.DescribeLimitationRequest = exports.DescribeLifecycleHooksResponse = exports.DescribeLifecycleHooksResponseBody = exports.DescribeLifecycleHooksRequest = exports.DescribeLifecycleActionsResponse = exports.DescribeLifecycleActionsResponseBody = exports.DescribeLifecycleActionsRequest = exports.DescribeEciScalingConfigurationsResponse = exports.DescribeEciScalingConfigurationsResponseBody = exports.DescribeEciScalingConfigurationsRequest = exports.DescribeEciScalingConfigurationDetailResponse = exports.DescribeEciScalingConfigurationDetailResponseBody = exports.DescribeEciScalingConfigurationDetailRequest = exports.DescribeAlarmsResponse = exports.DescribeAlarmsResponseBody = exports.DescribeAlarmsRequest = exports.DeleteScheduledTaskResponse = exports.DeleteScheduledTaskResponseBody = exports.DeleteScheduledTaskRequest = exports.DeleteScalingRuleResponse = exports.DeleteScalingRuleResponseBody = exports.DeleteScalingRuleRequest = exports.DeleteScalingGroupResponse = exports.DeleteScalingGroupResponseBody = exports.DeleteScalingGroupRequest = exports.DeleteScalingConfigurationResponse = exports.DeleteScalingConfigurationResponseBody = exports.DeleteScalingConfigurationRequest = exports.DeleteNotificationConfigurationResponse = exports.DeleteNotificationConfigurationResponseBody = exports.DeleteNotificationConfigurationRequest = exports.DeleteLifecycleHookResponse = exports.DeleteLifecycleHookResponseBody = exports.DeleteLifecycleHookRequest = exports.DeleteEciScalingConfigurationResponse = exports.DeleteEciScalingConfigurationResponseBody = exports.DeleteEciScalingConfigurationRequest = exports.DeleteAlarmResponse = exports.DeleteAlarmResponseBody = exports.DeleteAlarmRequest = exports.DeactivateScalingConfigurationResponse = exports.DeactivateScalingConfigurationResponseBody = exports.DeactivateScalingConfigurationRequest = exports.CreateScheduledTaskResponse = exports.CreateScheduledTaskResponseBody = exports.CreateScheduledTaskRequest = exports.CreateScalingRuleResponse = exports.CreateScalingRuleResponseBody = exports.CreateScalingRuleRequest = exports.CreateScalingGroupResponse = exports.CreateScalingGroupResponseBody = exports.CreateScalingGroupRequest = exports.CreateScalingConfigurationResponse = exports.CreateScalingConfigurationResponseBody = exports.CreateScalingConfigurationShrinkRequest = exports.CreateScalingConfigurationRequest = exports.CreateNotificationConfigurationResponse = exports.CreateNotificationConfigurationResponseBody = exports.CreateNotificationConfigurationRequest = exports.CreateLifecycleHookResponse = exports.CreateLifecycleHookResponseBody = exports.CreateLifecycleHookRequest = exports.CreateEciScalingConfigurationResponse = exports.CreateEciScalingConfigurationResponseBody = exports.CreateEciScalingConfigurationRequest = exports.CreateAlarmResponse = exports.CreateAlarmResponseBody = exports.CreateAlarmRequest = exports.CompleteLifecycleActionResponse = exports.CompleteLifecycleActionResponseBody = exports.CompleteLifecycleActionRequest = exports.ChangeResourceGroupResponse = exports.ChangeResourceGroupResponseBody = exports.ChangeResourceGroupRequest = exports.AttachVServerGroupsResponse = exports.AttachVServerGroupsResponseBody = exports.AttachVServerGroupsRequest = exports.AttachServerGroupsResponse = exports.AttachServerGroupsResponseBody = exports.AttachServerGroupsRequest = exports.AttachLoadBalancersResponse = exports.AttachLoadBalancersResponseBody = exports.AttachLoadBalancersRequest = exports.AttachInstancesResponse = exports.AttachInstancesResponseBody = exports.AttachInstancesRequest = exports.AttachDBInstancesResponse = exports.AttachDBInstancesResponseBody = exports.AttachDBInstancesRequest = exports.AttachAlbServerGroupsResponse = exports.AttachAlbServerGroupsResponseBody = exports.AttachAlbServerGroupsRequest = exports.ApplyScalingGroupResponse = exports.ApplyScalingGroupResponseBody = exports.ApplyScalingGroupRequest = exports.ApplyEciScalingConfigurationResponse = exports.ApplyEciScalingConfigurationResponseBody = exports.ApplyEciScalingConfigurationRequest = void 0;
|
|
13
26
|
// This file is auto-generated, don't edit it
|
|
14
27
|
/**
|
|
15
28
|
*
|
|
@@ -19,6 +32,68 @@ const openapi_client_1 = __importStar(require("@alicloud/openapi-client")), $Ope
|
|
|
19
32
|
const openapi_util_1 = __importDefault(require("@alicloud/openapi-util"));
|
|
20
33
|
const endpoint_util_1 = __importDefault(require("@alicloud/endpoint-util"));
|
|
21
34
|
const $tea = __importStar(require("@alicloud/tea-typescript"));
|
|
35
|
+
class ApplyEciScalingConfigurationRequest extends $tea.Model {
|
|
36
|
+
constructor(map) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
static names() {
|
|
40
|
+
return {
|
|
41
|
+
content: 'Content',
|
|
42
|
+
format: 'Format',
|
|
43
|
+
regionId: 'RegionId',
|
|
44
|
+
scalingConfigurationId: 'ScalingConfigurationId',
|
|
45
|
+
scalingGroupId: 'ScalingGroupId',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
content: 'string',
|
|
51
|
+
format: 'string',
|
|
52
|
+
regionId: 'string',
|
|
53
|
+
scalingConfigurationId: 'string',
|
|
54
|
+
scalingGroupId: 'string',
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
exports.ApplyEciScalingConfigurationRequest = ApplyEciScalingConfigurationRequest;
|
|
59
|
+
class ApplyEciScalingConfigurationResponseBody extends $tea.Model {
|
|
60
|
+
constructor(map) {
|
|
61
|
+
super(map);
|
|
62
|
+
}
|
|
63
|
+
static names() {
|
|
64
|
+
return {
|
|
65
|
+
requestId: 'RequestId',
|
|
66
|
+
scalingConfigurationId: 'ScalingConfigurationId',
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
static types() {
|
|
70
|
+
return {
|
|
71
|
+
requestId: 'string',
|
|
72
|
+
scalingConfigurationId: 'string',
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
exports.ApplyEciScalingConfigurationResponseBody = ApplyEciScalingConfigurationResponseBody;
|
|
77
|
+
class ApplyEciScalingConfigurationResponse extends $tea.Model {
|
|
78
|
+
constructor(map) {
|
|
79
|
+
super(map);
|
|
80
|
+
}
|
|
81
|
+
static names() {
|
|
82
|
+
return {
|
|
83
|
+
headers: 'headers',
|
|
84
|
+
statusCode: 'statusCode',
|
|
85
|
+
body: 'body',
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
static types() {
|
|
89
|
+
return {
|
|
90
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
91
|
+
statusCode: 'number',
|
|
92
|
+
body: ApplyEciScalingConfigurationResponseBody,
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
exports.ApplyEciScalingConfigurationResponse = ApplyEciScalingConfigurationResponse;
|
|
22
97
|
class ApplyScalingGroupRequest extends $tea.Model {
|
|
23
98
|
constructor(map) {
|
|
24
99
|
super(map);
|
|
@@ -1018,6 +1093,7 @@ class CreateScalingConfigurationRequest extends $tea.Model {
|
|
|
1018
1093
|
keyPairName: 'KeyPairName',
|
|
1019
1094
|
loadBalancerWeight: 'LoadBalancerWeight',
|
|
1020
1095
|
memory: 'Memory',
|
|
1096
|
+
networkInterfaces: 'NetworkInterfaces',
|
|
1021
1097
|
ownerAccount: 'OwnerAccount',
|
|
1022
1098
|
ownerId: 'OwnerId',
|
|
1023
1099
|
password: 'Password',
|
|
@@ -1077,6 +1153,7 @@ class CreateScalingConfigurationRequest extends $tea.Model {
|
|
|
1077
1153
|
keyPairName: 'string',
|
|
1078
1154
|
loadBalancerWeight: 'number',
|
|
1079
1155
|
memory: 'number',
|
|
1156
|
+
networkInterfaces: { 'type': 'array', 'itemType': CreateScalingConfigurationRequestNetworkInterfaces },
|
|
1080
1157
|
ownerAccount: 'string',
|
|
1081
1158
|
ownerId: 'number',
|
|
1082
1159
|
password: 'string',
|
|
@@ -1142,6 +1219,7 @@ class CreateScalingConfigurationShrinkRequest extends $tea.Model {
|
|
|
1142
1219
|
keyPairName: 'KeyPairName',
|
|
1143
1220
|
loadBalancerWeight: 'LoadBalancerWeight',
|
|
1144
1221
|
memory: 'Memory',
|
|
1222
|
+
networkInterfaces: 'NetworkInterfaces',
|
|
1145
1223
|
ownerAccount: 'OwnerAccount',
|
|
1146
1224
|
ownerId: 'OwnerId',
|
|
1147
1225
|
password: 'Password',
|
|
@@ -1201,6 +1279,7 @@ class CreateScalingConfigurationShrinkRequest extends $tea.Model {
|
|
|
1201
1279
|
keyPairName: 'string',
|
|
1202
1280
|
loadBalancerWeight: 'number',
|
|
1203
1281
|
memory: 'number',
|
|
1282
|
+
networkInterfaces: { 'type': 'array', 'itemType': CreateScalingConfigurationShrinkRequestNetworkInterfaces },
|
|
1204
1283
|
ownerAccount: 'string',
|
|
1205
1284
|
ownerId: 'number',
|
|
1206
1285
|
password: 'string',
|
|
@@ -2217,6 +2296,68 @@ class DescribeAlarmsResponse extends $tea.Model {
|
|
|
2217
2296
|
}
|
|
2218
2297
|
}
|
|
2219
2298
|
exports.DescribeAlarmsResponse = DescribeAlarmsResponse;
|
|
2299
|
+
class DescribeEciScalingConfigurationDetailRequest extends $tea.Model {
|
|
2300
|
+
constructor(map) {
|
|
2301
|
+
super(map);
|
|
2302
|
+
}
|
|
2303
|
+
static names() {
|
|
2304
|
+
return {
|
|
2305
|
+
outputFormat: 'OutputFormat',
|
|
2306
|
+
regionId: 'RegionId',
|
|
2307
|
+
scalingConfigurationId: 'ScalingConfigurationId',
|
|
2308
|
+
scalingGroupId: 'ScalingGroupId',
|
|
2309
|
+
};
|
|
2310
|
+
}
|
|
2311
|
+
static types() {
|
|
2312
|
+
return {
|
|
2313
|
+
outputFormat: 'string',
|
|
2314
|
+
regionId: 'string',
|
|
2315
|
+
scalingConfigurationId: 'string',
|
|
2316
|
+
scalingGroupId: 'string',
|
|
2317
|
+
};
|
|
2318
|
+
}
|
|
2319
|
+
}
|
|
2320
|
+
exports.DescribeEciScalingConfigurationDetailRequest = DescribeEciScalingConfigurationDetailRequest;
|
|
2321
|
+
class DescribeEciScalingConfigurationDetailResponseBody extends $tea.Model {
|
|
2322
|
+
constructor(map) {
|
|
2323
|
+
super(map);
|
|
2324
|
+
}
|
|
2325
|
+
static names() {
|
|
2326
|
+
return {
|
|
2327
|
+
output: 'Output',
|
|
2328
|
+
requestId: 'RequestId',
|
|
2329
|
+
scalingConfiguration: 'ScalingConfiguration',
|
|
2330
|
+
};
|
|
2331
|
+
}
|
|
2332
|
+
static types() {
|
|
2333
|
+
return {
|
|
2334
|
+
output: 'string',
|
|
2335
|
+
requestId: 'string',
|
|
2336
|
+
scalingConfiguration: DescribeEciScalingConfigurationDetailResponseBodyScalingConfiguration,
|
|
2337
|
+
};
|
|
2338
|
+
}
|
|
2339
|
+
}
|
|
2340
|
+
exports.DescribeEciScalingConfigurationDetailResponseBody = DescribeEciScalingConfigurationDetailResponseBody;
|
|
2341
|
+
class DescribeEciScalingConfigurationDetailResponse extends $tea.Model {
|
|
2342
|
+
constructor(map) {
|
|
2343
|
+
super(map);
|
|
2344
|
+
}
|
|
2345
|
+
static names() {
|
|
2346
|
+
return {
|
|
2347
|
+
headers: 'headers',
|
|
2348
|
+
statusCode: 'statusCode',
|
|
2349
|
+
body: 'body',
|
|
2350
|
+
};
|
|
2351
|
+
}
|
|
2352
|
+
static types() {
|
|
2353
|
+
return {
|
|
2354
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2355
|
+
statusCode: 'number',
|
|
2356
|
+
body: DescribeEciScalingConfigurationDetailResponseBody,
|
|
2357
|
+
};
|
|
2358
|
+
}
|
|
2359
|
+
}
|
|
2360
|
+
exports.DescribeEciScalingConfigurationDetailResponse = DescribeEciScalingConfigurationDetailResponse;
|
|
2220
2361
|
class DescribeEciScalingConfigurationsRequest extends $tea.Model {
|
|
2221
2362
|
constructor(map) {
|
|
2222
2363
|
super(map);
|
|
@@ -2919,6 +3060,68 @@ class DescribeScalingConfigurationsResponse extends $tea.Model {
|
|
|
2919
3060
|
}
|
|
2920
3061
|
}
|
|
2921
3062
|
exports.DescribeScalingConfigurationsResponse = DescribeScalingConfigurationsResponse;
|
|
3063
|
+
class DescribeScalingGroupDetailRequest extends $tea.Model {
|
|
3064
|
+
constructor(map) {
|
|
3065
|
+
super(map);
|
|
3066
|
+
}
|
|
3067
|
+
static names() {
|
|
3068
|
+
return {
|
|
3069
|
+
outputFormat: 'OutputFormat',
|
|
3070
|
+
ownerId: 'OwnerId',
|
|
3071
|
+
regionId: 'RegionId',
|
|
3072
|
+
scalingGroupId: 'ScalingGroupId',
|
|
3073
|
+
};
|
|
3074
|
+
}
|
|
3075
|
+
static types() {
|
|
3076
|
+
return {
|
|
3077
|
+
outputFormat: 'string',
|
|
3078
|
+
ownerId: 'number',
|
|
3079
|
+
regionId: 'string',
|
|
3080
|
+
scalingGroupId: 'string',
|
|
3081
|
+
};
|
|
3082
|
+
}
|
|
3083
|
+
}
|
|
3084
|
+
exports.DescribeScalingGroupDetailRequest = DescribeScalingGroupDetailRequest;
|
|
3085
|
+
class DescribeScalingGroupDetailResponseBody extends $tea.Model {
|
|
3086
|
+
constructor(map) {
|
|
3087
|
+
super(map);
|
|
3088
|
+
}
|
|
3089
|
+
static names() {
|
|
3090
|
+
return {
|
|
3091
|
+
output: 'Output',
|
|
3092
|
+
requestId: 'RequestId',
|
|
3093
|
+
scalingGroup: 'ScalingGroup',
|
|
3094
|
+
};
|
|
3095
|
+
}
|
|
3096
|
+
static types() {
|
|
3097
|
+
return {
|
|
3098
|
+
output: 'string',
|
|
3099
|
+
requestId: 'string',
|
|
3100
|
+
scalingGroup: DescribeScalingGroupDetailResponseBodyScalingGroup,
|
|
3101
|
+
};
|
|
3102
|
+
}
|
|
3103
|
+
}
|
|
3104
|
+
exports.DescribeScalingGroupDetailResponseBody = DescribeScalingGroupDetailResponseBody;
|
|
3105
|
+
class DescribeScalingGroupDetailResponse extends $tea.Model {
|
|
3106
|
+
constructor(map) {
|
|
3107
|
+
super(map);
|
|
3108
|
+
}
|
|
3109
|
+
static names() {
|
|
3110
|
+
return {
|
|
3111
|
+
headers: 'headers',
|
|
3112
|
+
statusCode: 'statusCode',
|
|
3113
|
+
body: 'body',
|
|
3114
|
+
};
|
|
3115
|
+
}
|
|
3116
|
+
static types() {
|
|
3117
|
+
return {
|
|
3118
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3119
|
+
statusCode: 'number',
|
|
3120
|
+
body: DescribeScalingGroupDetailResponseBody,
|
|
3121
|
+
};
|
|
3122
|
+
}
|
|
3123
|
+
}
|
|
3124
|
+
exports.DescribeScalingGroupDetailResponse = DescribeScalingGroupDetailResponse;
|
|
2922
3125
|
class DescribeScalingGroupsRequest extends $tea.Model {
|
|
2923
3126
|
constructor(map) {
|
|
2924
3127
|
super(map);
|
|
@@ -4555,6 +4758,68 @@ class ModifyEciScalingConfigurationResponse extends $tea.Model {
|
|
|
4555
4758
|
}
|
|
4556
4759
|
}
|
|
4557
4760
|
exports.ModifyEciScalingConfigurationResponse = ModifyEciScalingConfigurationResponse;
|
|
4761
|
+
class ModifyInstanceAttributeRequest extends $tea.Model {
|
|
4762
|
+
constructor(map) {
|
|
4763
|
+
super(map);
|
|
4764
|
+
}
|
|
4765
|
+
static names() {
|
|
4766
|
+
return {
|
|
4767
|
+
entrusted: 'Entrusted',
|
|
4768
|
+
instanceId: 'InstanceId',
|
|
4769
|
+
ownerId: 'OwnerId',
|
|
4770
|
+
regionId: 'RegionId',
|
|
4771
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
4772
|
+
scalingGroupId: 'ScalingGroupId',
|
|
4773
|
+
};
|
|
4774
|
+
}
|
|
4775
|
+
static types() {
|
|
4776
|
+
return {
|
|
4777
|
+
entrusted: 'boolean',
|
|
4778
|
+
instanceId: 'string',
|
|
4779
|
+
ownerId: 'number',
|
|
4780
|
+
regionId: 'string',
|
|
4781
|
+
resourceOwnerAccount: 'string',
|
|
4782
|
+
scalingGroupId: 'string',
|
|
4783
|
+
};
|
|
4784
|
+
}
|
|
4785
|
+
}
|
|
4786
|
+
exports.ModifyInstanceAttributeRequest = ModifyInstanceAttributeRequest;
|
|
4787
|
+
class ModifyInstanceAttributeResponseBody extends $tea.Model {
|
|
4788
|
+
constructor(map) {
|
|
4789
|
+
super(map);
|
|
4790
|
+
}
|
|
4791
|
+
static names() {
|
|
4792
|
+
return {
|
|
4793
|
+
requestId: 'RequestId',
|
|
4794
|
+
};
|
|
4795
|
+
}
|
|
4796
|
+
static types() {
|
|
4797
|
+
return {
|
|
4798
|
+
requestId: 'string',
|
|
4799
|
+
};
|
|
4800
|
+
}
|
|
4801
|
+
}
|
|
4802
|
+
exports.ModifyInstanceAttributeResponseBody = ModifyInstanceAttributeResponseBody;
|
|
4803
|
+
class ModifyInstanceAttributeResponse extends $tea.Model {
|
|
4804
|
+
constructor(map) {
|
|
4805
|
+
super(map);
|
|
4806
|
+
}
|
|
4807
|
+
static names() {
|
|
4808
|
+
return {
|
|
4809
|
+
headers: 'headers',
|
|
4810
|
+
statusCode: 'statusCode',
|
|
4811
|
+
body: 'body',
|
|
4812
|
+
};
|
|
4813
|
+
}
|
|
4814
|
+
static types() {
|
|
4815
|
+
return {
|
|
4816
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4817
|
+
statusCode: 'number',
|
|
4818
|
+
body: ModifyInstanceAttributeResponseBody,
|
|
4819
|
+
};
|
|
4820
|
+
}
|
|
4821
|
+
}
|
|
4822
|
+
exports.ModifyInstanceAttributeResponse = ModifyInstanceAttributeResponse;
|
|
4558
4823
|
class ModifyLifecycleHookRequest extends $tea.Model {
|
|
4559
4824
|
constructor(map) {
|
|
4560
4825
|
super(map);
|
|
@@ -4727,6 +4992,7 @@ class ModifyScalingConfigurationRequest extends $tea.Model {
|
|
|
4727
4992
|
keyPairName: 'KeyPairName',
|
|
4728
4993
|
loadBalancerWeight: 'LoadBalancerWeight',
|
|
4729
4994
|
memory: 'Memory',
|
|
4995
|
+
networkInterfaces: 'NetworkInterfaces',
|
|
4730
4996
|
override: 'Override',
|
|
4731
4997
|
ownerAccount: 'OwnerAccount',
|
|
4732
4998
|
ownerId: 'OwnerId',
|
|
@@ -4782,6 +5048,7 @@ class ModifyScalingConfigurationRequest extends $tea.Model {
|
|
|
4782
5048
|
keyPairName: 'string',
|
|
4783
5049
|
loadBalancerWeight: 'number',
|
|
4784
5050
|
memory: 'number',
|
|
5051
|
+
networkInterfaces: { 'type': 'array', 'itemType': ModifyScalingConfigurationRequestNetworkInterfaces },
|
|
4785
5052
|
override: 'boolean',
|
|
4786
5053
|
ownerAccount: 'string',
|
|
4787
5054
|
ownerId: 'number',
|
|
@@ -4843,6 +5110,7 @@ class ModifyScalingConfigurationShrinkRequest extends $tea.Model {
|
|
|
4843
5110
|
keyPairName: 'KeyPairName',
|
|
4844
5111
|
loadBalancerWeight: 'LoadBalancerWeight',
|
|
4845
5112
|
memory: 'Memory',
|
|
5113
|
+
networkInterfaces: 'NetworkInterfaces',
|
|
4846
5114
|
override: 'Override',
|
|
4847
5115
|
ownerAccount: 'OwnerAccount',
|
|
4848
5116
|
ownerId: 'OwnerId',
|
|
@@ -4898,6 +5166,7 @@ class ModifyScalingConfigurationShrinkRequest extends $tea.Model {
|
|
|
4898
5166
|
keyPairName: 'string',
|
|
4899
5167
|
loadBalancerWeight: 'number',
|
|
4900
5168
|
memory: 'number',
|
|
5169
|
+
networkInterfaces: { 'type': 'array', 'itemType': ModifyScalingConfigurationShrinkRequestNetworkInterfaces },
|
|
4901
5170
|
override: 'boolean',
|
|
4902
5171
|
ownerAccount: 'string',
|
|
4903
5172
|
ownerId: 'number',
|
|
@@ -4994,6 +5263,7 @@ class ModifyScalingGroupRequest extends $tea.Model {
|
|
|
4994
5263
|
resourceOwnerId: 'ResourceOwnerId',
|
|
4995
5264
|
scalingGroupId: 'ScalingGroupId',
|
|
4996
5265
|
scalingGroupName: 'ScalingGroupName',
|
|
5266
|
+
scalingPolicy: 'ScalingPolicy',
|
|
4997
5267
|
spotAllocationStrategy: 'SpotAllocationStrategy',
|
|
4998
5268
|
spotInstancePools: 'SpotInstancePools',
|
|
4999
5269
|
spotInstanceRemedy: 'SpotInstanceRemedy',
|
|
@@ -5029,6 +5299,7 @@ class ModifyScalingGroupRequest extends $tea.Model {
|
|
|
5029
5299
|
resourceOwnerId: 'number',
|
|
5030
5300
|
scalingGroupId: 'string',
|
|
5031
5301
|
scalingGroupName: 'string',
|
|
5302
|
+
scalingPolicy: 'string',
|
|
5032
5303
|
spotAllocationStrategy: 'string',
|
|
5033
5304
|
spotInstancePools: 'number',
|
|
5034
5305
|
spotInstanceRemedy: 'boolean',
|
|
@@ -5523,9 +5794,11 @@ class ScaleWithAdjustmentRequest extends $tea.Model {
|
|
|
5523
5794
|
}
|
|
5524
5795
|
static names() {
|
|
5525
5796
|
return {
|
|
5797
|
+
activityMetadata: 'ActivityMetadata',
|
|
5526
5798
|
adjustmentType: 'AdjustmentType',
|
|
5527
5799
|
adjustmentValue: 'AdjustmentValue',
|
|
5528
5800
|
clientToken: 'ClientToken',
|
|
5801
|
+
lifecycleHookContext: 'LifecycleHookContext',
|
|
5529
5802
|
minAdjustmentMagnitude: 'MinAdjustmentMagnitude',
|
|
5530
5803
|
overrides: 'Overrides',
|
|
5531
5804
|
ownerId: 'OwnerId',
|
|
@@ -5536,9 +5809,11 @@ class ScaleWithAdjustmentRequest extends $tea.Model {
|
|
|
5536
5809
|
}
|
|
5537
5810
|
static types() {
|
|
5538
5811
|
return {
|
|
5812
|
+
activityMetadata: 'string',
|
|
5539
5813
|
adjustmentType: 'string',
|
|
5540
5814
|
adjustmentValue: 'number',
|
|
5541
5815
|
clientToken: 'string',
|
|
5816
|
+
lifecycleHookContext: ScaleWithAdjustmentRequestLifecycleHookContext,
|
|
5542
5817
|
minAdjustmentMagnitude: 'number',
|
|
5543
5818
|
overrides: ScaleWithAdjustmentRequestOverrides,
|
|
5544
5819
|
ownerId: 'number',
|
|
@@ -5555,9 +5830,11 @@ class ScaleWithAdjustmentShrinkRequest extends $tea.Model {
|
|
|
5555
5830
|
}
|
|
5556
5831
|
static names() {
|
|
5557
5832
|
return {
|
|
5833
|
+
activityMetadata: 'ActivityMetadata',
|
|
5558
5834
|
adjustmentType: 'AdjustmentType',
|
|
5559
5835
|
adjustmentValue: 'AdjustmentValue',
|
|
5560
5836
|
clientToken: 'ClientToken',
|
|
5837
|
+
lifecycleHookContextShrink: 'LifecycleHookContext',
|
|
5561
5838
|
minAdjustmentMagnitude: 'MinAdjustmentMagnitude',
|
|
5562
5839
|
overridesShrink: 'Overrides',
|
|
5563
5840
|
ownerId: 'OwnerId',
|
|
@@ -5568,9 +5845,11 @@ class ScaleWithAdjustmentShrinkRequest extends $tea.Model {
|
|
|
5568
5845
|
}
|
|
5569
5846
|
static types() {
|
|
5570
5847
|
return {
|
|
5848
|
+
activityMetadata: 'string',
|
|
5571
5849
|
adjustmentType: 'string',
|
|
5572
5850
|
adjustmentValue: 'number',
|
|
5573
5851
|
clientToken: 'string',
|
|
5852
|
+
lifecycleHookContextShrink: 'string',
|
|
5574
5853
|
minAdjustmentMagnitude: 'number',
|
|
5575
5854
|
overridesShrink: 'string',
|
|
5576
5855
|
ownerId: 'number',
|
|
@@ -7161,6 +7440,28 @@ class CreateScalingConfigurationRequestInstanceTypeOverrides extends $tea.Model
|
|
|
7161
7440
|
}
|
|
7162
7441
|
}
|
|
7163
7442
|
exports.CreateScalingConfigurationRequestInstanceTypeOverrides = CreateScalingConfigurationRequestInstanceTypeOverrides;
|
|
7443
|
+
class CreateScalingConfigurationRequestNetworkInterfaces extends $tea.Model {
|
|
7444
|
+
constructor(map) {
|
|
7445
|
+
super(map);
|
|
7446
|
+
}
|
|
7447
|
+
static names() {
|
|
7448
|
+
return {
|
|
7449
|
+
instanceType: 'InstanceType',
|
|
7450
|
+
ipv6AddressCount: 'Ipv6AddressCount',
|
|
7451
|
+
networkInterfaceTrafficMode: 'NetworkInterfaceTrafficMode',
|
|
7452
|
+
securityGroupIds: 'SecurityGroupIds',
|
|
7453
|
+
};
|
|
7454
|
+
}
|
|
7455
|
+
static types() {
|
|
7456
|
+
return {
|
|
7457
|
+
instanceType: 'string',
|
|
7458
|
+
ipv6AddressCount: 'number',
|
|
7459
|
+
networkInterfaceTrafficMode: 'string',
|
|
7460
|
+
securityGroupIds: { 'type': 'array', 'itemType': 'string' },
|
|
7461
|
+
};
|
|
7462
|
+
}
|
|
7463
|
+
}
|
|
7464
|
+
exports.CreateScalingConfigurationRequestNetworkInterfaces = CreateScalingConfigurationRequestNetworkInterfaces;
|
|
7164
7465
|
class CreateScalingConfigurationRequestSpotPriceLimits extends $tea.Model {
|
|
7165
7466
|
constructor(map) {
|
|
7166
7467
|
super(map);
|
|
@@ -7355,6 +7656,28 @@ class CreateScalingConfigurationShrinkRequestInstanceTypeOverrides extends $tea.
|
|
|
7355
7656
|
}
|
|
7356
7657
|
}
|
|
7357
7658
|
exports.CreateScalingConfigurationShrinkRequestInstanceTypeOverrides = CreateScalingConfigurationShrinkRequestInstanceTypeOverrides;
|
|
7659
|
+
class CreateScalingConfigurationShrinkRequestNetworkInterfaces extends $tea.Model {
|
|
7660
|
+
constructor(map) {
|
|
7661
|
+
super(map);
|
|
7662
|
+
}
|
|
7663
|
+
static names() {
|
|
7664
|
+
return {
|
|
7665
|
+
instanceType: 'InstanceType',
|
|
7666
|
+
ipv6AddressCount: 'Ipv6AddressCount',
|
|
7667
|
+
networkInterfaceTrafficMode: 'NetworkInterfaceTrafficMode',
|
|
7668
|
+
securityGroupIds: 'SecurityGroupIds',
|
|
7669
|
+
};
|
|
7670
|
+
}
|
|
7671
|
+
static types() {
|
|
7672
|
+
return {
|
|
7673
|
+
instanceType: 'string',
|
|
7674
|
+
ipv6AddressCount: 'number',
|
|
7675
|
+
networkInterfaceTrafficMode: 'string',
|
|
7676
|
+
securityGroupIds: { 'type': 'array', 'itemType': 'string' },
|
|
7677
|
+
};
|
|
7678
|
+
}
|
|
7679
|
+
}
|
|
7680
|
+
exports.CreateScalingConfigurationShrinkRequestNetworkInterfaces = CreateScalingConfigurationShrinkRequestNetworkInterfaces;
|
|
7358
7681
|
class CreateScalingConfigurationShrinkRequestSpotPriceLimits extends $tea.Model {
|
|
7359
7682
|
constructor(map) {
|
|
7360
7683
|
super(map);
|
|
@@ -7667,7 +7990,7 @@ class DescribeAlarmsResponseBodyAlarmList extends $tea.Model {
|
|
|
7667
7990
|
}
|
|
7668
7991
|
}
|
|
7669
7992
|
exports.DescribeAlarmsResponseBodyAlarmList = DescribeAlarmsResponseBodyAlarmList;
|
|
7670
|
-
class
|
|
7993
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationAcrRegistryInfos extends $tea.Model {
|
|
7671
7994
|
constructor(map) {
|
|
7672
7995
|
super(map);
|
|
7673
7996
|
}
|
|
@@ -7688,8 +8011,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsAcrRegist
|
|
|
7688
8011
|
};
|
|
7689
8012
|
}
|
|
7690
8013
|
}
|
|
7691
|
-
exports.
|
|
7692
|
-
class
|
|
8014
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationAcrRegistryInfos = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationAcrRegistryInfos;
|
|
8015
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersEnvironmentVars extends $tea.Model {
|
|
7693
8016
|
constructor(map) {
|
|
7694
8017
|
super(map);
|
|
7695
8018
|
}
|
|
@@ -7708,8 +8031,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainer
|
|
|
7708
8031
|
};
|
|
7709
8032
|
}
|
|
7710
8033
|
}
|
|
7711
|
-
exports.
|
|
7712
|
-
class
|
|
8034
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersEnvironmentVars = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersEnvironmentVars;
|
|
8035
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersPorts extends $tea.Model {
|
|
7713
8036
|
constructor(map) {
|
|
7714
8037
|
super(map);
|
|
7715
8038
|
}
|
|
@@ -7726,8 +8049,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainer
|
|
|
7726
8049
|
};
|
|
7727
8050
|
}
|
|
7728
8051
|
}
|
|
7729
|
-
exports.
|
|
7730
|
-
class
|
|
8052
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersPorts = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersPorts;
|
|
8053
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersVolumeMounts extends $tea.Model {
|
|
7731
8054
|
constructor(map) {
|
|
7732
8055
|
super(map);
|
|
7733
8056
|
}
|
|
@@ -7750,8 +8073,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainer
|
|
|
7750
8073
|
};
|
|
7751
8074
|
}
|
|
7752
8075
|
}
|
|
7753
|
-
exports.
|
|
7754
|
-
class
|
|
8076
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersVolumeMounts = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersVolumeMounts;
|
|
8077
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainers extends $tea.Model {
|
|
7755
8078
|
constructor(map) {
|
|
7756
8079
|
super(map);
|
|
7757
8080
|
}
|
|
@@ -7816,7 +8139,7 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainer
|
|
|
7816
8139
|
args: { 'type': 'array', 'itemType': 'string' },
|
|
7817
8140
|
commands: { 'type': 'array', 'itemType': 'string' },
|
|
7818
8141
|
cpu: 'number',
|
|
7819
|
-
environmentVars: { 'type': 'array', 'itemType':
|
|
8142
|
+
environmentVars: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersEnvironmentVars },
|
|
7820
8143
|
gpu: 'number',
|
|
7821
8144
|
image: 'string',
|
|
7822
8145
|
imagePullPolicy: 'string',
|
|
@@ -7846,7 +8169,7 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainer
|
|
|
7846
8169
|
livenessProbeTimeoutSeconds: 'number',
|
|
7847
8170
|
memory: 'number',
|
|
7848
8171
|
name: 'string',
|
|
7849
|
-
ports: { 'type': 'array', 'itemType':
|
|
8172
|
+
ports: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersPorts },
|
|
7850
8173
|
readinessProbeExecCommands: { 'type': 'array', 'itemType': 'string' },
|
|
7851
8174
|
readinessProbeFailureThreshold: 'number',
|
|
7852
8175
|
readinessProbeHttpGetPath: 'string',
|
|
@@ -7863,13 +8186,13 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainer
|
|
|
7863
8186
|
stdin: 'boolean',
|
|
7864
8187
|
stdinOnce: 'boolean',
|
|
7865
8188
|
tty: 'boolean',
|
|
7866
|
-
volumeMounts: { 'type': 'array', 'itemType':
|
|
8189
|
+
volumeMounts: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersVolumeMounts },
|
|
7867
8190
|
workingDir: 'string',
|
|
7868
8191
|
};
|
|
7869
8192
|
}
|
|
7870
8193
|
}
|
|
7871
|
-
exports.
|
|
7872
|
-
class
|
|
8194
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainers = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainers;
|
|
8195
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationDnsConfigOptions extends $tea.Model {
|
|
7873
8196
|
constructor(map) {
|
|
7874
8197
|
super(map);
|
|
7875
8198
|
}
|
|
@@ -7886,8 +8209,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsDnsConfig
|
|
|
7886
8209
|
};
|
|
7887
8210
|
}
|
|
7888
8211
|
}
|
|
7889
|
-
exports.
|
|
7890
|
-
class
|
|
8212
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationDnsConfigOptions = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationDnsConfigOptions;
|
|
8213
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationHostAliases extends $tea.Model {
|
|
7891
8214
|
constructor(map) {
|
|
7892
8215
|
super(map);
|
|
7893
8216
|
}
|
|
@@ -7904,8 +8227,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsHostAlias
|
|
|
7904
8227
|
};
|
|
7905
8228
|
}
|
|
7906
8229
|
}
|
|
7907
|
-
exports.
|
|
7908
|
-
class
|
|
8230
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationHostAliases = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationHostAliases;
|
|
8231
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationImageRegistryCredentials extends $tea.Model {
|
|
7909
8232
|
constructor(map) {
|
|
7910
8233
|
super(map);
|
|
7911
8234
|
}
|
|
@@ -7924,8 +8247,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsImageRegi
|
|
|
7924
8247
|
};
|
|
7925
8248
|
}
|
|
7926
8249
|
}
|
|
7927
|
-
exports.
|
|
7928
|
-
class
|
|
8250
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationImageRegistryCredentials = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationImageRegistryCredentials;
|
|
8251
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerEnvironmentVars extends $tea.Model {
|
|
7929
8252
|
constructor(map) {
|
|
7930
8253
|
super(map);
|
|
7931
8254
|
}
|
|
@@ -7944,8 +8267,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitConta
|
|
|
7944
8267
|
};
|
|
7945
8268
|
}
|
|
7946
8269
|
}
|
|
7947
|
-
exports.
|
|
7948
|
-
class
|
|
8270
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerEnvironmentVars = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerEnvironmentVars;
|
|
8271
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerPorts extends $tea.Model {
|
|
7949
8272
|
constructor(map) {
|
|
7950
8273
|
super(map);
|
|
7951
8274
|
}
|
|
@@ -7962,8 +8285,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitConta
|
|
|
7962
8285
|
};
|
|
7963
8286
|
}
|
|
7964
8287
|
}
|
|
7965
|
-
exports.
|
|
7966
|
-
class
|
|
8288
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerPorts = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerPorts;
|
|
8289
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerVolumeMounts extends $tea.Model {
|
|
7967
8290
|
constructor(map) {
|
|
7968
8291
|
super(map);
|
|
7969
8292
|
}
|
|
@@ -7986,8 +8309,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitConta
|
|
|
7986
8309
|
};
|
|
7987
8310
|
}
|
|
7988
8311
|
}
|
|
7989
|
-
exports.
|
|
7990
|
-
class
|
|
8312
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerVolumeMounts = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerVolumeMounts;
|
|
8313
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainers extends $tea.Model {
|
|
7991
8314
|
constructor(map) {
|
|
7992
8315
|
super(map);
|
|
7993
8316
|
}
|
|
@@ -8018,9 +8341,9 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitConta
|
|
|
8018
8341
|
imagePullPolicy: 'string',
|
|
8019
8342
|
initContainerArgs: { 'type': 'array', 'itemType': 'string' },
|
|
8020
8343
|
initContainerCommands: { 'type': 'array', 'itemType': 'string' },
|
|
8021
|
-
initContainerEnvironmentVars: { 'type': 'array', 'itemType':
|
|
8022
|
-
initContainerPorts: { 'type': 'array', 'itemType':
|
|
8023
|
-
initContainerVolumeMounts: { 'type': 'array', 'itemType':
|
|
8344
|
+
initContainerEnvironmentVars: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerEnvironmentVars },
|
|
8345
|
+
initContainerPorts: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerPorts },
|
|
8346
|
+
initContainerVolumeMounts: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerVolumeMounts },
|
|
8024
8347
|
memory: 'number',
|
|
8025
8348
|
name: 'string',
|
|
8026
8349
|
securityContextCapabilityAdds: { 'type': 'array', 'itemType': 'string' },
|
|
@@ -8030,8 +8353,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitConta
|
|
|
8030
8353
|
};
|
|
8031
8354
|
}
|
|
8032
8355
|
}
|
|
8033
|
-
exports.
|
|
8034
|
-
class
|
|
8356
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainers = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainers;
|
|
8357
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationSecurityContextSysCtls extends $tea.Model {
|
|
8035
8358
|
constructor(map) {
|
|
8036
8359
|
super(map);
|
|
8037
8360
|
}
|
|
@@ -8048,8 +8371,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsSecurityC
|
|
|
8048
8371
|
};
|
|
8049
8372
|
}
|
|
8050
8373
|
}
|
|
8051
|
-
exports.
|
|
8052
|
-
class
|
|
8374
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationSecurityContextSysCtls = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationSecurityContextSysCtls;
|
|
8375
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationTags extends $tea.Model {
|
|
8053
8376
|
constructor(map) {
|
|
8054
8377
|
super(map);
|
|
8055
8378
|
}
|
|
@@ -8066,8 +8389,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsTags exte
|
|
|
8066
8389
|
};
|
|
8067
8390
|
}
|
|
8068
8391
|
}
|
|
8069
|
-
exports.
|
|
8070
|
-
class
|
|
8392
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationTags = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationTags;
|
|
8393
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumesConfigFileVolumeConfigFileToPaths extends $tea.Model {
|
|
8071
8394
|
constructor(map) {
|
|
8072
8395
|
super(map);
|
|
8073
8396
|
}
|
|
@@ -8086,8 +8409,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumesCo
|
|
|
8086
8409
|
};
|
|
8087
8410
|
}
|
|
8088
8411
|
}
|
|
8089
|
-
exports.
|
|
8090
|
-
class
|
|
8412
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumesConfigFileVolumeConfigFileToPaths = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumesConfigFileVolumeConfigFileToPaths;
|
|
8413
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumes extends $tea.Model {
|
|
8091
8414
|
constructor(map) {
|
|
8092
8415
|
super(map);
|
|
8093
8416
|
}
|
|
@@ -8114,7 +8437,7 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumes e
|
|
|
8114
8437
|
}
|
|
8115
8438
|
static types() {
|
|
8116
8439
|
return {
|
|
8117
|
-
configFileVolumeConfigFileToPaths: { 'type': 'array', 'itemType':
|
|
8440
|
+
configFileVolumeConfigFileToPaths: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumesConfigFileVolumeConfigFileToPaths },
|
|
8118
8441
|
configFileVolumeDefaultMode: 'number',
|
|
8119
8442
|
diskVolumeDiskId: 'string',
|
|
8120
8443
|
diskVolumeDiskSize: 'number',
|
|
@@ -8134,8 +8457,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumes e
|
|
|
8134
8457
|
};
|
|
8135
8458
|
}
|
|
8136
8459
|
}
|
|
8137
|
-
exports.
|
|
8138
|
-
class
|
|
8460
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumes = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumes;
|
|
8461
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfiguration extends $tea.Model {
|
|
8139
8462
|
constructor(map) {
|
|
8140
8463
|
super(map);
|
|
8141
8464
|
}
|
|
@@ -8145,6 +8468,7 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurations extends
|
|
|
8145
8468
|
activeDeadlineSeconds: 'ActiveDeadlineSeconds',
|
|
8146
8469
|
autoCreateEip: 'AutoCreateEip',
|
|
8147
8470
|
autoMatchImageCache: 'AutoMatchImageCache',
|
|
8471
|
+
computeCategory: 'ComputeCategory',
|
|
8148
8472
|
containerGroupName: 'ContainerGroupName',
|
|
8149
8473
|
containers: 'Containers',
|
|
8150
8474
|
costOptimization: 'CostOptimization',
|
|
@@ -8163,6 +8487,9 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurations extends
|
|
|
8163
8487
|
dnsPolicy: 'DnsPolicy',
|
|
8164
8488
|
egressBandwidth: 'EgressBandwidth',
|
|
8165
8489
|
eipBandwidth: 'EipBandwidth',
|
|
8490
|
+
eipCommonBandwidthPackage: 'EipCommonBandwidthPackage',
|
|
8491
|
+
eipISP: 'EipISP',
|
|
8492
|
+
eipPublicIpAddressPoolId: 'EipPublicIpAddressPoolId',
|
|
8166
8493
|
ephemeralStorage: 'EphemeralStorage',
|
|
8167
8494
|
hostAliases: 'HostAliases',
|
|
8168
8495
|
hostName: 'HostName',
|
|
@@ -8196,12 +8523,13 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurations extends
|
|
|
8196
8523
|
}
|
|
8197
8524
|
static types() {
|
|
8198
8525
|
return {
|
|
8199
|
-
acrRegistryInfos: { 'type': 'array', 'itemType':
|
|
8526
|
+
acrRegistryInfos: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationAcrRegistryInfos },
|
|
8200
8527
|
activeDeadlineSeconds: 'number',
|
|
8201
8528
|
autoCreateEip: 'boolean',
|
|
8202
8529
|
autoMatchImageCache: 'boolean',
|
|
8530
|
+
computeCategory: { 'type': 'array', 'itemType': 'string' },
|
|
8203
8531
|
containerGroupName: 'string',
|
|
8204
|
-
containers: { 'type': 'array', 'itemType':
|
|
8532
|
+
containers: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainers },
|
|
8205
8533
|
costOptimization: 'boolean',
|
|
8206
8534
|
cpu: 'number',
|
|
8207
8535
|
cpuOptionsCore: 'number',
|
|
@@ -8213,18 +8541,21 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurations extends
|
|
|
8213
8541
|
dataCacheProvisionedIops: 'number',
|
|
8214
8542
|
description: 'string',
|
|
8215
8543
|
dnsConfigNameServers: { 'type': 'array', 'itemType': 'string' },
|
|
8216
|
-
dnsConfigOptions: { 'type': 'array', 'itemType':
|
|
8544
|
+
dnsConfigOptions: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationDnsConfigOptions },
|
|
8217
8545
|
dnsConfigSearches: { 'type': 'array', 'itemType': 'string' },
|
|
8218
8546
|
dnsPolicy: 'string',
|
|
8219
8547
|
egressBandwidth: 'number',
|
|
8220
8548
|
eipBandwidth: 'number',
|
|
8549
|
+
eipCommonBandwidthPackage: 'string',
|
|
8550
|
+
eipISP: 'string',
|
|
8551
|
+
eipPublicIpAddressPoolId: 'string',
|
|
8221
8552
|
ephemeralStorage: 'number',
|
|
8222
|
-
hostAliases: { 'type': 'array', 'itemType':
|
|
8553
|
+
hostAliases: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationHostAliases },
|
|
8223
8554
|
hostName: 'string',
|
|
8224
|
-
imageRegistryCredentials: { 'type': 'array', 'itemType':
|
|
8555
|
+
imageRegistryCredentials: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationImageRegistryCredentials },
|
|
8225
8556
|
imageSnapshotId: 'string',
|
|
8226
8557
|
ingressBandwidth: 'number',
|
|
8227
|
-
initContainers: { 'type': 'array', 'itemType':
|
|
8558
|
+
initContainers: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainers },
|
|
8228
8559
|
instanceFamilyLevel: 'string',
|
|
8229
8560
|
instanceTypes: { 'type': 'array', 'itemType': 'string' },
|
|
8230
8561
|
ipv6AddressCount: 'number',
|
|
@@ -8239,202 +8570,812 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurations extends
|
|
|
8239
8570
|
scalingConfigurationId: 'string',
|
|
8240
8571
|
scalingConfigurationName: 'string',
|
|
8241
8572
|
scalingGroupId: 'string',
|
|
8242
|
-
securityContextSysCtls: { 'type': 'array', 'itemType':
|
|
8573
|
+
securityContextSysCtls: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationSecurityContextSysCtls },
|
|
8243
8574
|
securityGroupId: 'string',
|
|
8244
8575
|
slsEnable: 'boolean',
|
|
8245
8576
|
spotPriceLimit: 'number',
|
|
8246
8577
|
spotStrategy: 'string',
|
|
8247
|
-
tags: { 'type': 'array', 'itemType':
|
|
8578
|
+
tags: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationTags },
|
|
8248
8579
|
terminationGracePeriodSeconds: 'number',
|
|
8249
|
-
volumes: { 'type': 'array', 'itemType':
|
|
8250
|
-
};
|
|
8251
|
-
}
|
|
8252
|
-
}
|
|
8253
|
-
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurations = DescribeEciScalingConfigurationsResponseBodyScalingConfigurations;
|
|
8254
|
-
class DescribeLifecycleActionsResponseBodyLifecycleActions extends $tea.Model {
|
|
8255
|
-
constructor(map) {
|
|
8256
|
-
super(map);
|
|
8257
|
-
}
|
|
8258
|
-
static names() {
|
|
8259
|
-
return {
|
|
8260
|
-
instanceIds: 'InstanceIds',
|
|
8261
|
-
lifecycleActionResult: 'LifecycleActionResult',
|
|
8262
|
-
lifecycleActionStatus: 'LifecycleActionStatus',
|
|
8263
|
-
lifecycleActionToken: 'LifecycleActionToken',
|
|
8264
|
-
lifecycleHookId: 'LifecycleHookId',
|
|
8265
|
-
};
|
|
8266
|
-
}
|
|
8267
|
-
static types() {
|
|
8268
|
-
return {
|
|
8269
|
-
instanceIds: { 'type': 'array', 'itemType': 'string' },
|
|
8270
|
-
lifecycleActionResult: 'string',
|
|
8271
|
-
lifecycleActionStatus: 'string',
|
|
8272
|
-
lifecycleActionToken: 'string',
|
|
8273
|
-
lifecycleHookId: 'string',
|
|
8580
|
+
volumes: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumes },
|
|
8274
8581
|
};
|
|
8275
8582
|
}
|
|
8276
8583
|
}
|
|
8277
|
-
exports.
|
|
8278
|
-
class
|
|
8584
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfiguration = DescribeEciScalingConfigurationDetailResponseBodyScalingConfiguration;
|
|
8585
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsAcrRegistryInfos extends $tea.Model {
|
|
8279
8586
|
constructor(map) {
|
|
8280
8587
|
super(map);
|
|
8281
8588
|
}
|
|
8282
8589
|
static names() {
|
|
8283
8590
|
return {
|
|
8284
|
-
|
|
8285
|
-
|
|
8286
|
-
|
|
8287
|
-
|
|
8288
|
-
lifecycleHookStatus: 'LifecycleHookStatus',
|
|
8289
|
-
lifecycleTransition: 'LifecycleTransition',
|
|
8290
|
-
notificationArn: 'NotificationArn',
|
|
8291
|
-
notificationMetadata: 'NotificationMetadata',
|
|
8292
|
-
scalingGroupId: 'ScalingGroupId',
|
|
8591
|
+
domains: 'Domains',
|
|
8592
|
+
instanceId: 'InstanceId',
|
|
8593
|
+
instanceName: 'InstanceName',
|
|
8594
|
+
regionId: 'RegionId',
|
|
8293
8595
|
};
|
|
8294
8596
|
}
|
|
8295
8597
|
static types() {
|
|
8296
8598
|
return {
|
|
8297
|
-
|
|
8298
|
-
|
|
8299
|
-
|
|
8300
|
-
|
|
8301
|
-
lifecycleHookStatus: 'string',
|
|
8302
|
-
lifecycleTransition: 'string',
|
|
8303
|
-
notificationArn: 'string',
|
|
8304
|
-
notificationMetadata: 'string',
|
|
8305
|
-
scalingGroupId: 'string',
|
|
8599
|
+
domains: { 'type': 'array', 'itemType': 'string' },
|
|
8600
|
+
instanceId: 'string',
|
|
8601
|
+
instanceName: 'string',
|
|
8602
|
+
regionId: 'string',
|
|
8306
8603
|
};
|
|
8307
8604
|
}
|
|
8308
8605
|
}
|
|
8309
|
-
exports.
|
|
8310
|
-
class
|
|
8606
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsAcrRegistryInfos = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsAcrRegistryInfos;
|
|
8607
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersEnvironmentVars extends $tea.Model {
|
|
8311
8608
|
constructor(map) {
|
|
8312
8609
|
super(map);
|
|
8313
8610
|
}
|
|
8314
8611
|
static names() {
|
|
8315
8612
|
return {
|
|
8316
|
-
|
|
8317
|
-
|
|
8318
|
-
|
|
8613
|
+
fieldRefFieldPath: 'FieldRefFieldPath',
|
|
8614
|
+
key: 'Key',
|
|
8615
|
+
value: 'Value',
|
|
8319
8616
|
};
|
|
8320
8617
|
}
|
|
8321
8618
|
static types() {
|
|
8322
8619
|
return {
|
|
8323
|
-
|
|
8324
|
-
|
|
8325
|
-
|
|
8620
|
+
fieldRefFieldPath: 'string',
|
|
8621
|
+
key: 'string',
|
|
8622
|
+
value: 'string',
|
|
8326
8623
|
};
|
|
8327
8624
|
}
|
|
8328
8625
|
}
|
|
8329
|
-
exports.
|
|
8330
|
-
class
|
|
8626
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersEnvironmentVars = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersEnvironmentVars;
|
|
8627
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersPorts extends $tea.Model {
|
|
8331
8628
|
constructor(map) {
|
|
8332
8629
|
super(map);
|
|
8333
8630
|
}
|
|
8334
8631
|
static names() {
|
|
8335
8632
|
return {
|
|
8336
|
-
|
|
8337
|
-
|
|
8338
|
-
regionEndpoint: 'RegionEndpoint',
|
|
8339
|
-
regionId: 'RegionId',
|
|
8340
|
-
vpcUnavailable: 'VpcUnavailable',
|
|
8633
|
+
port: 'Port',
|
|
8634
|
+
protocol: 'Protocol',
|
|
8341
8635
|
};
|
|
8342
8636
|
}
|
|
8343
8637
|
static types() {
|
|
8344
8638
|
return {
|
|
8345
|
-
|
|
8346
|
-
|
|
8347
|
-
regionEndpoint: 'string',
|
|
8348
|
-
regionId: 'string',
|
|
8349
|
-
vpcUnavailable: 'boolean',
|
|
8639
|
+
port: 'number',
|
|
8640
|
+
protocol: 'string',
|
|
8350
8641
|
};
|
|
8351
8642
|
}
|
|
8352
8643
|
}
|
|
8353
|
-
exports.
|
|
8354
|
-
class
|
|
8644
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersPorts = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersPorts;
|
|
8645
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersVolumeMounts extends $tea.Model {
|
|
8355
8646
|
constructor(map) {
|
|
8356
8647
|
super(map);
|
|
8357
8648
|
}
|
|
8358
8649
|
static names() {
|
|
8359
8650
|
return {
|
|
8360
|
-
|
|
8361
|
-
|
|
8362
|
-
|
|
8363
|
-
|
|
8364
|
-
|
|
8365
|
-
description: 'Description',
|
|
8366
|
-
destroyedCapacity: 'DestroyedCapacity',
|
|
8367
|
-
destroyedInstances: 'DestroyedInstances',
|
|
8368
|
-
detail: 'Detail',
|
|
8369
|
-
endTime: 'EndTime',
|
|
8370
|
-
errorCode: 'ErrorCode',
|
|
8371
|
-
errorMessage: 'ErrorMessage',
|
|
8372
|
-
progress: 'Progress',
|
|
8373
|
-
scalingActivityId: 'ScalingActivityId',
|
|
8374
|
-
scalingGroupId: 'ScalingGroupId',
|
|
8375
|
-
scalingInstanceNumber: 'ScalingInstanceNumber',
|
|
8376
|
-
startTime: 'StartTime',
|
|
8377
|
-
startedCapacity: 'StartedCapacity',
|
|
8378
|
-
startedInstances: 'StartedInstances',
|
|
8379
|
-
statusCode: 'StatusCode',
|
|
8380
|
-
statusMessage: 'StatusMessage',
|
|
8381
|
-
stoppedCapacity: 'StoppedCapacity',
|
|
8382
|
-
stoppedInstances: 'StoppedInstances',
|
|
8383
|
-
totalCapacity: 'TotalCapacity',
|
|
8651
|
+
mountPath: 'MountPath',
|
|
8652
|
+
mountPropagation: 'MountPropagation',
|
|
8653
|
+
name: 'Name',
|
|
8654
|
+
readOnly: 'ReadOnly',
|
|
8655
|
+
subPath: 'SubPath',
|
|
8384
8656
|
};
|
|
8385
8657
|
}
|
|
8386
8658
|
static types() {
|
|
8387
8659
|
return {
|
|
8388
|
-
|
|
8389
|
-
|
|
8390
|
-
|
|
8391
|
-
|
|
8392
|
-
|
|
8393
|
-
description: 'string',
|
|
8394
|
-
destroyedCapacity: 'number',
|
|
8395
|
-
destroyedInstances: { 'type': 'array', 'itemType': 'string' },
|
|
8396
|
-
detail: 'string',
|
|
8397
|
-
endTime: 'string',
|
|
8398
|
-
errorCode: 'string',
|
|
8399
|
-
errorMessage: 'string',
|
|
8400
|
-
progress: 'number',
|
|
8401
|
-
scalingActivityId: 'string',
|
|
8402
|
-
scalingGroupId: 'string',
|
|
8403
|
-
scalingInstanceNumber: 'number',
|
|
8404
|
-
startTime: 'string',
|
|
8405
|
-
startedCapacity: 'number',
|
|
8406
|
-
startedInstances: { 'type': 'array', 'itemType': 'string' },
|
|
8407
|
-
statusCode: 'string',
|
|
8408
|
-
statusMessage: 'string',
|
|
8409
|
-
stoppedCapacity: 'number',
|
|
8410
|
-
stoppedInstances: { 'type': 'array', 'itemType': 'string' },
|
|
8411
|
-
totalCapacity: 'string',
|
|
8660
|
+
mountPath: 'string',
|
|
8661
|
+
mountPropagation: 'string',
|
|
8662
|
+
name: 'string',
|
|
8663
|
+
readOnly: 'boolean',
|
|
8664
|
+
subPath: 'string',
|
|
8412
8665
|
};
|
|
8413
8666
|
}
|
|
8414
8667
|
}
|
|
8415
|
-
exports.
|
|
8416
|
-
class
|
|
8668
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersVolumeMounts = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersVolumeMounts;
|
|
8669
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainers extends $tea.Model {
|
|
8417
8670
|
constructor(map) {
|
|
8418
8671
|
super(map);
|
|
8419
8672
|
}
|
|
8420
8673
|
static names() {
|
|
8421
8674
|
return {
|
|
8422
|
-
|
|
8423
|
-
|
|
8675
|
+
args: 'Args',
|
|
8676
|
+
commands: 'Commands',
|
|
8677
|
+
cpu: 'Cpu',
|
|
8678
|
+
environmentVars: 'EnvironmentVars',
|
|
8679
|
+
gpu: 'Gpu',
|
|
8680
|
+
image: 'Image',
|
|
8681
|
+
imagePullPolicy: 'ImagePullPolicy',
|
|
8682
|
+
lifecyclePostStartHandlerExecs: 'LifecyclePostStartHandlerExecs',
|
|
8683
|
+
lifecyclePostStartHandlerHttpGetHost: 'LifecyclePostStartHandlerHttpGetHost',
|
|
8684
|
+
lifecyclePostStartHandlerHttpGetPath: 'LifecyclePostStartHandlerHttpGetPath',
|
|
8685
|
+
lifecyclePostStartHandlerHttpGetPort: 'LifecyclePostStartHandlerHttpGetPort',
|
|
8686
|
+
lifecyclePostStartHandlerHttpGetScheme: 'LifecyclePostStartHandlerHttpGetScheme',
|
|
8687
|
+
lifecyclePostStartHandlerTcpSocketHost: 'LifecyclePostStartHandlerTcpSocketHost',
|
|
8688
|
+
lifecyclePostStartHandlerTcpSocketPort: 'LifecyclePostStartHandlerTcpSocketPort',
|
|
8689
|
+
lifecyclePreStopHandlerExecs: 'LifecyclePreStopHandlerExecs',
|
|
8690
|
+
lifecyclePreStopHandlerHttpGetHost: 'LifecyclePreStopHandlerHttpGetHost',
|
|
8691
|
+
lifecyclePreStopHandlerHttpGetPath: 'LifecyclePreStopHandlerHttpGetPath',
|
|
8692
|
+
lifecyclePreStopHandlerHttpGetPort: 'LifecyclePreStopHandlerHttpGetPort',
|
|
8693
|
+
lifecyclePreStopHandlerHttpGetScheme: 'LifecyclePreStopHandlerHttpGetScheme',
|
|
8694
|
+
lifecyclePreStopHandlerTcpSocketHost: 'LifecyclePreStopHandlerTcpSocketHost',
|
|
8695
|
+
lifecyclePreStopHandlerTcpSocketPort: 'LifecyclePreStopHandlerTcpSocketPort',
|
|
8696
|
+
livenessProbeExecCommands: 'LivenessProbeExecCommands',
|
|
8697
|
+
livenessProbeFailureThreshold: 'LivenessProbeFailureThreshold',
|
|
8698
|
+
livenessProbeHttpGetPath: 'LivenessProbeHttpGetPath',
|
|
8699
|
+
livenessProbeHttpGetPort: 'LivenessProbeHttpGetPort',
|
|
8700
|
+
livenessProbeHttpGetScheme: 'LivenessProbeHttpGetScheme',
|
|
8701
|
+
livenessProbeInitialDelaySeconds: 'LivenessProbeInitialDelaySeconds',
|
|
8702
|
+
livenessProbePeriodSeconds: 'LivenessProbePeriodSeconds',
|
|
8703
|
+
livenessProbeSuccessThreshold: 'LivenessProbeSuccessThreshold',
|
|
8704
|
+
livenessProbeTcpSocketPort: 'LivenessProbeTcpSocketPort',
|
|
8705
|
+
livenessProbeTimeoutSeconds: 'LivenessProbeTimeoutSeconds',
|
|
8706
|
+
memory: 'Memory',
|
|
8707
|
+
name: 'Name',
|
|
8708
|
+
ports: 'Ports',
|
|
8709
|
+
readinessProbeExecCommands: 'ReadinessProbeExecCommands',
|
|
8710
|
+
readinessProbeFailureThreshold: 'ReadinessProbeFailureThreshold',
|
|
8711
|
+
readinessProbeHttpGetPath: 'ReadinessProbeHttpGetPath',
|
|
8712
|
+
readinessProbeHttpGetPort: 'ReadinessProbeHttpGetPort',
|
|
8713
|
+
readinessProbeHttpGetScheme: 'ReadinessProbeHttpGetScheme',
|
|
8714
|
+
readinessProbeInitialDelaySeconds: 'ReadinessProbeInitialDelaySeconds',
|
|
8715
|
+
readinessProbePeriodSeconds: 'ReadinessProbePeriodSeconds',
|
|
8716
|
+
readinessProbeSuccessThreshold: 'ReadinessProbeSuccessThreshold',
|
|
8717
|
+
readinessProbeTcpSocketPort: 'ReadinessProbeTcpSocketPort',
|
|
8718
|
+
readinessProbeTimeoutSeconds: 'ReadinessProbeTimeoutSeconds',
|
|
8719
|
+
securityContextCapabilityAdds: 'SecurityContextCapabilityAdds',
|
|
8720
|
+
securityContextReadOnlyRootFilesystem: 'SecurityContextReadOnlyRootFilesystem',
|
|
8721
|
+
securityContextRunAsUser: 'SecurityContextRunAsUser',
|
|
8722
|
+
stdin: 'Stdin',
|
|
8723
|
+
stdinOnce: 'StdinOnce',
|
|
8724
|
+
tty: 'Tty',
|
|
8725
|
+
volumeMounts: 'VolumeMounts',
|
|
8726
|
+
workingDir: 'WorkingDir',
|
|
8424
8727
|
};
|
|
8425
8728
|
}
|
|
8426
8729
|
static types() {
|
|
8427
8730
|
return {
|
|
8428
|
-
|
|
8429
|
-
|
|
8430
|
-
|
|
8431
|
-
|
|
8432
|
-
|
|
8433
|
-
|
|
8434
|
-
|
|
8435
|
-
|
|
8436
|
-
|
|
8437
|
-
|
|
8731
|
+
args: { 'type': 'array', 'itemType': 'string' },
|
|
8732
|
+
commands: { 'type': 'array', 'itemType': 'string' },
|
|
8733
|
+
cpu: 'number',
|
|
8734
|
+
environmentVars: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersEnvironmentVars },
|
|
8735
|
+
gpu: 'number',
|
|
8736
|
+
image: 'string',
|
|
8737
|
+
imagePullPolicy: 'string',
|
|
8738
|
+
lifecyclePostStartHandlerExecs: { 'type': 'array', 'itemType': 'string' },
|
|
8739
|
+
lifecyclePostStartHandlerHttpGetHost: 'string',
|
|
8740
|
+
lifecyclePostStartHandlerHttpGetPath: 'string',
|
|
8741
|
+
lifecyclePostStartHandlerHttpGetPort: 'number',
|
|
8742
|
+
lifecyclePostStartHandlerHttpGetScheme: 'string',
|
|
8743
|
+
lifecyclePostStartHandlerTcpSocketHost: 'string',
|
|
8744
|
+
lifecyclePostStartHandlerTcpSocketPort: 'number',
|
|
8745
|
+
lifecyclePreStopHandlerExecs: { 'type': 'array', 'itemType': 'string' },
|
|
8746
|
+
lifecyclePreStopHandlerHttpGetHost: 'string',
|
|
8747
|
+
lifecyclePreStopHandlerHttpGetPath: 'string',
|
|
8748
|
+
lifecyclePreStopHandlerHttpGetPort: 'number',
|
|
8749
|
+
lifecyclePreStopHandlerHttpGetScheme: 'string',
|
|
8750
|
+
lifecyclePreStopHandlerTcpSocketHost: 'string',
|
|
8751
|
+
lifecyclePreStopHandlerTcpSocketPort: 'number',
|
|
8752
|
+
livenessProbeExecCommands: { 'type': 'array', 'itemType': 'string' },
|
|
8753
|
+
livenessProbeFailureThreshold: 'number',
|
|
8754
|
+
livenessProbeHttpGetPath: 'string',
|
|
8755
|
+
livenessProbeHttpGetPort: 'number',
|
|
8756
|
+
livenessProbeHttpGetScheme: 'string',
|
|
8757
|
+
livenessProbeInitialDelaySeconds: 'number',
|
|
8758
|
+
livenessProbePeriodSeconds: 'number',
|
|
8759
|
+
livenessProbeSuccessThreshold: 'number',
|
|
8760
|
+
livenessProbeTcpSocketPort: 'number',
|
|
8761
|
+
livenessProbeTimeoutSeconds: 'number',
|
|
8762
|
+
memory: 'number',
|
|
8763
|
+
name: 'string',
|
|
8764
|
+
ports: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersPorts },
|
|
8765
|
+
readinessProbeExecCommands: { 'type': 'array', 'itemType': 'string' },
|
|
8766
|
+
readinessProbeFailureThreshold: 'number',
|
|
8767
|
+
readinessProbeHttpGetPath: 'string',
|
|
8768
|
+
readinessProbeHttpGetPort: 'number',
|
|
8769
|
+
readinessProbeHttpGetScheme: 'string',
|
|
8770
|
+
readinessProbeInitialDelaySeconds: 'number',
|
|
8771
|
+
readinessProbePeriodSeconds: 'number',
|
|
8772
|
+
readinessProbeSuccessThreshold: 'number',
|
|
8773
|
+
readinessProbeTcpSocketPort: 'number',
|
|
8774
|
+
readinessProbeTimeoutSeconds: 'number',
|
|
8775
|
+
securityContextCapabilityAdds: { 'type': 'array', 'itemType': 'string' },
|
|
8776
|
+
securityContextReadOnlyRootFilesystem: 'boolean',
|
|
8777
|
+
securityContextRunAsUser: 'number',
|
|
8778
|
+
stdin: 'boolean',
|
|
8779
|
+
stdinOnce: 'boolean',
|
|
8780
|
+
tty: 'boolean',
|
|
8781
|
+
volumeMounts: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersVolumeMounts },
|
|
8782
|
+
workingDir: 'string',
|
|
8783
|
+
};
|
|
8784
|
+
}
|
|
8785
|
+
}
|
|
8786
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainers = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainers;
|
|
8787
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsDnsConfigOptions extends $tea.Model {
|
|
8788
|
+
constructor(map) {
|
|
8789
|
+
super(map);
|
|
8790
|
+
}
|
|
8791
|
+
static names() {
|
|
8792
|
+
return {
|
|
8793
|
+
name: 'Name',
|
|
8794
|
+
value: 'Value',
|
|
8795
|
+
};
|
|
8796
|
+
}
|
|
8797
|
+
static types() {
|
|
8798
|
+
return {
|
|
8799
|
+
name: 'string',
|
|
8800
|
+
value: 'string',
|
|
8801
|
+
};
|
|
8802
|
+
}
|
|
8803
|
+
}
|
|
8804
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsDnsConfigOptions = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsDnsConfigOptions;
|
|
8805
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsHostAliases extends $tea.Model {
|
|
8806
|
+
constructor(map) {
|
|
8807
|
+
super(map);
|
|
8808
|
+
}
|
|
8809
|
+
static names() {
|
|
8810
|
+
return {
|
|
8811
|
+
hostnames: 'Hostnames',
|
|
8812
|
+
ip: 'Ip',
|
|
8813
|
+
};
|
|
8814
|
+
}
|
|
8815
|
+
static types() {
|
|
8816
|
+
return {
|
|
8817
|
+
hostnames: { 'type': 'array', 'itemType': 'string' },
|
|
8818
|
+
ip: 'string',
|
|
8819
|
+
};
|
|
8820
|
+
}
|
|
8821
|
+
}
|
|
8822
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsHostAliases = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsHostAliases;
|
|
8823
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsImageRegistryCredentials extends $tea.Model {
|
|
8824
|
+
constructor(map) {
|
|
8825
|
+
super(map);
|
|
8826
|
+
}
|
|
8827
|
+
static names() {
|
|
8828
|
+
return {
|
|
8829
|
+
password: 'Password',
|
|
8830
|
+
server: 'Server',
|
|
8831
|
+
userName: 'UserName',
|
|
8832
|
+
};
|
|
8833
|
+
}
|
|
8834
|
+
static types() {
|
|
8835
|
+
return {
|
|
8836
|
+
password: 'string',
|
|
8837
|
+
server: 'string',
|
|
8838
|
+
userName: 'string',
|
|
8839
|
+
};
|
|
8840
|
+
}
|
|
8841
|
+
}
|
|
8842
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsImageRegistryCredentials = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsImageRegistryCredentials;
|
|
8843
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerEnvironmentVars extends $tea.Model {
|
|
8844
|
+
constructor(map) {
|
|
8845
|
+
super(map);
|
|
8846
|
+
}
|
|
8847
|
+
static names() {
|
|
8848
|
+
return {
|
|
8849
|
+
fieldRefFieldPath: 'FieldRefFieldPath',
|
|
8850
|
+
key: 'Key',
|
|
8851
|
+
value: 'Value',
|
|
8852
|
+
};
|
|
8853
|
+
}
|
|
8854
|
+
static types() {
|
|
8855
|
+
return {
|
|
8856
|
+
fieldRefFieldPath: 'string',
|
|
8857
|
+
key: 'string',
|
|
8858
|
+
value: 'string',
|
|
8859
|
+
};
|
|
8860
|
+
}
|
|
8861
|
+
}
|
|
8862
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerEnvironmentVars = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerEnvironmentVars;
|
|
8863
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerPorts extends $tea.Model {
|
|
8864
|
+
constructor(map) {
|
|
8865
|
+
super(map);
|
|
8866
|
+
}
|
|
8867
|
+
static names() {
|
|
8868
|
+
return {
|
|
8869
|
+
port: 'Port',
|
|
8870
|
+
protocol: 'Protocol',
|
|
8871
|
+
};
|
|
8872
|
+
}
|
|
8873
|
+
static types() {
|
|
8874
|
+
return {
|
|
8875
|
+
port: 'number',
|
|
8876
|
+
protocol: 'string',
|
|
8877
|
+
};
|
|
8878
|
+
}
|
|
8879
|
+
}
|
|
8880
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerPorts = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerPorts;
|
|
8881
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerVolumeMounts extends $tea.Model {
|
|
8882
|
+
constructor(map) {
|
|
8883
|
+
super(map);
|
|
8884
|
+
}
|
|
8885
|
+
static names() {
|
|
8886
|
+
return {
|
|
8887
|
+
mountPath: 'MountPath',
|
|
8888
|
+
mountPropagation: 'MountPropagation',
|
|
8889
|
+
name: 'Name',
|
|
8890
|
+
readOnly: 'ReadOnly',
|
|
8891
|
+
subPath: 'SubPath',
|
|
8892
|
+
};
|
|
8893
|
+
}
|
|
8894
|
+
static types() {
|
|
8895
|
+
return {
|
|
8896
|
+
mountPath: 'string',
|
|
8897
|
+
mountPropagation: 'string',
|
|
8898
|
+
name: 'string',
|
|
8899
|
+
readOnly: 'boolean',
|
|
8900
|
+
subPath: 'string',
|
|
8901
|
+
};
|
|
8902
|
+
}
|
|
8903
|
+
}
|
|
8904
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerVolumeMounts = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerVolumeMounts;
|
|
8905
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainers extends $tea.Model {
|
|
8906
|
+
constructor(map) {
|
|
8907
|
+
super(map);
|
|
8908
|
+
}
|
|
8909
|
+
static names() {
|
|
8910
|
+
return {
|
|
8911
|
+
cpu: 'Cpu',
|
|
8912
|
+
gpu: 'Gpu',
|
|
8913
|
+
image: 'Image',
|
|
8914
|
+
imagePullPolicy: 'ImagePullPolicy',
|
|
8915
|
+
initContainerArgs: 'InitContainerArgs',
|
|
8916
|
+
initContainerCommands: 'InitContainerCommands',
|
|
8917
|
+
initContainerEnvironmentVars: 'InitContainerEnvironmentVars',
|
|
8918
|
+
initContainerPorts: 'InitContainerPorts',
|
|
8919
|
+
initContainerVolumeMounts: 'InitContainerVolumeMounts',
|
|
8920
|
+
memory: 'Memory',
|
|
8921
|
+
name: 'Name',
|
|
8922
|
+
securityContextCapabilityAdds: 'SecurityContextCapabilityAdds',
|
|
8923
|
+
securityContextReadOnlyRootFilesystem: 'SecurityContextReadOnlyRootFilesystem',
|
|
8924
|
+
securityContextRunAsUser: 'SecurityContextRunAsUser',
|
|
8925
|
+
workingDir: 'WorkingDir',
|
|
8926
|
+
};
|
|
8927
|
+
}
|
|
8928
|
+
static types() {
|
|
8929
|
+
return {
|
|
8930
|
+
cpu: 'number',
|
|
8931
|
+
gpu: 'number',
|
|
8932
|
+
image: 'string',
|
|
8933
|
+
imagePullPolicy: 'string',
|
|
8934
|
+
initContainerArgs: { 'type': 'array', 'itemType': 'string' },
|
|
8935
|
+
initContainerCommands: { 'type': 'array', 'itemType': 'string' },
|
|
8936
|
+
initContainerEnvironmentVars: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerEnvironmentVars },
|
|
8937
|
+
initContainerPorts: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerPorts },
|
|
8938
|
+
initContainerVolumeMounts: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerVolumeMounts },
|
|
8939
|
+
memory: 'number',
|
|
8940
|
+
name: 'string',
|
|
8941
|
+
securityContextCapabilityAdds: { 'type': 'array', 'itemType': 'string' },
|
|
8942
|
+
securityContextReadOnlyRootFilesystem: 'boolean',
|
|
8943
|
+
securityContextRunAsUser: 'string',
|
|
8944
|
+
workingDir: 'string',
|
|
8945
|
+
};
|
|
8946
|
+
}
|
|
8947
|
+
}
|
|
8948
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainers = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainers;
|
|
8949
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsSecurityContextSysCtls extends $tea.Model {
|
|
8950
|
+
constructor(map) {
|
|
8951
|
+
super(map);
|
|
8952
|
+
}
|
|
8953
|
+
static names() {
|
|
8954
|
+
return {
|
|
8955
|
+
name: 'Name',
|
|
8956
|
+
value: 'Value',
|
|
8957
|
+
};
|
|
8958
|
+
}
|
|
8959
|
+
static types() {
|
|
8960
|
+
return {
|
|
8961
|
+
name: 'string',
|
|
8962
|
+
value: 'string',
|
|
8963
|
+
};
|
|
8964
|
+
}
|
|
8965
|
+
}
|
|
8966
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsSecurityContextSysCtls = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsSecurityContextSysCtls;
|
|
8967
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsTags extends $tea.Model {
|
|
8968
|
+
constructor(map) {
|
|
8969
|
+
super(map);
|
|
8970
|
+
}
|
|
8971
|
+
static names() {
|
|
8972
|
+
return {
|
|
8973
|
+
key: 'Key',
|
|
8974
|
+
value: 'Value',
|
|
8975
|
+
};
|
|
8976
|
+
}
|
|
8977
|
+
static types() {
|
|
8978
|
+
return {
|
|
8979
|
+
key: 'string',
|
|
8980
|
+
value: 'string',
|
|
8981
|
+
};
|
|
8982
|
+
}
|
|
8983
|
+
}
|
|
8984
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsTags = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsTags;
|
|
8985
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumesConfigFileVolumeConfigFileToPaths extends $tea.Model {
|
|
8986
|
+
constructor(map) {
|
|
8987
|
+
super(map);
|
|
8988
|
+
}
|
|
8989
|
+
static names() {
|
|
8990
|
+
return {
|
|
8991
|
+
content: 'Content',
|
|
8992
|
+
mode: 'Mode',
|
|
8993
|
+
path: 'Path',
|
|
8994
|
+
};
|
|
8995
|
+
}
|
|
8996
|
+
static types() {
|
|
8997
|
+
return {
|
|
8998
|
+
content: 'string',
|
|
8999
|
+
mode: 'number',
|
|
9000
|
+
path: 'string',
|
|
9001
|
+
};
|
|
9002
|
+
}
|
|
9003
|
+
}
|
|
9004
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumesConfigFileVolumeConfigFileToPaths = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumesConfigFileVolumeConfigFileToPaths;
|
|
9005
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumes extends $tea.Model {
|
|
9006
|
+
constructor(map) {
|
|
9007
|
+
super(map);
|
|
9008
|
+
}
|
|
9009
|
+
static names() {
|
|
9010
|
+
return {
|
|
9011
|
+
configFileVolumeConfigFileToPaths: 'ConfigFileVolumeConfigFileToPaths',
|
|
9012
|
+
configFileVolumeDefaultMode: 'ConfigFileVolumeDefaultMode',
|
|
9013
|
+
diskVolumeDiskId: 'DiskVolumeDiskId',
|
|
9014
|
+
diskVolumeDiskSize: 'DiskVolumeDiskSize',
|
|
9015
|
+
diskVolumeFsType: 'DiskVolumeFsType',
|
|
9016
|
+
emptyDirVolumeMedium: 'EmptyDirVolumeMedium',
|
|
9017
|
+
emptyDirVolumeSizeLimit: 'EmptyDirVolumeSizeLimit',
|
|
9018
|
+
flexVolumeDriver: 'FlexVolumeDriver',
|
|
9019
|
+
flexVolumeFsType: 'FlexVolumeFsType',
|
|
9020
|
+
flexVolumeOptions: 'FlexVolumeOptions',
|
|
9021
|
+
hostPathVolumePath: 'HostPathVolumePath',
|
|
9022
|
+
hostPathVolumeType: 'HostPathVolumeType',
|
|
9023
|
+
NFSVolumePath: 'NFSVolumePath',
|
|
9024
|
+
NFSVolumeReadOnly: 'NFSVolumeReadOnly',
|
|
9025
|
+
NFSVolumeServer: 'NFSVolumeServer',
|
|
9026
|
+
name: 'Name',
|
|
9027
|
+
type: 'Type',
|
|
9028
|
+
};
|
|
9029
|
+
}
|
|
9030
|
+
static types() {
|
|
9031
|
+
return {
|
|
9032
|
+
configFileVolumeConfigFileToPaths: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumesConfigFileVolumeConfigFileToPaths },
|
|
9033
|
+
configFileVolumeDefaultMode: 'number',
|
|
9034
|
+
diskVolumeDiskId: 'string',
|
|
9035
|
+
diskVolumeDiskSize: 'number',
|
|
9036
|
+
diskVolumeFsType: 'string',
|
|
9037
|
+
emptyDirVolumeMedium: 'string',
|
|
9038
|
+
emptyDirVolumeSizeLimit: 'string',
|
|
9039
|
+
flexVolumeDriver: 'string',
|
|
9040
|
+
flexVolumeFsType: 'string',
|
|
9041
|
+
flexVolumeOptions: 'string',
|
|
9042
|
+
hostPathVolumePath: 'string',
|
|
9043
|
+
hostPathVolumeType: 'string',
|
|
9044
|
+
NFSVolumePath: 'string',
|
|
9045
|
+
NFSVolumeReadOnly: 'boolean',
|
|
9046
|
+
NFSVolumeServer: 'string',
|
|
9047
|
+
name: 'string',
|
|
9048
|
+
type: 'string',
|
|
9049
|
+
};
|
|
9050
|
+
}
|
|
9051
|
+
}
|
|
9052
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumes = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumes;
|
|
9053
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurations extends $tea.Model {
|
|
9054
|
+
constructor(map) {
|
|
9055
|
+
super(map);
|
|
9056
|
+
}
|
|
9057
|
+
static names() {
|
|
9058
|
+
return {
|
|
9059
|
+
acrRegistryInfos: 'AcrRegistryInfos',
|
|
9060
|
+
activeDeadlineSeconds: 'ActiveDeadlineSeconds',
|
|
9061
|
+
autoCreateEip: 'AutoCreateEip',
|
|
9062
|
+
autoMatchImageCache: 'AutoMatchImageCache',
|
|
9063
|
+
containerGroupName: 'ContainerGroupName',
|
|
9064
|
+
containers: 'Containers',
|
|
9065
|
+
costOptimization: 'CostOptimization',
|
|
9066
|
+
cpu: 'Cpu',
|
|
9067
|
+
cpuOptionsCore: 'CpuOptionsCore',
|
|
9068
|
+
cpuOptionsThreadsPerCore: 'CpuOptionsThreadsPerCore',
|
|
9069
|
+
creationTime: 'CreationTime',
|
|
9070
|
+
dataCacheBucket: 'DataCacheBucket',
|
|
9071
|
+
dataCacheBurstingEnabled: 'DataCacheBurstingEnabled',
|
|
9072
|
+
dataCachePL: 'DataCachePL',
|
|
9073
|
+
dataCacheProvisionedIops: 'DataCacheProvisionedIops',
|
|
9074
|
+
description: 'Description',
|
|
9075
|
+
dnsConfigNameServers: 'DnsConfigNameServers',
|
|
9076
|
+
dnsConfigOptions: 'DnsConfigOptions',
|
|
9077
|
+
dnsConfigSearches: 'DnsConfigSearches',
|
|
9078
|
+
dnsPolicy: 'DnsPolicy',
|
|
9079
|
+
egressBandwidth: 'EgressBandwidth',
|
|
9080
|
+
eipBandwidth: 'EipBandwidth',
|
|
9081
|
+
ephemeralStorage: 'EphemeralStorage',
|
|
9082
|
+
hostAliases: 'HostAliases',
|
|
9083
|
+
hostName: 'HostName',
|
|
9084
|
+
imageRegistryCredentials: 'ImageRegistryCredentials',
|
|
9085
|
+
imageSnapshotId: 'ImageSnapshotId',
|
|
9086
|
+
ingressBandwidth: 'IngressBandwidth',
|
|
9087
|
+
initContainers: 'InitContainers',
|
|
9088
|
+
instanceFamilyLevel: 'InstanceFamilyLevel',
|
|
9089
|
+
instanceTypes: 'InstanceTypes',
|
|
9090
|
+
ipv6AddressCount: 'Ipv6AddressCount',
|
|
9091
|
+
lifecycleState: 'LifecycleState',
|
|
9092
|
+
loadBalancerWeight: 'LoadBalancerWeight',
|
|
9093
|
+
memory: 'Memory',
|
|
9094
|
+
ntpServers: 'NtpServers',
|
|
9095
|
+
ramRoleName: 'RamRoleName',
|
|
9096
|
+
regionId: 'RegionId',
|
|
9097
|
+
resourceGroupId: 'ResourceGroupId',
|
|
9098
|
+
restartPolicy: 'RestartPolicy',
|
|
9099
|
+
scalingConfigurationId: 'ScalingConfigurationId',
|
|
9100
|
+
scalingConfigurationName: 'ScalingConfigurationName',
|
|
9101
|
+
scalingGroupId: 'ScalingGroupId',
|
|
9102
|
+
securityContextSysCtls: 'SecurityContextSysCtls',
|
|
9103
|
+
securityGroupId: 'SecurityGroupId',
|
|
9104
|
+
slsEnable: 'SlsEnable',
|
|
9105
|
+
spotPriceLimit: 'SpotPriceLimit',
|
|
9106
|
+
spotStrategy: 'SpotStrategy',
|
|
9107
|
+
tags: 'Tags',
|
|
9108
|
+
terminationGracePeriodSeconds: 'TerminationGracePeriodSeconds',
|
|
9109
|
+
volumes: 'Volumes',
|
|
9110
|
+
};
|
|
9111
|
+
}
|
|
9112
|
+
static types() {
|
|
9113
|
+
return {
|
|
9114
|
+
acrRegistryInfos: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsAcrRegistryInfos },
|
|
9115
|
+
activeDeadlineSeconds: 'number',
|
|
9116
|
+
autoCreateEip: 'boolean',
|
|
9117
|
+
autoMatchImageCache: 'boolean',
|
|
9118
|
+
containerGroupName: 'string',
|
|
9119
|
+
containers: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainers },
|
|
9120
|
+
costOptimization: 'boolean',
|
|
9121
|
+
cpu: 'number',
|
|
9122
|
+
cpuOptionsCore: 'number',
|
|
9123
|
+
cpuOptionsThreadsPerCore: 'number',
|
|
9124
|
+
creationTime: 'string',
|
|
9125
|
+
dataCacheBucket: 'string',
|
|
9126
|
+
dataCacheBurstingEnabled: 'boolean',
|
|
9127
|
+
dataCachePL: 'string',
|
|
9128
|
+
dataCacheProvisionedIops: 'number',
|
|
9129
|
+
description: 'string',
|
|
9130
|
+
dnsConfigNameServers: { 'type': 'array', 'itemType': 'string' },
|
|
9131
|
+
dnsConfigOptions: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsDnsConfigOptions },
|
|
9132
|
+
dnsConfigSearches: { 'type': 'array', 'itemType': 'string' },
|
|
9133
|
+
dnsPolicy: 'string',
|
|
9134
|
+
egressBandwidth: 'number',
|
|
9135
|
+
eipBandwidth: 'number',
|
|
9136
|
+
ephemeralStorage: 'number',
|
|
9137
|
+
hostAliases: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsHostAliases },
|
|
9138
|
+
hostName: 'string',
|
|
9139
|
+
imageRegistryCredentials: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsImageRegistryCredentials },
|
|
9140
|
+
imageSnapshotId: 'string',
|
|
9141
|
+
ingressBandwidth: 'number',
|
|
9142
|
+
initContainers: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainers },
|
|
9143
|
+
instanceFamilyLevel: 'string',
|
|
9144
|
+
instanceTypes: { 'type': 'array', 'itemType': 'string' },
|
|
9145
|
+
ipv6AddressCount: 'number',
|
|
9146
|
+
lifecycleState: 'string',
|
|
9147
|
+
loadBalancerWeight: 'number',
|
|
9148
|
+
memory: 'number',
|
|
9149
|
+
ntpServers: { 'type': 'array', 'itemType': 'string' },
|
|
9150
|
+
ramRoleName: 'string',
|
|
9151
|
+
regionId: 'string',
|
|
9152
|
+
resourceGroupId: 'string',
|
|
9153
|
+
restartPolicy: 'string',
|
|
9154
|
+
scalingConfigurationId: 'string',
|
|
9155
|
+
scalingConfigurationName: 'string',
|
|
9156
|
+
scalingGroupId: 'string',
|
|
9157
|
+
securityContextSysCtls: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsSecurityContextSysCtls },
|
|
9158
|
+
securityGroupId: 'string',
|
|
9159
|
+
slsEnable: 'boolean',
|
|
9160
|
+
spotPriceLimit: 'number',
|
|
9161
|
+
spotStrategy: 'string',
|
|
9162
|
+
tags: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsTags },
|
|
9163
|
+
terminationGracePeriodSeconds: 'number',
|
|
9164
|
+
volumes: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumes },
|
|
9165
|
+
};
|
|
9166
|
+
}
|
|
9167
|
+
}
|
|
9168
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurations = DescribeEciScalingConfigurationsResponseBodyScalingConfigurations;
|
|
9169
|
+
class DescribeLifecycleActionsResponseBodyLifecycleActions extends $tea.Model {
|
|
9170
|
+
constructor(map) {
|
|
9171
|
+
super(map);
|
|
9172
|
+
}
|
|
9173
|
+
static names() {
|
|
9174
|
+
return {
|
|
9175
|
+
instanceIds: 'InstanceIds',
|
|
9176
|
+
lifecycleActionResult: 'LifecycleActionResult',
|
|
9177
|
+
lifecycleActionStatus: 'LifecycleActionStatus',
|
|
9178
|
+
lifecycleActionToken: 'LifecycleActionToken',
|
|
9179
|
+
lifecycleHookId: 'LifecycleHookId',
|
|
9180
|
+
};
|
|
9181
|
+
}
|
|
9182
|
+
static types() {
|
|
9183
|
+
return {
|
|
9184
|
+
instanceIds: { 'type': 'array', 'itemType': 'string' },
|
|
9185
|
+
lifecycleActionResult: 'string',
|
|
9186
|
+
lifecycleActionStatus: 'string',
|
|
9187
|
+
lifecycleActionToken: 'string',
|
|
9188
|
+
lifecycleHookId: 'string',
|
|
9189
|
+
};
|
|
9190
|
+
}
|
|
9191
|
+
}
|
|
9192
|
+
exports.DescribeLifecycleActionsResponseBodyLifecycleActions = DescribeLifecycleActionsResponseBodyLifecycleActions;
|
|
9193
|
+
class DescribeLifecycleHooksResponseBodyLifecycleHooks extends $tea.Model {
|
|
9194
|
+
constructor(map) {
|
|
9195
|
+
super(map);
|
|
9196
|
+
}
|
|
9197
|
+
static names() {
|
|
9198
|
+
return {
|
|
9199
|
+
defaultResult: 'DefaultResult',
|
|
9200
|
+
heartbeatTimeout: 'HeartbeatTimeout',
|
|
9201
|
+
lifecycleHookId: 'LifecycleHookId',
|
|
9202
|
+
lifecycleHookName: 'LifecycleHookName',
|
|
9203
|
+
lifecycleHookStatus: 'LifecycleHookStatus',
|
|
9204
|
+
lifecycleTransition: 'LifecycleTransition',
|
|
9205
|
+
notificationArn: 'NotificationArn',
|
|
9206
|
+
notificationMetadata: 'NotificationMetadata',
|
|
9207
|
+
scalingGroupId: 'ScalingGroupId',
|
|
9208
|
+
};
|
|
9209
|
+
}
|
|
9210
|
+
static types() {
|
|
9211
|
+
return {
|
|
9212
|
+
defaultResult: 'string',
|
|
9213
|
+
heartbeatTimeout: 'number',
|
|
9214
|
+
lifecycleHookId: 'string',
|
|
9215
|
+
lifecycleHookName: 'string',
|
|
9216
|
+
lifecycleHookStatus: 'string',
|
|
9217
|
+
lifecycleTransition: 'string',
|
|
9218
|
+
notificationArn: 'string',
|
|
9219
|
+
notificationMetadata: 'string',
|
|
9220
|
+
scalingGroupId: 'string',
|
|
9221
|
+
};
|
|
9222
|
+
}
|
|
9223
|
+
}
|
|
9224
|
+
exports.DescribeLifecycleHooksResponseBodyLifecycleHooks = DescribeLifecycleHooksResponseBodyLifecycleHooks;
|
|
9225
|
+
class DescribeNotificationConfigurationsResponseBodyNotificationConfigurationModels extends $tea.Model {
|
|
9226
|
+
constructor(map) {
|
|
9227
|
+
super(map);
|
|
9228
|
+
}
|
|
9229
|
+
static names() {
|
|
9230
|
+
return {
|
|
9231
|
+
notificationArn: 'NotificationArn',
|
|
9232
|
+
notificationTypes: 'NotificationTypes',
|
|
9233
|
+
scalingGroupId: 'ScalingGroupId',
|
|
9234
|
+
};
|
|
9235
|
+
}
|
|
9236
|
+
static types() {
|
|
9237
|
+
return {
|
|
9238
|
+
notificationArn: 'string',
|
|
9239
|
+
notificationTypes: { 'type': 'array', 'itemType': 'string' },
|
|
9240
|
+
scalingGroupId: 'string',
|
|
9241
|
+
};
|
|
9242
|
+
}
|
|
9243
|
+
}
|
|
9244
|
+
exports.DescribeNotificationConfigurationsResponseBodyNotificationConfigurationModels = DescribeNotificationConfigurationsResponseBodyNotificationConfigurationModels;
|
|
9245
|
+
class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
9246
|
+
constructor(map) {
|
|
9247
|
+
super(map);
|
|
9248
|
+
}
|
|
9249
|
+
static names() {
|
|
9250
|
+
return {
|
|
9251
|
+
classicUnavailable: 'ClassicUnavailable',
|
|
9252
|
+
localName: 'LocalName',
|
|
9253
|
+
regionEndpoint: 'RegionEndpoint',
|
|
9254
|
+
regionId: 'RegionId',
|
|
9255
|
+
vpcUnavailable: 'VpcUnavailable',
|
|
9256
|
+
};
|
|
9257
|
+
}
|
|
9258
|
+
static types() {
|
|
9259
|
+
return {
|
|
9260
|
+
classicUnavailable: 'boolean',
|
|
9261
|
+
localName: 'string',
|
|
9262
|
+
regionEndpoint: 'string',
|
|
9263
|
+
regionId: 'string',
|
|
9264
|
+
vpcUnavailable: 'boolean',
|
|
9265
|
+
};
|
|
9266
|
+
}
|
|
9267
|
+
}
|
|
9268
|
+
exports.DescribeRegionsResponseBodyRegions = DescribeRegionsResponseBodyRegions;
|
|
9269
|
+
class DescribeScalingActivitiesResponseBodyScalingActivitiesLifecycleHookContext extends $tea.Model {
|
|
9270
|
+
constructor(map) {
|
|
9271
|
+
super(map);
|
|
9272
|
+
}
|
|
9273
|
+
static names() {
|
|
9274
|
+
return {
|
|
9275
|
+
disableLifecycleHook: 'DisableLifecycleHook',
|
|
9276
|
+
ignoredLifecycleHookIds: 'IgnoredLifecycleHookIds',
|
|
9277
|
+
};
|
|
9278
|
+
}
|
|
9279
|
+
static types() {
|
|
9280
|
+
return {
|
|
9281
|
+
disableLifecycleHook: 'boolean',
|
|
9282
|
+
ignoredLifecycleHookIds: { 'type': 'array', 'itemType': 'string' },
|
|
9283
|
+
};
|
|
9284
|
+
}
|
|
9285
|
+
}
|
|
9286
|
+
exports.DescribeScalingActivitiesResponseBodyScalingActivitiesLifecycleHookContext = DescribeScalingActivitiesResponseBodyScalingActivitiesLifecycleHookContext;
|
|
9287
|
+
class DescribeScalingActivitiesResponseBodyScalingActivities extends $tea.Model {
|
|
9288
|
+
constructor(map) {
|
|
9289
|
+
super(map);
|
|
9290
|
+
}
|
|
9291
|
+
static names() {
|
|
9292
|
+
return {
|
|
9293
|
+
activityMetadata: 'ActivityMetadata',
|
|
9294
|
+
attachedCapacity: 'AttachedCapacity',
|
|
9295
|
+
autoCreatedCapacity: 'AutoCreatedCapacity',
|
|
9296
|
+
cause: 'Cause',
|
|
9297
|
+
createdCapacity: 'CreatedCapacity',
|
|
9298
|
+
createdInstances: 'CreatedInstances',
|
|
9299
|
+
description: 'Description',
|
|
9300
|
+
destroyedCapacity: 'DestroyedCapacity',
|
|
9301
|
+
destroyedInstances: 'DestroyedInstances',
|
|
9302
|
+
detail: 'Detail',
|
|
9303
|
+
endTime: 'EndTime',
|
|
9304
|
+
errorCode: 'ErrorCode',
|
|
9305
|
+
errorMessage: 'ErrorMessage',
|
|
9306
|
+
lifecycleHookContext: 'LifecycleHookContext',
|
|
9307
|
+
progress: 'Progress',
|
|
9308
|
+
scalingActivityId: 'ScalingActivityId',
|
|
9309
|
+
scalingGroupId: 'ScalingGroupId',
|
|
9310
|
+
scalingInstanceNumber: 'ScalingInstanceNumber',
|
|
9311
|
+
startTime: 'StartTime',
|
|
9312
|
+
startedCapacity: 'StartedCapacity',
|
|
9313
|
+
startedInstances: 'StartedInstances',
|
|
9314
|
+
statusCode: 'StatusCode',
|
|
9315
|
+
statusMessage: 'StatusMessage',
|
|
9316
|
+
stoppedCapacity: 'StoppedCapacity',
|
|
9317
|
+
stoppedInstances: 'StoppedInstances',
|
|
9318
|
+
totalCapacity: 'TotalCapacity',
|
|
9319
|
+
triggerSourceId: 'TriggerSourceId',
|
|
9320
|
+
triggerSourceType: 'TriggerSourceType',
|
|
9321
|
+
};
|
|
9322
|
+
}
|
|
9323
|
+
static types() {
|
|
9324
|
+
return {
|
|
9325
|
+
activityMetadata: 'string',
|
|
9326
|
+
attachedCapacity: 'string',
|
|
9327
|
+
autoCreatedCapacity: 'string',
|
|
9328
|
+
cause: 'string',
|
|
9329
|
+
createdCapacity: 'number',
|
|
9330
|
+
createdInstances: { 'type': 'array', 'itemType': 'string' },
|
|
9331
|
+
description: 'string',
|
|
9332
|
+
destroyedCapacity: 'number',
|
|
9333
|
+
destroyedInstances: { 'type': 'array', 'itemType': 'string' },
|
|
9334
|
+
detail: 'string',
|
|
9335
|
+
endTime: 'string',
|
|
9336
|
+
errorCode: 'string',
|
|
9337
|
+
errorMessage: 'string',
|
|
9338
|
+
lifecycleHookContext: DescribeScalingActivitiesResponseBodyScalingActivitiesLifecycleHookContext,
|
|
9339
|
+
progress: 'number',
|
|
9340
|
+
scalingActivityId: 'string',
|
|
9341
|
+
scalingGroupId: 'string',
|
|
9342
|
+
scalingInstanceNumber: 'number',
|
|
9343
|
+
startTime: 'string',
|
|
9344
|
+
startedCapacity: 'number',
|
|
9345
|
+
startedInstances: { 'type': 'array', 'itemType': 'string' },
|
|
9346
|
+
statusCode: 'string',
|
|
9347
|
+
statusMessage: 'string',
|
|
9348
|
+
stoppedCapacity: 'number',
|
|
9349
|
+
stoppedInstances: { 'type': 'array', 'itemType': 'string' },
|
|
9350
|
+
totalCapacity: 'string',
|
|
9351
|
+
triggerSourceId: 'string',
|
|
9352
|
+
triggerSourceType: 'string',
|
|
9353
|
+
};
|
|
9354
|
+
}
|
|
9355
|
+
}
|
|
9356
|
+
exports.DescribeScalingActivitiesResponseBodyScalingActivities = DescribeScalingActivitiesResponseBodyScalingActivities;
|
|
9357
|
+
class DescribeScalingConfigurationsResponseBodyScalingConfigurationsCustomPriorities extends $tea.Model {
|
|
9358
|
+
constructor(map) {
|
|
9359
|
+
super(map);
|
|
9360
|
+
}
|
|
9361
|
+
static names() {
|
|
9362
|
+
return {
|
|
9363
|
+
instanceType: 'InstanceType',
|
|
9364
|
+
vswitchId: 'VswitchId',
|
|
9365
|
+
};
|
|
9366
|
+
}
|
|
9367
|
+
static types() {
|
|
9368
|
+
return {
|
|
9369
|
+
instanceType: 'string',
|
|
9370
|
+
vswitchId: 'string',
|
|
9371
|
+
};
|
|
9372
|
+
}
|
|
9373
|
+
}
|
|
9374
|
+
exports.DescribeScalingConfigurationsResponseBodyScalingConfigurationsCustomPriorities = DescribeScalingConfigurationsResponseBodyScalingConfigurationsCustomPriorities;
|
|
9375
|
+
class DescribeScalingConfigurationsResponseBodyScalingConfigurationsDataDisks extends $tea.Model {
|
|
9376
|
+
constructor(map) {
|
|
9377
|
+
super(map);
|
|
9378
|
+
}
|
|
8438
9379
|
static names() {
|
|
8439
9380
|
return {
|
|
8440
9381
|
autoSnapshotPolicyId: 'AutoSnapshotPolicyId',
|
|
@@ -8490,17 +9431,39 @@ class DescribeScalingConfigurationsResponseBodyScalingConfigurationsInstancePatt
|
|
|
8490
9431
|
}
|
|
8491
9432
|
static types() {
|
|
8492
9433
|
return {
|
|
8493
|
-
architectures: { 'type': 'array', 'itemType': 'string' },
|
|
8494
|
-
burstablePerformance: 'string',
|
|
8495
|
-
cores: 'number',
|
|
8496
|
-
excludedInstanceTypes: { 'type': 'array', 'itemType': 'string' },
|
|
8497
|
-
instanceFamilyLevel: 'string',
|
|
8498
|
-
maxPrice: 'number',
|
|
8499
|
-
memory: 'number',
|
|
9434
|
+
architectures: { 'type': 'array', 'itemType': 'string' },
|
|
9435
|
+
burstablePerformance: 'string',
|
|
9436
|
+
cores: 'number',
|
|
9437
|
+
excludedInstanceTypes: { 'type': 'array', 'itemType': 'string' },
|
|
9438
|
+
instanceFamilyLevel: 'string',
|
|
9439
|
+
maxPrice: 'number',
|
|
9440
|
+
memory: 'number',
|
|
9441
|
+
};
|
|
9442
|
+
}
|
|
9443
|
+
}
|
|
9444
|
+
exports.DescribeScalingConfigurationsResponseBodyScalingConfigurationsInstancePatternInfos = DescribeScalingConfigurationsResponseBodyScalingConfigurationsInstancePatternInfos;
|
|
9445
|
+
class DescribeScalingConfigurationsResponseBodyScalingConfigurationsNetworkInterfaces extends $tea.Model {
|
|
9446
|
+
constructor(map) {
|
|
9447
|
+
super(map);
|
|
9448
|
+
}
|
|
9449
|
+
static names() {
|
|
9450
|
+
return {
|
|
9451
|
+
instanceType: 'InstanceType',
|
|
9452
|
+
ipv6AddressCount: 'Ipv6AddressCount',
|
|
9453
|
+
networkInterfaceTrafficMode: 'NetworkInterfaceTrafficMode',
|
|
9454
|
+
securityGroupIds: 'SecurityGroupIds',
|
|
9455
|
+
};
|
|
9456
|
+
}
|
|
9457
|
+
static types() {
|
|
9458
|
+
return {
|
|
9459
|
+
instanceType: 'string',
|
|
9460
|
+
ipv6AddressCount: 'number',
|
|
9461
|
+
networkInterfaceTrafficMode: 'string',
|
|
9462
|
+
securityGroupIds: { 'type': 'array', 'itemType': 'string' },
|
|
8500
9463
|
};
|
|
8501
9464
|
}
|
|
8502
9465
|
}
|
|
8503
|
-
exports.
|
|
9466
|
+
exports.DescribeScalingConfigurationsResponseBodyScalingConfigurationsNetworkInterfaces = DescribeScalingConfigurationsResponseBodyScalingConfigurationsNetworkInterfaces;
|
|
8504
9467
|
class DescribeScalingConfigurationsResponseBodyScalingConfigurationsSchedulerOptions extends $tea.Model {
|
|
8505
9468
|
constructor(map) {
|
|
8506
9469
|
super(map);
|
|
@@ -8590,6 +9553,7 @@ class DescribeScalingConfigurationsResponseBodyScalingConfigurations extends $te
|
|
|
8590
9553
|
lifecycleState: 'LifecycleState',
|
|
8591
9554
|
loadBalancerWeight: 'LoadBalancerWeight',
|
|
8592
9555
|
memory: 'Memory',
|
|
9556
|
+
networkInterfaces: 'NetworkInterfaces',
|
|
8593
9557
|
passwordInherit: 'PasswordInherit',
|
|
8594
9558
|
privatePoolOptions_id: 'PrivatePoolOptions.Id',
|
|
8595
9559
|
privatePoolOptions_matchCriteria: 'PrivatePoolOptions.MatchCriteria',
|
|
@@ -8658,47 +9622,318 @@ class DescribeScalingConfigurationsResponseBodyScalingConfigurations extends $te
|
|
|
8658
9622
|
ipv6AddressCount: 'number',
|
|
8659
9623
|
keyPairName: 'string',
|
|
8660
9624
|
lifecycleState: 'string',
|
|
8661
|
-
loadBalancerWeight: 'number',
|
|
8662
|
-
memory: 'number',
|
|
8663
|
-
|
|
8664
|
-
|
|
8665
|
-
|
|
8666
|
-
|
|
9625
|
+
loadBalancerWeight: 'number',
|
|
9626
|
+
memory: 'number',
|
|
9627
|
+
networkInterfaces: { 'type': 'array', 'itemType': DescribeScalingConfigurationsResponseBodyScalingConfigurationsNetworkInterfaces },
|
|
9628
|
+
passwordInherit: 'boolean',
|
|
9629
|
+
privatePoolOptions_id: 'string',
|
|
9630
|
+
privatePoolOptions_matchCriteria: 'string',
|
|
9631
|
+
ramRoleName: 'string',
|
|
9632
|
+
resourceGroupId: 'string',
|
|
9633
|
+
scalingConfigurationId: 'string',
|
|
9634
|
+
scalingConfigurationName: 'string',
|
|
9635
|
+
scalingGroupId: 'string',
|
|
9636
|
+
schedulerOptions: DescribeScalingConfigurationsResponseBodyScalingConfigurationsSchedulerOptions,
|
|
9637
|
+
securityEnhancementStrategy: 'string',
|
|
9638
|
+
securityGroupId: 'string',
|
|
9639
|
+
securityGroupIds: { 'type': 'array', 'itemType': 'string' },
|
|
9640
|
+
spotDuration: 'number',
|
|
9641
|
+
spotInterruptionBehavior: 'string',
|
|
9642
|
+
spotPriceLimits: { 'type': 'array', 'itemType': DescribeScalingConfigurationsResponseBodyScalingConfigurationsSpotPriceLimits },
|
|
9643
|
+
spotStrategy: 'string',
|
|
9644
|
+
storageSetId: 'string',
|
|
9645
|
+
storageSetPartitionNumber: 'number',
|
|
9646
|
+
systemDiskAutoSnapshotPolicyId: 'string',
|
|
9647
|
+
systemDiskBurstingEnabled: 'boolean',
|
|
9648
|
+
systemDiskCategories: { 'type': 'array', 'itemType': 'string' },
|
|
9649
|
+
systemDiskCategory: 'string',
|
|
9650
|
+
systemDiskDescription: 'string',
|
|
9651
|
+
systemDiskEncryptAlgorithm: 'string',
|
|
9652
|
+
systemDiskEncrypted: 'boolean',
|
|
9653
|
+
systemDiskKMSKeyId: 'string',
|
|
9654
|
+
systemDiskName: 'string',
|
|
9655
|
+
systemDiskPerformanceLevel: 'string',
|
|
9656
|
+
systemDiskProvisionedIops: 'number',
|
|
9657
|
+
systemDiskSize: 'number',
|
|
9658
|
+
tags: { 'type': 'array', 'itemType': DescribeScalingConfigurationsResponseBodyScalingConfigurationsTags },
|
|
9659
|
+
tenancy: 'string',
|
|
9660
|
+
userData: 'string',
|
|
9661
|
+
weightedCapacities: { 'type': 'array', 'itemType': 'number' },
|
|
9662
|
+
zoneId: 'string',
|
|
9663
|
+
};
|
|
9664
|
+
}
|
|
9665
|
+
}
|
|
9666
|
+
exports.DescribeScalingConfigurationsResponseBodyScalingConfigurations = DescribeScalingConfigurationsResponseBodyScalingConfigurations;
|
|
9667
|
+
class DescribeScalingGroupDetailResponseBodyScalingGroupAlbServerGroups extends $tea.Model {
|
|
9668
|
+
constructor(map) {
|
|
9669
|
+
super(map);
|
|
9670
|
+
}
|
|
9671
|
+
static names() {
|
|
9672
|
+
return {
|
|
9673
|
+
albServerGroupId: 'AlbServerGroupId',
|
|
9674
|
+
port: 'Port',
|
|
9675
|
+
weight: 'Weight',
|
|
9676
|
+
};
|
|
9677
|
+
}
|
|
9678
|
+
static types() {
|
|
9679
|
+
return {
|
|
9680
|
+
albServerGroupId: 'string',
|
|
9681
|
+
port: 'number',
|
|
9682
|
+
weight: 'number',
|
|
9683
|
+
};
|
|
9684
|
+
}
|
|
9685
|
+
}
|
|
9686
|
+
exports.DescribeScalingGroupDetailResponseBodyScalingGroupAlbServerGroups = DescribeScalingGroupDetailResponseBodyScalingGroupAlbServerGroups;
|
|
9687
|
+
class DescribeScalingGroupDetailResponseBodyScalingGroupLaunchTemplateOverrides extends $tea.Model {
|
|
9688
|
+
constructor(map) {
|
|
9689
|
+
super(map);
|
|
9690
|
+
}
|
|
9691
|
+
static names() {
|
|
9692
|
+
return {
|
|
9693
|
+
instanceType: 'InstanceType',
|
|
9694
|
+
spotPriceLimit: 'SpotPriceLimit',
|
|
9695
|
+
weightedCapacity: 'WeightedCapacity',
|
|
9696
|
+
};
|
|
9697
|
+
}
|
|
9698
|
+
static types() {
|
|
9699
|
+
return {
|
|
9700
|
+
instanceType: 'string',
|
|
9701
|
+
spotPriceLimit: 'number',
|
|
9702
|
+
weightedCapacity: 'number',
|
|
9703
|
+
};
|
|
9704
|
+
}
|
|
9705
|
+
}
|
|
9706
|
+
exports.DescribeScalingGroupDetailResponseBodyScalingGroupLaunchTemplateOverrides = DescribeScalingGroupDetailResponseBodyScalingGroupLaunchTemplateOverrides;
|
|
9707
|
+
class DescribeScalingGroupDetailResponseBodyScalingGroupLoadBalancerConfigs extends $tea.Model {
|
|
9708
|
+
constructor(map) {
|
|
9709
|
+
super(map);
|
|
9710
|
+
}
|
|
9711
|
+
static names() {
|
|
9712
|
+
return {
|
|
9713
|
+
loadBalancerId: 'LoadBalancerId',
|
|
9714
|
+
weight: 'Weight',
|
|
9715
|
+
};
|
|
9716
|
+
}
|
|
9717
|
+
static types() {
|
|
9718
|
+
return {
|
|
9719
|
+
loadBalancerId: 'string',
|
|
9720
|
+
weight: 'number',
|
|
9721
|
+
};
|
|
9722
|
+
}
|
|
9723
|
+
}
|
|
9724
|
+
exports.DescribeScalingGroupDetailResponseBodyScalingGroupLoadBalancerConfigs = DescribeScalingGroupDetailResponseBodyScalingGroupLoadBalancerConfigs;
|
|
9725
|
+
class DescribeScalingGroupDetailResponseBodyScalingGroupServerGroups extends $tea.Model {
|
|
9726
|
+
constructor(map) {
|
|
9727
|
+
super(map);
|
|
9728
|
+
}
|
|
9729
|
+
static names() {
|
|
9730
|
+
return {
|
|
9731
|
+
port: 'Port',
|
|
9732
|
+
serverGroupId: 'ServerGroupId',
|
|
9733
|
+
type: 'Type',
|
|
9734
|
+
weight: 'Weight',
|
|
9735
|
+
};
|
|
9736
|
+
}
|
|
9737
|
+
static types() {
|
|
9738
|
+
return {
|
|
9739
|
+
port: 'number',
|
|
9740
|
+
serverGroupId: 'string',
|
|
9741
|
+
type: 'string',
|
|
9742
|
+
weight: 'number',
|
|
9743
|
+
};
|
|
9744
|
+
}
|
|
9745
|
+
}
|
|
9746
|
+
exports.DescribeScalingGroupDetailResponseBodyScalingGroupServerGroups = DescribeScalingGroupDetailResponseBodyScalingGroupServerGroups;
|
|
9747
|
+
class DescribeScalingGroupDetailResponseBodyScalingGroupTags extends $tea.Model {
|
|
9748
|
+
constructor(map) {
|
|
9749
|
+
super(map);
|
|
9750
|
+
}
|
|
9751
|
+
static names() {
|
|
9752
|
+
return {
|
|
9753
|
+
propagate: 'Propagate',
|
|
9754
|
+
tagKey: 'TagKey',
|
|
9755
|
+
tagValue: 'TagValue',
|
|
9756
|
+
};
|
|
9757
|
+
}
|
|
9758
|
+
static types() {
|
|
9759
|
+
return {
|
|
9760
|
+
propagate: 'boolean',
|
|
9761
|
+
tagKey: 'string',
|
|
9762
|
+
tagValue: 'string',
|
|
9763
|
+
};
|
|
9764
|
+
}
|
|
9765
|
+
}
|
|
9766
|
+
exports.DescribeScalingGroupDetailResponseBodyScalingGroupTags = DescribeScalingGroupDetailResponseBodyScalingGroupTags;
|
|
9767
|
+
class DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroupsVServerGroupAttributes extends $tea.Model {
|
|
9768
|
+
constructor(map) {
|
|
9769
|
+
super(map);
|
|
9770
|
+
}
|
|
9771
|
+
static names() {
|
|
9772
|
+
return {
|
|
9773
|
+
port: 'Port',
|
|
9774
|
+
VServerGroupId: 'VServerGroupId',
|
|
9775
|
+
weight: 'Weight',
|
|
9776
|
+
};
|
|
9777
|
+
}
|
|
9778
|
+
static types() {
|
|
9779
|
+
return {
|
|
9780
|
+
port: 'number',
|
|
9781
|
+
VServerGroupId: 'string',
|
|
9782
|
+
weight: 'number',
|
|
9783
|
+
};
|
|
9784
|
+
}
|
|
9785
|
+
}
|
|
9786
|
+
exports.DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroupsVServerGroupAttributes = DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroupsVServerGroupAttributes;
|
|
9787
|
+
class DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroups extends $tea.Model {
|
|
9788
|
+
constructor(map) {
|
|
9789
|
+
super(map);
|
|
9790
|
+
}
|
|
9791
|
+
static names() {
|
|
9792
|
+
return {
|
|
9793
|
+
loadBalancerId: 'LoadBalancerId',
|
|
9794
|
+
VServerGroupAttributes: 'VServerGroupAttributes',
|
|
9795
|
+
};
|
|
9796
|
+
}
|
|
9797
|
+
static types() {
|
|
9798
|
+
return {
|
|
9799
|
+
loadBalancerId: 'string',
|
|
9800
|
+
VServerGroupAttributes: { 'type': 'array', 'itemType': DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroupsVServerGroupAttributes },
|
|
9801
|
+
};
|
|
9802
|
+
}
|
|
9803
|
+
}
|
|
9804
|
+
exports.DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroups = DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroups;
|
|
9805
|
+
class DescribeScalingGroupDetailResponseBodyScalingGroup extends $tea.Model {
|
|
9806
|
+
constructor(map) {
|
|
9807
|
+
super(map);
|
|
9808
|
+
}
|
|
9809
|
+
static names() {
|
|
9810
|
+
return {
|
|
9811
|
+
activeCapacity: 'ActiveCapacity',
|
|
9812
|
+
activeScalingConfigurationId: 'ActiveScalingConfigurationId',
|
|
9813
|
+
albServerGroups: 'AlbServerGroups',
|
|
9814
|
+
allocationStrategy: 'AllocationStrategy',
|
|
9815
|
+
azBalance: 'AzBalance',
|
|
9816
|
+
compensateWithOnDemand: 'CompensateWithOnDemand',
|
|
9817
|
+
creationTime: 'CreationTime',
|
|
9818
|
+
currentHostName: 'CurrentHostName',
|
|
9819
|
+
customPolicyARN: 'CustomPolicyARN',
|
|
9820
|
+
DBInstanceIds: 'DBInstanceIds',
|
|
9821
|
+
defaultCooldown: 'DefaultCooldown',
|
|
9822
|
+
desiredCapacity: 'DesiredCapacity',
|
|
9823
|
+
enableDesiredCapacity: 'EnableDesiredCapacity',
|
|
9824
|
+
groupDeletionProtection: 'GroupDeletionProtection',
|
|
9825
|
+
groupType: 'GroupType',
|
|
9826
|
+
healthCheckType: 'HealthCheckType',
|
|
9827
|
+
healthCheckTypes: 'HealthCheckTypes',
|
|
9828
|
+
initCapacity: 'InitCapacity',
|
|
9829
|
+
isElasticStrengthInAlarm: 'IsElasticStrengthInAlarm',
|
|
9830
|
+
launchTemplateId: 'LaunchTemplateId',
|
|
9831
|
+
launchTemplateOverrides: 'LaunchTemplateOverrides',
|
|
9832
|
+
launchTemplateVersion: 'LaunchTemplateVersion',
|
|
9833
|
+
lifecycleState: 'LifecycleState',
|
|
9834
|
+
loadBalancerConfigs: 'LoadBalancerConfigs',
|
|
9835
|
+
loadBalancerIds: 'LoadBalancerIds',
|
|
9836
|
+
maxInstanceLifetime: 'MaxInstanceLifetime',
|
|
9837
|
+
maxSize: 'MaxSize',
|
|
9838
|
+
minSize: 'MinSize',
|
|
9839
|
+
modificationTime: 'ModificationTime',
|
|
9840
|
+
monitorGroupId: 'MonitorGroupId',
|
|
9841
|
+
multiAZPolicy: 'MultiAZPolicy',
|
|
9842
|
+
onDemandBaseCapacity: 'OnDemandBaseCapacity',
|
|
9843
|
+
onDemandPercentageAboveBaseCapacity: 'OnDemandPercentageAboveBaseCapacity',
|
|
9844
|
+
pendingCapacity: 'PendingCapacity',
|
|
9845
|
+
pendingWaitCapacity: 'PendingWaitCapacity',
|
|
9846
|
+
protectedCapacity: 'ProtectedCapacity',
|
|
9847
|
+
regionId: 'RegionId',
|
|
9848
|
+
removalPolicies: 'RemovalPolicies',
|
|
9849
|
+
removingCapacity: 'RemovingCapacity',
|
|
9850
|
+
removingWaitCapacity: 'RemovingWaitCapacity',
|
|
9851
|
+
resourceGroupId: 'ResourceGroupId',
|
|
9852
|
+
scalingGroupId: 'ScalingGroupId',
|
|
9853
|
+
scalingGroupName: 'ScalingGroupName',
|
|
9854
|
+
scalingPolicy: 'ScalingPolicy',
|
|
9855
|
+
serverGroups: 'ServerGroups',
|
|
9856
|
+
spotAllocationStrategy: 'SpotAllocationStrategy',
|
|
9857
|
+
spotInstancePools: 'SpotInstancePools',
|
|
9858
|
+
spotInstanceRemedy: 'SpotInstanceRemedy',
|
|
9859
|
+
standbyCapacity: 'StandbyCapacity',
|
|
9860
|
+
stoppedCapacity: 'StoppedCapacity',
|
|
9861
|
+
suspendedProcesses: 'SuspendedProcesses',
|
|
9862
|
+
systemSuspended: 'SystemSuspended',
|
|
9863
|
+
tags: 'Tags',
|
|
9864
|
+
totalCapacity: 'TotalCapacity',
|
|
9865
|
+
totalInstanceCount: 'TotalInstanceCount',
|
|
9866
|
+
VServerGroups: 'VServerGroups',
|
|
9867
|
+
vSwitchId: 'VSwitchId',
|
|
9868
|
+
vSwitchIds: 'VSwitchIds',
|
|
9869
|
+
vpcId: 'VpcId',
|
|
9870
|
+
};
|
|
9871
|
+
}
|
|
9872
|
+
static types() {
|
|
9873
|
+
return {
|
|
9874
|
+
activeCapacity: 'number',
|
|
9875
|
+
activeScalingConfigurationId: 'string',
|
|
9876
|
+
albServerGroups: { 'type': 'array', 'itemType': DescribeScalingGroupDetailResponseBodyScalingGroupAlbServerGroups },
|
|
9877
|
+
allocationStrategy: 'string',
|
|
9878
|
+
azBalance: 'boolean',
|
|
9879
|
+
compensateWithOnDemand: 'boolean',
|
|
9880
|
+
creationTime: 'string',
|
|
9881
|
+
currentHostName: 'string',
|
|
9882
|
+
customPolicyARN: 'string',
|
|
9883
|
+
DBInstanceIds: { 'type': 'array', 'itemType': 'string' },
|
|
9884
|
+
defaultCooldown: 'number',
|
|
9885
|
+
desiredCapacity: 'number',
|
|
9886
|
+
enableDesiredCapacity: 'boolean',
|
|
9887
|
+
groupDeletionProtection: 'boolean',
|
|
9888
|
+
groupType: 'string',
|
|
9889
|
+
healthCheckType: 'string',
|
|
9890
|
+
healthCheckTypes: { 'type': 'array', 'itemType': 'string' },
|
|
9891
|
+
initCapacity: 'number',
|
|
9892
|
+
isElasticStrengthInAlarm: 'boolean',
|
|
9893
|
+
launchTemplateId: 'string',
|
|
9894
|
+
launchTemplateOverrides: { 'type': 'array', 'itemType': DescribeScalingGroupDetailResponseBodyScalingGroupLaunchTemplateOverrides },
|
|
9895
|
+
launchTemplateVersion: 'string',
|
|
9896
|
+
lifecycleState: 'string',
|
|
9897
|
+
loadBalancerConfigs: { 'type': 'array', 'itemType': DescribeScalingGroupDetailResponseBodyScalingGroupLoadBalancerConfigs },
|
|
9898
|
+
loadBalancerIds: { 'type': 'array', 'itemType': 'string' },
|
|
9899
|
+
maxInstanceLifetime: 'number',
|
|
9900
|
+
maxSize: 'number',
|
|
9901
|
+
minSize: 'number',
|
|
9902
|
+
modificationTime: 'string',
|
|
9903
|
+
monitorGroupId: 'string',
|
|
9904
|
+
multiAZPolicy: 'string',
|
|
9905
|
+
onDemandBaseCapacity: 'number',
|
|
9906
|
+
onDemandPercentageAboveBaseCapacity: 'number',
|
|
9907
|
+
pendingCapacity: 'number',
|
|
9908
|
+
pendingWaitCapacity: 'number',
|
|
9909
|
+
protectedCapacity: 'number',
|
|
9910
|
+
regionId: 'string',
|
|
9911
|
+
removalPolicies: { 'type': 'array', 'itemType': 'string' },
|
|
9912
|
+
removingCapacity: 'number',
|
|
9913
|
+
removingWaitCapacity: 'number',
|
|
8667
9914
|
resourceGroupId: 'string',
|
|
8668
|
-
scalingConfigurationId: 'string',
|
|
8669
|
-
scalingConfigurationName: 'string',
|
|
8670
9915
|
scalingGroupId: 'string',
|
|
8671
|
-
|
|
8672
|
-
|
|
8673
|
-
|
|
8674
|
-
|
|
8675
|
-
|
|
8676
|
-
|
|
8677
|
-
|
|
8678
|
-
|
|
8679
|
-
|
|
8680
|
-
|
|
8681
|
-
|
|
8682
|
-
|
|
8683
|
-
|
|
8684
|
-
|
|
8685
|
-
|
|
8686
|
-
|
|
8687
|
-
|
|
8688
|
-
systemDiskKMSKeyId: 'string',
|
|
8689
|
-
systemDiskName: 'string',
|
|
8690
|
-
systemDiskPerformanceLevel: 'string',
|
|
8691
|
-
systemDiskProvisionedIops: 'number',
|
|
8692
|
-
systemDiskSize: 'number',
|
|
8693
|
-
tags: { 'type': 'array', 'itemType': DescribeScalingConfigurationsResponseBodyScalingConfigurationsTags },
|
|
8694
|
-
tenancy: 'string',
|
|
8695
|
-
userData: 'string',
|
|
8696
|
-
weightedCapacities: { 'type': 'array', 'itemType': 'number' },
|
|
8697
|
-
zoneId: 'string',
|
|
9916
|
+
scalingGroupName: 'string',
|
|
9917
|
+
scalingPolicy: 'string',
|
|
9918
|
+
serverGroups: { 'type': 'array', 'itemType': DescribeScalingGroupDetailResponseBodyScalingGroupServerGroups },
|
|
9919
|
+
spotAllocationStrategy: 'string',
|
|
9920
|
+
spotInstancePools: 'number',
|
|
9921
|
+
spotInstanceRemedy: 'boolean',
|
|
9922
|
+
standbyCapacity: 'number',
|
|
9923
|
+
stoppedCapacity: 'number',
|
|
9924
|
+
suspendedProcesses: { 'type': 'array', 'itemType': 'string' },
|
|
9925
|
+
systemSuspended: 'boolean',
|
|
9926
|
+
tags: { 'type': 'array', 'itemType': DescribeScalingGroupDetailResponseBodyScalingGroupTags },
|
|
9927
|
+
totalCapacity: 'number',
|
|
9928
|
+
totalInstanceCount: 'number',
|
|
9929
|
+
VServerGroups: { 'type': 'array', 'itemType': DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroups },
|
|
9930
|
+
vSwitchId: 'string',
|
|
9931
|
+
vSwitchIds: { 'type': 'array', 'itemType': 'string' },
|
|
9932
|
+
vpcId: 'string',
|
|
8698
9933
|
};
|
|
8699
9934
|
}
|
|
8700
9935
|
}
|
|
8701
|
-
exports.
|
|
9936
|
+
exports.DescribeScalingGroupDetailResponseBodyScalingGroup = DescribeScalingGroupDetailResponseBodyScalingGroup;
|
|
8702
9937
|
class DescribeScalingGroupsRequestTags extends $tea.Model {
|
|
8703
9938
|
constructor(map) {
|
|
8704
9939
|
super(map);
|
|
@@ -10357,6 +11592,28 @@ class ModifyScalingConfigurationRequestInstanceTypeOverrides extends $tea.Model
|
|
|
10357
11592
|
}
|
|
10358
11593
|
}
|
|
10359
11594
|
exports.ModifyScalingConfigurationRequestInstanceTypeOverrides = ModifyScalingConfigurationRequestInstanceTypeOverrides;
|
|
11595
|
+
class ModifyScalingConfigurationRequestNetworkInterfaces extends $tea.Model {
|
|
11596
|
+
constructor(map) {
|
|
11597
|
+
super(map);
|
|
11598
|
+
}
|
|
11599
|
+
static names() {
|
|
11600
|
+
return {
|
|
11601
|
+
instanceType: 'InstanceType',
|
|
11602
|
+
ipv6AddressCount: 'Ipv6AddressCount',
|
|
11603
|
+
networkInterfaceTrafficMode: 'NetworkInterfaceTrafficMode',
|
|
11604
|
+
securityGroupIds: 'SecurityGroupIds',
|
|
11605
|
+
};
|
|
11606
|
+
}
|
|
11607
|
+
static types() {
|
|
11608
|
+
return {
|
|
11609
|
+
instanceType: 'string',
|
|
11610
|
+
ipv6AddressCount: 'number',
|
|
11611
|
+
networkInterfaceTrafficMode: 'string',
|
|
11612
|
+
securityGroupIds: { 'type': 'array', 'itemType': 'string' },
|
|
11613
|
+
};
|
|
11614
|
+
}
|
|
11615
|
+
}
|
|
11616
|
+
exports.ModifyScalingConfigurationRequestNetworkInterfaces = ModifyScalingConfigurationRequestNetworkInterfaces;
|
|
10360
11617
|
class ModifyScalingConfigurationRequestSpotPriceLimits extends $tea.Model {
|
|
10361
11618
|
constructor(map) {
|
|
10362
11619
|
super(map);
|
|
@@ -10551,6 +11808,28 @@ class ModifyScalingConfigurationShrinkRequestInstanceTypeOverrides extends $tea.
|
|
|
10551
11808
|
}
|
|
10552
11809
|
}
|
|
10553
11810
|
exports.ModifyScalingConfigurationShrinkRequestInstanceTypeOverrides = ModifyScalingConfigurationShrinkRequestInstanceTypeOverrides;
|
|
11811
|
+
class ModifyScalingConfigurationShrinkRequestNetworkInterfaces extends $tea.Model {
|
|
11812
|
+
constructor(map) {
|
|
11813
|
+
super(map);
|
|
11814
|
+
}
|
|
11815
|
+
static names() {
|
|
11816
|
+
return {
|
|
11817
|
+
instanceType: 'InstanceType',
|
|
11818
|
+
ipv6AddressCount: 'Ipv6AddressCount',
|
|
11819
|
+
networkInterfaceTrafficMode: 'NetworkInterfaceTrafficMode',
|
|
11820
|
+
securityGroupIds: 'SecurityGroupIds',
|
|
11821
|
+
};
|
|
11822
|
+
}
|
|
11823
|
+
static types() {
|
|
11824
|
+
return {
|
|
11825
|
+
instanceType: 'string',
|
|
11826
|
+
ipv6AddressCount: 'number',
|
|
11827
|
+
networkInterfaceTrafficMode: 'string',
|
|
11828
|
+
securityGroupIds: { 'type': 'array', 'itemType': 'string' },
|
|
11829
|
+
};
|
|
11830
|
+
}
|
|
11831
|
+
}
|
|
11832
|
+
exports.ModifyScalingConfigurationShrinkRequestNetworkInterfaces = ModifyScalingConfigurationShrinkRequestNetworkInterfaces;
|
|
10554
11833
|
class ModifyScalingConfigurationShrinkRequestSpotPriceLimits extends $tea.Model {
|
|
10555
11834
|
constructor(map) {
|
|
10556
11835
|
super(map);
|
|
@@ -10627,6 +11906,24 @@ class ModifyScalingRuleRequestStepAdjustments extends $tea.Model {
|
|
|
10627
11906
|
}
|
|
10628
11907
|
}
|
|
10629
11908
|
exports.ModifyScalingRuleRequestStepAdjustments = ModifyScalingRuleRequestStepAdjustments;
|
|
11909
|
+
class ScaleWithAdjustmentRequestLifecycleHookContext extends $tea.Model {
|
|
11910
|
+
constructor(map) {
|
|
11911
|
+
super(map);
|
|
11912
|
+
}
|
|
11913
|
+
static names() {
|
|
11914
|
+
return {
|
|
11915
|
+
disableLifecycleHook: 'DisableLifecycleHook',
|
|
11916
|
+
ignoredLifecycleHookIds: 'IgnoredLifecycleHookIds',
|
|
11917
|
+
};
|
|
11918
|
+
}
|
|
11919
|
+
static types() {
|
|
11920
|
+
return {
|
|
11921
|
+
disableLifecycleHook: 'boolean',
|
|
11922
|
+
ignoredLifecycleHookIds: { 'type': 'array', 'itemType': 'string' },
|
|
11923
|
+
};
|
|
11924
|
+
}
|
|
11925
|
+
}
|
|
11926
|
+
exports.ScaleWithAdjustmentRequestLifecycleHookContext = ScaleWithAdjustmentRequestLifecycleHookContext;
|
|
10630
11927
|
class ScaleWithAdjustmentRequestOverridesContainerOverridesEnvironmentVars extends $tea.Model {
|
|
10631
11928
|
constructor(map) {
|
|
10632
11929
|
super(map);
|
|
@@ -10773,6 +12070,44 @@ class Client extends openapi_client_1.default {
|
|
|
10773
12070
|
}
|
|
10774
12071
|
return endpoint_util_1.default.getEndpointRules(productId, regionId, endpointRule, network, suffix);
|
|
10775
12072
|
}
|
|
12073
|
+
async applyEciScalingConfigurationWithOptions(request, runtime) {
|
|
12074
|
+
tea_util_1.default.validateModel(request);
|
|
12075
|
+
let query = {};
|
|
12076
|
+
if (!tea_util_1.default.isUnset(request.content)) {
|
|
12077
|
+
query["Content"] = request.content;
|
|
12078
|
+
}
|
|
12079
|
+
if (!tea_util_1.default.isUnset(request.format)) {
|
|
12080
|
+
query["Format"] = request.format;
|
|
12081
|
+
}
|
|
12082
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
12083
|
+
query["RegionId"] = request.regionId;
|
|
12084
|
+
}
|
|
12085
|
+
if (!tea_util_1.default.isUnset(request.scalingConfigurationId)) {
|
|
12086
|
+
query["ScalingConfigurationId"] = request.scalingConfigurationId;
|
|
12087
|
+
}
|
|
12088
|
+
if (!tea_util_1.default.isUnset(request.scalingGroupId)) {
|
|
12089
|
+
query["ScalingGroupId"] = request.scalingGroupId;
|
|
12090
|
+
}
|
|
12091
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
12092
|
+
query: openapi_util_1.default.query(query),
|
|
12093
|
+
});
|
|
12094
|
+
let params = new $OpenApi.Params({
|
|
12095
|
+
action: "ApplyEciScalingConfiguration",
|
|
12096
|
+
version: "2022-02-22",
|
|
12097
|
+
protocol: "HTTPS",
|
|
12098
|
+
pathname: "/",
|
|
12099
|
+
method: "POST",
|
|
12100
|
+
authType: "AK",
|
|
12101
|
+
style: "RPC",
|
|
12102
|
+
reqBodyType: "formData",
|
|
12103
|
+
bodyType: "json",
|
|
12104
|
+
});
|
|
12105
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ApplyEciScalingConfigurationResponse({}));
|
|
12106
|
+
}
|
|
12107
|
+
async applyEciScalingConfiguration(request) {
|
|
12108
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
12109
|
+
return await this.applyEciScalingConfigurationWithOptions(request, runtime);
|
|
12110
|
+
}
|
|
10776
12111
|
async applyScalingGroupWithOptions(request, runtime) {
|
|
10777
12112
|
tea_util_1.default.validateModel(request);
|
|
10778
12113
|
let query = {};
|
|
@@ -11828,6 +13163,9 @@ class Client extends openapi_client_1.default {
|
|
|
11828
13163
|
if (!tea_util_1.default.isUnset(request.memory)) {
|
|
11829
13164
|
query["Memory"] = request.memory;
|
|
11830
13165
|
}
|
|
13166
|
+
if (!tea_util_1.default.isUnset(request.networkInterfaces)) {
|
|
13167
|
+
query["NetworkInterfaces"] = request.networkInterfaces;
|
|
13168
|
+
}
|
|
11831
13169
|
if (!tea_util_1.default.isUnset(request.ownerAccount)) {
|
|
11832
13170
|
query["OwnerAccount"] = request.ownerAccount;
|
|
11833
13171
|
}
|
|
@@ -12812,6 +14150,41 @@ class Client extends openapi_client_1.default {
|
|
|
12812
14150
|
let runtime = new $Util.RuntimeOptions({});
|
|
12813
14151
|
return await this.describeAlarmsWithOptions(request, runtime);
|
|
12814
14152
|
}
|
|
14153
|
+
async describeEciScalingConfigurationDetailWithOptions(request, runtime) {
|
|
14154
|
+
tea_util_1.default.validateModel(request);
|
|
14155
|
+
let query = {};
|
|
14156
|
+
if (!tea_util_1.default.isUnset(request.outputFormat)) {
|
|
14157
|
+
query["OutputFormat"] = request.outputFormat;
|
|
14158
|
+
}
|
|
14159
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
14160
|
+
query["RegionId"] = request.regionId;
|
|
14161
|
+
}
|
|
14162
|
+
if (!tea_util_1.default.isUnset(request.scalingConfigurationId)) {
|
|
14163
|
+
query["ScalingConfigurationId"] = request.scalingConfigurationId;
|
|
14164
|
+
}
|
|
14165
|
+
if (!tea_util_1.default.isUnset(request.scalingGroupId)) {
|
|
14166
|
+
query["ScalingGroupId"] = request.scalingGroupId;
|
|
14167
|
+
}
|
|
14168
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
14169
|
+
query: openapi_util_1.default.query(query),
|
|
14170
|
+
});
|
|
14171
|
+
let params = new $OpenApi.Params({
|
|
14172
|
+
action: "DescribeEciScalingConfigurationDetail",
|
|
14173
|
+
version: "2022-02-22",
|
|
14174
|
+
protocol: "HTTPS",
|
|
14175
|
+
pathname: "/",
|
|
14176
|
+
method: "POST",
|
|
14177
|
+
authType: "AK",
|
|
14178
|
+
style: "RPC",
|
|
14179
|
+
reqBodyType: "formData",
|
|
14180
|
+
bodyType: "json",
|
|
14181
|
+
});
|
|
14182
|
+
return $tea.cast(await this.callApi(params, req, runtime), new DescribeEciScalingConfigurationDetailResponse({}));
|
|
14183
|
+
}
|
|
14184
|
+
async describeEciScalingConfigurationDetail(request) {
|
|
14185
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
14186
|
+
return await this.describeEciScalingConfigurationDetailWithOptions(request, runtime);
|
|
14187
|
+
}
|
|
12815
14188
|
async describeEciScalingConfigurationsWithOptions(request, runtime) {
|
|
12816
14189
|
tea_util_1.default.validateModel(request);
|
|
12817
14190
|
let query = {};
|
|
@@ -13266,6 +14639,41 @@ class Client extends openapi_client_1.default {
|
|
|
13266
14639
|
let runtime = new $Util.RuntimeOptions({});
|
|
13267
14640
|
return await this.describeScalingConfigurationsWithOptions(request, runtime);
|
|
13268
14641
|
}
|
|
14642
|
+
async describeScalingGroupDetailWithOptions(request, runtime) {
|
|
14643
|
+
tea_util_1.default.validateModel(request);
|
|
14644
|
+
let query = {};
|
|
14645
|
+
if (!tea_util_1.default.isUnset(request.outputFormat)) {
|
|
14646
|
+
query["OutputFormat"] = request.outputFormat;
|
|
14647
|
+
}
|
|
14648
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
14649
|
+
query["OwnerId"] = request.ownerId;
|
|
14650
|
+
}
|
|
14651
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
14652
|
+
query["RegionId"] = request.regionId;
|
|
14653
|
+
}
|
|
14654
|
+
if (!tea_util_1.default.isUnset(request.scalingGroupId)) {
|
|
14655
|
+
query["ScalingGroupId"] = request.scalingGroupId;
|
|
14656
|
+
}
|
|
14657
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
14658
|
+
query: openapi_util_1.default.query(query),
|
|
14659
|
+
});
|
|
14660
|
+
let params = new $OpenApi.Params({
|
|
14661
|
+
action: "DescribeScalingGroupDetail",
|
|
14662
|
+
version: "2022-02-22",
|
|
14663
|
+
protocol: "HTTPS",
|
|
14664
|
+
pathname: "/",
|
|
14665
|
+
method: "POST",
|
|
14666
|
+
authType: "AK",
|
|
14667
|
+
style: "RPC",
|
|
14668
|
+
reqBodyType: "formData",
|
|
14669
|
+
bodyType: "json",
|
|
14670
|
+
});
|
|
14671
|
+
return $tea.cast(await this.callApi(params, req, runtime), new DescribeScalingGroupDetailResponse({}));
|
|
14672
|
+
}
|
|
14673
|
+
async describeScalingGroupDetail(request) {
|
|
14674
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
14675
|
+
return await this.describeScalingGroupDetailWithOptions(request, runtime);
|
|
14676
|
+
}
|
|
13269
14677
|
async describeScalingGroupsWithOptions(request, runtime) {
|
|
13270
14678
|
tea_util_1.default.validateModel(request);
|
|
13271
14679
|
let query = {};
|
|
@@ -14620,6 +16028,47 @@ class Client extends openapi_client_1.default {
|
|
|
14620
16028
|
let runtime = new $Util.RuntimeOptions({});
|
|
14621
16029
|
return await this.modifyEciScalingConfigurationWithOptions(request, runtime);
|
|
14622
16030
|
}
|
|
16031
|
+
async modifyInstanceAttributeWithOptions(request, runtime) {
|
|
16032
|
+
tea_util_1.default.validateModel(request);
|
|
16033
|
+
let query = {};
|
|
16034
|
+
if (!tea_util_1.default.isUnset(request.entrusted)) {
|
|
16035
|
+
query["Entrusted"] = request.entrusted;
|
|
16036
|
+
}
|
|
16037
|
+
if (!tea_util_1.default.isUnset(request.instanceId)) {
|
|
16038
|
+
query["InstanceId"] = request.instanceId;
|
|
16039
|
+
}
|
|
16040
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
16041
|
+
query["OwnerId"] = request.ownerId;
|
|
16042
|
+
}
|
|
16043
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
16044
|
+
query["RegionId"] = request.regionId;
|
|
16045
|
+
}
|
|
16046
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
16047
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
16048
|
+
}
|
|
16049
|
+
if (!tea_util_1.default.isUnset(request.scalingGroupId)) {
|
|
16050
|
+
query["ScalingGroupId"] = request.scalingGroupId;
|
|
16051
|
+
}
|
|
16052
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
16053
|
+
query: openapi_util_1.default.query(query),
|
|
16054
|
+
});
|
|
16055
|
+
let params = new $OpenApi.Params({
|
|
16056
|
+
action: "ModifyInstanceAttribute",
|
|
16057
|
+
version: "2022-02-22",
|
|
16058
|
+
protocol: "HTTPS",
|
|
16059
|
+
pathname: "/",
|
|
16060
|
+
method: "POST",
|
|
16061
|
+
authType: "AK",
|
|
16062
|
+
style: "RPC",
|
|
16063
|
+
reqBodyType: "formData",
|
|
16064
|
+
bodyType: "json",
|
|
16065
|
+
});
|
|
16066
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ModifyInstanceAttributeResponse({}));
|
|
16067
|
+
}
|
|
16068
|
+
async modifyInstanceAttribute(request) {
|
|
16069
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
16070
|
+
return await this.modifyInstanceAttributeWithOptions(request, runtime);
|
|
16071
|
+
}
|
|
14623
16072
|
/**
|
|
14624
16073
|
* You can use one of the following methods to specify the lifecycle hook that you want to modify:
|
|
14625
16074
|
* * Specify the lifecycle hook ID by using the LifecycleHookId parameter. When you use this method, the ScalingGroupId and LifecycleHookName parameters are ignored.
|
|
@@ -14830,6 +16279,9 @@ class Client extends openapi_client_1.default {
|
|
|
14830
16279
|
if (!tea_util_1.default.isUnset(request.memory)) {
|
|
14831
16280
|
query["Memory"] = request.memory;
|
|
14832
16281
|
}
|
|
16282
|
+
if (!tea_util_1.default.isUnset(request.networkInterfaces)) {
|
|
16283
|
+
query["NetworkInterfaces"] = request.networkInterfaces;
|
|
16284
|
+
}
|
|
14833
16285
|
if (!tea_util_1.default.isUnset(request.override)) {
|
|
14834
16286
|
query["Override"] = request.override;
|
|
14835
16287
|
}
|
|
@@ -15036,6 +16488,9 @@ class Client extends openapi_client_1.default {
|
|
|
15036
16488
|
if (!tea_util_1.default.isUnset(request.scalingGroupName)) {
|
|
15037
16489
|
query["ScalingGroupName"] = request.scalingGroupName;
|
|
15038
16490
|
}
|
|
16491
|
+
if (!tea_util_1.default.isUnset(request.scalingPolicy)) {
|
|
16492
|
+
query["ScalingPolicy"] = request.scalingPolicy;
|
|
16493
|
+
}
|
|
15039
16494
|
if (!tea_util_1.default.isUnset(request.spotAllocationStrategy)) {
|
|
15040
16495
|
query["SpotAllocationStrategy"] = request.spotAllocationStrategy;
|
|
15041
16496
|
}
|
|
@@ -15483,10 +16938,16 @@ class Client extends openapi_client_1.default {
|
|
|
15483
16938
|
tea_util_1.default.validateModel(tmpReq);
|
|
15484
16939
|
let request = new ScaleWithAdjustmentShrinkRequest({});
|
|
15485
16940
|
openapi_util_1.default.convert(tmpReq, request);
|
|
16941
|
+
if (!tea_util_1.default.isUnset(tmpReq.lifecycleHookContext)) {
|
|
16942
|
+
request.lifecycleHookContextShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpReq.lifecycleHookContext, "LifecycleHookContext", "json");
|
|
16943
|
+
}
|
|
15486
16944
|
if (!tea_util_1.default.isUnset(tmpReq.overrides)) {
|
|
15487
16945
|
request.overridesShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpReq.overrides, "Overrides", "json");
|
|
15488
16946
|
}
|
|
15489
16947
|
let query = {};
|
|
16948
|
+
if (!tea_util_1.default.isUnset(request.activityMetadata)) {
|
|
16949
|
+
query["ActivityMetadata"] = request.activityMetadata;
|
|
16950
|
+
}
|
|
15490
16951
|
if (!tea_util_1.default.isUnset(request.adjustmentType)) {
|
|
15491
16952
|
query["AdjustmentType"] = request.adjustmentType;
|
|
15492
16953
|
}
|
|
@@ -15496,6 +16957,9 @@ class Client extends openapi_client_1.default {
|
|
|
15496
16957
|
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
15497
16958
|
query["ClientToken"] = request.clientToken;
|
|
15498
16959
|
}
|
|
16960
|
+
if (!tea_util_1.default.isUnset(request.lifecycleHookContextShrink)) {
|
|
16961
|
+
query["LifecycleHookContext"] = request.lifecycleHookContextShrink;
|
|
16962
|
+
}
|
|
15499
16963
|
if (!tea_util_1.default.isUnset(request.minAdjustmentMagnitude)) {
|
|
15500
16964
|
query["MinAdjustmentMagnitude"] = request.minAdjustmentMagnitude;
|
|
15501
16965
|
}
|