@aws-sdk/client-ecs 3.229.0 → 3.232.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 (37) hide show
  1. package/dist-cjs/endpoint/ruleset.js +0 -9
  2. package/dist-cjs/protocols/Aws_json1_1.js +6 -0
  3. package/dist-es/endpoint/ruleset.js +0 -9
  4. package/dist-es/protocols/Aws_json1_1.js +6 -0
  5. package/dist-types/ECS.d.ts +147 -146
  6. package/dist-types/ECSClient.d.ts +3 -3
  7. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
  9. package/dist-types/commands/CreateServiceCommand.d.ts +14 -14
  10. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +4 -4
  11. package/dist-types/commands/DeleteClusterCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteServiceCommand.d.ts +6 -6
  13. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +5 -5
  14. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +4 -4
  15. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -3
  16. package/dist-types/commands/DescribeTasksCommand.d.ts +1 -1
  17. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +1 -1
  18. package/dist-types/commands/ExecuteCommandCommand.d.ts +3 -1
  19. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +1 -1
  20. package/dist-types/commands/ListTasksCommand.d.ts +1 -1
  21. package/dist-types/commands/PutAccountSettingCommand.d.ts +4 -4
  22. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +2 -2
  23. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -1
  24. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -2
  25. package/dist-types/commands/RunTaskCommand.d.ts +9 -9
  26. package/dist-types/commands/StartTaskCommand.d.ts +1 -1
  27. package/dist-types/commands/StopTaskCommand.d.ts +4 -4
  28. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
  29. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
  30. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +7 -7
  32. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +14 -14
  33. package/dist-types/commands/UpdateServiceCommand.d.ts +40 -41
  34. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +9 -9
  35. package/dist-types/models/models_0.d.ts +1178 -1042
  36. package/dist-types/ts3.4/models/models_0.d.ts +3 -0
  37. package/package.json +5 -5
@@ -743,6 +743,7 @@ export interface PortMapping {
743
743
  protocol?: TransportProtocol | string;
744
744
  name?: string;
745
745
  appProtocol?: ApplicationProtocol | string;
746
+ containerPortRange?: string;
746
747
  }
747
748
  export interface RepositoryCredentials {
748
749
  credentialsParameter: string | undefined;
@@ -1064,6 +1065,8 @@ export interface NetworkBinding {
1064
1065
  containerPort?: number;
1065
1066
  hostPort?: number;
1066
1067
  protocol?: TransportProtocol | string;
1068
+ containerPortRange?: string;
1069
+ hostPortRange?: string;
1067
1070
  }
1068
1071
  export interface NetworkInterface {
1069
1072
  attachmentId?: string;
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.229.0",
4
+ "version": "3.232.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,9 +19,9 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.229.0",
23
- "@aws-sdk/config-resolver": "3.226.0",
24
- "@aws-sdk/credential-provider-node": "3.229.0",
22
+ "@aws-sdk/client-sts": "3.231.0",
23
+ "@aws-sdk/config-resolver": "3.231.0",
24
+ "@aws-sdk/credential-provider-node": "3.231.0",
25
25
  "@aws-sdk/fetch-http-handler": "3.226.0",
26
26
  "@aws-sdk/hash-node": "3.226.0",
27
27
  "@aws-sdk/invalid-dependency": "3.226.0",
@@ -45,7 +45,7 @@
45
45
  "@aws-sdk/util-body-length-browser": "3.188.0",
46
46
  "@aws-sdk/util-body-length-node": "3.208.0",
47
47
  "@aws-sdk/util-defaults-mode-browser": "3.226.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.226.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.231.0",
49
49
  "@aws-sdk/util-endpoints": "3.226.0",
50
50
  "@aws-sdk/util-retry": "3.229.0",
51
51
  "@aws-sdk/util-user-agent-browser": "3.226.0",