@aws-sdk/client-ecs 3.920.0 → 3.922.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 (73) hide show
  1. package/README.md +14 -12
  2. package/dist-cjs/index.js +15 -5
  3. package/dist-es/models/models_0.js +8 -5
  4. package/dist-es/models/models_1.js +5 -0
  5. package/dist-types/ECS.d.ts +14 -12
  6. package/dist-types/ECSClient.d.ts +14 -12
  7. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +11 -8
  8. package/dist-types/commands/CreateClusterCommand.d.ts +12 -10
  9. package/dist-types/commands/CreateServiceCommand.d.ts +127 -86
  10. package/dist-types/commands/CreateTaskSetCommand.d.ts +9 -6
  11. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -2
  12. package/dist-types/commands/DeleteAttributesCommand.d.ts +4 -4
  13. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -2
  14. package/dist-types/commands/DeleteClusterCommand.d.ts +12 -8
  15. package/dist-types/commands/DeleteServiceCommand.d.ts +8 -4
  16. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +4 -4
  17. package/dist-types/commands/DeleteTaskSetCommand.d.ts +4 -3
  18. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +7 -7
  19. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -2
  20. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -2
  21. package/dist-types/commands/DescribeClustersCommand.d.ts +4 -3
  22. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -2
  23. package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +4 -3
  24. package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +6 -2
  25. package/dist-types/commands/DescribeServicesCommand.d.ts +6 -2
  26. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -2
  27. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +4 -3
  28. package/dist-types/commands/DescribeTasksCommand.d.ts +2 -2
  29. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
  30. package/dist-types/commands/ExecuteCommandCommand.d.ts +11 -10
  31. package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -2
  32. package/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -2
  33. package/dist-types/commands/ListAttributesCommand.d.ts +8 -8
  34. package/dist-types/commands/ListClustersCommand.d.ts +2 -2
  35. package/dist-types/commands/ListContainerInstancesCommand.d.ts +4 -3
  36. package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +2 -2
  37. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +6 -5
  38. package/dist-types/commands/ListServicesCommand.d.ts +2 -2
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  40. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -2
  41. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -2
  42. package/dist-types/commands/ListTasksCommand.d.ts +5 -5
  43. package/dist-types/commands/PutAccountSettingCommand.d.ts +7 -6
  44. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -2
  45. package/dist-types/commands/PutAttributesCommand.d.ts +8 -7
  46. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +10 -8
  47. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +4 -3
  48. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +9 -6
  49. package/dist-types/commands/RunTaskCommand.d.ts +31 -23
  50. package/dist-types/commands/StartTaskCommand.d.ts +10 -6
  51. package/dist-types/commands/StopServiceDeploymentCommand.d.ts +10 -7
  52. package/dist-types/commands/StopTaskCommand.d.ts +5 -5
  53. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +4 -3
  54. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
  55. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +4 -3
  56. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  57. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  58. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +4 -3
  59. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
  60. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -2
  61. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +24 -21
  62. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +9 -9
  63. package/dist-types/commands/UpdateServiceCommand.d.ts +29 -13
  64. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +4 -3
  65. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +9 -8
  66. package/dist-types/commands/UpdateTaskSetCommand.d.ts +4 -3
  67. package/dist-types/index.d.ts +14 -12
  68. package/dist-types/models/models_0.d.ts +2002 -1611
  69. package/dist-types/models/models_1.d.ts +689 -439
  70. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/models/models_0.d.ts +17 -21
  72. package/dist-types/ts3.4/models/models_1.d.ts +21 -0
  73. package/package.json +34 -34

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.