@aws-sdk/client-ecs 3.183.0 → 3.184.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.184.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.183.0...v3.184.0) (2022-10-04)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-ecs
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-ecs
@@ -3452,10 +3452,6 @@ export interface PortMapping {
3452
3452
  * used. Do not attempt to specify a host port in the ephemeral port range as these are
3453
3453
  * reserved for automatic assignment. In general, ports below 32768 are outside of the
3454
3454
  * ephemeral port range.</p>
3455
- * <note>
3456
- * <p>The default ephemeral port range from 49153 through 65535 is always used for
3457
- * Docker versions before 1.6.0.</p>
3458
- * </note>
3459
3455
  * <p>The default reserved ports are 22 for SSH, the Docker ports 2375 and 2376, and the
3460
3456
  * Amazon ECS container agent ports 51678-51680. Any host port that was previously specified in
3461
3457
  * a running task is also reserved while the task is running. That is, after a task stops,
@@ -4751,7 +4747,7 @@ export interface TaskDefinition {
4751
4747
  * <i>Amazon Elastic Container Service Developer Guide</i>.</p>
4752
4748
  * <note>
4753
4749
  * <p>The <code>host</code> and <code>sourcePath</code> parameters aren't supported for
4754
- * tasks run on Fargate.</p>
4750
+ * tasks run on Fargate. </p>
4755
4751
  * </note>
4756
4752
  */
4757
4753
  volumes?: Volume[];
@@ -6572,6 +6568,10 @@ export interface PutAccountSettingDefaultRequest {
6572
6568
  * <code>awsvpcTrunking</code> is specified, the ENI limit for your Amazon ECS container
6573
6569
  * instances is affected. If <code>containerInsights</code> is specified, the default
6574
6570
  * setting for CloudWatch Container Insights for your clusters is affected.</p>
6571
+ * <p>Fargate is transitioning from task count-based quotas to vCPU-based quotas. You can set
6572
+ * the name to <code>fargateVCPULimit</code> to opt in or opt out of the vCPU-based quotas.
6573
+ * For information about the opt in timeline, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#fargate-quota-timeline">Fargate vCPU-based quotas timeline</a> in the
6574
+ * <i>Amazon ECS Developer Guide</i>.</p>
6575
6575
  */
6576
6576
  name: SettingName | string | undefined;
6577
6577
  /**
@@ -7061,9 +7061,6 @@ export interface RegisterTaskDefinitionRequest {
7061
7061
  * <li>
7062
7062
  * <p>Linux platform version <code>1.4.0</code> or later.</p>
7063
7063
  * </li>
7064
- * <li>
7065
- * <p>Windows platform version <code>1.0.0</code> or later.</p>
7066
- * </li>
7067
7064
  * </ul>
7068
7065
  * </note>
7069
7066
  */
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.183.0",
4
+ "version": "3.184.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",