@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
package/README.md CHANGED
@@ -233,6 +233,14 @@ CreateCluster
233
233
 
234
234
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ecs/command/CreateClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecs/Interface/CreateClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecs/Interface/CreateClusterCommandOutput/)
235
235
 
236
+ </details>
237
+ <details>
238
+ <summary>
239
+ CreateExpressGatewayService
240
+ </summary>
241
+
242
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ecs/command/CreateExpressGatewayServiceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecs/Interface/CreateExpressGatewayServiceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecs/Interface/CreateExpressGatewayServiceCommandOutput/)
243
+
236
244
  </details>
237
245
  <details>
238
246
  <summary>
@@ -281,6 +289,14 @@ DeleteCluster
281
289
 
282
290
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ecs/command/DeleteClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecs/Interface/DeleteClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecs/Interface/DeleteClusterCommandOutput/)
283
291
 
292
+ </details>
293
+ <details>
294
+ <summary>
295
+ DeleteExpressGatewayService
296
+ </summary>
297
+
298
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ecs/command/DeleteExpressGatewayServiceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecs/Interface/DeleteExpressGatewayServiceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecs/Interface/DeleteExpressGatewayServiceCommandOutput/)
299
+
284
300
  </details>
285
301
  <details>
286
302
  <summary>
@@ -345,6 +361,14 @@ DescribeContainerInstances
345
361
 
346
362
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ecs/command/DescribeContainerInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecs/Interface/DescribeContainerInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecs/Interface/DescribeContainerInstancesCommandOutput/)
347
363
 
364
+ </details>
365
+ <details>
366
+ <summary>
367
+ DescribeExpressGatewayService
368
+ </summary>
369
+
370
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ecs/command/DescribeExpressGatewayServiceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecs/Interface/DescribeExpressGatewayServiceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecs/Interface/DescribeExpressGatewayServiceCommandOutput/)
371
+
348
372
  </details>
349
373
  <details>
350
374
  <summary>
@@ -665,6 +689,14 @@ UpdateContainerInstancesState
665
689
 
666
690
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ecs/command/UpdateContainerInstancesStateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecs/Interface/UpdateContainerInstancesStateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecs/Interface/UpdateContainerInstancesStateCommandOutput/)
667
691
 
692
+ </details>
693
+ <details>
694
+ <summary>
695
+ UpdateExpressGatewayService
696
+ </summary>
697
+
698
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ecs/command/UpdateExpressGatewayServiceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecs/Interface/UpdateExpressGatewayServiceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ecs/Interface/UpdateExpressGatewayServiceCommandOutput/)
699
+
668
700
  </details>
669
701
  <details>
670
702
  <summary>