@aws-sdk/client-ecs 3.934.0 → 3.935.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 (76) hide show
  1. package/dist-cjs/index.js +480 -476
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +447 -0
  4. package/dist-es/models/errors.js +339 -0
  5. package/dist-es/models/models_0.js +1 -688
  6. package/dist-es/schemas/schemas_0.js +11 -7
  7. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -0
  9. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -0
  10. package/dist-types/commands/ListTasksCommand.d.ts +1 -1
  11. package/dist-types/commands/PutAccountSettingCommand.d.ts +1 -1
  12. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
  13. package/dist-types/commands/PutAttributesCommand.d.ts +1 -1
  14. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +1 -1
  15. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -1
  16. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
  17. package/dist-types/commands/RunTaskCommand.d.ts +1 -1
  18. package/dist-types/commands/StartTaskCommand.d.ts +1 -1
  19. package/dist-types/commands/StopServiceDeploymentCommand.d.ts +1 -1
  20. package/dist-types/commands/StopTaskCommand.d.ts +1 -1
  21. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
  22. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
  23. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
  24. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  25. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +7 -1
  27. package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateServiceCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateTaskSetCommand.d.ts +1 -1
  35. package/dist-types/index.d.ts +3 -1
  36. package/dist-types/models/enums.d.ts +1119 -0
  37. package/dist-types/models/errors.d.ts +397 -0
  38. package/dist-types/models/models_0.d.ts +2816 -1381
  39. package/dist-types/schemas/schemas_0.d.ts +1 -0
  40. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/index.d.ts +3 -1
  66. package/dist-types/ts3.4/models/enums.d.ts +589 -0
  67. package/dist-types/ts3.4/models/errors.d.ts +209 -0
  68. package/dist-types/ts3.4/models/models_0.d.ts +437 -729
  69. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  70. package/package.json +12 -12
  71. package/dist-es/models/index.js +0 -2
  72. package/dist-es/models/models_1.js +0 -99
  73. package/dist-types/models/index.d.ts +0 -2
  74. package/dist-types/models/models_1.d.ts +0 -2908
  75. package/dist-types/ts3.4/models/index.d.ts +0 -2
  76. package/dist-types/ts3.4/models/models_1.d.ts +0 -476
@@ -1,93 +1,104 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
1
  import { DocumentType as __DocumentType } from "@smithy/types";
3
- import { ECSServiceException as __BaseException } from "./ECSServiceException";
2
+ import {
3
+ AcceleratorManufacturer,
4
+ AcceleratorName,
5
+ AcceleratorType,
6
+ AgentUpdateStatus,
7
+ ApplicationProtocol,
8
+ AssignPublicIp,
9
+ AvailabilityZoneRebalancing,
10
+ BareMetal,
11
+ BurstablePerformance,
12
+ CapacityProviderField,
13
+ CapacityProviderStatus,
14
+ CapacityProviderType,
15
+ CapacityProviderUpdateStatus,
16
+ ClusterField,
17
+ ClusterSettingName,
18
+ Compatibility,
19
+ Connectivity,
20
+ ContainerCondition,
21
+ ContainerInstanceField,
22
+ ContainerInstanceStatus,
23
+ CPUArchitecture,
24
+ CpuManufacturer,
25
+ DeploymentControllerType,
26
+ DeploymentLifecycleHookStage,
27
+ DeploymentRolloutState,
28
+ DeploymentStrategy,
29
+ DesiredStatus,
30
+ DeviceCgroupPermission,
31
+ EBSResourceType,
32
+ EFSAuthorizationConfigIAM,
33
+ EFSTransitEncryption,
34
+ EnvironmentFileType,
35
+ ExecuteCommandLogging,
36
+ FirelensConfigurationType,
37
+ HealthStatus,
38
+ InstanceGeneration,
39
+ InstanceHealthCheckState,
40
+ InstanceHealthCheckType,
41
+ IpcMode,
42
+ LaunchType,
43
+ LocalStorage,
44
+ LocalStorageType,
45
+ LogDriver,
46
+ ManagedAgentName,
47
+ ManagedDraining,
48
+ ManagedInstancesMonitoringOptions,
49
+ ManagedScalingStatus,
50
+ ManagedTerminationProtection,
51
+ NetworkMode,
52
+ OSFamily,
53
+ PidMode,
54
+ PlacementConstraintType,
55
+ PlacementStrategyType,
56
+ PlatformDeviceType,
57
+ PropagateMITags,
58
+ PropagateTags,
59
+ ProxyConfigurationType,
60
+ ResourceType,
61
+ ScaleUnit,
62
+ SchedulingStrategy,
63
+ Scope,
64
+ ServiceConnectAccessLoggingFormat,
65
+ ServiceConnectIncludeQueryParameters,
66
+ ServiceDeploymentLifecycleStage,
67
+ ServiceDeploymentRollbackMonitorsStatus,
68
+ ServiceDeploymentStatus,
69
+ ServiceField,
70
+ SettingName,
71
+ SettingType,
72
+ SortOrder,
73
+ StabilityStatus,
74
+ StopServiceDeploymentStopType,
75
+ TargetType,
76
+ TaskDefinitionFamilyStatus,
77
+ TaskDefinitionField,
78
+ TaskDefinitionPlacementConstraintType,
79
+ TaskDefinitionStatus,
80
+ TaskField,
81
+ TaskFilesystemType,
82
+ TaskSetField,
83
+ TaskStopCode,
84
+ TransportProtocol,
85
+ UlimitName,
86
+ VersionConsistency,
87
+ } from "./enums";
4
88
  export interface AcceleratorCountRequest {
5
89
  min?: number | undefined;
6
90
  max?: number | undefined;
7
91
  }
8
- export declare const AcceleratorManufacturer: {
9
- readonly AMAZON_WEB_SERVICES: "amazon-web-services";
10
- readonly AMD: "amd";
11
- readonly HABANA: "habana";
12
- readonly NVIDIA: "nvidia";
13
- readonly XILINX: "xilinx";
14
- };
15
- export type AcceleratorManufacturer =
16
- (typeof AcceleratorManufacturer)[keyof typeof AcceleratorManufacturer];
17
- export declare const AcceleratorName: {
18
- readonly A100: "a100";
19
- readonly A10G: "a10g";
20
- readonly H100: "h100";
21
- readonly INFERENTIA: "inferentia";
22
- readonly K520: "k520";
23
- readonly K80: "k80";
24
- readonly M60: "m60";
25
- readonly RADEON_PRO_V520: "radeon-pro-v520";
26
- readonly T4: "t4";
27
- readonly T4G: "t4g";
28
- readonly V100: "v100";
29
- readonly VU9P: "vu9p";
30
- };
31
- export type AcceleratorName =
32
- (typeof AcceleratorName)[keyof typeof AcceleratorName];
33
92
  export interface AcceleratorTotalMemoryMiBRequest {
34
93
  min?: number | undefined;
35
94
  max?: number | undefined;
36
95
  }
37
- export declare const AcceleratorType: {
38
- readonly FPGA: "fpga";
39
- readonly GPU: "gpu";
40
- readonly INFERENCE: "inference";
41
- };
42
- export type AcceleratorType =
43
- (typeof AcceleratorType)[keyof typeof AcceleratorType];
44
- export declare class AccessDeniedException extends __BaseException {
45
- readonly name: "AccessDeniedException";
46
- readonly $fault: "client";
47
- constructor(
48
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
49
- );
50
- }
51
96
  export interface AdvancedConfiguration {
52
97
  alternateTargetGroupArn?: string | undefined;
53
98
  productionListenerRule?: string | undefined;
54
99
  testListenerRule?: string | undefined;
55
100
  roleArn?: string | undefined;
56
101
  }
57
- export declare const AgentUpdateStatus: {
58
- readonly FAILED: "FAILED";
59
- readonly PENDING: "PENDING";
60
- readonly STAGED: "STAGED";
61
- readonly STAGING: "STAGING";
62
- readonly UPDATED: "UPDATED";
63
- readonly UPDATING: "UPDATING";
64
- };
65
- export type AgentUpdateStatus =
66
- (typeof AgentUpdateStatus)[keyof typeof AgentUpdateStatus];
67
- export declare class ClientException extends __BaseException {
68
- readonly name: "ClientException";
69
- readonly $fault: "client";
70
- constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
71
- }
72
- export declare class ClusterNotFoundException extends __BaseException {
73
- readonly name: "ClusterNotFoundException";
74
- readonly $fault: "client";
75
- constructor(
76
- opts: __ExceptionOptionType<ClusterNotFoundException, __BaseException>
77
- );
78
- }
79
- export declare const ManagedDraining: {
80
- readonly DISABLED: "DISABLED";
81
- readonly ENABLED: "ENABLED";
82
- };
83
- export type ManagedDraining =
84
- (typeof ManagedDraining)[keyof typeof ManagedDraining];
85
- export declare const ManagedScalingStatus: {
86
- readonly DISABLED: "DISABLED";
87
- readonly ENABLED: "ENABLED";
88
- };
89
- export type ManagedScalingStatus =
90
- (typeof ManagedScalingStatus)[keyof typeof ManagedScalingStatus];
91
102
  export interface ManagedScaling {
92
103
  status?: ManagedScalingStatus | undefined;
93
104
  targetCapacity?: number | undefined;
@@ -95,60 +106,19 @@ export interface ManagedScaling {
95
106
  maximumScalingStepSize?: number | undefined;
96
107
  instanceWarmupPeriod?: number | undefined;
97
108
  }
98
- export declare const ManagedTerminationProtection: {
99
- readonly DISABLED: "DISABLED";
100
- readonly ENABLED: "ENABLED";
101
- };
102
- export type ManagedTerminationProtection =
103
- (typeof ManagedTerminationProtection)[keyof typeof ManagedTerminationProtection];
104
109
  export interface AutoScalingGroupProvider {
105
110
  autoScalingGroupArn: string | undefined;
106
111
  managedScaling?: ManagedScaling | undefined;
107
112
  managedTerminationProtection?: ManagedTerminationProtection | undefined;
108
113
  managedDraining?: ManagedDraining | undefined;
109
114
  }
110
- export declare const BareMetal: {
111
- readonly EXCLUDED: "excluded";
112
- readonly INCLUDED: "included";
113
- readonly REQUIRED: "required";
114
- };
115
- export type BareMetal = (typeof BareMetal)[keyof typeof BareMetal];
115
+ export interface InfrastructureOptimization {
116
+ scaleInAfter?: number | undefined;
117
+ }
116
118
  export interface BaselineEbsBandwidthMbpsRequest {
117
119
  min?: number | undefined;
118
120
  max?: number | undefined;
119
121
  }
120
- export declare const BurstablePerformance: {
121
- readonly EXCLUDED: "excluded";
122
- readonly INCLUDED: "included";
123
- readonly REQUIRED: "required";
124
- };
125
- export type BurstablePerformance =
126
- (typeof BurstablePerformance)[keyof typeof BurstablePerformance];
127
- export declare const CpuManufacturer: {
128
- readonly AMAZON_WEB_SERVICES: "amazon-web-services";
129
- readonly AMD: "amd";
130
- readonly INTEL: "intel";
131
- };
132
- export type CpuManufacturer =
133
- (typeof CpuManufacturer)[keyof typeof CpuManufacturer];
134
- export declare const InstanceGeneration: {
135
- readonly CURRENT: "current";
136
- readonly PREVIOUS: "previous";
137
- };
138
- export type InstanceGeneration =
139
- (typeof InstanceGeneration)[keyof typeof InstanceGeneration];
140
- export declare const LocalStorage: {
141
- readonly EXCLUDED: "excluded";
142
- readonly INCLUDED: "included";
143
- readonly REQUIRED: "required";
144
- };
145
- export type LocalStorage = (typeof LocalStorage)[keyof typeof LocalStorage];
146
- export declare const LocalStorageType: {
147
- readonly HDD: "hdd";
148
- readonly SSD: "ssd";
149
- };
150
- export type LocalStorageType =
151
- (typeof LocalStorageType)[keyof typeof LocalStorageType];
152
122
  export interface MemoryGiBPerVCpuRequest {
153
123
  min?: number | undefined;
154
124
  max?: number | undefined;
@@ -199,12 +169,6 @@ export interface InstanceRequirementsRequest {
199
169
  allowedInstanceTypes?: string[] | undefined;
200
170
  maxSpotPriceAsPercentageOfOptimalOnDemandPrice?: number | undefined;
201
171
  }
202
- export declare const ManagedInstancesMonitoringOptions: {
203
- readonly BASIC: "BASIC";
204
- readonly DETAILED: "DETAILED";
205
- };
206
- export type ManagedInstancesMonitoringOptions =
207
- (typeof ManagedInstancesMonitoringOptions)[keyof typeof ManagedInstancesMonitoringOptions];
208
172
  export interface ManagedInstancesNetworkConfiguration {
209
173
  subnets?: string[] | undefined;
210
174
  securityGroups?: string[] | undefined;
@@ -219,16 +183,11 @@ export interface InstanceLaunchTemplate {
219
183
  monitoring?: ManagedInstancesMonitoringOptions | undefined;
220
184
  instanceRequirements?: InstanceRequirementsRequest | undefined;
221
185
  }
222
- export declare const PropagateMITags: {
223
- readonly CAPACITY_PROVIDER: "CAPACITY_PROVIDER";
224
- readonly NONE: "NONE";
225
- };
226
- export type PropagateMITags =
227
- (typeof PropagateMITags)[keyof typeof PropagateMITags];
228
186
  export interface CreateManagedInstancesProviderConfiguration {
229
187
  infrastructureRoleArn: string | undefined;
230
188
  instanceLaunchTemplate: InstanceLaunchTemplate | undefined;
231
189
  propagateTags?: PropagateMITags | undefined;
190
+ infrastructureOptimization?: InfrastructureOptimization | undefined;
232
191
  }
233
192
  export interface Tag {
234
193
  key?: string | undefined;
@@ -247,36 +206,8 @@ export interface ManagedInstancesProvider {
247
206
  infrastructureRoleArn?: string | undefined;
248
207
  instanceLaunchTemplate?: InstanceLaunchTemplate | undefined;
249
208
  propagateTags?: PropagateMITags | undefined;
209
+ infrastructureOptimization?: InfrastructureOptimization | undefined;
250
210
  }
251
- export declare const CapacityProviderStatus: {
252
- readonly ACTIVE: "ACTIVE";
253
- readonly DEPROVISIONING: "DEPROVISIONING";
254
- readonly INACTIVE: "INACTIVE";
255
- readonly PROVISIONING: "PROVISIONING";
256
- };
257
- export type CapacityProviderStatus =
258
- (typeof CapacityProviderStatus)[keyof typeof CapacityProviderStatus];
259
- export declare const CapacityProviderType: {
260
- readonly EC2_AUTOSCALING: "EC2_AUTOSCALING";
261
- readonly FARGATE: "FARGATE";
262
- readonly FARGATE_SPOT: "FARGATE_SPOT";
263
- readonly MANAGED_INSTANCES: "MANAGED_INSTANCES";
264
- };
265
- export type CapacityProviderType =
266
- (typeof CapacityProviderType)[keyof typeof CapacityProviderType];
267
- export declare const CapacityProviderUpdateStatus: {
268
- readonly CREATE_COMPLETE: "CREATE_COMPLETE";
269
- readonly CREATE_FAILED: "CREATE_FAILED";
270
- readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
271
- readonly DELETE_COMPLETE: "DELETE_COMPLETE";
272
- readonly DELETE_FAILED: "DELETE_FAILED";
273
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
274
- readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
275
- readonly UPDATE_FAILED: "UPDATE_FAILED";
276
- readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
277
- };
278
- export type CapacityProviderUpdateStatus =
279
- (typeof CapacityProviderUpdateStatus)[keyof typeof CapacityProviderUpdateStatus];
280
211
  export interface CapacityProvider {
281
212
  capacityProviderArn?: string | undefined;
282
213
  name?: string | undefined;
@@ -292,39 +223,6 @@ export interface CapacityProvider {
292
223
  export interface CreateCapacityProviderResponse {
293
224
  capacityProvider?: CapacityProvider | undefined;
294
225
  }
295
- export declare class InvalidParameterException extends __BaseException {
296
- readonly name: "InvalidParameterException";
297
- readonly $fault: "client";
298
- constructor(
299
- opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
300
- );
301
- }
302
- export declare class LimitExceededException extends __BaseException {
303
- readonly name: "LimitExceededException";
304
- readonly $fault: "client";
305
- constructor(
306
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
307
- );
308
- }
309
- export declare class ServerException extends __BaseException {
310
- readonly name: "ServerException";
311
- readonly $fault: "server";
312
- constructor(opts: __ExceptionOptionType<ServerException, __BaseException>);
313
- }
314
- export declare class UnsupportedFeatureException extends __BaseException {
315
- readonly name: "UnsupportedFeatureException";
316
- readonly $fault: "client";
317
- constructor(
318
- opts: __ExceptionOptionType<UnsupportedFeatureException, __BaseException>
319
- );
320
- }
321
- export declare class UpdateInProgressException extends __BaseException {
322
- readonly name: "UpdateInProgressException";
323
- readonly $fault: "client";
324
- constructor(
325
- opts: __ExceptionOptionType<UpdateInProgressException, __BaseException>
326
- );
327
- }
328
226
  export interface ExecuteCommandLogConfiguration {
329
227
  cloudWatchLogGroupName?: string | undefined;
330
228
  cloudWatchEncryptionEnabled?: boolean | undefined;
@@ -332,13 +230,6 @@ export interface ExecuteCommandLogConfiguration {
332
230
  s3EncryptionEnabled?: boolean | undefined;
333
231
  s3KeyPrefix?: string | undefined;
334
232
  }
335
- export declare const ExecuteCommandLogging: {
336
- readonly DEFAULT: "DEFAULT";
337
- readonly NONE: "NONE";
338
- readonly OVERRIDE: "OVERRIDE";
339
- };
340
- export type ExecuteCommandLogging =
341
- (typeof ExecuteCommandLogging)[keyof typeof ExecuteCommandLogging];
342
233
  export interface ExecuteCommandConfiguration {
343
234
  kmsKeyId?: string | undefined;
344
235
  logging?: ExecuteCommandLogging | undefined;
@@ -360,11 +251,6 @@ export interface CapacityProviderStrategyItem {
360
251
  export interface ClusterServiceConnectDefaultsRequest {
361
252
  namespace: string | undefined;
362
253
  }
363
- export declare const ClusterSettingName: {
364
- readonly CONTAINER_INSIGHTS: "containerInsights";
365
- };
366
- export type ClusterSettingName =
367
- (typeof ClusterSettingName)[keyof typeof ClusterSettingName];
368
254
  export interface ClusterSetting {
369
255
  name?: ClusterSettingName | undefined;
370
256
  value?: string | undefined;
@@ -412,19 +298,6 @@ export interface Cluster {
412
298
  export interface CreateClusterResponse {
413
299
  cluster?: Cluster | undefined;
414
300
  }
415
- export declare class NamespaceNotFoundException extends __BaseException {
416
- readonly name: "NamespaceNotFoundException";
417
- readonly $fault: "client";
418
- constructor(
419
- opts: __ExceptionOptionType<NamespaceNotFoundException, __BaseException>
420
- );
421
- }
422
- export declare const AvailabilityZoneRebalancing: {
423
- readonly DISABLED: "DISABLED";
424
- readonly ENABLED: "ENABLED";
425
- };
426
- export type AvailabilityZoneRebalancing =
427
- (typeof AvailabilityZoneRebalancing)[keyof typeof AvailabilityZoneRebalancing];
428
301
  export interface DeploymentAlarms {
429
302
  alarmNames: string[] | undefined;
430
303
  rollback: boolean | undefined;
@@ -438,17 +311,6 @@ export interface DeploymentCircuitBreaker {
438
311
  enable: boolean | undefined;
439
312
  rollback: boolean | undefined;
440
313
  }
441
- export declare const DeploymentLifecycleHookStage: {
442
- readonly POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT";
443
- readonly POST_SCALE_UP: "POST_SCALE_UP";
444
- readonly POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT";
445
- readonly PRE_SCALE_UP: "PRE_SCALE_UP";
446
- readonly PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT";
447
- readonly RECONCILE_SERVICE: "RECONCILE_SERVICE";
448
- readonly TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT";
449
- };
450
- export type DeploymentLifecycleHookStage =
451
- (typeof DeploymentLifecycleHookStage)[keyof typeof DeploymentLifecycleHookStage];
452
314
  export interface DeploymentLifecycleHook {
453
315
  hookTargetArn?: string | undefined;
454
316
  roleArn?: string | undefined;
@@ -459,14 +321,6 @@ export interface LinearConfiguration {
459
321
  stepPercent?: number | undefined;
460
322
  stepBakeTimeInMinutes?: number | undefined;
461
323
  }
462
- export declare const DeploymentStrategy: {
463
- readonly BLUE_GREEN: "BLUE_GREEN";
464
- readonly CANARY: "CANARY";
465
- readonly LINEAR: "LINEAR";
466
- readonly ROLLING: "ROLLING";
467
- };
468
- export type DeploymentStrategy =
469
- (typeof DeploymentStrategy)[keyof typeof DeploymentStrategy];
470
324
  export interface DeploymentConfiguration {
471
325
  deploymentCircuitBreaker?: DeploymentCircuitBreaker | undefined;
472
326
  maximumPercent?: number | undefined;
@@ -478,23 +332,9 @@ export interface DeploymentConfiguration {
478
332
  linearConfiguration?: LinearConfiguration | undefined;
479
333
  canaryConfiguration?: CanaryConfiguration | undefined;
480
334
  }
481
- export declare const DeploymentControllerType: {
482
- readonly CODE_DEPLOY: "CODE_DEPLOY";
483
- readonly ECS: "ECS";
484
- readonly EXTERNAL: "EXTERNAL";
485
- };
486
- export type DeploymentControllerType =
487
- (typeof DeploymentControllerType)[keyof typeof DeploymentControllerType];
488
335
  export interface DeploymentController {
489
336
  type: DeploymentControllerType | undefined;
490
337
  }
491
- export declare const LaunchType: {
492
- readonly EC2: "EC2";
493
- readonly EXTERNAL: "EXTERNAL";
494
- readonly FARGATE: "FARGATE";
495
- readonly MANAGED_INSTANCES: "MANAGED_INSTANCES";
496
- };
497
- export type LaunchType = (typeof LaunchType)[keyof typeof LaunchType];
498
338
  export interface LoadBalancer {
499
339
  targetGroupArn?: string | undefined;
500
340
  loadBalancerName?: string | undefined;
@@ -502,12 +342,6 @@ export interface LoadBalancer {
502
342
  containerPort?: number | undefined;
503
343
  advancedConfiguration?: AdvancedConfiguration | undefined;
504
344
  }
505
- export declare const AssignPublicIp: {
506
- readonly DISABLED: "DISABLED";
507
- readonly ENABLED: "ENABLED";
508
- };
509
- export type AssignPublicIp =
510
- (typeof AssignPublicIp)[keyof typeof AssignPublicIp];
511
345
  export interface AwsVpcConfiguration {
512
346
  subnets: string[] | undefined;
513
347
  securityGroups?: string[] | undefined;
@@ -516,66 +350,18 @@ export interface AwsVpcConfiguration {
516
350
  export interface NetworkConfiguration {
517
351
  awsvpcConfiguration?: AwsVpcConfiguration | undefined;
518
352
  }
519
- export declare const PlacementConstraintType: {
520
- readonly DISTINCT_INSTANCE: "distinctInstance";
521
- readonly MEMBER_OF: "memberOf";
522
- };
523
- export type PlacementConstraintType =
524
- (typeof PlacementConstraintType)[keyof typeof PlacementConstraintType];
525
353
  export interface PlacementConstraint {
526
354
  type?: PlacementConstraintType | undefined;
527
355
  expression?: string | undefined;
528
356
  }
529
- export declare const PlacementStrategyType: {
530
- readonly BINPACK: "binpack";
531
- readonly RANDOM: "random";
532
- readonly SPREAD: "spread";
533
- };
534
- export type PlacementStrategyType =
535
- (typeof PlacementStrategyType)[keyof typeof PlacementStrategyType];
536
357
  export interface PlacementStrategy {
537
358
  type?: PlacementStrategyType | undefined;
538
359
  field?: string | undefined;
539
360
  }
540
- export declare const PropagateTags: {
541
- readonly NONE: "NONE";
542
- readonly SERVICE: "SERVICE";
543
- readonly TASK_DEFINITION: "TASK_DEFINITION";
544
- };
545
- export type PropagateTags = (typeof PropagateTags)[keyof typeof PropagateTags];
546
- export declare const SchedulingStrategy: {
547
- readonly DAEMON: "DAEMON";
548
- readonly REPLICA: "REPLICA";
549
- };
550
- export type SchedulingStrategy =
551
- (typeof SchedulingStrategy)[keyof typeof SchedulingStrategy];
552
- export declare const ServiceConnectAccessLoggingFormat: {
553
- readonly JSON: "JSON";
554
- readonly TEXT: "TEXT";
555
- };
556
- export type ServiceConnectAccessLoggingFormat =
557
- (typeof ServiceConnectAccessLoggingFormat)[keyof typeof ServiceConnectAccessLoggingFormat];
558
- export declare const ServiceConnectIncludeQueryParameters: {
559
- readonly DISABLED: "DISABLED";
560
- readonly ENABLED: "ENABLED";
561
- };
562
- export type ServiceConnectIncludeQueryParameters =
563
- (typeof ServiceConnectIncludeQueryParameters)[keyof typeof ServiceConnectIncludeQueryParameters];
564
361
  export interface ServiceConnectAccessLogConfiguration {
565
362
  format: ServiceConnectAccessLoggingFormat | undefined;
566
363
  includeQueryParameters?: ServiceConnectIncludeQueryParameters | undefined;
567
364
  }
568
- export declare const LogDriver: {
569
- readonly AWSFIRELENS: "awsfirelens";
570
- readonly AWSLOGS: "awslogs";
571
- readonly FLUENTD: "fluentd";
572
- readonly GELF: "gelf";
573
- readonly JOURNALD: "journald";
574
- readonly JSON_FILE: "json-file";
575
- readonly SPLUNK: "splunk";
576
- readonly SYSLOG: "syslog";
577
- };
578
- export type LogDriver = (typeof LogDriver)[keyof typeof LogDriver];
579
365
  export interface Secret {
580
366
  name: string | undefined;
581
367
  valueFrom: string | undefined;
@@ -633,19 +419,6 @@ export interface ServiceRegistry {
633
419
  containerName?: string | undefined;
634
420
  containerPort?: number | undefined;
635
421
  }
636
- export declare const TaskFilesystemType: {
637
- readonly EXT3: "ext3";
638
- readonly EXT4: "ext4";
639
- readonly NTFS: "ntfs";
640
- readonly XFS: "xfs";
641
- };
642
- export type TaskFilesystemType =
643
- (typeof TaskFilesystemType)[keyof typeof TaskFilesystemType];
644
- export declare const EBSResourceType: {
645
- readonly VOLUME: "volume";
646
- };
647
- export type EBSResourceType =
648
- (typeof EBSResourceType)[keyof typeof EBSResourceType];
649
422
  export interface EBSTagSpecification {
650
423
  resourceType: EBSResourceType | undefined;
651
424
  tags?: Tag[] | undefined;
@@ -704,13 +477,6 @@ export interface CreateServiceRequest {
704
477
  export interface DeploymentEphemeralStorage {
705
478
  kmsKeyId?: string | undefined;
706
479
  }
707
- export declare const DeploymentRolloutState: {
708
- readonly COMPLETED: "COMPLETED";
709
- readonly FAILED: "FAILED";
710
- readonly IN_PROGRESS: "IN_PROGRESS";
711
- };
712
- export type DeploymentRolloutState =
713
- (typeof DeploymentRolloutState)[keyof typeof DeploymentRolloutState];
714
480
  export interface ServiceConnectServiceResource {
715
481
  discoveryName?: string | undefined;
716
482
  discoveryArn?: string | undefined;
@@ -743,20 +509,10 @@ export interface ServiceEvent {
743
509
  createdAt?: Date | undefined;
744
510
  message?: string | undefined;
745
511
  }
746
- export declare const ScaleUnit: {
747
- readonly PERCENT: "PERCENT";
748
- };
749
- export type ScaleUnit = (typeof ScaleUnit)[keyof typeof ScaleUnit];
750
512
  export interface Scale {
751
513
  value?: number | undefined;
752
514
  unit?: ScaleUnit | undefined;
753
515
  }
754
- export declare const StabilityStatus: {
755
- readonly STABILIZING: "STABILIZING";
756
- readonly STEADY_STATE: "STEADY_STATE";
757
- };
758
- export type StabilityStatus =
759
- (typeof StabilityStatus)[keyof typeof StabilityStatus];
760
516
  export interface TaskSet {
761
517
  id?: string | undefined;
762
518
  taskSetArn?: string | undefined;
@@ -821,23 +577,6 @@ export interface Service {
821
577
  export interface CreateServiceResponse {
822
578
  service?: Service | undefined;
823
579
  }
824
- export declare class PlatformTaskDefinitionIncompatibilityException extends __BaseException {
825
- readonly name: "PlatformTaskDefinitionIncompatibilityException";
826
- readonly $fault: "client";
827
- constructor(
828
- opts: __ExceptionOptionType<
829
- PlatformTaskDefinitionIncompatibilityException,
830
- __BaseException
831
- >
832
- );
833
- }
834
- export declare class PlatformUnknownException extends __BaseException {
835
- readonly name: "PlatformUnknownException";
836
- readonly $fault: "client";
837
- constructor(
838
- opts: __ExceptionOptionType<PlatformUnknownException, __BaseException>
839
- );
840
- }
841
580
  export interface CreateTaskSetRequest {
842
581
  service: string | undefined;
843
582
  cluster: string | undefined;
@@ -856,42 +595,10 @@ export interface CreateTaskSetRequest {
856
595
  export interface CreateTaskSetResponse {
857
596
  taskSet?: TaskSet | undefined;
858
597
  }
859
- export declare class ServiceNotActiveException extends __BaseException {
860
- readonly name: "ServiceNotActiveException";
861
- readonly $fault: "client";
862
- constructor(
863
- opts: __ExceptionOptionType<ServiceNotActiveException, __BaseException>
864
- );
865
- }
866
- export declare class ServiceNotFoundException extends __BaseException {
867
- readonly name: "ServiceNotFoundException";
868
- readonly $fault: "client";
869
- constructor(
870
- opts: __ExceptionOptionType<ServiceNotFoundException, __BaseException>
871
- );
872
- }
873
- export declare const SettingName: {
874
- readonly AWSVPC_TRUNKING: "awsvpcTrunking";
875
- readonly CONTAINER_INSIGHTS: "containerInsights";
876
- readonly CONTAINER_INSTANCE_LONG_ARN_FORMAT: "containerInstanceLongArnFormat";
877
- readonly DEFAULT_LOG_DRIVER_MODE: "defaultLogDriverMode";
878
- readonly FARGATE_FIPS_MODE: "fargateFIPSMode";
879
- readonly FARGATE_TASK_RETIREMENT_WAIT_PERIOD: "fargateTaskRetirementWaitPeriod";
880
- readonly GUARD_DUTY_ACTIVATE: "guardDutyActivate";
881
- readonly SERVICE_LONG_ARN_FORMAT: "serviceLongArnFormat";
882
- readonly TAG_RESOURCE_AUTHORIZATION: "tagResourceAuthorization";
883
- readonly TASK_LONG_ARN_FORMAT: "taskLongArnFormat";
884
- };
885
- export type SettingName = (typeof SettingName)[keyof typeof SettingName];
886
598
  export interface DeleteAccountSettingRequest {
887
599
  name: SettingName | undefined;
888
600
  principalArn?: string | undefined;
889
601
  }
890
- export declare const SettingType: {
891
- readonly AWS_MANAGED: "aws_managed";
892
- readonly USER: "user";
893
- };
894
- export type SettingType = (typeof SettingType)[keyof typeof SettingType];
895
602
  export interface Setting {
896
603
  name?: SettingName | undefined;
897
604
  value?: string | undefined;
@@ -901,10 +608,6 @@ export interface Setting {
901
608
  export interface DeleteAccountSettingResponse {
902
609
  setting?: Setting | undefined;
903
610
  }
904
- export declare const TargetType: {
905
- readonly CONTAINER_INSTANCE: "container-instance";
906
- };
907
- export type TargetType = (typeof TargetType)[keyof typeof TargetType];
908
611
  export interface Attribute {
909
612
  name: string | undefined;
910
613
  value?: string | undefined;
@@ -918,13 +621,6 @@ export interface DeleteAttributesRequest {
918
621
  export interface DeleteAttributesResponse {
919
622
  attributes?: Attribute[] | undefined;
920
623
  }
921
- export declare class TargetNotFoundException extends __BaseException {
922
- readonly name: "TargetNotFoundException";
923
- readonly $fault: "client";
924
- constructor(
925
- opts: __ExceptionOptionType<TargetNotFoundException, __BaseException>
926
- );
927
- }
928
624
  export interface DeleteCapacityProviderRequest {
929
625
  capacityProvider: string | undefined;
930
626
  cluster?: string | undefined;
@@ -932,43 +628,6 @@ export interface DeleteCapacityProviderRequest {
932
628
  export interface DeleteCapacityProviderResponse {
933
629
  capacityProvider?: CapacityProvider | undefined;
934
630
  }
935
- export declare class ClusterContainsCapacityProviderException extends __BaseException {
936
- readonly name: "ClusterContainsCapacityProviderException";
937
- readonly $fault: "client";
938
- constructor(
939
- opts: __ExceptionOptionType<
940
- ClusterContainsCapacityProviderException,
941
- __BaseException
942
- >
943
- );
944
- }
945
- export declare class ClusterContainsContainerInstancesException extends __BaseException {
946
- readonly name: "ClusterContainsContainerInstancesException";
947
- readonly $fault: "client";
948
- constructor(
949
- opts: __ExceptionOptionType<
950
- ClusterContainsContainerInstancesException,
951
- __BaseException
952
- >
953
- );
954
- }
955
- export declare class ClusterContainsServicesException extends __BaseException {
956
- readonly name: "ClusterContainsServicesException";
957
- readonly $fault: "client";
958
- constructor(
959
- opts: __ExceptionOptionType<
960
- ClusterContainsServicesException,
961
- __BaseException
962
- >
963
- );
964
- }
965
- export declare class ClusterContainsTasksException extends __BaseException {
966
- readonly name: "ClusterContainsTasksException";
967
- readonly $fault: "client";
968
- constructor(
969
- opts: __ExceptionOptionType<ClusterContainsTasksException, __BaseException>
970
- );
971
- }
972
631
  export interface DeleteClusterRequest {
973
632
  cluster: string | undefined;
974
633
  }
@@ -991,30 +650,10 @@ export interface Failure {
991
650
  reason?: string | undefined;
992
651
  detail?: string | undefined;
993
652
  }
994
- export declare const Compatibility: {
995
- readonly EC2: "EC2";
996
- readonly EXTERNAL: "EXTERNAL";
997
- readonly FARGATE: "FARGATE";
998
- readonly MANAGED_INSTANCES: "MANAGED_INSTANCES";
999
- };
1000
- export type Compatibility = (typeof Compatibility)[keyof typeof Compatibility];
1001
- export declare const ContainerCondition: {
1002
- readonly COMPLETE: "COMPLETE";
1003
- readonly HEALTHY: "HEALTHY";
1004
- readonly START: "START";
1005
- readonly SUCCESS: "SUCCESS";
1006
- };
1007
- export type ContainerCondition =
1008
- (typeof ContainerCondition)[keyof typeof ContainerCondition];
1009
653
  export interface ContainerDependency {
1010
654
  containerName: string | undefined;
1011
655
  condition: ContainerCondition | undefined;
1012
656
  }
1013
- export declare const EnvironmentFileType: {
1014
- readonly S3: "s3";
1015
- };
1016
- export type EnvironmentFileType =
1017
- (typeof EnvironmentFileType)[keyof typeof EnvironmentFileType];
1018
657
  export interface EnvironmentFile {
1019
658
  value: string | undefined;
1020
659
  type: EnvironmentFileType | undefined;
@@ -1023,12 +662,6 @@ export interface HostEntry {
1023
662
  hostname: string | undefined;
1024
663
  ipAddress: string | undefined;
1025
664
  }
1026
- export declare const FirelensConfigurationType: {
1027
- readonly FLUENTBIT: "fluentbit";
1028
- readonly FLUENTD: "fluentd";
1029
- };
1030
- export type FirelensConfigurationType =
1031
- (typeof FirelensConfigurationType)[keyof typeof FirelensConfigurationType];
1032
665
  export interface FirelensConfiguration {
1033
666
  type: FirelensConfigurationType | undefined;
1034
667
  options?: Record<string, string> | undefined;
@@ -1044,13 +677,6 @@ export interface KernelCapabilities {
1044
677
  add?: string[] | undefined;
1045
678
  drop?: string[] | undefined;
1046
679
  }
1047
- export declare const DeviceCgroupPermission: {
1048
- readonly MKNOD: "mknod";
1049
- readonly READ: "read";
1050
- readonly WRITE: "write";
1051
- };
1052
- export type DeviceCgroupPermission =
1053
- (typeof DeviceCgroupPermission)[keyof typeof DeviceCgroupPermission];
1054
680
  export interface Device {
1055
681
  hostPath: string | undefined;
1056
682
  containerPath?: string | undefined;
@@ -1075,19 +701,6 @@ export interface MountPoint {
1075
701
  containerPath?: string | undefined;
1076
702
  readOnly?: boolean | undefined;
1077
703
  }
1078
- export declare const ApplicationProtocol: {
1079
- readonly GRPC: "grpc";
1080
- readonly HTTP: "http";
1081
- readonly HTTP2: "http2";
1082
- };
1083
- export type ApplicationProtocol =
1084
- (typeof ApplicationProtocol)[keyof typeof ApplicationProtocol];
1085
- export declare const TransportProtocol: {
1086
- readonly TCP: "tcp";
1087
- readonly UDP: "udp";
1088
- };
1089
- export type TransportProtocol =
1090
- (typeof TransportProtocol)[keyof typeof TransportProtocol];
1091
704
  export interface PortMapping {
1092
705
  containerPort?: number | undefined;
1093
706
  hostPort?: number | undefined;
@@ -1099,11 +712,6 @@ export interface PortMapping {
1099
712
  export interface RepositoryCredentials {
1100
713
  credentialsParameter: string | undefined;
1101
714
  }
1102
- export declare const ResourceType: {
1103
- readonly GPU: "GPU";
1104
- readonly INFERENCE_ACCELERATOR: "InferenceAccelerator";
1105
- };
1106
- export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
1107
715
  export interface ResourceRequirement {
1108
716
  value: string | undefined;
1109
717
  type: ResourceType | undefined;
@@ -1117,35 +725,11 @@ export interface SystemControl {
1117
725
  namespace?: string | undefined;
1118
726
  value?: string | undefined;
1119
727
  }
1120
- export declare const UlimitName: {
1121
- readonly CORE: "core";
1122
- readonly CPU: "cpu";
1123
- readonly DATA: "data";
1124
- readonly FSIZE: "fsize";
1125
- readonly LOCKS: "locks";
1126
- readonly MEMLOCK: "memlock";
1127
- readonly MSGQUEUE: "msgqueue";
1128
- readonly NICE: "nice";
1129
- readonly NOFILE: "nofile";
1130
- readonly NPROC: "nproc";
1131
- readonly RSS: "rss";
1132
- readonly RTPRIO: "rtprio";
1133
- readonly RTTIME: "rttime";
1134
- readonly SIGPENDING: "sigpending";
1135
- readonly STACK: "stack";
1136
- };
1137
- export type UlimitName = (typeof UlimitName)[keyof typeof UlimitName];
1138
728
  export interface Ulimit {
1139
729
  name: UlimitName | undefined;
1140
730
  softLimit: number | undefined;
1141
731
  hardLimit: number | undefined;
1142
732
  }
1143
- export declare const VersionConsistency: {
1144
- readonly DISABLED: "disabled";
1145
- readonly ENABLED: "enabled";
1146
- };
1147
- export type VersionConsistency =
1148
- (typeof VersionConsistency)[keyof typeof VersionConsistency];
1149
733
  export interface VolumeFrom {
1150
734
  sourceContainer?: string | undefined;
1151
735
  readOnly?: boolean | undefined;
@@ -1201,78 +785,19 @@ export interface InferenceAccelerator {
1201
785
  deviceName: string | undefined;
1202
786
  deviceType: string | undefined;
1203
787
  }
1204
- export declare const IpcMode: {
1205
- readonly HOST: "host";
1206
- readonly NONE: "none";
1207
- readonly TASK: "task";
1208
- };
1209
- export type IpcMode = (typeof IpcMode)[keyof typeof IpcMode];
1210
- export declare const NetworkMode: {
1211
- readonly AWSVPC: "awsvpc";
1212
- readonly BRIDGE: "bridge";
1213
- readonly HOST: "host";
1214
- readonly NONE: "none";
1215
- };
1216
- export type NetworkMode = (typeof NetworkMode)[keyof typeof NetworkMode];
1217
- export declare const PidMode: {
1218
- readonly HOST: "host";
1219
- readonly TASK: "task";
1220
- };
1221
- export type PidMode = (typeof PidMode)[keyof typeof PidMode];
1222
- export declare const TaskDefinitionPlacementConstraintType: {
1223
- readonly MEMBER_OF: "memberOf";
1224
- };
1225
- export type TaskDefinitionPlacementConstraintType =
1226
- (typeof TaskDefinitionPlacementConstraintType)[keyof typeof TaskDefinitionPlacementConstraintType];
1227
788
  export interface TaskDefinitionPlacementConstraint {
1228
789
  type?: TaskDefinitionPlacementConstraintType | undefined;
1229
790
  expression?: string | undefined;
1230
791
  }
1231
- export declare const ProxyConfigurationType: {
1232
- readonly APPMESH: "APPMESH";
1233
- };
1234
- export type ProxyConfigurationType =
1235
- (typeof ProxyConfigurationType)[keyof typeof ProxyConfigurationType];
1236
792
  export interface ProxyConfiguration {
1237
793
  type?: ProxyConfigurationType | undefined;
1238
794
  containerName: string | undefined;
1239
795
  properties?: KeyValuePair[] | undefined;
1240
796
  }
1241
- export declare const CPUArchitecture: {
1242
- readonly ARM64: "ARM64";
1243
- readonly X86_64: "X86_64";
1244
- };
1245
- export type CPUArchitecture =
1246
- (typeof CPUArchitecture)[keyof typeof CPUArchitecture];
1247
- export declare const OSFamily: {
1248
- readonly LINUX: "LINUX";
1249
- readonly WINDOWS_SERVER_2004_CORE: "WINDOWS_SERVER_2004_CORE";
1250
- readonly WINDOWS_SERVER_2016_FULL: "WINDOWS_SERVER_2016_FULL";
1251
- readonly WINDOWS_SERVER_2019_CORE: "WINDOWS_SERVER_2019_CORE";
1252
- readonly WINDOWS_SERVER_2019_FULL: "WINDOWS_SERVER_2019_FULL";
1253
- readonly WINDOWS_SERVER_2022_CORE: "WINDOWS_SERVER_2022_CORE";
1254
- readonly WINDOWS_SERVER_2022_FULL: "WINDOWS_SERVER_2022_FULL";
1255
- readonly WINDOWS_SERVER_2025_CORE: "WINDOWS_SERVER_2025_CORE";
1256
- readonly WINDOWS_SERVER_2025_FULL: "WINDOWS_SERVER_2025_FULL";
1257
- readonly WINDOWS_SERVER_20H2_CORE: "WINDOWS_SERVER_20H2_CORE";
1258
- };
1259
- export type OSFamily = (typeof OSFamily)[keyof typeof OSFamily];
1260
797
  export interface RuntimePlatform {
1261
798
  cpuArchitecture?: CPUArchitecture | undefined;
1262
799
  operatingSystemFamily?: OSFamily | undefined;
1263
800
  }
1264
- export declare const TaskDefinitionStatus: {
1265
- readonly ACTIVE: "ACTIVE";
1266
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
1267
- readonly INACTIVE: "INACTIVE";
1268
- };
1269
- export type TaskDefinitionStatus =
1270
- (typeof TaskDefinitionStatus)[keyof typeof TaskDefinitionStatus];
1271
- export declare const Scope: {
1272
- readonly SHARED: "shared";
1273
- readonly TASK: "task";
1274
- };
1275
- export type Scope = (typeof Scope)[keyof typeof Scope];
1276
801
  export interface DockerVolumeConfiguration {
1277
802
  scope?: Scope | undefined;
1278
803
  autoprovision?: boolean | undefined;
@@ -1280,22 +805,10 @@ export interface DockerVolumeConfiguration {
1280
805
  driverOpts?: Record<string, string> | undefined;
1281
806
  labels?: Record<string, string> | undefined;
1282
807
  }
1283
- export declare const EFSAuthorizationConfigIAM: {
1284
- readonly DISABLED: "DISABLED";
1285
- readonly ENABLED: "ENABLED";
1286
- };
1287
- export type EFSAuthorizationConfigIAM =
1288
- (typeof EFSAuthorizationConfigIAM)[keyof typeof EFSAuthorizationConfigIAM];
1289
808
  export interface EFSAuthorizationConfig {
1290
809
  accessPointId?: string | undefined;
1291
810
  iam?: EFSAuthorizationConfigIAM | undefined;
1292
811
  }
1293
- export declare const EFSTransitEncryption: {
1294
- readonly DISABLED: "DISABLED";
1295
- readonly ENABLED: "ENABLED";
1296
- };
1297
- export type EFSTransitEncryption =
1298
- (typeof EFSTransitEncryption)[keyof typeof EFSTransitEncryption];
1299
812
  export interface EFSVolumeConfiguration {
1300
813
  fileSystemId: string | undefined;
1301
814
  rootDirectory?: string | undefined;
@@ -1365,31 +878,11 @@ export interface DeleteTaskSetRequest {
1365
878
  export interface DeleteTaskSetResponse {
1366
879
  taskSet?: TaskSet | undefined;
1367
880
  }
1368
- export declare class TaskSetNotFoundException extends __BaseException {
1369
- readonly name: "TaskSetNotFoundException";
1370
- readonly $fault: "client";
1371
- constructor(
1372
- opts: __ExceptionOptionType<TaskSetNotFoundException, __BaseException>
1373
- );
1374
- }
1375
881
  export interface DeregisterContainerInstanceRequest {
1376
882
  cluster?: string | undefined;
1377
883
  containerInstance: string | undefined;
1378
884
  force?: boolean | undefined;
1379
885
  }
1380
- export declare const InstanceHealthCheckState: {
1381
- readonly IMPAIRED: "IMPAIRED";
1382
- readonly INITIALIZING: "INITIALIZING";
1383
- readonly INSUFFICIENT_DATA: "INSUFFICIENT_DATA";
1384
- readonly OK: "OK";
1385
- };
1386
- export type InstanceHealthCheckState =
1387
- (typeof InstanceHealthCheckState)[keyof typeof InstanceHealthCheckState];
1388
- export declare const InstanceHealthCheckType: {
1389
- readonly CONTAINER_RUNTIME: "CONTAINER_RUNTIME";
1390
- };
1391
- export type InstanceHealthCheckType =
1392
- (typeof InstanceHealthCheckType)[keyof typeof InstanceHealthCheckType];
1393
886
  export interface InstanceHealthCheckResult {
1394
887
  type?: InstanceHealthCheckType | undefined;
1395
888
  status?: InstanceHealthCheckState | undefined;
@@ -1442,11 +935,6 @@ export interface DeregisterTaskDefinitionRequest {
1442
935
  export interface DeregisterTaskDefinitionResponse {
1443
936
  taskDefinition?: TaskDefinition | undefined;
1444
937
  }
1445
- export declare const CapacityProviderField: {
1446
- readonly TAGS: "TAGS";
1447
- };
1448
- export type CapacityProviderField =
1449
- (typeof CapacityProviderField)[keyof typeof CapacityProviderField];
1450
938
  export interface DescribeCapacityProvidersRequest {
1451
939
  capacityProviders?: string[] | undefined;
1452
940
  cluster?: string | undefined;
@@ -1459,14 +947,6 @@ export interface DescribeCapacityProvidersResponse {
1459
947
  failures?: Failure[] | undefined;
1460
948
  nextToken?: string | undefined;
1461
949
  }
1462
- export declare const ClusterField: {
1463
- readonly ATTACHMENTS: "ATTACHMENTS";
1464
- readonly CONFIGURATIONS: "CONFIGURATIONS";
1465
- readonly SETTINGS: "SETTINGS";
1466
- readonly STATISTICS: "STATISTICS";
1467
- readonly TAGS: "TAGS";
1468
- };
1469
- export type ClusterField = (typeof ClusterField)[keyof typeof ClusterField];
1470
950
  export interface DescribeClustersRequest {
1471
951
  clusters?: string[] | undefined;
1472
952
  include?: ClusterField[] | undefined;
@@ -1475,12 +955,6 @@ export interface DescribeClustersResponse {
1475
955
  clusters?: Cluster[] | undefined;
1476
956
  failures?: Failure[] | undefined;
1477
957
  }
1478
- export declare const ContainerInstanceField: {
1479
- readonly CONTAINER_INSTANCE_HEALTH: "CONTAINER_INSTANCE_HEALTH";
1480
- readonly TAGS: "TAGS";
1481
- };
1482
- export type ContainerInstanceField =
1483
- (typeof ContainerInstanceField)[keyof typeof ContainerInstanceField];
1484
958
  export interface DescribeContainerInstancesRequest {
1485
959
  cluster?: string | undefined;
1486
960
  containerInstances: string[] | undefined;
@@ -1493,14 +967,6 @@ export interface DescribeContainerInstancesResponse {
1493
967
  export interface DescribeServiceDeploymentsRequest {
1494
968
  serviceDeploymentArns: string[] | undefined;
1495
969
  }
1496
- export declare const ServiceDeploymentRollbackMonitorsStatus: {
1497
- readonly DISABLED: "DISABLED";
1498
- readonly MONITORING: "MONITORING";
1499
- readonly MONITORING_COMPLETE: "MONITORING_COMPLETE";
1500
- readonly TRIGGERED: "TRIGGERED";
1501
- };
1502
- export type ServiceDeploymentRollbackMonitorsStatus =
1503
- (typeof ServiceDeploymentRollbackMonitorsStatus)[keyof typeof ServiceDeploymentRollbackMonitorsStatus];
1504
970
  export interface ServiceDeploymentAlarms {
1505
971
  status?: ServiceDeploymentRollbackMonitorsStatus | undefined;
1506
972
  alarmNames?: string[] | undefined;
@@ -1511,20 +977,6 @@ export interface ServiceDeploymentCircuitBreaker {
1511
977
  failureCount?: number | undefined;
1512
978
  threshold?: number | undefined;
1513
979
  }
1514
- export declare const ServiceDeploymentLifecycleStage: {
1515
- readonly BAKE_TIME: "BAKE_TIME";
1516
- readonly CLEAN_UP: "CLEAN_UP";
1517
- readonly POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT";
1518
- readonly POST_SCALE_UP: "POST_SCALE_UP";
1519
- readonly POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT";
1520
- readonly PRE_SCALE_UP: "PRE_SCALE_UP";
1521
- readonly PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT";
1522
- readonly RECONCILE_SERVICE: "RECONCILE_SERVICE";
1523
- readonly SCALE_UP: "SCALE_UP";
1524
- readonly TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT";
1525
- };
1526
- export type ServiceDeploymentLifecycleStage =
1527
- (typeof ServiceDeploymentLifecycleStage)[keyof typeof ServiceDeploymentLifecycleStage];
1528
980
  export interface Rollback {
1529
981
  reason?: string | undefined;
1530
982
  startedAt?: Date | undefined;
@@ -1538,19 +990,6 @@ export interface ServiceRevisionSummary {
1538
990
  requestedTestTrafficWeight?: number | undefined;
1539
991
  requestedProductionTrafficWeight?: number | undefined;
1540
992
  }
1541
- export declare const ServiceDeploymentStatus: {
1542
- readonly IN_PROGRESS: "IN_PROGRESS";
1543
- readonly PENDING: "PENDING";
1544
- readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
1545
- readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
1546
- readonly ROLLBACK_REQUESTED: "ROLLBACK_REQUESTED";
1547
- readonly ROLLBACK_SUCCESSFUL: "ROLLBACK_SUCCESSFUL";
1548
- readonly STOPPED: "STOPPED";
1549
- readonly STOP_REQUESTED: "STOP_REQUESTED";
1550
- readonly SUCCESSFUL: "SUCCESSFUL";
1551
- };
1552
- export type ServiceDeploymentStatus =
1553
- (typeof ServiceDeploymentStatus)[keyof typeof ServiceDeploymentStatus];
1554
993
  export interface ServiceDeployment {
1555
994
  serviceDeploymentArn?: string | undefined;
1556
995
  serviceArn?: string | undefined;
@@ -1614,10 +1053,6 @@ export interface DescribeServiceRevisionsResponse {
1614
1053
  serviceRevisions?: ServiceRevision[] | undefined;
1615
1054
  failures?: Failure[] | undefined;
1616
1055
  }
1617
- export declare const ServiceField: {
1618
- readonly TAGS: "TAGS";
1619
- };
1620
- export type ServiceField = (typeof ServiceField)[keyof typeof ServiceField];
1621
1056
  export interface DescribeServicesRequest {
1622
1057
  cluster?: string | undefined;
1623
1058
  services: string[] | undefined;
@@ -1627,11 +1062,6 @@ export interface DescribeServicesResponse {
1627
1062
  services?: Service[] | undefined;
1628
1063
  failures?: Failure[] | undefined;
1629
1064
  }
1630
- export declare const TaskDefinitionField: {
1631
- readonly TAGS: "TAGS";
1632
- };
1633
- export type TaskDefinitionField =
1634
- (typeof TaskDefinitionField)[keyof typeof TaskDefinitionField];
1635
1065
  export interface DescribeTaskDefinitionRequest {
1636
1066
  taskDefinition: string | undefined;
1637
1067
  include?: TaskDefinitionField[] | undefined;
@@ -1640,31 +1070,11 @@ export interface DescribeTaskDefinitionResponse {
1640
1070
  taskDefinition?: TaskDefinition | undefined;
1641
1071
  tags?: Tag[] | undefined;
1642
1072
  }
1643
- export declare const TaskField: {
1644
- readonly TAGS: "TAGS";
1645
- };
1646
- export type TaskField = (typeof TaskField)[keyof typeof TaskField];
1647
1073
  export interface DescribeTasksRequest {
1648
1074
  cluster?: string | undefined;
1649
1075
  tasks: string[] | undefined;
1650
1076
  include?: TaskField[] | undefined;
1651
1077
  }
1652
- export declare const Connectivity: {
1653
- readonly CONNECTED: "CONNECTED";
1654
- readonly DISCONNECTED: "DISCONNECTED";
1655
- };
1656
- export type Connectivity = (typeof Connectivity)[keyof typeof Connectivity];
1657
- export declare const HealthStatus: {
1658
- readonly HEALTHY: "HEALTHY";
1659
- readonly UNHEALTHY: "UNHEALTHY";
1660
- readonly UNKNOWN: "UNKNOWN";
1661
- };
1662
- export type HealthStatus = (typeof HealthStatus)[keyof typeof HealthStatus];
1663
- export declare const ManagedAgentName: {
1664
- readonly ExecuteCommandAgent: "ExecuteCommandAgent";
1665
- };
1666
- export type ManagedAgentName =
1667
- (typeof ManagedAgentName)[keyof typeof ManagedAgentName];
1668
1078
  export interface ManagedAgent {
1669
1079
  lastStartedAt?: Date | undefined;
1670
1080
  name?: ManagedAgentName | undefined;
@@ -1730,15 +1140,6 @@ export interface TaskOverride {
1730
1140
  taskRoleArn?: string | undefined;
1731
1141
  ephemeralStorage?: EphemeralStorage | undefined;
1732
1142
  }
1733
- export declare const TaskStopCode: {
1734
- readonly ESSENTIAL_CONTAINER_EXITED: "EssentialContainerExited";
1735
- readonly SERVICE_SCHEDULER_INITIATED: "ServiceSchedulerInitiated";
1736
- readonly SPOT_INTERRUPTION: "SpotInterruption";
1737
- readonly TASK_FAILED_TO_START: "TaskFailedToStart";
1738
- readonly TERMINATION_NOTICE: "TerminationNotice";
1739
- readonly USER_INITIATED: "UserInitiated";
1740
- };
1741
- export type TaskStopCode = (typeof TaskStopCode)[keyof typeof TaskStopCode];
1742
1143
  export interface Task {
1743
1144
  attachments?: Attachment[] | undefined;
1744
1145
  attributes?: Attribute[] | undefined;
@@ -1782,10 +1183,6 @@ export interface DescribeTasksResponse {
1782
1183
  tasks?: Task[] | undefined;
1783
1184
  failures?: Failure[] | undefined;
1784
1185
  }
1785
- export declare const TaskSetField: {
1786
- readonly TAGS: "TAGS";
1787
- };
1788
- export type TaskSetField = (typeof TaskSetField)[keyof typeof TaskSetField];
1789
1186
  export interface DescribeTaskSetsRequest {
1790
1187
  cluster: string | undefined;
1791
1188
  service: string | undefined;
@@ -1825,13 +1222,6 @@ export interface ExecuteCommandResponse {
1825
1222
  session?: Session | undefined;
1826
1223
  taskArn?: string | undefined;
1827
1224
  }
1828
- export declare class TargetNotConnectedException extends __BaseException {
1829
- readonly name: "TargetNotConnectedException";
1830
- readonly $fault: "client";
1831
- constructor(
1832
- opts: __ExceptionOptionType<TargetNotConnectedException, __BaseException>
1833
- );
1834
- }
1835
1225
  export interface GetTaskProtectionRequest {
1836
1226
  cluster: string | undefined;
1837
1227
  tasks?: string[] | undefined;
@@ -1845,13 +1235,6 @@ export interface GetTaskProtectionResponse {
1845
1235
  protectedTasks?: ProtectedTask[] | undefined;
1846
1236
  failures?: Failure[] | undefined;
1847
1237
  }
1848
- export declare class ResourceNotFoundException extends __BaseException {
1849
- readonly name: "ResourceNotFoundException";
1850
- readonly $fault: "client";
1851
- constructor(
1852
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
1853
- );
1854
- }
1855
1238
  export interface ListAccountSettingsRequest {
1856
1239
  name?: SettingName | undefined;
1857
1240
  value?: string | undefined;
@@ -1884,15 +1267,6 @@ export interface ListClustersResponse {
1884
1267
  clusterArns?: string[] | undefined;
1885
1268
  nextToken?: string | undefined;
1886
1269
  }
1887
- export declare const ContainerInstanceStatus: {
1888
- readonly ACTIVE: "ACTIVE";
1889
- readonly DEREGISTERING: "DEREGISTERING";
1890
- readonly DRAINING: "DRAINING";
1891
- readonly REGISTERING: "REGISTERING";
1892
- readonly REGISTRATION_FAILED: "REGISTRATION_FAILED";
1893
- };
1894
- export type ContainerInstanceStatus =
1895
- (typeof ContainerInstanceStatus)[keyof typeof ContainerInstanceStatus];
1896
1270
  export interface ListContainerInstancesRequest {
1897
1271
  cluster?: string | undefined;
1898
1272
  filter?: string | undefined;
@@ -1957,13 +1331,6 @@ export interface ListTagsForResourceRequest {
1957
1331
  export interface ListTagsForResourceResponse {
1958
1332
  tags?: Tag[] | undefined;
1959
1333
  }
1960
- export declare const TaskDefinitionFamilyStatus: {
1961
- readonly ACTIVE: "ACTIVE";
1962
- readonly ALL: "ALL";
1963
- readonly INACTIVE: "INACTIVE";
1964
- };
1965
- export type TaskDefinitionFamilyStatus =
1966
- (typeof TaskDefinitionFamilyStatus)[keyof typeof TaskDefinitionFamilyStatus];
1967
1334
  export interface ListTaskDefinitionFamiliesRequest {
1968
1335
  familyPrefix?: string | undefined;
1969
1336
  status?: TaskDefinitionFamilyStatus | undefined;
@@ -1974,11 +1341,6 @@ export interface ListTaskDefinitionFamiliesResponse {
1974
1341
  families?: string[] | undefined;
1975
1342
  nextToken?: string | undefined;
1976
1343
  }
1977
- export declare const SortOrder: {
1978
- readonly ASC: "ASC";
1979
- readonly DESC: "DESC";
1980
- };
1981
- export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
1982
1344
  export interface ListTaskDefinitionsRequest {
1983
1345
  familyPrefix?: string | undefined;
1984
1346
  status?: TaskDefinitionStatus | undefined;
@@ -1990,3 +1352,349 @@ export interface ListTaskDefinitionsResponse {
1990
1352
  taskDefinitionArns?: string[] | undefined;
1991
1353
  nextToken?: string | undefined;
1992
1354
  }
1355
+ export interface ListTasksRequest {
1356
+ cluster?: string | undefined;
1357
+ containerInstance?: string | undefined;
1358
+ family?: string | undefined;
1359
+ nextToken?: string | undefined;
1360
+ maxResults?: number | undefined;
1361
+ startedBy?: string | undefined;
1362
+ serviceName?: string | undefined;
1363
+ desiredStatus?: DesiredStatus | undefined;
1364
+ launchType?: LaunchType | undefined;
1365
+ }
1366
+ export interface ListTasksResponse {
1367
+ taskArns?: string[] | undefined;
1368
+ nextToken?: string | undefined;
1369
+ }
1370
+ export interface PutAccountSettingRequest {
1371
+ name: SettingName | undefined;
1372
+ value: string | undefined;
1373
+ principalArn?: string | undefined;
1374
+ }
1375
+ export interface PutAccountSettingResponse {
1376
+ setting?: Setting | undefined;
1377
+ }
1378
+ export interface PutAccountSettingDefaultRequest {
1379
+ name: SettingName | undefined;
1380
+ value: string | undefined;
1381
+ }
1382
+ export interface PutAccountSettingDefaultResponse {
1383
+ setting?: Setting | undefined;
1384
+ }
1385
+ export interface PutAttributesRequest {
1386
+ cluster?: string | undefined;
1387
+ attributes: Attribute[] | undefined;
1388
+ }
1389
+ export interface PutAttributesResponse {
1390
+ attributes?: Attribute[] | undefined;
1391
+ }
1392
+ export interface PutClusterCapacityProvidersRequest {
1393
+ cluster: string | undefined;
1394
+ capacityProviders: string[] | undefined;
1395
+ defaultCapacityProviderStrategy: CapacityProviderStrategyItem[] | undefined;
1396
+ }
1397
+ export interface PutClusterCapacityProvidersResponse {
1398
+ cluster?: Cluster | undefined;
1399
+ }
1400
+ export interface PlatformDevice {
1401
+ id: string | undefined;
1402
+ type: PlatformDeviceType | undefined;
1403
+ }
1404
+ export interface RegisterContainerInstanceRequest {
1405
+ cluster?: string | undefined;
1406
+ instanceIdentityDocument?: string | undefined;
1407
+ instanceIdentityDocumentSignature?: string | undefined;
1408
+ totalResources?: Resource[] | undefined;
1409
+ versionInfo?: VersionInfo | undefined;
1410
+ containerInstanceArn?: string | undefined;
1411
+ attributes?: Attribute[] | undefined;
1412
+ platformDevices?: PlatformDevice[] | undefined;
1413
+ tags?: Tag[] | undefined;
1414
+ }
1415
+ export interface RegisterContainerInstanceResponse {
1416
+ containerInstance?: ContainerInstance | undefined;
1417
+ }
1418
+ export interface RegisterTaskDefinitionRequest {
1419
+ family: string | undefined;
1420
+ taskRoleArn?: string | undefined;
1421
+ executionRoleArn?: string | undefined;
1422
+ networkMode?: NetworkMode | undefined;
1423
+ containerDefinitions: ContainerDefinition[] | undefined;
1424
+ volumes?: Volume[] | undefined;
1425
+ placementConstraints?: TaskDefinitionPlacementConstraint[] | undefined;
1426
+ requiresCompatibilities?: Compatibility[] | undefined;
1427
+ cpu?: string | undefined;
1428
+ memory?: string | undefined;
1429
+ tags?: Tag[] | undefined;
1430
+ pidMode?: PidMode | undefined;
1431
+ ipcMode?: IpcMode | undefined;
1432
+ proxyConfiguration?: ProxyConfiguration | undefined;
1433
+ inferenceAccelerators?: InferenceAccelerator[] | undefined;
1434
+ ephemeralStorage?: EphemeralStorage | undefined;
1435
+ runtimePlatform?: RuntimePlatform | undefined;
1436
+ enableFaultInjection?: boolean | undefined;
1437
+ }
1438
+ export interface RegisterTaskDefinitionResponse {
1439
+ taskDefinition?: TaskDefinition | undefined;
1440
+ tags?: Tag[] | undefined;
1441
+ }
1442
+ export interface TaskManagedEBSVolumeTerminationPolicy {
1443
+ deleteOnTermination: boolean | undefined;
1444
+ }
1445
+ export interface TaskManagedEBSVolumeConfiguration {
1446
+ encrypted?: boolean | undefined;
1447
+ kmsKeyId?: string | undefined;
1448
+ volumeType?: string | undefined;
1449
+ sizeInGiB?: number | undefined;
1450
+ snapshotId?: string | undefined;
1451
+ volumeInitializationRate?: number | undefined;
1452
+ iops?: number | undefined;
1453
+ throughput?: number | undefined;
1454
+ tagSpecifications?: EBSTagSpecification[] | undefined;
1455
+ roleArn: string | undefined;
1456
+ terminationPolicy?: TaskManagedEBSVolumeTerminationPolicy | undefined;
1457
+ filesystemType?: TaskFilesystemType | undefined;
1458
+ }
1459
+ export interface TaskVolumeConfiguration {
1460
+ name: string | undefined;
1461
+ managedEBSVolume?: TaskManagedEBSVolumeConfiguration | undefined;
1462
+ }
1463
+ export interface RunTaskRequest {
1464
+ capacityProviderStrategy?: CapacityProviderStrategyItem[] | undefined;
1465
+ cluster?: string | undefined;
1466
+ count?: number | undefined;
1467
+ enableECSManagedTags?: boolean | undefined;
1468
+ enableExecuteCommand?: boolean | undefined;
1469
+ group?: string | undefined;
1470
+ launchType?: LaunchType | undefined;
1471
+ networkConfiguration?: NetworkConfiguration | undefined;
1472
+ overrides?: TaskOverride | undefined;
1473
+ placementConstraints?: PlacementConstraint[] | undefined;
1474
+ placementStrategy?: PlacementStrategy[] | undefined;
1475
+ platformVersion?: string | undefined;
1476
+ propagateTags?: PropagateTags | undefined;
1477
+ referenceId?: string | undefined;
1478
+ startedBy?: string | undefined;
1479
+ tags?: Tag[] | undefined;
1480
+ taskDefinition: string | undefined;
1481
+ clientToken?: string | undefined;
1482
+ volumeConfigurations?: TaskVolumeConfiguration[] | undefined;
1483
+ }
1484
+ export interface RunTaskResponse {
1485
+ tasks?: Task[] | undefined;
1486
+ failures?: Failure[] | undefined;
1487
+ }
1488
+ export interface StartTaskRequest {
1489
+ cluster?: string | undefined;
1490
+ containerInstances: string[] | undefined;
1491
+ enableECSManagedTags?: boolean | undefined;
1492
+ enableExecuteCommand?: boolean | undefined;
1493
+ group?: string | undefined;
1494
+ networkConfiguration?: NetworkConfiguration | undefined;
1495
+ overrides?: TaskOverride | undefined;
1496
+ propagateTags?: PropagateTags | undefined;
1497
+ referenceId?: string | undefined;
1498
+ startedBy?: string | undefined;
1499
+ tags?: Tag[] | undefined;
1500
+ taskDefinition: string | undefined;
1501
+ volumeConfigurations?: TaskVolumeConfiguration[] | undefined;
1502
+ }
1503
+ export interface StartTaskResponse {
1504
+ tasks?: Task[] | undefined;
1505
+ failures?: Failure[] | undefined;
1506
+ }
1507
+ export interface StopServiceDeploymentRequest {
1508
+ serviceDeploymentArn: string | undefined;
1509
+ stopType?: StopServiceDeploymentStopType | undefined;
1510
+ }
1511
+ export interface StopServiceDeploymentResponse {
1512
+ serviceDeploymentArn?: string | undefined;
1513
+ }
1514
+ export interface StopTaskRequest {
1515
+ cluster?: string | undefined;
1516
+ task: string | undefined;
1517
+ reason?: string | undefined;
1518
+ }
1519
+ export interface StopTaskResponse {
1520
+ task?: Task | undefined;
1521
+ }
1522
+ export interface AttachmentStateChange {
1523
+ attachmentArn: string | undefined;
1524
+ status: string | undefined;
1525
+ }
1526
+ export interface SubmitAttachmentStateChangesRequest {
1527
+ cluster?: string | undefined;
1528
+ attachments: AttachmentStateChange[] | undefined;
1529
+ }
1530
+ export interface SubmitAttachmentStateChangesResponse {
1531
+ acknowledgment?: string | undefined;
1532
+ }
1533
+ export interface SubmitContainerStateChangeRequest {
1534
+ cluster?: string | undefined;
1535
+ task?: string | undefined;
1536
+ containerName?: string | undefined;
1537
+ runtimeId?: string | undefined;
1538
+ status?: string | undefined;
1539
+ exitCode?: number | undefined;
1540
+ reason?: string | undefined;
1541
+ networkBindings?: NetworkBinding[] | undefined;
1542
+ }
1543
+ export interface SubmitContainerStateChangeResponse {
1544
+ acknowledgment?: string | undefined;
1545
+ }
1546
+ export interface ContainerStateChange {
1547
+ containerName?: string | undefined;
1548
+ imageDigest?: string | undefined;
1549
+ runtimeId?: string | undefined;
1550
+ exitCode?: number | undefined;
1551
+ networkBindings?: NetworkBinding[] | undefined;
1552
+ reason?: string | undefined;
1553
+ status?: string | undefined;
1554
+ }
1555
+ export interface ManagedAgentStateChange {
1556
+ containerName: string | undefined;
1557
+ managedAgentName: ManagedAgentName | undefined;
1558
+ status: string | undefined;
1559
+ reason?: string | undefined;
1560
+ }
1561
+ export interface SubmitTaskStateChangeRequest {
1562
+ cluster?: string | undefined;
1563
+ task?: string | undefined;
1564
+ status?: string | undefined;
1565
+ reason?: string | undefined;
1566
+ containers?: ContainerStateChange[] | undefined;
1567
+ attachments?: AttachmentStateChange[] | undefined;
1568
+ managedAgents?: ManagedAgentStateChange[] | undefined;
1569
+ pullStartedAt?: Date | undefined;
1570
+ pullStoppedAt?: Date | undefined;
1571
+ executionStoppedAt?: Date | undefined;
1572
+ }
1573
+ export interface SubmitTaskStateChangeResponse {
1574
+ acknowledgment?: string | undefined;
1575
+ }
1576
+ export interface TagResourceRequest {
1577
+ resourceArn: string | undefined;
1578
+ tags: Tag[] | undefined;
1579
+ }
1580
+ export interface TagResourceResponse {}
1581
+ export interface UntagResourceRequest {
1582
+ resourceArn: string | undefined;
1583
+ tagKeys: string[] | undefined;
1584
+ }
1585
+ export interface UntagResourceResponse {}
1586
+ export interface AutoScalingGroupProviderUpdate {
1587
+ managedScaling?: ManagedScaling | undefined;
1588
+ managedTerminationProtection?: ManagedTerminationProtection | undefined;
1589
+ managedDraining?: ManagedDraining | undefined;
1590
+ }
1591
+ export interface InstanceLaunchTemplateUpdate {
1592
+ ec2InstanceProfileArn?: string | undefined;
1593
+ networkConfiguration?: ManagedInstancesNetworkConfiguration | undefined;
1594
+ storageConfiguration?: ManagedInstancesStorageConfiguration | undefined;
1595
+ monitoring?: ManagedInstancesMonitoringOptions | undefined;
1596
+ instanceRequirements?: InstanceRequirementsRequest | undefined;
1597
+ }
1598
+ export interface UpdateManagedInstancesProviderConfiguration {
1599
+ infrastructureRoleArn: string | undefined;
1600
+ instanceLaunchTemplate: InstanceLaunchTemplateUpdate | undefined;
1601
+ propagateTags?: PropagateMITags | undefined;
1602
+ infrastructureOptimization?: InfrastructureOptimization | undefined;
1603
+ }
1604
+ export interface UpdateCapacityProviderRequest {
1605
+ name: string | undefined;
1606
+ cluster?: string | undefined;
1607
+ autoScalingGroupProvider?: AutoScalingGroupProviderUpdate | undefined;
1608
+ managedInstancesProvider?:
1609
+ | UpdateManagedInstancesProviderConfiguration
1610
+ | undefined;
1611
+ }
1612
+ export interface UpdateCapacityProviderResponse {
1613
+ capacityProvider?: CapacityProvider | undefined;
1614
+ }
1615
+ export interface UpdateClusterRequest {
1616
+ cluster: string | undefined;
1617
+ settings?: ClusterSetting[] | undefined;
1618
+ configuration?: ClusterConfiguration | undefined;
1619
+ serviceConnectDefaults?: ClusterServiceConnectDefaultsRequest | undefined;
1620
+ }
1621
+ export interface UpdateClusterResponse {
1622
+ cluster?: Cluster | undefined;
1623
+ }
1624
+ export interface UpdateClusterSettingsRequest {
1625
+ cluster: string | undefined;
1626
+ settings: ClusterSetting[] | undefined;
1627
+ }
1628
+ export interface UpdateClusterSettingsResponse {
1629
+ cluster?: Cluster | undefined;
1630
+ }
1631
+ export interface UpdateContainerAgentRequest {
1632
+ cluster?: string | undefined;
1633
+ containerInstance: string | undefined;
1634
+ }
1635
+ export interface UpdateContainerAgentResponse {
1636
+ containerInstance?: ContainerInstance | undefined;
1637
+ }
1638
+ export interface UpdateContainerInstancesStateRequest {
1639
+ cluster?: string | undefined;
1640
+ containerInstances: string[] | undefined;
1641
+ status: ContainerInstanceStatus | undefined;
1642
+ }
1643
+ export interface UpdateContainerInstancesStateResponse {
1644
+ containerInstances?: ContainerInstance[] | undefined;
1645
+ failures?: Failure[] | undefined;
1646
+ }
1647
+ export interface UpdateServiceRequest {
1648
+ cluster?: string | undefined;
1649
+ service: string | undefined;
1650
+ desiredCount?: number | undefined;
1651
+ taskDefinition?: string | undefined;
1652
+ capacityProviderStrategy?: CapacityProviderStrategyItem[] | undefined;
1653
+ deploymentConfiguration?: DeploymentConfiguration | undefined;
1654
+ availabilityZoneRebalancing?: AvailabilityZoneRebalancing | undefined;
1655
+ networkConfiguration?: NetworkConfiguration | undefined;
1656
+ placementConstraints?: PlacementConstraint[] | undefined;
1657
+ placementStrategy?: PlacementStrategy[] | undefined;
1658
+ platformVersion?: string | undefined;
1659
+ forceNewDeployment?: boolean | undefined;
1660
+ healthCheckGracePeriodSeconds?: number | undefined;
1661
+ deploymentController?: DeploymentController | undefined;
1662
+ enableExecuteCommand?: boolean | undefined;
1663
+ enableECSManagedTags?: boolean | undefined;
1664
+ loadBalancers?: LoadBalancer[] | undefined;
1665
+ propagateTags?: PropagateTags | undefined;
1666
+ serviceRegistries?: ServiceRegistry[] | undefined;
1667
+ serviceConnectConfiguration?: ServiceConnectConfiguration | undefined;
1668
+ volumeConfigurations?: ServiceVolumeConfiguration[] | undefined;
1669
+ vpcLatticeConfigurations?: VpcLatticeConfiguration[] | undefined;
1670
+ }
1671
+ export interface UpdateServiceResponse {
1672
+ service?: Service | undefined;
1673
+ }
1674
+ export interface UpdateServicePrimaryTaskSetRequest {
1675
+ cluster: string | undefined;
1676
+ service: string | undefined;
1677
+ primaryTaskSet: string | undefined;
1678
+ }
1679
+ export interface UpdateServicePrimaryTaskSetResponse {
1680
+ taskSet?: TaskSet | undefined;
1681
+ }
1682
+ export interface UpdateTaskProtectionRequest {
1683
+ cluster: string | undefined;
1684
+ tasks: string[] | undefined;
1685
+ protectionEnabled: boolean | undefined;
1686
+ expiresInMinutes?: number | undefined;
1687
+ }
1688
+ export interface UpdateTaskProtectionResponse {
1689
+ protectedTasks?: ProtectedTask[] | undefined;
1690
+ failures?: Failure[] | undefined;
1691
+ }
1692
+ export interface UpdateTaskSetRequest {
1693
+ cluster: string | undefined;
1694
+ service: string | undefined;
1695
+ taskSet: string | undefined;
1696
+ scale: Scale | undefined;
1697
+ }
1698
+ export interface UpdateTaskSetResponse {
1699
+ taskSet?: TaskSet | undefined;
1700
+ }