@aws-sdk/client-ecs 3.37.0 → 3.41.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 (92) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/commands/index.js +55 -0
  4. package/dist-cjs/endpoints.js +145 -23
  5. package/dist-cjs/index.js +5 -66
  6. package/dist-cjs/models/models_0.js +51 -5
  7. package/dist-cjs/pagination/index.js +12 -0
  8. package/dist-cjs/protocols/Aws_json1_1.js +58 -0
  9. package/dist-cjs/runtimeConfig.browser.js +6 -3
  10. package/dist-cjs/runtimeConfig.js +5 -3
  11. package/dist-cjs/waiters/index.js +6 -0
  12. package/dist-es/commands/index.js +52 -0
  13. package/dist-es/endpoints.js +145 -23
  14. package/dist-es/index.js +5 -66
  15. package/dist-es/models/models_0.js +40 -0
  16. package/dist-es/pagination/index.js +9 -0
  17. package/dist-es/protocols/Aws_json1_1.js +55 -1
  18. package/dist-es/runtimeConfig.browser.js +3 -2
  19. package/dist-es/runtimeConfig.js +3 -3
  20. package/dist-es/waiters/index.js +3 -0
  21. package/dist-types/ECS.d.ts +147 -152
  22. package/dist-types/ECSClient.d.ts +15 -7
  23. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +5 -5
  24. package/dist-types/commands/CreateClusterCommand.d.ts +5 -5
  25. package/dist-types/commands/CreateServiceCommand.d.ts +52 -51
  26. package/dist-types/commands/CreateTaskSetCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteAttributesCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +4 -4
  30. package/dist-types/commands/DeleteClusterCommand.d.ts +5 -6
  31. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -2
  32. package/dist-types/commands/DeleteTaskSetCommand.d.ts +1 -1
  33. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +8 -7
  34. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +8 -9
  35. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeClustersCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeServicesCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeTasksCommand.d.ts +1 -1
  42. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -3
  43. package/dist-types/commands/ExecuteCommandCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAccountSettingsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListAttributesCommand.d.ts +4 -4
  46. package/dist-types/commands/ListClustersCommand.d.ts +1 -1
  47. package/dist-types/commands/ListContainerInstancesCommand.d.ts +1 -1
  48. package/dist-types/commands/ListServicesCommand.d.ts +1 -1
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  50. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +7 -7
  51. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListTasksCommand.d.ts +1 -1
  53. package/dist-types/commands/PutAccountSettingCommand.d.ts +6 -6
  54. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
  55. package/dist-types/commands/PutAttributesCommand.d.ts +3 -3
  56. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +7 -7
  57. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -4
  58. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -2
  59. package/dist-types/commands/RunTaskCommand.d.ts +6 -6
  60. package/dist-types/commands/StartTaskCommand.d.ts +1 -1
  61. package/dist-types/commands/StopTaskCommand.d.ts +1 -1
  62. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -3
  63. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -3
  64. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +2 -3
  65. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  66. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +4 -4
  71. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +6 -6
  72. package/dist-types/commands/UpdateServiceCommand.d.ts +16 -16
  73. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateTaskSetCommand.d.ts +1 -1
  75. package/dist-types/commands/index.d.ts +52 -0
  76. package/dist-types/index.d.ts +5 -66
  77. package/dist-types/models/models_0.d.ts +1132 -910
  78. package/dist-types/pagination/index.d.ts +9 -0
  79. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  80. package/dist-types/runtimeConfig.d.ts +2 -0
  81. package/dist-types/runtimeConfig.native.d.ts +2 -0
  82. package/dist-types/ts3.4/ECSClient.d.ts +4 -0
  83. package/dist-types/ts3.4/commands/index.d.ts +52 -0
  84. package/dist-types/ts3.4/index.d.ts +5 -66
  85. package/dist-types/ts3.4/models/models_0.d.ts +75 -0
  86. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  90. package/dist-types/ts3.4/waiters/index.d.ts +3 -0
  91. package/dist-types/waiters/index.d.ts +3 -0
  92. package/package.json +27 -27

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.