@aws-sdk/client-ecs 3.993.0 → 3.995.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/README.md +1 -15
- package/dist-cjs/index.js +164 -164
- package/dist-cjs/models/errors.js +86 -86
- package/dist-cjs/schemas/schemas_0.js +5 -5
- package/dist-es/models/enums.js +156 -156
- package/dist-es/models/errors.js +68 -68
- package/dist-es/schemas/schemas_0.js +5 -5
- package/dist-es/waiters/waitForServicesInactive.js +2 -2
- package/dist-es/waiters/waitForServicesStable.js +2 -2
- package/dist-es/waiters/waitForTasksRunning.js +2 -2
- package/dist-es/waiters/waitForTasksStopped.js +2 -2
- package/dist-types/ECS.d.ts +1 -15
- package/dist-types/ECSClient.d.ts +1 -15
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +4 -16
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -20
- package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +4 -18
- package/dist-types/commands/CreateServiceCommand.d.ts +4 -236
- package/dist-types/commands/CreateTaskSetCommand.d.ts +6 -25
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +12 -18
- package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -7
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -21
- package/dist-types/commands/DeleteClusterCommand.d.ts +7 -30
- package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +5 -19
- package/dist-types/commands/DeleteServiceCommand.d.ts +4 -30
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -27
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +6 -16
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -21
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -25
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +34 -39
- package/dist-types/commands/DescribeClustersCommand.d.ts +3 -10
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -9
- package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -14
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +44 -13
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +44 -14
- package/dist-types/commands/DescribeServicesCommand.d.ts +2 -7
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -15
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +5 -16
- package/dist-types/commands/DescribeTasksCommand.d.ts +3 -12
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -8
- package/dist-types/commands/ExecuteCommandCommand.d.ts +4 -32
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -7
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +9 -14
- package/dist-types/commands/ListAttributesCommand.d.ts +2 -11
- package/dist-types/commands/ListClustersCommand.d.ts +2 -7
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -11
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +4 -15
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -13
- package/dist-types/commands/ListServicesCommand.d.ts +3 -9
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -7
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -24
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +13 -20
- package/dist-types/commands/ListTasksCommand.d.ts +14 -23
- package/dist-types/commands/PutAccountSettingCommand.d.ts +12 -22
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -9
- package/dist-types/commands/PutAttributesCommand.d.ts +4 -14
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +4 -29
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -13
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -26
- package/dist-types/commands/RunTaskCommand.d.ts +6 -75
- package/dist-types/commands/StartTaskCommand.d.ts +3 -23
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +5 -25
- package/dist-types/commands/StopTaskCommand.d.ts +3 -25
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -12
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -8
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -12
- package/dist-types/commands/TagResourceCommand.d.ts +3 -11
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -7
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -10
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -7
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -7
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +6 -41
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -56
- package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +5 -19
- package/dist-types/commands/UpdateServiceCommand.d.ts +14 -146
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -19
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +15 -47
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +6 -17
- package/dist-types/index.d.ts +1 -15
- package/dist-types/models/enums.d.ts +338 -338
- package/dist-types/models/errors.d.ts +74 -128
- package/dist-types/models/models_0.d.ts +3435 -9819
- package/dist-types/ts3.4/models/enums.d.ts +222 -222
- package/dist-types/ts3.4/models/errors.d.ts +61 -61
- package/dist-types/ts3.4/models/models_0.d.ts +1055 -1055
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.BlockedException = exports.TaskSetNotFoundException = exports.ServiceDeploymentNotFoundException = exports.ConflictException = exports.ResourceNotFoundException = exports.ServiceNotActiveException = exports.PlatformUnknownException = exports.PlatformTaskDefinitionIncompatibilityException = exports.NoUpdateAvailableException = exports.MissingVersionException = exports.AttributeLimitExceededException = exports.ServiceNotFoundException = exports.TargetNotFoundException = exports.ResourceInUseException = exports.TargetNotConnectedException = exports.ClusterContainsTasksException = exports.ClusterContainsServicesException = exports.ClusterContainsContainerInstancesException = exports.ClusterContainsCapacityProviderException = exports.NamespaceNotFoundException = exports.UpdateInProgressException = exports.UnsupportedFeatureException = exports.ServerException = exports.LimitExceededException = exports.InvalidParameterException = exports.ClusterNotFoundException = exports.ClientException = exports.AccessDeniedException = void 0;
|
|
4
4
|
const ECSServiceException_1 = require("./ECSServiceException");
|
|
5
5
|
class AccessDeniedException extends ECSServiceException_1.ECSServiceException {
|
|
6
6
|
name = "AccessDeniedException";
|
|
@@ -119,201 +119,201 @@ class NamespaceNotFoundException extends ECSServiceException_1.ECSServiceExcepti
|
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
exports.NamespaceNotFoundException = NamespaceNotFoundException;
|
|
122
|
-
class
|
|
123
|
-
name = "
|
|
122
|
+
class ClusterContainsCapacityProviderException extends ECSServiceException_1.ECSServiceException {
|
|
123
|
+
name = "ClusterContainsCapacityProviderException";
|
|
124
124
|
$fault = "client";
|
|
125
125
|
constructor(opts) {
|
|
126
126
|
super({
|
|
127
|
-
name: "
|
|
127
|
+
name: "ClusterContainsCapacityProviderException",
|
|
128
128
|
$fault: "client",
|
|
129
129
|
...opts,
|
|
130
130
|
});
|
|
131
|
-
Object.setPrototypeOf(this,
|
|
131
|
+
Object.setPrototypeOf(this, ClusterContainsCapacityProviderException.prototype);
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
|
-
exports.
|
|
135
|
-
class
|
|
136
|
-
name = "
|
|
134
|
+
exports.ClusterContainsCapacityProviderException = ClusterContainsCapacityProviderException;
|
|
135
|
+
class ClusterContainsContainerInstancesException extends ECSServiceException_1.ECSServiceException {
|
|
136
|
+
name = "ClusterContainsContainerInstancesException";
|
|
137
137
|
$fault = "client";
|
|
138
138
|
constructor(opts) {
|
|
139
139
|
super({
|
|
140
|
-
name: "
|
|
140
|
+
name: "ClusterContainsContainerInstancesException",
|
|
141
141
|
$fault: "client",
|
|
142
142
|
...opts,
|
|
143
143
|
});
|
|
144
|
-
Object.setPrototypeOf(this,
|
|
144
|
+
Object.setPrototypeOf(this, ClusterContainsContainerInstancesException.prototype);
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
|
-
exports.
|
|
148
|
-
class
|
|
149
|
-
name = "
|
|
147
|
+
exports.ClusterContainsContainerInstancesException = ClusterContainsContainerInstancesException;
|
|
148
|
+
class ClusterContainsServicesException extends ECSServiceException_1.ECSServiceException {
|
|
149
|
+
name = "ClusterContainsServicesException";
|
|
150
150
|
$fault = "client";
|
|
151
151
|
constructor(opts) {
|
|
152
152
|
super({
|
|
153
|
-
name: "
|
|
153
|
+
name: "ClusterContainsServicesException",
|
|
154
154
|
$fault: "client",
|
|
155
155
|
...opts,
|
|
156
156
|
});
|
|
157
|
-
Object.setPrototypeOf(this,
|
|
157
|
+
Object.setPrototypeOf(this, ClusterContainsServicesException.prototype);
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
|
-
exports.
|
|
161
|
-
class
|
|
162
|
-
name = "
|
|
160
|
+
exports.ClusterContainsServicesException = ClusterContainsServicesException;
|
|
161
|
+
class ClusterContainsTasksException extends ECSServiceException_1.ECSServiceException {
|
|
162
|
+
name = "ClusterContainsTasksException";
|
|
163
163
|
$fault = "client";
|
|
164
164
|
constructor(opts) {
|
|
165
165
|
super({
|
|
166
|
-
name: "
|
|
166
|
+
name: "ClusterContainsTasksException",
|
|
167
167
|
$fault: "client",
|
|
168
168
|
...opts,
|
|
169
169
|
});
|
|
170
|
-
Object.setPrototypeOf(this,
|
|
170
|
+
Object.setPrototypeOf(this, ClusterContainsTasksException.prototype);
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
|
-
exports.
|
|
174
|
-
class
|
|
175
|
-
name = "
|
|
173
|
+
exports.ClusterContainsTasksException = ClusterContainsTasksException;
|
|
174
|
+
class TargetNotConnectedException extends ECSServiceException_1.ECSServiceException {
|
|
175
|
+
name = "TargetNotConnectedException";
|
|
176
176
|
$fault = "client";
|
|
177
177
|
constructor(opts) {
|
|
178
178
|
super({
|
|
179
|
-
name: "
|
|
179
|
+
name: "TargetNotConnectedException",
|
|
180
180
|
$fault: "client",
|
|
181
181
|
...opts,
|
|
182
182
|
});
|
|
183
|
-
Object.setPrototypeOf(this,
|
|
183
|
+
Object.setPrototypeOf(this, TargetNotConnectedException.prototype);
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
|
-
exports.
|
|
187
|
-
class
|
|
188
|
-
name = "
|
|
186
|
+
exports.TargetNotConnectedException = TargetNotConnectedException;
|
|
187
|
+
class ResourceInUseException extends ECSServiceException_1.ECSServiceException {
|
|
188
|
+
name = "ResourceInUseException";
|
|
189
189
|
$fault = "client";
|
|
190
190
|
constructor(opts) {
|
|
191
191
|
super({
|
|
192
|
-
name: "
|
|
192
|
+
name: "ResourceInUseException",
|
|
193
193
|
$fault: "client",
|
|
194
194
|
...opts,
|
|
195
195
|
});
|
|
196
|
-
Object.setPrototypeOf(this,
|
|
196
|
+
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
-
exports.
|
|
200
|
-
class
|
|
201
|
-
name = "
|
|
199
|
+
exports.ResourceInUseException = ResourceInUseException;
|
|
200
|
+
class TargetNotFoundException extends ECSServiceException_1.ECSServiceException {
|
|
201
|
+
name = "TargetNotFoundException";
|
|
202
202
|
$fault = "client";
|
|
203
203
|
constructor(opts) {
|
|
204
204
|
super({
|
|
205
|
-
name: "
|
|
205
|
+
name: "TargetNotFoundException",
|
|
206
206
|
$fault: "client",
|
|
207
207
|
...opts,
|
|
208
208
|
});
|
|
209
|
-
Object.setPrototypeOf(this,
|
|
209
|
+
Object.setPrototypeOf(this, TargetNotFoundException.prototype);
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
|
-
exports.
|
|
213
|
-
class
|
|
214
|
-
name = "
|
|
212
|
+
exports.TargetNotFoundException = TargetNotFoundException;
|
|
213
|
+
class ServiceNotFoundException extends ECSServiceException_1.ECSServiceException {
|
|
214
|
+
name = "ServiceNotFoundException";
|
|
215
215
|
$fault = "client";
|
|
216
216
|
constructor(opts) {
|
|
217
217
|
super({
|
|
218
|
-
name: "
|
|
218
|
+
name: "ServiceNotFoundException",
|
|
219
219
|
$fault: "client",
|
|
220
220
|
...opts,
|
|
221
221
|
});
|
|
222
|
-
Object.setPrototypeOf(this,
|
|
222
|
+
Object.setPrototypeOf(this, ServiceNotFoundException.prototype);
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
|
-
exports.
|
|
226
|
-
class
|
|
227
|
-
name = "
|
|
225
|
+
exports.ServiceNotFoundException = ServiceNotFoundException;
|
|
226
|
+
class AttributeLimitExceededException extends ECSServiceException_1.ECSServiceException {
|
|
227
|
+
name = "AttributeLimitExceededException";
|
|
228
228
|
$fault = "client";
|
|
229
229
|
constructor(opts) {
|
|
230
230
|
super({
|
|
231
|
-
name: "
|
|
231
|
+
name: "AttributeLimitExceededException",
|
|
232
232
|
$fault: "client",
|
|
233
233
|
...opts,
|
|
234
234
|
});
|
|
235
|
-
Object.setPrototypeOf(this,
|
|
235
|
+
Object.setPrototypeOf(this, AttributeLimitExceededException.prototype);
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
|
-
exports.
|
|
239
|
-
class
|
|
240
|
-
name = "
|
|
238
|
+
exports.AttributeLimitExceededException = AttributeLimitExceededException;
|
|
239
|
+
class MissingVersionException extends ECSServiceException_1.ECSServiceException {
|
|
240
|
+
name = "MissingVersionException";
|
|
241
241
|
$fault = "client";
|
|
242
242
|
constructor(opts) {
|
|
243
243
|
super({
|
|
244
|
-
name: "
|
|
244
|
+
name: "MissingVersionException",
|
|
245
245
|
$fault: "client",
|
|
246
246
|
...opts,
|
|
247
247
|
});
|
|
248
|
-
Object.setPrototypeOf(this,
|
|
248
|
+
Object.setPrototypeOf(this, MissingVersionException.prototype);
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
|
-
exports.
|
|
252
|
-
class
|
|
253
|
-
name = "
|
|
251
|
+
exports.MissingVersionException = MissingVersionException;
|
|
252
|
+
class NoUpdateAvailableException extends ECSServiceException_1.ECSServiceException {
|
|
253
|
+
name = "NoUpdateAvailableException";
|
|
254
254
|
$fault = "client";
|
|
255
255
|
constructor(opts) {
|
|
256
256
|
super({
|
|
257
|
-
name: "
|
|
257
|
+
name: "NoUpdateAvailableException",
|
|
258
258
|
$fault: "client",
|
|
259
259
|
...opts,
|
|
260
260
|
});
|
|
261
|
-
Object.setPrototypeOf(this,
|
|
261
|
+
Object.setPrototypeOf(this, NoUpdateAvailableException.prototype);
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
|
-
exports.
|
|
265
|
-
class
|
|
266
|
-
name = "
|
|
264
|
+
exports.NoUpdateAvailableException = NoUpdateAvailableException;
|
|
265
|
+
class PlatformTaskDefinitionIncompatibilityException extends ECSServiceException_1.ECSServiceException {
|
|
266
|
+
name = "PlatformTaskDefinitionIncompatibilityException";
|
|
267
267
|
$fault = "client";
|
|
268
268
|
constructor(opts) {
|
|
269
269
|
super({
|
|
270
|
-
name: "
|
|
270
|
+
name: "PlatformTaskDefinitionIncompatibilityException",
|
|
271
271
|
$fault: "client",
|
|
272
272
|
...opts,
|
|
273
273
|
});
|
|
274
|
-
Object.setPrototypeOf(this,
|
|
274
|
+
Object.setPrototypeOf(this, PlatformTaskDefinitionIncompatibilityException.prototype);
|
|
275
275
|
}
|
|
276
276
|
}
|
|
277
|
-
exports.
|
|
278
|
-
class
|
|
279
|
-
name = "
|
|
277
|
+
exports.PlatformTaskDefinitionIncompatibilityException = PlatformTaskDefinitionIncompatibilityException;
|
|
278
|
+
class PlatformUnknownException extends ECSServiceException_1.ECSServiceException {
|
|
279
|
+
name = "PlatformUnknownException";
|
|
280
280
|
$fault = "client";
|
|
281
281
|
constructor(opts) {
|
|
282
282
|
super({
|
|
283
|
-
name: "
|
|
283
|
+
name: "PlatformUnknownException",
|
|
284
284
|
$fault: "client",
|
|
285
285
|
...opts,
|
|
286
286
|
});
|
|
287
|
-
Object.setPrototypeOf(this,
|
|
287
|
+
Object.setPrototypeOf(this, PlatformUnknownException.prototype);
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
|
-
exports.
|
|
291
|
-
class
|
|
292
|
-
name = "
|
|
290
|
+
exports.PlatformUnknownException = PlatformUnknownException;
|
|
291
|
+
class ServiceNotActiveException extends ECSServiceException_1.ECSServiceException {
|
|
292
|
+
name = "ServiceNotActiveException";
|
|
293
293
|
$fault = "client";
|
|
294
294
|
constructor(opts) {
|
|
295
295
|
super({
|
|
296
|
-
name: "
|
|
296
|
+
name: "ServiceNotActiveException",
|
|
297
297
|
$fault: "client",
|
|
298
298
|
...opts,
|
|
299
299
|
});
|
|
300
|
-
Object.setPrototypeOf(this,
|
|
300
|
+
Object.setPrototypeOf(this, ServiceNotActiveException.prototype);
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
|
-
exports.
|
|
304
|
-
class
|
|
305
|
-
name = "
|
|
303
|
+
exports.ServiceNotActiveException = ServiceNotActiveException;
|
|
304
|
+
class ResourceNotFoundException extends ECSServiceException_1.ECSServiceException {
|
|
305
|
+
name = "ResourceNotFoundException";
|
|
306
306
|
$fault = "client";
|
|
307
307
|
constructor(opts) {
|
|
308
308
|
super({
|
|
309
|
-
name: "
|
|
309
|
+
name: "ResourceNotFoundException",
|
|
310
310
|
$fault: "client",
|
|
311
311
|
...opts,
|
|
312
312
|
});
|
|
313
|
-
Object.setPrototypeOf(this,
|
|
313
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
|
-
exports.
|
|
316
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
317
317
|
class ConflictException extends ECSServiceException_1.ECSServiceException {
|
|
318
318
|
name = "ConflictException";
|
|
319
319
|
$fault = "client";
|
|
@@ -342,29 +342,29 @@ class ServiceDeploymentNotFoundException extends ECSServiceException_1.ECSServic
|
|
|
342
342
|
}
|
|
343
343
|
}
|
|
344
344
|
exports.ServiceDeploymentNotFoundException = ServiceDeploymentNotFoundException;
|
|
345
|
-
class
|
|
346
|
-
name = "
|
|
345
|
+
class TaskSetNotFoundException extends ECSServiceException_1.ECSServiceException {
|
|
346
|
+
name = "TaskSetNotFoundException";
|
|
347
347
|
$fault = "client";
|
|
348
348
|
constructor(opts) {
|
|
349
349
|
super({
|
|
350
|
-
name: "
|
|
350
|
+
name: "TaskSetNotFoundException",
|
|
351
351
|
$fault: "client",
|
|
352
352
|
...opts,
|
|
353
353
|
});
|
|
354
|
-
Object.setPrototypeOf(this,
|
|
354
|
+
Object.setPrototypeOf(this, TaskSetNotFoundException.prototype);
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
|
-
exports.
|
|
358
|
-
class
|
|
359
|
-
name = "
|
|
357
|
+
exports.TaskSetNotFoundException = TaskSetNotFoundException;
|
|
358
|
+
class BlockedException extends ECSServiceException_1.ECSServiceException {
|
|
359
|
+
name = "BlockedException";
|
|
360
360
|
$fault = "client";
|
|
361
361
|
constructor(opts) {
|
|
362
362
|
super({
|
|
363
|
-
name: "
|
|
363
|
+
name: "BlockedException",
|
|
364
364
|
$fault: "client",
|
|
365
365
|
...opts,
|
|
366
366
|
});
|
|
367
|
-
Object.setPrototypeOf(this,
|
|
367
|
+
Object.setPrototypeOf(this, BlockedException.prototype);
|
|
368
368
|
}
|
|
369
369
|
}
|
|
370
|
-
exports.
|
|
370
|
+
exports.BlockedException = BlockedException;
|
|
@@ -2920,7 +2920,7 @@ var FirelensConfigurationOptionsMap = 128 | 0;
|
|
|
2920
2920
|
var LogConfigurationOptionsMap = 128 | 0;
|
|
2921
2921
|
var StringMap = 128 | 0;
|
|
2922
2922
|
exports.CreateCapacityProvider$ = [9, n0, _CCP,
|
|
2923
|
-
|
|
2923
|
+
2, () => exports.CreateCapacityProviderRequest$, () => exports.CreateCapacityProviderResponse$
|
|
2924
2924
|
];
|
|
2925
2925
|
exports.CreateCluster$ = [9, n0, _CCr,
|
|
2926
2926
|
0, () => exports.CreateClusterRequest$, () => exports.CreateClusterResponse$
|
|
@@ -2941,22 +2941,22 @@ exports.DeleteAttributes$ = [9, n0, _DAe,
|
|
|
2941
2941
|
0, () => exports.DeleteAttributesRequest$, () => exports.DeleteAttributesResponse$
|
|
2942
2942
|
];
|
|
2943
2943
|
exports.DeleteCapacityProvider$ = [9, n0, _DCP,
|
|
2944
|
-
|
|
2944
|
+
2, () => exports.DeleteCapacityProviderRequest$, () => exports.DeleteCapacityProviderResponse$
|
|
2945
2945
|
];
|
|
2946
2946
|
exports.DeleteCluster$ = [9, n0, _DCel,
|
|
2947
|
-
|
|
2947
|
+
2, () => exports.DeleteClusterRequest$, () => exports.DeleteClusterResponse$
|
|
2948
2948
|
];
|
|
2949
2949
|
exports.DeleteExpressGatewayService$ = [9, n0, _DEGS,
|
|
2950
2950
|
0, () => exports.DeleteExpressGatewayServiceRequest$, () => exports.DeleteExpressGatewayServiceResponse$
|
|
2951
2951
|
];
|
|
2952
2952
|
exports.DeleteService$ = [9, n0, _DS,
|
|
2953
|
-
|
|
2953
|
+
2, () => exports.DeleteServiceRequest$, () => exports.DeleteServiceResponse$
|
|
2954
2954
|
];
|
|
2955
2955
|
exports.DeleteTaskDefinitions$ = [9, n0, _DTD,
|
|
2956
2956
|
0, () => exports.DeleteTaskDefinitionsRequest$, () => exports.DeleteTaskDefinitionsResponse$
|
|
2957
2957
|
];
|
|
2958
2958
|
exports.DeleteTaskSet$ = [9, n0, _DTS,
|
|
2959
|
-
|
|
2959
|
+
2, () => exports.DeleteTaskSetRequest$, () => exports.DeleteTaskSetResponse$
|
|
2960
2960
|
];
|
|
2961
2961
|
exports.DeregisterContainerInstance$ = [9, n0, _DCI,
|
|
2962
2962
|
0, () => exports.DeregisterContainerInstanceRequest$, () => exports.DeregisterContainerInstanceResponse$
|