@aws-sdk/client-ecs 3.721.0 → 3.722.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.
@@ -29,7 +29,7 @@ declare const ListServiceDeploymentsCommand_base: {
29
29
  /**
30
30
  * <p>This operation lists all the service deployments that meet the specified filter
31
31
  * criteria.</p>
32
- * <p>A service deployment happens when you release a softwre update for the service. You
32
+ * <p>A service deployment happens when you release a software update for the service. You
33
33
  * route traffic from the running service revisions to the new service revison and control
34
34
  * the number of running tasks. </p>
35
35
  * <p>This API returns the values that you use for the request parameters in <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServiceRevisions.html">DescribeServiceRevisions</a>.</p>
@@ -1539,7 +1539,7 @@ export type AssignPublicIp = (typeof AssignPublicIp)[keyof typeof AssignPublicIp
1539
1539
  export interface AwsVpcConfiguration {
1540
1540
  /**
1541
1541
  * <p>The IDs of the subnets associated with the task or service. There's a limit of 16
1542
- * subnets that can be specified per <code>awsvpcConfiguration</code>.</p>
1542
+ * subnets that can be specified.</p>
1543
1543
  * <note>
1544
1544
  * <p>All specified subnets must be from the same VPC.</p>
1545
1545
  * </note>
@@ -1549,8 +1549,7 @@ export interface AwsVpcConfiguration {
1549
1549
  /**
1550
1550
  * <p>The IDs of the security groups associated with the task or service. If you don't
1551
1551
  * specify a security group, the default security group for the VPC is used. There's a
1552
- * limit of 5 security groups that can be specified per
1553
- * <code>awsvpcConfiguration</code>.</p>
1552
+ * limit of 5 security groups that can be specified.</p>
1554
1553
  * <note>
1555
1554
  * <p>All specified security groups must be from the same VPC.</p>
1556
1555
  * </note>
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.721.0",
4
+ "version": "3.722.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",