@aws-sdk/client-ecs 3.798.0 → 3.803.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 (63) hide show
  1. package/dist-cjs/runtimeConfig.js +1 -0
  2. package/dist-es/runtimeConfig.js +2 -1
  3. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +0 -10
  4. package/dist-types/commands/CreateClusterCommand.d.ts +0 -10
  5. package/dist-types/commands/CreateServiceCommand.d.ts +0 -10
  6. package/dist-types/commands/CreateTaskSetCommand.d.ts +0 -10
  7. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +0 -10
  8. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +0 -10
  9. package/dist-types/commands/DeleteClusterCommand.d.ts +0 -10
  10. package/dist-types/commands/DeleteServiceCommand.d.ts +0 -10
  11. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +0 -10
  12. package/dist-types/commands/DeleteTaskSetCommand.d.ts +0 -10
  13. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +0 -10
  14. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +0 -10
  15. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +0 -10
  16. package/dist-types/commands/DescribeClustersCommand.d.ts +0 -10
  17. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +0 -10
  18. package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +0 -10
  19. package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +0 -10
  20. package/dist-types/commands/DescribeServicesCommand.d.ts +0 -10
  21. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +0 -10
  22. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +0 -10
  23. package/dist-types/commands/DescribeTasksCommand.d.ts +0 -10
  24. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +0 -10
  25. package/dist-types/commands/ExecuteCommandCommand.d.ts +0 -10
  26. package/dist-types/commands/GetTaskProtectionCommand.d.ts +0 -10
  27. package/dist-types/commands/ListAccountSettingsCommand.d.ts +0 -10
  28. package/dist-types/commands/ListClustersCommand.d.ts +0 -10
  29. package/dist-types/commands/ListContainerInstancesCommand.d.ts +0 -10
  30. package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +0 -10
  31. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +0 -10
  32. package/dist-types/commands/ListServicesCommand.d.ts +0 -10
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +0 -10
  34. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +0 -10
  35. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +0 -10
  36. package/dist-types/commands/ListTasksCommand.d.ts +0 -10
  37. package/dist-types/commands/PutAccountSettingCommand.d.ts +0 -10
  38. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +0 -10
  39. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +0 -10
  40. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +0 -10
  41. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +0 -10
  42. package/dist-types/commands/RunTaskCommand.d.ts +5 -10
  43. package/dist-types/commands/StartTaskCommand.d.ts +0 -10
  44. package/dist-types/commands/StopServiceDeploymentCommand.d.ts +12 -13
  45. package/dist-types/commands/StopTaskCommand.d.ts +0 -10
  46. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +0 -10
  47. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +0 -10
  48. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +0 -10
  49. package/dist-types/commands/TagResourceCommand.d.ts +0 -10
  50. package/dist-types/commands/UntagResourceCommand.d.ts +0 -10
  51. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +0 -10
  52. package/dist-types/commands/UpdateClusterCommand.d.ts +0 -10
  53. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +0 -10
  54. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +0 -10
  55. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +0 -10
  56. package/dist-types/commands/UpdateServiceCommand.d.ts +0 -10
  57. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +0 -10
  58. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +0 -10
  59. package/dist-types/commands/UpdateTaskSetCommand.d.ts +0 -10
  60. package/dist-types/models/models_0.d.ts +5 -12
  61. package/dist-types/runtimeConfig.d.ts +1 -1
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -4
  63. package/package.json +7 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ecs",
3
3
  "description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
4
- "version": "3.798.0",
4
+ "version": "3.803.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ecs",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.798.0",
24
- "@aws-sdk/credential-provider-node": "3.798.0",
23
+ "@aws-sdk/core": "3.799.0",
24
+ "@aws-sdk/credential-provider-node": "3.803.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.798.0",
28
+ "@aws-sdk/middleware-user-agent": "3.799.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
31
  "@aws-sdk/util-endpoints": "3.787.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.798.0",
33
+ "@aws-sdk/util-user-agent-node": "3.799.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.3.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",
@@ -38,7 +38,7 @@
38
38
  "@smithy/invalid-dependency": "^4.0.2",
39
39
  "@smithy/middleware-content-length": "^4.0.2",
40
40
  "@smithy/middleware-endpoint": "^4.1.1",
41
- "@smithy/middleware-retry": "^4.1.1",
41
+ "@smithy/middleware-retry": "^4.1.2",
42
42
  "@smithy/middleware-serde": "^4.0.3",
43
43
  "@smithy/middleware-stack": "^4.0.2",
44
44
  "@smithy/node-config-provider": "^4.0.2",
@@ -54,7 +54,7 @@
54
54
  "@smithy/util-defaults-mode-node": "^4.0.9",
55
55
  "@smithy/util-endpoints": "^3.0.2",
56
56
  "@smithy/util-middleware": "^4.0.2",
57
- "@smithy/util-retry": "^4.0.2",
57
+ "@smithy/util-retry": "^4.0.3",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
59
  "@smithy/util-waiter": "^4.0.3",
60
60
  "@types/uuid": "^9.0.1",