@aws-sdk/client-ecs 3.50.0 → 3.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ECSServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +319 -5
- package/dist-cjs/protocols/Aws_json1_1.js +627 -2138
- package/dist-es/index.js +1 -0
- package/dist-es/models/ECSServiceException.js +12 -0
- package/dist-es/models/models_0.js +290 -1
- package/dist-es/protocols/Aws_json1_1.js +1285 -2299
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ECSServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +170 -97
- package/dist-types/ts3.4/ECS.d.ts +265 -0
- package/dist-types/ts3.4/ECSClient.d.ts +125 -0
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +52 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/ECSServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3180 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAccountSettingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContainerInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTaskDefinitionFamiliesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTaskDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +9 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +158 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +3 -0
- package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +7 -0
- package/package.json +34 -34
|
@@ -0,0 +1,3180 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ECSServiceException as __BaseException } from "./ECSServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
|
|
8
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
9
|
+
}
|
|
10
|
+
export declare enum AgentUpdateStatus {
|
|
11
|
+
FAILED = "FAILED",
|
|
12
|
+
PENDING = "PENDING",
|
|
13
|
+
STAGED = "STAGED",
|
|
14
|
+
STAGING = "STAGING",
|
|
15
|
+
UPDATED = "UPDATED",
|
|
16
|
+
UPDATING = "UPDATING"
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export declare class ClientException extends __BaseException {
|
|
20
|
+
readonly name: "ClientException";
|
|
21
|
+
readonly $fault: "client";
|
|
22
|
+
|
|
23
|
+
constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
|
|
24
|
+
}
|
|
25
|
+
export declare enum ManagedScalingStatus {
|
|
26
|
+
DISABLED = "DISABLED",
|
|
27
|
+
ENABLED = "ENABLED"
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export interface ManagedScaling {
|
|
31
|
+
|
|
32
|
+
status?: ManagedScalingStatus | string;
|
|
33
|
+
|
|
34
|
+
targetCapacity?: number;
|
|
35
|
+
|
|
36
|
+
minimumScalingStepSize?: number;
|
|
37
|
+
|
|
38
|
+
maximumScalingStepSize?: number;
|
|
39
|
+
|
|
40
|
+
instanceWarmupPeriod?: number;
|
|
41
|
+
}
|
|
42
|
+
export declare namespace ManagedScaling {
|
|
43
|
+
|
|
44
|
+
const filterSensitiveLog: (obj: ManagedScaling) => any;
|
|
45
|
+
}
|
|
46
|
+
export declare enum ManagedTerminationProtection {
|
|
47
|
+
DISABLED = "DISABLED",
|
|
48
|
+
ENABLED = "ENABLED"
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export interface AutoScalingGroupProvider {
|
|
52
|
+
|
|
53
|
+
autoScalingGroupArn: string | undefined;
|
|
54
|
+
|
|
55
|
+
managedScaling?: ManagedScaling;
|
|
56
|
+
|
|
57
|
+
managedTerminationProtection?: ManagedTerminationProtection | string;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace AutoScalingGroupProvider {
|
|
60
|
+
|
|
61
|
+
const filterSensitiveLog: (obj: AutoScalingGroupProvider) => any;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export interface Tag {
|
|
65
|
+
|
|
66
|
+
key?: string;
|
|
67
|
+
|
|
68
|
+
value?: string;
|
|
69
|
+
}
|
|
70
|
+
export declare namespace Tag {
|
|
71
|
+
|
|
72
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
73
|
+
}
|
|
74
|
+
export interface CreateCapacityProviderRequest {
|
|
75
|
+
|
|
76
|
+
name: string | undefined;
|
|
77
|
+
|
|
78
|
+
autoScalingGroupProvider: AutoScalingGroupProvider | undefined;
|
|
79
|
+
|
|
80
|
+
tags?: Tag[];
|
|
81
|
+
}
|
|
82
|
+
export declare namespace CreateCapacityProviderRequest {
|
|
83
|
+
|
|
84
|
+
const filterSensitiveLog: (obj: CreateCapacityProviderRequest) => any;
|
|
85
|
+
}
|
|
86
|
+
export declare enum CapacityProviderStatus {
|
|
87
|
+
ACTIVE = "ACTIVE",
|
|
88
|
+
INACTIVE = "INACTIVE"
|
|
89
|
+
}
|
|
90
|
+
export declare enum CapacityProviderUpdateStatus {
|
|
91
|
+
DELETE_COMPLETE = "DELETE_COMPLETE",
|
|
92
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
93
|
+
DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
|
|
94
|
+
UPDATE_COMPLETE = "UPDATE_COMPLETE",
|
|
95
|
+
UPDATE_FAILED = "UPDATE_FAILED",
|
|
96
|
+
UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS"
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export interface CapacityProvider {
|
|
100
|
+
|
|
101
|
+
capacityProviderArn?: string;
|
|
102
|
+
|
|
103
|
+
name?: string;
|
|
104
|
+
|
|
105
|
+
status?: CapacityProviderStatus | string;
|
|
106
|
+
|
|
107
|
+
autoScalingGroupProvider?: AutoScalingGroupProvider;
|
|
108
|
+
|
|
109
|
+
updateStatus?: CapacityProviderUpdateStatus | string;
|
|
110
|
+
|
|
111
|
+
updateStatusReason?: string;
|
|
112
|
+
|
|
113
|
+
tags?: Tag[];
|
|
114
|
+
}
|
|
115
|
+
export declare namespace CapacityProvider {
|
|
116
|
+
|
|
117
|
+
const filterSensitiveLog: (obj: CapacityProvider) => any;
|
|
118
|
+
}
|
|
119
|
+
export interface CreateCapacityProviderResponse {
|
|
120
|
+
|
|
121
|
+
capacityProvider?: CapacityProvider;
|
|
122
|
+
}
|
|
123
|
+
export declare namespace CreateCapacityProviderResponse {
|
|
124
|
+
|
|
125
|
+
const filterSensitiveLog: (obj: CreateCapacityProviderResponse) => any;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
129
|
+
readonly name: "InvalidParameterException";
|
|
130
|
+
readonly $fault: "client";
|
|
131
|
+
|
|
132
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
export declare class LimitExceededException extends __BaseException {
|
|
136
|
+
readonly name: "LimitExceededException";
|
|
137
|
+
readonly $fault: "client";
|
|
138
|
+
|
|
139
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export declare class ServerException extends __BaseException {
|
|
143
|
+
readonly name: "ServerException";
|
|
144
|
+
readonly $fault: "server";
|
|
145
|
+
|
|
146
|
+
constructor(opts: __ExceptionOptionType<ServerException, __BaseException>);
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
export declare class UpdateInProgressException extends __BaseException {
|
|
150
|
+
readonly name: "UpdateInProgressException";
|
|
151
|
+
readonly $fault: "client";
|
|
152
|
+
|
|
153
|
+
constructor(opts: __ExceptionOptionType<UpdateInProgressException, __BaseException>);
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
export interface ExecuteCommandLogConfiguration {
|
|
157
|
+
|
|
158
|
+
cloudWatchLogGroupName?: string;
|
|
159
|
+
|
|
160
|
+
cloudWatchEncryptionEnabled?: boolean;
|
|
161
|
+
|
|
162
|
+
s3BucketName?: string;
|
|
163
|
+
|
|
164
|
+
s3EncryptionEnabled?: boolean;
|
|
165
|
+
|
|
166
|
+
s3KeyPrefix?: string;
|
|
167
|
+
}
|
|
168
|
+
export declare namespace ExecuteCommandLogConfiguration {
|
|
169
|
+
|
|
170
|
+
const filterSensitiveLog: (obj: ExecuteCommandLogConfiguration) => any;
|
|
171
|
+
}
|
|
172
|
+
export declare enum ExecuteCommandLogging {
|
|
173
|
+
DEFAULT = "DEFAULT",
|
|
174
|
+
NONE = "NONE",
|
|
175
|
+
OVERRIDE = "OVERRIDE"
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
export interface ExecuteCommandConfiguration {
|
|
179
|
+
|
|
180
|
+
kmsKeyId?: string;
|
|
181
|
+
|
|
182
|
+
logging?: ExecuteCommandLogging | string;
|
|
183
|
+
|
|
184
|
+
logConfiguration?: ExecuteCommandLogConfiguration;
|
|
185
|
+
}
|
|
186
|
+
export declare namespace ExecuteCommandConfiguration {
|
|
187
|
+
|
|
188
|
+
const filterSensitiveLog: (obj: ExecuteCommandConfiguration) => any;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
export interface ClusterConfiguration {
|
|
192
|
+
|
|
193
|
+
executeCommandConfiguration?: ExecuteCommandConfiguration;
|
|
194
|
+
}
|
|
195
|
+
export declare namespace ClusterConfiguration {
|
|
196
|
+
|
|
197
|
+
const filterSensitiveLog: (obj: ClusterConfiguration) => any;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
export interface CapacityProviderStrategyItem {
|
|
201
|
+
|
|
202
|
+
capacityProvider: string | undefined;
|
|
203
|
+
|
|
204
|
+
weight?: number;
|
|
205
|
+
|
|
206
|
+
base?: number;
|
|
207
|
+
}
|
|
208
|
+
export declare namespace CapacityProviderStrategyItem {
|
|
209
|
+
|
|
210
|
+
const filterSensitiveLog: (obj: CapacityProviderStrategyItem) => any;
|
|
211
|
+
}
|
|
212
|
+
export declare enum ClusterSettingName {
|
|
213
|
+
CONTAINER_INSIGHTS = "containerInsights"
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
export interface ClusterSetting {
|
|
217
|
+
|
|
218
|
+
name?: ClusterSettingName | string;
|
|
219
|
+
|
|
220
|
+
value?: string;
|
|
221
|
+
}
|
|
222
|
+
export declare namespace ClusterSetting {
|
|
223
|
+
|
|
224
|
+
const filterSensitiveLog: (obj: ClusterSetting) => any;
|
|
225
|
+
}
|
|
226
|
+
export interface CreateClusterRequest {
|
|
227
|
+
|
|
228
|
+
clusterName?: string;
|
|
229
|
+
|
|
230
|
+
tags?: Tag[];
|
|
231
|
+
|
|
232
|
+
settings?: ClusterSetting[];
|
|
233
|
+
|
|
234
|
+
configuration?: ClusterConfiguration;
|
|
235
|
+
|
|
236
|
+
capacityProviders?: string[];
|
|
237
|
+
|
|
238
|
+
defaultCapacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
239
|
+
}
|
|
240
|
+
export declare namespace CreateClusterRequest {
|
|
241
|
+
|
|
242
|
+
const filterSensitiveLog: (obj: CreateClusterRequest) => any;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
export interface KeyValuePair {
|
|
246
|
+
|
|
247
|
+
name?: string;
|
|
248
|
+
|
|
249
|
+
value?: string;
|
|
250
|
+
}
|
|
251
|
+
export declare namespace KeyValuePair {
|
|
252
|
+
|
|
253
|
+
const filterSensitiveLog: (obj: KeyValuePair) => any;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
export interface Attachment {
|
|
257
|
+
|
|
258
|
+
id?: string;
|
|
259
|
+
|
|
260
|
+
type?: string;
|
|
261
|
+
|
|
262
|
+
status?: string;
|
|
263
|
+
|
|
264
|
+
details?: KeyValuePair[];
|
|
265
|
+
}
|
|
266
|
+
export declare namespace Attachment {
|
|
267
|
+
|
|
268
|
+
const filterSensitiveLog: (obj: Attachment) => any;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
export interface Cluster {
|
|
272
|
+
|
|
273
|
+
clusterArn?: string;
|
|
274
|
+
|
|
275
|
+
clusterName?: string;
|
|
276
|
+
|
|
277
|
+
configuration?: ClusterConfiguration;
|
|
278
|
+
|
|
279
|
+
status?: string;
|
|
280
|
+
|
|
281
|
+
registeredContainerInstancesCount?: number;
|
|
282
|
+
|
|
283
|
+
runningTasksCount?: number;
|
|
284
|
+
|
|
285
|
+
pendingTasksCount?: number;
|
|
286
|
+
|
|
287
|
+
activeServicesCount?: number;
|
|
288
|
+
|
|
289
|
+
statistics?: KeyValuePair[];
|
|
290
|
+
|
|
291
|
+
tags?: Tag[];
|
|
292
|
+
|
|
293
|
+
settings?: ClusterSetting[];
|
|
294
|
+
|
|
295
|
+
capacityProviders?: string[];
|
|
296
|
+
|
|
297
|
+
defaultCapacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
298
|
+
|
|
299
|
+
attachments?: Attachment[];
|
|
300
|
+
|
|
301
|
+
attachmentsStatus?: string;
|
|
302
|
+
}
|
|
303
|
+
export declare namespace Cluster {
|
|
304
|
+
|
|
305
|
+
const filterSensitiveLog: (obj: Cluster) => any;
|
|
306
|
+
}
|
|
307
|
+
export interface CreateClusterResponse {
|
|
308
|
+
|
|
309
|
+
cluster?: Cluster;
|
|
310
|
+
}
|
|
311
|
+
export declare namespace CreateClusterResponse {
|
|
312
|
+
|
|
313
|
+
const filterSensitiveLog: (obj: CreateClusterResponse) => any;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
export declare class ClusterNotFoundException extends __BaseException {
|
|
317
|
+
readonly name: "ClusterNotFoundException";
|
|
318
|
+
readonly $fault: "client";
|
|
319
|
+
|
|
320
|
+
constructor(opts: __ExceptionOptionType<ClusterNotFoundException, __BaseException>);
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
export interface DeploymentCircuitBreaker {
|
|
324
|
+
|
|
325
|
+
enable: boolean | undefined;
|
|
326
|
+
|
|
327
|
+
rollback: boolean | undefined;
|
|
328
|
+
}
|
|
329
|
+
export declare namespace DeploymentCircuitBreaker {
|
|
330
|
+
|
|
331
|
+
const filterSensitiveLog: (obj: DeploymentCircuitBreaker) => any;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
export interface DeploymentConfiguration {
|
|
335
|
+
|
|
336
|
+
deploymentCircuitBreaker?: DeploymentCircuitBreaker;
|
|
337
|
+
|
|
338
|
+
maximumPercent?: number;
|
|
339
|
+
|
|
340
|
+
minimumHealthyPercent?: number;
|
|
341
|
+
}
|
|
342
|
+
export declare namespace DeploymentConfiguration {
|
|
343
|
+
|
|
344
|
+
const filterSensitiveLog: (obj: DeploymentConfiguration) => any;
|
|
345
|
+
}
|
|
346
|
+
export declare enum DeploymentControllerType {
|
|
347
|
+
CODE_DEPLOY = "CODE_DEPLOY",
|
|
348
|
+
ECS = "ECS",
|
|
349
|
+
EXTERNAL = "EXTERNAL"
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
export interface DeploymentController {
|
|
353
|
+
|
|
354
|
+
type: DeploymentControllerType | string | undefined;
|
|
355
|
+
}
|
|
356
|
+
export declare namespace DeploymentController {
|
|
357
|
+
|
|
358
|
+
const filterSensitiveLog: (obj: DeploymentController) => any;
|
|
359
|
+
}
|
|
360
|
+
export declare enum LaunchType {
|
|
361
|
+
EC2 = "EC2",
|
|
362
|
+
EXTERNAL = "EXTERNAL",
|
|
363
|
+
FARGATE = "FARGATE"
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
export interface LoadBalancer {
|
|
367
|
+
|
|
368
|
+
targetGroupArn?: string;
|
|
369
|
+
|
|
370
|
+
loadBalancerName?: string;
|
|
371
|
+
|
|
372
|
+
containerName?: string;
|
|
373
|
+
|
|
374
|
+
containerPort?: number;
|
|
375
|
+
}
|
|
376
|
+
export declare namespace LoadBalancer {
|
|
377
|
+
|
|
378
|
+
const filterSensitiveLog: (obj: LoadBalancer) => any;
|
|
379
|
+
}
|
|
380
|
+
export declare enum AssignPublicIp {
|
|
381
|
+
DISABLED = "DISABLED",
|
|
382
|
+
ENABLED = "ENABLED"
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
export interface AwsVpcConfiguration {
|
|
386
|
+
|
|
387
|
+
subnets: string[] | undefined;
|
|
388
|
+
|
|
389
|
+
securityGroups?: string[];
|
|
390
|
+
|
|
391
|
+
assignPublicIp?: AssignPublicIp | string;
|
|
392
|
+
}
|
|
393
|
+
export declare namespace AwsVpcConfiguration {
|
|
394
|
+
|
|
395
|
+
const filterSensitiveLog: (obj: AwsVpcConfiguration) => any;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
export interface NetworkConfiguration {
|
|
399
|
+
|
|
400
|
+
awsvpcConfiguration?: AwsVpcConfiguration;
|
|
401
|
+
}
|
|
402
|
+
export declare namespace NetworkConfiguration {
|
|
403
|
+
|
|
404
|
+
const filterSensitiveLog: (obj: NetworkConfiguration) => any;
|
|
405
|
+
}
|
|
406
|
+
export declare enum PlacementConstraintType {
|
|
407
|
+
DISTINCT_INSTANCE = "distinctInstance",
|
|
408
|
+
MEMBER_OF = "memberOf"
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
export interface PlacementConstraint {
|
|
412
|
+
|
|
413
|
+
type?: PlacementConstraintType | string;
|
|
414
|
+
|
|
415
|
+
expression?: string;
|
|
416
|
+
}
|
|
417
|
+
export declare namespace PlacementConstraint {
|
|
418
|
+
|
|
419
|
+
const filterSensitiveLog: (obj: PlacementConstraint) => any;
|
|
420
|
+
}
|
|
421
|
+
export declare enum PlacementStrategyType {
|
|
422
|
+
BINPACK = "binpack",
|
|
423
|
+
RANDOM = "random",
|
|
424
|
+
SPREAD = "spread"
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
export interface PlacementStrategy {
|
|
428
|
+
|
|
429
|
+
type?: PlacementStrategyType | string;
|
|
430
|
+
|
|
431
|
+
field?: string;
|
|
432
|
+
}
|
|
433
|
+
export declare namespace PlacementStrategy {
|
|
434
|
+
|
|
435
|
+
const filterSensitiveLog: (obj: PlacementStrategy) => any;
|
|
436
|
+
}
|
|
437
|
+
export declare enum PropagateTags {
|
|
438
|
+
SERVICE = "SERVICE",
|
|
439
|
+
TASK_DEFINITION = "TASK_DEFINITION"
|
|
440
|
+
}
|
|
441
|
+
export declare enum SchedulingStrategy {
|
|
442
|
+
DAEMON = "DAEMON",
|
|
443
|
+
REPLICA = "REPLICA"
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
export interface ServiceRegistry {
|
|
447
|
+
|
|
448
|
+
registryArn?: string;
|
|
449
|
+
|
|
450
|
+
port?: number;
|
|
451
|
+
|
|
452
|
+
containerName?: string;
|
|
453
|
+
|
|
454
|
+
containerPort?: number;
|
|
455
|
+
}
|
|
456
|
+
export declare namespace ServiceRegistry {
|
|
457
|
+
|
|
458
|
+
const filterSensitiveLog: (obj: ServiceRegistry) => any;
|
|
459
|
+
}
|
|
460
|
+
export interface CreateServiceRequest {
|
|
461
|
+
|
|
462
|
+
cluster?: string;
|
|
463
|
+
|
|
464
|
+
serviceName: string | undefined;
|
|
465
|
+
|
|
466
|
+
taskDefinition?: string;
|
|
467
|
+
|
|
468
|
+
loadBalancers?: LoadBalancer[];
|
|
469
|
+
|
|
470
|
+
serviceRegistries?: ServiceRegistry[];
|
|
471
|
+
|
|
472
|
+
desiredCount?: number;
|
|
473
|
+
|
|
474
|
+
clientToken?: string;
|
|
475
|
+
|
|
476
|
+
launchType?: LaunchType | string;
|
|
477
|
+
|
|
478
|
+
capacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
479
|
+
|
|
480
|
+
platformVersion?: string;
|
|
481
|
+
|
|
482
|
+
role?: string;
|
|
483
|
+
|
|
484
|
+
deploymentConfiguration?: DeploymentConfiguration;
|
|
485
|
+
|
|
486
|
+
placementConstraints?: PlacementConstraint[];
|
|
487
|
+
|
|
488
|
+
placementStrategy?: PlacementStrategy[];
|
|
489
|
+
|
|
490
|
+
networkConfiguration?: NetworkConfiguration;
|
|
491
|
+
|
|
492
|
+
healthCheckGracePeriodSeconds?: number;
|
|
493
|
+
|
|
494
|
+
schedulingStrategy?: SchedulingStrategy | string;
|
|
495
|
+
|
|
496
|
+
deploymentController?: DeploymentController;
|
|
497
|
+
|
|
498
|
+
tags?: Tag[];
|
|
499
|
+
|
|
500
|
+
enableECSManagedTags?: boolean;
|
|
501
|
+
|
|
502
|
+
propagateTags?: PropagateTags | string;
|
|
503
|
+
|
|
504
|
+
enableExecuteCommand?: boolean;
|
|
505
|
+
}
|
|
506
|
+
export declare namespace CreateServiceRequest {
|
|
507
|
+
|
|
508
|
+
const filterSensitiveLog: (obj: CreateServiceRequest) => any;
|
|
509
|
+
}
|
|
510
|
+
export declare enum DeploymentRolloutState {
|
|
511
|
+
COMPLETED = "COMPLETED",
|
|
512
|
+
FAILED = "FAILED",
|
|
513
|
+
IN_PROGRESS = "IN_PROGRESS"
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
export interface Deployment {
|
|
517
|
+
|
|
518
|
+
id?: string;
|
|
519
|
+
|
|
520
|
+
status?: string;
|
|
521
|
+
|
|
522
|
+
taskDefinition?: string;
|
|
523
|
+
|
|
524
|
+
desiredCount?: number;
|
|
525
|
+
|
|
526
|
+
pendingCount?: number;
|
|
527
|
+
|
|
528
|
+
runningCount?: number;
|
|
529
|
+
|
|
530
|
+
failedTasks?: number;
|
|
531
|
+
|
|
532
|
+
createdAt?: Date;
|
|
533
|
+
|
|
534
|
+
updatedAt?: Date;
|
|
535
|
+
|
|
536
|
+
capacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
537
|
+
|
|
538
|
+
launchType?: LaunchType | string;
|
|
539
|
+
|
|
540
|
+
platformVersion?: string;
|
|
541
|
+
|
|
542
|
+
platformFamily?: string;
|
|
543
|
+
|
|
544
|
+
networkConfiguration?: NetworkConfiguration;
|
|
545
|
+
|
|
546
|
+
rolloutState?: DeploymentRolloutState | string;
|
|
547
|
+
|
|
548
|
+
rolloutStateReason?: string;
|
|
549
|
+
}
|
|
550
|
+
export declare namespace Deployment {
|
|
551
|
+
|
|
552
|
+
const filterSensitiveLog: (obj: Deployment) => any;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
export interface ServiceEvent {
|
|
556
|
+
|
|
557
|
+
id?: string;
|
|
558
|
+
|
|
559
|
+
createdAt?: Date;
|
|
560
|
+
|
|
561
|
+
message?: string;
|
|
562
|
+
}
|
|
563
|
+
export declare namespace ServiceEvent {
|
|
564
|
+
|
|
565
|
+
const filterSensitiveLog: (obj: ServiceEvent) => any;
|
|
566
|
+
}
|
|
567
|
+
export declare enum ScaleUnit {
|
|
568
|
+
PERCENT = "PERCENT"
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
export interface Scale {
|
|
572
|
+
|
|
573
|
+
value?: number;
|
|
574
|
+
|
|
575
|
+
unit?: ScaleUnit | string;
|
|
576
|
+
}
|
|
577
|
+
export declare namespace Scale {
|
|
578
|
+
|
|
579
|
+
const filterSensitiveLog: (obj: Scale) => any;
|
|
580
|
+
}
|
|
581
|
+
export declare enum StabilityStatus {
|
|
582
|
+
STABILIZING = "STABILIZING",
|
|
583
|
+
STEADY_STATE = "STEADY_STATE"
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
export interface TaskSet {
|
|
587
|
+
|
|
588
|
+
id?: string;
|
|
589
|
+
|
|
590
|
+
taskSetArn?: string;
|
|
591
|
+
|
|
592
|
+
serviceArn?: string;
|
|
593
|
+
|
|
594
|
+
clusterArn?: string;
|
|
595
|
+
|
|
596
|
+
startedBy?: string;
|
|
597
|
+
|
|
598
|
+
externalId?: string;
|
|
599
|
+
|
|
600
|
+
status?: string;
|
|
601
|
+
|
|
602
|
+
taskDefinition?: string;
|
|
603
|
+
|
|
604
|
+
computedDesiredCount?: number;
|
|
605
|
+
|
|
606
|
+
pendingCount?: number;
|
|
607
|
+
|
|
608
|
+
runningCount?: number;
|
|
609
|
+
|
|
610
|
+
createdAt?: Date;
|
|
611
|
+
|
|
612
|
+
updatedAt?: Date;
|
|
613
|
+
|
|
614
|
+
launchType?: LaunchType | string;
|
|
615
|
+
|
|
616
|
+
capacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
617
|
+
|
|
618
|
+
platformVersion?: string;
|
|
619
|
+
|
|
620
|
+
platformFamily?: string;
|
|
621
|
+
|
|
622
|
+
networkConfiguration?: NetworkConfiguration;
|
|
623
|
+
|
|
624
|
+
loadBalancers?: LoadBalancer[];
|
|
625
|
+
|
|
626
|
+
serviceRegistries?: ServiceRegistry[];
|
|
627
|
+
|
|
628
|
+
scale?: Scale;
|
|
629
|
+
|
|
630
|
+
stabilityStatus?: StabilityStatus | string;
|
|
631
|
+
|
|
632
|
+
stabilityStatusAt?: Date;
|
|
633
|
+
|
|
634
|
+
tags?: Tag[];
|
|
635
|
+
}
|
|
636
|
+
export declare namespace TaskSet {
|
|
637
|
+
|
|
638
|
+
const filterSensitiveLog: (obj: TaskSet) => any;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
export interface Service {
|
|
642
|
+
|
|
643
|
+
serviceArn?: string;
|
|
644
|
+
|
|
645
|
+
serviceName?: string;
|
|
646
|
+
|
|
647
|
+
clusterArn?: string;
|
|
648
|
+
|
|
649
|
+
loadBalancers?: LoadBalancer[];
|
|
650
|
+
|
|
651
|
+
serviceRegistries?: ServiceRegistry[];
|
|
652
|
+
|
|
653
|
+
status?: string;
|
|
654
|
+
|
|
655
|
+
desiredCount?: number;
|
|
656
|
+
|
|
657
|
+
runningCount?: number;
|
|
658
|
+
|
|
659
|
+
pendingCount?: number;
|
|
660
|
+
|
|
661
|
+
launchType?: LaunchType | string;
|
|
662
|
+
|
|
663
|
+
capacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
664
|
+
|
|
665
|
+
platformVersion?: string;
|
|
666
|
+
|
|
667
|
+
platformFamily?: string;
|
|
668
|
+
|
|
669
|
+
taskDefinition?: string;
|
|
670
|
+
|
|
671
|
+
deploymentConfiguration?: DeploymentConfiguration;
|
|
672
|
+
|
|
673
|
+
taskSets?: TaskSet[];
|
|
674
|
+
|
|
675
|
+
deployments?: Deployment[];
|
|
676
|
+
|
|
677
|
+
roleArn?: string;
|
|
678
|
+
|
|
679
|
+
events?: ServiceEvent[];
|
|
680
|
+
|
|
681
|
+
createdAt?: Date;
|
|
682
|
+
|
|
683
|
+
placementConstraints?: PlacementConstraint[];
|
|
684
|
+
|
|
685
|
+
placementStrategy?: PlacementStrategy[];
|
|
686
|
+
|
|
687
|
+
networkConfiguration?: NetworkConfiguration;
|
|
688
|
+
|
|
689
|
+
healthCheckGracePeriodSeconds?: number;
|
|
690
|
+
|
|
691
|
+
schedulingStrategy?: SchedulingStrategy | string;
|
|
692
|
+
|
|
693
|
+
deploymentController?: DeploymentController;
|
|
694
|
+
|
|
695
|
+
tags?: Tag[];
|
|
696
|
+
|
|
697
|
+
createdBy?: string;
|
|
698
|
+
|
|
699
|
+
enableECSManagedTags?: boolean;
|
|
700
|
+
|
|
701
|
+
propagateTags?: PropagateTags | string;
|
|
702
|
+
|
|
703
|
+
enableExecuteCommand?: boolean;
|
|
704
|
+
}
|
|
705
|
+
export declare namespace Service {
|
|
706
|
+
|
|
707
|
+
const filterSensitiveLog: (obj: Service) => any;
|
|
708
|
+
}
|
|
709
|
+
export interface CreateServiceResponse {
|
|
710
|
+
|
|
711
|
+
service?: Service;
|
|
712
|
+
}
|
|
713
|
+
export declare namespace CreateServiceResponse {
|
|
714
|
+
|
|
715
|
+
const filterSensitiveLog: (obj: CreateServiceResponse) => any;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
export declare class PlatformTaskDefinitionIncompatibilityException extends __BaseException {
|
|
719
|
+
readonly name: "PlatformTaskDefinitionIncompatibilityException";
|
|
720
|
+
readonly $fault: "client";
|
|
721
|
+
|
|
722
|
+
constructor(opts: __ExceptionOptionType<PlatformTaskDefinitionIncompatibilityException, __BaseException>);
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
export declare class PlatformUnknownException extends __BaseException {
|
|
726
|
+
readonly name: "PlatformUnknownException";
|
|
727
|
+
readonly $fault: "client";
|
|
728
|
+
|
|
729
|
+
constructor(opts: __ExceptionOptionType<PlatformUnknownException, __BaseException>);
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
export declare class UnsupportedFeatureException extends __BaseException {
|
|
733
|
+
readonly name: "UnsupportedFeatureException";
|
|
734
|
+
readonly $fault: "client";
|
|
735
|
+
|
|
736
|
+
constructor(opts: __ExceptionOptionType<UnsupportedFeatureException, __BaseException>);
|
|
737
|
+
}
|
|
738
|
+
export interface CreateTaskSetRequest {
|
|
739
|
+
|
|
740
|
+
service: string | undefined;
|
|
741
|
+
|
|
742
|
+
cluster: string | undefined;
|
|
743
|
+
|
|
744
|
+
externalId?: string;
|
|
745
|
+
|
|
746
|
+
taskDefinition: string | undefined;
|
|
747
|
+
|
|
748
|
+
networkConfiguration?: NetworkConfiguration;
|
|
749
|
+
|
|
750
|
+
loadBalancers?: LoadBalancer[];
|
|
751
|
+
|
|
752
|
+
serviceRegistries?: ServiceRegistry[];
|
|
753
|
+
|
|
754
|
+
launchType?: LaunchType | string;
|
|
755
|
+
|
|
756
|
+
capacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
757
|
+
|
|
758
|
+
platformVersion?: string;
|
|
759
|
+
|
|
760
|
+
scale?: Scale;
|
|
761
|
+
|
|
762
|
+
clientToken?: string;
|
|
763
|
+
|
|
764
|
+
tags?: Tag[];
|
|
765
|
+
}
|
|
766
|
+
export declare namespace CreateTaskSetRequest {
|
|
767
|
+
|
|
768
|
+
const filterSensitiveLog: (obj: CreateTaskSetRequest) => any;
|
|
769
|
+
}
|
|
770
|
+
export interface CreateTaskSetResponse {
|
|
771
|
+
|
|
772
|
+
taskSet?: TaskSet;
|
|
773
|
+
}
|
|
774
|
+
export declare namespace CreateTaskSetResponse {
|
|
775
|
+
|
|
776
|
+
const filterSensitiveLog: (obj: CreateTaskSetResponse) => any;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
export declare class ServiceNotActiveException extends __BaseException {
|
|
780
|
+
readonly name: "ServiceNotActiveException";
|
|
781
|
+
readonly $fault: "client";
|
|
782
|
+
|
|
783
|
+
constructor(opts: __ExceptionOptionType<ServiceNotActiveException, __BaseException>);
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
export declare class ServiceNotFoundException extends __BaseException {
|
|
787
|
+
readonly name: "ServiceNotFoundException";
|
|
788
|
+
readonly $fault: "client";
|
|
789
|
+
|
|
790
|
+
constructor(opts: __ExceptionOptionType<ServiceNotFoundException, __BaseException>);
|
|
791
|
+
}
|
|
792
|
+
export declare enum SettingName {
|
|
793
|
+
AWSVPC_TRUNKING = "awsvpcTrunking",
|
|
794
|
+
CONTAINER_INSIGHTS = "containerInsights",
|
|
795
|
+
CONTAINER_INSTANCE_LONG_ARN_FORMAT = "containerInstanceLongArnFormat",
|
|
796
|
+
SERVICE_LONG_ARN_FORMAT = "serviceLongArnFormat",
|
|
797
|
+
TASK_LONG_ARN_FORMAT = "taskLongArnFormat"
|
|
798
|
+
}
|
|
799
|
+
export interface DeleteAccountSettingRequest {
|
|
800
|
+
|
|
801
|
+
name: SettingName | string | undefined;
|
|
802
|
+
|
|
803
|
+
principalArn?: string;
|
|
804
|
+
}
|
|
805
|
+
export declare namespace DeleteAccountSettingRequest {
|
|
806
|
+
|
|
807
|
+
const filterSensitiveLog: (obj: DeleteAccountSettingRequest) => any;
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
export interface Setting {
|
|
811
|
+
|
|
812
|
+
name?: SettingName | string;
|
|
813
|
+
|
|
814
|
+
value?: string;
|
|
815
|
+
|
|
816
|
+
principalArn?: string;
|
|
817
|
+
}
|
|
818
|
+
export declare namespace Setting {
|
|
819
|
+
|
|
820
|
+
const filterSensitiveLog: (obj: Setting) => any;
|
|
821
|
+
}
|
|
822
|
+
export interface DeleteAccountSettingResponse {
|
|
823
|
+
|
|
824
|
+
setting?: Setting;
|
|
825
|
+
}
|
|
826
|
+
export declare namespace DeleteAccountSettingResponse {
|
|
827
|
+
|
|
828
|
+
const filterSensitiveLog: (obj: DeleteAccountSettingResponse) => any;
|
|
829
|
+
}
|
|
830
|
+
export declare enum TargetType {
|
|
831
|
+
CONTAINER_INSTANCE = "container-instance"
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
export interface Attribute {
|
|
835
|
+
|
|
836
|
+
name: string | undefined;
|
|
837
|
+
|
|
838
|
+
value?: string;
|
|
839
|
+
|
|
840
|
+
targetType?: TargetType | string;
|
|
841
|
+
|
|
842
|
+
targetId?: string;
|
|
843
|
+
}
|
|
844
|
+
export declare namespace Attribute {
|
|
845
|
+
|
|
846
|
+
const filterSensitiveLog: (obj: Attribute) => any;
|
|
847
|
+
}
|
|
848
|
+
export interface DeleteAttributesRequest {
|
|
849
|
+
|
|
850
|
+
cluster?: string;
|
|
851
|
+
|
|
852
|
+
attributes: Attribute[] | undefined;
|
|
853
|
+
}
|
|
854
|
+
export declare namespace DeleteAttributesRequest {
|
|
855
|
+
|
|
856
|
+
const filterSensitiveLog: (obj: DeleteAttributesRequest) => any;
|
|
857
|
+
}
|
|
858
|
+
export interface DeleteAttributesResponse {
|
|
859
|
+
|
|
860
|
+
attributes?: Attribute[];
|
|
861
|
+
}
|
|
862
|
+
export declare namespace DeleteAttributesResponse {
|
|
863
|
+
|
|
864
|
+
const filterSensitiveLog: (obj: DeleteAttributesResponse) => any;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
export declare class TargetNotFoundException extends __BaseException {
|
|
868
|
+
readonly name: "TargetNotFoundException";
|
|
869
|
+
readonly $fault: "client";
|
|
870
|
+
|
|
871
|
+
constructor(opts: __ExceptionOptionType<TargetNotFoundException, __BaseException>);
|
|
872
|
+
}
|
|
873
|
+
export interface DeleteCapacityProviderRequest {
|
|
874
|
+
|
|
875
|
+
capacityProvider: string | undefined;
|
|
876
|
+
}
|
|
877
|
+
export declare namespace DeleteCapacityProviderRequest {
|
|
878
|
+
|
|
879
|
+
const filterSensitiveLog: (obj: DeleteCapacityProviderRequest) => any;
|
|
880
|
+
}
|
|
881
|
+
export interface DeleteCapacityProviderResponse {
|
|
882
|
+
|
|
883
|
+
capacityProvider?: CapacityProvider;
|
|
884
|
+
}
|
|
885
|
+
export declare namespace DeleteCapacityProviderResponse {
|
|
886
|
+
|
|
887
|
+
const filterSensitiveLog: (obj: DeleteCapacityProviderResponse) => any;
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
export declare class ClusterContainsContainerInstancesException extends __BaseException {
|
|
891
|
+
readonly name: "ClusterContainsContainerInstancesException";
|
|
892
|
+
readonly $fault: "client";
|
|
893
|
+
|
|
894
|
+
constructor(opts: __ExceptionOptionType<ClusterContainsContainerInstancesException, __BaseException>);
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
export declare class ClusterContainsServicesException extends __BaseException {
|
|
898
|
+
readonly name: "ClusterContainsServicesException";
|
|
899
|
+
readonly $fault: "client";
|
|
900
|
+
|
|
901
|
+
constructor(opts: __ExceptionOptionType<ClusterContainsServicesException, __BaseException>);
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
export declare class ClusterContainsTasksException extends __BaseException {
|
|
905
|
+
readonly name: "ClusterContainsTasksException";
|
|
906
|
+
readonly $fault: "client";
|
|
907
|
+
|
|
908
|
+
constructor(opts: __ExceptionOptionType<ClusterContainsTasksException, __BaseException>);
|
|
909
|
+
}
|
|
910
|
+
export interface DeleteClusterRequest {
|
|
911
|
+
|
|
912
|
+
cluster: string | undefined;
|
|
913
|
+
}
|
|
914
|
+
export declare namespace DeleteClusterRequest {
|
|
915
|
+
|
|
916
|
+
const filterSensitiveLog: (obj: DeleteClusterRequest) => any;
|
|
917
|
+
}
|
|
918
|
+
export interface DeleteClusterResponse {
|
|
919
|
+
|
|
920
|
+
cluster?: Cluster;
|
|
921
|
+
}
|
|
922
|
+
export declare namespace DeleteClusterResponse {
|
|
923
|
+
|
|
924
|
+
const filterSensitiveLog: (obj: DeleteClusterResponse) => any;
|
|
925
|
+
}
|
|
926
|
+
export interface DeleteServiceRequest {
|
|
927
|
+
|
|
928
|
+
cluster?: string;
|
|
929
|
+
|
|
930
|
+
service: string | undefined;
|
|
931
|
+
|
|
932
|
+
force?: boolean;
|
|
933
|
+
}
|
|
934
|
+
export declare namespace DeleteServiceRequest {
|
|
935
|
+
|
|
936
|
+
const filterSensitiveLog: (obj: DeleteServiceRequest) => any;
|
|
937
|
+
}
|
|
938
|
+
export interface DeleteServiceResponse {
|
|
939
|
+
|
|
940
|
+
service?: Service;
|
|
941
|
+
}
|
|
942
|
+
export declare namespace DeleteServiceResponse {
|
|
943
|
+
|
|
944
|
+
const filterSensitiveLog: (obj: DeleteServiceResponse) => any;
|
|
945
|
+
}
|
|
946
|
+
export interface DeleteTaskSetRequest {
|
|
947
|
+
|
|
948
|
+
cluster: string | undefined;
|
|
949
|
+
|
|
950
|
+
service: string | undefined;
|
|
951
|
+
|
|
952
|
+
taskSet: string | undefined;
|
|
953
|
+
|
|
954
|
+
force?: boolean;
|
|
955
|
+
}
|
|
956
|
+
export declare namespace DeleteTaskSetRequest {
|
|
957
|
+
|
|
958
|
+
const filterSensitiveLog: (obj: DeleteTaskSetRequest) => any;
|
|
959
|
+
}
|
|
960
|
+
export interface DeleteTaskSetResponse {
|
|
961
|
+
|
|
962
|
+
taskSet?: TaskSet;
|
|
963
|
+
}
|
|
964
|
+
export declare namespace DeleteTaskSetResponse {
|
|
965
|
+
|
|
966
|
+
const filterSensitiveLog: (obj: DeleteTaskSetResponse) => any;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
export declare class TaskSetNotFoundException extends __BaseException {
|
|
970
|
+
readonly name: "TaskSetNotFoundException";
|
|
971
|
+
readonly $fault: "client";
|
|
972
|
+
|
|
973
|
+
constructor(opts: __ExceptionOptionType<TaskSetNotFoundException, __BaseException>);
|
|
974
|
+
}
|
|
975
|
+
export interface DeregisterContainerInstanceRequest {
|
|
976
|
+
|
|
977
|
+
cluster?: string;
|
|
978
|
+
|
|
979
|
+
containerInstance: string | undefined;
|
|
980
|
+
|
|
981
|
+
force?: boolean;
|
|
982
|
+
}
|
|
983
|
+
export declare namespace DeregisterContainerInstanceRequest {
|
|
984
|
+
|
|
985
|
+
const filterSensitiveLog: (obj: DeregisterContainerInstanceRequest) => any;
|
|
986
|
+
}
|
|
987
|
+
export declare enum InstanceHealthCheckState {
|
|
988
|
+
IMPAIRED = "IMPAIRED",
|
|
989
|
+
INITIALIZING = "INITIALIZING",
|
|
990
|
+
INSUFFICIENT_DATA = "INSUFFICIENT_DATA",
|
|
991
|
+
OK = "OK"
|
|
992
|
+
}
|
|
993
|
+
export declare enum InstanceHealthCheckType {
|
|
994
|
+
CONTAINER_RUNTIME = "CONTAINER_RUNTIME"
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
export interface InstanceHealthCheckResult {
|
|
998
|
+
|
|
999
|
+
type?: InstanceHealthCheckType | string;
|
|
1000
|
+
|
|
1001
|
+
status?: InstanceHealthCheckState | string;
|
|
1002
|
+
|
|
1003
|
+
lastUpdated?: Date;
|
|
1004
|
+
|
|
1005
|
+
lastStatusChange?: Date;
|
|
1006
|
+
}
|
|
1007
|
+
export declare namespace InstanceHealthCheckResult {
|
|
1008
|
+
|
|
1009
|
+
const filterSensitiveLog: (obj: InstanceHealthCheckResult) => any;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
export interface ContainerInstanceHealthStatus {
|
|
1013
|
+
|
|
1014
|
+
overallStatus?: InstanceHealthCheckState | string;
|
|
1015
|
+
|
|
1016
|
+
details?: InstanceHealthCheckResult[];
|
|
1017
|
+
}
|
|
1018
|
+
export declare namespace ContainerInstanceHealthStatus {
|
|
1019
|
+
|
|
1020
|
+
const filterSensitiveLog: (obj: ContainerInstanceHealthStatus) => any;
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
export interface Resource {
|
|
1024
|
+
|
|
1025
|
+
name?: string;
|
|
1026
|
+
|
|
1027
|
+
type?: string;
|
|
1028
|
+
|
|
1029
|
+
doubleValue?: number;
|
|
1030
|
+
|
|
1031
|
+
longValue?: number;
|
|
1032
|
+
|
|
1033
|
+
integerValue?: number;
|
|
1034
|
+
|
|
1035
|
+
stringSetValue?: string[];
|
|
1036
|
+
}
|
|
1037
|
+
export declare namespace Resource {
|
|
1038
|
+
|
|
1039
|
+
const filterSensitiveLog: (obj: Resource) => any;
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
export interface VersionInfo {
|
|
1043
|
+
|
|
1044
|
+
agentVersion?: string;
|
|
1045
|
+
|
|
1046
|
+
agentHash?: string;
|
|
1047
|
+
|
|
1048
|
+
dockerVersion?: string;
|
|
1049
|
+
}
|
|
1050
|
+
export declare namespace VersionInfo {
|
|
1051
|
+
|
|
1052
|
+
const filterSensitiveLog: (obj: VersionInfo) => any;
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
export interface ContainerInstance {
|
|
1056
|
+
|
|
1057
|
+
containerInstanceArn?: string;
|
|
1058
|
+
|
|
1059
|
+
ec2InstanceId?: string;
|
|
1060
|
+
|
|
1061
|
+
capacityProviderName?: string;
|
|
1062
|
+
|
|
1063
|
+
version?: number;
|
|
1064
|
+
|
|
1065
|
+
versionInfo?: VersionInfo;
|
|
1066
|
+
|
|
1067
|
+
remainingResources?: Resource[];
|
|
1068
|
+
|
|
1069
|
+
registeredResources?: Resource[];
|
|
1070
|
+
|
|
1071
|
+
status?: string;
|
|
1072
|
+
|
|
1073
|
+
statusReason?: string;
|
|
1074
|
+
|
|
1075
|
+
agentConnected?: boolean;
|
|
1076
|
+
|
|
1077
|
+
runningTasksCount?: number;
|
|
1078
|
+
|
|
1079
|
+
pendingTasksCount?: number;
|
|
1080
|
+
|
|
1081
|
+
agentUpdateStatus?: AgentUpdateStatus | string;
|
|
1082
|
+
|
|
1083
|
+
attributes?: Attribute[];
|
|
1084
|
+
|
|
1085
|
+
registeredAt?: Date;
|
|
1086
|
+
|
|
1087
|
+
attachments?: Attachment[];
|
|
1088
|
+
|
|
1089
|
+
tags?: Tag[];
|
|
1090
|
+
|
|
1091
|
+
healthStatus?: ContainerInstanceHealthStatus;
|
|
1092
|
+
}
|
|
1093
|
+
export declare namespace ContainerInstance {
|
|
1094
|
+
|
|
1095
|
+
const filterSensitiveLog: (obj: ContainerInstance) => any;
|
|
1096
|
+
}
|
|
1097
|
+
export interface DeregisterContainerInstanceResponse {
|
|
1098
|
+
|
|
1099
|
+
containerInstance?: ContainerInstance;
|
|
1100
|
+
}
|
|
1101
|
+
export declare namespace DeregisterContainerInstanceResponse {
|
|
1102
|
+
|
|
1103
|
+
const filterSensitiveLog: (obj: DeregisterContainerInstanceResponse) => any;
|
|
1104
|
+
}
|
|
1105
|
+
export interface DeregisterTaskDefinitionRequest {
|
|
1106
|
+
|
|
1107
|
+
taskDefinition: string | undefined;
|
|
1108
|
+
}
|
|
1109
|
+
export declare namespace DeregisterTaskDefinitionRequest {
|
|
1110
|
+
|
|
1111
|
+
const filterSensitiveLog: (obj: DeregisterTaskDefinitionRequest) => any;
|
|
1112
|
+
}
|
|
1113
|
+
export declare enum Compatibility {
|
|
1114
|
+
EC2 = "EC2",
|
|
1115
|
+
EXTERNAL = "EXTERNAL",
|
|
1116
|
+
FARGATE = "FARGATE"
|
|
1117
|
+
}
|
|
1118
|
+
export declare enum ContainerCondition {
|
|
1119
|
+
COMPLETE = "COMPLETE",
|
|
1120
|
+
HEALTHY = "HEALTHY",
|
|
1121
|
+
START = "START",
|
|
1122
|
+
SUCCESS = "SUCCESS"
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
export interface ContainerDependency {
|
|
1126
|
+
|
|
1127
|
+
containerName: string | undefined;
|
|
1128
|
+
|
|
1129
|
+
condition: ContainerCondition | string | undefined;
|
|
1130
|
+
}
|
|
1131
|
+
export declare namespace ContainerDependency {
|
|
1132
|
+
|
|
1133
|
+
const filterSensitiveLog: (obj: ContainerDependency) => any;
|
|
1134
|
+
}
|
|
1135
|
+
export declare enum EnvironmentFileType {
|
|
1136
|
+
S3 = "s3"
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
export interface EnvironmentFile {
|
|
1140
|
+
|
|
1141
|
+
value: string | undefined;
|
|
1142
|
+
|
|
1143
|
+
type: EnvironmentFileType | string | undefined;
|
|
1144
|
+
}
|
|
1145
|
+
export declare namespace EnvironmentFile {
|
|
1146
|
+
|
|
1147
|
+
const filterSensitiveLog: (obj: EnvironmentFile) => any;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
export interface HostEntry {
|
|
1151
|
+
|
|
1152
|
+
hostname: string | undefined;
|
|
1153
|
+
|
|
1154
|
+
ipAddress: string | undefined;
|
|
1155
|
+
}
|
|
1156
|
+
export declare namespace HostEntry {
|
|
1157
|
+
|
|
1158
|
+
const filterSensitiveLog: (obj: HostEntry) => any;
|
|
1159
|
+
}
|
|
1160
|
+
export declare enum FirelensConfigurationType {
|
|
1161
|
+
FLUENTBIT = "fluentbit",
|
|
1162
|
+
FLUENTD = "fluentd"
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
export interface FirelensConfiguration {
|
|
1166
|
+
|
|
1167
|
+
type: FirelensConfigurationType | string | undefined;
|
|
1168
|
+
|
|
1169
|
+
options?: {
|
|
1170
|
+
[key: string]: string;
|
|
1171
|
+
};
|
|
1172
|
+
}
|
|
1173
|
+
export declare namespace FirelensConfiguration {
|
|
1174
|
+
|
|
1175
|
+
const filterSensitiveLog: (obj: FirelensConfiguration) => any;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
export interface HealthCheck {
|
|
1179
|
+
|
|
1180
|
+
command: string[] | undefined;
|
|
1181
|
+
|
|
1182
|
+
interval?: number;
|
|
1183
|
+
|
|
1184
|
+
timeout?: number;
|
|
1185
|
+
|
|
1186
|
+
retries?: number;
|
|
1187
|
+
|
|
1188
|
+
startPeriod?: number;
|
|
1189
|
+
}
|
|
1190
|
+
export declare namespace HealthCheck {
|
|
1191
|
+
|
|
1192
|
+
const filterSensitiveLog: (obj: HealthCheck) => any;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
export interface KernelCapabilities {
|
|
1196
|
+
|
|
1197
|
+
add?: string[];
|
|
1198
|
+
|
|
1199
|
+
drop?: string[];
|
|
1200
|
+
}
|
|
1201
|
+
export declare namespace KernelCapabilities {
|
|
1202
|
+
|
|
1203
|
+
const filterSensitiveLog: (obj: KernelCapabilities) => any;
|
|
1204
|
+
}
|
|
1205
|
+
export declare enum DeviceCgroupPermission {
|
|
1206
|
+
MKNOD = "mknod",
|
|
1207
|
+
READ = "read",
|
|
1208
|
+
WRITE = "write"
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
export interface Device {
|
|
1212
|
+
|
|
1213
|
+
hostPath: string | undefined;
|
|
1214
|
+
|
|
1215
|
+
containerPath?: string;
|
|
1216
|
+
|
|
1217
|
+
permissions?: (DeviceCgroupPermission | string)[];
|
|
1218
|
+
}
|
|
1219
|
+
export declare namespace Device {
|
|
1220
|
+
|
|
1221
|
+
const filterSensitiveLog: (obj: Device) => any;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
export interface Tmpfs {
|
|
1225
|
+
|
|
1226
|
+
containerPath: string | undefined;
|
|
1227
|
+
|
|
1228
|
+
size: number | undefined;
|
|
1229
|
+
|
|
1230
|
+
mountOptions?: string[];
|
|
1231
|
+
}
|
|
1232
|
+
export declare namespace Tmpfs {
|
|
1233
|
+
|
|
1234
|
+
const filterSensitiveLog: (obj: Tmpfs) => any;
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
export interface LinuxParameters {
|
|
1238
|
+
|
|
1239
|
+
capabilities?: KernelCapabilities;
|
|
1240
|
+
|
|
1241
|
+
devices?: Device[];
|
|
1242
|
+
|
|
1243
|
+
initProcessEnabled?: boolean;
|
|
1244
|
+
|
|
1245
|
+
sharedMemorySize?: number;
|
|
1246
|
+
|
|
1247
|
+
tmpfs?: Tmpfs[];
|
|
1248
|
+
|
|
1249
|
+
maxSwap?: number;
|
|
1250
|
+
|
|
1251
|
+
swappiness?: number;
|
|
1252
|
+
}
|
|
1253
|
+
export declare namespace LinuxParameters {
|
|
1254
|
+
|
|
1255
|
+
const filterSensitiveLog: (obj: LinuxParameters) => any;
|
|
1256
|
+
}
|
|
1257
|
+
export declare enum LogDriver {
|
|
1258
|
+
AWSFIRELENS = "awsfirelens",
|
|
1259
|
+
AWSLOGS = "awslogs",
|
|
1260
|
+
FLUENTD = "fluentd",
|
|
1261
|
+
GELF = "gelf",
|
|
1262
|
+
JOURNALD = "journald",
|
|
1263
|
+
JSON_FILE = "json-file",
|
|
1264
|
+
SPLUNK = "splunk",
|
|
1265
|
+
SYSLOG = "syslog"
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
export interface Secret {
|
|
1269
|
+
|
|
1270
|
+
name: string | undefined;
|
|
1271
|
+
|
|
1272
|
+
valueFrom: string | undefined;
|
|
1273
|
+
}
|
|
1274
|
+
export declare namespace Secret {
|
|
1275
|
+
|
|
1276
|
+
const filterSensitiveLog: (obj: Secret) => any;
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
export interface LogConfiguration {
|
|
1280
|
+
|
|
1281
|
+
logDriver: LogDriver | string | undefined;
|
|
1282
|
+
|
|
1283
|
+
options?: {
|
|
1284
|
+
[key: string]: string;
|
|
1285
|
+
};
|
|
1286
|
+
|
|
1287
|
+
secretOptions?: Secret[];
|
|
1288
|
+
}
|
|
1289
|
+
export declare namespace LogConfiguration {
|
|
1290
|
+
|
|
1291
|
+
const filterSensitiveLog: (obj: LogConfiguration) => any;
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
export interface MountPoint {
|
|
1295
|
+
|
|
1296
|
+
sourceVolume?: string;
|
|
1297
|
+
|
|
1298
|
+
containerPath?: string;
|
|
1299
|
+
|
|
1300
|
+
readOnly?: boolean;
|
|
1301
|
+
}
|
|
1302
|
+
export declare namespace MountPoint {
|
|
1303
|
+
|
|
1304
|
+
const filterSensitiveLog: (obj: MountPoint) => any;
|
|
1305
|
+
}
|
|
1306
|
+
export declare enum TransportProtocol {
|
|
1307
|
+
TCP = "tcp",
|
|
1308
|
+
UDP = "udp"
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
export interface PortMapping {
|
|
1312
|
+
|
|
1313
|
+
containerPort?: number;
|
|
1314
|
+
|
|
1315
|
+
hostPort?: number;
|
|
1316
|
+
|
|
1317
|
+
protocol?: TransportProtocol | string;
|
|
1318
|
+
}
|
|
1319
|
+
export declare namespace PortMapping {
|
|
1320
|
+
|
|
1321
|
+
const filterSensitiveLog: (obj: PortMapping) => any;
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
export interface RepositoryCredentials {
|
|
1325
|
+
|
|
1326
|
+
credentialsParameter: string | undefined;
|
|
1327
|
+
}
|
|
1328
|
+
export declare namespace RepositoryCredentials {
|
|
1329
|
+
|
|
1330
|
+
const filterSensitiveLog: (obj: RepositoryCredentials) => any;
|
|
1331
|
+
}
|
|
1332
|
+
export declare enum ResourceType {
|
|
1333
|
+
GPU = "GPU",
|
|
1334
|
+
INFERENCE_ACCELERATOR = "InferenceAccelerator"
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1337
|
+
export interface ResourceRequirement {
|
|
1338
|
+
|
|
1339
|
+
value: string | undefined;
|
|
1340
|
+
|
|
1341
|
+
type: ResourceType | string | undefined;
|
|
1342
|
+
}
|
|
1343
|
+
export declare namespace ResourceRequirement {
|
|
1344
|
+
|
|
1345
|
+
const filterSensitiveLog: (obj: ResourceRequirement) => any;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
export interface SystemControl {
|
|
1349
|
+
|
|
1350
|
+
namespace?: string;
|
|
1351
|
+
|
|
1352
|
+
value?: string;
|
|
1353
|
+
}
|
|
1354
|
+
export declare namespace SystemControl {
|
|
1355
|
+
|
|
1356
|
+
const filterSensitiveLog: (obj: SystemControl) => any;
|
|
1357
|
+
}
|
|
1358
|
+
export declare enum UlimitName {
|
|
1359
|
+
CORE = "core",
|
|
1360
|
+
CPU = "cpu",
|
|
1361
|
+
DATA = "data",
|
|
1362
|
+
FSIZE = "fsize",
|
|
1363
|
+
LOCKS = "locks",
|
|
1364
|
+
MEMLOCK = "memlock",
|
|
1365
|
+
MSGQUEUE = "msgqueue",
|
|
1366
|
+
NICE = "nice",
|
|
1367
|
+
NOFILE = "nofile",
|
|
1368
|
+
NPROC = "nproc",
|
|
1369
|
+
RSS = "rss",
|
|
1370
|
+
RTPRIO = "rtprio",
|
|
1371
|
+
RTTIME = "rttime",
|
|
1372
|
+
SIGPENDING = "sigpending",
|
|
1373
|
+
STACK = "stack"
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
export interface Ulimit {
|
|
1377
|
+
|
|
1378
|
+
name: UlimitName | string | undefined;
|
|
1379
|
+
|
|
1380
|
+
softLimit: number | undefined;
|
|
1381
|
+
|
|
1382
|
+
hardLimit: number | undefined;
|
|
1383
|
+
}
|
|
1384
|
+
export declare namespace Ulimit {
|
|
1385
|
+
|
|
1386
|
+
const filterSensitiveLog: (obj: Ulimit) => any;
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
export interface VolumeFrom {
|
|
1390
|
+
|
|
1391
|
+
sourceContainer?: string;
|
|
1392
|
+
|
|
1393
|
+
readOnly?: boolean;
|
|
1394
|
+
}
|
|
1395
|
+
export declare namespace VolumeFrom {
|
|
1396
|
+
|
|
1397
|
+
const filterSensitiveLog: (obj: VolumeFrom) => any;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
export interface ContainerDefinition {
|
|
1401
|
+
|
|
1402
|
+
name?: string;
|
|
1403
|
+
|
|
1404
|
+
image?: string;
|
|
1405
|
+
|
|
1406
|
+
repositoryCredentials?: RepositoryCredentials;
|
|
1407
|
+
|
|
1408
|
+
cpu?: number;
|
|
1409
|
+
|
|
1410
|
+
memory?: number;
|
|
1411
|
+
|
|
1412
|
+
memoryReservation?: number;
|
|
1413
|
+
|
|
1414
|
+
links?: string[];
|
|
1415
|
+
|
|
1416
|
+
portMappings?: PortMapping[];
|
|
1417
|
+
|
|
1418
|
+
essential?: boolean;
|
|
1419
|
+
|
|
1420
|
+
entryPoint?: string[];
|
|
1421
|
+
|
|
1422
|
+
command?: string[];
|
|
1423
|
+
|
|
1424
|
+
environment?: KeyValuePair[];
|
|
1425
|
+
|
|
1426
|
+
environmentFiles?: EnvironmentFile[];
|
|
1427
|
+
|
|
1428
|
+
mountPoints?: MountPoint[];
|
|
1429
|
+
|
|
1430
|
+
volumesFrom?: VolumeFrom[];
|
|
1431
|
+
|
|
1432
|
+
linuxParameters?: LinuxParameters;
|
|
1433
|
+
|
|
1434
|
+
secrets?: Secret[];
|
|
1435
|
+
|
|
1436
|
+
dependsOn?: ContainerDependency[];
|
|
1437
|
+
|
|
1438
|
+
startTimeout?: number;
|
|
1439
|
+
|
|
1440
|
+
stopTimeout?: number;
|
|
1441
|
+
|
|
1442
|
+
hostname?: string;
|
|
1443
|
+
|
|
1444
|
+
user?: string;
|
|
1445
|
+
|
|
1446
|
+
workingDirectory?: string;
|
|
1447
|
+
|
|
1448
|
+
disableNetworking?: boolean;
|
|
1449
|
+
|
|
1450
|
+
privileged?: boolean;
|
|
1451
|
+
|
|
1452
|
+
readonlyRootFilesystem?: boolean;
|
|
1453
|
+
|
|
1454
|
+
dnsServers?: string[];
|
|
1455
|
+
|
|
1456
|
+
dnsSearchDomains?: string[];
|
|
1457
|
+
|
|
1458
|
+
extraHosts?: HostEntry[];
|
|
1459
|
+
|
|
1460
|
+
dockerSecurityOptions?: string[];
|
|
1461
|
+
|
|
1462
|
+
interactive?: boolean;
|
|
1463
|
+
|
|
1464
|
+
pseudoTerminal?: boolean;
|
|
1465
|
+
|
|
1466
|
+
dockerLabels?: {
|
|
1467
|
+
[key: string]: string;
|
|
1468
|
+
};
|
|
1469
|
+
|
|
1470
|
+
ulimits?: Ulimit[];
|
|
1471
|
+
|
|
1472
|
+
logConfiguration?: LogConfiguration;
|
|
1473
|
+
|
|
1474
|
+
healthCheck?: HealthCheck;
|
|
1475
|
+
|
|
1476
|
+
systemControls?: SystemControl[];
|
|
1477
|
+
|
|
1478
|
+
resourceRequirements?: ResourceRequirement[];
|
|
1479
|
+
|
|
1480
|
+
firelensConfiguration?: FirelensConfiguration;
|
|
1481
|
+
}
|
|
1482
|
+
export declare namespace ContainerDefinition {
|
|
1483
|
+
|
|
1484
|
+
const filterSensitiveLog: (obj: ContainerDefinition) => any;
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
export interface EphemeralStorage {
|
|
1488
|
+
|
|
1489
|
+
sizeInGiB: number | undefined;
|
|
1490
|
+
}
|
|
1491
|
+
export declare namespace EphemeralStorage {
|
|
1492
|
+
|
|
1493
|
+
const filterSensitiveLog: (obj: EphemeralStorage) => any;
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
export interface InferenceAccelerator {
|
|
1497
|
+
|
|
1498
|
+
deviceName: string | undefined;
|
|
1499
|
+
|
|
1500
|
+
deviceType: string | undefined;
|
|
1501
|
+
}
|
|
1502
|
+
export declare namespace InferenceAccelerator {
|
|
1503
|
+
|
|
1504
|
+
const filterSensitiveLog: (obj: InferenceAccelerator) => any;
|
|
1505
|
+
}
|
|
1506
|
+
export declare enum IpcMode {
|
|
1507
|
+
HOST = "host",
|
|
1508
|
+
NONE = "none",
|
|
1509
|
+
TASK = "task"
|
|
1510
|
+
}
|
|
1511
|
+
export declare enum NetworkMode {
|
|
1512
|
+
AWSVPC = "awsvpc",
|
|
1513
|
+
BRIDGE = "bridge",
|
|
1514
|
+
HOST = "host",
|
|
1515
|
+
NONE = "none"
|
|
1516
|
+
}
|
|
1517
|
+
export declare enum PidMode {
|
|
1518
|
+
HOST = "host",
|
|
1519
|
+
TASK = "task"
|
|
1520
|
+
}
|
|
1521
|
+
export declare enum TaskDefinitionPlacementConstraintType {
|
|
1522
|
+
MEMBER_OF = "memberOf"
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
export interface TaskDefinitionPlacementConstraint {
|
|
1526
|
+
|
|
1527
|
+
type?: TaskDefinitionPlacementConstraintType | string;
|
|
1528
|
+
|
|
1529
|
+
expression?: string;
|
|
1530
|
+
}
|
|
1531
|
+
export declare namespace TaskDefinitionPlacementConstraint {
|
|
1532
|
+
|
|
1533
|
+
const filterSensitiveLog: (obj: TaskDefinitionPlacementConstraint) => any;
|
|
1534
|
+
}
|
|
1535
|
+
export declare enum ProxyConfigurationType {
|
|
1536
|
+
APPMESH = "APPMESH"
|
|
1537
|
+
}
|
|
1538
|
+
|
|
1539
|
+
export interface ProxyConfiguration {
|
|
1540
|
+
|
|
1541
|
+
type?: ProxyConfigurationType | string;
|
|
1542
|
+
|
|
1543
|
+
containerName: string | undefined;
|
|
1544
|
+
|
|
1545
|
+
properties?: KeyValuePair[];
|
|
1546
|
+
}
|
|
1547
|
+
export declare namespace ProxyConfiguration {
|
|
1548
|
+
|
|
1549
|
+
const filterSensitiveLog: (obj: ProxyConfiguration) => any;
|
|
1550
|
+
}
|
|
1551
|
+
export declare enum CPUArchitecture {
|
|
1552
|
+
ARM64 = "ARM64",
|
|
1553
|
+
X86_64 = "X86_64"
|
|
1554
|
+
}
|
|
1555
|
+
export declare enum OSFamily {
|
|
1556
|
+
LINUX = "LINUX",
|
|
1557
|
+
WINDOWS_SERVER_2004_CORE = "WINDOWS_SERVER_2004_CORE",
|
|
1558
|
+
WINDOWS_SERVER_2016_FULL = "WINDOWS_SERVER_2016_FULL",
|
|
1559
|
+
WINDOWS_SERVER_2019_CORE = "WINDOWS_SERVER_2019_CORE",
|
|
1560
|
+
WINDOWS_SERVER_2019_FULL = "WINDOWS_SERVER_2019_FULL",
|
|
1561
|
+
WINDOWS_SERVER_2022_CORE = "WINDOWS_SERVER_2022_CORE",
|
|
1562
|
+
WINDOWS_SERVER_2022_FULL = "WINDOWS_SERVER_2022_FULL",
|
|
1563
|
+
WINDOWS_SERVER_20H2_CORE = "WINDOWS_SERVER_20H2_CORE"
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
export interface RuntimePlatform {
|
|
1567
|
+
|
|
1568
|
+
cpuArchitecture?: CPUArchitecture | string;
|
|
1569
|
+
|
|
1570
|
+
operatingSystemFamily?: OSFamily | string;
|
|
1571
|
+
}
|
|
1572
|
+
export declare namespace RuntimePlatform {
|
|
1573
|
+
|
|
1574
|
+
const filterSensitiveLog: (obj: RuntimePlatform) => any;
|
|
1575
|
+
}
|
|
1576
|
+
export declare enum TaskDefinitionStatus {
|
|
1577
|
+
ACTIVE = "ACTIVE",
|
|
1578
|
+
INACTIVE = "INACTIVE"
|
|
1579
|
+
}
|
|
1580
|
+
export declare enum Scope {
|
|
1581
|
+
SHARED = "shared",
|
|
1582
|
+
TASK = "task"
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
export interface DockerVolumeConfiguration {
|
|
1586
|
+
|
|
1587
|
+
scope?: Scope | string;
|
|
1588
|
+
|
|
1589
|
+
autoprovision?: boolean;
|
|
1590
|
+
|
|
1591
|
+
driver?: string;
|
|
1592
|
+
|
|
1593
|
+
driverOpts?: {
|
|
1594
|
+
[key: string]: string;
|
|
1595
|
+
};
|
|
1596
|
+
|
|
1597
|
+
labels?: {
|
|
1598
|
+
[key: string]: string;
|
|
1599
|
+
};
|
|
1600
|
+
}
|
|
1601
|
+
export declare namespace DockerVolumeConfiguration {
|
|
1602
|
+
|
|
1603
|
+
const filterSensitiveLog: (obj: DockerVolumeConfiguration) => any;
|
|
1604
|
+
}
|
|
1605
|
+
export declare enum EFSAuthorizationConfigIAM {
|
|
1606
|
+
DISABLED = "DISABLED",
|
|
1607
|
+
ENABLED = "ENABLED"
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
export interface EFSAuthorizationConfig {
|
|
1611
|
+
|
|
1612
|
+
accessPointId?: string;
|
|
1613
|
+
|
|
1614
|
+
iam?: EFSAuthorizationConfigIAM | string;
|
|
1615
|
+
}
|
|
1616
|
+
export declare namespace EFSAuthorizationConfig {
|
|
1617
|
+
|
|
1618
|
+
const filterSensitiveLog: (obj: EFSAuthorizationConfig) => any;
|
|
1619
|
+
}
|
|
1620
|
+
export declare enum EFSTransitEncryption {
|
|
1621
|
+
DISABLED = "DISABLED",
|
|
1622
|
+
ENABLED = "ENABLED"
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1625
|
+
export interface EFSVolumeConfiguration {
|
|
1626
|
+
|
|
1627
|
+
fileSystemId: string | undefined;
|
|
1628
|
+
|
|
1629
|
+
rootDirectory?: string;
|
|
1630
|
+
|
|
1631
|
+
transitEncryption?: EFSTransitEncryption | string;
|
|
1632
|
+
|
|
1633
|
+
transitEncryptionPort?: number;
|
|
1634
|
+
|
|
1635
|
+
authorizationConfig?: EFSAuthorizationConfig;
|
|
1636
|
+
}
|
|
1637
|
+
export declare namespace EFSVolumeConfiguration {
|
|
1638
|
+
|
|
1639
|
+
const filterSensitiveLog: (obj: EFSVolumeConfiguration) => any;
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1642
|
+
export interface FSxWindowsFileServerAuthorizationConfig {
|
|
1643
|
+
|
|
1644
|
+
credentialsParameter: string | undefined;
|
|
1645
|
+
|
|
1646
|
+
domain: string | undefined;
|
|
1647
|
+
}
|
|
1648
|
+
export declare namespace FSxWindowsFileServerAuthorizationConfig {
|
|
1649
|
+
|
|
1650
|
+
const filterSensitiveLog: (obj: FSxWindowsFileServerAuthorizationConfig) => any;
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
export interface FSxWindowsFileServerVolumeConfiguration {
|
|
1654
|
+
|
|
1655
|
+
fileSystemId: string | undefined;
|
|
1656
|
+
|
|
1657
|
+
rootDirectory: string | undefined;
|
|
1658
|
+
|
|
1659
|
+
authorizationConfig: FSxWindowsFileServerAuthorizationConfig | undefined;
|
|
1660
|
+
}
|
|
1661
|
+
export declare namespace FSxWindowsFileServerVolumeConfiguration {
|
|
1662
|
+
|
|
1663
|
+
const filterSensitiveLog: (obj: FSxWindowsFileServerVolumeConfiguration) => any;
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
export interface HostVolumeProperties {
|
|
1667
|
+
|
|
1668
|
+
sourcePath?: string;
|
|
1669
|
+
}
|
|
1670
|
+
export declare namespace HostVolumeProperties {
|
|
1671
|
+
|
|
1672
|
+
const filterSensitiveLog: (obj: HostVolumeProperties) => any;
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
export interface Volume {
|
|
1676
|
+
|
|
1677
|
+
name?: string;
|
|
1678
|
+
|
|
1679
|
+
host?: HostVolumeProperties;
|
|
1680
|
+
|
|
1681
|
+
dockerVolumeConfiguration?: DockerVolumeConfiguration;
|
|
1682
|
+
|
|
1683
|
+
efsVolumeConfiguration?: EFSVolumeConfiguration;
|
|
1684
|
+
|
|
1685
|
+
fsxWindowsFileServerVolumeConfiguration?: FSxWindowsFileServerVolumeConfiguration;
|
|
1686
|
+
}
|
|
1687
|
+
export declare namespace Volume {
|
|
1688
|
+
|
|
1689
|
+
const filterSensitiveLog: (obj: Volume) => any;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
export interface TaskDefinition {
|
|
1693
|
+
|
|
1694
|
+
taskDefinitionArn?: string;
|
|
1695
|
+
|
|
1696
|
+
containerDefinitions?: ContainerDefinition[];
|
|
1697
|
+
|
|
1698
|
+
family?: string;
|
|
1699
|
+
|
|
1700
|
+
taskRoleArn?: string;
|
|
1701
|
+
|
|
1702
|
+
executionRoleArn?: string;
|
|
1703
|
+
|
|
1704
|
+
networkMode?: NetworkMode | string;
|
|
1705
|
+
|
|
1706
|
+
revision?: number;
|
|
1707
|
+
|
|
1708
|
+
volumes?: Volume[];
|
|
1709
|
+
|
|
1710
|
+
status?: TaskDefinitionStatus | string;
|
|
1711
|
+
|
|
1712
|
+
requiresAttributes?: Attribute[];
|
|
1713
|
+
|
|
1714
|
+
placementConstraints?: TaskDefinitionPlacementConstraint[];
|
|
1715
|
+
|
|
1716
|
+
compatibilities?: (Compatibility | string)[];
|
|
1717
|
+
|
|
1718
|
+
runtimePlatform?: RuntimePlatform;
|
|
1719
|
+
|
|
1720
|
+
requiresCompatibilities?: (Compatibility | string)[];
|
|
1721
|
+
|
|
1722
|
+
cpu?: string;
|
|
1723
|
+
|
|
1724
|
+
memory?: string;
|
|
1725
|
+
|
|
1726
|
+
inferenceAccelerators?: InferenceAccelerator[];
|
|
1727
|
+
|
|
1728
|
+
pidMode?: PidMode | string;
|
|
1729
|
+
|
|
1730
|
+
ipcMode?: IpcMode | string;
|
|
1731
|
+
|
|
1732
|
+
proxyConfiguration?: ProxyConfiguration;
|
|
1733
|
+
|
|
1734
|
+
registeredAt?: Date;
|
|
1735
|
+
|
|
1736
|
+
deregisteredAt?: Date;
|
|
1737
|
+
|
|
1738
|
+
registeredBy?: string;
|
|
1739
|
+
|
|
1740
|
+
ephemeralStorage?: EphemeralStorage;
|
|
1741
|
+
}
|
|
1742
|
+
export declare namespace TaskDefinition {
|
|
1743
|
+
|
|
1744
|
+
const filterSensitiveLog: (obj: TaskDefinition) => any;
|
|
1745
|
+
}
|
|
1746
|
+
export interface DeregisterTaskDefinitionResponse {
|
|
1747
|
+
|
|
1748
|
+
taskDefinition?: TaskDefinition;
|
|
1749
|
+
}
|
|
1750
|
+
export declare namespace DeregisterTaskDefinitionResponse {
|
|
1751
|
+
|
|
1752
|
+
const filterSensitiveLog: (obj: DeregisterTaskDefinitionResponse) => any;
|
|
1753
|
+
}
|
|
1754
|
+
export declare enum CapacityProviderField {
|
|
1755
|
+
TAGS = "TAGS"
|
|
1756
|
+
}
|
|
1757
|
+
export interface DescribeCapacityProvidersRequest {
|
|
1758
|
+
|
|
1759
|
+
capacityProviders?: string[];
|
|
1760
|
+
|
|
1761
|
+
include?: (CapacityProviderField | string)[];
|
|
1762
|
+
|
|
1763
|
+
maxResults?: number;
|
|
1764
|
+
|
|
1765
|
+
nextToken?: string;
|
|
1766
|
+
}
|
|
1767
|
+
export declare namespace DescribeCapacityProvidersRequest {
|
|
1768
|
+
|
|
1769
|
+
const filterSensitiveLog: (obj: DescribeCapacityProvidersRequest) => any;
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
export interface Failure {
|
|
1773
|
+
|
|
1774
|
+
arn?: string;
|
|
1775
|
+
|
|
1776
|
+
reason?: string;
|
|
1777
|
+
|
|
1778
|
+
detail?: string;
|
|
1779
|
+
}
|
|
1780
|
+
export declare namespace Failure {
|
|
1781
|
+
|
|
1782
|
+
const filterSensitiveLog: (obj: Failure) => any;
|
|
1783
|
+
}
|
|
1784
|
+
export interface DescribeCapacityProvidersResponse {
|
|
1785
|
+
|
|
1786
|
+
capacityProviders?: CapacityProvider[];
|
|
1787
|
+
|
|
1788
|
+
failures?: Failure[];
|
|
1789
|
+
|
|
1790
|
+
nextToken?: string;
|
|
1791
|
+
}
|
|
1792
|
+
export declare namespace DescribeCapacityProvidersResponse {
|
|
1793
|
+
|
|
1794
|
+
const filterSensitiveLog: (obj: DescribeCapacityProvidersResponse) => any;
|
|
1795
|
+
}
|
|
1796
|
+
export declare enum ClusterField {
|
|
1797
|
+
ATTACHMENTS = "ATTACHMENTS",
|
|
1798
|
+
CONFIGURATIONS = "CONFIGURATIONS",
|
|
1799
|
+
SETTINGS = "SETTINGS",
|
|
1800
|
+
STATISTICS = "STATISTICS",
|
|
1801
|
+
TAGS = "TAGS"
|
|
1802
|
+
}
|
|
1803
|
+
export interface DescribeClustersRequest {
|
|
1804
|
+
|
|
1805
|
+
clusters?: string[];
|
|
1806
|
+
|
|
1807
|
+
include?: (ClusterField | string)[];
|
|
1808
|
+
}
|
|
1809
|
+
export declare namespace DescribeClustersRequest {
|
|
1810
|
+
|
|
1811
|
+
const filterSensitiveLog: (obj: DescribeClustersRequest) => any;
|
|
1812
|
+
}
|
|
1813
|
+
export interface DescribeClustersResponse {
|
|
1814
|
+
|
|
1815
|
+
clusters?: Cluster[];
|
|
1816
|
+
|
|
1817
|
+
failures?: Failure[];
|
|
1818
|
+
}
|
|
1819
|
+
export declare namespace DescribeClustersResponse {
|
|
1820
|
+
|
|
1821
|
+
const filterSensitiveLog: (obj: DescribeClustersResponse) => any;
|
|
1822
|
+
}
|
|
1823
|
+
export declare enum ContainerInstanceField {
|
|
1824
|
+
CONTAINER_INSTANCE_HEALTH = "CONTAINER_INSTANCE_HEALTH",
|
|
1825
|
+
TAGS = "TAGS"
|
|
1826
|
+
}
|
|
1827
|
+
export interface DescribeContainerInstancesRequest {
|
|
1828
|
+
|
|
1829
|
+
cluster?: string;
|
|
1830
|
+
|
|
1831
|
+
containerInstances: string[] | undefined;
|
|
1832
|
+
|
|
1833
|
+
include?: (ContainerInstanceField | string)[];
|
|
1834
|
+
}
|
|
1835
|
+
export declare namespace DescribeContainerInstancesRequest {
|
|
1836
|
+
|
|
1837
|
+
const filterSensitiveLog: (obj: DescribeContainerInstancesRequest) => any;
|
|
1838
|
+
}
|
|
1839
|
+
export interface DescribeContainerInstancesResponse {
|
|
1840
|
+
|
|
1841
|
+
containerInstances?: ContainerInstance[];
|
|
1842
|
+
|
|
1843
|
+
failures?: Failure[];
|
|
1844
|
+
}
|
|
1845
|
+
export declare namespace DescribeContainerInstancesResponse {
|
|
1846
|
+
|
|
1847
|
+
const filterSensitiveLog: (obj: DescribeContainerInstancesResponse) => any;
|
|
1848
|
+
}
|
|
1849
|
+
export declare enum ServiceField {
|
|
1850
|
+
TAGS = "TAGS"
|
|
1851
|
+
}
|
|
1852
|
+
export interface DescribeServicesRequest {
|
|
1853
|
+
|
|
1854
|
+
cluster?: string;
|
|
1855
|
+
|
|
1856
|
+
services: string[] | undefined;
|
|
1857
|
+
|
|
1858
|
+
include?: (ServiceField | string)[];
|
|
1859
|
+
}
|
|
1860
|
+
export declare namespace DescribeServicesRequest {
|
|
1861
|
+
|
|
1862
|
+
const filterSensitiveLog: (obj: DescribeServicesRequest) => any;
|
|
1863
|
+
}
|
|
1864
|
+
export interface DescribeServicesResponse {
|
|
1865
|
+
|
|
1866
|
+
services?: Service[];
|
|
1867
|
+
|
|
1868
|
+
failures?: Failure[];
|
|
1869
|
+
}
|
|
1870
|
+
export declare namespace DescribeServicesResponse {
|
|
1871
|
+
|
|
1872
|
+
const filterSensitiveLog: (obj: DescribeServicesResponse) => any;
|
|
1873
|
+
}
|
|
1874
|
+
export declare enum TaskDefinitionField {
|
|
1875
|
+
TAGS = "TAGS"
|
|
1876
|
+
}
|
|
1877
|
+
export interface DescribeTaskDefinitionRequest {
|
|
1878
|
+
|
|
1879
|
+
taskDefinition: string | undefined;
|
|
1880
|
+
|
|
1881
|
+
include?: (TaskDefinitionField | string)[];
|
|
1882
|
+
}
|
|
1883
|
+
export declare namespace DescribeTaskDefinitionRequest {
|
|
1884
|
+
|
|
1885
|
+
const filterSensitiveLog: (obj: DescribeTaskDefinitionRequest) => any;
|
|
1886
|
+
}
|
|
1887
|
+
export interface DescribeTaskDefinitionResponse {
|
|
1888
|
+
|
|
1889
|
+
taskDefinition?: TaskDefinition;
|
|
1890
|
+
|
|
1891
|
+
tags?: Tag[];
|
|
1892
|
+
}
|
|
1893
|
+
export declare namespace DescribeTaskDefinitionResponse {
|
|
1894
|
+
|
|
1895
|
+
const filterSensitiveLog: (obj: DescribeTaskDefinitionResponse) => any;
|
|
1896
|
+
}
|
|
1897
|
+
export declare enum TaskField {
|
|
1898
|
+
TAGS = "TAGS"
|
|
1899
|
+
}
|
|
1900
|
+
export interface DescribeTasksRequest {
|
|
1901
|
+
|
|
1902
|
+
cluster?: string;
|
|
1903
|
+
|
|
1904
|
+
tasks: string[] | undefined;
|
|
1905
|
+
|
|
1906
|
+
include?: (TaskField | string)[];
|
|
1907
|
+
}
|
|
1908
|
+
export declare namespace DescribeTasksRequest {
|
|
1909
|
+
|
|
1910
|
+
const filterSensitiveLog: (obj: DescribeTasksRequest) => any;
|
|
1911
|
+
}
|
|
1912
|
+
export declare enum Connectivity {
|
|
1913
|
+
CONNECTED = "CONNECTED",
|
|
1914
|
+
DISCONNECTED = "DISCONNECTED"
|
|
1915
|
+
}
|
|
1916
|
+
export declare enum HealthStatus {
|
|
1917
|
+
HEALTHY = "HEALTHY",
|
|
1918
|
+
UNHEALTHY = "UNHEALTHY",
|
|
1919
|
+
UNKNOWN = "UNKNOWN"
|
|
1920
|
+
}
|
|
1921
|
+
export declare enum ManagedAgentName {
|
|
1922
|
+
ExecuteCommandAgent = "ExecuteCommandAgent"
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
export interface ManagedAgent {
|
|
1926
|
+
|
|
1927
|
+
lastStartedAt?: Date;
|
|
1928
|
+
|
|
1929
|
+
name?: ManagedAgentName | string;
|
|
1930
|
+
|
|
1931
|
+
reason?: string;
|
|
1932
|
+
|
|
1933
|
+
lastStatus?: string;
|
|
1934
|
+
}
|
|
1935
|
+
export declare namespace ManagedAgent {
|
|
1936
|
+
|
|
1937
|
+
const filterSensitiveLog: (obj: ManagedAgent) => any;
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
export interface NetworkBinding {
|
|
1941
|
+
|
|
1942
|
+
bindIP?: string;
|
|
1943
|
+
|
|
1944
|
+
containerPort?: number;
|
|
1945
|
+
|
|
1946
|
+
hostPort?: number;
|
|
1947
|
+
|
|
1948
|
+
protocol?: TransportProtocol | string;
|
|
1949
|
+
}
|
|
1950
|
+
export declare namespace NetworkBinding {
|
|
1951
|
+
|
|
1952
|
+
const filterSensitiveLog: (obj: NetworkBinding) => any;
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
export interface NetworkInterface {
|
|
1956
|
+
|
|
1957
|
+
attachmentId?: string;
|
|
1958
|
+
|
|
1959
|
+
privateIpv4Address?: string;
|
|
1960
|
+
|
|
1961
|
+
ipv6Address?: string;
|
|
1962
|
+
}
|
|
1963
|
+
export declare namespace NetworkInterface {
|
|
1964
|
+
|
|
1965
|
+
const filterSensitiveLog: (obj: NetworkInterface) => any;
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1968
|
+
export interface Container {
|
|
1969
|
+
|
|
1970
|
+
containerArn?: string;
|
|
1971
|
+
|
|
1972
|
+
taskArn?: string;
|
|
1973
|
+
|
|
1974
|
+
name?: string;
|
|
1975
|
+
|
|
1976
|
+
image?: string;
|
|
1977
|
+
|
|
1978
|
+
imageDigest?: string;
|
|
1979
|
+
|
|
1980
|
+
runtimeId?: string;
|
|
1981
|
+
|
|
1982
|
+
lastStatus?: string;
|
|
1983
|
+
|
|
1984
|
+
exitCode?: number;
|
|
1985
|
+
|
|
1986
|
+
reason?: string;
|
|
1987
|
+
|
|
1988
|
+
networkBindings?: NetworkBinding[];
|
|
1989
|
+
|
|
1990
|
+
networkInterfaces?: NetworkInterface[];
|
|
1991
|
+
|
|
1992
|
+
healthStatus?: HealthStatus | string;
|
|
1993
|
+
|
|
1994
|
+
managedAgents?: ManagedAgent[];
|
|
1995
|
+
|
|
1996
|
+
cpu?: string;
|
|
1997
|
+
|
|
1998
|
+
memory?: string;
|
|
1999
|
+
|
|
2000
|
+
memoryReservation?: string;
|
|
2001
|
+
|
|
2002
|
+
gpuIds?: string[];
|
|
2003
|
+
}
|
|
2004
|
+
export declare namespace Container {
|
|
2005
|
+
|
|
2006
|
+
const filterSensitiveLog: (obj: Container) => any;
|
|
2007
|
+
}
|
|
2008
|
+
|
|
2009
|
+
export interface ContainerOverride {
|
|
2010
|
+
|
|
2011
|
+
name?: string;
|
|
2012
|
+
|
|
2013
|
+
command?: string[];
|
|
2014
|
+
|
|
2015
|
+
environment?: KeyValuePair[];
|
|
2016
|
+
|
|
2017
|
+
environmentFiles?: EnvironmentFile[];
|
|
2018
|
+
|
|
2019
|
+
cpu?: number;
|
|
2020
|
+
|
|
2021
|
+
memory?: number;
|
|
2022
|
+
|
|
2023
|
+
memoryReservation?: number;
|
|
2024
|
+
|
|
2025
|
+
resourceRequirements?: ResourceRequirement[];
|
|
2026
|
+
}
|
|
2027
|
+
export declare namespace ContainerOverride {
|
|
2028
|
+
|
|
2029
|
+
const filterSensitiveLog: (obj: ContainerOverride) => any;
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2032
|
+
export interface InferenceAcceleratorOverride {
|
|
2033
|
+
|
|
2034
|
+
deviceName?: string;
|
|
2035
|
+
|
|
2036
|
+
deviceType?: string;
|
|
2037
|
+
}
|
|
2038
|
+
export declare namespace InferenceAcceleratorOverride {
|
|
2039
|
+
|
|
2040
|
+
const filterSensitiveLog: (obj: InferenceAcceleratorOverride) => any;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
export interface TaskOverride {
|
|
2044
|
+
|
|
2045
|
+
containerOverrides?: ContainerOverride[];
|
|
2046
|
+
|
|
2047
|
+
cpu?: string;
|
|
2048
|
+
|
|
2049
|
+
inferenceAcceleratorOverrides?: InferenceAcceleratorOverride[];
|
|
2050
|
+
|
|
2051
|
+
executionRoleArn?: string;
|
|
2052
|
+
|
|
2053
|
+
memory?: string;
|
|
2054
|
+
|
|
2055
|
+
taskRoleArn?: string;
|
|
2056
|
+
|
|
2057
|
+
ephemeralStorage?: EphemeralStorage;
|
|
2058
|
+
}
|
|
2059
|
+
export declare namespace TaskOverride {
|
|
2060
|
+
|
|
2061
|
+
const filterSensitiveLog: (obj: TaskOverride) => any;
|
|
2062
|
+
}
|
|
2063
|
+
export declare enum TaskStopCode {
|
|
2064
|
+
ESSENTIAL_CONTAINER_EXITED = "EssentialContainerExited",
|
|
2065
|
+
TASK_FAILED_TO_START = "TaskFailedToStart",
|
|
2066
|
+
USER_INITIATED = "UserInitiated"
|
|
2067
|
+
}
|
|
2068
|
+
|
|
2069
|
+
export interface Task {
|
|
2070
|
+
|
|
2071
|
+
attachments?: Attachment[];
|
|
2072
|
+
|
|
2073
|
+
attributes?: Attribute[];
|
|
2074
|
+
|
|
2075
|
+
availabilityZone?: string;
|
|
2076
|
+
|
|
2077
|
+
capacityProviderName?: string;
|
|
2078
|
+
|
|
2079
|
+
clusterArn?: string;
|
|
2080
|
+
|
|
2081
|
+
connectivity?: Connectivity | string;
|
|
2082
|
+
|
|
2083
|
+
connectivityAt?: Date;
|
|
2084
|
+
|
|
2085
|
+
containerInstanceArn?: string;
|
|
2086
|
+
|
|
2087
|
+
containers?: Container[];
|
|
2088
|
+
|
|
2089
|
+
cpu?: string;
|
|
2090
|
+
|
|
2091
|
+
createdAt?: Date;
|
|
2092
|
+
|
|
2093
|
+
desiredStatus?: string;
|
|
2094
|
+
|
|
2095
|
+
enableExecuteCommand?: boolean;
|
|
2096
|
+
|
|
2097
|
+
executionStoppedAt?: Date;
|
|
2098
|
+
|
|
2099
|
+
group?: string;
|
|
2100
|
+
|
|
2101
|
+
healthStatus?: HealthStatus | string;
|
|
2102
|
+
|
|
2103
|
+
inferenceAccelerators?: InferenceAccelerator[];
|
|
2104
|
+
|
|
2105
|
+
lastStatus?: string;
|
|
2106
|
+
|
|
2107
|
+
launchType?: LaunchType | string;
|
|
2108
|
+
|
|
2109
|
+
memory?: string;
|
|
2110
|
+
|
|
2111
|
+
overrides?: TaskOverride;
|
|
2112
|
+
|
|
2113
|
+
platformVersion?: string;
|
|
2114
|
+
|
|
2115
|
+
platformFamily?: string;
|
|
2116
|
+
|
|
2117
|
+
pullStartedAt?: Date;
|
|
2118
|
+
|
|
2119
|
+
pullStoppedAt?: Date;
|
|
2120
|
+
|
|
2121
|
+
startedAt?: Date;
|
|
2122
|
+
|
|
2123
|
+
startedBy?: string;
|
|
2124
|
+
|
|
2125
|
+
stopCode?: TaskStopCode | string;
|
|
2126
|
+
|
|
2127
|
+
stoppedAt?: Date;
|
|
2128
|
+
|
|
2129
|
+
stoppedReason?: string;
|
|
2130
|
+
|
|
2131
|
+
stoppingAt?: Date;
|
|
2132
|
+
|
|
2133
|
+
tags?: Tag[];
|
|
2134
|
+
|
|
2135
|
+
taskArn?: string;
|
|
2136
|
+
|
|
2137
|
+
taskDefinitionArn?: string;
|
|
2138
|
+
|
|
2139
|
+
version?: number;
|
|
2140
|
+
|
|
2141
|
+
ephemeralStorage?: EphemeralStorage;
|
|
2142
|
+
}
|
|
2143
|
+
export declare namespace Task {
|
|
2144
|
+
|
|
2145
|
+
const filterSensitiveLog: (obj: Task) => any;
|
|
2146
|
+
}
|
|
2147
|
+
export interface DescribeTasksResponse {
|
|
2148
|
+
|
|
2149
|
+
tasks?: Task[];
|
|
2150
|
+
|
|
2151
|
+
failures?: Failure[];
|
|
2152
|
+
}
|
|
2153
|
+
export declare namespace DescribeTasksResponse {
|
|
2154
|
+
|
|
2155
|
+
const filterSensitiveLog: (obj: DescribeTasksResponse) => any;
|
|
2156
|
+
}
|
|
2157
|
+
export declare enum TaskSetField {
|
|
2158
|
+
TAGS = "TAGS"
|
|
2159
|
+
}
|
|
2160
|
+
export interface DescribeTaskSetsRequest {
|
|
2161
|
+
|
|
2162
|
+
cluster: string | undefined;
|
|
2163
|
+
|
|
2164
|
+
service: string | undefined;
|
|
2165
|
+
|
|
2166
|
+
taskSets?: string[];
|
|
2167
|
+
|
|
2168
|
+
include?: (TaskSetField | string)[];
|
|
2169
|
+
}
|
|
2170
|
+
export declare namespace DescribeTaskSetsRequest {
|
|
2171
|
+
|
|
2172
|
+
const filterSensitiveLog: (obj: DescribeTaskSetsRequest) => any;
|
|
2173
|
+
}
|
|
2174
|
+
export interface DescribeTaskSetsResponse {
|
|
2175
|
+
|
|
2176
|
+
taskSets?: TaskSet[];
|
|
2177
|
+
|
|
2178
|
+
failures?: Failure[];
|
|
2179
|
+
}
|
|
2180
|
+
export declare namespace DescribeTaskSetsResponse {
|
|
2181
|
+
|
|
2182
|
+
const filterSensitiveLog: (obj: DescribeTaskSetsResponse) => any;
|
|
2183
|
+
}
|
|
2184
|
+
export interface DiscoverPollEndpointRequest {
|
|
2185
|
+
|
|
2186
|
+
containerInstance?: string;
|
|
2187
|
+
|
|
2188
|
+
cluster?: string;
|
|
2189
|
+
}
|
|
2190
|
+
export declare namespace DiscoverPollEndpointRequest {
|
|
2191
|
+
|
|
2192
|
+
const filterSensitiveLog: (obj: DiscoverPollEndpointRequest) => any;
|
|
2193
|
+
}
|
|
2194
|
+
export interface DiscoverPollEndpointResponse {
|
|
2195
|
+
|
|
2196
|
+
endpoint?: string;
|
|
2197
|
+
|
|
2198
|
+
telemetryEndpoint?: string;
|
|
2199
|
+
}
|
|
2200
|
+
export declare namespace DiscoverPollEndpointResponse {
|
|
2201
|
+
|
|
2202
|
+
const filterSensitiveLog: (obj: DiscoverPollEndpointResponse) => any;
|
|
2203
|
+
}
|
|
2204
|
+
export interface ExecuteCommandRequest {
|
|
2205
|
+
|
|
2206
|
+
cluster?: string;
|
|
2207
|
+
|
|
2208
|
+
container?: string;
|
|
2209
|
+
|
|
2210
|
+
command: string | undefined;
|
|
2211
|
+
|
|
2212
|
+
interactive: boolean | undefined;
|
|
2213
|
+
|
|
2214
|
+
task: string | undefined;
|
|
2215
|
+
}
|
|
2216
|
+
export declare namespace ExecuteCommandRequest {
|
|
2217
|
+
|
|
2218
|
+
const filterSensitiveLog: (obj: ExecuteCommandRequest) => any;
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2221
|
+
export interface Session {
|
|
2222
|
+
|
|
2223
|
+
sessionId?: string;
|
|
2224
|
+
|
|
2225
|
+
streamUrl?: string;
|
|
2226
|
+
|
|
2227
|
+
tokenValue?: string;
|
|
2228
|
+
}
|
|
2229
|
+
export declare namespace Session {
|
|
2230
|
+
|
|
2231
|
+
const filterSensitiveLog: (obj: Session) => any;
|
|
2232
|
+
}
|
|
2233
|
+
export interface ExecuteCommandResponse {
|
|
2234
|
+
|
|
2235
|
+
clusterArn?: string;
|
|
2236
|
+
|
|
2237
|
+
containerArn?: string;
|
|
2238
|
+
|
|
2239
|
+
containerName?: string;
|
|
2240
|
+
|
|
2241
|
+
interactive?: boolean;
|
|
2242
|
+
|
|
2243
|
+
session?: Session;
|
|
2244
|
+
|
|
2245
|
+
taskArn?: string;
|
|
2246
|
+
}
|
|
2247
|
+
export declare namespace ExecuteCommandResponse {
|
|
2248
|
+
|
|
2249
|
+
const filterSensitiveLog: (obj: ExecuteCommandResponse) => any;
|
|
2250
|
+
}
|
|
2251
|
+
|
|
2252
|
+
export declare class TargetNotConnectedException extends __BaseException {
|
|
2253
|
+
readonly name: "TargetNotConnectedException";
|
|
2254
|
+
readonly $fault: "client";
|
|
2255
|
+
|
|
2256
|
+
constructor(opts: __ExceptionOptionType<TargetNotConnectedException, __BaseException>);
|
|
2257
|
+
}
|
|
2258
|
+
export interface ListAccountSettingsRequest {
|
|
2259
|
+
|
|
2260
|
+
name?: SettingName | string;
|
|
2261
|
+
|
|
2262
|
+
value?: string;
|
|
2263
|
+
|
|
2264
|
+
principalArn?: string;
|
|
2265
|
+
|
|
2266
|
+
effectiveSettings?: boolean;
|
|
2267
|
+
|
|
2268
|
+
nextToken?: string;
|
|
2269
|
+
|
|
2270
|
+
maxResults?: number;
|
|
2271
|
+
}
|
|
2272
|
+
export declare namespace ListAccountSettingsRequest {
|
|
2273
|
+
|
|
2274
|
+
const filterSensitiveLog: (obj: ListAccountSettingsRequest) => any;
|
|
2275
|
+
}
|
|
2276
|
+
export interface ListAccountSettingsResponse {
|
|
2277
|
+
|
|
2278
|
+
settings?: Setting[];
|
|
2279
|
+
|
|
2280
|
+
nextToken?: string;
|
|
2281
|
+
}
|
|
2282
|
+
export declare namespace ListAccountSettingsResponse {
|
|
2283
|
+
|
|
2284
|
+
const filterSensitiveLog: (obj: ListAccountSettingsResponse) => any;
|
|
2285
|
+
}
|
|
2286
|
+
export interface ListAttributesRequest {
|
|
2287
|
+
|
|
2288
|
+
cluster?: string;
|
|
2289
|
+
|
|
2290
|
+
targetType: TargetType | string | undefined;
|
|
2291
|
+
|
|
2292
|
+
attributeName?: string;
|
|
2293
|
+
|
|
2294
|
+
attributeValue?: string;
|
|
2295
|
+
|
|
2296
|
+
nextToken?: string;
|
|
2297
|
+
|
|
2298
|
+
maxResults?: number;
|
|
2299
|
+
}
|
|
2300
|
+
export declare namespace ListAttributesRequest {
|
|
2301
|
+
|
|
2302
|
+
const filterSensitiveLog: (obj: ListAttributesRequest) => any;
|
|
2303
|
+
}
|
|
2304
|
+
export interface ListAttributesResponse {
|
|
2305
|
+
|
|
2306
|
+
attributes?: Attribute[];
|
|
2307
|
+
|
|
2308
|
+
nextToken?: string;
|
|
2309
|
+
}
|
|
2310
|
+
export declare namespace ListAttributesResponse {
|
|
2311
|
+
|
|
2312
|
+
const filterSensitiveLog: (obj: ListAttributesResponse) => any;
|
|
2313
|
+
}
|
|
2314
|
+
export interface ListClustersRequest {
|
|
2315
|
+
|
|
2316
|
+
nextToken?: string;
|
|
2317
|
+
|
|
2318
|
+
maxResults?: number;
|
|
2319
|
+
}
|
|
2320
|
+
export declare namespace ListClustersRequest {
|
|
2321
|
+
|
|
2322
|
+
const filterSensitiveLog: (obj: ListClustersRequest) => any;
|
|
2323
|
+
}
|
|
2324
|
+
export interface ListClustersResponse {
|
|
2325
|
+
|
|
2326
|
+
clusterArns?: string[];
|
|
2327
|
+
|
|
2328
|
+
nextToken?: string;
|
|
2329
|
+
}
|
|
2330
|
+
export declare namespace ListClustersResponse {
|
|
2331
|
+
|
|
2332
|
+
const filterSensitiveLog: (obj: ListClustersResponse) => any;
|
|
2333
|
+
}
|
|
2334
|
+
export declare enum ContainerInstanceStatus {
|
|
2335
|
+
ACTIVE = "ACTIVE",
|
|
2336
|
+
DEREGISTERING = "DEREGISTERING",
|
|
2337
|
+
DRAINING = "DRAINING",
|
|
2338
|
+
REGISTERING = "REGISTERING",
|
|
2339
|
+
REGISTRATION_FAILED = "REGISTRATION_FAILED"
|
|
2340
|
+
}
|
|
2341
|
+
export interface ListContainerInstancesRequest {
|
|
2342
|
+
|
|
2343
|
+
cluster?: string;
|
|
2344
|
+
|
|
2345
|
+
filter?: string;
|
|
2346
|
+
|
|
2347
|
+
nextToken?: string;
|
|
2348
|
+
|
|
2349
|
+
maxResults?: number;
|
|
2350
|
+
|
|
2351
|
+
status?: ContainerInstanceStatus | string;
|
|
2352
|
+
}
|
|
2353
|
+
export declare namespace ListContainerInstancesRequest {
|
|
2354
|
+
|
|
2355
|
+
const filterSensitiveLog: (obj: ListContainerInstancesRequest) => any;
|
|
2356
|
+
}
|
|
2357
|
+
export interface ListContainerInstancesResponse {
|
|
2358
|
+
|
|
2359
|
+
containerInstanceArns?: string[];
|
|
2360
|
+
|
|
2361
|
+
nextToken?: string;
|
|
2362
|
+
}
|
|
2363
|
+
export declare namespace ListContainerInstancesResponse {
|
|
2364
|
+
|
|
2365
|
+
const filterSensitiveLog: (obj: ListContainerInstancesResponse) => any;
|
|
2366
|
+
}
|
|
2367
|
+
export interface ListServicesRequest {
|
|
2368
|
+
|
|
2369
|
+
cluster?: string;
|
|
2370
|
+
|
|
2371
|
+
nextToken?: string;
|
|
2372
|
+
|
|
2373
|
+
maxResults?: number;
|
|
2374
|
+
|
|
2375
|
+
launchType?: LaunchType | string;
|
|
2376
|
+
|
|
2377
|
+
schedulingStrategy?: SchedulingStrategy | string;
|
|
2378
|
+
}
|
|
2379
|
+
export declare namespace ListServicesRequest {
|
|
2380
|
+
|
|
2381
|
+
const filterSensitiveLog: (obj: ListServicesRequest) => any;
|
|
2382
|
+
}
|
|
2383
|
+
export interface ListServicesResponse {
|
|
2384
|
+
|
|
2385
|
+
serviceArns?: string[];
|
|
2386
|
+
|
|
2387
|
+
nextToken?: string;
|
|
2388
|
+
}
|
|
2389
|
+
export declare namespace ListServicesResponse {
|
|
2390
|
+
|
|
2391
|
+
const filterSensitiveLog: (obj: ListServicesResponse) => any;
|
|
2392
|
+
}
|
|
2393
|
+
export interface ListTagsForResourceRequest {
|
|
2394
|
+
|
|
2395
|
+
resourceArn: string | undefined;
|
|
2396
|
+
}
|
|
2397
|
+
export declare namespace ListTagsForResourceRequest {
|
|
2398
|
+
|
|
2399
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2400
|
+
}
|
|
2401
|
+
export interface ListTagsForResourceResponse {
|
|
2402
|
+
|
|
2403
|
+
tags?: Tag[];
|
|
2404
|
+
}
|
|
2405
|
+
export declare namespace ListTagsForResourceResponse {
|
|
2406
|
+
|
|
2407
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2408
|
+
}
|
|
2409
|
+
export declare enum TaskDefinitionFamilyStatus {
|
|
2410
|
+
ACTIVE = "ACTIVE",
|
|
2411
|
+
ALL = "ALL",
|
|
2412
|
+
INACTIVE = "INACTIVE"
|
|
2413
|
+
}
|
|
2414
|
+
export interface ListTaskDefinitionFamiliesRequest {
|
|
2415
|
+
|
|
2416
|
+
familyPrefix?: string;
|
|
2417
|
+
|
|
2418
|
+
status?: TaskDefinitionFamilyStatus | string;
|
|
2419
|
+
|
|
2420
|
+
nextToken?: string;
|
|
2421
|
+
|
|
2422
|
+
maxResults?: number;
|
|
2423
|
+
}
|
|
2424
|
+
export declare namespace ListTaskDefinitionFamiliesRequest {
|
|
2425
|
+
|
|
2426
|
+
const filterSensitiveLog: (obj: ListTaskDefinitionFamiliesRequest) => any;
|
|
2427
|
+
}
|
|
2428
|
+
export interface ListTaskDefinitionFamiliesResponse {
|
|
2429
|
+
|
|
2430
|
+
families?: string[];
|
|
2431
|
+
|
|
2432
|
+
nextToken?: string;
|
|
2433
|
+
}
|
|
2434
|
+
export declare namespace ListTaskDefinitionFamiliesResponse {
|
|
2435
|
+
|
|
2436
|
+
const filterSensitiveLog: (obj: ListTaskDefinitionFamiliesResponse) => any;
|
|
2437
|
+
}
|
|
2438
|
+
export declare enum SortOrder {
|
|
2439
|
+
ASC = "ASC",
|
|
2440
|
+
DESC = "DESC"
|
|
2441
|
+
}
|
|
2442
|
+
export interface ListTaskDefinitionsRequest {
|
|
2443
|
+
|
|
2444
|
+
familyPrefix?: string;
|
|
2445
|
+
|
|
2446
|
+
status?: TaskDefinitionStatus | string;
|
|
2447
|
+
|
|
2448
|
+
sort?: SortOrder | string;
|
|
2449
|
+
|
|
2450
|
+
nextToken?: string;
|
|
2451
|
+
|
|
2452
|
+
maxResults?: number;
|
|
2453
|
+
}
|
|
2454
|
+
export declare namespace ListTaskDefinitionsRequest {
|
|
2455
|
+
|
|
2456
|
+
const filterSensitiveLog: (obj: ListTaskDefinitionsRequest) => any;
|
|
2457
|
+
}
|
|
2458
|
+
export interface ListTaskDefinitionsResponse {
|
|
2459
|
+
|
|
2460
|
+
taskDefinitionArns?: string[];
|
|
2461
|
+
|
|
2462
|
+
nextToken?: string;
|
|
2463
|
+
}
|
|
2464
|
+
export declare namespace ListTaskDefinitionsResponse {
|
|
2465
|
+
|
|
2466
|
+
const filterSensitiveLog: (obj: ListTaskDefinitionsResponse) => any;
|
|
2467
|
+
}
|
|
2468
|
+
export declare enum DesiredStatus {
|
|
2469
|
+
PENDING = "PENDING",
|
|
2470
|
+
RUNNING = "RUNNING",
|
|
2471
|
+
STOPPED = "STOPPED"
|
|
2472
|
+
}
|
|
2473
|
+
export interface ListTasksRequest {
|
|
2474
|
+
|
|
2475
|
+
cluster?: string;
|
|
2476
|
+
|
|
2477
|
+
containerInstance?: string;
|
|
2478
|
+
|
|
2479
|
+
family?: string;
|
|
2480
|
+
|
|
2481
|
+
nextToken?: string;
|
|
2482
|
+
|
|
2483
|
+
maxResults?: number;
|
|
2484
|
+
|
|
2485
|
+
startedBy?: string;
|
|
2486
|
+
|
|
2487
|
+
serviceName?: string;
|
|
2488
|
+
|
|
2489
|
+
desiredStatus?: DesiredStatus | string;
|
|
2490
|
+
|
|
2491
|
+
launchType?: LaunchType | string;
|
|
2492
|
+
}
|
|
2493
|
+
export declare namespace ListTasksRequest {
|
|
2494
|
+
|
|
2495
|
+
const filterSensitiveLog: (obj: ListTasksRequest) => any;
|
|
2496
|
+
}
|
|
2497
|
+
export interface ListTasksResponse {
|
|
2498
|
+
|
|
2499
|
+
taskArns?: string[];
|
|
2500
|
+
|
|
2501
|
+
nextToken?: string;
|
|
2502
|
+
}
|
|
2503
|
+
export declare namespace ListTasksResponse {
|
|
2504
|
+
|
|
2505
|
+
const filterSensitiveLog: (obj: ListTasksResponse) => any;
|
|
2506
|
+
}
|
|
2507
|
+
export interface PutAccountSettingRequest {
|
|
2508
|
+
|
|
2509
|
+
name: SettingName | string | undefined;
|
|
2510
|
+
|
|
2511
|
+
value: string | undefined;
|
|
2512
|
+
|
|
2513
|
+
principalArn?: string;
|
|
2514
|
+
}
|
|
2515
|
+
export declare namespace PutAccountSettingRequest {
|
|
2516
|
+
|
|
2517
|
+
const filterSensitiveLog: (obj: PutAccountSettingRequest) => any;
|
|
2518
|
+
}
|
|
2519
|
+
export interface PutAccountSettingResponse {
|
|
2520
|
+
|
|
2521
|
+
setting?: Setting;
|
|
2522
|
+
}
|
|
2523
|
+
export declare namespace PutAccountSettingResponse {
|
|
2524
|
+
|
|
2525
|
+
const filterSensitiveLog: (obj: PutAccountSettingResponse) => any;
|
|
2526
|
+
}
|
|
2527
|
+
export interface PutAccountSettingDefaultRequest {
|
|
2528
|
+
|
|
2529
|
+
name: SettingName | string | undefined;
|
|
2530
|
+
|
|
2531
|
+
value: string | undefined;
|
|
2532
|
+
}
|
|
2533
|
+
export declare namespace PutAccountSettingDefaultRequest {
|
|
2534
|
+
|
|
2535
|
+
const filterSensitiveLog: (obj: PutAccountSettingDefaultRequest) => any;
|
|
2536
|
+
}
|
|
2537
|
+
export interface PutAccountSettingDefaultResponse {
|
|
2538
|
+
|
|
2539
|
+
setting?: Setting;
|
|
2540
|
+
}
|
|
2541
|
+
export declare namespace PutAccountSettingDefaultResponse {
|
|
2542
|
+
|
|
2543
|
+
const filterSensitiveLog: (obj: PutAccountSettingDefaultResponse) => any;
|
|
2544
|
+
}
|
|
2545
|
+
|
|
2546
|
+
export declare class AttributeLimitExceededException extends __BaseException {
|
|
2547
|
+
readonly name: "AttributeLimitExceededException";
|
|
2548
|
+
readonly $fault: "client";
|
|
2549
|
+
|
|
2550
|
+
constructor(opts: __ExceptionOptionType<AttributeLimitExceededException, __BaseException>);
|
|
2551
|
+
}
|
|
2552
|
+
export interface PutAttributesRequest {
|
|
2553
|
+
|
|
2554
|
+
cluster?: string;
|
|
2555
|
+
|
|
2556
|
+
attributes: Attribute[] | undefined;
|
|
2557
|
+
}
|
|
2558
|
+
export declare namespace PutAttributesRequest {
|
|
2559
|
+
|
|
2560
|
+
const filterSensitiveLog: (obj: PutAttributesRequest) => any;
|
|
2561
|
+
}
|
|
2562
|
+
export interface PutAttributesResponse {
|
|
2563
|
+
|
|
2564
|
+
attributes?: Attribute[];
|
|
2565
|
+
}
|
|
2566
|
+
export declare namespace PutAttributesResponse {
|
|
2567
|
+
|
|
2568
|
+
const filterSensitiveLog: (obj: PutAttributesResponse) => any;
|
|
2569
|
+
}
|
|
2570
|
+
export interface PutClusterCapacityProvidersRequest {
|
|
2571
|
+
|
|
2572
|
+
cluster: string | undefined;
|
|
2573
|
+
|
|
2574
|
+
capacityProviders: string[] | undefined;
|
|
2575
|
+
|
|
2576
|
+
defaultCapacityProviderStrategy: CapacityProviderStrategyItem[] | undefined;
|
|
2577
|
+
}
|
|
2578
|
+
export declare namespace PutClusterCapacityProvidersRequest {
|
|
2579
|
+
|
|
2580
|
+
const filterSensitiveLog: (obj: PutClusterCapacityProvidersRequest) => any;
|
|
2581
|
+
}
|
|
2582
|
+
export interface PutClusterCapacityProvidersResponse {
|
|
2583
|
+
|
|
2584
|
+
cluster?: Cluster;
|
|
2585
|
+
}
|
|
2586
|
+
export declare namespace PutClusterCapacityProvidersResponse {
|
|
2587
|
+
|
|
2588
|
+
const filterSensitiveLog: (obj: PutClusterCapacityProvidersResponse) => any;
|
|
2589
|
+
}
|
|
2590
|
+
|
|
2591
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
2592
|
+
readonly name: "ResourceInUseException";
|
|
2593
|
+
readonly $fault: "client";
|
|
2594
|
+
|
|
2595
|
+
constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
|
|
2596
|
+
}
|
|
2597
|
+
export declare enum PlatformDeviceType {
|
|
2598
|
+
GPU = "GPU"
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
export interface PlatformDevice {
|
|
2602
|
+
|
|
2603
|
+
id: string | undefined;
|
|
2604
|
+
|
|
2605
|
+
type: PlatformDeviceType | string | undefined;
|
|
2606
|
+
}
|
|
2607
|
+
export declare namespace PlatformDevice {
|
|
2608
|
+
|
|
2609
|
+
const filterSensitiveLog: (obj: PlatformDevice) => any;
|
|
2610
|
+
}
|
|
2611
|
+
export interface RegisterContainerInstanceRequest {
|
|
2612
|
+
|
|
2613
|
+
cluster?: string;
|
|
2614
|
+
|
|
2615
|
+
instanceIdentityDocument?: string;
|
|
2616
|
+
|
|
2617
|
+
instanceIdentityDocumentSignature?: string;
|
|
2618
|
+
|
|
2619
|
+
totalResources?: Resource[];
|
|
2620
|
+
|
|
2621
|
+
versionInfo?: VersionInfo;
|
|
2622
|
+
|
|
2623
|
+
containerInstanceArn?: string;
|
|
2624
|
+
|
|
2625
|
+
attributes?: Attribute[];
|
|
2626
|
+
|
|
2627
|
+
platformDevices?: PlatformDevice[];
|
|
2628
|
+
|
|
2629
|
+
tags?: Tag[];
|
|
2630
|
+
}
|
|
2631
|
+
export declare namespace RegisterContainerInstanceRequest {
|
|
2632
|
+
|
|
2633
|
+
const filterSensitiveLog: (obj: RegisterContainerInstanceRequest) => any;
|
|
2634
|
+
}
|
|
2635
|
+
export interface RegisterContainerInstanceResponse {
|
|
2636
|
+
|
|
2637
|
+
containerInstance?: ContainerInstance;
|
|
2638
|
+
}
|
|
2639
|
+
export declare namespace RegisterContainerInstanceResponse {
|
|
2640
|
+
|
|
2641
|
+
const filterSensitiveLog: (obj: RegisterContainerInstanceResponse) => any;
|
|
2642
|
+
}
|
|
2643
|
+
export interface RegisterTaskDefinitionRequest {
|
|
2644
|
+
|
|
2645
|
+
family: string | undefined;
|
|
2646
|
+
|
|
2647
|
+
taskRoleArn?: string;
|
|
2648
|
+
|
|
2649
|
+
executionRoleArn?: string;
|
|
2650
|
+
|
|
2651
|
+
networkMode?: NetworkMode | string;
|
|
2652
|
+
|
|
2653
|
+
containerDefinitions: ContainerDefinition[] | undefined;
|
|
2654
|
+
|
|
2655
|
+
volumes?: Volume[];
|
|
2656
|
+
|
|
2657
|
+
placementConstraints?: TaskDefinitionPlacementConstraint[];
|
|
2658
|
+
|
|
2659
|
+
requiresCompatibilities?: (Compatibility | string)[];
|
|
2660
|
+
|
|
2661
|
+
cpu?: string;
|
|
2662
|
+
|
|
2663
|
+
memory?: string;
|
|
2664
|
+
|
|
2665
|
+
tags?: Tag[];
|
|
2666
|
+
|
|
2667
|
+
pidMode?: PidMode | string;
|
|
2668
|
+
|
|
2669
|
+
ipcMode?: IpcMode | string;
|
|
2670
|
+
|
|
2671
|
+
proxyConfiguration?: ProxyConfiguration;
|
|
2672
|
+
|
|
2673
|
+
inferenceAccelerators?: InferenceAccelerator[];
|
|
2674
|
+
|
|
2675
|
+
ephemeralStorage?: EphemeralStorage;
|
|
2676
|
+
|
|
2677
|
+
runtimePlatform?: RuntimePlatform;
|
|
2678
|
+
}
|
|
2679
|
+
export declare namespace RegisterTaskDefinitionRequest {
|
|
2680
|
+
|
|
2681
|
+
const filterSensitiveLog: (obj: RegisterTaskDefinitionRequest) => any;
|
|
2682
|
+
}
|
|
2683
|
+
export interface RegisterTaskDefinitionResponse {
|
|
2684
|
+
|
|
2685
|
+
taskDefinition?: TaskDefinition;
|
|
2686
|
+
|
|
2687
|
+
tags?: Tag[];
|
|
2688
|
+
}
|
|
2689
|
+
export declare namespace RegisterTaskDefinitionResponse {
|
|
2690
|
+
|
|
2691
|
+
const filterSensitiveLog: (obj: RegisterTaskDefinitionResponse) => any;
|
|
2692
|
+
}
|
|
2693
|
+
|
|
2694
|
+
export declare class BlockedException extends __BaseException {
|
|
2695
|
+
readonly name: "BlockedException";
|
|
2696
|
+
readonly $fault: "client";
|
|
2697
|
+
|
|
2698
|
+
constructor(opts: __ExceptionOptionType<BlockedException, __BaseException>);
|
|
2699
|
+
}
|
|
2700
|
+
export interface RunTaskRequest {
|
|
2701
|
+
|
|
2702
|
+
capacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
2703
|
+
|
|
2704
|
+
cluster?: string;
|
|
2705
|
+
|
|
2706
|
+
count?: number;
|
|
2707
|
+
|
|
2708
|
+
enableECSManagedTags?: boolean;
|
|
2709
|
+
|
|
2710
|
+
enableExecuteCommand?: boolean;
|
|
2711
|
+
|
|
2712
|
+
group?: string;
|
|
2713
|
+
|
|
2714
|
+
launchType?: LaunchType | string;
|
|
2715
|
+
|
|
2716
|
+
networkConfiguration?: NetworkConfiguration;
|
|
2717
|
+
|
|
2718
|
+
overrides?: TaskOverride;
|
|
2719
|
+
|
|
2720
|
+
placementConstraints?: PlacementConstraint[];
|
|
2721
|
+
|
|
2722
|
+
placementStrategy?: PlacementStrategy[];
|
|
2723
|
+
|
|
2724
|
+
platformVersion?: string;
|
|
2725
|
+
|
|
2726
|
+
propagateTags?: PropagateTags | string;
|
|
2727
|
+
|
|
2728
|
+
referenceId?: string;
|
|
2729
|
+
|
|
2730
|
+
startedBy?: string;
|
|
2731
|
+
|
|
2732
|
+
tags?: Tag[];
|
|
2733
|
+
|
|
2734
|
+
taskDefinition: string | undefined;
|
|
2735
|
+
}
|
|
2736
|
+
export declare namespace RunTaskRequest {
|
|
2737
|
+
|
|
2738
|
+
const filterSensitiveLog: (obj: RunTaskRequest) => any;
|
|
2739
|
+
}
|
|
2740
|
+
export interface RunTaskResponse {
|
|
2741
|
+
|
|
2742
|
+
tasks?: Task[];
|
|
2743
|
+
|
|
2744
|
+
failures?: Failure[];
|
|
2745
|
+
}
|
|
2746
|
+
export declare namespace RunTaskResponse {
|
|
2747
|
+
|
|
2748
|
+
const filterSensitiveLog: (obj: RunTaskResponse) => any;
|
|
2749
|
+
}
|
|
2750
|
+
export interface StartTaskRequest {
|
|
2751
|
+
|
|
2752
|
+
cluster?: string;
|
|
2753
|
+
|
|
2754
|
+
containerInstances: string[] | undefined;
|
|
2755
|
+
|
|
2756
|
+
enableECSManagedTags?: boolean;
|
|
2757
|
+
|
|
2758
|
+
enableExecuteCommand?: boolean;
|
|
2759
|
+
|
|
2760
|
+
group?: string;
|
|
2761
|
+
|
|
2762
|
+
networkConfiguration?: NetworkConfiguration;
|
|
2763
|
+
|
|
2764
|
+
overrides?: TaskOverride;
|
|
2765
|
+
|
|
2766
|
+
propagateTags?: PropagateTags | string;
|
|
2767
|
+
|
|
2768
|
+
referenceId?: string;
|
|
2769
|
+
|
|
2770
|
+
startedBy?: string;
|
|
2771
|
+
|
|
2772
|
+
tags?: Tag[];
|
|
2773
|
+
|
|
2774
|
+
taskDefinition: string | undefined;
|
|
2775
|
+
}
|
|
2776
|
+
export declare namespace StartTaskRequest {
|
|
2777
|
+
|
|
2778
|
+
const filterSensitiveLog: (obj: StartTaskRequest) => any;
|
|
2779
|
+
}
|
|
2780
|
+
export interface StartTaskResponse {
|
|
2781
|
+
|
|
2782
|
+
tasks?: Task[];
|
|
2783
|
+
|
|
2784
|
+
failures?: Failure[];
|
|
2785
|
+
}
|
|
2786
|
+
export declare namespace StartTaskResponse {
|
|
2787
|
+
|
|
2788
|
+
const filterSensitiveLog: (obj: StartTaskResponse) => any;
|
|
2789
|
+
}
|
|
2790
|
+
export interface StopTaskRequest {
|
|
2791
|
+
|
|
2792
|
+
cluster?: string;
|
|
2793
|
+
|
|
2794
|
+
task: string | undefined;
|
|
2795
|
+
|
|
2796
|
+
reason?: string;
|
|
2797
|
+
}
|
|
2798
|
+
export declare namespace StopTaskRequest {
|
|
2799
|
+
|
|
2800
|
+
const filterSensitiveLog: (obj: StopTaskRequest) => any;
|
|
2801
|
+
}
|
|
2802
|
+
export interface StopTaskResponse {
|
|
2803
|
+
|
|
2804
|
+
task?: Task;
|
|
2805
|
+
}
|
|
2806
|
+
export declare namespace StopTaskResponse {
|
|
2807
|
+
|
|
2808
|
+
const filterSensitiveLog: (obj: StopTaskResponse) => any;
|
|
2809
|
+
}
|
|
2810
|
+
|
|
2811
|
+
export interface AttachmentStateChange {
|
|
2812
|
+
|
|
2813
|
+
attachmentArn: string | undefined;
|
|
2814
|
+
|
|
2815
|
+
status: string | undefined;
|
|
2816
|
+
}
|
|
2817
|
+
export declare namespace AttachmentStateChange {
|
|
2818
|
+
|
|
2819
|
+
const filterSensitiveLog: (obj: AttachmentStateChange) => any;
|
|
2820
|
+
}
|
|
2821
|
+
export interface SubmitAttachmentStateChangesRequest {
|
|
2822
|
+
|
|
2823
|
+
cluster?: string;
|
|
2824
|
+
|
|
2825
|
+
attachments: AttachmentStateChange[] | undefined;
|
|
2826
|
+
}
|
|
2827
|
+
export declare namespace SubmitAttachmentStateChangesRequest {
|
|
2828
|
+
|
|
2829
|
+
const filterSensitiveLog: (obj: SubmitAttachmentStateChangesRequest) => any;
|
|
2830
|
+
}
|
|
2831
|
+
export interface SubmitAttachmentStateChangesResponse {
|
|
2832
|
+
|
|
2833
|
+
acknowledgment?: string;
|
|
2834
|
+
}
|
|
2835
|
+
export declare namespace SubmitAttachmentStateChangesResponse {
|
|
2836
|
+
|
|
2837
|
+
const filterSensitiveLog: (obj: SubmitAttachmentStateChangesResponse) => any;
|
|
2838
|
+
}
|
|
2839
|
+
export interface SubmitContainerStateChangeRequest {
|
|
2840
|
+
|
|
2841
|
+
cluster?: string;
|
|
2842
|
+
|
|
2843
|
+
task?: string;
|
|
2844
|
+
|
|
2845
|
+
containerName?: string;
|
|
2846
|
+
|
|
2847
|
+
runtimeId?: string;
|
|
2848
|
+
|
|
2849
|
+
status?: string;
|
|
2850
|
+
|
|
2851
|
+
exitCode?: number;
|
|
2852
|
+
|
|
2853
|
+
reason?: string;
|
|
2854
|
+
|
|
2855
|
+
networkBindings?: NetworkBinding[];
|
|
2856
|
+
}
|
|
2857
|
+
export declare namespace SubmitContainerStateChangeRequest {
|
|
2858
|
+
|
|
2859
|
+
const filterSensitiveLog: (obj: SubmitContainerStateChangeRequest) => any;
|
|
2860
|
+
}
|
|
2861
|
+
export interface SubmitContainerStateChangeResponse {
|
|
2862
|
+
|
|
2863
|
+
acknowledgment?: string;
|
|
2864
|
+
}
|
|
2865
|
+
export declare namespace SubmitContainerStateChangeResponse {
|
|
2866
|
+
|
|
2867
|
+
const filterSensitiveLog: (obj: SubmitContainerStateChangeResponse) => any;
|
|
2868
|
+
}
|
|
2869
|
+
|
|
2870
|
+
export interface ContainerStateChange {
|
|
2871
|
+
|
|
2872
|
+
containerName?: string;
|
|
2873
|
+
|
|
2874
|
+
imageDigest?: string;
|
|
2875
|
+
|
|
2876
|
+
runtimeId?: string;
|
|
2877
|
+
|
|
2878
|
+
exitCode?: number;
|
|
2879
|
+
|
|
2880
|
+
networkBindings?: NetworkBinding[];
|
|
2881
|
+
|
|
2882
|
+
reason?: string;
|
|
2883
|
+
|
|
2884
|
+
status?: string;
|
|
2885
|
+
}
|
|
2886
|
+
export declare namespace ContainerStateChange {
|
|
2887
|
+
|
|
2888
|
+
const filterSensitiveLog: (obj: ContainerStateChange) => any;
|
|
2889
|
+
}
|
|
2890
|
+
|
|
2891
|
+
export interface ManagedAgentStateChange {
|
|
2892
|
+
|
|
2893
|
+
containerName: string | undefined;
|
|
2894
|
+
|
|
2895
|
+
managedAgentName: ManagedAgentName | string | undefined;
|
|
2896
|
+
|
|
2897
|
+
status: string | undefined;
|
|
2898
|
+
|
|
2899
|
+
reason?: string;
|
|
2900
|
+
}
|
|
2901
|
+
export declare namespace ManagedAgentStateChange {
|
|
2902
|
+
|
|
2903
|
+
const filterSensitiveLog: (obj: ManagedAgentStateChange) => any;
|
|
2904
|
+
}
|
|
2905
|
+
export interface SubmitTaskStateChangeRequest {
|
|
2906
|
+
|
|
2907
|
+
cluster?: string;
|
|
2908
|
+
|
|
2909
|
+
task?: string;
|
|
2910
|
+
|
|
2911
|
+
status?: string;
|
|
2912
|
+
|
|
2913
|
+
reason?: string;
|
|
2914
|
+
|
|
2915
|
+
containers?: ContainerStateChange[];
|
|
2916
|
+
|
|
2917
|
+
attachments?: AttachmentStateChange[];
|
|
2918
|
+
|
|
2919
|
+
managedAgents?: ManagedAgentStateChange[];
|
|
2920
|
+
|
|
2921
|
+
pullStartedAt?: Date;
|
|
2922
|
+
|
|
2923
|
+
pullStoppedAt?: Date;
|
|
2924
|
+
|
|
2925
|
+
executionStoppedAt?: Date;
|
|
2926
|
+
}
|
|
2927
|
+
export declare namespace SubmitTaskStateChangeRequest {
|
|
2928
|
+
|
|
2929
|
+
const filterSensitiveLog: (obj: SubmitTaskStateChangeRequest) => any;
|
|
2930
|
+
}
|
|
2931
|
+
export interface SubmitTaskStateChangeResponse {
|
|
2932
|
+
|
|
2933
|
+
acknowledgment?: string;
|
|
2934
|
+
}
|
|
2935
|
+
export declare namespace SubmitTaskStateChangeResponse {
|
|
2936
|
+
|
|
2937
|
+
const filterSensitiveLog: (obj: SubmitTaskStateChangeResponse) => any;
|
|
2938
|
+
}
|
|
2939
|
+
|
|
2940
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
2941
|
+
readonly name: "ResourceNotFoundException";
|
|
2942
|
+
readonly $fault: "client";
|
|
2943
|
+
|
|
2944
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
2945
|
+
}
|
|
2946
|
+
export interface TagResourceRequest {
|
|
2947
|
+
|
|
2948
|
+
resourceArn: string | undefined;
|
|
2949
|
+
|
|
2950
|
+
tags: Tag[] | undefined;
|
|
2951
|
+
}
|
|
2952
|
+
export declare namespace TagResourceRequest {
|
|
2953
|
+
|
|
2954
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2955
|
+
}
|
|
2956
|
+
export interface TagResourceResponse {
|
|
2957
|
+
}
|
|
2958
|
+
export declare namespace TagResourceResponse {
|
|
2959
|
+
|
|
2960
|
+
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2961
|
+
}
|
|
2962
|
+
export interface UntagResourceRequest {
|
|
2963
|
+
|
|
2964
|
+
resourceArn: string | undefined;
|
|
2965
|
+
|
|
2966
|
+
tagKeys: string[] | undefined;
|
|
2967
|
+
}
|
|
2968
|
+
export declare namespace UntagResourceRequest {
|
|
2969
|
+
|
|
2970
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2971
|
+
}
|
|
2972
|
+
export interface UntagResourceResponse {
|
|
2973
|
+
}
|
|
2974
|
+
export declare namespace UntagResourceResponse {
|
|
2975
|
+
|
|
2976
|
+
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2977
|
+
}
|
|
2978
|
+
|
|
2979
|
+
export interface AutoScalingGroupProviderUpdate {
|
|
2980
|
+
|
|
2981
|
+
managedScaling?: ManagedScaling;
|
|
2982
|
+
|
|
2983
|
+
managedTerminationProtection?: ManagedTerminationProtection | string;
|
|
2984
|
+
}
|
|
2985
|
+
export declare namespace AutoScalingGroupProviderUpdate {
|
|
2986
|
+
|
|
2987
|
+
const filterSensitiveLog: (obj: AutoScalingGroupProviderUpdate) => any;
|
|
2988
|
+
}
|
|
2989
|
+
export interface UpdateCapacityProviderRequest {
|
|
2990
|
+
|
|
2991
|
+
name: string | undefined;
|
|
2992
|
+
|
|
2993
|
+
autoScalingGroupProvider: AutoScalingGroupProviderUpdate | undefined;
|
|
2994
|
+
}
|
|
2995
|
+
export declare namespace UpdateCapacityProviderRequest {
|
|
2996
|
+
|
|
2997
|
+
const filterSensitiveLog: (obj: UpdateCapacityProviderRequest) => any;
|
|
2998
|
+
}
|
|
2999
|
+
export interface UpdateCapacityProviderResponse {
|
|
3000
|
+
|
|
3001
|
+
capacityProvider?: CapacityProvider;
|
|
3002
|
+
}
|
|
3003
|
+
export declare namespace UpdateCapacityProviderResponse {
|
|
3004
|
+
|
|
3005
|
+
const filterSensitiveLog: (obj: UpdateCapacityProviderResponse) => any;
|
|
3006
|
+
}
|
|
3007
|
+
export interface UpdateClusterRequest {
|
|
3008
|
+
|
|
3009
|
+
cluster: string | undefined;
|
|
3010
|
+
|
|
3011
|
+
settings?: ClusterSetting[];
|
|
3012
|
+
|
|
3013
|
+
configuration?: ClusterConfiguration;
|
|
3014
|
+
}
|
|
3015
|
+
export declare namespace UpdateClusterRequest {
|
|
3016
|
+
|
|
3017
|
+
const filterSensitiveLog: (obj: UpdateClusterRequest) => any;
|
|
3018
|
+
}
|
|
3019
|
+
export interface UpdateClusterResponse {
|
|
3020
|
+
|
|
3021
|
+
cluster?: Cluster;
|
|
3022
|
+
}
|
|
3023
|
+
export declare namespace UpdateClusterResponse {
|
|
3024
|
+
|
|
3025
|
+
const filterSensitiveLog: (obj: UpdateClusterResponse) => any;
|
|
3026
|
+
}
|
|
3027
|
+
export interface UpdateClusterSettingsRequest {
|
|
3028
|
+
|
|
3029
|
+
cluster: string | undefined;
|
|
3030
|
+
|
|
3031
|
+
settings: ClusterSetting[] | undefined;
|
|
3032
|
+
}
|
|
3033
|
+
export declare namespace UpdateClusterSettingsRequest {
|
|
3034
|
+
|
|
3035
|
+
const filterSensitiveLog: (obj: UpdateClusterSettingsRequest) => any;
|
|
3036
|
+
}
|
|
3037
|
+
export interface UpdateClusterSettingsResponse {
|
|
3038
|
+
|
|
3039
|
+
cluster?: Cluster;
|
|
3040
|
+
}
|
|
3041
|
+
export declare namespace UpdateClusterSettingsResponse {
|
|
3042
|
+
|
|
3043
|
+
const filterSensitiveLog: (obj: UpdateClusterSettingsResponse) => any;
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3046
|
+
export declare class MissingVersionException extends __BaseException {
|
|
3047
|
+
readonly name: "MissingVersionException";
|
|
3048
|
+
readonly $fault: "client";
|
|
3049
|
+
|
|
3050
|
+
constructor(opts: __ExceptionOptionType<MissingVersionException, __BaseException>);
|
|
3051
|
+
}
|
|
3052
|
+
|
|
3053
|
+
export declare class NoUpdateAvailableException extends __BaseException {
|
|
3054
|
+
readonly name: "NoUpdateAvailableException";
|
|
3055
|
+
readonly $fault: "client";
|
|
3056
|
+
|
|
3057
|
+
constructor(opts: __ExceptionOptionType<NoUpdateAvailableException, __BaseException>);
|
|
3058
|
+
}
|
|
3059
|
+
export interface UpdateContainerAgentRequest {
|
|
3060
|
+
|
|
3061
|
+
cluster?: string;
|
|
3062
|
+
|
|
3063
|
+
containerInstance: string | undefined;
|
|
3064
|
+
}
|
|
3065
|
+
export declare namespace UpdateContainerAgentRequest {
|
|
3066
|
+
|
|
3067
|
+
const filterSensitiveLog: (obj: UpdateContainerAgentRequest) => any;
|
|
3068
|
+
}
|
|
3069
|
+
export interface UpdateContainerAgentResponse {
|
|
3070
|
+
|
|
3071
|
+
containerInstance?: ContainerInstance;
|
|
3072
|
+
}
|
|
3073
|
+
export declare namespace UpdateContainerAgentResponse {
|
|
3074
|
+
|
|
3075
|
+
const filterSensitiveLog: (obj: UpdateContainerAgentResponse) => any;
|
|
3076
|
+
}
|
|
3077
|
+
export interface UpdateContainerInstancesStateRequest {
|
|
3078
|
+
|
|
3079
|
+
cluster?: string;
|
|
3080
|
+
|
|
3081
|
+
containerInstances: string[] | undefined;
|
|
3082
|
+
|
|
3083
|
+
status: ContainerInstanceStatus | string | undefined;
|
|
3084
|
+
}
|
|
3085
|
+
export declare namespace UpdateContainerInstancesStateRequest {
|
|
3086
|
+
|
|
3087
|
+
const filterSensitiveLog: (obj: UpdateContainerInstancesStateRequest) => any;
|
|
3088
|
+
}
|
|
3089
|
+
export interface UpdateContainerInstancesStateResponse {
|
|
3090
|
+
|
|
3091
|
+
containerInstances?: ContainerInstance[];
|
|
3092
|
+
|
|
3093
|
+
failures?: Failure[];
|
|
3094
|
+
}
|
|
3095
|
+
export declare namespace UpdateContainerInstancesStateResponse {
|
|
3096
|
+
|
|
3097
|
+
const filterSensitiveLog: (obj: UpdateContainerInstancesStateResponse) => any;
|
|
3098
|
+
}
|
|
3099
|
+
export interface UpdateServiceRequest {
|
|
3100
|
+
|
|
3101
|
+
cluster?: string;
|
|
3102
|
+
|
|
3103
|
+
service: string | undefined;
|
|
3104
|
+
|
|
3105
|
+
desiredCount?: number;
|
|
3106
|
+
|
|
3107
|
+
taskDefinition?: string;
|
|
3108
|
+
|
|
3109
|
+
capacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
3110
|
+
|
|
3111
|
+
deploymentConfiguration?: DeploymentConfiguration;
|
|
3112
|
+
|
|
3113
|
+
networkConfiguration?: NetworkConfiguration;
|
|
3114
|
+
|
|
3115
|
+
placementConstraints?: PlacementConstraint[];
|
|
3116
|
+
|
|
3117
|
+
placementStrategy?: PlacementStrategy[];
|
|
3118
|
+
|
|
3119
|
+
platformVersion?: string;
|
|
3120
|
+
|
|
3121
|
+
forceNewDeployment?: boolean;
|
|
3122
|
+
|
|
3123
|
+
healthCheckGracePeriodSeconds?: number;
|
|
3124
|
+
|
|
3125
|
+
enableExecuteCommand?: boolean;
|
|
3126
|
+
}
|
|
3127
|
+
export declare namespace UpdateServiceRequest {
|
|
3128
|
+
|
|
3129
|
+
const filterSensitiveLog: (obj: UpdateServiceRequest) => any;
|
|
3130
|
+
}
|
|
3131
|
+
export interface UpdateServiceResponse {
|
|
3132
|
+
|
|
3133
|
+
service?: Service;
|
|
3134
|
+
}
|
|
3135
|
+
export declare namespace UpdateServiceResponse {
|
|
3136
|
+
|
|
3137
|
+
const filterSensitiveLog: (obj: UpdateServiceResponse) => any;
|
|
3138
|
+
}
|
|
3139
|
+
export interface UpdateServicePrimaryTaskSetRequest {
|
|
3140
|
+
|
|
3141
|
+
cluster: string | undefined;
|
|
3142
|
+
|
|
3143
|
+
service: string | undefined;
|
|
3144
|
+
|
|
3145
|
+
primaryTaskSet: string | undefined;
|
|
3146
|
+
}
|
|
3147
|
+
export declare namespace UpdateServicePrimaryTaskSetRequest {
|
|
3148
|
+
|
|
3149
|
+
const filterSensitiveLog: (obj: UpdateServicePrimaryTaskSetRequest) => any;
|
|
3150
|
+
}
|
|
3151
|
+
export interface UpdateServicePrimaryTaskSetResponse {
|
|
3152
|
+
|
|
3153
|
+
taskSet?: TaskSet;
|
|
3154
|
+
}
|
|
3155
|
+
export declare namespace UpdateServicePrimaryTaskSetResponse {
|
|
3156
|
+
|
|
3157
|
+
const filterSensitiveLog: (obj: UpdateServicePrimaryTaskSetResponse) => any;
|
|
3158
|
+
}
|
|
3159
|
+
export interface UpdateTaskSetRequest {
|
|
3160
|
+
|
|
3161
|
+
cluster: string | undefined;
|
|
3162
|
+
|
|
3163
|
+
service: string | undefined;
|
|
3164
|
+
|
|
3165
|
+
taskSet: string | undefined;
|
|
3166
|
+
|
|
3167
|
+
scale: Scale | undefined;
|
|
3168
|
+
}
|
|
3169
|
+
export declare namespace UpdateTaskSetRequest {
|
|
3170
|
+
|
|
3171
|
+
const filterSensitiveLog: (obj: UpdateTaskSetRequest) => any;
|
|
3172
|
+
}
|
|
3173
|
+
export interface UpdateTaskSetResponse {
|
|
3174
|
+
|
|
3175
|
+
taskSet?: TaskSet;
|
|
3176
|
+
}
|
|
3177
|
+
export declare namespace UpdateTaskSetResponse {
|
|
3178
|
+
|
|
3179
|
+
const filterSensitiveLog: (obj: UpdateTaskSetResponse) => any;
|
|
3180
|
+
}
|