@aws-sdk/client-ecs 3.749.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
|
|
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.
|
|
1563
|
-
*
|
|
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
|
|
6757
|
-
* are between <code>128</code> CPU units
|
|
6758
|
-
*
|
|
6759
|
-
*
|
|
6760
|
-
*
|
|
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
|
|
8696
|
-
* are between <code>128</code> CPU units (<code>0.125</code>
|
|
8697
|
-
* CPU units (<code>
|
|
8698
|
-
*
|
|
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
|
|
10831
|
-
* values are between <code>128</code> CPU units (<code>0.125</code>
|
|
10832
|
-
*
|
|
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
|
|
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.
|
|
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",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.750.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.750.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.750.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.750.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.4",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.5",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.6",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.2",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.5",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.6",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.6",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|