Skip to content

Commit 36a775b

Browse files
author
awstools
committed
docs(client-ecs): Documentation only update for Amazon ECS.
1 parent 3d782f0 commit 36a775b

File tree

4 files changed

+237
-124
lines changed

4 files changed

+237
-124
lines changed

clients/client-ecs/src/commands/CreateTaskSetCommand.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ export interface CreateTaskSetCommandOutput extends CreateTaskSetResponse, __Met
3232
* uses the <code>EXTERNAL</code> deployment controller type. For more information, see
3333
* <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS deployment
3434
* types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</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>
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
36+
* service quotas</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
3637
* @example
3738
* Use a bare-bones client and the command you need to make an API call.
3839
* ```javascript

clients/client-ecs/src/commands/PutAccountSettingCommand.ts

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -33,42 +33,6 @@ export interface PutAccountSettingCommandOutput extends PutAccountSettingRespons
3333
* roles that do not have specified individual account settings. For more information, see
3434
* <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html">Account
3535
* Settings</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
36-
* <p>When you specify <code>serviceLongArnFormat</code>, <code>taskLongArnFormat</code>, or
37-
* <code>containerInstanceLongArnFormat</code>, the Amazon Resource Name (ARN) and
38-
* resource ID format of the resource type for a specified user, role, or the root user for an
39-
* account is affected. The opt-in and opt-out account setting must be set for each Amazon ECS
40-
* resource separately. The ARN and resource ID format of a resource is defined by the
41-
* opt-in status of the user or role that created the resource. You must turn on this
42-
* setting to use Amazon ECS features such as resource tagging.</p>
43-
* <p>When you specify <code>awsvpcTrunking</code>, the elastic network interface (ENI)
44-
* limit for any new container instances that support the feature is changed. If
45-
* <code>awsvpcTrunking</code> is turned on, any new container instances that support
46-
* the feature are launched have the increased ENI limits available to them. For more
47-
* information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html">Elastic Network
48-
* Interface Trunking</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
49-
* <p>When you specify <code>containerInsights</code>, the default setting indicating
50-
* whether Amazon Web Services CloudWatch Container Insights is turned on for your clusters is changed. If
51-
* <code>containerInsights</code> is turned on, any new clusters that are created will
52-
* have Container Insights turned on unless you disable it during cluster creation. For
53-
* more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html">CloudWatch
54-
* Container Insights</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
55-
* <p>Amazon ECS is introducing tagging authorization for resource creation. Users must have
56-
* permissions for actions that create the resource, such as <code>ecsCreateCluster</code>.
57-
* If tags are specified when you create a resource, Amazon Web Services performs additional
58-
* authorization to verify if users or roles have permissions to create tags. Therefore,
59-
* you must grant explicit permissions to use the <code>ecs:TagResource</code> action. For
60-
* more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html">Grant
61-
* permission to tag resources on creation</a> in the <i>Amazon ECS Developer
62-
* Guide</i>.</p>
63-
* <p>When Amazon Web Services determines that a security or infrastructure update is needed for an Amazon ECS
64-
* task hosted on Fargate, the tasks need to be stopped and new tasks launched to replace
65-
* them. Use <code>fargateTaskRetirementWaitPeriod</code> to configure the wait time to
66-
* retire a Fargate task. For information about the Fargate tasks maintenance, see
67-
* <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html">Amazon Web Services Fargate task
68-
* maintenance</a> in the <i>Amazon ECS Developer Guide</i>.</p>
69-
* <p>The <code>guardDutyActivate</code> parameter is read-only in Amazon ECS and indicates whether
70-
* Amazon ECS Runtime Monitoring is enabled or disabled by your security administrator in your
71-
* Amazon ECS account. Amazon GuardDuty controls this account setting on your behalf. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html">Protecting Amazon ECS workloads with Amazon ECS Runtime Monitoring</a>.</p>
7236
* @example
7337
* Use a bare-bones client and the command you need to make an API call.
7438
* ```javascript

0 commit comments

Comments
 (0)