@aws-sdk/client-auto-scaling 3.131.0 → 3.141.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 +30 -0
- package/README.md +3 -6
- package/dist-cjs/commands/AttachInstancesCommand.js +1 -1
- package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-cjs/commands/AttachLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +2 -2
- package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +2 -2
- package/dist-cjs/commands/CancelInstanceRefreshCommand.js +2 -2
- package/dist-cjs/commands/CompleteLifecycleActionCommand.js +2 -2
- package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +1 -1
- package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +1 -1
- package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeleteLifecycleHookCommand.js +2 -2
- package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeletePolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +1 -1
- package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteWarmPoolCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +1 -1
- package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +2 -2
- package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +2 -2
- package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/DescribePoliciesCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeWarmPoolCommand.js +2 -2
- package/dist-cjs/commands/DetachInstancesCommand.js +2 -2
- package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-cjs/commands/DetachLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/DisableMetricsCollectionCommand.js +1 -1
- package/dist-cjs/commands/EnableMetricsCollectionCommand.js +1 -1
- package/dist-cjs/commands/EnterStandbyCommand.js +2 -2
- package/dist-cjs/commands/ExecutePolicyCommand.js +1 -1
- package/dist-cjs/commands/ExitStandbyCommand.js +2 -2
- package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +2 -2
- package/dist-cjs/commands/PutLifecycleHookCommand.js +2 -2
- package/dist-cjs/commands/PutNotificationConfigurationCommand.js +1 -1
- package/dist-cjs/commands/PutScalingPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +1 -1
- package/dist-cjs/commands/PutWarmPoolCommand.js +2 -2
- package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +2 -2
- package/dist-cjs/commands/ResumeProcessesCommand.js +1 -1
- package/dist-cjs/commands/SetDesiredCapacityCommand.js +1 -1
- package/dist-cjs/commands/SetInstanceHealthCommand.js +1 -1
- package/dist-cjs/commands/SetInstanceProtectionCommand.js +2 -2
- package/dist-cjs/commands/StartInstanceRefreshCommand.js +2 -2
- package/dist-cjs/commands/SuspendProcessesCommand.js +1 -1
- package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +1 -1
- package/dist-cjs/models/models_0.js +652 -976
- package/dist-es/commands/AttachInstancesCommand.js +2 -2
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-es/commands/AttachLoadBalancersCommand.js +3 -3
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +3 -3
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +3 -3
- package/dist-es/commands/CancelInstanceRefreshCommand.js +3 -3
- package/dist-es/commands/CompleteLifecycleActionCommand.js +3 -3
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteLifecycleHookCommand.js +3 -3
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteScheduledActionCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DeleteWarmPoolCommand.js +3 -3
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +2 -2
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +3 -3
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +2 -2
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +3 -3
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +3 -3
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +2 -2
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -3
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +2 -2
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +3 -3
- package/dist-es/commands/DescribePoliciesCommand.js +3 -3
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +3 -3
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +2 -2
- package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -3
- package/dist-es/commands/DescribeTagsCommand.js +3 -3
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +2 -2
- package/dist-es/commands/DescribeWarmPoolCommand.js +3 -3
- package/dist-es/commands/DetachInstancesCommand.js +3 -3
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-es/commands/DetachLoadBalancersCommand.js +3 -3
- package/dist-es/commands/DisableMetricsCollectionCommand.js +2 -2
- package/dist-es/commands/EnableMetricsCollectionCommand.js +2 -2
- package/dist-es/commands/EnterStandbyCommand.js +3 -3
- package/dist-es/commands/ExecutePolicyCommand.js +2 -2
- package/dist-es/commands/ExitStandbyCommand.js +3 -3
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +3 -3
- package/dist-es/commands/PutLifecycleHookCommand.js +3 -3
- package/dist-es/commands/PutNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/PutScalingPolicyCommand.js +3 -3
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +2 -2
- package/dist-es/commands/PutWarmPoolCommand.js +3 -3
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +3 -3
- package/dist-es/commands/ResumeProcessesCommand.js +2 -2
- package/dist-es/commands/SetDesiredCapacityCommand.js +2 -2
- package/dist-es/commands/SetInstanceHealthCommand.js +2 -2
- package/dist-es/commands/SetInstanceProtectionCommand.js +3 -3
- package/dist-es/commands/StartInstanceRefreshCommand.js +3 -3
- package/dist-es/commands/SuspendProcessesCommand.js +2 -2
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +3 -3
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +2 -2
- package/dist-es/models/models_0.js +162 -648
- package/dist-types/AutoScaling.d.ts +61 -51
- package/dist-types/AutoScalingClient.d.ts +6 -5
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +8 -7
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +7 -8
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -5
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +0 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +3 -3
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +2 -2
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +5 -1
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +902 -1192
- package/dist-types/ts3.4/models/models_0.d.ts +324 -648
- package/package.json +6 -6
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
3
|
+
exports.ScheduledUpdateGroupActionRequestFilterSensitiveLog = exports.BatchPutScheduledUpdateGroupActionAnswerFilterSensitiveLog = exports.BatchDeleteScheduledActionTypeFilterSensitiveLog = exports.BatchDeleteScheduledActionAnswerFilterSensitiveLog = exports.FailedScheduledUpdateGroupActionRequestFilterSensitiveLog = exports.AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog = exports.AttachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog = exports.AttachLoadBalancersTypeFilterSensitiveLog = exports.AttachLoadBalancersResultTypeFilterSensitiveLog = exports.AttachInstancesQueryFilterSensitiveLog = exports.AlarmFilterSensitiveLog = exports.AdjustmentTypeFilterSensitiveLog = exports.ActivityTypeFilterSensitiveLog = exports.ActivitiesTypeFilterSensitiveLog = exports.ActivityFilterSensitiveLog = exports.AcceleratorTotalMemoryMiBRequestFilterSensitiveLog = exports.AcceleratorCountRequestFilterSensitiveLog = exports.RefreshStrategy = exports.InstanceRefreshInProgressFault = exports.MetricType = exports.MetricStatistic = exports.PredictiveScalingMode = exports.PredefinedScalingMetricType = exports.PredefinedMetricPairType = exports.PredefinedLoadMetricType = exports.PredictiveScalingMaxCapacityBreachBehavior = exports.InstanceRefreshStatus = exports.InvalidNextToken = exports.WarmPoolStatus = exports.WarmPoolState = exports.LifecycleState = exports.ScalingActivityInProgressFault = exports.ResourceInUseFault = exports.InstanceMetadataHttpTokensState = exports.InstanceMetadataEndpointState = exports.LocalStorageType = exports.LocalStorage = exports.InstanceGeneration = exports.CpuManufacturer = exports.BurstablePerformance = exports.BareMetal = exports.LimitExceededFault = exports.ServiceLinkedRoleFailure = exports.ResourceContentionFault = exports.AlreadyExistsFault = exports.ScalingActivityStatusCode = exports.ActiveInstanceRefreshNotFoundFault = exports.AcceleratorType = exports.AcceleratorName = exports.AcceleratorManufacturer = void 0;
|
|
4
|
+
exports.AutoScalingInstancesTypeFilterSensitiveLog = exports.AutoScalingInstanceDetailsFilterSensitiveLog = exports.AutoScalingGroupsTypeFilterSensitiveLog = exports.AutoScalingGroupFilterSensitiveLog = exports.WarmPoolConfigurationFilterSensitiveLog = exports.InstanceReusePolicyFilterSensitiveLog = exports.TagDescriptionFilterSensitiveLog = exports.SuspendedProcessFilterSensitiveLog = exports.InstanceFilterSensitiveLog = exports.EnabledMetricFilterSensitiveLog = exports.AutoScalingGroupNamesTypeFilterSensitiveLog = exports.FilterFilterSensitiveLog = exports.DescribeAdjustmentTypesAnswerFilterSensitiveLog = exports.DescribeAccountLimitsAnswerFilterSensitiveLog = exports.DeleteWarmPoolTypeFilterSensitiveLog = exports.DeleteWarmPoolAnswerFilterSensitiveLog = exports.DeleteTagsTypeFilterSensitiveLog = exports.DeleteScheduledActionTypeFilterSensitiveLog = exports.DeletePolicyTypeFilterSensitiveLog = exports.DeleteNotificationConfigurationTypeFilterSensitiveLog = exports.DeleteLifecycleHookTypeFilterSensitiveLog = exports.DeleteLifecycleHookAnswerFilterSensitiveLog = exports.LaunchConfigurationNameTypeFilterSensitiveLog = exports.DeleteAutoScalingGroupTypeFilterSensitiveLog = exports.CreateOrUpdateTagsTypeFilterSensitiveLog = exports.CreateLaunchConfigurationTypeFilterSensitiveLog = exports.InstanceMetadataOptionsFilterSensitiveLog = exports.InstanceMonitoringFilterSensitiveLog = exports.BlockDeviceMappingFilterSensitiveLog = exports.EbsFilterSensitiveLog = exports.CreateAutoScalingGroupTypeFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.MixedInstancesPolicyFilterSensitiveLog = exports.LaunchTemplateFilterSensitiveLog = exports.LaunchTemplateOverridesFilterSensitiveLog = exports.InstanceRequirementsFilterSensitiveLog = exports.VCpuCountRequestFilterSensitiveLog = exports.TotalLocalStorageGBRequestFilterSensitiveLog = exports.NetworkInterfaceCountRequestFilterSensitiveLog = exports.MemoryMiBRequestFilterSensitiveLog = exports.MemoryGiBPerVCpuRequestFilterSensitiveLog = exports.BaselineEbsBandwidthMbpsRequestFilterSensitiveLog = exports.InstancesDistributionFilterSensitiveLog = exports.LifecycleHookSpecificationFilterSensitiveLog = exports.LaunchTemplateSpecificationFilterSensitiveLog = exports.CompleteLifecycleActionTypeFilterSensitiveLog = exports.CompleteLifecycleActionAnswerFilterSensitiveLog = exports.CancelInstanceRefreshTypeFilterSensitiveLog = exports.CancelInstanceRefreshAnswerFilterSensitiveLog = exports.BatchPutScheduledUpdateGroupActionTypeFilterSensitiveLog = void 0;
|
|
5
|
+
exports.ProcessTypeFilterSensitiveLog = exports.DescribeScalingActivitiesTypeFilterSensitiveLog = exports.PoliciesTypeFilterSensitiveLog = exports.ScalingPolicyFilterSensitiveLog = exports.TargetTrackingConfigurationFilterSensitiveLog = exports.PredefinedMetricSpecificationFilterSensitiveLog = exports.CustomizedMetricSpecificationFilterSensitiveLog = exports.StepAdjustmentFilterSensitiveLog = exports.PredictiveScalingConfigurationFilterSensitiveLog = exports.PredictiveScalingMetricSpecificationFilterSensitiveLog = exports.PredictiveScalingPredefinedScalingMetricFilterSensitiveLog = exports.PredictiveScalingPredefinedMetricPairFilterSensitiveLog = exports.PredictiveScalingPredefinedLoadMetricFilterSensitiveLog = exports.PredictiveScalingCustomizedScalingMetricFilterSensitiveLog = exports.PredictiveScalingCustomizedLoadMetricFilterSensitiveLog = exports.PredictiveScalingCustomizedCapacityMetricFilterSensitiveLog = exports.MetricDataQueryFilterSensitiveLog = exports.MetricStatFilterSensitiveLog = exports.MetricFilterSensitiveLog = exports.MetricDimensionFilterSensitiveLog = exports.DescribePoliciesTypeFilterSensitiveLog = exports.DescribeNotificationConfigurationsTypeFilterSensitiveLog = exports.DescribeNotificationConfigurationsAnswerFilterSensitiveLog = exports.NotificationConfigurationFilterSensitiveLog = exports.DescribeMetricCollectionTypesAnswerFilterSensitiveLog = exports.MetricCollectionTypeFilterSensitiveLog = exports.MetricGranularityTypeFilterSensitiveLog = exports.DescribeLoadBalancerTargetGroupsResponseFilterSensitiveLog = exports.LoadBalancerTargetGroupStateFilterSensitiveLog = exports.DescribeLoadBalancerTargetGroupsRequestFilterSensitiveLog = exports.DescribeLoadBalancersResponseFilterSensitiveLog = exports.LoadBalancerStateFilterSensitiveLog = exports.DescribeLoadBalancersRequestFilterSensitiveLog = exports.DescribeLifecycleHookTypesAnswerFilterSensitiveLog = exports.DescribeLifecycleHooksTypeFilterSensitiveLog = exports.DescribeLifecycleHooksAnswerFilterSensitiveLog = exports.LifecycleHookFilterSensitiveLog = exports.LaunchConfigurationsTypeFilterSensitiveLog = exports.LaunchConfigurationFilterSensitiveLog = exports.LaunchConfigurationNamesTypeFilterSensitiveLog = exports.DescribeInstanceRefreshesTypeFilterSensitiveLog = exports.DescribeInstanceRefreshesAnswerFilterSensitiveLog = exports.InstanceRefreshFilterSensitiveLog = exports.InstanceRefreshProgressDetailsFilterSensitiveLog = exports.InstanceRefreshWarmPoolProgressFilterSensitiveLog = exports.InstanceRefreshLivePoolProgressFilterSensitiveLog = exports.RefreshPreferencesFilterSensitiveLog = exports.DesiredConfigurationFilterSensitiveLog = exports.DescribeAutoScalingNotificationTypesAnswerFilterSensitiveLog = exports.DescribeAutoScalingInstancesTypeFilterSensitiveLog = void 0;
|
|
6
|
+
exports.UpdateAutoScalingGroupTypeFilterSensitiveLog = exports.TerminateInstanceInAutoScalingGroupTypeFilterSensitiveLog = exports.StartInstanceRefreshTypeFilterSensitiveLog = exports.StartInstanceRefreshAnswerFilterSensitiveLog = exports.SetInstanceProtectionQueryFilterSensitiveLog = exports.SetInstanceProtectionAnswerFilterSensitiveLog = exports.SetInstanceHealthQueryFilterSensitiveLog = exports.SetDesiredCapacityTypeFilterSensitiveLog = exports.ScalingProcessQueryFilterSensitiveLog = exports.RecordLifecycleActionHeartbeatTypeFilterSensitiveLog = exports.RecordLifecycleActionHeartbeatAnswerFilterSensitiveLog = exports.PutWarmPoolTypeFilterSensitiveLog = exports.PutWarmPoolAnswerFilterSensitiveLog = exports.PutScheduledUpdateGroupActionTypeFilterSensitiveLog = exports.PutScalingPolicyTypeFilterSensitiveLog = exports.PolicyARNTypeFilterSensitiveLog = exports.PutNotificationConfigurationTypeFilterSensitiveLog = exports.PutLifecycleHookTypeFilterSensitiveLog = exports.PutLifecycleHookAnswerFilterSensitiveLog = exports.GetPredictiveScalingForecastTypeFilterSensitiveLog = exports.GetPredictiveScalingForecastAnswerFilterSensitiveLog = exports.LoadForecastFilterSensitiveLog = exports.CapacityForecastFilterSensitiveLog = exports.ExitStandbyQueryFilterSensitiveLog = exports.ExitStandbyAnswerFilterSensitiveLog = exports.ExecutePolicyTypeFilterSensitiveLog = exports.EnterStandbyQueryFilterSensitiveLog = exports.EnterStandbyAnswerFilterSensitiveLog = exports.EnableMetricsCollectionQueryFilterSensitiveLog = exports.DisableMetricsCollectionQueryFilterSensitiveLog = exports.DetachLoadBalancerTargetGroupsTypeFilterSensitiveLog = exports.DetachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog = exports.DetachLoadBalancersTypeFilterSensitiveLog = exports.DetachLoadBalancersResultTypeFilterSensitiveLog = exports.DetachInstancesQueryFilterSensitiveLog = exports.DetachInstancesAnswerFilterSensitiveLog = exports.DescribeWarmPoolTypeFilterSensitiveLog = exports.DescribeWarmPoolAnswerFilterSensitiveLog = exports.DescribeTerminationPolicyTypesAnswerFilterSensitiveLog = exports.TagsTypeFilterSensitiveLog = exports.DescribeTagsTypeFilterSensitiveLog = exports.ScheduledActionsTypeFilterSensitiveLog = exports.ScheduledUpdateGroupActionFilterSensitiveLog = exports.DescribeScheduledActionsTypeFilterSensitiveLog = exports.ProcessesTypeFilterSensitiveLog = void 0;
|
|
7
7
|
const AutoScalingServiceException_1 = require("./AutoScalingServiceException");
|
|
8
|
-
var AcceleratorCountRequest;
|
|
9
|
-
(function (AcceleratorCountRequest) {
|
|
10
|
-
AcceleratorCountRequest.filterSensitiveLog = (obj) => ({
|
|
11
|
-
...obj,
|
|
12
|
-
});
|
|
13
|
-
})(AcceleratorCountRequest = exports.AcceleratorCountRequest || (exports.AcceleratorCountRequest = {}));
|
|
14
8
|
var AcceleratorManufacturer;
|
|
15
9
|
(function (AcceleratorManufacturer) {
|
|
16
10
|
AcceleratorManufacturer["AMAZON_WEB_SERVICES"] = "amazon-web-services";
|
|
@@ -28,12 +22,6 @@ var AcceleratorName;
|
|
|
28
22
|
AcceleratorName["V100"] = "v100";
|
|
29
23
|
AcceleratorName["VU9P"] = "vu9p";
|
|
30
24
|
})(AcceleratorName = exports.AcceleratorName || (exports.AcceleratorName = {}));
|
|
31
|
-
var AcceleratorTotalMemoryMiBRequest;
|
|
32
|
-
(function (AcceleratorTotalMemoryMiBRequest) {
|
|
33
|
-
AcceleratorTotalMemoryMiBRequest.filterSensitiveLog = (obj) => ({
|
|
34
|
-
...obj,
|
|
35
|
-
});
|
|
36
|
-
})(AcceleratorTotalMemoryMiBRequest = exports.AcceleratorTotalMemoryMiBRequest || (exports.AcceleratorTotalMemoryMiBRequest = {}));
|
|
37
25
|
var AcceleratorType;
|
|
38
26
|
(function (AcceleratorType) {
|
|
39
27
|
AcceleratorType["FPGA"] = "fpga";
|
|
@@ -68,36 +56,6 @@ var ScalingActivityStatusCode;
|
|
|
68
56
|
ScalingActivityStatusCode["WaitingForSpotInstanceId"] = "WaitingForSpotInstanceId";
|
|
69
57
|
ScalingActivityStatusCode["WaitingForSpotInstanceRequestId"] = "WaitingForSpotInstanceRequestId";
|
|
70
58
|
})(ScalingActivityStatusCode = exports.ScalingActivityStatusCode || (exports.ScalingActivityStatusCode = {}));
|
|
71
|
-
var Activity;
|
|
72
|
-
(function (Activity) {
|
|
73
|
-
Activity.filterSensitiveLog = (obj) => ({
|
|
74
|
-
...obj,
|
|
75
|
-
});
|
|
76
|
-
})(Activity = exports.Activity || (exports.Activity = {}));
|
|
77
|
-
var ActivitiesType;
|
|
78
|
-
(function (ActivitiesType) {
|
|
79
|
-
ActivitiesType.filterSensitiveLog = (obj) => ({
|
|
80
|
-
...obj,
|
|
81
|
-
});
|
|
82
|
-
})(ActivitiesType = exports.ActivitiesType || (exports.ActivitiesType = {}));
|
|
83
|
-
var ActivityType;
|
|
84
|
-
(function (ActivityType) {
|
|
85
|
-
ActivityType.filterSensitiveLog = (obj) => ({
|
|
86
|
-
...obj,
|
|
87
|
-
});
|
|
88
|
-
})(ActivityType = exports.ActivityType || (exports.ActivityType = {}));
|
|
89
|
-
var AdjustmentType;
|
|
90
|
-
(function (AdjustmentType) {
|
|
91
|
-
AdjustmentType.filterSensitiveLog = (obj) => ({
|
|
92
|
-
...obj,
|
|
93
|
-
});
|
|
94
|
-
})(AdjustmentType = exports.AdjustmentType || (exports.AdjustmentType = {}));
|
|
95
|
-
var Alarm;
|
|
96
|
-
(function (Alarm) {
|
|
97
|
-
Alarm.filterSensitiveLog = (obj) => ({
|
|
98
|
-
...obj,
|
|
99
|
-
});
|
|
100
|
-
})(Alarm = exports.Alarm || (exports.Alarm = {}));
|
|
101
59
|
class AlreadyExistsFault extends AutoScalingServiceException_1.AutoScalingServiceException {
|
|
102
60
|
constructor(opts) {
|
|
103
61
|
super({
|
|
@@ -111,12 +69,6 @@ class AlreadyExistsFault extends AutoScalingServiceException_1.AutoScalingServic
|
|
|
111
69
|
}
|
|
112
70
|
}
|
|
113
71
|
exports.AlreadyExistsFault = AlreadyExistsFault;
|
|
114
|
-
var AttachInstancesQuery;
|
|
115
|
-
(function (AttachInstancesQuery) {
|
|
116
|
-
AttachInstancesQuery.filterSensitiveLog = (obj) => ({
|
|
117
|
-
...obj,
|
|
118
|
-
});
|
|
119
|
-
})(AttachInstancesQuery = exports.AttachInstancesQuery || (exports.AttachInstancesQuery = {}));
|
|
120
72
|
class ResourceContentionFault extends AutoScalingServiceException_1.AutoScalingServiceException {
|
|
121
73
|
constructor(opts) {
|
|
122
74
|
super({
|
|
@@ -143,66 +95,6 @@ class ServiceLinkedRoleFailure extends AutoScalingServiceException_1.AutoScaling
|
|
|
143
95
|
}
|
|
144
96
|
}
|
|
145
97
|
exports.ServiceLinkedRoleFailure = ServiceLinkedRoleFailure;
|
|
146
|
-
var AttachLoadBalancersResultType;
|
|
147
|
-
(function (AttachLoadBalancersResultType) {
|
|
148
|
-
AttachLoadBalancersResultType.filterSensitiveLog = (obj) => ({
|
|
149
|
-
...obj,
|
|
150
|
-
});
|
|
151
|
-
})(AttachLoadBalancersResultType = exports.AttachLoadBalancersResultType || (exports.AttachLoadBalancersResultType = {}));
|
|
152
|
-
var AttachLoadBalancersType;
|
|
153
|
-
(function (AttachLoadBalancersType) {
|
|
154
|
-
AttachLoadBalancersType.filterSensitiveLog = (obj) => ({
|
|
155
|
-
...obj,
|
|
156
|
-
});
|
|
157
|
-
})(AttachLoadBalancersType = exports.AttachLoadBalancersType || (exports.AttachLoadBalancersType = {}));
|
|
158
|
-
var AttachLoadBalancerTargetGroupsResultType;
|
|
159
|
-
(function (AttachLoadBalancerTargetGroupsResultType) {
|
|
160
|
-
AttachLoadBalancerTargetGroupsResultType.filterSensitiveLog = (obj) => ({
|
|
161
|
-
...obj,
|
|
162
|
-
});
|
|
163
|
-
})(AttachLoadBalancerTargetGroupsResultType = exports.AttachLoadBalancerTargetGroupsResultType || (exports.AttachLoadBalancerTargetGroupsResultType = {}));
|
|
164
|
-
var AttachLoadBalancerTargetGroupsType;
|
|
165
|
-
(function (AttachLoadBalancerTargetGroupsType) {
|
|
166
|
-
AttachLoadBalancerTargetGroupsType.filterSensitiveLog = (obj) => ({
|
|
167
|
-
...obj,
|
|
168
|
-
});
|
|
169
|
-
})(AttachLoadBalancerTargetGroupsType = exports.AttachLoadBalancerTargetGroupsType || (exports.AttachLoadBalancerTargetGroupsType = {}));
|
|
170
|
-
var FailedScheduledUpdateGroupActionRequest;
|
|
171
|
-
(function (FailedScheduledUpdateGroupActionRequest) {
|
|
172
|
-
FailedScheduledUpdateGroupActionRequest.filterSensitiveLog = (obj) => ({
|
|
173
|
-
...obj,
|
|
174
|
-
});
|
|
175
|
-
})(FailedScheduledUpdateGroupActionRequest = exports.FailedScheduledUpdateGroupActionRequest || (exports.FailedScheduledUpdateGroupActionRequest = {}));
|
|
176
|
-
var BatchDeleteScheduledActionAnswer;
|
|
177
|
-
(function (BatchDeleteScheduledActionAnswer) {
|
|
178
|
-
BatchDeleteScheduledActionAnswer.filterSensitiveLog = (obj) => ({
|
|
179
|
-
...obj,
|
|
180
|
-
});
|
|
181
|
-
})(BatchDeleteScheduledActionAnswer = exports.BatchDeleteScheduledActionAnswer || (exports.BatchDeleteScheduledActionAnswer = {}));
|
|
182
|
-
var BatchDeleteScheduledActionType;
|
|
183
|
-
(function (BatchDeleteScheduledActionType) {
|
|
184
|
-
BatchDeleteScheduledActionType.filterSensitiveLog = (obj) => ({
|
|
185
|
-
...obj,
|
|
186
|
-
});
|
|
187
|
-
})(BatchDeleteScheduledActionType = exports.BatchDeleteScheduledActionType || (exports.BatchDeleteScheduledActionType = {}));
|
|
188
|
-
var BatchPutScheduledUpdateGroupActionAnswer;
|
|
189
|
-
(function (BatchPutScheduledUpdateGroupActionAnswer) {
|
|
190
|
-
BatchPutScheduledUpdateGroupActionAnswer.filterSensitiveLog = (obj) => ({
|
|
191
|
-
...obj,
|
|
192
|
-
});
|
|
193
|
-
})(BatchPutScheduledUpdateGroupActionAnswer = exports.BatchPutScheduledUpdateGroupActionAnswer || (exports.BatchPutScheduledUpdateGroupActionAnswer = {}));
|
|
194
|
-
var ScheduledUpdateGroupActionRequest;
|
|
195
|
-
(function (ScheduledUpdateGroupActionRequest) {
|
|
196
|
-
ScheduledUpdateGroupActionRequest.filterSensitiveLog = (obj) => ({
|
|
197
|
-
...obj,
|
|
198
|
-
});
|
|
199
|
-
})(ScheduledUpdateGroupActionRequest = exports.ScheduledUpdateGroupActionRequest || (exports.ScheduledUpdateGroupActionRequest = {}));
|
|
200
|
-
var BatchPutScheduledUpdateGroupActionType;
|
|
201
|
-
(function (BatchPutScheduledUpdateGroupActionType) {
|
|
202
|
-
BatchPutScheduledUpdateGroupActionType.filterSensitiveLog = (obj) => ({
|
|
203
|
-
...obj,
|
|
204
|
-
});
|
|
205
|
-
})(BatchPutScheduledUpdateGroupActionType = exports.BatchPutScheduledUpdateGroupActionType || (exports.BatchPutScheduledUpdateGroupActionType = {}));
|
|
206
98
|
class LimitExceededFault extends AutoScalingServiceException_1.AutoScalingServiceException {
|
|
207
99
|
constructor(opts) {
|
|
208
100
|
super({
|
|
@@ -216,60 +108,12 @@ class LimitExceededFault extends AutoScalingServiceException_1.AutoScalingServic
|
|
|
216
108
|
}
|
|
217
109
|
}
|
|
218
110
|
exports.LimitExceededFault = LimitExceededFault;
|
|
219
|
-
var CancelInstanceRefreshAnswer;
|
|
220
|
-
(function (CancelInstanceRefreshAnswer) {
|
|
221
|
-
CancelInstanceRefreshAnswer.filterSensitiveLog = (obj) => ({
|
|
222
|
-
...obj,
|
|
223
|
-
});
|
|
224
|
-
})(CancelInstanceRefreshAnswer = exports.CancelInstanceRefreshAnswer || (exports.CancelInstanceRefreshAnswer = {}));
|
|
225
|
-
var CancelInstanceRefreshType;
|
|
226
|
-
(function (CancelInstanceRefreshType) {
|
|
227
|
-
CancelInstanceRefreshType.filterSensitiveLog = (obj) => ({
|
|
228
|
-
...obj,
|
|
229
|
-
});
|
|
230
|
-
})(CancelInstanceRefreshType = exports.CancelInstanceRefreshType || (exports.CancelInstanceRefreshType = {}));
|
|
231
|
-
var CompleteLifecycleActionAnswer;
|
|
232
|
-
(function (CompleteLifecycleActionAnswer) {
|
|
233
|
-
CompleteLifecycleActionAnswer.filterSensitiveLog = (obj) => ({
|
|
234
|
-
...obj,
|
|
235
|
-
});
|
|
236
|
-
})(CompleteLifecycleActionAnswer = exports.CompleteLifecycleActionAnswer || (exports.CompleteLifecycleActionAnswer = {}));
|
|
237
|
-
var CompleteLifecycleActionType;
|
|
238
|
-
(function (CompleteLifecycleActionType) {
|
|
239
|
-
CompleteLifecycleActionType.filterSensitiveLog = (obj) => ({
|
|
240
|
-
...obj,
|
|
241
|
-
});
|
|
242
|
-
})(CompleteLifecycleActionType = exports.CompleteLifecycleActionType || (exports.CompleteLifecycleActionType = {}));
|
|
243
|
-
var LaunchTemplateSpecification;
|
|
244
|
-
(function (LaunchTemplateSpecification) {
|
|
245
|
-
LaunchTemplateSpecification.filterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
});
|
|
248
|
-
})(LaunchTemplateSpecification = exports.LaunchTemplateSpecification || (exports.LaunchTemplateSpecification = {}));
|
|
249
|
-
var LifecycleHookSpecification;
|
|
250
|
-
(function (LifecycleHookSpecification) {
|
|
251
|
-
LifecycleHookSpecification.filterSensitiveLog = (obj) => ({
|
|
252
|
-
...obj,
|
|
253
|
-
});
|
|
254
|
-
})(LifecycleHookSpecification = exports.LifecycleHookSpecification || (exports.LifecycleHookSpecification = {}));
|
|
255
|
-
var InstancesDistribution;
|
|
256
|
-
(function (InstancesDistribution) {
|
|
257
|
-
InstancesDistribution.filterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
});
|
|
260
|
-
})(InstancesDistribution = exports.InstancesDistribution || (exports.InstancesDistribution = {}));
|
|
261
111
|
var BareMetal;
|
|
262
112
|
(function (BareMetal) {
|
|
263
113
|
BareMetal["EXCLUDED"] = "excluded";
|
|
264
114
|
BareMetal["INCLUDED"] = "included";
|
|
265
115
|
BareMetal["REQUIRED"] = "required";
|
|
266
116
|
})(BareMetal = exports.BareMetal || (exports.BareMetal = {}));
|
|
267
|
-
var BaselineEbsBandwidthMbpsRequest;
|
|
268
|
-
(function (BaselineEbsBandwidthMbpsRequest) {
|
|
269
|
-
BaselineEbsBandwidthMbpsRequest.filterSensitiveLog = (obj) => ({
|
|
270
|
-
...obj,
|
|
271
|
-
});
|
|
272
|
-
})(BaselineEbsBandwidthMbpsRequest = exports.BaselineEbsBandwidthMbpsRequest || (exports.BaselineEbsBandwidthMbpsRequest = {}));
|
|
273
117
|
var BurstablePerformance;
|
|
274
118
|
(function (BurstablePerformance) {
|
|
275
119
|
BurstablePerformance["EXCLUDED"] = "excluded";
|
|
@@ -298,90 +142,6 @@ var LocalStorageType;
|
|
|
298
142
|
LocalStorageType["HDD"] = "hdd";
|
|
299
143
|
LocalStorageType["SSD"] = "ssd";
|
|
300
144
|
})(LocalStorageType = exports.LocalStorageType || (exports.LocalStorageType = {}));
|
|
301
|
-
var MemoryGiBPerVCpuRequest;
|
|
302
|
-
(function (MemoryGiBPerVCpuRequest) {
|
|
303
|
-
MemoryGiBPerVCpuRequest.filterSensitiveLog = (obj) => ({
|
|
304
|
-
...obj,
|
|
305
|
-
});
|
|
306
|
-
})(MemoryGiBPerVCpuRequest = exports.MemoryGiBPerVCpuRequest || (exports.MemoryGiBPerVCpuRequest = {}));
|
|
307
|
-
var MemoryMiBRequest;
|
|
308
|
-
(function (MemoryMiBRequest) {
|
|
309
|
-
MemoryMiBRequest.filterSensitiveLog = (obj) => ({
|
|
310
|
-
...obj,
|
|
311
|
-
});
|
|
312
|
-
})(MemoryMiBRequest = exports.MemoryMiBRequest || (exports.MemoryMiBRequest = {}));
|
|
313
|
-
var NetworkInterfaceCountRequest;
|
|
314
|
-
(function (NetworkInterfaceCountRequest) {
|
|
315
|
-
NetworkInterfaceCountRequest.filterSensitiveLog = (obj) => ({
|
|
316
|
-
...obj,
|
|
317
|
-
});
|
|
318
|
-
})(NetworkInterfaceCountRequest = exports.NetworkInterfaceCountRequest || (exports.NetworkInterfaceCountRequest = {}));
|
|
319
|
-
var TotalLocalStorageGBRequest;
|
|
320
|
-
(function (TotalLocalStorageGBRequest) {
|
|
321
|
-
TotalLocalStorageGBRequest.filterSensitiveLog = (obj) => ({
|
|
322
|
-
...obj,
|
|
323
|
-
});
|
|
324
|
-
})(TotalLocalStorageGBRequest = exports.TotalLocalStorageGBRequest || (exports.TotalLocalStorageGBRequest = {}));
|
|
325
|
-
var VCpuCountRequest;
|
|
326
|
-
(function (VCpuCountRequest) {
|
|
327
|
-
VCpuCountRequest.filterSensitiveLog = (obj) => ({
|
|
328
|
-
...obj,
|
|
329
|
-
});
|
|
330
|
-
})(VCpuCountRequest = exports.VCpuCountRequest || (exports.VCpuCountRequest = {}));
|
|
331
|
-
var InstanceRequirements;
|
|
332
|
-
(function (InstanceRequirements) {
|
|
333
|
-
InstanceRequirements.filterSensitiveLog = (obj) => ({
|
|
334
|
-
...obj,
|
|
335
|
-
});
|
|
336
|
-
})(InstanceRequirements = exports.InstanceRequirements || (exports.InstanceRequirements = {}));
|
|
337
|
-
var LaunchTemplateOverrides;
|
|
338
|
-
(function (LaunchTemplateOverrides) {
|
|
339
|
-
LaunchTemplateOverrides.filterSensitiveLog = (obj) => ({
|
|
340
|
-
...obj,
|
|
341
|
-
});
|
|
342
|
-
})(LaunchTemplateOverrides = exports.LaunchTemplateOverrides || (exports.LaunchTemplateOverrides = {}));
|
|
343
|
-
var LaunchTemplate;
|
|
344
|
-
(function (LaunchTemplate) {
|
|
345
|
-
LaunchTemplate.filterSensitiveLog = (obj) => ({
|
|
346
|
-
...obj,
|
|
347
|
-
});
|
|
348
|
-
})(LaunchTemplate = exports.LaunchTemplate || (exports.LaunchTemplate = {}));
|
|
349
|
-
var MixedInstancesPolicy;
|
|
350
|
-
(function (MixedInstancesPolicy) {
|
|
351
|
-
MixedInstancesPolicy.filterSensitiveLog = (obj) => ({
|
|
352
|
-
...obj,
|
|
353
|
-
});
|
|
354
|
-
})(MixedInstancesPolicy = exports.MixedInstancesPolicy || (exports.MixedInstancesPolicy = {}));
|
|
355
|
-
var Tag;
|
|
356
|
-
(function (Tag) {
|
|
357
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
358
|
-
...obj,
|
|
359
|
-
});
|
|
360
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
361
|
-
var CreateAutoScalingGroupType;
|
|
362
|
-
(function (CreateAutoScalingGroupType) {
|
|
363
|
-
CreateAutoScalingGroupType.filterSensitiveLog = (obj) => ({
|
|
364
|
-
...obj,
|
|
365
|
-
});
|
|
366
|
-
})(CreateAutoScalingGroupType = exports.CreateAutoScalingGroupType || (exports.CreateAutoScalingGroupType = {}));
|
|
367
|
-
var Ebs;
|
|
368
|
-
(function (Ebs) {
|
|
369
|
-
Ebs.filterSensitiveLog = (obj) => ({
|
|
370
|
-
...obj,
|
|
371
|
-
});
|
|
372
|
-
})(Ebs = exports.Ebs || (exports.Ebs = {}));
|
|
373
|
-
var BlockDeviceMapping;
|
|
374
|
-
(function (BlockDeviceMapping) {
|
|
375
|
-
BlockDeviceMapping.filterSensitiveLog = (obj) => ({
|
|
376
|
-
...obj,
|
|
377
|
-
});
|
|
378
|
-
})(BlockDeviceMapping = exports.BlockDeviceMapping || (exports.BlockDeviceMapping = {}));
|
|
379
|
-
var InstanceMonitoring;
|
|
380
|
-
(function (InstanceMonitoring) {
|
|
381
|
-
InstanceMonitoring.filterSensitiveLog = (obj) => ({
|
|
382
|
-
...obj,
|
|
383
|
-
});
|
|
384
|
-
})(InstanceMonitoring = exports.InstanceMonitoring || (exports.InstanceMonitoring = {}));
|
|
385
145
|
var InstanceMetadataEndpointState;
|
|
386
146
|
(function (InstanceMetadataEndpointState) {
|
|
387
147
|
InstanceMetadataEndpointState["Disabled"] = "disabled";
|
|
@@ -392,24 +152,6 @@ var InstanceMetadataHttpTokensState;
|
|
|
392
152
|
InstanceMetadataHttpTokensState["Optional"] = "optional";
|
|
393
153
|
InstanceMetadataHttpTokensState["Required"] = "required";
|
|
394
154
|
})(InstanceMetadataHttpTokensState = exports.InstanceMetadataHttpTokensState || (exports.InstanceMetadataHttpTokensState = {}));
|
|
395
|
-
var InstanceMetadataOptions;
|
|
396
|
-
(function (InstanceMetadataOptions) {
|
|
397
|
-
InstanceMetadataOptions.filterSensitiveLog = (obj) => ({
|
|
398
|
-
...obj,
|
|
399
|
-
});
|
|
400
|
-
})(InstanceMetadataOptions = exports.InstanceMetadataOptions || (exports.InstanceMetadataOptions = {}));
|
|
401
|
-
var CreateLaunchConfigurationType;
|
|
402
|
-
(function (CreateLaunchConfigurationType) {
|
|
403
|
-
CreateLaunchConfigurationType.filterSensitiveLog = (obj) => ({
|
|
404
|
-
...obj,
|
|
405
|
-
});
|
|
406
|
-
})(CreateLaunchConfigurationType = exports.CreateLaunchConfigurationType || (exports.CreateLaunchConfigurationType = {}));
|
|
407
|
-
var CreateOrUpdateTagsType;
|
|
408
|
-
(function (CreateOrUpdateTagsType) {
|
|
409
|
-
CreateOrUpdateTagsType.filterSensitiveLog = (obj) => ({
|
|
410
|
-
...obj,
|
|
411
|
-
});
|
|
412
|
-
})(CreateOrUpdateTagsType = exports.CreateOrUpdateTagsType || (exports.CreateOrUpdateTagsType = {}));
|
|
413
155
|
class ResourceInUseFault extends AutoScalingServiceException_1.AutoScalingServiceException {
|
|
414
156
|
constructor(opts) {
|
|
415
157
|
super({
|
|
@@ -423,12 +165,6 @@ class ResourceInUseFault extends AutoScalingServiceException_1.AutoScalingServic
|
|
|
423
165
|
}
|
|
424
166
|
}
|
|
425
167
|
exports.ResourceInUseFault = ResourceInUseFault;
|
|
426
|
-
var DeleteAutoScalingGroupType;
|
|
427
|
-
(function (DeleteAutoScalingGroupType) {
|
|
428
|
-
DeleteAutoScalingGroupType.filterSensitiveLog = (obj) => ({
|
|
429
|
-
...obj,
|
|
430
|
-
});
|
|
431
|
-
})(DeleteAutoScalingGroupType = exports.DeleteAutoScalingGroupType || (exports.DeleteAutoScalingGroupType = {}));
|
|
432
168
|
class ScalingActivityInProgressFault extends AutoScalingServiceException_1.AutoScalingServiceException {
|
|
433
169
|
constructor(opts) {
|
|
434
170
|
super({
|
|
@@ -442,90 +178,6 @@ class ScalingActivityInProgressFault extends AutoScalingServiceException_1.AutoS
|
|
|
442
178
|
}
|
|
443
179
|
}
|
|
444
180
|
exports.ScalingActivityInProgressFault = ScalingActivityInProgressFault;
|
|
445
|
-
var LaunchConfigurationNameType;
|
|
446
|
-
(function (LaunchConfigurationNameType) {
|
|
447
|
-
LaunchConfigurationNameType.filterSensitiveLog = (obj) => ({
|
|
448
|
-
...obj,
|
|
449
|
-
});
|
|
450
|
-
})(LaunchConfigurationNameType = exports.LaunchConfigurationNameType || (exports.LaunchConfigurationNameType = {}));
|
|
451
|
-
var DeleteLifecycleHookAnswer;
|
|
452
|
-
(function (DeleteLifecycleHookAnswer) {
|
|
453
|
-
DeleteLifecycleHookAnswer.filterSensitiveLog = (obj) => ({
|
|
454
|
-
...obj,
|
|
455
|
-
});
|
|
456
|
-
})(DeleteLifecycleHookAnswer = exports.DeleteLifecycleHookAnswer || (exports.DeleteLifecycleHookAnswer = {}));
|
|
457
|
-
var DeleteLifecycleHookType;
|
|
458
|
-
(function (DeleteLifecycleHookType) {
|
|
459
|
-
DeleteLifecycleHookType.filterSensitiveLog = (obj) => ({
|
|
460
|
-
...obj,
|
|
461
|
-
});
|
|
462
|
-
})(DeleteLifecycleHookType = exports.DeleteLifecycleHookType || (exports.DeleteLifecycleHookType = {}));
|
|
463
|
-
var DeleteNotificationConfigurationType;
|
|
464
|
-
(function (DeleteNotificationConfigurationType) {
|
|
465
|
-
DeleteNotificationConfigurationType.filterSensitiveLog = (obj) => ({
|
|
466
|
-
...obj,
|
|
467
|
-
});
|
|
468
|
-
})(DeleteNotificationConfigurationType = exports.DeleteNotificationConfigurationType || (exports.DeleteNotificationConfigurationType = {}));
|
|
469
|
-
var DeletePolicyType;
|
|
470
|
-
(function (DeletePolicyType) {
|
|
471
|
-
DeletePolicyType.filterSensitiveLog = (obj) => ({
|
|
472
|
-
...obj,
|
|
473
|
-
});
|
|
474
|
-
})(DeletePolicyType = exports.DeletePolicyType || (exports.DeletePolicyType = {}));
|
|
475
|
-
var DeleteScheduledActionType;
|
|
476
|
-
(function (DeleteScheduledActionType) {
|
|
477
|
-
DeleteScheduledActionType.filterSensitiveLog = (obj) => ({
|
|
478
|
-
...obj,
|
|
479
|
-
});
|
|
480
|
-
})(DeleteScheduledActionType = exports.DeleteScheduledActionType || (exports.DeleteScheduledActionType = {}));
|
|
481
|
-
var DeleteTagsType;
|
|
482
|
-
(function (DeleteTagsType) {
|
|
483
|
-
DeleteTagsType.filterSensitiveLog = (obj) => ({
|
|
484
|
-
...obj,
|
|
485
|
-
});
|
|
486
|
-
})(DeleteTagsType = exports.DeleteTagsType || (exports.DeleteTagsType = {}));
|
|
487
|
-
var DeleteWarmPoolAnswer;
|
|
488
|
-
(function (DeleteWarmPoolAnswer) {
|
|
489
|
-
DeleteWarmPoolAnswer.filterSensitiveLog = (obj) => ({
|
|
490
|
-
...obj,
|
|
491
|
-
});
|
|
492
|
-
})(DeleteWarmPoolAnswer = exports.DeleteWarmPoolAnswer || (exports.DeleteWarmPoolAnswer = {}));
|
|
493
|
-
var DeleteWarmPoolType;
|
|
494
|
-
(function (DeleteWarmPoolType) {
|
|
495
|
-
DeleteWarmPoolType.filterSensitiveLog = (obj) => ({
|
|
496
|
-
...obj,
|
|
497
|
-
});
|
|
498
|
-
})(DeleteWarmPoolType = exports.DeleteWarmPoolType || (exports.DeleteWarmPoolType = {}));
|
|
499
|
-
var DescribeAccountLimitsAnswer;
|
|
500
|
-
(function (DescribeAccountLimitsAnswer) {
|
|
501
|
-
DescribeAccountLimitsAnswer.filterSensitiveLog = (obj) => ({
|
|
502
|
-
...obj,
|
|
503
|
-
});
|
|
504
|
-
})(DescribeAccountLimitsAnswer = exports.DescribeAccountLimitsAnswer || (exports.DescribeAccountLimitsAnswer = {}));
|
|
505
|
-
var DescribeAdjustmentTypesAnswer;
|
|
506
|
-
(function (DescribeAdjustmentTypesAnswer) {
|
|
507
|
-
DescribeAdjustmentTypesAnswer.filterSensitiveLog = (obj) => ({
|
|
508
|
-
...obj,
|
|
509
|
-
});
|
|
510
|
-
})(DescribeAdjustmentTypesAnswer = exports.DescribeAdjustmentTypesAnswer || (exports.DescribeAdjustmentTypesAnswer = {}));
|
|
511
|
-
var Filter;
|
|
512
|
-
(function (Filter) {
|
|
513
|
-
Filter.filterSensitiveLog = (obj) => ({
|
|
514
|
-
...obj,
|
|
515
|
-
});
|
|
516
|
-
})(Filter = exports.Filter || (exports.Filter = {}));
|
|
517
|
-
var AutoScalingGroupNamesType;
|
|
518
|
-
(function (AutoScalingGroupNamesType) {
|
|
519
|
-
AutoScalingGroupNamesType.filterSensitiveLog = (obj) => ({
|
|
520
|
-
...obj,
|
|
521
|
-
});
|
|
522
|
-
})(AutoScalingGroupNamesType = exports.AutoScalingGroupNamesType || (exports.AutoScalingGroupNamesType = {}));
|
|
523
|
-
var EnabledMetric;
|
|
524
|
-
(function (EnabledMetric) {
|
|
525
|
-
EnabledMetric.filterSensitiveLog = (obj) => ({
|
|
526
|
-
...obj,
|
|
527
|
-
});
|
|
528
|
-
})(EnabledMetric = exports.EnabledMetric || (exports.EnabledMetric = {}));
|
|
529
181
|
var LifecycleState;
|
|
530
182
|
(function (LifecycleState) {
|
|
531
183
|
LifecycleState["DETACHED"] = "Detached";
|
|
@@ -552,30 +204,6 @@ var LifecycleState;
|
|
|
552
204
|
LifecycleState["WARMED_TERMINATING_PROCEED"] = "Warmed:Terminating:Proceed";
|
|
553
205
|
LifecycleState["WARMED_TERMINATING_WAIT"] = "Warmed:Terminating:Wait";
|
|
554
206
|
})(LifecycleState = exports.LifecycleState || (exports.LifecycleState = {}));
|
|
555
|
-
var Instance;
|
|
556
|
-
(function (Instance) {
|
|
557
|
-
Instance.filterSensitiveLog = (obj) => ({
|
|
558
|
-
...obj,
|
|
559
|
-
});
|
|
560
|
-
})(Instance = exports.Instance || (exports.Instance = {}));
|
|
561
|
-
var SuspendedProcess;
|
|
562
|
-
(function (SuspendedProcess) {
|
|
563
|
-
SuspendedProcess.filterSensitiveLog = (obj) => ({
|
|
564
|
-
...obj,
|
|
565
|
-
});
|
|
566
|
-
})(SuspendedProcess = exports.SuspendedProcess || (exports.SuspendedProcess = {}));
|
|
567
|
-
var TagDescription;
|
|
568
|
-
(function (TagDescription) {
|
|
569
|
-
TagDescription.filterSensitiveLog = (obj) => ({
|
|
570
|
-
...obj,
|
|
571
|
-
});
|
|
572
|
-
})(TagDescription = exports.TagDescription || (exports.TagDescription = {}));
|
|
573
|
-
var InstanceReusePolicy;
|
|
574
|
-
(function (InstanceReusePolicy) {
|
|
575
|
-
InstanceReusePolicy.filterSensitiveLog = (obj) => ({
|
|
576
|
-
...obj,
|
|
577
|
-
});
|
|
578
|
-
})(InstanceReusePolicy = exports.InstanceReusePolicy || (exports.InstanceReusePolicy = {}));
|
|
579
207
|
var WarmPoolState;
|
|
580
208
|
(function (WarmPoolState) {
|
|
581
209
|
WarmPoolState["Hibernated"] = "Hibernated";
|
|
@@ -586,24 +214,6 @@ var WarmPoolStatus;
|
|
|
586
214
|
(function (WarmPoolStatus) {
|
|
587
215
|
WarmPoolStatus["PendingDelete"] = "PendingDelete";
|
|
588
216
|
})(WarmPoolStatus = exports.WarmPoolStatus || (exports.WarmPoolStatus = {}));
|
|
589
|
-
var WarmPoolConfiguration;
|
|
590
|
-
(function (WarmPoolConfiguration) {
|
|
591
|
-
WarmPoolConfiguration.filterSensitiveLog = (obj) => ({
|
|
592
|
-
...obj,
|
|
593
|
-
});
|
|
594
|
-
})(WarmPoolConfiguration = exports.WarmPoolConfiguration || (exports.WarmPoolConfiguration = {}));
|
|
595
|
-
var AutoScalingGroup;
|
|
596
|
-
(function (AutoScalingGroup) {
|
|
597
|
-
AutoScalingGroup.filterSensitiveLog = (obj) => ({
|
|
598
|
-
...obj,
|
|
599
|
-
});
|
|
600
|
-
})(AutoScalingGroup = exports.AutoScalingGroup || (exports.AutoScalingGroup = {}));
|
|
601
|
-
var AutoScalingGroupsType;
|
|
602
|
-
(function (AutoScalingGroupsType) {
|
|
603
|
-
AutoScalingGroupsType.filterSensitiveLog = (obj) => ({
|
|
604
|
-
...obj,
|
|
605
|
-
});
|
|
606
|
-
})(AutoScalingGroupsType = exports.AutoScalingGroupsType || (exports.AutoScalingGroupsType = {}));
|
|
607
217
|
class InvalidNextToken extends AutoScalingServiceException_1.AutoScalingServiceException {
|
|
608
218
|
constructor(opts) {
|
|
609
219
|
super({
|
|
@@ -617,60 +227,6 @@ class InvalidNextToken extends AutoScalingServiceException_1.AutoScalingServiceE
|
|
|
617
227
|
}
|
|
618
228
|
}
|
|
619
229
|
exports.InvalidNextToken = InvalidNextToken;
|
|
620
|
-
var AutoScalingInstanceDetails;
|
|
621
|
-
(function (AutoScalingInstanceDetails) {
|
|
622
|
-
AutoScalingInstanceDetails.filterSensitiveLog = (obj) => ({
|
|
623
|
-
...obj,
|
|
624
|
-
});
|
|
625
|
-
})(AutoScalingInstanceDetails = exports.AutoScalingInstanceDetails || (exports.AutoScalingInstanceDetails = {}));
|
|
626
|
-
var AutoScalingInstancesType;
|
|
627
|
-
(function (AutoScalingInstancesType) {
|
|
628
|
-
AutoScalingInstancesType.filterSensitiveLog = (obj) => ({
|
|
629
|
-
...obj,
|
|
630
|
-
});
|
|
631
|
-
})(AutoScalingInstancesType = exports.AutoScalingInstancesType || (exports.AutoScalingInstancesType = {}));
|
|
632
|
-
var DescribeAutoScalingInstancesType;
|
|
633
|
-
(function (DescribeAutoScalingInstancesType) {
|
|
634
|
-
DescribeAutoScalingInstancesType.filterSensitiveLog = (obj) => ({
|
|
635
|
-
...obj,
|
|
636
|
-
});
|
|
637
|
-
})(DescribeAutoScalingInstancesType = exports.DescribeAutoScalingInstancesType || (exports.DescribeAutoScalingInstancesType = {}));
|
|
638
|
-
var DescribeAutoScalingNotificationTypesAnswer;
|
|
639
|
-
(function (DescribeAutoScalingNotificationTypesAnswer) {
|
|
640
|
-
DescribeAutoScalingNotificationTypesAnswer.filterSensitiveLog = (obj) => ({
|
|
641
|
-
...obj,
|
|
642
|
-
});
|
|
643
|
-
})(DescribeAutoScalingNotificationTypesAnswer = exports.DescribeAutoScalingNotificationTypesAnswer || (exports.DescribeAutoScalingNotificationTypesAnswer = {}));
|
|
644
|
-
var DesiredConfiguration;
|
|
645
|
-
(function (DesiredConfiguration) {
|
|
646
|
-
DesiredConfiguration.filterSensitiveLog = (obj) => ({
|
|
647
|
-
...obj,
|
|
648
|
-
});
|
|
649
|
-
})(DesiredConfiguration = exports.DesiredConfiguration || (exports.DesiredConfiguration = {}));
|
|
650
|
-
var RefreshPreferences;
|
|
651
|
-
(function (RefreshPreferences) {
|
|
652
|
-
RefreshPreferences.filterSensitiveLog = (obj) => ({
|
|
653
|
-
...obj,
|
|
654
|
-
});
|
|
655
|
-
})(RefreshPreferences = exports.RefreshPreferences || (exports.RefreshPreferences = {}));
|
|
656
|
-
var InstanceRefreshLivePoolProgress;
|
|
657
|
-
(function (InstanceRefreshLivePoolProgress) {
|
|
658
|
-
InstanceRefreshLivePoolProgress.filterSensitiveLog = (obj) => ({
|
|
659
|
-
...obj,
|
|
660
|
-
});
|
|
661
|
-
})(InstanceRefreshLivePoolProgress = exports.InstanceRefreshLivePoolProgress || (exports.InstanceRefreshLivePoolProgress = {}));
|
|
662
|
-
var InstanceRefreshWarmPoolProgress;
|
|
663
|
-
(function (InstanceRefreshWarmPoolProgress) {
|
|
664
|
-
InstanceRefreshWarmPoolProgress.filterSensitiveLog = (obj) => ({
|
|
665
|
-
...obj,
|
|
666
|
-
});
|
|
667
|
-
})(InstanceRefreshWarmPoolProgress = exports.InstanceRefreshWarmPoolProgress || (exports.InstanceRefreshWarmPoolProgress = {}));
|
|
668
|
-
var InstanceRefreshProgressDetails;
|
|
669
|
-
(function (InstanceRefreshProgressDetails) {
|
|
670
|
-
InstanceRefreshProgressDetails.filterSensitiveLog = (obj) => ({
|
|
671
|
-
...obj,
|
|
672
|
-
});
|
|
673
|
-
})(InstanceRefreshProgressDetails = exports.InstanceRefreshProgressDetails || (exports.InstanceRefreshProgressDetails = {}));
|
|
674
230
|
var InstanceRefreshStatus;
|
|
675
231
|
(function (InstanceRefreshStatus) {
|
|
676
232
|
InstanceRefreshStatus["Cancelled"] = "Cancelled";
|
|
@@ -680,191 +236,11 @@ var InstanceRefreshStatus;
|
|
|
680
236
|
InstanceRefreshStatus["Pending"] = "Pending";
|
|
681
237
|
InstanceRefreshStatus["Successful"] = "Successful";
|
|
682
238
|
})(InstanceRefreshStatus = exports.InstanceRefreshStatus || (exports.InstanceRefreshStatus = {}));
|
|
683
|
-
var InstanceRefresh;
|
|
684
|
-
(function (InstanceRefresh) {
|
|
685
|
-
InstanceRefresh.filterSensitiveLog = (obj) => ({
|
|
686
|
-
...obj,
|
|
687
|
-
});
|
|
688
|
-
})(InstanceRefresh = exports.InstanceRefresh || (exports.InstanceRefresh = {}));
|
|
689
|
-
var DescribeInstanceRefreshesAnswer;
|
|
690
|
-
(function (DescribeInstanceRefreshesAnswer) {
|
|
691
|
-
DescribeInstanceRefreshesAnswer.filterSensitiveLog = (obj) => ({
|
|
692
|
-
...obj,
|
|
693
|
-
});
|
|
694
|
-
})(DescribeInstanceRefreshesAnswer = exports.DescribeInstanceRefreshesAnswer || (exports.DescribeInstanceRefreshesAnswer = {}));
|
|
695
|
-
var DescribeInstanceRefreshesType;
|
|
696
|
-
(function (DescribeInstanceRefreshesType) {
|
|
697
|
-
DescribeInstanceRefreshesType.filterSensitiveLog = (obj) => ({
|
|
698
|
-
...obj,
|
|
699
|
-
});
|
|
700
|
-
})(DescribeInstanceRefreshesType = exports.DescribeInstanceRefreshesType || (exports.DescribeInstanceRefreshesType = {}));
|
|
701
|
-
var LaunchConfigurationNamesType;
|
|
702
|
-
(function (LaunchConfigurationNamesType) {
|
|
703
|
-
LaunchConfigurationNamesType.filterSensitiveLog = (obj) => ({
|
|
704
|
-
...obj,
|
|
705
|
-
});
|
|
706
|
-
})(LaunchConfigurationNamesType = exports.LaunchConfigurationNamesType || (exports.LaunchConfigurationNamesType = {}));
|
|
707
|
-
var LaunchConfiguration;
|
|
708
|
-
(function (LaunchConfiguration) {
|
|
709
|
-
LaunchConfiguration.filterSensitiveLog = (obj) => ({
|
|
710
|
-
...obj,
|
|
711
|
-
});
|
|
712
|
-
})(LaunchConfiguration = exports.LaunchConfiguration || (exports.LaunchConfiguration = {}));
|
|
713
|
-
var LaunchConfigurationsType;
|
|
714
|
-
(function (LaunchConfigurationsType) {
|
|
715
|
-
LaunchConfigurationsType.filterSensitiveLog = (obj) => ({
|
|
716
|
-
...obj,
|
|
717
|
-
});
|
|
718
|
-
})(LaunchConfigurationsType = exports.LaunchConfigurationsType || (exports.LaunchConfigurationsType = {}));
|
|
719
|
-
var LifecycleHook;
|
|
720
|
-
(function (LifecycleHook) {
|
|
721
|
-
LifecycleHook.filterSensitiveLog = (obj) => ({
|
|
722
|
-
...obj,
|
|
723
|
-
});
|
|
724
|
-
})(LifecycleHook = exports.LifecycleHook || (exports.LifecycleHook = {}));
|
|
725
|
-
var DescribeLifecycleHooksAnswer;
|
|
726
|
-
(function (DescribeLifecycleHooksAnswer) {
|
|
727
|
-
DescribeLifecycleHooksAnswer.filterSensitiveLog = (obj) => ({
|
|
728
|
-
...obj,
|
|
729
|
-
});
|
|
730
|
-
})(DescribeLifecycleHooksAnswer = exports.DescribeLifecycleHooksAnswer || (exports.DescribeLifecycleHooksAnswer = {}));
|
|
731
|
-
var DescribeLifecycleHooksType;
|
|
732
|
-
(function (DescribeLifecycleHooksType) {
|
|
733
|
-
DescribeLifecycleHooksType.filterSensitiveLog = (obj) => ({
|
|
734
|
-
...obj,
|
|
735
|
-
});
|
|
736
|
-
})(DescribeLifecycleHooksType = exports.DescribeLifecycleHooksType || (exports.DescribeLifecycleHooksType = {}));
|
|
737
|
-
var DescribeLifecycleHookTypesAnswer;
|
|
738
|
-
(function (DescribeLifecycleHookTypesAnswer) {
|
|
739
|
-
DescribeLifecycleHookTypesAnswer.filterSensitiveLog = (obj) => ({
|
|
740
|
-
...obj,
|
|
741
|
-
});
|
|
742
|
-
})(DescribeLifecycleHookTypesAnswer = exports.DescribeLifecycleHookTypesAnswer || (exports.DescribeLifecycleHookTypesAnswer = {}));
|
|
743
|
-
var DescribeLoadBalancersRequest;
|
|
744
|
-
(function (DescribeLoadBalancersRequest) {
|
|
745
|
-
DescribeLoadBalancersRequest.filterSensitiveLog = (obj) => ({
|
|
746
|
-
...obj,
|
|
747
|
-
});
|
|
748
|
-
})(DescribeLoadBalancersRequest = exports.DescribeLoadBalancersRequest || (exports.DescribeLoadBalancersRequest = {}));
|
|
749
|
-
var LoadBalancerState;
|
|
750
|
-
(function (LoadBalancerState) {
|
|
751
|
-
LoadBalancerState.filterSensitiveLog = (obj) => ({
|
|
752
|
-
...obj,
|
|
753
|
-
});
|
|
754
|
-
})(LoadBalancerState = exports.LoadBalancerState || (exports.LoadBalancerState = {}));
|
|
755
|
-
var DescribeLoadBalancersResponse;
|
|
756
|
-
(function (DescribeLoadBalancersResponse) {
|
|
757
|
-
DescribeLoadBalancersResponse.filterSensitiveLog = (obj) => ({
|
|
758
|
-
...obj,
|
|
759
|
-
});
|
|
760
|
-
})(DescribeLoadBalancersResponse = exports.DescribeLoadBalancersResponse || (exports.DescribeLoadBalancersResponse = {}));
|
|
761
|
-
var DescribeLoadBalancerTargetGroupsRequest;
|
|
762
|
-
(function (DescribeLoadBalancerTargetGroupsRequest) {
|
|
763
|
-
DescribeLoadBalancerTargetGroupsRequest.filterSensitiveLog = (obj) => ({
|
|
764
|
-
...obj,
|
|
765
|
-
});
|
|
766
|
-
})(DescribeLoadBalancerTargetGroupsRequest = exports.DescribeLoadBalancerTargetGroupsRequest || (exports.DescribeLoadBalancerTargetGroupsRequest = {}));
|
|
767
|
-
var LoadBalancerTargetGroupState;
|
|
768
|
-
(function (LoadBalancerTargetGroupState) {
|
|
769
|
-
LoadBalancerTargetGroupState.filterSensitiveLog = (obj) => ({
|
|
770
|
-
...obj,
|
|
771
|
-
});
|
|
772
|
-
})(LoadBalancerTargetGroupState = exports.LoadBalancerTargetGroupState || (exports.LoadBalancerTargetGroupState = {}));
|
|
773
|
-
var DescribeLoadBalancerTargetGroupsResponse;
|
|
774
|
-
(function (DescribeLoadBalancerTargetGroupsResponse) {
|
|
775
|
-
DescribeLoadBalancerTargetGroupsResponse.filterSensitiveLog = (obj) => ({
|
|
776
|
-
...obj,
|
|
777
|
-
});
|
|
778
|
-
})(DescribeLoadBalancerTargetGroupsResponse = exports.DescribeLoadBalancerTargetGroupsResponse || (exports.DescribeLoadBalancerTargetGroupsResponse = {}));
|
|
779
|
-
var MetricGranularityType;
|
|
780
|
-
(function (MetricGranularityType) {
|
|
781
|
-
MetricGranularityType.filterSensitiveLog = (obj) => ({
|
|
782
|
-
...obj,
|
|
783
|
-
});
|
|
784
|
-
})(MetricGranularityType = exports.MetricGranularityType || (exports.MetricGranularityType = {}));
|
|
785
|
-
var MetricCollectionType;
|
|
786
|
-
(function (MetricCollectionType) {
|
|
787
|
-
MetricCollectionType.filterSensitiveLog = (obj) => ({
|
|
788
|
-
...obj,
|
|
789
|
-
});
|
|
790
|
-
})(MetricCollectionType = exports.MetricCollectionType || (exports.MetricCollectionType = {}));
|
|
791
|
-
var DescribeMetricCollectionTypesAnswer;
|
|
792
|
-
(function (DescribeMetricCollectionTypesAnswer) {
|
|
793
|
-
DescribeMetricCollectionTypesAnswer.filterSensitiveLog = (obj) => ({
|
|
794
|
-
...obj,
|
|
795
|
-
});
|
|
796
|
-
})(DescribeMetricCollectionTypesAnswer = exports.DescribeMetricCollectionTypesAnswer || (exports.DescribeMetricCollectionTypesAnswer = {}));
|
|
797
|
-
var NotificationConfiguration;
|
|
798
|
-
(function (NotificationConfiguration) {
|
|
799
|
-
NotificationConfiguration.filterSensitiveLog = (obj) => ({
|
|
800
|
-
...obj,
|
|
801
|
-
});
|
|
802
|
-
})(NotificationConfiguration = exports.NotificationConfiguration || (exports.NotificationConfiguration = {}));
|
|
803
|
-
var DescribeNotificationConfigurationsAnswer;
|
|
804
|
-
(function (DescribeNotificationConfigurationsAnswer) {
|
|
805
|
-
DescribeNotificationConfigurationsAnswer.filterSensitiveLog = (obj) => ({
|
|
806
|
-
...obj,
|
|
807
|
-
});
|
|
808
|
-
})(DescribeNotificationConfigurationsAnswer = exports.DescribeNotificationConfigurationsAnswer || (exports.DescribeNotificationConfigurationsAnswer = {}));
|
|
809
|
-
var DescribeNotificationConfigurationsType;
|
|
810
|
-
(function (DescribeNotificationConfigurationsType) {
|
|
811
|
-
DescribeNotificationConfigurationsType.filterSensitiveLog = (obj) => ({
|
|
812
|
-
...obj,
|
|
813
|
-
});
|
|
814
|
-
})(DescribeNotificationConfigurationsType = exports.DescribeNotificationConfigurationsType || (exports.DescribeNotificationConfigurationsType = {}));
|
|
815
|
-
var DescribePoliciesType;
|
|
816
|
-
(function (DescribePoliciesType) {
|
|
817
|
-
DescribePoliciesType.filterSensitiveLog = (obj) => ({
|
|
818
|
-
...obj,
|
|
819
|
-
});
|
|
820
|
-
})(DescribePoliciesType = exports.DescribePoliciesType || (exports.DescribePoliciesType = {}));
|
|
821
239
|
var PredictiveScalingMaxCapacityBreachBehavior;
|
|
822
240
|
(function (PredictiveScalingMaxCapacityBreachBehavior) {
|
|
823
241
|
PredictiveScalingMaxCapacityBreachBehavior["HonorMaxCapacity"] = "HonorMaxCapacity";
|
|
824
242
|
PredictiveScalingMaxCapacityBreachBehavior["IncreaseMaxCapacity"] = "IncreaseMaxCapacity";
|
|
825
243
|
})(PredictiveScalingMaxCapacityBreachBehavior = exports.PredictiveScalingMaxCapacityBreachBehavior || (exports.PredictiveScalingMaxCapacityBreachBehavior = {}));
|
|
826
|
-
var MetricDimension;
|
|
827
|
-
(function (MetricDimension) {
|
|
828
|
-
MetricDimension.filterSensitiveLog = (obj) => ({
|
|
829
|
-
...obj,
|
|
830
|
-
});
|
|
831
|
-
})(MetricDimension = exports.MetricDimension || (exports.MetricDimension = {}));
|
|
832
|
-
var Metric;
|
|
833
|
-
(function (Metric) {
|
|
834
|
-
Metric.filterSensitiveLog = (obj) => ({
|
|
835
|
-
...obj,
|
|
836
|
-
});
|
|
837
|
-
})(Metric = exports.Metric || (exports.Metric = {}));
|
|
838
|
-
var MetricStat;
|
|
839
|
-
(function (MetricStat) {
|
|
840
|
-
MetricStat.filterSensitiveLog = (obj) => ({
|
|
841
|
-
...obj,
|
|
842
|
-
});
|
|
843
|
-
})(MetricStat = exports.MetricStat || (exports.MetricStat = {}));
|
|
844
|
-
var MetricDataQuery;
|
|
845
|
-
(function (MetricDataQuery) {
|
|
846
|
-
MetricDataQuery.filterSensitiveLog = (obj) => ({
|
|
847
|
-
...obj,
|
|
848
|
-
});
|
|
849
|
-
})(MetricDataQuery = exports.MetricDataQuery || (exports.MetricDataQuery = {}));
|
|
850
|
-
var PredictiveScalingCustomizedCapacityMetric;
|
|
851
|
-
(function (PredictiveScalingCustomizedCapacityMetric) {
|
|
852
|
-
PredictiveScalingCustomizedCapacityMetric.filterSensitiveLog = (obj) => ({
|
|
853
|
-
...obj,
|
|
854
|
-
});
|
|
855
|
-
})(PredictiveScalingCustomizedCapacityMetric = exports.PredictiveScalingCustomizedCapacityMetric || (exports.PredictiveScalingCustomizedCapacityMetric = {}));
|
|
856
|
-
var PredictiveScalingCustomizedLoadMetric;
|
|
857
|
-
(function (PredictiveScalingCustomizedLoadMetric) {
|
|
858
|
-
PredictiveScalingCustomizedLoadMetric.filterSensitiveLog = (obj) => ({
|
|
859
|
-
...obj,
|
|
860
|
-
});
|
|
861
|
-
})(PredictiveScalingCustomizedLoadMetric = exports.PredictiveScalingCustomizedLoadMetric || (exports.PredictiveScalingCustomizedLoadMetric = {}));
|
|
862
|
-
var PredictiveScalingCustomizedScalingMetric;
|
|
863
|
-
(function (PredictiveScalingCustomizedScalingMetric) {
|
|
864
|
-
PredictiveScalingCustomizedScalingMetric.filterSensitiveLog = (obj) => ({
|
|
865
|
-
...obj,
|
|
866
|
-
});
|
|
867
|
-
})(PredictiveScalingCustomizedScalingMetric = exports.PredictiveScalingCustomizedScalingMetric || (exports.PredictiveScalingCustomizedScalingMetric = {}));
|
|
868
244
|
var PredefinedLoadMetricType;
|
|
869
245
|
(function (PredefinedLoadMetricType) {
|
|
870
246
|
PredefinedLoadMetricType["ALBTargetGroupRequestCount"] = "ALBTargetGroupRequestCount";
|
|
@@ -872,12 +248,6 @@ var PredefinedLoadMetricType;
|
|
|
872
248
|
PredefinedLoadMetricType["ASGTotalNetworkIn"] = "ASGTotalNetworkIn";
|
|
873
249
|
PredefinedLoadMetricType["ASGTotalNetworkOut"] = "ASGTotalNetworkOut";
|
|
874
250
|
})(PredefinedLoadMetricType = exports.PredefinedLoadMetricType || (exports.PredefinedLoadMetricType = {}));
|
|
875
|
-
var PredictiveScalingPredefinedLoadMetric;
|
|
876
|
-
(function (PredictiveScalingPredefinedLoadMetric) {
|
|
877
|
-
PredictiveScalingPredefinedLoadMetric.filterSensitiveLog = (obj) => ({
|
|
878
|
-
...obj,
|
|
879
|
-
});
|
|
880
|
-
})(PredictiveScalingPredefinedLoadMetric = exports.PredictiveScalingPredefinedLoadMetric || (exports.PredictiveScalingPredefinedLoadMetric = {}));
|
|
881
251
|
var PredefinedMetricPairType;
|
|
882
252
|
(function (PredefinedMetricPairType) {
|
|
883
253
|
PredefinedMetricPairType["ALBRequestCount"] = "ALBRequestCount";
|
|
@@ -885,12 +255,6 @@ var PredefinedMetricPairType;
|
|
|
885
255
|
PredefinedMetricPairType["ASGNetworkIn"] = "ASGNetworkIn";
|
|
886
256
|
PredefinedMetricPairType["ASGNetworkOut"] = "ASGNetworkOut";
|
|
887
257
|
})(PredefinedMetricPairType = exports.PredefinedMetricPairType || (exports.PredefinedMetricPairType = {}));
|
|
888
|
-
var PredictiveScalingPredefinedMetricPair;
|
|
889
|
-
(function (PredictiveScalingPredefinedMetricPair) {
|
|
890
|
-
PredictiveScalingPredefinedMetricPair.filterSensitiveLog = (obj) => ({
|
|
891
|
-
...obj,
|
|
892
|
-
});
|
|
893
|
-
})(PredictiveScalingPredefinedMetricPair = exports.PredictiveScalingPredefinedMetricPair || (exports.PredictiveScalingPredefinedMetricPair = {}));
|
|
894
258
|
var PredefinedScalingMetricType;
|
|
895
259
|
(function (PredefinedScalingMetricType) {
|
|
896
260
|
PredefinedScalingMetricType["ALBRequestCountPerTarget"] = "ALBRequestCountPerTarget";
|
|
@@ -898,35 +262,11 @@ var PredefinedScalingMetricType;
|
|
|
898
262
|
PredefinedScalingMetricType["ASGAverageNetworkIn"] = "ASGAverageNetworkIn";
|
|
899
263
|
PredefinedScalingMetricType["ASGAverageNetworkOut"] = "ASGAverageNetworkOut";
|
|
900
264
|
})(PredefinedScalingMetricType = exports.PredefinedScalingMetricType || (exports.PredefinedScalingMetricType = {}));
|
|
901
|
-
var PredictiveScalingPredefinedScalingMetric;
|
|
902
|
-
(function (PredictiveScalingPredefinedScalingMetric) {
|
|
903
|
-
PredictiveScalingPredefinedScalingMetric.filterSensitiveLog = (obj) => ({
|
|
904
|
-
...obj,
|
|
905
|
-
});
|
|
906
|
-
})(PredictiveScalingPredefinedScalingMetric = exports.PredictiveScalingPredefinedScalingMetric || (exports.PredictiveScalingPredefinedScalingMetric = {}));
|
|
907
|
-
var PredictiveScalingMetricSpecification;
|
|
908
|
-
(function (PredictiveScalingMetricSpecification) {
|
|
909
|
-
PredictiveScalingMetricSpecification.filterSensitiveLog = (obj) => ({
|
|
910
|
-
...obj,
|
|
911
|
-
});
|
|
912
|
-
})(PredictiveScalingMetricSpecification = exports.PredictiveScalingMetricSpecification || (exports.PredictiveScalingMetricSpecification = {}));
|
|
913
265
|
var PredictiveScalingMode;
|
|
914
266
|
(function (PredictiveScalingMode) {
|
|
915
267
|
PredictiveScalingMode["ForecastAndScale"] = "ForecastAndScale";
|
|
916
268
|
PredictiveScalingMode["ForecastOnly"] = "ForecastOnly";
|
|
917
269
|
})(PredictiveScalingMode = exports.PredictiveScalingMode || (exports.PredictiveScalingMode = {}));
|
|
918
|
-
var PredictiveScalingConfiguration;
|
|
919
|
-
(function (PredictiveScalingConfiguration) {
|
|
920
|
-
PredictiveScalingConfiguration.filterSensitiveLog = (obj) => ({
|
|
921
|
-
...obj,
|
|
922
|
-
});
|
|
923
|
-
})(PredictiveScalingConfiguration = exports.PredictiveScalingConfiguration || (exports.PredictiveScalingConfiguration = {}));
|
|
924
|
-
var StepAdjustment;
|
|
925
|
-
(function (StepAdjustment) {
|
|
926
|
-
StepAdjustment.filterSensitiveLog = (obj) => ({
|
|
927
|
-
...obj,
|
|
928
|
-
});
|
|
929
|
-
})(StepAdjustment = exports.StepAdjustment || (exports.StepAdjustment = {}));
|
|
930
270
|
var MetricStatistic;
|
|
931
271
|
(function (MetricStatistic) {
|
|
932
272
|
MetricStatistic["Average"] = "Average";
|
|
@@ -935,12 +275,6 @@ var MetricStatistic;
|
|
|
935
275
|
MetricStatistic["SampleCount"] = "SampleCount";
|
|
936
276
|
MetricStatistic["Sum"] = "Sum";
|
|
937
277
|
})(MetricStatistic = exports.MetricStatistic || (exports.MetricStatistic = {}));
|
|
938
|
-
var CustomizedMetricSpecification;
|
|
939
|
-
(function (CustomizedMetricSpecification) {
|
|
940
|
-
CustomizedMetricSpecification.filterSensitiveLog = (obj) => ({
|
|
941
|
-
...obj,
|
|
942
|
-
});
|
|
943
|
-
})(CustomizedMetricSpecification = exports.CustomizedMetricSpecification || (exports.CustomizedMetricSpecification = {}));
|
|
944
278
|
var MetricType;
|
|
945
279
|
(function (MetricType) {
|
|
946
280
|
MetricType["ALBRequestCountPerTarget"] = "ALBRequestCountPerTarget";
|
|
@@ -948,288 +282,6 @@ var MetricType;
|
|
|
948
282
|
MetricType["ASGAverageNetworkIn"] = "ASGAverageNetworkIn";
|
|
949
283
|
MetricType["ASGAverageNetworkOut"] = "ASGAverageNetworkOut";
|
|
950
284
|
})(MetricType = exports.MetricType || (exports.MetricType = {}));
|
|
951
|
-
var PredefinedMetricSpecification;
|
|
952
|
-
(function (PredefinedMetricSpecification) {
|
|
953
|
-
PredefinedMetricSpecification.filterSensitiveLog = (obj) => ({
|
|
954
|
-
...obj,
|
|
955
|
-
});
|
|
956
|
-
})(PredefinedMetricSpecification = exports.PredefinedMetricSpecification || (exports.PredefinedMetricSpecification = {}));
|
|
957
|
-
var TargetTrackingConfiguration;
|
|
958
|
-
(function (TargetTrackingConfiguration) {
|
|
959
|
-
TargetTrackingConfiguration.filterSensitiveLog = (obj) => ({
|
|
960
|
-
...obj,
|
|
961
|
-
});
|
|
962
|
-
})(TargetTrackingConfiguration = exports.TargetTrackingConfiguration || (exports.TargetTrackingConfiguration = {}));
|
|
963
|
-
var ScalingPolicy;
|
|
964
|
-
(function (ScalingPolicy) {
|
|
965
|
-
ScalingPolicy.filterSensitiveLog = (obj) => ({
|
|
966
|
-
...obj,
|
|
967
|
-
});
|
|
968
|
-
})(ScalingPolicy = exports.ScalingPolicy || (exports.ScalingPolicy = {}));
|
|
969
|
-
var PoliciesType;
|
|
970
|
-
(function (PoliciesType) {
|
|
971
|
-
PoliciesType.filterSensitiveLog = (obj) => ({
|
|
972
|
-
...obj,
|
|
973
|
-
});
|
|
974
|
-
})(PoliciesType = exports.PoliciesType || (exports.PoliciesType = {}));
|
|
975
|
-
var DescribeScalingActivitiesType;
|
|
976
|
-
(function (DescribeScalingActivitiesType) {
|
|
977
|
-
DescribeScalingActivitiesType.filterSensitiveLog = (obj) => ({
|
|
978
|
-
...obj,
|
|
979
|
-
});
|
|
980
|
-
})(DescribeScalingActivitiesType = exports.DescribeScalingActivitiesType || (exports.DescribeScalingActivitiesType = {}));
|
|
981
|
-
var ProcessType;
|
|
982
|
-
(function (ProcessType) {
|
|
983
|
-
ProcessType.filterSensitiveLog = (obj) => ({
|
|
984
|
-
...obj,
|
|
985
|
-
});
|
|
986
|
-
})(ProcessType = exports.ProcessType || (exports.ProcessType = {}));
|
|
987
|
-
var ProcessesType;
|
|
988
|
-
(function (ProcessesType) {
|
|
989
|
-
ProcessesType.filterSensitiveLog = (obj) => ({
|
|
990
|
-
...obj,
|
|
991
|
-
});
|
|
992
|
-
})(ProcessesType = exports.ProcessesType || (exports.ProcessesType = {}));
|
|
993
|
-
var DescribeScheduledActionsType;
|
|
994
|
-
(function (DescribeScheduledActionsType) {
|
|
995
|
-
DescribeScheduledActionsType.filterSensitiveLog = (obj) => ({
|
|
996
|
-
...obj,
|
|
997
|
-
});
|
|
998
|
-
})(DescribeScheduledActionsType = exports.DescribeScheduledActionsType || (exports.DescribeScheduledActionsType = {}));
|
|
999
|
-
var ScheduledUpdateGroupAction;
|
|
1000
|
-
(function (ScheduledUpdateGroupAction) {
|
|
1001
|
-
ScheduledUpdateGroupAction.filterSensitiveLog = (obj) => ({
|
|
1002
|
-
...obj,
|
|
1003
|
-
});
|
|
1004
|
-
})(ScheduledUpdateGroupAction = exports.ScheduledUpdateGroupAction || (exports.ScheduledUpdateGroupAction = {}));
|
|
1005
|
-
var ScheduledActionsType;
|
|
1006
|
-
(function (ScheduledActionsType) {
|
|
1007
|
-
ScheduledActionsType.filterSensitiveLog = (obj) => ({
|
|
1008
|
-
...obj,
|
|
1009
|
-
});
|
|
1010
|
-
})(ScheduledActionsType = exports.ScheduledActionsType || (exports.ScheduledActionsType = {}));
|
|
1011
|
-
var DescribeTagsType;
|
|
1012
|
-
(function (DescribeTagsType) {
|
|
1013
|
-
DescribeTagsType.filterSensitiveLog = (obj) => ({
|
|
1014
|
-
...obj,
|
|
1015
|
-
});
|
|
1016
|
-
})(DescribeTagsType = exports.DescribeTagsType || (exports.DescribeTagsType = {}));
|
|
1017
|
-
var TagsType;
|
|
1018
|
-
(function (TagsType) {
|
|
1019
|
-
TagsType.filterSensitiveLog = (obj) => ({
|
|
1020
|
-
...obj,
|
|
1021
|
-
});
|
|
1022
|
-
})(TagsType = exports.TagsType || (exports.TagsType = {}));
|
|
1023
|
-
var DescribeTerminationPolicyTypesAnswer;
|
|
1024
|
-
(function (DescribeTerminationPolicyTypesAnswer) {
|
|
1025
|
-
DescribeTerminationPolicyTypesAnswer.filterSensitiveLog = (obj) => ({
|
|
1026
|
-
...obj,
|
|
1027
|
-
});
|
|
1028
|
-
})(DescribeTerminationPolicyTypesAnswer = exports.DescribeTerminationPolicyTypesAnswer || (exports.DescribeTerminationPolicyTypesAnswer = {}));
|
|
1029
|
-
var DescribeWarmPoolAnswer;
|
|
1030
|
-
(function (DescribeWarmPoolAnswer) {
|
|
1031
|
-
DescribeWarmPoolAnswer.filterSensitiveLog = (obj) => ({
|
|
1032
|
-
...obj,
|
|
1033
|
-
});
|
|
1034
|
-
})(DescribeWarmPoolAnswer = exports.DescribeWarmPoolAnswer || (exports.DescribeWarmPoolAnswer = {}));
|
|
1035
|
-
var DescribeWarmPoolType;
|
|
1036
|
-
(function (DescribeWarmPoolType) {
|
|
1037
|
-
DescribeWarmPoolType.filterSensitiveLog = (obj) => ({
|
|
1038
|
-
...obj,
|
|
1039
|
-
});
|
|
1040
|
-
})(DescribeWarmPoolType = exports.DescribeWarmPoolType || (exports.DescribeWarmPoolType = {}));
|
|
1041
|
-
var DetachInstancesAnswer;
|
|
1042
|
-
(function (DetachInstancesAnswer) {
|
|
1043
|
-
DetachInstancesAnswer.filterSensitiveLog = (obj) => ({
|
|
1044
|
-
...obj,
|
|
1045
|
-
});
|
|
1046
|
-
})(DetachInstancesAnswer = exports.DetachInstancesAnswer || (exports.DetachInstancesAnswer = {}));
|
|
1047
|
-
var DetachInstancesQuery;
|
|
1048
|
-
(function (DetachInstancesQuery) {
|
|
1049
|
-
DetachInstancesQuery.filterSensitiveLog = (obj) => ({
|
|
1050
|
-
...obj,
|
|
1051
|
-
});
|
|
1052
|
-
})(DetachInstancesQuery = exports.DetachInstancesQuery || (exports.DetachInstancesQuery = {}));
|
|
1053
|
-
var DetachLoadBalancersResultType;
|
|
1054
|
-
(function (DetachLoadBalancersResultType) {
|
|
1055
|
-
DetachLoadBalancersResultType.filterSensitiveLog = (obj) => ({
|
|
1056
|
-
...obj,
|
|
1057
|
-
});
|
|
1058
|
-
})(DetachLoadBalancersResultType = exports.DetachLoadBalancersResultType || (exports.DetachLoadBalancersResultType = {}));
|
|
1059
|
-
var DetachLoadBalancersType;
|
|
1060
|
-
(function (DetachLoadBalancersType) {
|
|
1061
|
-
DetachLoadBalancersType.filterSensitiveLog = (obj) => ({
|
|
1062
|
-
...obj,
|
|
1063
|
-
});
|
|
1064
|
-
})(DetachLoadBalancersType = exports.DetachLoadBalancersType || (exports.DetachLoadBalancersType = {}));
|
|
1065
|
-
var DetachLoadBalancerTargetGroupsResultType;
|
|
1066
|
-
(function (DetachLoadBalancerTargetGroupsResultType) {
|
|
1067
|
-
DetachLoadBalancerTargetGroupsResultType.filterSensitiveLog = (obj) => ({
|
|
1068
|
-
...obj,
|
|
1069
|
-
});
|
|
1070
|
-
})(DetachLoadBalancerTargetGroupsResultType = exports.DetachLoadBalancerTargetGroupsResultType || (exports.DetachLoadBalancerTargetGroupsResultType = {}));
|
|
1071
|
-
var DetachLoadBalancerTargetGroupsType;
|
|
1072
|
-
(function (DetachLoadBalancerTargetGroupsType) {
|
|
1073
|
-
DetachLoadBalancerTargetGroupsType.filterSensitiveLog = (obj) => ({
|
|
1074
|
-
...obj,
|
|
1075
|
-
});
|
|
1076
|
-
})(DetachLoadBalancerTargetGroupsType = exports.DetachLoadBalancerTargetGroupsType || (exports.DetachLoadBalancerTargetGroupsType = {}));
|
|
1077
|
-
var DisableMetricsCollectionQuery;
|
|
1078
|
-
(function (DisableMetricsCollectionQuery) {
|
|
1079
|
-
DisableMetricsCollectionQuery.filterSensitiveLog = (obj) => ({
|
|
1080
|
-
...obj,
|
|
1081
|
-
});
|
|
1082
|
-
})(DisableMetricsCollectionQuery = exports.DisableMetricsCollectionQuery || (exports.DisableMetricsCollectionQuery = {}));
|
|
1083
|
-
var EnableMetricsCollectionQuery;
|
|
1084
|
-
(function (EnableMetricsCollectionQuery) {
|
|
1085
|
-
EnableMetricsCollectionQuery.filterSensitiveLog = (obj) => ({
|
|
1086
|
-
...obj,
|
|
1087
|
-
});
|
|
1088
|
-
})(EnableMetricsCollectionQuery = exports.EnableMetricsCollectionQuery || (exports.EnableMetricsCollectionQuery = {}));
|
|
1089
|
-
var EnterStandbyAnswer;
|
|
1090
|
-
(function (EnterStandbyAnswer) {
|
|
1091
|
-
EnterStandbyAnswer.filterSensitiveLog = (obj) => ({
|
|
1092
|
-
...obj,
|
|
1093
|
-
});
|
|
1094
|
-
})(EnterStandbyAnswer = exports.EnterStandbyAnswer || (exports.EnterStandbyAnswer = {}));
|
|
1095
|
-
var EnterStandbyQuery;
|
|
1096
|
-
(function (EnterStandbyQuery) {
|
|
1097
|
-
EnterStandbyQuery.filterSensitiveLog = (obj) => ({
|
|
1098
|
-
...obj,
|
|
1099
|
-
});
|
|
1100
|
-
})(EnterStandbyQuery = exports.EnterStandbyQuery || (exports.EnterStandbyQuery = {}));
|
|
1101
|
-
var ExecutePolicyType;
|
|
1102
|
-
(function (ExecutePolicyType) {
|
|
1103
|
-
ExecutePolicyType.filterSensitiveLog = (obj) => ({
|
|
1104
|
-
...obj,
|
|
1105
|
-
});
|
|
1106
|
-
})(ExecutePolicyType = exports.ExecutePolicyType || (exports.ExecutePolicyType = {}));
|
|
1107
|
-
var ExitStandbyAnswer;
|
|
1108
|
-
(function (ExitStandbyAnswer) {
|
|
1109
|
-
ExitStandbyAnswer.filterSensitiveLog = (obj) => ({
|
|
1110
|
-
...obj,
|
|
1111
|
-
});
|
|
1112
|
-
})(ExitStandbyAnswer = exports.ExitStandbyAnswer || (exports.ExitStandbyAnswer = {}));
|
|
1113
|
-
var ExitStandbyQuery;
|
|
1114
|
-
(function (ExitStandbyQuery) {
|
|
1115
|
-
ExitStandbyQuery.filterSensitiveLog = (obj) => ({
|
|
1116
|
-
...obj,
|
|
1117
|
-
});
|
|
1118
|
-
})(ExitStandbyQuery = exports.ExitStandbyQuery || (exports.ExitStandbyQuery = {}));
|
|
1119
|
-
var CapacityForecast;
|
|
1120
|
-
(function (CapacityForecast) {
|
|
1121
|
-
CapacityForecast.filterSensitiveLog = (obj) => ({
|
|
1122
|
-
...obj,
|
|
1123
|
-
});
|
|
1124
|
-
})(CapacityForecast = exports.CapacityForecast || (exports.CapacityForecast = {}));
|
|
1125
|
-
var LoadForecast;
|
|
1126
|
-
(function (LoadForecast) {
|
|
1127
|
-
LoadForecast.filterSensitiveLog = (obj) => ({
|
|
1128
|
-
...obj,
|
|
1129
|
-
});
|
|
1130
|
-
})(LoadForecast = exports.LoadForecast || (exports.LoadForecast = {}));
|
|
1131
|
-
var GetPredictiveScalingForecastAnswer;
|
|
1132
|
-
(function (GetPredictiveScalingForecastAnswer) {
|
|
1133
|
-
GetPredictiveScalingForecastAnswer.filterSensitiveLog = (obj) => ({
|
|
1134
|
-
...obj,
|
|
1135
|
-
});
|
|
1136
|
-
})(GetPredictiveScalingForecastAnswer = exports.GetPredictiveScalingForecastAnswer || (exports.GetPredictiveScalingForecastAnswer = {}));
|
|
1137
|
-
var GetPredictiveScalingForecastType;
|
|
1138
|
-
(function (GetPredictiveScalingForecastType) {
|
|
1139
|
-
GetPredictiveScalingForecastType.filterSensitiveLog = (obj) => ({
|
|
1140
|
-
...obj,
|
|
1141
|
-
});
|
|
1142
|
-
})(GetPredictiveScalingForecastType = exports.GetPredictiveScalingForecastType || (exports.GetPredictiveScalingForecastType = {}));
|
|
1143
|
-
var PutLifecycleHookAnswer;
|
|
1144
|
-
(function (PutLifecycleHookAnswer) {
|
|
1145
|
-
PutLifecycleHookAnswer.filterSensitiveLog = (obj) => ({
|
|
1146
|
-
...obj,
|
|
1147
|
-
});
|
|
1148
|
-
})(PutLifecycleHookAnswer = exports.PutLifecycleHookAnswer || (exports.PutLifecycleHookAnswer = {}));
|
|
1149
|
-
var PutLifecycleHookType;
|
|
1150
|
-
(function (PutLifecycleHookType) {
|
|
1151
|
-
PutLifecycleHookType.filterSensitiveLog = (obj) => ({
|
|
1152
|
-
...obj,
|
|
1153
|
-
});
|
|
1154
|
-
})(PutLifecycleHookType = exports.PutLifecycleHookType || (exports.PutLifecycleHookType = {}));
|
|
1155
|
-
var PutNotificationConfigurationType;
|
|
1156
|
-
(function (PutNotificationConfigurationType) {
|
|
1157
|
-
PutNotificationConfigurationType.filterSensitiveLog = (obj) => ({
|
|
1158
|
-
...obj,
|
|
1159
|
-
});
|
|
1160
|
-
})(PutNotificationConfigurationType = exports.PutNotificationConfigurationType || (exports.PutNotificationConfigurationType = {}));
|
|
1161
|
-
var PolicyARNType;
|
|
1162
|
-
(function (PolicyARNType) {
|
|
1163
|
-
PolicyARNType.filterSensitiveLog = (obj) => ({
|
|
1164
|
-
...obj,
|
|
1165
|
-
});
|
|
1166
|
-
})(PolicyARNType = exports.PolicyARNType || (exports.PolicyARNType = {}));
|
|
1167
|
-
var PutScalingPolicyType;
|
|
1168
|
-
(function (PutScalingPolicyType) {
|
|
1169
|
-
PutScalingPolicyType.filterSensitiveLog = (obj) => ({
|
|
1170
|
-
...obj,
|
|
1171
|
-
});
|
|
1172
|
-
})(PutScalingPolicyType = exports.PutScalingPolicyType || (exports.PutScalingPolicyType = {}));
|
|
1173
|
-
var PutScheduledUpdateGroupActionType;
|
|
1174
|
-
(function (PutScheduledUpdateGroupActionType) {
|
|
1175
|
-
PutScheduledUpdateGroupActionType.filterSensitiveLog = (obj) => ({
|
|
1176
|
-
...obj,
|
|
1177
|
-
});
|
|
1178
|
-
})(PutScheduledUpdateGroupActionType = exports.PutScheduledUpdateGroupActionType || (exports.PutScheduledUpdateGroupActionType = {}));
|
|
1179
|
-
var PutWarmPoolAnswer;
|
|
1180
|
-
(function (PutWarmPoolAnswer) {
|
|
1181
|
-
PutWarmPoolAnswer.filterSensitiveLog = (obj) => ({
|
|
1182
|
-
...obj,
|
|
1183
|
-
});
|
|
1184
|
-
})(PutWarmPoolAnswer = exports.PutWarmPoolAnswer || (exports.PutWarmPoolAnswer = {}));
|
|
1185
|
-
var PutWarmPoolType;
|
|
1186
|
-
(function (PutWarmPoolType) {
|
|
1187
|
-
PutWarmPoolType.filterSensitiveLog = (obj) => ({
|
|
1188
|
-
...obj,
|
|
1189
|
-
});
|
|
1190
|
-
})(PutWarmPoolType = exports.PutWarmPoolType || (exports.PutWarmPoolType = {}));
|
|
1191
|
-
var RecordLifecycleActionHeartbeatAnswer;
|
|
1192
|
-
(function (RecordLifecycleActionHeartbeatAnswer) {
|
|
1193
|
-
RecordLifecycleActionHeartbeatAnswer.filterSensitiveLog = (obj) => ({
|
|
1194
|
-
...obj,
|
|
1195
|
-
});
|
|
1196
|
-
})(RecordLifecycleActionHeartbeatAnswer = exports.RecordLifecycleActionHeartbeatAnswer || (exports.RecordLifecycleActionHeartbeatAnswer = {}));
|
|
1197
|
-
var RecordLifecycleActionHeartbeatType;
|
|
1198
|
-
(function (RecordLifecycleActionHeartbeatType) {
|
|
1199
|
-
RecordLifecycleActionHeartbeatType.filterSensitiveLog = (obj) => ({
|
|
1200
|
-
...obj,
|
|
1201
|
-
});
|
|
1202
|
-
})(RecordLifecycleActionHeartbeatType = exports.RecordLifecycleActionHeartbeatType || (exports.RecordLifecycleActionHeartbeatType = {}));
|
|
1203
|
-
var ScalingProcessQuery;
|
|
1204
|
-
(function (ScalingProcessQuery) {
|
|
1205
|
-
ScalingProcessQuery.filterSensitiveLog = (obj) => ({
|
|
1206
|
-
...obj,
|
|
1207
|
-
});
|
|
1208
|
-
})(ScalingProcessQuery = exports.ScalingProcessQuery || (exports.ScalingProcessQuery = {}));
|
|
1209
|
-
var SetDesiredCapacityType;
|
|
1210
|
-
(function (SetDesiredCapacityType) {
|
|
1211
|
-
SetDesiredCapacityType.filterSensitiveLog = (obj) => ({
|
|
1212
|
-
...obj,
|
|
1213
|
-
});
|
|
1214
|
-
})(SetDesiredCapacityType = exports.SetDesiredCapacityType || (exports.SetDesiredCapacityType = {}));
|
|
1215
|
-
var SetInstanceHealthQuery;
|
|
1216
|
-
(function (SetInstanceHealthQuery) {
|
|
1217
|
-
SetInstanceHealthQuery.filterSensitiveLog = (obj) => ({
|
|
1218
|
-
...obj,
|
|
1219
|
-
});
|
|
1220
|
-
})(SetInstanceHealthQuery = exports.SetInstanceHealthQuery || (exports.SetInstanceHealthQuery = {}));
|
|
1221
|
-
var SetInstanceProtectionAnswer;
|
|
1222
|
-
(function (SetInstanceProtectionAnswer) {
|
|
1223
|
-
SetInstanceProtectionAnswer.filterSensitiveLog = (obj) => ({
|
|
1224
|
-
...obj,
|
|
1225
|
-
});
|
|
1226
|
-
})(SetInstanceProtectionAnswer = exports.SetInstanceProtectionAnswer || (exports.SetInstanceProtectionAnswer = {}));
|
|
1227
|
-
var SetInstanceProtectionQuery;
|
|
1228
|
-
(function (SetInstanceProtectionQuery) {
|
|
1229
|
-
SetInstanceProtectionQuery.filterSensitiveLog = (obj) => ({
|
|
1230
|
-
...obj,
|
|
1231
|
-
});
|
|
1232
|
-
})(SetInstanceProtectionQuery = exports.SetInstanceProtectionQuery || (exports.SetInstanceProtectionQuery = {}));
|
|
1233
285
|
class InstanceRefreshInProgressFault extends AutoScalingServiceException_1.AutoScalingServiceException {
|
|
1234
286
|
constructor(opts) {
|
|
1235
287
|
super({
|
|
@@ -1243,31 +295,655 @@ class InstanceRefreshInProgressFault extends AutoScalingServiceException_1.AutoS
|
|
|
1243
295
|
}
|
|
1244
296
|
}
|
|
1245
297
|
exports.InstanceRefreshInProgressFault = InstanceRefreshInProgressFault;
|
|
1246
|
-
var StartInstanceRefreshAnswer;
|
|
1247
|
-
(function (StartInstanceRefreshAnswer) {
|
|
1248
|
-
StartInstanceRefreshAnswer.filterSensitiveLog = (obj) => ({
|
|
1249
|
-
...obj,
|
|
1250
|
-
});
|
|
1251
|
-
})(StartInstanceRefreshAnswer = exports.StartInstanceRefreshAnswer || (exports.StartInstanceRefreshAnswer = {}));
|
|
1252
298
|
var RefreshStrategy;
|
|
1253
299
|
(function (RefreshStrategy) {
|
|
1254
300
|
RefreshStrategy["Rolling"] = "Rolling";
|
|
1255
301
|
})(RefreshStrategy = exports.RefreshStrategy || (exports.RefreshStrategy = {}));
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
302
|
+
const AcceleratorCountRequestFilterSensitiveLog = (obj) => ({
|
|
303
|
+
...obj,
|
|
304
|
+
});
|
|
305
|
+
exports.AcceleratorCountRequestFilterSensitiveLog = AcceleratorCountRequestFilterSensitiveLog;
|
|
306
|
+
const AcceleratorTotalMemoryMiBRequestFilterSensitiveLog = (obj) => ({
|
|
307
|
+
...obj,
|
|
308
|
+
});
|
|
309
|
+
exports.AcceleratorTotalMemoryMiBRequestFilterSensitiveLog = AcceleratorTotalMemoryMiBRequestFilterSensitiveLog;
|
|
310
|
+
const ActivityFilterSensitiveLog = (obj) => ({
|
|
311
|
+
...obj,
|
|
312
|
+
});
|
|
313
|
+
exports.ActivityFilterSensitiveLog = ActivityFilterSensitiveLog;
|
|
314
|
+
const ActivitiesTypeFilterSensitiveLog = (obj) => ({
|
|
315
|
+
...obj,
|
|
316
|
+
});
|
|
317
|
+
exports.ActivitiesTypeFilterSensitiveLog = ActivitiesTypeFilterSensitiveLog;
|
|
318
|
+
const ActivityTypeFilterSensitiveLog = (obj) => ({
|
|
319
|
+
...obj,
|
|
320
|
+
});
|
|
321
|
+
exports.ActivityTypeFilterSensitiveLog = ActivityTypeFilterSensitiveLog;
|
|
322
|
+
const AdjustmentTypeFilterSensitiveLog = (obj) => ({
|
|
323
|
+
...obj,
|
|
324
|
+
});
|
|
325
|
+
exports.AdjustmentTypeFilterSensitiveLog = AdjustmentTypeFilterSensitiveLog;
|
|
326
|
+
const AlarmFilterSensitiveLog = (obj) => ({
|
|
327
|
+
...obj,
|
|
328
|
+
});
|
|
329
|
+
exports.AlarmFilterSensitiveLog = AlarmFilterSensitiveLog;
|
|
330
|
+
const AttachInstancesQueryFilterSensitiveLog = (obj) => ({
|
|
331
|
+
...obj,
|
|
332
|
+
});
|
|
333
|
+
exports.AttachInstancesQueryFilterSensitiveLog = AttachInstancesQueryFilterSensitiveLog;
|
|
334
|
+
const AttachLoadBalancersResultTypeFilterSensitiveLog = (obj) => ({
|
|
335
|
+
...obj,
|
|
336
|
+
});
|
|
337
|
+
exports.AttachLoadBalancersResultTypeFilterSensitiveLog = AttachLoadBalancersResultTypeFilterSensitiveLog;
|
|
338
|
+
const AttachLoadBalancersTypeFilterSensitiveLog = (obj) => ({
|
|
339
|
+
...obj,
|
|
340
|
+
});
|
|
341
|
+
exports.AttachLoadBalancersTypeFilterSensitiveLog = AttachLoadBalancersTypeFilterSensitiveLog;
|
|
342
|
+
const AttachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog = (obj) => ({
|
|
343
|
+
...obj,
|
|
344
|
+
});
|
|
345
|
+
exports.AttachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog = AttachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog;
|
|
346
|
+
const AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog = (obj) => ({
|
|
347
|
+
...obj,
|
|
348
|
+
});
|
|
349
|
+
exports.AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog = AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog;
|
|
350
|
+
const FailedScheduledUpdateGroupActionRequestFilterSensitiveLog = (obj) => ({
|
|
351
|
+
...obj,
|
|
352
|
+
});
|
|
353
|
+
exports.FailedScheduledUpdateGroupActionRequestFilterSensitiveLog = FailedScheduledUpdateGroupActionRequestFilterSensitiveLog;
|
|
354
|
+
const BatchDeleteScheduledActionAnswerFilterSensitiveLog = (obj) => ({
|
|
355
|
+
...obj,
|
|
356
|
+
});
|
|
357
|
+
exports.BatchDeleteScheduledActionAnswerFilterSensitiveLog = BatchDeleteScheduledActionAnswerFilterSensitiveLog;
|
|
358
|
+
const BatchDeleteScheduledActionTypeFilterSensitiveLog = (obj) => ({
|
|
359
|
+
...obj,
|
|
360
|
+
});
|
|
361
|
+
exports.BatchDeleteScheduledActionTypeFilterSensitiveLog = BatchDeleteScheduledActionTypeFilterSensitiveLog;
|
|
362
|
+
const BatchPutScheduledUpdateGroupActionAnswerFilterSensitiveLog = (obj) => ({
|
|
363
|
+
...obj,
|
|
364
|
+
});
|
|
365
|
+
exports.BatchPutScheduledUpdateGroupActionAnswerFilterSensitiveLog = BatchPutScheduledUpdateGroupActionAnswerFilterSensitiveLog;
|
|
366
|
+
const ScheduledUpdateGroupActionRequestFilterSensitiveLog = (obj) => ({
|
|
367
|
+
...obj,
|
|
368
|
+
});
|
|
369
|
+
exports.ScheduledUpdateGroupActionRequestFilterSensitiveLog = ScheduledUpdateGroupActionRequestFilterSensitiveLog;
|
|
370
|
+
const BatchPutScheduledUpdateGroupActionTypeFilterSensitiveLog = (obj) => ({
|
|
371
|
+
...obj,
|
|
372
|
+
});
|
|
373
|
+
exports.BatchPutScheduledUpdateGroupActionTypeFilterSensitiveLog = BatchPutScheduledUpdateGroupActionTypeFilterSensitiveLog;
|
|
374
|
+
const CancelInstanceRefreshAnswerFilterSensitiveLog = (obj) => ({
|
|
375
|
+
...obj,
|
|
376
|
+
});
|
|
377
|
+
exports.CancelInstanceRefreshAnswerFilterSensitiveLog = CancelInstanceRefreshAnswerFilterSensitiveLog;
|
|
378
|
+
const CancelInstanceRefreshTypeFilterSensitiveLog = (obj) => ({
|
|
379
|
+
...obj,
|
|
380
|
+
});
|
|
381
|
+
exports.CancelInstanceRefreshTypeFilterSensitiveLog = CancelInstanceRefreshTypeFilterSensitiveLog;
|
|
382
|
+
const CompleteLifecycleActionAnswerFilterSensitiveLog = (obj) => ({
|
|
383
|
+
...obj,
|
|
384
|
+
});
|
|
385
|
+
exports.CompleteLifecycleActionAnswerFilterSensitiveLog = CompleteLifecycleActionAnswerFilterSensitiveLog;
|
|
386
|
+
const CompleteLifecycleActionTypeFilterSensitiveLog = (obj) => ({
|
|
387
|
+
...obj,
|
|
388
|
+
});
|
|
389
|
+
exports.CompleteLifecycleActionTypeFilterSensitiveLog = CompleteLifecycleActionTypeFilterSensitiveLog;
|
|
390
|
+
const LaunchTemplateSpecificationFilterSensitiveLog = (obj) => ({
|
|
391
|
+
...obj,
|
|
392
|
+
});
|
|
393
|
+
exports.LaunchTemplateSpecificationFilterSensitiveLog = LaunchTemplateSpecificationFilterSensitiveLog;
|
|
394
|
+
const LifecycleHookSpecificationFilterSensitiveLog = (obj) => ({
|
|
395
|
+
...obj,
|
|
396
|
+
});
|
|
397
|
+
exports.LifecycleHookSpecificationFilterSensitiveLog = LifecycleHookSpecificationFilterSensitiveLog;
|
|
398
|
+
const InstancesDistributionFilterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
});
|
|
401
|
+
exports.InstancesDistributionFilterSensitiveLog = InstancesDistributionFilterSensitiveLog;
|
|
402
|
+
const BaselineEbsBandwidthMbpsRequestFilterSensitiveLog = (obj) => ({
|
|
403
|
+
...obj,
|
|
404
|
+
});
|
|
405
|
+
exports.BaselineEbsBandwidthMbpsRequestFilterSensitiveLog = BaselineEbsBandwidthMbpsRequestFilterSensitiveLog;
|
|
406
|
+
const MemoryGiBPerVCpuRequestFilterSensitiveLog = (obj) => ({
|
|
407
|
+
...obj,
|
|
408
|
+
});
|
|
409
|
+
exports.MemoryGiBPerVCpuRequestFilterSensitiveLog = MemoryGiBPerVCpuRequestFilterSensitiveLog;
|
|
410
|
+
const MemoryMiBRequestFilterSensitiveLog = (obj) => ({
|
|
411
|
+
...obj,
|
|
412
|
+
});
|
|
413
|
+
exports.MemoryMiBRequestFilterSensitiveLog = MemoryMiBRequestFilterSensitiveLog;
|
|
414
|
+
const NetworkInterfaceCountRequestFilterSensitiveLog = (obj) => ({
|
|
415
|
+
...obj,
|
|
416
|
+
});
|
|
417
|
+
exports.NetworkInterfaceCountRequestFilterSensitiveLog = NetworkInterfaceCountRequestFilterSensitiveLog;
|
|
418
|
+
const TotalLocalStorageGBRequestFilterSensitiveLog = (obj) => ({
|
|
419
|
+
...obj,
|
|
420
|
+
});
|
|
421
|
+
exports.TotalLocalStorageGBRequestFilterSensitiveLog = TotalLocalStorageGBRequestFilterSensitiveLog;
|
|
422
|
+
const VCpuCountRequestFilterSensitiveLog = (obj) => ({
|
|
423
|
+
...obj,
|
|
424
|
+
});
|
|
425
|
+
exports.VCpuCountRequestFilterSensitiveLog = VCpuCountRequestFilterSensitiveLog;
|
|
426
|
+
const InstanceRequirementsFilterSensitiveLog = (obj) => ({
|
|
427
|
+
...obj,
|
|
428
|
+
});
|
|
429
|
+
exports.InstanceRequirementsFilterSensitiveLog = InstanceRequirementsFilterSensitiveLog;
|
|
430
|
+
const LaunchTemplateOverridesFilterSensitiveLog = (obj) => ({
|
|
431
|
+
...obj,
|
|
432
|
+
});
|
|
433
|
+
exports.LaunchTemplateOverridesFilterSensitiveLog = LaunchTemplateOverridesFilterSensitiveLog;
|
|
434
|
+
const LaunchTemplateFilterSensitiveLog = (obj) => ({
|
|
435
|
+
...obj,
|
|
436
|
+
});
|
|
437
|
+
exports.LaunchTemplateFilterSensitiveLog = LaunchTemplateFilterSensitiveLog;
|
|
438
|
+
const MixedInstancesPolicyFilterSensitiveLog = (obj) => ({
|
|
439
|
+
...obj,
|
|
440
|
+
});
|
|
441
|
+
exports.MixedInstancesPolicyFilterSensitiveLog = MixedInstancesPolicyFilterSensitiveLog;
|
|
442
|
+
const TagFilterSensitiveLog = (obj) => ({
|
|
443
|
+
...obj,
|
|
444
|
+
});
|
|
445
|
+
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
446
|
+
const CreateAutoScalingGroupTypeFilterSensitiveLog = (obj) => ({
|
|
447
|
+
...obj,
|
|
448
|
+
});
|
|
449
|
+
exports.CreateAutoScalingGroupTypeFilterSensitiveLog = CreateAutoScalingGroupTypeFilterSensitiveLog;
|
|
450
|
+
const EbsFilterSensitiveLog = (obj) => ({
|
|
451
|
+
...obj,
|
|
452
|
+
});
|
|
453
|
+
exports.EbsFilterSensitiveLog = EbsFilterSensitiveLog;
|
|
454
|
+
const BlockDeviceMappingFilterSensitiveLog = (obj) => ({
|
|
455
|
+
...obj,
|
|
456
|
+
});
|
|
457
|
+
exports.BlockDeviceMappingFilterSensitiveLog = BlockDeviceMappingFilterSensitiveLog;
|
|
458
|
+
const InstanceMonitoringFilterSensitiveLog = (obj) => ({
|
|
459
|
+
...obj,
|
|
460
|
+
});
|
|
461
|
+
exports.InstanceMonitoringFilterSensitiveLog = InstanceMonitoringFilterSensitiveLog;
|
|
462
|
+
const InstanceMetadataOptionsFilterSensitiveLog = (obj) => ({
|
|
463
|
+
...obj,
|
|
464
|
+
});
|
|
465
|
+
exports.InstanceMetadataOptionsFilterSensitiveLog = InstanceMetadataOptionsFilterSensitiveLog;
|
|
466
|
+
const CreateLaunchConfigurationTypeFilterSensitiveLog = (obj) => ({
|
|
467
|
+
...obj,
|
|
468
|
+
});
|
|
469
|
+
exports.CreateLaunchConfigurationTypeFilterSensitiveLog = CreateLaunchConfigurationTypeFilterSensitiveLog;
|
|
470
|
+
const CreateOrUpdateTagsTypeFilterSensitiveLog = (obj) => ({
|
|
471
|
+
...obj,
|
|
472
|
+
});
|
|
473
|
+
exports.CreateOrUpdateTagsTypeFilterSensitiveLog = CreateOrUpdateTagsTypeFilterSensitiveLog;
|
|
474
|
+
const DeleteAutoScalingGroupTypeFilterSensitiveLog = (obj) => ({
|
|
475
|
+
...obj,
|
|
476
|
+
});
|
|
477
|
+
exports.DeleteAutoScalingGroupTypeFilterSensitiveLog = DeleteAutoScalingGroupTypeFilterSensitiveLog;
|
|
478
|
+
const LaunchConfigurationNameTypeFilterSensitiveLog = (obj) => ({
|
|
479
|
+
...obj,
|
|
480
|
+
});
|
|
481
|
+
exports.LaunchConfigurationNameTypeFilterSensitiveLog = LaunchConfigurationNameTypeFilterSensitiveLog;
|
|
482
|
+
const DeleteLifecycleHookAnswerFilterSensitiveLog = (obj) => ({
|
|
483
|
+
...obj,
|
|
484
|
+
});
|
|
485
|
+
exports.DeleteLifecycleHookAnswerFilterSensitiveLog = DeleteLifecycleHookAnswerFilterSensitiveLog;
|
|
486
|
+
const DeleteLifecycleHookTypeFilterSensitiveLog = (obj) => ({
|
|
487
|
+
...obj,
|
|
488
|
+
});
|
|
489
|
+
exports.DeleteLifecycleHookTypeFilterSensitiveLog = DeleteLifecycleHookTypeFilterSensitiveLog;
|
|
490
|
+
const DeleteNotificationConfigurationTypeFilterSensitiveLog = (obj) => ({
|
|
491
|
+
...obj,
|
|
492
|
+
});
|
|
493
|
+
exports.DeleteNotificationConfigurationTypeFilterSensitiveLog = DeleteNotificationConfigurationTypeFilterSensitiveLog;
|
|
494
|
+
const DeletePolicyTypeFilterSensitiveLog = (obj) => ({
|
|
495
|
+
...obj,
|
|
496
|
+
});
|
|
497
|
+
exports.DeletePolicyTypeFilterSensitiveLog = DeletePolicyTypeFilterSensitiveLog;
|
|
498
|
+
const DeleteScheduledActionTypeFilterSensitiveLog = (obj) => ({
|
|
499
|
+
...obj,
|
|
500
|
+
});
|
|
501
|
+
exports.DeleteScheduledActionTypeFilterSensitiveLog = DeleteScheduledActionTypeFilterSensitiveLog;
|
|
502
|
+
const DeleteTagsTypeFilterSensitiveLog = (obj) => ({
|
|
503
|
+
...obj,
|
|
504
|
+
});
|
|
505
|
+
exports.DeleteTagsTypeFilterSensitiveLog = DeleteTagsTypeFilterSensitiveLog;
|
|
506
|
+
const DeleteWarmPoolAnswerFilterSensitiveLog = (obj) => ({
|
|
507
|
+
...obj,
|
|
508
|
+
});
|
|
509
|
+
exports.DeleteWarmPoolAnswerFilterSensitiveLog = DeleteWarmPoolAnswerFilterSensitiveLog;
|
|
510
|
+
const DeleteWarmPoolTypeFilterSensitiveLog = (obj) => ({
|
|
511
|
+
...obj,
|
|
512
|
+
});
|
|
513
|
+
exports.DeleteWarmPoolTypeFilterSensitiveLog = DeleteWarmPoolTypeFilterSensitiveLog;
|
|
514
|
+
const DescribeAccountLimitsAnswerFilterSensitiveLog = (obj) => ({
|
|
515
|
+
...obj,
|
|
516
|
+
});
|
|
517
|
+
exports.DescribeAccountLimitsAnswerFilterSensitiveLog = DescribeAccountLimitsAnswerFilterSensitiveLog;
|
|
518
|
+
const DescribeAdjustmentTypesAnswerFilterSensitiveLog = (obj) => ({
|
|
519
|
+
...obj,
|
|
520
|
+
});
|
|
521
|
+
exports.DescribeAdjustmentTypesAnswerFilterSensitiveLog = DescribeAdjustmentTypesAnswerFilterSensitiveLog;
|
|
522
|
+
const FilterFilterSensitiveLog = (obj) => ({
|
|
523
|
+
...obj,
|
|
524
|
+
});
|
|
525
|
+
exports.FilterFilterSensitiveLog = FilterFilterSensitiveLog;
|
|
526
|
+
const AutoScalingGroupNamesTypeFilterSensitiveLog = (obj) => ({
|
|
527
|
+
...obj,
|
|
528
|
+
});
|
|
529
|
+
exports.AutoScalingGroupNamesTypeFilterSensitiveLog = AutoScalingGroupNamesTypeFilterSensitiveLog;
|
|
530
|
+
const EnabledMetricFilterSensitiveLog = (obj) => ({
|
|
531
|
+
...obj,
|
|
532
|
+
});
|
|
533
|
+
exports.EnabledMetricFilterSensitiveLog = EnabledMetricFilterSensitiveLog;
|
|
534
|
+
const InstanceFilterSensitiveLog = (obj) => ({
|
|
535
|
+
...obj,
|
|
536
|
+
});
|
|
537
|
+
exports.InstanceFilterSensitiveLog = InstanceFilterSensitiveLog;
|
|
538
|
+
const SuspendedProcessFilterSensitiveLog = (obj) => ({
|
|
539
|
+
...obj,
|
|
540
|
+
});
|
|
541
|
+
exports.SuspendedProcessFilterSensitiveLog = SuspendedProcessFilterSensitiveLog;
|
|
542
|
+
const TagDescriptionFilterSensitiveLog = (obj) => ({
|
|
543
|
+
...obj,
|
|
544
|
+
});
|
|
545
|
+
exports.TagDescriptionFilterSensitiveLog = TagDescriptionFilterSensitiveLog;
|
|
546
|
+
const InstanceReusePolicyFilterSensitiveLog = (obj) => ({
|
|
547
|
+
...obj,
|
|
548
|
+
});
|
|
549
|
+
exports.InstanceReusePolicyFilterSensitiveLog = InstanceReusePolicyFilterSensitiveLog;
|
|
550
|
+
const WarmPoolConfigurationFilterSensitiveLog = (obj) => ({
|
|
551
|
+
...obj,
|
|
552
|
+
});
|
|
553
|
+
exports.WarmPoolConfigurationFilterSensitiveLog = WarmPoolConfigurationFilterSensitiveLog;
|
|
554
|
+
const AutoScalingGroupFilterSensitiveLog = (obj) => ({
|
|
555
|
+
...obj,
|
|
556
|
+
});
|
|
557
|
+
exports.AutoScalingGroupFilterSensitiveLog = AutoScalingGroupFilterSensitiveLog;
|
|
558
|
+
const AutoScalingGroupsTypeFilterSensitiveLog = (obj) => ({
|
|
559
|
+
...obj,
|
|
560
|
+
});
|
|
561
|
+
exports.AutoScalingGroupsTypeFilterSensitiveLog = AutoScalingGroupsTypeFilterSensitiveLog;
|
|
562
|
+
const AutoScalingInstanceDetailsFilterSensitiveLog = (obj) => ({
|
|
563
|
+
...obj,
|
|
564
|
+
});
|
|
565
|
+
exports.AutoScalingInstanceDetailsFilterSensitiveLog = AutoScalingInstanceDetailsFilterSensitiveLog;
|
|
566
|
+
const AutoScalingInstancesTypeFilterSensitiveLog = (obj) => ({
|
|
567
|
+
...obj,
|
|
568
|
+
});
|
|
569
|
+
exports.AutoScalingInstancesTypeFilterSensitiveLog = AutoScalingInstancesTypeFilterSensitiveLog;
|
|
570
|
+
const DescribeAutoScalingInstancesTypeFilterSensitiveLog = (obj) => ({
|
|
571
|
+
...obj,
|
|
572
|
+
});
|
|
573
|
+
exports.DescribeAutoScalingInstancesTypeFilterSensitiveLog = DescribeAutoScalingInstancesTypeFilterSensitiveLog;
|
|
574
|
+
const DescribeAutoScalingNotificationTypesAnswerFilterSensitiveLog = (obj) => ({
|
|
575
|
+
...obj,
|
|
576
|
+
});
|
|
577
|
+
exports.DescribeAutoScalingNotificationTypesAnswerFilterSensitiveLog = DescribeAutoScalingNotificationTypesAnswerFilterSensitiveLog;
|
|
578
|
+
const DesiredConfigurationFilterSensitiveLog = (obj) => ({
|
|
579
|
+
...obj,
|
|
580
|
+
});
|
|
581
|
+
exports.DesiredConfigurationFilterSensitiveLog = DesiredConfigurationFilterSensitiveLog;
|
|
582
|
+
const RefreshPreferencesFilterSensitiveLog = (obj) => ({
|
|
583
|
+
...obj,
|
|
584
|
+
});
|
|
585
|
+
exports.RefreshPreferencesFilterSensitiveLog = RefreshPreferencesFilterSensitiveLog;
|
|
586
|
+
const InstanceRefreshLivePoolProgressFilterSensitiveLog = (obj) => ({
|
|
587
|
+
...obj,
|
|
588
|
+
});
|
|
589
|
+
exports.InstanceRefreshLivePoolProgressFilterSensitiveLog = InstanceRefreshLivePoolProgressFilterSensitiveLog;
|
|
590
|
+
const InstanceRefreshWarmPoolProgressFilterSensitiveLog = (obj) => ({
|
|
591
|
+
...obj,
|
|
592
|
+
});
|
|
593
|
+
exports.InstanceRefreshWarmPoolProgressFilterSensitiveLog = InstanceRefreshWarmPoolProgressFilterSensitiveLog;
|
|
594
|
+
const InstanceRefreshProgressDetailsFilterSensitiveLog = (obj) => ({
|
|
595
|
+
...obj,
|
|
596
|
+
});
|
|
597
|
+
exports.InstanceRefreshProgressDetailsFilterSensitiveLog = InstanceRefreshProgressDetailsFilterSensitiveLog;
|
|
598
|
+
const InstanceRefreshFilterSensitiveLog = (obj) => ({
|
|
599
|
+
...obj,
|
|
600
|
+
});
|
|
601
|
+
exports.InstanceRefreshFilterSensitiveLog = InstanceRefreshFilterSensitiveLog;
|
|
602
|
+
const DescribeInstanceRefreshesAnswerFilterSensitiveLog = (obj) => ({
|
|
603
|
+
...obj,
|
|
604
|
+
});
|
|
605
|
+
exports.DescribeInstanceRefreshesAnswerFilterSensitiveLog = DescribeInstanceRefreshesAnswerFilterSensitiveLog;
|
|
606
|
+
const DescribeInstanceRefreshesTypeFilterSensitiveLog = (obj) => ({
|
|
607
|
+
...obj,
|
|
608
|
+
});
|
|
609
|
+
exports.DescribeInstanceRefreshesTypeFilterSensitiveLog = DescribeInstanceRefreshesTypeFilterSensitiveLog;
|
|
610
|
+
const LaunchConfigurationNamesTypeFilterSensitiveLog = (obj) => ({
|
|
611
|
+
...obj,
|
|
612
|
+
});
|
|
613
|
+
exports.LaunchConfigurationNamesTypeFilterSensitiveLog = LaunchConfigurationNamesTypeFilterSensitiveLog;
|
|
614
|
+
const LaunchConfigurationFilterSensitiveLog = (obj) => ({
|
|
615
|
+
...obj,
|
|
616
|
+
});
|
|
617
|
+
exports.LaunchConfigurationFilterSensitiveLog = LaunchConfigurationFilterSensitiveLog;
|
|
618
|
+
const LaunchConfigurationsTypeFilterSensitiveLog = (obj) => ({
|
|
619
|
+
...obj,
|
|
620
|
+
});
|
|
621
|
+
exports.LaunchConfigurationsTypeFilterSensitiveLog = LaunchConfigurationsTypeFilterSensitiveLog;
|
|
622
|
+
const LifecycleHookFilterSensitiveLog = (obj) => ({
|
|
623
|
+
...obj,
|
|
624
|
+
});
|
|
625
|
+
exports.LifecycleHookFilterSensitiveLog = LifecycleHookFilterSensitiveLog;
|
|
626
|
+
const DescribeLifecycleHooksAnswerFilterSensitiveLog = (obj) => ({
|
|
627
|
+
...obj,
|
|
628
|
+
});
|
|
629
|
+
exports.DescribeLifecycleHooksAnswerFilterSensitiveLog = DescribeLifecycleHooksAnswerFilterSensitiveLog;
|
|
630
|
+
const DescribeLifecycleHooksTypeFilterSensitiveLog = (obj) => ({
|
|
631
|
+
...obj,
|
|
632
|
+
});
|
|
633
|
+
exports.DescribeLifecycleHooksTypeFilterSensitiveLog = DescribeLifecycleHooksTypeFilterSensitiveLog;
|
|
634
|
+
const DescribeLifecycleHookTypesAnswerFilterSensitiveLog = (obj) => ({
|
|
635
|
+
...obj,
|
|
636
|
+
});
|
|
637
|
+
exports.DescribeLifecycleHookTypesAnswerFilterSensitiveLog = DescribeLifecycleHookTypesAnswerFilterSensitiveLog;
|
|
638
|
+
const DescribeLoadBalancersRequestFilterSensitiveLog = (obj) => ({
|
|
639
|
+
...obj,
|
|
640
|
+
});
|
|
641
|
+
exports.DescribeLoadBalancersRequestFilterSensitiveLog = DescribeLoadBalancersRequestFilterSensitiveLog;
|
|
642
|
+
const LoadBalancerStateFilterSensitiveLog = (obj) => ({
|
|
643
|
+
...obj,
|
|
644
|
+
});
|
|
645
|
+
exports.LoadBalancerStateFilterSensitiveLog = LoadBalancerStateFilterSensitiveLog;
|
|
646
|
+
const DescribeLoadBalancersResponseFilterSensitiveLog = (obj) => ({
|
|
647
|
+
...obj,
|
|
648
|
+
});
|
|
649
|
+
exports.DescribeLoadBalancersResponseFilterSensitiveLog = DescribeLoadBalancersResponseFilterSensitiveLog;
|
|
650
|
+
const DescribeLoadBalancerTargetGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
651
|
+
...obj,
|
|
652
|
+
});
|
|
653
|
+
exports.DescribeLoadBalancerTargetGroupsRequestFilterSensitiveLog = DescribeLoadBalancerTargetGroupsRequestFilterSensitiveLog;
|
|
654
|
+
const LoadBalancerTargetGroupStateFilterSensitiveLog = (obj) => ({
|
|
655
|
+
...obj,
|
|
656
|
+
});
|
|
657
|
+
exports.LoadBalancerTargetGroupStateFilterSensitiveLog = LoadBalancerTargetGroupStateFilterSensitiveLog;
|
|
658
|
+
const DescribeLoadBalancerTargetGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
659
|
+
...obj,
|
|
660
|
+
});
|
|
661
|
+
exports.DescribeLoadBalancerTargetGroupsResponseFilterSensitiveLog = DescribeLoadBalancerTargetGroupsResponseFilterSensitiveLog;
|
|
662
|
+
const MetricGranularityTypeFilterSensitiveLog = (obj) => ({
|
|
663
|
+
...obj,
|
|
664
|
+
});
|
|
665
|
+
exports.MetricGranularityTypeFilterSensitiveLog = MetricGranularityTypeFilterSensitiveLog;
|
|
666
|
+
const MetricCollectionTypeFilterSensitiveLog = (obj) => ({
|
|
667
|
+
...obj,
|
|
668
|
+
});
|
|
669
|
+
exports.MetricCollectionTypeFilterSensitiveLog = MetricCollectionTypeFilterSensitiveLog;
|
|
670
|
+
const DescribeMetricCollectionTypesAnswerFilterSensitiveLog = (obj) => ({
|
|
671
|
+
...obj,
|
|
672
|
+
});
|
|
673
|
+
exports.DescribeMetricCollectionTypesAnswerFilterSensitiveLog = DescribeMetricCollectionTypesAnswerFilterSensitiveLog;
|
|
674
|
+
const NotificationConfigurationFilterSensitiveLog = (obj) => ({
|
|
675
|
+
...obj,
|
|
676
|
+
});
|
|
677
|
+
exports.NotificationConfigurationFilterSensitiveLog = NotificationConfigurationFilterSensitiveLog;
|
|
678
|
+
const DescribeNotificationConfigurationsAnswerFilterSensitiveLog = (obj) => ({
|
|
679
|
+
...obj,
|
|
680
|
+
});
|
|
681
|
+
exports.DescribeNotificationConfigurationsAnswerFilterSensitiveLog = DescribeNotificationConfigurationsAnswerFilterSensitiveLog;
|
|
682
|
+
const DescribeNotificationConfigurationsTypeFilterSensitiveLog = (obj) => ({
|
|
683
|
+
...obj,
|
|
684
|
+
});
|
|
685
|
+
exports.DescribeNotificationConfigurationsTypeFilterSensitiveLog = DescribeNotificationConfigurationsTypeFilterSensitiveLog;
|
|
686
|
+
const DescribePoliciesTypeFilterSensitiveLog = (obj) => ({
|
|
687
|
+
...obj,
|
|
688
|
+
});
|
|
689
|
+
exports.DescribePoliciesTypeFilterSensitiveLog = DescribePoliciesTypeFilterSensitiveLog;
|
|
690
|
+
const MetricDimensionFilterSensitiveLog = (obj) => ({
|
|
691
|
+
...obj,
|
|
692
|
+
});
|
|
693
|
+
exports.MetricDimensionFilterSensitiveLog = MetricDimensionFilterSensitiveLog;
|
|
694
|
+
const MetricFilterSensitiveLog = (obj) => ({
|
|
695
|
+
...obj,
|
|
696
|
+
});
|
|
697
|
+
exports.MetricFilterSensitiveLog = MetricFilterSensitiveLog;
|
|
698
|
+
const MetricStatFilterSensitiveLog = (obj) => ({
|
|
699
|
+
...obj,
|
|
700
|
+
});
|
|
701
|
+
exports.MetricStatFilterSensitiveLog = MetricStatFilterSensitiveLog;
|
|
702
|
+
const MetricDataQueryFilterSensitiveLog = (obj) => ({
|
|
703
|
+
...obj,
|
|
704
|
+
});
|
|
705
|
+
exports.MetricDataQueryFilterSensitiveLog = MetricDataQueryFilterSensitiveLog;
|
|
706
|
+
const PredictiveScalingCustomizedCapacityMetricFilterSensitiveLog = (obj) => ({
|
|
707
|
+
...obj,
|
|
708
|
+
});
|
|
709
|
+
exports.PredictiveScalingCustomizedCapacityMetricFilterSensitiveLog = PredictiveScalingCustomizedCapacityMetricFilterSensitiveLog;
|
|
710
|
+
const PredictiveScalingCustomizedLoadMetricFilterSensitiveLog = (obj) => ({
|
|
711
|
+
...obj,
|
|
712
|
+
});
|
|
713
|
+
exports.PredictiveScalingCustomizedLoadMetricFilterSensitiveLog = PredictiveScalingCustomizedLoadMetricFilterSensitiveLog;
|
|
714
|
+
const PredictiveScalingCustomizedScalingMetricFilterSensitiveLog = (obj) => ({
|
|
715
|
+
...obj,
|
|
716
|
+
});
|
|
717
|
+
exports.PredictiveScalingCustomizedScalingMetricFilterSensitiveLog = PredictiveScalingCustomizedScalingMetricFilterSensitiveLog;
|
|
718
|
+
const PredictiveScalingPredefinedLoadMetricFilterSensitiveLog = (obj) => ({
|
|
719
|
+
...obj,
|
|
720
|
+
});
|
|
721
|
+
exports.PredictiveScalingPredefinedLoadMetricFilterSensitiveLog = PredictiveScalingPredefinedLoadMetricFilterSensitiveLog;
|
|
722
|
+
const PredictiveScalingPredefinedMetricPairFilterSensitiveLog = (obj) => ({
|
|
723
|
+
...obj,
|
|
724
|
+
});
|
|
725
|
+
exports.PredictiveScalingPredefinedMetricPairFilterSensitiveLog = PredictiveScalingPredefinedMetricPairFilterSensitiveLog;
|
|
726
|
+
const PredictiveScalingPredefinedScalingMetricFilterSensitiveLog = (obj) => ({
|
|
727
|
+
...obj,
|
|
728
|
+
});
|
|
729
|
+
exports.PredictiveScalingPredefinedScalingMetricFilterSensitiveLog = PredictiveScalingPredefinedScalingMetricFilterSensitiveLog;
|
|
730
|
+
const PredictiveScalingMetricSpecificationFilterSensitiveLog = (obj) => ({
|
|
731
|
+
...obj,
|
|
732
|
+
});
|
|
733
|
+
exports.PredictiveScalingMetricSpecificationFilterSensitiveLog = PredictiveScalingMetricSpecificationFilterSensitiveLog;
|
|
734
|
+
const PredictiveScalingConfigurationFilterSensitiveLog = (obj) => ({
|
|
735
|
+
...obj,
|
|
736
|
+
});
|
|
737
|
+
exports.PredictiveScalingConfigurationFilterSensitiveLog = PredictiveScalingConfigurationFilterSensitiveLog;
|
|
738
|
+
const StepAdjustmentFilterSensitiveLog = (obj) => ({
|
|
739
|
+
...obj,
|
|
740
|
+
});
|
|
741
|
+
exports.StepAdjustmentFilterSensitiveLog = StepAdjustmentFilterSensitiveLog;
|
|
742
|
+
const CustomizedMetricSpecificationFilterSensitiveLog = (obj) => ({
|
|
743
|
+
...obj,
|
|
744
|
+
});
|
|
745
|
+
exports.CustomizedMetricSpecificationFilterSensitiveLog = CustomizedMetricSpecificationFilterSensitiveLog;
|
|
746
|
+
const PredefinedMetricSpecificationFilterSensitiveLog = (obj) => ({
|
|
747
|
+
...obj,
|
|
748
|
+
});
|
|
749
|
+
exports.PredefinedMetricSpecificationFilterSensitiveLog = PredefinedMetricSpecificationFilterSensitiveLog;
|
|
750
|
+
const TargetTrackingConfigurationFilterSensitiveLog = (obj) => ({
|
|
751
|
+
...obj,
|
|
752
|
+
});
|
|
753
|
+
exports.TargetTrackingConfigurationFilterSensitiveLog = TargetTrackingConfigurationFilterSensitiveLog;
|
|
754
|
+
const ScalingPolicyFilterSensitiveLog = (obj) => ({
|
|
755
|
+
...obj,
|
|
756
|
+
});
|
|
757
|
+
exports.ScalingPolicyFilterSensitiveLog = ScalingPolicyFilterSensitiveLog;
|
|
758
|
+
const PoliciesTypeFilterSensitiveLog = (obj) => ({
|
|
759
|
+
...obj,
|
|
760
|
+
});
|
|
761
|
+
exports.PoliciesTypeFilterSensitiveLog = PoliciesTypeFilterSensitiveLog;
|
|
762
|
+
const DescribeScalingActivitiesTypeFilterSensitiveLog = (obj) => ({
|
|
763
|
+
...obj,
|
|
764
|
+
});
|
|
765
|
+
exports.DescribeScalingActivitiesTypeFilterSensitiveLog = DescribeScalingActivitiesTypeFilterSensitiveLog;
|
|
766
|
+
const ProcessTypeFilterSensitiveLog = (obj) => ({
|
|
767
|
+
...obj,
|
|
768
|
+
});
|
|
769
|
+
exports.ProcessTypeFilterSensitiveLog = ProcessTypeFilterSensitiveLog;
|
|
770
|
+
const ProcessesTypeFilterSensitiveLog = (obj) => ({
|
|
771
|
+
...obj,
|
|
772
|
+
});
|
|
773
|
+
exports.ProcessesTypeFilterSensitiveLog = ProcessesTypeFilterSensitiveLog;
|
|
774
|
+
const DescribeScheduledActionsTypeFilterSensitiveLog = (obj) => ({
|
|
775
|
+
...obj,
|
|
776
|
+
});
|
|
777
|
+
exports.DescribeScheduledActionsTypeFilterSensitiveLog = DescribeScheduledActionsTypeFilterSensitiveLog;
|
|
778
|
+
const ScheduledUpdateGroupActionFilterSensitiveLog = (obj) => ({
|
|
779
|
+
...obj,
|
|
780
|
+
});
|
|
781
|
+
exports.ScheduledUpdateGroupActionFilterSensitiveLog = ScheduledUpdateGroupActionFilterSensitiveLog;
|
|
782
|
+
const ScheduledActionsTypeFilterSensitiveLog = (obj) => ({
|
|
783
|
+
...obj,
|
|
784
|
+
});
|
|
785
|
+
exports.ScheduledActionsTypeFilterSensitiveLog = ScheduledActionsTypeFilterSensitiveLog;
|
|
786
|
+
const DescribeTagsTypeFilterSensitiveLog = (obj) => ({
|
|
787
|
+
...obj,
|
|
788
|
+
});
|
|
789
|
+
exports.DescribeTagsTypeFilterSensitiveLog = DescribeTagsTypeFilterSensitiveLog;
|
|
790
|
+
const TagsTypeFilterSensitiveLog = (obj) => ({
|
|
791
|
+
...obj,
|
|
792
|
+
});
|
|
793
|
+
exports.TagsTypeFilterSensitiveLog = TagsTypeFilterSensitiveLog;
|
|
794
|
+
const DescribeTerminationPolicyTypesAnswerFilterSensitiveLog = (obj) => ({
|
|
795
|
+
...obj,
|
|
796
|
+
});
|
|
797
|
+
exports.DescribeTerminationPolicyTypesAnswerFilterSensitiveLog = DescribeTerminationPolicyTypesAnswerFilterSensitiveLog;
|
|
798
|
+
const DescribeWarmPoolAnswerFilterSensitiveLog = (obj) => ({
|
|
799
|
+
...obj,
|
|
800
|
+
});
|
|
801
|
+
exports.DescribeWarmPoolAnswerFilterSensitiveLog = DescribeWarmPoolAnswerFilterSensitiveLog;
|
|
802
|
+
const DescribeWarmPoolTypeFilterSensitiveLog = (obj) => ({
|
|
803
|
+
...obj,
|
|
804
|
+
});
|
|
805
|
+
exports.DescribeWarmPoolTypeFilterSensitiveLog = DescribeWarmPoolTypeFilterSensitiveLog;
|
|
806
|
+
const DetachInstancesAnswerFilterSensitiveLog = (obj) => ({
|
|
807
|
+
...obj,
|
|
808
|
+
});
|
|
809
|
+
exports.DetachInstancesAnswerFilterSensitiveLog = DetachInstancesAnswerFilterSensitiveLog;
|
|
810
|
+
const DetachInstancesQueryFilterSensitiveLog = (obj) => ({
|
|
811
|
+
...obj,
|
|
812
|
+
});
|
|
813
|
+
exports.DetachInstancesQueryFilterSensitiveLog = DetachInstancesQueryFilterSensitiveLog;
|
|
814
|
+
const DetachLoadBalancersResultTypeFilterSensitiveLog = (obj) => ({
|
|
815
|
+
...obj,
|
|
816
|
+
});
|
|
817
|
+
exports.DetachLoadBalancersResultTypeFilterSensitiveLog = DetachLoadBalancersResultTypeFilterSensitiveLog;
|
|
818
|
+
const DetachLoadBalancersTypeFilterSensitiveLog = (obj) => ({
|
|
819
|
+
...obj,
|
|
820
|
+
});
|
|
821
|
+
exports.DetachLoadBalancersTypeFilterSensitiveLog = DetachLoadBalancersTypeFilterSensitiveLog;
|
|
822
|
+
const DetachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog = (obj) => ({
|
|
823
|
+
...obj,
|
|
824
|
+
});
|
|
825
|
+
exports.DetachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog = DetachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog;
|
|
826
|
+
const DetachLoadBalancerTargetGroupsTypeFilterSensitiveLog = (obj) => ({
|
|
827
|
+
...obj,
|
|
828
|
+
});
|
|
829
|
+
exports.DetachLoadBalancerTargetGroupsTypeFilterSensitiveLog = DetachLoadBalancerTargetGroupsTypeFilterSensitiveLog;
|
|
830
|
+
const DisableMetricsCollectionQueryFilterSensitiveLog = (obj) => ({
|
|
831
|
+
...obj,
|
|
832
|
+
});
|
|
833
|
+
exports.DisableMetricsCollectionQueryFilterSensitiveLog = DisableMetricsCollectionQueryFilterSensitiveLog;
|
|
834
|
+
const EnableMetricsCollectionQueryFilterSensitiveLog = (obj) => ({
|
|
835
|
+
...obj,
|
|
836
|
+
});
|
|
837
|
+
exports.EnableMetricsCollectionQueryFilterSensitiveLog = EnableMetricsCollectionQueryFilterSensitiveLog;
|
|
838
|
+
const EnterStandbyAnswerFilterSensitiveLog = (obj) => ({
|
|
839
|
+
...obj,
|
|
840
|
+
});
|
|
841
|
+
exports.EnterStandbyAnswerFilterSensitiveLog = EnterStandbyAnswerFilterSensitiveLog;
|
|
842
|
+
const EnterStandbyQueryFilterSensitiveLog = (obj) => ({
|
|
843
|
+
...obj,
|
|
844
|
+
});
|
|
845
|
+
exports.EnterStandbyQueryFilterSensitiveLog = EnterStandbyQueryFilterSensitiveLog;
|
|
846
|
+
const ExecutePolicyTypeFilterSensitiveLog = (obj) => ({
|
|
847
|
+
...obj,
|
|
848
|
+
});
|
|
849
|
+
exports.ExecutePolicyTypeFilterSensitiveLog = ExecutePolicyTypeFilterSensitiveLog;
|
|
850
|
+
const ExitStandbyAnswerFilterSensitiveLog = (obj) => ({
|
|
851
|
+
...obj,
|
|
852
|
+
});
|
|
853
|
+
exports.ExitStandbyAnswerFilterSensitiveLog = ExitStandbyAnswerFilterSensitiveLog;
|
|
854
|
+
const ExitStandbyQueryFilterSensitiveLog = (obj) => ({
|
|
855
|
+
...obj,
|
|
856
|
+
});
|
|
857
|
+
exports.ExitStandbyQueryFilterSensitiveLog = ExitStandbyQueryFilterSensitiveLog;
|
|
858
|
+
const CapacityForecastFilterSensitiveLog = (obj) => ({
|
|
859
|
+
...obj,
|
|
860
|
+
});
|
|
861
|
+
exports.CapacityForecastFilterSensitiveLog = CapacityForecastFilterSensitiveLog;
|
|
862
|
+
const LoadForecastFilterSensitiveLog = (obj) => ({
|
|
863
|
+
...obj,
|
|
864
|
+
});
|
|
865
|
+
exports.LoadForecastFilterSensitiveLog = LoadForecastFilterSensitiveLog;
|
|
866
|
+
const GetPredictiveScalingForecastAnswerFilterSensitiveLog = (obj) => ({
|
|
867
|
+
...obj,
|
|
868
|
+
});
|
|
869
|
+
exports.GetPredictiveScalingForecastAnswerFilterSensitiveLog = GetPredictiveScalingForecastAnswerFilterSensitiveLog;
|
|
870
|
+
const GetPredictiveScalingForecastTypeFilterSensitiveLog = (obj) => ({
|
|
871
|
+
...obj,
|
|
872
|
+
});
|
|
873
|
+
exports.GetPredictiveScalingForecastTypeFilterSensitiveLog = GetPredictiveScalingForecastTypeFilterSensitiveLog;
|
|
874
|
+
const PutLifecycleHookAnswerFilterSensitiveLog = (obj) => ({
|
|
875
|
+
...obj,
|
|
876
|
+
});
|
|
877
|
+
exports.PutLifecycleHookAnswerFilterSensitiveLog = PutLifecycleHookAnswerFilterSensitiveLog;
|
|
878
|
+
const PutLifecycleHookTypeFilterSensitiveLog = (obj) => ({
|
|
879
|
+
...obj,
|
|
880
|
+
});
|
|
881
|
+
exports.PutLifecycleHookTypeFilterSensitiveLog = PutLifecycleHookTypeFilterSensitiveLog;
|
|
882
|
+
const PutNotificationConfigurationTypeFilterSensitiveLog = (obj) => ({
|
|
883
|
+
...obj,
|
|
884
|
+
});
|
|
885
|
+
exports.PutNotificationConfigurationTypeFilterSensitiveLog = PutNotificationConfigurationTypeFilterSensitiveLog;
|
|
886
|
+
const PolicyARNTypeFilterSensitiveLog = (obj) => ({
|
|
887
|
+
...obj,
|
|
888
|
+
});
|
|
889
|
+
exports.PolicyARNTypeFilterSensitiveLog = PolicyARNTypeFilterSensitiveLog;
|
|
890
|
+
const PutScalingPolicyTypeFilterSensitiveLog = (obj) => ({
|
|
891
|
+
...obj,
|
|
892
|
+
});
|
|
893
|
+
exports.PutScalingPolicyTypeFilterSensitiveLog = PutScalingPolicyTypeFilterSensitiveLog;
|
|
894
|
+
const PutScheduledUpdateGroupActionTypeFilterSensitiveLog = (obj) => ({
|
|
895
|
+
...obj,
|
|
896
|
+
});
|
|
897
|
+
exports.PutScheduledUpdateGroupActionTypeFilterSensitiveLog = PutScheduledUpdateGroupActionTypeFilterSensitiveLog;
|
|
898
|
+
const PutWarmPoolAnswerFilterSensitiveLog = (obj) => ({
|
|
899
|
+
...obj,
|
|
900
|
+
});
|
|
901
|
+
exports.PutWarmPoolAnswerFilterSensitiveLog = PutWarmPoolAnswerFilterSensitiveLog;
|
|
902
|
+
const PutWarmPoolTypeFilterSensitiveLog = (obj) => ({
|
|
903
|
+
...obj,
|
|
904
|
+
});
|
|
905
|
+
exports.PutWarmPoolTypeFilterSensitiveLog = PutWarmPoolTypeFilterSensitiveLog;
|
|
906
|
+
const RecordLifecycleActionHeartbeatAnswerFilterSensitiveLog = (obj) => ({
|
|
907
|
+
...obj,
|
|
908
|
+
});
|
|
909
|
+
exports.RecordLifecycleActionHeartbeatAnswerFilterSensitiveLog = RecordLifecycleActionHeartbeatAnswerFilterSensitiveLog;
|
|
910
|
+
const RecordLifecycleActionHeartbeatTypeFilterSensitiveLog = (obj) => ({
|
|
911
|
+
...obj,
|
|
912
|
+
});
|
|
913
|
+
exports.RecordLifecycleActionHeartbeatTypeFilterSensitiveLog = RecordLifecycleActionHeartbeatTypeFilterSensitiveLog;
|
|
914
|
+
const ScalingProcessQueryFilterSensitiveLog = (obj) => ({
|
|
915
|
+
...obj,
|
|
916
|
+
});
|
|
917
|
+
exports.ScalingProcessQueryFilterSensitiveLog = ScalingProcessQueryFilterSensitiveLog;
|
|
918
|
+
const SetDesiredCapacityTypeFilterSensitiveLog = (obj) => ({
|
|
919
|
+
...obj,
|
|
920
|
+
});
|
|
921
|
+
exports.SetDesiredCapacityTypeFilterSensitiveLog = SetDesiredCapacityTypeFilterSensitiveLog;
|
|
922
|
+
const SetInstanceHealthQueryFilterSensitiveLog = (obj) => ({
|
|
923
|
+
...obj,
|
|
924
|
+
});
|
|
925
|
+
exports.SetInstanceHealthQueryFilterSensitiveLog = SetInstanceHealthQueryFilterSensitiveLog;
|
|
926
|
+
const SetInstanceProtectionAnswerFilterSensitiveLog = (obj) => ({
|
|
927
|
+
...obj,
|
|
928
|
+
});
|
|
929
|
+
exports.SetInstanceProtectionAnswerFilterSensitiveLog = SetInstanceProtectionAnswerFilterSensitiveLog;
|
|
930
|
+
const SetInstanceProtectionQueryFilterSensitiveLog = (obj) => ({
|
|
931
|
+
...obj,
|
|
932
|
+
});
|
|
933
|
+
exports.SetInstanceProtectionQueryFilterSensitiveLog = SetInstanceProtectionQueryFilterSensitiveLog;
|
|
934
|
+
const StartInstanceRefreshAnswerFilterSensitiveLog = (obj) => ({
|
|
935
|
+
...obj,
|
|
936
|
+
});
|
|
937
|
+
exports.StartInstanceRefreshAnswerFilterSensitiveLog = StartInstanceRefreshAnswerFilterSensitiveLog;
|
|
938
|
+
const StartInstanceRefreshTypeFilterSensitiveLog = (obj) => ({
|
|
939
|
+
...obj,
|
|
940
|
+
});
|
|
941
|
+
exports.StartInstanceRefreshTypeFilterSensitiveLog = StartInstanceRefreshTypeFilterSensitiveLog;
|
|
942
|
+
const TerminateInstanceInAutoScalingGroupTypeFilterSensitiveLog = (obj) => ({
|
|
943
|
+
...obj,
|
|
944
|
+
});
|
|
945
|
+
exports.TerminateInstanceInAutoScalingGroupTypeFilterSensitiveLog = TerminateInstanceInAutoScalingGroupTypeFilterSensitiveLog;
|
|
946
|
+
const UpdateAutoScalingGroupTypeFilterSensitiveLog = (obj) => ({
|
|
947
|
+
...obj,
|
|
948
|
+
});
|
|
949
|
+
exports.UpdateAutoScalingGroupTypeFilterSensitiveLog = UpdateAutoScalingGroupTypeFilterSensitiveLog;
|