@aws-sdk/client-auto-scaling 3.38.0 → 3.42.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/CHANGELOG.md +41 -0
- package/dist-cjs/endpoints.js +79 -5
- package/dist-cjs/models/models_0.js +115 -4
- package/dist-cjs/protocols/Aws_query.js +598 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +79 -5
- package/dist-es/models/models_0.js +93 -0
- package/dist-es/protocols/Aws_query.js +860 -169
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/AutoScalingClient.d.ts +8 -0
- package/dist-types/commands/AttachInstancesCommand.d.ts +1 -1
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +1 -1
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +1 -1
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePoliciesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/DetachInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +1 -1
- package/dist-types/commands/EnterStandbyCommand.d.ts +1 -1
- package/dist-types/commands/ExecutePolicyCommand.d.ts +1 -1
- package/dist-types/commands/ExitStandbyCommand.d.ts +1 -1
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +1 -1
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +1 -1
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +1 -1
- package/dist-types/commands/PutWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +1 -1
- package/dist-types/commands/ResumeProcessesCommand.d.ts +1 -1
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +1 -1
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +1 -1
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +1 -1
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +1 -1
- package/dist-types/commands/SuspendProcessesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +590 -99
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/AutoScalingClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +193 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,47 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-auto-scaling
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **clients:** populate variants in endpoints hashes ([#2974](https://github.com/aws/aws-sdk-js-v3/issues/2974)) ([0dd68ef](https://github.com/aws/aws-sdk-js-v3/commit/0dd68ef8b04ea0e96e43b05a9a10221e433fdf86))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
# [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* **clients:** update clients as of 2021/10/28 ([#2955](https://github.com/aws/aws-sdk-js-v3/issues/2955)) ([378d161](https://github.com/aws/aws-sdk-js-v3/commit/378d16166de49b06263291001986715d9533cadf))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
6
47
|
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
48
|
|
|
8
49
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -28,23 +28,97 @@ const partitionHash = {
|
|
|
28
28
|
"us-west-1",
|
|
29
29
|
"us-west-2",
|
|
30
30
|
],
|
|
31
|
-
|
|
31
|
+
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
32
|
+
variants: [
|
|
33
|
+
{
|
|
34
|
+
hostname: "autoscaling.{region}.amazonaws.com",
|
|
35
|
+
tags: [],
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
hostname: "autoscaling-fips.{region}.amazonaws.com",
|
|
39
|
+
tags: ["fips"],
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
hostname: "autoscaling-fips.{region}.api.aws",
|
|
43
|
+
tags: ["dualstack", "fips"],
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
hostname: "autoscaling.{region}.api.aws",
|
|
47
|
+
tags: ["dualstack"],
|
|
48
|
+
},
|
|
49
|
+
],
|
|
32
50
|
},
|
|
33
51
|
"aws-cn": {
|
|
34
52
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
35
|
-
|
|
53
|
+
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
54
|
+
variants: [
|
|
55
|
+
{
|
|
56
|
+
hostname: "autoscaling.{region}.amazonaws.com.cn",
|
|
57
|
+
tags: [],
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
hostname: "autoscaling-fips.{region}.amazonaws.com.cn",
|
|
61
|
+
tags: ["fips"],
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
hostname: "autoscaling-fips.{region}.api.amazonwebservices.com.cn",
|
|
65
|
+
tags: ["dualstack", "fips"],
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
hostname: "autoscaling.{region}.api.amazonwebservices.com.cn",
|
|
69
|
+
tags: ["dualstack"],
|
|
70
|
+
},
|
|
71
|
+
],
|
|
36
72
|
},
|
|
37
73
|
"aws-iso": {
|
|
38
74
|
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
39
|
-
|
|
75
|
+
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
76
|
+
variants: [
|
|
77
|
+
{
|
|
78
|
+
hostname: "autoscaling.{region}.c2s.ic.gov",
|
|
79
|
+
tags: [],
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
hostname: "autoscaling-fips.{region}.c2s.ic.gov",
|
|
83
|
+
tags: ["fips"],
|
|
84
|
+
},
|
|
85
|
+
],
|
|
40
86
|
},
|
|
41
87
|
"aws-iso-b": {
|
|
42
88
|
regions: ["us-isob-east-1"],
|
|
43
|
-
|
|
89
|
+
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
90
|
+
variants: [
|
|
91
|
+
{
|
|
92
|
+
hostname: "autoscaling.{region}.sc2s.sgov.gov",
|
|
93
|
+
tags: [],
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
hostname: "autoscaling-fips.{region}.sc2s.sgov.gov",
|
|
97
|
+
tags: ["fips"],
|
|
98
|
+
},
|
|
99
|
+
],
|
|
44
100
|
},
|
|
45
101
|
"aws-us-gov": {
|
|
46
102
|
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
47
|
-
|
|
103
|
+
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
104
|
+
variants: [
|
|
105
|
+
{
|
|
106
|
+
hostname: "autoscaling.{region}.amazonaws.com",
|
|
107
|
+
tags: [],
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
hostname: "autoscaling-fips.{region}.amazonaws.com",
|
|
111
|
+
tags: ["fips"],
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
hostname: "autoscaling-fips.{region}.api.aws",
|
|
115
|
+
tags: ["dualstack", "fips"],
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
hostname: "autoscaling.{region}.api.aws",
|
|
119
|
+
tags: ["dualstack"],
|
|
120
|
+
},
|
|
121
|
+
],
|
|
48
122
|
},
|
|
49
123
|
};
|
|
50
124
|
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
@@ -1,9 +1,44 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateAutoScalingGroupType = exports.TerminateInstanceInAutoScalingGroupType = exports.StartInstanceRefreshType = exports.RefreshStrategy = exports.StartInstanceRefreshAnswer = exports.InstanceRefreshInProgressFault = exports.SetInstanceProtectionQuery = exports.SetInstanceProtectionAnswer = exports.SetInstanceHealthQuery = exports.SetDesiredCapacityType = exports.ScalingProcessQuery = exports.RecordLifecycleActionHeartbeatType = exports.RecordLifecycleActionHeartbeatAnswer = exports.PutWarmPoolType = exports.PutWarmPoolAnswer = exports.PutScheduledUpdateGroupActionType = exports.PutScalingPolicyType = exports.PolicyARNType = exports.PutNotificationConfigurationType = exports.PutLifecycleHookType = void 0;
|
|
3
|
+
exports.MixedInstancesPolicy = exports.LaunchTemplate = exports.LaunchTemplateOverrides = exports.InstanceRequirements = exports.VCpuCountRequest = exports.TotalLocalStorageGBRequest = exports.NetworkInterfaceCountRequest = exports.MemoryMiBRequest = exports.MemoryGiBPerVCpuRequest = exports.LocalStorageType = exports.LocalStorage = exports.InstanceGeneration = exports.CpuManufacturer = exports.BurstablePerformance = exports.BaselineEbsBandwidthMbpsRequest = exports.BareMetal = exports.InstancesDistribution = exports.LifecycleHookSpecification = exports.LaunchTemplateSpecification = exports.CompleteLifecycleActionType = exports.CompleteLifecycleActionAnswer = exports.CancelInstanceRefreshType = exports.CancelInstanceRefreshAnswer = exports.LimitExceededFault = exports.BatchPutScheduledUpdateGroupActionType = exports.ScheduledUpdateGroupActionRequest = exports.BatchPutScheduledUpdateGroupActionAnswer = exports.BatchDeleteScheduledActionType = exports.BatchDeleteScheduledActionAnswer = exports.FailedScheduledUpdateGroupActionRequest = exports.AttachLoadBalancerTargetGroupsType = exports.AttachLoadBalancerTargetGroupsResultType = exports.AttachLoadBalancersType = exports.AttachLoadBalancersResultType = exports.ServiceLinkedRoleFailure = exports.ResourceContentionFault = exports.AttachInstancesQuery = exports.AlreadyExistsFault = exports.Alarm = exports.AdjustmentType = exports.ActivityType = exports.ActivitiesType = exports.Activity = exports.ScalingActivityStatusCode = exports.ActiveInstanceRefreshNotFoundFault = exports.AcceleratorType = exports.AcceleratorTotalMemoryMiBRequest = exports.AcceleratorName = exports.AcceleratorManufacturer = exports.AcceleratorCountRequest = void 0;
|
|
4
|
+
exports.DescribeInstanceRefreshesType = exports.DescribeInstanceRefreshesAnswer = exports.InstanceRefresh = exports.InstanceRefreshStatus = exports.InstanceRefreshProgressDetails = exports.InstanceRefreshWarmPoolProgress = exports.InstanceRefreshLivePoolProgress = exports.RefreshPreferences = exports.DesiredConfiguration = exports.DescribeAutoScalingNotificationTypesAnswer = exports.DescribeAutoScalingInstancesType = exports.AutoScalingInstancesType = exports.AutoScalingInstanceDetails = exports.InvalidNextToken = exports.AutoScalingGroupsType = exports.AutoScalingGroup = exports.WarmPoolConfiguration = exports.WarmPoolStatus = exports.WarmPoolState = exports.TagDescription = exports.SuspendedProcess = exports.Instance = exports.LifecycleState = exports.EnabledMetric = exports.AutoScalingGroupNamesType = exports.Filter = exports.DescribeAdjustmentTypesAnswer = exports.DescribeAccountLimitsAnswer = exports.DeleteWarmPoolType = exports.DeleteWarmPoolAnswer = exports.DeleteTagsType = exports.DeleteScheduledActionType = exports.DeletePolicyType = exports.DeleteNotificationConfigurationType = exports.DeleteLifecycleHookType = exports.DeleteLifecycleHookAnswer = exports.LaunchConfigurationNameType = exports.ScalingActivityInProgressFault = exports.DeleteAutoScalingGroupType = exports.ResourceInUseFault = exports.CreateOrUpdateTagsType = exports.CreateLaunchConfigurationType = exports.InstanceMetadataOptions = exports.InstanceMetadataHttpTokensState = exports.InstanceMetadataEndpointState = exports.InstanceMonitoring = exports.BlockDeviceMapping = exports.Ebs = exports.CreateAutoScalingGroupType = exports.Tag = void 0;
|
|
5
|
+
exports.DescribeWarmPoolType = exports.DescribeWarmPoolAnswer = exports.DescribeTerminationPolicyTypesAnswer = exports.TagsType = exports.DescribeTagsType = exports.ScheduledActionsType = exports.ScheduledUpdateGroupAction = exports.DescribeScheduledActionsType = exports.ProcessesType = exports.ProcessType = exports.DescribeScalingActivitiesType = exports.PoliciesType = exports.ScalingPolicy = exports.TargetTrackingConfiguration = exports.PredefinedMetricSpecification = exports.MetricType = exports.CustomizedMetricSpecification = exports.MetricStatistic = exports.MetricDimension = exports.StepAdjustment = exports.PredictiveScalingConfiguration = exports.PredictiveScalingMode = exports.PredictiveScalingMetricSpecification = exports.PredictiveScalingPredefinedScalingMetric = exports.PredefinedScalingMetricType = exports.PredictiveScalingPredefinedMetricPair = exports.PredefinedMetricPairType = exports.PredictiveScalingPredefinedLoadMetric = exports.PredefinedLoadMetricType = exports.PredictiveScalingMaxCapacityBreachBehavior = exports.DescribePoliciesType = exports.DescribeNotificationConfigurationsType = exports.DescribeNotificationConfigurationsAnswer = exports.NotificationConfiguration = exports.DescribeMetricCollectionTypesAnswer = exports.MetricCollectionType = exports.MetricGranularityType = exports.DescribeLoadBalancerTargetGroupsResponse = exports.LoadBalancerTargetGroupState = exports.DescribeLoadBalancerTargetGroupsRequest = exports.DescribeLoadBalancersResponse = exports.LoadBalancerState = exports.DescribeLoadBalancersRequest = exports.DescribeLifecycleHookTypesAnswer = exports.DescribeLifecycleHooksType = exports.DescribeLifecycleHooksAnswer = exports.LifecycleHook = exports.LaunchConfigurationsType = exports.LaunchConfiguration = exports.LaunchConfigurationNamesType = void 0;
|
|
6
|
+
exports.UpdateAutoScalingGroupType = exports.TerminateInstanceInAutoScalingGroupType = exports.StartInstanceRefreshType = exports.RefreshStrategy = exports.StartInstanceRefreshAnswer = exports.InstanceRefreshInProgressFault = exports.SetInstanceProtectionQuery = exports.SetInstanceProtectionAnswer = exports.SetInstanceHealthQuery = exports.SetDesiredCapacityType = exports.ScalingProcessQuery = exports.RecordLifecycleActionHeartbeatType = exports.RecordLifecycleActionHeartbeatAnswer = exports.PutWarmPoolType = exports.PutWarmPoolAnswer = exports.PutScheduledUpdateGroupActionType = exports.PutScalingPolicyType = exports.PolicyARNType = exports.PutNotificationConfigurationType = exports.PutLifecycleHookType = exports.PutLifecycleHookAnswer = exports.GetPredictiveScalingForecastType = exports.GetPredictiveScalingForecastAnswer = exports.LoadForecast = exports.CapacityForecast = exports.ExitStandbyQuery = exports.ExitStandbyAnswer = exports.ExecutePolicyType = exports.EnterStandbyQuery = exports.EnterStandbyAnswer = exports.EnableMetricsCollectionQuery = exports.DisableMetricsCollectionQuery = exports.DetachLoadBalancerTargetGroupsType = exports.DetachLoadBalancerTargetGroupsResultType = exports.DetachLoadBalancersType = exports.DetachLoadBalancersResultType = exports.DetachInstancesQuery = exports.DetachInstancesAnswer = void 0;
|
|
7
|
+
var AcceleratorCountRequest;
|
|
8
|
+
(function (AcceleratorCountRequest) {
|
|
9
|
+
AcceleratorCountRequest.filterSensitiveLog = (obj) => ({
|
|
10
|
+
...obj,
|
|
11
|
+
});
|
|
12
|
+
})(AcceleratorCountRequest = exports.AcceleratorCountRequest || (exports.AcceleratorCountRequest = {}));
|
|
13
|
+
var AcceleratorManufacturer;
|
|
14
|
+
(function (AcceleratorManufacturer) {
|
|
15
|
+
AcceleratorManufacturer["AMAZON_WEB_SERVICES"] = "amazon-web-services";
|
|
16
|
+
AcceleratorManufacturer["AMD"] = "amd";
|
|
17
|
+
AcceleratorManufacturer["NVIDIA"] = "nvidia";
|
|
18
|
+
AcceleratorManufacturer["XILINX"] = "xilinx";
|
|
19
|
+
})(AcceleratorManufacturer = exports.AcceleratorManufacturer || (exports.AcceleratorManufacturer = {}));
|
|
20
|
+
var AcceleratorName;
|
|
21
|
+
(function (AcceleratorName) {
|
|
22
|
+
AcceleratorName["A100"] = "a100";
|
|
23
|
+
AcceleratorName["K80"] = "k80";
|
|
24
|
+
AcceleratorName["M60"] = "m60";
|
|
25
|
+
AcceleratorName["RADEON_PRO_V520"] = "radeon-pro-v520";
|
|
26
|
+
AcceleratorName["T4"] = "t4";
|
|
27
|
+
AcceleratorName["V100"] = "v100";
|
|
28
|
+
AcceleratorName["VU9P"] = "vu9p";
|
|
29
|
+
})(AcceleratorName = exports.AcceleratorName || (exports.AcceleratorName = {}));
|
|
30
|
+
var AcceleratorTotalMemoryMiBRequest;
|
|
31
|
+
(function (AcceleratorTotalMemoryMiBRequest) {
|
|
32
|
+
AcceleratorTotalMemoryMiBRequest.filterSensitiveLog = (obj) => ({
|
|
33
|
+
...obj,
|
|
34
|
+
});
|
|
35
|
+
})(AcceleratorTotalMemoryMiBRequest = exports.AcceleratorTotalMemoryMiBRequest || (exports.AcceleratorTotalMemoryMiBRequest = {}));
|
|
36
|
+
var AcceleratorType;
|
|
37
|
+
(function (AcceleratorType) {
|
|
38
|
+
AcceleratorType["FPGA"] = "fpga";
|
|
39
|
+
AcceleratorType["GPU"] = "gpu";
|
|
40
|
+
AcceleratorType["INFERENCE"] = "inference";
|
|
41
|
+
})(AcceleratorType = exports.AcceleratorType || (exports.AcceleratorType = {}));
|
|
7
42
|
var ActiveInstanceRefreshNotFoundFault;
|
|
8
43
|
(function (ActiveInstanceRefreshNotFoundFault) {
|
|
9
44
|
ActiveInstanceRefreshNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
@@ -187,6 +222,82 @@ var InstancesDistribution;
|
|
|
187
222
|
...obj,
|
|
188
223
|
});
|
|
189
224
|
})(InstancesDistribution = exports.InstancesDistribution || (exports.InstancesDistribution = {}));
|
|
225
|
+
var BareMetal;
|
|
226
|
+
(function (BareMetal) {
|
|
227
|
+
BareMetal["EXCLUDED"] = "excluded";
|
|
228
|
+
BareMetal["INCLUDED"] = "included";
|
|
229
|
+
BareMetal["REQUIRED"] = "required";
|
|
230
|
+
})(BareMetal = exports.BareMetal || (exports.BareMetal = {}));
|
|
231
|
+
var BaselineEbsBandwidthMbpsRequest;
|
|
232
|
+
(function (BaselineEbsBandwidthMbpsRequest) {
|
|
233
|
+
BaselineEbsBandwidthMbpsRequest.filterSensitiveLog = (obj) => ({
|
|
234
|
+
...obj,
|
|
235
|
+
});
|
|
236
|
+
})(BaselineEbsBandwidthMbpsRequest = exports.BaselineEbsBandwidthMbpsRequest || (exports.BaselineEbsBandwidthMbpsRequest = {}));
|
|
237
|
+
var BurstablePerformance;
|
|
238
|
+
(function (BurstablePerformance) {
|
|
239
|
+
BurstablePerformance["EXCLUDED"] = "excluded";
|
|
240
|
+
BurstablePerformance["INCLUDED"] = "included";
|
|
241
|
+
BurstablePerformance["REQUIRED"] = "required";
|
|
242
|
+
})(BurstablePerformance = exports.BurstablePerformance || (exports.BurstablePerformance = {}));
|
|
243
|
+
var CpuManufacturer;
|
|
244
|
+
(function (CpuManufacturer) {
|
|
245
|
+
CpuManufacturer["AMAZON_WEB_SERVICES"] = "amazon-web-services";
|
|
246
|
+
CpuManufacturer["AMD"] = "amd";
|
|
247
|
+
CpuManufacturer["INTEL"] = "intel";
|
|
248
|
+
})(CpuManufacturer = exports.CpuManufacturer || (exports.CpuManufacturer = {}));
|
|
249
|
+
var InstanceGeneration;
|
|
250
|
+
(function (InstanceGeneration) {
|
|
251
|
+
InstanceGeneration["CURRENT"] = "current";
|
|
252
|
+
InstanceGeneration["PREVIOUS"] = "previous";
|
|
253
|
+
})(InstanceGeneration = exports.InstanceGeneration || (exports.InstanceGeneration = {}));
|
|
254
|
+
var LocalStorage;
|
|
255
|
+
(function (LocalStorage) {
|
|
256
|
+
LocalStorage["EXCLUDED"] = "excluded";
|
|
257
|
+
LocalStorage["INCLUDED"] = "included";
|
|
258
|
+
LocalStorage["REQUIRED"] = "required";
|
|
259
|
+
})(LocalStorage = exports.LocalStorage || (exports.LocalStorage = {}));
|
|
260
|
+
var LocalStorageType;
|
|
261
|
+
(function (LocalStorageType) {
|
|
262
|
+
LocalStorageType["HDD"] = "hdd";
|
|
263
|
+
LocalStorageType["SSD"] = "ssd";
|
|
264
|
+
})(LocalStorageType = exports.LocalStorageType || (exports.LocalStorageType = {}));
|
|
265
|
+
var MemoryGiBPerVCpuRequest;
|
|
266
|
+
(function (MemoryGiBPerVCpuRequest) {
|
|
267
|
+
MemoryGiBPerVCpuRequest.filterSensitiveLog = (obj) => ({
|
|
268
|
+
...obj,
|
|
269
|
+
});
|
|
270
|
+
})(MemoryGiBPerVCpuRequest = exports.MemoryGiBPerVCpuRequest || (exports.MemoryGiBPerVCpuRequest = {}));
|
|
271
|
+
var MemoryMiBRequest;
|
|
272
|
+
(function (MemoryMiBRequest) {
|
|
273
|
+
MemoryMiBRequest.filterSensitiveLog = (obj) => ({
|
|
274
|
+
...obj,
|
|
275
|
+
});
|
|
276
|
+
})(MemoryMiBRequest = exports.MemoryMiBRequest || (exports.MemoryMiBRequest = {}));
|
|
277
|
+
var NetworkInterfaceCountRequest;
|
|
278
|
+
(function (NetworkInterfaceCountRequest) {
|
|
279
|
+
NetworkInterfaceCountRequest.filterSensitiveLog = (obj) => ({
|
|
280
|
+
...obj,
|
|
281
|
+
});
|
|
282
|
+
})(NetworkInterfaceCountRequest = exports.NetworkInterfaceCountRequest || (exports.NetworkInterfaceCountRequest = {}));
|
|
283
|
+
var TotalLocalStorageGBRequest;
|
|
284
|
+
(function (TotalLocalStorageGBRequest) {
|
|
285
|
+
TotalLocalStorageGBRequest.filterSensitiveLog = (obj) => ({
|
|
286
|
+
...obj,
|
|
287
|
+
});
|
|
288
|
+
})(TotalLocalStorageGBRequest = exports.TotalLocalStorageGBRequest || (exports.TotalLocalStorageGBRequest = {}));
|
|
289
|
+
var VCpuCountRequest;
|
|
290
|
+
(function (VCpuCountRequest) {
|
|
291
|
+
VCpuCountRequest.filterSensitiveLog = (obj) => ({
|
|
292
|
+
...obj,
|
|
293
|
+
});
|
|
294
|
+
})(VCpuCountRequest = exports.VCpuCountRequest || (exports.VCpuCountRequest = {}));
|
|
295
|
+
var InstanceRequirements;
|
|
296
|
+
(function (InstanceRequirements) {
|
|
297
|
+
InstanceRequirements.filterSensitiveLog = (obj) => ({
|
|
298
|
+
...obj,
|
|
299
|
+
});
|
|
300
|
+
})(InstanceRequirements = exports.InstanceRequirements || (exports.InstanceRequirements = {}));
|
|
190
301
|
var LaunchTemplateOverrides;
|
|
191
302
|
(function (LaunchTemplateOverrides) {
|
|
192
303
|
LaunchTemplateOverrides.filterSensitiveLog = (obj) => ({
|