@aws-sdk/client-ecs 3.130.0 → 3.141.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateCapacityProviderCommand.js +2 -2
  4. package/dist-cjs/commands/CreateClusterCommand.js +2 -2
  5. package/dist-cjs/commands/CreateServiceCommand.js +2 -2
  6. package/dist-cjs/commands/CreateTaskSetCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteAccountSettingCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteAttributesCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteCapacityProviderCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteClusterCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteServiceCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteTaskSetCommand.js +2 -2
  13. package/dist-cjs/commands/DeregisterContainerInstanceCommand.js +2 -2
  14. package/dist-cjs/commands/DeregisterTaskDefinitionCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeCapacityProvidersCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeClustersCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeContainerInstancesCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeServicesCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeTaskDefinitionCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeTaskSetsCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeTasksCommand.js +2 -2
  22. package/dist-cjs/commands/DiscoverPollEndpointCommand.js +2 -2
  23. package/dist-cjs/commands/ExecuteCommandCommand.js +2 -2
  24. package/dist-cjs/commands/ListAccountSettingsCommand.js +2 -2
  25. package/dist-cjs/commands/ListAttributesCommand.js +2 -2
  26. package/dist-cjs/commands/ListClustersCommand.js +2 -2
  27. package/dist-cjs/commands/ListContainerInstancesCommand.js +2 -2
  28. package/dist-cjs/commands/ListServicesCommand.js +2 -2
  29. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  30. package/dist-cjs/commands/ListTaskDefinitionFamiliesCommand.js +2 -2
  31. package/dist-cjs/commands/ListTaskDefinitionsCommand.js +2 -2
  32. package/dist-cjs/commands/ListTasksCommand.js +2 -2
  33. package/dist-cjs/commands/PutAccountSettingCommand.js +2 -2
  34. package/dist-cjs/commands/PutAccountSettingDefaultCommand.js +2 -2
  35. package/dist-cjs/commands/PutAttributesCommand.js +2 -2
  36. package/dist-cjs/commands/PutClusterCapacityProvidersCommand.js +2 -2
  37. package/dist-cjs/commands/RegisterContainerInstanceCommand.js +2 -2
  38. package/dist-cjs/commands/RegisterTaskDefinitionCommand.js +2 -2
  39. package/dist-cjs/commands/RunTaskCommand.js +2 -2
  40. package/dist-cjs/commands/StartTaskCommand.js +2 -2
  41. package/dist-cjs/commands/StopTaskCommand.js +2 -2
  42. package/dist-cjs/commands/SubmitAttachmentStateChangesCommand.js +2 -2
  43. package/dist-cjs/commands/SubmitContainerStateChangeCommand.js +2 -2
  44. package/dist-cjs/commands/SubmitTaskStateChangeCommand.js +2 -2
  45. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  46. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateCapacityProviderCommand.js +2 -2
  48. package/dist-cjs/commands/UpdateClusterCommand.js +2 -2
  49. package/dist-cjs/commands/UpdateClusterSettingsCommand.js +2 -2
  50. package/dist-cjs/commands/UpdateContainerAgentCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateContainerInstancesStateCommand.js +2 -2
  52. package/dist-cjs/commands/UpdateServiceCommand.js +2 -2
  53. package/dist-cjs/commands/UpdateServicePrimaryTaskSetCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateTaskSetCommand.js +2 -2
  55. package/dist-cjs/models/models_0.js +744 -1112
  56. package/dist-es/commands/CreateCapacityProviderCommand.js +3 -3
  57. package/dist-es/commands/CreateClusterCommand.js +3 -3
  58. package/dist-es/commands/CreateServiceCommand.js +3 -3
  59. package/dist-es/commands/CreateTaskSetCommand.js +3 -3
  60. package/dist-es/commands/DeleteAccountSettingCommand.js +3 -3
  61. package/dist-es/commands/DeleteAttributesCommand.js +3 -3
  62. package/dist-es/commands/DeleteCapacityProviderCommand.js +3 -3
  63. package/dist-es/commands/DeleteClusterCommand.js +3 -3
  64. package/dist-es/commands/DeleteServiceCommand.js +3 -3
  65. package/dist-es/commands/DeleteTaskSetCommand.js +3 -3
  66. package/dist-es/commands/DeregisterContainerInstanceCommand.js +3 -3
  67. package/dist-es/commands/DeregisterTaskDefinitionCommand.js +3 -3
  68. package/dist-es/commands/DescribeCapacityProvidersCommand.js +3 -3
  69. package/dist-es/commands/DescribeClustersCommand.js +3 -3
  70. package/dist-es/commands/DescribeContainerInstancesCommand.js +3 -3
  71. package/dist-es/commands/DescribeServicesCommand.js +3 -3
  72. package/dist-es/commands/DescribeTaskDefinitionCommand.js +3 -3
  73. package/dist-es/commands/DescribeTaskSetsCommand.js +3 -3
  74. package/dist-es/commands/DescribeTasksCommand.js +3 -3
  75. package/dist-es/commands/DiscoverPollEndpointCommand.js +3 -3
  76. package/dist-es/commands/ExecuteCommandCommand.js +3 -3
  77. package/dist-es/commands/ListAccountSettingsCommand.js +3 -3
  78. package/dist-es/commands/ListAttributesCommand.js +3 -3
  79. package/dist-es/commands/ListClustersCommand.js +3 -3
  80. package/dist-es/commands/ListContainerInstancesCommand.js +3 -3
  81. package/dist-es/commands/ListServicesCommand.js +3 -3
  82. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  83. package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +3 -3
  84. package/dist-es/commands/ListTaskDefinitionsCommand.js +3 -3
  85. package/dist-es/commands/ListTasksCommand.js +3 -3
  86. package/dist-es/commands/PutAccountSettingCommand.js +3 -3
  87. package/dist-es/commands/PutAccountSettingDefaultCommand.js +3 -3
  88. package/dist-es/commands/PutAttributesCommand.js +3 -3
  89. package/dist-es/commands/PutClusterCapacityProvidersCommand.js +3 -3
  90. package/dist-es/commands/RegisterContainerInstanceCommand.js +3 -3
  91. package/dist-es/commands/RegisterTaskDefinitionCommand.js +3 -3
  92. package/dist-es/commands/RunTaskCommand.js +3 -3
  93. package/dist-es/commands/StartTaskCommand.js +3 -3
  94. package/dist-es/commands/StopTaskCommand.js +3 -3
  95. package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +3 -3
  96. package/dist-es/commands/SubmitContainerStateChangeCommand.js +3 -3
  97. package/dist-es/commands/SubmitTaskStateChangeCommand.js +3 -3
  98. package/dist-es/commands/TagResourceCommand.js +3 -3
  99. package/dist-es/commands/UntagResourceCommand.js +3 -3
  100. package/dist-es/commands/UpdateCapacityProviderCommand.js +3 -3
  101. package/dist-es/commands/UpdateClusterCommand.js +3 -3
  102. package/dist-es/commands/UpdateClusterSettingsCommand.js +3 -3
  103. package/dist-es/commands/UpdateContainerAgentCommand.js +3 -3
  104. package/dist-es/commands/UpdateContainerInstancesStateCommand.js +3 -3
  105. package/dist-es/commands/UpdateServiceCommand.js +3 -3
  106. package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +3 -3
  107. package/dist-es/commands/UpdateTaskSetCommand.js +3 -3
  108. package/dist-es/models/models_0.js +184 -736
  109. package/dist-types/models/models_0.d.ts +736 -1104
  110. package/dist-types/ts3.4/models/models_0.d.ts +368 -736
  111. package/package.json +7 -7
@@ -39,10 +39,6 @@ export interface ManagedScaling {
39
39
 
40
40
  instanceWarmupPeriod?: number;
41
41
  }
42
- export declare namespace ManagedScaling {
43
-
44
- const filterSensitiveLog: (obj: ManagedScaling) => any;
45
- }
46
42
  export declare enum ManagedTerminationProtection {
47
43
  DISABLED = "DISABLED",
48
44
  ENABLED = "ENABLED"
@@ -56,10 +52,6 @@ export interface AutoScalingGroupProvider {
56
52
 
57
53
  managedTerminationProtection?: ManagedTerminationProtection | string;
58
54
  }
59
- export declare namespace AutoScalingGroupProvider {
60
-
61
- const filterSensitiveLog: (obj: AutoScalingGroupProvider) => any;
62
- }
63
55
 
64
56
  export interface Tag {
65
57
 
@@ -67,10 +59,6 @@ export interface Tag {
67
59
 
68
60
  value?: string;
69
61
  }
70
- export declare namespace Tag {
71
-
72
- const filterSensitiveLog: (obj: Tag) => any;
73
- }
74
62
  export interface CreateCapacityProviderRequest {
75
63
 
76
64
  name: string | undefined;
@@ -79,10 +67,6 @@ export interface CreateCapacityProviderRequest {
79
67
 
80
68
  tags?: Tag[];
81
69
  }
82
- export declare namespace CreateCapacityProviderRequest {
83
-
84
- const filterSensitiveLog: (obj: CreateCapacityProviderRequest) => any;
85
- }
86
70
  export declare enum CapacityProviderStatus {
87
71
  ACTIVE = "ACTIVE",
88
72
  INACTIVE = "INACTIVE"
@@ -112,18 +96,10 @@ export interface CapacityProvider {
112
96
 
113
97
  tags?: Tag[];
114
98
  }
115
- export declare namespace CapacityProvider {
116
-
117
- const filterSensitiveLog: (obj: CapacityProvider) => any;
118
- }
119
99
  export interface CreateCapacityProviderResponse {
120
100
 
121
101
  capacityProvider?: CapacityProvider;
122
102
  }
123
- export declare namespace CreateCapacityProviderResponse {
124
-
125
- const filterSensitiveLog: (obj: CreateCapacityProviderResponse) => any;
126
- }
127
103
 
128
104
  export declare class InvalidParameterException extends __BaseException {
129
105
  readonly name: "InvalidParameterException";
@@ -165,10 +141,6 @@ export interface ExecuteCommandLogConfiguration {
165
141
 
166
142
  s3KeyPrefix?: string;
167
143
  }
168
- export declare namespace ExecuteCommandLogConfiguration {
169
-
170
- const filterSensitiveLog: (obj: ExecuteCommandLogConfiguration) => any;
171
- }
172
144
  export declare enum ExecuteCommandLogging {
173
145
  DEFAULT = "DEFAULT",
174
146
  NONE = "NONE",
@@ -183,19 +155,11 @@ export interface ExecuteCommandConfiguration {
183
155
 
184
156
  logConfiguration?: ExecuteCommandLogConfiguration;
185
157
  }
186
- export declare namespace ExecuteCommandConfiguration {
187
-
188
- const filterSensitiveLog: (obj: ExecuteCommandConfiguration) => any;
189
- }
190
158
 
191
159
  export interface ClusterConfiguration {
192
160
 
193
161
  executeCommandConfiguration?: ExecuteCommandConfiguration;
194
162
  }
195
- export declare namespace ClusterConfiguration {
196
-
197
- const filterSensitiveLog: (obj: ClusterConfiguration) => any;
198
- }
199
163
 
200
164
  export interface CapacityProviderStrategyItem {
201
165
 
@@ -205,10 +169,6 @@ export interface CapacityProviderStrategyItem {
205
169
 
206
170
  base?: number;
207
171
  }
208
- export declare namespace CapacityProviderStrategyItem {
209
-
210
- const filterSensitiveLog: (obj: CapacityProviderStrategyItem) => any;
211
- }
212
172
  export declare enum ClusterSettingName {
213
173
  CONTAINER_INSIGHTS = "containerInsights"
214
174
  }
@@ -219,10 +179,6 @@ export interface ClusterSetting {
219
179
 
220
180
  value?: string;
221
181
  }
222
- export declare namespace ClusterSetting {
223
-
224
- const filterSensitiveLog: (obj: ClusterSetting) => any;
225
- }
226
182
  export interface CreateClusterRequest {
227
183
 
228
184
  clusterName?: string;
@@ -237,10 +193,6 @@ export interface CreateClusterRequest {
237
193
 
238
194
  defaultCapacityProviderStrategy?: CapacityProviderStrategyItem[];
239
195
  }
240
- export declare namespace CreateClusterRequest {
241
-
242
- const filterSensitiveLog: (obj: CreateClusterRequest) => any;
243
- }
244
196
 
245
197
  export interface KeyValuePair {
246
198
 
@@ -248,10 +200,6 @@ export interface KeyValuePair {
248
200
 
249
201
  value?: string;
250
202
  }
251
- export declare namespace KeyValuePair {
252
-
253
- const filterSensitiveLog: (obj: KeyValuePair) => any;
254
- }
255
203
 
256
204
  export interface Attachment {
257
205
 
@@ -263,10 +211,6 @@ export interface Attachment {
263
211
 
264
212
  details?: KeyValuePair[];
265
213
  }
266
- export declare namespace Attachment {
267
-
268
- const filterSensitiveLog: (obj: Attachment) => any;
269
- }
270
214
 
271
215
  export interface Cluster {
272
216
 
@@ -300,18 +244,10 @@ export interface Cluster {
300
244
 
301
245
  attachmentsStatus?: string;
302
246
  }
303
- export declare namespace Cluster {
304
-
305
- const filterSensitiveLog: (obj: Cluster) => any;
306
- }
307
247
  export interface CreateClusterResponse {
308
248
 
309
249
  cluster?: Cluster;
310
250
  }
311
- export declare namespace CreateClusterResponse {
312
-
313
- const filterSensitiveLog: (obj: CreateClusterResponse) => any;
314
- }
315
251
 
316
252
  export declare class ClusterNotFoundException extends __BaseException {
317
253
  readonly name: "ClusterNotFoundException";
@@ -326,10 +262,6 @@ export interface DeploymentCircuitBreaker {
326
262
 
327
263
  rollback: boolean | undefined;
328
264
  }
329
- export declare namespace DeploymentCircuitBreaker {
330
-
331
- const filterSensitiveLog: (obj: DeploymentCircuitBreaker) => any;
332
- }
333
265
 
334
266
  export interface DeploymentConfiguration {
335
267
 
@@ -339,10 +271,6 @@ export interface DeploymentConfiguration {
339
271
 
340
272
  minimumHealthyPercent?: number;
341
273
  }
342
- export declare namespace DeploymentConfiguration {
343
-
344
- const filterSensitiveLog: (obj: DeploymentConfiguration) => any;
345
- }
346
274
  export declare enum DeploymentControllerType {
347
275
  CODE_DEPLOY = "CODE_DEPLOY",
348
276
  ECS = "ECS",
@@ -353,10 +281,6 @@ export interface DeploymentController {
353
281
 
354
282
  type: DeploymentControllerType | string | undefined;
355
283
  }
356
- export declare namespace DeploymentController {
357
-
358
- const filterSensitiveLog: (obj: DeploymentController) => any;
359
- }
360
284
  export declare enum LaunchType {
361
285
  EC2 = "EC2",
362
286
  EXTERNAL = "EXTERNAL",
@@ -373,10 +297,6 @@ export interface LoadBalancer {
373
297
 
374
298
  containerPort?: number;
375
299
  }
376
- export declare namespace LoadBalancer {
377
-
378
- const filterSensitiveLog: (obj: LoadBalancer) => any;
379
- }
380
300
  export declare enum AssignPublicIp {
381
301
  DISABLED = "DISABLED",
382
302
  ENABLED = "ENABLED"
@@ -390,19 +310,11 @@ export interface AwsVpcConfiguration {
390
310
 
391
311
  assignPublicIp?: AssignPublicIp | string;
392
312
  }
393
- export declare namespace AwsVpcConfiguration {
394
-
395
- const filterSensitiveLog: (obj: AwsVpcConfiguration) => any;
396
- }
397
313
 
398
314
  export interface NetworkConfiguration {
399
315
 
400
316
  awsvpcConfiguration?: AwsVpcConfiguration;
401
317
  }
402
- export declare namespace NetworkConfiguration {
403
-
404
- const filterSensitiveLog: (obj: NetworkConfiguration) => any;
405
- }
406
318
  export declare enum PlacementConstraintType {
407
319
  DISTINCT_INSTANCE = "distinctInstance",
408
320
  MEMBER_OF = "memberOf"
@@ -414,10 +326,6 @@ export interface PlacementConstraint {
414
326
 
415
327
  expression?: string;
416
328
  }
417
- export declare namespace PlacementConstraint {
418
-
419
- const filterSensitiveLog: (obj: PlacementConstraint) => any;
420
- }
421
329
  export declare enum PlacementStrategyType {
422
330
  BINPACK = "binpack",
423
331
  RANDOM = "random",
@@ -430,10 +338,6 @@ export interface PlacementStrategy {
430
338
 
431
339
  field?: string;
432
340
  }
433
- export declare namespace PlacementStrategy {
434
-
435
- const filterSensitiveLog: (obj: PlacementStrategy) => any;
436
- }
437
341
  export declare enum PropagateTags {
438
342
  NONE = "NONE",
439
343
  SERVICE = "SERVICE",
@@ -454,10 +358,6 @@ export interface ServiceRegistry {
454
358
 
455
359
  containerPort?: number;
456
360
  }
457
- export declare namespace ServiceRegistry {
458
-
459
- const filterSensitiveLog: (obj: ServiceRegistry) => any;
460
- }
461
361
  export interface CreateServiceRequest {
462
362
 
463
363
  cluster?: string;
@@ -504,10 +404,6 @@ export interface CreateServiceRequest {
504
404
 
505
405
  enableExecuteCommand?: boolean;
506
406
  }
507
- export declare namespace CreateServiceRequest {
508
-
509
- const filterSensitiveLog: (obj: CreateServiceRequest) => any;
510
- }
511
407
  export declare enum DeploymentRolloutState {
512
408
  COMPLETED = "COMPLETED",
513
409
  FAILED = "FAILED",
@@ -548,10 +444,6 @@ export interface Deployment {
548
444
 
549
445
  rolloutStateReason?: string;
550
446
  }
551
- export declare namespace Deployment {
552
-
553
- const filterSensitiveLog: (obj: Deployment) => any;
554
- }
555
447
 
556
448
  export interface ServiceEvent {
557
449
 
@@ -561,10 +453,6 @@ export interface ServiceEvent {
561
453
 
562
454
  message?: string;
563
455
  }
564
- export declare namespace ServiceEvent {
565
-
566
- const filterSensitiveLog: (obj: ServiceEvent) => any;
567
- }
568
456
  export declare enum ScaleUnit {
569
457
  PERCENT = "PERCENT"
570
458
  }
@@ -575,10 +463,6 @@ export interface Scale {
575
463
 
576
464
  unit?: ScaleUnit | string;
577
465
  }
578
- export declare namespace Scale {
579
-
580
- const filterSensitiveLog: (obj: Scale) => any;
581
- }
582
466
  export declare enum StabilityStatus {
583
467
  STABILIZING = "STABILIZING",
584
468
  STEADY_STATE = "STEADY_STATE"
@@ -634,10 +518,6 @@ export interface TaskSet {
634
518
 
635
519
  tags?: Tag[];
636
520
  }
637
- export declare namespace TaskSet {
638
-
639
- const filterSensitiveLog: (obj: TaskSet) => any;
640
- }
641
521
 
642
522
  export interface Service {
643
523
 
@@ -703,18 +583,10 @@ export interface Service {
703
583
 
704
584
  enableExecuteCommand?: boolean;
705
585
  }
706
- export declare namespace Service {
707
-
708
- const filterSensitiveLog: (obj: Service) => any;
709
- }
710
586
  export interface CreateServiceResponse {
711
587
 
712
588
  service?: Service;
713
589
  }
714
- export declare namespace CreateServiceResponse {
715
-
716
- const filterSensitiveLog: (obj: CreateServiceResponse) => any;
717
- }
718
590
 
719
591
  export declare class PlatformTaskDefinitionIncompatibilityException extends __BaseException {
720
592
  readonly name: "PlatformTaskDefinitionIncompatibilityException";
@@ -764,18 +636,10 @@ export interface CreateTaskSetRequest {
764
636
 
765
637
  tags?: Tag[];
766
638
  }
767
- export declare namespace CreateTaskSetRequest {
768
-
769
- const filterSensitiveLog: (obj: CreateTaskSetRequest) => any;
770
- }
771
639
  export interface CreateTaskSetResponse {
772
640
 
773
641
  taskSet?: TaskSet;
774
642
  }
775
- export declare namespace CreateTaskSetResponse {
776
-
777
- const filterSensitiveLog: (obj: CreateTaskSetResponse) => any;
778
- }
779
643
 
780
644
  export declare class ServiceNotActiveException extends __BaseException {
781
645
  readonly name: "ServiceNotActiveException";
@@ -803,10 +667,6 @@ export interface DeleteAccountSettingRequest {
803
667
 
804
668
  principalArn?: string;
805
669
  }
806
- export declare namespace DeleteAccountSettingRequest {
807
-
808
- const filterSensitiveLog: (obj: DeleteAccountSettingRequest) => any;
809
- }
810
670
 
811
671
  export interface Setting {
812
672
 
@@ -816,18 +676,10 @@ export interface Setting {
816
676
 
817
677
  principalArn?: string;
818
678
  }
819
- export declare namespace Setting {
820
-
821
- const filterSensitiveLog: (obj: Setting) => any;
822
- }
823
679
  export interface DeleteAccountSettingResponse {
824
680
 
825
681
  setting?: Setting;
826
682
  }
827
- export declare namespace DeleteAccountSettingResponse {
828
-
829
- const filterSensitiveLog: (obj: DeleteAccountSettingResponse) => any;
830
- }
831
683
  export declare enum TargetType {
832
684
  CONTAINER_INSTANCE = "container-instance"
833
685
  }
@@ -842,28 +694,16 @@ export interface Attribute {
842
694
 
843
695
  targetId?: string;
844
696
  }
845
- export declare namespace Attribute {
846
-
847
- const filterSensitiveLog: (obj: Attribute) => any;
848
- }
849
697
  export interface DeleteAttributesRequest {
850
698
 
851
699
  cluster?: string;
852
700
 
853
701
  attributes: Attribute[] | undefined;
854
702
  }
855
- export declare namespace DeleteAttributesRequest {
856
-
857
- const filterSensitiveLog: (obj: DeleteAttributesRequest) => any;
858
- }
859
703
  export interface DeleteAttributesResponse {
860
704
 
861
705
  attributes?: Attribute[];
862
706
  }
863
- export declare namespace DeleteAttributesResponse {
864
-
865
- const filterSensitiveLog: (obj: DeleteAttributesResponse) => any;
866
- }
867
707
 
868
708
  export declare class TargetNotFoundException extends __BaseException {
869
709
  readonly name: "TargetNotFoundException";
@@ -875,18 +715,10 @@ export interface DeleteCapacityProviderRequest {
875
715
 
876
716
  capacityProvider: string | undefined;
877
717
  }
878
- export declare namespace DeleteCapacityProviderRequest {
879
-
880
- const filterSensitiveLog: (obj: DeleteCapacityProviderRequest) => any;
881
- }
882
718
  export interface DeleteCapacityProviderResponse {
883
719
 
884
720
  capacityProvider?: CapacityProvider;
885
721
  }
886
- export declare namespace DeleteCapacityProviderResponse {
887
-
888
- const filterSensitiveLog: (obj: DeleteCapacityProviderResponse) => any;
889
- }
890
722
 
891
723
  export declare class ClusterContainsContainerInstancesException extends __BaseException {
892
724
  readonly name: "ClusterContainsContainerInstancesException";
@@ -912,18 +744,10 @@ export interface DeleteClusterRequest {
912
744
 
913
745
  cluster: string | undefined;
914
746
  }
915
- export declare namespace DeleteClusterRequest {
916
-
917
- const filterSensitiveLog: (obj: DeleteClusterRequest) => any;
918
- }
919
747
  export interface DeleteClusterResponse {
920
748
 
921
749
  cluster?: Cluster;
922
750
  }
923
- export declare namespace DeleteClusterResponse {
924
-
925
- const filterSensitiveLog: (obj: DeleteClusterResponse) => any;
926
- }
927
751
  export interface DeleteServiceRequest {
928
752
 
929
753
  cluster?: string;
@@ -932,18 +756,10 @@ export interface DeleteServiceRequest {
932
756
 
933
757
  force?: boolean;
934
758
  }
935
- export declare namespace DeleteServiceRequest {
936
-
937
- const filterSensitiveLog: (obj: DeleteServiceRequest) => any;
938
- }
939
759
  export interface DeleteServiceResponse {
940
760
 
941
761
  service?: Service;
942
762
  }
943
- export declare namespace DeleteServiceResponse {
944
-
945
- const filterSensitiveLog: (obj: DeleteServiceResponse) => any;
946
- }
947
763
  export interface DeleteTaskSetRequest {
948
764
 
949
765
  cluster: string | undefined;
@@ -954,18 +770,10 @@ export interface DeleteTaskSetRequest {
954
770
 
955
771
  force?: boolean;
956
772
  }
957
- export declare namespace DeleteTaskSetRequest {
958
-
959
- const filterSensitiveLog: (obj: DeleteTaskSetRequest) => any;
960
- }
961
773
  export interface DeleteTaskSetResponse {
962
774
 
963
775
  taskSet?: TaskSet;
964
776
  }
965
- export declare namespace DeleteTaskSetResponse {
966
-
967
- const filterSensitiveLog: (obj: DeleteTaskSetResponse) => any;
968
- }
969
777
 
970
778
  export declare class TaskSetNotFoundException extends __BaseException {
971
779
  readonly name: "TaskSetNotFoundException";
@@ -981,10 +789,6 @@ export interface DeregisterContainerInstanceRequest {
981
789
 
982
790
  force?: boolean;
983
791
  }
984
- export declare namespace DeregisterContainerInstanceRequest {
985
-
986
- const filterSensitiveLog: (obj: DeregisterContainerInstanceRequest) => any;
987
- }
988
792
  export declare enum InstanceHealthCheckState {
989
793
  IMPAIRED = "IMPAIRED",
990
794
  INITIALIZING = "INITIALIZING",
@@ -1005,10 +809,6 @@ export interface InstanceHealthCheckResult {
1005
809
 
1006
810
  lastStatusChange?: Date;
1007
811
  }
1008
- export declare namespace InstanceHealthCheckResult {
1009
-
1010
- const filterSensitiveLog: (obj: InstanceHealthCheckResult) => any;
1011
- }
1012
812
 
1013
813
  export interface ContainerInstanceHealthStatus {
1014
814
 
@@ -1016,10 +816,6 @@ export interface ContainerInstanceHealthStatus {
1016
816
 
1017
817
  details?: InstanceHealthCheckResult[];
1018
818
  }
1019
- export declare namespace ContainerInstanceHealthStatus {
1020
-
1021
- const filterSensitiveLog: (obj: ContainerInstanceHealthStatus) => any;
1022
- }
1023
819
 
1024
820
  export interface Resource {
1025
821
 
@@ -1035,10 +831,6 @@ export interface Resource {
1035
831
 
1036
832
  stringSetValue?: string[];
1037
833
  }
1038
- export declare namespace Resource {
1039
-
1040
- const filterSensitiveLog: (obj: Resource) => any;
1041
- }
1042
834
 
1043
835
  export interface VersionInfo {
1044
836
 
@@ -1048,10 +840,6 @@ export interface VersionInfo {
1048
840
 
1049
841
  dockerVersion?: string;
1050
842
  }
1051
- export declare namespace VersionInfo {
1052
-
1053
- const filterSensitiveLog: (obj: VersionInfo) => any;
1054
- }
1055
843
 
1056
844
  export interface ContainerInstance {
1057
845
 
@@ -1091,26 +879,14 @@ export interface ContainerInstance {
1091
879
 
1092
880
  healthStatus?: ContainerInstanceHealthStatus;
1093
881
  }
1094
- export declare namespace ContainerInstance {
1095
-
1096
- const filterSensitiveLog: (obj: ContainerInstance) => any;
1097
- }
1098
882
  export interface DeregisterContainerInstanceResponse {
1099
883
 
1100
884
  containerInstance?: ContainerInstance;
1101
885
  }
1102
- export declare namespace DeregisterContainerInstanceResponse {
1103
-
1104
- const filterSensitiveLog: (obj: DeregisterContainerInstanceResponse) => any;
1105
- }
1106
886
  export interface DeregisterTaskDefinitionRequest {
1107
887
 
1108
888
  taskDefinition: string | undefined;
1109
889
  }
1110
- export declare namespace DeregisterTaskDefinitionRequest {
1111
-
1112
- const filterSensitiveLog: (obj: DeregisterTaskDefinitionRequest) => any;
1113
- }
1114
890
  export declare enum Compatibility {
1115
891
  EC2 = "EC2",
1116
892
  EXTERNAL = "EXTERNAL",
@@ -1129,10 +905,6 @@ export interface ContainerDependency {
1129
905
 
1130
906
  condition: ContainerCondition | string | undefined;
1131
907
  }
1132
- export declare namespace ContainerDependency {
1133
-
1134
- const filterSensitiveLog: (obj: ContainerDependency) => any;
1135
- }
1136
908
  export declare enum EnvironmentFileType {
1137
909
  S3 = "s3"
1138
910
  }
@@ -1143,10 +915,6 @@ export interface EnvironmentFile {
1143
915
 
1144
916
  type: EnvironmentFileType | string | undefined;
1145
917
  }
1146
- export declare namespace EnvironmentFile {
1147
-
1148
- const filterSensitiveLog: (obj: EnvironmentFile) => any;
1149
- }
1150
918
 
1151
919
  export interface HostEntry {
1152
920
 
@@ -1154,10 +922,6 @@ export interface HostEntry {
1154
922
 
1155
923
  ipAddress: string | undefined;
1156
924
  }
1157
- export declare namespace HostEntry {
1158
-
1159
- const filterSensitiveLog: (obj: HostEntry) => any;
1160
- }
1161
925
  export declare enum FirelensConfigurationType {
1162
926
  FLUENTBIT = "fluentbit",
1163
927
  FLUENTD = "fluentd"
@@ -1169,10 +933,6 @@ export interface FirelensConfiguration {
1169
933
 
1170
934
  options?: Record<string, string>;
1171
935
  }
1172
- export declare namespace FirelensConfiguration {
1173
-
1174
- const filterSensitiveLog: (obj: FirelensConfiguration) => any;
1175
- }
1176
936
 
1177
937
  export interface HealthCheck {
1178
938
 
@@ -1186,10 +946,6 @@ export interface HealthCheck {
1186
946
 
1187
947
  startPeriod?: number;
1188
948
  }
1189
- export declare namespace HealthCheck {
1190
-
1191
- const filterSensitiveLog: (obj: HealthCheck) => any;
1192
- }
1193
949
 
1194
950
  export interface KernelCapabilities {
1195
951
 
@@ -1197,10 +953,6 @@ export interface KernelCapabilities {
1197
953
 
1198
954
  drop?: string[];
1199
955
  }
1200
- export declare namespace KernelCapabilities {
1201
-
1202
- const filterSensitiveLog: (obj: KernelCapabilities) => any;
1203
- }
1204
956
  export declare enum DeviceCgroupPermission {
1205
957
  MKNOD = "mknod",
1206
958
  READ = "read",
@@ -1215,10 +967,6 @@ export interface Device {
1215
967
 
1216
968
  permissions?: (DeviceCgroupPermission | string)[];
1217
969
  }
1218
- export declare namespace Device {
1219
-
1220
- const filterSensitiveLog: (obj: Device) => any;
1221
- }
1222
970
 
1223
971
  export interface Tmpfs {
1224
972
 
@@ -1228,10 +976,6 @@ export interface Tmpfs {
1228
976
 
1229
977
  mountOptions?: string[];
1230
978
  }
1231
- export declare namespace Tmpfs {
1232
-
1233
- const filterSensitiveLog: (obj: Tmpfs) => any;
1234
- }
1235
979
 
1236
980
  export interface LinuxParameters {
1237
981
 
@@ -1249,10 +993,6 @@ export interface LinuxParameters {
1249
993
 
1250
994
  swappiness?: number;
1251
995
  }
1252
- export declare namespace LinuxParameters {
1253
-
1254
- const filterSensitiveLog: (obj: LinuxParameters) => any;
1255
- }
1256
996
  export declare enum LogDriver {
1257
997
  AWSFIRELENS = "awsfirelens",
1258
998
  AWSLOGS = "awslogs",
@@ -1270,10 +1010,6 @@ export interface Secret {
1270
1010
 
1271
1011
  valueFrom: string | undefined;
1272
1012
  }
1273
- export declare namespace Secret {
1274
-
1275
- const filterSensitiveLog: (obj: Secret) => any;
1276
- }
1277
1013
 
1278
1014
  export interface LogConfiguration {
1279
1015
 
@@ -1283,10 +1019,6 @@ export interface LogConfiguration {
1283
1019
 
1284
1020
  secretOptions?: Secret[];
1285
1021
  }
1286
- export declare namespace LogConfiguration {
1287
-
1288
- const filterSensitiveLog: (obj: LogConfiguration) => any;
1289
- }
1290
1022
 
1291
1023
  export interface MountPoint {
1292
1024
 
@@ -1296,10 +1028,6 @@ export interface MountPoint {
1296
1028
 
1297
1029
  readOnly?: boolean;
1298
1030
  }
1299
- export declare namespace MountPoint {
1300
-
1301
- const filterSensitiveLog: (obj: MountPoint) => any;
1302
- }
1303
1031
  export declare enum TransportProtocol {
1304
1032
  TCP = "tcp",
1305
1033
  UDP = "udp"
@@ -1313,19 +1041,11 @@ export interface PortMapping {
1313
1041
 
1314
1042
  protocol?: TransportProtocol | string;
1315
1043
  }
1316
- export declare namespace PortMapping {
1317
-
1318
- const filterSensitiveLog: (obj: PortMapping) => any;
1319
- }
1320
1044
 
1321
1045
  export interface RepositoryCredentials {
1322
1046
 
1323
1047
  credentialsParameter: string | undefined;
1324
1048
  }
1325
- export declare namespace RepositoryCredentials {
1326
-
1327
- const filterSensitiveLog: (obj: RepositoryCredentials) => any;
1328
- }
1329
1049
  export declare enum ResourceType {
1330
1050
  GPU = "GPU",
1331
1051
  INFERENCE_ACCELERATOR = "InferenceAccelerator"
@@ -1337,10 +1057,6 @@ export interface ResourceRequirement {
1337
1057
 
1338
1058
  type: ResourceType | string | undefined;
1339
1059
  }
1340
- export declare namespace ResourceRequirement {
1341
-
1342
- const filterSensitiveLog: (obj: ResourceRequirement) => any;
1343
- }
1344
1060
 
1345
1061
  export interface SystemControl {
1346
1062
 
@@ -1348,10 +1064,6 @@ export interface SystemControl {
1348
1064
 
1349
1065
  value?: string;
1350
1066
  }
1351
- export declare namespace SystemControl {
1352
-
1353
- const filterSensitiveLog: (obj: SystemControl) => any;
1354
- }
1355
1067
  export declare enum UlimitName {
1356
1068
  CORE = "core",
1357
1069
  CPU = "cpu",
@@ -1378,10 +1090,6 @@ export interface Ulimit {
1378
1090
 
1379
1091
  hardLimit: number | undefined;
1380
1092
  }
1381
- export declare namespace Ulimit {
1382
-
1383
- const filterSensitiveLog: (obj: Ulimit) => any;
1384
- }
1385
1093
 
1386
1094
  export interface VolumeFrom {
1387
1095
 
@@ -1389,10 +1097,6 @@ export interface VolumeFrom {
1389
1097
 
1390
1098
  readOnly?: boolean;
1391
1099
  }
1392
- export declare namespace VolumeFrom {
1393
-
1394
- const filterSensitiveLog: (obj: VolumeFrom) => any;
1395
- }
1396
1100
 
1397
1101
  export interface ContainerDefinition {
1398
1102
 
@@ -1474,19 +1178,11 @@ export interface ContainerDefinition {
1474
1178
 
1475
1179
  firelensConfiguration?: FirelensConfiguration;
1476
1180
  }
1477
- export declare namespace ContainerDefinition {
1478
-
1479
- const filterSensitiveLog: (obj: ContainerDefinition) => any;
1480
- }
1481
1181
 
1482
1182
  export interface EphemeralStorage {
1483
1183
 
1484
1184
  sizeInGiB: number | undefined;
1485
1185
  }
1486
- export declare namespace EphemeralStorage {
1487
-
1488
- const filterSensitiveLog: (obj: EphemeralStorage) => any;
1489
- }
1490
1186
 
1491
1187
  export interface InferenceAccelerator {
1492
1188
 
@@ -1494,10 +1190,6 @@ export interface InferenceAccelerator {
1494
1190
 
1495
1191
  deviceType: string | undefined;
1496
1192
  }
1497
- export declare namespace InferenceAccelerator {
1498
-
1499
- const filterSensitiveLog: (obj: InferenceAccelerator) => any;
1500
- }
1501
1193
  export declare enum IpcMode {
1502
1194
  HOST = "host",
1503
1195
  NONE = "none",
@@ -1523,10 +1215,6 @@ export interface TaskDefinitionPlacementConstraint {
1523
1215
 
1524
1216
  expression?: string;
1525
1217
  }
1526
- export declare namespace TaskDefinitionPlacementConstraint {
1527
-
1528
- const filterSensitiveLog: (obj: TaskDefinitionPlacementConstraint) => any;
1529
- }
1530
1218
  export declare enum ProxyConfigurationType {
1531
1219
  APPMESH = "APPMESH"
1532
1220
  }
@@ -1539,10 +1227,6 @@ export interface ProxyConfiguration {
1539
1227
 
1540
1228
  properties?: KeyValuePair[];
1541
1229
  }
1542
- export declare namespace ProxyConfiguration {
1543
-
1544
- const filterSensitiveLog: (obj: ProxyConfiguration) => any;
1545
- }
1546
1230
  export declare enum CPUArchitecture {
1547
1231
  ARM64 = "ARM64",
1548
1232
  X86_64 = "X86_64"
@@ -1564,10 +1248,6 @@ export interface RuntimePlatform {
1564
1248
 
1565
1249
  operatingSystemFamily?: OSFamily | string;
1566
1250
  }
1567
- export declare namespace RuntimePlatform {
1568
-
1569
- const filterSensitiveLog: (obj: RuntimePlatform) => any;
1570
- }
1571
1251
  export declare enum TaskDefinitionStatus {
1572
1252
  ACTIVE = "ACTIVE",
1573
1253
  INACTIVE = "INACTIVE"
@@ -1589,10 +1269,6 @@ export interface DockerVolumeConfiguration {
1589
1269
 
1590
1270
  labels?: Record<string, string>;
1591
1271
  }
1592
- export declare namespace DockerVolumeConfiguration {
1593
-
1594
- const filterSensitiveLog: (obj: DockerVolumeConfiguration) => any;
1595
- }
1596
1272
  export declare enum EFSAuthorizationConfigIAM {
1597
1273
  DISABLED = "DISABLED",
1598
1274
  ENABLED = "ENABLED"
@@ -1604,10 +1280,6 @@ export interface EFSAuthorizationConfig {
1604
1280
 
1605
1281
  iam?: EFSAuthorizationConfigIAM | string;
1606
1282
  }
1607
- export declare namespace EFSAuthorizationConfig {
1608
-
1609
- const filterSensitiveLog: (obj: EFSAuthorizationConfig) => any;
1610
- }
1611
1283
  export declare enum EFSTransitEncryption {
1612
1284
  DISABLED = "DISABLED",
1613
1285
  ENABLED = "ENABLED"
@@ -1625,10 +1297,6 @@ export interface EFSVolumeConfiguration {
1625
1297
 
1626
1298
  authorizationConfig?: EFSAuthorizationConfig;
1627
1299
  }
1628
- export declare namespace EFSVolumeConfiguration {
1629
-
1630
- const filterSensitiveLog: (obj: EFSVolumeConfiguration) => any;
1631
- }
1632
1300
 
1633
1301
  export interface FSxWindowsFileServerAuthorizationConfig {
1634
1302
 
@@ -1636,10 +1304,6 @@ export interface FSxWindowsFileServerAuthorizationConfig {
1636
1304
 
1637
1305
  domain: string | undefined;
1638
1306
  }
1639
- export declare namespace FSxWindowsFileServerAuthorizationConfig {
1640
-
1641
- const filterSensitiveLog: (obj: FSxWindowsFileServerAuthorizationConfig) => any;
1642
- }
1643
1307
 
1644
1308
  export interface FSxWindowsFileServerVolumeConfiguration {
1645
1309
 
@@ -1649,19 +1313,11 @@ export interface FSxWindowsFileServerVolumeConfiguration {
1649
1313
 
1650
1314
  authorizationConfig: FSxWindowsFileServerAuthorizationConfig | undefined;
1651
1315
  }
1652
- export declare namespace FSxWindowsFileServerVolumeConfiguration {
1653
-
1654
- const filterSensitiveLog: (obj: FSxWindowsFileServerVolumeConfiguration) => any;
1655
- }
1656
1316
 
1657
1317
  export interface HostVolumeProperties {
1658
1318
 
1659
1319
  sourcePath?: string;
1660
1320
  }
1661
- export declare namespace HostVolumeProperties {
1662
-
1663
- const filterSensitiveLog: (obj: HostVolumeProperties) => any;
1664
- }
1665
1321
 
1666
1322
  export interface Volume {
1667
1323
 
@@ -1675,10 +1331,6 @@ export interface Volume {
1675
1331
 
1676
1332
  fsxWindowsFileServerVolumeConfiguration?: FSxWindowsFileServerVolumeConfiguration;
1677
1333
  }
1678
- export declare namespace Volume {
1679
-
1680
- const filterSensitiveLog: (obj: Volume) => any;
1681
- }
1682
1334
 
1683
1335
  export interface TaskDefinition {
1684
1336
 
@@ -1730,18 +1382,10 @@ export interface TaskDefinition {
1730
1382
 
1731
1383
  ephemeralStorage?: EphemeralStorage;
1732
1384
  }
1733
- export declare namespace TaskDefinition {
1734
-
1735
- const filterSensitiveLog: (obj: TaskDefinition) => any;
1736
- }
1737
1385
  export interface DeregisterTaskDefinitionResponse {
1738
1386
 
1739
1387
  taskDefinition?: TaskDefinition;
1740
1388
  }
1741
- export declare namespace DeregisterTaskDefinitionResponse {
1742
-
1743
- const filterSensitiveLog: (obj: DeregisterTaskDefinitionResponse) => any;
1744
- }
1745
1389
  export declare enum CapacityProviderField {
1746
1390
  TAGS = "TAGS"
1747
1391
  }
@@ -1755,10 +1399,6 @@ export interface DescribeCapacityProvidersRequest {
1755
1399
 
1756
1400
  nextToken?: string;
1757
1401
  }
1758
- export declare namespace DescribeCapacityProvidersRequest {
1759
-
1760
- const filterSensitiveLog: (obj: DescribeCapacityProvidersRequest) => any;
1761
- }
1762
1402
 
1763
1403
  export interface Failure {
1764
1404
 
@@ -1768,10 +1408,6 @@ export interface Failure {
1768
1408
 
1769
1409
  detail?: string;
1770
1410
  }
1771
- export declare namespace Failure {
1772
-
1773
- const filterSensitiveLog: (obj: Failure) => any;
1774
- }
1775
1411
  export interface DescribeCapacityProvidersResponse {
1776
1412
 
1777
1413
  capacityProviders?: CapacityProvider[];
@@ -1780,10 +1416,6 @@ export interface DescribeCapacityProvidersResponse {
1780
1416
 
1781
1417
  nextToken?: string;
1782
1418
  }
1783
- export declare namespace DescribeCapacityProvidersResponse {
1784
-
1785
- const filterSensitiveLog: (obj: DescribeCapacityProvidersResponse) => any;
1786
- }
1787
1419
  export declare enum ClusterField {
1788
1420
  ATTACHMENTS = "ATTACHMENTS",
1789
1421
  CONFIGURATIONS = "CONFIGURATIONS",
@@ -1797,20 +1429,12 @@ export interface DescribeClustersRequest {
1797
1429
 
1798
1430
  include?: (ClusterField | string)[];
1799
1431
  }
1800
- export declare namespace DescribeClustersRequest {
1801
-
1802
- const filterSensitiveLog: (obj: DescribeClustersRequest) => any;
1803
- }
1804
1432
  export interface DescribeClustersResponse {
1805
1433
 
1806
1434
  clusters?: Cluster[];
1807
1435
 
1808
1436
  failures?: Failure[];
1809
1437
  }
1810
- export declare namespace DescribeClustersResponse {
1811
-
1812
- const filterSensitiveLog: (obj: DescribeClustersResponse) => any;
1813
- }
1814
1438
  export declare enum ContainerInstanceField {
1815
1439
  CONTAINER_INSTANCE_HEALTH = "CONTAINER_INSTANCE_HEALTH",
1816
1440
  TAGS = "TAGS"
@@ -1823,20 +1447,12 @@ export interface DescribeContainerInstancesRequest {
1823
1447
 
1824
1448
  include?: (ContainerInstanceField | string)[];
1825
1449
  }
1826
- export declare namespace DescribeContainerInstancesRequest {
1827
-
1828
- const filterSensitiveLog: (obj: DescribeContainerInstancesRequest) => any;
1829
- }
1830
1450
  export interface DescribeContainerInstancesResponse {
1831
1451
 
1832
1452
  containerInstances?: ContainerInstance[];
1833
1453
 
1834
1454
  failures?: Failure[];
1835
1455
  }
1836
- export declare namespace DescribeContainerInstancesResponse {
1837
-
1838
- const filterSensitiveLog: (obj: DescribeContainerInstancesResponse) => any;
1839
- }
1840
1456
  export declare enum ServiceField {
1841
1457
  TAGS = "TAGS"
1842
1458
  }
@@ -1848,20 +1464,12 @@ export interface DescribeServicesRequest {
1848
1464
 
1849
1465
  include?: (ServiceField | string)[];
1850
1466
  }
1851
- export declare namespace DescribeServicesRequest {
1852
-
1853
- const filterSensitiveLog: (obj: DescribeServicesRequest) => any;
1854
- }
1855
1467
  export interface DescribeServicesResponse {
1856
1468
 
1857
1469
  services?: Service[];
1858
1470
 
1859
1471
  failures?: Failure[];
1860
1472
  }
1861
- export declare namespace DescribeServicesResponse {
1862
-
1863
- const filterSensitiveLog: (obj: DescribeServicesResponse) => any;
1864
- }
1865
1473
  export declare enum TaskDefinitionField {
1866
1474
  TAGS = "TAGS"
1867
1475
  }
@@ -1871,20 +1479,12 @@ export interface DescribeTaskDefinitionRequest {
1871
1479
 
1872
1480
  include?: (TaskDefinitionField | string)[];
1873
1481
  }
1874
- export declare namespace DescribeTaskDefinitionRequest {
1875
-
1876
- const filterSensitiveLog: (obj: DescribeTaskDefinitionRequest) => any;
1877
- }
1878
1482
  export interface DescribeTaskDefinitionResponse {
1879
1483
 
1880
1484
  taskDefinition?: TaskDefinition;
1881
1485
 
1882
1486
  tags?: Tag[];
1883
1487
  }
1884
- export declare namespace DescribeTaskDefinitionResponse {
1885
-
1886
- const filterSensitiveLog: (obj: DescribeTaskDefinitionResponse) => any;
1887
- }
1888
1488
  export declare enum TaskField {
1889
1489
  TAGS = "TAGS"
1890
1490
  }
@@ -1896,10 +1496,6 @@ export interface DescribeTasksRequest {
1896
1496
 
1897
1497
  include?: (TaskField | string)[];
1898
1498
  }
1899
- export declare namespace DescribeTasksRequest {
1900
-
1901
- const filterSensitiveLog: (obj: DescribeTasksRequest) => any;
1902
- }
1903
1499
  export declare enum Connectivity {
1904
1500
  CONNECTED = "CONNECTED",
1905
1501
  DISCONNECTED = "DISCONNECTED"
@@ -1923,10 +1519,6 @@ export interface ManagedAgent {
1923
1519
 
1924
1520
  lastStatus?: string;
1925
1521
  }
1926
- export declare namespace ManagedAgent {
1927
-
1928
- const filterSensitiveLog: (obj: ManagedAgent) => any;
1929
- }
1930
1522
 
1931
1523
  export interface NetworkBinding {
1932
1524
 
@@ -1938,10 +1530,6 @@ export interface NetworkBinding {
1938
1530
 
1939
1531
  protocol?: TransportProtocol | string;
1940
1532
  }
1941
- export declare namespace NetworkBinding {
1942
-
1943
- const filterSensitiveLog: (obj: NetworkBinding) => any;
1944
- }
1945
1533
 
1946
1534
  export interface NetworkInterface {
1947
1535
 
@@ -1951,10 +1539,6 @@ export interface NetworkInterface {
1951
1539
 
1952
1540
  ipv6Address?: string;
1953
1541
  }
1954
- export declare namespace NetworkInterface {
1955
-
1956
- const filterSensitiveLog: (obj: NetworkInterface) => any;
1957
- }
1958
1542
 
1959
1543
  export interface Container {
1960
1544
 
@@ -1992,10 +1576,6 @@ export interface Container {
1992
1576
 
1993
1577
  gpuIds?: string[];
1994
1578
  }
1995
- export declare namespace Container {
1996
-
1997
- const filterSensitiveLog: (obj: Container) => any;
1998
- }
1999
1579
 
2000
1580
  export interface ContainerOverride {
2001
1581
 
@@ -2015,10 +1595,6 @@ export interface ContainerOverride {
2015
1595
 
2016
1596
  resourceRequirements?: ResourceRequirement[];
2017
1597
  }
2018
- export declare namespace ContainerOverride {
2019
-
2020
- const filterSensitiveLog: (obj: ContainerOverride) => any;
2021
- }
2022
1598
 
2023
1599
  export interface InferenceAcceleratorOverride {
2024
1600
 
@@ -2026,10 +1602,6 @@ export interface InferenceAcceleratorOverride {
2026
1602
 
2027
1603
  deviceType?: string;
2028
1604
  }
2029
- export declare namespace InferenceAcceleratorOverride {
2030
-
2031
- const filterSensitiveLog: (obj: InferenceAcceleratorOverride) => any;
2032
- }
2033
1605
 
2034
1606
  export interface TaskOverride {
2035
1607
 
@@ -2047,10 +1619,6 @@ export interface TaskOverride {
2047
1619
 
2048
1620
  ephemeralStorage?: EphemeralStorage;
2049
1621
  }
2050
- export declare namespace TaskOverride {
2051
-
2052
- const filterSensitiveLog: (obj: TaskOverride) => any;
2053
- }
2054
1622
  export declare enum TaskStopCode {
2055
1623
  ESSENTIAL_CONTAINER_EXITED = "EssentialContainerExited",
2056
1624
  TASK_FAILED_TO_START = "TaskFailedToStart",
@@ -2131,20 +1699,12 @@ export interface Task {
2131
1699
 
2132
1700
  ephemeralStorage?: EphemeralStorage;
2133
1701
  }
2134
- export declare namespace Task {
2135
-
2136
- const filterSensitiveLog: (obj: Task) => any;
2137
- }
2138
1702
  export interface DescribeTasksResponse {
2139
1703
 
2140
1704
  tasks?: Task[];
2141
1705
 
2142
1706
  failures?: Failure[];
2143
1707
  }
2144
- export declare namespace DescribeTasksResponse {
2145
-
2146
- const filterSensitiveLog: (obj: DescribeTasksResponse) => any;
2147
- }
2148
1708
  export declare enum TaskSetField {
2149
1709
  TAGS = "TAGS"
2150
1710
  }
@@ -2158,40 +1718,24 @@ export interface DescribeTaskSetsRequest {
2158
1718
 
2159
1719
  include?: (TaskSetField | string)[];
2160
1720
  }
2161
- export declare namespace DescribeTaskSetsRequest {
2162
-
2163
- const filterSensitiveLog: (obj: DescribeTaskSetsRequest) => any;
2164
- }
2165
1721
  export interface DescribeTaskSetsResponse {
2166
1722
 
2167
1723
  taskSets?: TaskSet[];
2168
1724
 
2169
1725
  failures?: Failure[];
2170
1726
  }
2171
- export declare namespace DescribeTaskSetsResponse {
2172
-
2173
- const filterSensitiveLog: (obj: DescribeTaskSetsResponse) => any;
2174
- }
2175
1727
  export interface DiscoverPollEndpointRequest {
2176
1728
 
2177
1729
  containerInstance?: string;
2178
1730
 
2179
1731
  cluster?: string;
2180
1732
  }
2181
- export declare namespace DiscoverPollEndpointRequest {
2182
-
2183
- const filterSensitiveLog: (obj: DiscoverPollEndpointRequest) => any;
2184
- }
2185
1733
  export interface DiscoverPollEndpointResponse {
2186
1734
 
2187
1735
  endpoint?: string;
2188
1736
 
2189
1737
  telemetryEndpoint?: string;
2190
1738
  }
2191
- export declare namespace DiscoverPollEndpointResponse {
2192
-
2193
- const filterSensitiveLog: (obj: DiscoverPollEndpointResponse) => any;
2194
- }
2195
1739
  export interface ExecuteCommandRequest {
2196
1740
 
2197
1741
  cluster?: string;
@@ -2204,10 +1748,6 @@ export interface ExecuteCommandRequest {
2204
1748
 
2205
1749
  task: string | undefined;
2206
1750
  }
2207
- export declare namespace ExecuteCommandRequest {
2208
-
2209
- const filterSensitiveLog: (obj: ExecuteCommandRequest) => any;
2210
- }
2211
1751
 
2212
1752
  export interface Session {
2213
1753
 
@@ -2217,10 +1757,6 @@ export interface Session {
2217
1757
 
2218
1758
  tokenValue?: string;
2219
1759
  }
2220
- export declare namespace Session {
2221
-
2222
- const filterSensitiveLog: (obj: Session) => any;
2223
- }
2224
1760
  export interface ExecuteCommandResponse {
2225
1761
 
2226
1762
  clusterArn?: string;
@@ -2235,10 +1771,6 @@ export interface ExecuteCommandResponse {
2235
1771
 
2236
1772
  taskArn?: string;
2237
1773
  }
2238
- export declare namespace ExecuteCommandResponse {
2239
-
2240
- const filterSensitiveLog: (obj: ExecuteCommandResponse) => any;
2241
- }
2242
1774
 
2243
1775
  export declare class TargetNotConnectedException extends __BaseException {
2244
1776
  readonly name: "TargetNotConnectedException";
@@ -2260,20 +1792,12 @@ export interface ListAccountSettingsRequest {
2260
1792
 
2261
1793
  maxResults?: number;
2262
1794
  }
2263
- export declare namespace ListAccountSettingsRequest {
2264
-
2265
- const filterSensitiveLog: (obj: ListAccountSettingsRequest) => any;
2266
- }
2267
1795
  export interface ListAccountSettingsResponse {
2268
1796
 
2269
1797
  settings?: Setting[];
2270
1798
 
2271
1799
  nextToken?: string;
2272
1800
  }
2273
- export declare namespace ListAccountSettingsResponse {
2274
-
2275
- const filterSensitiveLog: (obj: ListAccountSettingsResponse) => any;
2276
- }
2277
1801
  export interface ListAttributesRequest {
2278
1802
 
2279
1803
  cluster?: string;
@@ -2288,40 +1812,24 @@ export interface ListAttributesRequest {
2288
1812
 
2289
1813
  maxResults?: number;
2290
1814
  }
2291
- export declare namespace ListAttributesRequest {
2292
-
2293
- const filterSensitiveLog: (obj: ListAttributesRequest) => any;
2294
- }
2295
1815
  export interface ListAttributesResponse {
2296
1816
 
2297
1817
  attributes?: Attribute[];
2298
1818
 
2299
1819
  nextToken?: string;
2300
1820
  }
2301
- export declare namespace ListAttributesResponse {
2302
-
2303
- const filterSensitiveLog: (obj: ListAttributesResponse) => any;
2304
- }
2305
1821
  export interface ListClustersRequest {
2306
1822
 
2307
1823
  nextToken?: string;
2308
1824
 
2309
1825
  maxResults?: number;
2310
1826
  }
2311
- export declare namespace ListClustersRequest {
2312
-
2313
- const filterSensitiveLog: (obj: ListClustersRequest) => any;
2314
- }
2315
1827
  export interface ListClustersResponse {
2316
1828
 
2317
1829
  clusterArns?: string[];
2318
1830
 
2319
1831
  nextToken?: string;
2320
1832
  }
2321
- export declare namespace ListClustersResponse {
2322
-
2323
- const filterSensitiveLog: (obj: ListClustersResponse) => any;
2324
- }
2325
1833
  export declare enum ContainerInstanceStatus {
2326
1834
  ACTIVE = "ACTIVE",
2327
1835
  DEREGISTERING = "DEREGISTERING",
@@ -2341,20 +1849,12 @@ export interface ListContainerInstancesRequest {
2341
1849
 
2342
1850
  status?: ContainerInstanceStatus | string;
2343
1851
  }
2344
- export declare namespace ListContainerInstancesRequest {
2345
-
2346
- const filterSensitiveLog: (obj: ListContainerInstancesRequest) => any;
2347
- }
2348
1852
  export interface ListContainerInstancesResponse {
2349
1853
 
2350
1854
  containerInstanceArns?: string[];
2351
1855
 
2352
1856
  nextToken?: string;
2353
1857
  }
2354
- export declare namespace ListContainerInstancesResponse {
2355
-
2356
- const filterSensitiveLog: (obj: ListContainerInstancesResponse) => any;
2357
- }
2358
1858
  export interface ListServicesRequest {
2359
1859
 
2360
1860
  cluster?: string;
@@ -2367,36 +1867,20 @@ export interface ListServicesRequest {
2367
1867
 
2368
1868
  schedulingStrategy?: SchedulingStrategy | string;
2369
1869
  }
2370
- export declare namespace ListServicesRequest {
2371
-
2372
- const filterSensitiveLog: (obj: ListServicesRequest) => any;
2373
- }
2374
1870
  export interface ListServicesResponse {
2375
1871
 
2376
1872
  serviceArns?: string[];
2377
1873
 
2378
1874
  nextToken?: string;
2379
1875
  }
2380
- export declare namespace ListServicesResponse {
2381
-
2382
- const filterSensitiveLog: (obj: ListServicesResponse) => any;
2383
- }
2384
1876
  export interface ListTagsForResourceRequest {
2385
1877
 
2386
1878
  resourceArn: string | undefined;
2387
1879
  }
2388
- export declare namespace ListTagsForResourceRequest {
2389
-
2390
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2391
- }
2392
1880
  export interface ListTagsForResourceResponse {
2393
1881
 
2394
1882
  tags?: Tag[];
2395
1883
  }
2396
- export declare namespace ListTagsForResourceResponse {
2397
-
2398
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2399
- }
2400
1884
  export declare enum TaskDefinitionFamilyStatus {
2401
1885
  ACTIVE = "ACTIVE",
2402
1886
  ALL = "ALL",
@@ -2412,20 +1896,12 @@ export interface ListTaskDefinitionFamiliesRequest {
2412
1896
 
2413
1897
  maxResults?: number;
2414
1898
  }
2415
- export declare namespace ListTaskDefinitionFamiliesRequest {
2416
-
2417
- const filterSensitiveLog: (obj: ListTaskDefinitionFamiliesRequest) => any;
2418
- }
2419
1899
  export interface ListTaskDefinitionFamiliesResponse {
2420
1900
 
2421
1901
  families?: string[];
2422
1902
 
2423
1903
  nextToken?: string;
2424
1904
  }
2425
- export declare namespace ListTaskDefinitionFamiliesResponse {
2426
-
2427
- const filterSensitiveLog: (obj: ListTaskDefinitionFamiliesResponse) => any;
2428
- }
2429
1905
  export declare enum SortOrder {
2430
1906
  ASC = "ASC",
2431
1907
  DESC = "DESC"
@@ -2442,20 +1918,12 @@ export interface ListTaskDefinitionsRequest {
2442
1918
 
2443
1919
  maxResults?: number;
2444
1920
  }
2445
- export declare namespace ListTaskDefinitionsRequest {
2446
-
2447
- const filterSensitiveLog: (obj: ListTaskDefinitionsRequest) => any;
2448
- }
2449
1921
  export interface ListTaskDefinitionsResponse {
2450
1922
 
2451
1923
  taskDefinitionArns?: string[];
2452
1924
 
2453
1925
  nextToken?: string;
2454
1926
  }
2455
- export declare namespace ListTaskDefinitionsResponse {
2456
-
2457
- const filterSensitiveLog: (obj: ListTaskDefinitionsResponse) => any;
2458
- }
2459
1927
  export declare enum DesiredStatus {
2460
1928
  PENDING = "PENDING",
2461
1929
  RUNNING = "RUNNING",
@@ -2481,20 +1949,12 @@ export interface ListTasksRequest {
2481
1949
 
2482
1950
  launchType?: LaunchType | string;
2483
1951
  }
2484
- export declare namespace ListTasksRequest {
2485
-
2486
- const filterSensitiveLog: (obj: ListTasksRequest) => any;
2487
- }
2488
1952
  export interface ListTasksResponse {
2489
1953
 
2490
1954
  taskArns?: string[];
2491
1955
 
2492
1956
  nextToken?: string;
2493
1957
  }
2494
- export declare namespace ListTasksResponse {
2495
-
2496
- const filterSensitiveLog: (obj: ListTasksResponse) => any;
2497
- }
2498
1958
  export interface PutAccountSettingRequest {
2499
1959
 
2500
1960
  name: SettingName | string | undefined;
@@ -2503,36 +1963,20 @@ export interface PutAccountSettingRequest {
2503
1963
 
2504
1964
  principalArn?: string;
2505
1965
  }
2506
- export declare namespace PutAccountSettingRequest {
2507
-
2508
- const filterSensitiveLog: (obj: PutAccountSettingRequest) => any;
2509
- }
2510
1966
  export interface PutAccountSettingResponse {
2511
1967
 
2512
1968
  setting?: Setting;
2513
1969
  }
2514
- export declare namespace PutAccountSettingResponse {
2515
-
2516
- const filterSensitiveLog: (obj: PutAccountSettingResponse) => any;
2517
- }
2518
1970
  export interface PutAccountSettingDefaultRequest {
2519
1971
 
2520
1972
  name: SettingName | string | undefined;
2521
1973
 
2522
1974
  value: string | undefined;
2523
1975
  }
2524
- export declare namespace PutAccountSettingDefaultRequest {
2525
-
2526
- const filterSensitiveLog: (obj: PutAccountSettingDefaultRequest) => any;
2527
- }
2528
1976
  export interface PutAccountSettingDefaultResponse {
2529
1977
 
2530
1978
  setting?: Setting;
2531
1979
  }
2532
- export declare namespace PutAccountSettingDefaultResponse {
2533
-
2534
- const filterSensitiveLog: (obj: PutAccountSettingDefaultResponse) => any;
2535
- }
2536
1980
 
2537
1981
  export declare class AttributeLimitExceededException extends __BaseException {
2538
1982
  readonly name: "AttributeLimitExceededException";
@@ -2546,18 +1990,10 @@ export interface PutAttributesRequest {
2546
1990
 
2547
1991
  attributes: Attribute[] | undefined;
2548
1992
  }
2549
- export declare namespace PutAttributesRequest {
2550
-
2551
- const filterSensitiveLog: (obj: PutAttributesRequest) => any;
2552
- }
2553
1993
  export interface PutAttributesResponse {
2554
1994
 
2555
1995
  attributes?: Attribute[];
2556
1996
  }
2557
- export declare namespace PutAttributesResponse {
2558
-
2559
- const filterSensitiveLog: (obj: PutAttributesResponse) => any;
2560
- }
2561
1997
  export interface PutClusterCapacityProvidersRequest {
2562
1998
 
2563
1999
  cluster: string | undefined;
@@ -2566,18 +2002,10 @@ export interface PutClusterCapacityProvidersRequest {
2566
2002
 
2567
2003
  defaultCapacityProviderStrategy: CapacityProviderStrategyItem[] | undefined;
2568
2004
  }
2569
- export declare namespace PutClusterCapacityProvidersRequest {
2570
-
2571
- const filterSensitiveLog: (obj: PutClusterCapacityProvidersRequest) => any;
2572
- }
2573
2005
  export interface PutClusterCapacityProvidersResponse {
2574
2006
 
2575
2007
  cluster?: Cluster;
2576
2008
  }
2577
- export declare namespace PutClusterCapacityProvidersResponse {
2578
-
2579
- const filterSensitiveLog: (obj: PutClusterCapacityProvidersResponse) => any;
2580
- }
2581
2009
 
2582
2010
  export declare class ResourceInUseException extends __BaseException {
2583
2011
  readonly name: "ResourceInUseException";
@@ -2595,10 +2023,6 @@ export interface PlatformDevice {
2595
2023
 
2596
2024
  type: PlatformDeviceType | string | undefined;
2597
2025
  }
2598
- export declare namespace PlatformDevice {
2599
-
2600
- const filterSensitiveLog: (obj: PlatformDevice) => any;
2601
- }
2602
2026
  export interface RegisterContainerInstanceRequest {
2603
2027
 
2604
2028
  cluster?: string;
@@ -2619,18 +2043,10 @@ export interface RegisterContainerInstanceRequest {
2619
2043
 
2620
2044
  tags?: Tag[];
2621
2045
  }
2622
- export declare namespace RegisterContainerInstanceRequest {
2623
-
2624
- const filterSensitiveLog: (obj: RegisterContainerInstanceRequest) => any;
2625
- }
2626
2046
  export interface RegisterContainerInstanceResponse {
2627
2047
 
2628
2048
  containerInstance?: ContainerInstance;
2629
2049
  }
2630
- export declare namespace RegisterContainerInstanceResponse {
2631
-
2632
- const filterSensitiveLog: (obj: RegisterContainerInstanceResponse) => any;
2633
- }
2634
2050
  export interface RegisterTaskDefinitionRequest {
2635
2051
 
2636
2052
  family: string | undefined;
@@ -2667,20 +2083,12 @@ export interface RegisterTaskDefinitionRequest {
2667
2083
 
2668
2084
  runtimePlatform?: RuntimePlatform;
2669
2085
  }
2670
- export declare namespace RegisterTaskDefinitionRequest {
2671
-
2672
- const filterSensitiveLog: (obj: RegisterTaskDefinitionRequest) => any;
2673
- }
2674
2086
  export interface RegisterTaskDefinitionResponse {
2675
2087
 
2676
2088
  taskDefinition?: TaskDefinition;
2677
2089
 
2678
2090
  tags?: Tag[];
2679
2091
  }
2680
- export declare namespace RegisterTaskDefinitionResponse {
2681
-
2682
- const filterSensitiveLog: (obj: RegisterTaskDefinitionResponse) => any;
2683
- }
2684
2092
 
2685
2093
  export declare class BlockedException extends __BaseException {
2686
2094
  readonly name: "BlockedException";
@@ -2724,20 +2132,12 @@ export interface RunTaskRequest {
2724
2132
 
2725
2133
  taskDefinition: string | undefined;
2726
2134
  }
2727
- export declare namespace RunTaskRequest {
2728
-
2729
- const filterSensitiveLog: (obj: RunTaskRequest) => any;
2730
- }
2731
2135
  export interface RunTaskResponse {
2732
2136
 
2733
2137
  tasks?: Task[];
2734
2138
 
2735
2139
  failures?: Failure[];
2736
2140
  }
2737
- export declare namespace RunTaskResponse {
2738
-
2739
- const filterSensitiveLog: (obj: RunTaskResponse) => any;
2740
- }
2741
2141
  export interface StartTaskRequest {
2742
2142
 
2743
2143
  cluster?: string;
@@ -2764,20 +2164,12 @@ export interface StartTaskRequest {
2764
2164
 
2765
2165
  taskDefinition: string | undefined;
2766
2166
  }
2767
- export declare namespace StartTaskRequest {
2768
-
2769
- const filterSensitiveLog: (obj: StartTaskRequest) => any;
2770
- }
2771
2167
  export interface StartTaskResponse {
2772
2168
 
2773
2169
  tasks?: Task[];
2774
2170
 
2775
2171
  failures?: Failure[];
2776
2172
  }
2777
- export declare namespace StartTaskResponse {
2778
-
2779
- const filterSensitiveLog: (obj: StartTaskResponse) => any;
2780
- }
2781
2173
  export interface StopTaskRequest {
2782
2174
 
2783
2175
  cluster?: string;
@@ -2786,18 +2178,10 @@ export interface StopTaskRequest {
2786
2178
 
2787
2179
  reason?: string;
2788
2180
  }
2789
- export declare namespace StopTaskRequest {
2790
-
2791
- const filterSensitiveLog: (obj: StopTaskRequest) => any;
2792
- }
2793
2181
  export interface StopTaskResponse {
2794
2182
 
2795
2183
  task?: Task;
2796
2184
  }
2797
- export declare namespace StopTaskResponse {
2798
-
2799
- const filterSensitiveLog: (obj: StopTaskResponse) => any;
2800
- }
2801
2185
 
2802
2186
  export interface AttachmentStateChange {
2803
2187
 
@@ -2805,28 +2189,16 @@ export interface AttachmentStateChange {
2805
2189
 
2806
2190
  status: string | undefined;
2807
2191
  }
2808
- export declare namespace AttachmentStateChange {
2809
-
2810
- const filterSensitiveLog: (obj: AttachmentStateChange) => any;
2811
- }
2812
2192
  export interface SubmitAttachmentStateChangesRequest {
2813
2193
 
2814
2194
  cluster?: string;
2815
2195
 
2816
2196
  attachments: AttachmentStateChange[] | undefined;
2817
2197
  }
2818
- export declare namespace SubmitAttachmentStateChangesRequest {
2819
-
2820
- const filterSensitiveLog: (obj: SubmitAttachmentStateChangesRequest) => any;
2821
- }
2822
2198
  export interface SubmitAttachmentStateChangesResponse {
2823
2199
 
2824
2200
  acknowledgment?: string;
2825
2201
  }
2826
- export declare namespace SubmitAttachmentStateChangesResponse {
2827
-
2828
- const filterSensitiveLog: (obj: SubmitAttachmentStateChangesResponse) => any;
2829
- }
2830
2202
  export interface SubmitContainerStateChangeRequest {
2831
2203
 
2832
2204
  cluster?: string;
@@ -2845,18 +2217,10 @@ export interface SubmitContainerStateChangeRequest {
2845
2217
 
2846
2218
  networkBindings?: NetworkBinding[];
2847
2219
  }
2848
- export declare namespace SubmitContainerStateChangeRequest {
2849
-
2850
- const filterSensitiveLog: (obj: SubmitContainerStateChangeRequest) => any;
2851
- }
2852
2220
  export interface SubmitContainerStateChangeResponse {
2853
2221
 
2854
2222
  acknowledgment?: string;
2855
2223
  }
2856
- export declare namespace SubmitContainerStateChangeResponse {
2857
-
2858
- const filterSensitiveLog: (obj: SubmitContainerStateChangeResponse) => any;
2859
- }
2860
2224
 
2861
2225
  export interface ContainerStateChange {
2862
2226
 
@@ -2874,10 +2238,6 @@ export interface ContainerStateChange {
2874
2238
 
2875
2239
  status?: string;
2876
2240
  }
2877
- export declare namespace ContainerStateChange {
2878
-
2879
- const filterSensitiveLog: (obj: ContainerStateChange) => any;
2880
- }
2881
2241
 
2882
2242
  export interface ManagedAgentStateChange {
2883
2243
 
@@ -2889,10 +2249,6 @@ export interface ManagedAgentStateChange {
2889
2249
 
2890
2250
  reason?: string;
2891
2251
  }
2892
- export declare namespace ManagedAgentStateChange {
2893
-
2894
- const filterSensitiveLog: (obj: ManagedAgentStateChange) => any;
2895
- }
2896
2252
  export interface SubmitTaskStateChangeRequest {
2897
2253
 
2898
2254
  cluster?: string;
@@ -2915,18 +2271,10 @@ export interface SubmitTaskStateChangeRequest {
2915
2271
 
2916
2272
  executionStoppedAt?: Date;
2917
2273
  }
2918
- export declare namespace SubmitTaskStateChangeRequest {
2919
-
2920
- const filterSensitiveLog: (obj: SubmitTaskStateChangeRequest) => any;
2921
- }
2922
2274
  export interface SubmitTaskStateChangeResponse {
2923
2275
 
2924
2276
  acknowledgment?: string;
2925
2277
  }
2926
- export declare namespace SubmitTaskStateChangeResponse {
2927
-
2928
- const filterSensitiveLog: (obj: SubmitTaskStateChangeResponse) => any;
2929
- }
2930
2278
 
2931
2279
  export declare class ResourceNotFoundException extends __BaseException {
2932
2280
  readonly name: "ResourceNotFoundException";
@@ -2940,32 +2288,16 @@ export interface TagResourceRequest {
2940
2288
 
2941
2289
  tags: Tag[] | undefined;
2942
2290
  }
2943
- export declare namespace TagResourceRequest {
2944
-
2945
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2946
- }
2947
2291
  export interface TagResourceResponse {
2948
2292
  }
2949
- export declare namespace TagResourceResponse {
2950
-
2951
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
2952
- }
2953
2293
  export interface UntagResourceRequest {
2954
2294
 
2955
2295
  resourceArn: string | undefined;
2956
2296
 
2957
2297
  tagKeys: string[] | undefined;
2958
2298
  }
2959
- export declare namespace UntagResourceRequest {
2960
-
2961
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2962
- }
2963
2299
  export interface UntagResourceResponse {
2964
2300
  }
2965
- export declare namespace UntagResourceResponse {
2966
-
2967
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2968
- }
2969
2301
 
2970
2302
  export interface AutoScalingGroupProviderUpdate {
2971
2303
 
@@ -2973,28 +2305,16 @@ export interface AutoScalingGroupProviderUpdate {
2973
2305
 
2974
2306
  managedTerminationProtection?: ManagedTerminationProtection | string;
2975
2307
  }
2976
- export declare namespace AutoScalingGroupProviderUpdate {
2977
-
2978
- const filterSensitiveLog: (obj: AutoScalingGroupProviderUpdate) => any;
2979
- }
2980
2308
  export interface UpdateCapacityProviderRequest {
2981
2309
 
2982
2310
  name: string | undefined;
2983
2311
 
2984
2312
  autoScalingGroupProvider: AutoScalingGroupProviderUpdate | undefined;
2985
2313
  }
2986
- export declare namespace UpdateCapacityProviderRequest {
2987
-
2988
- const filterSensitiveLog: (obj: UpdateCapacityProviderRequest) => any;
2989
- }
2990
2314
  export interface UpdateCapacityProviderResponse {
2991
2315
 
2992
2316
  capacityProvider?: CapacityProvider;
2993
2317
  }
2994
- export declare namespace UpdateCapacityProviderResponse {
2995
-
2996
- const filterSensitiveLog: (obj: UpdateCapacityProviderResponse) => any;
2997
- }
2998
2318
  export interface UpdateClusterRequest {
2999
2319
 
3000
2320
  cluster: string | undefined;
@@ -3003,36 +2323,20 @@ export interface UpdateClusterRequest {
3003
2323
 
3004
2324
  configuration?: ClusterConfiguration;
3005
2325
  }
3006
- export declare namespace UpdateClusterRequest {
3007
-
3008
- const filterSensitiveLog: (obj: UpdateClusterRequest) => any;
3009
- }
3010
2326
  export interface UpdateClusterResponse {
3011
2327
 
3012
2328
  cluster?: Cluster;
3013
2329
  }
3014
- export declare namespace UpdateClusterResponse {
3015
-
3016
- const filterSensitiveLog: (obj: UpdateClusterResponse) => any;
3017
- }
3018
2330
  export interface UpdateClusterSettingsRequest {
3019
2331
 
3020
2332
  cluster: string | undefined;
3021
2333
 
3022
2334
  settings: ClusterSetting[] | undefined;
3023
2335
  }
3024
- export declare namespace UpdateClusterSettingsRequest {
3025
-
3026
- const filterSensitiveLog: (obj: UpdateClusterSettingsRequest) => any;
3027
- }
3028
2336
  export interface UpdateClusterSettingsResponse {
3029
2337
 
3030
2338
  cluster?: Cluster;
3031
2339
  }
3032
- export declare namespace UpdateClusterSettingsResponse {
3033
-
3034
- const filterSensitiveLog: (obj: UpdateClusterSettingsResponse) => any;
3035
- }
3036
2340
 
3037
2341
  export declare class MissingVersionException extends __BaseException {
3038
2342
  readonly name: "MissingVersionException";
@@ -3053,18 +2357,10 @@ export interface UpdateContainerAgentRequest {
3053
2357
 
3054
2358
  containerInstance: string | undefined;
3055
2359
  }
3056
- export declare namespace UpdateContainerAgentRequest {
3057
-
3058
- const filterSensitiveLog: (obj: UpdateContainerAgentRequest) => any;
3059
- }
3060
2360
  export interface UpdateContainerAgentResponse {
3061
2361
 
3062
2362
  containerInstance?: ContainerInstance;
3063
2363
  }
3064
- export declare namespace UpdateContainerAgentResponse {
3065
-
3066
- const filterSensitiveLog: (obj: UpdateContainerAgentResponse) => any;
3067
- }
3068
2364
  export interface UpdateContainerInstancesStateRequest {
3069
2365
 
3070
2366
  cluster?: string;
@@ -3073,20 +2369,12 @@ export interface UpdateContainerInstancesStateRequest {
3073
2369
 
3074
2370
  status: ContainerInstanceStatus | string | undefined;
3075
2371
  }
3076
- export declare namespace UpdateContainerInstancesStateRequest {
3077
-
3078
- const filterSensitiveLog: (obj: UpdateContainerInstancesStateRequest) => any;
3079
- }
3080
2372
  export interface UpdateContainerInstancesStateResponse {
3081
2373
 
3082
2374
  containerInstances?: ContainerInstance[];
3083
2375
 
3084
2376
  failures?: Failure[];
3085
2377
  }
3086
- export declare namespace UpdateContainerInstancesStateResponse {
3087
-
3088
- const filterSensitiveLog: (obj: UpdateContainerInstancesStateResponse) => any;
3089
- }
3090
2378
  export interface UpdateServiceRequest {
3091
2379
 
3092
2380
  cluster?: string;
@@ -3123,18 +2411,10 @@ export interface UpdateServiceRequest {
3123
2411
 
3124
2412
  serviceRegistries?: ServiceRegistry[];
3125
2413
  }
3126
- export declare namespace UpdateServiceRequest {
3127
-
3128
- const filterSensitiveLog: (obj: UpdateServiceRequest) => any;
3129
- }
3130
2414
  export interface UpdateServiceResponse {
3131
2415
 
3132
2416
  service?: Service;
3133
2417
  }
3134
- export declare namespace UpdateServiceResponse {
3135
-
3136
- const filterSensitiveLog: (obj: UpdateServiceResponse) => any;
3137
- }
3138
2418
  export interface UpdateServicePrimaryTaskSetRequest {
3139
2419
 
3140
2420
  cluster: string | undefined;
@@ -3143,18 +2423,10 @@ export interface UpdateServicePrimaryTaskSetRequest {
3143
2423
 
3144
2424
  primaryTaskSet: string | undefined;
3145
2425
  }
3146
- export declare namespace UpdateServicePrimaryTaskSetRequest {
3147
-
3148
- const filterSensitiveLog: (obj: UpdateServicePrimaryTaskSetRequest) => any;
3149
- }
3150
2426
  export interface UpdateServicePrimaryTaskSetResponse {
3151
2427
 
3152
2428
  taskSet?: TaskSet;
3153
2429
  }
3154
- export declare namespace UpdateServicePrimaryTaskSetResponse {
3155
-
3156
- const filterSensitiveLog: (obj: UpdateServicePrimaryTaskSetResponse) => any;
3157
- }
3158
2430
  export interface UpdateTaskSetRequest {
3159
2431
 
3160
2432
  cluster: string | undefined;
@@ -3165,15 +2437,375 @@ export interface UpdateTaskSetRequest {
3165
2437
 
3166
2438
  scale: Scale | undefined;
3167
2439
  }
3168
- export declare namespace UpdateTaskSetRequest {
3169
-
3170
- const filterSensitiveLog: (obj: UpdateTaskSetRequest) => any;
3171
- }
3172
2440
  export interface UpdateTaskSetResponse {
3173
2441
 
3174
2442
  taskSet?: TaskSet;
3175
2443
  }
3176
- export declare namespace UpdateTaskSetResponse {
3177
-
3178
- const filterSensitiveLog: (obj: UpdateTaskSetResponse) => any;
3179
- }
2444
+
2445
+ export declare const ManagedScalingFilterSensitiveLog: (obj: ManagedScaling) => any;
2446
+
2447
+ export declare const AutoScalingGroupProviderFilterSensitiveLog: (obj: AutoScalingGroupProvider) => any;
2448
+
2449
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2450
+
2451
+ export declare const CreateCapacityProviderRequestFilterSensitiveLog: (obj: CreateCapacityProviderRequest) => any;
2452
+
2453
+ export declare const CapacityProviderFilterSensitiveLog: (obj: CapacityProvider) => any;
2454
+
2455
+ export declare const CreateCapacityProviderResponseFilterSensitiveLog: (obj: CreateCapacityProviderResponse) => any;
2456
+
2457
+ export declare const ExecuteCommandLogConfigurationFilterSensitiveLog: (obj: ExecuteCommandLogConfiguration) => any;
2458
+
2459
+ export declare const ExecuteCommandConfigurationFilterSensitiveLog: (obj: ExecuteCommandConfiguration) => any;
2460
+
2461
+ export declare const ClusterConfigurationFilterSensitiveLog: (obj: ClusterConfiguration) => any;
2462
+
2463
+ export declare const CapacityProviderStrategyItemFilterSensitiveLog: (obj: CapacityProviderStrategyItem) => any;
2464
+
2465
+ export declare const ClusterSettingFilterSensitiveLog: (obj: ClusterSetting) => any;
2466
+
2467
+ export declare const CreateClusterRequestFilterSensitiveLog: (obj: CreateClusterRequest) => any;
2468
+
2469
+ export declare const KeyValuePairFilterSensitiveLog: (obj: KeyValuePair) => any;
2470
+
2471
+ export declare const AttachmentFilterSensitiveLog: (obj: Attachment) => any;
2472
+
2473
+ export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
2474
+
2475
+ export declare const CreateClusterResponseFilterSensitiveLog: (obj: CreateClusterResponse) => any;
2476
+
2477
+ export declare const DeploymentCircuitBreakerFilterSensitiveLog: (obj: DeploymentCircuitBreaker) => any;
2478
+
2479
+ export declare const DeploymentConfigurationFilterSensitiveLog: (obj: DeploymentConfiguration) => any;
2480
+
2481
+ export declare const DeploymentControllerFilterSensitiveLog: (obj: DeploymentController) => any;
2482
+
2483
+ export declare const LoadBalancerFilterSensitiveLog: (obj: LoadBalancer) => any;
2484
+
2485
+ export declare const AwsVpcConfigurationFilterSensitiveLog: (obj: AwsVpcConfiguration) => any;
2486
+
2487
+ export declare const NetworkConfigurationFilterSensitiveLog: (obj: NetworkConfiguration) => any;
2488
+
2489
+ export declare const PlacementConstraintFilterSensitiveLog: (obj: PlacementConstraint) => any;
2490
+
2491
+ export declare const PlacementStrategyFilterSensitiveLog: (obj: PlacementStrategy) => any;
2492
+
2493
+ export declare const ServiceRegistryFilterSensitiveLog: (obj: ServiceRegistry) => any;
2494
+
2495
+ export declare const CreateServiceRequestFilterSensitiveLog: (obj: CreateServiceRequest) => any;
2496
+
2497
+ export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
2498
+
2499
+ export declare const ServiceEventFilterSensitiveLog: (obj: ServiceEvent) => any;
2500
+
2501
+ export declare const ScaleFilterSensitiveLog: (obj: Scale) => any;
2502
+
2503
+ export declare const TaskSetFilterSensitiveLog: (obj: TaskSet) => any;
2504
+
2505
+ export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
2506
+
2507
+ export declare const CreateServiceResponseFilterSensitiveLog: (obj: CreateServiceResponse) => any;
2508
+
2509
+ export declare const CreateTaskSetRequestFilterSensitiveLog: (obj: CreateTaskSetRequest) => any;
2510
+
2511
+ export declare const CreateTaskSetResponseFilterSensitiveLog: (obj: CreateTaskSetResponse) => any;
2512
+
2513
+ export declare const DeleteAccountSettingRequestFilterSensitiveLog: (obj: DeleteAccountSettingRequest) => any;
2514
+
2515
+ export declare const SettingFilterSensitiveLog: (obj: Setting) => any;
2516
+
2517
+ export declare const DeleteAccountSettingResponseFilterSensitiveLog: (obj: DeleteAccountSettingResponse) => any;
2518
+
2519
+ export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
2520
+
2521
+ export declare const DeleteAttributesRequestFilterSensitiveLog: (obj: DeleteAttributesRequest) => any;
2522
+
2523
+ export declare const DeleteAttributesResponseFilterSensitiveLog: (obj: DeleteAttributesResponse) => any;
2524
+
2525
+ export declare const DeleteCapacityProviderRequestFilterSensitiveLog: (obj: DeleteCapacityProviderRequest) => any;
2526
+
2527
+ export declare const DeleteCapacityProviderResponseFilterSensitiveLog: (obj: DeleteCapacityProviderResponse) => any;
2528
+
2529
+ export declare const DeleteClusterRequestFilterSensitiveLog: (obj: DeleteClusterRequest) => any;
2530
+
2531
+ export declare const DeleteClusterResponseFilterSensitiveLog: (obj: DeleteClusterResponse) => any;
2532
+
2533
+ export declare const DeleteServiceRequestFilterSensitiveLog: (obj: DeleteServiceRequest) => any;
2534
+
2535
+ export declare const DeleteServiceResponseFilterSensitiveLog: (obj: DeleteServiceResponse) => any;
2536
+
2537
+ export declare const DeleteTaskSetRequestFilterSensitiveLog: (obj: DeleteTaskSetRequest) => any;
2538
+
2539
+ export declare const DeleteTaskSetResponseFilterSensitiveLog: (obj: DeleteTaskSetResponse) => any;
2540
+
2541
+ export declare const DeregisterContainerInstanceRequestFilterSensitiveLog: (obj: DeregisterContainerInstanceRequest) => any;
2542
+
2543
+ export declare const InstanceHealthCheckResultFilterSensitiveLog: (obj: InstanceHealthCheckResult) => any;
2544
+
2545
+ export declare const ContainerInstanceHealthStatusFilterSensitiveLog: (obj: ContainerInstanceHealthStatus) => any;
2546
+
2547
+ export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
2548
+
2549
+ export declare const VersionInfoFilterSensitiveLog: (obj: VersionInfo) => any;
2550
+
2551
+ export declare const ContainerInstanceFilterSensitiveLog: (obj: ContainerInstance) => any;
2552
+
2553
+ export declare const DeregisterContainerInstanceResponseFilterSensitiveLog: (obj: DeregisterContainerInstanceResponse) => any;
2554
+
2555
+ export declare const DeregisterTaskDefinitionRequestFilterSensitiveLog: (obj: DeregisterTaskDefinitionRequest) => any;
2556
+
2557
+ export declare const ContainerDependencyFilterSensitiveLog: (obj: ContainerDependency) => any;
2558
+
2559
+ export declare const EnvironmentFileFilterSensitiveLog: (obj: EnvironmentFile) => any;
2560
+
2561
+ export declare const HostEntryFilterSensitiveLog: (obj: HostEntry) => any;
2562
+
2563
+ export declare const FirelensConfigurationFilterSensitiveLog: (obj: FirelensConfiguration) => any;
2564
+
2565
+ export declare const HealthCheckFilterSensitiveLog: (obj: HealthCheck) => any;
2566
+
2567
+ export declare const KernelCapabilitiesFilterSensitiveLog: (obj: KernelCapabilities) => any;
2568
+
2569
+ export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
2570
+
2571
+ export declare const TmpfsFilterSensitiveLog: (obj: Tmpfs) => any;
2572
+
2573
+ export declare const LinuxParametersFilterSensitiveLog: (obj: LinuxParameters) => any;
2574
+
2575
+ export declare const SecretFilterSensitiveLog: (obj: Secret) => any;
2576
+
2577
+ export declare const LogConfigurationFilterSensitiveLog: (obj: LogConfiguration) => any;
2578
+
2579
+ export declare const MountPointFilterSensitiveLog: (obj: MountPoint) => any;
2580
+
2581
+ export declare const PortMappingFilterSensitiveLog: (obj: PortMapping) => any;
2582
+
2583
+ export declare const RepositoryCredentialsFilterSensitiveLog: (obj: RepositoryCredentials) => any;
2584
+
2585
+ export declare const ResourceRequirementFilterSensitiveLog: (obj: ResourceRequirement) => any;
2586
+
2587
+ export declare const SystemControlFilterSensitiveLog: (obj: SystemControl) => any;
2588
+
2589
+ export declare const UlimitFilterSensitiveLog: (obj: Ulimit) => any;
2590
+
2591
+ export declare const VolumeFromFilterSensitiveLog: (obj: VolumeFrom) => any;
2592
+
2593
+ export declare const ContainerDefinitionFilterSensitiveLog: (obj: ContainerDefinition) => any;
2594
+
2595
+ export declare const EphemeralStorageFilterSensitiveLog: (obj: EphemeralStorage) => any;
2596
+
2597
+ export declare const InferenceAcceleratorFilterSensitiveLog: (obj: InferenceAccelerator) => any;
2598
+
2599
+ export declare const TaskDefinitionPlacementConstraintFilterSensitiveLog: (obj: TaskDefinitionPlacementConstraint) => any;
2600
+
2601
+ export declare const ProxyConfigurationFilterSensitiveLog: (obj: ProxyConfiguration) => any;
2602
+
2603
+ export declare const RuntimePlatformFilterSensitiveLog: (obj: RuntimePlatform) => any;
2604
+
2605
+ export declare const DockerVolumeConfigurationFilterSensitiveLog: (obj: DockerVolumeConfiguration) => any;
2606
+
2607
+ export declare const EFSAuthorizationConfigFilterSensitiveLog: (obj: EFSAuthorizationConfig) => any;
2608
+
2609
+ export declare const EFSVolumeConfigurationFilterSensitiveLog: (obj: EFSVolumeConfiguration) => any;
2610
+
2611
+ export declare const FSxWindowsFileServerAuthorizationConfigFilterSensitiveLog: (obj: FSxWindowsFileServerAuthorizationConfig) => any;
2612
+
2613
+ export declare const FSxWindowsFileServerVolumeConfigurationFilterSensitiveLog: (obj: FSxWindowsFileServerVolumeConfiguration) => any;
2614
+
2615
+ export declare const HostVolumePropertiesFilterSensitiveLog: (obj: HostVolumeProperties) => any;
2616
+
2617
+ export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
2618
+
2619
+ export declare const TaskDefinitionFilterSensitiveLog: (obj: TaskDefinition) => any;
2620
+
2621
+ export declare const DeregisterTaskDefinitionResponseFilterSensitiveLog: (obj: DeregisterTaskDefinitionResponse) => any;
2622
+
2623
+ export declare const DescribeCapacityProvidersRequestFilterSensitiveLog: (obj: DescribeCapacityProvidersRequest) => any;
2624
+
2625
+ export declare const FailureFilterSensitiveLog: (obj: Failure) => any;
2626
+
2627
+ export declare const DescribeCapacityProvidersResponseFilterSensitiveLog: (obj: DescribeCapacityProvidersResponse) => any;
2628
+
2629
+ export declare const DescribeClustersRequestFilterSensitiveLog: (obj: DescribeClustersRequest) => any;
2630
+
2631
+ export declare const DescribeClustersResponseFilterSensitiveLog: (obj: DescribeClustersResponse) => any;
2632
+
2633
+ export declare const DescribeContainerInstancesRequestFilterSensitiveLog: (obj: DescribeContainerInstancesRequest) => any;
2634
+
2635
+ export declare const DescribeContainerInstancesResponseFilterSensitiveLog: (obj: DescribeContainerInstancesResponse) => any;
2636
+
2637
+ export declare const DescribeServicesRequestFilterSensitiveLog: (obj: DescribeServicesRequest) => any;
2638
+
2639
+ export declare const DescribeServicesResponseFilterSensitiveLog: (obj: DescribeServicesResponse) => any;
2640
+
2641
+ export declare const DescribeTaskDefinitionRequestFilterSensitiveLog: (obj: DescribeTaskDefinitionRequest) => any;
2642
+
2643
+ export declare const DescribeTaskDefinitionResponseFilterSensitiveLog: (obj: DescribeTaskDefinitionResponse) => any;
2644
+
2645
+ export declare const DescribeTasksRequestFilterSensitiveLog: (obj: DescribeTasksRequest) => any;
2646
+
2647
+ export declare const ManagedAgentFilterSensitiveLog: (obj: ManagedAgent) => any;
2648
+
2649
+ export declare const NetworkBindingFilterSensitiveLog: (obj: NetworkBinding) => any;
2650
+
2651
+ export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
2652
+
2653
+ export declare const ContainerFilterSensitiveLog: (obj: Container) => any;
2654
+
2655
+ export declare const ContainerOverrideFilterSensitiveLog: (obj: ContainerOverride) => any;
2656
+
2657
+ export declare const InferenceAcceleratorOverrideFilterSensitiveLog: (obj: InferenceAcceleratorOverride) => any;
2658
+
2659
+ export declare const TaskOverrideFilterSensitiveLog: (obj: TaskOverride) => any;
2660
+
2661
+ export declare const TaskFilterSensitiveLog: (obj: Task) => any;
2662
+
2663
+ export declare const DescribeTasksResponseFilterSensitiveLog: (obj: DescribeTasksResponse) => any;
2664
+
2665
+ export declare const DescribeTaskSetsRequestFilterSensitiveLog: (obj: DescribeTaskSetsRequest) => any;
2666
+
2667
+ export declare const DescribeTaskSetsResponseFilterSensitiveLog: (obj: DescribeTaskSetsResponse) => any;
2668
+
2669
+ export declare const DiscoverPollEndpointRequestFilterSensitiveLog: (obj: DiscoverPollEndpointRequest) => any;
2670
+
2671
+ export declare const DiscoverPollEndpointResponseFilterSensitiveLog: (obj: DiscoverPollEndpointResponse) => any;
2672
+
2673
+ export declare const ExecuteCommandRequestFilterSensitiveLog: (obj: ExecuteCommandRequest) => any;
2674
+
2675
+ export declare const SessionFilterSensitiveLog: (obj: Session) => any;
2676
+
2677
+ export declare const ExecuteCommandResponseFilterSensitiveLog: (obj: ExecuteCommandResponse) => any;
2678
+
2679
+ export declare const ListAccountSettingsRequestFilterSensitiveLog: (obj: ListAccountSettingsRequest) => any;
2680
+
2681
+ export declare const ListAccountSettingsResponseFilterSensitiveLog: (obj: ListAccountSettingsResponse) => any;
2682
+
2683
+ export declare const ListAttributesRequestFilterSensitiveLog: (obj: ListAttributesRequest) => any;
2684
+
2685
+ export declare const ListAttributesResponseFilterSensitiveLog: (obj: ListAttributesResponse) => any;
2686
+
2687
+ export declare const ListClustersRequestFilterSensitiveLog: (obj: ListClustersRequest) => any;
2688
+
2689
+ export declare const ListClustersResponseFilterSensitiveLog: (obj: ListClustersResponse) => any;
2690
+
2691
+ export declare const ListContainerInstancesRequestFilterSensitiveLog: (obj: ListContainerInstancesRequest) => any;
2692
+
2693
+ export declare const ListContainerInstancesResponseFilterSensitiveLog: (obj: ListContainerInstancesResponse) => any;
2694
+
2695
+ export declare const ListServicesRequestFilterSensitiveLog: (obj: ListServicesRequest) => any;
2696
+
2697
+ export declare const ListServicesResponseFilterSensitiveLog: (obj: ListServicesResponse) => any;
2698
+
2699
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2700
+
2701
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2702
+
2703
+ export declare const ListTaskDefinitionFamiliesRequestFilterSensitiveLog: (obj: ListTaskDefinitionFamiliesRequest) => any;
2704
+
2705
+ export declare const ListTaskDefinitionFamiliesResponseFilterSensitiveLog: (obj: ListTaskDefinitionFamiliesResponse) => any;
2706
+
2707
+ export declare const ListTaskDefinitionsRequestFilterSensitiveLog: (obj: ListTaskDefinitionsRequest) => any;
2708
+
2709
+ export declare const ListTaskDefinitionsResponseFilterSensitiveLog: (obj: ListTaskDefinitionsResponse) => any;
2710
+
2711
+ export declare const ListTasksRequestFilterSensitiveLog: (obj: ListTasksRequest) => any;
2712
+
2713
+ export declare const ListTasksResponseFilterSensitiveLog: (obj: ListTasksResponse) => any;
2714
+
2715
+ export declare const PutAccountSettingRequestFilterSensitiveLog: (obj: PutAccountSettingRequest) => any;
2716
+
2717
+ export declare const PutAccountSettingResponseFilterSensitiveLog: (obj: PutAccountSettingResponse) => any;
2718
+
2719
+ export declare const PutAccountSettingDefaultRequestFilterSensitiveLog: (obj: PutAccountSettingDefaultRequest) => any;
2720
+
2721
+ export declare const PutAccountSettingDefaultResponseFilterSensitiveLog: (obj: PutAccountSettingDefaultResponse) => any;
2722
+
2723
+ export declare const PutAttributesRequestFilterSensitiveLog: (obj: PutAttributesRequest) => any;
2724
+
2725
+ export declare const PutAttributesResponseFilterSensitiveLog: (obj: PutAttributesResponse) => any;
2726
+
2727
+ export declare const PutClusterCapacityProvidersRequestFilterSensitiveLog: (obj: PutClusterCapacityProvidersRequest) => any;
2728
+
2729
+ export declare const PutClusterCapacityProvidersResponseFilterSensitiveLog: (obj: PutClusterCapacityProvidersResponse) => any;
2730
+
2731
+ export declare const PlatformDeviceFilterSensitiveLog: (obj: PlatformDevice) => any;
2732
+
2733
+ export declare const RegisterContainerInstanceRequestFilterSensitiveLog: (obj: RegisterContainerInstanceRequest) => any;
2734
+
2735
+ export declare const RegisterContainerInstanceResponseFilterSensitiveLog: (obj: RegisterContainerInstanceResponse) => any;
2736
+
2737
+ export declare const RegisterTaskDefinitionRequestFilterSensitiveLog: (obj: RegisterTaskDefinitionRequest) => any;
2738
+
2739
+ export declare const RegisterTaskDefinitionResponseFilterSensitiveLog: (obj: RegisterTaskDefinitionResponse) => any;
2740
+
2741
+ export declare const RunTaskRequestFilterSensitiveLog: (obj: RunTaskRequest) => any;
2742
+
2743
+ export declare const RunTaskResponseFilterSensitiveLog: (obj: RunTaskResponse) => any;
2744
+
2745
+ export declare const StartTaskRequestFilterSensitiveLog: (obj: StartTaskRequest) => any;
2746
+
2747
+ export declare const StartTaskResponseFilterSensitiveLog: (obj: StartTaskResponse) => any;
2748
+
2749
+ export declare const StopTaskRequestFilterSensitiveLog: (obj: StopTaskRequest) => any;
2750
+
2751
+ export declare const StopTaskResponseFilterSensitiveLog: (obj: StopTaskResponse) => any;
2752
+
2753
+ export declare const AttachmentStateChangeFilterSensitiveLog: (obj: AttachmentStateChange) => any;
2754
+
2755
+ export declare const SubmitAttachmentStateChangesRequestFilterSensitiveLog: (obj: SubmitAttachmentStateChangesRequest) => any;
2756
+
2757
+ export declare const SubmitAttachmentStateChangesResponseFilterSensitiveLog: (obj: SubmitAttachmentStateChangesResponse) => any;
2758
+
2759
+ export declare const SubmitContainerStateChangeRequestFilterSensitiveLog: (obj: SubmitContainerStateChangeRequest) => any;
2760
+
2761
+ export declare const SubmitContainerStateChangeResponseFilterSensitiveLog: (obj: SubmitContainerStateChangeResponse) => any;
2762
+
2763
+ export declare const ContainerStateChangeFilterSensitiveLog: (obj: ContainerStateChange) => any;
2764
+
2765
+ export declare const ManagedAgentStateChangeFilterSensitiveLog: (obj: ManagedAgentStateChange) => any;
2766
+
2767
+ export declare const SubmitTaskStateChangeRequestFilterSensitiveLog: (obj: SubmitTaskStateChangeRequest) => any;
2768
+
2769
+ export declare const SubmitTaskStateChangeResponseFilterSensitiveLog: (obj: SubmitTaskStateChangeResponse) => any;
2770
+
2771
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2772
+
2773
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2774
+
2775
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2776
+
2777
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2778
+
2779
+ export declare const AutoScalingGroupProviderUpdateFilterSensitiveLog: (obj: AutoScalingGroupProviderUpdate) => any;
2780
+
2781
+ export declare const UpdateCapacityProviderRequestFilterSensitiveLog: (obj: UpdateCapacityProviderRequest) => any;
2782
+
2783
+ export declare const UpdateCapacityProviderResponseFilterSensitiveLog: (obj: UpdateCapacityProviderResponse) => any;
2784
+
2785
+ export declare const UpdateClusterRequestFilterSensitiveLog: (obj: UpdateClusterRequest) => any;
2786
+
2787
+ export declare const UpdateClusterResponseFilterSensitiveLog: (obj: UpdateClusterResponse) => any;
2788
+
2789
+ export declare const UpdateClusterSettingsRequestFilterSensitiveLog: (obj: UpdateClusterSettingsRequest) => any;
2790
+
2791
+ export declare const UpdateClusterSettingsResponseFilterSensitiveLog: (obj: UpdateClusterSettingsResponse) => any;
2792
+
2793
+ export declare const UpdateContainerAgentRequestFilterSensitiveLog: (obj: UpdateContainerAgentRequest) => any;
2794
+
2795
+ export declare const UpdateContainerAgentResponseFilterSensitiveLog: (obj: UpdateContainerAgentResponse) => any;
2796
+
2797
+ export declare const UpdateContainerInstancesStateRequestFilterSensitiveLog: (obj: UpdateContainerInstancesStateRequest) => any;
2798
+
2799
+ export declare const UpdateContainerInstancesStateResponseFilterSensitiveLog: (obj: UpdateContainerInstancesStateResponse) => any;
2800
+
2801
+ export declare const UpdateServiceRequestFilterSensitiveLog: (obj: UpdateServiceRequest) => any;
2802
+
2803
+ export declare const UpdateServiceResponseFilterSensitiveLog: (obj: UpdateServiceResponse) => any;
2804
+
2805
+ export declare const UpdateServicePrimaryTaskSetRequestFilterSensitiveLog: (obj: UpdateServicePrimaryTaskSetRequest) => any;
2806
+
2807
+ export declare const UpdateServicePrimaryTaskSetResponseFilterSensitiveLog: (obj: UpdateServicePrimaryTaskSetResponse) => any;
2808
+
2809
+ export declare const UpdateTaskSetRequestFilterSensitiveLog: (obj: UpdateTaskSetRequest) => any;
2810
+
2811
+ export declare const UpdateTaskSetResponseFilterSensitiveLog: (obj: UpdateTaskSetResponse) => any;