@alicloud/ess20220222 1.1.2 → 1.2.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 +833 -79
- package/dist/client.js +1683 -345
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +2240 -497
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.ModifyScalingConfigurationShrinkRequestInstanceTypeOverrides = exports.ModifyScalingConfigurationShrinkRequestInstancePatternInfos = exports.ModifyScalingConfigurationShrinkRequestDataDisks = exports.ModifyScalingConfigurationShrinkRequestCustomPriorities = exports.ModifyScalingConfigurationShrinkRequestSystemDisk = exports.ModifyScalingConfigurationShrinkRequestPrivatePoolOptions = exports.ModifyScalingConfigurationShrinkRequestImageOptions = exports.ModifyScalingConfigurationRequestSpotPriceLimits = 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.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.CreateScalingConfigurationShrinkRequestInstanceTypeOverrides = exports.CreateScalingConfigurationShrinkRequestInstancePatternInfos = exports.CreateScalingConfigurationShrinkRequestDataDisks = exports.CreateScalingConfigurationShrinkRequestCustomPriorities = exports.CreateScalingConfigurationShrinkRequestSystemDisk = exports.CreateScalingConfigurationShrinkRequestPrivatePoolOptions = exports.CreateScalingConfigurationShrinkRequestImageOptions = exports.CreateScalingConfigurationRequestSpotPriceLimits = 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);
|
|
@@ -2217,6 +2292,68 @@ class DescribeAlarmsResponse extends $tea.Model {
|
|
|
2217
2292
|
}
|
|
2218
2293
|
}
|
|
2219
2294
|
exports.DescribeAlarmsResponse = DescribeAlarmsResponse;
|
|
2295
|
+
class DescribeEciScalingConfigurationDetailRequest extends $tea.Model {
|
|
2296
|
+
constructor(map) {
|
|
2297
|
+
super(map);
|
|
2298
|
+
}
|
|
2299
|
+
static names() {
|
|
2300
|
+
return {
|
|
2301
|
+
outputFormat: 'OutputFormat',
|
|
2302
|
+
regionId: 'RegionId',
|
|
2303
|
+
scalingConfigurationId: 'ScalingConfigurationId',
|
|
2304
|
+
scalingGroupId: 'ScalingGroupId',
|
|
2305
|
+
};
|
|
2306
|
+
}
|
|
2307
|
+
static types() {
|
|
2308
|
+
return {
|
|
2309
|
+
outputFormat: 'string',
|
|
2310
|
+
regionId: 'string',
|
|
2311
|
+
scalingConfigurationId: 'string',
|
|
2312
|
+
scalingGroupId: 'string',
|
|
2313
|
+
};
|
|
2314
|
+
}
|
|
2315
|
+
}
|
|
2316
|
+
exports.DescribeEciScalingConfigurationDetailRequest = DescribeEciScalingConfigurationDetailRequest;
|
|
2317
|
+
class DescribeEciScalingConfigurationDetailResponseBody extends $tea.Model {
|
|
2318
|
+
constructor(map) {
|
|
2319
|
+
super(map);
|
|
2320
|
+
}
|
|
2321
|
+
static names() {
|
|
2322
|
+
return {
|
|
2323
|
+
output: 'Output',
|
|
2324
|
+
requestId: 'RequestId',
|
|
2325
|
+
scalingConfiguration: 'ScalingConfiguration',
|
|
2326
|
+
};
|
|
2327
|
+
}
|
|
2328
|
+
static types() {
|
|
2329
|
+
return {
|
|
2330
|
+
output: 'string',
|
|
2331
|
+
requestId: 'string',
|
|
2332
|
+
scalingConfiguration: DescribeEciScalingConfigurationDetailResponseBodyScalingConfiguration,
|
|
2333
|
+
};
|
|
2334
|
+
}
|
|
2335
|
+
}
|
|
2336
|
+
exports.DescribeEciScalingConfigurationDetailResponseBody = DescribeEciScalingConfigurationDetailResponseBody;
|
|
2337
|
+
class DescribeEciScalingConfigurationDetailResponse extends $tea.Model {
|
|
2338
|
+
constructor(map) {
|
|
2339
|
+
super(map);
|
|
2340
|
+
}
|
|
2341
|
+
static names() {
|
|
2342
|
+
return {
|
|
2343
|
+
headers: 'headers',
|
|
2344
|
+
statusCode: 'statusCode',
|
|
2345
|
+
body: 'body',
|
|
2346
|
+
};
|
|
2347
|
+
}
|
|
2348
|
+
static types() {
|
|
2349
|
+
return {
|
|
2350
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2351
|
+
statusCode: 'number',
|
|
2352
|
+
body: DescribeEciScalingConfigurationDetailResponseBody,
|
|
2353
|
+
};
|
|
2354
|
+
}
|
|
2355
|
+
}
|
|
2356
|
+
exports.DescribeEciScalingConfigurationDetailResponse = DescribeEciScalingConfigurationDetailResponse;
|
|
2220
2357
|
class DescribeEciScalingConfigurationsRequest extends $tea.Model {
|
|
2221
2358
|
constructor(map) {
|
|
2222
2359
|
super(map);
|
|
@@ -2919,6 +3056,68 @@ class DescribeScalingConfigurationsResponse extends $tea.Model {
|
|
|
2919
3056
|
}
|
|
2920
3057
|
}
|
|
2921
3058
|
exports.DescribeScalingConfigurationsResponse = DescribeScalingConfigurationsResponse;
|
|
3059
|
+
class DescribeScalingGroupDetailRequest extends $tea.Model {
|
|
3060
|
+
constructor(map) {
|
|
3061
|
+
super(map);
|
|
3062
|
+
}
|
|
3063
|
+
static names() {
|
|
3064
|
+
return {
|
|
3065
|
+
outputFormat: 'OutputFormat',
|
|
3066
|
+
ownerId: 'OwnerId',
|
|
3067
|
+
regionId: 'RegionId',
|
|
3068
|
+
scalingGroupId: 'ScalingGroupId',
|
|
3069
|
+
};
|
|
3070
|
+
}
|
|
3071
|
+
static types() {
|
|
3072
|
+
return {
|
|
3073
|
+
outputFormat: 'string',
|
|
3074
|
+
ownerId: 'number',
|
|
3075
|
+
regionId: 'string',
|
|
3076
|
+
scalingGroupId: 'string',
|
|
3077
|
+
};
|
|
3078
|
+
}
|
|
3079
|
+
}
|
|
3080
|
+
exports.DescribeScalingGroupDetailRequest = DescribeScalingGroupDetailRequest;
|
|
3081
|
+
class DescribeScalingGroupDetailResponseBody extends $tea.Model {
|
|
3082
|
+
constructor(map) {
|
|
3083
|
+
super(map);
|
|
3084
|
+
}
|
|
3085
|
+
static names() {
|
|
3086
|
+
return {
|
|
3087
|
+
output: 'Output',
|
|
3088
|
+
requestId: 'RequestId',
|
|
3089
|
+
scalingGroup: 'ScalingGroup',
|
|
3090
|
+
};
|
|
3091
|
+
}
|
|
3092
|
+
static types() {
|
|
3093
|
+
return {
|
|
3094
|
+
output: 'string',
|
|
3095
|
+
requestId: 'string',
|
|
3096
|
+
scalingGroup: DescribeScalingGroupDetailResponseBodyScalingGroup,
|
|
3097
|
+
};
|
|
3098
|
+
}
|
|
3099
|
+
}
|
|
3100
|
+
exports.DescribeScalingGroupDetailResponseBody = DescribeScalingGroupDetailResponseBody;
|
|
3101
|
+
class DescribeScalingGroupDetailResponse extends $tea.Model {
|
|
3102
|
+
constructor(map) {
|
|
3103
|
+
super(map);
|
|
3104
|
+
}
|
|
3105
|
+
static names() {
|
|
3106
|
+
return {
|
|
3107
|
+
headers: 'headers',
|
|
3108
|
+
statusCode: 'statusCode',
|
|
3109
|
+
body: 'body',
|
|
3110
|
+
};
|
|
3111
|
+
}
|
|
3112
|
+
static types() {
|
|
3113
|
+
return {
|
|
3114
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3115
|
+
statusCode: 'number',
|
|
3116
|
+
body: DescribeScalingGroupDetailResponseBody,
|
|
3117
|
+
};
|
|
3118
|
+
}
|
|
3119
|
+
}
|
|
3120
|
+
exports.DescribeScalingGroupDetailResponse = DescribeScalingGroupDetailResponse;
|
|
2922
3121
|
class DescribeScalingGroupsRequest extends $tea.Model {
|
|
2923
3122
|
constructor(map) {
|
|
2924
3123
|
super(map);
|
|
@@ -4555,6 +4754,68 @@ class ModifyEciScalingConfigurationResponse extends $tea.Model {
|
|
|
4555
4754
|
}
|
|
4556
4755
|
}
|
|
4557
4756
|
exports.ModifyEciScalingConfigurationResponse = ModifyEciScalingConfigurationResponse;
|
|
4757
|
+
class ModifyInstanceAttributeRequest extends $tea.Model {
|
|
4758
|
+
constructor(map) {
|
|
4759
|
+
super(map);
|
|
4760
|
+
}
|
|
4761
|
+
static names() {
|
|
4762
|
+
return {
|
|
4763
|
+
entrusted: 'Entrusted',
|
|
4764
|
+
instanceId: 'InstanceId',
|
|
4765
|
+
ownerId: 'OwnerId',
|
|
4766
|
+
regionId: 'RegionId',
|
|
4767
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
4768
|
+
scalingGroupId: 'ScalingGroupId',
|
|
4769
|
+
};
|
|
4770
|
+
}
|
|
4771
|
+
static types() {
|
|
4772
|
+
return {
|
|
4773
|
+
entrusted: 'boolean',
|
|
4774
|
+
instanceId: 'string',
|
|
4775
|
+
ownerId: 'number',
|
|
4776
|
+
regionId: 'string',
|
|
4777
|
+
resourceOwnerAccount: 'string',
|
|
4778
|
+
scalingGroupId: 'string',
|
|
4779
|
+
};
|
|
4780
|
+
}
|
|
4781
|
+
}
|
|
4782
|
+
exports.ModifyInstanceAttributeRequest = ModifyInstanceAttributeRequest;
|
|
4783
|
+
class ModifyInstanceAttributeResponseBody extends $tea.Model {
|
|
4784
|
+
constructor(map) {
|
|
4785
|
+
super(map);
|
|
4786
|
+
}
|
|
4787
|
+
static names() {
|
|
4788
|
+
return {
|
|
4789
|
+
requestId: 'RequestId',
|
|
4790
|
+
};
|
|
4791
|
+
}
|
|
4792
|
+
static types() {
|
|
4793
|
+
return {
|
|
4794
|
+
requestId: 'string',
|
|
4795
|
+
};
|
|
4796
|
+
}
|
|
4797
|
+
}
|
|
4798
|
+
exports.ModifyInstanceAttributeResponseBody = ModifyInstanceAttributeResponseBody;
|
|
4799
|
+
class ModifyInstanceAttributeResponse extends $tea.Model {
|
|
4800
|
+
constructor(map) {
|
|
4801
|
+
super(map);
|
|
4802
|
+
}
|
|
4803
|
+
static names() {
|
|
4804
|
+
return {
|
|
4805
|
+
headers: 'headers',
|
|
4806
|
+
statusCode: 'statusCode',
|
|
4807
|
+
body: 'body',
|
|
4808
|
+
};
|
|
4809
|
+
}
|
|
4810
|
+
static types() {
|
|
4811
|
+
return {
|
|
4812
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4813
|
+
statusCode: 'number',
|
|
4814
|
+
body: ModifyInstanceAttributeResponseBody,
|
|
4815
|
+
};
|
|
4816
|
+
}
|
|
4817
|
+
}
|
|
4818
|
+
exports.ModifyInstanceAttributeResponse = ModifyInstanceAttributeResponse;
|
|
4558
4819
|
class ModifyLifecycleHookRequest extends $tea.Model {
|
|
4559
4820
|
constructor(map) {
|
|
4560
4821
|
super(map);
|
|
@@ -4994,6 +5255,7 @@ class ModifyScalingGroupRequest extends $tea.Model {
|
|
|
4994
5255
|
resourceOwnerId: 'ResourceOwnerId',
|
|
4995
5256
|
scalingGroupId: 'ScalingGroupId',
|
|
4996
5257
|
scalingGroupName: 'ScalingGroupName',
|
|
5258
|
+
scalingPolicy: 'ScalingPolicy',
|
|
4997
5259
|
spotAllocationStrategy: 'SpotAllocationStrategy',
|
|
4998
5260
|
spotInstancePools: 'SpotInstancePools',
|
|
4999
5261
|
spotInstanceRemedy: 'SpotInstanceRemedy',
|
|
@@ -5029,6 +5291,7 @@ class ModifyScalingGroupRequest extends $tea.Model {
|
|
|
5029
5291
|
resourceOwnerId: 'number',
|
|
5030
5292
|
scalingGroupId: 'string',
|
|
5031
5293
|
scalingGroupName: 'string',
|
|
5294
|
+
scalingPolicy: 'string',
|
|
5032
5295
|
spotAllocationStrategy: 'string',
|
|
5033
5296
|
spotInstancePools: 'number',
|
|
5034
5297
|
spotInstanceRemedy: 'boolean',
|
|
@@ -5523,9 +5786,11 @@ class ScaleWithAdjustmentRequest extends $tea.Model {
|
|
|
5523
5786
|
}
|
|
5524
5787
|
static names() {
|
|
5525
5788
|
return {
|
|
5789
|
+
activityMetadata: 'ActivityMetadata',
|
|
5526
5790
|
adjustmentType: 'AdjustmentType',
|
|
5527
5791
|
adjustmentValue: 'AdjustmentValue',
|
|
5528
5792
|
clientToken: 'ClientToken',
|
|
5793
|
+
lifecycleHookContext: 'LifecycleHookContext',
|
|
5529
5794
|
minAdjustmentMagnitude: 'MinAdjustmentMagnitude',
|
|
5530
5795
|
overrides: 'Overrides',
|
|
5531
5796
|
ownerId: 'OwnerId',
|
|
@@ -5536,9 +5801,11 @@ class ScaleWithAdjustmentRequest extends $tea.Model {
|
|
|
5536
5801
|
}
|
|
5537
5802
|
static types() {
|
|
5538
5803
|
return {
|
|
5804
|
+
activityMetadata: 'string',
|
|
5539
5805
|
adjustmentType: 'string',
|
|
5540
5806
|
adjustmentValue: 'number',
|
|
5541
5807
|
clientToken: 'string',
|
|
5808
|
+
lifecycleHookContext: ScaleWithAdjustmentRequestLifecycleHookContext,
|
|
5542
5809
|
minAdjustmentMagnitude: 'number',
|
|
5543
5810
|
overrides: ScaleWithAdjustmentRequestOverrides,
|
|
5544
5811
|
ownerId: 'number',
|
|
@@ -5555,9 +5822,11 @@ class ScaleWithAdjustmentShrinkRequest extends $tea.Model {
|
|
|
5555
5822
|
}
|
|
5556
5823
|
static names() {
|
|
5557
5824
|
return {
|
|
5825
|
+
activityMetadata: 'ActivityMetadata',
|
|
5558
5826
|
adjustmentType: 'AdjustmentType',
|
|
5559
5827
|
adjustmentValue: 'AdjustmentValue',
|
|
5560
5828
|
clientToken: 'ClientToken',
|
|
5829
|
+
lifecycleHookContextShrink: 'LifecycleHookContext',
|
|
5561
5830
|
minAdjustmentMagnitude: 'MinAdjustmentMagnitude',
|
|
5562
5831
|
overridesShrink: 'Overrides',
|
|
5563
5832
|
ownerId: 'OwnerId',
|
|
@@ -5568,9 +5837,11 @@ class ScaleWithAdjustmentShrinkRequest extends $tea.Model {
|
|
|
5568
5837
|
}
|
|
5569
5838
|
static types() {
|
|
5570
5839
|
return {
|
|
5840
|
+
activityMetadata: 'string',
|
|
5571
5841
|
adjustmentType: 'string',
|
|
5572
5842
|
adjustmentValue: 'number',
|
|
5573
5843
|
clientToken: 'string',
|
|
5844
|
+
lifecycleHookContextShrink: 'string',
|
|
5574
5845
|
minAdjustmentMagnitude: 'number',
|
|
5575
5846
|
overridesShrink: 'string',
|
|
5576
5847
|
ownerId: 'number',
|
|
@@ -7667,7 +7938,7 @@ class DescribeAlarmsResponseBodyAlarmList extends $tea.Model {
|
|
|
7667
7938
|
}
|
|
7668
7939
|
}
|
|
7669
7940
|
exports.DescribeAlarmsResponseBodyAlarmList = DescribeAlarmsResponseBodyAlarmList;
|
|
7670
|
-
class
|
|
7941
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationAcrRegistryInfos extends $tea.Model {
|
|
7671
7942
|
constructor(map) {
|
|
7672
7943
|
super(map);
|
|
7673
7944
|
}
|
|
@@ -7688,8 +7959,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsAcrRegist
|
|
|
7688
7959
|
};
|
|
7689
7960
|
}
|
|
7690
7961
|
}
|
|
7691
|
-
exports.
|
|
7692
|
-
class
|
|
7962
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationAcrRegistryInfos = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationAcrRegistryInfos;
|
|
7963
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersEnvironmentVars extends $tea.Model {
|
|
7693
7964
|
constructor(map) {
|
|
7694
7965
|
super(map);
|
|
7695
7966
|
}
|
|
@@ -7708,8 +7979,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainer
|
|
|
7708
7979
|
};
|
|
7709
7980
|
}
|
|
7710
7981
|
}
|
|
7711
|
-
exports.
|
|
7712
|
-
class
|
|
7982
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersEnvironmentVars = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersEnvironmentVars;
|
|
7983
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersPorts extends $tea.Model {
|
|
7713
7984
|
constructor(map) {
|
|
7714
7985
|
super(map);
|
|
7715
7986
|
}
|
|
@@ -7726,8 +7997,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainer
|
|
|
7726
7997
|
};
|
|
7727
7998
|
}
|
|
7728
7999
|
}
|
|
7729
|
-
exports.
|
|
7730
|
-
class
|
|
8000
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersPorts = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersPorts;
|
|
8001
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersVolumeMounts extends $tea.Model {
|
|
7731
8002
|
constructor(map) {
|
|
7732
8003
|
super(map);
|
|
7733
8004
|
}
|
|
@@ -7750,8 +8021,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainer
|
|
|
7750
8021
|
};
|
|
7751
8022
|
}
|
|
7752
8023
|
}
|
|
7753
|
-
exports.
|
|
7754
|
-
class
|
|
8024
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersVolumeMounts = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersVolumeMounts;
|
|
8025
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainers extends $tea.Model {
|
|
7755
8026
|
constructor(map) {
|
|
7756
8027
|
super(map);
|
|
7757
8028
|
}
|
|
@@ -7816,7 +8087,7 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainer
|
|
|
7816
8087
|
args: { 'type': 'array', 'itemType': 'string' },
|
|
7817
8088
|
commands: { 'type': 'array', 'itemType': 'string' },
|
|
7818
8089
|
cpu: 'number',
|
|
7819
|
-
environmentVars: { 'type': 'array', 'itemType':
|
|
8090
|
+
environmentVars: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersEnvironmentVars },
|
|
7820
8091
|
gpu: 'number',
|
|
7821
8092
|
image: 'string',
|
|
7822
8093
|
imagePullPolicy: 'string',
|
|
@@ -7846,7 +8117,7 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainer
|
|
|
7846
8117
|
livenessProbeTimeoutSeconds: 'number',
|
|
7847
8118
|
memory: 'number',
|
|
7848
8119
|
name: 'string',
|
|
7849
|
-
ports: { 'type': 'array', 'itemType':
|
|
8120
|
+
ports: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersPorts },
|
|
7850
8121
|
readinessProbeExecCommands: { 'type': 'array', 'itemType': 'string' },
|
|
7851
8122
|
readinessProbeFailureThreshold: 'number',
|
|
7852
8123
|
readinessProbeHttpGetPath: 'string',
|
|
@@ -7863,13 +8134,13 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainer
|
|
|
7863
8134
|
stdin: 'boolean',
|
|
7864
8135
|
stdinOnce: 'boolean',
|
|
7865
8136
|
tty: 'boolean',
|
|
7866
|
-
volumeMounts: { 'type': 'array', 'itemType':
|
|
8137
|
+
volumeMounts: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainersVolumeMounts },
|
|
7867
8138
|
workingDir: 'string',
|
|
7868
8139
|
};
|
|
7869
8140
|
}
|
|
7870
8141
|
}
|
|
7871
|
-
exports.
|
|
7872
|
-
class
|
|
8142
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainers = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainers;
|
|
8143
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationDnsConfigOptions extends $tea.Model {
|
|
7873
8144
|
constructor(map) {
|
|
7874
8145
|
super(map);
|
|
7875
8146
|
}
|
|
@@ -7886,8 +8157,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsDnsConfig
|
|
|
7886
8157
|
};
|
|
7887
8158
|
}
|
|
7888
8159
|
}
|
|
7889
|
-
exports.
|
|
7890
|
-
class
|
|
8160
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationDnsConfigOptions = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationDnsConfigOptions;
|
|
8161
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationHostAliases extends $tea.Model {
|
|
7891
8162
|
constructor(map) {
|
|
7892
8163
|
super(map);
|
|
7893
8164
|
}
|
|
@@ -7904,8 +8175,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsHostAlias
|
|
|
7904
8175
|
};
|
|
7905
8176
|
}
|
|
7906
8177
|
}
|
|
7907
|
-
exports.
|
|
7908
|
-
class
|
|
8178
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationHostAliases = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationHostAliases;
|
|
8179
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationImageRegistryCredentials extends $tea.Model {
|
|
7909
8180
|
constructor(map) {
|
|
7910
8181
|
super(map);
|
|
7911
8182
|
}
|
|
@@ -7924,8 +8195,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsImageRegi
|
|
|
7924
8195
|
};
|
|
7925
8196
|
}
|
|
7926
8197
|
}
|
|
7927
|
-
exports.
|
|
7928
|
-
class
|
|
8198
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationImageRegistryCredentials = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationImageRegistryCredentials;
|
|
8199
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerEnvironmentVars extends $tea.Model {
|
|
7929
8200
|
constructor(map) {
|
|
7930
8201
|
super(map);
|
|
7931
8202
|
}
|
|
@@ -7944,8 +8215,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitConta
|
|
|
7944
8215
|
};
|
|
7945
8216
|
}
|
|
7946
8217
|
}
|
|
7947
|
-
exports.
|
|
7948
|
-
class
|
|
8218
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerEnvironmentVars = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerEnvironmentVars;
|
|
8219
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerPorts extends $tea.Model {
|
|
7949
8220
|
constructor(map) {
|
|
7950
8221
|
super(map);
|
|
7951
8222
|
}
|
|
@@ -7962,8 +8233,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitConta
|
|
|
7962
8233
|
};
|
|
7963
8234
|
}
|
|
7964
8235
|
}
|
|
7965
|
-
exports.
|
|
7966
|
-
class
|
|
8236
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerPorts = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerPorts;
|
|
8237
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerVolumeMounts extends $tea.Model {
|
|
7967
8238
|
constructor(map) {
|
|
7968
8239
|
super(map);
|
|
7969
8240
|
}
|
|
@@ -7986,8 +8257,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitConta
|
|
|
7986
8257
|
};
|
|
7987
8258
|
}
|
|
7988
8259
|
}
|
|
7989
|
-
exports.
|
|
7990
|
-
class
|
|
8260
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerVolumeMounts = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerVolumeMounts;
|
|
8261
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainers extends $tea.Model {
|
|
7991
8262
|
constructor(map) {
|
|
7992
8263
|
super(map);
|
|
7993
8264
|
}
|
|
@@ -8018,9 +8289,9 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitConta
|
|
|
8018
8289
|
imagePullPolicy: 'string',
|
|
8019
8290
|
initContainerArgs: { 'type': 'array', 'itemType': 'string' },
|
|
8020
8291
|
initContainerCommands: { 'type': 'array', 'itemType': 'string' },
|
|
8021
|
-
initContainerEnvironmentVars: { 'type': 'array', 'itemType':
|
|
8022
|
-
initContainerPorts: { 'type': 'array', 'itemType':
|
|
8023
|
-
initContainerVolumeMounts: { 'type': 'array', 'itemType':
|
|
8292
|
+
initContainerEnvironmentVars: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerEnvironmentVars },
|
|
8293
|
+
initContainerPorts: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerPorts },
|
|
8294
|
+
initContainerVolumeMounts: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainersInitContainerVolumeMounts },
|
|
8024
8295
|
memory: 'number',
|
|
8025
8296
|
name: 'string',
|
|
8026
8297
|
securityContextCapabilityAdds: { 'type': 'array', 'itemType': 'string' },
|
|
@@ -8030,8 +8301,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitConta
|
|
|
8030
8301
|
};
|
|
8031
8302
|
}
|
|
8032
8303
|
}
|
|
8033
|
-
exports.
|
|
8034
|
-
class
|
|
8304
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainers = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainers;
|
|
8305
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationSecurityContextSysCtls extends $tea.Model {
|
|
8035
8306
|
constructor(map) {
|
|
8036
8307
|
super(map);
|
|
8037
8308
|
}
|
|
@@ -8048,8 +8319,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsSecurityC
|
|
|
8048
8319
|
};
|
|
8049
8320
|
}
|
|
8050
8321
|
}
|
|
8051
|
-
exports.
|
|
8052
|
-
class
|
|
8322
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationSecurityContextSysCtls = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationSecurityContextSysCtls;
|
|
8323
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationTags extends $tea.Model {
|
|
8053
8324
|
constructor(map) {
|
|
8054
8325
|
super(map);
|
|
8055
8326
|
}
|
|
@@ -8066,8 +8337,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsTags exte
|
|
|
8066
8337
|
};
|
|
8067
8338
|
}
|
|
8068
8339
|
}
|
|
8069
|
-
exports.
|
|
8070
|
-
class
|
|
8340
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationTags = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationTags;
|
|
8341
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumesConfigFileVolumeConfigFileToPaths extends $tea.Model {
|
|
8071
8342
|
constructor(map) {
|
|
8072
8343
|
super(map);
|
|
8073
8344
|
}
|
|
@@ -8086,8 +8357,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumesCo
|
|
|
8086
8357
|
};
|
|
8087
8358
|
}
|
|
8088
8359
|
}
|
|
8089
|
-
exports.
|
|
8090
|
-
class
|
|
8360
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumesConfigFileVolumeConfigFileToPaths = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumesConfigFileVolumeConfigFileToPaths;
|
|
8361
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumes extends $tea.Model {
|
|
8091
8362
|
constructor(map) {
|
|
8092
8363
|
super(map);
|
|
8093
8364
|
}
|
|
@@ -8114,7 +8385,7 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumes e
|
|
|
8114
8385
|
}
|
|
8115
8386
|
static types() {
|
|
8116
8387
|
return {
|
|
8117
|
-
configFileVolumeConfigFileToPaths: { 'type': 'array', 'itemType':
|
|
8388
|
+
configFileVolumeConfigFileToPaths: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumesConfigFileVolumeConfigFileToPaths },
|
|
8118
8389
|
configFileVolumeDefaultMode: 'number',
|
|
8119
8390
|
diskVolumeDiskId: 'string',
|
|
8120
8391
|
diskVolumeDiskSize: 'number',
|
|
@@ -8134,8 +8405,8 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumes e
|
|
|
8134
8405
|
};
|
|
8135
8406
|
}
|
|
8136
8407
|
}
|
|
8137
|
-
exports.
|
|
8138
|
-
class
|
|
8408
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumes = DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumes;
|
|
8409
|
+
class DescribeEciScalingConfigurationDetailResponseBodyScalingConfiguration extends $tea.Model {
|
|
8139
8410
|
constructor(map) {
|
|
8140
8411
|
super(map);
|
|
8141
8412
|
}
|
|
@@ -8145,6 +8416,7 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurations extends
|
|
|
8145
8416
|
activeDeadlineSeconds: 'ActiveDeadlineSeconds',
|
|
8146
8417
|
autoCreateEip: 'AutoCreateEip',
|
|
8147
8418
|
autoMatchImageCache: 'AutoMatchImageCache',
|
|
8419
|
+
computeCategory: 'ComputeCategory',
|
|
8148
8420
|
containerGroupName: 'ContainerGroupName',
|
|
8149
8421
|
containers: 'Containers',
|
|
8150
8422
|
costOptimization: 'CostOptimization',
|
|
@@ -8163,6 +8435,9 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurations extends
|
|
|
8163
8435
|
dnsPolicy: 'DnsPolicy',
|
|
8164
8436
|
egressBandwidth: 'EgressBandwidth',
|
|
8165
8437
|
eipBandwidth: 'EipBandwidth',
|
|
8438
|
+
eipCommonBandwidthPackage: 'EipCommonBandwidthPackage',
|
|
8439
|
+
eipISP: 'EipISP',
|
|
8440
|
+
eipPublicIpAddressPoolId: 'EipPublicIpAddressPoolId',
|
|
8166
8441
|
ephemeralStorage: 'EphemeralStorage',
|
|
8167
8442
|
hostAliases: 'HostAliases',
|
|
8168
8443
|
hostName: 'HostName',
|
|
@@ -8196,12 +8471,13 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurations extends
|
|
|
8196
8471
|
}
|
|
8197
8472
|
static types() {
|
|
8198
8473
|
return {
|
|
8199
|
-
acrRegistryInfos: { 'type': 'array', 'itemType':
|
|
8474
|
+
acrRegistryInfos: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationAcrRegistryInfos },
|
|
8200
8475
|
activeDeadlineSeconds: 'number',
|
|
8201
8476
|
autoCreateEip: 'boolean',
|
|
8202
8477
|
autoMatchImageCache: 'boolean',
|
|
8478
|
+
computeCategory: { 'type': 'array', 'itemType': 'string' },
|
|
8203
8479
|
containerGroupName: 'string',
|
|
8204
|
-
containers: { 'type': 'array', 'itemType':
|
|
8480
|
+
containers: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationContainers },
|
|
8205
8481
|
costOptimization: 'boolean',
|
|
8206
8482
|
cpu: 'number',
|
|
8207
8483
|
cpuOptionsCore: 'number',
|
|
@@ -8213,18 +8489,21 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurations extends
|
|
|
8213
8489
|
dataCacheProvisionedIops: 'number',
|
|
8214
8490
|
description: 'string',
|
|
8215
8491
|
dnsConfigNameServers: { 'type': 'array', 'itemType': 'string' },
|
|
8216
|
-
dnsConfigOptions: { 'type': 'array', 'itemType':
|
|
8492
|
+
dnsConfigOptions: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationDnsConfigOptions },
|
|
8217
8493
|
dnsConfigSearches: { 'type': 'array', 'itemType': 'string' },
|
|
8218
8494
|
dnsPolicy: 'string',
|
|
8219
8495
|
egressBandwidth: 'number',
|
|
8220
8496
|
eipBandwidth: 'number',
|
|
8497
|
+
eipCommonBandwidthPackage: 'string',
|
|
8498
|
+
eipISP: 'string',
|
|
8499
|
+
eipPublicIpAddressPoolId: 'string',
|
|
8221
8500
|
ephemeralStorage: 'number',
|
|
8222
|
-
hostAliases: { 'type': 'array', 'itemType':
|
|
8501
|
+
hostAliases: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationHostAliases },
|
|
8223
8502
|
hostName: 'string',
|
|
8224
|
-
imageRegistryCredentials: { 'type': 'array', 'itemType':
|
|
8503
|
+
imageRegistryCredentials: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationImageRegistryCredentials },
|
|
8225
8504
|
imageSnapshotId: 'string',
|
|
8226
8505
|
ingressBandwidth: 'number',
|
|
8227
|
-
initContainers: { 'type': 'array', 'itemType':
|
|
8506
|
+
initContainers: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationInitContainers },
|
|
8228
8507
|
instanceFamilyLevel: 'string',
|
|
8229
8508
|
instanceTypes: { 'type': 'array', 'itemType': 'string' },
|
|
8230
8509
|
ipv6AddressCount: 'number',
|
|
@@ -8239,466 +8518,1346 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurations extends
|
|
|
8239
8518
|
scalingConfigurationId: 'string',
|
|
8240
8519
|
scalingConfigurationName: 'string',
|
|
8241
8520
|
scalingGroupId: 'string',
|
|
8242
|
-
securityContextSysCtls: { 'type': 'array', 'itemType':
|
|
8521
|
+
securityContextSysCtls: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationSecurityContextSysCtls },
|
|
8243
8522
|
securityGroupId: 'string',
|
|
8244
8523
|
slsEnable: 'boolean',
|
|
8245
8524
|
spotPriceLimit: 'number',
|
|
8246
8525
|
spotStrategy: 'string',
|
|
8247
|
-
tags: { 'type': 'array', 'itemType':
|
|
8526
|
+
tags: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationTags },
|
|
8248
8527
|
terminationGracePeriodSeconds: 'number',
|
|
8249
|
-
volumes: { 'type': 'array', 'itemType':
|
|
8528
|
+
volumes: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationVolumes },
|
|
8250
8529
|
};
|
|
8251
8530
|
}
|
|
8252
8531
|
}
|
|
8253
|
-
exports.
|
|
8254
|
-
class
|
|
8532
|
+
exports.DescribeEciScalingConfigurationDetailResponseBodyScalingConfiguration = DescribeEciScalingConfigurationDetailResponseBodyScalingConfiguration;
|
|
8533
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsAcrRegistryInfos extends $tea.Model {
|
|
8255
8534
|
constructor(map) {
|
|
8256
8535
|
super(map);
|
|
8257
8536
|
}
|
|
8258
8537
|
static names() {
|
|
8259
8538
|
return {
|
|
8260
|
-
|
|
8261
|
-
|
|
8262
|
-
|
|
8263
|
-
|
|
8264
|
-
lifecycleHookId: 'LifecycleHookId',
|
|
8539
|
+
domains: 'Domains',
|
|
8540
|
+
instanceId: 'InstanceId',
|
|
8541
|
+
instanceName: 'InstanceName',
|
|
8542
|
+
regionId: 'RegionId',
|
|
8265
8543
|
};
|
|
8266
8544
|
}
|
|
8267
8545
|
static types() {
|
|
8268
8546
|
return {
|
|
8269
|
-
|
|
8270
|
-
|
|
8271
|
-
|
|
8272
|
-
|
|
8273
|
-
lifecycleHookId: 'string',
|
|
8547
|
+
domains: { 'type': 'array', 'itemType': 'string' },
|
|
8548
|
+
instanceId: 'string',
|
|
8549
|
+
instanceName: 'string',
|
|
8550
|
+
regionId: 'string',
|
|
8274
8551
|
};
|
|
8275
8552
|
}
|
|
8276
8553
|
}
|
|
8277
|
-
exports.
|
|
8278
|
-
class
|
|
8554
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsAcrRegistryInfos = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsAcrRegistryInfos;
|
|
8555
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersEnvironmentVars extends $tea.Model {
|
|
8279
8556
|
constructor(map) {
|
|
8280
8557
|
super(map);
|
|
8281
8558
|
}
|
|
8282
8559
|
static names() {
|
|
8283
8560
|
return {
|
|
8284
|
-
|
|
8285
|
-
|
|
8286
|
-
|
|
8287
|
-
lifecycleHookName: 'LifecycleHookName',
|
|
8288
|
-
lifecycleHookStatus: 'LifecycleHookStatus',
|
|
8289
|
-
lifecycleTransition: 'LifecycleTransition',
|
|
8290
|
-
notificationArn: 'NotificationArn',
|
|
8291
|
-
notificationMetadata: 'NotificationMetadata',
|
|
8292
|
-
scalingGroupId: 'ScalingGroupId',
|
|
8561
|
+
fieldRefFieldPath: 'FieldRefFieldPath',
|
|
8562
|
+
key: 'Key',
|
|
8563
|
+
value: 'Value',
|
|
8293
8564
|
};
|
|
8294
8565
|
}
|
|
8295
8566
|
static types() {
|
|
8296
8567
|
return {
|
|
8297
|
-
|
|
8298
|
-
|
|
8299
|
-
|
|
8300
|
-
lifecycleHookName: 'string',
|
|
8301
|
-
lifecycleHookStatus: 'string',
|
|
8302
|
-
lifecycleTransition: 'string',
|
|
8303
|
-
notificationArn: 'string',
|
|
8304
|
-
notificationMetadata: 'string',
|
|
8305
|
-
scalingGroupId: 'string',
|
|
8568
|
+
fieldRefFieldPath: 'string',
|
|
8569
|
+
key: 'string',
|
|
8570
|
+
value: 'string',
|
|
8306
8571
|
};
|
|
8307
8572
|
}
|
|
8308
8573
|
}
|
|
8309
|
-
exports.
|
|
8310
|
-
class
|
|
8574
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersEnvironmentVars = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersEnvironmentVars;
|
|
8575
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersPorts extends $tea.Model {
|
|
8311
8576
|
constructor(map) {
|
|
8312
8577
|
super(map);
|
|
8313
8578
|
}
|
|
8314
8579
|
static names() {
|
|
8315
8580
|
return {
|
|
8316
|
-
|
|
8317
|
-
|
|
8318
|
-
scalingGroupId: 'ScalingGroupId',
|
|
8581
|
+
port: 'Port',
|
|
8582
|
+
protocol: 'Protocol',
|
|
8319
8583
|
};
|
|
8320
8584
|
}
|
|
8321
8585
|
static types() {
|
|
8322
8586
|
return {
|
|
8323
|
-
|
|
8324
|
-
|
|
8325
|
-
scalingGroupId: 'string',
|
|
8587
|
+
port: 'number',
|
|
8588
|
+
protocol: 'string',
|
|
8326
8589
|
};
|
|
8327
8590
|
}
|
|
8328
8591
|
}
|
|
8329
|
-
exports.
|
|
8330
|
-
class
|
|
8592
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersPorts = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersPorts;
|
|
8593
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersVolumeMounts extends $tea.Model {
|
|
8331
8594
|
constructor(map) {
|
|
8332
8595
|
super(map);
|
|
8333
8596
|
}
|
|
8334
8597
|
static names() {
|
|
8335
8598
|
return {
|
|
8336
|
-
|
|
8337
|
-
|
|
8338
|
-
|
|
8339
|
-
|
|
8340
|
-
|
|
8599
|
+
mountPath: 'MountPath',
|
|
8600
|
+
mountPropagation: 'MountPropagation',
|
|
8601
|
+
name: 'Name',
|
|
8602
|
+
readOnly: 'ReadOnly',
|
|
8603
|
+
subPath: 'SubPath',
|
|
8341
8604
|
};
|
|
8342
8605
|
}
|
|
8343
8606
|
static types() {
|
|
8344
8607
|
return {
|
|
8345
|
-
|
|
8346
|
-
|
|
8347
|
-
|
|
8348
|
-
|
|
8349
|
-
|
|
8608
|
+
mountPath: 'string',
|
|
8609
|
+
mountPropagation: 'string',
|
|
8610
|
+
name: 'string',
|
|
8611
|
+
readOnly: 'boolean',
|
|
8612
|
+
subPath: 'string',
|
|
8350
8613
|
};
|
|
8351
8614
|
}
|
|
8352
8615
|
}
|
|
8353
|
-
exports.
|
|
8354
|
-
class
|
|
8616
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersVolumeMounts = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersVolumeMounts;
|
|
8617
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainers extends $tea.Model {
|
|
8355
8618
|
constructor(map) {
|
|
8356
8619
|
super(map);
|
|
8357
8620
|
}
|
|
8358
8621
|
static names() {
|
|
8359
8622
|
return {
|
|
8360
|
-
|
|
8361
|
-
|
|
8362
|
-
|
|
8363
|
-
|
|
8364
|
-
|
|
8365
|
-
|
|
8366
|
-
|
|
8367
|
-
|
|
8368
|
-
|
|
8369
|
-
|
|
8370
|
-
|
|
8371
|
-
|
|
8372
|
-
|
|
8373
|
-
|
|
8374
|
-
|
|
8375
|
-
|
|
8376
|
-
|
|
8377
|
-
|
|
8378
|
-
|
|
8379
|
-
|
|
8380
|
-
|
|
8381
|
-
|
|
8382
|
-
|
|
8383
|
-
|
|
8623
|
+
args: 'Args',
|
|
8624
|
+
commands: 'Commands',
|
|
8625
|
+
cpu: 'Cpu',
|
|
8626
|
+
environmentVars: 'EnvironmentVars',
|
|
8627
|
+
gpu: 'Gpu',
|
|
8628
|
+
image: 'Image',
|
|
8629
|
+
imagePullPolicy: 'ImagePullPolicy',
|
|
8630
|
+
lifecyclePostStartHandlerExecs: 'LifecyclePostStartHandlerExecs',
|
|
8631
|
+
lifecyclePostStartHandlerHttpGetHost: 'LifecyclePostStartHandlerHttpGetHost',
|
|
8632
|
+
lifecyclePostStartHandlerHttpGetPath: 'LifecyclePostStartHandlerHttpGetPath',
|
|
8633
|
+
lifecyclePostStartHandlerHttpGetPort: 'LifecyclePostStartHandlerHttpGetPort',
|
|
8634
|
+
lifecyclePostStartHandlerHttpGetScheme: 'LifecyclePostStartHandlerHttpGetScheme',
|
|
8635
|
+
lifecyclePostStartHandlerTcpSocketHost: 'LifecyclePostStartHandlerTcpSocketHost',
|
|
8636
|
+
lifecyclePostStartHandlerTcpSocketPort: 'LifecyclePostStartHandlerTcpSocketPort',
|
|
8637
|
+
lifecyclePreStopHandlerExecs: 'LifecyclePreStopHandlerExecs',
|
|
8638
|
+
lifecyclePreStopHandlerHttpGetHost: 'LifecyclePreStopHandlerHttpGetHost',
|
|
8639
|
+
lifecyclePreStopHandlerHttpGetPath: 'LifecyclePreStopHandlerHttpGetPath',
|
|
8640
|
+
lifecyclePreStopHandlerHttpGetPort: 'LifecyclePreStopHandlerHttpGetPort',
|
|
8641
|
+
lifecyclePreStopHandlerHttpGetScheme: 'LifecyclePreStopHandlerHttpGetScheme',
|
|
8642
|
+
lifecyclePreStopHandlerTcpSocketHost: 'LifecyclePreStopHandlerTcpSocketHost',
|
|
8643
|
+
lifecyclePreStopHandlerTcpSocketPort: 'LifecyclePreStopHandlerTcpSocketPort',
|
|
8644
|
+
livenessProbeExecCommands: 'LivenessProbeExecCommands',
|
|
8645
|
+
livenessProbeFailureThreshold: 'LivenessProbeFailureThreshold',
|
|
8646
|
+
livenessProbeHttpGetPath: 'LivenessProbeHttpGetPath',
|
|
8647
|
+
livenessProbeHttpGetPort: 'LivenessProbeHttpGetPort',
|
|
8648
|
+
livenessProbeHttpGetScheme: 'LivenessProbeHttpGetScheme',
|
|
8649
|
+
livenessProbeInitialDelaySeconds: 'LivenessProbeInitialDelaySeconds',
|
|
8650
|
+
livenessProbePeriodSeconds: 'LivenessProbePeriodSeconds',
|
|
8651
|
+
livenessProbeSuccessThreshold: 'LivenessProbeSuccessThreshold',
|
|
8652
|
+
livenessProbeTcpSocketPort: 'LivenessProbeTcpSocketPort',
|
|
8653
|
+
livenessProbeTimeoutSeconds: 'LivenessProbeTimeoutSeconds',
|
|
8654
|
+
memory: 'Memory',
|
|
8655
|
+
name: 'Name',
|
|
8656
|
+
ports: 'Ports',
|
|
8657
|
+
readinessProbeExecCommands: 'ReadinessProbeExecCommands',
|
|
8658
|
+
readinessProbeFailureThreshold: 'ReadinessProbeFailureThreshold',
|
|
8659
|
+
readinessProbeHttpGetPath: 'ReadinessProbeHttpGetPath',
|
|
8660
|
+
readinessProbeHttpGetPort: 'ReadinessProbeHttpGetPort',
|
|
8661
|
+
readinessProbeHttpGetScheme: 'ReadinessProbeHttpGetScheme',
|
|
8662
|
+
readinessProbeInitialDelaySeconds: 'ReadinessProbeInitialDelaySeconds',
|
|
8663
|
+
readinessProbePeriodSeconds: 'ReadinessProbePeriodSeconds',
|
|
8664
|
+
readinessProbeSuccessThreshold: 'ReadinessProbeSuccessThreshold',
|
|
8665
|
+
readinessProbeTcpSocketPort: 'ReadinessProbeTcpSocketPort',
|
|
8666
|
+
readinessProbeTimeoutSeconds: 'ReadinessProbeTimeoutSeconds',
|
|
8667
|
+
securityContextCapabilityAdds: 'SecurityContextCapabilityAdds',
|
|
8668
|
+
securityContextReadOnlyRootFilesystem: 'SecurityContextReadOnlyRootFilesystem',
|
|
8669
|
+
securityContextRunAsUser: 'SecurityContextRunAsUser',
|
|
8670
|
+
stdin: 'Stdin',
|
|
8671
|
+
stdinOnce: 'StdinOnce',
|
|
8672
|
+
tty: 'Tty',
|
|
8673
|
+
volumeMounts: 'VolumeMounts',
|
|
8674
|
+
workingDir: 'WorkingDir',
|
|
8675
|
+
};
|
|
8676
|
+
}
|
|
8677
|
+
static types() {
|
|
8678
|
+
return {
|
|
8679
|
+
args: { 'type': 'array', 'itemType': 'string' },
|
|
8680
|
+
commands: { 'type': 'array', 'itemType': 'string' },
|
|
8681
|
+
cpu: 'number',
|
|
8682
|
+
environmentVars: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersEnvironmentVars },
|
|
8683
|
+
gpu: 'number',
|
|
8684
|
+
image: 'string',
|
|
8685
|
+
imagePullPolicy: 'string',
|
|
8686
|
+
lifecyclePostStartHandlerExecs: { 'type': 'array', 'itemType': 'string' },
|
|
8687
|
+
lifecyclePostStartHandlerHttpGetHost: 'string',
|
|
8688
|
+
lifecyclePostStartHandlerHttpGetPath: 'string',
|
|
8689
|
+
lifecyclePostStartHandlerHttpGetPort: 'number',
|
|
8690
|
+
lifecyclePostStartHandlerHttpGetScheme: 'string',
|
|
8691
|
+
lifecyclePostStartHandlerTcpSocketHost: 'string',
|
|
8692
|
+
lifecyclePostStartHandlerTcpSocketPort: 'number',
|
|
8693
|
+
lifecyclePreStopHandlerExecs: { 'type': 'array', 'itemType': 'string' },
|
|
8694
|
+
lifecyclePreStopHandlerHttpGetHost: 'string',
|
|
8695
|
+
lifecyclePreStopHandlerHttpGetPath: 'string',
|
|
8696
|
+
lifecyclePreStopHandlerHttpGetPort: 'number',
|
|
8697
|
+
lifecyclePreStopHandlerHttpGetScheme: 'string',
|
|
8698
|
+
lifecyclePreStopHandlerTcpSocketHost: 'string',
|
|
8699
|
+
lifecyclePreStopHandlerTcpSocketPort: 'number',
|
|
8700
|
+
livenessProbeExecCommands: { 'type': 'array', 'itemType': 'string' },
|
|
8701
|
+
livenessProbeFailureThreshold: 'number',
|
|
8702
|
+
livenessProbeHttpGetPath: 'string',
|
|
8703
|
+
livenessProbeHttpGetPort: 'number',
|
|
8704
|
+
livenessProbeHttpGetScheme: 'string',
|
|
8705
|
+
livenessProbeInitialDelaySeconds: 'number',
|
|
8706
|
+
livenessProbePeriodSeconds: 'number',
|
|
8707
|
+
livenessProbeSuccessThreshold: 'number',
|
|
8708
|
+
livenessProbeTcpSocketPort: 'number',
|
|
8709
|
+
livenessProbeTimeoutSeconds: 'number',
|
|
8710
|
+
memory: 'number',
|
|
8711
|
+
name: 'string',
|
|
8712
|
+
ports: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersPorts },
|
|
8713
|
+
readinessProbeExecCommands: { 'type': 'array', 'itemType': 'string' },
|
|
8714
|
+
readinessProbeFailureThreshold: 'number',
|
|
8715
|
+
readinessProbeHttpGetPath: 'string',
|
|
8716
|
+
readinessProbeHttpGetPort: 'number',
|
|
8717
|
+
readinessProbeHttpGetScheme: 'string',
|
|
8718
|
+
readinessProbeInitialDelaySeconds: 'number',
|
|
8719
|
+
readinessProbePeriodSeconds: 'number',
|
|
8720
|
+
readinessProbeSuccessThreshold: 'number',
|
|
8721
|
+
readinessProbeTcpSocketPort: 'number',
|
|
8722
|
+
readinessProbeTimeoutSeconds: 'number',
|
|
8723
|
+
securityContextCapabilityAdds: { 'type': 'array', 'itemType': 'string' },
|
|
8724
|
+
securityContextReadOnlyRootFilesystem: 'boolean',
|
|
8725
|
+
securityContextRunAsUser: 'number',
|
|
8726
|
+
stdin: 'boolean',
|
|
8727
|
+
stdinOnce: 'boolean',
|
|
8728
|
+
tty: 'boolean',
|
|
8729
|
+
volumeMounts: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainersVolumeMounts },
|
|
8730
|
+
workingDir: 'string',
|
|
8731
|
+
};
|
|
8732
|
+
}
|
|
8733
|
+
}
|
|
8734
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainers = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainers;
|
|
8735
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsDnsConfigOptions extends $tea.Model {
|
|
8736
|
+
constructor(map) {
|
|
8737
|
+
super(map);
|
|
8738
|
+
}
|
|
8739
|
+
static names() {
|
|
8740
|
+
return {
|
|
8741
|
+
name: 'Name',
|
|
8742
|
+
value: 'Value',
|
|
8743
|
+
};
|
|
8744
|
+
}
|
|
8745
|
+
static types() {
|
|
8746
|
+
return {
|
|
8747
|
+
name: 'string',
|
|
8748
|
+
value: 'string',
|
|
8749
|
+
};
|
|
8750
|
+
}
|
|
8751
|
+
}
|
|
8752
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsDnsConfigOptions = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsDnsConfigOptions;
|
|
8753
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsHostAliases extends $tea.Model {
|
|
8754
|
+
constructor(map) {
|
|
8755
|
+
super(map);
|
|
8756
|
+
}
|
|
8757
|
+
static names() {
|
|
8758
|
+
return {
|
|
8759
|
+
hostnames: 'Hostnames',
|
|
8760
|
+
ip: 'Ip',
|
|
8761
|
+
};
|
|
8762
|
+
}
|
|
8763
|
+
static types() {
|
|
8764
|
+
return {
|
|
8765
|
+
hostnames: { 'type': 'array', 'itemType': 'string' },
|
|
8766
|
+
ip: 'string',
|
|
8767
|
+
};
|
|
8768
|
+
}
|
|
8769
|
+
}
|
|
8770
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsHostAliases = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsHostAliases;
|
|
8771
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsImageRegistryCredentials extends $tea.Model {
|
|
8772
|
+
constructor(map) {
|
|
8773
|
+
super(map);
|
|
8774
|
+
}
|
|
8775
|
+
static names() {
|
|
8776
|
+
return {
|
|
8777
|
+
password: 'Password',
|
|
8778
|
+
server: 'Server',
|
|
8779
|
+
userName: 'UserName',
|
|
8780
|
+
};
|
|
8781
|
+
}
|
|
8782
|
+
static types() {
|
|
8783
|
+
return {
|
|
8784
|
+
password: 'string',
|
|
8785
|
+
server: 'string',
|
|
8786
|
+
userName: 'string',
|
|
8787
|
+
};
|
|
8788
|
+
}
|
|
8789
|
+
}
|
|
8790
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsImageRegistryCredentials = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsImageRegistryCredentials;
|
|
8791
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerEnvironmentVars extends $tea.Model {
|
|
8792
|
+
constructor(map) {
|
|
8793
|
+
super(map);
|
|
8794
|
+
}
|
|
8795
|
+
static names() {
|
|
8796
|
+
return {
|
|
8797
|
+
fieldRefFieldPath: 'FieldRefFieldPath',
|
|
8798
|
+
key: 'Key',
|
|
8799
|
+
value: 'Value',
|
|
8800
|
+
};
|
|
8801
|
+
}
|
|
8802
|
+
static types() {
|
|
8803
|
+
return {
|
|
8804
|
+
fieldRefFieldPath: 'string',
|
|
8805
|
+
key: 'string',
|
|
8806
|
+
value: 'string',
|
|
8807
|
+
};
|
|
8808
|
+
}
|
|
8809
|
+
}
|
|
8810
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerEnvironmentVars = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerEnvironmentVars;
|
|
8811
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerPorts extends $tea.Model {
|
|
8812
|
+
constructor(map) {
|
|
8813
|
+
super(map);
|
|
8814
|
+
}
|
|
8815
|
+
static names() {
|
|
8816
|
+
return {
|
|
8817
|
+
port: 'Port',
|
|
8818
|
+
protocol: 'Protocol',
|
|
8819
|
+
};
|
|
8820
|
+
}
|
|
8821
|
+
static types() {
|
|
8822
|
+
return {
|
|
8823
|
+
port: 'number',
|
|
8824
|
+
protocol: 'string',
|
|
8825
|
+
};
|
|
8826
|
+
}
|
|
8827
|
+
}
|
|
8828
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerPorts = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerPorts;
|
|
8829
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerVolumeMounts extends $tea.Model {
|
|
8830
|
+
constructor(map) {
|
|
8831
|
+
super(map);
|
|
8832
|
+
}
|
|
8833
|
+
static names() {
|
|
8834
|
+
return {
|
|
8835
|
+
mountPath: 'MountPath',
|
|
8836
|
+
mountPropagation: 'MountPropagation',
|
|
8837
|
+
name: 'Name',
|
|
8838
|
+
readOnly: 'ReadOnly',
|
|
8839
|
+
subPath: 'SubPath',
|
|
8840
|
+
};
|
|
8841
|
+
}
|
|
8842
|
+
static types() {
|
|
8843
|
+
return {
|
|
8844
|
+
mountPath: 'string',
|
|
8845
|
+
mountPropagation: 'string',
|
|
8846
|
+
name: 'string',
|
|
8847
|
+
readOnly: 'boolean',
|
|
8848
|
+
subPath: 'string',
|
|
8849
|
+
};
|
|
8850
|
+
}
|
|
8851
|
+
}
|
|
8852
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerVolumeMounts = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerVolumeMounts;
|
|
8853
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainers extends $tea.Model {
|
|
8854
|
+
constructor(map) {
|
|
8855
|
+
super(map);
|
|
8856
|
+
}
|
|
8857
|
+
static names() {
|
|
8858
|
+
return {
|
|
8859
|
+
cpu: 'Cpu',
|
|
8860
|
+
gpu: 'Gpu',
|
|
8861
|
+
image: 'Image',
|
|
8862
|
+
imagePullPolicy: 'ImagePullPolicy',
|
|
8863
|
+
initContainerArgs: 'InitContainerArgs',
|
|
8864
|
+
initContainerCommands: 'InitContainerCommands',
|
|
8865
|
+
initContainerEnvironmentVars: 'InitContainerEnvironmentVars',
|
|
8866
|
+
initContainerPorts: 'InitContainerPorts',
|
|
8867
|
+
initContainerVolumeMounts: 'InitContainerVolumeMounts',
|
|
8868
|
+
memory: 'Memory',
|
|
8869
|
+
name: 'Name',
|
|
8870
|
+
securityContextCapabilityAdds: 'SecurityContextCapabilityAdds',
|
|
8871
|
+
securityContextReadOnlyRootFilesystem: 'SecurityContextReadOnlyRootFilesystem',
|
|
8872
|
+
securityContextRunAsUser: 'SecurityContextRunAsUser',
|
|
8873
|
+
workingDir: 'WorkingDir',
|
|
8874
|
+
};
|
|
8875
|
+
}
|
|
8876
|
+
static types() {
|
|
8877
|
+
return {
|
|
8878
|
+
cpu: 'number',
|
|
8879
|
+
gpu: 'number',
|
|
8880
|
+
image: 'string',
|
|
8881
|
+
imagePullPolicy: 'string',
|
|
8882
|
+
initContainerArgs: { 'type': 'array', 'itemType': 'string' },
|
|
8883
|
+
initContainerCommands: { 'type': 'array', 'itemType': 'string' },
|
|
8884
|
+
initContainerEnvironmentVars: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerEnvironmentVars },
|
|
8885
|
+
initContainerPorts: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerPorts },
|
|
8886
|
+
initContainerVolumeMounts: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainersInitContainerVolumeMounts },
|
|
8887
|
+
memory: 'number',
|
|
8888
|
+
name: 'string',
|
|
8889
|
+
securityContextCapabilityAdds: { 'type': 'array', 'itemType': 'string' },
|
|
8890
|
+
securityContextReadOnlyRootFilesystem: 'boolean',
|
|
8891
|
+
securityContextRunAsUser: 'string',
|
|
8892
|
+
workingDir: 'string',
|
|
8893
|
+
};
|
|
8894
|
+
}
|
|
8895
|
+
}
|
|
8896
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainers = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainers;
|
|
8897
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsSecurityContextSysCtls extends $tea.Model {
|
|
8898
|
+
constructor(map) {
|
|
8899
|
+
super(map);
|
|
8900
|
+
}
|
|
8901
|
+
static names() {
|
|
8902
|
+
return {
|
|
8903
|
+
name: 'Name',
|
|
8904
|
+
value: 'Value',
|
|
8905
|
+
};
|
|
8906
|
+
}
|
|
8907
|
+
static types() {
|
|
8908
|
+
return {
|
|
8909
|
+
name: 'string',
|
|
8910
|
+
value: 'string',
|
|
8911
|
+
};
|
|
8912
|
+
}
|
|
8913
|
+
}
|
|
8914
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsSecurityContextSysCtls = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsSecurityContextSysCtls;
|
|
8915
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsTags extends $tea.Model {
|
|
8916
|
+
constructor(map) {
|
|
8917
|
+
super(map);
|
|
8918
|
+
}
|
|
8919
|
+
static names() {
|
|
8920
|
+
return {
|
|
8921
|
+
key: 'Key',
|
|
8922
|
+
value: 'Value',
|
|
8923
|
+
};
|
|
8924
|
+
}
|
|
8925
|
+
static types() {
|
|
8926
|
+
return {
|
|
8927
|
+
key: 'string',
|
|
8928
|
+
value: 'string',
|
|
8929
|
+
};
|
|
8930
|
+
}
|
|
8931
|
+
}
|
|
8932
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsTags = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsTags;
|
|
8933
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumesConfigFileVolumeConfigFileToPaths extends $tea.Model {
|
|
8934
|
+
constructor(map) {
|
|
8935
|
+
super(map);
|
|
8936
|
+
}
|
|
8937
|
+
static names() {
|
|
8938
|
+
return {
|
|
8939
|
+
content: 'Content',
|
|
8940
|
+
mode: 'Mode',
|
|
8941
|
+
path: 'Path',
|
|
8942
|
+
};
|
|
8943
|
+
}
|
|
8944
|
+
static types() {
|
|
8945
|
+
return {
|
|
8946
|
+
content: 'string',
|
|
8947
|
+
mode: 'number',
|
|
8948
|
+
path: 'string',
|
|
8949
|
+
};
|
|
8950
|
+
}
|
|
8951
|
+
}
|
|
8952
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumesConfigFileVolumeConfigFileToPaths = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumesConfigFileVolumeConfigFileToPaths;
|
|
8953
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumes extends $tea.Model {
|
|
8954
|
+
constructor(map) {
|
|
8955
|
+
super(map);
|
|
8956
|
+
}
|
|
8957
|
+
static names() {
|
|
8958
|
+
return {
|
|
8959
|
+
configFileVolumeConfigFileToPaths: 'ConfigFileVolumeConfigFileToPaths',
|
|
8960
|
+
configFileVolumeDefaultMode: 'ConfigFileVolumeDefaultMode',
|
|
8961
|
+
diskVolumeDiskId: 'DiskVolumeDiskId',
|
|
8962
|
+
diskVolumeDiskSize: 'DiskVolumeDiskSize',
|
|
8963
|
+
diskVolumeFsType: 'DiskVolumeFsType',
|
|
8964
|
+
emptyDirVolumeMedium: 'EmptyDirVolumeMedium',
|
|
8965
|
+
emptyDirVolumeSizeLimit: 'EmptyDirVolumeSizeLimit',
|
|
8966
|
+
flexVolumeDriver: 'FlexVolumeDriver',
|
|
8967
|
+
flexVolumeFsType: 'FlexVolumeFsType',
|
|
8968
|
+
flexVolumeOptions: 'FlexVolumeOptions',
|
|
8969
|
+
hostPathVolumePath: 'HostPathVolumePath',
|
|
8970
|
+
hostPathVolumeType: 'HostPathVolumeType',
|
|
8971
|
+
NFSVolumePath: 'NFSVolumePath',
|
|
8972
|
+
NFSVolumeReadOnly: 'NFSVolumeReadOnly',
|
|
8973
|
+
NFSVolumeServer: 'NFSVolumeServer',
|
|
8974
|
+
name: 'Name',
|
|
8975
|
+
type: 'Type',
|
|
8976
|
+
};
|
|
8977
|
+
}
|
|
8978
|
+
static types() {
|
|
8979
|
+
return {
|
|
8980
|
+
configFileVolumeConfigFileToPaths: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumesConfigFileVolumeConfigFileToPaths },
|
|
8981
|
+
configFileVolumeDefaultMode: 'number',
|
|
8982
|
+
diskVolumeDiskId: 'string',
|
|
8983
|
+
diskVolumeDiskSize: 'number',
|
|
8984
|
+
diskVolumeFsType: 'string',
|
|
8985
|
+
emptyDirVolumeMedium: 'string',
|
|
8986
|
+
emptyDirVolumeSizeLimit: 'string',
|
|
8987
|
+
flexVolumeDriver: 'string',
|
|
8988
|
+
flexVolumeFsType: 'string',
|
|
8989
|
+
flexVolumeOptions: 'string',
|
|
8990
|
+
hostPathVolumePath: 'string',
|
|
8991
|
+
hostPathVolumeType: 'string',
|
|
8992
|
+
NFSVolumePath: 'string',
|
|
8993
|
+
NFSVolumeReadOnly: 'boolean',
|
|
8994
|
+
NFSVolumeServer: 'string',
|
|
8995
|
+
name: 'string',
|
|
8996
|
+
type: 'string',
|
|
8997
|
+
};
|
|
8998
|
+
}
|
|
8999
|
+
}
|
|
9000
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumes = DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumes;
|
|
9001
|
+
class DescribeEciScalingConfigurationsResponseBodyScalingConfigurations extends $tea.Model {
|
|
9002
|
+
constructor(map) {
|
|
9003
|
+
super(map);
|
|
9004
|
+
}
|
|
9005
|
+
static names() {
|
|
9006
|
+
return {
|
|
9007
|
+
acrRegistryInfos: 'AcrRegistryInfos',
|
|
9008
|
+
activeDeadlineSeconds: 'ActiveDeadlineSeconds',
|
|
9009
|
+
autoCreateEip: 'AutoCreateEip',
|
|
9010
|
+
autoMatchImageCache: 'AutoMatchImageCache',
|
|
9011
|
+
containerGroupName: 'ContainerGroupName',
|
|
9012
|
+
containers: 'Containers',
|
|
9013
|
+
costOptimization: 'CostOptimization',
|
|
9014
|
+
cpu: 'Cpu',
|
|
9015
|
+
cpuOptionsCore: 'CpuOptionsCore',
|
|
9016
|
+
cpuOptionsThreadsPerCore: 'CpuOptionsThreadsPerCore',
|
|
9017
|
+
creationTime: 'CreationTime',
|
|
9018
|
+
dataCacheBucket: 'DataCacheBucket',
|
|
9019
|
+
dataCacheBurstingEnabled: 'DataCacheBurstingEnabled',
|
|
9020
|
+
dataCachePL: 'DataCachePL',
|
|
9021
|
+
dataCacheProvisionedIops: 'DataCacheProvisionedIops',
|
|
9022
|
+
description: 'Description',
|
|
9023
|
+
dnsConfigNameServers: 'DnsConfigNameServers',
|
|
9024
|
+
dnsConfigOptions: 'DnsConfigOptions',
|
|
9025
|
+
dnsConfigSearches: 'DnsConfigSearches',
|
|
9026
|
+
dnsPolicy: 'DnsPolicy',
|
|
9027
|
+
egressBandwidth: 'EgressBandwidth',
|
|
9028
|
+
eipBandwidth: 'EipBandwidth',
|
|
9029
|
+
ephemeralStorage: 'EphemeralStorage',
|
|
9030
|
+
hostAliases: 'HostAliases',
|
|
9031
|
+
hostName: 'HostName',
|
|
9032
|
+
imageRegistryCredentials: 'ImageRegistryCredentials',
|
|
9033
|
+
imageSnapshotId: 'ImageSnapshotId',
|
|
9034
|
+
ingressBandwidth: 'IngressBandwidth',
|
|
9035
|
+
initContainers: 'InitContainers',
|
|
9036
|
+
instanceFamilyLevel: 'InstanceFamilyLevel',
|
|
9037
|
+
instanceTypes: 'InstanceTypes',
|
|
9038
|
+
ipv6AddressCount: 'Ipv6AddressCount',
|
|
9039
|
+
lifecycleState: 'LifecycleState',
|
|
9040
|
+
loadBalancerWeight: 'LoadBalancerWeight',
|
|
9041
|
+
memory: 'Memory',
|
|
9042
|
+
ntpServers: 'NtpServers',
|
|
9043
|
+
ramRoleName: 'RamRoleName',
|
|
9044
|
+
regionId: 'RegionId',
|
|
9045
|
+
resourceGroupId: 'ResourceGroupId',
|
|
9046
|
+
restartPolicy: 'RestartPolicy',
|
|
9047
|
+
scalingConfigurationId: 'ScalingConfigurationId',
|
|
9048
|
+
scalingConfigurationName: 'ScalingConfigurationName',
|
|
9049
|
+
scalingGroupId: 'ScalingGroupId',
|
|
9050
|
+
securityContextSysCtls: 'SecurityContextSysCtls',
|
|
9051
|
+
securityGroupId: 'SecurityGroupId',
|
|
9052
|
+
slsEnable: 'SlsEnable',
|
|
9053
|
+
spotPriceLimit: 'SpotPriceLimit',
|
|
9054
|
+
spotStrategy: 'SpotStrategy',
|
|
9055
|
+
tags: 'Tags',
|
|
9056
|
+
terminationGracePeriodSeconds: 'TerminationGracePeriodSeconds',
|
|
9057
|
+
volumes: 'Volumes',
|
|
9058
|
+
};
|
|
9059
|
+
}
|
|
9060
|
+
static types() {
|
|
9061
|
+
return {
|
|
9062
|
+
acrRegistryInfos: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsAcrRegistryInfos },
|
|
9063
|
+
activeDeadlineSeconds: 'number',
|
|
9064
|
+
autoCreateEip: 'boolean',
|
|
9065
|
+
autoMatchImageCache: 'boolean',
|
|
9066
|
+
containerGroupName: 'string',
|
|
9067
|
+
containers: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsContainers },
|
|
9068
|
+
costOptimization: 'boolean',
|
|
9069
|
+
cpu: 'number',
|
|
9070
|
+
cpuOptionsCore: 'number',
|
|
9071
|
+
cpuOptionsThreadsPerCore: 'number',
|
|
9072
|
+
creationTime: 'string',
|
|
9073
|
+
dataCacheBucket: 'string',
|
|
9074
|
+
dataCacheBurstingEnabled: 'boolean',
|
|
9075
|
+
dataCachePL: 'string',
|
|
9076
|
+
dataCacheProvisionedIops: 'number',
|
|
9077
|
+
description: 'string',
|
|
9078
|
+
dnsConfigNameServers: { 'type': 'array', 'itemType': 'string' },
|
|
9079
|
+
dnsConfigOptions: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsDnsConfigOptions },
|
|
9080
|
+
dnsConfigSearches: { 'type': 'array', 'itemType': 'string' },
|
|
9081
|
+
dnsPolicy: 'string',
|
|
9082
|
+
egressBandwidth: 'number',
|
|
9083
|
+
eipBandwidth: 'number',
|
|
9084
|
+
ephemeralStorage: 'number',
|
|
9085
|
+
hostAliases: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsHostAliases },
|
|
9086
|
+
hostName: 'string',
|
|
9087
|
+
imageRegistryCredentials: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsImageRegistryCredentials },
|
|
9088
|
+
imageSnapshotId: 'string',
|
|
9089
|
+
ingressBandwidth: 'number',
|
|
9090
|
+
initContainers: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainers },
|
|
9091
|
+
instanceFamilyLevel: 'string',
|
|
9092
|
+
instanceTypes: { 'type': 'array', 'itemType': 'string' },
|
|
9093
|
+
ipv6AddressCount: 'number',
|
|
9094
|
+
lifecycleState: 'string',
|
|
9095
|
+
loadBalancerWeight: 'number',
|
|
9096
|
+
memory: 'number',
|
|
9097
|
+
ntpServers: { 'type': 'array', 'itemType': 'string' },
|
|
9098
|
+
ramRoleName: 'string',
|
|
9099
|
+
regionId: 'string',
|
|
9100
|
+
resourceGroupId: 'string',
|
|
9101
|
+
restartPolicy: 'string',
|
|
9102
|
+
scalingConfigurationId: 'string',
|
|
9103
|
+
scalingConfigurationName: 'string',
|
|
9104
|
+
scalingGroupId: 'string',
|
|
9105
|
+
securityContextSysCtls: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsSecurityContextSysCtls },
|
|
9106
|
+
securityGroupId: 'string',
|
|
9107
|
+
slsEnable: 'boolean',
|
|
9108
|
+
spotPriceLimit: 'number',
|
|
9109
|
+
spotStrategy: 'string',
|
|
9110
|
+
tags: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsTags },
|
|
9111
|
+
terminationGracePeriodSeconds: 'number',
|
|
9112
|
+
volumes: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsVolumes },
|
|
9113
|
+
};
|
|
9114
|
+
}
|
|
9115
|
+
}
|
|
9116
|
+
exports.DescribeEciScalingConfigurationsResponseBodyScalingConfigurations = DescribeEciScalingConfigurationsResponseBodyScalingConfigurations;
|
|
9117
|
+
class DescribeLifecycleActionsResponseBodyLifecycleActions extends $tea.Model {
|
|
9118
|
+
constructor(map) {
|
|
9119
|
+
super(map);
|
|
9120
|
+
}
|
|
9121
|
+
static names() {
|
|
9122
|
+
return {
|
|
9123
|
+
instanceIds: 'InstanceIds',
|
|
9124
|
+
lifecycleActionResult: 'LifecycleActionResult',
|
|
9125
|
+
lifecycleActionStatus: 'LifecycleActionStatus',
|
|
9126
|
+
lifecycleActionToken: 'LifecycleActionToken',
|
|
9127
|
+
lifecycleHookId: 'LifecycleHookId',
|
|
9128
|
+
};
|
|
9129
|
+
}
|
|
9130
|
+
static types() {
|
|
9131
|
+
return {
|
|
9132
|
+
instanceIds: { 'type': 'array', 'itemType': 'string' },
|
|
9133
|
+
lifecycleActionResult: 'string',
|
|
9134
|
+
lifecycleActionStatus: 'string',
|
|
9135
|
+
lifecycleActionToken: 'string',
|
|
9136
|
+
lifecycleHookId: 'string',
|
|
9137
|
+
};
|
|
9138
|
+
}
|
|
9139
|
+
}
|
|
9140
|
+
exports.DescribeLifecycleActionsResponseBodyLifecycleActions = DescribeLifecycleActionsResponseBodyLifecycleActions;
|
|
9141
|
+
class DescribeLifecycleHooksResponseBodyLifecycleHooks extends $tea.Model {
|
|
9142
|
+
constructor(map) {
|
|
9143
|
+
super(map);
|
|
9144
|
+
}
|
|
9145
|
+
static names() {
|
|
9146
|
+
return {
|
|
9147
|
+
defaultResult: 'DefaultResult',
|
|
9148
|
+
heartbeatTimeout: 'HeartbeatTimeout',
|
|
9149
|
+
lifecycleHookId: 'LifecycleHookId',
|
|
9150
|
+
lifecycleHookName: 'LifecycleHookName',
|
|
9151
|
+
lifecycleHookStatus: 'LifecycleHookStatus',
|
|
9152
|
+
lifecycleTransition: 'LifecycleTransition',
|
|
9153
|
+
notificationArn: 'NotificationArn',
|
|
9154
|
+
notificationMetadata: 'NotificationMetadata',
|
|
9155
|
+
scalingGroupId: 'ScalingGroupId',
|
|
9156
|
+
};
|
|
9157
|
+
}
|
|
9158
|
+
static types() {
|
|
9159
|
+
return {
|
|
9160
|
+
defaultResult: 'string',
|
|
9161
|
+
heartbeatTimeout: 'number',
|
|
9162
|
+
lifecycleHookId: 'string',
|
|
9163
|
+
lifecycleHookName: 'string',
|
|
9164
|
+
lifecycleHookStatus: 'string',
|
|
9165
|
+
lifecycleTransition: 'string',
|
|
9166
|
+
notificationArn: 'string',
|
|
9167
|
+
notificationMetadata: 'string',
|
|
9168
|
+
scalingGroupId: 'string',
|
|
9169
|
+
};
|
|
9170
|
+
}
|
|
9171
|
+
}
|
|
9172
|
+
exports.DescribeLifecycleHooksResponseBodyLifecycleHooks = DescribeLifecycleHooksResponseBodyLifecycleHooks;
|
|
9173
|
+
class DescribeNotificationConfigurationsResponseBodyNotificationConfigurationModels extends $tea.Model {
|
|
9174
|
+
constructor(map) {
|
|
9175
|
+
super(map);
|
|
9176
|
+
}
|
|
9177
|
+
static names() {
|
|
9178
|
+
return {
|
|
9179
|
+
notificationArn: 'NotificationArn',
|
|
9180
|
+
notificationTypes: 'NotificationTypes',
|
|
9181
|
+
scalingGroupId: 'ScalingGroupId',
|
|
9182
|
+
};
|
|
9183
|
+
}
|
|
9184
|
+
static types() {
|
|
9185
|
+
return {
|
|
9186
|
+
notificationArn: 'string',
|
|
9187
|
+
notificationTypes: { 'type': 'array', 'itemType': 'string' },
|
|
9188
|
+
scalingGroupId: 'string',
|
|
9189
|
+
};
|
|
9190
|
+
}
|
|
9191
|
+
}
|
|
9192
|
+
exports.DescribeNotificationConfigurationsResponseBodyNotificationConfigurationModels = DescribeNotificationConfigurationsResponseBodyNotificationConfigurationModels;
|
|
9193
|
+
class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
9194
|
+
constructor(map) {
|
|
9195
|
+
super(map);
|
|
9196
|
+
}
|
|
9197
|
+
static names() {
|
|
9198
|
+
return {
|
|
9199
|
+
classicUnavailable: 'ClassicUnavailable',
|
|
9200
|
+
localName: 'LocalName',
|
|
9201
|
+
regionEndpoint: 'RegionEndpoint',
|
|
9202
|
+
regionId: 'RegionId',
|
|
9203
|
+
vpcUnavailable: 'VpcUnavailable',
|
|
9204
|
+
};
|
|
9205
|
+
}
|
|
9206
|
+
static types() {
|
|
9207
|
+
return {
|
|
9208
|
+
classicUnavailable: 'boolean',
|
|
9209
|
+
localName: 'string',
|
|
9210
|
+
regionEndpoint: 'string',
|
|
9211
|
+
regionId: 'string',
|
|
9212
|
+
vpcUnavailable: 'boolean',
|
|
9213
|
+
};
|
|
9214
|
+
}
|
|
9215
|
+
}
|
|
9216
|
+
exports.DescribeRegionsResponseBodyRegions = DescribeRegionsResponseBodyRegions;
|
|
9217
|
+
class DescribeScalingActivitiesResponseBodyScalingActivitiesLifecycleHookContext extends $tea.Model {
|
|
9218
|
+
constructor(map) {
|
|
9219
|
+
super(map);
|
|
9220
|
+
}
|
|
9221
|
+
static names() {
|
|
9222
|
+
return {
|
|
9223
|
+
disableLifecycleHook: 'DisableLifecycleHook',
|
|
9224
|
+
ignoredLifecycleHookIds: 'IgnoredLifecycleHookIds',
|
|
9225
|
+
};
|
|
9226
|
+
}
|
|
9227
|
+
static types() {
|
|
9228
|
+
return {
|
|
9229
|
+
disableLifecycleHook: 'boolean',
|
|
9230
|
+
ignoredLifecycleHookIds: { 'type': 'array', 'itemType': 'string' },
|
|
9231
|
+
};
|
|
9232
|
+
}
|
|
9233
|
+
}
|
|
9234
|
+
exports.DescribeScalingActivitiesResponseBodyScalingActivitiesLifecycleHookContext = DescribeScalingActivitiesResponseBodyScalingActivitiesLifecycleHookContext;
|
|
9235
|
+
class DescribeScalingActivitiesResponseBodyScalingActivities extends $tea.Model {
|
|
9236
|
+
constructor(map) {
|
|
9237
|
+
super(map);
|
|
9238
|
+
}
|
|
9239
|
+
static names() {
|
|
9240
|
+
return {
|
|
9241
|
+
activityMetadata: 'ActivityMetadata',
|
|
9242
|
+
attachedCapacity: 'AttachedCapacity',
|
|
9243
|
+
autoCreatedCapacity: 'AutoCreatedCapacity',
|
|
9244
|
+
cause: 'Cause',
|
|
9245
|
+
createdCapacity: 'CreatedCapacity',
|
|
9246
|
+
createdInstances: 'CreatedInstances',
|
|
9247
|
+
description: 'Description',
|
|
9248
|
+
destroyedCapacity: 'DestroyedCapacity',
|
|
9249
|
+
destroyedInstances: 'DestroyedInstances',
|
|
9250
|
+
detail: 'Detail',
|
|
9251
|
+
endTime: 'EndTime',
|
|
9252
|
+
errorCode: 'ErrorCode',
|
|
9253
|
+
errorMessage: 'ErrorMessage',
|
|
9254
|
+
lifecycleHookContext: 'LifecycleHookContext',
|
|
9255
|
+
progress: 'Progress',
|
|
9256
|
+
scalingActivityId: 'ScalingActivityId',
|
|
9257
|
+
scalingGroupId: 'ScalingGroupId',
|
|
9258
|
+
scalingInstanceNumber: 'ScalingInstanceNumber',
|
|
9259
|
+
startTime: 'StartTime',
|
|
9260
|
+
startedCapacity: 'StartedCapacity',
|
|
9261
|
+
startedInstances: 'StartedInstances',
|
|
9262
|
+
statusCode: 'StatusCode',
|
|
9263
|
+
statusMessage: 'StatusMessage',
|
|
9264
|
+
stoppedCapacity: 'StoppedCapacity',
|
|
9265
|
+
stoppedInstances: 'StoppedInstances',
|
|
9266
|
+
totalCapacity: 'TotalCapacity',
|
|
9267
|
+
triggerSourceId: 'TriggerSourceId',
|
|
9268
|
+
triggerSourceType: 'TriggerSourceType',
|
|
9269
|
+
};
|
|
9270
|
+
}
|
|
9271
|
+
static types() {
|
|
9272
|
+
return {
|
|
9273
|
+
activityMetadata: 'string',
|
|
9274
|
+
attachedCapacity: 'string',
|
|
9275
|
+
autoCreatedCapacity: 'string',
|
|
9276
|
+
cause: 'string',
|
|
9277
|
+
createdCapacity: 'number',
|
|
9278
|
+
createdInstances: { 'type': 'array', 'itemType': 'string' },
|
|
9279
|
+
description: 'string',
|
|
9280
|
+
destroyedCapacity: 'number',
|
|
9281
|
+
destroyedInstances: { 'type': 'array', 'itemType': 'string' },
|
|
9282
|
+
detail: 'string',
|
|
9283
|
+
endTime: 'string',
|
|
9284
|
+
errorCode: 'string',
|
|
9285
|
+
errorMessage: 'string',
|
|
9286
|
+
lifecycleHookContext: DescribeScalingActivitiesResponseBodyScalingActivitiesLifecycleHookContext,
|
|
9287
|
+
progress: 'number',
|
|
9288
|
+
scalingActivityId: 'string',
|
|
9289
|
+
scalingGroupId: 'string',
|
|
9290
|
+
scalingInstanceNumber: 'number',
|
|
9291
|
+
startTime: 'string',
|
|
9292
|
+
startedCapacity: 'number',
|
|
9293
|
+
startedInstances: { 'type': 'array', 'itemType': 'string' },
|
|
9294
|
+
statusCode: 'string',
|
|
9295
|
+
statusMessage: 'string',
|
|
9296
|
+
stoppedCapacity: 'number',
|
|
9297
|
+
stoppedInstances: { 'type': 'array', 'itemType': 'string' },
|
|
9298
|
+
totalCapacity: 'string',
|
|
9299
|
+
triggerSourceId: 'string',
|
|
9300
|
+
triggerSourceType: 'string',
|
|
9301
|
+
};
|
|
9302
|
+
}
|
|
9303
|
+
}
|
|
9304
|
+
exports.DescribeScalingActivitiesResponseBodyScalingActivities = DescribeScalingActivitiesResponseBodyScalingActivities;
|
|
9305
|
+
class DescribeScalingConfigurationsResponseBodyScalingConfigurationsCustomPriorities extends $tea.Model {
|
|
9306
|
+
constructor(map) {
|
|
9307
|
+
super(map);
|
|
9308
|
+
}
|
|
9309
|
+
static names() {
|
|
9310
|
+
return {
|
|
9311
|
+
instanceType: 'InstanceType',
|
|
9312
|
+
vswitchId: 'VswitchId',
|
|
9313
|
+
};
|
|
9314
|
+
}
|
|
9315
|
+
static types() {
|
|
9316
|
+
return {
|
|
9317
|
+
instanceType: 'string',
|
|
9318
|
+
vswitchId: 'string',
|
|
9319
|
+
};
|
|
9320
|
+
}
|
|
9321
|
+
}
|
|
9322
|
+
exports.DescribeScalingConfigurationsResponseBodyScalingConfigurationsCustomPriorities = DescribeScalingConfigurationsResponseBodyScalingConfigurationsCustomPriorities;
|
|
9323
|
+
class DescribeScalingConfigurationsResponseBodyScalingConfigurationsDataDisks extends $tea.Model {
|
|
9324
|
+
constructor(map) {
|
|
9325
|
+
super(map);
|
|
9326
|
+
}
|
|
9327
|
+
static names() {
|
|
9328
|
+
return {
|
|
9329
|
+
autoSnapshotPolicyId: 'AutoSnapshotPolicyId',
|
|
9330
|
+
burstingEnabled: 'BurstingEnabled',
|
|
9331
|
+
categories: 'Categories',
|
|
9332
|
+
category: 'Category',
|
|
9333
|
+
deleteWithInstance: 'DeleteWithInstance',
|
|
9334
|
+
description: 'Description',
|
|
9335
|
+
device: 'Device',
|
|
9336
|
+
diskName: 'DiskName',
|
|
9337
|
+
encrypted: 'Encrypted',
|
|
9338
|
+
KMSKeyId: 'KMSKeyId',
|
|
9339
|
+
performanceLevel: 'PerformanceLevel',
|
|
9340
|
+
provisionedIops: 'ProvisionedIops',
|
|
9341
|
+
size: 'Size',
|
|
9342
|
+
snapshotId: 'SnapshotId',
|
|
9343
|
+
};
|
|
9344
|
+
}
|
|
9345
|
+
static types() {
|
|
9346
|
+
return {
|
|
9347
|
+
autoSnapshotPolicyId: 'string',
|
|
9348
|
+
burstingEnabled: 'boolean',
|
|
9349
|
+
categories: { 'type': 'array', 'itemType': 'string' },
|
|
9350
|
+
category: 'string',
|
|
9351
|
+
deleteWithInstance: 'boolean',
|
|
9352
|
+
description: 'string',
|
|
9353
|
+
device: 'string',
|
|
9354
|
+
diskName: 'string',
|
|
9355
|
+
encrypted: 'string',
|
|
9356
|
+
KMSKeyId: 'string',
|
|
9357
|
+
performanceLevel: 'string',
|
|
9358
|
+
provisionedIops: 'number',
|
|
9359
|
+
size: 'number',
|
|
9360
|
+
snapshotId: 'string',
|
|
9361
|
+
};
|
|
9362
|
+
}
|
|
9363
|
+
}
|
|
9364
|
+
exports.DescribeScalingConfigurationsResponseBodyScalingConfigurationsDataDisks = DescribeScalingConfigurationsResponseBodyScalingConfigurationsDataDisks;
|
|
9365
|
+
class DescribeScalingConfigurationsResponseBodyScalingConfigurationsInstancePatternInfos extends $tea.Model {
|
|
9366
|
+
constructor(map) {
|
|
9367
|
+
super(map);
|
|
9368
|
+
}
|
|
9369
|
+
static names() {
|
|
9370
|
+
return {
|
|
9371
|
+
architectures: 'Architectures',
|
|
9372
|
+
burstablePerformance: 'BurstablePerformance',
|
|
9373
|
+
cores: 'Cores',
|
|
9374
|
+
excludedInstanceTypes: 'ExcludedInstanceTypes',
|
|
9375
|
+
instanceFamilyLevel: 'InstanceFamilyLevel',
|
|
9376
|
+
maxPrice: 'MaxPrice',
|
|
9377
|
+
memory: 'Memory',
|
|
9378
|
+
};
|
|
9379
|
+
}
|
|
9380
|
+
static types() {
|
|
9381
|
+
return {
|
|
9382
|
+
architectures: { 'type': 'array', 'itemType': 'string' },
|
|
9383
|
+
burstablePerformance: 'string',
|
|
9384
|
+
cores: 'number',
|
|
9385
|
+
excludedInstanceTypes: { 'type': 'array', 'itemType': 'string' },
|
|
9386
|
+
instanceFamilyLevel: 'string',
|
|
9387
|
+
maxPrice: 'number',
|
|
9388
|
+
memory: 'number',
|
|
9389
|
+
};
|
|
9390
|
+
}
|
|
9391
|
+
}
|
|
9392
|
+
exports.DescribeScalingConfigurationsResponseBodyScalingConfigurationsInstancePatternInfos = DescribeScalingConfigurationsResponseBodyScalingConfigurationsInstancePatternInfos;
|
|
9393
|
+
class DescribeScalingConfigurationsResponseBodyScalingConfigurationsSchedulerOptions extends $tea.Model {
|
|
9394
|
+
constructor(map) {
|
|
9395
|
+
super(map);
|
|
9396
|
+
}
|
|
9397
|
+
static names() {
|
|
9398
|
+
return {
|
|
9399
|
+
managedPrivateSpaceId: 'ManagedPrivateSpaceId',
|
|
9400
|
+
};
|
|
9401
|
+
}
|
|
9402
|
+
static types() {
|
|
9403
|
+
return {
|
|
9404
|
+
managedPrivateSpaceId: 'string',
|
|
9405
|
+
};
|
|
9406
|
+
}
|
|
9407
|
+
}
|
|
9408
|
+
exports.DescribeScalingConfigurationsResponseBodyScalingConfigurationsSchedulerOptions = DescribeScalingConfigurationsResponseBodyScalingConfigurationsSchedulerOptions;
|
|
9409
|
+
class DescribeScalingConfigurationsResponseBodyScalingConfigurationsSpotPriceLimits extends $tea.Model {
|
|
9410
|
+
constructor(map) {
|
|
9411
|
+
super(map);
|
|
9412
|
+
}
|
|
9413
|
+
static names() {
|
|
9414
|
+
return {
|
|
9415
|
+
instanceType: 'InstanceType',
|
|
9416
|
+
priceLimit: 'PriceLimit',
|
|
9417
|
+
};
|
|
9418
|
+
}
|
|
9419
|
+
static types() {
|
|
9420
|
+
return {
|
|
9421
|
+
instanceType: 'string',
|
|
9422
|
+
priceLimit: 'number',
|
|
9423
|
+
};
|
|
9424
|
+
}
|
|
9425
|
+
}
|
|
9426
|
+
exports.DescribeScalingConfigurationsResponseBodyScalingConfigurationsSpotPriceLimits = DescribeScalingConfigurationsResponseBodyScalingConfigurationsSpotPriceLimits;
|
|
9427
|
+
class DescribeScalingConfigurationsResponseBodyScalingConfigurationsTags extends $tea.Model {
|
|
9428
|
+
constructor(map) {
|
|
9429
|
+
super(map);
|
|
9430
|
+
}
|
|
9431
|
+
static names() {
|
|
9432
|
+
return {
|
|
9433
|
+
key: 'Key',
|
|
9434
|
+
value: 'Value',
|
|
9435
|
+
};
|
|
9436
|
+
}
|
|
9437
|
+
static types() {
|
|
9438
|
+
return {
|
|
9439
|
+
key: 'string',
|
|
9440
|
+
value: 'string',
|
|
9441
|
+
};
|
|
9442
|
+
}
|
|
9443
|
+
}
|
|
9444
|
+
exports.DescribeScalingConfigurationsResponseBodyScalingConfigurationsTags = DescribeScalingConfigurationsResponseBodyScalingConfigurationsTags;
|
|
9445
|
+
class DescribeScalingConfigurationsResponseBodyScalingConfigurations extends $tea.Model {
|
|
9446
|
+
constructor(map) {
|
|
9447
|
+
super(map);
|
|
9448
|
+
}
|
|
9449
|
+
static names() {
|
|
9450
|
+
return {
|
|
9451
|
+
affinity: 'Affinity',
|
|
9452
|
+
cpu: 'Cpu',
|
|
9453
|
+
creationTime: 'CreationTime',
|
|
9454
|
+
creditSpecification: 'CreditSpecification',
|
|
9455
|
+
customPriorities: 'CustomPriorities',
|
|
9456
|
+
dataDisks: 'DataDisks',
|
|
9457
|
+
dedicatedHostId: 'DedicatedHostId',
|
|
9458
|
+
deletionProtection: 'DeletionProtection',
|
|
9459
|
+
deploymentSetId: 'DeploymentSetId',
|
|
9460
|
+
hostName: 'HostName',
|
|
9461
|
+
hpcClusterId: 'HpcClusterId',
|
|
9462
|
+
imageFamily: 'ImageFamily',
|
|
9463
|
+
imageId: 'ImageId',
|
|
9464
|
+
imageName: 'ImageName',
|
|
9465
|
+
imageOptionsLoginAsNonRoot: 'ImageOptionsLoginAsNonRoot',
|
|
9466
|
+
imageOwnerAlias: 'ImageOwnerAlias',
|
|
9467
|
+
instanceDescription: 'InstanceDescription',
|
|
9468
|
+
instanceGeneration: 'InstanceGeneration',
|
|
9469
|
+
instanceName: 'InstanceName',
|
|
9470
|
+
instancePatternInfos: 'InstancePatternInfos',
|
|
9471
|
+
instanceType: 'InstanceType',
|
|
9472
|
+
instanceTypes: 'InstanceTypes',
|
|
9473
|
+
internetChargeType: 'InternetChargeType',
|
|
9474
|
+
internetMaxBandwidthIn: 'InternetMaxBandwidthIn',
|
|
9475
|
+
internetMaxBandwidthOut: 'InternetMaxBandwidthOut',
|
|
9476
|
+
ioOptimized: 'IoOptimized',
|
|
9477
|
+
ipv6AddressCount: 'Ipv6AddressCount',
|
|
9478
|
+
keyPairName: 'KeyPairName',
|
|
9479
|
+
lifecycleState: 'LifecycleState',
|
|
9480
|
+
loadBalancerWeight: 'LoadBalancerWeight',
|
|
9481
|
+
memory: 'Memory',
|
|
9482
|
+
passwordInherit: 'PasswordInherit',
|
|
9483
|
+
privatePoolOptions_id: 'PrivatePoolOptions.Id',
|
|
9484
|
+
privatePoolOptions_matchCriteria: 'PrivatePoolOptions.MatchCriteria',
|
|
9485
|
+
ramRoleName: 'RamRoleName',
|
|
9486
|
+
resourceGroupId: 'ResourceGroupId',
|
|
9487
|
+
scalingConfigurationId: 'ScalingConfigurationId',
|
|
9488
|
+
scalingConfigurationName: 'ScalingConfigurationName',
|
|
9489
|
+
scalingGroupId: 'ScalingGroupId',
|
|
9490
|
+
schedulerOptions: 'SchedulerOptions',
|
|
9491
|
+
securityEnhancementStrategy: 'SecurityEnhancementStrategy',
|
|
9492
|
+
securityGroupId: 'SecurityGroupId',
|
|
9493
|
+
securityGroupIds: 'SecurityGroupIds',
|
|
9494
|
+
spotDuration: 'SpotDuration',
|
|
9495
|
+
spotInterruptionBehavior: 'SpotInterruptionBehavior',
|
|
9496
|
+
spotPriceLimits: 'SpotPriceLimits',
|
|
9497
|
+
spotStrategy: 'SpotStrategy',
|
|
9498
|
+
storageSetId: 'StorageSetId',
|
|
9499
|
+
storageSetPartitionNumber: 'StorageSetPartitionNumber',
|
|
9500
|
+
systemDiskAutoSnapshotPolicyId: 'SystemDiskAutoSnapshotPolicyId',
|
|
9501
|
+
systemDiskBurstingEnabled: 'SystemDiskBurstingEnabled',
|
|
9502
|
+
systemDiskCategories: 'SystemDiskCategories',
|
|
9503
|
+
systemDiskCategory: 'SystemDiskCategory',
|
|
9504
|
+
systemDiskDescription: 'SystemDiskDescription',
|
|
9505
|
+
systemDiskEncryptAlgorithm: 'SystemDiskEncryptAlgorithm',
|
|
9506
|
+
systemDiskEncrypted: 'SystemDiskEncrypted',
|
|
9507
|
+
systemDiskKMSKeyId: 'SystemDiskKMSKeyId',
|
|
9508
|
+
systemDiskName: 'SystemDiskName',
|
|
9509
|
+
systemDiskPerformanceLevel: 'SystemDiskPerformanceLevel',
|
|
9510
|
+
systemDiskProvisionedIops: 'SystemDiskProvisionedIops',
|
|
9511
|
+
systemDiskSize: 'SystemDiskSize',
|
|
9512
|
+
tags: 'Tags',
|
|
9513
|
+
tenancy: 'Tenancy',
|
|
9514
|
+
userData: 'UserData',
|
|
9515
|
+
weightedCapacities: 'WeightedCapacities',
|
|
9516
|
+
zoneId: 'ZoneId',
|
|
9517
|
+
};
|
|
9518
|
+
}
|
|
9519
|
+
static types() {
|
|
9520
|
+
return {
|
|
9521
|
+
affinity: 'string',
|
|
9522
|
+
cpu: 'number',
|
|
9523
|
+
creationTime: 'string',
|
|
9524
|
+
creditSpecification: 'string',
|
|
9525
|
+
customPriorities: { 'type': 'array', 'itemType': DescribeScalingConfigurationsResponseBodyScalingConfigurationsCustomPriorities },
|
|
9526
|
+
dataDisks: { 'type': 'array', 'itemType': DescribeScalingConfigurationsResponseBodyScalingConfigurationsDataDisks },
|
|
9527
|
+
dedicatedHostId: 'string',
|
|
9528
|
+
deletionProtection: 'boolean',
|
|
9529
|
+
deploymentSetId: 'string',
|
|
9530
|
+
hostName: 'string',
|
|
9531
|
+
hpcClusterId: 'string',
|
|
9532
|
+
imageFamily: 'string',
|
|
9533
|
+
imageId: 'string',
|
|
9534
|
+
imageName: 'string',
|
|
9535
|
+
imageOptionsLoginAsNonRoot: 'boolean',
|
|
9536
|
+
imageOwnerAlias: 'string',
|
|
9537
|
+
instanceDescription: 'string',
|
|
9538
|
+
instanceGeneration: 'string',
|
|
9539
|
+
instanceName: 'string',
|
|
9540
|
+
instancePatternInfos: { 'type': 'array', 'itemType': DescribeScalingConfigurationsResponseBodyScalingConfigurationsInstancePatternInfos },
|
|
9541
|
+
instanceType: 'string',
|
|
9542
|
+
instanceTypes: { 'type': 'array', 'itemType': 'string' },
|
|
9543
|
+
internetChargeType: 'string',
|
|
9544
|
+
internetMaxBandwidthIn: 'number',
|
|
9545
|
+
internetMaxBandwidthOut: 'number',
|
|
9546
|
+
ioOptimized: 'string',
|
|
9547
|
+
ipv6AddressCount: 'number',
|
|
9548
|
+
keyPairName: 'string',
|
|
9549
|
+
lifecycleState: 'string',
|
|
9550
|
+
loadBalancerWeight: 'number',
|
|
9551
|
+
memory: 'number',
|
|
9552
|
+
passwordInherit: 'boolean',
|
|
9553
|
+
privatePoolOptions_id: 'string',
|
|
9554
|
+
privatePoolOptions_matchCriteria: 'string',
|
|
9555
|
+
ramRoleName: 'string',
|
|
9556
|
+
resourceGroupId: 'string',
|
|
9557
|
+
scalingConfigurationId: 'string',
|
|
9558
|
+
scalingConfigurationName: 'string',
|
|
9559
|
+
scalingGroupId: 'string',
|
|
9560
|
+
schedulerOptions: DescribeScalingConfigurationsResponseBodyScalingConfigurationsSchedulerOptions,
|
|
9561
|
+
securityEnhancementStrategy: 'string',
|
|
9562
|
+
securityGroupId: 'string',
|
|
9563
|
+
securityGroupIds: { 'type': 'array', 'itemType': 'string' },
|
|
9564
|
+
spotDuration: 'number',
|
|
9565
|
+
spotInterruptionBehavior: 'string',
|
|
9566
|
+
spotPriceLimits: { 'type': 'array', 'itemType': DescribeScalingConfigurationsResponseBodyScalingConfigurationsSpotPriceLimits },
|
|
9567
|
+
spotStrategy: 'string',
|
|
9568
|
+
storageSetId: 'string',
|
|
9569
|
+
storageSetPartitionNumber: 'number',
|
|
9570
|
+
systemDiskAutoSnapshotPolicyId: 'string',
|
|
9571
|
+
systemDiskBurstingEnabled: 'boolean',
|
|
9572
|
+
systemDiskCategories: { 'type': 'array', 'itemType': 'string' },
|
|
9573
|
+
systemDiskCategory: 'string',
|
|
9574
|
+
systemDiskDescription: 'string',
|
|
9575
|
+
systemDiskEncryptAlgorithm: 'string',
|
|
9576
|
+
systemDiskEncrypted: 'boolean',
|
|
9577
|
+
systemDiskKMSKeyId: 'string',
|
|
9578
|
+
systemDiskName: 'string',
|
|
9579
|
+
systemDiskPerformanceLevel: 'string',
|
|
9580
|
+
systemDiskProvisionedIops: 'number',
|
|
9581
|
+
systemDiskSize: 'number',
|
|
9582
|
+
tags: { 'type': 'array', 'itemType': DescribeScalingConfigurationsResponseBodyScalingConfigurationsTags },
|
|
9583
|
+
tenancy: 'string',
|
|
9584
|
+
userData: 'string',
|
|
9585
|
+
weightedCapacities: { 'type': 'array', 'itemType': 'number' },
|
|
9586
|
+
zoneId: 'string',
|
|
9587
|
+
};
|
|
9588
|
+
}
|
|
9589
|
+
}
|
|
9590
|
+
exports.DescribeScalingConfigurationsResponseBodyScalingConfigurations = DescribeScalingConfigurationsResponseBodyScalingConfigurations;
|
|
9591
|
+
class DescribeScalingGroupDetailResponseBodyScalingGroupAlbServerGroups extends $tea.Model {
|
|
9592
|
+
constructor(map) {
|
|
9593
|
+
super(map);
|
|
9594
|
+
}
|
|
9595
|
+
static names() {
|
|
9596
|
+
return {
|
|
9597
|
+
albServerGroupId: 'AlbServerGroupId',
|
|
9598
|
+
port: 'Port',
|
|
9599
|
+
weight: 'Weight',
|
|
8384
9600
|
};
|
|
8385
9601
|
}
|
|
8386
9602
|
static types() {
|
|
8387
9603
|
return {
|
|
8388
|
-
|
|
8389
|
-
|
|
8390
|
-
|
|
8391
|
-
createdCapacity: 'number',
|
|
8392
|
-
createdInstances: { 'type': 'array', 'itemType': 'string' },
|
|
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',
|
|
9604
|
+
albServerGroupId: 'string',
|
|
9605
|
+
port: 'number',
|
|
9606
|
+
weight: 'number',
|
|
8412
9607
|
};
|
|
8413
9608
|
}
|
|
8414
9609
|
}
|
|
8415
|
-
exports.
|
|
8416
|
-
class
|
|
9610
|
+
exports.DescribeScalingGroupDetailResponseBodyScalingGroupAlbServerGroups = DescribeScalingGroupDetailResponseBodyScalingGroupAlbServerGroups;
|
|
9611
|
+
class DescribeScalingGroupDetailResponseBodyScalingGroupLaunchTemplateOverrides extends $tea.Model {
|
|
8417
9612
|
constructor(map) {
|
|
8418
9613
|
super(map);
|
|
8419
9614
|
}
|
|
8420
9615
|
static names() {
|
|
8421
9616
|
return {
|
|
8422
9617
|
instanceType: 'InstanceType',
|
|
8423
|
-
|
|
9618
|
+
spotPriceLimit: 'SpotPriceLimit',
|
|
9619
|
+
weightedCapacity: 'WeightedCapacity',
|
|
8424
9620
|
};
|
|
8425
9621
|
}
|
|
8426
9622
|
static types() {
|
|
8427
9623
|
return {
|
|
8428
9624
|
instanceType: 'string',
|
|
8429
|
-
|
|
9625
|
+
spotPriceLimit: 'number',
|
|
9626
|
+
weightedCapacity: 'number',
|
|
8430
9627
|
};
|
|
8431
9628
|
}
|
|
8432
9629
|
}
|
|
8433
|
-
exports.
|
|
8434
|
-
class
|
|
9630
|
+
exports.DescribeScalingGroupDetailResponseBodyScalingGroupLaunchTemplateOverrides = DescribeScalingGroupDetailResponseBodyScalingGroupLaunchTemplateOverrides;
|
|
9631
|
+
class DescribeScalingGroupDetailResponseBodyScalingGroupLoadBalancerConfigs extends $tea.Model {
|
|
8435
9632
|
constructor(map) {
|
|
8436
9633
|
super(map);
|
|
8437
9634
|
}
|
|
8438
9635
|
static names() {
|
|
8439
9636
|
return {
|
|
8440
|
-
|
|
8441
|
-
|
|
8442
|
-
categories: 'Categories',
|
|
8443
|
-
category: 'Category',
|
|
8444
|
-
deleteWithInstance: 'DeleteWithInstance',
|
|
8445
|
-
description: 'Description',
|
|
8446
|
-
device: 'Device',
|
|
8447
|
-
diskName: 'DiskName',
|
|
8448
|
-
encrypted: 'Encrypted',
|
|
8449
|
-
KMSKeyId: 'KMSKeyId',
|
|
8450
|
-
performanceLevel: 'PerformanceLevel',
|
|
8451
|
-
provisionedIops: 'ProvisionedIops',
|
|
8452
|
-
size: 'Size',
|
|
8453
|
-
snapshotId: 'SnapshotId',
|
|
9637
|
+
loadBalancerId: 'LoadBalancerId',
|
|
9638
|
+
weight: 'Weight',
|
|
8454
9639
|
};
|
|
8455
9640
|
}
|
|
8456
9641
|
static types() {
|
|
8457
9642
|
return {
|
|
8458
|
-
|
|
8459
|
-
|
|
8460
|
-
categories: { 'type': 'array', 'itemType': 'string' },
|
|
8461
|
-
category: 'string',
|
|
8462
|
-
deleteWithInstance: 'boolean',
|
|
8463
|
-
description: 'string',
|
|
8464
|
-
device: 'string',
|
|
8465
|
-
diskName: 'string',
|
|
8466
|
-
encrypted: 'string',
|
|
8467
|
-
KMSKeyId: 'string',
|
|
8468
|
-
performanceLevel: 'string',
|
|
8469
|
-
provisionedIops: 'number',
|
|
8470
|
-
size: 'number',
|
|
8471
|
-
snapshotId: 'string',
|
|
9643
|
+
loadBalancerId: 'string',
|
|
9644
|
+
weight: 'number',
|
|
8472
9645
|
};
|
|
8473
9646
|
}
|
|
8474
9647
|
}
|
|
8475
|
-
exports.
|
|
8476
|
-
class
|
|
9648
|
+
exports.DescribeScalingGroupDetailResponseBodyScalingGroupLoadBalancerConfigs = DescribeScalingGroupDetailResponseBodyScalingGroupLoadBalancerConfigs;
|
|
9649
|
+
class DescribeScalingGroupDetailResponseBodyScalingGroupServerGroups extends $tea.Model {
|
|
8477
9650
|
constructor(map) {
|
|
8478
9651
|
super(map);
|
|
8479
9652
|
}
|
|
8480
9653
|
static names() {
|
|
8481
9654
|
return {
|
|
8482
|
-
|
|
8483
|
-
|
|
8484
|
-
|
|
8485
|
-
|
|
8486
|
-
instanceFamilyLevel: 'InstanceFamilyLevel',
|
|
8487
|
-
maxPrice: 'MaxPrice',
|
|
8488
|
-
memory: 'Memory',
|
|
9655
|
+
port: 'Port',
|
|
9656
|
+
serverGroupId: 'ServerGroupId',
|
|
9657
|
+
type: 'Type',
|
|
9658
|
+
weight: 'Weight',
|
|
8489
9659
|
};
|
|
8490
9660
|
}
|
|
8491
9661
|
static types() {
|
|
8492
9662
|
return {
|
|
8493
|
-
|
|
8494
|
-
|
|
8495
|
-
|
|
8496
|
-
|
|
8497
|
-
instanceFamilyLevel: 'string',
|
|
8498
|
-
maxPrice: 'number',
|
|
8499
|
-
memory: 'number',
|
|
9663
|
+
port: 'number',
|
|
9664
|
+
serverGroupId: 'string',
|
|
9665
|
+
type: 'string',
|
|
9666
|
+
weight: 'number',
|
|
8500
9667
|
};
|
|
8501
9668
|
}
|
|
8502
9669
|
}
|
|
8503
|
-
exports.
|
|
8504
|
-
class
|
|
9670
|
+
exports.DescribeScalingGroupDetailResponseBodyScalingGroupServerGroups = DescribeScalingGroupDetailResponseBodyScalingGroupServerGroups;
|
|
9671
|
+
class DescribeScalingGroupDetailResponseBodyScalingGroupTags extends $tea.Model {
|
|
8505
9672
|
constructor(map) {
|
|
8506
9673
|
super(map);
|
|
8507
9674
|
}
|
|
8508
9675
|
static names() {
|
|
8509
9676
|
return {
|
|
8510
|
-
|
|
9677
|
+
propagate: 'Propagate',
|
|
9678
|
+
tagKey: 'TagKey',
|
|
9679
|
+
tagValue: 'TagValue',
|
|
8511
9680
|
};
|
|
8512
9681
|
}
|
|
8513
9682
|
static types() {
|
|
8514
9683
|
return {
|
|
8515
|
-
|
|
9684
|
+
propagate: 'boolean',
|
|
9685
|
+
tagKey: 'string',
|
|
9686
|
+
tagValue: 'string',
|
|
8516
9687
|
};
|
|
8517
9688
|
}
|
|
8518
9689
|
}
|
|
8519
|
-
exports.
|
|
8520
|
-
class
|
|
9690
|
+
exports.DescribeScalingGroupDetailResponseBodyScalingGroupTags = DescribeScalingGroupDetailResponseBodyScalingGroupTags;
|
|
9691
|
+
class DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroupsVServerGroupAttributes extends $tea.Model {
|
|
8521
9692
|
constructor(map) {
|
|
8522
9693
|
super(map);
|
|
8523
9694
|
}
|
|
8524
9695
|
static names() {
|
|
8525
9696
|
return {
|
|
8526
|
-
|
|
8527
|
-
|
|
9697
|
+
port: 'Port',
|
|
9698
|
+
VServerGroupId: 'VServerGroupId',
|
|
9699
|
+
weight: 'Weight',
|
|
8528
9700
|
};
|
|
8529
9701
|
}
|
|
8530
9702
|
static types() {
|
|
8531
9703
|
return {
|
|
8532
|
-
|
|
8533
|
-
|
|
9704
|
+
port: 'number',
|
|
9705
|
+
VServerGroupId: 'string',
|
|
9706
|
+
weight: 'number',
|
|
8534
9707
|
};
|
|
8535
9708
|
}
|
|
8536
9709
|
}
|
|
8537
|
-
exports.
|
|
8538
|
-
class
|
|
9710
|
+
exports.DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroupsVServerGroupAttributes = DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroupsVServerGroupAttributes;
|
|
9711
|
+
class DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroups extends $tea.Model {
|
|
8539
9712
|
constructor(map) {
|
|
8540
9713
|
super(map);
|
|
8541
9714
|
}
|
|
8542
9715
|
static names() {
|
|
8543
9716
|
return {
|
|
8544
|
-
|
|
8545
|
-
|
|
9717
|
+
loadBalancerId: 'LoadBalancerId',
|
|
9718
|
+
VServerGroupAttributes: 'VServerGroupAttributes',
|
|
8546
9719
|
};
|
|
8547
9720
|
}
|
|
8548
9721
|
static types() {
|
|
8549
9722
|
return {
|
|
8550
|
-
|
|
8551
|
-
|
|
9723
|
+
loadBalancerId: 'string',
|
|
9724
|
+
VServerGroupAttributes: { 'type': 'array', 'itemType': DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroupsVServerGroupAttributes },
|
|
8552
9725
|
};
|
|
8553
9726
|
}
|
|
8554
9727
|
}
|
|
8555
|
-
exports.
|
|
8556
|
-
class
|
|
9728
|
+
exports.DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroups = DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroups;
|
|
9729
|
+
class DescribeScalingGroupDetailResponseBodyScalingGroup extends $tea.Model {
|
|
8557
9730
|
constructor(map) {
|
|
8558
9731
|
super(map);
|
|
8559
9732
|
}
|
|
8560
9733
|
static names() {
|
|
8561
9734
|
return {
|
|
8562
|
-
|
|
8563
|
-
|
|
9735
|
+
activeCapacity: 'ActiveCapacity',
|
|
9736
|
+
activeScalingConfigurationId: 'ActiveScalingConfigurationId',
|
|
9737
|
+
albServerGroups: 'AlbServerGroups',
|
|
9738
|
+
allocationStrategy: 'AllocationStrategy',
|
|
9739
|
+
azBalance: 'AzBalance',
|
|
9740
|
+
compensateWithOnDemand: 'CompensateWithOnDemand',
|
|
8564
9741
|
creationTime: 'CreationTime',
|
|
8565
|
-
|
|
8566
|
-
|
|
8567
|
-
|
|
8568
|
-
|
|
8569
|
-
|
|
8570
|
-
|
|
8571
|
-
|
|
8572
|
-
|
|
8573
|
-
|
|
8574
|
-
|
|
8575
|
-
|
|
8576
|
-
|
|
8577
|
-
|
|
8578
|
-
|
|
8579
|
-
|
|
8580
|
-
instanceName: 'InstanceName',
|
|
8581
|
-
instancePatternInfos: 'InstancePatternInfos',
|
|
8582
|
-
instanceType: 'InstanceType',
|
|
8583
|
-
instanceTypes: 'InstanceTypes',
|
|
8584
|
-
internetChargeType: 'InternetChargeType',
|
|
8585
|
-
internetMaxBandwidthIn: 'InternetMaxBandwidthIn',
|
|
8586
|
-
internetMaxBandwidthOut: 'InternetMaxBandwidthOut',
|
|
8587
|
-
ioOptimized: 'IoOptimized',
|
|
8588
|
-
ipv6AddressCount: 'Ipv6AddressCount',
|
|
8589
|
-
keyPairName: 'KeyPairName',
|
|
9742
|
+
currentHostName: 'CurrentHostName',
|
|
9743
|
+
customPolicyARN: 'CustomPolicyARN',
|
|
9744
|
+
DBInstanceIds: 'DBInstanceIds',
|
|
9745
|
+
defaultCooldown: 'DefaultCooldown',
|
|
9746
|
+
desiredCapacity: 'DesiredCapacity',
|
|
9747
|
+
enableDesiredCapacity: 'EnableDesiredCapacity',
|
|
9748
|
+
groupDeletionProtection: 'GroupDeletionProtection',
|
|
9749
|
+
groupType: 'GroupType',
|
|
9750
|
+
healthCheckType: 'HealthCheckType',
|
|
9751
|
+
healthCheckTypes: 'HealthCheckTypes',
|
|
9752
|
+
initCapacity: 'InitCapacity',
|
|
9753
|
+
isElasticStrengthInAlarm: 'IsElasticStrengthInAlarm',
|
|
9754
|
+
launchTemplateId: 'LaunchTemplateId',
|
|
9755
|
+
launchTemplateOverrides: 'LaunchTemplateOverrides',
|
|
9756
|
+
launchTemplateVersion: 'LaunchTemplateVersion',
|
|
8590
9757
|
lifecycleState: 'LifecycleState',
|
|
8591
|
-
|
|
8592
|
-
|
|
8593
|
-
|
|
8594
|
-
|
|
8595
|
-
|
|
8596
|
-
|
|
9758
|
+
loadBalancerConfigs: 'LoadBalancerConfigs',
|
|
9759
|
+
loadBalancerIds: 'LoadBalancerIds',
|
|
9760
|
+
maxInstanceLifetime: 'MaxInstanceLifetime',
|
|
9761
|
+
maxSize: 'MaxSize',
|
|
9762
|
+
minSize: 'MinSize',
|
|
9763
|
+
modificationTime: 'ModificationTime',
|
|
9764
|
+
monitorGroupId: 'MonitorGroupId',
|
|
9765
|
+
multiAZPolicy: 'MultiAZPolicy',
|
|
9766
|
+
onDemandBaseCapacity: 'OnDemandBaseCapacity',
|
|
9767
|
+
onDemandPercentageAboveBaseCapacity: 'OnDemandPercentageAboveBaseCapacity',
|
|
9768
|
+
pendingCapacity: 'PendingCapacity',
|
|
9769
|
+
pendingWaitCapacity: 'PendingWaitCapacity',
|
|
9770
|
+
protectedCapacity: 'ProtectedCapacity',
|
|
9771
|
+
regionId: 'RegionId',
|
|
9772
|
+
removalPolicies: 'RemovalPolicies',
|
|
9773
|
+
removingCapacity: 'RemovingCapacity',
|
|
9774
|
+
removingWaitCapacity: 'RemovingWaitCapacity',
|
|
8597
9775
|
resourceGroupId: 'ResourceGroupId',
|
|
8598
|
-
scalingConfigurationId: 'ScalingConfigurationId',
|
|
8599
|
-
scalingConfigurationName: 'ScalingConfigurationName',
|
|
8600
9776
|
scalingGroupId: 'ScalingGroupId',
|
|
8601
|
-
|
|
8602
|
-
|
|
8603
|
-
|
|
8604
|
-
|
|
8605
|
-
|
|
8606
|
-
|
|
8607
|
-
|
|
8608
|
-
|
|
8609
|
-
|
|
8610
|
-
|
|
8611
|
-
systemDiskAutoSnapshotPolicyId: 'SystemDiskAutoSnapshotPolicyId',
|
|
8612
|
-
systemDiskBurstingEnabled: 'SystemDiskBurstingEnabled',
|
|
8613
|
-
systemDiskCategories: 'SystemDiskCategories',
|
|
8614
|
-
systemDiskCategory: 'SystemDiskCategory',
|
|
8615
|
-
systemDiskDescription: 'SystemDiskDescription',
|
|
8616
|
-
systemDiskEncryptAlgorithm: 'SystemDiskEncryptAlgorithm',
|
|
8617
|
-
systemDiskEncrypted: 'SystemDiskEncrypted',
|
|
8618
|
-
systemDiskKMSKeyId: 'SystemDiskKMSKeyId',
|
|
8619
|
-
systemDiskName: 'SystemDiskName',
|
|
8620
|
-
systemDiskPerformanceLevel: 'SystemDiskPerformanceLevel',
|
|
8621
|
-
systemDiskProvisionedIops: 'SystemDiskProvisionedIops',
|
|
8622
|
-
systemDiskSize: 'SystemDiskSize',
|
|
9777
|
+
scalingGroupName: 'ScalingGroupName',
|
|
9778
|
+
scalingPolicy: 'ScalingPolicy',
|
|
9779
|
+
serverGroups: 'ServerGroups',
|
|
9780
|
+
spotAllocationStrategy: 'SpotAllocationStrategy',
|
|
9781
|
+
spotInstancePools: 'SpotInstancePools',
|
|
9782
|
+
spotInstanceRemedy: 'SpotInstanceRemedy',
|
|
9783
|
+
standbyCapacity: 'StandbyCapacity',
|
|
9784
|
+
stoppedCapacity: 'StoppedCapacity',
|
|
9785
|
+
suspendedProcesses: 'SuspendedProcesses',
|
|
9786
|
+
systemSuspended: 'SystemSuspended',
|
|
8623
9787
|
tags: 'Tags',
|
|
8624
|
-
|
|
8625
|
-
|
|
8626
|
-
|
|
8627
|
-
|
|
9788
|
+
totalCapacity: 'TotalCapacity',
|
|
9789
|
+
totalInstanceCount: 'TotalInstanceCount',
|
|
9790
|
+
VServerGroups: 'VServerGroups',
|
|
9791
|
+
vSwitchId: 'VSwitchId',
|
|
9792
|
+
vSwitchIds: 'VSwitchIds',
|
|
9793
|
+
vpcId: 'VpcId',
|
|
8628
9794
|
};
|
|
8629
9795
|
}
|
|
8630
9796
|
static types() {
|
|
8631
9797
|
return {
|
|
8632
|
-
|
|
8633
|
-
|
|
9798
|
+
activeCapacity: 'number',
|
|
9799
|
+
activeScalingConfigurationId: 'string',
|
|
9800
|
+
albServerGroups: { 'type': 'array', 'itemType': DescribeScalingGroupDetailResponseBodyScalingGroupAlbServerGroups },
|
|
9801
|
+
allocationStrategy: 'string',
|
|
9802
|
+
azBalance: 'boolean',
|
|
9803
|
+
compensateWithOnDemand: 'boolean',
|
|
8634
9804
|
creationTime: 'string',
|
|
8635
|
-
|
|
8636
|
-
|
|
8637
|
-
|
|
8638
|
-
|
|
8639
|
-
|
|
8640
|
-
|
|
8641
|
-
|
|
8642
|
-
|
|
8643
|
-
|
|
8644
|
-
|
|
8645
|
-
|
|
8646
|
-
|
|
8647
|
-
|
|
8648
|
-
|
|
8649
|
-
|
|
8650
|
-
instanceName: 'string',
|
|
8651
|
-
instancePatternInfos: { 'type': 'array', 'itemType': DescribeScalingConfigurationsResponseBodyScalingConfigurationsInstancePatternInfos },
|
|
8652
|
-
instanceType: 'string',
|
|
8653
|
-
instanceTypes: { 'type': 'array', 'itemType': 'string' },
|
|
8654
|
-
internetChargeType: 'string',
|
|
8655
|
-
internetMaxBandwidthIn: 'number',
|
|
8656
|
-
internetMaxBandwidthOut: 'number',
|
|
8657
|
-
ioOptimized: 'string',
|
|
8658
|
-
ipv6AddressCount: 'number',
|
|
8659
|
-
keyPairName: 'string',
|
|
9805
|
+
currentHostName: 'string',
|
|
9806
|
+
customPolicyARN: 'string',
|
|
9807
|
+
DBInstanceIds: { 'type': 'array', 'itemType': 'string' },
|
|
9808
|
+
defaultCooldown: 'number',
|
|
9809
|
+
desiredCapacity: 'number',
|
|
9810
|
+
enableDesiredCapacity: 'boolean',
|
|
9811
|
+
groupDeletionProtection: 'boolean',
|
|
9812
|
+
groupType: 'string',
|
|
9813
|
+
healthCheckType: 'string',
|
|
9814
|
+
healthCheckTypes: { 'type': 'array', 'itemType': 'string' },
|
|
9815
|
+
initCapacity: 'number',
|
|
9816
|
+
isElasticStrengthInAlarm: 'boolean',
|
|
9817
|
+
launchTemplateId: 'string',
|
|
9818
|
+
launchTemplateOverrides: { 'type': 'array', 'itemType': DescribeScalingGroupDetailResponseBodyScalingGroupLaunchTemplateOverrides },
|
|
9819
|
+
launchTemplateVersion: 'string',
|
|
8660
9820
|
lifecycleState: 'string',
|
|
8661
|
-
|
|
8662
|
-
|
|
8663
|
-
|
|
8664
|
-
|
|
8665
|
-
|
|
8666
|
-
|
|
9821
|
+
loadBalancerConfigs: { 'type': 'array', 'itemType': DescribeScalingGroupDetailResponseBodyScalingGroupLoadBalancerConfigs },
|
|
9822
|
+
loadBalancerIds: { 'type': 'array', 'itemType': 'string' },
|
|
9823
|
+
maxInstanceLifetime: 'number',
|
|
9824
|
+
maxSize: 'number',
|
|
9825
|
+
minSize: 'number',
|
|
9826
|
+
modificationTime: 'string',
|
|
9827
|
+
monitorGroupId: 'string',
|
|
9828
|
+
multiAZPolicy: 'string',
|
|
9829
|
+
onDemandBaseCapacity: 'number',
|
|
9830
|
+
onDemandPercentageAboveBaseCapacity: 'number',
|
|
9831
|
+
pendingCapacity: 'number',
|
|
9832
|
+
pendingWaitCapacity: 'number',
|
|
9833
|
+
protectedCapacity: 'number',
|
|
9834
|
+
regionId: 'string',
|
|
9835
|
+
removalPolicies: { 'type': 'array', 'itemType': 'string' },
|
|
9836
|
+
removingCapacity: 'number',
|
|
9837
|
+
removingWaitCapacity: 'number',
|
|
8667
9838
|
resourceGroupId: 'string',
|
|
8668
|
-
scalingConfigurationId: 'string',
|
|
8669
|
-
scalingConfigurationName: 'string',
|
|
8670
9839
|
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',
|
|
9840
|
+
scalingGroupName: 'string',
|
|
9841
|
+
scalingPolicy: 'string',
|
|
9842
|
+
serverGroups: { 'type': 'array', 'itemType': DescribeScalingGroupDetailResponseBodyScalingGroupServerGroups },
|
|
9843
|
+
spotAllocationStrategy: 'string',
|
|
9844
|
+
spotInstancePools: 'number',
|
|
9845
|
+
spotInstanceRemedy: 'boolean',
|
|
9846
|
+
standbyCapacity: 'number',
|
|
9847
|
+
stoppedCapacity: 'number',
|
|
9848
|
+
suspendedProcesses: { 'type': 'array', 'itemType': 'string' },
|
|
9849
|
+
systemSuspended: 'boolean',
|
|
9850
|
+
tags: { 'type': 'array', 'itemType': DescribeScalingGroupDetailResponseBodyScalingGroupTags },
|
|
9851
|
+
totalCapacity: 'number',
|
|
9852
|
+
totalInstanceCount: 'number',
|
|
9853
|
+
VServerGroups: { 'type': 'array', 'itemType': DescribeScalingGroupDetailResponseBodyScalingGroupVServerGroups },
|
|
9854
|
+
vSwitchId: 'string',
|
|
9855
|
+
vSwitchIds: { 'type': 'array', 'itemType': 'string' },
|
|
9856
|
+
vpcId: 'string',
|
|
8698
9857
|
};
|
|
8699
9858
|
}
|
|
8700
9859
|
}
|
|
8701
|
-
exports.
|
|
9860
|
+
exports.DescribeScalingGroupDetailResponseBodyScalingGroup = DescribeScalingGroupDetailResponseBodyScalingGroup;
|
|
8702
9861
|
class DescribeScalingGroupsRequestTags extends $tea.Model {
|
|
8703
9862
|
constructor(map) {
|
|
8704
9863
|
super(map);
|
|
@@ -10627,6 +11786,24 @@ class ModifyScalingRuleRequestStepAdjustments extends $tea.Model {
|
|
|
10627
11786
|
}
|
|
10628
11787
|
}
|
|
10629
11788
|
exports.ModifyScalingRuleRequestStepAdjustments = ModifyScalingRuleRequestStepAdjustments;
|
|
11789
|
+
class ScaleWithAdjustmentRequestLifecycleHookContext extends $tea.Model {
|
|
11790
|
+
constructor(map) {
|
|
11791
|
+
super(map);
|
|
11792
|
+
}
|
|
11793
|
+
static names() {
|
|
11794
|
+
return {
|
|
11795
|
+
disableLifecycleHook: 'DisableLifecycleHook',
|
|
11796
|
+
ignoredLifecycleHookIds: 'IgnoredLifecycleHookIds',
|
|
11797
|
+
};
|
|
11798
|
+
}
|
|
11799
|
+
static types() {
|
|
11800
|
+
return {
|
|
11801
|
+
disableLifecycleHook: 'boolean',
|
|
11802
|
+
ignoredLifecycleHookIds: { 'type': 'array', 'itemType': 'string' },
|
|
11803
|
+
};
|
|
11804
|
+
}
|
|
11805
|
+
}
|
|
11806
|
+
exports.ScaleWithAdjustmentRequestLifecycleHookContext = ScaleWithAdjustmentRequestLifecycleHookContext;
|
|
10630
11807
|
class ScaleWithAdjustmentRequestOverridesContainerOverridesEnvironmentVars extends $tea.Model {
|
|
10631
11808
|
constructor(map) {
|
|
10632
11809
|
super(map);
|
|
@@ -10773,6 +11950,44 @@ class Client extends openapi_client_1.default {
|
|
|
10773
11950
|
}
|
|
10774
11951
|
return endpoint_util_1.default.getEndpointRules(productId, regionId, endpointRule, network, suffix);
|
|
10775
11952
|
}
|
|
11953
|
+
async applyEciScalingConfigurationWithOptions(request, runtime) {
|
|
11954
|
+
tea_util_1.default.validateModel(request);
|
|
11955
|
+
let query = {};
|
|
11956
|
+
if (!tea_util_1.default.isUnset(request.content)) {
|
|
11957
|
+
query["Content"] = request.content;
|
|
11958
|
+
}
|
|
11959
|
+
if (!tea_util_1.default.isUnset(request.format)) {
|
|
11960
|
+
query["Format"] = request.format;
|
|
11961
|
+
}
|
|
11962
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
11963
|
+
query["RegionId"] = request.regionId;
|
|
11964
|
+
}
|
|
11965
|
+
if (!tea_util_1.default.isUnset(request.scalingConfigurationId)) {
|
|
11966
|
+
query["ScalingConfigurationId"] = request.scalingConfigurationId;
|
|
11967
|
+
}
|
|
11968
|
+
if (!tea_util_1.default.isUnset(request.scalingGroupId)) {
|
|
11969
|
+
query["ScalingGroupId"] = request.scalingGroupId;
|
|
11970
|
+
}
|
|
11971
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
11972
|
+
query: openapi_util_1.default.query(query),
|
|
11973
|
+
});
|
|
11974
|
+
let params = new $OpenApi.Params({
|
|
11975
|
+
action: "ApplyEciScalingConfiguration",
|
|
11976
|
+
version: "2022-02-22",
|
|
11977
|
+
protocol: "HTTPS",
|
|
11978
|
+
pathname: "/",
|
|
11979
|
+
method: "POST",
|
|
11980
|
+
authType: "AK",
|
|
11981
|
+
style: "RPC",
|
|
11982
|
+
reqBodyType: "formData",
|
|
11983
|
+
bodyType: "json",
|
|
11984
|
+
});
|
|
11985
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ApplyEciScalingConfigurationResponse({}));
|
|
11986
|
+
}
|
|
11987
|
+
async applyEciScalingConfiguration(request) {
|
|
11988
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
11989
|
+
return await this.applyEciScalingConfigurationWithOptions(request, runtime);
|
|
11990
|
+
}
|
|
10776
11991
|
async applyScalingGroupWithOptions(request, runtime) {
|
|
10777
11992
|
tea_util_1.default.validateModel(request);
|
|
10778
11993
|
let query = {};
|
|
@@ -12812,6 +14027,41 @@ class Client extends openapi_client_1.default {
|
|
|
12812
14027
|
let runtime = new $Util.RuntimeOptions({});
|
|
12813
14028
|
return await this.describeAlarmsWithOptions(request, runtime);
|
|
12814
14029
|
}
|
|
14030
|
+
async describeEciScalingConfigurationDetailWithOptions(request, runtime) {
|
|
14031
|
+
tea_util_1.default.validateModel(request);
|
|
14032
|
+
let query = {};
|
|
14033
|
+
if (!tea_util_1.default.isUnset(request.outputFormat)) {
|
|
14034
|
+
query["OutputFormat"] = request.outputFormat;
|
|
14035
|
+
}
|
|
14036
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
14037
|
+
query["RegionId"] = request.regionId;
|
|
14038
|
+
}
|
|
14039
|
+
if (!tea_util_1.default.isUnset(request.scalingConfigurationId)) {
|
|
14040
|
+
query["ScalingConfigurationId"] = request.scalingConfigurationId;
|
|
14041
|
+
}
|
|
14042
|
+
if (!tea_util_1.default.isUnset(request.scalingGroupId)) {
|
|
14043
|
+
query["ScalingGroupId"] = request.scalingGroupId;
|
|
14044
|
+
}
|
|
14045
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
14046
|
+
query: openapi_util_1.default.query(query),
|
|
14047
|
+
});
|
|
14048
|
+
let params = new $OpenApi.Params({
|
|
14049
|
+
action: "DescribeEciScalingConfigurationDetail",
|
|
14050
|
+
version: "2022-02-22",
|
|
14051
|
+
protocol: "HTTPS",
|
|
14052
|
+
pathname: "/",
|
|
14053
|
+
method: "POST",
|
|
14054
|
+
authType: "AK",
|
|
14055
|
+
style: "RPC",
|
|
14056
|
+
reqBodyType: "formData",
|
|
14057
|
+
bodyType: "json",
|
|
14058
|
+
});
|
|
14059
|
+
return $tea.cast(await this.callApi(params, req, runtime), new DescribeEciScalingConfigurationDetailResponse({}));
|
|
14060
|
+
}
|
|
14061
|
+
async describeEciScalingConfigurationDetail(request) {
|
|
14062
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
14063
|
+
return await this.describeEciScalingConfigurationDetailWithOptions(request, runtime);
|
|
14064
|
+
}
|
|
12815
14065
|
async describeEciScalingConfigurationsWithOptions(request, runtime) {
|
|
12816
14066
|
tea_util_1.default.validateModel(request);
|
|
12817
14067
|
let query = {};
|
|
@@ -13266,6 +14516,41 @@ class Client extends openapi_client_1.default {
|
|
|
13266
14516
|
let runtime = new $Util.RuntimeOptions({});
|
|
13267
14517
|
return await this.describeScalingConfigurationsWithOptions(request, runtime);
|
|
13268
14518
|
}
|
|
14519
|
+
async describeScalingGroupDetailWithOptions(request, runtime) {
|
|
14520
|
+
tea_util_1.default.validateModel(request);
|
|
14521
|
+
let query = {};
|
|
14522
|
+
if (!tea_util_1.default.isUnset(request.outputFormat)) {
|
|
14523
|
+
query["OutputFormat"] = request.outputFormat;
|
|
14524
|
+
}
|
|
14525
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
14526
|
+
query["OwnerId"] = request.ownerId;
|
|
14527
|
+
}
|
|
14528
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
14529
|
+
query["RegionId"] = request.regionId;
|
|
14530
|
+
}
|
|
14531
|
+
if (!tea_util_1.default.isUnset(request.scalingGroupId)) {
|
|
14532
|
+
query["ScalingGroupId"] = request.scalingGroupId;
|
|
14533
|
+
}
|
|
14534
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
14535
|
+
query: openapi_util_1.default.query(query),
|
|
14536
|
+
});
|
|
14537
|
+
let params = new $OpenApi.Params({
|
|
14538
|
+
action: "DescribeScalingGroupDetail",
|
|
14539
|
+
version: "2022-02-22",
|
|
14540
|
+
protocol: "HTTPS",
|
|
14541
|
+
pathname: "/",
|
|
14542
|
+
method: "POST",
|
|
14543
|
+
authType: "AK",
|
|
14544
|
+
style: "RPC",
|
|
14545
|
+
reqBodyType: "formData",
|
|
14546
|
+
bodyType: "json",
|
|
14547
|
+
});
|
|
14548
|
+
return $tea.cast(await this.callApi(params, req, runtime), new DescribeScalingGroupDetailResponse({}));
|
|
14549
|
+
}
|
|
14550
|
+
async describeScalingGroupDetail(request) {
|
|
14551
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
14552
|
+
return await this.describeScalingGroupDetailWithOptions(request, runtime);
|
|
14553
|
+
}
|
|
13269
14554
|
async describeScalingGroupsWithOptions(request, runtime) {
|
|
13270
14555
|
tea_util_1.default.validateModel(request);
|
|
13271
14556
|
let query = {};
|
|
@@ -14620,6 +15905,47 @@ class Client extends openapi_client_1.default {
|
|
|
14620
15905
|
let runtime = new $Util.RuntimeOptions({});
|
|
14621
15906
|
return await this.modifyEciScalingConfigurationWithOptions(request, runtime);
|
|
14622
15907
|
}
|
|
15908
|
+
async modifyInstanceAttributeWithOptions(request, runtime) {
|
|
15909
|
+
tea_util_1.default.validateModel(request);
|
|
15910
|
+
let query = {};
|
|
15911
|
+
if (!tea_util_1.default.isUnset(request.entrusted)) {
|
|
15912
|
+
query["Entrusted"] = request.entrusted;
|
|
15913
|
+
}
|
|
15914
|
+
if (!tea_util_1.default.isUnset(request.instanceId)) {
|
|
15915
|
+
query["InstanceId"] = request.instanceId;
|
|
15916
|
+
}
|
|
15917
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
15918
|
+
query["OwnerId"] = request.ownerId;
|
|
15919
|
+
}
|
|
15920
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
15921
|
+
query["RegionId"] = request.regionId;
|
|
15922
|
+
}
|
|
15923
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
15924
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
15925
|
+
}
|
|
15926
|
+
if (!tea_util_1.default.isUnset(request.scalingGroupId)) {
|
|
15927
|
+
query["ScalingGroupId"] = request.scalingGroupId;
|
|
15928
|
+
}
|
|
15929
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
15930
|
+
query: openapi_util_1.default.query(query),
|
|
15931
|
+
});
|
|
15932
|
+
let params = new $OpenApi.Params({
|
|
15933
|
+
action: "ModifyInstanceAttribute",
|
|
15934
|
+
version: "2022-02-22",
|
|
15935
|
+
protocol: "HTTPS",
|
|
15936
|
+
pathname: "/",
|
|
15937
|
+
method: "POST",
|
|
15938
|
+
authType: "AK",
|
|
15939
|
+
style: "RPC",
|
|
15940
|
+
reqBodyType: "formData",
|
|
15941
|
+
bodyType: "json",
|
|
15942
|
+
});
|
|
15943
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ModifyInstanceAttributeResponse({}));
|
|
15944
|
+
}
|
|
15945
|
+
async modifyInstanceAttribute(request) {
|
|
15946
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
15947
|
+
return await this.modifyInstanceAttributeWithOptions(request, runtime);
|
|
15948
|
+
}
|
|
14623
15949
|
/**
|
|
14624
15950
|
* You can use one of the following methods to specify the lifecycle hook that you want to modify:
|
|
14625
15951
|
* * Specify the lifecycle hook ID by using the LifecycleHookId parameter. When you use this method, the ScalingGroupId and LifecycleHookName parameters are ignored.
|
|
@@ -15036,6 +16362,9 @@ class Client extends openapi_client_1.default {
|
|
|
15036
16362
|
if (!tea_util_1.default.isUnset(request.scalingGroupName)) {
|
|
15037
16363
|
query["ScalingGroupName"] = request.scalingGroupName;
|
|
15038
16364
|
}
|
|
16365
|
+
if (!tea_util_1.default.isUnset(request.scalingPolicy)) {
|
|
16366
|
+
query["ScalingPolicy"] = request.scalingPolicy;
|
|
16367
|
+
}
|
|
15039
16368
|
if (!tea_util_1.default.isUnset(request.spotAllocationStrategy)) {
|
|
15040
16369
|
query["SpotAllocationStrategy"] = request.spotAllocationStrategy;
|
|
15041
16370
|
}
|
|
@@ -15483,10 +16812,16 @@ class Client extends openapi_client_1.default {
|
|
|
15483
16812
|
tea_util_1.default.validateModel(tmpReq);
|
|
15484
16813
|
let request = new ScaleWithAdjustmentShrinkRequest({});
|
|
15485
16814
|
openapi_util_1.default.convert(tmpReq, request);
|
|
16815
|
+
if (!tea_util_1.default.isUnset(tmpReq.lifecycleHookContext)) {
|
|
16816
|
+
request.lifecycleHookContextShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpReq.lifecycleHookContext, "LifecycleHookContext", "json");
|
|
16817
|
+
}
|
|
15486
16818
|
if (!tea_util_1.default.isUnset(tmpReq.overrides)) {
|
|
15487
16819
|
request.overridesShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpReq.overrides, "Overrides", "json");
|
|
15488
16820
|
}
|
|
15489
16821
|
let query = {};
|
|
16822
|
+
if (!tea_util_1.default.isUnset(request.activityMetadata)) {
|
|
16823
|
+
query["ActivityMetadata"] = request.activityMetadata;
|
|
16824
|
+
}
|
|
15490
16825
|
if (!tea_util_1.default.isUnset(request.adjustmentType)) {
|
|
15491
16826
|
query["AdjustmentType"] = request.adjustmentType;
|
|
15492
16827
|
}
|
|
@@ -15496,6 +16831,9 @@ class Client extends openapi_client_1.default {
|
|
|
15496
16831
|
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
15497
16832
|
query["ClientToken"] = request.clientToken;
|
|
15498
16833
|
}
|
|
16834
|
+
if (!tea_util_1.default.isUnset(request.lifecycleHookContextShrink)) {
|
|
16835
|
+
query["LifecycleHookContext"] = request.lifecycleHookContextShrink;
|
|
16836
|
+
}
|
|
15499
16837
|
if (!tea_util_1.default.isUnset(request.minAdjustmentMagnitude)) {
|
|
15500
16838
|
query["MinAdjustmentMagnitude"] = request.minAdjustmentMagnitude;
|
|
15501
16839
|
}
|