@aws-sdk/client-ecs 3.935.0 → 3.937.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/index.js +526 -45
  3. package/dist-es/ECS.js +8 -0
  4. package/dist-es/commands/CreateExpressGatewayServiceCommand.js +16 -0
  5. package/dist-es/commands/DeleteExpressGatewayServiceCommand.js +16 -0
  6. package/dist-es/commands/DescribeExpressGatewayServiceCommand.js +16 -0
  7. package/dist-es/commands/UpdateExpressGatewayServiceCommand.js +16 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/models/enums.js +28 -0
  10. package/dist-es/models/errors.js +8 -8
  11. package/dist-es/schemas/schemas_0.js +429 -37
  12. package/dist-types/ECS.d.ts +28 -0
  13. package/dist-types/ECSClient.d.ts +6 -2
  14. package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +240 -0
  15. package/dist-types/commands/CreateServiceCommand.d.ts +10 -0
  16. package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +187 -0
  17. package/dist-types/commands/DeleteServiceCommand.d.ts +10 -0
  18. package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +184 -0
  19. package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +105 -0
  20. package/dist-types/commands/DescribeServicesCommand.d.ts +10 -0
  21. package/dist-types/commands/ListServicesCommand.d.ts +1 -0
  22. package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +222 -0
  23. package/dist-types/commands/UpdateServiceCommand.d.ts +10 -0
  24. package/dist-types/commands/index.d.ts +4 -0
  25. package/dist-types/models/enums.d.ts +76 -0
  26. package/dist-types/models/errors.d.ts +12 -12
  27. package/dist-types/models/models_0.d.ts +3808 -2758
  28. package/dist-types/schemas/schemas_0.d.ts +46 -0
  29. package/dist-types/ts3.4/ECS.d.ts +68 -0
  30. package/dist-types/ts3.4/ECSClient.d.ts +24 -0
  31. package/dist-types/ts3.4/commands/CreateExpressGatewayServiceCommand.d.ts +51 -0
  32. package/dist-types/ts3.4/commands/DeleteExpressGatewayServiceCommand.d.ts +51 -0
  33. package/dist-types/ts3.4/commands/DescribeExpressGatewayServiceCommand.d.ts +51 -0
  34. package/dist-types/ts3.4/commands/UpdateExpressGatewayServiceCommand.d.ts +51 -0
  35. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  36. package/dist-types/ts3.4/models/enums.d.ts +39 -0
  37. package/dist-types/ts3.4/models/errors.d.ts +6 -6
  38. package/dist-types/ts3.4/models/models_0.d.ts +229 -4
  39. package/dist-types/ts3.4/schemas/schemas_0.d.ts +46 -0
  40. package/package.json +12 -12
@@ -42,6 +42,8 @@ export declare var CreateCapacityProviderResponse: StaticStructureSchema;
42
42
  export declare var CreateClusterRequest: StaticStructureSchema;
43
43
  export declare var CreateClusterResponse: StaticStructureSchema;
44
44
  export declare var CreatedAt: StaticStructureSchema;
45
+ export declare var CreateExpressGatewayServiceRequest: StaticStructureSchema;
46
+ export declare var CreateExpressGatewayServiceResponse: StaticStructureSchema;
45
47
  export declare var CreateManagedInstancesProviderConfiguration: StaticStructureSchema;
46
48
  export declare var CreateServiceRequest: StaticStructureSchema;
47
49
  export declare var CreateServiceResponse: StaticStructureSchema;
@@ -55,6 +57,8 @@ export declare var DeleteCapacityProviderRequest: StaticStructureSchema;
55
57
  export declare var DeleteCapacityProviderResponse: StaticStructureSchema;
56
58
  export declare var DeleteClusterRequest: StaticStructureSchema;
57
59
  export declare var DeleteClusterResponse: StaticStructureSchema;
60
+ export declare var DeleteExpressGatewayServiceRequest: StaticStructureSchema;
61
+ export declare var DeleteExpressGatewayServiceResponse: StaticStructureSchema;
58
62
  export declare var DeleteServiceRequest: StaticStructureSchema;
59
63
  export declare var DeleteServiceResponse: StaticStructureSchema;
60
64
  export declare var DeleteTaskDefinitionsRequest: StaticStructureSchema;
@@ -78,6 +82,8 @@ export declare var DescribeClustersRequest: StaticStructureSchema;
78
82
  export declare var DescribeClustersResponse: StaticStructureSchema;
79
83
  export declare var DescribeContainerInstancesRequest: StaticStructureSchema;
80
84
  export declare var DescribeContainerInstancesResponse: StaticStructureSchema;
85
+ export declare var DescribeExpressGatewayServiceRequest: StaticStructureSchema;
86
+ export declare var DescribeExpressGatewayServiceResponse: StaticStructureSchema;
81
87
  export declare var DescribeServiceDeploymentsRequest: StaticStructureSchema;
82
88
  export declare var DescribeServiceDeploymentsResponse: StaticStructureSchema;
83
89
  export declare var DescribeServiceRevisionsRequest: StaticStructureSchema;
@@ -95,6 +101,8 @@ export declare var DiscoverPollEndpointRequest: StaticStructureSchema;
95
101
  export declare var DiscoverPollEndpointResponse: StaticStructureSchema;
96
102
  export declare var DockerVolumeConfiguration: StaticStructureSchema;
97
103
  export declare var EBSTagSpecification: StaticStructureSchema;
104
+ export declare var ECSExpressGatewayService: StaticStructureSchema;
105
+ export declare var ECSManagedResources: StaticStructureSchema;
98
106
  export declare var EFSAuthorizationConfig: StaticStructureSchema;
99
107
  export declare var EFSVolumeConfiguration: StaticStructureSchema;
100
108
  export declare var EnvironmentFile: StaticStructureSchema;
@@ -103,6 +111,13 @@ export declare var ExecuteCommandConfiguration: StaticStructureSchema;
103
111
  export declare var ExecuteCommandLogConfiguration: StaticStructureSchema;
104
112
  export declare var ExecuteCommandRequest: StaticStructureSchema;
105
113
  export declare var ExecuteCommandResponse: StaticStructureSchema;
114
+ export declare var ExpressGatewayContainer: StaticStructureSchema;
115
+ export declare var ExpressGatewayRepositoryCredentials: StaticStructureSchema;
116
+ export declare var ExpressGatewayScalingTarget: StaticStructureSchema;
117
+ export declare var ExpressGatewayServiceAwsLogsConfiguration: StaticStructureSchema;
118
+ export declare var ExpressGatewayServiceConfiguration: StaticStructureSchema;
119
+ export declare var ExpressGatewayServiceNetworkConfiguration: StaticStructureSchema;
120
+ export declare var ExpressGatewayServiceStatus: StaticStructureSchema;
106
121
  export declare var Failure: StaticStructureSchema;
107
122
  export declare var FirelensConfiguration: StaticStructureSchema;
108
123
  export declare var FSxWindowsFileServerAuthorizationConfig: StaticStructureSchema;
@@ -115,6 +130,7 @@ export declare var HostVolumeProperties: StaticStructureSchema;
115
130
  export declare var InferenceAccelerator: StaticStructureSchema;
116
131
  export declare var InferenceAcceleratorOverride: StaticStructureSchema;
117
132
  export declare var InfrastructureOptimization: StaticStructureSchema;
133
+ export declare var IngressPathSummary: StaticStructureSchema;
118
134
  export declare var InstanceHealthCheckResult: StaticStructureSchema;
119
135
  export declare var InstanceLaunchTemplate: StaticStructureSchema;
120
136
  export declare var InstanceLaunchTemplateUpdate: StaticStructureSchema;
@@ -151,11 +167,23 @@ export declare var LoadBalancer: StaticStructureSchema;
151
167
  export declare var LogConfiguration: StaticStructureSchema;
152
168
  export declare var ManagedAgent: StaticStructureSchema;
153
169
  export declare var ManagedAgentStateChange: StaticStructureSchema;
170
+ export declare var ManagedApplicationAutoScalingPolicy: StaticStructureSchema;
171
+ export declare var ManagedAutoScaling: StaticStructureSchema;
172
+ export declare var ManagedCertificate: StaticStructureSchema;
173
+ export declare var ManagedIngressPath: StaticStructureSchema;
154
174
  export declare var ManagedInstancesNetworkConfiguration: StaticStructureSchema;
155
175
  export declare var ManagedInstancesProvider: StaticStructureSchema;
156
176
  export declare var ManagedInstancesStorageConfiguration: StaticStructureSchema;
177
+ export declare var ManagedListener: StaticStructureSchema;
178
+ export declare var ManagedListenerRule: StaticStructureSchema;
179
+ export declare var ManagedLoadBalancer: StaticStructureSchema;
180
+ export declare var ManagedLogGroup: StaticStructureSchema;
181
+ export declare var ManagedMetricAlarm: StaticStructureSchema;
182
+ export declare var ManagedScalableTarget: StaticStructureSchema;
157
183
  export declare var ManagedScaling: StaticStructureSchema;
184
+ export declare var ManagedSecurityGroup: StaticStructureSchema;
158
185
  export declare var ManagedStorageConfiguration: StaticStructureSchema;
186
+ export declare var ManagedTargetGroup: StaticStructureSchema;
159
187
  export declare var MemoryGiBPerVCpuRequest: StaticStructureSchema;
160
188
  export declare var MemoryMiBRequest: StaticStructureSchema;
161
189
  export declare var MissingVersionException: StaticErrorSchema;
@@ -211,6 +239,7 @@ export declare var ServiceConnectTestTrafficHeaderRules: StaticStructureSchema;
211
239
  export declare var ServiceConnectTestTrafficRules: StaticStructureSchema;
212
240
  export declare var ServiceConnectTlsCertificateAuthority: StaticStructureSchema;
213
241
  export declare var ServiceConnectTlsConfiguration: StaticStructureSchema;
242
+ export declare var ServiceCurrentRevisionSummary: StaticStructureSchema;
214
243
  export declare var ServiceDeployment: StaticStructureSchema;
215
244
  export declare var ServiceDeploymentAlarms: StaticStructureSchema;
216
245
  export declare var ServiceDeploymentBrief: StaticStructureSchema;
@@ -272,6 +301,9 @@ export declare var UpdateContainerAgentRequest: StaticStructureSchema;
272
301
  export declare var UpdateContainerAgentResponse: StaticStructureSchema;
273
302
  export declare var UpdateContainerInstancesStateRequest: StaticStructureSchema;
274
303
  export declare var UpdateContainerInstancesStateResponse: StaticStructureSchema;
304
+ export declare var UpdatedExpressGatewayService: StaticStructureSchema;
305
+ export declare var UpdateExpressGatewayServiceRequest: StaticStructureSchema;
306
+ export declare var UpdateExpressGatewayServiceResponse: StaticStructureSchema;
275
307
  export declare var UpdateInProgressException: StaticErrorSchema;
276
308
  export declare var UpdateManagedInstancesProviderConfiguration: StaticStructureSchema;
277
309
  export declare var UpdateServicePrimaryTaskSetRequest: StaticStructureSchema;
@@ -322,11 +354,14 @@ export declare var EBSTagSpecifications: StaticListSchema;
322
354
  export declare var EnvironmentFiles: StaticListSchema;
323
355
  export declare var EnvironmentVariables: StaticListSchema;
324
356
  export declare var ExcludedInstanceTypeSet: StaticListSchema;
357
+ export declare var ExpressGatewayServiceConfigurations: StaticListSchema;
358
+ export declare var ExpressGatewayServiceIncludeList: number;
325
359
  export declare var Failures: StaticListSchema;
326
360
  export declare var GpuIds: number;
327
361
  export declare var HostEntryList: StaticListSchema;
328
362
  export declare var InferenceAcceleratorOverrides: StaticListSchema;
329
363
  export declare var InferenceAccelerators: StaticListSchema;
364
+ export declare var IngressPathSummaries: StaticListSchema;
330
365
  export declare var InstanceGenerationSet: StaticListSchema;
331
366
  export declare var InstanceHealthCheckResultList: StaticListSchema;
332
367
  export declare var IntegerList: number;
@@ -334,6 +369,12 @@ export declare var LoadBalancers: StaticListSchema;
334
369
  export declare var LocalStorageTypeSet: StaticListSchema;
335
370
  export declare var ManagedAgents: StaticListSchema;
336
371
  export declare var ManagedAgentStateChanges: StaticListSchema;
372
+ export declare var ManagedApplicationAutoScalingPolicies: StaticListSchema;
373
+ export declare var ManagedIngressPaths: StaticListSchema;
374
+ export declare var ManagedLogGroups: StaticListSchema;
375
+ export declare var ManagedMetricAlarms: StaticListSchema;
376
+ export declare var ManagedSecurityGroups: StaticListSchema;
377
+ export declare var ManagedTargetGroups: StaticListSchema;
337
378
  export declare var MountPointList: StaticListSchema;
338
379
  export declare var NetworkBindings: StaticListSchema;
339
380
  export declare var NetworkInterfaces: StaticListSchema;
@@ -351,6 +392,7 @@ export declare var SecretList: StaticListSchema;
351
392
  export declare var ServiceConnectClientAliasList: StaticListSchema;
352
393
  export declare var ServiceConnectServiceList: StaticListSchema;
353
394
  export declare var ServiceConnectServiceResourceList: StaticListSchema;
395
+ export declare var ServiceCurrentRevisionSummaryList: StaticListSchema;
354
396
  export declare var ServiceDeployments: StaticListSchema;
355
397
  export declare var ServiceDeploymentsBrief: StaticListSchema;
356
398
  export declare var ServiceDeploymentStatusList: number;
@@ -387,12 +429,14 @@ export declare var LogConfigurationOptionsMap: number;
387
429
  export declare var StringMap: number;
388
430
  export declare var CreateCapacityProvider: StaticOperationSchema;
389
431
  export declare var CreateCluster: StaticOperationSchema;
432
+ export declare var CreateExpressGatewayService: StaticOperationSchema;
390
433
  export declare var CreateService: StaticOperationSchema;
391
434
  export declare var CreateTaskSet: StaticOperationSchema;
392
435
  export declare var DeleteAccountSetting: StaticOperationSchema;
393
436
  export declare var DeleteAttributes: StaticOperationSchema;
394
437
  export declare var DeleteCapacityProvider: StaticOperationSchema;
395
438
  export declare var DeleteCluster: StaticOperationSchema;
439
+ export declare var DeleteExpressGatewayService: StaticOperationSchema;
396
440
  export declare var DeleteService: StaticOperationSchema;
397
441
  export declare var DeleteTaskDefinitions: StaticOperationSchema;
398
442
  export declare var DeleteTaskSet: StaticOperationSchema;
@@ -401,6 +445,7 @@ export declare var DeregisterTaskDefinition: StaticOperationSchema;
401
445
  export declare var DescribeCapacityProviders: StaticOperationSchema;
402
446
  export declare var DescribeClusters: StaticOperationSchema;
403
447
  export declare var DescribeContainerInstances: StaticOperationSchema;
448
+ export declare var DescribeExpressGatewayService: StaticOperationSchema;
404
449
  export declare var DescribeServiceDeployments: StaticOperationSchema;
405
450
  export declare var DescribeServiceRevisions: StaticOperationSchema;
406
451
  export declare var DescribeServices: StaticOperationSchema;
@@ -441,6 +486,7 @@ export declare var UpdateCluster: StaticOperationSchema;
441
486
  export declare var UpdateClusterSettings: StaticOperationSchema;
442
487
  export declare var UpdateContainerAgent: StaticOperationSchema;
443
488
  export declare var UpdateContainerInstancesState: StaticOperationSchema;
489
+ export declare var UpdateExpressGatewayService: StaticOperationSchema;
444
490
  export declare var UpdateService: StaticOperationSchema;
445
491
  export declare var UpdateServicePrimaryTaskSet: StaticOperationSchema;
446
492
  export declare var UpdateTaskProtection: StaticOperationSchema;
@@ -7,6 +7,10 @@ import {
7
7
  CreateClusterCommandInput,
8
8
  CreateClusterCommandOutput,
9
9
  } from "./commands/CreateClusterCommand";
10
+ import {
11
+ CreateExpressGatewayServiceCommandInput,
12
+ CreateExpressGatewayServiceCommandOutput,
13
+ } from "./commands/CreateExpressGatewayServiceCommand";
10
14
  import {
11
15
  CreateServiceCommandInput,
12
16
  CreateServiceCommandOutput,
@@ -31,6 +35,10 @@ import {
31
35
  DeleteClusterCommandInput,
32
36
  DeleteClusterCommandOutput,
33
37
  } from "./commands/DeleteClusterCommand";
38
+ import {
39
+ DeleteExpressGatewayServiceCommandInput,
40
+ DeleteExpressGatewayServiceCommandOutput,
41
+ } from "./commands/DeleteExpressGatewayServiceCommand";
34
42
  import {
35
43
  DeleteServiceCommandInput,
36
44
  DeleteServiceCommandOutput,
@@ -63,6 +71,10 @@ import {
63
71
  DescribeContainerInstancesCommandInput,
64
72
  DescribeContainerInstancesCommandOutput,
65
73
  } from "./commands/DescribeContainerInstancesCommand";
74
+ import {
75
+ DescribeExpressGatewayServiceCommandInput,
76
+ DescribeExpressGatewayServiceCommandOutput,
77
+ } from "./commands/DescribeExpressGatewayServiceCommand";
66
78
  import {
67
79
  DescribeServiceDeploymentsCommandInput,
68
80
  DescribeServiceDeploymentsCommandOutput,
@@ -223,6 +235,10 @@ import {
223
235
  UpdateContainerInstancesStateCommandInput,
224
236
  UpdateContainerInstancesStateCommandOutput,
225
237
  } from "./commands/UpdateContainerInstancesStateCommand";
238
+ import {
239
+ UpdateExpressGatewayServiceCommandInput,
240
+ UpdateExpressGatewayServiceCommandOutput,
241
+ } from "./commands/UpdateExpressGatewayServiceCommand";
226
242
  import {
227
243
  UpdateServiceCommandInput,
228
244
  UpdateServiceCommandOutput,
@@ -268,6 +284,19 @@ export interface ECS {
268
284
  options: __HttpHandlerOptions,
269
285
  cb: (err: any, data?: CreateClusterCommandOutput) => void
270
286
  ): void;
287
+ createExpressGatewayService(
288
+ args: CreateExpressGatewayServiceCommandInput,
289
+ options?: __HttpHandlerOptions
290
+ ): Promise<CreateExpressGatewayServiceCommandOutput>;
291
+ createExpressGatewayService(
292
+ args: CreateExpressGatewayServiceCommandInput,
293
+ cb: (err: any, data?: CreateExpressGatewayServiceCommandOutput) => void
294
+ ): void;
295
+ createExpressGatewayService(
296
+ args: CreateExpressGatewayServiceCommandInput,
297
+ options: __HttpHandlerOptions,
298
+ cb: (err: any, data?: CreateExpressGatewayServiceCommandOutput) => void
299
+ ): void;
271
300
  createService(
272
301
  args: CreateServiceCommandInput,
273
302
  options?: __HttpHandlerOptions
@@ -346,6 +375,19 @@ export interface ECS {
346
375
  options: __HttpHandlerOptions,
347
376
  cb: (err: any, data?: DeleteClusterCommandOutput) => void
348
377
  ): void;
378
+ deleteExpressGatewayService(
379
+ args: DeleteExpressGatewayServiceCommandInput,
380
+ options?: __HttpHandlerOptions
381
+ ): Promise<DeleteExpressGatewayServiceCommandOutput>;
382
+ deleteExpressGatewayService(
383
+ args: DeleteExpressGatewayServiceCommandInput,
384
+ cb: (err: any, data?: DeleteExpressGatewayServiceCommandOutput) => void
385
+ ): void;
386
+ deleteExpressGatewayService(
387
+ args: DeleteExpressGatewayServiceCommandInput,
388
+ options: __HttpHandlerOptions,
389
+ cb: (err: any, data?: DeleteExpressGatewayServiceCommandOutput) => void
390
+ ): void;
349
391
  deleteService(
350
392
  args: DeleteServiceCommandInput,
351
393
  options?: __HttpHandlerOptions
@@ -452,6 +494,19 @@ export interface ECS {
452
494
  options: __HttpHandlerOptions,
453
495
  cb: (err: any, data?: DescribeContainerInstancesCommandOutput) => void
454
496
  ): void;
497
+ describeExpressGatewayService(
498
+ args: DescribeExpressGatewayServiceCommandInput,
499
+ options?: __HttpHandlerOptions
500
+ ): Promise<DescribeExpressGatewayServiceCommandOutput>;
501
+ describeExpressGatewayService(
502
+ args: DescribeExpressGatewayServiceCommandInput,
503
+ cb: (err: any, data?: DescribeExpressGatewayServiceCommandOutput) => void
504
+ ): void;
505
+ describeExpressGatewayService(
506
+ args: DescribeExpressGatewayServiceCommandInput,
507
+ options: __HttpHandlerOptions,
508
+ cb: (err: any, data?: DescribeExpressGatewayServiceCommandOutput) => void
509
+ ): void;
455
510
  describeServiceDeployments(
456
511
  args: DescribeServiceDeploymentsCommandInput,
457
512
  options?: __HttpHandlerOptions
@@ -983,6 +1038,19 @@ export interface ECS {
983
1038
  options: __HttpHandlerOptions,
984
1039
  cb: (err: any, data?: UpdateContainerInstancesStateCommandOutput) => void
985
1040
  ): void;
1041
+ updateExpressGatewayService(
1042
+ args: UpdateExpressGatewayServiceCommandInput,
1043
+ options?: __HttpHandlerOptions
1044
+ ): Promise<UpdateExpressGatewayServiceCommandOutput>;
1045
+ updateExpressGatewayService(
1046
+ args: UpdateExpressGatewayServiceCommandInput,
1047
+ cb: (err: any, data?: UpdateExpressGatewayServiceCommandOutput) => void
1048
+ ): void;
1049
+ updateExpressGatewayService(
1050
+ args: UpdateExpressGatewayServiceCommandInput,
1051
+ options: __HttpHandlerOptions,
1052
+ cb: (err: any, data?: UpdateExpressGatewayServiceCommandOutput) => void
1053
+ ): void;
986
1054
  updateService(
987
1055
  args: UpdateServiceCommandInput,
988
1056
  options?: __HttpHandlerOptions
@@ -56,6 +56,10 @@ import {
56
56
  CreateClusterCommandInput,
57
57
  CreateClusterCommandOutput,
58
58
  } from "./commands/CreateClusterCommand";
59
+ import {
60
+ CreateExpressGatewayServiceCommandInput,
61
+ CreateExpressGatewayServiceCommandOutput,
62
+ } from "./commands/CreateExpressGatewayServiceCommand";
59
63
  import {
60
64
  CreateServiceCommandInput,
61
65
  CreateServiceCommandOutput,
@@ -80,6 +84,10 @@ import {
80
84
  DeleteClusterCommandInput,
81
85
  DeleteClusterCommandOutput,
82
86
  } from "./commands/DeleteClusterCommand";
87
+ import {
88
+ DeleteExpressGatewayServiceCommandInput,
89
+ DeleteExpressGatewayServiceCommandOutput,
90
+ } from "./commands/DeleteExpressGatewayServiceCommand";
83
91
  import {
84
92
  DeleteServiceCommandInput,
85
93
  DeleteServiceCommandOutput,
@@ -112,6 +120,10 @@ import {
112
120
  DescribeContainerInstancesCommandInput,
113
121
  DescribeContainerInstancesCommandOutput,
114
122
  } from "./commands/DescribeContainerInstancesCommand";
123
+ import {
124
+ DescribeExpressGatewayServiceCommandInput,
125
+ DescribeExpressGatewayServiceCommandOutput,
126
+ } from "./commands/DescribeExpressGatewayServiceCommand";
115
127
  import {
116
128
  DescribeServiceDeploymentsCommandInput,
117
129
  DescribeServiceDeploymentsCommandOutput,
@@ -272,6 +284,10 @@ import {
272
284
  UpdateContainerInstancesStateCommandInput,
273
285
  UpdateContainerInstancesStateCommandOutput,
274
286
  } from "./commands/UpdateContainerInstancesStateCommand";
287
+ import {
288
+ UpdateExpressGatewayServiceCommandInput,
289
+ UpdateExpressGatewayServiceCommandOutput,
290
+ } from "./commands/UpdateExpressGatewayServiceCommand";
275
291
  import {
276
292
  UpdateServiceCommandInput,
277
293
  UpdateServiceCommandOutput,
@@ -298,12 +314,14 @@ export { __Client };
298
314
  export type ServiceInputTypes =
299
315
  | CreateCapacityProviderCommandInput
300
316
  | CreateClusterCommandInput
317
+ | CreateExpressGatewayServiceCommandInput
301
318
  | CreateServiceCommandInput
302
319
  | CreateTaskSetCommandInput
303
320
  | DeleteAccountSettingCommandInput
304
321
  | DeleteAttributesCommandInput
305
322
  | DeleteCapacityProviderCommandInput
306
323
  | DeleteClusterCommandInput
324
+ | DeleteExpressGatewayServiceCommandInput
307
325
  | DeleteServiceCommandInput
308
326
  | DeleteTaskDefinitionsCommandInput
309
327
  | DeleteTaskSetCommandInput
@@ -312,6 +330,7 @@ export type ServiceInputTypes =
312
330
  | DescribeCapacityProvidersCommandInput
313
331
  | DescribeClustersCommandInput
314
332
  | DescribeContainerInstancesCommandInput
333
+ | DescribeExpressGatewayServiceCommandInput
315
334
  | DescribeServiceDeploymentsCommandInput
316
335
  | DescribeServiceRevisionsCommandInput
317
336
  | DescribeServicesCommandInput
@@ -352,6 +371,7 @@ export type ServiceInputTypes =
352
371
  | UpdateClusterSettingsCommandInput
353
372
  | UpdateContainerAgentCommandInput
354
373
  | UpdateContainerInstancesStateCommandInput
374
+ | UpdateExpressGatewayServiceCommandInput
355
375
  | UpdateServiceCommandInput
356
376
  | UpdateServicePrimaryTaskSetCommandInput
357
377
  | UpdateTaskProtectionCommandInput
@@ -359,12 +379,14 @@ export type ServiceInputTypes =
359
379
  export type ServiceOutputTypes =
360
380
  | CreateCapacityProviderCommandOutput
361
381
  | CreateClusterCommandOutput
382
+ | CreateExpressGatewayServiceCommandOutput
362
383
  | CreateServiceCommandOutput
363
384
  | CreateTaskSetCommandOutput
364
385
  | DeleteAccountSettingCommandOutput
365
386
  | DeleteAttributesCommandOutput
366
387
  | DeleteCapacityProviderCommandOutput
367
388
  | DeleteClusterCommandOutput
389
+ | DeleteExpressGatewayServiceCommandOutput
368
390
  | DeleteServiceCommandOutput
369
391
  | DeleteTaskDefinitionsCommandOutput
370
392
  | DeleteTaskSetCommandOutput
@@ -373,6 +395,7 @@ export type ServiceOutputTypes =
373
395
  | DescribeCapacityProvidersCommandOutput
374
396
  | DescribeClustersCommandOutput
375
397
  | DescribeContainerInstancesCommandOutput
398
+ | DescribeExpressGatewayServiceCommandOutput
376
399
  | DescribeServiceDeploymentsCommandOutput
377
400
  | DescribeServiceRevisionsCommandOutput
378
401
  | DescribeServicesCommandOutput
@@ -413,6 +436,7 @@ export type ServiceOutputTypes =
413
436
  | UpdateClusterSettingsCommandOutput
414
437
  | UpdateContainerAgentCommandOutput
415
438
  | UpdateContainerInstancesStateCommandOutput
439
+ | UpdateExpressGatewayServiceCommandOutput
416
440
  | UpdateServiceCommandOutput
417
441
  | UpdateServicePrimaryTaskSetCommandOutput
418
442
  | UpdateTaskProtectionCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ECSClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ECSClient";
8
+ import {
9
+ CreateExpressGatewayServiceRequest,
10
+ CreateExpressGatewayServiceResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateExpressGatewayServiceCommandInput
15
+ extends CreateExpressGatewayServiceRequest {}
16
+ export interface CreateExpressGatewayServiceCommandOutput
17
+ extends CreateExpressGatewayServiceResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateExpressGatewayServiceCommand_base: {
20
+ new (
21
+ input: CreateExpressGatewayServiceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateExpressGatewayServiceCommandInput,
24
+ CreateExpressGatewayServiceCommandOutput,
25
+ ECSClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateExpressGatewayServiceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateExpressGatewayServiceCommandInput,
33
+ CreateExpressGatewayServiceCommandOutput,
34
+ ECSClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateExpressGatewayServiceCommand extends CreateExpressGatewayServiceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateExpressGatewayServiceRequest;
44
+ output: CreateExpressGatewayServiceResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateExpressGatewayServiceCommandInput;
48
+ output: CreateExpressGatewayServiceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ECSClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ECSClient";
8
+ import {
9
+ DeleteExpressGatewayServiceRequest,
10
+ DeleteExpressGatewayServiceResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteExpressGatewayServiceCommandInput
15
+ extends DeleteExpressGatewayServiceRequest {}
16
+ export interface DeleteExpressGatewayServiceCommandOutput
17
+ extends DeleteExpressGatewayServiceResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteExpressGatewayServiceCommand_base: {
20
+ new (
21
+ input: DeleteExpressGatewayServiceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteExpressGatewayServiceCommandInput,
24
+ DeleteExpressGatewayServiceCommandOutput,
25
+ ECSClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteExpressGatewayServiceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteExpressGatewayServiceCommandInput,
33
+ DeleteExpressGatewayServiceCommandOutput,
34
+ ECSClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteExpressGatewayServiceCommand extends DeleteExpressGatewayServiceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteExpressGatewayServiceRequest;
44
+ output: DeleteExpressGatewayServiceResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteExpressGatewayServiceCommandInput;
48
+ output: DeleteExpressGatewayServiceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ECSClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ECSClient";
8
+ import {
9
+ DescribeExpressGatewayServiceRequest,
10
+ DescribeExpressGatewayServiceResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeExpressGatewayServiceCommandInput
15
+ extends DescribeExpressGatewayServiceRequest {}
16
+ export interface DescribeExpressGatewayServiceCommandOutput
17
+ extends DescribeExpressGatewayServiceResponse,
18
+ __MetadataBearer {}
19
+ declare const DescribeExpressGatewayServiceCommand_base: {
20
+ new (
21
+ input: DescribeExpressGatewayServiceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeExpressGatewayServiceCommandInput,
24
+ DescribeExpressGatewayServiceCommandOutput,
25
+ ECSClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DescribeExpressGatewayServiceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeExpressGatewayServiceCommandInput,
33
+ DescribeExpressGatewayServiceCommandOutput,
34
+ ECSClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeExpressGatewayServiceCommand extends DescribeExpressGatewayServiceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeExpressGatewayServiceRequest;
44
+ output: DescribeExpressGatewayServiceResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeExpressGatewayServiceCommandInput;
48
+ output: DescribeExpressGatewayServiceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ECSClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ECSClient";
8
+ import {
9
+ UpdateExpressGatewayServiceRequest,
10
+ UpdateExpressGatewayServiceResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateExpressGatewayServiceCommandInput
15
+ extends UpdateExpressGatewayServiceRequest {}
16
+ export interface UpdateExpressGatewayServiceCommandOutput
17
+ extends UpdateExpressGatewayServiceResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateExpressGatewayServiceCommand_base: {
20
+ new (
21
+ input: UpdateExpressGatewayServiceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateExpressGatewayServiceCommandInput,
24
+ UpdateExpressGatewayServiceCommandOutput,
25
+ ECSClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: UpdateExpressGatewayServiceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateExpressGatewayServiceCommandInput,
33
+ UpdateExpressGatewayServiceCommandOutput,
34
+ ECSClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateExpressGatewayServiceCommand extends UpdateExpressGatewayServiceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateExpressGatewayServiceRequest;
44
+ output: UpdateExpressGatewayServiceResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateExpressGatewayServiceCommandInput;
48
+ output: UpdateExpressGatewayServiceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -1,11 +1,13 @@
1
1
  export * from "./CreateCapacityProviderCommand";
2
2
  export * from "./CreateClusterCommand";
3
+ export * from "./CreateExpressGatewayServiceCommand";
3
4
  export * from "./CreateServiceCommand";
4
5
  export * from "./CreateTaskSetCommand";
5
6
  export * from "./DeleteAccountSettingCommand";
6
7
  export * from "./DeleteAttributesCommand";
7
8
  export * from "./DeleteCapacityProviderCommand";
8
9
  export * from "./DeleteClusterCommand";
10
+ export * from "./DeleteExpressGatewayServiceCommand";
9
11
  export * from "./DeleteServiceCommand";
10
12
  export * from "./DeleteTaskDefinitionsCommand";
11
13
  export * from "./DeleteTaskSetCommand";
@@ -14,6 +16,7 @@ export * from "./DeregisterTaskDefinitionCommand";
14
16
  export * from "./DescribeCapacityProvidersCommand";
15
17
  export * from "./DescribeClustersCommand";
16
18
  export * from "./DescribeContainerInstancesCommand";
19
+ export * from "./DescribeExpressGatewayServiceCommand";
17
20
  export * from "./DescribeServiceDeploymentsCommand";
18
21
  export * from "./DescribeServiceRevisionsCommand";
19
22
  export * from "./DescribeServicesCommand";
@@ -54,6 +57,7 @@ export * from "./UpdateClusterCommand";
54
57
  export * from "./UpdateClusterSettingsCommand";
55
58
  export * from "./UpdateContainerAgentCommand";
56
59
  export * from "./UpdateContainerInstancesStateCommand";
60
+ export * from "./UpdateExpressGatewayServiceCommand";
57
61
  export * from "./UpdateServiceCommand";
58
62
  export * from "./UpdateServicePrimaryTaskSetCommand";
59
63
  export * from "./UpdateTaskProtectionCommand";