@aws-sdk/client-ecs 3.933.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.
- package/dist-cjs/index.js +480 -476
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +447 -0
- package/dist-es/models/errors.js +339 -0
- package/dist-es/models/models_0.js +1 -688
- package/dist-es/schemas/schemas_0.js +11 -7
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -0
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -0
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -0
- package/dist-types/commands/ListTasksCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSettingCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
- package/dist-types/commands/PutAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/RunTaskCommand.d.ts +1 -1
- package/dist-types/commands/StartTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/StopTaskCommand.d.ts +1 -1
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +7 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +1119 -0
- package/dist-types/models/errors.d.ts +397 -0
- package/dist-types/models/models_0.d.ts +2816 -1381
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +589 -0
- package/dist-types/ts3.4/models/errors.d.ts +209 -0
- package/dist-types/ts3.4/models/models_0.d.ts +437 -729
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -99
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -2908
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -476
|
@@ -1,476 +0,0 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { ECSServiceException as __BaseException } from "./ECSServiceException";
|
|
3
|
-
import {
|
|
4
|
-
Attribute,
|
|
5
|
-
AvailabilityZoneRebalancing,
|
|
6
|
-
CapacityProvider,
|
|
7
|
-
CapacityProviderStrategyItem,
|
|
8
|
-
Cluster,
|
|
9
|
-
ClusterConfiguration,
|
|
10
|
-
ClusterServiceConnectDefaultsRequest,
|
|
11
|
-
ClusterSetting,
|
|
12
|
-
Compatibility,
|
|
13
|
-
ContainerDefinition,
|
|
14
|
-
ContainerInstance,
|
|
15
|
-
ContainerInstanceStatus,
|
|
16
|
-
DeploymentConfiguration,
|
|
17
|
-
DeploymentController,
|
|
18
|
-
EBSTagSpecification,
|
|
19
|
-
EphemeralStorage,
|
|
20
|
-
Failure,
|
|
21
|
-
InferenceAccelerator,
|
|
22
|
-
InstanceRequirementsRequest,
|
|
23
|
-
IpcMode,
|
|
24
|
-
LaunchType,
|
|
25
|
-
LoadBalancer,
|
|
26
|
-
ManagedAgentName,
|
|
27
|
-
ManagedDraining,
|
|
28
|
-
ManagedInstancesMonitoringOptions,
|
|
29
|
-
ManagedInstancesNetworkConfiguration,
|
|
30
|
-
ManagedInstancesStorageConfiguration,
|
|
31
|
-
ManagedScaling,
|
|
32
|
-
ManagedTerminationProtection,
|
|
33
|
-
NetworkBinding,
|
|
34
|
-
NetworkConfiguration,
|
|
35
|
-
NetworkMode,
|
|
36
|
-
PidMode,
|
|
37
|
-
PlacementConstraint,
|
|
38
|
-
PlacementStrategy,
|
|
39
|
-
PropagateMITags,
|
|
40
|
-
PropagateTags,
|
|
41
|
-
ProtectedTask,
|
|
42
|
-
ProxyConfiguration,
|
|
43
|
-
Resource,
|
|
44
|
-
RuntimePlatform,
|
|
45
|
-
Scale,
|
|
46
|
-
Service,
|
|
47
|
-
ServiceConnectConfiguration,
|
|
48
|
-
ServiceRegistry,
|
|
49
|
-
ServiceVolumeConfiguration,
|
|
50
|
-
Setting,
|
|
51
|
-
SettingName,
|
|
52
|
-
Tag,
|
|
53
|
-
Task,
|
|
54
|
-
TaskDefinition,
|
|
55
|
-
TaskDefinitionPlacementConstraint,
|
|
56
|
-
TaskFilesystemType,
|
|
57
|
-
TaskOverride,
|
|
58
|
-
TaskSet,
|
|
59
|
-
VersionInfo,
|
|
60
|
-
Volume,
|
|
61
|
-
VpcLatticeConfiguration,
|
|
62
|
-
} from "./models_0";
|
|
63
|
-
export declare const DesiredStatus: {
|
|
64
|
-
readonly PENDING: "PENDING";
|
|
65
|
-
readonly RUNNING: "RUNNING";
|
|
66
|
-
readonly STOPPED: "STOPPED";
|
|
67
|
-
};
|
|
68
|
-
export type DesiredStatus = (typeof DesiredStatus)[keyof typeof DesiredStatus];
|
|
69
|
-
export interface ListTasksRequest {
|
|
70
|
-
cluster?: string | undefined;
|
|
71
|
-
containerInstance?: string | undefined;
|
|
72
|
-
family?: string | undefined;
|
|
73
|
-
nextToken?: string | undefined;
|
|
74
|
-
maxResults?: number | undefined;
|
|
75
|
-
startedBy?: string | undefined;
|
|
76
|
-
serviceName?: string | undefined;
|
|
77
|
-
desiredStatus?: DesiredStatus | undefined;
|
|
78
|
-
launchType?: LaunchType | undefined;
|
|
79
|
-
}
|
|
80
|
-
export interface ListTasksResponse {
|
|
81
|
-
taskArns?: string[] | undefined;
|
|
82
|
-
nextToken?: string | undefined;
|
|
83
|
-
}
|
|
84
|
-
export interface PutAccountSettingRequest {
|
|
85
|
-
name: SettingName | undefined;
|
|
86
|
-
value: string | undefined;
|
|
87
|
-
principalArn?: string | undefined;
|
|
88
|
-
}
|
|
89
|
-
export interface PutAccountSettingResponse {
|
|
90
|
-
setting?: Setting | undefined;
|
|
91
|
-
}
|
|
92
|
-
export interface PutAccountSettingDefaultRequest {
|
|
93
|
-
name: SettingName | undefined;
|
|
94
|
-
value: string | undefined;
|
|
95
|
-
}
|
|
96
|
-
export interface PutAccountSettingDefaultResponse {
|
|
97
|
-
setting?: Setting | undefined;
|
|
98
|
-
}
|
|
99
|
-
export declare class AttributeLimitExceededException extends __BaseException {
|
|
100
|
-
readonly name: "AttributeLimitExceededException";
|
|
101
|
-
readonly $fault: "client";
|
|
102
|
-
constructor(
|
|
103
|
-
opts: __ExceptionOptionType<
|
|
104
|
-
AttributeLimitExceededException,
|
|
105
|
-
__BaseException
|
|
106
|
-
>
|
|
107
|
-
);
|
|
108
|
-
}
|
|
109
|
-
export interface PutAttributesRequest {
|
|
110
|
-
cluster?: string | undefined;
|
|
111
|
-
attributes: Attribute[] | undefined;
|
|
112
|
-
}
|
|
113
|
-
export interface PutAttributesResponse {
|
|
114
|
-
attributes?: Attribute[] | undefined;
|
|
115
|
-
}
|
|
116
|
-
export interface PutClusterCapacityProvidersRequest {
|
|
117
|
-
cluster: string | undefined;
|
|
118
|
-
capacityProviders: string[] | undefined;
|
|
119
|
-
defaultCapacityProviderStrategy: CapacityProviderStrategyItem[] | undefined;
|
|
120
|
-
}
|
|
121
|
-
export interface PutClusterCapacityProvidersResponse {
|
|
122
|
-
cluster?: Cluster | undefined;
|
|
123
|
-
}
|
|
124
|
-
export declare class ResourceInUseException extends __BaseException {
|
|
125
|
-
readonly name: "ResourceInUseException";
|
|
126
|
-
readonly $fault: "client";
|
|
127
|
-
constructor(
|
|
128
|
-
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
129
|
-
);
|
|
130
|
-
}
|
|
131
|
-
export declare const PlatformDeviceType: {
|
|
132
|
-
readonly GPU: "GPU";
|
|
133
|
-
};
|
|
134
|
-
export type PlatformDeviceType =
|
|
135
|
-
(typeof PlatformDeviceType)[keyof typeof PlatformDeviceType];
|
|
136
|
-
export interface PlatformDevice {
|
|
137
|
-
id: string | undefined;
|
|
138
|
-
type: PlatformDeviceType | undefined;
|
|
139
|
-
}
|
|
140
|
-
export interface RegisterContainerInstanceRequest {
|
|
141
|
-
cluster?: string | undefined;
|
|
142
|
-
instanceIdentityDocument?: string | undefined;
|
|
143
|
-
instanceIdentityDocumentSignature?: string | undefined;
|
|
144
|
-
totalResources?: Resource[] | undefined;
|
|
145
|
-
versionInfo?: VersionInfo | undefined;
|
|
146
|
-
containerInstanceArn?: string | undefined;
|
|
147
|
-
attributes?: Attribute[] | undefined;
|
|
148
|
-
platformDevices?: PlatformDevice[] | undefined;
|
|
149
|
-
tags?: Tag[] | undefined;
|
|
150
|
-
}
|
|
151
|
-
export interface RegisterContainerInstanceResponse {
|
|
152
|
-
containerInstance?: ContainerInstance | undefined;
|
|
153
|
-
}
|
|
154
|
-
export interface RegisterTaskDefinitionRequest {
|
|
155
|
-
family: string | undefined;
|
|
156
|
-
taskRoleArn?: string | undefined;
|
|
157
|
-
executionRoleArn?: string | undefined;
|
|
158
|
-
networkMode?: NetworkMode | undefined;
|
|
159
|
-
containerDefinitions: ContainerDefinition[] | undefined;
|
|
160
|
-
volumes?: Volume[] | undefined;
|
|
161
|
-
placementConstraints?: TaskDefinitionPlacementConstraint[] | undefined;
|
|
162
|
-
requiresCompatibilities?: Compatibility[] | undefined;
|
|
163
|
-
cpu?: string | undefined;
|
|
164
|
-
memory?: string | undefined;
|
|
165
|
-
tags?: Tag[] | undefined;
|
|
166
|
-
pidMode?: PidMode | undefined;
|
|
167
|
-
ipcMode?: IpcMode | undefined;
|
|
168
|
-
proxyConfiguration?: ProxyConfiguration | undefined;
|
|
169
|
-
inferenceAccelerators?: InferenceAccelerator[] | undefined;
|
|
170
|
-
ephemeralStorage?: EphemeralStorage | undefined;
|
|
171
|
-
runtimePlatform?: RuntimePlatform | undefined;
|
|
172
|
-
enableFaultInjection?: boolean | undefined;
|
|
173
|
-
}
|
|
174
|
-
export interface RegisterTaskDefinitionResponse {
|
|
175
|
-
taskDefinition?: TaskDefinition | undefined;
|
|
176
|
-
tags?: Tag[] | undefined;
|
|
177
|
-
}
|
|
178
|
-
export declare class BlockedException extends __BaseException {
|
|
179
|
-
readonly name: "BlockedException";
|
|
180
|
-
readonly $fault: "client";
|
|
181
|
-
constructor(opts: __ExceptionOptionType<BlockedException, __BaseException>);
|
|
182
|
-
}
|
|
183
|
-
export declare class ConflictException extends __BaseException {
|
|
184
|
-
readonly name: "ConflictException";
|
|
185
|
-
readonly $fault: "client";
|
|
186
|
-
resourceIds?: string[] | undefined;
|
|
187
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
188
|
-
}
|
|
189
|
-
export interface TaskManagedEBSVolumeTerminationPolicy {
|
|
190
|
-
deleteOnTermination: boolean | undefined;
|
|
191
|
-
}
|
|
192
|
-
export interface TaskManagedEBSVolumeConfiguration {
|
|
193
|
-
encrypted?: boolean | undefined;
|
|
194
|
-
kmsKeyId?: string | undefined;
|
|
195
|
-
volumeType?: string | undefined;
|
|
196
|
-
sizeInGiB?: number | undefined;
|
|
197
|
-
snapshotId?: string | undefined;
|
|
198
|
-
volumeInitializationRate?: number | undefined;
|
|
199
|
-
iops?: number | undefined;
|
|
200
|
-
throughput?: number | undefined;
|
|
201
|
-
tagSpecifications?: EBSTagSpecification[] | undefined;
|
|
202
|
-
roleArn: string | undefined;
|
|
203
|
-
terminationPolicy?: TaskManagedEBSVolumeTerminationPolicy | undefined;
|
|
204
|
-
filesystemType?: TaskFilesystemType | undefined;
|
|
205
|
-
}
|
|
206
|
-
export interface TaskVolumeConfiguration {
|
|
207
|
-
name: string | undefined;
|
|
208
|
-
managedEBSVolume?: TaskManagedEBSVolumeConfiguration | undefined;
|
|
209
|
-
}
|
|
210
|
-
export interface RunTaskRequest {
|
|
211
|
-
capacityProviderStrategy?: CapacityProviderStrategyItem[] | undefined;
|
|
212
|
-
cluster?: string | undefined;
|
|
213
|
-
count?: number | undefined;
|
|
214
|
-
enableECSManagedTags?: boolean | undefined;
|
|
215
|
-
enableExecuteCommand?: boolean | undefined;
|
|
216
|
-
group?: string | undefined;
|
|
217
|
-
launchType?: LaunchType | undefined;
|
|
218
|
-
networkConfiguration?: NetworkConfiguration | undefined;
|
|
219
|
-
overrides?: TaskOverride | undefined;
|
|
220
|
-
placementConstraints?: PlacementConstraint[] | undefined;
|
|
221
|
-
placementStrategy?: PlacementStrategy[] | undefined;
|
|
222
|
-
platformVersion?: string | undefined;
|
|
223
|
-
propagateTags?: PropagateTags | undefined;
|
|
224
|
-
referenceId?: string | undefined;
|
|
225
|
-
startedBy?: string | undefined;
|
|
226
|
-
tags?: Tag[] | undefined;
|
|
227
|
-
taskDefinition: string | undefined;
|
|
228
|
-
clientToken?: string | undefined;
|
|
229
|
-
volumeConfigurations?: TaskVolumeConfiguration[] | undefined;
|
|
230
|
-
}
|
|
231
|
-
export interface RunTaskResponse {
|
|
232
|
-
tasks?: Task[] | undefined;
|
|
233
|
-
failures?: Failure[] | undefined;
|
|
234
|
-
}
|
|
235
|
-
export interface StartTaskRequest {
|
|
236
|
-
cluster?: string | undefined;
|
|
237
|
-
containerInstances: string[] | undefined;
|
|
238
|
-
enableECSManagedTags?: boolean | undefined;
|
|
239
|
-
enableExecuteCommand?: boolean | undefined;
|
|
240
|
-
group?: string | undefined;
|
|
241
|
-
networkConfiguration?: NetworkConfiguration | undefined;
|
|
242
|
-
overrides?: TaskOverride | undefined;
|
|
243
|
-
propagateTags?: PropagateTags | undefined;
|
|
244
|
-
referenceId?: string | undefined;
|
|
245
|
-
startedBy?: string | undefined;
|
|
246
|
-
tags?: Tag[] | undefined;
|
|
247
|
-
taskDefinition: string | undefined;
|
|
248
|
-
volumeConfigurations?: TaskVolumeConfiguration[] | undefined;
|
|
249
|
-
}
|
|
250
|
-
export interface StartTaskResponse {
|
|
251
|
-
tasks?: Task[] | undefined;
|
|
252
|
-
failures?: Failure[] | undefined;
|
|
253
|
-
}
|
|
254
|
-
export declare class ServiceDeploymentNotFoundException extends __BaseException {
|
|
255
|
-
readonly name: "ServiceDeploymentNotFoundException";
|
|
256
|
-
readonly $fault: "client";
|
|
257
|
-
constructor(
|
|
258
|
-
opts: __ExceptionOptionType<
|
|
259
|
-
ServiceDeploymentNotFoundException,
|
|
260
|
-
__BaseException
|
|
261
|
-
>
|
|
262
|
-
);
|
|
263
|
-
}
|
|
264
|
-
export declare const StopServiceDeploymentStopType: {
|
|
265
|
-
readonly ABORT: "ABORT";
|
|
266
|
-
readonly ROLLBACK: "ROLLBACK";
|
|
267
|
-
};
|
|
268
|
-
export type StopServiceDeploymentStopType =
|
|
269
|
-
(typeof StopServiceDeploymentStopType)[keyof typeof StopServiceDeploymentStopType];
|
|
270
|
-
export interface StopServiceDeploymentRequest {
|
|
271
|
-
serviceDeploymentArn: string | undefined;
|
|
272
|
-
stopType?: StopServiceDeploymentStopType | undefined;
|
|
273
|
-
}
|
|
274
|
-
export interface StopServiceDeploymentResponse {
|
|
275
|
-
serviceDeploymentArn?: string | undefined;
|
|
276
|
-
}
|
|
277
|
-
export interface StopTaskRequest {
|
|
278
|
-
cluster?: string | undefined;
|
|
279
|
-
task: string | undefined;
|
|
280
|
-
reason?: string | undefined;
|
|
281
|
-
}
|
|
282
|
-
export interface StopTaskResponse {
|
|
283
|
-
task?: Task | undefined;
|
|
284
|
-
}
|
|
285
|
-
export interface AttachmentStateChange {
|
|
286
|
-
attachmentArn: string | undefined;
|
|
287
|
-
status: string | undefined;
|
|
288
|
-
}
|
|
289
|
-
export interface SubmitAttachmentStateChangesRequest {
|
|
290
|
-
cluster?: string | undefined;
|
|
291
|
-
attachments: AttachmentStateChange[] | undefined;
|
|
292
|
-
}
|
|
293
|
-
export interface SubmitAttachmentStateChangesResponse {
|
|
294
|
-
acknowledgment?: string | undefined;
|
|
295
|
-
}
|
|
296
|
-
export interface SubmitContainerStateChangeRequest {
|
|
297
|
-
cluster?: string | undefined;
|
|
298
|
-
task?: string | undefined;
|
|
299
|
-
containerName?: string | undefined;
|
|
300
|
-
runtimeId?: string | undefined;
|
|
301
|
-
status?: string | undefined;
|
|
302
|
-
exitCode?: number | undefined;
|
|
303
|
-
reason?: string | undefined;
|
|
304
|
-
networkBindings?: NetworkBinding[] | undefined;
|
|
305
|
-
}
|
|
306
|
-
export interface SubmitContainerStateChangeResponse {
|
|
307
|
-
acknowledgment?: string | undefined;
|
|
308
|
-
}
|
|
309
|
-
export interface ContainerStateChange {
|
|
310
|
-
containerName?: string | undefined;
|
|
311
|
-
imageDigest?: string | undefined;
|
|
312
|
-
runtimeId?: string | undefined;
|
|
313
|
-
exitCode?: number | undefined;
|
|
314
|
-
networkBindings?: NetworkBinding[] | undefined;
|
|
315
|
-
reason?: string | undefined;
|
|
316
|
-
status?: string | undefined;
|
|
317
|
-
}
|
|
318
|
-
export interface ManagedAgentStateChange {
|
|
319
|
-
containerName: string | undefined;
|
|
320
|
-
managedAgentName: ManagedAgentName | undefined;
|
|
321
|
-
status: string | undefined;
|
|
322
|
-
reason?: string | undefined;
|
|
323
|
-
}
|
|
324
|
-
export interface SubmitTaskStateChangeRequest {
|
|
325
|
-
cluster?: string | undefined;
|
|
326
|
-
task?: string | undefined;
|
|
327
|
-
status?: string | undefined;
|
|
328
|
-
reason?: string | undefined;
|
|
329
|
-
containers?: ContainerStateChange[] | undefined;
|
|
330
|
-
attachments?: AttachmentStateChange[] | undefined;
|
|
331
|
-
managedAgents?: ManagedAgentStateChange[] | undefined;
|
|
332
|
-
pullStartedAt?: Date | undefined;
|
|
333
|
-
pullStoppedAt?: Date | undefined;
|
|
334
|
-
executionStoppedAt?: Date | undefined;
|
|
335
|
-
}
|
|
336
|
-
export interface SubmitTaskStateChangeResponse {
|
|
337
|
-
acknowledgment?: string | undefined;
|
|
338
|
-
}
|
|
339
|
-
export interface TagResourceRequest {
|
|
340
|
-
resourceArn: string | undefined;
|
|
341
|
-
tags: Tag[] | undefined;
|
|
342
|
-
}
|
|
343
|
-
export interface TagResourceResponse {}
|
|
344
|
-
export interface UntagResourceRequest {
|
|
345
|
-
resourceArn: string | undefined;
|
|
346
|
-
tagKeys: string[] | undefined;
|
|
347
|
-
}
|
|
348
|
-
export interface UntagResourceResponse {}
|
|
349
|
-
export interface AutoScalingGroupProviderUpdate {
|
|
350
|
-
managedScaling?: ManagedScaling | undefined;
|
|
351
|
-
managedTerminationProtection?: ManagedTerminationProtection | undefined;
|
|
352
|
-
managedDraining?: ManagedDraining | undefined;
|
|
353
|
-
}
|
|
354
|
-
export interface InstanceLaunchTemplateUpdate {
|
|
355
|
-
ec2InstanceProfileArn?: string | undefined;
|
|
356
|
-
networkConfiguration?: ManagedInstancesNetworkConfiguration | undefined;
|
|
357
|
-
storageConfiguration?: ManagedInstancesStorageConfiguration | undefined;
|
|
358
|
-
monitoring?: ManagedInstancesMonitoringOptions | undefined;
|
|
359
|
-
instanceRequirements?: InstanceRequirementsRequest | undefined;
|
|
360
|
-
}
|
|
361
|
-
export interface UpdateManagedInstancesProviderConfiguration {
|
|
362
|
-
infrastructureRoleArn: string | undefined;
|
|
363
|
-
instanceLaunchTemplate: InstanceLaunchTemplateUpdate | undefined;
|
|
364
|
-
propagateTags?: PropagateMITags | undefined;
|
|
365
|
-
}
|
|
366
|
-
export interface UpdateCapacityProviderRequest {
|
|
367
|
-
name: string | undefined;
|
|
368
|
-
cluster?: string | undefined;
|
|
369
|
-
autoScalingGroupProvider?: AutoScalingGroupProviderUpdate | undefined;
|
|
370
|
-
managedInstancesProvider?:
|
|
371
|
-
| UpdateManagedInstancesProviderConfiguration
|
|
372
|
-
| undefined;
|
|
373
|
-
}
|
|
374
|
-
export interface UpdateCapacityProviderResponse {
|
|
375
|
-
capacityProvider?: CapacityProvider | undefined;
|
|
376
|
-
}
|
|
377
|
-
export interface UpdateClusterRequest {
|
|
378
|
-
cluster: string | undefined;
|
|
379
|
-
settings?: ClusterSetting[] | undefined;
|
|
380
|
-
configuration?: ClusterConfiguration | undefined;
|
|
381
|
-
serviceConnectDefaults?: ClusterServiceConnectDefaultsRequest | undefined;
|
|
382
|
-
}
|
|
383
|
-
export interface UpdateClusterResponse {
|
|
384
|
-
cluster?: Cluster | undefined;
|
|
385
|
-
}
|
|
386
|
-
export interface UpdateClusterSettingsRequest {
|
|
387
|
-
cluster: string | undefined;
|
|
388
|
-
settings: ClusterSetting[] | undefined;
|
|
389
|
-
}
|
|
390
|
-
export interface UpdateClusterSettingsResponse {
|
|
391
|
-
cluster?: Cluster | undefined;
|
|
392
|
-
}
|
|
393
|
-
export declare class MissingVersionException extends __BaseException {
|
|
394
|
-
readonly name: "MissingVersionException";
|
|
395
|
-
readonly $fault: "client";
|
|
396
|
-
constructor(
|
|
397
|
-
opts: __ExceptionOptionType<MissingVersionException, __BaseException>
|
|
398
|
-
);
|
|
399
|
-
}
|
|
400
|
-
export declare class NoUpdateAvailableException extends __BaseException {
|
|
401
|
-
readonly name: "NoUpdateAvailableException";
|
|
402
|
-
readonly $fault: "client";
|
|
403
|
-
constructor(
|
|
404
|
-
opts: __ExceptionOptionType<NoUpdateAvailableException, __BaseException>
|
|
405
|
-
);
|
|
406
|
-
}
|
|
407
|
-
export interface UpdateContainerAgentRequest {
|
|
408
|
-
cluster?: string | undefined;
|
|
409
|
-
containerInstance: string | undefined;
|
|
410
|
-
}
|
|
411
|
-
export interface UpdateContainerAgentResponse {
|
|
412
|
-
containerInstance?: ContainerInstance | undefined;
|
|
413
|
-
}
|
|
414
|
-
export interface UpdateContainerInstancesStateRequest {
|
|
415
|
-
cluster?: string | undefined;
|
|
416
|
-
containerInstances: string[] | undefined;
|
|
417
|
-
status: ContainerInstanceStatus | undefined;
|
|
418
|
-
}
|
|
419
|
-
export interface UpdateContainerInstancesStateResponse {
|
|
420
|
-
containerInstances?: ContainerInstance[] | undefined;
|
|
421
|
-
failures?: Failure[] | undefined;
|
|
422
|
-
}
|
|
423
|
-
export interface UpdateServiceRequest {
|
|
424
|
-
cluster?: string | undefined;
|
|
425
|
-
service: string | undefined;
|
|
426
|
-
desiredCount?: number | undefined;
|
|
427
|
-
taskDefinition?: string | undefined;
|
|
428
|
-
capacityProviderStrategy?: CapacityProviderStrategyItem[] | undefined;
|
|
429
|
-
deploymentConfiguration?: DeploymentConfiguration | undefined;
|
|
430
|
-
availabilityZoneRebalancing?: AvailabilityZoneRebalancing | undefined;
|
|
431
|
-
networkConfiguration?: NetworkConfiguration | undefined;
|
|
432
|
-
placementConstraints?: PlacementConstraint[] | undefined;
|
|
433
|
-
placementStrategy?: PlacementStrategy[] | undefined;
|
|
434
|
-
platformVersion?: string | undefined;
|
|
435
|
-
forceNewDeployment?: boolean | undefined;
|
|
436
|
-
healthCheckGracePeriodSeconds?: number | undefined;
|
|
437
|
-
deploymentController?: DeploymentController | undefined;
|
|
438
|
-
enableExecuteCommand?: boolean | undefined;
|
|
439
|
-
enableECSManagedTags?: boolean | undefined;
|
|
440
|
-
loadBalancers?: LoadBalancer[] | undefined;
|
|
441
|
-
propagateTags?: PropagateTags | undefined;
|
|
442
|
-
serviceRegistries?: ServiceRegistry[] | undefined;
|
|
443
|
-
serviceConnectConfiguration?: ServiceConnectConfiguration | undefined;
|
|
444
|
-
volumeConfigurations?: ServiceVolumeConfiguration[] | undefined;
|
|
445
|
-
vpcLatticeConfigurations?: VpcLatticeConfiguration[] | undefined;
|
|
446
|
-
}
|
|
447
|
-
export interface UpdateServiceResponse {
|
|
448
|
-
service?: Service | undefined;
|
|
449
|
-
}
|
|
450
|
-
export interface UpdateServicePrimaryTaskSetRequest {
|
|
451
|
-
cluster: string | undefined;
|
|
452
|
-
service: string | undefined;
|
|
453
|
-
primaryTaskSet: string | undefined;
|
|
454
|
-
}
|
|
455
|
-
export interface UpdateServicePrimaryTaskSetResponse {
|
|
456
|
-
taskSet?: TaskSet | undefined;
|
|
457
|
-
}
|
|
458
|
-
export interface UpdateTaskProtectionRequest {
|
|
459
|
-
cluster: string | undefined;
|
|
460
|
-
tasks: string[] | undefined;
|
|
461
|
-
protectionEnabled: boolean | undefined;
|
|
462
|
-
expiresInMinutes?: number | undefined;
|
|
463
|
-
}
|
|
464
|
-
export interface UpdateTaskProtectionResponse {
|
|
465
|
-
protectedTasks?: ProtectedTask[] | undefined;
|
|
466
|
-
failures?: Failure[] | undefined;
|
|
467
|
-
}
|
|
468
|
-
export interface UpdateTaskSetRequest {
|
|
469
|
-
cluster: string | undefined;
|
|
470
|
-
service: string | undefined;
|
|
471
|
-
taskSet: string | undefined;
|
|
472
|
-
scale: Scale | undefined;
|
|
473
|
-
}
|
|
474
|
-
export interface UpdateTaskSetResponse {
|
|
475
|
-
taskSet?: TaskSet | undefined;
|
|
476
|
-
}
|