@aws-sdk/client-ecs 3.131.0 → 3.137.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.
Files changed (110) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/CreateCapacityProviderCommand.js +2 -2
  3. package/dist-cjs/commands/CreateClusterCommand.js +2 -2
  4. package/dist-cjs/commands/CreateServiceCommand.js +2 -2
  5. package/dist-cjs/commands/CreateTaskSetCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteAccountSettingCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteAttributesCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteCapacityProviderCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteClusterCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteServiceCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteTaskSetCommand.js +2 -2
  12. package/dist-cjs/commands/DeregisterContainerInstanceCommand.js +2 -2
  13. package/dist-cjs/commands/DeregisterTaskDefinitionCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeCapacityProvidersCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeClustersCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeContainerInstancesCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeServicesCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeTaskDefinitionCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeTaskSetsCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeTasksCommand.js +2 -2
  21. package/dist-cjs/commands/DiscoverPollEndpointCommand.js +2 -2
  22. package/dist-cjs/commands/ExecuteCommandCommand.js +2 -2
  23. package/dist-cjs/commands/ListAccountSettingsCommand.js +2 -2
  24. package/dist-cjs/commands/ListAttributesCommand.js +2 -2
  25. package/dist-cjs/commands/ListClustersCommand.js +2 -2
  26. package/dist-cjs/commands/ListContainerInstancesCommand.js +2 -2
  27. package/dist-cjs/commands/ListServicesCommand.js +2 -2
  28. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  29. package/dist-cjs/commands/ListTaskDefinitionFamiliesCommand.js +2 -2
  30. package/dist-cjs/commands/ListTaskDefinitionsCommand.js +2 -2
  31. package/dist-cjs/commands/ListTasksCommand.js +2 -2
  32. package/dist-cjs/commands/PutAccountSettingCommand.js +2 -2
  33. package/dist-cjs/commands/PutAccountSettingDefaultCommand.js +2 -2
  34. package/dist-cjs/commands/PutAttributesCommand.js +2 -2
  35. package/dist-cjs/commands/PutClusterCapacityProvidersCommand.js +2 -2
  36. package/dist-cjs/commands/RegisterContainerInstanceCommand.js +2 -2
  37. package/dist-cjs/commands/RegisterTaskDefinitionCommand.js +2 -2
  38. package/dist-cjs/commands/RunTaskCommand.js +2 -2
  39. package/dist-cjs/commands/StartTaskCommand.js +2 -2
  40. package/dist-cjs/commands/StopTaskCommand.js +2 -2
  41. package/dist-cjs/commands/SubmitAttachmentStateChangesCommand.js +2 -2
  42. package/dist-cjs/commands/SubmitContainerStateChangeCommand.js +2 -2
  43. package/dist-cjs/commands/SubmitTaskStateChangeCommand.js +2 -2
  44. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  45. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateCapacityProviderCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateClusterCommand.js +2 -2
  48. package/dist-cjs/commands/UpdateClusterSettingsCommand.js +2 -2
  49. package/dist-cjs/commands/UpdateContainerAgentCommand.js +2 -2
  50. package/dist-cjs/commands/UpdateContainerInstancesStateCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateServiceCommand.js +2 -2
  52. package/dist-cjs/commands/UpdateServicePrimaryTaskSetCommand.js +2 -2
  53. package/dist-cjs/commands/UpdateTaskSetCommand.js +2 -2
  54. package/dist-cjs/models/models_0.js +744 -1112
  55. package/dist-es/commands/CreateCapacityProviderCommand.js +3 -3
  56. package/dist-es/commands/CreateClusterCommand.js +3 -3
  57. package/dist-es/commands/CreateServiceCommand.js +3 -3
  58. package/dist-es/commands/CreateTaskSetCommand.js +3 -3
  59. package/dist-es/commands/DeleteAccountSettingCommand.js +3 -3
  60. package/dist-es/commands/DeleteAttributesCommand.js +3 -3
  61. package/dist-es/commands/DeleteCapacityProviderCommand.js +3 -3
  62. package/dist-es/commands/DeleteClusterCommand.js +3 -3
  63. package/dist-es/commands/DeleteServiceCommand.js +3 -3
  64. package/dist-es/commands/DeleteTaskSetCommand.js +3 -3
  65. package/dist-es/commands/DeregisterContainerInstanceCommand.js +3 -3
  66. package/dist-es/commands/DeregisterTaskDefinitionCommand.js +3 -3
  67. package/dist-es/commands/DescribeCapacityProvidersCommand.js +3 -3
  68. package/dist-es/commands/DescribeClustersCommand.js +3 -3
  69. package/dist-es/commands/DescribeContainerInstancesCommand.js +3 -3
  70. package/dist-es/commands/DescribeServicesCommand.js +3 -3
  71. package/dist-es/commands/DescribeTaskDefinitionCommand.js +3 -3
  72. package/dist-es/commands/DescribeTaskSetsCommand.js +3 -3
  73. package/dist-es/commands/DescribeTasksCommand.js +3 -3
  74. package/dist-es/commands/DiscoverPollEndpointCommand.js +3 -3
  75. package/dist-es/commands/ExecuteCommandCommand.js +3 -3
  76. package/dist-es/commands/ListAccountSettingsCommand.js +3 -3
  77. package/dist-es/commands/ListAttributesCommand.js +3 -3
  78. package/dist-es/commands/ListClustersCommand.js +3 -3
  79. package/dist-es/commands/ListContainerInstancesCommand.js +3 -3
  80. package/dist-es/commands/ListServicesCommand.js +3 -3
  81. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  82. package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +3 -3
  83. package/dist-es/commands/ListTaskDefinitionsCommand.js +3 -3
  84. package/dist-es/commands/ListTasksCommand.js +3 -3
  85. package/dist-es/commands/PutAccountSettingCommand.js +3 -3
  86. package/dist-es/commands/PutAccountSettingDefaultCommand.js +3 -3
  87. package/dist-es/commands/PutAttributesCommand.js +3 -3
  88. package/dist-es/commands/PutClusterCapacityProvidersCommand.js +3 -3
  89. package/dist-es/commands/RegisterContainerInstanceCommand.js +3 -3
  90. package/dist-es/commands/RegisterTaskDefinitionCommand.js +3 -3
  91. package/dist-es/commands/RunTaskCommand.js +3 -3
  92. package/dist-es/commands/StartTaskCommand.js +3 -3
  93. package/dist-es/commands/StopTaskCommand.js +3 -3
  94. package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +3 -3
  95. package/dist-es/commands/SubmitContainerStateChangeCommand.js +3 -3
  96. package/dist-es/commands/SubmitTaskStateChangeCommand.js +3 -3
  97. package/dist-es/commands/TagResourceCommand.js +3 -3
  98. package/dist-es/commands/UntagResourceCommand.js +3 -3
  99. package/dist-es/commands/UpdateCapacityProviderCommand.js +3 -3
  100. package/dist-es/commands/UpdateClusterCommand.js +3 -3
  101. package/dist-es/commands/UpdateClusterSettingsCommand.js +3 -3
  102. package/dist-es/commands/UpdateContainerAgentCommand.js +3 -3
  103. package/dist-es/commands/UpdateContainerInstancesStateCommand.js +3 -3
  104. package/dist-es/commands/UpdateServiceCommand.js +3 -3
  105. package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +3 -3
  106. package/dist-es/commands/UpdateTaskSetCommand.js +3 -3
  107. package/dist-es/models/models_0.js +184 -736
  108. package/dist-types/models/models_0.d.ts +736 -1104
  109. package/dist-types/ts3.4/models/models_0.d.ts +368 -736
  110. package/package.json +6 -6
@@ -75,12 +75,6 @@ export interface ManagedScaling {
75
75
  */
76
76
  instanceWarmupPeriod?: number;
77
77
  }
78
- export declare namespace ManagedScaling {
79
- /**
80
- * @internal
81
- */
82
- const filterSensitiveLog: (obj: ManagedScaling) => any;
83
- }
84
78
  export declare enum ManagedTerminationProtection {
85
79
  DISABLED = "DISABLED",
86
80
  ENABLED = "ENABLED"
@@ -114,12 +108,6 @@ export interface AutoScalingGroupProvider {
114
108
  */
115
109
  managedTerminationProtection?: ManagedTerminationProtection | string;
116
110
  }
117
- export declare namespace AutoScalingGroupProvider {
118
- /**
119
- * @internal
120
- */
121
- const filterSensitiveLog: (obj: AutoScalingGroupProvider) => any;
122
- }
123
111
  /**
124
112
  * <p>The metadata that you apply to a resource to help you categorize and organize them.
125
113
  * Each tag consists of a key and an optional value. You define them.</p>
@@ -167,12 +155,6 @@ export interface Tag {
167
155
  */
168
156
  value?: string;
169
157
  }
170
- export declare namespace Tag {
171
- /**
172
- * @internal
173
- */
174
- const filterSensitiveLog: (obj: Tag) => any;
175
- }
176
158
  export interface CreateCapacityProviderRequest {
177
159
  /**
178
160
  * <p>The name of the capacity provider. Up to 255 characters are allowed. They include
@@ -223,12 +205,6 @@ export interface CreateCapacityProviderRequest {
223
205
  */
224
206
  tags?: Tag[];
225
207
  }
226
- export declare namespace CreateCapacityProviderRequest {
227
- /**
228
- * @internal
229
- */
230
- const filterSensitiveLog: (obj: CreateCapacityProviderRequest) => any;
231
- }
232
208
  export declare enum CapacityProviderStatus {
233
209
  ACTIVE = "ACTIVE",
234
210
  INACTIVE = "INACTIVE"
@@ -326,24 +302,12 @@ export interface CapacityProvider {
326
302
  */
327
303
  tags?: Tag[];
328
304
  }
329
- export declare namespace CapacityProvider {
330
- /**
331
- * @internal
332
- */
333
- const filterSensitiveLog: (obj: CapacityProvider) => any;
334
- }
335
305
  export interface CreateCapacityProviderResponse {
336
306
  /**
337
307
  * <p>The full description of the new capacity provider.</p>
338
308
  */
339
309
  capacityProvider?: CapacityProvider;
340
310
  }
341
- export declare namespace CreateCapacityProviderResponse {
342
- /**
343
- * @internal
344
- */
345
- const filterSensitiveLog: (obj: CreateCapacityProviderResponse) => any;
346
- }
347
311
  /**
348
312
  * <p>The specified parameter isn't valid. Review the available parameters for the API
349
313
  * request.</p>
@@ -427,12 +391,6 @@ export interface ExecuteCommandLogConfiguration {
427
391
  */
428
392
  s3KeyPrefix?: string;
429
393
  }
430
- export declare namespace ExecuteCommandLogConfiguration {
431
- /**
432
- * @internal
433
- */
434
- const filterSensitiveLog: (obj: ExecuteCommandLogConfiguration) => any;
435
- }
436
394
  export declare enum ExecuteCommandLogging {
437
395
  DEFAULT = "DEFAULT",
438
396
  NONE = "NONE",
@@ -478,12 +436,6 @@ export interface ExecuteCommandConfiguration {
478
436
  */
479
437
  logConfiguration?: ExecuteCommandLogConfiguration;
480
438
  }
481
- export declare namespace ExecuteCommandConfiguration {
482
- /**
483
- * @internal
484
- */
485
- const filterSensitiveLog: (obj: ExecuteCommandConfiguration) => any;
486
- }
487
439
  /**
488
440
  * <p>The execute command configuration for the cluster.</p>
489
441
  */
@@ -493,12 +445,6 @@ export interface ClusterConfiguration {
493
445
  */
494
446
  executeCommandConfiguration?: ExecuteCommandConfiguration;
495
447
  }
496
- export declare namespace ClusterConfiguration {
497
- /**
498
- * @internal
499
- */
500
- const filterSensitiveLog: (obj: ClusterConfiguration) => any;
501
- }
502
448
  /**
503
449
  * <p>The details of a capacity provider strategy. A capacity provider strategy can be set
504
450
  * when using the <a>RunTask</a> or <a>CreateCluster</a> APIs or as
@@ -551,12 +497,6 @@ export interface CapacityProviderStrategyItem {
551
497
  */
552
498
  base?: number;
553
499
  }
554
- export declare namespace CapacityProviderStrategyItem {
555
- /**
556
- * @internal
557
- */
558
- const filterSensitiveLog: (obj: CapacityProviderStrategyItem) => any;
559
- }
560
500
  export declare enum ClusterSettingName {
561
501
  CONTAINER_INSIGHTS = "containerInsights"
562
502
  }
@@ -580,12 +520,6 @@ export interface ClusterSetting {
580
520
  */
581
521
  value?: string;
582
522
  }
583
- export declare namespace ClusterSetting {
584
- /**
585
- * @internal
586
- */
587
- const filterSensitiveLog: (obj: ClusterSetting) => any;
588
- }
589
523
  export interface CreateClusterRequest {
590
524
  /**
591
525
  * <p>The name of your cluster. If you don't specify a name for your cluster, you create a
@@ -668,12 +602,6 @@ export interface CreateClusterRequest {
668
602
  */
669
603
  defaultCapacityProviderStrategy?: CapacityProviderStrategyItem[];
670
604
  }
671
- export declare namespace CreateClusterRequest {
672
- /**
673
- * @internal
674
- */
675
- const filterSensitiveLog: (obj: CreateClusterRequest) => any;
676
- }
677
605
  /**
678
606
  * <p>A key-value pair object.</p>
679
607
  */
@@ -689,12 +617,6 @@ export interface KeyValuePair {
689
617
  */
690
618
  value?: string;
691
619
  }
692
- export declare namespace KeyValuePair {
693
- /**
694
- * @internal
695
- */
696
- const filterSensitiveLog: (obj: KeyValuePair) => any;
697
- }
698
620
  /**
699
621
  * <p>An object representing a container instance or task attachment.</p>
700
622
  */
@@ -720,12 +642,6 @@ export interface Attachment {
720
642
  */
721
643
  details?: KeyValuePair[];
722
644
  }
723
- export declare namespace Attachment {
724
- /**
725
- * @internal
726
- */
727
- const filterSensitiveLog: (obj: Attachment) => any;
728
- }
729
645
  /**
730
646
  * <p>A regional grouping of one or more container instances where you can run task
731
647
  * requests. Each account receives a default cluster the first time you use the Amazon ECS
@@ -906,24 +822,12 @@ export interface Cluster {
906
822
  */
907
823
  attachmentsStatus?: string;
908
824
  }
909
- export declare namespace Cluster {
910
- /**
911
- * @internal
912
- */
913
- const filterSensitiveLog: (obj: Cluster) => any;
914
- }
915
825
  export interface CreateClusterResponse {
916
826
  /**
917
827
  * <p>The full description of your new cluster.</p>
918
828
  */
919
829
  cluster?: Cluster;
920
830
  }
921
- export declare namespace CreateClusterResponse {
922
- /**
923
- * @internal
924
- */
925
- const filterSensitiveLog: (obj: CreateClusterResponse) => any;
926
- }
927
831
  /**
928
832
  * <p>The specified cluster wasn't found. You can view your available clusters with <a>ListClusters</a>. Amazon ECS clusters are Region specific.</p>
929
833
  */
@@ -959,12 +863,6 @@ export interface DeploymentCircuitBreaker {
959
863
  */
960
864
  rollback: boolean | undefined;
961
865
  }
962
- export declare namespace DeploymentCircuitBreaker {
963
- /**
964
- * @internal
965
- */
966
- const filterSensitiveLog: (obj: DeploymentCircuitBreaker) => any;
967
- }
968
866
  /**
969
867
  * <p>Optional deployment parameters that control how many tasks run during a deployment and
970
868
  * the ordering of stopping and starting tasks.</p>
@@ -1064,12 +962,6 @@ export interface DeploymentConfiguration {
1064
962
  */
1065
963
  minimumHealthyPercent?: number;
1066
964
  }
1067
- export declare namespace DeploymentConfiguration {
1068
- /**
1069
- * @internal
1070
- */
1071
- const filterSensitiveLog: (obj: DeploymentConfiguration) => any;
1072
- }
1073
965
  export declare enum DeploymentControllerType {
1074
966
  CODE_DEPLOY = "CODE_DEPLOY",
1075
967
  ECS = "ECS",
@@ -1107,12 +999,6 @@ export interface DeploymentController {
1107
999
  */
1108
1000
  type: DeploymentControllerType | string | undefined;
1109
1001
  }
1110
- export declare namespace DeploymentController {
1111
- /**
1112
- * @internal
1113
- */
1114
- const filterSensitiveLog: (obj: DeploymentController) => any;
1115
- }
1116
1002
  export declare enum LaunchType {
1117
1003
  EC2 = "EC2",
1118
1004
  EXTERNAL = "EXTERNAL",
@@ -1173,12 +1059,6 @@ export interface LoadBalancer {
1173
1059
  */
1174
1060
  containerPort?: number;
1175
1061
  }
1176
- export declare namespace LoadBalancer {
1177
- /**
1178
- * @internal
1179
- */
1180
- const filterSensitiveLog: (obj: LoadBalancer) => any;
1181
- }
1182
1062
  export declare enum AssignPublicIp {
1183
1063
  DISABLED = "DISABLED",
1184
1064
  ENABLED = "ENABLED"
@@ -1213,12 +1093,6 @@ export interface AwsVpcConfiguration {
1213
1093
  */
1214
1094
  assignPublicIp?: AssignPublicIp | string;
1215
1095
  }
1216
- export declare namespace AwsVpcConfiguration {
1217
- /**
1218
- * @internal
1219
- */
1220
- const filterSensitiveLog: (obj: AwsVpcConfiguration) => any;
1221
- }
1222
1096
  /**
1223
1097
  * <p>An object representing the network configuration for a task or service.</p>
1224
1098
  */
@@ -1231,12 +1105,6 @@ export interface NetworkConfiguration {
1231
1105
  */
1232
1106
  awsvpcConfiguration?: AwsVpcConfiguration;
1233
1107
  }
1234
- export declare namespace NetworkConfiguration {
1235
- /**
1236
- * @internal
1237
- */
1238
- const filterSensitiveLog: (obj: NetworkConfiguration) => any;
1239
- }
1240
1108
  export declare enum PlacementConstraintType {
1241
1109
  DISTINCT_INSTANCE = "distinctInstance",
1242
1110
  MEMBER_OF = "memberOf"
@@ -1266,12 +1134,6 @@ export interface PlacementConstraint {
1266
1134
  */
1267
1135
  expression?: string;
1268
1136
  }
1269
- export declare namespace PlacementConstraint {
1270
- /**
1271
- * @internal
1272
- */
1273
- const filterSensitiveLog: (obj: PlacementConstraint) => any;
1274
- }
1275
1137
  export declare enum PlacementStrategyType {
1276
1138
  BINPACK = "binpack",
1277
1139
  RANDOM = "random",
@@ -1303,12 +1165,6 @@ export interface PlacementStrategy {
1303
1165
  */
1304
1166
  field?: string;
1305
1167
  }
1306
- export declare namespace PlacementStrategy {
1307
- /**
1308
- * @internal
1309
- */
1310
- const filterSensitiveLog: (obj: PlacementStrategy) => any;
1311
- }
1312
1168
  export declare enum PropagateTags {
1313
1169
  NONE = "NONE",
1314
1170
  SERVICE = "SERVICE",
@@ -1361,12 +1217,6 @@ export interface ServiceRegistry {
1361
1217
  */
1362
1218
  containerPort?: number;
1363
1219
  }
1364
- export declare namespace ServiceRegistry {
1365
- /**
1366
- * @internal
1367
- */
1368
- const filterSensitiveLog: (obj: ServiceRegistry) => any;
1369
- }
1370
1220
  export interface CreateServiceRequest {
1371
1221
  /**
1372
1222
  * <p>The short name or full Amazon Resource Name (ARN) of the cluster that you run your service on.
@@ -1642,12 +1492,6 @@ export interface CreateServiceRequest {
1642
1492
  */
1643
1493
  enableExecuteCommand?: boolean;
1644
1494
  }
1645
- export declare namespace CreateServiceRequest {
1646
- /**
1647
- * @internal
1648
- */
1649
- const filterSensitiveLog: (obj: CreateServiceRequest) => any;
1650
- }
1651
1495
  export declare enum DeploymentRolloutState {
1652
1496
  COMPLETED = "COMPLETED",
1653
1497
  FAILED = "FAILED",
@@ -1768,12 +1612,6 @@ export interface Deployment {
1768
1612
  */
1769
1613
  rolloutStateReason?: string;
1770
1614
  }
1771
- export declare namespace Deployment {
1772
- /**
1773
- * @internal
1774
- */
1775
- const filterSensitiveLog: (obj: Deployment) => any;
1776
- }
1777
1615
  /**
1778
1616
  * <p>The details for an event that's associated with a service.</p>
1779
1617
  */
@@ -1791,12 +1629,6 @@ export interface ServiceEvent {
1791
1629
  */
1792
1630
  message?: string;
1793
1631
  }
1794
- export declare namespace ServiceEvent {
1795
- /**
1796
- * @internal
1797
- */
1798
- const filterSensitiveLog: (obj: ServiceEvent) => any;
1799
- }
1800
1632
  export declare enum ScaleUnit {
1801
1633
  PERCENT = "PERCENT"
1802
1634
  }
@@ -1815,12 +1647,6 @@ export interface Scale {
1815
1647
  */
1816
1648
  unit?: ScaleUnit | string;
1817
1649
  }
1818
- export declare namespace Scale {
1819
- /**
1820
- * @internal
1821
- */
1822
- const filterSensitiveLog: (obj: Scale) => any;
1823
- }
1824
1650
  export declare enum StabilityStatus {
1825
1651
  STABILIZING = "STABILIZING",
1826
1652
  STEADY_STATE = "STEADY_STATE"
@@ -2022,12 +1848,6 @@ export interface TaskSet {
2022
1848
  */
2023
1849
  tags?: Tag[];
2024
1850
  }
2025
- export declare namespace TaskSet {
2026
- /**
2027
- * @internal
2028
- */
2029
- const filterSensitiveLog: (obj: TaskSet) => any;
2030
- }
2031
1851
  /**
2032
1852
  * <p>Details on a service within a cluster</p>
2033
1853
  */
@@ -2247,12 +2067,6 @@ export interface Service {
2247
2067
  */
2248
2068
  enableExecuteCommand?: boolean;
2249
2069
  }
2250
- export declare namespace Service {
2251
- /**
2252
- * @internal
2253
- */
2254
- const filterSensitiveLog: (obj: Service) => any;
2255
- }
2256
2070
  export interface CreateServiceResponse {
2257
2071
  /**
2258
2072
  * <p>The full description of your service following the create call.</p>
@@ -2269,12 +2083,6 @@ export interface CreateServiceResponse {
2269
2083
  */
2270
2084
  service?: Service;
2271
2085
  }
2272
- export declare namespace CreateServiceResponse {
2273
- /**
2274
- * @internal
2275
- */
2276
- const filterSensitiveLog: (obj: CreateServiceResponse) => any;
2277
- }
2278
2086
  /**
2279
2087
  * <p>The specified platform version doesn't satisfy the required capabilities of the task
2280
2088
  * definition.</p>
@@ -2428,12 +2236,6 @@ export interface CreateTaskSetRequest {
2428
2236
  */
2429
2237
  tags?: Tag[];
2430
2238
  }
2431
- export declare namespace CreateTaskSetRequest {
2432
- /**
2433
- * @internal
2434
- */
2435
- const filterSensitiveLog: (obj: CreateTaskSetRequest) => any;
2436
- }
2437
2239
  export interface CreateTaskSetResponse {
2438
2240
  /**
2439
2241
  * <p>Information about a set of Amazon ECS tasks in either an CodeDeploy or an
@@ -2443,12 +2245,6 @@ export interface CreateTaskSetResponse {
2443
2245
  */
2444
2246
  taskSet?: TaskSet;
2445
2247
  }
2446
- export declare namespace CreateTaskSetResponse {
2447
- /**
2448
- * @internal
2449
- */
2450
- const filterSensitiveLog: (obj: CreateTaskSetResponse) => any;
2451
- }
2452
2248
  /**
2453
2249
  * <p>The specified service isn't active. You can't update a service that's inactive. If you
2454
2250
  * have previously deleted a service, you can re-create it with <a>CreateService</a>.</p>
@@ -2500,12 +2296,6 @@ export interface DeleteAccountSettingRequest {
2500
2296
  */
2501
2297
  principalArn?: string;
2502
2298
  }
2503
- export declare namespace DeleteAccountSettingRequest {
2504
- /**
2505
- * @internal
2506
- */
2507
- const filterSensitiveLog: (obj: DeleteAccountSettingRequest) => any;
2508
- }
2509
2299
  /**
2510
2300
  * <p>The current account setting for a resource.</p>
2511
2301
  */
@@ -2525,24 +2315,12 @@ export interface Setting {
2525
2315
  */
2526
2316
  principalArn?: string;
2527
2317
  }
2528
- export declare namespace Setting {
2529
- /**
2530
- * @internal
2531
- */
2532
- const filterSensitiveLog: (obj: Setting) => any;
2533
- }
2534
2318
  export interface DeleteAccountSettingResponse {
2535
2319
  /**
2536
2320
  * <p>The account setting for the specified principal ARN.</p>
2537
2321
  */
2538
2322
  setting?: Setting;
2539
2323
  }
2540
- export declare namespace DeleteAccountSettingResponse {
2541
- /**
2542
- * @internal
2543
- */
2544
- const filterSensitiveLog: (obj: DeleteAccountSettingResponse) => any;
2545
- }
2546
2324
  export declare enum TargetType {
2547
2325
  CONTAINER_INSTANCE = "container-instance"
2548
2326
  }
@@ -2576,12 +2354,6 @@ export interface Attribute {
2576
2354
  */
2577
2355
  targetId?: string;
2578
2356
  }
2579
- export declare namespace Attribute {
2580
- /**
2581
- * @internal
2582
- */
2583
- const filterSensitiveLog: (obj: Attribute) => any;
2584
- }
2585
2357
  export interface DeleteAttributesRequest {
2586
2358
  /**
2587
2359
  * <p>The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to delete
@@ -2596,24 +2368,12 @@ export interface DeleteAttributesRequest {
2596
2368
  */
2597
2369
  attributes: Attribute[] | undefined;
2598
2370
  }
2599
- export declare namespace DeleteAttributesRequest {
2600
- /**
2601
- * @internal
2602
- */
2603
- const filterSensitiveLog: (obj: DeleteAttributesRequest) => any;
2604
- }
2605
2371
  export interface DeleteAttributesResponse {
2606
2372
  /**
2607
2373
  * <p>A list of attribute objects that were successfully deleted from your resource.</p>
2608
2374
  */
2609
2375
  attributes?: Attribute[];
2610
2376
  }
2611
- export declare namespace DeleteAttributesResponse {
2612
- /**
2613
- * @internal
2614
- */
2615
- const filterSensitiveLog: (obj: DeleteAttributesResponse) => any;
2616
- }
2617
2377
  /**
2618
2378
  * <p>The specified target wasn't found. You can view your available container instances
2619
2379
  * with <a>ListContainerInstances</a>. Amazon ECS container instances are
@@ -2633,24 +2393,12 @@ export interface DeleteCapacityProviderRequest {
2633
2393
  */
2634
2394
  capacityProvider: string | undefined;
2635
2395
  }
2636
- export declare namespace DeleteCapacityProviderRequest {
2637
- /**
2638
- * @internal
2639
- */
2640
- const filterSensitiveLog: (obj: DeleteCapacityProviderRequest) => any;
2641
- }
2642
2396
  export interface DeleteCapacityProviderResponse {
2643
2397
  /**
2644
2398
  * <p>The details of the capacity provider.</p>
2645
2399
  */
2646
2400
  capacityProvider?: CapacityProvider;
2647
2401
  }
2648
- export declare namespace DeleteCapacityProviderResponse {
2649
- /**
2650
- * @internal
2651
- */
2652
- const filterSensitiveLog: (obj: DeleteCapacityProviderResponse) => any;
2653
- }
2654
2402
  /**
2655
2403
  * <p>You can't delete a cluster that has registered container instances. First, deregister
2656
2404
  * the container instances before you can delete the cluster. For more information, see
@@ -2694,24 +2442,12 @@ export interface DeleteClusterRequest {
2694
2442
  */
2695
2443
  cluster: string | undefined;
2696
2444
  }
2697
- export declare namespace DeleteClusterRequest {
2698
- /**
2699
- * @internal
2700
- */
2701
- const filterSensitiveLog: (obj: DeleteClusterRequest) => any;
2702
- }
2703
2445
  export interface DeleteClusterResponse {
2704
2446
  /**
2705
2447
  * <p>The full description of the deleted cluster.</p>
2706
2448
  */
2707
2449
  cluster?: Cluster;
2708
2450
  }
2709
- export declare namespace DeleteClusterResponse {
2710
- /**
2711
- * @internal
2712
- */
2713
- const filterSensitiveLog: (obj: DeleteClusterResponse) => any;
2714
- }
2715
2451
  export interface DeleteServiceRequest {
2716
2452
  /**
2717
2453
  * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to delete.
@@ -2729,24 +2465,12 @@ export interface DeleteServiceRequest {
2729
2465
  */
2730
2466
  force?: boolean;
2731
2467
  }
2732
- export declare namespace DeleteServiceRequest {
2733
- /**
2734
- * @internal
2735
- */
2736
- const filterSensitiveLog: (obj: DeleteServiceRequest) => any;
2737
- }
2738
2468
  export interface DeleteServiceResponse {
2739
2469
  /**
2740
2470
  * <p>The full description of the deleted service.</p>
2741
2471
  */
2742
2472
  service?: Service;
2743
2473
  }
2744
- export declare namespace DeleteServiceResponse {
2745
- /**
2746
- * @internal
2747
- */
2748
- const filterSensitiveLog: (obj: DeleteServiceResponse) => any;
2749
- }
2750
2474
  export interface DeleteTaskSetRequest {
2751
2475
  /**
2752
2476
  * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task
@@ -2768,24 +2492,12 @@ export interface DeleteTaskSetRequest {
2768
2492
  */
2769
2493
  force?: boolean;
2770
2494
  }
2771
- export declare namespace DeleteTaskSetRequest {
2772
- /**
2773
- * @internal
2774
- */
2775
- const filterSensitiveLog: (obj: DeleteTaskSetRequest) => any;
2776
- }
2777
2495
  export interface DeleteTaskSetResponse {
2778
2496
  /**
2779
2497
  * <p>Details about the task set.</p>
2780
2498
  */
2781
2499
  taskSet?: TaskSet;
2782
2500
  }
2783
- export declare namespace DeleteTaskSetResponse {
2784
- /**
2785
- * @internal
2786
- */
2787
- const filterSensitiveLog: (obj: DeleteTaskSetResponse) => any;
2788
- }
2789
2501
  /**
2790
2502
  * <p>The specified task set wasn't found. You can view your available task sets with <a>DescribeTaskSets</a>. Task sets are specific to each cluster, service and
2791
2503
  * Region.</p>
@@ -2823,12 +2535,6 @@ export interface DeregisterContainerInstanceRequest {
2823
2535
  */
2824
2536
  force?: boolean;
2825
2537
  }
2826
- export declare namespace DeregisterContainerInstanceRequest {
2827
- /**
2828
- * @internal
2829
- */
2830
- const filterSensitiveLog: (obj: DeregisterContainerInstanceRequest) => any;
2831
- }
2832
2538
  export declare enum InstanceHealthCheckState {
2833
2539
  IMPAIRED = "IMPAIRED",
2834
2540
  INITIALIZING = "INITIALIZING",
@@ -2860,12 +2566,6 @@ export interface InstanceHealthCheckResult {
2860
2566
  */
2861
2567
  lastStatusChange?: Date;
2862
2568
  }
2863
- export declare namespace InstanceHealthCheckResult {
2864
- /**
2865
- * @internal
2866
- */
2867
- const filterSensitiveLog: (obj: InstanceHealthCheckResult) => any;
2868
- }
2869
2569
  /**
2870
2570
  * <p>An object representing the health status of the container instance.</p>
2871
2571
  */
@@ -2881,12 +2581,6 @@ export interface ContainerInstanceHealthStatus {
2881
2581
  */
2882
2582
  details?: InstanceHealthCheckResult[];
2883
2583
  }
2884
- export declare namespace ContainerInstanceHealthStatus {
2885
- /**
2886
- * @internal
2887
- */
2888
- const filterSensitiveLog: (obj: ContainerInstanceHealthStatus) => any;
2889
- }
2890
2584
  /**
2891
2585
  * <p>Describes the resources available for a container instance.</p>
2892
2586
  */
@@ -2922,12 +2616,6 @@ export interface Resource {
2922
2616
  */
2923
2617
  stringSetValue?: string[];
2924
2618
  }
2925
- export declare namespace Resource {
2926
- /**
2927
- * @internal
2928
- */
2929
- const filterSensitiveLog: (obj: Resource) => any;
2930
- }
2931
2619
  /**
2932
2620
  * <p>The Docker and Amazon ECS container agent version information about a container
2933
2621
  * instance.</p>
@@ -2947,12 +2635,6 @@ export interface VersionInfo {
2947
2635
  */
2948
2636
  dockerVersion?: string;
2949
2637
  }
2950
- export declare namespace VersionInfo {
2951
- /**
2952
- * @internal
2953
- */
2954
- const filterSensitiveLog: (obj: VersionInfo) => any;
2955
- }
2956
2638
  /**
2957
2639
  * <p>An Amazon EC2 or External instance that's running the Amazon ECS agent and has been registered
2958
2640
  * with a cluster.</p>
@@ -3106,24 +2788,12 @@ export interface ContainerInstance {
3106
2788
  */
3107
2789
  healthStatus?: ContainerInstanceHealthStatus;
3108
2790
  }
3109
- export declare namespace ContainerInstance {
3110
- /**
3111
- * @internal
3112
- */
3113
- const filterSensitiveLog: (obj: ContainerInstance) => any;
3114
- }
3115
2791
  export interface DeregisterContainerInstanceResponse {
3116
2792
  /**
3117
2793
  * <p>The container instance that was deregistered.</p>
3118
2794
  */
3119
2795
  containerInstance?: ContainerInstance;
3120
2796
  }
3121
- export declare namespace DeregisterContainerInstanceResponse {
3122
- /**
3123
- * @internal
3124
- */
3125
- const filterSensitiveLog: (obj: DeregisterContainerInstanceResponse) => any;
3126
- }
3127
2797
  export interface DeregisterTaskDefinitionRequest {
3128
2798
  /**
3129
2799
  * <p>The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or
@@ -3132,12 +2802,6 @@ export interface DeregisterTaskDefinitionRequest {
3132
2802
  */
3133
2803
  taskDefinition: string | undefined;
3134
2804
  }
3135
- export declare namespace DeregisterTaskDefinitionRequest {
3136
- /**
3137
- * @internal
3138
- */
3139
- const filterSensitiveLog: (obj: DeregisterTaskDefinitionRequest) => any;
3140
- }
3141
2805
  export declare enum Compatibility {
3142
2806
  EC2 = "EC2",
3143
2807
  EXTERNAL = "EXTERNAL",
@@ -3215,12 +2879,6 @@ export interface ContainerDependency {
3215
2879
  */
3216
2880
  condition: ContainerCondition | string | undefined;
3217
2881
  }
3218
- export declare namespace ContainerDependency {
3219
- /**
3220
- * @internal
3221
- */
3222
- const filterSensitiveLog: (obj: ContainerDependency) => any;
3223
- }
3224
2882
  export declare enum EnvironmentFileType {
3225
2883
  S3 = "s3"
3226
2884
  }
@@ -3260,12 +2918,6 @@ export interface EnvironmentFile {
3260
2918
  */
3261
2919
  type: EnvironmentFileType | string | undefined;
3262
2920
  }
3263
- export declare namespace EnvironmentFile {
3264
- /**
3265
- * @internal
3266
- */
3267
- const filterSensitiveLog: (obj: EnvironmentFile) => any;
3268
- }
3269
2921
  /**
3270
2922
  * <p>Hostnames and IP address entries that are added to the <code>/etc/hosts</code> file of
3271
2923
  * a container via the <code>extraHosts</code> parameter of its <a>ContainerDefinition</a>. </p>
@@ -3280,12 +2932,6 @@ export interface HostEntry {
3280
2932
  */
3281
2933
  ipAddress: string | undefined;
3282
2934
  }
3283
- export declare namespace HostEntry {
3284
- /**
3285
- * @internal
3286
- */
3287
- const filterSensitiveLog: (obj: HostEntry) => any;
3288
- }
3289
2935
  export declare enum FirelensConfigurationType {
3290
2936
  FLUENTBIT = "fluentbit",
3291
2937
  FLUENTD = "fluentd"
@@ -3317,12 +2963,6 @@ export interface FirelensConfiguration {
3317
2963
  */
3318
2964
  options?: Record<string, string>;
3319
2965
  }
3320
- export declare namespace FirelensConfiguration {
3321
- /**
3322
- * @internal
3323
- */
3324
- const filterSensitiveLog: (obj: FirelensConfiguration) => any;
3325
- }
3326
2966
  /**
3327
2967
  * <p>An object representing a container health check. Health check parameters that are
3328
2968
  * specified in a container definition override any Docker health checks that exist in the
@@ -3447,12 +3087,6 @@ export interface HealthCheck {
3447
3087
  */
3448
3088
  startPeriod?: number;
3449
3089
  }
3450
- export declare namespace HealthCheck {
3451
- /**
3452
- * @internal
3453
- */
3454
- const filterSensitiveLog: (obj: HealthCheck) => any;
3455
- }
3456
3090
  /**
3457
3091
  * <p>The Linux capabilities for the container that are added to or dropped from the default
3458
3092
  * configuration provided by Docker. For more information about the default capabilities
@@ -3500,12 +3134,6 @@ export interface KernelCapabilities {
3500
3134
  */
3501
3135
  drop?: string[];
3502
3136
  }
3503
- export declare namespace KernelCapabilities {
3504
- /**
3505
- * @internal
3506
- */
3507
- const filterSensitiveLog: (obj: KernelCapabilities) => any;
3508
- }
3509
3137
  export declare enum DeviceCgroupPermission {
3510
3138
  MKNOD = "mknod",
3511
3139
  READ = "read",
@@ -3530,12 +3158,6 @@ export interface Device {
3530
3158
  */
3531
3159
  permissions?: (DeviceCgroupPermission | string)[];
3532
3160
  }
3533
- export declare namespace Device {
3534
- /**
3535
- * @internal
3536
- */
3537
- const filterSensitiveLog: (obj: Device) => any;
3538
- }
3539
3161
  /**
3540
3162
  * <p>The container path, mount options, and size of the tmpfs mount.</p>
3541
3163
  */
@@ -3560,12 +3182,6 @@ export interface Tmpfs {
3560
3182
  */
3561
3183
  mountOptions?: string[];
3562
3184
  }
3563
- export declare namespace Tmpfs {
3564
- /**
3565
- * @internal
3566
- */
3567
- const filterSensitiveLog: (obj: Tmpfs) => any;
3568
- }
3569
3185
  /**
3570
3186
  * <p>Linux-specific options that are applied to the container, such as Linux <a>KernelCapabilities</a>.</p>
3571
3187
  */
@@ -3647,12 +3263,6 @@ export interface LinuxParameters {
3647
3263
  */
3648
3264
  swappiness?: number;
3649
3265
  }
3650
- export declare namespace LinuxParameters {
3651
- /**
3652
- * @internal
3653
- */
3654
- const filterSensitiveLog: (obj: LinuxParameters) => any;
3655
- }
3656
3266
  export declare enum LogDriver {
3657
3267
  AWSFIRELENS = "awsfirelens",
3658
3268
  AWSLOGS = "awslogs",
@@ -3699,12 +3309,6 @@ export interface Secret {
3699
3309
  */
3700
3310
  valueFrom: string | undefined;
3701
3311
  }
3702
- export declare namespace Secret {
3703
- /**
3704
- * @internal
3705
- */
3706
- const filterSensitiveLog: (obj: Secret) => any;
3707
- }
3708
3312
  /**
3709
3313
  * <p>The log configuration for the container. This parameter maps to <code>LogConfig</code>
3710
3314
  * in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.35/">Docker Remote API</a> and the
@@ -3778,12 +3382,6 @@ export interface LogConfiguration {
3778
3382
  */
3779
3383
  secretOptions?: Secret[];
3780
3384
  }
3781
- export declare namespace LogConfiguration {
3782
- /**
3783
- * @internal
3784
- */
3785
- const filterSensitiveLog: (obj: LogConfiguration) => any;
3786
- }
3787
3385
  /**
3788
3386
  * <p>Details for a volume mount point that's used in a container definition.</p>
3789
3387
  */
@@ -3804,12 +3402,6 @@ export interface MountPoint {
3804
3402
  */
3805
3403
  readOnly?: boolean;
3806
3404
  }
3807
- export declare namespace MountPoint {
3808
- /**
3809
- * @internal
3810
- */
3811
- const filterSensitiveLog: (obj: MountPoint) => any;
3812
- }
3813
3405
  export declare enum TransportProtocol {
3814
3406
  TCP = "tcp",
3815
3407
  UDP = "udp"
@@ -3880,12 +3472,6 @@ export interface PortMapping {
3880
3472
  */
3881
3473
  protocol?: TransportProtocol | string;
3882
3474
  }
3883
- export declare namespace PortMapping {
3884
- /**
3885
- * @internal
3886
- */
3887
- const filterSensitiveLog: (obj: PortMapping) => any;
3888
- }
3889
3475
  /**
3890
3476
  * <p>The repository credentials for private registry authentication.</p>
3891
3477
  */
@@ -3902,12 +3488,6 @@ export interface RepositoryCredentials {
3902
3488
  */
3903
3489
  credentialsParameter: string | undefined;
3904
3490
  }
3905
- export declare namespace RepositoryCredentials {
3906
- /**
3907
- * @internal
3908
- */
3909
- const filterSensitiveLog: (obj: RepositoryCredentials) => any;
3910
- }
3911
3491
  export declare enum ResourceType {
3912
3492
  GPU = "GPU",
3913
3493
  INFERENCE_ACCELERATOR = "InferenceAccelerator"
@@ -3938,12 +3518,6 @@ export interface ResourceRequirement {
3938
3518
  */
3939
3519
  type: ResourceType | string | undefined;
3940
3520
  }
3941
- export declare namespace ResourceRequirement {
3942
- /**
3943
- * @internal
3944
- */
3945
- const filterSensitiveLog: (obj: ResourceRequirement) => any;
3946
- }
3947
3521
  /**
3948
3522
  * <p>A list of namespaced kernel parameters to set in the container. This parameter maps to
3949
3523
  * <code>Sysctls</code> in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a container</a> section of the
@@ -3979,12 +3553,6 @@ export interface SystemControl {
3979
3553
  */
3980
3554
  value?: string;
3981
3555
  }
3982
- export declare namespace SystemControl {
3983
- /**
3984
- * @internal
3985
- */
3986
- const filterSensitiveLog: (obj: SystemControl) => any;
3987
- }
3988
3556
  export declare enum UlimitName {
3989
3557
  CORE = "core",
3990
3558
  CPU = "cpu",
@@ -4026,12 +3594,6 @@ export interface Ulimit {
4026
3594
  */
4027
3595
  hardLimit: number | undefined;
4028
3596
  }
4029
- export declare namespace Ulimit {
4030
- /**
4031
- * @internal
4032
- */
4033
- const filterSensitiveLog: (obj: Ulimit) => any;
4034
- }
4035
3597
  /**
4036
3598
  * <p>Details on a data volume from another container in the same task definition.</p>
4037
3599
  */
@@ -4048,12 +3610,6 @@ export interface VolumeFrom {
4048
3610
  */
4049
3611
  readOnly?: boolean;
4050
3612
  }
4051
- export declare namespace VolumeFrom {
4052
- /**
4053
- * @internal
4054
- */
4055
- const filterSensitiveLog: (obj: VolumeFrom) => any;
4056
- }
4057
3613
  /**
4058
3614
  * <p>Container definitions are used in task definitions to describe the different
4059
3615
  * containers that are launched as part of a task.</p>
@@ -4692,12 +4248,6 @@ export interface ContainerDefinition {
4692
4248
  */
4693
4249
  firelensConfiguration?: FirelensConfiguration;
4694
4250
  }
4695
- export declare namespace ContainerDefinition {
4696
- /**
4697
- * @internal
4698
- */
4699
- const filterSensitiveLog: (obj: ContainerDefinition) => any;
4700
- }
4701
4251
  /**
4702
4252
  * <p>The amount of ephemeral storage to allocate for the task. This parameter is used to
4703
4253
  * expand the total amount of ephemeral storage available, beyond the default amount, for
@@ -4717,12 +4267,6 @@ export interface EphemeralStorage {
4717
4267
  */
4718
4268
  sizeInGiB: number | undefined;
4719
4269
  }
4720
- export declare namespace EphemeralStorage {
4721
- /**
4722
- * @internal
4723
- */
4724
- const filterSensitiveLog: (obj: EphemeralStorage) => any;
4725
- }
4726
4270
  /**
4727
4271
  * <p>Details on an Elastic Inference accelerator. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-inference.html">Working with Amazon Elastic Inference on
4728
4272
  * Amazon ECS</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
@@ -4738,12 +4282,6 @@ export interface InferenceAccelerator {
4738
4282
  */
4739
4283
  deviceType: string | undefined;
4740
4284
  }
4741
- export declare namespace InferenceAccelerator {
4742
- /**
4743
- * @internal
4744
- */
4745
- const filterSensitiveLog: (obj: InferenceAccelerator) => any;
4746
- }
4747
4285
  export declare enum IpcMode {
4748
4286
  HOST = "host",
4749
4287
  NONE = "none",
@@ -4783,12 +4321,6 @@ export interface TaskDefinitionPlacementConstraint {
4783
4321
  */
4784
4322
  expression?: string;
4785
4323
  }
4786
- export declare namespace TaskDefinitionPlacementConstraint {
4787
- /**
4788
- * @internal
4789
- */
4790
- const filterSensitiveLog: (obj: TaskDefinitionPlacementConstraint) => any;
4791
- }
4792
4324
  export declare enum ProxyConfigurationType {
4793
4325
  APPMESH = "APPMESH"
4794
4326
  }
@@ -4861,12 +4393,6 @@ export interface ProxyConfiguration {
4861
4393
  */
4862
4394
  properties?: KeyValuePair[];
4863
4395
  }
4864
- export declare namespace ProxyConfiguration {
4865
- /**
4866
- * @internal
4867
- */
4868
- const filterSensitiveLog: (obj: ProxyConfiguration) => any;
4869
- }
4870
4396
  export declare enum CPUArchitecture {
4871
4397
  ARM64 = "ARM64",
4872
4398
  X86_64 = "X86_64"
@@ -4898,12 +4424,6 @@ export interface RuntimePlatform {
4898
4424
  */
4899
4425
  operatingSystemFamily?: OSFamily | string;
4900
4426
  }
4901
- export declare namespace RuntimePlatform {
4902
- /**
4903
- * @internal
4904
- */
4905
- const filterSensitiveLog: (obj: RuntimePlatform) => any;
4906
- }
4907
4427
  export declare enum TaskDefinitionStatus {
4908
4428
  ACTIVE = "ACTIVE",
4909
4429
  INACTIVE = "INACTIVE"
@@ -4961,12 +4481,6 @@ export interface DockerVolumeConfiguration {
4961
4481
  */
4962
4482
  labels?: Record<string, string>;
4963
4483
  }
4964
- export declare namespace DockerVolumeConfiguration {
4965
- /**
4966
- * @internal
4967
- */
4968
- const filterSensitiveLog: (obj: DockerVolumeConfiguration) => any;
4969
- }
4970
4484
  export declare enum EFSAuthorizationConfigIAM {
4971
4485
  DISABLED = "DISABLED",
4972
4486
  ENABLED = "ENABLED"
@@ -4993,12 +4507,6 @@ export interface EFSAuthorizationConfig {
4993
4507
  */
4994
4508
  iam?: EFSAuthorizationConfigIAM | string;
4995
4509
  }
4996
- export declare namespace EFSAuthorizationConfig {
4997
- /**
4998
- * @internal
4999
- */
5000
- const filterSensitiveLog: (obj: EFSAuthorizationConfig) => any;
5001
- }
5002
4510
  export declare enum EFSTransitEncryption {
5003
4511
  DISABLED = "DISABLED",
5004
4512
  ENABLED = "ENABLED"
@@ -5044,12 +4552,6 @@ export interface EFSVolumeConfiguration {
5044
4552
  */
5045
4553
  authorizationConfig?: EFSAuthorizationConfig;
5046
4554
  }
5047
- export declare namespace EFSVolumeConfiguration {
5048
- /**
5049
- * @internal
5050
- */
5051
- const filterSensitiveLog: (obj: EFSVolumeConfiguration) => any;
5052
- }
5053
4555
  /**
5054
4556
  * <p>The authorization configuration details for Amazon FSx for Windows File Server file system. See <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_FSxWindowsFileServerVolumeConfiguration.html">FSxWindowsFileServerVolumeConfiguration</a> in the <i>Amazon ECS API
5055
4557
  * Reference</i>.</p>
@@ -5069,12 +4571,6 @@ export interface FSxWindowsFileServerAuthorizationConfig {
5069
4571
  */
5070
4572
  domain: string | undefined;
5071
4573
  }
5072
- export declare namespace FSxWindowsFileServerAuthorizationConfig {
5073
- /**
5074
- * @internal
5075
- */
5076
- const filterSensitiveLog: (obj: FSxWindowsFileServerAuthorizationConfig) => any;
5077
- }
5078
4574
  /**
5079
4575
  * <p>This parameter is specified when you're using <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/what-is.html">Amazon FSx for Windows File Server</a> file system for task
5080
4576
  * storage.</p>
@@ -5096,12 +4592,6 @@ export interface FSxWindowsFileServerVolumeConfiguration {
5096
4592
  */
5097
4593
  authorizationConfig: FSxWindowsFileServerAuthorizationConfig | undefined;
5098
4594
  }
5099
- export declare namespace FSxWindowsFileServerVolumeConfiguration {
5100
- /**
5101
- * @internal
5102
- */
5103
- const filterSensitiveLog: (obj: FSxWindowsFileServerVolumeConfiguration) => any;
5104
- }
5105
4595
  /**
5106
4596
  * <p>Details on a container instance bind mount host volume.</p>
5107
4597
  */
@@ -5120,12 +4610,6 @@ export interface HostVolumeProperties {
5120
4610
  */
5121
4611
  sourcePath?: string;
5122
4612
  }
5123
- export declare namespace HostVolumeProperties {
5124
- /**
5125
- * @internal
5126
- */
5127
- const filterSensitiveLog: (obj: HostVolumeProperties) => any;
5128
- }
5129
4613
  /**
5130
4614
  * <p>A data volume that's used in a task definition. For tasks that use the Amazon Elastic
5131
4615
  * File System (Amazon EFS), specify an <code>efsVolumeConfiguration</code>. For Windows
@@ -5177,12 +4661,6 @@ export interface Volume {
5177
4661
  */
5178
4662
  fsxWindowsFileServerVolumeConfiguration?: FSxWindowsFileServerVolumeConfiguration;
5179
4663
  }
5180
- export declare namespace Volume {
5181
- /**
5182
- * @internal
5183
- */
5184
- const filterSensitiveLog: (obj: Volume) => any;
5185
- }
5186
4664
  /**
5187
4665
  * <p>The details of a task definition which describes the container and volume definitions
5188
4666
  * of an Amazon Elastic Container Service task. You can specify which Docker images to use, the required
@@ -5455,24 +4933,12 @@ export interface TaskDefinition {
5455
4933
  */
5456
4934
  ephemeralStorage?: EphemeralStorage;
5457
4935
  }
5458
- export declare namespace TaskDefinition {
5459
- /**
5460
- * @internal
5461
- */
5462
- const filterSensitiveLog: (obj: TaskDefinition) => any;
5463
- }
5464
4936
  export interface DeregisterTaskDefinitionResponse {
5465
4937
  /**
5466
4938
  * <p>The full description of the deregistered task.</p>
5467
4939
  */
5468
4940
  taskDefinition?: TaskDefinition;
5469
4941
  }
5470
- export declare namespace DeregisterTaskDefinitionResponse {
5471
- /**
5472
- * @internal
5473
- */
5474
- const filterSensitiveLog: (obj: DeregisterTaskDefinitionResponse) => any;
5475
- }
5476
4942
  export declare enum CapacityProviderField {
5477
4943
  TAGS = "TAGS"
5478
4944
  }
@@ -5514,12 +4980,6 @@ export interface DescribeCapacityProvidersRequest {
5514
4980
  */
5515
4981
  nextToken?: string;
5516
4982
  }
5517
- export declare namespace DescribeCapacityProvidersRequest {
5518
- /**
5519
- * @internal
5520
- */
5521
- const filterSensitiveLog: (obj: DescribeCapacityProvidersRequest) => any;
5522
- }
5523
4983
  /**
5524
4984
  * <p>A failed resource. For a list of common causes, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/api_failures_messages.html">API failure
5525
4985
  * reasons</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
@@ -5538,12 +4998,6 @@ export interface Failure {
5538
4998
  */
5539
4999
  detail?: string;
5540
5000
  }
5541
- export declare namespace Failure {
5542
- /**
5543
- * @internal
5544
- */
5545
- const filterSensitiveLog: (obj: Failure) => any;
5546
- }
5547
5001
  export interface DescribeCapacityProvidersResponse {
5548
5002
  /**
5549
5003
  * <p>The list of capacity providers.</p>
@@ -5562,12 +5016,6 @@ export interface DescribeCapacityProvidersResponse {
5562
5016
  */
5563
5017
  nextToken?: string;
5564
5018
  }
5565
- export declare namespace DescribeCapacityProvidersResponse {
5566
- /**
5567
- * @internal
5568
- */
5569
- const filterSensitiveLog: (obj: DescribeCapacityProvidersResponse) => any;
5570
- }
5571
5019
  export declare enum ClusterField {
5572
5020
  ATTACHMENTS = "ATTACHMENTS",
5573
5021
  CONFIGURATIONS = "CONFIGURATIONS",
@@ -5597,12 +5045,6 @@ export interface DescribeClustersRequest {
5597
5045
  */
5598
5046
  include?: (ClusterField | string)[];
5599
5047
  }
5600
- export declare namespace DescribeClustersRequest {
5601
- /**
5602
- * @internal
5603
- */
5604
- const filterSensitiveLog: (obj: DescribeClustersRequest) => any;
5605
- }
5606
5048
  export interface DescribeClustersResponse {
5607
5049
  /**
5608
5050
  * <p>The list of clusters.</p>
@@ -5613,12 +5055,6 @@ export interface DescribeClustersResponse {
5613
5055
  */
5614
5056
  failures?: Failure[];
5615
5057
  }
5616
- export declare namespace DescribeClustersResponse {
5617
- /**
5618
- * @internal
5619
- */
5620
- const filterSensitiveLog: (obj: DescribeClustersResponse) => any;
5621
- }
5622
5058
  export declare enum ContainerInstanceField {
5623
5059
  CONTAINER_INSTANCE_HEALTH = "CONTAINER_INSTANCE_HEALTH",
5624
5060
  TAGS = "TAGS"
@@ -5644,12 +5080,6 @@ export interface DescribeContainerInstancesRequest {
5644
5080
  */
5645
5081
  include?: (ContainerInstanceField | string)[];
5646
5082
  }
5647
- export declare namespace DescribeContainerInstancesRequest {
5648
- /**
5649
- * @internal
5650
- */
5651
- const filterSensitiveLog: (obj: DescribeContainerInstancesRequest) => any;
5652
- }
5653
5083
  export interface DescribeContainerInstancesResponse {
5654
5084
  /**
5655
5085
  * <p>The list of container instances.</p>
@@ -5660,12 +5090,6 @@ export interface DescribeContainerInstancesResponse {
5660
5090
  */
5661
5091
  failures?: Failure[];
5662
5092
  }
5663
- export declare namespace DescribeContainerInstancesResponse {
5664
- /**
5665
- * @internal
5666
- */
5667
- const filterSensitiveLog: (obj: DescribeContainerInstancesResponse) => any;
5668
- }
5669
5093
  export declare enum ServiceField {
5670
5094
  TAGS = "TAGS"
5671
5095
  }
@@ -5688,12 +5112,6 @@ export interface DescribeServicesRequest {
5688
5112
  */
5689
5113
  include?: (ServiceField | string)[];
5690
5114
  }
5691
- export declare namespace DescribeServicesRequest {
5692
- /**
5693
- * @internal
5694
- */
5695
- const filterSensitiveLog: (obj: DescribeServicesRequest) => any;
5696
- }
5697
5115
  export interface DescribeServicesResponse {
5698
5116
  /**
5699
5117
  * <p>The list of services described.</p>
@@ -5704,12 +5122,6 @@ export interface DescribeServicesResponse {
5704
5122
  */
5705
5123
  failures?: Failure[];
5706
5124
  }
5707
- export declare namespace DescribeServicesResponse {
5708
- /**
5709
- * @internal
5710
- */
5711
- const filterSensitiveLog: (obj: DescribeServicesResponse) => any;
5712
- }
5713
5125
  export declare enum TaskDefinitionField {
5714
5126
  TAGS = "TAGS"
5715
5127
  }
@@ -5728,12 +5140,6 @@ export interface DescribeTaskDefinitionRequest {
5728
5140
  */
5729
5141
  include?: (TaskDefinitionField | string)[];
5730
5142
  }
5731
- export declare namespace DescribeTaskDefinitionRequest {
5732
- /**
5733
- * @internal
5734
- */
5735
- const filterSensitiveLog: (obj: DescribeTaskDefinitionRequest) => any;
5736
- }
5737
5143
  export interface DescribeTaskDefinitionResponse {
5738
5144
  /**
5739
5145
  * <p>The full task definition description.</p>
@@ -5776,12 +5182,6 @@ export interface DescribeTaskDefinitionResponse {
5776
5182
  */
5777
5183
  tags?: Tag[];
5778
5184
  }
5779
- export declare namespace DescribeTaskDefinitionResponse {
5780
- /**
5781
- * @internal
5782
- */
5783
- const filterSensitiveLog: (obj: DescribeTaskDefinitionResponse) => any;
5784
- }
5785
5185
  export declare enum TaskField {
5786
5186
  TAGS = "TAGS"
5787
5187
  }
@@ -5803,12 +5203,6 @@ export interface DescribeTasksRequest {
5803
5203
  */
5804
5204
  include?: (TaskField | string)[];
5805
5205
  }
5806
- export declare namespace DescribeTasksRequest {
5807
- /**
5808
- * @internal
5809
- */
5810
- const filterSensitiveLog: (obj: DescribeTasksRequest) => any;
5811
- }
5812
5206
  export declare enum Connectivity {
5813
5207
  CONNECTED = "CONNECTED",
5814
5208
  DISCONNECTED = "DISCONNECTED"
@@ -5843,12 +5237,6 @@ export interface ManagedAgent {
5843
5237
  */
5844
5238
  lastStatus?: string;
5845
5239
  }
5846
- export declare namespace ManagedAgent {
5847
- /**
5848
- * @internal
5849
- */
5850
- const filterSensitiveLog: (obj: ManagedAgent) => any;
5851
- }
5852
5240
  /**
5853
5241
  * <p>Details on the network bindings between a container and its host container instance.
5854
5242
  * After a task reaches the <code>RUNNING</code> status, manual and automatic host and
@@ -5873,12 +5261,6 @@ export interface NetworkBinding {
5873
5261
  */
5874
5262
  protocol?: TransportProtocol | string;
5875
5263
  }
5876
- export declare namespace NetworkBinding {
5877
- /**
5878
- * @internal
5879
- */
5880
- const filterSensitiveLog: (obj: NetworkBinding) => any;
5881
- }
5882
5264
  /**
5883
5265
  * <p>An object representing the elastic network interface for tasks that use the
5884
5266
  * <code>awsvpc</code> network mode.</p>
@@ -5897,12 +5279,6 @@ export interface NetworkInterface {
5897
5279
  */
5898
5280
  ipv6Address?: string;
5899
5281
  }
5900
- export declare namespace NetworkInterface {
5901
- /**
5902
- * @internal
5903
- */
5904
- const filterSensitiveLog: (obj: NetworkInterface) => any;
5905
- }
5906
5282
  /**
5907
5283
  * <p>A Docker container that's part of a task.</p>
5908
5284
  */
@@ -5985,12 +5361,6 @@ export interface Container {
5985
5361
  */
5986
5362
  gpuIds?: string[];
5987
5363
  }
5988
- export declare namespace Container {
5989
- /**
5990
- * @internal
5991
- */
5992
- const filterSensitiveLog: (obj: Container) => any;
5993
- }
5994
5364
  /**
5995
5365
  * <p>The overrides that are sent to a container. An empty container override can be passed
5996
5366
  * in. An example of an empty container override is <code>{"containerOverrides": [ ]
@@ -6042,12 +5412,6 @@ export interface ContainerOverride {
6042
5412
  */
6043
5413
  resourceRequirements?: ResourceRequirement[];
6044
5414
  }
6045
- export declare namespace ContainerOverride {
6046
- /**
6047
- * @internal
6048
- */
6049
- const filterSensitiveLog: (obj: ContainerOverride) => any;
6050
- }
6051
5415
  /**
6052
5416
  * <p>Details on an Elastic Inference accelerator task override. This parameter is used to
6053
5417
  * override the Elastic Inference accelerator specified in the task definition. For more
@@ -6066,12 +5430,6 @@ export interface InferenceAcceleratorOverride {
6066
5430
  */
6067
5431
  deviceType?: string;
6068
5432
  }
6069
- export declare namespace InferenceAcceleratorOverride {
6070
- /**
6071
- * @internal
6072
- */
6073
- const filterSensitiveLog: (obj: InferenceAcceleratorOverride) => any;
6074
- }
6075
5433
  /**
6076
5434
  * <p>The overrides that are associated with a task.</p>
6077
5435
  */
@@ -6122,12 +5480,6 @@ export interface TaskOverride {
6122
5480
  */
6123
5481
  ephemeralStorage?: EphemeralStorage;
6124
5482
  }
6125
- export declare namespace TaskOverride {
6126
- /**
6127
- * @internal
6128
- */
6129
- const filterSensitiveLog: (obj: TaskOverride) => any;
6130
- }
6131
5483
  export declare enum TaskStopCode {
6132
5484
  ESSENTIAL_CONTAINER_EXITED = "EssentialContainerExited",
6133
5485
  TASK_FAILED_TO_START = "TaskFailedToStart",
@@ -6442,12 +5794,6 @@ export interface Task {
6442
5794
  */
6443
5795
  ephemeralStorage?: EphemeralStorage;
6444
5796
  }
6445
- export declare namespace Task {
6446
- /**
6447
- * @internal
6448
- */
6449
- const filterSensitiveLog: (obj: Task) => any;
6450
- }
6451
5797
  export interface DescribeTasksResponse {
6452
5798
  /**
6453
5799
  * <p>The list of tasks.</p>
@@ -6458,12 +5804,6 @@ export interface DescribeTasksResponse {
6458
5804
  */
6459
5805
  failures?: Failure[];
6460
5806
  }
6461
- export declare namespace DescribeTasksResponse {
6462
- /**
6463
- * @internal
6464
- */
6465
- const filterSensitiveLog: (obj: DescribeTasksResponse) => any;
6466
- }
6467
5807
  export declare enum TaskSetField {
6468
5808
  TAGS = "TAGS"
6469
5809
  }
@@ -6489,12 +5829,6 @@ export interface DescribeTaskSetsRequest {
6489
5829
  */
6490
5830
  include?: (TaskSetField | string)[];
6491
5831
  }
6492
- export declare namespace DescribeTaskSetsRequest {
6493
- /**
6494
- * @internal
6495
- */
6496
- const filterSensitiveLog: (obj: DescribeTaskSetsRequest) => any;
6497
- }
6498
5832
  export interface DescribeTaskSetsResponse {
6499
5833
  /**
6500
5834
  * <p>The list of task sets described.</p>
@@ -6505,12 +5839,6 @@ export interface DescribeTaskSetsResponse {
6505
5839
  */
6506
5840
  failures?: Failure[];
6507
5841
  }
6508
- export declare namespace DescribeTaskSetsResponse {
6509
- /**
6510
- * @internal
6511
- */
6512
- const filterSensitiveLog: (obj: DescribeTaskSetsResponse) => any;
6513
- }
6514
5842
  export interface DiscoverPollEndpointRequest {
6515
5843
  /**
6516
5844
  * <p>The container instance ID or full ARN of the container instance. For more
@@ -6523,12 +5851,6 @@ export interface DiscoverPollEndpointRequest {
6523
5851
  */
6524
5852
  cluster?: string;
6525
5853
  }
6526
- export declare namespace DiscoverPollEndpointRequest {
6527
- /**
6528
- * @internal
6529
- */
6530
- const filterSensitiveLog: (obj: DiscoverPollEndpointRequest) => any;
6531
- }
6532
5854
  export interface DiscoverPollEndpointResponse {
6533
5855
  /**
6534
5856
  * <p>The endpoint for the Amazon ECS agent to poll.</p>
@@ -6539,12 +5861,6 @@ export interface DiscoverPollEndpointResponse {
6539
5861
  */
6540
5862
  telemetryEndpoint?: string;
6541
5863
  }
6542
- export declare namespace DiscoverPollEndpointResponse {
6543
- /**
6544
- * @internal
6545
- */
6546
- const filterSensitiveLog: (obj: DiscoverPollEndpointResponse) => any;
6547
- }
6548
5864
  export interface ExecuteCommandRequest {
6549
5865
  /**
6550
5866
  * <p>The Amazon Resource Name (ARN) or short name of the cluster the task is running in.
@@ -6569,12 +5885,6 @@ export interface ExecuteCommandRequest {
6569
5885
  */
6570
5886
  task: string | undefined;
6571
5887
  }
6572
- export declare namespace ExecuteCommandRequest {
6573
- /**
6574
- * @internal
6575
- */
6576
- const filterSensitiveLog: (obj: ExecuteCommandRequest) => any;
6577
- }
6578
5888
  /**
6579
5889
  * <p>The details for the execute command session.</p>
6580
5890
  */
@@ -6594,12 +5904,6 @@ export interface Session {
6594
5904
  */
6595
5905
  tokenValue?: string;
6596
5906
  }
6597
- export declare namespace Session {
6598
- /**
6599
- * @internal
6600
- */
6601
- const filterSensitiveLog: (obj: Session) => any;
6602
- }
6603
5907
  export interface ExecuteCommandResponse {
6604
5908
  /**
6605
5909
  * <p>The Amazon Resource Name (ARN) of the cluster.</p>
@@ -6629,12 +5933,6 @@ export interface ExecuteCommandResponse {
6629
5933
  */
6630
5934
  taskArn?: string;
6631
5935
  }
6632
- export declare namespace ExecuteCommandResponse {
6633
- /**
6634
- * @internal
6635
- */
6636
- const filterSensitiveLog: (obj: ExecuteCommandResponse) => any;
6637
- }
6638
5936
  /**
6639
5937
  * <p>The execute command cannot run. This error can be caused by any of the following
6640
5938
  * configuration issues:</p>
@@ -6713,12 +6011,6 @@ export interface ListAccountSettingsRequest {
6713
6011
  */
6714
6012
  maxResults?: number;
6715
6013
  }
6716
- export declare namespace ListAccountSettingsRequest {
6717
- /**
6718
- * @internal
6719
- */
6720
- const filterSensitiveLog: (obj: ListAccountSettingsRequest) => any;
6721
- }
6722
6014
  export interface ListAccountSettingsResponse {
6723
6015
  /**
6724
6016
  * <p>The account settings for the resource.</p>
@@ -6733,12 +6025,6 @@ export interface ListAccountSettingsResponse {
6733
6025
  */
6734
6026
  nextToken?: string;
6735
6027
  }
6736
- export declare namespace ListAccountSettingsResponse {
6737
- /**
6738
- * @internal
6739
- */
6740
- const filterSensitiveLog: (obj: ListAccountSettingsResponse) => any;
6741
- }
6742
6028
  export interface ListAttributesRequest {
6743
6029
  /**
6744
6030
  * <p>The short name or full Amazon Resource Name (ARN) of the cluster to list attributes.
@@ -6781,12 +6067,6 @@ export interface ListAttributesRequest {
6781
6067
  */
6782
6068
  maxResults?: number;
6783
6069
  }
6784
- export declare namespace ListAttributesRequest {
6785
- /**
6786
- * @internal
6787
- */
6788
- const filterSensitiveLog: (obj: ListAttributesRequest) => any;
6789
- }
6790
6070
  export interface ListAttributesResponse {
6791
6071
  /**
6792
6072
  * <p>A list of attribute objects that meet the criteria of the request.</p>
@@ -6801,12 +6081,6 @@ export interface ListAttributesResponse {
6801
6081
  */
6802
6082
  nextToken?: string;
6803
6083
  }
6804
- export declare namespace ListAttributesResponse {
6805
- /**
6806
- * @internal
6807
- */
6808
- const filterSensitiveLog: (obj: ListAttributesResponse) => any;
6809
- }
6810
6084
  export interface ListClustersRequest {
6811
6085
  /**
6812
6086
  * <p>The <code>nextToken</code> value returned from a <code>ListClusters</code> request
@@ -6831,12 +6105,6 @@ export interface ListClustersRequest {
6831
6105
  */
6832
6106
  maxResults?: number;
6833
6107
  }
6834
- export declare namespace ListClustersRequest {
6835
- /**
6836
- * @internal
6837
- */
6838
- const filterSensitiveLog: (obj: ListClustersRequest) => any;
6839
- }
6840
6108
  export interface ListClustersResponse {
6841
6109
  /**
6842
6110
  * <p>The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your
@@ -6852,12 +6120,6 @@ export interface ListClustersResponse {
6852
6120
  */
6853
6121
  nextToken?: string;
6854
6122
  }
6855
- export declare namespace ListClustersResponse {
6856
- /**
6857
- * @internal
6858
- */
6859
- const filterSensitiveLog: (obj: ListClustersResponse) => any;
6860
- }
6861
6123
  export declare enum ContainerInstanceStatus {
6862
6124
  ACTIVE = "ACTIVE",
6863
6125
  DEREGISTERING = "DEREGISTERING",
@@ -6910,12 +6172,6 @@ export interface ListContainerInstancesRequest {
6910
6172
  */
6911
6173
  status?: ContainerInstanceStatus | string;
6912
6174
  }
6913
- export declare namespace ListContainerInstancesRequest {
6914
- /**
6915
- * @internal
6916
- */
6917
- const filterSensitiveLog: (obj: ListContainerInstancesRequest) => any;
6918
- }
6919
6175
  export interface ListContainerInstancesResponse {
6920
6176
  /**
6921
6177
  * <p>The list of container instances with full ARN entries for each container instance
@@ -6931,12 +6187,6 @@ export interface ListContainerInstancesResponse {
6931
6187
  */
6932
6188
  nextToken?: string;
6933
6189
  }
6934
- export declare namespace ListContainerInstancesResponse {
6935
- /**
6936
- * @internal
6937
- */
6938
- const filterSensitiveLog: (obj: ListContainerInstancesResponse) => any;
6939
- }
6940
6190
  export interface ListServicesRequest {
6941
6191
  /**
6942
6192
  * <p>The short name or full Amazon Resource Name (ARN) of the cluster to use when filtering the
@@ -6976,12 +6226,6 @@ export interface ListServicesRequest {
6976
6226
  */
6977
6227
  schedulingStrategy?: SchedulingStrategy | string;
6978
6228
  }
6979
- export declare namespace ListServicesRequest {
6980
- /**
6981
- * @internal
6982
- */
6983
- const filterSensitiveLog: (obj: ListServicesRequest) => any;
6984
- }
6985
6229
  export interface ListServicesResponse {
6986
6230
  /**
6987
6231
  * <p>The list of full ARN entries for each service that's associated with the specified
@@ -6997,12 +6241,6 @@ export interface ListServicesResponse {
6997
6241
  */
6998
6242
  nextToken?: string;
6999
6243
  }
7000
- export declare namespace ListServicesResponse {
7001
- /**
7002
- * @internal
7003
- */
7004
- const filterSensitiveLog: (obj: ListServicesResponse) => any;
7005
- }
7006
6244
  export interface ListTagsForResourceRequest {
7007
6245
  /**
7008
6246
  * <p>The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the
@@ -7011,24 +6249,12 @@ export interface ListTagsForResourceRequest {
7011
6249
  */
7012
6250
  resourceArn: string | undefined;
7013
6251
  }
7014
- export declare namespace ListTagsForResourceRequest {
7015
- /**
7016
- * @internal
7017
- */
7018
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
7019
- }
7020
6252
  export interface ListTagsForResourceResponse {
7021
6253
  /**
7022
6254
  * <p>The tags for the resource.</p>
7023
6255
  */
7024
6256
  tags?: Tag[];
7025
6257
  }
7026
- export declare namespace ListTagsForResourceResponse {
7027
- /**
7028
- * @internal
7029
- */
7030
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
7031
- }
7032
6258
  export declare enum TaskDefinitionFamilyStatus {
7033
6259
  ACTIVE = "ACTIVE",
7034
6260
  ALL = "ALL",
@@ -7080,12 +6306,6 @@ export interface ListTaskDefinitionFamiliesRequest {
7080
6306
  */
7081
6307
  maxResults?: number;
7082
6308
  }
7083
- export declare namespace ListTaskDefinitionFamiliesRequest {
7084
- /**
7085
- * @internal
7086
- */
7087
- const filterSensitiveLog: (obj: ListTaskDefinitionFamiliesRequest) => any;
7088
- }
7089
6309
  export interface ListTaskDefinitionFamiliesResponse {
7090
6310
  /**
7091
6311
  * <p>The list of task definition family names that match the
@@ -7101,12 +6321,6 @@ export interface ListTaskDefinitionFamiliesResponse {
7101
6321
  */
7102
6322
  nextToken?: string;
7103
6323
  }
7104
- export declare namespace ListTaskDefinitionFamiliesResponse {
7105
- /**
7106
- * @internal
7107
- */
7108
- const filterSensitiveLog: (obj: ListTaskDefinitionFamiliesResponse) => any;
7109
- }
7110
6324
  export declare enum SortOrder {
7111
6325
  ASC = "ASC",
7112
6326
  DESC = "DESC"
@@ -7160,12 +6374,6 @@ export interface ListTaskDefinitionsRequest {
7160
6374
  */
7161
6375
  maxResults?: number;
7162
6376
  }
7163
- export declare namespace ListTaskDefinitionsRequest {
7164
- /**
7165
- * @internal
7166
- */
7167
- const filterSensitiveLog: (obj: ListTaskDefinitionsRequest) => any;
7168
- }
7169
6377
  export interface ListTaskDefinitionsResponse {
7170
6378
  /**
7171
6379
  * <p>The list of task definition Amazon Resource Name (ARN) entries for the <code>ListTaskDefinitions</code>
@@ -7181,12 +6389,6 @@ export interface ListTaskDefinitionsResponse {
7181
6389
  */
7182
6390
  nextToken?: string;
7183
6391
  }
7184
- export declare namespace ListTaskDefinitionsResponse {
7185
- /**
7186
- * @internal
7187
- */
7188
- const filterSensitiveLog: (obj: ListTaskDefinitionsResponse) => any;
7189
- }
7190
6392
  export declare enum DesiredStatus {
7191
6393
  PENDING = "PENDING",
7192
6394
  RUNNING = "RUNNING",
@@ -7265,12 +6467,6 @@ export interface ListTasksRequest {
7265
6467
  */
7266
6468
  launchType?: LaunchType | string;
7267
6469
  }
7268
- export declare namespace ListTasksRequest {
7269
- /**
7270
- * @internal
7271
- */
7272
- const filterSensitiveLog: (obj: ListTasksRequest) => any;
7273
- }
7274
6470
  export interface ListTasksResponse {
7275
6471
  /**
7276
6472
  * <p>The list of task ARN entries for the <code>ListTasks</code> request.</p>
@@ -7285,12 +6481,6 @@ export interface ListTasksResponse {
7285
6481
  */
7286
6482
  nextToken?: string;
7287
6483
  }
7288
- export declare namespace ListTasksResponse {
7289
- /**
7290
- * @internal
7291
- */
7292
- const filterSensitiveLog: (obj: ListTasksResponse) => any;
7293
- }
7294
6484
  export interface PutAccountSettingRequest {
7295
6485
  /**
7296
6486
  * <p>The Amazon ECS resource name for which to modify the account setting. If
@@ -7322,24 +6512,12 @@ export interface PutAccountSettingRequest {
7322
6512
  */
7323
6513
  principalArn?: string;
7324
6514
  }
7325
- export declare namespace PutAccountSettingRequest {
7326
- /**
7327
- * @internal
7328
- */
7329
- const filterSensitiveLog: (obj: PutAccountSettingRequest) => any;
7330
- }
7331
6515
  export interface PutAccountSettingResponse {
7332
6516
  /**
7333
6517
  * <p>The current account setting for a resource.</p>
7334
6518
  */
7335
6519
  setting?: Setting;
7336
6520
  }
7337
- export declare namespace PutAccountSettingResponse {
7338
- /**
7339
- * @internal
7340
- */
7341
- const filterSensitiveLog: (obj: PutAccountSettingResponse) => any;
7342
- }
7343
6521
  export interface PutAccountSettingDefaultRequest {
7344
6522
  /**
7345
6523
  * <p>The resource name for which to modify the account setting. If
@@ -7358,24 +6536,12 @@ export interface PutAccountSettingDefaultRequest {
7358
6536
  */
7359
6537
  value: string | undefined;
7360
6538
  }
7361
- export declare namespace PutAccountSettingDefaultRequest {
7362
- /**
7363
- * @internal
7364
- */
7365
- const filterSensitiveLog: (obj: PutAccountSettingDefaultRequest) => any;
7366
- }
7367
6539
  export interface PutAccountSettingDefaultResponse {
7368
6540
  /**
7369
6541
  * <p>The current setting for a resource.</p>
7370
6542
  */
7371
6543
  setting?: Setting;
7372
6544
  }
7373
- export declare namespace PutAccountSettingDefaultResponse {
7374
- /**
7375
- * @internal
7376
- */
7377
- const filterSensitiveLog: (obj: PutAccountSettingDefaultResponse) => any;
7378
- }
7379
6545
  /**
7380
6546
  * <p>You can apply up to 10 custom attributes for each resource. You can view the
7381
6547
  * attributes of a resource with <a>ListAttributes</a>. You can remove existing
@@ -7401,24 +6567,12 @@ export interface PutAttributesRequest {
7401
6567
  */
7402
6568
  attributes: Attribute[] | undefined;
7403
6569
  }
7404
- export declare namespace PutAttributesRequest {
7405
- /**
7406
- * @internal
7407
- */
7408
- const filterSensitiveLog: (obj: PutAttributesRequest) => any;
7409
- }
7410
6570
  export interface PutAttributesResponse {
7411
6571
  /**
7412
6572
  * <p>The attributes applied to your resource.</p>
7413
6573
  */
7414
6574
  attributes?: Attribute[];
7415
6575
  }
7416
- export declare namespace PutAttributesResponse {
7417
- /**
7418
- * @internal
7419
- */
7420
- const filterSensitiveLog: (obj: PutAttributesResponse) => any;
7421
- }
7422
6576
  export interface PutClusterCapacityProvidersRequest {
7423
6577
  /**
7424
6578
  * <p>The short name or full Amazon Resource Name (ARN) of the cluster to modify the capacity provider
@@ -7455,24 +6609,12 @@ export interface PutClusterCapacityProvidersRequest {
7455
6609
  */
7456
6610
  defaultCapacityProviderStrategy: CapacityProviderStrategyItem[] | undefined;
7457
6611
  }
7458
- export declare namespace PutClusterCapacityProvidersRequest {
7459
- /**
7460
- * @internal
7461
- */
7462
- const filterSensitiveLog: (obj: PutClusterCapacityProvidersRequest) => any;
7463
- }
7464
6612
  export interface PutClusterCapacityProvidersResponse {
7465
6613
  /**
7466
6614
  * <p>Details about the cluster.</p>
7467
6615
  */
7468
6616
  cluster?: Cluster;
7469
6617
  }
7470
- export declare namespace PutClusterCapacityProvidersResponse {
7471
- /**
7472
- * @internal
7473
- */
7474
- const filterSensitiveLog: (obj: PutClusterCapacityProvidersResponse) => any;
7475
- }
7476
6618
  /**
7477
6619
  * <p>The specified resource is in-use and can't be removed.</p>
7478
6620
  */
@@ -7504,12 +6646,6 @@ export interface PlatformDevice {
7504
6646
  */
7505
6647
  type: PlatformDeviceType | string | undefined;
7506
6648
  }
7507
- export declare namespace PlatformDevice {
7508
- /**
7509
- * @internal
7510
- */
7511
- const filterSensitiveLog: (obj: PlatformDevice) => any;
7512
- }
7513
6649
  export interface RegisterContainerInstanceRequest {
7514
6650
  /**
7515
6651
  * <p>The short name or full Amazon Resource Name (ARN) of the cluster to register your container instance
@@ -7589,24 +6725,12 @@ export interface RegisterContainerInstanceRequest {
7589
6725
  */
7590
6726
  tags?: Tag[];
7591
6727
  }
7592
- export declare namespace RegisterContainerInstanceRequest {
7593
- /**
7594
- * @internal
7595
- */
7596
- const filterSensitiveLog: (obj: RegisterContainerInstanceRequest) => any;
7597
- }
7598
6728
  export interface RegisterContainerInstanceResponse {
7599
6729
  /**
7600
6730
  * <p>The container instance that was registered.</p>
7601
6731
  */
7602
6732
  containerInstance?: ContainerInstance;
7603
6733
  }
7604
- export declare namespace RegisterContainerInstanceResponse {
7605
- /**
7606
- * @internal
7607
- */
7608
- const filterSensitiveLog: (obj: RegisterContainerInstanceResponse) => any;
7609
- }
7610
6734
  export interface RegisterTaskDefinitionRequest {
7611
6735
  /**
7612
6736
  * <p>You must specify a <code>family</code> for a task definition. You can use it track
@@ -7886,12 +7010,6 @@ export interface RegisterTaskDefinitionRequest {
7886
7010
  */
7887
7011
  runtimePlatform?: RuntimePlatform;
7888
7012
  }
7889
- export declare namespace RegisterTaskDefinitionRequest {
7890
- /**
7891
- * @internal
7892
- */
7893
- const filterSensitiveLog: (obj: RegisterTaskDefinitionRequest) => any;
7894
- }
7895
7013
  export interface RegisterTaskDefinitionResponse {
7896
7014
  /**
7897
7015
  * <p>The full description of the registered task definition.</p>
@@ -7902,12 +7020,6 @@ export interface RegisterTaskDefinitionResponse {
7902
7020
  */
7903
7021
  tags?: Tag[];
7904
7022
  }
7905
- export declare namespace RegisterTaskDefinitionResponse {
7906
- /**
7907
- * @internal
7908
- */
7909
- const filterSensitiveLog: (obj: RegisterTaskDefinitionResponse) => any;
7910
- }
7911
7023
  /**
7912
7024
  * <p>Your Amazon Web Services account was blocked. For more information, contact <a href="http://aws.amazon.com/contact-us/">
7913
7025
  * Amazon Web Services Support</a>.</p>
@@ -8104,12 +7216,6 @@ export interface RunTaskRequest {
8104
7216
  */
8105
7217
  taskDefinition: string | undefined;
8106
7218
  }
8107
- export declare namespace RunTaskRequest {
8108
- /**
8109
- * @internal
8110
- */
8111
- const filterSensitiveLog: (obj: RunTaskRequest) => any;
8112
- }
8113
7219
  export interface RunTaskResponse {
8114
7220
  /**
8115
7221
  * <p>A full description of the tasks that were run. The tasks that were successfully placed
@@ -8121,12 +7227,6 @@ export interface RunTaskResponse {
8121
7227
  */
8122
7228
  failures?: Failure[];
8123
7229
  }
8124
- export declare namespace RunTaskResponse {
8125
- /**
8126
- * @internal
8127
- */
8128
- const filterSensitiveLog: (obj: RunTaskResponse) => any;
8129
- }
8130
7230
  export interface StartTaskRequest {
8131
7231
  /**
8132
7232
  * <p>The short name or full Amazon Resource Name (ARN) of the cluster where to start your task.
@@ -8236,12 +7336,6 @@ export interface StartTaskRequest {
8236
7336
  */
8237
7337
  taskDefinition: string | undefined;
8238
7338
  }
8239
- export declare namespace StartTaskRequest {
8240
- /**
8241
- * @internal
8242
- */
8243
- const filterSensitiveLog: (obj: StartTaskRequest) => any;
8244
- }
8245
7339
  export interface StartTaskResponse {
8246
7340
  /**
8247
7341
  * <p>A full description of the tasks that were started. Each task that was successfully
@@ -8253,12 +7347,6 @@ export interface StartTaskResponse {
8253
7347
  */
8254
7348
  failures?: Failure[];
8255
7349
  }
8256
- export declare namespace StartTaskResponse {
8257
- /**
8258
- * @internal
8259
- */
8260
- const filterSensitiveLog: (obj: StartTaskResponse) => any;
8261
- }
8262
7350
  export interface StopTaskRequest {
8263
7351
  /**
8264
7352
  * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to stop.
@@ -8277,24 +7365,12 @@ export interface StopTaskRequest {
8277
7365
  */
8278
7366
  reason?: string;
8279
7367
  }
8280
- export declare namespace StopTaskRequest {
8281
- /**
8282
- * @internal
8283
- */
8284
- const filterSensitiveLog: (obj: StopTaskRequest) => any;
8285
- }
8286
7368
  export interface StopTaskResponse {
8287
7369
  /**
8288
7370
  * <p>The task that was stopped.</p>
8289
7371
  */
8290
7372
  task?: Task;
8291
7373
  }
8292
- export declare namespace StopTaskResponse {
8293
- /**
8294
- * @internal
8295
- */
8296
- const filterSensitiveLog: (obj: StopTaskResponse) => any;
8297
- }
8298
7374
  /**
8299
7375
  * <p>An object representing a change in state for a task attachment.</p>
8300
7376
  */
@@ -8308,12 +7384,6 @@ export interface AttachmentStateChange {
8308
7384
  */
8309
7385
  status: string | undefined;
8310
7386
  }
8311
- export declare namespace AttachmentStateChange {
8312
- /**
8313
- * @internal
8314
- */
8315
- const filterSensitiveLog: (obj: AttachmentStateChange) => any;
8316
- }
8317
7387
  export interface SubmitAttachmentStateChangesRequest {
8318
7388
  /**
8319
7389
  * <p>The short name or full ARN of the cluster that hosts the container instance the
@@ -8325,24 +7395,12 @@ export interface SubmitAttachmentStateChangesRequest {
8325
7395
  */
8326
7396
  attachments: AttachmentStateChange[] | undefined;
8327
7397
  }
8328
- export declare namespace SubmitAttachmentStateChangesRequest {
8329
- /**
8330
- * @internal
8331
- */
8332
- const filterSensitiveLog: (obj: SubmitAttachmentStateChangesRequest) => any;
8333
- }
8334
7398
  export interface SubmitAttachmentStateChangesResponse {
8335
7399
  /**
8336
7400
  * <p>Acknowledgement of the state change.</p>
8337
7401
  */
8338
7402
  acknowledgment?: string;
8339
7403
  }
8340
- export declare namespace SubmitAttachmentStateChangesResponse {
8341
- /**
8342
- * @internal
8343
- */
8344
- const filterSensitiveLog: (obj: SubmitAttachmentStateChangesResponse) => any;
8345
- }
8346
7404
  export interface SubmitContainerStateChangeRequest {
8347
7405
  /**
8348
7406
  * <p>The short name or full ARN of the cluster that hosts the container.</p>
@@ -8377,24 +7435,12 @@ export interface SubmitContainerStateChangeRequest {
8377
7435
  */
8378
7436
  networkBindings?: NetworkBinding[];
8379
7437
  }
8380
- export declare namespace SubmitContainerStateChangeRequest {
8381
- /**
8382
- * @internal
8383
- */
8384
- const filterSensitiveLog: (obj: SubmitContainerStateChangeRequest) => any;
8385
- }
8386
7438
  export interface SubmitContainerStateChangeResponse {
8387
7439
  /**
8388
7440
  * <p>Acknowledgement of the state change.</p>
8389
7441
  */
8390
7442
  acknowledgment?: string;
8391
7443
  }
8392
- export declare namespace SubmitContainerStateChangeResponse {
8393
- /**
8394
- * @internal
8395
- */
8396
- const filterSensitiveLog: (obj: SubmitContainerStateChangeResponse) => any;
8397
- }
8398
7444
  /**
8399
7445
  * <p>An object that represents a change in state for a container.</p>
8400
7446
  */
@@ -8429,12 +7475,6 @@ export interface ContainerStateChange {
8429
7475
  */
8430
7476
  status?: string;
8431
7477
  }
8432
- export declare namespace ContainerStateChange {
8433
- /**
8434
- * @internal
8435
- */
8436
- const filterSensitiveLog: (obj: ContainerStateChange) => any;
8437
- }
8438
7478
  /**
8439
7479
  * <p>An object representing a change in state for a managed agent.</p>
8440
7480
  */
@@ -8456,12 +7496,6 @@ export interface ManagedAgentStateChange {
8456
7496
  */
8457
7497
  reason?: string;
8458
7498
  }
8459
- export declare namespace ManagedAgentStateChange {
8460
- /**
8461
- * @internal
8462
- */
8463
- const filterSensitiveLog: (obj: ManagedAgentStateChange) => any;
8464
- }
8465
7499
  export interface SubmitTaskStateChangeRequest {
8466
7500
  /**
8467
7501
  * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task.</p>
@@ -8504,24 +7538,12 @@ export interface SubmitTaskStateChangeRequest {
8504
7538
  */
8505
7539
  executionStoppedAt?: Date;
8506
7540
  }
8507
- export declare namespace SubmitTaskStateChangeRequest {
8508
- /**
8509
- * @internal
8510
- */
8511
- const filterSensitiveLog: (obj: SubmitTaskStateChangeRequest) => any;
8512
- }
8513
7541
  export interface SubmitTaskStateChangeResponse {
8514
7542
  /**
8515
7543
  * <p>Acknowledgement of the state change.</p>
8516
7544
  */
8517
7545
  acknowledgment?: string;
8518
7546
  }
8519
- export declare namespace SubmitTaskStateChangeResponse {
8520
- /**
8521
- * @internal
8522
- */
8523
- const filterSensitiveLog: (obj: SubmitTaskStateChangeResponse) => any;
8524
- }
8525
7547
  /**
8526
7548
  * <p>The specified resource wasn't found.</p>
8527
7549
  */
@@ -8576,20 +7598,8 @@ export interface TagResourceRequest {
8576
7598
  */
8577
7599
  tags: Tag[] | undefined;
8578
7600
  }
8579
- export declare namespace TagResourceRequest {
8580
- /**
8581
- * @internal
8582
- */
8583
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
8584
- }
8585
7601
  export interface TagResourceResponse {
8586
7602
  }
8587
- export declare namespace TagResourceResponse {
8588
- /**
8589
- * @internal
8590
- */
8591
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
8592
- }
8593
7603
  export interface UntagResourceRequest {
8594
7604
  /**
8595
7605
  * <p>The Amazon Resource Name (ARN) of the resource to delete tags from. Currently, the supported resources
@@ -8602,20 +7612,8 @@ export interface UntagResourceRequest {
8602
7612
  */
8603
7613
  tagKeys: string[] | undefined;
8604
7614
  }
8605
- export declare namespace UntagResourceRequest {
8606
- /**
8607
- * @internal
8608
- */
8609
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
8610
- }
8611
7615
  export interface UntagResourceResponse {
8612
7616
  }
8613
- export declare namespace UntagResourceResponse {
8614
- /**
8615
- * @internal
8616
- */
8617
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
8618
- }
8619
7617
  /**
8620
7618
  * <p>The details of the Auto Scaling group capacity provider to update.</p>
8621
7619
  */
@@ -8641,12 +7639,6 @@ export interface AutoScalingGroupProviderUpdate {
8641
7639
  */
8642
7640
  managedTerminationProtection?: ManagedTerminationProtection | string;
8643
7641
  }
8644
- export declare namespace AutoScalingGroupProviderUpdate {
8645
- /**
8646
- * @internal
8647
- */
8648
- const filterSensitiveLog: (obj: AutoScalingGroupProviderUpdate) => any;
8649
- }
8650
7642
  export interface UpdateCapacityProviderRequest {
8651
7643
  /**
8652
7644
  * <p>The name of the capacity provider to update.</p>
@@ -8658,24 +7650,12 @@ export interface UpdateCapacityProviderRequest {
8658
7650
  */
8659
7651
  autoScalingGroupProvider: AutoScalingGroupProviderUpdate | undefined;
8660
7652
  }
8661
- export declare namespace UpdateCapacityProviderRequest {
8662
- /**
8663
- * @internal
8664
- */
8665
- const filterSensitiveLog: (obj: UpdateCapacityProviderRequest) => any;
8666
- }
8667
7653
  export interface UpdateCapacityProviderResponse {
8668
7654
  /**
8669
7655
  * <p>Details about the capacity provider.</p>
8670
7656
  */
8671
7657
  capacityProvider?: CapacityProvider;
8672
7658
  }
8673
- export declare namespace UpdateCapacityProviderResponse {
8674
- /**
8675
- * @internal
8676
- */
8677
- const filterSensitiveLog: (obj: UpdateCapacityProviderResponse) => any;
8678
- }
8679
7659
  export interface UpdateClusterRequest {
8680
7660
  /**
8681
7661
  * <p>The name of the cluster to modify the settings for.</p>
@@ -8690,24 +7670,12 @@ export interface UpdateClusterRequest {
8690
7670
  */
8691
7671
  configuration?: ClusterConfiguration;
8692
7672
  }
8693
- export declare namespace UpdateClusterRequest {
8694
- /**
8695
- * @internal
8696
- */
8697
- const filterSensitiveLog: (obj: UpdateClusterRequest) => any;
8698
- }
8699
7673
  export interface UpdateClusterResponse {
8700
7674
  /**
8701
7675
  * <p>Details about the cluster.</p>
8702
7676
  */
8703
7677
  cluster?: Cluster;
8704
7678
  }
8705
- export declare namespace UpdateClusterResponse {
8706
- /**
8707
- * @internal
8708
- */
8709
- const filterSensitiveLog: (obj: UpdateClusterResponse) => any;
8710
- }
8711
7679
  export interface UpdateClusterSettingsRequest {
8712
7680
  /**
8713
7681
  * <p>The name of the cluster to modify the settings for.</p>
@@ -8721,24 +7689,12 @@ export interface UpdateClusterSettingsRequest {
8721
7689
  */
8722
7690
  settings: ClusterSetting[] | undefined;
8723
7691
  }
8724
- export declare namespace UpdateClusterSettingsRequest {
8725
- /**
8726
- * @internal
8727
- */
8728
- const filterSensitiveLog: (obj: UpdateClusterSettingsRequest) => any;
8729
- }
8730
7692
  export interface UpdateClusterSettingsResponse {
8731
7693
  /**
8732
7694
  * <p>Details about the cluster</p>
8733
7695
  */
8734
7696
  cluster?: Cluster;
8735
7697
  }
8736
- export declare namespace UpdateClusterSettingsResponse {
8737
- /**
8738
- * @internal
8739
- */
8740
- const filterSensitiveLog: (obj: UpdateClusterSettingsResponse) => any;
8741
- }
8742
7698
  /**
8743
7699
  * <p>Amazon ECS can't determine the current version of the Amazon ECS container agent on the
8744
7700
  * container instance and doesn't have enough information to proceed with an update. This
@@ -8778,24 +7734,12 @@ export interface UpdateContainerAgentRequest {
8778
7734
  */
8779
7735
  containerInstance: string | undefined;
8780
7736
  }
8781
- export declare namespace UpdateContainerAgentRequest {
8782
- /**
8783
- * @internal
8784
- */
8785
- const filterSensitiveLog: (obj: UpdateContainerAgentRequest) => any;
8786
- }
8787
7737
  export interface UpdateContainerAgentResponse {
8788
7738
  /**
8789
7739
  * <p>The container instance that the container agent was updated for.</p>
8790
7740
  */
8791
7741
  containerInstance?: ContainerInstance;
8792
7742
  }
8793
- export declare namespace UpdateContainerAgentResponse {
8794
- /**
8795
- * @internal
8796
- */
8797
- const filterSensitiveLog: (obj: UpdateContainerAgentResponse) => any;
8798
- }
8799
7743
  export interface UpdateContainerInstancesStateRequest {
8800
7744
  /**
8801
7745
  * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instance to
@@ -8816,12 +7760,6 @@ export interface UpdateContainerInstancesStateRequest {
8816
7760
  */
8817
7761
  status: ContainerInstanceStatus | string | undefined;
8818
7762
  }
8819
- export declare namespace UpdateContainerInstancesStateRequest {
8820
- /**
8821
- * @internal
8822
- */
8823
- const filterSensitiveLog: (obj: UpdateContainerInstancesStateRequest) => any;
8824
- }
8825
7763
  export interface UpdateContainerInstancesStateResponse {
8826
7764
  /**
8827
7765
  * <p>The list of container instances.</p>
@@ -8832,12 +7770,6 @@ export interface UpdateContainerInstancesStateResponse {
8832
7770
  */
8833
7771
  failures?: Failure[];
8834
7772
  }
8835
- export declare namespace UpdateContainerInstancesStateResponse {
8836
- /**
8837
- * @internal
8838
- */
8839
- const filterSensitiveLog: (obj: UpdateContainerInstancesStateResponse) => any;
8840
- }
8841
7773
  export interface UpdateServiceRequest {
8842
7774
  /**
8843
7775
  * <p>The short name or full Amazon Resource Name (ARN) of the cluster that your service runs on.
@@ -9001,24 +7933,12 @@ export interface UpdateServiceRequest {
9001
7933
  */
9002
7934
  serviceRegistries?: ServiceRegistry[];
9003
7935
  }
9004
- export declare namespace UpdateServiceRequest {
9005
- /**
9006
- * @internal
9007
- */
9008
- const filterSensitiveLog: (obj: UpdateServiceRequest) => any;
9009
- }
9010
7936
  export interface UpdateServiceResponse {
9011
7937
  /**
9012
7938
  * <p>The full description of your service following the update call.</p>
9013
7939
  */
9014
7940
  service?: Service;
9015
7941
  }
9016
- export declare namespace UpdateServiceResponse {
9017
- /**
9018
- * @internal
9019
- */
9020
- const filterSensitiveLog: (obj: UpdateServiceResponse) => any;
9021
- }
9022
7942
  export interface UpdateServicePrimaryTaskSetRequest {
9023
7943
  /**
9024
7944
  * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task
@@ -9035,24 +7955,12 @@ export interface UpdateServicePrimaryTaskSetRequest {
9035
7955
  */
9036
7956
  primaryTaskSet: string | undefined;
9037
7957
  }
9038
- export declare namespace UpdateServicePrimaryTaskSetRequest {
9039
- /**
9040
- * @internal
9041
- */
9042
- const filterSensitiveLog: (obj: UpdateServicePrimaryTaskSetRequest) => any;
9043
- }
9044
7958
  export interface UpdateServicePrimaryTaskSetResponse {
9045
7959
  /**
9046
7960
  * <p>etails about the task set.</p>
9047
7961
  */
9048
7962
  taskSet?: TaskSet;
9049
7963
  }
9050
- export declare namespace UpdateServicePrimaryTaskSetResponse {
9051
- /**
9052
- * @internal
9053
- */
9054
- const filterSensitiveLog: (obj: UpdateServicePrimaryTaskSetResponse) => any;
9055
- }
9056
7964
  export interface UpdateTaskSetRequest {
9057
7965
  /**
9058
7966
  * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task
@@ -9073,21 +7981,745 @@ export interface UpdateTaskSetRequest {
9073
7981
  */
9074
7982
  scale: Scale | undefined;
9075
7983
  }
9076
- export declare namespace UpdateTaskSetRequest {
9077
- /**
9078
- * @internal
9079
- */
9080
- const filterSensitiveLog: (obj: UpdateTaskSetRequest) => any;
9081
- }
9082
7984
  export interface UpdateTaskSetResponse {
9083
7985
  /**
9084
7986
  * <p>Details about the task set.</p>
9085
7987
  */
9086
7988
  taskSet?: TaskSet;
9087
7989
  }
9088
- export declare namespace UpdateTaskSetResponse {
9089
- /**
9090
- * @internal
9091
- */
9092
- const filterSensitiveLog: (obj: UpdateTaskSetResponse) => any;
9093
- }
7990
+ /**
7991
+ * @internal
7992
+ */
7993
+ export declare const ManagedScalingFilterSensitiveLog: (obj: ManagedScaling) => any;
7994
+ /**
7995
+ * @internal
7996
+ */
7997
+ export declare const AutoScalingGroupProviderFilterSensitiveLog: (obj: AutoScalingGroupProvider) => any;
7998
+ /**
7999
+ * @internal
8000
+ */
8001
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
8002
+ /**
8003
+ * @internal
8004
+ */
8005
+ export declare const CreateCapacityProviderRequestFilterSensitiveLog: (obj: CreateCapacityProviderRequest) => any;
8006
+ /**
8007
+ * @internal
8008
+ */
8009
+ export declare const CapacityProviderFilterSensitiveLog: (obj: CapacityProvider) => any;
8010
+ /**
8011
+ * @internal
8012
+ */
8013
+ export declare const CreateCapacityProviderResponseFilterSensitiveLog: (obj: CreateCapacityProviderResponse) => any;
8014
+ /**
8015
+ * @internal
8016
+ */
8017
+ export declare const ExecuteCommandLogConfigurationFilterSensitiveLog: (obj: ExecuteCommandLogConfiguration) => any;
8018
+ /**
8019
+ * @internal
8020
+ */
8021
+ export declare const ExecuteCommandConfigurationFilterSensitiveLog: (obj: ExecuteCommandConfiguration) => any;
8022
+ /**
8023
+ * @internal
8024
+ */
8025
+ export declare const ClusterConfigurationFilterSensitiveLog: (obj: ClusterConfiguration) => any;
8026
+ /**
8027
+ * @internal
8028
+ */
8029
+ export declare const CapacityProviderStrategyItemFilterSensitiveLog: (obj: CapacityProviderStrategyItem) => any;
8030
+ /**
8031
+ * @internal
8032
+ */
8033
+ export declare const ClusterSettingFilterSensitiveLog: (obj: ClusterSetting) => any;
8034
+ /**
8035
+ * @internal
8036
+ */
8037
+ export declare const CreateClusterRequestFilterSensitiveLog: (obj: CreateClusterRequest) => any;
8038
+ /**
8039
+ * @internal
8040
+ */
8041
+ export declare const KeyValuePairFilterSensitiveLog: (obj: KeyValuePair) => any;
8042
+ /**
8043
+ * @internal
8044
+ */
8045
+ export declare const AttachmentFilterSensitiveLog: (obj: Attachment) => any;
8046
+ /**
8047
+ * @internal
8048
+ */
8049
+ export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
8050
+ /**
8051
+ * @internal
8052
+ */
8053
+ export declare const CreateClusterResponseFilterSensitiveLog: (obj: CreateClusterResponse) => any;
8054
+ /**
8055
+ * @internal
8056
+ */
8057
+ export declare const DeploymentCircuitBreakerFilterSensitiveLog: (obj: DeploymentCircuitBreaker) => any;
8058
+ /**
8059
+ * @internal
8060
+ */
8061
+ export declare const DeploymentConfigurationFilterSensitiveLog: (obj: DeploymentConfiguration) => any;
8062
+ /**
8063
+ * @internal
8064
+ */
8065
+ export declare const DeploymentControllerFilterSensitiveLog: (obj: DeploymentController) => any;
8066
+ /**
8067
+ * @internal
8068
+ */
8069
+ export declare const LoadBalancerFilterSensitiveLog: (obj: LoadBalancer) => any;
8070
+ /**
8071
+ * @internal
8072
+ */
8073
+ export declare const AwsVpcConfigurationFilterSensitiveLog: (obj: AwsVpcConfiguration) => any;
8074
+ /**
8075
+ * @internal
8076
+ */
8077
+ export declare const NetworkConfigurationFilterSensitiveLog: (obj: NetworkConfiguration) => any;
8078
+ /**
8079
+ * @internal
8080
+ */
8081
+ export declare const PlacementConstraintFilterSensitiveLog: (obj: PlacementConstraint) => any;
8082
+ /**
8083
+ * @internal
8084
+ */
8085
+ export declare const PlacementStrategyFilterSensitiveLog: (obj: PlacementStrategy) => any;
8086
+ /**
8087
+ * @internal
8088
+ */
8089
+ export declare const ServiceRegistryFilterSensitiveLog: (obj: ServiceRegistry) => any;
8090
+ /**
8091
+ * @internal
8092
+ */
8093
+ export declare const CreateServiceRequestFilterSensitiveLog: (obj: CreateServiceRequest) => any;
8094
+ /**
8095
+ * @internal
8096
+ */
8097
+ export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
8098
+ /**
8099
+ * @internal
8100
+ */
8101
+ export declare const ServiceEventFilterSensitiveLog: (obj: ServiceEvent) => any;
8102
+ /**
8103
+ * @internal
8104
+ */
8105
+ export declare const ScaleFilterSensitiveLog: (obj: Scale) => any;
8106
+ /**
8107
+ * @internal
8108
+ */
8109
+ export declare const TaskSetFilterSensitiveLog: (obj: TaskSet) => any;
8110
+ /**
8111
+ * @internal
8112
+ */
8113
+ export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
8114
+ /**
8115
+ * @internal
8116
+ */
8117
+ export declare const CreateServiceResponseFilterSensitiveLog: (obj: CreateServiceResponse) => any;
8118
+ /**
8119
+ * @internal
8120
+ */
8121
+ export declare const CreateTaskSetRequestFilterSensitiveLog: (obj: CreateTaskSetRequest) => any;
8122
+ /**
8123
+ * @internal
8124
+ */
8125
+ export declare const CreateTaskSetResponseFilterSensitiveLog: (obj: CreateTaskSetResponse) => any;
8126
+ /**
8127
+ * @internal
8128
+ */
8129
+ export declare const DeleteAccountSettingRequestFilterSensitiveLog: (obj: DeleteAccountSettingRequest) => any;
8130
+ /**
8131
+ * @internal
8132
+ */
8133
+ export declare const SettingFilterSensitiveLog: (obj: Setting) => any;
8134
+ /**
8135
+ * @internal
8136
+ */
8137
+ export declare const DeleteAccountSettingResponseFilterSensitiveLog: (obj: DeleteAccountSettingResponse) => any;
8138
+ /**
8139
+ * @internal
8140
+ */
8141
+ export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
8142
+ /**
8143
+ * @internal
8144
+ */
8145
+ export declare const DeleteAttributesRequestFilterSensitiveLog: (obj: DeleteAttributesRequest) => any;
8146
+ /**
8147
+ * @internal
8148
+ */
8149
+ export declare const DeleteAttributesResponseFilterSensitiveLog: (obj: DeleteAttributesResponse) => any;
8150
+ /**
8151
+ * @internal
8152
+ */
8153
+ export declare const DeleteCapacityProviderRequestFilterSensitiveLog: (obj: DeleteCapacityProviderRequest) => any;
8154
+ /**
8155
+ * @internal
8156
+ */
8157
+ export declare const DeleteCapacityProviderResponseFilterSensitiveLog: (obj: DeleteCapacityProviderResponse) => any;
8158
+ /**
8159
+ * @internal
8160
+ */
8161
+ export declare const DeleteClusterRequestFilterSensitiveLog: (obj: DeleteClusterRequest) => any;
8162
+ /**
8163
+ * @internal
8164
+ */
8165
+ export declare const DeleteClusterResponseFilterSensitiveLog: (obj: DeleteClusterResponse) => any;
8166
+ /**
8167
+ * @internal
8168
+ */
8169
+ export declare const DeleteServiceRequestFilterSensitiveLog: (obj: DeleteServiceRequest) => any;
8170
+ /**
8171
+ * @internal
8172
+ */
8173
+ export declare const DeleteServiceResponseFilterSensitiveLog: (obj: DeleteServiceResponse) => any;
8174
+ /**
8175
+ * @internal
8176
+ */
8177
+ export declare const DeleteTaskSetRequestFilterSensitiveLog: (obj: DeleteTaskSetRequest) => any;
8178
+ /**
8179
+ * @internal
8180
+ */
8181
+ export declare const DeleteTaskSetResponseFilterSensitiveLog: (obj: DeleteTaskSetResponse) => any;
8182
+ /**
8183
+ * @internal
8184
+ */
8185
+ export declare const DeregisterContainerInstanceRequestFilterSensitiveLog: (obj: DeregisterContainerInstanceRequest) => any;
8186
+ /**
8187
+ * @internal
8188
+ */
8189
+ export declare const InstanceHealthCheckResultFilterSensitiveLog: (obj: InstanceHealthCheckResult) => any;
8190
+ /**
8191
+ * @internal
8192
+ */
8193
+ export declare const ContainerInstanceHealthStatusFilterSensitiveLog: (obj: ContainerInstanceHealthStatus) => any;
8194
+ /**
8195
+ * @internal
8196
+ */
8197
+ export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
8198
+ /**
8199
+ * @internal
8200
+ */
8201
+ export declare const VersionInfoFilterSensitiveLog: (obj: VersionInfo) => any;
8202
+ /**
8203
+ * @internal
8204
+ */
8205
+ export declare const ContainerInstanceFilterSensitiveLog: (obj: ContainerInstance) => any;
8206
+ /**
8207
+ * @internal
8208
+ */
8209
+ export declare const DeregisterContainerInstanceResponseFilterSensitiveLog: (obj: DeregisterContainerInstanceResponse) => any;
8210
+ /**
8211
+ * @internal
8212
+ */
8213
+ export declare const DeregisterTaskDefinitionRequestFilterSensitiveLog: (obj: DeregisterTaskDefinitionRequest) => any;
8214
+ /**
8215
+ * @internal
8216
+ */
8217
+ export declare const ContainerDependencyFilterSensitiveLog: (obj: ContainerDependency) => any;
8218
+ /**
8219
+ * @internal
8220
+ */
8221
+ export declare const EnvironmentFileFilterSensitiveLog: (obj: EnvironmentFile) => any;
8222
+ /**
8223
+ * @internal
8224
+ */
8225
+ export declare const HostEntryFilterSensitiveLog: (obj: HostEntry) => any;
8226
+ /**
8227
+ * @internal
8228
+ */
8229
+ export declare const FirelensConfigurationFilterSensitiveLog: (obj: FirelensConfiguration) => any;
8230
+ /**
8231
+ * @internal
8232
+ */
8233
+ export declare const HealthCheckFilterSensitiveLog: (obj: HealthCheck) => any;
8234
+ /**
8235
+ * @internal
8236
+ */
8237
+ export declare const KernelCapabilitiesFilterSensitiveLog: (obj: KernelCapabilities) => any;
8238
+ /**
8239
+ * @internal
8240
+ */
8241
+ export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
8242
+ /**
8243
+ * @internal
8244
+ */
8245
+ export declare const TmpfsFilterSensitiveLog: (obj: Tmpfs) => any;
8246
+ /**
8247
+ * @internal
8248
+ */
8249
+ export declare const LinuxParametersFilterSensitiveLog: (obj: LinuxParameters) => any;
8250
+ /**
8251
+ * @internal
8252
+ */
8253
+ export declare const SecretFilterSensitiveLog: (obj: Secret) => any;
8254
+ /**
8255
+ * @internal
8256
+ */
8257
+ export declare const LogConfigurationFilterSensitiveLog: (obj: LogConfiguration) => any;
8258
+ /**
8259
+ * @internal
8260
+ */
8261
+ export declare const MountPointFilterSensitiveLog: (obj: MountPoint) => any;
8262
+ /**
8263
+ * @internal
8264
+ */
8265
+ export declare const PortMappingFilterSensitiveLog: (obj: PortMapping) => any;
8266
+ /**
8267
+ * @internal
8268
+ */
8269
+ export declare const RepositoryCredentialsFilterSensitiveLog: (obj: RepositoryCredentials) => any;
8270
+ /**
8271
+ * @internal
8272
+ */
8273
+ export declare const ResourceRequirementFilterSensitiveLog: (obj: ResourceRequirement) => any;
8274
+ /**
8275
+ * @internal
8276
+ */
8277
+ export declare const SystemControlFilterSensitiveLog: (obj: SystemControl) => any;
8278
+ /**
8279
+ * @internal
8280
+ */
8281
+ export declare const UlimitFilterSensitiveLog: (obj: Ulimit) => any;
8282
+ /**
8283
+ * @internal
8284
+ */
8285
+ export declare const VolumeFromFilterSensitiveLog: (obj: VolumeFrom) => any;
8286
+ /**
8287
+ * @internal
8288
+ */
8289
+ export declare const ContainerDefinitionFilterSensitiveLog: (obj: ContainerDefinition) => any;
8290
+ /**
8291
+ * @internal
8292
+ */
8293
+ export declare const EphemeralStorageFilterSensitiveLog: (obj: EphemeralStorage) => any;
8294
+ /**
8295
+ * @internal
8296
+ */
8297
+ export declare const InferenceAcceleratorFilterSensitiveLog: (obj: InferenceAccelerator) => any;
8298
+ /**
8299
+ * @internal
8300
+ */
8301
+ export declare const TaskDefinitionPlacementConstraintFilterSensitiveLog: (obj: TaskDefinitionPlacementConstraint) => any;
8302
+ /**
8303
+ * @internal
8304
+ */
8305
+ export declare const ProxyConfigurationFilterSensitiveLog: (obj: ProxyConfiguration) => any;
8306
+ /**
8307
+ * @internal
8308
+ */
8309
+ export declare const RuntimePlatformFilterSensitiveLog: (obj: RuntimePlatform) => any;
8310
+ /**
8311
+ * @internal
8312
+ */
8313
+ export declare const DockerVolumeConfigurationFilterSensitiveLog: (obj: DockerVolumeConfiguration) => any;
8314
+ /**
8315
+ * @internal
8316
+ */
8317
+ export declare const EFSAuthorizationConfigFilterSensitiveLog: (obj: EFSAuthorizationConfig) => any;
8318
+ /**
8319
+ * @internal
8320
+ */
8321
+ export declare const EFSVolumeConfigurationFilterSensitiveLog: (obj: EFSVolumeConfiguration) => any;
8322
+ /**
8323
+ * @internal
8324
+ */
8325
+ export declare const FSxWindowsFileServerAuthorizationConfigFilterSensitiveLog: (obj: FSxWindowsFileServerAuthorizationConfig) => any;
8326
+ /**
8327
+ * @internal
8328
+ */
8329
+ export declare const FSxWindowsFileServerVolumeConfigurationFilterSensitiveLog: (obj: FSxWindowsFileServerVolumeConfiguration) => any;
8330
+ /**
8331
+ * @internal
8332
+ */
8333
+ export declare const HostVolumePropertiesFilterSensitiveLog: (obj: HostVolumeProperties) => any;
8334
+ /**
8335
+ * @internal
8336
+ */
8337
+ export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
8338
+ /**
8339
+ * @internal
8340
+ */
8341
+ export declare const TaskDefinitionFilterSensitiveLog: (obj: TaskDefinition) => any;
8342
+ /**
8343
+ * @internal
8344
+ */
8345
+ export declare const DeregisterTaskDefinitionResponseFilterSensitiveLog: (obj: DeregisterTaskDefinitionResponse) => any;
8346
+ /**
8347
+ * @internal
8348
+ */
8349
+ export declare const DescribeCapacityProvidersRequestFilterSensitiveLog: (obj: DescribeCapacityProvidersRequest) => any;
8350
+ /**
8351
+ * @internal
8352
+ */
8353
+ export declare const FailureFilterSensitiveLog: (obj: Failure) => any;
8354
+ /**
8355
+ * @internal
8356
+ */
8357
+ export declare const DescribeCapacityProvidersResponseFilterSensitiveLog: (obj: DescribeCapacityProvidersResponse) => any;
8358
+ /**
8359
+ * @internal
8360
+ */
8361
+ export declare const DescribeClustersRequestFilterSensitiveLog: (obj: DescribeClustersRequest) => any;
8362
+ /**
8363
+ * @internal
8364
+ */
8365
+ export declare const DescribeClustersResponseFilterSensitiveLog: (obj: DescribeClustersResponse) => any;
8366
+ /**
8367
+ * @internal
8368
+ */
8369
+ export declare const DescribeContainerInstancesRequestFilterSensitiveLog: (obj: DescribeContainerInstancesRequest) => any;
8370
+ /**
8371
+ * @internal
8372
+ */
8373
+ export declare const DescribeContainerInstancesResponseFilterSensitiveLog: (obj: DescribeContainerInstancesResponse) => any;
8374
+ /**
8375
+ * @internal
8376
+ */
8377
+ export declare const DescribeServicesRequestFilterSensitiveLog: (obj: DescribeServicesRequest) => any;
8378
+ /**
8379
+ * @internal
8380
+ */
8381
+ export declare const DescribeServicesResponseFilterSensitiveLog: (obj: DescribeServicesResponse) => any;
8382
+ /**
8383
+ * @internal
8384
+ */
8385
+ export declare const DescribeTaskDefinitionRequestFilterSensitiveLog: (obj: DescribeTaskDefinitionRequest) => any;
8386
+ /**
8387
+ * @internal
8388
+ */
8389
+ export declare const DescribeTaskDefinitionResponseFilterSensitiveLog: (obj: DescribeTaskDefinitionResponse) => any;
8390
+ /**
8391
+ * @internal
8392
+ */
8393
+ export declare const DescribeTasksRequestFilterSensitiveLog: (obj: DescribeTasksRequest) => any;
8394
+ /**
8395
+ * @internal
8396
+ */
8397
+ export declare const ManagedAgentFilterSensitiveLog: (obj: ManagedAgent) => any;
8398
+ /**
8399
+ * @internal
8400
+ */
8401
+ export declare const NetworkBindingFilterSensitiveLog: (obj: NetworkBinding) => any;
8402
+ /**
8403
+ * @internal
8404
+ */
8405
+ export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
8406
+ /**
8407
+ * @internal
8408
+ */
8409
+ export declare const ContainerFilterSensitiveLog: (obj: Container) => any;
8410
+ /**
8411
+ * @internal
8412
+ */
8413
+ export declare const ContainerOverrideFilterSensitiveLog: (obj: ContainerOverride) => any;
8414
+ /**
8415
+ * @internal
8416
+ */
8417
+ export declare const InferenceAcceleratorOverrideFilterSensitiveLog: (obj: InferenceAcceleratorOverride) => any;
8418
+ /**
8419
+ * @internal
8420
+ */
8421
+ export declare const TaskOverrideFilterSensitiveLog: (obj: TaskOverride) => any;
8422
+ /**
8423
+ * @internal
8424
+ */
8425
+ export declare const TaskFilterSensitiveLog: (obj: Task) => any;
8426
+ /**
8427
+ * @internal
8428
+ */
8429
+ export declare const DescribeTasksResponseFilterSensitiveLog: (obj: DescribeTasksResponse) => any;
8430
+ /**
8431
+ * @internal
8432
+ */
8433
+ export declare const DescribeTaskSetsRequestFilterSensitiveLog: (obj: DescribeTaskSetsRequest) => any;
8434
+ /**
8435
+ * @internal
8436
+ */
8437
+ export declare const DescribeTaskSetsResponseFilterSensitiveLog: (obj: DescribeTaskSetsResponse) => any;
8438
+ /**
8439
+ * @internal
8440
+ */
8441
+ export declare const DiscoverPollEndpointRequestFilterSensitiveLog: (obj: DiscoverPollEndpointRequest) => any;
8442
+ /**
8443
+ * @internal
8444
+ */
8445
+ export declare const DiscoverPollEndpointResponseFilterSensitiveLog: (obj: DiscoverPollEndpointResponse) => any;
8446
+ /**
8447
+ * @internal
8448
+ */
8449
+ export declare const ExecuteCommandRequestFilterSensitiveLog: (obj: ExecuteCommandRequest) => any;
8450
+ /**
8451
+ * @internal
8452
+ */
8453
+ export declare const SessionFilterSensitiveLog: (obj: Session) => any;
8454
+ /**
8455
+ * @internal
8456
+ */
8457
+ export declare const ExecuteCommandResponseFilterSensitiveLog: (obj: ExecuteCommandResponse) => any;
8458
+ /**
8459
+ * @internal
8460
+ */
8461
+ export declare const ListAccountSettingsRequestFilterSensitiveLog: (obj: ListAccountSettingsRequest) => any;
8462
+ /**
8463
+ * @internal
8464
+ */
8465
+ export declare const ListAccountSettingsResponseFilterSensitiveLog: (obj: ListAccountSettingsResponse) => any;
8466
+ /**
8467
+ * @internal
8468
+ */
8469
+ export declare const ListAttributesRequestFilterSensitiveLog: (obj: ListAttributesRequest) => any;
8470
+ /**
8471
+ * @internal
8472
+ */
8473
+ export declare const ListAttributesResponseFilterSensitiveLog: (obj: ListAttributesResponse) => any;
8474
+ /**
8475
+ * @internal
8476
+ */
8477
+ export declare const ListClustersRequestFilterSensitiveLog: (obj: ListClustersRequest) => any;
8478
+ /**
8479
+ * @internal
8480
+ */
8481
+ export declare const ListClustersResponseFilterSensitiveLog: (obj: ListClustersResponse) => any;
8482
+ /**
8483
+ * @internal
8484
+ */
8485
+ export declare const ListContainerInstancesRequestFilterSensitiveLog: (obj: ListContainerInstancesRequest) => any;
8486
+ /**
8487
+ * @internal
8488
+ */
8489
+ export declare const ListContainerInstancesResponseFilterSensitiveLog: (obj: ListContainerInstancesResponse) => any;
8490
+ /**
8491
+ * @internal
8492
+ */
8493
+ export declare const ListServicesRequestFilterSensitiveLog: (obj: ListServicesRequest) => any;
8494
+ /**
8495
+ * @internal
8496
+ */
8497
+ export declare const ListServicesResponseFilterSensitiveLog: (obj: ListServicesResponse) => any;
8498
+ /**
8499
+ * @internal
8500
+ */
8501
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
8502
+ /**
8503
+ * @internal
8504
+ */
8505
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
8506
+ /**
8507
+ * @internal
8508
+ */
8509
+ export declare const ListTaskDefinitionFamiliesRequestFilterSensitiveLog: (obj: ListTaskDefinitionFamiliesRequest) => any;
8510
+ /**
8511
+ * @internal
8512
+ */
8513
+ export declare const ListTaskDefinitionFamiliesResponseFilterSensitiveLog: (obj: ListTaskDefinitionFamiliesResponse) => any;
8514
+ /**
8515
+ * @internal
8516
+ */
8517
+ export declare const ListTaskDefinitionsRequestFilterSensitiveLog: (obj: ListTaskDefinitionsRequest) => any;
8518
+ /**
8519
+ * @internal
8520
+ */
8521
+ export declare const ListTaskDefinitionsResponseFilterSensitiveLog: (obj: ListTaskDefinitionsResponse) => any;
8522
+ /**
8523
+ * @internal
8524
+ */
8525
+ export declare const ListTasksRequestFilterSensitiveLog: (obj: ListTasksRequest) => any;
8526
+ /**
8527
+ * @internal
8528
+ */
8529
+ export declare const ListTasksResponseFilterSensitiveLog: (obj: ListTasksResponse) => any;
8530
+ /**
8531
+ * @internal
8532
+ */
8533
+ export declare const PutAccountSettingRequestFilterSensitiveLog: (obj: PutAccountSettingRequest) => any;
8534
+ /**
8535
+ * @internal
8536
+ */
8537
+ export declare const PutAccountSettingResponseFilterSensitiveLog: (obj: PutAccountSettingResponse) => any;
8538
+ /**
8539
+ * @internal
8540
+ */
8541
+ export declare const PutAccountSettingDefaultRequestFilterSensitiveLog: (obj: PutAccountSettingDefaultRequest) => any;
8542
+ /**
8543
+ * @internal
8544
+ */
8545
+ export declare const PutAccountSettingDefaultResponseFilterSensitiveLog: (obj: PutAccountSettingDefaultResponse) => any;
8546
+ /**
8547
+ * @internal
8548
+ */
8549
+ export declare const PutAttributesRequestFilterSensitiveLog: (obj: PutAttributesRequest) => any;
8550
+ /**
8551
+ * @internal
8552
+ */
8553
+ export declare const PutAttributesResponseFilterSensitiveLog: (obj: PutAttributesResponse) => any;
8554
+ /**
8555
+ * @internal
8556
+ */
8557
+ export declare const PutClusterCapacityProvidersRequestFilterSensitiveLog: (obj: PutClusterCapacityProvidersRequest) => any;
8558
+ /**
8559
+ * @internal
8560
+ */
8561
+ export declare const PutClusterCapacityProvidersResponseFilterSensitiveLog: (obj: PutClusterCapacityProvidersResponse) => any;
8562
+ /**
8563
+ * @internal
8564
+ */
8565
+ export declare const PlatformDeviceFilterSensitiveLog: (obj: PlatformDevice) => any;
8566
+ /**
8567
+ * @internal
8568
+ */
8569
+ export declare const RegisterContainerInstanceRequestFilterSensitiveLog: (obj: RegisterContainerInstanceRequest) => any;
8570
+ /**
8571
+ * @internal
8572
+ */
8573
+ export declare const RegisterContainerInstanceResponseFilterSensitiveLog: (obj: RegisterContainerInstanceResponse) => any;
8574
+ /**
8575
+ * @internal
8576
+ */
8577
+ export declare const RegisterTaskDefinitionRequestFilterSensitiveLog: (obj: RegisterTaskDefinitionRequest) => any;
8578
+ /**
8579
+ * @internal
8580
+ */
8581
+ export declare const RegisterTaskDefinitionResponseFilterSensitiveLog: (obj: RegisterTaskDefinitionResponse) => any;
8582
+ /**
8583
+ * @internal
8584
+ */
8585
+ export declare const RunTaskRequestFilterSensitiveLog: (obj: RunTaskRequest) => any;
8586
+ /**
8587
+ * @internal
8588
+ */
8589
+ export declare const RunTaskResponseFilterSensitiveLog: (obj: RunTaskResponse) => any;
8590
+ /**
8591
+ * @internal
8592
+ */
8593
+ export declare const StartTaskRequestFilterSensitiveLog: (obj: StartTaskRequest) => any;
8594
+ /**
8595
+ * @internal
8596
+ */
8597
+ export declare const StartTaskResponseFilterSensitiveLog: (obj: StartTaskResponse) => any;
8598
+ /**
8599
+ * @internal
8600
+ */
8601
+ export declare const StopTaskRequestFilterSensitiveLog: (obj: StopTaskRequest) => any;
8602
+ /**
8603
+ * @internal
8604
+ */
8605
+ export declare const StopTaskResponseFilterSensitiveLog: (obj: StopTaskResponse) => any;
8606
+ /**
8607
+ * @internal
8608
+ */
8609
+ export declare const AttachmentStateChangeFilterSensitiveLog: (obj: AttachmentStateChange) => any;
8610
+ /**
8611
+ * @internal
8612
+ */
8613
+ export declare const SubmitAttachmentStateChangesRequestFilterSensitiveLog: (obj: SubmitAttachmentStateChangesRequest) => any;
8614
+ /**
8615
+ * @internal
8616
+ */
8617
+ export declare const SubmitAttachmentStateChangesResponseFilterSensitiveLog: (obj: SubmitAttachmentStateChangesResponse) => any;
8618
+ /**
8619
+ * @internal
8620
+ */
8621
+ export declare const SubmitContainerStateChangeRequestFilterSensitiveLog: (obj: SubmitContainerStateChangeRequest) => any;
8622
+ /**
8623
+ * @internal
8624
+ */
8625
+ export declare const SubmitContainerStateChangeResponseFilterSensitiveLog: (obj: SubmitContainerStateChangeResponse) => any;
8626
+ /**
8627
+ * @internal
8628
+ */
8629
+ export declare const ContainerStateChangeFilterSensitiveLog: (obj: ContainerStateChange) => any;
8630
+ /**
8631
+ * @internal
8632
+ */
8633
+ export declare const ManagedAgentStateChangeFilterSensitiveLog: (obj: ManagedAgentStateChange) => any;
8634
+ /**
8635
+ * @internal
8636
+ */
8637
+ export declare const SubmitTaskStateChangeRequestFilterSensitiveLog: (obj: SubmitTaskStateChangeRequest) => any;
8638
+ /**
8639
+ * @internal
8640
+ */
8641
+ export declare const SubmitTaskStateChangeResponseFilterSensitiveLog: (obj: SubmitTaskStateChangeResponse) => any;
8642
+ /**
8643
+ * @internal
8644
+ */
8645
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
8646
+ /**
8647
+ * @internal
8648
+ */
8649
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
8650
+ /**
8651
+ * @internal
8652
+ */
8653
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
8654
+ /**
8655
+ * @internal
8656
+ */
8657
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
8658
+ /**
8659
+ * @internal
8660
+ */
8661
+ export declare const AutoScalingGroupProviderUpdateFilterSensitiveLog: (obj: AutoScalingGroupProviderUpdate) => any;
8662
+ /**
8663
+ * @internal
8664
+ */
8665
+ export declare const UpdateCapacityProviderRequestFilterSensitiveLog: (obj: UpdateCapacityProviderRequest) => any;
8666
+ /**
8667
+ * @internal
8668
+ */
8669
+ export declare const UpdateCapacityProviderResponseFilterSensitiveLog: (obj: UpdateCapacityProviderResponse) => any;
8670
+ /**
8671
+ * @internal
8672
+ */
8673
+ export declare const UpdateClusterRequestFilterSensitiveLog: (obj: UpdateClusterRequest) => any;
8674
+ /**
8675
+ * @internal
8676
+ */
8677
+ export declare const UpdateClusterResponseFilterSensitiveLog: (obj: UpdateClusterResponse) => any;
8678
+ /**
8679
+ * @internal
8680
+ */
8681
+ export declare const UpdateClusterSettingsRequestFilterSensitiveLog: (obj: UpdateClusterSettingsRequest) => any;
8682
+ /**
8683
+ * @internal
8684
+ */
8685
+ export declare const UpdateClusterSettingsResponseFilterSensitiveLog: (obj: UpdateClusterSettingsResponse) => any;
8686
+ /**
8687
+ * @internal
8688
+ */
8689
+ export declare const UpdateContainerAgentRequestFilterSensitiveLog: (obj: UpdateContainerAgentRequest) => any;
8690
+ /**
8691
+ * @internal
8692
+ */
8693
+ export declare const UpdateContainerAgentResponseFilterSensitiveLog: (obj: UpdateContainerAgentResponse) => any;
8694
+ /**
8695
+ * @internal
8696
+ */
8697
+ export declare const UpdateContainerInstancesStateRequestFilterSensitiveLog: (obj: UpdateContainerInstancesStateRequest) => any;
8698
+ /**
8699
+ * @internal
8700
+ */
8701
+ export declare const UpdateContainerInstancesStateResponseFilterSensitiveLog: (obj: UpdateContainerInstancesStateResponse) => any;
8702
+ /**
8703
+ * @internal
8704
+ */
8705
+ export declare const UpdateServiceRequestFilterSensitiveLog: (obj: UpdateServiceRequest) => any;
8706
+ /**
8707
+ * @internal
8708
+ */
8709
+ export declare const UpdateServiceResponseFilterSensitiveLog: (obj: UpdateServiceResponse) => any;
8710
+ /**
8711
+ * @internal
8712
+ */
8713
+ export declare const UpdateServicePrimaryTaskSetRequestFilterSensitiveLog: (obj: UpdateServicePrimaryTaskSetRequest) => any;
8714
+ /**
8715
+ * @internal
8716
+ */
8717
+ export declare const UpdateServicePrimaryTaskSetResponseFilterSensitiveLog: (obj: UpdateServicePrimaryTaskSetResponse) => any;
8718
+ /**
8719
+ * @internal
8720
+ */
8721
+ export declare const UpdateTaskSetRequestFilterSensitiveLog: (obj: UpdateTaskSetRequest) => any;
8722
+ /**
8723
+ * @internal
8724
+ */
8725
+ export declare const UpdateTaskSetResponseFilterSensitiveLog: (obj: UpdateTaskSetResponse) => any;