@aws-sdk/client-ecs 3.750.0 → 3.752.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.
@@ -381,7 +381,7 @@ declare const RunTaskCommand_base: {
381
381
  *
382
382
  * @throws {@link BlockedException} (client fault)
383
383
  * <p>Your Amazon Web Services account was blocked. For more information, contact <a href="http://aws.amazon.com/contact-us/">
384
- * Amazon Web Services Support</a>.</p>
384
+ * Amazon Web ServicesSupport</a>.</p>
385
385
  *
386
386
  * @throws {@link ClientException} (client fault)
387
387
  * <p>These errors are usually caused by a client action. This client action might be using
@@ -1559,8 +1559,22 @@ export interface AwsVpcConfiguration {
1559
1559
  */
1560
1560
  securityGroups?: string[] | undefined;
1561
1561
  /**
1562
- * <p>Whether the task's elastic network interface receives a public IP address. The default
1563
- * value is <code>ENABLED</code>.</p>
1562
+ * <p>Whether the task's elastic network interface receives a public IP address. </p>
1563
+ * <p>Consider the following when you set this value:</p>
1564
+ * <ul>
1565
+ * <li>
1566
+ * <p>When you use <code>create-service</code> or <code>update-service</code>, the default is
1567
+ * <code>DISABLED</code>. </p>
1568
+ * </li>
1569
+ * <li>
1570
+ * <p>When the service <code>deploymentController</code> is <code>ECS</code>, the value must be
1571
+ * <code>DISABLED</code>. </p>
1572
+ * </li>
1573
+ * <li>
1574
+ * <p>When you use <code>create-service</code> or <code>update-service</code>, the
1575
+ * default is <code>ENABLED</code>. </p>
1576
+ * </li>
1577
+ * </ul>
1564
1578
  * @public
1565
1579
  */
1566
1580
  assignPublicIp?: AssignPublicIp | undefined;
@@ -6753,11 +6767,14 @@ export interface TaskDefinition {
6753
6767
  * this field is optional. Any value can be used. If you use the Fargate launch type, this
6754
6768
  * field is required. You must use one of the following values. The value that you choose
6755
6769
  * determines your range of valid values for the <code>memory</code> parameter.</p>
6756
- * <p>If you use the EC2 launch type, this field is optional. Supported values
6757
- * are between <code>128</code> CPU units (<code>0.125</code> vCPUs) and <code>10240</code>
6758
- * CPU units (<code>10</code> vCPUs).</p>
6759
- * <p>The CPU units cannot be less than 1 vCPU when you use Windows containers on
6760
- * Fargate.</p>
6770
+ * <p>If you're using the EC2 launch type or the external launch type, this
6771
+ * field is optional. Supported values are between <code>128</code> CPU units
6772
+ * (<code>0.125</code> vCPUs) and <code>196608</code> CPU units (<code>192</code>
6773
+ * vCPUs). </p>
6774
+ * <p>If you're using the Fargate launch type, this field is required and you
6775
+ * must use one of the following values, which determines your range of supported values
6776
+ * for the <code>memory</code> parameter. The CPU units cannot be less than 1 vCPU when you use Windows containers on
6777
+ * Fargate.</p>
6761
6778
  * <ul>
6762
6779
  * <li>
6763
6780
  * <p>256 (.25 vCPU) - Available <code>memory</code> values: 512 (0.5 GB), 1024 (1 GB), 2048 (2 GB)</p>
@@ -8692,10 +8709,11 @@ export interface Task {
8692
8709
  * expressed as a string using vCPUs (for example, <code>1 vCPU</code> or <code>1
8693
8710
  * vcpu</code>). String values are converted to an integer that indicates the CPU units
8694
8711
  * when the task definition is registered.</p>
8695
- * <p>If you use the EC2 launch type, this field is optional. Supported values
8696
- * are between <code>128</code> CPU units (<code>0.125</code> vCPUs) and <code>10240</code>
8697
- * CPU units (<code>10</code> vCPUs).</p>
8698
- * <p>If you use the Fargate launch type, this field is required. You must use
8712
+ * <p>If you're using the EC2 launch type or the external launch type, this field is
8713
+ * optional. Supported values are between <code>128</code> CPU units (<code>0.125</code>
8714
+ * vCPUs) and <code>196608</code> CPU units (<code>192</code> vCPUs). If you do not specify
8715
+ * a value, the parameter is ignored.</p>
8716
+ * <p>If you're using the Fargate launch type, this field is required. You must use
8699
8717
  * one of the following values. These values determine the range of supported values for
8700
8718
  * the <code>memory</code> parameter:</p>
8701
8719
  * <p>The CPU units cannot be less than 1 vCPU when you use Windows containers on
@@ -10827,10 +10845,10 @@ export interface RegisterTaskDefinitionRequest {
10827
10845
  * <p>Task-level CPU and memory parameters are ignored for Windows containers. We
10828
10846
  * recommend specifying container-level resources for Windows containers.</p>
10829
10847
  * </note>
10830
- * <p>If you're using the EC2 launch type, this field is optional. Supported
10831
- * values are between <code>128</code> CPU units (<code>0.125</code> vCPUs) and
10832
- * <code>10240</code> CPU units (<code>10</code> vCPUs). If you do not specify a value,
10833
- * the parameter is ignored.</p>
10848
+ * <p>If you're using the EC2 launch type or external launch type, this field is
10849
+ * optional. Supported values are between <code>128</code> CPU units (<code>0.125</code>
10850
+ * vCPUs) and <code>196608</code> CPU units (<code>192</code> vCPUs). If you do not specify
10851
+ * a value, the parameter is ignored.</p>
10834
10852
  * <p>If you're using the Fargate launch type, this field is required and you
10835
10853
  * must use one of the following values, which determines your range of supported values
10836
10854
  * for the <code>memory</code> parameter:</p>
@@ -11076,7 +11094,7 @@ export interface RegisterTaskDefinitionResponse {
11076
11094
  }
11077
11095
  /**
11078
11096
  * <p>Your Amazon Web Services account was blocked. For more information, contact <a href="http://aws.amazon.com/contact-us/">
11079
- * Amazon Web Services Support</a>.</p>
11097
+ * Amazon Web ServicesSupport</a>.</p>
11080
11098
  * @public
11081
11099
  */
11082
11100
  export declare class BlockedException extends __BaseException {
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.750.0",
4
+ "version": "3.752.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",