@aws-sdk/client-ecs 3.632.0 → 3.635.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 (38) hide show
  1. package/dist-types/commands/CreateClusterCommand.d.ts +2 -2
  2. package/dist-types/commands/CreateServiceCommand.d.ts +4 -4
  3. package/dist-types/commands/CreateTaskSetCommand.d.ts +3 -3
  4. package/dist-types/commands/DeleteAttributesCommand.d.ts +1 -1
  5. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -4
  6. package/dist-types/commands/DeleteClusterCommand.d.ts +4 -4
  7. package/dist-types/commands/DeleteServiceCommand.d.ts +6 -6
  8. package/dist-types/commands/DeleteTaskSetCommand.d.ts +4 -4
  9. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +1 -1
  10. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +1 -1
  11. package/dist-types/commands/DescribeServicesCommand.d.ts +1 -1
  12. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +3 -3
  13. package/dist-types/commands/DescribeTasksCommand.d.ts +1 -1
  14. package/dist-types/commands/ExecuteCommandCommand.d.ts +1 -1
  15. package/dist-types/commands/GetTaskProtectionCommand.d.ts +1 -1
  16. package/dist-types/commands/ListAttributesCommand.d.ts +1 -1
  17. package/dist-types/commands/ListContainerInstancesCommand.d.ts +1 -1
  18. package/dist-types/commands/ListServicesCommand.d.ts +1 -1
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  20. package/dist-types/commands/ListTasksCommand.d.ts +2 -2
  21. package/dist-types/commands/PutAttributesCommand.d.ts +4 -4
  22. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +2 -2
  23. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +1 -2
  24. package/dist-types/commands/RunTaskCommand.d.ts +2 -2
  25. package/dist-types/commands/StartTaskCommand.d.ts +2 -2
  26. package/dist-types/commands/StopTaskCommand.d.ts +2 -2
  27. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  28. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -2
  33. package/dist-types/commands/UpdateServiceCommand.d.ts +5 -5
  34. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +4 -4
  35. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateTaskSetCommand.d.ts +4 -4
  37. package/dist-types/models/models_0.d.ts +92 -92
  38. package/package.json +10 -10
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.632.0",
4
+ "version": "3.635.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,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.632.0",
24
- "@aws-sdk/client-sts": "3.632.0",
25
- "@aws-sdk/core": "3.629.0",
26
- "@aws-sdk/credential-provider-node": "3.632.0",
23
+ "@aws-sdk/client-sso-oidc": "3.635.0",
24
+ "@aws-sdk/client-sts": "3.635.0",
25
+ "@aws-sdk/core": "3.635.0",
26
+ "@aws-sdk/credential-provider-node": "3.635.0",
27
27
  "@aws-sdk/middleware-host-header": "3.620.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.620.0",
@@ -34,26 +34,26 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.609.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.614.0",
36
36
  "@smithy/config-resolver": "^3.0.5",
37
- "@smithy/core": "^2.3.2",
37
+ "@smithy/core": "^2.4.0",
38
38
  "@smithy/fetch-http-handler": "^3.2.4",
39
39
  "@smithy/hash-node": "^3.0.3",
40
40
  "@smithy/invalid-dependency": "^3.0.3",
41
41
  "@smithy/middleware-content-length": "^3.0.5",
42
42
  "@smithy/middleware-endpoint": "^3.1.0",
43
- "@smithy/middleware-retry": "^3.0.14",
43
+ "@smithy/middleware-retry": "^3.0.15",
44
44
  "@smithy/middleware-serde": "^3.0.3",
45
45
  "@smithy/middleware-stack": "^3.0.3",
46
46
  "@smithy/node-config-provider": "^3.1.4",
47
47
  "@smithy/node-http-handler": "^3.1.4",
48
48
  "@smithy/protocol-http": "^4.1.0",
49
- "@smithy/smithy-client": "^3.1.12",
49
+ "@smithy/smithy-client": "^3.2.0",
50
50
  "@smithy/types": "^3.3.0",
51
51
  "@smithy/url-parser": "^3.0.3",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.14",
56
- "@smithy/util-defaults-mode-node": "^3.0.14",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.15",
56
+ "@smithy/util-defaults-mode-node": "^3.0.15",
57
57
  "@smithy/util-endpoints": "^2.0.5",
58
58
  "@smithy/util-middleware": "^3.0.3",
59
59
  "@smithy/util-retry": "^3.0.3",