@aws-sdk/client-ecs 3.36.0 → 3.39.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 +45 -0
- package/dist-cjs/ECS.js +0 -15
- package/dist-cjs/ECSClient.js +0 -20
- package/dist-cjs/commands/CreateCapacityProviderCommand.js +0 -30
- package/dist-cjs/commands/CreateClusterCommand.js +0 -35
- package/dist-cjs/commands/CreateServiceCommand.js +0 -129
- package/dist-cjs/commands/CreateTaskSetCommand.js +0 -27
- package/dist-cjs/commands/DeleteAccountSettingCommand.js +0 -25
- package/dist-cjs/commands/DeleteAttributesCommand.js +0 -24
- package/dist-cjs/commands/DeleteCapacityProviderCommand.js +0 -38
- package/dist-cjs/commands/DeleteClusterCommand.js +0 -30
- package/dist-cjs/commands/DeleteServiceCommand.js +0 -44
- package/dist-cjs/commands/DeleteTaskSetCommand.js +0 -25
- package/dist-cjs/commands/DeregisterContainerInstanceCommand.js +0 -36
- package/dist-cjs/commands/DeregisterTaskDefinitionCommand.js +0 -39
- package/dist-cjs/commands/DescribeCapacityProvidersCommand.js +0 -24
- package/dist-cjs/commands/DescribeClustersCommand.js +0 -24
- package/dist-cjs/commands/DescribeContainerInstancesCommand.js +0 -25
- package/dist-cjs/commands/DescribeServicesCommand.js +0 -24
- package/dist-cjs/commands/DescribeTaskDefinitionCommand.js +0 -31
- package/dist-cjs/commands/DescribeTaskSetsCommand.js +0 -27
- package/dist-cjs/commands/DescribeTasksCommand.js +0 -24
- package/dist-cjs/commands/DiscoverPollEndpointCommand.js +0 -28
- package/dist-cjs/commands/ExecuteCommandCommand.js +0 -24
- package/dist-cjs/commands/ListAccountSettingsCommand.js +0 -24
- package/dist-cjs/commands/ListAttributesCommand.js +0 -30
- package/dist-cjs/commands/ListClustersCommand.js +0 -24
- package/dist-cjs/commands/ListContainerInstancesCommand.js +0 -27
- package/dist-cjs/commands/ListServicesCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -24
- package/dist-cjs/commands/ListTaskDefinitionFamiliesCommand.js +0 -30
- package/dist-cjs/commands/ListTaskDefinitionsCommand.js +0 -26
- package/dist-cjs/commands/ListTasksCommand.js +0 -28
- package/dist-cjs/commands/PutAccountSettingCommand.js +0 -47
- package/dist-cjs/commands/PutAccountSettingDefaultCommand.js +0 -26
- package/dist-cjs/commands/PutAttributesCommand.js +0 -28
- package/dist-cjs/commands/PutClusterCapacityProvidersCommand.js +0 -37
- package/dist-cjs/commands/RegisterContainerInstanceCommand.js +0 -29
- package/dist-cjs/commands/RegisterTaskDefinitionCommand.js +0 -41
- package/dist-cjs/commands/RunTaskCommand.js +0 -52
- package/dist-cjs/commands/StartTaskCommand.js +0 -28
- package/dist-cjs/commands/StopTaskCommand.js +0 -36
- package/dist-cjs/commands/SubmitAttachmentStateChangesCommand.js +0 -28
- package/dist-cjs/commands/SubmitContainerStateChangeCommand.js +0 -28
- package/dist-cjs/commands/SubmitTaskStateChangeCommand.js +0 -28
- package/dist-cjs/commands/TagResourceCommand.js +0 -27
- package/dist-cjs/commands/UntagResourceCommand.js +0 -24
- package/dist-cjs/commands/UpdateCapacityProviderCommand.js +0 -24
- package/dist-cjs/commands/UpdateClusterCommand.js +0 -24
- package/dist-cjs/commands/UpdateClusterSettingsCommand.js +0 -24
- package/dist-cjs/commands/UpdateContainerAgentCommand.js +0 -39
- package/dist-cjs/commands/UpdateContainerInstancesStateCommand.js +0 -72
- package/dist-cjs/commands/UpdateServiceCommand.js +0 -132
- package/dist-cjs/commands/UpdateServicePrimaryTaskSetCommand.js +0 -28
- package/dist-cjs/commands/UpdateTaskSetCommand.js +0 -26
- package/dist-cjs/commands/index.js +55 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -66
- package/dist-cjs/models/models_0.js +26 -619
- package/dist-cjs/pagination/ListAccountSettingsPaginator.js +0 -10
- package/dist-cjs/pagination/ListAttributesPaginator.js +0 -10
- package/dist-cjs/pagination/ListClustersPaginator.js +0 -10
- package/dist-cjs/pagination/ListContainerInstancesPaginator.js +0 -10
- package/dist-cjs/pagination/ListServicesPaginator.js +0 -10
- package/dist-cjs/pagination/ListTaskDefinitionFamiliesPaginator.js +0 -10
- package/dist-cjs/pagination/ListTaskDefinitionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListTasksPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +12 -0
- package/dist-cjs/protocols/Aws_json1_1.js +25 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +6 -0
- package/dist-cjs/waiters/waitForServicesInactive.js +0 -9
- package/dist-cjs/waiters/waitForTasksRunning.js +0 -9
- package/dist-cjs/waiters/waitForTasksStopped.js +0 -9
- package/dist-es/commands/index.js +52 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -66
- package/dist-es/models/models_0.js +20 -0
- package/dist-es/pagination/index.js +9 -0
- package/dist-es/protocols/Aws_json1_1.js +22 -1
- package/dist-es/waiters/index.js +3 -0
- package/dist-types/commands/index.d.ts +52 -0
- package/dist-types/index.d.ts +5 -66
- package/dist-types/models/models_0.d.ts +170 -25
- package/dist-types/pagination/index.d.ts +9 -0
- package/dist-types/ts3.4/ECS.d.ts +53 -702
- package/dist-types/ts3.4/ECSClient.d.ts +24 -101
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -125
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +2 -34
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +2 -35
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +2 -43
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +2 -37
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +2 -48
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +2 -35
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +2 -68
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -128
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/index.d.ts +52 -0
- package/dist-types/ts3.4/index.d.ts +5 -66
- package/dist-types/ts3.4/models/models_0.d.ts +1099 -6662
- package/dist-types/ts3.4/pagination/index.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +3 -0
- package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +3 -0
- package/package.json +33 -33
|
@@ -2,16 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ServiceEvent = exports.Deployment = exports.DeploymentRolloutState = exports.CreateServiceRequest = exports.ServiceRegistry = exports.SchedulingStrategy = exports.PropagateTags = exports.PlacementStrategy = exports.PlacementStrategyType = exports.PlacementConstraint = exports.PlacementConstraintType = exports.NetworkConfiguration = exports.AwsVpcConfiguration = exports.AssignPublicIp = exports.LoadBalancer = exports.LaunchType = exports.DeploymentController = exports.DeploymentControllerType = exports.DeploymentConfiguration = exports.DeploymentCircuitBreaker = exports.ClusterNotFoundException = exports.CreateClusterResponse = exports.Cluster = exports.Attachment = exports.KeyValuePair = exports.CreateClusterRequest = exports.ClusterSetting = exports.ClusterSettingName = exports.CapacityProviderStrategyItem = exports.ClusterConfiguration = exports.ExecuteCommandConfiguration = exports.ExecuteCommandLogging = exports.ExecuteCommandLogConfiguration = exports.UpdateInProgressException = exports.ServerException = exports.LimitExceededException = exports.InvalidParameterException = exports.CreateCapacityProviderResponse = exports.CapacityProvider = exports.CapacityProviderUpdateStatus = exports.CapacityProviderStatus = exports.CreateCapacityProviderRequest = exports.Tag = exports.AutoScalingGroupProvider = exports.ManagedTerminationProtection = exports.ManagedScaling = exports.ManagedScalingStatus = exports.ClientException = exports.AgentUpdateStatus = exports.AccessDeniedException = void 0;
|
|
4
4
|
exports.KernelCapabilities = exports.HealthCheck = exports.FirelensConfiguration = exports.FirelensConfigurationType = exports.HostEntry = exports.EnvironmentFile = exports.EnvironmentFileType = exports.ContainerDependency = exports.ContainerCondition = exports.Compatibility = exports.DeregisterTaskDefinitionRequest = exports.DeregisterContainerInstanceResponse = exports.ContainerInstance = exports.VersionInfo = exports.Resource = exports.DeregisterContainerInstanceRequest = exports.TaskSetNotFoundException = exports.DeleteTaskSetResponse = exports.DeleteTaskSetRequest = exports.DeleteServiceResponse = exports.DeleteServiceRequest = exports.DeleteClusterResponse = exports.DeleteClusterRequest = exports.ClusterContainsTasksException = exports.ClusterContainsServicesException = exports.ClusterContainsContainerInstancesException = exports.DeleteCapacityProviderResponse = exports.DeleteCapacityProviderRequest = exports.TargetNotFoundException = exports.DeleteAttributesResponse = exports.DeleteAttributesRequest = exports.Attribute = exports.TargetType = exports.DeleteAccountSettingResponse = exports.Setting = exports.DeleteAccountSettingRequest = exports.SettingName = exports.ServiceNotFoundException = exports.ServiceNotActiveException = exports.CreateTaskSetResponse = exports.CreateTaskSetRequest = exports.UnsupportedFeatureException = exports.PlatformUnknownException = exports.PlatformTaskDefinitionIncompatibilityException = exports.CreateServiceResponse = exports.Service = exports.TaskSet = exports.StabilityStatus = exports.Scale = exports.ScaleUnit = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.UpdateTaskSetResponse = exports.UpdateTaskSetRequest = exports.UpdateServicePrimaryTaskSetResponse = exports.UpdateServicePrimaryTaskSetRequest = exports.UpdateServiceResponse = exports.UpdateServiceRequest = exports.UpdateContainerInstancesStateResponse = exports.UpdateContainerInstancesStateRequest = void 0;
|
|
5
|
+
exports.DescribeClustersResponse = exports.DescribeClustersRequest = exports.ClusterField = exports.DescribeCapacityProvidersResponse = exports.Failure = exports.DescribeCapacityProvidersRequest = exports.CapacityProviderField = exports.DeregisterTaskDefinitionResponse = exports.TaskDefinition = exports.Volume = exports.HostVolumeProperties = exports.FSxWindowsFileServerVolumeConfiguration = exports.FSxWindowsFileServerAuthorizationConfig = exports.EFSVolumeConfiguration = exports.EFSTransitEncryption = exports.EFSAuthorizationConfig = exports.EFSAuthorizationConfigIAM = exports.DockerVolumeConfiguration = exports.Scope = exports.TaskDefinitionStatus = exports.RuntimePlatform = exports.OSFamily = exports.CPUArchitecture = exports.ProxyConfiguration = exports.ProxyConfigurationType = exports.TaskDefinitionPlacementConstraint = exports.TaskDefinitionPlacementConstraintType = exports.PidMode = exports.NetworkMode = exports.IpcMode = exports.InferenceAccelerator = exports.EphemeralStorage = exports.ContainerDefinition = exports.VolumeFrom = exports.Ulimit = exports.UlimitName = exports.SystemControl = exports.ResourceRequirement = exports.ResourceType = exports.RepositoryCredentials = exports.PortMapping = exports.TransportProtocol = exports.MountPoint = exports.LogConfiguration = exports.Secret = exports.LogDriver = exports.LinuxParameters = exports.Tmpfs = exports.Device = exports.DeviceCgroupPermission = void 0;
|
|
6
|
+
exports.SortOrder = exports.ListTaskDefinitionFamiliesResponse = exports.ListTaskDefinitionFamiliesRequest = exports.TaskDefinitionFamilyStatus = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListServicesResponse = exports.ListServicesRequest = exports.ListContainerInstancesResponse = exports.ListContainerInstancesRequest = exports.ContainerInstanceStatus = exports.ListClustersResponse = exports.ListClustersRequest = exports.ListAttributesResponse = exports.ListAttributesRequest = exports.ListAccountSettingsResponse = exports.ListAccountSettingsRequest = exports.TargetNotConnectedException = exports.ExecuteCommandResponse = exports.Session = exports.ExecuteCommandRequest = exports.DiscoverPollEndpointResponse = exports.DiscoverPollEndpointRequest = exports.DescribeTaskSetsResponse = exports.DescribeTaskSetsRequest = exports.TaskSetField = exports.DescribeTasksResponse = exports.Task = exports.TaskStopCode = exports.TaskOverride = exports.InferenceAcceleratorOverride = exports.ContainerOverride = exports.Container = exports.NetworkInterface = exports.NetworkBinding = exports.ManagedAgent = exports.ManagedAgentName = exports.HealthStatus = exports.Connectivity = exports.DescribeTasksRequest = exports.TaskField = exports.DescribeTaskDefinitionResponse = exports.DescribeTaskDefinitionRequest = exports.TaskDefinitionField = exports.DescribeServicesResponse = exports.DescribeServicesRequest = exports.ServiceField = exports.DescribeContainerInstancesResponse = exports.DescribeContainerInstancesRequest = exports.ContainerInstanceField = void 0;
|
|
7
|
+
exports.MissingVersionException = exports.UpdateClusterSettingsResponse = exports.UpdateClusterSettingsRequest = exports.UpdateClusterResponse = exports.UpdateClusterRequest = exports.UpdateCapacityProviderResponse = exports.UpdateCapacityProviderRequest = exports.AutoScalingGroupProviderUpdate = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.ResourceNotFoundException = exports.SubmitTaskStateChangeResponse = exports.SubmitTaskStateChangeRequest = exports.ManagedAgentStateChange = exports.ContainerStateChange = exports.SubmitContainerStateChangeResponse = exports.SubmitContainerStateChangeRequest = exports.SubmitAttachmentStateChangesResponse = exports.SubmitAttachmentStateChangesRequest = exports.AttachmentStateChange = exports.StopTaskResponse = exports.StopTaskRequest = exports.StartTaskResponse = exports.StartTaskRequest = exports.RunTaskResponse = exports.RunTaskRequest = exports.BlockedException = exports.RegisterTaskDefinitionResponse = exports.RegisterTaskDefinitionRequest = exports.RegisterContainerInstanceResponse = exports.RegisterContainerInstanceRequest = exports.PlatformDevice = exports.PlatformDeviceType = exports.ResourceInUseException = exports.PutClusterCapacityProvidersResponse = exports.PutClusterCapacityProvidersRequest = exports.PutAttributesResponse = exports.PutAttributesRequest = exports.AttributeLimitExceededException = exports.PutAccountSettingDefaultResponse = exports.PutAccountSettingDefaultRequest = exports.PutAccountSettingResponse = exports.PutAccountSettingRequest = exports.ListTasksResponse = exports.ListTasksRequest = exports.DesiredStatus = exports.ListTaskDefinitionsResponse = exports.ListTaskDefinitionsRequest = void 0;
|
|
8
|
+
exports.UpdateTaskSetResponse = exports.UpdateTaskSetRequest = exports.UpdateServicePrimaryTaskSetResponse = exports.UpdateServicePrimaryTaskSetRequest = exports.UpdateServiceResponse = exports.UpdateServiceRequest = exports.UpdateContainerInstancesStateResponse = exports.UpdateContainerInstancesStateRequest = exports.UpdateContainerAgentResponse = exports.UpdateContainerAgentRequest = exports.NoUpdateAvailableException = void 0;
|
|
9
9
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
10
|
var AccessDeniedException;
|
|
11
11
|
(function (AccessDeniedException) {
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
12
|
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
16
13
|
...obj,
|
|
17
14
|
});
|
|
@@ -27,9 +24,6 @@ var AgentUpdateStatus;
|
|
|
27
24
|
})(AgentUpdateStatus = exports.AgentUpdateStatus || (exports.AgentUpdateStatus = {}));
|
|
28
25
|
var ClientException;
|
|
29
26
|
(function (ClientException) {
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
27
|
ClientException.filterSensitiveLog = (obj) => ({
|
|
34
28
|
...obj,
|
|
35
29
|
});
|
|
@@ -41,9 +35,6 @@ var ManagedScalingStatus;
|
|
|
41
35
|
})(ManagedScalingStatus = exports.ManagedScalingStatus || (exports.ManagedScalingStatus = {}));
|
|
42
36
|
var ManagedScaling;
|
|
43
37
|
(function (ManagedScaling) {
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
38
|
ManagedScaling.filterSensitiveLog = (obj) => ({
|
|
48
39
|
...obj,
|
|
49
40
|
});
|
|
@@ -55,27 +46,18 @@ var ManagedTerminationProtection;
|
|
|
55
46
|
})(ManagedTerminationProtection = exports.ManagedTerminationProtection || (exports.ManagedTerminationProtection = {}));
|
|
56
47
|
var AutoScalingGroupProvider;
|
|
57
48
|
(function (AutoScalingGroupProvider) {
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
49
|
AutoScalingGroupProvider.filterSensitiveLog = (obj) => ({
|
|
62
50
|
...obj,
|
|
63
51
|
});
|
|
64
52
|
})(AutoScalingGroupProvider = exports.AutoScalingGroupProvider || (exports.AutoScalingGroupProvider = {}));
|
|
65
53
|
var Tag;
|
|
66
54
|
(function (Tag) {
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
55
|
Tag.filterSensitiveLog = (obj) => ({
|
|
71
56
|
...obj,
|
|
72
57
|
});
|
|
73
58
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
74
59
|
var CreateCapacityProviderRequest;
|
|
75
60
|
(function (CreateCapacityProviderRequest) {
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
61
|
CreateCapacityProviderRequest.filterSensitiveLog = (obj) => ({
|
|
80
62
|
...obj,
|
|
81
63
|
});
|
|
@@ -96,63 +78,42 @@ var CapacityProviderUpdateStatus;
|
|
|
96
78
|
})(CapacityProviderUpdateStatus = exports.CapacityProviderUpdateStatus || (exports.CapacityProviderUpdateStatus = {}));
|
|
97
79
|
var CapacityProvider;
|
|
98
80
|
(function (CapacityProvider) {
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
81
|
CapacityProvider.filterSensitiveLog = (obj) => ({
|
|
103
82
|
...obj,
|
|
104
83
|
});
|
|
105
84
|
})(CapacityProvider = exports.CapacityProvider || (exports.CapacityProvider = {}));
|
|
106
85
|
var CreateCapacityProviderResponse;
|
|
107
86
|
(function (CreateCapacityProviderResponse) {
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
87
|
CreateCapacityProviderResponse.filterSensitiveLog = (obj) => ({
|
|
112
88
|
...obj,
|
|
113
89
|
});
|
|
114
90
|
})(CreateCapacityProviderResponse = exports.CreateCapacityProviderResponse || (exports.CreateCapacityProviderResponse = {}));
|
|
115
91
|
var InvalidParameterException;
|
|
116
92
|
(function (InvalidParameterException) {
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
93
|
InvalidParameterException.filterSensitiveLog = (obj) => ({
|
|
121
94
|
...obj,
|
|
122
95
|
});
|
|
123
96
|
})(InvalidParameterException = exports.InvalidParameterException || (exports.InvalidParameterException = {}));
|
|
124
97
|
var LimitExceededException;
|
|
125
98
|
(function (LimitExceededException) {
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
99
|
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
130
100
|
...obj,
|
|
131
101
|
});
|
|
132
102
|
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
133
103
|
var ServerException;
|
|
134
104
|
(function (ServerException) {
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
105
|
ServerException.filterSensitiveLog = (obj) => ({
|
|
139
106
|
...obj,
|
|
140
107
|
});
|
|
141
108
|
})(ServerException = exports.ServerException || (exports.ServerException = {}));
|
|
142
109
|
var UpdateInProgressException;
|
|
143
110
|
(function (UpdateInProgressException) {
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
111
|
UpdateInProgressException.filterSensitiveLog = (obj) => ({
|
|
148
112
|
...obj,
|
|
149
113
|
});
|
|
150
114
|
})(UpdateInProgressException = exports.UpdateInProgressException || (exports.UpdateInProgressException = {}));
|
|
151
115
|
var ExecuteCommandLogConfiguration;
|
|
152
116
|
(function (ExecuteCommandLogConfiguration) {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
117
|
ExecuteCommandLogConfiguration.filterSensitiveLog = (obj) => ({
|
|
157
118
|
...obj,
|
|
158
119
|
});
|
|
@@ -165,27 +126,18 @@ var ExecuteCommandLogging;
|
|
|
165
126
|
})(ExecuteCommandLogging = exports.ExecuteCommandLogging || (exports.ExecuteCommandLogging = {}));
|
|
166
127
|
var ExecuteCommandConfiguration;
|
|
167
128
|
(function (ExecuteCommandConfiguration) {
|
|
168
|
-
/**
|
|
169
|
-
* @internal
|
|
170
|
-
*/
|
|
171
129
|
ExecuteCommandConfiguration.filterSensitiveLog = (obj) => ({
|
|
172
130
|
...obj,
|
|
173
131
|
});
|
|
174
132
|
})(ExecuteCommandConfiguration = exports.ExecuteCommandConfiguration || (exports.ExecuteCommandConfiguration = {}));
|
|
175
133
|
var ClusterConfiguration;
|
|
176
134
|
(function (ClusterConfiguration) {
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
135
|
ClusterConfiguration.filterSensitiveLog = (obj) => ({
|
|
181
136
|
...obj,
|
|
182
137
|
});
|
|
183
138
|
})(ClusterConfiguration = exports.ClusterConfiguration || (exports.ClusterConfiguration = {}));
|
|
184
139
|
var CapacityProviderStrategyItem;
|
|
185
140
|
(function (CapacityProviderStrategyItem) {
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
141
|
CapacityProviderStrategyItem.filterSensitiveLog = (obj) => ({
|
|
190
142
|
...obj,
|
|
191
143
|
});
|
|
@@ -196,81 +148,54 @@ var ClusterSettingName;
|
|
|
196
148
|
})(ClusterSettingName = exports.ClusterSettingName || (exports.ClusterSettingName = {}));
|
|
197
149
|
var ClusterSetting;
|
|
198
150
|
(function (ClusterSetting) {
|
|
199
|
-
/**
|
|
200
|
-
* @internal
|
|
201
|
-
*/
|
|
202
151
|
ClusterSetting.filterSensitiveLog = (obj) => ({
|
|
203
152
|
...obj,
|
|
204
153
|
});
|
|
205
154
|
})(ClusterSetting = exports.ClusterSetting || (exports.ClusterSetting = {}));
|
|
206
155
|
var CreateClusterRequest;
|
|
207
156
|
(function (CreateClusterRequest) {
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
157
|
CreateClusterRequest.filterSensitiveLog = (obj) => ({
|
|
212
158
|
...obj,
|
|
213
159
|
});
|
|
214
160
|
})(CreateClusterRequest = exports.CreateClusterRequest || (exports.CreateClusterRequest = {}));
|
|
215
161
|
var KeyValuePair;
|
|
216
162
|
(function (KeyValuePair) {
|
|
217
|
-
/**
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
220
163
|
KeyValuePair.filterSensitiveLog = (obj) => ({
|
|
221
164
|
...obj,
|
|
222
165
|
});
|
|
223
166
|
})(KeyValuePair = exports.KeyValuePair || (exports.KeyValuePair = {}));
|
|
224
167
|
var Attachment;
|
|
225
168
|
(function (Attachment) {
|
|
226
|
-
/**
|
|
227
|
-
* @internal
|
|
228
|
-
*/
|
|
229
169
|
Attachment.filterSensitiveLog = (obj) => ({
|
|
230
170
|
...obj,
|
|
231
171
|
});
|
|
232
172
|
})(Attachment = exports.Attachment || (exports.Attachment = {}));
|
|
233
173
|
var Cluster;
|
|
234
174
|
(function (Cluster) {
|
|
235
|
-
/**
|
|
236
|
-
* @internal
|
|
237
|
-
*/
|
|
238
175
|
Cluster.filterSensitiveLog = (obj) => ({
|
|
239
176
|
...obj,
|
|
240
177
|
});
|
|
241
178
|
})(Cluster = exports.Cluster || (exports.Cluster = {}));
|
|
242
179
|
var CreateClusterResponse;
|
|
243
180
|
(function (CreateClusterResponse) {
|
|
244
|
-
/**
|
|
245
|
-
* @internal
|
|
246
|
-
*/
|
|
247
181
|
CreateClusterResponse.filterSensitiveLog = (obj) => ({
|
|
248
182
|
...obj,
|
|
249
183
|
});
|
|
250
184
|
})(CreateClusterResponse = exports.CreateClusterResponse || (exports.CreateClusterResponse = {}));
|
|
251
185
|
var ClusterNotFoundException;
|
|
252
186
|
(function (ClusterNotFoundException) {
|
|
253
|
-
/**
|
|
254
|
-
* @internal
|
|
255
|
-
*/
|
|
256
187
|
ClusterNotFoundException.filterSensitiveLog = (obj) => ({
|
|
257
188
|
...obj,
|
|
258
189
|
});
|
|
259
190
|
})(ClusterNotFoundException = exports.ClusterNotFoundException || (exports.ClusterNotFoundException = {}));
|
|
260
191
|
var DeploymentCircuitBreaker;
|
|
261
192
|
(function (DeploymentCircuitBreaker) {
|
|
262
|
-
/**
|
|
263
|
-
* @internal
|
|
264
|
-
*/
|
|
265
193
|
DeploymentCircuitBreaker.filterSensitiveLog = (obj) => ({
|
|
266
194
|
...obj,
|
|
267
195
|
});
|
|
268
196
|
})(DeploymentCircuitBreaker = exports.DeploymentCircuitBreaker || (exports.DeploymentCircuitBreaker = {}));
|
|
269
197
|
var DeploymentConfiguration;
|
|
270
198
|
(function (DeploymentConfiguration) {
|
|
271
|
-
/**
|
|
272
|
-
* @internal
|
|
273
|
-
*/
|
|
274
199
|
DeploymentConfiguration.filterSensitiveLog = (obj) => ({
|
|
275
200
|
...obj,
|
|
276
201
|
});
|
|
@@ -283,9 +208,6 @@ var DeploymentControllerType;
|
|
|
283
208
|
})(DeploymentControllerType = exports.DeploymentControllerType || (exports.DeploymentControllerType = {}));
|
|
284
209
|
var DeploymentController;
|
|
285
210
|
(function (DeploymentController) {
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
211
|
DeploymentController.filterSensitiveLog = (obj) => ({
|
|
290
212
|
...obj,
|
|
291
213
|
});
|
|
@@ -298,9 +220,6 @@ var LaunchType;
|
|
|
298
220
|
})(LaunchType = exports.LaunchType || (exports.LaunchType = {}));
|
|
299
221
|
var LoadBalancer;
|
|
300
222
|
(function (LoadBalancer) {
|
|
301
|
-
/**
|
|
302
|
-
* @internal
|
|
303
|
-
*/
|
|
304
223
|
LoadBalancer.filterSensitiveLog = (obj) => ({
|
|
305
224
|
...obj,
|
|
306
225
|
});
|
|
@@ -312,18 +231,12 @@ var AssignPublicIp;
|
|
|
312
231
|
})(AssignPublicIp = exports.AssignPublicIp || (exports.AssignPublicIp = {}));
|
|
313
232
|
var AwsVpcConfiguration;
|
|
314
233
|
(function (AwsVpcConfiguration) {
|
|
315
|
-
/**
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
234
|
AwsVpcConfiguration.filterSensitiveLog = (obj) => ({
|
|
319
235
|
...obj,
|
|
320
236
|
});
|
|
321
237
|
})(AwsVpcConfiguration = exports.AwsVpcConfiguration || (exports.AwsVpcConfiguration = {}));
|
|
322
238
|
var NetworkConfiguration;
|
|
323
239
|
(function (NetworkConfiguration) {
|
|
324
|
-
/**
|
|
325
|
-
* @internal
|
|
326
|
-
*/
|
|
327
240
|
NetworkConfiguration.filterSensitiveLog = (obj) => ({
|
|
328
241
|
...obj,
|
|
329
242
|
});
|
|
@@ -335,9 +248,6 @@ var PlacementConstraintType;
|
|
|
335
248
|
})(PlacementConstraintType = exports.PlacementConstraintType || (exports.PlacementConstraintType = {}));
|
|
336
249
|
var PlacementConstraint;
|
|
337
250
|
(function (PlacementConstraint) {
|
|
338
|
-
/**
|
|
339
|
-
* @internal
|
|
340
|
-
*/
|
|
341
251
|
PlacementConstraint.filterSensitiveLog = (obj) => ({
|
|
342
252
|
...obj,
|
|
343
253
|
});
|
|
@@ -350,9 +260,6 @@ var PlacementStrategyType;
|
|
|
350
260
|
})(PlacementStrategyType = exports.PlacementStrategyType || (exports.PlacementStrategyType = {}));
|
|
351
261
|
var PlacementStrategy;
|
|
352
262
|
(function (PlacementStrategy) {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
263
|
PlacementStrategy.filterSensitiveLog = (obj) => ({
|
|
357
264
|
...obj,
|
|
358
265
|
});
|
|
@@ -369,18 +276,12 @@ var SchedulingStrategy;
|
|
|
369
276
|
})(SchedulingStrategy = exports.SchedulingStrategy || (exports.SchedulingStrategy = {}));
|
|
370
277
|
var ServiceRegistry;
|
|
371
278
|
(function (ServiceRegistry) {
|
|
372
|
-
/**
|
|
373
|
-
* @internal
|
|
374
|
-
*/
|
|
375
279
|
ServiceRegistry.filterSensitiveLog = (obj) => ({
|
|
376
280
|
...obj,
|
|
377
281
|
});
|
|
378
282
|
})(ServiceRegistry = exports.ServiceRegistry || (exports.ServiceRegistry = {}));
|
|
379
283
|
var CreateServiceRequest;
|
|
380
284
|
(function (CreateServiceRequest) {
|
|
381
|
-
/**
|
|
382
|
-
* @internal
|
|
383
|
-
*/
|
|
384
285
|
CreateServiceRequest.filterSensitiveLog = (obj) => ({
|
|
385
286
|
...obj,
|
|
386
287
|
});
|
|
@@ -393,18 +294,12 @@ var DeploymentRolloutState;
|
|
|
393
294
|
})(DeploymentRolloutState = exports.DeploymentRolloutState || (exports.DeploymentRolloutState = {}));
|
|
394
295
|
var Deployment;
|
|
395
296
|
(function (Deployment) {
|
|
396
|
-
/**
|
|
397
|
-
* @internal
|
|
398
|
-
*/
|
|
399
297
|
Deployment.filterSensitiveLog = (obj) => ({
|
|
400
298
|
...obj,
|
|
401
299
|
});
|
|
402
300
|
})(Deployment = exports.Deployment || (exports.Deployment = {}));
|
|
403
301
|
var ServiceEvent;
|
|
404
302
|
(function (ServiceEvent) {
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
*/
|
|
408
303
|
ServiceEvent.filterSensitiveLog = (obj) => ({
|
|
409
304
|
...obj,
|
|
410
305
|
});
|
|
@@ -415,9 +310,6 @@ var ScaleUnit;
|
|
|
415
310
|
})(ScaleUnit = exports.ScaleUnit || (exports.ScaleUnit = {}));
|
|
416
311
|
var Scale;
|
|
417
312
|
(function (Scale) {
|
|
418
|
-
/**
|
|
419
|
-
* @internal
|
|
420
|
-
*/
|
|
421
313
|
Scale.filterSensitiveLog = (obj) => ({
|
|
422
314
|
...obj,
|
|
423
315
|
});
|
|
@@ -429,90 +321,60 @@ var StabilityStatus;
|
|
|
429
321
|
})(StabilityStatus = exports.StabilityStatus || (exports.StabilityStatus = {}));
|
|
430
322
|
var TaskSet;
|
|
431
323
|
(function (TaskSet) {
|
|
432
|
-
/**
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
435
324
|
TaskSet.filterSensitiveLog = (obj) => ({
|
|
436
325
|
...obj,
|
|
437
326
|
});
|
|
438
327
|
})(TaskSet = exports.TaskSet || (exports.TaskSet = {}));
|
|
439
328
|
var Service;
|
|
440
329
|
(function (Service) {
|
|
441
|
-
/**
|
|
442
|
-
* @internal
|
|
443
|
-
*/
|
|
444
330
|
Service.filterSensitiveLog = (obj) => ({
|
|
445
331
|
...obj,
|
|
446
332
|
});
|
|
447
333
|
})(Service = exports.Service || (exports.Service = {}));
|
|
448
334
|
var CreateServiceResponse;
|
|
449
335
|
(function (CreateServiceResponse) {
|
|
450
|
-
/**
|
|
451
|
-
* @internal
|
|
452
|
-
*/
|
|
453
336
|
CreateServiceResponse.filterSensitiveLog = (obj) => ({
|
|
454
337
|
...obj,
|
|
455
338
|
});
|
|
456
339
|
})(CreateServiceResponse = exports.CreateServiceResponse || (exports.CreateServiceResponse = {}));
|
|
457
340
|
var PlatformTaskDefinitionIncompatibilityException;
|
|
458
341
|
(function (PlatformTaskDefinitionIncompatibilityException) {
|
|
459
|
-
/**
|
|
460
|
-
* @internal
|
|
461
|
-
*/
|
|
462
342
|
PlatformTaskDefinitionIncompatibilityException.filterSensitiveLog = (obj) => ({
|
|
463
343
|
...obj,
|
|
464
344
|
});
|
|
465
345
|
})(PlatformTaskDefinitionIncompatibilityException = exports.PlatformTaskDefinitionIncompatibilityException || (exports.PlatformTaskDefinitionIncompatibilityException = {}));
|
|
466
346
|
var PlatformUnknownException;
|
|
467
347
|
(function (PlatformUnknownException) {
|
|
468
|
-
/**
|
|
469
|
-
* @internal
|
|
470
|
-
*/
|
|
471
348
|
PlatformUnknownException.filterSensitiveLog = (obj) => ({
|
|
472
349
|
...obj,
|
|
473
350
|
});
|
|
474
351
|
})(PlatformUnknownException = exports.PlatformUnknownException || (exports.PlatformUnknownException = {}));
|
|
475
352
|
var UnsupportedFeatureException;
|
|
476
353
|
(function (UnsupportedFeatureException) {
|
|
477
|
-
/**
|
|
478
|
-
* @internal
|
|
479
|
-
*/
|
|
480
354
|
UnsupportedFeatureException.filterSensitiveLog = (obj) => ({
|
|
481
355
|
...obj,
|
|
482
356
|
});
|
|
483
357
|
})(UnsupportedFeatureException = exports.UnsupportedFeatureException || (exports.UnsupportedFeatureException = {}));
|
|
484
358
|
var CreateTaskSetRequest;
|
|
485
359
|
(function (CreateTaskSetRequest) {
|
|
486
|
-
/**
|
|
487
|
-
* @internal
|
|
488
|
-
*/
|
|
489
360
|
CreateTaskSetRequest.filterSensitiveLog = (obj) => ({
|
|
490
361
|
...obj,
|
|
491
362
|
});
|
|
492
363
|
})(CreateTaskSetRequest = exports.CreateTaskSetRequest || (exports.CreateTaskSetRequest = {}));
|
|
493
364
|
var CreateTaskSetResponse;
|
|
494
365
|
(function (CreateTaskSetResponse) {
|
|
495
|
-
/**
|
|
496
|
-
* @internal
|
|
497
|
-
*/
|
|
498
366
|
CreateTaskSetResponse.filterSensitiveLog = (obj) => ({
|
|
499
367
|
...obj,
|
|
500
368
|
});
|
|
501
369
|
})(CreateTaskSetResponse = exports.CreateTaskSetResponse || (exports.CreateTaskSetResponse = {}));
|
|
502
370
|
var ServiceNotActiveException;
|
|
503
371
|
(function (ServiceNotActiveException) {
|
|
504
|
-
/**
|
|
505
|
-
* @internal
|
|
506
|
-
*/
|
|
507
372
|
ServiceNotActiveException.filterSensitiveLog = (obj) => ({
|
|
508
373
|
...obj,
|
|
509
374
|
});
|
|
510
375
|
})(ServiceNotActiveException = exports.ServiceNotActiveException || (exports.ServiceNotActiveException = {}));
|
|
511
376
|
var ServiceNotFoundException;
|
|
512
377
|
(function (ServiceNotFoundException) {
|
|
513
|
-
/**
|
|
514
|
-
* @internal
|
|
515
|
-
*/
|
|
516
378
|
ServiceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
517
379
|
...obj,
|
|
518
380
|
});
|
|
@@ -527,27 +389,18 @@ var SettingName;
|
|
|
527
389
|
})(SettingName = exports.SettingName || (exports.SettingName = {}));
|
|
528
390
|
var DeleteAccountSettingRequest;
|
|
529
391
|
(function (DeleteAccountSettingRequest) {
|
|
530
|
-
/**
|
|
531
|
-
* @internal
|
|
532
|
-
*/
|
|
533
392
|
DeleteAccountSettingRequest.filterSensitiveLog = (obj) => ({
|
|
534
393
|
...obj,
|
|
535
394
|
});
|
|
536
395
|
})(DeleteAccountSettingRequest = exports.DeleteAccountSettingRequest || (exports.DeleteAccountSettingRequest = {}));
|
|
537
396
|
var Setting;
|
|
538
397
|
(function (Setting) {
|
|
539
|
-
/**
|
|
540
|
-
* @internal
|
|
541
|
-
*/
|
|
542
398
|
Setting.filterSensitiveLog = (obj) => ({
|
|
543
399
|
...obj,
|
|
544
400
|
});
|
|
545
401
|
})(Setting = exports.Setting || (exports.Setting = {}));
|
|
546
402
|
var DeleteAccountSettingResponse;
|
|
547
403
|
(function (DeleteAccountSettingResponse) {
|
|
548
|
-
/**
|
|
549
|
-
* @internal
|
|
550
|
-
*/
|
|
551
404
|
DeleteAccountSettingResponse.filterSensitiveLog = (obj) => ({
|
|
552
405
|
...obj,
|
|
553
406
|
});
|
|
@@ -558,198 +411,132 @@ var TargetType;
|
|
|
558
411
|
})(TargetType = exports.TargetType || (exports.TargetType = {}));
|
|
559
412
|
var Attribute;
|
|
560
413
|
(function (Attribute) {
|
|
561
|
-
/**
|
|
562
|
-
* @internal
|
|
563
|
-
*/
|
|
564
414
|
Attribute.filterSensitiveLog = (obj) => ({
|
|
565
415
|
...obj,
|
|
566
416
|
});
|
|
567
417
|
})(Attribute = exports.Attribute || (exports.Attribute = {}));
|
|
568
418
|
var DeleteAttributesRequest;
|
|
569
419
|
(function (DeleteAttributesRequest) {
|
|
570
|
-
/**
|
|
571
|
-
* @internal
|
|
572
|
-
*/
|
|
573
420
|
DeleteAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
574
421
|
...obj,
|
|
575
422
|
});
|
|
576
423
|
})(DeleteAttributesRequest = exports.DeleteAttributesRequest || (exports.DeleteAttributesRequest = {}));
|
|
577
424
|
var DeleteAttributesResponse;
|
|
578
425
|
(function (DeleteAttributesResponse) {
|
|
579
|
-
/**
|
|
580
|
-
* @internal
|
|
581
|
-
*/
|
|
582
426
|
DeleteAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
583
427
|
...obj,
|
|
584
428
|
});
|
|
585
429
|
})(DeleteAttributesResponse = exports.DeleteAttributesResponse || (exports.DeleteAttributesResponse = {}));
|
|
586
430
|
var TargetNotFoundException;
|
|
587
431
|
(function (TargetNotFoundException) {
|
|
588
|
-
/**
|
|
589
|
-
* @internal
|
|
590
|
-
*/
|
|
591
432
|
TargetNotFoundException.filterSensitiveLog = (obj) => ({
|
|
592
433
|
...obj,
|
|
593
434
|
});
|
|
594
435
|
})(TargetNotFoundException = exports.TargetNotFoundException || (exports.TargetNotFoundException = {}));
|
|
595
436
|
var DeleteCapacityProviderRequest;
|
|
596
437
|
(function (DeleteCapacityProviderRequest) {
|
|
597
|
-
/**
|
|
598
|
-
* @internal
|
|
599
|
-
*/
|
|
600
438
|
DeleteCapacityProviderRequest.filterSensitiveLog = (obj) => ({
|
|
601
439
|
...obj,
|
|
602
440
|
});
|
|
603
441
|
})(DeleteCapacityProviderRequest = exports.DeleteCapacityProviderRequest || (exports.DeleteCapacityProviderRequest = {}));
|
|
604
442
|
var DeleteCapacityProviderResponse;
|
|
605
443
|
(function (DeleteCapacityProviderResponse) {
|
|
606
|
-
/**
|
|
607
|
-
* @internal
|
|
608
|
-
*/
|
|
609
444
|
DeleteCapacityProviderResponse.filterSensitiveLog = (obj) => ({
|
|
610
445
|
...obj,
|
|
611
446
|
});
|
|
612
447
|
})(DeleteCapacityProviderResponse = exports.DeleteCapacityProviderResponse || (exports.DeleteCapacityProviderResponse = {}));
|
|
613
448
|
var ClusterContainsContainerInstancesException;
|
|
614
449
|
(function (ClusterContainsContainerInstancesException) {
|
|
615
|
-
/**
|
|
616
|
-
* @internal
|
|
617
|
-
*/
|
|
618
450
|
ClusterContainsContainerInstancesException.filterSensitiveLog = (obj) => ({
|
|
619
451
|
...obj,
|
|
620
452
|
});
|
|
621
453
|
})(ClusterContainsContainerInstancesException = exports.ClusterContainsContainerInstancesException || (exports.ClusterContainsContainerInstancesException = {}));
|
|
622
454
|
var ClusterContainsServicesException;
|
|
623
455
|
(function (ClusterContainsServicesException) {
|
|
624
|
-
/**
|
|
625
|
-
* @internal
|
|
626
|
-
*/
|
|
627
456
|
ClusterContainsServicesException.filterSensitiveLog = (obj) => ({
|
|
628
457
|
...obj,
|
|
629
458
|
});
|
|
630
459
|
})(ClusterContainsServicesException = exports.ClusterContainsServicesException || (exports.ClusterContainsServicesException = {}));
|
|
631
460
|
var ClusterContainsTasksException;
|
|
632
461
|
(function (ClusterContainsTasksException) {
|
|
633
|
-
/**
|
|
634
|
-
* @internal
|
|
635
|
-
*/
|
|
636
462
|
ClusterContainsTasksException.filterSensitiveLog = (obj) => ({
|
|
637
463
|
...obj,
|
|
638
464
|
});
|
|
639
465
|
})(ClusterContainsTasksException = exports.ClusterContainsTasksException || (exports.ClusterContainsTasksException = {}));
|
|
640
466
|
var DeleteClusterRequest;
|
|
641
467
|
(function (DeleteClusterRequest) {
|
|
642
|
-
/**
|
|
643
|
-
* @internal
|
|
644
|
-
*/
|
|
645
468
|
DeleteClusterRequest.filterSensitiveLog = (obj) => ({
|
|
646
469
|
...obj,
|
|
647
470
|
});
|
|
648
471
|
})(DeleteClusterRequest = exports.DeleteClusterRequest || (exports.DeleteClusterRequest = {}));
|
|
649
472
|
var DeleteClusterResponse;
|
|
650
473
|
(function (DeleteClusterResponse) {
|
|
651
|
-
/**
|
|
652
|
-
* @internal
|
|
653
|
-
*/
|
|
654
474
|
DeleteClusterResponse.filterSensitiveLog = (obj) => ({
|
|
655
475
|
...obj,
|
|
656
476
|
});
|
|
657
477
|
})(DeleteClusterResponse = exports.DeleteClusterResponse || (exports.DeleteClusterResponse = {}));
|
|
658
478
|
var DeleteServiceRequest;
|
|
659
479
|
(function (DeleteServiceRequest) {
|
|
660
|
-
/**
|
|
661
|
-
* @internal
|
|
662
|
-
*/
|
|
663
480
|
DeleteServiceRequest.filterSensitiveLog = (obj) => ({
|
|
664
481
|
...obj,
|
|
665
482
|
});
|
|
666
483
|
})(DeleteServiceRequest = exports.DeleteServiceRequest || (exports.DeleteServiceRequest = {}));
|
|
667
484
|
var DeleteServiceResponse;
|
|
668
485
|
(function (DeleteServiceResponse) {
|
|
669
|
-
/**
|
|
670
|
-
* @internal
|
|
671
|
-
*/
|
|
672
486
|
DeleteServiceResponse.filterSensitiveLog = (obj) => ({
|
|
673
487
|
...obj,
|
|
674
488
|
});
|
|
675
489
|
})(DeleteServiceResponse = exports.DeleteServiceResponse || (exports.DeleteServiceResponse = {}));
|
|
676
490
|
var DeleteTaskSetRequest;
|
|
677
491
|
(function (DeleteTaskSetRequest) {
|
|
678
|
-
/**
|
|
679
|
-
* @internal
|
|
680
|
-
*/
|
|
681
492
|
DeleteTaskSetRequest.filterSensitiveLog = (obj) => ({
|
|
682
493
|
...obj,
|
|
683
494
|
});
|
|
684
495
|
})(DeleteTaskSetRequest = exports.DeleteTaskSetRequest || (exports.DeleteTaskSetRequest = {}));
|
|
685
496
|
var DeleteTaskSetResponse;
|
|
686
497
|
(function (DeleteTaskSetResponse) {
|
|
687
|
-
/**
|
|
688
|
-
* @internal
|
|
689
|
-
*/
|
|
690
498
|
DeleteTaskSetResponse.filterSensitiveLog = (obj) => ({
|
|
691
499
|
...obj,
|
|
692
500
|
});
|
|
693
501
|
})(DeleteTaskSetResponse = exports.DeleteTaskSetResponse || (exports.DeleteTaskSetResponse = {}));
|
|
694
502
|
var TaskSetNotFoundException;
|
|
695
503
|
(function (TaskSetNotFoundException) {
|
|
696
|
-
/**
|
|
697
|
-
* @internal
|
|
698
|
-
*/
|
|
699
504
|
TaskSetNotFoundException.filterSensitiveLog = (obj) => ({
|
|
700
505
|
...obj,
|
|
701
506
|
});
|
|
702
507
|
})(TaskSetNotFoundException = exports.TaskSetNotFoundException || (exports.TaskSetNotFoundException = {}));
|
|
703
508
|
var DeregisterContainerInstanceRequest;
|
|
704
509
|
(function (DeregisterContainerInstanceRequest) {
|
|
705
|
-
/**
|
|
706
|
-
* @internal
|
|
707
|
-
*/
|
|
708
510
|
DeregisterContainerInstanceRequest.filterSensitiveLog = (obj) => ({
|
|
709
511
|
...obj,
|
|
710
512
|
});
|
|
711
513
|
})(DeregisterContainerInstanceRequest = exports.DeregisterContainerInstanceRequest || (exports.DeregisterContainerInstanceRequest = {}));
|
|
712
514
|
var Resource;
|
|
713
515
|
(function (Resource) {
|
|
714
|
-
/**
|
|
715
|
-
* @internal
|
|
716
|
-
*/
|
|
717
516
|
Resource.filterSensitiveLog = (obj) => ({
|
|
718
517
|
...obj,
|
|
719
518
|
});
|
|
720
519
|
})(Resource = exports.Resource || (exports.Resource = {}));
|
|
721
520
|
var VersionInfo;
|
|
722
521
|
(function (VersionInfo) {
|
|
723
|
-
/**
|
|
724
|
-
* @internal
|
|
725
|
-
*/
|
|
726
522
|
VersionInfo.filterSensitiveLog = (obj) => ({
|
|
727
523
|
...obj,
|
|
728
524
|
});
|
|
729
525
|
})(VersionInfo = exports.VersionInfo || (exports.VersionInfo = {}));
|
|
730
526
|
var ContainerInstance;
|
|
731
527
|
(function (ContainerInstance) {
|
|
732
|
-
/**
|
|
733
|
-
* @internal
|
|
734
|
-
*/
|
|
735
528
|
ContainerInstance.filterSensitiveLog = (obj) => ({
|
|
736
529
|
...obj,
|
|
737
530
|
});
|
|
738
531
|
})(ContainerInstance = exports.ContainerInstance || (exports.ContainerInstance = {}));
|
|
739
532
|
var DeregisterContainerInstanceResponse;
|
|
740
533
|
(function (DeregisterContainerInstanceResponse) {
|
|
741
|
-
/**
|
|
742
|
-
* @internal
|
|
743
|
-
*/
|
|
744
534
|
DeregisterContainerInstanceResponse.filterSensitiveLog = (obj) => ({
|
|
745
535
|
...obj,
|
|
746
536
|
});
|
|
747
537
|
})(DeregisterContainerInstanceResponse = exports.DeregisterContainerInstanceResponse || (exports.DeregisterContainerInstanceResponse = {}));
|
|
748
538
|
var DeregisterTaskDefinitionRequest;
|
|
749
539
|
(function (DeregisterTaskDefinitionRequest) {
|
|
750
|
-
/**
|
|
751
|
-
* @internal
|
|
752
|
-
*/
|
|
753
540
|
DeregisterTaskDefinitionRequest.filterSensitiveLog = (obj) => ({
|
|
754
541
|
...obj,
|
|
755
542
|
});
|
|
@@ -769,9 +556,6 @@ var ContainerCondition;
|
|
|
769
556
|
})(ContainerCondition = exports.ContainerCondition || (exports.ContainerCondition = {}));
|
|
770
557
|
var ContainerDependency;
|
|
771
558
|
(function (ContainerDependency) {
|
|
772
|
-
/**
|
|
773
|
-
* @internal
|
|
774
|
-
*/
|
|
775
559
|
ContainerDependency.filterSensitiveLog = (obj) => ({
|
|
776
560
|
...obj,
|
|
777
561
|
});
|
|
@@ -782,18 +566,12 @@ var EnvironmentFileType;
|
|
|
782
566
|
})(EnvironmentFileType = exports.EnvironmentFileType || (exports.EnvironmentFileType = {}));
|
|
783
567
|
var EnvironmentFile;
|
|
784
568
|
(function (EnvironmentFile) {
|
|
785
|
-
/**
|
|
786
|
-
* @internal
|
|
787
|
-
*/
|
|
788
569
|
EnvironmentFile.filterSensitiveLog = (obj) => ({
|
|
789
570
|
...obj,
|
|
790
571
|
});
|
|
791
572
|
})(EnvironmentFile = exports.EnvironmentFile || (exports.EnvironmentFile = {}));
|
|
792
573
|
var HostEntry;
|
|
793
574
|
(function (HostEntry) {
|
|
794
|
-
/**
|
|
795
|
-
* @internal
|
|
796
|
-
*/
|
|
797
575
|
HostEntry.filterSensitiveLog = (obj) => ({
|
|
798
576
|
...obj,
|
|
799
577
|
});
|
|
@@ -805,27 +583,18 @@ var FirelensConfigurationType;
|
|
|
805
583
|
})(FirelensConfigurationType = exports.FirelensConfigurationType || (exports.FirelensConfigurationType = {}));
|
|
806
584
|
var FirelensConfiguration;
|
|
807
585
|
(function (FirelensConfiguration) {
|
|
808
|
-
/**
|
|
809
|
-
* @internal
|
|
810
|
-
*/
|
|
811
586
|
FirelensConfiguration.filterSensitiveLog = (obj) => ({
|
|
812
587
|
...obj,
|
|
813
588
|
});
|
|
814
589
|
})(FirelensConfiguration = exports.FirelensConfiguration || (exports.FirelensConfiguration = {}));
|
|
815
590
|
var HealthCheck;
|
|
816
591
|
(function (HealthCheck) {
|
|
817
|
-
/**
|
|
818
|
-
* @internal
|
|
819
|
-
*/
|
|
820
592
|
HealthCheck.filterSensitiveLog = (obj) => ({
|
|
821
593
|
...obj,
|
|
822
594
|
});
|
|
823
595
|
})(HealthCheck = exports.HealthCheck || (exports.HealthCheck = {}));
|
|
824
596
|
var KernelCapabilities;
|
|
825
597
|
(function (KernelCapabilities) {
|
|
826
|
-
/**
|
|
827
|
-
* @internal
|
|
828
|
-
*/
|
|
829
598
|
KernelCapabilities.filterSensitiveLog = (obj) => ({
|
|
830
599
|
...obj,
|
|
831
600
|
});
|
|
@@ -838,27 +607,18 @@ var DeviceCgroupPermission;
|
|
|
838
607
|
})(DeviceCgroupPermission = exports.DeviceCgroupPermission || (exports.DeviceCgroupPermission = {}));
|
|
839
608
|
var Device;
|
|
840
609
|
(function (Device) {
|
|
841
|
-
/**
|
|
842
|
-
* @internal
|
|
843
|
-
*/
|
|
844
610
|
Device.filterSensitiveLog = (obj) => ({
|
|
845
611
|
...obj,
|
|
846
612
|
});
|
|
847
613
|
})(Device = exports.Device || (exports.Device = {}));
|
|
848
614
|
var Tmpfs;
|
|
849
615
|
(function (Tmpfs) {
|
|
850
|
-
/**
|
|
851
|
-
* @internal
|
|
852
|
-
*/
|
|
853
616
|
Tmpfs.filterSensitiveLog = (obj) => ({
|
|
854
617
|
...obj,
|
|
855
618
|
});
|
|
856
619
|
})(Tmpfs = exports.Tmpfs || (exports.Tmpfs = {}));
|
|
857
620
|
var LinuxParameters;
|
|
858
621
|
(function (LinuxParameters) {
|
|
859
|
-
/**
|
|
860
|
-
* @internal
|
|
861
|
-
*/
|
|
862
622
|
LinuxParameters.filterSensitiveLog = (obj) => ({
|
|
863
623
|
...obj,
|
|
864
624
|
});
|
|
@@ -876,27 +636,18 @@ var LogDriver;
|
|
|
876
636
|
})(LogDriver = exports.LogDriver || (exports.LogDriver = {}));
|
|
877
637
|
var Secret;
|
|
878
638
|
(function (Secret) {
|
|
879
|
-
/**
|
|
880
|
-
* @internal
|
|
881
|
-
*/
|
|
882
639
|
Secret.filterSensitiveLog = (obj) => ({
|
|
883
640
|
...obj,
|
|
884
641
|
});
|
|
885
642
|
})(Secret = exports.Secret || (exports.Secret = {}));
|
|
886
643
|
var LogConfiguration;
|
|
887
644
|
(function (LogConfiguration) {
|
|
888
|
-
/**
|
|
889
|
-
* @internal
|
|
890
|
-
*/
|
|
891
645
|
LogConfiguration.filterSensitiveLog = (obj) => ({
|
|
892
646
|
...obj,
|
|
893
647
|
});
|
|
894
648
|
})(LogConfiguration = exports.LogConfiguration || (exports.LogConfiguration = {}));
|
|
895
649
|
var MountPoint;
|
|
896
650
|
(function (MountPoint) {
|
|
897
|
-
/**
|
|
898
|
-
* @internal
|
|
899
|
-
*/
|
|
900
651
|
MountPoint.filterSensitiveLog = (obj) => ({
|
|
901
652
|
...obj,
|
|
902
653
|
});
|
|
@@ -908,18 +659,12 @@ var TransportProtocol;
|
|
|
908
659
|
})(TransportProtocol = exports.TransportProtocol || (exports.TransportProtocol = {}));
|
|
909
660
|
var PortMapping;
|
|
910
661
|
(function (PortMapping) {
|
|
911
|
-
/**
|
|
912
|
-
* @internal
|
|
913
|
-
*/
|
|
914
662
|
PortMapping.filterSensitiveLog = (obj) => ({
|
|
915
663
|
...obj,
|
|
916
664
|
});
|
|
917
665
|
})(PortMapping = exports.PortMapping || (exports.PortMapping = {}));
|
|
918
666
|
var RepositoryCredentials;
|
|
919
667
|
(function (RepositoryCredentials) {
|
|
920
|
-
/**
|
|
921
|
-
* @internal
|
|
922
|
-
*/
|
|
923
668
|
RepositoryCredentials.filterSensitiveLog = (obj) => ({
|
|
924
669
|
...obj,
|
|
925
670
|
});
|
|
@@ -931,18 +676,12 @@ var ResourceType;
|
|
|
931
676
|
})(ResourceType = exports.ResourceType || (exports.ResourceType = {}));
|
|
932
677
|
var ResourceRequirement;
|
|
933
678
|
(function (ResourceRequirement) {
|
|
934
|
-
/**
|
|
935
|
-
* @internal
|
|
936
|
-
*/
|
|
937
679
|
ResourceRequirement.filterSensitiveLog = (obj) => ({
|
|
938
680
|
...obj,
|
|
939
681
|
});
|
|
940
682
|
})(ResourceRequirement = exports.ResourceRequirement || (exports.ResourceRequirement = {}));
|
|
941
683
|
var SystemControl;
|
|
942
684
|
(function (SystemControl) {
|
|
943
|
-
/**
|
|
944
|
-
* @internal
|
|
945
|
-
*/
|
|
946
685
|
SystemControl.filterSensitiveLog = (obj) => ({
|
|
947
686
|
...obj,
|
|
948
687
|
});
|
|
@@ -967,45 +706,30 @@ var UlimitName;
|
|
|
967
706
|
})(UlimitName = exports.UlimitName || (exports.UlimitName = {}));
|
|
968
707
|
var Ulimit;
|
|
969
708
|
(function (Ulimit) {
|
|
970
|
-
/**
|
|
971
|
-
* @internal
|
|
972
|
-
*/
|
|
973
709
|
Ulimit.filterSensitiveLog = (obj) => ({
|
|
974
710
|
...obj,
|
|
975
711
|
});
|
|
976
712
|
})(Ulimit = exports.Ulimit || (exports.Ulimit = {}));
|
|
977
713
|
var VolumeFrom;
|
|
978
714
|
(function (VolumeFrom) {
|
|
979
|
-
/**
|
|
980
|
-
* @internal
|
|
981
|
-
*/
|
|
982
715
|
VolumeFrom.filterSensitiveLog = (obj) => ({
|
|
983
716
|
...obj,
|
|
984
717
|
});
|
|
985
718
|
})(VolumeFrom = exports.VolumeFrom || (exports.VolumeFrom = {}));
|
|
986
719
|
var ContainerDefinition;
|
|
987
720
|
(function (ContainerDefinition) {
|
|
988
|
-
/**
|
|
989
|
-
* @internal
|
|
990
|
-
*/
|
|
991
721
|
ContainerDefinition.filterSensitiveLog = (obj) => ({
|
|
992
722
|
...obj,
|
|
993
723
|
});
|
|
994
724
|
})(ContainerDefinition = exports.ContainerDefinition || (exports.ContainerDefinition = {}));
|
|
995
725
|
var EphemeralStorage;
|
|
996
726
|
(function (EphemeralStorage) {
|
|
997
|
-
/**
|
|
998
|
-
* @internal
|
|
999
|
-
*/
|
|
1000
727
|
EphemeralStorage.filterSensitiveLog = (obj) => ({
|
|
1001
728
|
...obj,
|
|
1002
729
|
});
|
|
1003
730
|
})(EphemeralStorage = exports.EphemeralStorage || (exports.EphemeralStorage = {}));
|
|
1004
731
|
var InferenceAccelerator;
|
|
1005
732
|
(function (InferenceAccelerator) {
|
|
1006
|
-
/**
|
|
1007
|
-
* @internal
|
|
1008
|
-
*/
|
|
1009
733
|
InferenceAccelerator.filterSensitiveLog = (obj) => ({
|
|
1010
734
|
...obj,
|
|
1011
735
|
});
|
|
@@ -1034,9 +758,6 @@ var TaskDefinitionPlacementConstraintType;
|
|
|
1034
758
|
})(TaskDefinitionPlacementConstraintType = exports.TaskDefinitionPlacementConstraintType || (exports.TaskDefinitionPlacementConstraintType = {}));
|
|
1035
759
|
var TaskDefinitionPlacementConstraint;
|
|
1036
760
|
(function (TaskDefinitionPlacementConstraint) {
|
|
1037
|
-
/**
|
|
1038
|
-
* @internal
|
|
1039
|
-
*/
|
|
1040
761
|
TaskDefinitionPlacementConstraint.filterSensitiveLog = (obj) => ({
|
|
1041
762
|
...obj,
|
|
1042
763
|
});
|
|
@@ -1047,13 +768,32 @@ var ProxyConfigurationType;
|
|
|
1047
768
|
})(ProxyConfigurationType = exports.ProxyConfigurationType || (exports.ProxyConfigurationType = {}));
|
|
1048
769
|
var ProxyConfiguration;
|
|
1049
770
|
(function (ProxyConfiguration) {
|
|
1050
|
-
/**
|
|
1051
|
-
* @internal
|
|
1052
|
-
*/
|
|
1053
771
|
ProxyConfiguration.filterSensitiveLog = (obj) => ({
|
|
1054
772
|
...obj,
|
|
1055
773
|
});
|
|
1056
774
|
})(ProxyConfiguration = exports.ProxyConfiguration || (exports.ProxyConfiguration = {}));
|
|
775
|
+
var CPUArchitecture;
|
|
776
|
+
(function (CPUArchitecture) {
|
|
777
|
+
CPUArchitecture["ARM64"] = "ARM64";
|
|
778
|
+
CPUArchitecture["X86_64"] = "X86_64";
|
|
779
|
+
})(CPUArchitecture = exports.CPUArchitecture || (exports.CPUArchitecture = {}));
|
|
780
|
+
var OSFamily;
|
|
781
|
+
(function (OSFamily) {
|
|
782
|
+
OSFamily["LINUX"] = "LINUX";
|
|
783
|
+
OSFamily["WINDOWS_SERVER_2004_CORE"] = "WINDOWS_SERVER_2004_CORE";
|
|
784
|
+
OSFamily["WINDOWS_SERVER_2016_FULL"] = "WINDOWS_SERVER_2016_FULL";
|
|
785
|
+
OSFamily["WINDOWS_SERVER_2019_CORE"] = "WINDOWS_SERVER_2019_CORE";
|
|
786
|
+
OSFamily["WINDOWS_SERVER_2019_FULL"] = "WINDOWS_SERVER_2019_FULL";
|
|
787
|
+
OSFamily["WINDOWS_SERVER_2022_CORE"] = "WINDOWS_SERVER_2022_CORE";
|
|
788
|
+
OSFamily["WINDOWS_SERVER_2022_FULL"] = "WINDOWS_SERVER_2022_FULL";
|
|
789
|
+
OSFamily["WINDOWS_SERVER_20H2_CORE"] = "WINDOWS_SERVER_20H2_CORE";
|
|
790
|
+
})(OSFamily = exports.OSFamily || (exports.OSFamily = {}));
|
|
791
|
+
var RuntimePlatform;
|
|
792
|
+
(function (RuntimePlatform) {
|
|
793
|
+
RuntimePlatform.filterSensitiveLog = (obj) => ({
|
|
794
|
+
...obj,
|
|
795
|
+
});
|
|
796
|
+
})(RuntimePlatform = exports.RuntimePlatform || (exports.RuntimePlatform = {}));
|
|
1057
797
|
var TaskDefinitionStatus;
|
|
1058
798
|
(function (TaskDefinitionStatus) {
|
|
1059
799
|
TaskDefinitionStatus["ACTIVE"] = "ACTIVE";
|
|
@@ -1066,9 +806,6 @@ var Scope;
|
|
|
1066
806
|
})(Scope = exports.Scope || (exports.Scope = {}));
|
|
1067
807
|
var DockerVolumeConfiguration;
|
|
1068
808
|
(function (DockerVolumeConfiguration) {
|
|
1069
|
-
/**
|
|
1070
|
-
* @internal
|
|
1071
|
-
*/
|
|
1072
809
|
DockerVolumeConfiguration.filterSensitiveLog = (obj) => ({
|
|
1073
810
|
...obj,
|
|
1074
811
|
});
|
|
@@ -1080,9 +817,6 @@ var EFSAuthorizationConfigIAM;
|
|
|
1080
817
|
})(EFSAuthorizationConfigIAM = exports.EFSAuthorizationConfigIAM || (exports.EFSAuthorizationConfigIAM = {}));
|
|
1081
818
|
var EFSAuthorizationConfig;
|
|
1082
819
|
(function (EFSAuthorizationConfig) {
|
|
1083
|
-
/**
|
|
1084
|
-
* @internal
|
|
1085
|
-
*/
|
|
1086
820
|
EFSAuthorizationConfig.filterSensitiveLog = (obj) => ({
|
|
1087
821
|
...obj,
|
|
1088
822
|
});
|
|
@@ -1094,63 +828,42 @@ var EFSTransitEncryption;
|
|
|
1094
828
|
})(EFSTransitEncryption = exports.EFSTransitEncryption || (exports.EFSTransitEncryption = {}));
|
|
1095
829
|
var EFSVolumeConfiguration;
|
|
1096
830
|
(function (EFSVolumeConfiguration) {
|
|
1097
|
-
/**
|
|
1098
|
-
* @internal
|
|
1099
|
-
*/
|
|
1100
831
|
EFSVolumeConfiguration.filterSensitiveLog = (obj) => ({
|
|
1101
832
|
...obj,
|
|
1102
833
|
});
|
|
1103
834
|
})(EFSVolumeConfiguration = exports.EFSVolumeConfiguration || (exports.EFSVolumeConfiguration = {}));
|
|
1104
835
|
var FSxWindowsFileServerAuthorizationConfig;
|
|
1105
836
|
(function (FSxWindowsFileServerAuthorizationConfig) {
|
|
1106
|
-
/**
|
|
1107
|
-
* @internal
|
|
1108
|
-
*/
|
|
1109
837
|
FSxWindowsFileServerAuthorizationConfig.filterSensitiveLog = (obj) => ({
|
|
1110
838
|
...obj,
|
|
1111
839
|
});
|
|
1112
840
|
})(FSxWindowsFileServerAuthorizationConfig = exports.FSxWindowsFileServerAuthorizationConfig || (exports.FSxWindowsFileServerAuthorizationConfig = {}));
|
|
1113
841
|
var FSxWindowsFileServerVolumeConfiguration;
|
|
1114
842
|
(function (FSxWindowsFileServerVolumeConfiguration) {
|
|
1115
|
-
/**
|
|
1116
|
-
* @internal
|
|
1117
|
-
*/
|
|
1118
843
|
FSxWindowsFileServerVolumeConfiguration.filterSensitiveLog = (obj) => ({
|
|
1119
844
|
...obj,
|
|
1120
845
|
});
|
|
1121
846
|
})(FSxWindowsFileServerVolumeConfiguration = exports.FSxWindowsFileServerVolumeConfiguration || (exports.FSxWindowsFileServerVolumeConfiguration = {}));
|
|
1122
847
|
var HostVolumeProperties;
|
|
1123
848
|
(function (HostVolumeProperties) {
|
|
1124
|
-
/**
|
|
1125
|
-
* @internal
|
|
1126
|
-
*/
|
|
1127
849
|
HostVolumeProperties.filterSensitiveLog = (obj) => ({
|
|
1128
850
|
...obj,
|
|
1129
851
|
});
|
|
1130
852
|
})(HostVolumeProperties = exports.HostVolumeProperties || (exports.HostVolumeProperties = {}));
|
|
1131
853
|
var Volume;
|
|
1132
854
|
(function (Volume) {
|
|
1133
|
-
/**
|
|
1134
|
-
* @internal
|
|
1135
|
-
*/
|
|
1136
855
|
Volume.filterSensitiveLog = (obj) => ({
|
|
1137
856
|
...obj,
|
|
1138
857
|
});
|
|
1139
858
|
})(Volume = exports.Volume || (exports.Volume = {}));
|
|
1140
859
|
var TaskDefinition;
|
|
1141
860
|
(function (TaskDefinition) {
|
|
1142
|
-
/**
|
|
1143
|
-
* @internal
|
|
1144
|
-
*/
|
|
1145
861
|
TaskDefinition.filterSensitiveLog = (obj) => ({
|
|
1146
862
|
...obj,
|
|
1147
863
|
});
|
|
1148
864
|
})(TaskDefinition = exports.TaskDefinition || (exports.TaskDefinition = {}));
|
|
1149
865
|
var DeregisterTaskDefinitionResponse;
|
|
1150
866
|
(function (DeregisterTaskDefinitionResponse) {
|
|
1151
|
-
/**
|
|
1152
|
-
* @internal
|
|
1153
|
-
*/
|
|
1154
867
|
DeregisterTaskDefinitionResponse.filterSensitiveLog = (obj) => ({
|
|
1155
868
|
...obj,
|
|
1156
869
|
});
|
|
@@ -1161,27 +874,18 @@ var CapacityProviderField;
|
|
|
1161
874
|
})(CapacityProviderField = exports.CapacityProviderField || (exports.CapacityProviderField = {}));
|
|
1162
875
|
var DescribeCapacityProvidersRequest;
|
|
1163
876
|
(function (DescribeCapacityProvidersRequest) {
|
|
1164
|
-
/**
|
|
1165
|
-
* @internal
|
|
1166
|
-
*/
|
|
1167
877
|
DescribeCapacityProvidersRequest.filterSensitiveLog = (obj) => ({
|
|
1168
878
|
...obj,
|
|
1169
879
|
});
|
|
1170
880
|
})(DescribeCapacityProvidersRequest = exports.DescribeCapacityProvidersRequest || (exports.DescribeCapacityProvidersRequest = {}));
|
|
1171
881
|
var Failure;
|
|
1172
882
|
(function (Failure) {
|
|
1173
|
-
/**
|
|
1174
|
-
* @internal
|
|
1175
|
-
*/
|
|
1176
883
|
Failure.filterSensitiveLog = (obj) => ({
|
|
1177
884
|
...obj,
|
|
1178
885
|
});
|
|
1179
886
|
})(Failure = exports.Failure || (exports.Failure = {}));
|
|
1180
887
|
var DescribeCapacityProvidersResponse;
|
|
1181
888
|
(function (DescribeCapacityProvidersResponse) {
|
|
1182
|
-
/**
|
|
1183
|
-
* @internal
|
|
1184
|
-
*/
|
|
1185
889
|
DescribeCapacityProvidersResponse.filterSensitiveLog = (obj) => ({
|
|
1186
890
|
...obj,
|
|
1187
891
|
});
|
|
@@ -1196,18 +900,12 @@ var ClusterField;
|
|
|
1196
900
|
})(ClusterField = exports.ClusterField || (exports.ClusterField = {}));
|
|
1197
901
|
var DescribeClustersRequest;
|
|
1198
902
|
(function (DescribeClustersRequest) {
|
|
1199
|
-
/**
|
|
1200
|
-
* @internal
|
|
1201
|
-
*/
|
|
1202
903
|
DescribeClustersRequest.filterSensitiveLog = (obj) => ({
|
|
1203
904
|
...obj,
|
|
1204
905
|
});
|
|
1205
906
|
})(DescribeClustersRequest = exports.DescribeClustersRequest || (exports.DescribeClustersRequest = {}));
|
|
1206
907
|
var DescribeClustersResponse;
|
|
1207
908
|
(function (DescribeClustersResponse) {
|
|
1208
|
-
/**
|
|
1209
|
-
* @internal
|
|
1210
|
-
*/
|
|
1211
909
|
DescribeClustersResponse.filterSensitiveLog = (obj) => ({
|
|
1212
910
|
...obj,
|
|
1213
911
|
});
|
|
@@ -1218,18 +916,12 @@ var ContainerInstanceField;
|
|
|
1218
916
|
})(ContainerInstanceField = exports.ContainerInstanceField || (exports.ContainerInstanceField = {}));
|
|
1219
917
|
var DescribeContainerInstancesRequest;
|
|
1220
918
|
(function (DescribeContainerInstancesRequest) {
|
|
1221
|
-
/**
|
|
1222
|
-
* @internal
|
|
1223
|
-
*/
|
|
1224
919
|
DescribeContainerInstancesRequest.filterSensitiveLog = (obj) => ({
|
|
1225
920
|
...obj,
|
|
1226
921
|
});
|
|
1227
922
|
})(DescribeContainerInstancesRequest = exports.DescribeContainerInstancesRequest || (exports.DescribeContainerInstancesRequest = {}));
|
|
1228
923
|
var DescribeContainerInstancesResponse;
|
|
1229
924
|
(function (DescribeContainerInstancesResponse) {
|
|
1230
|
-
/**
|
|
1231
|
-
* @internal
|
|
1232
|
-
*/
|
|
1233
925
|
DescribeContainerInstancesResponse.filterSensitiveLog = (obj) => ({
|
|
1234
926
|
...obj,
|
|
1235
927
|
});
|
|
@@ -1240,18 +932,12 @@ var ServiceField;
|
|
|
1240
932
|
})(ServiceField = exports.ServiceField || (exports.ServiceField = {}));
|
|
1241
933
|
var DescribeServicesRequest;
|
|
1242
934
|
(function (DescribeServicesRequest) {
|
|
1243
|
-
/**
|
|
1244
|
-
* @internal
|
|
1245
|
-
*/
|
|
1246
935
|
DescribeServicesRequest.filterSensitiveLog = (obj) => ({
|
|
1247
936
|
...obj,
|
|
1248
937
|
});
|
|
1249
938
|
})(DescribeServicesRequest = exports.DescribeServicesRequest || (exports.DescribeServicesRequest = {}));
|
|
1250
939
|
var DescribeServicesResponse;
|
|
1251
940
|
(function (DescribeServicesResponse) {
|
|
1252
|
-
/**
|
|
1253
|
-
* @internal
|
|
1254
|
-
*/
|
|
1255
941
|
DescribeServicesResponse.filterSensitiveLog = (obj) => ({
|
|
1256
942
|
...obj,
|
|
1257
943
|
});
|
|
@@ -1262,18 +948,12 @@ var TaskDefinitionField;
|
|
|
1262
948
|
})(TaskDefinitionField = exports.TaskDefinitionField || (exports.TaskDefinitionField = {}));
|
|
1263
949
|
var DescribeTaskDefinitionRequest;
|
|
1264
950
|
(function (DescribeTaskDefinitionRequest) {
|
|
1265
|
-
/**
|
|
1266
|
-
* @internal
|
|
1267
|
-
*/
|
|
1268
951
|
DescribeTaskDefinitionRequest.filterSensitiveLog = (obj) => ({
|
|
1269
952
|
...obj,
|
|
1270
953
|
});
|
|
1271
954
|
})(DescribeTaskDefinitionRequest = exports.DescribeTaskDefinitionRequest || (exports.DescribeTaskDefinitionRequest = {}));
|
|
1272
955
|
var DescribeTaskDefinitionResponse;
|
|
1273
956
|
(function (DescribeTaskDefinitionResponse) {
|
|
1274
|
-
/**
|
|
1275
|
-
* @internal
|
|
1276
|
-
*/
|
|
1277
957
|
DescribeTaskDefinitionResponse.filterSensitiveLog = (obj) => ({
|
|
1278
958
|
...obj,
|
|
1279
959
|
});
|
|
@@ -1284,9 +964,6 @@ var TaskField;
|
|
|
1284
964
|
})(TaskField = exports.TaskField || (exports.TaskField = {}));
|
|
1285
965
|
var DescribeTasksRequest;
|
|
1286
966
|
(function (DescribeTasksRequest) {
|
|
1287
|
-
/**
|
|
1288
|
-
* @internal
|
|
1289
|
-
*/
|
|
1290
967
|
DescribeTasksRequest.filterSensitiveLog = (obj) => ({
|
|
1291
968
|
...obj,
|
|
1292
969
|
});
|
|
@@ -1308,63 +985,42 @@ var ManagedAgentName;
|
|
|
1308
985
|
})(ManagedAgentName = exports.ManagedAgentName || (exports.ManagedAgentName = {}));
|
|
1309
986
|
var ManagedAgent;
|
|
1310
987
|
(function (ManagedAgent) {
|
|
1311
|
-
/**
|
|
1312
|
-
* @internal
|
|
1313
|
-
*/
|
|
1314
988
|
ManagedAgent.filterSensitiveLog = (obj) => ({
|
|
1315
989
|
...obj,
|
|
1316
990
|
});
|
|
1317
991
|
})(ManagedAgent = exports.ManagedAgent || (exports.ManagedAgent = {}));
|
|
1318
992
|
var NetworkBinding;
|
|
1319
993
|
(function (NetworkBinding) {
|
|
1320
|
-
/**
|
|
1321
|
-
* @internal
|
|
1322
|
-
*/
|
|
1323
994
|
NetworkBinding.filterSensitiveLog = (obj) => ({
|
|
1324
995
|
...obj,
|
|
1325
996
|
});
|
|
1326
997
|
})(NetworkBinding = exports.NetworkBinding || (exports.NetworkBinding = {}));
|
|
1327
998
|
var NetworkInterface;
|
|
1328
999
|
(function (NetworkInterface) {
|
|
1329
|
-
/**
|
|
1330
|
-
* @internal
|
|
1331
|
-
*/
|
|
1332
1000
|
NetworkInterface.filterSensitiveLog = (obj) => ({
|
|
1333
1001
|
...obj,
|
|
1334
1002
|
});
|
|
1335
1003
|
})(NetworkInterface = exports.NetworkInterface || (exports.NetworkInterface = {}));
|
|
1336
1004
|
var Container;
|
|
1337
1005
|
(function (Container) {
|
|
1338
|
-
/**
|
|
1339
|
-
* @internal
|
|
1340
|
-
*/
|
|
1341
1006
|
Container.filterSensitiveLog = (obj) => ({
|
|
1342
1007
|
...obj,
|
|
1343
1008
|
});
|
|
1344
1009
|
})(Container = exports.Container || (exports.Container = {}));
|
|
1345
1010
|
var ContainerOverride;
|
|
1346
1011
|
(function (ContainerOverride) {
|
|
1347
|
-
/**
|
|
1348
|
-
* @internal
|
|
1349
|
-
*/
|
|
1350
1012
|
ContainerOverride.filterSensitiveLog = (obj) => ({
|
|
1351
1013
|
...obj,
|
|
1352
1014
|
});
|
|
1353
1015
|
})(ContainerOverride = exports.ContainerOverride || (exports.ContainerOverride = {}));
|
|
1354
1016
|
var InferenceAcceleratorOverride;
|
|
1355
1017
|
(function (InferenceAcceleratorOverride) {
|
|
1356
|
-
/**
|
|
1357
|
-
* @internal
|
|
1358
|
-
*/
|
|
1359
1018
|
InferenceAcceleratorOverride.filterSensitiveLog = (obj) => ({
|
|
1360
1019
|
...obj,
|
|
1361
1020
|
});
|
|
1362
1021
|
})(InferenceAcceleratorOverride = exports.InferenceAcceleratorOverride || (exports.InferenceAcceleratorOverride = {}));
|
|
1363
1022
|
var TaskOverride;
|
|
1364
1023
|
(function (TaskOverride) {
|
|
1365
|
-
/**
|
|
1366
|
-
* @internal
|
|
1367
|
-
*/
|
|
1368
1024
|
TaskOverride.filterSensitiveLog = (obj) => ({
|
|
1369
1025
|
...obj,
|
|
1370
1026
|
});
|
|
@@ -1377,18 +1033,12 @@ var TaskStopCode;
|
|
|
1377
1033
|
})(TaskStopCode = exports.TaskStopCode || (exports.TaskStopCode = {}));
|
|
1378
1034
|
var Task;
|
|
1379
1035
|
(function (Task) {
|
|
1380
|
-
/**
|
|
1381
|
-
* @internal
|
|
1382
|
-
*/
|
|
1383
1036
|
Task.filterSensitiveLog = (obj) => ({
|
|
1384
1037
|
...obj,
|
|
1385
1038
|
});
|
|
1386
1039
|
})(Task = exports.Task || (exports.Task = {}));
|
|
1387
1040
|
var DescribeTasksResponse;
|
|
1388
1041
|
(function (DescribeTasksResponse) {
|
|
1389
|
-
/**
|
|
1390
|
-
* @internal
|
|
1391
|
-
*/
|
|
1392
1042
|
DescribeTasksResponse.filterSensitiveLog = (obj) => ({
|
|
1393
1043
|
...obj,
|
|
1394
1044
|
});
|
|
@@ -1399,54 +1049,36 @@ var TaskSetField;
|
|
|
1399
1049
|
})(TaskSetField = exports.TaskSetField || (exports.TaskSetField = {}));
|
|
1400
1050
|
var DescribeTaskSetsRequest;
|
|
1401
1051
|
(function (DescribeTaskSetsRequest) {
|
|
1402
|
-
/**
|
|
1403
|
-
* @internal
|
|
1404
|
-
*/
|
|
1405
1052
|
DescribeTaskSetsRequest.filterSensitiveLog = (obj) => ({
|
|
1406
1053
|
...obj,
|
|
1407
1054
|
});
|
|
1408
1055
|
})(DescribeTaskSetsRequest = exports.DescribeTaskSetsRequest || (exports.DescribeTaskSetsRequest = {}));
|
|
1409
1056
|
var DescribeTaskSetsResponse;
|
|
1410
1057
|
(function (DescribeTaskSetsResponse) {
|
|
1411
|
-
/**
|
|
1412
|
-
* @internal
|
|
1413
|
-
*/
|
|
1414
1058
|
DescribeTaskSetsResponse.filterSensitiveLog = (obj) => ({
|
|
1415
1059
|
...obj,
|
|
1416
1060
|
});
|
|
1417
1061
|
})(DescribeTaskSetsResponse = exports.DescribeTaskSetsResponse || (exports.DescribeTaskSetsResponse = {}));
|
|
1418
1062
|
var DiscoverPollEndpointRequest;
|
|
1419
1063
|
(function (DiscoverPollEndpointRequest) {
|
|
1420
|
-
/**
|
|
1421
|
-
* @internal
|
|
1422
|
-
*/
|
|
1423
1064
|
DiscoverPollEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
1424
1065
|
...obj,
|
|
1425
1066
|
});
|
|
1426
1067
|
})(DiscoverPollEndpointRequest = exports.DiscoverPollEndpointRequest || (exports.DiscoverPollEndpointRequest = {}));
|
|
1427
1068
|
var DiscoverPollEndpointResponse;
|
|
1428
1069
|
(function (DiscoverPollEndpointResponse) {
|
|
1429
|
-
/**
|
|
1430
|
-
* @internal
|
|
1431
|
-
*/
|
|
1432
1070
|
DiscoverPollEndpointResponse.filterSensitiveLog = (obj) => ({
|
|
1433
1071
|
...obj,
|
|
1434
1072
|
});
|
|
1435
1073
|
})(DiscoverPollEndpointResponse = exports.DiscoverPollEndpointResponse || (exports.DiscoverPollEndpointResponse = {}));
|
|
1436
1074
|
var ExecuteCommandRequest;
|
|
1437
1075
|
(function (ExecuteCommandRequest) {
|
|
1438
|
-
/**
|
|
1439
|
-
* @internal
|
|
1440
|
-
*/
|
|
1441
1076
|
ExecuteCommandRequest.filterSensitiveLog = (obj) => ({
|
|
1442
1077
|
...obj,
|
|
1443
1078
|
});
|
|
1444
1079
|
})(ExecuteCommandRequest = exports.ExecuteCommandRequest || (exports.ExecuteCommandRequest = {}));
|
|
1445
1080
|
var Session;
|
|
1446
1081
|
(function (Session) {
|
|
1447
|
-
/**
|
|
1448
|
-
* @internal
|
|
1449
|
-
*/
|
|
1450
1082
|
Session.filterSensitiveLog = (obj) => ({
|
|
1451
1083
|
...obj,
|
|
1452
1084
|
...(obj.tokenValue && { tokenValue: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1454,9 +1086,6 @@ var Session;
|
|
|
1454
1086
|
})(Session = exports.Session || (exports.Session = {}));
|
|
1455
1087
|
var ExecuteCommandResponse;
|
|
1456
1088
|
(function (ExecuteCommandResponse) {
|
|
1457
|
-
/**
|
|
1458
|
-
* @internal
|
|
1459
|
-
*/
|
|
1460
1089
|
ExecuteCommandResponse.filterSensitiveLog = (obj) => ({
|
|
1461
1090
|
...obj,
|
|
1462
1091
|
...(obj.session && { session: Session.filterSensitiveLog(obj.session) }),
|
|
@@ -1464,63 +1093,42 @@ var ExecuteCommandResponse;
|
|
|
1464
1093
|
})(ExecuteCommandResponse = exports.ExecuteCommandResponse || (exports.ExecuteCommandResponse = {}));
|
|
1465
1094
|
var TargetNotConnectedException;
|
|
1466
1095
|
(function (TargetNotConnectedException) {
|
|
1467
|
-
/**
|
|
1468
|
-
* @internal
|
|
1469
|
-
*/
|
|
1470
1096
|
TargetNotConnectedException.filterSensitiveLog = (obj) => ({
|
|
1471
1097
|
...obj,
|
|
1472
1098
|
});
|
|
1473
1099
|
})(TargetNotConnectedException = exports.TargetNotConnectedException || (exports.TargetNotConnectedException = {}));
|
|
1474
1100
|
var ListAccountSettingsRequest;
|
|
1475
1101
|
(function (ListAccountSettingsRequest) {
|
|
1476
|
-
/**
|
|
1477
|
-
* @internal
|
|
1478
|
-
*/
|
|
1479
1102
|
ListAccountSettingsRequest.filterSensitiveLog = (obj) => ({
|
|
1480
1103
|
...obj,
|
|
1481
1104
|
});
|
|
1482
1105
|
})(ListAccountSettingsRequest = exports.ListAccountSettingsRequest || (exports.ListAccountSettingsRequest = {}));
|
|
1483
1106
|
var ListAccountSettingsResponse;
|
|
1484
1107
|
(function (ListAccountSettingsResponse) {
|
|
1485
|
-
/**
|
|
1486
|
-
* @internal
|
|
1487
|
-
*/
|
|
1488
1108
|
ListAccountSettingsResponse.filterSensitiveLog = (obj) => ({
|
|
1489
1109
|
...obj,
|
|
1490
1110
|
});
|
|
1491
1111
|
})(ListAccountSettingsResponse = exports.ListAccountSettingsResponse || (exports.ListAccountSettingsResponse = {}));
|
|
1492
1112
|
var ListAttributesRequest;
|
|
1493
1113
|
(function (ListAttributesRequest) {
|
|
1494
|
-
/**
|
|
1495
|
-
* @internal
|
|
1496
|
-
*/
|
|
1497
1114
|
ListAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
1498
1115
|
...obj,
|
|
1499
1116
|
});
|
|
1500
1117
|
})(ListAttributesRequest = exports.ListAttributesRequest || (exports.ListAttributesRequest = {}));
|
|
1501
1118
|
var ListAttributesResponse;
|
|
1502
1119
|
(function (ListAttributesResponse) {
|
|
1503
|
-
/**
|
|
1504
|
-
* @internal
|
|
1505
|
-
*/
|
|
1506
1120
|
ListAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
1507
1121
|
...obj,
|
|
1508
1122
|
});
|
|
1509
1123
|
})(ListAttributesResponse = exports.ListAttributesResponse || (exports.ListAttributesResponse = {}));
|
|
1510
1124
|
var ListClustersRequest;
|
|
1511
1125
|
(function (ListClustersRequest) {
|
|
1512
|
-
/**
|
|
1513
|
-
* @internal
|
|
1514
|
-
*/
|
|
1515
1126
|
ListClustersRequest.filterSensitiveLog = (obj) => ({
|
|
1516
1127
|
...obj,
|
|
1517
1128
|
});
|
|
1518
1129
|
})(ListClustersRequest = exports.ListClustersRequest || (exports.ListClustersRequest = {}));
|
|
1519
1130
|
var ListClustersResponse;
|
|
1520
1131
|
(function (ListClustersResponse) {
|
|
1521
|
-
/**
|
|
1522
|
-
* @internal
|
|
1523
|
-
*/
|
|
1524
1132
|
ListClustersResponse.filterSensitiveLog = (obj) => ({
|
|
1525
1133
|
...obj,
|
|
1526
1134
|
});
|
|
@@ -1535,54 +1143,36 @@ var ContainerInstanceStatus;
|
|
|
1535
1143
|
})(ContainerInstanceStatus = exports.ContainerInstanceStatus || (exports.ContainerInstanceStatus = {}));
|
|
1536
1144
|
var ListContainerInstancesRequest;
|
|
1537
1145
|
(function (ListContainerInstancesRequest) {
|
|
1538
|
-
/**
|
|
1539
|
-
* @internal
|
|
1540
|
-
*/
|
|
1541
1146
|
ListContainerInstancesRequest.filterSensitiveLog = (obj) => ({
|
|
1542
1147
|
...obj,
|
|
1543
1148
|
});
|
|
1544
1149
|
})(ListContainerInstancesRequest = exports.ListContainerInstancesRequest || (exports.ListContainerInstancesRequest = {}));
|
|
1545
1150
|
var ListContainerInstancesResponse;
|
|
1546
1151
|
(function (ListContainerInstancesResponse) {
|
|
1547
|
-
/**
|
|
1548
|
-
* @internal
|
|
1549
|
-
*/
|
|
1550
1152
|
ListContainerInstancesResponse.filterSensitiveLog = (obj) => ({
|
|
1551
1153
|
...obj,
|
|
1552
1154
|
});
|
|
1553
1155
|
})(ListContainerInstancesResponse = exports.ListContainerInstancesResponse || (exports.ListContainerInstancesResponse = {}));
|
|
1554
1156
|
var ListServicesRequest;
|
|
1555
1157
|
(function (ListServicesRequest) {
|
|
1556
|
-
/**
|
|
1557
|
-
* @internal
|
|
1558
|
-
*/
|
|
1559
1158
|
ListServicesRequest.filterSensitiveLog = (obj) => ({
|
|
1560
1159
|
...obj,
|
|
1561
1160
|
});
|
|
1562
1161
|
})(ListServicesRequest = exports.ListServicesRequest || (exports.ListServicesRequest = {}));
|
|
1563
1162
|
var ListServicesResponse;
|
|
1564
1163
|
(function (ListServicesResponse) {
|
|
1565
|
-
/**
|
|
1566
|
-
* @internal
|
|
1567
|
-
*/
|
|
1568
1164
|
ListServicesResponse.filterSensitiveLog = (obj) => ({
|
|
1569
1165
|
...obj,
|
|
1570
1166
|
});
|
|
1571
1167
|
})(ListServicesResponse = exports.ListServicesResponse || (exports.ListServicesResponse = {}));
|
|
1572
1168
|
var ListTagsForResourceRequest;
|
|
1573
1169
|
(function (ListTagsForResourceRequest) {
|
|
1574
|
-
/**
|
|
1575
|
-
* @internal
|
|
1576
|
-
*/
|
|
1577
1170
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1578
1171
|
...obj,
|
|
1579
1172
|
});
|
|
1580
1173
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
1581
1174
|
var ListTagsForResourceResponse;
|
|
1582
1175
|
(function (ListTagsForResourceResponse) {
|
|
1583
|
-
/**
|
|
1584
|
-
* @internal
|
|
1585
|
-
*/
|
|
1586
1176
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1587
1177
|
...obj,
|
|
1588
1178
|
});
|
|
@@ -1595,18 +1185,12 @@ var TaskDefinitionFamilyStatus;
|
|
|
1595
1185
|
})(TaskDefinitionFamilyStatus = exports.TaskDefinitionFamilyStatus || (exports.TaskDefinitionFamilyStatus = {}));
|
|
1596
1186
|
var ListTaskDefinitionFamiliesRequest;
|
|
1597
1187
|
(function (ListTaskDefinitionFamiliesRequest) {
|
|
1598
|
-
/**
|
|
1599
|
-
* @internal
|
|
1600
|
-
*/
|
|
1601
1188
|
ListTaskDefinitionFamiliesRequest.filterSensitiveLog = (obj) => ({
|
|
1602
1189
|
...obj,
|
|
1603
1190
|
});
|
|
1604
1191
|
})(ListTaskDefinitionFamiliesRequest = exports.ListTaskDefinitionFamiliesRequest || (exports.ListTaskDefinitionFamiliesRequest = {}));
|
|
1605
1192
|
var ListTaskDefinitionFamiliesResponse;
|
|
1606
1193
|
(function (ListTaskDefinitionFamiliesResponse) {
|
|
1607
|
-
/**
|
|
1608
|
-
* @internal
|
|
1609
|
-
*/
|
|
1610
1194
|
ListTaskDefinitionFamiliesResponse.filterSensitiveLog = (obj) => ({
|
|
1611
1195
|
...obj,
|
|
1612
1196
|
});
|
|
@@ -1618,18 +1202,12 @@ var SortOrder;
|
|
|
1618
1202
|
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
1619
1203
|
var ListTaskDefinitionsRequest;
|
|
1620
1204
|
(function (ListTaskDefinitionsRequest) {
|
|
1621
|
-
/**
|
|
1622
|
-
* @internal
|
|
1623
|
-
*/
|
|
1624
1205
|
ListTaskDefinitionsRequest.filterSensitiveLog = (obj) => ({
|
|
1625
1206
|
...obj,
|
|
1626
1207
|
});
|
|
1627
1208
|
})(ListTaskDefinitionsRequest = exports.ListTaskDefinitionsRequest || (exports.ListTaskDefinitionsRequest = {}));
|
|
1628
1209
|
var ListTaskDefinitionsResponse;
|
|
1629
1210
|
(function (ListTaskDefinitionsResponse) {
|
|
1630
|
-
/**
|
|
1631
|
-
* @internal
|
|
1632
|
-
*/
|
|
1633
1211
|
ListTaskDefinitionsResponse.filterSensitiveLog = (obj) => ({
|
|
1634
1212
|
...obj,
|
|
1635
1213
|
});
|
|
@@ -1642,108 +1220,72 @@ var DesiredStatus;
|
|
|
1642
1220
|
})(DesiredStatus = exports.DesiredStatus || (exports.DesiredStatus = {}));
|
|
1643
1221
|
var ListTasksRequest;
|
|
1644
1222
|
(function (ListTasksRequest) {
|
|
1645
|
-
/**
|
|
1646
|
-
* @internal
|
|
1647
|
-
*/
|
|
1648
1223
|
ListTasksRequest.filterSensitiveLog = (obj) => ({
|
|
1649
1224
|
...obj,
|
|
1650
1225
|
});
|
|
1651
1226
|
})(ListTasksRequest = exports.ListTasksRequest || (exports.ListTasksRequest = {}));
|
|
1652
1227
|
var ListTasksResponse;
|
|
1653
1228
|
(function (ListTasksResponse) {
|
|
1654
|
-
/**
|
|
1655
|
-
* @internal
|
|
1656
|
-
*/
|
|
1657
1229
|
ListTasksResponse.filterSensitiveLog = (obj) => ({
|
|
1658
1230
|
...obj,
|
|
1659
1231
|
});
|
|
1660
1232
|
})(ListTasksResponse = exports.ListTasksResponse || (exports.ListTasksResponse = {}));
|
|
1661
1233
|
var PutAccountSettingRequest;
|
|
1662
1234
|
(function (PutAccountSettingRequest) {
|
|
1663
|
-
/**
|
|
1664
|
-
* @internal
|
|
1665
|
-
*/
|
|
1666
1235
|
PutAccountSettingRequest.filterSensitiveLog = (obj) => ({
|
|
1667
1236
|
...obj,
|
|
1668
1237
|
});
|
|
1669
1238
|
})(PutAccountSettingRequest = exports.PutAccountSettingRequest || (exports.PutAccountSettingRequest = {}));
|
|
1670
1239
|
var PutAccountSettingResponse;
|
|
1671
1240
|
(function (PutAccountSettingResponse) {
|
|
1672
|
-
/**
|
|
1673
|
-
* @internal
|
|
1674
|
-
*/
|
|
1675
1241
|
PutAccountSettingResponse.filterSensitiveLog = (obj) => ({
|
|
1676
1242
|
...obj,
|
|
1677
1243
|
});
|
|
1678
1244
|
})(PutAccountSettingResponse = exports.PutAccountSettingResponse || (exports.PutAccountSettingResponse = {}));
|
|
1679
1245
|
var PutAccountSettingDefaultRequest;
|
|
1680
1246
|
(function (PutAccountSettingDefaultRequest) {
|
|
1681
|
-
/**
|
|
1682
|
-
* @internal
|
|
1683
|
-
*/
|
|
1684
1247
|
PutAccountSettingDefaultRequest.filterSensitiveLog = (obj) => ({
|
|
1685
1248
|
...obj,
|
|
1686
1249
|
});
|
|
1687
1250
|
})(PutAccountSettingDefaultRequest = exports.PutAccountSettingDefaultRequest || (exports.PutAccountSettingDefaultRequest = {}));
|
|
1688
1251
|
var PutAccountSettingDefaultResponse;
|
|
1689
1252
|
(function (PutAccountSettingDefaultResponse) {
|
|
1690
|
-
/**
|
|
1691
|
-
* @internal
|
|
1692
|
-
*/
|
|
1693
1253
|
PutAccountSettingDefaultResponse.filterSensitiveLog = (obj) => ({
|
|
1694
1254
|
...obj,
|
|
1695
1255
|
});
|
|
1696
1256
|
})(PutAccountSettingDefaultResponse = exports.PutAccountSettingDefaultResponse || (exports.PutAccountSettingDefaultResponse = {}));
|
|
1697
1257
|
var AttributeLimitExceededException;
|
|
1698
1258
|
(function (AttributeLimitExceededException) {
|
|
1699
|
-
/**
|
|
1700
|
-
* @internal
|
|
1701
|
-
*/
|
|
1702
1259
|
AttributeLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
1703
1260
|
...obj,
|
|
1704
1261
|
});
|
|
1705
1262
|
})(AttributeLimitExceededException = exports.AttributeLimitExceededException || (exports.AttributeLimitExceededException = {}));
|
|
1706
1263
|
var PutAttributesRequest;
|
|
1707
1264
|
(function (PutAttributesRequest) {
|
|
1708
|
-
/**
|
|
1709
|
-
* @internal
|
|
1710
|
-
*/
|
|
1711
1265
|
PutAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
1712
1266
|
...obj,
|
|
1713
1267
|
});
|
|
1714
1268
|
})(PutAttributesRequest = exports.PutAttributesRequest || (exports.PutAttributesRequest = {}));
|
|
1715
1269
|
var PutAttributesResponse;
|
|
1716
1270
|
(function (PutAttributesResponse) {
|
|
1717
|
-
/**
|
|
1718
|
-
* @internal
|
|
1719
|
-
*/
|
|
1720
1271
|
PutAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
1721
1272
|
...obj,
|
|
1722
1273
|
});
|
|
1723
1274
|
})(PutAttributesResponse = exports.PutAttributesResponse || (exports.PutAttributesResponse = {}));
|
|
1724
1275
|
var PutClusterCapacityProvidersRequest;
|
|
1725
1276
|
(function (PutClusterCapacityProvidersRequest) {
|
|
1726
|
-
/**
|
|
1727
|
-
* @internal
|
|
1728
|
-
*/
|
|
1729
1277
|
PutClusterCapacityProvidersRequest.filterSensitiveLog = (obj) => ({
|
|
1730
1278
|
...obj,
|
|
1731
1279
|
});
|
|
1732
1280
|
})(PutClusterCapacityProvidersRequest = exports.PutClusterCapacityProvidersRequest || (exports.PutClusterCapacityProvidersRequest = {}));
|
|
1733
1281
|
var PutClusterCapacityProvidersResponse;
|
|
1734
1282
|
(function (PutClusterCapacityProvidersResponse) {
|
|
1735
|
-
/**
|
|
1736
|
-
* @internal
|
|
1737
|
-
*/
|
|
1738
1283
|
PutClusterCapacityProvidersResponse.filterSensitiveLog = (obj) => ({
|
|
1739
1284
|
...obj,
|
|
1740
1285
|
});
|
|
1741
1286
|
})(PutClusterCapacityProvidersResponse = exports.PutClusterCapacityProvidersResponse || (exports.PutClusterCapacityProvidersResponse = {}));
|
|
1742
1287
|
var ResourceInUseException;
|
|
1743
1288
|
(function (ResourceInUseException) {
|
|
1744
|
-
/**
|
|
1745
|
-
* @internal
|
|
1746
|
-
*/
|
|
1747
1289
|
ResourceInUseException.filterSensitiveLog = (obj) => ({
|
|
1748
1290
|
...obj,
|
|
1749
1291
|
});
|
|
@@ -1754,405 +1296,270 @@ var PlatformDeviceType;
|
|
|
1754
1296
|
})(PlatformDeviceType = exports.PlatformDeviceType || (exports.PlatformDeviceType = {}));
|
|
1755
1297
|
var PlatformDevice;
|
|
1756
1298
|
(function (PlatformDevice) {
|
|
1757
|
-
/**
|
|
1758
|
-
* @internal
|
|
1759
|
-
*/
|
|
1760
1299
|
PlatformDevice.filterSensitiveLog = (obj) => ({
|
|
1761
1300
|
...obj,
|
|
1762
1301
|
});
|
|
1763
1302
|
})(PlatformDevice = exports.PlatformDevice || (exports.PlatformDevice = {}));
|
|
1764
1303
|
var RegisterContainerInstanceRequest;
|
|
1765
1304
|
(function (RegisterContainerInstanceRequest) {
|
|
1766
|
-
/**
|
|
1767
|
-
* @internal
|
|
1768
|
-
*/
|
|
1769
1305
|
RegisterContainerInstanceRequest.filterSensitiveLog = (obj) => ({
|
|
1770
1306
|
...obj,
|
|
1771
1307
|
});
|
|
1772
1308
|
})(RegisterContainerInstanceRequest = exports.RegisterContainerInstanceRequest || (exports.RegisterContainerInstanceRequest = {}));
|
|
1773
1309
|
var RegisterContainerInstanceResponse;
|
|
1774
1310
|
(function (RegisterContainerInstanceResponse) {
|
|
1775
|
-
/**
|
|
1776
|
-
* @internal
|
|
1777
|
-
*/
|
|
1778
1311
|
RegisterContainerInstanceResponse.filterSensitiveLog = (obj) => ({
|
|
1779
1312
|
...obj,
|
|
1780
1313
|
});
|
|
1781
1314
|
})(RegisterContainerInstanceResponse = exports.RegisterContainerInstanceResponse || (exports.RegisterContainerInstanceResponse = {}));
|
|
1782
1315
|
var RegisterTaskDefinitionRequest;
|
|
1783
1316
|
(function (RegisterTaskDefinitionRequest) {
|
|
1784
|
-
/**
|
|
1785
|
-
* @internal
|
|
1786
|
-
*/
|
|
1787
1317
|
RegisterTaskDefinitionRequest.filterSensitiveLog = (obj) => ({
|
|
1788
1318
|
...obj,
|
|
1789
1319
|
});
|
|
1790
1320
|
})(RegisterTaskDefinitionRequest = exports.RegisterTaskDefinitionRequest || (exports.RegisterTaskDefinitionRequest = {}));
|
|
1791
1321
|
var RegisterTaskDefinitionResponse;
|
|
1792
1322
|
(function (RegisterTaskDefinitionResponse) {
|
|
1793
|
-
/**
|
|
1794
|
-
* @internal
|
|
1795
|
-
*/
|
|
1796
1323
|
RegisterTaskDefinitionResponse.filterSensitiveLog = (obj) => ({
|
|
1797
1324
|
...obj,
|
|
1798
1325
|
});
|
|
1799
1326
|
})(RegisterTaskDefinitionResponse = exports.RegisterTaskDefinitionResponse || (exports.RegisterTaskDefinitionResponse = {}));
|
|
1800
1327
|
var BlockedException;
|
|
1801
1328
|
(function (BlockedException) {
|
|
1802
|
-
/**
|
|
1803
|
-
* @internal
|
|
1804
|
-
*/
|
|
1805
1329
|
BlockedException.filterSensitiveLog = (obj) => ({
|
|
1806
1330
|
...obj,
|
|
1807
1331
|
});
|
|
1808
1332
|
})(BlockedException = exports.BlockedException || (exports.BlockedException = {}));
|
|
1809
1333
|
var RunTaskRequest;
|
|
1810
1334
|
(function (RunTaskRequest) {
|
|
1811
|
-
/**
|
|
1812
|
-
* @internal
|
|
1813
|
-
*/
|
|
1814
1335
|
RunTaskRequest.filterSensitiveLog = (obj) => ({
|
|
1815
1336
|
...obj,
|
|
1816
1337
|
});
|
|
1817
1338
|
})(RunTaskRequest = exports.RunTaskRequest || (exports.RunTaskRequest = {}));
|
|
1818
1339
|
var RunTaskResponse;
|
|
1819
1340
|
(function (RunTaskResponse) {
|
|
1820
|
-
/**
|
|
1821
|
-
* @internal
|
|
1822
|
-
*/
|
|
1823
1341
|
RunTaskResponse.filterSensitiveLog = (obj) => ({
|
|
1824
1342
|
...obj,
|
|
1825
1343
|
});
|
|
1826
1344
|
})(RunTaskResponse = exports.RunTaskResponse || (exports.RunTaskResponse = {}));
|
|
1827
1345
|
var StartTaskRequest;
|
|
1828
1346
|
(function (StartTaskRequest) {
|
|
1829
|
-
/**
|
|
1830
|
-
* @internal
|
|
1831
|
-
*/
|
|
1832
1347
|
StartTaskRequest.filterSensitiveLog = (obj) => ({
|
|
1833
1348
|
...obj,
|
|
1834
1349
|
});
|
|
1835
1350
|
})(StartTaskRequest = exports.StartTaskRequest || (exports.StartTaskRequest = {}));
|
|
1836
1351
|
var StartTaskResponse;
|
|
1837
1352
|
(function (StartTaskResponse) {
|
|
1838
|
-
/**
|
|
1839
|
-
* @internal
|
|
1840
|
-
*/
|
|
1841
1353
|
StartTaskResponse.filterSensitiveLog = (obj) => ({
|
|
1842
1354
|
...obj,
|
|
1843
1355
|
});
|
|
1844
1356
|
})(StartTaskResponse = exports.StartTaskResponse || (exports.StartTaskResponse = {}));
|
|
1845
1357
|
var StopTaskRequest;
|
|
1846
1358
|
(function (StopTaskRequest) {
|
|
1847
|
-
/**
|
|
1848
|
-
* @internal
|
|
1849
|
-
*/
|
|
1850
1359
|
StopTaskRequest.filterSensitiveLog = (obj) => ({
|
|
1851
1360
|
...obj,
|
|
1852
1361
|
});
|
|
1853
1362
|
})(StopTaskRequest = exports.StopTaskRequest || (exports.StopTaskRequest = {}));
|
|
1854
1363
|
var StopTaskResponse;
|
|
1855
1364
|
(function (StopTaskResponse) {
|
|
1856
|
-
/**
|
|
1857
|
-
* @internal
|
|
1858
|
-
*/
|
|
1859
1365
|
StopTaskResponse.filterSensitiveLog = (obj) => ({
|
|
1860
1366
|
...obj,
|
|
1861
1367
|
});
|
|
1862
1368
|
})(StopTaskResponse = exports.StopTaskResponse || (exports.StopTaskResponse = {}));
|
|
1863
1369
|
var AttachmentStateChange;
|
|
1864
1370
|
(function (AttachmentStateChange) {
|
|
1865
|
-
/**
|
|
1866
|
-
* @internal
|
|
1867
|
-
*/
|
|
1868
1371
|
AttachmentStateChange.filterSensitiveLog = (obj) => ({
|
|
1869
1372
|
...obj,
|
|
1870
1373
|
});
|
|
1871
1374
|
})(AttachmentStateChange = exports.AttachmentStateChange || (exports.AttachmentStateChange = {}));
|
|
1872
1375
|
var SubmitAttachmentStateChangesRequest;
|
|
1873
1376
|
(function (SubmitAttachmentStateChangesRequest) {
|
|
1874
|
-
/**
|
|
1875
|
-
* @internal
|
|
1876
|
-
*/
|
|
1877
1377
|
SubmitAttachmentStateChangesRequest.filterSensitiveLog = (obj) => ({
|
|
1878
1378
|
...obj,
|
|
1879
1379
|
});
|
|
1880
1380
|
})(SubmitAttachmentStateChangesRequest = exports.SubmitAttachmentStateChangesRequest || (exports.SubmitAttachmentStateChangesRequest = {}));
|
|
1881
1381
|
var SubmitAttachmentStateChangesResponse;
|
|
1882
1382
|
(function (SubmitAttachmentStateChangesResponse) {
|
|
1883
|
-
/**
|
|
1884
|
-
* @internal
|
|
1885
|
-
*/
|
|
1886
1383
|
SubmitAttachmentStateChangesResponse.filterSensitiveLog = (obj) => ({
|
|
1887
1384
|
...obj,
|
|
1888
1385
|
});
|
|
1889
1386
|
})(SubmitAttachmentStateChangesResponse = exports.SubmitAttachmentStateChangesResponse || (exports.SubmitAttachmentStateChangesResponse = {}));
|
|
1890
1387
|
var SubmitContainerStateChangeRequest;
|
|
1891
1388
|
(function (SubmitContainerStateChangeRequest) {
|
|
1892
|
-
/**
|
|
1893
|
-
* @internal
|
|
1894
|
-
*/
|
|
1895
1389
|
SubmitContainerStateChangeRequest.filterSensitiveLog = (obj) => ({
|
|
1896
1390
|
...obj,
|
|
1897
1391
|
});
|
|
1898
1392
|
})(SubmitContainerStateChangeRequest = exports.SubmitContainerStateChangeRequest || (exports.SubmitContainerStateChangeRequest = {}));
|
|
1899
1393
|
var SubmitContainerStateChangeResponse;
|
|
1900
1394
|
(function (SubmitContainerStateChangeResponse) {
|
|
1901
|
-
/**
|
|
1902
|
-
* @internal
|
|
1903
|
-
*/
|
|
1904
1395
|
SubmitContainerStateChangeResponse.filterSensitiveLog = (obj) => ({
|
|
1905
1396
|
...obj,
|
|
1906
1397
|
});
|
|
1907
1398
|
})(SubmitContainerStateChangeResponse = exports.SubmitContainerStateChangeResponse || (exports.SubmitContainerStateChangeResponse = {}));
|
|
1908
1399
|
var ContainerStateChange;
|
|
1909
1400
|
(function (ContainerStateChange) {
|
|
1910
|
-
/**
|
|
1911
|
-
* @internal
|
|
1912
|
-
*/
|
|
1913
1401
|
ContainerStateChange.filterSensitiveLog = (obj) => ({
|
|
1914
1402
|
...obj,
|
|
1915
1403
|
});
|
|
1916
1404
|
})(ContainerStateChange = exports.ContainerStateChange || (exports.ContainerStateChange = {}));
|
|
1917
1405
|
var ManagedAgentStateChange;
|
|
1918
1406
|
(function (ManagedAgentStateChange) {
|
|
1919
|
-
/**
|
|
1920
|
-
* @internal
|
|
1921
|
-
*/
|
|
1922
1407
|
ManagedAgentStateChange.filterSensitiveLog = (obj) => ({
|
|
1923
1408
|
...obj,
|
|
1924
1409
|
});
|
|
1925
1410
|
})(ManagedAgentStateChange = exports.ManagedAgentStateChange || (exports.ManagedAgentStateChange = {}));
|
|
1926
1411
|
var SubmitTaskStateChangeRequest;
|
|
1927
1412
|
(function (SubmitTaskStateChangeRequest) {
|
|
1928
|
-
/**
|
|
1929
|
-
* @internal
|
|
1930
|
-
*/
|
|
1931
1413
|
SubmitTaskStateChangeRequest.filterSensitiveLog = (obj) => ({
|
|
1932
1414
|
...obj,
|
|
1933
1415
|
});
|
|
1934
1416
|
})(SubmitTaskStateChangeRequest = exports.SubmitTaskStateChangeRequest || (exports.SubmitTaskStateChangeRequest = {}));
|
|
1935
1417
|
var SubmitTaskStateChangeResponse;
|
|
1936
1418
|
(function (SubmitTaskStateChangeResponse) {
|
|
1937
|
-
/**
|
|
1938
|
-
* @internal
|
|
1939
|
-
*/
|
|
1940
1419
|
SubmitTaskStateChangeResponse.filterSensitiveLog = (obj) => ({
|
|
1941
1420
|
...obj,
|
|
1942
1421
|
});
|
|
1943
1422
|
})(SubmitTaskStateChangeResponse = exports.SubmitTaskStateChangeResponse || (exports.SubmitTaskStateChangeResponse = {}));
|
|
1944
1423
|
var ResourceNotFoundException;
|
|
1945
1424
|
(function (ResourceNotFoundException) {
|
|
1946
|
-
/**
|
|
1947
|
-
* @internal
|
|
1948
|
-
*/
|
|
1949
1425
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
1950
1426
|
...obj,
|
|
1951
1427
|
});
|
|
1952
1428
|
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
1953
1429
|
var TagResourceRequest;
|
|
1954
1430
|
(function (TagResourceRequest) {
|
|
1955
|
-
/**
|
|
1956
|
-
* @internal
|
|
1957
|
-
*/
|
|
1958
1431
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1959
1432
|
...obj,
|
|
1960
1433
|
});
|
|
1961
1434
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
1962
1435
|
var TagResourceResponse;
|
|
1963
1436
|
(function (TagResourceResponse) {
|
|
1964
|
-
/**
|
|
1965
|
-
* @internal
|
|
1966
|
-
*/
|
|
1967
1437
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1968
1438
|
...obj,
|
|
1969
1439
|
});
|
|
1970
1440
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1971
1441
|
var UntagResourceRequest;
|
|
1972
1442
|
(function (UntagResourceRequest) {
|
|
1973
|
-
/**
|
|
1974
|
-
* @internal
|
|
1975
|
-
*/
|
|
1976
1443
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1977
1444
|
...obj,
|
|
1978
1445
|
});
|
|
1979
1446
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
1980
1447
|
var UntagResourceResponse;
|
|
1981
1448
|
(function (UntagResourceResponse) {
|
|
1982
|
-
/**
|
|
1983
|
-
* @internal
|
|
1984
|
-
*/
|
|
1985
1449
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1986
1450
|
...obj,
|
|
1987
1451
|
});
|
|
1988
1452
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
1989
1453
|
var AutoScalingGroupProviderUpdate;
|
|
1990
1454
|
(function (AutoScalingGroupProviderUpdate) {
|
|
1991
|
-
/**
|
|
1992
|
-
* @internal
|
|
1993
|
-
*/
|
|
1994
1455
|
AutoScalingGroupProviderUpdate.filterSensitiveLog = (obj) => ({
|
|
1995
1456
|
...obj,
|
|
1996
1457
|
});
|
|
1997
1458
|
})(AutoScalingGroupProviderUpdate = exports.AutoScalingGroupProviderUpdate || (exports.AutoScalingGroupProviderUpdate = {}));
|
|
1998
1459
|
var UpdateCapacityProviderRequest;
|
|
1999
1460
|
(function (UpdateCapacityProviderRequest) {
|
|
2000
|
-
/**
|
|
2001
|
-
* @internal
|
|
2002
|
-
*/
|
|
2003
1461
|
UpdateCapacityProviderRequest.filterSensitiveLog = (obj) => ({
|
|
2004
1462
|
...obj,
|
|
2005
1463
|
});
|
|
2006
1464
|
})(UpdateCapacityProviderRequest = exports.UpdateCapacityProviderRequest || (exports.UpdateCapacityProviderRequest = {}));
|
|
2007
1465
|
var UpdateCapacityProviderResponse;
|
|
2008
1466
|
(function (UpdateCapacityProviderResponse) {
|
|
2009
|
-
/**
|
|
2010
|
-
* @internal
|
|
2011
|
-
*/
|
|
2012
1467
|
UpdateCapacityProviderResponse.filterSensitiveLog = (obj) => ({
|
|
2013
1468
|
...obj,
|
|
2014
1469
|
});
|
|
2015
1470
|
})(UpdateCapacityProviderResponse = exports.UpdateCapacityProviderResponse || (exports.UpdateCapacityProviderResponse = {}));
|
|
2016
1471
|
var UpdateClusterRequest;
|
|
2017
1472
|
(function (UpdateClusterRequest) {
|
|
2018
|
-
/**
|
|
2019
|
-
* @internal
|
|
2020
|
-
*/
|
|
2021
1473
|
UpdateClusterRequest.filterSensitiveLog = (obj) => ({
|
|
2022
1474
|
...obj,
|
|
2023
1475
|
});
|
|
2024
1476
|
})(UpdateClusterRequest = exports.UpdateClusterRequest || (exports.UpdateClusterRequest = {}));
|
|
2025
1477
|
var UpdateClusterResponse;
|
|
2026
1478
|
(function (UpdateClusterResponse) {
|
|
2027
|
-
/**
|
|
2028
|
-
* @internal
|
|
2029
|
-
*/
|
|
2030
1479
|
UpdateClusterResponse.filterSensitiveLog = (obj) => ({
|
|
2031
1480
|
...obj,
|
|
2032
1481
|
});
|
|
2033
1482
|
})(UpdateClusterResponse = exports.UpdateClusterResponse || (exports.UpdateClusterResponse = {}));
|
|
2034
1483
|
var UpdateClusterSettingsRequest;
|
|
2035
1484
|
(function (UpdateClusterSettingsRequest) {
|
|
2036
|
-
/**
|
|
2037
|
-
* @internal
|
|
2038
|
-
*/
|
|
2039
1485
|
UpdateClusterSettingsRequest.filterSensitiveLog = (obj) => ({
|
|
2040
1486
|
...obj,
|
|
2041
1487
|
});
|
|
2042
1488
|
})(UpdateClusterSettingsRequest = exports.UpdateClusterSettingsRequest || (exports.UpdateClusterSettingsRequest = {}));
|
|
2043
1489
|
var UpdateClusterSettingsResponse;
|
|
2044
1490
|
(function (UpdateClusterSettingsResponse) {
|
|
2045
|
-
/**
|
|
2046
|
-
* @internal
|
|
2047
|
-
*/
|
|
2048
1491
|
UpdateClusterSettingsResponse.filterSensitiveLog = (obj) => ({
|
|
2049
1492
|
...obj,
|
|
2050
1493
|
});
|
|
2051
1494
|
})(UpdateClusterSettingsResponse = exports.UpdateClusterSettingsResponse || (exports.UpdateClusterSettingsResponse = {}));
|
|
2052
1495
|
var MissingVersionException;
|
|
2053
1496
|
(function (MissingVersionException) {
|
|
2054
|
-
/**
|
|
2055
|
-
* @internal
|
|
2056
|
-
*/
|
|
2057
1497
|
MissingVersionException.filterSensitiveLog = (obj) => ({
|
|
2058
1498
|
...obj,
|
|
2059
1499
|
});
|
|
2060
1500
|
})(MissingVersionException = exports.MissingVersionException || (exports.MissingVersionException = {}));
|
|
2061
1501
|
var NoUpdateAvailableException;
|
|
2062
1502
|
(function (NoUpdateAvailableException) {
|
|
2063
|
-
/**
|
|
2064
|
-
* @internal
|
|
2065
|
-
*/
|
|
2066
1503
|
NoUpdateAvailableException.filterSensitiveLog = (obj) => ({
|
|
2067
1504
|
...obj,
|
|
2068
1505
|
});
|
|
2069
1506
|
})(NoUpdateAvailableException = exports.NoUpdateAvailableException || (exports.NoUpdateAvailableException = {}));
|
|
2070
1507
|
var UpdateContainerAgentRequest;
|
|
2071
1508
|
(function (UpdateContainerAgentRequest) {
|
|
2072
|
-
/**
|
|
2073
|
-
* @internal
|
|
2074
|
-
*/
|
|
2075
1509
|
UpdateContainerAgentRequest.filterSensitiveLog = (obj) => ({
|
|
2076
1510
|
...obj,
|
|
2077
1511
|
});
|
|
2078
1512
|
})(UpdateContainerAgentRequest = exports.UpdateContainerAgentRequest || (exports.UpdateContainerAgentRequest = {}));
|
|
2079
1513
|
var UpdateContainerAgentResponse;
|
|
2080
1514
|
(function (UpdateContainerAgentResponse) {
|
|
2081
|
-
/**
|
|
2082
|
-
* @internal
|
|
2083
|
-
*/
|
|
2084
1515
|
UpdateContainerAgentResponse.filterSensitiveLog = (obj) => ({
|
|
2085
1516
|
...obj,
|
|
2086
1517
|
});
|
|
2087
1518
|
})(UpdateContainerAgentResponse = exports.UpdateContainerAgentResponse || (exports.UpdateContainerAgentResponse = {}));
|
|
2088
1519
|
var UpdateContainerInstancesStateRequest;
|
|
2089
1520
|
(function (UpdateContainerInstancesStateRequest) {
|
|
2090
|
-
/**
|
|
2091
|
-
* @internal
|
|
2092
|
-
*/
|
|
2093
1521
|
UpdateContainerInstancesStateRequest.filterSensitiveLog = (obj) => ({
|
|
2094
1522
|
...obj,
|
|
2095
1523
|
});
|
|
2096
1524
|
})(UpdateContainerInstancesStateRequest = exports.UpdateContainerInstancesStateRequest || (exports.UpdateContainerInstancesStateRequest = {}));
|
|
2097
1525
|
var UpdateContainerInstancesStateResponse;
|
|
2098
1526
|
(function (UpdateContainerInstancesStateResponse) {
|
|
2099
|
-
/**
|
|
2100
|
-
* @internal
|
|
2101
|
-
*/
|
|
2102
1527
|
UpdateContainerInstancesStateResponse.filterSensitiveLog = (obj) => ({
|
|
2103
1528
|
...obj,
|
|
2104
1529
|
});
|
|
2105
1530
|
})(UpdateContainerInstancesStateResponse = exports.UpdateContainerInstancesStateResponse || (exports.UpdateContainerInstancesStateResponse = {}));
|
|
2106
1531
|
var UpdateServiceRequest;
|
|
2107
1532
|
(function (UpdateServiceRequest) {
|
|
2108
|
-
/**
|
|
2109
|
-
* @internal
|
|
2110
|
-
*/
|
|
2111
1533
|
UpdateServiceRequest.filterSensitiveLog = (obj) => ({
|
|
2112
1534
|
...obj,
|
|
2113
1535
|
});
|
|
2114
1536
|
})(UpdateServiceRequest = exports.UpdateServiceRequest || (exports.UpdateServiceRequest = {}));
|
|
2115
1537
|
var UpdateServiceResponse;
|
|
2116
1538
|
(function (UpdateServiceResponse) {
|
|
2117
|
-
/**
|
|
2118
|
-
* @internal
|
|
2119
|
-
*/
|
|
2120
1539
|
UpdateServiceResponse.filterSensitiveLog = (obj) => ({
|
|
2121
1540
|
...obj,
|
|
2122
1541
|
});
|
|
2123
1542
|
})(UpdateServiceResponse = exports.UpdateServiceResponse || (exports.UpdateServiceResponse = {}));
|
|
2124
1543
|
var UpdateServicePrimaryTaskSetRequest;
|
|
2125
1544
|
(function (UpdateServicePrimaryTaskSetRequest) {
|
|
2126
|
-
/**
|
|
2127
|
-
* @internal
|
|
2128
|
-
*/
|
|
2129
1545
|
UpdateServicePrimaryTaskSetRequest.filterSensitiveLog = (obj) => ({
|
|
2130
1546
|
...obj,
|
|
2131
1547
|
});
|
|
2132
1548
|
})(UpdateServicePrimaryTaskSetRequest = exports.UpdateServicePrimaryTaskSetRequest || (exports.UpdateServicePrimaryTaskSetRequest = {}));
|
|
2133
1549
|
var UpdateServicePrimaryTaskSetResponse;
|
|
2134
1550
|
(function (UpdateServicePrimaryTaskSetResponse) {
|
|
2135
|
-
/**
|
|
2136
|
-
* @internal
|
|
2137
|
-
*/
|
|
2138
1551
|
UpdateServicePrimaryTaskSetResponse.filterSensitiveLog = (obj) => ({
|
|
2139
1552
|
...obj,
|
|
2140
1553
|
});
|
|
2141
1554
|
})(UpdateServicePrimaryTaskSetResponse = exports.UpdateServicePrimaryTaskSetResponse || (exports.UpdateServicePrimaryTaskSetResponse = {}));
|
|
2142
1555
|
var UpdateTaskSetRequest;
|
|
2143
1556
|
(function (UpdateTaskSetRequest) {
|
|
2144
|
-
/**
|
|
2145
|
-
* @internal
|
|
2146
|
-
*/
|
|
2147
1557
|
UpdateTaskSetRequest.filterSensitiveLog = (obj) => ({
|
|
2148
1558
|
...obj,
|
|
2149
1559
|
});
|
|
2150
1560
|
})(UpdateTaskSetRequest = exports.UpdateTaskSetRequest || (exports.UpdateTaskSetRequest = {}));
|
|
2151
1561
|
var UpdateTaskSetResponse;
|
|
2152
1562
|
(function (UpdateTaskSetResponse) {
|
|
2153
|
-
/**
|
|
2154
|
-
* @internal
|
|
2155
|
-
*/
|
|
2156
1563
|
UpdateTaskSetResponse.filterSensitiveLog = (obj) => ({
|
|
2157
1564
|
...obj,
|
|
2158
1565
|
});
|