You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
35
-
* <p>You can create a maximum of 5 tasks sets for a deployment.</p>
35
+
* <p>For information about the maximum number of task sets and otther quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service quotas</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
36
36
* @example
37
37
* Use a bare-bones client and the command you need to make an API call.
* <p>For more information about how to create a container dependency, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/example_task_definitions.html#example_task_definition-containerdependency">Container dependency</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
* overrides. The <code>nofile</code> resource limit sets a restriction on
6075
6078
* the number of open files that a container can use. The default
6076
6079
* <code>nofile</code> soft limit is <code>1024</code> and the default hard limit
6077
-
* is <code>4096</code>.</p>
6080
+
* is <code>65535</code>.</p>
6078
6081
* <p>This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: <code>sudo docker version --format '\{\{.Server.APIVersion\}\}'</code>
6079
6082
* </p>
6080
6083
* <note>
@@ -8846,41 +8849,7 @@ export interface Task {
8846
8849
* @public
8847
8850
* <p>The stop code indicating why a task was stopped. The <code>stoppedReason</code> might
8848
8851
* contain additional details. </p>
8849
-
* <p>For more information about stop code, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/userguide/stopped-task-error-codes.html">Stopped tasks error
8850
-
* codes</a> in the <i>Amazon ECS User Guide</i>.</p>
8851
-
* <p>The following are valid values:</p>
8852
-
* <ul>
8853
-
* <li>
8854
-
* <p>
8855
-
* <code>TaskFailedToStart</code>
8856
-
* </p>
8857
-
* </li>
8858
-
* <li>
8859
-
* <p>
8860
-
* <code>EssentialContainerExited</code>
8861
-
* </p>
8862
-
* </li>
8863
-
* <li>
8864
-
* <p>
8865
-
* <code>UserInitiated</code>
8866
-
* </p>
8867
-
* </li>
8868
-
* <li>
8869
-
* <p>
8870
-
* <code>TerminationNotice</code>
8871
-
* </p>
8872
-
* </li>
8873
-
* <li>
8874
-
* <p>
8875
-
* <code>ServiceSchedulerInitiated</code>
8876
-
* </p>
8877
-
* </li>
8878
-
* <li>
8879
-
* <p>
8880
-
* <code>SpotInterruption</code>
8881
-
* </p>
8882
-
* </li>
8883
-
* </ul>
8852
+
* <p>For more information about stop code, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/userguide/stopped-task-error-codes.html">Stopped tasks error codes</a> in the <i>Amazon ECS User Guide</i>.</p>
0 commit comments