1{
2    "smithy": "1.0",
3    "metadata": {
4        "suppressions": [
5            {
6                "id": "HttpMethodSemantics",
7                "namespace": "*"
8            },
9            {
10                "id": "HttpResponseCodeSemantics",
11                "namespace": "*"
12            },
13            {
14                "id": "PaginatedTrait",
15                "namespace": "*"
16            },
17            {
18                "id": "HttpHeaderTrait",
19                "namespace": "*"
20            },
21            {
22                "id": "HttpUriConflict",
23                "namespace": "*"
24            },
25            {
26                "id": "Service",
27                "namespace": "*"
28            }
29        ]
30    },
31    "shapes": {
32        "com.amazonaws.ecs#AccessDeniedException": {
33            "type": "structure",
34            "members": {
35                "message": {
36                    "target": "com.amazonaws.ecs#String"
37                }
38            },
39            "traits": {
40                "smithy.api#documentation": "<p>You do not have authorization to perform the requested action.</p>",
41                "smithy.api#error": "client"
42            }
43        },
44        "com.amazonaws.ecs#AgentUpdateStatus": {
45            "type": "string",
46            "traits": {
47                "smithy.api#enum": [
48                    {
49                        "value": "PENDING",
50                        "name": "PENDING"
51                    },
52                    {
53                        "value": "STAGING",
54                        "name": "STAGING"
55                    },
56                    {
57                        "value": "STAGED",
58                        "name": "STAGED"
59                    },
60                    {
61                        "value": "UPDATING",
62                        "name": "UPDATING"
63                    },
64                    {
65                        "value": "UPDATED",
66                        "name": "UPDATED"
67                    },
68                    {
69                        "value": "FAILED",
70                        "name": "FAILED"
71                    }
72                ]
73            }
74        },
75        "com.amazonaws.ecs#AmazonEC2ContainerServiceV20141113": {
76            "type": "service",
77            "version": "2014-11-13",
78            "operations": [
79                {
80                    "target": "com.amazonaws.ecs#CreateCapacityProvider"
81                },
82                {
83                    "target": "com.amazonaws.ecs#CreateCluster"
84                },
85                {
86                    "target": "com.amazonaws.ecs#CreateService"
87                },
88                {
89                    "target": "com.amazonaws.ecs#CreateTaskSet"
90                },
91                {
92                    "target": "com.amazonaws.ecs#DeleteAccountSetting"
93                },
94                {
95                    "target": "com.amazonaws.ecs#DeleteAttributes"
96                },
97                {
98                    "target": "com.amazonaws.ecs#DeleteCapacityProvider"
99                },
100                {
101                    "target": "com.amazonaws.ecs#DeleteCluster"
102                },
103                {
104                    "target": "com.amazonaws.ecs#DeleteService"
105                },
106                {
107                    "target": "com.amazonaws.ecs#DeleteTaskSet"
108                },
109                {
110                    "target": "com.amazonaws.ecs#DeregisterContainerInstance"
111                },
112                {
113                    "target": "com.amazonaws.ecs#DeregisterTaskDefinition"
114                },
115                {
116                    "target": "com.amazonaws.ecs#DescribeCapacityProviders"
117                },
118                {
119                    "target": "com.amazonaws.ecs#DescribeClusters"
120                },
121                {
122                    "target": "com.amazonaws.ecs#DescribeContainerInstances"
123                },
124                {
125                    "target": "com.amazonaws.ecs#DescribeServices"
126                },
127                {
128                    "target": "com.amazonaws.ecs#DescribeTaskDefinition"
129                },
130                {
131                    "target": "com.amazonaws.ecs#DescribeTasks"
132                },
133                {
134                    "target": "com.amazonaws.ecs#DescribeTaskSets"
135                },
136                {
137                    "target": "com.amazonaws.ecs#DiscoverPollEndpoint"
138                },
139                {
140                    "target": "com.amazonaws.ecs#ExecuteCommand"
141                },
142                {
143                    "target": "com.amazonaws.ecs#ListAccountSettings"
144                },
145                {
146                    "target": "com.amazonaws.ecs#ListAttributes"
147                },
148                {
149                    "target": "com.amazonaws.ecs#ListClusters"
150                },
151                {
152                    "target": "com.amazonaws.ecs#ListContainerInstances"
153                },
154                {
155                    "target": "com.amazonaws.ecs#ListServices"
156                },
157                {
158                    "target": "com.amazonaws.ecs#ListTagsForResource"
159                },
160                {
161                    "target": "com.amazonaws.ecs#ListTaskDefinitionFamilies"
162                },
163                {
164                    "target": "com.amazonaws.ecs#ListTaskDefinitions"
165                },
166                {
167                    "target": "com.amazonaws.ecs#ListTasks"
168                },
169                {
170                    "target": "com.amazonaws.ecs#PutAccountSetting"
171                },
172                {
173                    "target": "com.amazonaws.ecs#PutAccountSettingDefault"
174                },
175                {
176                    "target": "com.amazonaws.ecs#PutAttributes"
177                },
178                {
179                    "target": "com.amazonaws.ecs#PutClusterCapacityProviders"
180                },
181                {
182                    "target": "com.amazonaws.ecs#RegisterContainerInstance"
183                },
184                {
185                    "target": "com.amazonaws.ecs#RegisterTaskDefinition"
186                },
187                {
188                    "target": "com.amazonaws.ecs#RunTask"
189                },
190                {
191                    "target": "com.amazonaws.ecs#StartTask"
192                },
193                {
194                    "target": "com.amazonaws.ecs#StopTask"
195                },
196                {
197                    "target": "com.amazonaws.ecs#SubmitAttachmentStateChanges"
198                },
199                {
200                    "target": "com.amazonaws.ecs#SubmitContainerStateChange"
201                },
202                {
203                    "target": "com.amazonaws.ecs#SubmitTaskStateChange"
204                },
205                {
206                    "target": "com.amazonaws.ecs#TagResource"
207                },
208                {
209                    "target": "com.amazonaws.ecs#UntagResource"
210                },
211                {
212                    "target": "com.amazonaws.ecs#UpdateCapacityProvider"
213                },
214                {
215                    "target": "com.amazonaws.ecs#UpdateCluster"
216                },
217                {
218                    "target": "com.amazonaws.ecs#UpdateClusterSettings"
219                },
220                {
221                    "target": "com.amazonaws.ecs#UpdateContainerAgent"
222                },
223                {
224                    "target": "com.amazonaws.ecs#UpdateContainerInstancesState"
225                },
226                {
227                    "target": "com.amazonaws.ecs#UpdateService"
228                },
229                {
230                    "target": "com.amazonaws.ecs#UpdateServicePrimaryTaskSet"
231                },
232                {
233                    "target": "com.amazonaws.ecs#UpdateTaskSet"
234                }
235            ],
236            "traits": {
237                "aws.api#service": {
238                    "sdkId": "ECS",
239                    "arnNamespace": "ecs",
240                    "cloudFormationName": "ECS",
241                    "cloudTrailEventSource": "ecs.amazonaws.com",
242                    "endpointPrefix": "ecs"
243                },
244                "aws.auth#sigv4": {
245                    "name": "ecs"
246                },
247                "aws.protocols#awsJson1_1": {},
248                "smithy.api#documentation": "<fullname>Amazon Elastic Container Service</fullname>\n\t\t       <p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes\n\t\t\tit easy to run, stop, and manage Docker containers on a cluster. You can host your\n\t\t\tcluster on a serverless infrastructure that is managed by Amazon ECS by launching your\n\t\t\tservices or tasks on AWS Fargate. For more control, you can host your tasks on a cluster\n\t\t\tof Amazon Elastic Compute Cloud (Amazon EC2) instances that you manage.</p>\n\t\t       <p>Amazon ECS makes it easy to launch and stop container-based applications with simple API\n\t\t\tcalls, allows you to get the state of your cluster from a centralized service, and gives\n\t\t\tyou access to many familiar Amazon EC2 features.</p>\n\t\t       <p>You can use Amazon ECS to schedule the placement of containers across your cluster based on\n\t\t\tyour resource needs, isolation policies, and availability requirements. Amazon ECS eliminates\n\t\t\tthe need for you to operate your own cluster management and configuration management\n\t\t\tsystems or worry about scaling your management infrastructure.</p>",
249                "smithy.api#title": "Amazon EC2 Container Service",
250                "smithy.api#xmlNamespace": {
251                    "uri": "http://ecs.amazonaws.com/doc/2014-11-13/"
252                }
253            }
254        },
255        "com.amazonaws.ecs#AssignPublicIp": {
256            "type": "string",
257            "traits": {
258                "smithy.api#enum": [
259                    {
260                        "value": "ENABLED",
261                        "name": "ENABLED"
262                    },
263                    {
264                        "value": "DISABLED",
265                        "name": "DISABLED"
266                    }
267                ]
268            }
269        },
270        "com.amazonaws.ecs#Attachment": {
271            "type": "structure",
272            "members": {
273                "id": {
274                    "target": "com.amazonaws.ecs#String",
275                    "traits": {
276                        "smithy.api#documentation": "<p>The unique identifier for the attachment.</p>"
277                    }
278                },
279                "type": {
280                    "target": "com.amazonaws.ecs#String",
281                    "traits": {
282                        "smithy.api#documentation": "<p>The type of the attachment, such as <code>ElasticNetworkInterface</code>.</p>"
283                    }
284                },
285                "status": {
286                    "target": "com.amazonaws.ecs#String",
287                    "traits": {
288                        "smithy.api#documentation": "<p> The status of the attachment. Valid values are <code>PRECREATED</code>,\n\t\t\t\t<code>CREATED</code>, <code>ATTACHING</code>, <code>ATTACHED</code>,\n\t\t\t\t<code>DETACHING</code>, <code>DETACHED</code>, and <code>DELETED</code>.</p>"
289                    }
290                },
291                "details": {
292                    "target": "com.amazonaws.ecs#AttachmentDetails",
293                    "traits": {
294                        "smithy.api#documentation": "<p>Details of the attachment. For elastic network interfaces, this includes the network\n\t\t\tinterface ID, the MAC address, the subnet ID, and the private IPv4 address.</p>"
295                    }
296                }
297            },
298            "traits": {
299                "smithy.api#documentation": "<p>An object representing a container instance or task attachment.</p>"
300            }
301        },
302        "com.amazonaws.ecs#AttachmentDetails": {
303            "type": "list",
304            "member": {
305                "target": "com.amazonaws.ecs#KeyValuePair"
306            }
307        },
308        "com.amazonaws.ecs#AttachmentStateChange": {
309            "type": "structure",
310            "members": {
311                "attachmentArn": {
312                    "target": "com.amazonaws.ecs#String",
313                    "traits": {
314                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the attachment.</p>",
315                        "smithy.api#required": {}
316                    }
317                },
318                "status": {
319                    "target": "com.amazonaws.ecs#String",
320                    "traits": {
321                        "smithy.api#documentation": "<p>The status of the attachment.</p>",
322                        "smithy.api#required": {}
323                    }
324                }
325            },
326            "traits": {
327                "smithy.api#documentation": "<p>An object representing a change in state for a task attachment.</p>"
328            }
329        },
330        "com.amazonaws.ecs#AttachmentStateChanges": {
331            "type": "list",
332            "member": {
333                "target": "com.amazonaws.ecs#AttachmentStateChange"
334            }
335        },
336        "com.amazonaws.ecs#Attachments": {
337            "type": "list",
338            "member": {
339                "target": "com.amazonaws.ecs#Attachment"
340            }
341        },
342        "com.amazonaws.ecs#Attribute": {
343            "type": "structure",
344            "members": {
345                "name": {
346                    "target": "com.amazonaws.ecs#String",
347                    "traits": {
348                        "smithy.api#documentation": "<p>The name of the attribute. The <code>name</code> must contain between 1 and 128\n\t\t\tcharacters and name may contain letters (uppercase and lowercase), numbers, hyphens,\n\t\t\tunderscores, forward slashes, back slashes, or periods.</p>",
349                        "smithy.api#required": {}
350                    }
351                },
352                "value": {
353                    "target": "com.amazonaws.ecs#String",
354                    "traits": {
355                        "smithy.api#documentation": "<p>The value of the attribute. The <code>value</code> must contain between 1 and 128\n\t\t\tcharacters and may contain letters (uppercase and lowercase), numbers, hyphens,\n\t\t\tunderscores, periods, at signs (@), forward slashes, back slashes, colons, or spaces.\n\t\t\tThe value cannot contain any leading or trailing whitespace.</p>"
356                    }
357                },
358                "targetType": {
359                    "target": "com.amazonaws.ecs#TargetType",
360                    "traits": {
361                        "smithy.api#documentation": "<p>The type of the target with which to attach the attribute. This parameter is required\n\t\t\tif you use the short form ID for a resource instead of the full ARN.</p>"
362                    }
363                },
364                "targetId": {
365                    "target": "com.amazonaws.ecs#String",
366                    "traits": {
367                        "smithy.api#documentation": "<p>The ID of the target. You can specify the short form ID for a resource or the full\n\t\t\tAmazon Resource Name (ARN).</p>"
368                    }
369                }
370            },
371            "traits": {
372                "smithy.api#documentation": "<p>An attribute is a name-value pair associated with an Amazon ECS object. Attributes enable\n\t\t\tyou to extend the Amazon ECS data model by adding custom metadata to your resources. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-constraints.html#attributes\">Attributes</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
373            }
374        },
375        "com.amazonaws.ecs#AttributeLimitExceededException": {
376            "type": "structure",
377            "members": {
378                "message": {
379                    "target": "com.amazonaws.ecs#String"
380                }
381            },
382            "traits": {
383                "smithy.api#documentation": "<p>You can apply up to 10 custom attributes per resource. You can view the attributes of\n\t\t\ta resource with <a>ListAttributes</a>. You can remove existing attributes on\n\t\t\ta resource with <a>DeleteAttributes</a>.</p>",
384                "smithy.api#error": "client"
385            }
386        },
387        "com.amazonaws.ecs#Attributes": {
388            "type": "list",
389            "member": {
390                "target": "com.amazonaws.ecs#Attribute"
391            }
392        },
393        "com.amazonaws.ecs#AutoScalingGroupProvider": {
394            "type": "structure",
395            "members": {
396                "autoScalingGroupArn": {
397                    "target": "com.amazonaws.ecs#String",
398                    "traits": {
399                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the Auto Scaling group.</p>",
400                        "smithy.api#required": {}
401                    }
402                },
403                "managedScaling": {
404                    "target": "com.amazonaws.ecs#ManagedScaling",
405                    "traits": {
406                        "smithy.api#documentation": "<p>The managed scaling settings for the Auto Scaling group capacity provider.</p>"
407                    }
408                },
409                "managedTerminationProtection": {
410                    "target": "com.amazonaws.ecs#ManagedTerminationProtection",
411                    "traits": {
412                        "smithy.api#documentation": "<p>The managed termination protection setting to use for the Auto Scaling group capacity\n\t\t\tprovider. This determines whether the Auto Scaling group has managed termination\n\t\t\tprotection.</p>\n\t\t       <important>\n\t\t\t         <p>When using managed termination protection, managed scaling must also be used\n\t\t\t\totherwise managed termination protection will not work.</p>\n\t\t       </important>\n\t\t       <p>When managed termination protection is enabled, Amazon ECS prevents the Amazon EC2 instances in\n\t\t\tan Auto Scaling group that contain tasks from being terminated during a scale-in action.\n\t\t\tThe Auto Scaling group and each instance in the Auto Scaling group must have instance\n\t\t\tprotection from scale-in actions enabled as well. For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html#instance-protection\">Instance Protection</a> in the <i>AWS Auto Scaling User Guide</i>.</p>\n\t\t       <p>When managed termination protection is disabled, your Amazon EC2 instances are not\n\t\t\tprotected from termination when the Auto Scaling group scales in.</p>"
413                    }
414                }
415            },
416            "traits": {
417                "smithy.api#documentation": "<p>The details of the Auto Scaling group for the capacity provider.</p>"
418            }
419        },
420        "com.amazonaws.ecs#AutoScalingGroupProviderUpdate": {
421            "type": "structure",
422            "members": {
423                "managedScaling": {
424                    "target": "com.amazonaws.ecs#ManagedScaling"
425                },
426                "managedTerminationProtection": {
427                    "target": "com.amazonaws.ecs#ManagedTerminationProtection",
428                    "traits": {
429                        "smithy.api#documentation": "<p>The managed termination protection setting to use for the Auto Scaling group capacity\n\t\t\tprovider. This determines whether the Auto Scaling group has managed termination\n\t\t\tprotection.</p>\n\t\t       <important>\n\t\t\t         <p>When using managed termination protection, managed scaling must also be used\n\t\t\t\totherwise managed termination protection will not work.</p>\n\t\t       </important>\n\t\t       <p>When managed termination protection is enabled, Amazon ECS prevents the Amazon EC2 instances in\n\t\t\tan Auto Scaling group that contain tasks from being terminated during a scale-in action.\n\t\t\tThe Auto Scaling group and each instance in the Auto Scaling group must have instance\n\t\t\tprotection from scale-in actions enabled as well. For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html#instance-protection\">Instance Protection</a> in the <i>AWS Auto Scaling User Guide</i>.</p>\n\t\t       <p>When managed termination protection is disabled, your Amazon EC2 instances are not\n\t\t\tprotected from termination when the Auto Scaling group scales in.</p>"
430                    }
431                }
432            },
433            "traits": {
434                "smithy.api#documentation": "<p>The details of the Auto Scaling group capacity provider to update.</p>"
435            }
436        },
437        "com.amazonaws.ecs#AwsVpcConfiguration": {
438            "type": "structure",
439            "members": {
440                "subnets": {
441                    "target": "com.amazonaws.ecs#StringList",
442                    "traits": {
443                        "smithy.api#documentation": "<p>The IDs of the subnets associated with the task or service. There is a limit of 16\n\t\t\tsubnets that can be specified per <code>AwsVpcConfiguration</code>.</p>\n\t\t    \n\t\t       <note>\n\t\t\t         <p>All specified subnets must be from the same VPC.</p>\n\t\t       </note>",
444                        "smithy.api#required": {}
445                    }
446                },
447                "securityGroups": {
448                    "target": "com.amazonaws.ecs#StringList",
449                    "traits": {
450                        "smithy.api#documentation": "<p>The IDs of the security groups associated with the task or service. If you do not\n\t\t\tspecify a security group, the default security group for the VPC is used. There is a\n\t\t\tlimit of 5 security groups that can be specified per\n\t\t\t<code>AwsVpcConfiguration</code>.</p>\n\t\t    \n\t\t       <note>\n\t\t\t         <p>All specified security groups must be from the same VPC.</p>\n\t\t       </note>"
451                    }
452                },
453                "assignPublicIp": {
454                    "target": "com.amazonaws.ecs#AssignPublicIp",
455                    "traits": {
456                        "smithy.api#documentation": "<p>Whether the task's elastic network interface receives a public IP address. The default\n\t\t\tvalue is <code>DISABLED</code>.</p>"
457                    }
458                }
459            },
460            "traits": {
461                "smithy.api#documentation": "<p>An object representing the networking details for a task or service.</p>"
462            }
463        },
464        "com.amazonaws.ecs#BlockedException": {
465            "type": "structure",
466            "members": {
467                "message": {
468                    "target": "com.amazonaws.ecs#String"
469                }
470            },
471            "traits": {
472                "smithy.api#documentation": "<p>Your AWS account has been blocked. For more information, contact <a href=\"http://aws.amazon.com/contact-us/\">AWS Support</a>.</p>",
473                "smithy.api#error": "client"
474            }
475        },
476        "com.amazonaws.ecs#Boolean": {
477            "type": "boolean"
478        },
479        "com.amazonaws.ecs#BoxedBoolean": {
480            "type": "boolean",
481            "traits": {
482                "smithy.api#box": {}
483            }
484        },
485        "com.amazonaws.ecs#BoxedInteger": {
486            "type": "integer",
487            "traits": {
488                "smithy.api#box": {}
489            }
490        },
491        "com.amazonaws.ecs#CapacityProvider": {
492            "type": "structure",
493            "members": {
494                "capacityProviderArn": {
495                    "target": "com.amazonaws.ecs#String",
496                    "traits": {
497                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the capacity provider.</p>"
498                    }
499                },
500                "name": {
501                    "target": "com.amazonaws.ecs#String",
502                    "traits": {
503                        "smithy.api#documentation": "<p>The name of the capacity provider.</p>"
504                    }
505                },
506                "status": {
507                    "target": "com.amazonaws.ecs#CapacityProviderStatus",
508                    "traits": {
509                        "smithy.api#documentation": "<p>The current status of the capacity provider. Only capacity providers in an\n\t\t\t\t<code>ACTIVE</code> state can be used in a cluster. When a capacity provider is\n\t\t\tsuccessfully deleted, it will have an <code>INACTIVE</code> status.</p>"
510                    }
511                },
512                "autoScalingGroupProvider": {
513                    "target": "com.amazonaws.ecs#AutoScalingGroupProvider",
514                    "traits": {
515                        "smithy.api#documentation": "<p>The Auto Scaling group settings for the capacity provider.</p>"
516                    }
517                },
518                "updateStatus": {
519                    "target": "com.amazonaws.ecs#CapacityProviderUpdateStatus",
520                    "traits": {
521                        "smithy.api#documentation": "<p>The update status of the capacity provider. The following are the possible states that\n\t\t\twill be returned.</p>\n\t\t       <dl>\n            <dt>DELETE_IN_PROGRESS</dt>\n            <dd>\n\t\t\t\t\t          <p>The capacity provider is in the process of being deleted.</p>\n\t\t\t\t        </dd>\n            <dt>DELETE_COMPLETE</dt>\n            <dd>\n\t\t\t\t\t          <p>The capacity provider has been successfully deleted and will have an\n\t\t\t\t\t\t\t<code>INACTIVE</code> status.</p>\n\t\t\t\t        </dd>\n            <dt>DELETE_FAILED</dt>\n            <dd>\n\t\t\t\t\t          <p>The capacity provider was unable to be deleted. The update status reason\n\t\t\t\t\t\twill provide further details about why the delete failed.</p>\n\t\t\t\t        </dd>\n         </dl>"
522                    }
523                },
524                "updateStatusReason": {
525                    "target": "com.amazonaws.ecs#String",
526                    "traits": {
527                        "smithy.api#documentation": "<p>The update status reason. This provides further details about the update status for\n\t\t\tthe capacity provider.</p>"
528                    }
529                },
530                "tags": {
531                    "target": "com.amazonaws.ecs#Tags",
532                    "traits": {
533                        "smithy.api#documentation": "<p>The metadata that you apply to the capacity provider to help you categorize and\n\t\t\torganize it. Each tag consists of a key and an optional value, both of which you\n\t\t\tdefine.</p> \n         <p>The following basic restrictions apply to tags:</p>\n        <ul>\n            <li>\n                <p>Maximum number of tags per resource - 50</p>\n            </li>\n            <li>\n                <p>For each resource, each tag key must be unique, and each tag key can have only\n                    one value.</p>\n            </li>\n            <li>\n                <p>Maximum key length - 128 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>Maximum value length - 256 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>If your tagging schema is used across multiple services and resources,\n                    remember that other services may have restrictions on allowed characters.\n                    Generally allowed characters are: letters, numbers, and spaces representable in\n                    UTF-8, and the following characters: + - = . _ : / @.</p>\n            </li>\n            <li>\n                <p>Tag keys and values are case-sensitive.</p>\n            </li>\n            <li>\n                <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase\n                    combination of such as a prefix for either keys or values as it is reserved for\n                    AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with\n                    this prefix do not count against your tags per resource limit.</p>\n            </li>\n         </ul>"
534                    }
535                }
536            },
537            "traits": {
538                "smithy.api#documentation": "<p>The details of a capacity provider.</p>"
539            }
540        },
541        "com.amazonaws.ecs#CapacityProviderField": {
542            "type": "string",
543            "traits": {
544                "smithy.api#enum": [
545                    {
546                        "value": "TAGS",
547                        "name": "TAGS"
548                    }
549                ]
550            }
551        },
552        "com.amazonaws.ecs#CapacityProviderFieldList": {
553            "type": "list",
554            "member": {
555                "target": "com.amazonaws.ecs#CapacityProviderField"
556            }
557        },
558        "com.amazonaws.ecs#CapacityProviderStatus": {
559            "type": "string",
560            "traits": {
561                "smithy.api#enum": [
562                    {
563                        "value": "ACTIVE",
564                        "name": "ACTIVE"
565                    },
566                    {
567                        "value": "INACTIVE",
568                        "name": "INACTIVE"
569                    }
570                ]
571            }
572        },
573        "com.amazonaws.ecs#CapacityProviderStrategy": {
574            "type": "list",
575            "member": {
576                "target": "com.amazonaws.ecs#CapacityProviderStrategyItem"
577            }
578        },
579        "com.amazonaws.ecs#CapacityProviderStrategyItem": {
580            "type": "structure",
581            "members": {
582                "capacityProvider": {
583                    "target": "com.amazonaws.ecs#String",
584                    "traits": {
585                        "smithy.api#documentation": "<p>The short name of the capacity provider.</p>",
586                        "smithy.api#required": {}
587                    }
588                },
589                "weight": {
590                    "target": "com.amazonaws.ecs#CapacityProviderStrategyItemWeight",
591                    "traits": {
592                        "smithy.api#documentation": "<p>The <i>weight</i> value designates the relative percentage of the total\n\t\t\tnumber of tasks launched that should use the specified capacity provider. The\n\t\t\t\t<code>weight</code> value is taken into consideration after the <code>base</code>\n\t\t\tvalue, if defined, is satisfied.</p>\n\t\t       <p>If no <code>weight</code> value is specified, the default value of <code>0</code> is\n\t\t\tused. When multiple capacity providers are specified within a capacity provider\n\t\t\tstrategy, at least one of the capacity providers must have a weight value greater than\n\t\t\tzero and any capacity providers with a weight of <code>0</code> will not be used to\n\t\t\tplace tasks. If you specify multiple capacity providers in a strategy that all have a\n\t\t\tweight of <code>0</code>, any <code>RunTask</code> or <code>CreateService</code> actions\n\t\t\tusing the capacity provider strategy will fail.</p>\n\t\t       <p>An example scenario for using weights is defining a strategy that contains two\n\t\t\tcapacity providers and both have a weight of <code>1</code>, then when the\n\t\t\t\t<code>base</code> is satisfied, the tasks will be split evenly across the two\n\t\t\tcapacity providers. Using that same logic, if you specify a weight of <code>1</code> for\n\t\t\t\t<i>capacityProviderA</i> and a weight of <code>4</code> for\n\t\t\t\t<i>capacityProviderB</i>, then for every one task that is run using\n\t\t\t\t<i>capacityProviderA</i>, four tasks would use\n\t\t\t\t<i>capacityProviderB</i>.</p>"
593                    }
594                },
595                "base": {
596                    "target": "com.amazonaws.ecs#CapacityProviderStrategyItemBase",
597                    "traits": {
598                        "smithy.api#documentation": "<p>The <i>base</i> value designates how many tasks, at a minimum, to run on\n\t\t\tthe specified capacity provider. Only one capacity provider in a capacity provider\n\t\t\tstrategy can have a <i>base</i> defined. If no value is specified, the\n\t\t\tdefault value of <code>0</code> is used.</p>"
599                    }
600                }
601            },
602            "traits": {
603                "smithy.api#documentation": "<p>The details of a capacity provider strategy. A capacity provider strategy can be set\n\t\t\twhen using the <a>RunTask</a> or <a>CreateCluster</a> APIs or as\n\t\t\tthe default capacity provider strategy for a cluster with the <a>CreateCluster</a> API.</p>\n\t\t       <p>Only capacity providers that are already associated with a cluster and have an\n\t\t\t\t<code>ACTIVE</code> or <code>UPDATING</code> status can be used in a capacity\n\t\t\tprovider strategy. The <a>PutClusterCapacityProviders</a> API is used to\n\t\t\tassociate a capacity provider with a cluster.</p>\n\t\t       <p>If specifying a capacity provider that uses an Auto Scaling group, the capacity\n\t\t\tprovider must already be created. New Auto Scaling group capacity providers can be\n\t\t\tcreated with the <a>CreateCapacityProvider</a> API operation.</p>\n\t\t       <p>To use a AWS Fargate capacity provider, specify either the <code>FARGATE</code> or\n\t\t\t\t<code>FARGATE_SPOT</code> capacity providers. The AWS Fargate capacity providers are\n\t\t\tavailable to all accounts and only need to be associated with a cluster to be used in a\n\t\t\tcapacity provider strategy.</p>"
604            }
605        },
606        "com.amazonaws.ecs#CapacityProviderStrategyItemBase": {
607            "type": "integer",
608            "traits": {
609                "smithy.api#range": {
610                    "min": 0,
611                    "max": 100000
612                }
613            }
614        },
615        "com.amazonaws.ecs#CapacityProviderStrategyItemWeight": {
616            "type": "integer",
617            "traits": {
618                "smithy.api#range": {
619                    "min": 0,
620                    "max": 1000
621                }
622            }
623        },
624        "com.amazonaws.ecs#CapacityProviderUpdateStatus": {
625            "type": "string",
626            "traits": {
627                "smithy.api#enum": [
628                    {
629                        "value": "DELETE_IN_PROGRESS",
630                        "name": "DELETE_IN_PROGRESS"
631                    },
632                    {
633                        "value": "DELETE_COMPLETE",
634                        "name": "DELETE_COMPLETE"
635                    },
636                    {
637                        "value": "DELETE_FAILED",
638                        "name": "DELETE_FAILED"
639                    },
640                    {
641                        "value": "UPDATE_IN_PROGRESS",
642                        "name": "UPDATE_IN_PROGRESS"
643                    },
644                    {
645                        "value": "UPDATE_COMPLETE",
646                        "name": "UPDATE_COMPLETE"
647                    },
648                    {
649                        "value": "UPDATE_FAILED",
650                        "name": "UPDATE_FAILED"
651                    }
652                ]
653            }
654        },
655        "com.amazonaws.ecs#CapacityProviders": {
656            "type": "list",
657            "member": {
658                "target": "com.amazonaws.ecs#CapacityProvider"
659            }
660        },
661        "com.amazonaws.ecs#ClientException": {
662            "type": "structure",
663            "members": {
664                "message": {
665                    "target": "com.amazonaws.ecs#String"
666                }
667            },
668            "traits": {
669                "smithy.api#documentation": "<p>These errors are usually caused by a client action, such as using an action or\n\t\t\tresource on behalf of a user that doesn't have permissions to use the action or\n\t\t\tresource, or specifying an identifier that is not valid.</p>",
670                "smithy.api#error": "client"
671            }
672        },
673        "com.amazonaws.ecs#Cluster": {
674            "type": "structure",
675            "members": {
676                "clusterArn": {
677                    "target": "com.amazonaws.ecs#String",
678                    "traits": {
679                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the cluster. The ARN contains the <code>arn:aws:ecs</code> namespace, followed by the Region of the cluster, the AWS account ID of the cluster owner, the <code>cluster</code> namespace, and then the cluster name. For example, <code>arn:aws:ecs:region:012345678910:cluster/test</code>.</p>"
680                    }
681                },
682                "clusterName": {
683                    "target": "com.amazonaws.ecs#String",
684                    "traits": {
685                        "smithy.api#documentation": "<p>A user-generated string that you use to identify your cluster.</p>"
686                    }
687                },
688                "configuration": {
689                    "target": "com.amazonaws.ecs#ClusterConfiguration",
690                    "traits": {
691                        "smithy.api#documentation": "<p>The execute command configuration for the cluster.</p>"
692                    }
693                },
694                "status": {
695                    "target": "com.amazonaws.ecs#String",
696                    "traits": {
697                        "smithy.api#documentation": "<p>The status of the cluster. The following are the possible states that will be\n\t\t\treturned.</p>\n\t\t       <dl>\n            <dt>ACTIVE</dt>\n            <dd>\n\t\t\t\t\t          <p>The cluster is ready to accept tasks and if applicable you can register\n\t\t\t\t\t\tcontainer instances with the cluster.</p>\n\t\t\t\t        </dd>\n            <dt>PROVISIONING</dt>\n            <dd>\n\t\t\t\t\t          <p>The cluster has capacity providers associated with it and the resources\n\t\t\t\t\t\tneeded for the capacity provider are being created.</p>\n\t\t\t\t        </dd>\n            <dt>DEPROVISIONING</dt>\n            <dd>\n\t\t\t\t\t          <p>The cluster has capacity providers associated with it and the resources\n\t\t\t\t\t\tneeded for the capacity provider are being deleted.</p>\n\t\t\t\t        </dd>\n            <dt>FAILED</dt>\n            <dd>\n\t\t\t\t\t          <p>The cluster has capacity providers associated with it and the resources\n\t\t\t\t\t\tneeded for the capacity provider have failed to create.</p>\n\t\t\t\t        </dd>\n            <dt>INACTIVE</dt>\n            <dd>\n\t\t\t\t\t          <p>The cluster has been deleted. Clusters with an <code>INACTIVE</code>\n\t\t\t\t\t\tstatus may remain discoverable in your account for a period of time.\n\t\t\t\t\t\tHowever, this behavior is subject to change in the future, so you should not\n\t\t\t\t\t\trely on <code>INACTIVE</code> clusters persisting.</p>\n\t\t\t\t        </dd>\n         </dl>"
698                    }
699                },
700                "registeredContainerInstancesCount": {
701                    "target": "com.amazonaws.ecs#Integer",
702                    "traits": {
703                        "smithy.api#documentation": "<p>The number of container instances registered into the cluster. This includes container\n\t\t\tinstances in both <code>ACTIVE</code> and <code>DRAINING</code> status.</p>"
704                    }
705                },
706                "runningTasksCount": {
707                    "target": "com.amazonaws.ecs#Integer",
708                    "traits": {
709                        "smithy.api#documentation": "<p>The number of tasks in the cluster that are in the <code>RUNNING</code> state.</p>"
710                    }
711                },
712                "pendingTasksCount": {
713                    "target": "com.amazonaws.ecs#Integer",
714                    "traits": {
715                        "smithy.api#documentation": "<p>The number of tasks in the cluster that are in the <code>PENDING</code> state.</p>"
716                    }
717                },
718                "activeServicesCount": {
719                    "target": "com.amazonaws.ecs#Integer",
720                    "traits": {
721                        "smithy.api#documentation": "<p>The number of services that are running on the cluster in an <code>ACTIVE</code>\n\t\t\tstate. You can view these services with <a>ListServices</a>.</p>"
722                    }
723                },
724                "statistics": {
725                    "target": "com.amazonaws.ecs#Statistics",
726                    "traits": {
727                        "smithy.api#documentation": "<p>Additional information about your clusters that are separated by launch type,\n\t\t\tincluding:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>runningEC2TasksCount</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>RunningFargateTasksCount</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>pendingEC2TasksCount</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>pendingFargateTasksCount</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>activeEC2ServiceCount</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>activeFargateServiceCount</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>drainingEC2ServiceCount</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>drainingFargateServiceCount</p>\n\t\t\t         </li>\n         </ul>"
728                    }
729                },
730                "tags": {
731                    "target": "com.amazonaws.ecs#Tags",
732                    "traits": {
733                        "smithy.api#documentation": "<p>The metadata that you apply to the cluster to help you categorize and organize them.\n\t\t\tEach tag consists of a key and an optional value, both of which you define.</p>\n\t\t       <p>The following basic restrictions apply to tags:</p>\n        <ul>\n            <li>\n                <p>Maximum number of tags per resource - 50</p>\n            </li>\n            <li>\n                <p>For each resource, each tag key must be unique, and each tag key can have only\n                    one value.</p>\n            </li>\n            <li>\n                <p>Maximum key length - 128 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>Maximum value length - 256 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>If your tagging schema is used across multiple services and resources,\n                    remember that other services may have restrictions on allowed characters.\n                    Generally allowed characters are: letters, numbers, and spaces representable in\n                    UTF-8, and the following characters: + - = . _ : / @.</p>\n            </li>\n            <li>\n                <p>Tag keys and values are case-sensitive.</p>\n            </li>\n            <li>\n                <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase\n                    combination of such as a prefix for either keys or values as it is reserved for\n                    AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with\n                    this prefix do not count against your tags per resource limit.</p>\n            </li>\n         </ul>"
734                    }
735                },
736                "settings": {
737                    "target": "com.amazonaws.ecs#ClusterSettings",
738                    "traits": {
739                        "smithy.api#documentation": "<p>The settings for the cluster. This parameter indicates whether CloudWatch Container Insights\n\t\t\tis enabled or disabled for a cluster.</p>"
740                    }
741                },
742                "capacityProviders": {
743                    "target": "com.amazonaws.ecs#StringList",
744                    "traits": {
745                        "smithy.api#documentation": "<p>The capacity providers associated with the cluster.</p>"
746                    }
747                },
748                "defaultCapacityProviderStrategy": {
749                    "target": "com.amazonaws.ecs#CapacityProviderStrategy",
750                    "traits": {
751                        "smithy.api#documentation": "<p>The default capacity provider strategy for the cluster. When services or tasks are run\n\t\t\tin the cluster with no launch type or capacity provider strategy specified, the default\n\t\t\tcapacity provider strategy is used.</p>"
752                    }
753                },
754                "attachments": {
755                    "target": "com.amazonaws.ecs#Attachments",
756                    "traits": {
757                        "smithy.api#documentation": "<p>The resources attached to a cluster. When using a capacity provider with a cluster,\n\t\t\tthe Auto Scaling plan that is created will be returned as a cluster attachment.</p>"
758                    }
759                },
760                "attachmentsStatus": {
761                    "target": "com.amazonaws.ecs#String",
762                    "traits": {
763                        "smithy.api#documentation": "<p>The status of the capacity providers associated with the cluster. The following are\n\t\t\tthe states that will be returned:</p>\n\t\t       <dl>\n            <dt>UPDATE_IN_PROGRESS</dt>\n            <dd>\n\t\t\t\t\t          <p>The available capacity providers for the cluster are updating. This occurs\n\t\t\t\t\t\twhen the Auto Scaling plan is provisioning or deprovisioning.</p>\n\t\t\t\t        </dd>\n            <dt>UPDATE_COMPLETE</dt>\n            <dd>\n\t\t\t\t\t          <p>The capacity providers have successfully updated.</p>\n\t\t\t\t        </dd>\n            <dt>UPDATE_FAILED</dt>\n            <dd>\n\t\t\t\t\t          <p>The capacity provider updates failed.</p>\n\t\t\t\t        </dd>\n         </dl>"
764                    }
765                }
766            },
767            "traits": {
768                "smithy.api#documentation": "<p>A regional grouping of one or more container instances on which you can run task\n\t\t\trequests. Each account receives a default cluster the first time you use the Amazon ECS\n\t\t\tservice, but you may also create other clusters. Clusters may contain more than one\n\t\t\tinstance type simultaneously.</p>"
769            }
770        },
771        "com.amazonaws.ecs#ClusterConfiguration": {
772            "type": "structure",
773            "members": {
774                "executeCommandConfiguration": {
775                    "target": "com.amazonaws.ecs#ExecuteCommandConfiguration",
776                    "traits": {
777                        "smithy.api#documentation": "<p>The details of the execute command configuration.</p>"
778                    }
779                }
780            },
781            "traits": {
782                "smithy.api#documentation": "<p>The execute command configuration for the cluster.</p>"
783            }
784        },
785        "com.amazonaws.ecs#ClusterContainsContainerInstancesException": {
786            "type": "structure",
787            "members": {
788                "message": {
789                    "target": "com.amazonaws.ecs#String"
790                }
791            },
792            "traits": {
793                "smithy.api#documentation": "<p>You cannot delete a cluster that has registered container instances. First, deregister\n\t\t\tthe container instances before you can delete the cluster. For more information, see\n\t\t\t\t<a>DeregisterContainerInstance</a>.</p>",
794                "smithy.api#error": "client"
795            }
796        },
797        "com.amazonaws.ecs#ClusterContainsServicesException": {
798            "type": "structure",
799            "members": {
800                "message": {
801                    "target": "com.amazonaws.ecs#String"
802                }
803            },
804            "traits": {
805                "smithy.api#documentation": "<p>You cannot delete a cluster that contains services. First, update the service to\n\t\t\treduce its desired task count to 0 and then delete the service. For more information,\n\t\t\tsee <a>UpdateService</a> and <a>DeleteService</a>.</p>",
806                "smithy.api#error": "client"
807            }
808        },
809        "com.amazonaws.ecs#ClusterContainsTasksException": {
810            "type": "structure",
811            "members": {
812                "message": {
813                    "target": "com.amazonaws.ecs#String"
814                }
815            },
816            "traits": {
817                "smithy.api#documentation": "<p>You cannot delete a cluster that has active tasks.</p>",
818                "smithy.api#error": "client"
819            }
820        },
821        "com.amazonaws.ecs#ClusterField": {
822            "type": "string",
823            "traits": {
824                "smithy.api#enum": [
825                    {
826                        "value": "ATTACHMENTS",
827                        "name": "ATTACHMENTS"
828                    },
829                    {
830                        "value": "CONFIGURATIONS",
831                        "name": "CONFIGURATIONS"
832                    },
833                    {
834                        "value": "SETTINGS",
835                        "name": "SETTINGS"
836                    },
837                    {
838                        "value": "STATISTICS",
839                        "name": "STATISTICS"
840                    },
841                    {
842                        "value": "TAGS",
843                        "name": "TAGS"
844                    }
845                ]
846            }
847        },
848        "com.amazonaws.ecs#ClusterFieldList": {
849            "type": "list",
850            "member": {
851                "target": "com.amazonaws.ecs#ClusterField"
852            }
853        },
854        "com.amazonaws.ecs#ClusterNotFoundException": {
855            "type": "structure",
856            "members": {
857                "message": {
858                    "target": "com.amazonaws.ecs#String"
859                }
860            },
861            "traits": {
862                "smithy.api#documentation": "<p>The specified cluster could not be found. You can view your available clusters with\n\t\t\t\t<a>ListClusters</a>. Amazon ECS clusters are Region-specific.</p>",
863                "smithy.api#error": "client"
864            }
865        },
866        "com.amazonaws.ecs#ClusterSetting": {
867            "type": "structure",
868            "members": {
869                "name": {
870                    "target": "com.amazonaws.ecs#ClusterSettingName",
871                    "traits": {
872                        "smithy.api#documentation": "<p>The name of the cluster setting. The only supported value is\n\t\t\t\t<code>containerInsights</code>.</p>"
873                    }
874                },
875                "value": {
876                    "target": "com.amazonaws.ecs#String",
877                    "traits": {
878                        "smithy.api#documentation": "<p>The value to set for the cluster setting. The supported values are\n\t\t\t\t<code>enabled</code> and <code>disabled</code>. If <code>enabled</code> is\n\t\t\tspecified, CloudWatch Container Insights will be enabled for the cluster, otherwise it will be\n\t\t\tdisabled unless the <code>containerInsights</code> account setting is enabled. If a\n\t\t\tcluster value is specified, it will override the <code>containerInsights</code> value\n\t\t\tset with <a>PutAccountSetting</a> or <a>PutAccountSettingDefault</a>.</p>"
879                    }
880                }
881            },
882            "traits": {
883                "smithy.api#documentation": "<p>The settings to use when creating a cluster. This parameter is used to enable CloudWatch\n\t\t\tContainer Insights for a cluster.</p>"
884            }
885        },
886        "com.amazonaws.ecs#ClusterSettingName": {
887            "type": "string",
888            "traits": {
889                "smithy.api#enum": [
890                    {
891                        "value": "containerInsights",
892                        "name": "CONTAINER_INSIGHTS"
893                    }
894                ]
895            }
896        },
897        "com.amazonaws.ecs#ClusterSettings": {
898            "type": "list",
899            "member": {
900                "target": "com.amazonaws.ecs#ClusterSetting"
901            }
902        },
903        "com.amazonaws.ecs#Clusters": {
904            "type": "list",
905            "member": {
906                "target": "com.amazonaws.ecs#Cluster"
907            }
908        },
909        "com.amazonaws.ecs#Compatibility": {
910            "type": "string",
911            "traits": {
912                "smithy.api#enum": [
913                    {
914                        "value": "EC2",
915                        "name": "EC2"
916                    },
917                    {
918                        "value": "FARGATE",
919                        "name": "FARGATE"
920                    }
921                ]
922            }
923        },
924        "com.amazonaws.ecs#CompatibilityList": {
925            "type": "list",
926            "member": {
927                "target": "com.amazonaws.ecs#Compatibility"
928            }
929        },
930        "com.amazonaws.ecs#Connectivity": {
931            "type": "string",
932            "traits": {
933                "smithy.api#enum": [
934                    {
935                        "value": "CONNECTED",
936                        "name": "CONNECTED"
937                    },
938                    {
939                        "value": "DISCONNECTED",
940                        "name": "DISCONNECTED"
941                    }
942                ]
943            }
944        },
945        "com.amazonaws.ecs#Container": {
946            "type": "structure",
947            "members": {
948                "containerArn": {
949                    "target": "com.amazonaws.ecs#String",
950                    "traits": {
951                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the container.</p>"
952                    }
953                },
954                "taskArn": {
955                    "target": "com.amazonaws.ecs#String",
956                    "traits": {
957                        "smithy.api#documentation": "<p>The ARN of the task.</p>"
958                    }
959                },
960                "name": {
961                    "target": "com.amazonaws.ecs#String",
962                    "traits": {
963                        "smithy.api#documentation": "<p>The name of the container.</p>"
964                    }
965                },
966                "image": {
967                    "target": "com.amazonaws.ecs#String",
968                    "traits": {
969                        "smithy.api#documentation": "<p>The image used for the container.</p>"
970                    }
971                },
972                "imageDigest": {
973                    "target": "com.amazonaws.ecs#String",
974                    "traits": {
975                        "smithy.api#documentation": "<p>The container image manifest digest.</p>\n\t\t       <note>\n\t\t\t         <p>The <code>imageDigest</code> is only returned if the container is using an image\n\t\t\t\thosted in Amazon ECR, otherwise it is omitted.</p>\n\t\t       </note>"
976                    }
977                },
978                "runtimeId": {
979                    "target": "com.amazonaws.ecs#String",
980                    "traits": {
981                        "smithy.api#documentation": "<p>The ID of the Docker container.</p>"
982                    }
983                },
984                "lastStatus": {
985                    "target": "com.amazonaws.ecs#String",
986                    "traits": {
987                        "smithy.api#documentation": "<p>The last known status of the container.</p>"
988                    }
989                },
990                "exitCode": {
991                    "target": "com.amazonaws.ecs#BoxedInteger",
992                    "traits": {
993                        "smithy.api#documentation": "<p>The exit code returned from the container.</p>"
994                    }
995                },
996                "reason": {
997                    "target": "com.amazonaws.ecs#String",
998                    "traits": {
999                        "smithy.api#documentation": "<p>A short (255 max characters) human-readable string to provide additional details about\n\t\t\ta running or stopped container.</p>"
1000                    }
1001                },
1002                "networkBindings": {
1003                    "target": "com.amazonaws.ecs#NetworkBindings",
1004                    "traits": {
1005                        "smithy.api#documentation": "<p>The network bindings associated with the container.</p>"
1006                    }
1007                },
1008                "networkInterfaces": {
1009                    "target": "com.amazonaws.ecs#NetworkInterfaces",
1010                    "traits": {
1011                        "smithy.api#documentation": "<p>The network interfaces associated with the container.</p>"
1012                    }
1013                },
1014                "healthStatus": {
1015                    "target": "com.amazonaws.ecs#HealthStatus",
1016                    "traits": {
1017                        "smithy.api#documentation": "<p>The health status of the container. If health checks are not configured for this\n\t\t\tcontainer in its task definition, then it reports the health status as\n\t\t\t\t<code>UNKNOWN</code>.</p>"
1018                    }
1019                },
1020                "managedAgents": {
1021                    "target": "com.amazonaws.ecs#ManagedAgents",
1022                    "traits": {
1023                        "smithy.api#documentation": "<p>The details of any Amazon ECS managed agents associated with the container.</p>"
1024                    }
1025                },
1026                "cpu": {
1027                    "target": "com.amazonaws.ecs#String",
1028                    "traits": {
1029                        "smithy.api#documentation": "<p>The number of CPU units set for the container. The value will be <code>0</code> if no\n\t\t\tvalue was specified in the container definition when the task definition was\n\t\t\tregistered.</p>"
1030                    }
1031                },
1032                "memory": {
1033                    "target": "com.amazonaws.ecs#String",
1034                    "traits": {
1035                        "smithy.api#documentation": "<p>The hard limit (in MiB) of memory set for the container.</p>"
1036                    }
1037                },
1038                "memoryReservation": {
1039                    "target": "com.amazonaws.ecs#String",
1040                    "traits": {
1041                        "smithy.api#documentation": "<p>The soft limit (in MiB) of memory set for the container.</p>"
1042                    }
1043                },
1044                "gpuIds": {
1045                    "target": "com.amazonaws.ecs#GpuIds",
1046                    "traits": {
1047                        "smithy.api#documentation": "<p>The IDs of each GPU assigned to the container.</p>"
1048                    }
1049                }
1050            },
1051            "traits": {
1052                "smithy.api#documentation": "<p>A Docker container that is part of a task.</p>"
1053            }
1054        },
1055        "com.amazonaws.ecs#ContainerCondition": {
1056            "type": "string",
1057            "traits": {
1058                "smithy.api#enum": [
1059                    {
1060                        "value": "START",
1061                        "name": "START"
1062                    },
1063                    {
1064                        "value": "COMPLETE",
1065                        "name": "COMPLETE"
1066                    },
1067                    {
1068                        "value": "SUCCESS",
1069                        "name": "SUCCESS"
1070                    },
1071                    {
1072                        "value": "HEALTHY",
1073                        "name": "HEALTHY"
1074                    }
1075                ]
1076            }
1077        },
1078        "com.amazonaws.ecs#ContainerDefinition": {
1079            "type": "structure",
1080            "members": {
1081                "name": {
1082                    "target": "com.amazonaws.ecs#String",
1083                    "traits": {
1084                        "smithy.api#documentation": "<p>The name of a container. If you are linking multiple containers together in a task\n\t\t\tdefinition, the <code>name</code> of one container can be entered in the\n\t\t\t\t<code>links</code> of another container to connect the containers.\n\t\t\tUp to 255 letters (uppercase and lowercase), numbers, and hyphens are allowed. This parameter maps to <code>name</code> in the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the\n\t\t\t\t<code>--name</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker\n\t\t\trun</a>. </p>"
1085                    }
1086                },
1087                "image": {
1088                    "target": "com.amazonaws.ecs#String",
1089                    "traits": {
1090                        "smithy.api#documentation": "<p>The image used to start a container. This string is passed directly to the Docker\n\t\t\tdaemon. Images in the Docker Hub registry are available by default. Other repositories\n\t\t\tare specified with either <code>\n\t\t\t\t           <i>repository-url</i>/<i>image</i>:<i>tag</i>\n\t\t\t         </code> or <code>\n\t\t\t\t           <i>repository-url</i>/<i>image</i>@<i>digest</i>\n\t\t\t         </code>. Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to <code>Image</code> in the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the\n\t\t\t\t<code>IMAGE</code> parameter of <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker\n\t\t\t\trun</a>.</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>When a new task starts, the Amazon ECS container agent pulls the latest version of\n\t\t\t\t\tthe specified image and tag for the container to use. However, subsequent\n\t\t\t\t\tupdates to a repository image are not propagated to already running\n\t\t\t\t\ttasks.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Images in Amazon ECR repositories can be specified by either using the full\n\t\t\t\t\t\t<code>registry/repository:tag</code> or\n\t\t\t\t\t\t<code>registry/repository@digest</code>. For example,\n\t\t\t\t\t\t<code>012345678910.dkr.ecr.<region-name>.amazonaws.com/<repository-name>:latest</code>\n\t\t\t\t\tor\n\t\t\t\t\t\t<code>012345678910.dkr.ecr.<region-name>.amazonaws.com/<repository-name>@sha256:94afd1f2e64d908bc90dbca0035a5b567EXAMPLE</code>.\n\t\t\t\t</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Images in official repositories on Docker Hub use a single name (for example,\n\t\t\t\t\t\t<code>ubuntu</code> or <code>mongo</code>).</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Images in other repositories on Docker Hub are qualified with an organization\n\t\t\t\t\tname (for example, <code>amazon/amazon-ecs-agent</code>).</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Images in other online repositories are qualified further by a domain name\n\t\t\t\t\t(for example, <code>quay.io/assemblyline/ubuntu</code>).</p>\n\t\t\t         </li>\n         </ul>"
1091                    }
1092                },
1093                "repositoryCredentials": {
1094                    "target": "com.amazonaws.ecs#RepositoryCredentials",
1095                    "traits": {
1096                        "smithy.api#documentation": "<p>The private repository authentication credentials to use.</p>"
1097                    }
1098                },
1099                "cpu": {
1100                    "target": "com.amazonaws.ecs#Integer",
1101                    "traits": {
1102                        "smithy.api#documentation": "<p>The number of <code>cpu</code> units reserved for the container. This parameter maps\n\t\t\tto <code>CpuShares</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--cpu-shares</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p>\n\t\t       <p>This field is optional for tasks using the Fargate launch type, and the\n\t\t\tonly requirement is that the total amount of CPU reserved for all containers within a\n\t\t\ttask be lower than the task-level <code>cpu</code> value.</p>\n\t\t       <note>\n\t\t\t         <p>You can determine the number of CPU units that are available per EC2 instance type\n\t\t\t\tby multiplying the vCPUs listed for that instance type on the <a href=\"http://aws.amazon.com/ec2/instance-types/\">Amazon EC2 Instances</a> detail page\n\t\t\t\tby 1,024.</p>\n\t\t       </note>\n\t\t       <p>Linux containers share unallocated CPU units with other containers on the container\n\t\t\tinstance with the same ratio as their allocated amount. For example, if you run a\n\t\t\tsingle-container task on a single-core instance type with 512 CPU units specified for\n\t\t\tthat container, and that is the only task running on the container instance, that\n\t\t\tcontainer could use the full 1,024 CPU unit share at any given time. However, if you\n\t\t\tlaunched another copy of the same task on that container instance, each task would be\n\t\t\tguaranteed a minimum of 512 CPU units when needed, and each container could float to\n\t\t\thigher CPU usage if the other container was not using it, but if both tasks were 100%\n\t\t\tactive all of the time, they would be limited to 512 CPU units.</p>\n\t\t       <p>On Linux container instances, the Docker daemon on the container instance uses the CPU\n\t\t\tvalue to calculate the relative CPU share ratios for running containers. For more\n\t\t\tinformation, see <a href=\"https://docs.docker.com/engine/reference/run/#cpu-share-constraint\">CPU share\n\t\t\t\tconstraint</a> in the Docker documentation. The minimum valid CPU share value\n\t\t\tthat the Linux kernel allows is 2. However, the CPU parameter is not required, and you\n\t\t\tcan use CPU values below 2 in your container definitions. For CPU values below 2\n\t\t\t(including null), the behavior varies based on your Amazon ECS container agent\n\t\t\tversion:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n\t\t\t\t\t             <b>Agent versions less than or equal to 1.1.0:</b>\n\t\t\t\t\tNull and zero CPU values are passed to Docker as 0, which Docker then converts\n\t\t\t\t\tto 1,024 CPU shares. CPU values of 1 are passed to Docker as 1, which the Linux\n\t\t\t\t\tkernel converts to two CPU shares.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n\t\t\t\t\t             <b>Agent versions greater than or equal to 1.2.0:</b>\n\t\t\t\t\tNull, zero, and CPU values of 1 are passed to Docker as 2.</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>On Windows container instances, the CPU limit is enforced as an absolute limit, or a\n\t\t\tquota. Windows containers only have access to the specified amount of CPU that is\n\t\t\tdescribed in the task definition. A null or zero CPU value is passed to Docker as\n\t\t\t\t<code>0</code>, which Windows interprets as 1% of one CPU.</p>"
1103                    }
1104                },
1105                "memory": {
1106                    "target": "com.amazonaws.ecs#BoxedInteger",
1107                    "traits": {
1108                        "smithy.api#documentation": "<p>The amount (in MiB) of memory to present to the container. If your container attempts\n\t\t\tto exceed the memory specified here, the container is killed. The total amount of memory\n\t\t\treserved for all containers within a task must be lower than the task\n\t\t\t\t<code>memory</code> value, if one is specified. This parameter maps to\n\t\t\t\t<code>Memory</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--memory</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p>\n\t\t       <p>If using the Fargate launch type, this parameter is optional.</p>\n\t\t       <p>If using the EC2 launch type, you must specify either a task-level\n\t\t\tmemory value or a container-level memory value. If you specify both a container-level\n\t\t\t\t<code>memory</code> and <code>memoryReservation</code> value, <code>memory</code>\n\t\t\tmust be greater than <code>memoryReservation</code>. If you specify\n\t\t\t\t<code>memoryReservation</code>, then that value is subtracted from the available\n\t\t\tmemory resources for the container instance on which the container is placed. Otherwise,\n\t\t\tthe value of <code>memory</code> is used.</p>\n\t\t       <p>The Docker daemon reserves a minimum of 4 MiB of memory for a container, so you should\n\t\t\tnot specify fewer than 4 MiB of memory for your containers.</p>"
1109                    }
1110                },
1111                "memoryReservation": {
1112                    "target": "com.amazonaws.ecs#BoxedInteger",
1113                    "traits": {
1114                        "smithy.api#documentation": "<p>The soft limit (in MiB) of memory to reserve for the container. When system memory is\n\t\t\tunder heavy contention, Docker attempts to keep the container memory to this soft limit.\n\t\t\tHowever, your container can consume more memory when it needs to, up to either the hard\n\t\t\tlimit specified with the <code>memory</code> parameter (if applicable), or all of the\n\t\t\tavailable memory on the container instance, whichever comes first. This parameter maps\n\t\t\tto <code>MemoryReservation</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of\n\t\t\tthe <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--memory-reservation</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p>\n\t\t       <p>If a task-level memory value is not specified, you must specify a non-zero integer for\n\t\t\tone or both of <code>memory</code> or <code>memoryReservation</code> in a container\n\t\t\tdefinition. If you specify both, <code>memory</code> must be greater than\n\t\t\t\t<code>memoryReservation</code>. If you specify <code>memoryReservation</code>, then\n\t\t\tthat value is subtracted from the available memory resources for the container instance\n\t\t\ton which the container is placed. Otherwise, the value of <code>memory</code> is\n\t\t\tused.</p>\n\t\t       <p>For example, if your container normally uses 128 MiB of memory, but occasionally\n\t\t\tbursts to 256 MiB of memory for short periods of time, you can set a\n\t\t\t\t<code>memoryReservation</code> of 128 MiB, and a <code>memory</code> hard limit of\n\t\t\t300 MiB. This configuration would allow the container to only reserve 128 MiB of memory\n\t\t\tfrom the remaining resources on the container instance, but also allow the container to\n\t\t\tconsume more memory resources when needed.</p>\n\t\t       <p>The Docker daemon reserves a minimum of 4 MiB of memory for a container, so you should\n\t\t\tnot specify fewer than 4 MiB of memory for your containers. </p>"
1115                    }
1116                },
1117                "links": {
1118                    "target": "com.amazonaws.ecs#StringList",
1119                    "traits": {
1120                        "smithy.api#documentation": "<p>The <code>links</code> parameter allows containers to communicate with each other\n\t\t\twithout the need for port mappings. This parameter is only supported if the network mode\n\t\t\tof a task definition is <code>bridge</code>. The <code>name:internalName</code>\n\t\t\tconstruct is analogous to <code>name:alias</code> in Docker links.\n\t\t\tUp to 255 letters (uppercase and lowercase), numbers, and hyphens are allowed. For more information about linking Docker containers, go to\n\t\t\t\t<a href=\"https://docs.docker.com/network/links/\">Legacy container links</a>\n\t\t\tin the Docker documentation. This parameter maps to <code>Links</code> in the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the\n\t\t\t\t<code>--link</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker\n\t\t\trun</a>.</p> \n         <note>\n                        <p>This parameter is not supported for Windows containers or tasks that use the awsvpc network mode.</p>\n                     </note> \n         <important>\n\t\t\t         <p>Containers that are collocated on a single container instance may be able to\n\t\t\t\tcommunicate with each other without requiring links or host port mappings. Network\n\t\t\t\tisolation is achieved on the container instance using security groups and VPC\n\t\t\t\tsettings.</p>\n\t\t       </important>"
1121                    }
1122                },
1123                "portMappings": {
1124                    "target": "com.amazonaws.ecs#PortMappingList",
1125                    "traits": {
1126                        "smithy.api#documentation": "<p>The list of port mappings for the container. Port mappings allow containers to access\n\t\t\tports on the host container instance to send or receive traffic.</p>\n\t\t       <p>For task definitions that use the <code>awsvpc</code> network mode, you should only\n\t\t\tspecify the <code>containerPort</code>. The <code>hostPort</code> can be left blank or\n\t\t\tit must be the same value as the <code>containerPort</code>.</p>\n\t\t       <p>Port mappings on Windows use the <code>NetNAT</code> gateway address rather than\n\t\t\t\t<code>localhost</code>. There is no loopback for port mappings on Windows, so you\n\t\t\tcannot access a container's mapped port from the host itself. </p>\n\t\t       <p>This parameter maps to <code>PortBindings</code> in the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the\n\t\t\t\t<code>--publish</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker\n\t\t\t\trun</a>. If the network mode of a task definition is set to <code>none</code>,\n\t\t\tthen you can't specify port mappings. If the network mode of a task definition is set to\n\t\t\t\t<code>host</code>, then host ports must either be undefined or they must match the\n\t\t\tcontainer port in the port mapping.</p>\n\t\t       <note>\n\t\t\t         <p>After a task reaches the <code>RUNNING</code> status, manual and automatic host\n\t\t\t\tand container port assignments are visible in the <b>Network\n\t\t\t\t\tBindings</b> section of a container description for a selected task in\n\t\t\t\tthe Amazon ECS console. The assignments are also visible in the\n\t\t\t\t\t<code>networkBindings</code> section <a>DescribeTasks</a>\n\t\t\t\tresponses.</p>\n\t\t       </note>"
1127                    }
1128                },
1129                "essential": {
1130                    "target": "com.amazonaws.ecs#BoxedBoolean",
1131                    "traits": {
1132                        "smithy.api#documentation": "<p>If the <code>essential</code> parameter of a container is marked as <code>true</code>,\n\t\t\tand that container fails or stops for any reason, all other containers that are part of\n\t\t\tthe task are stopped. If the <code>essential</code> parameter of a container is marked\n\t\t\tas <code>false</code>, then its failure does not affect the rest of the containers in a\n\t\t\ttask. If this parameter is omitted, a container is assumed to be essential.</p>\n\t\t       <p>All tasks must have at least one essential container. If you have an application that\n\t\t\tis composed of multiple containers, you should group containers that are used for a\n\t\t\tcommon purpose into components, and separate the different components into multiple task\n\t\t\tdefinitions. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/application_architecture.html\">Application\n\t\t\t\tArchitecture</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
1133                    }
1134                },
1135                "entryPoint": {
1136                    "target": "com.amazonaws.ecs#StringList",
1137                    "traits": {
1138                        "smithy.api#documentation": "<important>\n\t\t\t         <p>Early versions of the Amazon ECS container agent do not properly handle\n\t\t\t\t\t<code>entryPoint</code> parameters. If you have problems using\n\t\t\t\t\t<code>entryPoint</code>, update your container agent or enter your commands and\n\t\t\t\targuments as <code>command</code> array items instead.</p>\n\t\t       </important>\n\t\t       <p>The entry point that is passed to the container. This parameter maps to\n\t\t\t\t<code>Entrypoint</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--entrypoint</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>. For more information, see <a href=\"https://docs.docker.com/engine/reference/builder/#entrypoint\">https://docs.docker.com/engine/reference/builder/#entrypoint</a>.</p>"
1139                    }
1140                },
1141                "command": {
1142                    "target": "com.amazonaws.ecs#StringList",
1143                    "traits": {
1144                        "smithy.api#documentation": "<p>The command that is passed to the container. This parameter maps to <code>Cmd</code>\n\t\t\tin the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the\n\t\t\t\t<code>COMMAND</code> parameter to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker\n\t\t\t\trun</a>. For more information, see <a href=\"https://docs.docker.com/engine/reference/builder/#cmd\">https://docs.docker.com/engine/reference/builder/#cmd</a>. If there are multiple arguments, each\n\t\t\targument should be a separated string in the array.</p>"
1145                    }
1146                },
1147                "environment": {
1148                    "target": "com.amazonaws.ecs#EnvironmentVariables",
1149                    "traits": {
1150                        "smithy.api#documentation": "<p>The environment variables to pass to a container. This parameter maps to\n\t\t\t\t<code>Env</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--env</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p>\n\t\t       <important>\n\t\t\t         <p>We do not recommend using plaintext environment variables for sensitive\n\t\t\t\tinformation, such as credential data.</p>\n\t\t       </important>"
1151                    }
1152                },
1153                "environmentFiles": {
1154                    "target": "com.amazonaws.ecs#EnvironmentFiles",
1155                    "traits": {
1156                        "smithy.api#documentation": "<p>A list of files containing the environment variables to pass to a container. This\n\t\t\tparameter maps to the <code>--env-file</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p>\n\t\t       <p>You can specify up to ten environment files. The file must have a <code>.env</code>\n\t\t\tfile extension. Each line in an environment file should contain an environment variable\n\t\t\tin <code>VARIABLE=VALUE</code> format. Lines beginning with <code>#</code> are treated\n\t\t\tas comments and are ignored. For more information on the environment variable file\n\t\t\tsyntax, see <a href=\"https://docs.docker.com/compose/env-file/\">Declare default\n\t\t\t\tenvironment variables in file</a>.</p>\n\t\t       <p>If there are environment variables specified using the <code>environment</code>\n\t\t\tparameter in a container definition, they take precedence over the variables contained\n\t\t\twithin an environment file. If multiple environment files are specified that contain the\n\t\t\tsame variable, they are processed from the top down. It is recommended to use unique\n\t\t\tvariable names. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/taskdef-envfiles.html\">Specifying Environment\n\t\t\t\tVariables</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
1157                    }
1158                },
1159                "mountPoints": {
1160                    "target": "com.amazonaws.ecs#MountPointList",
1161                    "traits": {
1162                        "smithy.api#documentation": "<p>The mount points for data volumes in your container.</p>\n\t\t       <p>This parameter maps to <code>Volumes</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a>\n\t\t\tsection of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--volume</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p>\n\t\t       <p>Windows containers can mount whole directories on the same drive as\n\t\t\t\t<code>$env:ProgramData</code>. Windows containers cannot mount directories on a\n\t\t\tdifferent drive, and mount point cannot be across drives.</p>"
1163                    }
1164                },
1165                "volumesFrom": {
1166                    "target": "com.amazonaws.ecs#VolumeFromList",
1167                    "traits": {
1168                        "smithy.api#documentation": "<p>Data volumes to mount from another container. This parameter maps to\n\t\t\t\t<code>VolumesFrom</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--volumes-from</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p>"
1169                    }
1170                },
1171                "linuxParameters": {
1172                    "target": "com.amazonaws.ecs#LinuxParameters",
1173                    "traits": {
1174                        "smithy.api#documentation": "<p>Linux-specific modifications that are applied to the container, such as Linux kernel\n\t\t\tcapabilities. For more information see <a>KernelCapabilities</a>.</p>\n\t\t       <note>\n\t\t\t         <p>This parameter is not supported for Windows containers.</p>\n\t\t       </note>"
1175                    }
1176                },
1177                "secrets": {
1178                    "target": "com.amazonaws.ecs#SecretList",
1179                    "traits": {
1180                        "smithy.api#documentation": "<p>The secrets to pass to the container. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data.html\">Specifying\n\t\t\t\tSensitive Data</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
1181                    }
1182                },
1183                "dependsOn": {
1184                    "target": "com.amazonaws.ecs#ContainerDependencies",
1185                    "traits": {
1186                        "smithy.api#documentation": "<p>The dependencies defined for container startup and shutdown. A container can contain\n\t\t\tmultiple dependencies. When a dependency is defined for container startup, for container\n\t\t\tshutdown it is reversed.</p>\n\t\t       <p>For tasks using the EC2 launch type, the container instances require at\n\t\t\tleast version 1.26.0 of the container agent to enable container dependencies. However,\n\t\t\twe recommend using the latest container agent version. For information about checking\n\t\t\tyour agent version and updating to the latest version, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html\">Updating the Amazon ECS\n\t\t\t\tContainer Agent</a> in the <i>Amazon Elastic Container Service Developer Guide</i>. If you are\n\t\t\tusing an Amazon ECS-optimized Linux AMI, your instance needs at least version 1.26.0-1 of the\n\t\t\t\t<code>ecs-init</code> package. If your container instances are launched from version\n\t\t\t\t<code>20190301</code> or later, then they contain the required versions of the\n\t\t\tcontainer agent and <code>ecs-init</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html\">Amazon ECS-optimized Linux AMI</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>For tasks using the Fargate launch type, the task or service requires\n\t\t\tplatform version <code>1.3.0</code> or later.</p>"
1187                    }
1188                },
1189                "startTimeout": {
1190                    "target": "com.amazonaws.ecs#BoxedInteger",
1191                    "traits": {
1192                        "smithy.api#documentation": "<p>Time duration (in seconds) to wait before giving up on resolving dependencies for a\n\t\t\tcontainer. For example, you specify two containers in a task definition with containerA\n\t\t\thaving a dependency on containerB reaching a <code>COMPLETE</code>,\n\t\t\t<code>SUCCESS</code>, or <code>HEALTHY</code> status. If a <code>startTimeout</code>\n\t\t\tvalue is specified for containerB and it does not reach the desired status within that\n\t\t\ttime then containerA will give up and not start. This results in the task transitioning\n\t\t\tto a <code>STOPPED</code> state.</p>\n\t\t       <note>\n\t\t\t         <p>When the <code>ECS_CONTAINER_START_TIMEOUT</code> container agent configuration\n\t\t\t\tvariable is used, it is enforced indendently from this start timeout value.</p>\n\t\t       </note>\n\t\t       <p>For tasks using the Fargate launch type, this parameter requires that\n\t\t\tthe task or service uses platform version 1.3.0 or later.</p>\n\t\t       <p>For tasks using the EC2 launch type, your container instances require at\n\t\t\tleast version <code>1.26.0</code> of the container agent to enable a container start\n\t\t\ttimeout value. However, we recommend using the latest container agent version. For\n\t\t\tinformation about checking your agent version and updating to the latest version, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html\">Updating the Amazon ECS\n\t\t\t\tContainer Agent</a> in the <i>Amazon Elastic Container Service Developer Guide</i>. If you are\n\t\t\tusing an Amazon ECS-optimized Linux AMI, your instance needs at least version <code>1.26.0-1</code> of\n\t\t\tthe <code>ecs-init</code> package. If your container instances are launched from version\n\t\t\t\t<code>20190301</code> or later, then they contain the required versions of the\n\t\t\tcontainer agent and <code>ecs-init</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html\">Amazon ECS-optimized Linux AMI</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
1193                    }
1194                },
1195                "stopTimeout": {
1196                    "target": "com.amazonaws.ecs#BoxedInteger",
1197                    "traits": {
1198                        "smithy.api#documentation": "<p>Time duration (in seconds) to wait before the container is forcefully killed if it\n\t\t\tdoesn't exit normally on its own.</p>\n\t\t       <p>For tasks using the Fargate launch type, the task or service requires\n\t\t\tplatform version 1.3.0 or later. The max stop timeout value is 120 seconds and if the\n\t\t\tparameter is not specified, the default value of 30 seconds is used.</p>\n\t\t       <p>For tasks using the EC2 launch type, if the <code>stopTimeout</code>\n\t\t\tparameter is not specified, the value set for the Amazon ECS container agent configuration\n\t\t\tvariable <code>ECS_CONTAINER_STOP_TIMEOUT</code> is used by default. If neither the\n\t\t\t\t<code>stopTimeout</code> parameter or the <code>ECS_CONTAINER_STOP_TIMEOUT</code>\n\t\t\tagent configuration variable are set, then the default values of 30 seconds for Linux\n\t\t\tcontainers and 30 seconds on Windows containers are used. Your container instances\n\t\t\trequire at least version 1.26.0 of the container agent to enable a container stop\n\t\t\ttimeout value. However, we recommend using the latest container agent version. For\n\t\t\tinformation about checking your agent version and updating to the latest version, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html\">Updating the Amazon ECS\n\t\t\t\tContainer Agent</a> in the <i>Amazon Elastic Container Service Developer Guide</i>. If you are\n\t\t\tusing an Amazon ECS-optimized Linux AMI, your instance needs at least version 1.26.0-1 of the\n\t\t\t\t<code>ecs-init</code> package. If your container instances are launched from version\n\t\t\t\t<code>20190301</code> or later, then they contain the required versions of the\n\t\t\tcontainer agent and <code>ecs-init</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html\">Amazon ECS-optimized Linux AMI</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
1199                    }
1200                },
1201                "hostname": {
1202                    "target": "com.amazonaws.ecs#String",
1203                    "traits": {
1204                        "smithy.api#documentation": "<p>The hostname to use for your container. This parameter maps to <code>Hostname</code>\n\t\t\tin the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the\n\t\t\t\t<code>--hostname</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker\n\t\t\t\trun</a>.</p>\n\t\t       <note>\n\t\t\t         <p>The <code>hostname</code> parameter is not supported if you are using the\n\t\t\t\t\t<code>awsvpc</code> network mode.</p>\n\t\t       </note>"
1205                    }
1206                },
1207                "user": {
1208                    "target": "com.amazonaws.ecs#String",
1209                    "traits": {
1210                        "smithy.api#documentation": "<p>The user to use inside the container. This parameter maps to <code>User</code> in the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the\n\t\t\t\t<code>--user</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker\n\t\t\trun</a>.</p>\n\t\t       <important>\n\t\t\t         <p>When running tasks using the <code>host</code> network mode, you should not run\n\t\t\t\tcontainers using the root user (UID 0). It is considered best practice to use a\n\t\t\t\tnon-root user.</p>\n\t\t       </important>\n\t\t       <p>You can specify the <code>user</code> using the following formats. If specifying a UID\n\t\t\tor GID, you must specify it as a positive integer.</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>user</code>\n               </p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>user:group</code>\n               </p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>uid</code>\n               </p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>uid:gid</code>\n               </p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>user:gid</code>\n               </p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>uid:group</code>\n               </p>\n\t\t\t         </li>\n         </ul> \n         <note>\n                        <p>This parameter is not supported for Windows containers or tasks that use the awsvpc network mode.</p>\n                     </note>"
1211                    }
1212                },
1213                "workingDirectory": {
1214                    "target": "com.amazonaws.ecs#String",
1215                    "traits": {
1216                        "smithy.api#documentation": "<p>The working directory in which to run commands inside the container. This parameter\n\t\t\tmaps to <code>WorkingDir</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--workdir</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p>"
1217                    }
1218                },
1219                "disableNetworking": {
1220                    "target": "com.amazonaws.ecs#BoxedBoolean",
1221                    "traits": {
1222                        "smithy.api#documentation": "<p>When this parameter is true, networking is disabled within the container. This\n\t\t\tparameter maps to <code>NetworkDisabled</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a>\n\t\t\tsection of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a>.</p> \n         <note>\n                        <p>This parameter is not supported for Windows containers or tasks that use the awsvpc network mode.</p>\n                     </note>"
1223                    }
1224                },
1225                "privileged": {
1226                    "target": "com.amazonaws.ecs#BoxedBoolean",
1227                    "traits": {
1228                        "smithy.api#documentation": "<p>When this parameter is true, the container is given elevated privileges on the host\n\t\t\tcontainer instance (similar to the <code>root</code> user). This parameter maps to\n\t\t\t\t<code>Privileged</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--privileged</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p> \n         <note>\n                                <p>This parameter is not supported for Windows containers or tasks run on AWS Fargate.</p>\n                             </note>"
1229                    }
1230                },
1231                "readonlyRootFilesystem": {
1232                    "target": "com.amazonaws.ecs#BoxedBoolean",
1233                    "traits": {
1234                        "smithy.api#documentation": "<p>When this parameter is true, the container is given read-only access to its root file\n\t\t\tsystem. This parameter maps to <code>ReadonlyRootfs</code> in the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the\n\t\t\t\t<code>--read-only</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker\n\t\t\t\trun</a>.</p> \n         <note>\n                        <p>This parameter is not supported for Windows containers or tasks that use the awsvpc network mode.</p>\n                     </note>"
1235                    }
1236                },
1237                "dnsServers": {
1238                    "target": "com.amazonaws.ecs#StringList",
1239                    "traits": {
1240                        "smithy.api#documentation": "<p>A list of DNS servers that are presented to the container. This parameter maps to\n\t\t\t\t<code>Dns</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--dns</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p> \n         <note>\n                        <p>This parameter is not supported for Windows containers or tasks that use the awsvpc network mode.</p>\n                     </note>"
1241                    }
1242                },
1243                "dnsSearchDomains": {
1244                    "target": "com.amazonaws.ecs#StringList",
1245                    "traits": {
1246                        "smithy.api#documentation": "<p>A list of DNS search domains that are presented to the container. This parameter maps\n\t\t\tto <code>DnsSearch</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--dns-search</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p> \n         <note>\n                        <p>This parameter is not supported for Windows containers or tasks that use the awsvpc network mode.</p>\n                     </note>"
1247                    }
1248                },
1249                "extraHosts": {
1250                    "target": "com.amazonaws.ecs#HostEntryList",
1251                    "traits": {
1252                        "smithy.api#documentation": "<p>A list of hostnames and IP address mappings to append to the <code>/etc/hosts</code>\n\t\t\tfile on the container. This parameter maps to <code>ExtraHosts</code> in the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the\n\t\t\t\t<code>--add-host</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker\n\t\t\t\trun</a>.</p>\n\t\t       <note>\n\t\t\t         <p>This parameter is not supported for Windows containers or tasks that use the\n\t\t\t\t\t<code>awsvpc</code> network mode.</p>\n\t\t       </note>"
1253                    }
1254                },
1255                "dockerSecurityOptions": {
1256                    "target": "com.amazonaws.ecs#StringList",
1257                    "traits": {
1258                        "smithy.api#documentation": "<p>A list of strings to provide custom labels for SELinux and AppArmor multi-level\n\t\t\tsecurity systems. This field is not valid for containers in tasks using the\n\t\t\tFargate launch type.</p>\n\t\t       <p>With Windows containers, this parameter can be used to reference a credential spec\n\t\t\tfile when configuring a container for Active Directory authentication. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/windows-gmsa.html\">Using gMSAs for Windows\n\t\t\t\tContainers</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>This parameter maps to <code>SecurityOpt</code> in the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the\n\t\t\t\t<code>--security-opt</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker\n\t\t\t\trun</a>.</p>\n\t\t       <note>\n\t\t\t         <p>The Amazon ECS container agent running on a container instance must register with the\n\t\t\t\t\t<code>ECS_SELINUX_CAPABLE=true</code> or <code>ECS_APPARMOR_CAPABLE=true</code>\n\t\t\t\tenvironment variables before containers placed on that instance can use these\n\t\t\t\tsecurity options. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html\">Amazon ECS Container\n\t\t\t\t\tAgent Configuration</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       </note>\n\t\t       <p>For more information about valid values, see <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">Docker\n\t\t\t\tRun Security Configuration</a>. </p>\n\t\t       <p>Valid values: \"no-new-privileges\" | \"apparmor:PROFILE\" | \"label:value\" |\n\t\t\t\"credentialspec:CredentialSpecFilePath\"</p>"
1259                    }
1260                },
1261                "interactive": {
1262                    "target": "com.amazonaws.ecs#BoxedBoolean",
1263                    "traits": {
1264                        "smithy.api#documentation": "<p>When this parameter is <code>true</code>, this allows you to deploy containerized\n\t\t\tapplications that require <code>stdin</code> or a <code>tty</code> to be allocated. This\n\t\t\tparameter maps to <code>OpenStdin</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a>\n\t\t\tsection of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--interactive</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p>"
1265                    }
1266                },
1267                "pseudoTerminal": {
1268                    "target": "com.amazonaws.ecs#BoxedBoolean",
1269                    "traits": {
1270                        "smithy.api#documentation": "<p>When this parameter is <code>true</code>, a TTY is allocated. This parameter maps to\n\t\t\t\t<code>Tty</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--tty</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p>"
1271                    }
1272                },
1273                "dockerLabels": {
1274                    "target": "com.amazonaws.ecs#DockerLabelsMap",
1275                    "traits": {
1276                        "smithy.api#documentation": "<p>A key/value map of labels to add to the container. This parameter maps to\n\t\t\t\t<code>Labels</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--label</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>. 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> \n         </p>"
1277                    }
1278                },
1279                "ulimits": {
1280                    "target": "com.amazonaws.ecs#UlimitList",
1281                    "traits": {
1282                        "smithy.api#documentation": "<p>A list of <code>ulimits</code> to set in the container. If a ulimit value is specified\n\t\t\tin a task definition, it will override the default values set by Docker. This parameter\n\t\t\tmaps to <code>Ulimits</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--ulimit</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>. Valid naming values are displayed\n\t\t\tin the <a>Ulimit</a> data type. 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> \n         </p> \n         <note>\n                        <p>This parameter is not supported for Windows containers or tasks that use the awsvpc network mode.</p>\n                     </note>"
1283                    }
1284                },
1285                "logConfiguration": {
1286                    "target": "com.amazonaws.ecs#LogConfiguration",
1287                    "traits": {
1288                        "smithy.api#documentation": "<p>The log configuration specification for the container.</p>\n\t\t       <p>This parameter maps to <code>LogConfig</code> in the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the\n\t\t\t\t<code>--log-driver</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker\n\t\t\t\trun</a>. By default, containers use the same logging driver that the Docker\n\t\t\tdaemon uses. However the container may use a different logging driver than the Docker\n\t\t\tdaemon by specifying a log driver with this parameter in the container definition. To\n\t\t\tuse a different logging driver for a container, the log system must be configured\n\t\t\tproperly on the container instance (or on a different log server for remote logging\n\t\t\toptions). For more information on the options for different supported log drivers, see\n\t\t\t\t<a href=\"https://docs.docker.com/engine/admin/logging/overview/\">Configure\n\t\t\t\tlogging drivers</a> in the Docker documentation.</p>\n\t\t       <note>\n\t\t\t         <p>Amazon ECS currently supports a subset of the logging drivers available to the Docker\n\t\t\t\tdaemon (shown in the <a>LogConfiguration</a> data type). Additional log\n\t\t\t\tdrivers may be available in future releases of the Amazon ECS container agent.</p>\n\t\t       </note>\n\t\t       <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> \n         </p>\n\t\t       <note>\n\t\t\t         <p>The Amazon ECS container agent running on a container instance must register the\n\t\t\t\tlogging drivers available on that instance with the\n\t\t\t\t\t<code>ECS_AVAILABLE_LOGGING_DRIVERS</code> environment variable before\n\t\t\t\tcontainers placed on that instance can use these log configuration options. For more\n\t\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html\">Amazon ECS Container\n\t\t\t\t\tAgent Configuration</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       </note>"
1289                    }
1290                },
1291                "healthCheck": {
1292                    "target": "com.amazonaws.ecs#HealthCheck",
1293                    "traits": {
1294                        "smithy.api#documentation": "<p>The container health check command and associated configuration parameters for the\n\t\t\tcontainer. This parameter maps to <code>HealthCheck</code> in the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the\n\t\t\t\t<code>HEALTHCHECK</code> parameter of <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker\n\t\t\t\trun</a>.</p>"
1295                    }
1296                },
1297                "systemControls": {
1298                    "target": "com.amazonaws.ecs#SystemControls",
1299                    "traits": {
1300                        "smithy.api#documentation": "<p>A list of namespaced kernel parameters to set in the container. This parameter maps to\n\t\t\t\t<code>Sysctls</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--sysctl</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p>\n\t\t       <note>\n\t\t\t         <p>It is not recommended that you specify network-related <code>systemControls</code>\n\t\t\t\tparameters for multiple containers in a single task that also uses either the\n\t\t\t\t\t<code>awsvpc</code> or <code>host</code> network modes. For tasks that use the\n\t\t\t\t\t<code>awsvpc</code> network mode, the container that is started last determines\n\t\t\t\twhich <code>systemControls</code> parameters take effect. For tasks that use the\n\t\t\t\t\t<code>host</code> network mode, it changes the container instance's namespaced\n\t\t\t\tkernel parameters as well as the containers.</p>\n\t\t       </note>"
1301                    }
1302                },
1303                "resourceRequirements": {
1304                    "target": "com.amazonaws.ecs#ResourceRequirements",
1305                    "traits": {
1306                        "smithy.api#documentation": "<p>The type and amount of a resource to assign to a container. The only supported\n\t\t\tresource is a GPU.</p>"
1307                    }
1308                },
1309                "firelensConfiguration": {
1310                    "target": "com.amazonaws.ecs#FirelensConfiguration",
1311                    "traits": {
1312                        "smithy.api#documentation": "<p>The FireLens configuration for the container. This is used to specify and configure a\n\t\t\tlog router for container logs. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_firelens.html\">Custom Log Routing</a>\n\t\t\tin the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
1313                    }
1314                }
1315            },
1316            "traits": {
1317                "smithy.api#documentation": "<p>Container definitions are used in task definitions to describe the different\n\t\t\tcontainers that are launched as part of a task.</p>"
1318            }
1319        },
1320        "com.amazonaws.ecs#ContainerDefinitions": {
1321            "type": "list",
1322            "member": {
1323                "target": "com.amazonaws.ecs#ContainerDefinition"
1324            }
1325        },
1326        "com.amazonaws.ecs#ContainerDependencies": {
1327            "type": "list",
1328            "member": {
1329                "target": "com.amazonaws.ecs#ContainerDependency"
1330            }
1331        },
1332        "com.amazonaws.ecs#ContainerDependency": {
1333            "type": "structure",
1334            "members": {
1335                "containerName": {
1336                    "target": "com.amazonaws.ecs#String",
1337                    "traits": {
1338                        "smithy.api#documentation": "<p>The name of a container.</p>",
1339                        "smithy.api#required": {}
1340                    }
1341                },
1342                "condition": {
1343                    "target": "com.amazonaws.ecs#ContainerCondition",
1344                    "traits": {
1345                        "smithy.api#documentation": "<p>The dependency condition of the container. The following are the available conditions\n\t\t\tand their behavior:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>START</code> - This condition emulates the behavior of links and\n\t\t\t\t\tvolumes today. It validates that a dependent container is started before\n\t\t\t\t\tpermitting other containers to start.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>COMPLETE</code> - This condition validates that a dependent\n\t\t\t\t\tcontainer runs to completion (exits) before permitting other containers to\n\t\t\t\t\tstart. This can be useful for nonessential containers that run a script and then\n\t\t\t\t\texit. This condition cannot be set on an essential container.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>SUCCESS</code> - This condition is the same as\n\t\t\t\t\t\t<code>COMPLETE</code>, but it also requires that the container exits with a\n\t\t\t\t\t\t<code>zero</code> status. This condition cannot be set on an essential\n\t\t\t\t\tcontainer.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>HEALTHY</code> - This condition validates that the dependent\n\t\t\t\t\tcontainer passes its Docker health check before permitting other containers to\n\t\t\t\t\tstart. This requires that the dependent container has health checks configured.\n\t\t\t\t\tThis condition is confirmed only at task startup.</p>\n\t\t\t         </li>\n         </ul>",
1346                        "smithy.api#required": {}
1347                    }
1348                }
1349            },
1350            "traits": {
1351                "smithy.api#documentation": "<p>The dependencies defined for container startup and shutdown. A container can contain\n\t\t\tmultiple dependencies. When a dependency is defined for container startup, for container\n\t\t\tshutdown it is reversed.</p>\n\t\t       <p>Your Amazon ECS container instances require at least version 1.26.0 of the container agent\n\t\t\tto enable container dependencies. However, we recommend using the latest container agent\n\t\t\tversion. For information about checking your agent version and updating to the latest\n\t\t\tversion, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html\">Updating the Amazon ECS\n\t\t\t\tContainer Agent</a> in the <i>Amazon Elastic Container Service Developer Guide</i>. If you are\n\t\t\tusing an Amazon ECS-optimized Linux AMI, your instance needs at least version 1.26.0-1 of the\n\t\t\t\t<code>ecs-init</code> package. If your container instances are launched from version\n\t\t\t\t<code>20190301</code> or later, then they contain the required versions of the\n\t\t\tcontainer agent and <code>ecs-init</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html\">Amazon ECS-optimized Linux AMI</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <note>\n\t\t\t         <p>For tasks using the Fargate launch type, this parameter requires\n\t\t\t\tthat the task or service uses platform version 1.3.0 or later.</p>\n\t\t       </note>"
1352            }
1353        },
1354        "com.amazonaws.ecs#ContainerInstance": {
1355            "type": "structure",
1356            "members": {
1357                "containerInstanceArn": {
1358                    "target": "com.amazonaws.ecs#String",
1359                    "traits": {
1360                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the container instance. The ARN contains the <code>arn:aws:ecs</code> namespace, followed by the Region of the container instance, the AWS account ID of the container instance owner, the <code>container-instance</code> namespace, and then the container instance ID. For example, <code>arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID</code>.</p>"
1361                    }
1362                },
1363                "ec2InstanceId": {
1364                    "target": "com.amazonaws.ecs#String",
1365                    "traits": {
1366                        "smithy.api#documentation": "<p>The EC2 instance ID of the container instance.</p>"
1367                    }
1368                },
1369                "capacityProviderName": {
1370                    "target": "com.amazonaws.ecs#String",
1371                    "traits": {
1372                        "smithy.api#documentation": "<p>The capacity provider associated with the container instance.</p>"
1373                    }
1374                },
1375                "version": {
1376                    "target": "com.amazonaws.ecs#Long",
1377                    "traits": {
1378                        "smithy.api#documentation": "<p>The version counter for the container instance. Every time a container instance\n\t\t\texperiences a change that triggers a CloudWatch event, the version counter is\n\t\t\tincremented. If you are replicating your Amazon ECS container instance state with CloudWatch\n\t\t\tEvents, you can compare the version of a container instance reported by the Amazon ECS APIs\n\t\t\twith the version reported in CloudWatch Events for the container instance (inside the\n\t\t\t\t<code>detail</code> object) to verify that the version in your event stream is\n\t\t\tcurrent.</p>"
1379                    }
1380                },
1381                "versionInfo": {
1382                    "target": "com.amazonaws.ecs#VersionInfo",
1383                    "traits": {
1384                        "smithy.api#documentation": "<p>The version information for the Amazon ECS container agent and Docker daemon running on the\n\t\t\tcontainer instance.</p>"
1385                    }
1386                },
1387                "remainingResources": {
1388                    "target": "com.amazonaws.ecs#Resources",
1389                    "traits": {
1390                        "smithy.api#documentation": "<p>For CPU and memory resource types, this parameter describes the remaining CPU and\n\t\t\tmemory that has not already been allocated to tasks and is therefore available for new\n\t\t\ttasks. For port resource types, this parameter describes the ports that were reserved by\n\t\t\tthe Amazon ECS container agent (at instance registration time) and any task containers that\n\t\t\thave reserved port mappings on the host (with the <code>host</code> or\n\t\t\t\t<code>bridge</code> network mode). Any port that is not specified here is available\n\t\t\tfor new tasks.</p>"
1391                    }
1392                },
1393                "registeredResources": {
1394                    "target": "com.amazonaws.ecs#Resources",
1395                    "traits": {
1396                        "smithy.api#documentation": "<p>For CPU and memory resource types, this parameter describes the amount of each\n\t\t\tresource that was available on the container instance when the container agent\n\t\t\tregistered it with Amazon ECS. This value represents the total amount of CPU and memory that\n\t\t\tcan be allocated on this container instance to tasks. For port resource types, this\n\t\t\tparameter describes the ports that were reserved by the Amazon ECS container agent when it\n\t\t\tregistered the container instance with Amazon ECS.</p>"
1397                    }
1398                },
1399                "status": {
1400                    "target": "com.amazonaws.ecs#String",
1401                    "traits": {
1402                        "smithy.api#documentation": "<p>The status of the container instance. The valid values are <code>REGISTERING</code>,\n\t\t\t\t<code>REGISTRATION_FAILED</code>, <code>ACTIVE</code>, <code>INACTIVE</code>,\n\t\t\t\t<code>DEREGISTERING</code>, or <code>DRAINING</code>.</p>\n\t\t       <p>If your account has opted in to the <code>awsvpcTrunking</code> account setting, then\n\t\t\tany newly registered container instance will transition to a <code>REGISTERING</code>\n\t\t\tstatus while the trunk elastic network interface is provisioned for the instance. If the\n\t\t\tregistration fails, the instance will transition to a <code>REGISTRATION_FAILED</code>\n\t\t\tstatus. You can describe the container instance and see the reason for failure in the\n\t\t\t\t<code>statusReason</code> parameter. Once the container instance is terminated, the\n\t\t\tinstance transitions to a <code>DEREGISTERING</code> status while the trunk elastic\n\t\t\tnetwork interface is deprovisioned. The instance then transitions to an\n\t\t\t\t<code>INACTIVE</code> status.</p>\n\t\t       <p>The <code>ACTIVE</code> status indicates that the container instance can accept tasks.\n\t\t\tThe <code>DRAINING</code> indicates that new tasks are not placed on the container\n\t\t\tinstance and any service tasks running on the container instance are removed if\n\t\t\tpossible. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-draining.html\">Container Instance Draining</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>"
1403                    }
1404                },
1405                "statusReason": {
1406                    "target": "com.amazonaws.ecs#String",
1407                    "traits": {
1408                        "smithy.api#documentation": "<p>The reason that the container instance reached its current status.</p>"
1409                    }
1410                },
1411                "agentConnected": {
1412                    "target": "com.amazonaws.ecs#Boolean",
1413                    "traits": {
1414                        "smithy.api#documentation": "<p>This parameter returns <code>true</code> if the agent is connected to Amazon ECS.\n\t\t\tRegistered instances with an agent that may be unhealthy or stopped return\n\t\t\t\t<code>false</code>. Only instances connected to an agent can accept placement\n\t\t\trequests.</p>"
1415                    }
1416                },
1417                "runningTasksCount": {
1418                    "target": "com.amazonaws.ecs#Integer",
1419                    "traits": {
1420                        "smithy.api#documentation": "<p>The number of tasks on the container instance that are in the <code>RUNNING</code>\n\t\t\tstatus.</p>"
1421                    }
1422                },
1423                "pendingTasksCount": {
1424                    "target": "com.amazonaws.ecs#Integer",
1425                    "traits": {
1426                        "smithy.api#documentation": "<p>The number of tasks on the container instance that are in the <code>PENDING</code>\n\t\t\tstatus.</p>"
1427                    }
1428                },
1429                "agentUpdateStatus": {
1430                    "target": "com.amazonaws.ecs#AgentUpdateStatus",
1431                    "traits": {
1432                        "smithy.api#documentation": "<p>The status of the most recent agent update. If an update has never been requested,\n\t\t\tthis value is <code>NULL</code>.</p>"
1433                    }
1434                },
1435                "attributes": {
1436                    "target": "com.amazonaws.ecs#Attributes",
1437                    "traits": {
1438                        "smithy.api#documentation": "<p>The attributes set for the container instance, either by the Amazon ECS container agent at\n\t\t\tinstance registration or manually with the <a>PutAttributes</a>\n\t\t\toperation.</p>"
1439                    }
1440                },
1441                "registeredAt": {
1442                    "target": "com.amazonaws.ecs#Timestamp",
1443                    "traits": {
1444                        "smithy.api#documentation": "<p>The Unix timestamp for when the container instance was registered.</p>"
1445                    }
1446                },
1447                "attachments": {
1448                    "target": "com.amazonaws.ecs#Attachments",
1449                    "traits": {
1450                        "smithy.api#documentation": "<p>The resources attached to a container instance, such as elastic network\n\t\t\tinterfaces.</p>"
1451                    }
1452                },
1453                "tags": {
1454                    "target": "com.amazonaws.ecs#Tags",
1455                    "traits": {
1456                        "smithy.api#documentation": "<p>The metadata that you apply to the container instance to help you categorize and\n\t\t\torganize them. Each tag consists of a key and an optional value, both of which you\n\t\t\tdefine.</p> \n         <p>The following basic restrictions apply to tags:</p>\n        <ul>\n            <li>\n                <p>Maximum number of tags per resource - 50</p>\n            </li>\n            <li>\n                <p>For each resource, each tag key must be unique, and each tag key can have only\n                    one value.</p>\n            </li>\n            <li>\n                <p>Maximum key length - 128 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>Maximum value length - 256 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>If your tagging schema is used across multiple services and resources,\n                    remember that other services may have restrictions on allowed characters.\n                    Generally allowed characters are: letters, numbers, and spaces representable in\n                    UTF-8, and the following characters: + - = . _ : / @.</p>\n            </li>\n            <li>\n                <p>Tag keys and values are case-sensitive.</p>\n            </li>\n            <li>\n                <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase\n                    combination of such as a prefix for either keys or values as it is reserved for\n                    AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with\n                    this prefix do not count against your tags per resource limit.</p>\n            </li>\n         </ul>"
1457                    }
1458                }
1459            },
1460            "traits": {
1461                "smithy.api#documentation": "<p>An EC2 instance that is running the Amazon ECS agent and has been registered with a\n\t\t\tcluster.</p>"
1462            }
1463        },
1464        "com.amazonaws.ecs#ContainerInstanceField": {
1465            "type": "string",
1466            "traits": {
1467                "smithy.api#enum": [
1468                    {
1469                        "value": "TAGS",
1470                        "name": "TAGS"
1471                    }
1472                ]
1473            }
1474        },
1475        "com.amazonaws.ecs#ContainerInstanceFieldList": {
1476            "type": "list",
1477            "member": {
1478                "target": "com.amazonaws.ecs#ContainerInstanceField"
1479            }
1480        },
1481        "com.amazonaws.ecs#ContainerInstanceStatus": {
1482            "type": "string",
1483            "traits": {
1484                "smithy.api#enum": [
1485                    {
1486                        "value": "ACTIVE",
1487                        "name": "ACTIVE"
1488                    },
1489                    {
1490                        "value": "DRAINING",
1491                        "name": "DRAINING"
1492                    },
1493                    {
1494                        "value": "REGISTERING",
1495                        "name": "REGISTERING"
1496                    },
1497                    {
1498                        "value": "DEREGISTERING",
1499                        "name": "DEREGISTERING"
1500                    },
1501                    {
1502                        "value": "REGISTRATION_FAILED",
1503                        "name": "REGISTRATION_FAILED"
1504                    }
1505                ]
1506            }
1507        },
1508        "com.amazonaws.ecs#ContainerInstances": {
1509            "type": "list",
1510            "member": {
1511                "target": "com.amazonaws.ecs#ContainerInstance"
1512            }
1513        },
1514        "com.amazonaws.ecs#ContainerOverride": {
1515            "type": "structure",
1516            "members": {
1517                "name": {
1518                    "target": "com.amazonaws.ecs#String",
1519                    "traits": {
1520                        "smithy.api#documentation": "<p>The name of the container that receives the override. This parameter is required if\n\t\t\tany override is specified.</p>"
1521                    }
1522                },
1523                "command": {
1524                    "target": "com.amazonaws.ecs#StringList",
1525                    "traits": {
1526                        "smithy.api#documentation": "<p>The command to send to the container that overrides the default command from the\n\t\t\tDocker image or the task definition. You must also specify a container name.</p>"
1527                    }
1528                },
1529                "environment": {
1530                    "target": "com.amazonaws.ecs#EnvironmentVariables",
1531                    "traits": {
1532                        "smithy.api#documentation": "<p>The environment variables to send to the container. You can add new environment\n\t\t\tvariables, which are added to the container at launch, or you can override the existing\n\t\t\tenvironment variables from the Docker image or the task definition. You must also\n\t\t\tspecify a container name.</p>"
1533                    }
1534                },
1535                "environmentFiles": {
1536                    "target": "com.amazonaws.ecs#EnvironmentFiles",
1537                    "traits": {
1538                        "smithy.api#documentation": "<p>A list of files containing the environment variables to pass to a container, instead\n\t\t\tof the value from the container definition.</p>"
1539                    }
1540                },
1541                "cpu": {
1542                    "target": "com.amazonaws.ecs#BoxedInteger",
1543                    "traits": {
1544                        "smithy.api#documentation": "<p>The number of <code>cpu</code> units reserved for the container, instead of the\n\t\t\tdefault value from the task definition. You must also specify a container name.</p>"
1545                    }
1546                },
1547                "memory": {
1548                    "target": "com.amazonaws.ecs#BoxedInteger",
1549                    "traits": {
1550                        "smithy.api#documentation": "<p>The hard limit (in MiB) of memory to present to the container, instead of the default\n\t\t\tvalue from the task definition. If your container attempts to exceed the memory\n\t\t\tspecified here, the container is killed. You must also specify a container name.</p>"
1551                    }
1552                },
1553                "memoryReservation": {
1554                    "target": "com.amazonaws.ecs#BoxedInteger",
1555                    "traits": {
1556                        "smithy.api#documentation": "<p>The soft limit (in MiB) of memory to reserve for the container, instead of the default\n\t\t\tvalue from the task definition. You must also specify a container name.</p>"
1557                    }
1558                },
1559                "resourceRequirements": {
1560                    "target": "com.amazonaws.ecs#ResourceRequirements",
1561                    "traits": {
1562                        "smithy.api#documentation": "<p>The type and amount of a resource to assign to a container, instead of the default\n\t\t\tvalue from the task definition. The only supported resource is a GPU.</p>"
1563                    }
1564                }
1565            },
1566            "traits": {
1567                "smithy.api#documentation": "<p>The overrides that should be sent to a container. An empty container override can be\n\t\t\tpassed in. An example of an empty container override would be\n\t\t\t\t<code>{\"containerOverrides\": [ ] }</code>. If a non-empty container override is\n\t\t\tspecified, the <code>name</code> parameter must be included.</p>"
1568            }
1569        },
1570        "com.amazonaws.ecs#ContainerOverrides": {
1571            "type": "list",
1572            "member": {
1573                "target": "com.amazonaws.ecs#ContainerOverride"
1574            }
1575        },
1576        "com.amazonaws.ecs#ContainerStateChange": {
1577            "type": "structure",
1578            "members": {
1579                "containerName": {
1580                    "target": "com.amazonaws.ecs#String",
1581                    "traits": {
1582                        "smithy.api#documentation": "<p>The name of the container.</p>"
1583                    }
1584                },
1585                "imageDigest": {
1586                    "target": "com.amazonaws.ecs#String",
1587                    "traits": {
1588                        "smithy.api#documentation": "<p>The container image SHA 256 digest.</p>"
1589                    }
1590                },
1591                "runtimeId": {
1592                    "target": "com.amazonaws.ecs#String",
1593                    "traits": {
1594                        "smithy.api#documentation": "<p>The ID of the Docker container.</p>"
1595                    }
1596                },
1597                "exitCode": {
1598                    "target": "com.amazonaws.ecs#BoxedInteger",
1599                    "traits": {
1600                        "smithy.api#documentation": "<p>The exit code for the container, if the state change is a result of the container\n\t\t\texiting.</p>"
1601                    }
1602                },
1603                "networkBindings": {
1604                    "target": "com.amazonaws.ecs#NetworkBindings",
1605                    "traits": {
1606                        "smithy.api#documentation": "<p>Any network bindings associated with the container.</p>"
1607                    }
1608                },
1609                "reason": {
1610                    "target": "com.amazonaws.ecs#String",
1611                    "traits": {
1612                        "smithy.api#documentation": "<p>The reason for the state change.</p>"
1613                    }
1614                },
1615                "status": {
1616                    "target": "com.amazonaws.ecs#String",
1617                    "traits": {
1618                        "smithy.api#documentation": "<p>The status of the container.</p>"
1619                    }
1620                }
1621            },
1622            "traits": {
1623                "smithy.api#documentation": "<p>An object representing a change in state for a container.</p>"
1624            }
1625        },
1626        "com.amazonaws.ecs#ContainerStateChanges": {
1627            "type": "list",
1628            "member": {
1629                "target": "com.amazonaws.ecs#ContainerStateChange"
1630            }
1631        },
1632        "com.amazonaws.ecs#Containers": {
1633            "type": "list",
1634            "member": {
1635                "target": "com.amazonaws.ecs#Container"
1636            }
1637        },
1638        "com.amazonaws.ecs#CreateCapacityProvider": {
1639            "type": "operation",
1640            "input": {
1641                "target": "com.amazonaws.ecs#CreateCapacityProviderRequest"
1642            },
1643            "output": {
1644                "target": "com.amazonaws.ecs#CreateCapacityProviderResponse"
1645            },
1646            "errors": [
1647                {
1648                    "target": "com.amazonaws.ecs#ClientException"
1649                },
1650                {
1651                    "target": "com.amazonaws.ecs#InvalidParameterException"
1652                },
1653                {
1654                    "target": "com.amazonaws.ecs#LimitExceededException"
1655                },
1656                {
1657                    "target": "com.amazonaws.ecs#ServerException"
1658                },
1659                {
1660                    "target": "com.amazonaws.ecs#UpdateInProgressException"
1661                }
1662            ],
1663            "traits": {
1664                "smithy.api#documentation": "<p>Creates a new capacity provider. Capacity providers are associated with an Amazon ECS\n\t\t\tcluster and are used in capacity provider strategies to facilitate cluster auto\n\t\t\tscaling.</p>\n\t\t       <p>Only capacity providers using an Auto Scaling group can be created. Amazon ECS tasks on\n\t\t\tAWS Fargate use the <code>FARGATE</code> and <code>FARGATE_SPOT</code> capacity providers\n\t\t\twhich are already created and available to all accounts in Regions supported by\n\t\t\tAWS Fargate.</p>"
1665            }
1666        },
1667        "com.amazonaws.ecs#CreateCapacityProviderRequest": {
1668            "type": "structure",
1669            "members": {
1670                "name": {
1671                    "target": "com.amazonaws.ecs#String",
1672                    "traits": {
1673                        "smithy.api#documentation": "<p>The name of the capacity provider. Up to 255 characters are allowed, including letters\n\t\t\t(upper and lowercase), numbers, underscores, and hyphens. The name cannot be prefixed\n\t\t\twith \"<code>aws</code>\", \"<code>ecs</code>\", or \"<code>fargate</code>\".</p>",
1674                        "smithy.api#required": {}
1675                    }
1676                },
1677                "autoScalingGroupProvider": {
1678                    "target": "com.amazonaws.ecs#AutoScalingGroupProvider",
1679                    "traits": {
1680                        "smithy.api#documentation": "<p>The details of the Auto Scaling group for the capacity provider.</p>",
1681                        "smithy.api#required": {}
1682                    }
1683                },
1684                "tags": {
1685                    "target": "com.amazonaws.ecs#Tags",
1686                    "traits": {
1687                        "smithy.api#documentation": "<p>The metadata that you apply to the capacity provider to help you categorize and\n\t\t\torganize them. Each tag consists of a key and an optional value, both of which you\n\t\t\tdefine.</p> \n         <p>The following basic restrictions apply to tags:</p>\n        <ul>\n            <li>\n                <p>Maximum number of tags per resource - 50</p>\n            </li>\n            <li>\n                <p>For each resource, each tag key must be unique, and each tag key can have only\n                    one value.</p>\n            </li>\n            <li>\n                <p>Maximum key length - 128 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>Maximum value length - 256 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>If your tagging schema is used across multiple services and resources,\n                    remember that other services may have restrictions on allowed characters.\n                    Generally allowed characters are: letters, numbers, and spaces representable in\n                    UTF-8, and the following characters: + - = . _ : / @.</p>\n            </li>\n            <li>\n                <p>Tag keys and values are case-sensitive.</p>\n            </li>\n            <li>\n                <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase\n                    combination of such as a prefix for either keys or values as it is reserved for\n                    AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with\n                    this prefix do not count against your tags per resource limit.</p>\n            </li>\n         </ul>"
1688                    }
1689                }
1690            }
1691        },
1692        "com.amazonaws.ecs#CreateCapacityProviderResponse": {
1693            "type": "structure",
1694            "members": {
1695                "capacityProvider": {
1696                    "target": "com.amazonaws.ecs#CapacityProvider",
1697                    "traits": {
1698                        "smithy.api#documentation": "<p>The full description of the new capacity provider.</p>"
1699                    }
1700                }
1701            }
1702        },
1703        "com.amazonaws.ecs#CreateCluster": {
1704            "type": "operation",
1705            "input": {
1706                "target": "com.amazonaws.ecs#CreateClusterRequest"
1707            },
1708            "output": {
1709                "target": "com.amazonaws.ecs#CreateClusterResponse"
1710            },
1711            "errors": [
1712                {
1713                    "target": "com.amazonaws.ecs#ClientException"
1714                },
1715                {
1716                    "target": "com.amazonaws.ecs#InvalidParameterException"
1717                },
1718                {
1719                    "target": "com.amazonaws.ecs#ServerException"
1720                }
1721            ],
1722            "traits": {
1723                "smithy.api#documentation": "<p>Creates a new Amazon ECS cluster. By default, your account receives a <code>default</code>\n\t\t\tcluster when you launch your first container instance. However, you can create your own\n\t\t\tcluster with a unique name with the <code>CreateCluster</code> action.</p>\n\t\t       <note>\n\t\t\t         <p>When you call the <a>CreateCluster</a> API operation, Amazon ECS attempts to\n\t\t\t\tcreate the Amazon ECS service-linked role for your account so that required resources in\n\t\t\t\tother AWS services can be managed on your behalf. However, if the IAM user that\n\t\t\t\tmakes the call does not have permissions to create the service-linked role, it is\n\t\t\t\tnot created. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using-service-linked-roles.html\">Using\n\t\t\t\t\tService-Linked Roles for Amazon ECS</a> in the\n\t\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       </note>"
1724            }
1725        },
1726        "com.amazonaws.ecs#CreateClusterRequest": {
1727            "type": "structure",
1728            "members": {
1729                "clusterName": {
1730                    "target": "com.amazonaws.ecs#String",
1731                    "traits": {
1732                        "smithy.api#documentation": "<p>The name of your cluster. If you do not specify a name for your cluster, you create a\n\t\t\tcluster named <code>default</code>. Up to 255 letters (uppercase and lowercase), numbers, and hyphens are allowed. </p>"
1733                    }
1734                },
1735                "tags": {
1736                    "target": "com.amazonaws.ecs#Tags",
1737                    "traits": {
1738                        "smithy.api#documentation": "<p>The metadata that you apply to the cluster to help you categorize and organize them.\n\t\t\tEach tag consists of a key and an optional value, both of which you define.</p>\n\t\t       <p>The following basic restrictions apply to tags:</p>\n        <ul>\n            <li>\n                <p>Maximum number of tags per resource - 50</p>\n            </li>\n            <li>\n                <p>For each resource, each tag key must be unique, and each tag key can have only\n                    one value.</p>\n            </li>\n            <li>\n                <p>Maximum key length - 128 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>Maximum value length - 256 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>If your tagging schema is used across multiple services and resources,\n                    remember that other services may have restrictions on allowed characters.\n                    Generally allowed characters are: letters, numbers, and spaces representable in\n                    UTF-8, and the following characters: + - = . _ : / @.</p>\n            </li>\n            <li>\n                <p>Tag keys and values are case-sensitive.</p>\n            </li>\n            <li>\n                <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase\n                    combination of such as a prefix for either keys or values as it is reserved for\n                    AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with\n                    this prefix do not count against your tags per resource limit.</p>\n            </li>\n         </ul>"
1739                    }
1740                },
1741                "settings": {
1742                    "target": "com.amazonaws.ecs#ClusterSettings",
1743                    "traits": {
1744                        "smithy.api#documentation": "<p>The setting to use when creating a cluster. This parameter is used to enable CloudWatch\n\t\t\tContainer Insights for a cluster. If this value is specified, it will override the\n\t\t\t\t<code>containerInsights</code> value set with <a>PutAccountSetting</a> or\n\t\t\t\t<a>PutAccountSettingDefault</a>.</p>"
1745                    }
1746                },
1747                "configuration": {
1748                    "target": "com.amazonaws.ecs#ClusterConfiguration",
1749                    "traits": {
1750                        "smithy.api#documentation": "<p>The execute command configuration for the cluster.</p>"
1751                    }
1752                },
1753                "capacityProviders": {
1754                    "target": "com.amazonaws.ecs#StringList",
1755                    "traits": {
1756                        "smithy.api#documentation": "<p>The short name of one or more capacity providers to associate with the cluster. A\n\t\t\tcapacity provider must be associated with a cluster before it can be included as part of\n\t\t\tthe default capacity provider strategy of the cluster or used in a capacity provider\n\t\t\tstrategy when calling the <a>CreateService</a> or <a>RunTask</a>\n\t\t\tactions.</p>\n\t\t       <p>If specifying a capacity provider that uses an Auto Scaling group, the capacity\n\t\t\tprovider must already be created and not already associated with another cluster. New\n\t\t\tAuto Scaling group capacity providers can be created with the <a>CreateCapacityProvider</a> API operation.</p>\n\t\t       <p>To use a AWS Fargate capacity provider, specify either the <code>FARGATE</code> or\n\t\t\t\t<code>FARGATE_SPOT</code> capacity providers. The AWS Fargate capacity providers are\n\t\t\tavailable to all accounts and only need to be associated with a cluster to be\n\t\t\tused.</p>\n\t\t       <p>The <a>PutClusterCapacityProviders</a> API operation is used to update the\n\t\t\tlist of available capacity providers for a cluster after the cluster is created.</p>"
1757                    }
1758                },
1759                "defaultCapacityProviderStrategy": {
1760                    "target": "com.amazonaws.ecs#CapacityProviderStrategy",
1761                    "traits": {
1762                        "smithy.api#documentation": "<p>The capacity provider strategy to set as the default for the cluster. When a default\n\t\t\tcapacity provider strategy is set for a cluster, when calling the <a>RunTask</a> or <a>CreateService</a> APIs wtih no capacity\n\t\t\tprovider strategy or launch type specified, the default capacity provider strategy for\n\t\t\tthe cluster is used.</p>\n\t\t       <p>If a default capacity provider strategy is not defined for a cluster during creation,\n\t\t\tit can be defined later with the <a>PutClusterCapacityProviders</a> API\n\t\t\toperation.</p>"
1763                    }
1764                }
1765            }
1766        },
1767        "com.amazonaws.ecs#CreateClusterResponse": {
1768            "type": "structure",
1769            "members": {
1770                "cluster": {
1771                    "target": "com.amazonaws.ecs#Cluster",
1772                    "traits": {
1773                        "smithy.api#documentation": "<p>The full description of your new cluster.</p>"
1774                    }
1775                }
1776            }
1777        },
1778        "com.amazonaws.ecs#CreateService": {
1779            "type": "operation",
1780            "input": {
1781                "target": "com.amazonaws.ecs#CreateServiceRequest"
1782            },
1783            "output": {
1784                "target": "com.amazonaws.ecs#CreateServiceResponse"
1785            },
1786            "errors": [
1787                {
1788                    "target": "com.amazonaws.ecs#AccessDeniedException"
1789                },
1790                {
1791                    "target": "com.amazonaws.ecs#ClientException"
1792                },
1793                {
1794                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
1795                },
1796                {
1797                    "target": "com.amazonaws.ecs#InvalidParameterException"
1798                },
1799                {
1800                    "target": "com.amazonaws.ecs#PlatformTaskDefinitionIncompatibilityException"
1801                },
1802                {
1803                    "target": "com.amazonaws.ecs#PlatformUnknownException"
1804                },
1805                {
1806                    "target": "com.amazonaws.ecs#ServerException"
1807                },
1808                {
1809                    "target": "com.amazonaws.ecs#UnsupportedFeatureException"
1810                }
1811            ],
1812            "traits": {
1813                "smithy.api#documentation": "<p>Runs and maintains a desired number of tasks from a specified task definition. If the\n\t\t\tnumber of tasks running in a service drops below the <code>desiredCount</code>, Amazon ECS\n\t\t\truns another copy of the task in the specified cluster. To update an existing service,\n\t\t\tsee the UpdateService action.</p>\n\t\t       <p>In addition to maintaining the desired count of tasks in your service, you can\n\t\t\toptionally run your service behind one or more load balancers. The load balancers\n\t\t\tdistribute traffic across the tasks that are associated with the service. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-load-balancing.html\">Service Load Balancing</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>Tasks for services that <i>do not</i> use a load balancer are considered\n\t\t\thealthy if they're in the <code>RUNNING</code> state. Tasks for services that\n\t\t\t\t<i>do</i> use a load balancer are considered healthy if they're in the\n\t\t\t\t<code>RUNNING</code> state and the container instance that they're hosted on is\n\t\t\treported as healthy by the load balancer.</p>\n\t\t       <p>There are two service scheduler strategies available:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>REPLICA</code> - The replica scheduling strategy places and\n\t\t\t\t\tmaintains the desired number of tasks across your cluster. By default, the\n\t\t\t\t\tservice scheduler spreads tasks across Availability Zones. You can use task\n\t\t\t\t\tplacement strategies and constraints to customize task placement decisions. For\n\t\t\t\t\tmore information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html\">Service Scheduler Concepts</a> in the\n\t\t\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>DAEMON</code> - The daemon scheduling strategy deploys exactly one\n\t\t\t\t\ttask on each active container instance that meets all of the task placement\n\t\t\t\t\tconstraints that you specify in your cluster. The service scheduler also\n\t\t\t\t\tevaluates the task placement constraints for running tasks and will stop tasks\n\t\t\t\t\tthat do not meet the placement constraints. When using this strategy, you don't\n\t\t\t\t\tneed to specify a desired number of tasks, a task placement strategy, or use\n\t\t\t\t\tService Auto Scaling policies. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html\">Service Scheduler Concepts</a> in the\n\t\t\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>You can optionally specify a deployment configuration for your service. The deployment\n\t\t\tis triggered by changing properties, such as the task definition or the desired count of\n\t\t\ta service, with an <a>UpdateService</a> operation. The default value for a\n\t\t\treplica service for <code>minimumHealthyPercent</code> is 100%. The default value for a\n\t\t\tdaemon service for <code>minimumHealthyPercent</code> is 0%.</p>\n\t\t       <p>If a service is using the <code>ECS</code> deployment controller, the minimum healthy\n\t\t\tpercent represents a lower limit on the number of tasks in a service that must remain in\n\t\t\tthe <code>RUNNING</code> state during a deployment, as a percentage of the desired\n\t\t\tnumber of tasks (rounded up to the nearest integer), and while any container instances\n\t\t\tare in the <code>DRAINING</code> state if the service contains tasks using the\n\t\t\tEC2 launch type. This parameter enables you to deploy without using\n\t\t\tadditional cluster capacity. For example, if your service has a desired number of four\n\t\t\ttasks and a minimum healthy percent of 50%, the scheduler might stop two existing tasks\n\t\t\tto free up cluster capacity before starting two new tasks. Tasks for services that\n\t\t\t\t<i>do not</i> use a load balancer are considered healthy if they're in\n\t\t\tthe <code>RUNNING</code> state. Tasks for services that <i>do</i> use a\n\t\t\tload balancer are considered healthy if they're in the <code>RUNNING</code> state and\n\t\t\tthey're reported as healthy by the load balancer. The default value for minimum healthy\n\t\t\tpercent is 100%.</p>\n\t\t       <p>If a service is using the <code>ECS</code> deployment controller, the <b>maximum percent</b> parameter represents an upper limit on the\n\t\t\tnumber of tasks in a service that are allowed in the <code>RUNNING</code> or\n\t\t\t\t<code>PENDING</code> state during a deployment, as a percentage of the desired\n\t\t\tnumber of tasks (rounded down to the nearest integer), and while any container instances\n\t\t\tare in the <code>DRAINING</code> state if the service contains tasks using the\n\t\t\tEC2 launch type. This parameter enables you to define the deployment batch\n\t\t\tsize. For example, if your service has a desired number of four tasks and a maximum\n\t\t\tpercent value of 200%, the scheduler may start four new tasks before stopping the four\n\t\t\tolder tasks (provided that the cluster resources required to do this are available). The\n\t\t\tdefault value for maximum percent is 200%.</p>\n\t\t       <p>If a service is using either the <code>CODE_DEPLOY</code> or <code>EXTERNAL</code>\n\t\t\tdeployment controller types and tasks that use the EC2 launch type, the\n\t\t\t\t<b>minimum healthy percent</b> and <b>maximum percent</b> values are used only to define the lower and upper limit\n\t\t\ton the number of the tasks in the service that remain in the <code>RUNNING</code> state\n\t\t\twhile the container instances are in the <code>DRAINING</code> state. If the tasks in\n\t\t\tthe service use the Fargate launch type, the minimum healthy percent and\n\t\t\tmaximum percent values aren't used, although they're currently visible when describing\n\t\t\tyour service.</p>\n\t\t       <p>When creating a service that uses the <code>EXTERNAL</code> deployment controller, you\n\t\t\tcan specify only parameters that aren't controlled at the task set level. The only\n\t\t\trequired parameter is the service name. You control your services using the <a>CreateTaskSet</a> operation. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html\">Amazon ECS Deployment Types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>When the service scheduler launches new tasks, it determines task placement in your\n\t\t\tcluster using the following logic:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>Determine which of the container instances in your cluster can support your\n\t\t\t\t\tservice's task definition (for example, they have the required CPU, memory,\n\t\t\t\t\tports, and container instance attributes).</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>By default, the service scheduler attempts to balance tasks across\n\t\t\t\t\tAvailability Zones in this manner (although you can choose a different placement\n\t\t\t\t\tstrategy) with the <code>placementStrategy</code> parameter):</p>\n\t\t\t\t           <ul>\n                  <li>\n\t\t\t\t\t\t               <p>Sort the valid container instances, giving priority to instances that\n\t\t\t\t\t\t\thave the fewest number of running tasks for this service in their\n\t\t\t\t\t\t\trespective Availability Zone. For example, if zone A has one running\n\t\t\t\t\t\t\tservice task and zones B and C each have zero, valid container instances\n\t\t\t\t\t\t\tin either zone B or C are considered optimal for placement.</p>\n\t\t\t\t\t             </li>\n                  <li>\n\t\t\t\t\t\t               <p>Place the new service task on a valid container instance in an optimal\n\t\t\t\t\t\t\tAvailability Zone (based on the previous steps), favoring container\n\t\t\t\t\t\t\tinstances with the fewest number of running tasks for this\n\t\t\t\t\t\t\tservice.</p>\n\t\t\t\t\t             </li>\n               </ul>\n\t\t\t         </li>\n         </ul>"
1814            }
1815        },
1816        "com.amazonaws.ecs#CreateServiceRequest": {
1817            "type": "structure",
1818            "members": {
1819                "cluster": {
1820                    "target": "com.amazonaws.ecs#String",
1821                    "traits": {
1822                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster on which to run your service.\n\t\t\tIf you do not specify a cluster, the default cluster is assumed.</p>"
1823                    }
1824                },
1825                "serviceName": {
1826                    "target": "com.amazonaws.ecs#String",
1827                    "traits": {
1828                        "smithy.api#documentation": "<p>The name of your service. Up to 255 letters (uppercase and lowercase), numbers, and hyphens are allowed. Service names must be unique within\n\t\t\ta cluster, but you can have similarly named services in multiple clusters within a\n\t\t\tRegion or across multiple Regions.</p>",
1829                        "smithy.api#required": {}
1830                    }
1831                },
1832                "taskDefinition": {
1833                    "target": "com.amazonaws.ecs#String",
1834                    "traits": {
1835                        "smithy.api#documentation": "<p>The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or\n\t\t\tfull ARN of the task definition to run in your service. If a <code>revision</code> is\n\t\t\tnot specified, the latest <code>ACTIVE</code> revision is used.</p>\n\t\t       <p>A task definition must be specified if the service is using either the\n\t\t\t\t<code>ECS</code> or <code>CODE_DEPLOY</code> deployment controllers.</p>"
1836                    }
1837                },
1838                "loadBalancers": {
1839                    "target": "com.amazonaws.ecs#LoadBalancers",
1840                    "traits": {
1841                        "smithy.api#documentation": "<p>A load balancer object representing the load balancers to use with your service. For\n\t\t\tmore information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-load-balancing.html\">Service Load Balancing</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>If the service is using the rolling update (<code>ECS</code>) deployment controller\n\t\t\tand using either an Application Load Balancer or Network Load Balancer, you must specify one or more target group ARNs to\n\t\t\tattach to the service. The service-linked role is required for services that make use of\n\t\t\tmultiple target groups. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using-service-linked-roles.html\">Using service-linked roles for Amazon ECS</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>If the service is using the <code>CODE_DEPLOY</code> deployment controller, the\n\t\t\tservice is required to use either an Application Load Balancer or Network Load Balancer. When creating an AWS CodeDeploy deployment\n\t\t\tgroup, you specify two target groups (referred to as a <code>targetGroupPair</code>).\n\t\t\tDuring a deployment, AWS CodeDeploy determines which task set in your service has the status\n\t\t\t\t<code>PRIMARY</code> and associates one target group with it, and then associates\n\t\t\tthe other target group with the replacement task set. The load balancer can also have up\n\t\t\tto two listeners: a required listener for production traffic and an optional listener\n\t\t\tthat allows you perform validation tests with Lambda functions before routing production\n\t\t\ttraffic to it.</p>\n\t\t       <p>After you create a service using the <code>ECS</code> deployment controller, the load\n\t\t\tbalancer name or target group ARN, container name, and container port specified in the\n\t\t\tservice definition are immutable. If you are using the <code>CODE_DEPLOY</code>\n\t\t\tdeployment controller, these values can be changed when updating the service.</p>\n\t\t       <p>For Application Load Balancers and Network Load Balancers, this object must contain the load balancer target group ARN,\n\t\t\tthe container name (as it appears in a container definition), and the container port to\n\t\t\taccess from the load balancer. The load balancer name parameter must be omitted. When a\n\t\t\ttask from this service is placed on a container instance, the container instance and\n\t\t\tport combination is registered as a target in the target group specified here.</p>\n\t\t       <p>For Classic Load Balancers, this object must contain the load balancer name, the container name (as it\n\t\t\tappears in a container definition), and the container port to access from the load\n\t\t\tbalancer. The target group ARN parameter must be omitted. When a task from this service\n\t\t\tis placed on a container instance, the container instance is registered with the load\n\t\t\tbalancer specified here.</p>\n\t\t       <p>Services with tasks that use the <code>awsvpc</code> network mode (for example, those\n\t\t\twith the Fargate launch type) only support Application Load Balancers and Network Load Balancers. Classic Load Balancers are\n\t\t\tnot supported. Also, when you create any target groups for these services, you must\n\t\t\tchoose <code>ip</code> as the target type, not <code>instance</code>, because tasks that\n\t\t\tuse the <code>awsvpc</code> network mode are associated with an elastic network\n\t\t\tinterface, not an Amazon EC2 instance.</p>"
1842                    }
1843                },
1844                "serviceRegistries": {
1845                    "target": "com.amazonaws.ecs#ServiceRegistries",
1846                    "traits": {
1847                        "smithy.api#documentation": "<p>The details of the service discovery registries to assign to this service. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html\">Service\n\t\t\t\tdiscovery</a>.</p>\n\t\t       <note>\n\t\t\t         <p>Service discovery is supported for Fargate tasks if you are using\n\t\t\t\tplatform version v1.1.0 or later. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html\">AWS Fargate platform\n\t\t\t\t\tversions</a>.</p>\n\t\t       </note>"
1848                    }
1849                },
1850                "desiredCount": {
1851                    "target": "com.amazonaws.ecs#BoxedInteger",
1852                    "traits": {
1853                        "smithy.api#documentation": "<p>The number of instantiations of the specified task definition to place and keep\n\t\t\trunning on your cluster.</p>\n\t\t       <p>This is required if <code>schedulingStrategy</code> is <code>REPLICA</code> or is not\n\t\t\tspecified. If <code>schedulingStrategy</code> is <code>DAEMON</code> then this is not\n\t\t\trequired.</p>"
1854                    }
1855                },
1856                "clientToken": {
1857                    "target": "com.amazonaws.ecs#String",
1858                    "traits": {
1859                        "smithy.api#documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\n\t\t\trequest. Up to 32 ASCII characters are allowed.</p>"
1860                    }
1861                },
1862                "launchType": {
1863                    "target": "com.amazonaws.ecs#LaunchType",
1864                    "traits": {
1865                        "smithy.api#documentation": "<p>The launch type on which to run your service. The accepted values are\n\t\t\t\t<code>FARGATE</code> and <code>EC2</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html\">Amazon ECS\n\t\t\t\tlaunch types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>When a value of <code>FARGATE</code> is specified, your tasks are launched on\n\t\t\tAWS Fargate On-Demand infrastructure. To use Fargate Spot, you must use a capacity\n\t\t\tprovider strategy with the <code>FARGATE_SPOT</code> capacity provider.</p>\n\t\t       <p>When a value of <code>EC2</code> is specified, your tasks are launched on Amazon EC2\n\t\t\tinstances registered to your cluster.</p>\n\t\t       <p>If a <code>launchType</code> is specified, the <code>capacityProviderStrategy</code>\n\t\t\tparameter must be omitted.</p>"
1866                    }
1867                },
1868                "capacityProviderStrategy": {
1869                    "target": "com.amazonaws.ecs#CapacityProviderStrategy",
1870                    "traits": {
1871                        "smithy.api#documentation": "<p>The capacity provider strategy to use for the service.</p>\n\t\t       <p>If a <code>capacityProviderStrategy</code> is specified, the <code>launchType</code>\n\t\t\tparameter must be omitted. If no <code>capacityProviderStrategy</code> or\n\t\t\t\t<code>launchType</code> is specified, the\n\t\t\t\t<code>defaultCapacityProviderStrategy</code> for the cluster is used.</p>"
1872                    }
1873                },
1874                "platformVersion": {
1875                    "target": "com.amazonaws.ecs#String",
1876                    "traits": {
1877                        "smithy.api#documentation": "<p>The platform version that your tasks in the service are running on. A platform version\n\t\t\tis specified only for tasks using the Fargate launch type. If one isn't\n\t\t\tspecified, the <code>LATEST</code> platform version is used by default. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html\">AWS Fargate platform\n\t\t\t\tversions</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
1878                    }
1879                },
1880                "role": {
1881                    "target": "com.amazonaws.ecs#String",
1882                    "traits": {
1883                        "smithy.api#documentation": "<p>The name or full Amazon Resource Name (ARN) of the IAM role that allows Amazon ECS to make calls to your\n\t\t\tload balancer on your behalf. This parameter is only permitted if you are using a load\n\t\t\tbalancer with your service and your task definition does not use the <code>awsvpc</code>\n\t\t\tnetwork mode. If you specify the <code>role</code> parameter, you must also specify a\n\t\t\tload balancer object with the <code>loadBalancers</code> parameter.</p>\n\t\t       <important>\n\t\t\t         <p>If your account has already created the Amazon ECS service-linked role, that role is\n\t\t\t\tused by default for your service unless you specify a role here. The service-linked\n\t\t\t\trole is required if your task definition uses the <code>awsvpc</code> network mode\n\t\t\t\tor if the service is configured to use service discovery, an external deployment\n\t\t\t\tcontroller, multiple target groups, or Elastic Inference accelerators in which case\n\t\t\t\tyou should not specify a role here. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using-service-linked-roles.html\">Using\n\t\t\t\t\tservice-linked roles for Amazon ECS</a> in the\n\t\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       </important>\n\t\t       <p>If your specified role has a path other than <code>/</code>, then you must either\n\t\t\tspecify the full role ARN (this is recommended) or prefix the role name with the path.\n\t\t\tFor example, if a role with the name <code>bar</code> has a path of <code>/foo/</code>\n\t\t\tthen you would specify <code>/foo/bar</code> as the role name. For more information, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-friendly-names\">Friendly names and paths</a> in the <i>IAM User Guide</i>.</p>"
1884                    }
1885                },
1886                "deploymentConfiguration": {
1887                    "target": "com.amazonaws.ecs#DeploymentConfiguration",
1888                    "traits": {
1889                        "smithy.api#documentation": "<p>Optional deployment parameters that control how many tasks run during the deployment\n\t\t\tand the ordering of stopping and starting tasks.</p>"
1890                    }
1891                },
1892                "placementConstraints": {
1893                    "target": "com.amazonaws.ecs#PlacementConstraints",
1894                    "traits": {
1895                        "smithy.api#documentation": "<p>An array of placement constraint objects to use for tasks in your service. You can\n\t\t\tspecify a maximum of 10 constraints per task (this limit includes constraints in the\n\t\t\ttask definition and those specified at runtime). </p>"
1896                    }
1897                },
1898                "placementStrategy": {
1899                    "target": "com.amazonaws.ecs#PlacementStrategies",
1900                    "traits": {
1901                        "smithy.api#documentation": "<p>The placement strategy objects to use for tasks in your service. You can specify a\n\t\t\tmaximum of five strategy rules per service.</p>"
1902                    }
1903                },
1904                "networkConfiguration": {
1905                    "target": "com.amazonaws.ecs#NetworkConfiguration",
1906                    "traits": {
1907                        "smithy.api#documentation": "<p>The network configuration for the service. This parameter is required for task\n\t\t\tdefinitions that use the <code>awsvpc</code> network mode to receive their own elastic\n\t\t\tnetwork interface, and it is not supported for other network modes. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html\">Task networking</a>\n\t\t\tin the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
1908                    }
1909                },
1910                "healthCheckGracePeriodSeconds": {
1911                    "target": "com.amazonaws.ecs#BoxedInteger",
1912                    "traits": {
1913                        "smithy.api#documentation": "<p>The period of time, in seconds, that the Amazon ECS service scheduler should ignore\n\t\t\tunhealthy Elastic Load Balancing target health checks after a task has first started. This is only used\n\t\t\twhen your service is configured to use a load balancer. If your service has a load\n\t\t\tbalancer defined and you don't specify a health check grace period value, the default\n\t\t\tvalue of <code>0</code> is used.</p>\n\t\t       <p>If your service's tasks take a while to start and respond to Elastic Load Balancing health checks, you\n\t\t\tcan specify a health check grace period of up to 2,147,483,647 seconds. During that\n\t\t\ttime, the Amazon ECS service scheduler ignores health check status. This grace period can\n\t\t\tprevent the service scheduler from marking tasks as unhealthy and stopping them before\n\t\t\tthey have time to come up.</p>"
1914                    }
1915                },
1916                "schedulingStrategy": {
1917                    "target": "com.amazonaws.ecs#SchedulingStrategy",
1918                    "traits": {
1919                        "smithy.api#documentation": "<p>The scheduling strategy to use for the service. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html\">Services</a>.</p>\n\t\t       <p>There are two service scheduler strategies available:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>REPLICA</code>-The replica scheduling strategy places and\n\t\t\t\t\tmaintains the desired number of tasks across your cluster. By default, the\n\t\t\t\t\tservice scheduler spreads tasks across Availability Zones. You can use task\n\t\t\t\t\tplacement strategies and constraints to customize task placement decisions. This\n\t\t\t\t\tscheduler strategy is required if the service is using the\n\t\t\t\t\t\t<code>CODE_DEPLOY</code> or <code>EXTERNAL</code> deployment controller\n\t\t\t\t\ttypes.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>DAEMON</code>-The daemon scheduling strategy deploys exactly one\n\t\t\t\t\ttask on each active container instance that meets all of the task placement\n\t\t\t\t\tconstraints that you specify in your cluster. The service scheduler also\n\t\t\t\t\tevaluates the task placement constraints for running tasks and will stop tasks\n\t\t\t\t\tthat do not meet the placement constraints. When you're using this strategy, you\n\t\t\t\t\tdon't need to specify a desired number of tasks, a task placement strategy, or\n\t\t\t\t\tuse Service Auto Scaling policies.</p>\n\t\t\t\t           <note>\n\t\t\t\t\t             <p>Tasks using the Fargate launch type or the\n\t\t\t\t\t\t\t<code>CODE_DEPLOY</code> or <code>EXTERNAL</code> deployment controller\n\t\t\t\t\t\ttypes don't support the <code>DAEMON</code> scheduling strategy.</p>\n\t\t\t\t           </note>\n\t\t\t         </li>\n         </ul>"
1920                    }
1921                },
1922                "deploymentController": {
1923                    "target": "com.amazonaws.ecs#DeploymentController",
1924                    "traits": {
1925                        "smithy.api#documentation": "<p>The deployment controller to use for the service.</p>"
1926                    }
1927                },
1928                "tags": {
1929                    "target": "com.amazonaws.ecs#Tags",
1930                    "traits": {
1931                        "smithy.api#documentation": "<p>The metadata that you apply to the service to help you categorize and organize them.\n\t\t\tEach tag consists of a key and an optional value, both of which you define. When a\n\t\t\tservice is deleted, the tags are deleted as well.</p> \n         <p>The following basic restrictions apply to tags:</p>\n        <ul>\n            <li>\n                <p>Maximum number of tags per resource - 50</p>\n            </li>\n            <li>\n                <p>For each resource, each tag key must be unique, and each tag key can have only\n                    one value.</p>\n            </li>\n            <li>\n                <p>Maximum key length - 128 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>Maximum value length - 256 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>If your tagging schema is used across multiple services and resources,\n                    remember that other services may have restrictions on allowed characters.\n                    Generally allowed characters are: letters, numbers, and spaces representable in\n                    UTF-8, and the following characters: + - = . _ : / @.</p>\n            </li>\n            <li>\n                <p>Tag keys and values are case-sensitive.</p>\n            </li>\n            <li>\n                <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase\n                    combination of such as a prefix for either keys or values as it is reserved for\n                    AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with\n                    this prefix do not count against your tags per resource limit.</p>\n            </li>\n         </ul>"
1932                    }
1933                },
1934                "enableECSManagedTags": {
1935                    "target": "com.amazonaws.ecs#Boolean",
1936                    "traits": {
1937                        "smithy.api#documentation": "<p>Specifies whether to enable Amazon ECS managed tags for the tasks within the service. For\n\t\t\tmore information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html\">Tagging Your Amazon ECS\n\t\t\t\tResources</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
1938                    }
1939                },
1940                "propagateTags": {
1941                    "target": "com.amazonaws.ecs#PropagateTags",
1942                    "traits": {
1943                        "smithy.api#documentation": "<p>Specifies whether to propagate the tags from the task definition or the service to the\n\t\t\ttasks in the service. If no value is specified, the tags are not propagated. Tags can\n\t\t\tonly be propagated to the tasks within the service during service creation. To add tags\n\t\t\tto a task after service creation, use the <a>TagResource</a> API\n\t\t\taction.</p>"
1944                    }
1945                },
1946                "enableExecuteCommand": {
1947                    "target": "com.amazonaws.ecs#Boolean",
1948                    "traits": {
1949                        "smithy.api#documentation": "<p>Whether or not the execute command functionality is enabled for the service. If\n\t\t\t\t<code>true</code>, this enables execute command functionality on all containers in\n\t\t\tthe service tasks.</p>"
1950                    }
1951                }
1952            }
1953        },
1954        "com.amazonaws.ecs#CreateServiceResponse": {
1955            "type": "structure",
1956            "members": {
1957                "service": {
1958                    "target": "com.amazonaws.ecs#Service",
1959                    "traits": {
1960                        "smithy.api#documentation": "<p>The full description of your service following the create call.</p>\n\t\t       <p>If a service is using the <code>ECS</code> deployment controller, the\n\t\t\t\t<code>deploymentController</code> and <code>taskSets</code> parameters will not be\n\t\t\treturned.</p>\n\t\t       <p>If the service is using the <code>CODE_DEPLOY</code> deployment controller, the\n\t\t\t\t<code>deploymentController</code>, <code>taskSets</code> and\n\t\t\t\t<code>deployments</code> parameters will be returned, however the\n\t\t\t\t<code>deployments</code> parameter will be an empty list.</p>"
1961                    }
1962                }
1963            }
1964        },
1965        "com.amazonaws.ecs#CreateTaskSet": {
1966            "type": "operation",
1967            "input": {
1968                "target": "com.amazonaws.ecs#CreateTaskSetRequest"
1969            },
1970            "output": {
1971                "target": "com.amazonaws.ecs#CreateTaskSetResponse"
1972            },
1973            "errors": [
1974                {
1975                    "target": "com.amazonaws.ecs#AccessDeniedException"
1976                },
1977                {
1978                    "target": "com.amazonaws.ecs#ClientException"
1979                },
1980                {
1981                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
1982                },
1983                {
1984                    "target": "com.amazonaws.ecs#InvalidParameterException"
1985                },
1986                {
1987                    "target": "com.amazonaws.ecs#PlatformTaskDefinitionIncompatibilityException"
1988                },
1989                {
1990                    "target": "com.amazonaws.ecs#PlatformUnknownException"
1991                },
1992                {
1993                    "target": "com.amazonaws.ecs#ServerException"
1994                },
1995                {
1996                    "target": "com.amazonaws.ecs#ServiceNotActiveException"
1997                },
1998                {
1999                    "target": "com.amazonaws.ecs#ServiceNotFoundException"
2000                },
2001                {
2002                    "target": "com.amazonaws.ecs#UnsupportedFeatureException"
2003                }
2004            ],
2005            "traits": {
2006                "smithy.api#documentation": "<p>Create a task set in the specified cluster and service. This is used when a service\n\t\t\tuses the <code>EXTERNAL</code> deployment controller type. For more information, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html\">Amazon ECS Deployment\n\t\t\t\tTypes</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
2007            }
2008        },
2009        "com.amazonaws.ecs#CreateTaskSetRequest": {
2010            "type": "structure",
2011            "members": {
2012                "service": {
2013                    "target": "com.amazonaws.ecs#String",
2014                    "traits": {
2015                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the service to create the task set in.</p>",
2016                        "smithy.api#required": {}
2017                    }
2018                },
2019                "cluster": {
2020                    "target": "com.amazonaws.ecs#String",
2021                    "traits": {
2022                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the\n\t\t\ttask set in.</p>",
2023                        "smithy.api#required": {}
2024                    }
2025                },
2026                "externalId": {
2027                    "target": "com.amazonaws.ecs#String",
2028                    "traits": {
2029                        "smithy.api#documentation": "<p>An optional non-unique tag that identifies this task set in external systems. If the\n\t\t\ttask set is associated with a service discovery registry, the tasks in this task set\n\t\t\twill have the <code>ECS_TASK_SET_EXTERNAL_ID</code> AWS Cloud Map attribute set to the provided\n\t\t\tvalue.</p>"
2030                    }
2031                },
2032                "taskDefinition": {
2033                    "target": "com.amazonaws.ecs#String",
2034                    "traits": {
2035                        "smithy.api#documentation": "<p>The task definition for the tasks in the task set to use.</p>",
2036                        "smithy.api#required": {}
2037                    }
2038                },
2039                "networkConfiguration": {
2040                    "target": "com.amazonaws.ecs#NetworkConfiguration"
2041                },
2042                "loadBalancers": {
2043                    "target": "com.amazonaws.ecs#LoadBalancers",
2044                    "traits": {
2045                        "smithy.api#documentation": "<p>A load balancer object representing the load balancer to use with the task set. The\n\t\t\tsupported load balancer types are either an Application Load Balancer or a Network Load Balancer.</p>"
2046                    }
2047                },
2048                "serviceRegistries": {
2049                    "target": "com.amazonaws.ecs#ServiceRegistries",
2050                    "traits": {
2051                        "smithy.api#documentation": "<p>The details of the service discovery registries to assign to this task set. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html\">Service\n\t\t\t\tDiscovery</a>.</p>"
2052                    }
2053                },
2054                "launchType": {
2055                    "target": "com.amazonaws.ecs#LaunchType",
2056                    "traits": {
2057                        "smithy.api#documentation": "<p>The launch type that new tasks in the task set will use. For more information, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html\">Amazon ECS Launch Types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>If a <code>launchType</code> is specified, the <code>capacityProviderStrategy</code>\n\t\t\tparameter must be omitted.</p>"
2058                    }
2059                },
2060                "capacityProviderStrategy": {
2061                    "target": "com.amazonaws.ecs#CapacityProviderStrategy",
2062                    "traits": {
2063                        "smithy.api#documentation": "<p>The capacity provider strategy to use for the task set.</p>\n\t\t       <p>A capacity provider strategy consists of one or more capacity providers along with the\n\t\t\t\t<code>base</code> and <code>weight</code> to assign to them. A capacity provider\n\t\t\tmust be associated with the cluster to be used in a capacity provider strategy. The\n\t\t\t\t<a>PutClusterCapacityProviders</a> API is used to associate a capacity\n\t\t\tprovider with a cluster. Only capacity providers with an <code>ACTIVE</code> or\n\t\t\t\t<code>UPDATING</code> status can be used.</p>\n\t\t       <p>If a <code>capacityProviderStrategy</code> is specified, the <code>launchType</code>\n\t\t\tparameter must be omitted. If no <code>capacityProviderStrategy</code> or\n\t\t\t\t<code>launchType</code> is specified, the\n\t\t\t\t<code>defaultCapacityProviderStrategy</code> for the cluster is used.</p>\n\t\t       <p>If specifying a capacity provider that uses an Auto Scaling group, the capacity\n\t\t\tprovider must already be created. New capacity providers can be created with the <a>CreateCapacityProvider</a> API operation.</p>\n\t\t       <p>To use a AWS Fargate capacity provider, specify either the <code>FARGATE</code> or\n\t\t\t\t<code>FARGATE_SPOT</code> capacity providers. The AWS Fargate capacity providers are\n\t\t\tavailable to all accounts and only need to be associated with a cluster to be\n\t\t\tused.</p>\n\t\t       <p>The <a>PutClusterCapacityProviders</a> API operation is used to update the\n\t\t\tlist of available capacity providers for a cluster after the cluster is created.</p>"
2064                    }
2065                },
2066                "platformVersion": {
2067                    "target": "com.amazonaws.ecs#String",
2068                    "traits": {
2069                        "smithy.api#documentation": "<p>The platform version that the tasks in the task set should use. A platform version is\n\t\t\tspecified only for tasks using the Fargate launch type. If one isn't\n\t\t\tspecified, the <code>LATEST</code> platform version is used by default.</p>"
2070                    }
2071                },
2072                "scale": {
2073                    "target": "com.amazonaws.ecs#Scale"
2074                },
2075                "clientToken": {
2076                    "target": "com.amazonaws.ecs#String",
2077                    "traits": {
2078                        "smithy.api#documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\n\t\t\trequest. Up to 32 ASCII characters are allowed.</p>"
2079                    }
2080                },
2081                "tags": {
2082                    "target": "com.amazonaws.ecs#Tags",
2083                    "traits": {
2084                        "smithy.api#documentation": "<p>The metadata that you apply to the task set to help you categorize and organize them.\n\t\t\tEach tag consists of a key and an optional value, both of which you define. When a\n\t\t\tservice is deleted, the tags are deleted as well.</p> \n         <p>The following basic restrictions apply to tags:</p>\n        <ul>\n            <li>\n                <p>Maximum number of tags per resource - 50</p>\n            </li>\n            <li>\n                <p>For each resource, each tag key must be unique, and each tag key can have only\n                    one value.</p>\n            </li>\n            <li>\n                <p>Maximum key length - 128 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>Maximum value length - 256 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>If your tagging schema is used across multiple services and resources,\n                    remember that other services may have restrictions on allowed characters.\n                    Generally allowed characters are: letters, numbers, and spaces representable in\n                    UTF-8, and the following characters: + - = . _ : / @.</p>\n            </li>\n            <li>\n                <p>Tag keys and values are case-sensitive.</p>\n            </li>\n            <li>\n                <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase\n                    combination of such as a prefix for either keys or values as it is reserved for\n                    AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with\n                    this prefix do not count against your tags per resource limit.</p>\n            </li>\n         </ul>"
2085                    }
2086                }
2087            }
2088        },
2089        "com.amazonaws.ecs#CreateTaskSetResponse": {
2090            "type": "structure",
2091            "members": {
2092                "taskSet": {
2093                    "target": "com.amazonaws.ecs#TaskSet"
2094                }
2095            }
2096        },
2097        "com.amazonaws.ecs#DeleteAccountSetting": {
2098            "type": "operation",
2099            "input": {
2100                "target": "com.amazonaws.ecs#DeleteAccountSettingRequest"
2101            },
2102            "output": {
2103                "target": "com.amazonaws.ecs#DeleteAccountSettingResponse"
2104            },
2105            "errors": [
2106                {
2107                    "target": "com.amazonaws.ecs#ClientException"
2108                },
2109                {
2110                    "target": "com.amazonaws.ecs#InvalidParameterException"
2111                },
2112                {
2113                    "target": "com.amazonaws.ecs#ServerException"
2114                }
2115            ],
2116            "traits": {
2117                "smithy.api#documentation": "<p>Disables an account setting for a specified IAM user, IAM role, or the root user for\n\t\t\tan account.</p>"
2118            }
2119        },
2120        "com.amazonaws.ecs#DeleteAccountSettingRequest": {
2121            "type": "structure",
2122            "members": {
2123                "name": {
2124                    "target": "com.amazonaws.ecs#SettingName",
2125                    "traits": {
2126                        "smithy.api#documentation": "<p>The resource name for which to disable the account setting. If\n\t\t\t\t<code>serviceLongArnFormat</code> is specified, the ARN for your Amazon ECS services is\n\t\t\taffected. If <code>taskLongArnFormat</code> is specified, the ARN and resource ID for\n\t\t\tyour Amazon ECS tasks is affected. If <code>containerInstanceLongArnFormat</code> is\n\t\t\tspecified, the ARN and resource ID for your Amazon ECS container instances is affected. If\n\t\t\t\t<code>awsvpcTrunking</code> is specified, the ENI limit for your Amazon ECS container\n\t\t\tinstances is affected.</p>",
2127                        "smithy.api#required": {}
2128                    }
2129                },
2130                "principalArn": {
2131                    "target": "com.amazonaws.ecs#String",
2132                    "traits": {
2133                        "smithy.api#documentation": "<p>The ARN of the principal, which can be an IAM user, IAM role, or the root user. If you\n\t\t\tspecify the root user, it disables the account setting for all IAM users, IAM roles, and\n\t\t\tthe root user of the account unless an IAM user or role explicitly overrides these\n\t\t\tsettings. If this field is omitted, the setting is changed only for the authenticated\n\t\t\tuser.</p>"
2134                    }
2135                }
2136            }
2137        },
2138        "com.amazonaws.ecs#DeleteAccountSettingResponse": {
2139            "type": "structure",
2140            "members": {
2141                "setting": {
2142                    "target": "com.amazonaws.ecs#Setting",
2143                    "traits": {
2144                        "smithy.api#documentation": "<p>The account setting for the specified principal ARN.</p>"
2145                    }
2146                }
2147            }
2148        },
2149        "com.amazonaws.ecs#DeleteAttributes": {
2150            "type": "operation",
2151            "input": {
2152                "target": "com.amazonaws.ecs#DeleteAttributesRequest"
2153            },
2154            "output": {
2155                "target": "com.amazonaws.ecs#DeleteAttributesResponse"
2156            },
2157            "errors": [
2158                {
2159                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
2160                },
2161                {
2162                    "target": "com.amazonaws.ecs#InvalidParameterException"
2163                },
2164                {
2165                    "target": "com.amazonaws.ecs#TargetNotFoundException"
2166                }
2167            ],
2168            "traits": {
2169                "smithy.api#documentation": "<p>Deletes one or more custom attributes from an Amazon ECS resource.</p>"
2170            }
2171        },
2172        "com.amazonaws.ecs#DeleteAttributesRequest": {
2173            "type": "structure",
2174            "members": {
2175                "cluster": {
2176                    "target": "com.amazonaws.ecs#String",
2177                    "traits": {
2178                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to delete\n\t\t\tattributes. If you do not specify a cluster, the default cluster is assumed.</p>"
2179                    }
2180                },
2181                "attributes": {
2182                    "target": "com.amazonaws.ecs#Attributes",
2183                    "traits": {
2184                        "smithy.api#documentation": "<p>The attributes to delete from your resource. You can specify up to 10 attributes per\n\t\t\trequest. For custom attributes, specify the attribute name and target ID, but do not\n\t\t\tspecify the value. If you specify the target ID using the short form, you must also\n\t\t\tspecify the target type.</p>",
2185                        "smithy.api#required": {}
2186                    }
2187                }
2188            }
2189        },
2190        "com.amazonaws.ecs#DeleteAttributesResponse": {
2191            "type": "structure",
2192            "members": {
2193                "attributes": {
2194                    "target": "com.amazonaws.ecs#Attributes",
2195                    "traits": {
2196                        "smithy.api#documentation": "<p>A list of attribute objects that were successfully deleted from your resource.</p>"
2197                    }
2198                }
2199            }
2200        },
2201        "com.amazonaws.ecs#DeleteCapacityProvider": {
2202            "type": "operation",
2203            "input": {
2204                "target": "com.amazonaws.ecs#DeleteCapacityProviderRequest"
2205            },
2206            "output": {
2207                "target": "com.amazonaws.ecs#DeleteCapacityProviderResponse"
2208            },
2209            "errors": [
2210                {
2211                    "target": "com.amazonaws.ecs#ClientException"
2212                },
2213                {
2214                    "target": "com.amazonaws.ecs#InvalidParameterException"
2215                },
2216                {
2217                    "target": "com.amazonaws.ecs#ServerException"
2218                }
2219            ],
2220            "traits": {
2221                "smithy.api#documentation": "<p>Deletes the specified capacity provider.</p>\n\t\t       <note>\n\t\t\t         <p>The <code>FARGATE</code> and <code>FARGATE_SPOT</code> capacity providers are\n\t\t\t\treserved and cannot be deleted. You can disassociate them from a cluster using\n\t\t\t\teither the <a>PutClusterCapacityProviders</a> API or by deleting the\n\t\t\t\tcluster.</p>\n\t\t       </note>\n\t\t       <p>Prior to a capacity provider being deleted, the capacity provider must be removed from\n\t\t\tthe capacity provider strategy from all services. The <a>UpdateService</a>\n\t\t\tAPI can be used to remove a capacity provider from a service's capacity provider\n\t\t\tstrategy. When updating a service, the <code>forceNewDeployment</code> option can be\n\t\t\tused to ensure that any tasks using the Amazon EC2 instance capacity provided by the capacity\n\t\t\tprovider are transitioned to use the capacity from the remaining capacity providers.\n\t\t\tOnly capacity providers that are not associated with a cluster can be deleted. To remove\n\t\t\ta capacity provider from a cluster, you can either use <a>PutClusterCapacityProviders</a> or delete the cluster.</p>"
2222            }
2223        },
2224        "com.amazonaws.ecs#DeleteCapacityProviderRequest": {
2225            "type": "structure",
2226            "members": {
2227                "capacityProvider": {
2228                    "target": "com.amazonaws.ecs#String",
2229                    "traits": {
2230                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the capacity provider to delete.</p>",
2231                        "smithy.api#required": {}
2232                    }
2233                }
2234            }
2235        },
2236        "com.amazonaws.ecs#DeleteCapacityProviderResponse": {
2237            "type": "structure",
2238            "members": {
2239                "capacityProvider": {
2240                    "target": "com.amazonaws.ecs#CapacityProvider"
2241                }
2242            }
2243        },
2244        "com.amazonaws.ecs#DeleteCluster": {
2245            "type": "operation",
2246            "input": {
2247                "target": "com.amazonaws.ecs#DeleteClusterRequest"
2248            },
2249            "output": {
2250                "target": "com.amazonaws.ecs#DeleteClusterResponse"
2251            },
2252            "errors": [
2253                {
2254                    "target": "com.amazonaws.ecs#ClientException"
2255                },
2256                {
2257                    "target": "com.amazonaws.ecs#ClusterContainsContainerInstancesException"
2258                },
2259                {
2260                    "target": "com.amazonaws.ecs#ClusterContainsServicesException"
2261                },
2262                {
2263                    "target": "com.amazonaws.ecs#ClusterContainsTasksException"
2264                },
2265                {
2266                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
2267                },
2268                {
2269                    "target": "com.amazonaws.ecs#InvalidParameterException"
2270                },
2271                {
2272                    "target": "com.amazonaws.ecs#ServerException"
2273                },
2274                {
2275                    "target": "com.amazonaws.ecs#UpdateInProgressException"
2276                }
2277            ],
2278            "traits": {
2279                "smithy.api#documentation": "<p>Deletes the specified cluster. The cluster will transition to the\n\t\t\t\t<code>INACTIVE</code> state. Clusters with an <code>INACTIVE</code> status may\n\t\t\tremain discoverable in your account for a period of time. However, this behavior is\n\t\t\tsubject to change in the future, so you should not rely on <code>INACTIVE</code>\n\t\t\tclusters persisting.</p>\n\t\t       <p>You must deregister all container instances from this cluster before you may delete\n\t\t\tit. You can list the container instances in a cluster with <a>ListContainerInstances</a> and deregister them with <a>DeregisterContainerInstance</a>.</p>"
2280            }
2281        },
2282        "com.amazonaws.ecs#DeleteClusterRequest": {
2283            "type": "structure",
2284            "members": {
2285                "cluster": {
2286                    "target": "com.amazonaws.ecs#String",
2287                    "traits": {
2288                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster to delete.</p>",
2289                        "smithy.api#required": {}
2290                    }
2291                }
2292            }
2293        },
2294        "com.amazonaws.ecs#DeleteClusterResponse": {
2295            "type": "structure",
2296            "members": {
2297                "cluster": {
2298                    "target": "com.amazonaws.ecs#Cluster",
2299                    "traits": {
2300                        "smithy.api#documentation": "<p>The full description of the deleted cluster.</p>"
2301                    }
2302                }
2303            }
2304        },
2305        "com.amazonaws.ecs#DeleteService": {
2306            "type": "operation",
2307            "input": {
2308                "target": "com.amazonaws.ecs#DeleteServiceRequest"
2309            },
2310            "output": {
2311                "target": "com.amazonaws.ecs#DeleteServiceResponse"
2312            },
2313            "errors": [
2314                {
2315                    "target": "com.amazonaws.ecs#ClientException"
2316                },
2317                {
2318                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
2319                },
2320                {
2321                    "target": "com.amazonaws.ecs#InvalidParameterException"
2322                },
2323                {
2324                    "target": "com.amazonaws.ecs#ServerException"
2325                },
2326                {
2327                    "target": "com.amazonaws.ecs#ServiceNotFoundException"
2328                }
2329            ],
2330            "traits": {
2331                "smithy.api#documentation": "<p>Deletes a specified service within a cluster. You can delete a service if you have no\n\t\t\trunning tasks in it and the desired task count is zero. If the service is actively\n\t\t\tmaintaining tasks, you cannot delete it, and you must update the service to a desired\n\t\t\ttask count of zero. For more information, see <a>UpdateService</a>.</p>\n\t\t       <note>\n\t\t\t         <p>When you delete a service, if there are still running tasks that require cleanup,\n\t\t\t\tthe service status moves from <code>ACTIVE</code> to <code>DRAINING</code>, and the\n\t\t\t\tservice is no longer visible in the console or in the <a>ListServices</a>\n\t\t\t\tAPI operation. After all tasks have transitioned to either <code>STOPPING</code> or\n\t\t\t\t\t<code>STOPPED</code> status, the service status moves from <code>DRAINING</code>\n\t\t\t\tto <code>INACTIVE</code>. Services in the <code>DRAINING</code> or\n\t\t\t\t\t<code>INACTIVE</code> status can still be viewed with the <a>DescribeServices</a> API operation. However, in the future,\n\t\t\t\t\t<code>INACTIVE</code> services may be cleaned up and purged from Amazon ECS record\n\t\t\t\tkeeping, and <a>DescribeServices</a> calls on those services return a\n\t\t\t\t\t<code>ServiceNotFoundException</code> error.</p>\n\t\t       </note>\n\t\t       <important>\n\t\t\t         <p>If you attempt to create a new service with the same name as an existing service\n\t\t\t\tin either <code>ACTIVE</code> or <code>DRAINING</code> status, you receive an\n\t\t\t\terror.</p>\n\t\t       </important>"
2332            }
2333        },
2334        "com.amazonaws.ecs#DeleteServiceRequest": {
2335            "type": "structure",
2336            "members": {
2337                "cluster": {
2338                    "target": "com.amazonaws.ecs#String",
2339                    "traits": {
2340                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to delete.\n\t\t\tIf you do not specify a cluster, the default cluster is assumed.</p>"
2341                    }
2342                },
2343                "service": {
2344                    "target": "com.amazonaws.ecs#String",
2345                    "traits": {
2346                        "smithy.api#documentation": "<p>The name of the service to delete.</p>",
2347                        "smithy.api#required": {}
2348                    }
2349                },
2350                "force": {
2351                    "target": "com.amazonaws.ecs#BoxedBoolean",
2352                    "traits": {
2353                        "smithy.api#documentation": "<p>If <code>true</code>, allows you to delete a service even if it has not been scaled\n\t\t\tdown to zero tasks. It is only necessary to use this if the service is using the\n\t\t\t\t<code>REPLICA</code> scheduling strategy.</p>"
2354                    }
2355                }
2356            }
2357        },
2358        "com.amazonaws.ecs#DeleteServiceResponse": {
2359            "type": "structure",
2360            "members": {
2361                "service": {
2362                    "target": "com.amazonaws.ecs#Service",
2363                    "traits": {
2364                        "smithy.api#documentation": "<p>The full description of the deleted service.</p>"
2365                    }
2366                }
2367            }
2368        },
2369        "com.amazonaws.ecs#DeleteTaskSet": {
2370            "type": "operation",
2371            "input": {
2372                "target": "com.amazonaws.ecs#DeleteTaskSetRequest"
2373            },
2374            "output": {
2375                "target": "com.amazonaws.ecs#DeleteTaskSetResponse"
2376            },
2377            "errors": [
2378                {
2379                    "target": "com.amazonaws.ecs#AccessDeniedException"
2380                },
2381                {
2382                    "target": "com.amazonaws.ecs#ClientException"
2383                },
2384                {
2385                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
2386                },
2387                {
2388                    "target": "com.amazonaws.ecs#InvalidParameterException"
2389                },
2390                {
2391                    "target": "com.amazonaws.ecs#ServerException"
2392                },
2393                {
2394                    "target": "com.amazonaws.ecs#ServiceNotActiveException"
2395                },
2396                {
2397                    "target": "com.amazonaws.ecs#ServiceNotFoundException"
2398                },
2399                {
2400                    "target": "com.amazonaws.ecs#TaskSetNotFoundException"
2401                },
2402                {
2403                    "target": "com.amazonaws.ecs#UnsupportedFeatureException"
2404                }
2405            ],
2406            "traits": {
2407                "smithy.api#documentation": "<p>Deletes a specified task set within a service. This is used when a service uses the\n\t\t\t\t<code>EXTERNAL</code> deployment controller type. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html\">Amazon ECS Deployment Types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
2408            }
2409        },
2410        "com.amazonaws.ecs#DeleteTaskSetRequest": {
2411            "type": "structure",
2412            "members": {
2413                "cluster": {
2414                    "target": "com.amazonaws.ecs#String",
2415                    "traits": {
2416                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task\n\t\t\tset exists in to delete.</p>",
2417                        "smithy.api#required": {}
2418                    }
2419                },
2420                "service": {
2421                    "target": "com.amazonaws.ecs#String",
2422                    "traits": {
2423                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to\n\t\t\tdelete.</p>",
2424                        "smithy.api#required": {}
2425                    }
2426                },
2427                "taskSet": {
2428                    "target": "com.amazonaws.ecs#String",
2429                    "traits": {
2430                        "smithy.api#documentation": "<p>The task set ID or full Amazon Resource Name (ARN) of the task set to delete.</p>",
2431                        "smithy.api#required": {}
2432                    }
2433                },
2434                "force": {
2435                    "target": "com.amazonaws.ecs#BoxedBoolean",
2436                    "traits": {
2437                        "smithy.api#documentation": "<p>If <code>true</code>, this allows you to delete a task set even if it hasn't been\n\t\t\tscaled down to zero.</p>"
2438                    }
2439                }
2440            }
2441        },
2442        "com.amazonaws.ecs#DeleteTaskSetResponse": {
2443            "type": "structure",
2444            "members": {
2445                "taskSet": {
2446                    "target": "com.amazonaws.ecs#TaskSet"
2447                }
2448            }
2449        },
2450        "com.amazonaws.ecs#Deployment": {
2451            "type": "structure",
2452            "members": {
2453                "id": {
2454                    "target": "com.amazonaws.ecs#String",
2455                    "traits": {
2456                        "smithy.api#documentation": "<p>The ID of the deployment.</p>"
2457                    }
2458                },
2459                "status": {
2460                    "target": "com.amazonaws.ecs#String",
2461                    "traits": {
2462                        "smithy.api#documentation": "<p>The status of the deployment. The following describes each state:</p>\n\t\t       <dl>\n            <dt>PRIMARY</dt>\n            <dd>\n\t\t\t\t\t          <p>The most recent deployment of a service.</p>\n\t\t\t\t        </dd>\n            <dt>ACTIVE</dt>\n            <dd>\n\t\t\t\t\t          <p>A service deployment that still has running tasks, but are in the process\n\t\t\t\t\t\tof being replaced with a new <code>PRIMARY</code> deployment.</p>\n\t\t\t\t        </dd>\n            <dt>INACTIVE</dt>\n            <dd>\n\t\t\t\t\t          <p>A deployment that has been completely replaced.</p>\n\t\t\t\t        </dd>\n         </dl>"
2463                    }
2464                },
2465                "taskDefinition": {
2466                    "target": "com.amazonaws.ecs#String",
2467                    "traits": {
2468                        "smithy.api#documentation": "<p>The most recent task definition that was specified for the tasks in the service to\n\t\t\tuse.</p>"
2469                    }
2470                },
2471                "desiredCount": {
2472                    "target": "com.amazonaws.ecs#Integer",
2473                    "traits": {
2474                        "smithy.api#documentation": "<p>The most recent desired count of tasks that was specified for the service to deploy or\n\t\t\tmaintain.</p>"
2475                    }
2476                },
2477                "pendingCount": {
2478                    "target": "com.amazonaws.ecs#Integer",
2479                    "traits": {
2480                        "smithy.api#documentation": "<p>The number of tasks in the deployment that are in the <code>PENDING</code>\n\t\t\tstatus.</p>"
2481                    }
2482                },
2483                "runningCount": {
2484                    "target": "com.amazonaws.ecs#Integer",
2485                    "traits": {
2486                        "smithy.api#documentation": "<p>The number of tasks in the deployment that are in the <code>RUNNING</code>\n\t\t\tstatus.</p>"
2487                    }
2488                },
2489                "failedTasks": {
2490                    "target": "com.amazonaws.ecs#Integer",
2491                    "traits": {
2492                        "smithy.api#documentation": "<p>The number of consecutively failed tasks in the deployment. A task is considered a\n\t\t\tfailure if the service scheduler can't launch the task, the task doesn't transition to a\n\t\t\t\t<code>RUNNING</code> state, or if it fails any of its defined health checks and is\n\t\t\tstopped.</p>\n\t\t       <note>\n\t\t\t         <p>Once a service deployment has one or more successfully running tasks, the failed\n\t\t\t\ttask count resets to zero and stops being evaluated.</p>\n\t\t       </note>"
2493                    }
2494                },
2495                "createdAt": {
2496                    "target": "com.amazonaws.ecs#Timestamp",
2497                    "traits": {
2498                        "smithy.api#documentation": "<p>The Unix timestamp for when the service deployment was created.</p>"
2499                    }
2500                },
2501                "updatedAt": {
2502                    "target": "com.amazonaws.ecs#Timestamp",
2503                    "traits": {
2504                        "smithy.api#documentation": "<p>The Unix timestamp for when the service deployment was last updated.</p>"
2505                    }
2506                },
2507                "capacityProviderStrategy": {
2508                    "target": "com.amazonaws.ecs#CapacityProviderStrategy",
2509                    "traits": {
2510                        "smithy.api#documentation": "<p>The capacity provider strategy that the deployment is using.</p>"
2511                    }
2512                },
2513                "launchType": {
2514                    "target": "com.amazonaws.ecs#LaunchType",
2515                    "traits": {
2516                        "smithy.api#documentation": "<p>The launch type the tasks in the service are using. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html\">Amazon ECS\n\t\t\t\tLaunch Types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
2517                    }
2518                },
2519                "platformVersion": {
2520                    "target": "com.amazonaws.ecs#String",
2521                    "traits": {
2522                        "smithy.api#documentation": "<p>The platform version on which your tasks in the service are running. A platform\n\t\t\tversion is only specified for tasks using the Fargate launch type. If one\n\t\t\tis not specified, the <code>LATEST</code> platform version is used by default. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html\">AWS Fargate Platform\n\t\t\t\tVersions</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
2523                    }
2524                },
2525                "networkConfiguration": {
2526                    "target": "com.amazonaws.ecs#NetworkConfiguration",
2527                    "traits": {
2528                        "smithy.api#documentation": "<p>The VPC subnet and security group configuration for tasks that receive their own\n            elastic network interface by using the <code>awsvpc</code> networking mode.</p>"
2529                    }
2530                },
2531                "rolloutState": {
2532                    "target": "com.amazonaws.ecs#DeploymentRolloutState",
2533                    "traits": {
2534                        "smithy.api#documentation": "<note>\n\t\t\t         <p>The <code>rolloutState</code> of a service is only returned for services that use\n\t\t\t\tthe rolling update (<code>ECS</code>) deployment type that are not behind a\n\t\t\t\tClassic Load Balancer.</p>\n\t\t       </note>\n\t\t       <p>The rollout state of the deployment. When a service deployment is started, it begins\n\t\t\tin an <code>IN_PROGRESS</code> state. When the service reaches a steady state, the\n\t\t\tdeployment will transition to a <code>COMPLETED</code> state. If the service fails to\n\t\t\treach a steady state and circuit breaker is enabled, the deployment will transition to a\n\t\t\t\t<code>FAILED</code> state. A deployment in <code>FAILED</code> state will launch no\n\t\t\tnew tasks. For more information, see <a>DeploymentCircuitBreaker</a>.</p>"
2535                    }
2536                },
2537                "rolloutStateReason": {
2538                    "target": "com.amazonaws.ecs#String",
2539                    "traits": {
2540                        "smithy.api#documentation": "<p>A description of the rollout state of a deployment.</p>"
2541                    }
2542                }
2543            },
2544            "traits": {
2545                "smithy.api#documentation": "<p>The details of an Amazon ECS service deployment. This is used only when a service uses the\n\t\t\t\t<code>ECS</code> deployment controller type.</p>"
2546            }
2547        },
2548        "com.amazonaws.ecs#DeploymentCircuitBreaker": {
2549            "type": "structure",
2550            "members": {
2551                "enable": {
2552                    "target": "com.amazonaws.ecs#Boolean",
2553                    "traits": {
2554                        "smithy.api#documentation": "<p>Whether to enable the deployment circuit breaker logic for the service.</p>",
2555                        "smithy.api#required": {}
2556                    }
2557                },
2558                "rollback": {
2559                    "target": "com.amazonaws.ecs#Boolean",
2560                    "traits": {
2561                        "smithy.api#documentation": "<p>Whether to enable Amazon ECS to roll back the service if a service deployment fails. If\n\t\t\trollback is enabled, when a service deployment fails, the service is rolled back to the\n\t\t\tlast deployment that completed successfully.</p>",
2562                        "smithy.api#required": {}
2563                    }
2564                }
2565            },
2566            "traits": {
2567                "smithy.api#documentation": "<note>\n\t\t\t         <p>The deployment circuit breaker can only be used for services using the rolling\n\t\t\t\tupdate (<code>ECS</code>) deployment type that are not behind a Classic Load Balancer.</p>\n\t\t       </note>\n\t\t       <p>The <b>deployment circuit breaker</b> determines whether a\n\t\t\tservice deployment will fail if the service can't reach a steady state. If enabled, a\n\t\t\tservice deployment will transition to a failed state and stop launching new tasks. You\n\t\t\tcan also enable Amazon ECS to roll back your service to the last completed deployment after a\n\t\t\tfailure. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-ecs.html\">Rolling\n\t\t\t\tupdate</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
2568            }
2569        },
2570        "com.amazonaws.ecs#DeploymentConfiguration": {
2571            "type": "structure",
2572            "members": {
2573                "deploymentCircuitBreaker": {
2574                    "target": "com.amazonaws.ecs#DeploymentCircuitBreaker",
2575                    "traits": {
2576                        "smithy.api#documentation": "<note>\n\t\t\t         <p>The deployment circuit breaker can only be used for services using the rolling\n\t\t\t\tupdate (<code>ECS</code>) deployment type.</p>\n\t\t       </note>\n\t\t       <p>The <b>deployment circuit breaker</b> determines whether a\n\t\t\tservice deployment will fail if the service can't reach a steady state. If deployment\n\t\t\tcircuit breaker is enabled, a service deployment will transition to a failed state and\n\t\t\tstop launching new tasks. If rollback is enabled, when a service deployment fails, the\n\t\t\tservice is rolled back to the last deployment that completed successfully.</p>"
2577                    }
2578                },
2579                "maximumPercent": {
2580                    "target": "com.amazonaws.ecs#BoxedInteger",
2581                    "traits": {
2582                        "smithy.api#documentation": "<p>If a service is using the rolling update (<code>ECS</code>) deployment type, the\n\t\t\t\t<b>maximum percent</b> parameter represents an upper limit\n\t\t\ton the number of tasks in a service that are allowed in the <code>RUNNING</code> or\n\t\t\t\t<code>PENDING</code> state during a deployment, as a percentage of the desired\n\t\t\tnumber of tasks (rounded down to the nearest integer), and while any container instances\n\t\t\tare in the <code>DRAINING</code> state if the service contains tasks using the\n\t\t\tEC2 launch type. This parameter enables you to define the deployment batch\n\t\t\tsize. For example, if your service has a desired number of four tasks and a maximum\n\t\t\tpercent value of 200%, the scheduler may start four new tasks before stopping the four\n\t\t\tolder tasks (provided that the cluster resources required to do this are available). The\n\t\t\tdefault value for maximum percent is 200%.</p>\n\t\t       <p>If a service is using the blue/green (<code>CODE_DEPLOY</code>) or\n\t\t\t\t<code>EXTERNAL</code> deployment types and tasks that use the EC2\n\t\t\tlaunch type, the <b>maximum percent</b> value is set to the\n\t\t\tdefault value and is used to define the upper limit on the number of the tasks in the\n\t\t\tservice that remain in the <code>RUNNING</code> state while the container instances are\n\t\t\tin the <code>DRAINING</code> state. If the tasks in the service use the\n\t\t\tFargate launch type, the maximum percent value is not used, although it is\n\t\t\treturned when describing your service.</p>"
2583                    }
2584                },
2585                "minimumHealthyPercent": {
2586                    "target": "com.amazonaws.ecs#BoxedInteger",
2587                    "traits": {
2588                        "smithy.api#documentation": "<p>If a service is using the rolling update (<code>ECS</code>) deployment type, the\n\t\t\t\t<b>minimum healthy percent</b> represents a lower limit on\n\t\t\tthe number of tasks in a service that must remain in the <code>RUNNING</code> state\n\t\t\tduring a deployment, as a percentage of the desired number of tasks (rounded up to the\n\t\t\tnearest integer), and while any container instances are in the <code>DRAINING</code>\n\t\t\tstate if the service contains tasks using the EC2 launch type. This\n\t\t\tparameter enables you to deploy without using additional cluster capacity. For example,\n\t\t\tif your service has a desired number of four tasks and a minimum healthy percent of 50%,\n\t\t\tthe scheduler may stop two existing tasks to free up cluster capacity before starting\n\t\t\ttwo new tasks. Tasks for services that <i>do not</i> use a load balancer\n\t\t\tare considered healthy if they are in the <code>RUNNING</code> state; tasks for services\n\t\t\tthat <i>do</i> use a load balancer are considered healthy if they are in\n\t\t\tthe <code>RUNNING</code> state and they are reported as healthy by the load balancer.\n\t\t\tThe default value for minimum healthy percent is 100%.</p>\n\t\t       <p>If a service is using the blue/green (<code>CODE_DEPLOY</code>) or\n\t\t\t\t<code>EXTERNAL</code> deployment types and tasks that use the EC2\n\t\t\tlaunch type, the <b>minimum healthy percent</b> value is set\n\t\t\tto the default value and is used to define the lower limit on the number of the tasks in\n\t\t\tthe service that remain in the <code>RUNNING</code> state while the container instances\n\t\t\tare in the <code>DRAINING</code> state. If the tasks in the service use the\n\t\t\tFargate launch type, the minimum healthy percent value is not used,\n\t\t\talthough it is returned when describing your service.</p>"
2589                    }
2590                }
2591            },
2592            "traits": {
2593                "smithy.api#documentation": "<p>Optional deployment parameters that control how many tasks run during a deployment and\n\t\t\tthe ordering of stopping and starting tasks.</p>"
2594            }
2595        },
2596        "com.amazonaws.ecs#DeploymentController": {
2597            "type": "structure",
2598            "members": {
2599                "type": {
2600                    "target": "com.amazonaws.ecs#DeploymentControllerType",
2601                    "traits": {
2602                        "smithy.api#documentation": "<p>The deployment controller type to use.</p>\n\t\t       <p>There are three deployment controller types available:</p>\n\t\t       <dl>\n            <dt>ECS</dt>\n            <dd>\n\t\t\t\t\t          <p>The rolling update (<code>ECS</code>) deployment type involves replacing\n\t\t\t\t\t\tthe current running version of the container with the latest version. The\n\t\t\t\t\t\tnumber of containers Amazon ECS adds or removes from the service during a rolling\n\t\t\t\t\t\tupdate is controlled by adjusting the minimum and maximum number of healthy\n\t\t\t\t\t\ttasks allowed during a service deployment, as specified in the <a>DeploymentConfiguration</a>.</p>\n\t\t\t\t        </dd>\n            <dt>CODE_DEPLOY</dt>\n            <dd>\n\t\t\t\t\t          <p>The blue/green (<code>CODE_DEPLOY</code>) deployment type uses the\n\t\t\t\t\t\tblue/green deployment model powered by AWS CodeDeploy, which allows you to verify a\n\t\t\t\t\t\tnew deployment of a service before sending production traffic to it.</p>\n\t\t\t\t        </dd>\n            <dt>EXTERNAL</dt>\n            <dd>\n\t\t\t\t\t          <p>The external (<code>EXTERNAL</code>) deployment type enables you to use\n\t\t\t\t\t\tany third-party deployment controller for full control over the deployment\n\t\t\t\t\t\tprocess for an Amazon ECS service.</p>\n\t\t\t\t        </dd>\n         </dl>",
2603                        "smithy.api#required": {}
2604                    }
2605                }
2606            },
2607            "traits": {
2608                "smithy.api#documentation": "<p>The deployment controller to use for the service. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html\">Amazon ECS Deployment Types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
2609            }
2610        },
2611        "com.amazonaws.ecs#DeploymentControllerType": {
2612            "type": "string",
2613            "traits": {
2614                "smithy.api#enum": [
2615                    {
2616                        "value": "ECS",
2617                        "name": "ECS"
2618                    },
2619                    {
2620                        "value": "CODE_DEPLOY",
2621                        "name": "CODE_DEPLOY"
2622                    },
2623                    {
2624                        "value": "EXTERNAL",
2625                        "name": "EXTERNAL"
2626                    }
2627                ]
2628            }
2629        },
2630        "com.amazonaws.ecs#DeploymentRolloutState": {
2631            "type": "string",
2632            "traits": {
2633                "smithy.api#enum": [
2634                    {
2635                        "value": "COMPLETED",
2636                        "name": "COMPLETED"
2637                    },
2638                    {
2639                        "value": "FAILED",
2640                        "name": "FAILED"
2641                    },
2642                    {
2643                        "value": "IN_PROGRESS",
2644                        "name": "IN_PROGRESS"
2645                    }
2646                ]
2647            }
2648        },
2649        "com.amazonaws.ecs#Deployments": {
2650            "type": "list",
2651            "member": {
2652                "target": "com.amazonaws.ecs#Deployment"
2653            }
2654        },
2655        "com.amazonaws.ecs#DeregisterContainerInstance": {
2656            "type": "operation",
2657            "input": {
2658                "target": "com.amazonaws.ecs#DeregisterContainerInstanceRequest"
2659            },
2660            "output": {
2661                "target": "com.amazonaws.ecs#DeregisterContainerInstanceResponse"
2662            },
2663            "errors": [
2664                {
2665                    "target": "com.amazonaws.ecs#ClientException"
2666                },
2667                {
2668                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
2669                },
2670                {
2671                    "target": "com.amazonaws.ecs#InvalidParameterException"
2672                },
2673                {
2674                    "target": "com.amazonaws.ecs#ServerException"
2675                }
2676            ],
2677            "traits": {
2678                "smithy.api#documentation": "<p>Deregisters an Amazon ECS container instance from the specified cluster. This instance is\n\t\t\tno longer available to run tasks.</p>\n\t\t       <p>If you intend to use the container instance for some other purpose after\n\t\t\tderegistration, you should stop all of the tasks running on the container instance\n\t\t\tbefore deregistration. That prevents any orphaned tasks from consuming resources.</p>\n\t\t       <p>Deregistering a container instance removes the instance from a cluster, but it does\n\t\t\tnot terminate the EC2 instance. If you are finished using the instance, be sure to\n\t\t\tterminate it in the Amazon EC2 console to stop billing.</p>\n\t\t       <note>\n\t\t\t         <p>If you terminate a running container instance, Amazon ECS automatically deregisters the\n\t\t\t\tinstance from your cluster (stopped container instances or instances with\n\t\t\t\tdisconnected agents are not automatically deregistered when terminated).</p>\n\t\t       </note>"
2679            }
2680        },
2681        "com.amazonaws.ecs#DeregisterContainerInstanceRequest": {
2682            "type": "structure",
2683            "members": {
2684                "cluster": {
2685                    "target": "com.amazonaws.ecs#String",
2686                    "traits": {
2687                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instance to\n\t\t\tderegister. If you do not specify a cluster, the default cluster is assumed.</p>"
2688                    }
2689                },
2690                "containerInstance": {
2691                    "target": "com.amazonaws.ecs#String",
2692                    "traits": {
2693                        "smithy.api#documentation": "<p>The container instance ID or full ARN of the container instance to deregister.\n\t\t\tThe ARN contains the <code>arn:aws:ecs</code> namespace, followed by the Region of the container instance, the AWS account ID of the container instance owner, the <code>container-instance</code> namespace, and then the container instance ID. For example, <code>arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID</code>.</p>",
2694                        "smithy.api#required": {}
2695                    }
2696                },
2697                "force": {
2698                    "target": "com.amazonaws.ecs#BoxedBoolean",
2699                    "traits": {
2700                        "smithy.api#documentation": "<p>Forces the deregistration of the container instance. If you have tasks running on the\n\t\t\tcontainer instance when you deregister it with the <code>force</code> option, these\n\t\t\ttasks remain running until you terminate the instance or the tasks stop through some\n\t\t\tother means, but they are orphaned (no longer monitored or accounted for by Amazon ECS). If\n\t\t\tan orphaned task on your container instance is part of an Amazon ECS service, then the\n\t\t\tservice scheduler starts another copy of that task, on a different container instance if\n\t\t\tpossible. </p>\n\t\t       <p>Any containers in orphaned service tasks that are registered with a Classic Load Balancer or an Application Load Balancer\n\t\t\ttarget group are deregistered. They begin connection draining according to the settings\n\t\t\ton the load balancer or target group.</p>"
2701                    }
2702                }
2703            }
2704        },
2705        "com.amazonaws.ecs#DeregisterContainerInstanceResponse": {
2706            "type": "structure",
2707            "members": {
2708                "containerInstance": {
2709                    "target": "com.amazonaws.ecs#ContainerInstance",
2710                    "traits": {
2711                        "smithy.api#documentation": "<p>The container instance that was deregistered.</p>"
2712                    }
2713                }
2714            }
2715        },
2716        "com.amazonaws.ecs#DeregisterTaskDefinition": {
2717            "type": "operation",
2718            "input": {
2719                "target": "com.amazonaws.ecs#DeregisterTaskDefinitionRequest"
2720            },
2721            "output": {
2722                "target": "com.amazonaws.ecs#DeregisterTaskDefinitionResponse"
2723            },
2724            "errors": [
2725                {
2726                    "target": "com.amazonaws.ecs#ClientException"
2727                },
2728                {
2729                    "target": "com.amazonaws.ecs#InvalidParameterException"
2730                },
2731                {
2732                    "target": "com.amazonaws.ecs#ServerException"
2733                }
2734            ],
2735            "traits": {
2736                "smithy.api#documentation": "<p>Deregisters the specified task definition by family and revision. Upon deregistration,\n\t\t\tthe task definition is marked as <code>INACTIVE</code>. Existing tasks and services that\n\t\t\treference an <code>INACTIVE</code> task definition continue to run without disruption.\n\t\t\tExisting services that reference an <code>INACTIVE</code> task definition can still\n\t\t\tscale up or down by modifying the service's desired count.</p>\n\t\t       <p>You cannot use an <code>INACTIVE</code> task definition to run new tasks or create new\n\t\t\tservices, and you cannot update an existing service to reference an\n\t\t\t\t<code>INACTIVE</code> task definition. However, there may be up to a 10-minute\n\t\t\twindow following deregistration where these restrictions have not yet taken\n\t\t\teffect.</p>\n\t\t       <note>\n\t\t\t         <p>At this time, <code>INACTIVE</code> task definitions remain discoverable in your\n\t\t\t\taccount indefinitely. However, this behavior is subject to change in the future, so\n\t\t\t\tyou should not rely on <code>INACTIVE</code> task definitions persisting beyond the\n\t\t\t\tlifecycle of any associated tasks and services.</p>\n\t\t       </note>"
2737            }
2738        },
2739        "com.amazonaws.ecs#DeregisterTaskDefinitionRequest": {
2740            "type": "structure",
2741            "members": {
2742                "taskDefinition": {
2743                    "target": "com.amazonaws.ecs#String",
2744                    "traits": {
2745                        "smithy.api#documentation": "<p>The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or\n\t\t\tfull Amazon Resource Name (ARN) of the task definition to deregister. You must specify a\n\t\t\t\t<code>revision</code>.</p>",
2746                        "smithy.api#required": {}
2747                    }
2748                }
2749            }
2750        },
2751        "com.amazonaws.ecs#DeregisterTaskDefinitionResponse": {
2752            "type": "structure",
2753            "members": {
2754                "taskDefinition": {
2755                    "target": "com.amazonaws.ecs#TaskDefinition",
2756                    "traits": {
2757                        "smithy.api#documentation": "<p>The full description of the deregistered task.</p>"
2758                    }
2759                }
2760            }
2761        },
2762        "com.amazonaws.ecs#DescribeCapacityProviders": {
2763            "type": "operation",
2764            "input": {
2765                "target": "com.amazonaws.ecs#DescribeCapacityProvidersRequest"
2766            },
2767            "output": {
2768                "target": "com.amazonaws.ecs#DescribeCapacityProvidersResponse"
2769            },
2770            "errors": [
2771                {
2772                    "target": "com.amazonaws.ecs#ClientException"
2773                },
2774                {
2775                    "target": "com.amazonaws.ecs#InvalidParameterException"
2776                },
2777                {
2778                    "target": "com.amazonaws.ecs#ServerException"
2779                }
2780            ],
2781            "traits": {
2782                "smithy.api#documentation": "<p>Describes one or more of your capacity providers.</p>"
2783            }
2784        },
2785        "com.amazonaws.ecs#DescribeCapacityProvidersRequest": {
2786            "type": "structure",
2787            "members": {
2788                "capacityProviders": {
2789                    "target": "com.amazonaws.ecs#StringList",
2790                    "traits": {
2791                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of one or more capacity providers. Up to\n\t\t\t\t<code>100</code> capacity providers can be described in an action.</p>"
2792                    }
2793                },
2794                "include": {
2795                    "target": "com.amazonaws.ecs#CapacityProviderFieldList",
2796                    "traits": {
2797                        "smithy.api#documentation": "<p>Specifies whether or not you want to see the resource tags for the capacity provider.\n\t\t\tIf <code>TAGS</code> is specified, the tags are included in the response. If this field\n\t\t\tis omitted, tags are not included in the response.</p>"
2798                    }
2799                },
2800                "maxResults": {
2801                    "target": "com.amazonaws.ecs#BoxedInteger",
2802                    "traits": {
2803                        "smithy.api#documentation": "<p>The maximum number of account setting results returned by\n\t\t\t\t<code>DescribeCapacityProviders</code> in paginated output. When this parameter is\n\t\t\tused, <code>DescribeCapacityProviders</code> only returns <code>maxResults</code>\n\t\t\tresults in a single page along with a <code>nextToken</code> response element. The\n\t\t\tremaining results of the initial request can be seen by sending another\n\t\t\t\t<code>DescribeCapacityProviders</code> request with the returned\n\t\t\t\t<code>nextToken</code> value. This value can be between\n\t\t\t1 and 10. If this\n\t\t\tparameter is not used, then <code>DescribeCapacityProviders</code> returns up to\n\t\t\t10 results and a <code>nextToken</code> value\n\t\t\tif applicable.</p>"
2804                    }
2805                },
2806                "nextToken": {
2807                    "target": "com.amazonaws.ecs#String",
2808                    "traits": {
2809                        "smithy.api#documentation": "<p>The <code>nextToken</code> value returned from a previous paginated\n\t\t\t\t<code>DescribeCapacityProviders</code> request where <code>maxResults</code> was\n\t\t\tused and the results exceeded the value of that parameter. Pagination continues from the\n\t\t\tend of the previous results that returned the <code>nextToken</code> value.</p>\n\t\t       <note>\n            <p>This token should be treated as an opaque identifier that is only used to\n                retrieve the next items in a list and not for other programmatic purposes.</p>\n        </note>"
2810                    }
2811                }
2812            }
2813        },
2814        "com.amazonaws.ecs#DescribeCapacityProvidersResponse": {
2815            "type": "structure",
2816            "members": {
2817                "capacityProviders": {
2818                    "target": "com.amazonaws.ecs#CapacityProviders",
2819                    "traits": {
2820                        "smithy.api#documentation": "<p>The list of capacity providers.</p>"
2821                    }
2822                },
2823                "failures": {
2824                    "target": "com.amazonaws.ecs#Failures",
2825                    "traits": {
2826                        "smithy.api#documentation": "<p>Any failures associated with the call.</p>"
2827                    }
2828                },
2829                "nextToken": {
2830                    "target": "com.amazonaws.ecs#String",
2831                    "traits": {
2832                        "smithy.api#documentation": "<p>The <code>nextToken</code> value to include in a future\n\t\t\t\t<code>DescribeCapacityProviders</code> request. When the results of a\n\t\t\t\t<code>DescribeCapacityProviders</code> request exceed <code>maxResults</code>, this\n\t\t\tvalue can be used to retrieve the next page of results. This value is <code>null</code>\n\t\t\twhen there are no more results to return.</p>"
2833                    }
2834                }
2835            }
2836        },
2837        "com.amazonaws.ecs#DescribeClusters": {
2838            "type": "operation",
2839            "input": {
2840                "target": "com.amazonaws.ecs#DescribeClustersRequest"
2841            },
2842            "output": {
2843                "target": "com.amazonaws.ecs#DescribeClustersResponse"
2844            },
2845            "errors": [
2846                {
2847                    "target": "com.amazonaws.ecs#ClientException"
2848                },
2849                {
2850                    "target": "com.amazonaws.ecs#InvalidParameterException"
2851                },
2852                {
2853                    "target": "com.amazonaws.ecs#ServerException"
2854                }
2855            ],
2856            "traits": {
2857                "smithy.api#documentation": "<p>Describes one or more of your clusters.</p>"
2858            }
2859        },
2860        "com.amazonaws.ecs#DescribeClustersRequest": {
2861            "type": "structure",
2862            "members": {
2863                "clusters": {
2864                    "target": "com.amazonaws.ecs#StringList",
2865                    "traits": {
2866                        "smithy.api#documentation": "<p>A list of up to 100 cluster names or full cluster Amazon Resource Name (ARN) entries.\n\t\t\tIf you do not specify a cluster, the default cluster is assumed.</p>"
2867                    }
2868                },
2869                "include": {
2870                    "target": "com.amazonaws.ecs#ClusterFieldList",
2871                    "traits": {
2872                        "smithy.api#documentation": "<p>Whether to include additional information about your clusters in the response. If this\n\t\t\tfield is omitted, the attachments, statistics, and tags are not included.</p>\n\t\t       <p>If <code>ATTACHMENTS</code> is specified, the attachments for the container instances\n\t\t\tor tasks within the cluster are included.</p>\n\t\t       <p>If <code>SETTINGS</code> is specified, the settings for the cluster are\n\t\t\tincluded.</p>\n\t\t       <p>If <code>STATISTICS</code> is specified, the following additional information,\n\t\t\tseparated by launch type, is included:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>runningEC2TasksCount</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>runningFargateTasksCount</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>pendingEC2TasksCount</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>pendingFargateTasksCount</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>activeEC2ServiceCount</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>activeFargateServiceCount</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>drainingEC2ServiceCount</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>drainingFargateServiceCount</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>If <code>TAGS</code> is specified, the metadata tags associated with the cluster are\n\t\t\tincluded.</p>"
2873                    }
2874                }
2875            }
2876        },
2877        "com.amazonaws.ecs#DescribeClustersResponse": {
2878            "type": "structure",
2879            "members": {
2880                "clusters": {
2881                    "target": "com.amazonaws.ecs#Clusters",
2882                    "traits": {
2883                        "smithy.api#documentation": "<p>The list of clusters.</p>"
2884                    }
2885                },
2886                "failures": {
2887                    "target": "com.amazonaws.ecs#Failures",
2888                    "traits": {
2889                        "smithy.api#documentation": "<p>Any failures associated with the call.</p>"
2890                    }
2891                }
2892            }
2893        },
2894        "com.amazonaws.ecs#DescribeContainerInstances": {
2895            "type": "operation",
2896            "input": {
2897                "target": "com.amazonaws.ecs#DescribeContainerInstancesRequest"
2898            },
2899            "output": {
2900                "target": "com.amazonaws.ecs#DescribeContainerInstancesResponse"
2901            },
2902            "errors": [
2903                {
2904                    "target": "com.amazonaws.ecs#ClientException"
2905                },
2906                {
2907                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
2908                },
2909                {
2910                    "target": "com.amazonaws.ecs#InvalidParameterException"
2911                },
2912                {
2913                    "target": "com.amazonaws.ecs#ServerException"
2914                }
2915            ],
2916            "traits": {
2917                "smithy.api#documentation": "<p>Describes Amazon Elastic Container Service container instances. Returns metadata about registered and\n\t\t\tremaining resources on each container instance requested.</p>"
2918            }
2919        },
2920        "com.amazonaws.ecs#DescribeContainerInstancesRequest": {
2921            "type": "structure",
2922            "members": {
2923                "cluster": {
2924                    "target": "com.amazonaws.ecs#String",
2925                    "traits": {
2926                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to\n\t\t\tdescribe. If you do not specify a cluster, the default cluster is assumed. This parameter is required if the container instance\n\t\t\tor container instances you are describing were launched in any cluster other than the\n\t\t\tdefault cluster.</p>"
2927                    }
2928                },
2929                "containerInstances": {
2930                    "target": "com.amazonaws.ecs#StringList",
2931                    "traits": {
2932                        "smithy.api#documentation": "<p>A list of up to 100 container instance IDs or full Amazon Resource Name (ARN) entries.</p>",
2933                        "smithy.api#required": {}
2934                    }
2935                },
2936                "include": {
2937                    "target": "com.amazonaws.ecs#ContainerInstanceFieldList",
2938                    "traits": {
2939                        "smithy.api#documentation": "<p>Specifies whether you want to see the resource tags for the container instance. If\n\t\t\t\t<code>TAGS</code> is specified, the tags are included in the response. If this field\n\t\t\tis omitted, tags are not included in the response.</p>"
2940                    }
2941                }
2942            }
2943        },
2944        "com.amazonaws.ecs#DescribeContainerInstancesResponse": {
2945            "type": "structure",
2946            "members": {
2947                "containerInstances": {
2948                    "target": "com.amazonaws.ecs#ContainerInstances",
2949                    "traits": {
2950                        "smithy.api#documentation": "<p>The list of container instances.</p>"
2951                    }
2952                },
2953                "failures": {
2954                    "target": "com.amazonaws.ecs#Failures",
2955                    "traits": {
2956                        "smithy.api#documentation": "<p>Any failures associated with the call.</p>"
2957                    }
2958                }
2959            }
2960        },
2961        "com.amazonaws.ecs#DescribeServices": {
2962            "type": "operation",
2963            "input": {
2964                "target": "com.amazonaws.ecs#DescribeServicesRequest"
2965            },
2966            "output": {
2967                "target": "com.amazonaws.ecs#DescribeServicesResponse"
2968            },
2969            "errors": [
2970                {
2971                    "target": "com.amazonaws.ecs#ClientException"
2972                },
2973                {
2974                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
2975                },
2976                {
2977                    "target": "com.amazonaws.ecs#InvalidParameterException"
2978                },
2979                {
2980                    "target": "com.amazonaws.ecs#ServerException"
2981                }
2982            ],
2983            "traits": {
2984                "smithy.api#documentation": "<p>Describes the specified services running in your cluster.</p>",
2985                "smithy.waiters#waitable": {
2986                    "ServicesInactive": {
2987                        "acceptors": [
2988                            {
2989                                "state": "failure",
2990                                "matcher": {
2991                                    "output": {
2992                                        "path": "failures[].reason",
2993                                        "expected": "MISSING",
2994                                        "comparator": "anyStringEquals"
2995                                    }
2996                                }
2997                            },
2998                            {
2999                                "state": "success",
3000                                "matcher": {
3001                                    "output": {
3002                                        "path": "services[].status",
3003                                        "expected": "INACTIVE",
3004                                        "comparator": "anyStringEquals"
3005                                    }
3006                                }
3007                            }
3008                        ],
3009                        "minDelay": 15
3010                    }
3011                }
3012            }
3013        },
3014        "com.amazonaws.ecs#DescribeServicesRequest": {
3015            "type": "structure",
3016            "members": {
3017                "cluster": {
3018                    "target": "com.amazonaws.ecs#String",
3019                    "traits": {
3020                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN)the cluster that hosts the service to describe.\n\t\t\tIf you do not specify a cluster, the default cluster is assumed. This parameter is required if the service or services you are\n\t\t\tdescribing were launched in any cluster other than the default cluster.</p>"
3021                    }
3022                },
3023                "services": {
3024                    "target": "com.amazonaws.ecs#StringList",
3025                    "traits": {
3026                        "smithy.api#documentation": "<p>A list of services to describe. You may specify up to 10 services to describe in a\n\t\t\tsingle operation.</p>",
3027                        "smithy.api#required": {}
3028                    }
3029                },
3030                "include": {
3031                    "target": "com.amazonaws.ecs#ServiceFieldList",
3032                    "traits": {
3033                        "smithy.api#documentation": "<p>Specifies whether you want to see the resource tags for the service. If\n\t\t\t\t<code>TAGS</code> is specified, the tags are included in the response. If this field\n\t\t\tis omitted, tags are not included in the response.</p>"
3034                    }
3035                }
3036            }
3037        },
3038        "com.amazonaws.ecs#DescribeServicesResponse": {
3039            "type": "structure",
3040            "members": {
3041                "services": {
3042                    "target": "com.amazonaws.ecs#Services",
3043                    "traits": {
3044                        "smithy.api#documentation": "<p>The list of services described.</p>"
3045                    }
3046                },
3047                "failures": {
3048                    "target": "com.amazonaws.ecs#Failures",
3049                    "traits": {
3050                        "smithy.api#documentation": "<p>Any failures associated with the call.</p>"
3051                    }
3052                }
3053            }
3054        },
3055        "com.amazonaws.ecs#DescribeTaskDefinition": {
3056            "type": "operation",
3057            "input": {
3058                "target": "com.amazonaws.ecs#DescribeTaskDefinitionRequest"
3059            },
3060            "output": {
3061                "target": "com.amazonaws.ecs#DescribeTaskDefinitionResponse"
3062            },
3063            "errors": [
3064                {
3065                    "target": "com.amazonaws.ecs#ClientException"
3066                },
3067                {
3068                    "target": "com.amazonaws.ecs#InvalidParameterException"
3069                },
3070                {
3071                    "target": "com.amazonaws.ecs#ServerException"
3072                }
3073            ],
3074            "traits": {
3075                "smithy.api#documentation": "<p>Describes a task definition. You can specify a <code>family</code> and\n\t\t\t\t<code>revision</code> to find information about a specific task definition, or you\n\t\t\tcan simply specify the family to find the latest <code>ACTIVE</code> revision in that\n\t\t\tfamily.</p>\n\t\t       <note>\n\t\t\t         <p>You can only describe <code>INACTIVE</code> task definitions while an active task\n\t\t\t\tor service references them.</p>\n\t\t       </note>"
3076            }
3077        },
3078        "com.amazonaws.ecs#DescribeTaskDefinitionRequest": {
3079            "type": "structure",
3080            "members": {
3081                "taskDefinition": {
3082                    "target": "com.amazonaws.ecs#String",
3083                    "traits": {
3084                        "smithy.api#documentation": "<p>The <code>family</code> for the latest <code>ACTIVE</code> revision,\n\t\t\t\t<code>family</code> and <code>revision</code> (<code>family:revision</code>) for a\n\t\t\tspecific revision in the family, or full Amazon Resource Name (ARN) of the task definition to\n\t\t\tdescribe.</p>",
3085                        "smithy.api#required": {}
3086                    }
3087                },
3088                "include": {
3089                    "target": "com.amazonaws.ecs#TaskDefinitionFieldList",
3090                    "traits": {
3091                        "smithy.api#documentation": "<p>Specifies whether to see the resource tags for the task definition. If\n\t\t\t\t<code>TAGS</code> is specified, the tags are included in the response. If this field\n\t\t\tis omitted, tags are not included in the response.</p>"
3092                    }
3093                }
3094            }
3095        },
3096        "com.amazonaws.ecs#DescribeTaskDefinitionResponse": {
3097            "type": "structure",
3098            "members": {
3099                "taskDefinition": {
3100                    "target": "com.amazonaws.ecs#TaskDefinition",
3101                    "traits": {
3102                        "smithy.api#documentation": "<p>The full task definition description.</p>"
3103                    }
3104                },
3105                "tags": {
3106                    "target": "com.amazonaws.ecs#Tags",
3107                    "traits": {
3108                        "smithy.api#documentation": "<p>The metadata that is applied to the task definition to help you categorize and\n\t\t\torganize them. Each tag consists of a key and an optional value, both of which you\n\t\t\tdefine.</p> \n         <p>The following basic restrictions apply to tags:</p>\n        <ul>\n            <li>\n                <p>Maximum number of tags per resource - 50</p>\n            </li>\n            <li>\n                <p>For each resource, each tag key must be unique, and each tag key can have only\n                    one value.</p>\n            </li>\n            <li>\n                <p>Maximum key length - 128 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>Maximum value length - 256 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>If your tagging schema is used across multiple services and resources,\n                    remember that other services may have restrictions on allowed characters.\n                    Generally allowed characters are: letters, numbers, and spaces representable in\n                    UTF-8, and the following characters: + - = . _ : / @.</p>\n            </li>\n            <li>\n                <p>Tag keys and values are case-sensitive.</p>\n            </li>\n            <li>\n                <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase\n                    combination of such as a prefix for either keys or values as it is reserved for\n                    AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with\n                    this prefix do not count against your tags per resource limit.</p>\n            </li>\n         </ul>"
3109                    }
3110                }
3111            }
3112        },
3113        "com.amazonaws.ecs#DescribeTaskSets": {
3114            "type": "operation",
3115            "input": {
3116                "target": "com.amazonaws.ecs#DescribeTaskSetsRequest"
3117            },
3118            "output": {
3119                "target": "com.amazonaws.ecs#DescribeTaskSetsResponse"
3120            },
3121            "errors": [
3122                {
3123                    "target": "com.amazonaws.ecs#AccessDeniedException"
3124                },
3125                {
3126                    "target": "com.amazonaws.ecs#ClientException"
3127                },
3128                {
3129                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
3130                },
3131                {
3132                    "target": "com.amazonaws.ecs#InvalidParameterException"
3133                },
3134                {
3135                    "target": "com.amazonaws.ecs#ServerException"
3136                },
3137                {
3138                    "target": "com.amazonaws.ecs#ServiceNotActiveException"
3139                },
3140                {
3141                    "target": "com.amazonaws.ecs#ServiceNotFoundException"
3142                },
3143                {
3144                    "target": "com.amazonaws.ecs#UnsupportedFeatureException"
3145                }
3146            ],
3147            "traits": {
3148                "smithy.api#documentation": "<p>Describes the task sets in the specified cluster and service. This is used when a\n\t\t\tservice uses the <code>EXTERNAL</code> deployment controller type. For more information,\n\t\t\tsee <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html\">Amazon ECS Deployment\n\t\t\t\tTypes</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
3149            }
3150        },
3151        "com.amazonaws.ecs#DescribeTaskSetsRequest": {
3152            "type": "structure",
3153            "members": {
3154                "cluster": {
3155                    "target": "com.amazonaws.ecs#String",
3156                    "traits": {
3157                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task\n\t\t\tsets exist in.</p>",
3158                        "smithy.api#required": {}
3159                    }
3160                },
3161                "service": {
3162                    "target": "com.amazonaws.ecs#String",
3163                    "traits": {
3164                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.</p>",
3165                        "smithy.api#required": {}
3166                    }
3167                },
3168                "taskSets": {
3169                    "target": "com.amazonaws.ecs#StringList",
3170                    "traits": {
3171                        "smithy.api#documentation": "<p>The ID or full Amazon Resource Name (ARN) of task sets to\n\t\t\tdescribe.</p>"
3172                    }
3173                },
3174                "include": {
3175                    "target": "com.amazonaws.ecs#TaskSetFieldList",
3176                    "traits": {
3177                        "smithy.api#documentation": "<p>Specifies whether to see the resource tags for the task set. If <code>TAGS</code> is\n\t\t\tspecified, the tags are included in the response. If this field is omitted, tags are not\n\t\t\tincluded in the response.</p>"
3178                    }
3179                }
3180            }
3181        },
3182        "com.amazonaws.ecs#DescribeTaskSetsResponse": {
3183            "type": "structure",
3184            "members": {
3185                "taskSets": {
3186                    "target": "com.amazonaws.ecs#TaskSets",
3187                    "traits": {
3188                        "smithy.api#documentation": "<p>The list of task sets described.</p>"
3189                    }
3190                },
3191                "failures": {
3192                    "target": "com.amazonaws.ecs#Failures",
3193                    "traits": {
3194                        "smithy.api#documentation": "<p>Any failures associated with the call.</p>"
3195                    }
3196                }
3197            }
3198        },
3199        "com.amazonaws.ecs#DescribeTasks": {
3200            "type": "operation",
3201            "input": {
3202                "target": "com.amazonaws.ecs#DescribeTasksRequest"
3203            },
3204            "output": {
3205                "target": "com.amazonaws.ecs#DescribeTasksResponse"
3206            },
3207            "errors": [
3208                {
3209                    "target": "com.amazonaws.ecs#ClientException"
3210                },
3211                {
3212                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
3213                },
3214                {
3215                    "target": "com.amazonaws.ecs#InvalidParameterException"
3216                },
3217                {
3218                    "target": "com.amazonaws.ecs#ServerException"
3219                }
3220            ],
3221            "traits": {
3222                "smithy.api#documentation": "<p>Describes a specified task or tasks.</p>",
3223                "smithy.waiters#waitable": {
3224                    "TasksRunning": {
3225                        "acceptors": [
3226                            {
3227                                "state": "failure",
3228                                "matcher": {
3229                                    "output": {
3230                                        "path": "tasks[].lastStatus",
3231                                        "expected": "STOPPED",
3232                                        "comparator": "anyStringEquals"
3233                                    }
3234                                }
3235                            },
3236                            {
3237                                "state": "failure",
3238                                "matcher": {
3239                                    "output": {
3240                                        "path": "failures[].reason",
3241                                        "expected": "MISSING",
3242                                        "comparator": "anyStringEquals"
3243                                    }
3244                                }
3245                            },
3246                            {
3247                                "state": "success",
3248                                "matcher": {
3249                                    "output": {
3250                                        "path": "tasks[].lastStatus",
3251                                        "expected": "RUNNING",
3252                                        "comparator": "allStringEquals"
3253                                    }
3254                                }
3255                            }
3256                        ],
3257                        "minDelay": 6
3258                    },
3259                    "TasksStopped": {
3260                        "acceptors": [
3261                            {
3262                                "state": "success",
3263                                "matcher": {
3264                                    "output": {
3265                                        "path": "tasks[].lastStatus",
3266                                        "expected": "STOPPED",
3267                                        "comparator": "allStringEquals"
3268                                    }
3269                                }
3270                            }
3271                        ],
3272                        "minDelay": 6
3273                    }
3274                }
3275            }
3276        },
3277        "com.amazonaws.ecs#DescribeTasksRequest": {
3278            "type": "structure",
3279            "members": {
3280                "cluster": {
3281                    "target": "com.amazonaws.ecs#String",
3282                    "traits": {
3283                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task or tasks to\n\t\t\tdescribe. If you do not specify a cluster, the default cluster is assumed. This parameter is required if the task or tasks you\n\t\t\tare describing were launched in any cluster other than the default cluster.</p>"
3284                    }
3285                },
3286                "tasks": {
3287                    "target": "com.amazonaws.ecs#StringList",
3288                    "traits": {
3289                        "smithy.api#documentation": "<p>A list of up to 100 task IDs or full ARN entries.</p>",
3290                        "smithy.api#required": {}
3291                    }
3292                },
3293                "include": {
3294                    "target": "com.amazonaws.ecs#TaskFieldList",
3295                    "traits": {
3296                        "smithy.api#documentation": "<p>Specifies whether you want to see the resource tags for the task. If <code>TAGS</code>\n\t\t\tis specified, the tags are included in the response. If this field is omitted, tags are\n\t\t\tnot included in the response.</p>"
3297                    }
3298                }
3299            }
3300        },
3301        "com.amazonaws.ecs#DescribeTasksResponse": {
3302            "type": "structure",
3303            "members": {
3304                "tasks": {
3305                    "target": "com.amazonaws.ecs#Tasks",
3306                    "traits": {
3307                        "smithy.api#documentation": "<p>The list of tasks.</p>"
3308                    }
3309                },
3310                "failures": {
3311                    "target": "com.amazonaws.ecs#Failures",
3312                    "traits": {
3313                        "smithy.api#documentation": "<p>Any failures associated with the call.</p>"
3314                    }
3315                }
3316            }
3317        },
3318        "com.amazonaws.ecs#DesiredStatus": {
3319            "type": "string",
3320            "traits": {
3321                "smithy.api#enum": [
3322                    {
3323                        "value": "RUNNING",
3324                        "name": "RUNNING"
3325                    },
3326                    {
3327                        "value": "PENDING",
3328                        "name": "PENDING"
3329                    },
3330                    {
3331                        "value": "STOPPED",
3332                        "name": "STOPPED"
3333                    }
3334                ]
3335            }
3336        },
3337        "com.amazonaws.ecs#Device": {
3338            "type": "structure",
3339            "members": {
3340                "hostPath": {
3341                    "target": "com.amazonaws.ecs#String",
3342                    "traits": {
3343                        "smithy.api#documentation": "<p>The path for the device on the host container instance.</p>",
3344                        "smithy.api#required": {}
3345                    }
3346                },
3347                "containerPath": {
3348                    "target": "com.amazonaws.ecs#String",
3349                    "traits": {
3350                        "smithy.api#documentation": "<p>The path inside the container at which to expose the host device.</p>"
3351                    }
3352                },
3353                "permissions": {
3354                    "target": "com.amazonaws.ecs#DeviceCgroupPermissions",
3355                    "traits": {
3356                        "smithy.api#documentation": "<p>The explicit permissions to provide to the container for the device. By default, the\n\t\t\tcontainer has permissions for <code>read</code>, <code>write</code>, and\n\t\t\t\t<code>mknod</code> for the device.</p>"
3357                    }
3358                }
3359            },
3360            "traits": {
3361                "smithy.api#documentation": "<p>An object representing a container instance host device.</p>"
3362            }
3363        },
3364        "com.amazonaws.ecs#DeviceCgroupPermission": {
3365            "type": "string",
3366            "traits": {
3367                "smithy.api#enum": [
3368                    {
3369                        "value": "read",
3370                        "name": "READ"
3371                    },
3372                    {
3373                        "value": "write",
3374                        "name": "WRITE"
3375                    },
3376                    {
3377                        "value": "mknod",
3378                        "name": "MKNOD"
3379                    }
3380                ]
3381            }
3382        },
3383        "com.amazonaws.ecs#DeviceCgroupPermissions": {
3384            "type": "list",
3385            "member": {
3386                "target": "com.amazonaws.ecs#DeviceCgroupPermission"
3387            }
3388        },
3389        "com.amazonaws.ecs#DevicesList": {
3390            "type": "list",
3391            "member": {
3392                "target": "com.amazonaws.ecs#Device"
3393            }
3394        },
3395        "com.amazonaws.ecs#DiscoverPollEndpoint": {
3396            "type": "operation",
3397            "input": {
3398                "target": "com.amazonaws.ecs#DiscoverPollEndpointRequest"
3399            },
3400            "output": {
3401                "target": "com.amazonaws.ecs#DiscoverPollEndpointResponse"
3402            },
3403            "errors": [
3404                {
3405                    "target": "com.amazonaws.ecs#ClientException"
3406                },
3407                {
3408                    "target": "com.amazonaws.ecs#ServerException"
3409                }
3410            ],
3411            "traits": {
3412                "smithy.api#documentation": "<note>\n            <p>This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.</p>\n         </note> \n         <p>Returns an endpoint for\n\t\t\tthe Amazon ECS agent to poll for updates.</p>"
3413            }
3414        },
3415        "com.amazonaws.ecs#DiscoverPollEndpointRequest": {
3416            "type": "structure",
3417            "members": {
3418                "containerInstance": {
3419                    "target": "com.amazonaws.ecs#String",
3420                    "traits": {
3421                        "smithy.api#documentation": "<p>The container instance ID or full ARN of the container instance.\n\t\t\tThe ARN contains the <code>arn:aws:ecs</code> namespace, followed by the Region of the container instance, the AWS account ID of the container instance owner, the <code>container-instance</code> namespace, and then the container instance ID. For example, <code>arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID</code>.</p>"
3422                    }
3423                },
3424                "cluster": {
3425                    "target": "com.amazonaws.ecs#String",
3426                    "traits": {
3427                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster to which the container instance\n\t\t\tbelongs.</p>"
3428                    }
3429                }
3430            }
3431        },
3432        "com.amazonaws.ecs#DiscoverPollEndpointResponse": {
3433            "type": "structure",
3434            "members": {
3435                "endpoint": {
3436                    "target": "com.amazonaws.ecs#String",
3437                    "traits": {
3438                        "smithy.api#documentation": "<p>The endpoint for the Amazon ECS agent to poll.</p>"
3439                    }
3440                },
3441                "telemetryEndpoint": {
3442                    "target": "com.amazonaws.ecs#String",
3443                    "traits": {
3444                        "smithy.api#documentation": "<p>The telemetry endpoint for the Amazon ECS agent.</p>"
3445                    }
3446                }
3447            }
3448        },
3449        "com.amazonaws.ecs#DockerLabelsMap": {
3450            "type": "map",
3451            "key": {
3452                "target": "com.amazonaws.ecs#String"
3453            },
3454            "value": {
3455                "target": "com.amazonaws.ecs#String"
3456            }
3457        },
3458        "com.amazonaws.ecs#DockerVolumeConfiguration": {
3459            "type": "structure",
3460            "members": {
3461                "scope": {
3462                    "target": "com.amazonaws.ecs#Scope",
3463                    "traits": {
3464                        "smithy.api#documentation": "<p>The scope for the Docker volume that determines its lifecycle. Docker volumes that are\n\t\t\tscoped to a <code>task</code> are automatically provisioned when the task starts and\n\t\t\tdestroyed when the task stops. Docker volumes that are scoped as <code>shared</code>\n\t\t\tpersist after the task stops.</p>"
3465                    }
3466                },
3467                "autoprovision": {
3468                    "target": "com.amazonaws.ecs#BoxedBoolean",
3469                    "traits": {
3470                        "smithy.api#documentation": "<p>If this value is <code>true</code>, the Docker volume is created if it does not\n\t\t\talready exist.</p>\n\t\t       <note>\n\t\t\t         <p>This field is only used if the <code>scope</code> is <code>shared</code>.</p>\n\t\t       </note>"
3471                    }
3472                },
3473                "driver": {
3474                    "target": "com.amazonaws.ecs#String",
3475                    "traits": {
3476                        "smithy.api#documentation": "<p>The Docker volume driver to use. The driver value must match the driver name provided\n\t\t\tby Docker because it is used for task placement. If the driver was installed using the\n\t\t\tDocker plugin CLI, use <code>docker plugin ls</code> to retrieve the driver name from\n\t\t\tyour container instance. If the driver was installed using another method, use Docker\n\t\t\tplugin discovery to retrieve the driver name. For more information, see <a href=\"https://docs.docker.com/engine/extend/plugin_api/#plugin-discovery\">Docker\n\t\t\t\tplugin discovery</a>. This parameter maps to <code>Driver</code> in the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/#operation/VolumeCreate\">Create a volume</a> section of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the\n\t\t\t\t<code>xxdriver</code> option to <a href=\"https://docs.docker.com/engine/reference/commandline/volume_create/\">docker\n\t\t\t\tvolume create</a>.</p>"
3477                    }
3478                },
3479                "driverOpts": {
3480                    "target": "com.amazonaws.ecs#StringMap",
3481                    "traits": {
3482                        "smithy.api#documentation": "<p>A map of Docker driver-specific options passed through. This parameter maps to\n\t\t\t\t<code>DriverOpts</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/VolumeCreate\">Create a volume</a> section of the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>xxopt</code> option to <a href=\"https://docs.docker.com/engine/reference/commandline/volume_create/\">docker\n\t\t\t\tvolume create</a>.</p>"
3483                    }
3484                },
3485                "labels": {
3486                    "target": "com.amazonaws.ecs#StringMap",
3487                    "traits": {
3488                        "smithy.api#documentation": "<p>Custom metadata to add to your Docker volume. This parameter maps to\n\t\t\t\t<code>Labels</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/VolumeCreate\">Create a volume</a> section of the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>xxlabel</code> option to <a href=\"https://docs.docker.com/engine/reference/commandline/volume_create/\">docker\n\t\t\t\tvolume create</a>.</p>"
3489                    }
3490                }
3491            },
3492            "traits": {
3493                "smithy.api#documentation": "<p>This parameter is specified when you are using Docker volumes. Docker volumes are only\n\t\t\tsupported when you are using the EC2 launch type. Windows containers only\n\t\t\tsupport the use of the <code>local</code> driver. To use bind mounts, specify a\n\t\t\t\t<code>host</code> instead.</p>"
3494            }
3495        },
3496        "com.amazonaws.ecs#Double": {
3497            "type": "double"
3498        },
3499        "com.amazonaws.ecs#EFSAuthorizationConfig": {
3500            "type": "structure",
3501            "members": {
3502                "accessPointId": {
3503                    "target": "com.amazonaws.ecs#String",
3504                    "traits": {
3505                        "smithy.api#documentation": "<p>The Amazon EFS access point ID to use. If an access point is specified, the root directory\n\t\t\tvalue specified in the <code>EFSVolumeConfiguration</code> must either be omitted or set\n\t\t\tto <code>/</code> which will enforce the path set on the EFS access point. If an access\n\t\t\tpoint is used, transit encryption must be enabled in the\n\t\t\t\t<code>EFSVolumeConfiguration</code>. For more information, see <a href=\"https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html\">Working with Amazon\n\t\t\t\tEFS Access Points</a> in the <i>Amazon Elastic File System User Guide</i>.</p>"
3506                    }
3507                },
3508                "iam": {
3509                    "target": "com.amazonaws.ecs#EFSAuthorizationConfigIAM",
3510                    "traits": {
3511                        "smithy.api#documentation": "<p>Whether or not to use the Amazon ECS task IAM role defined in a task definition when\n\t\t\tmounting the Amazon EFS file system. If enabled, transit encryption must be enabled in the\n\t\t\t\t<code>EFSVolumeConfiguration</code>. If this parameter is omitted, the default value\n\t\t\tof <code>DISABLED</code> is used. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/efs-volumes.html#efs-volume-accesspoints\">Using\n\t\t\t\tAmazon EFS Access Points</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
3512                    }
3513                }
3514            },
3515            "traits": {
3516                "smithy.api#documentation": "<p>The authorization configuration details for the Amazon EFS file system.</p>"
3517            }
3518        },
3519        "com.amazonaws.ecs#EFSAuthorizationConfigIAM": {
3520            "type": "string",
3521            "traits": {
3522                "smithy.api#enum": [
3523                    {
3524                        "value": "ENABLED",
3525                        "name": "ENABLED"
3526                    },
3527                    {
3528                        "value": "DISABLED",
3529                        "name": "DISABLED"
3530                    }
3531                ]
3532            }
3533        },
3534        "com.amazonaws.ecs#EFSTransitEncryption": {
3535            "type": "string",
3536            "traits": {
3537                "smithy.api#enum": [
3538                    {
3539                        "value": "ENABLED",
3540                        "name": "ENABLED"
3541                    },
3542                    {
3543                        "value": "DISABLED",
3544                        "name": "DISABLED"
3545                    }
3546                ]
3547            }
3548        },
3549        "com.amazonaws.ecs#EFSVolumeConfiguration": {
3550            "type": "structure",
3551            "members": {
3552                "fileSystemId": {
3553                    "target": "com.amazonaws.ecs#String",
3554                    "traits": {
3555                        "smithy.api#documentation": "<p>The Amazon EFS file system ID to use.</p>",
3556                        "smithy.api#required": {}
3557                    }
3558                },
3559                "rootDirectory": {
3560                    "target": "com.amazonaws.ecs#String",
3561                    "traits": {
3562                        "smithy.api#documentation": "<p>The directory within the Amazon EFS file system to mount as the root directory inside the\n\t\t\thost. If this parameter is omitted, the root of the Amazon EFS volume will be used.\n\t\t\tSpecifying <code>/</code> will have the same effect as omitting this parameter.</p>\n\t\t       <important>\n\t\t\t         <p>If an EFS access point is specified in the <code>authorizationConfig</code>, the\n\t\t\t\troot directory parameter must either be omitted or set to <code>/</code> which will\n\t\t\t\tenforce the path set on the EFS access point.</p>\n\t\t       </important>"
3563                    }
3564                },
3565                "transitEncryption": {
3566                    "target": "com.amazonaws.ecs#EFSTransitEncryption",
3567                    "traits": {
3568                        "smithy.api#documentation": "<p>Whether or not to enable encryption for Amazon EFS data in transit between the Amazon ECS host\n\t\t\tand the Amazon EFS server. Transit encryption must be enabled if Amazon EFS IAM authorization is\n\t\t\tused. If this parameter is omitted, the default value of <code>DISABLED</code> is used.\n\t\t\tFor more information, see <a href=\"https://docs.aws.amazon.com/efs/latest/ug/encryption-in-transit.html\">Encrypting Data in Transit</a> in\n\t\t\tthe <i>Amazon Elastic File System User Guide</i>.</p>"
3569                    }
3570                },
3571                "transitEncryptionPort": {
3572                    "target": "com.amazonaws.ecs#BoxedInteger",
3573                    "traits": {
3574                        "smithy.api#documentation": "<p>The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS\n\t\t\tserver. If you do not specify a transit encryption port, it will use the port selection\n\t\t\tstrategy that the Amazon EFS mount helper uses. For more information, see <a href=\"https://docs.aws.amazon.com/efs/latest/ug/efs-mount-helper.html\">EFS Mount\n\t\t\t\tHelper</a> in the <i>Amazon Elastic File System User Guide</i>.</p>"
3575                    }
3576                },
3577                "authorizationConfig": {
3578                    "target": "com.amazonaws.ecs#EFSAuthorizationConfig",
3579                    "traits": {
3580                        "smithy.api#documentation": "<p>The authorization configuration details for the Amazon EFS file system.</p>"
3581                    }
3582                }
3583            },
3584            "traits": {
3585                "smithy.api#documentation": "<p>This parameter is specified when you are using an Amazon Elastic File System file system for task\n\t\t\tstorage. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/efs-volumes.html\">Amazon EFS Volumes</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>"
3586            }
3587        },
3588        "com.amazonaws.ecs#EnvironmentFile": {
3589            "type": "structure",
3590            "members": {
3591                "value": {
3592                    "target": "com.amazonaws.ecs#String",
3593                    "traits": {
3594                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment\n\t\t\tvariable file.</p>",
3595                        "smithy.api#required": {}
3596                    }
3597                },
3598                "type": {
3599                    "target": "com.amazonaws.ecs#EnvironmentFileType",
3600                    "traits": {
3601                        "smithy.api#documentation": "<p>The file type to use. The only supported value is <code>s3</code>.</p>",
3602                        "smithy.api#required": {}
3603                    }
3604                }
3605            },
3606            "traits": {
3607                "smithy.api#documentation": "<p>A list of files containing the environment variables to pass to a container. You can\n\t\t\tspecify up to ten environment files. The file must have a <code>.env</code> file\n\t\t\textension. Each line in an environment file should contain an environment variable in\n\t\t\t\t<code>VARIABLE=VALUE</code> format. Lines beginning with <code>#</code> are treated\n\t\t\tas comments and are ignored. For more information on the environment variable file\n\t\t\tsyntax, see <a href=\"https://docs.docker.com/compose/env-file/\">Declare default\n\t\t\t\tenvironment variables in file</a>.</p>\n\t\t       <p>If there are environment variables specified using the <code>environment</code>\n\t\t\tparameter in a container definition, they take precedence over the variables contained\n\t\t\twithin an environment file. If multiple environment files are specified that contain the\n\t\t\tsame variable, they are processed from the top down. It is recommended to use unique\n\t\t\tvariable names. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/taskdef-envfiles.html\">Specifying environment\n\t\t\t\tvariables</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>This field is only valid for containers in Fargate tasks that use\n\t\t\tplatform version <code>1.4.0</code> or later.</p>"
3608            }
3609        },
3610        "com.amazonaws.ecs#EnvironmentFileType": {
3611            "type": "string",
3612            "traits": {
3613                "smithy.api#enum": [
3614                    {
3615                        "value": "s3",
3616                        "name": "S3"
3617                    }
3618                ]
3619            }
3620        },
3621        "com.amazonaws.ecs#EnvironmentFiles": {
3622            "type": "list",
3623            "member": {
3624                "target": "com.amazonaws.ecs#EnvironmentFile"
3625            }
3626        },
3627        "com.amazonaws.ecs#EnvironmentVariables": {
3628            "type": "list",
3629            "member": {
3630                "target": "com.amazonaws.ecs#KeyValuePair"
3631            }
3632        },
3633        "com.amazonaws.ecs#ExecuteCommand": {
3634            "type": "operation",
3635            "input": {
3636                "target": "com.amazonaws.ecs#ExecuteCommandRequest"
3637            },
3638            "output": {
3639                "target": "com.amazonaws.ecs#ExecuteCommandResponse"
3640            },
3641            "errors": [
3642                {
3643                    "target": "com.amazonaws.ecs#AccessDeniedException"
3644                },
3645                {
3646                    "target": "com.amazonaws.ecs#ClientException"
3647                },
3648                {
3649                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
3650                },
3651                {
3652                    "target": "com.amazonaws.ecs#InvalidParameterException"
3653                },
3654                {
3655                    "target": "com.amazonaws.ecs#ServerException"
3656                },
3657                {
3658                    "target": "com.amazonaws.ecs#TargetNotConnectedException"
3659                }
3660            ],
3661            "traits": {
3662                "smithy.api#documentation": "<p>Runs a command remotely on a container within a task.</p>"
3663            }
3664        },
3665        "com.amazonaws.ecs#ExecuteCommandConfiguration": {
3666            "type": "structure",
3667            "members": {
3668                "kmsKeyId": {
3669                    "target": "com.amazonaws.ecs#String",
3670                    "traits": {
3671                        "smithy.api#documentation": "<p>Specify an AWS Key Management Service key ID to encrypt the data between the local\n\t\t\tclient and the container.</p>"
3672                    }
3673                },
3674                "logging": {
3675                    "target": "com.amazonaws.ecs#ExecuteCommandLogging",
3676                    "traits": {
3677                        "smithy.api#documentation": "<p>The log setting to use for redirecting logs for your execute command results. The\n\t\t\tfollowing log settings are available.</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>NONE</code>: The execute command session is not logged.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>DEFAULT</code>: The <code>awslogs</code> configuration in the task\n\t\t\t\t\tdefinition is used. If no logging parameter is specified, it defaults to this\n\t\t\t\t\tvalue. If no <code>awslogs</code> log driver is configured in the task\n\t\t\t\t\tdefinition, the output won't be logged.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>OVERRIDE</code>: Specify the logging details as a part of\n\t\t\t\t\t\t<code>logConfiguration</code>. If the <code>OVERRIDE</code> logging option\n\t\t\t\t\tis specified, the <code>logConfiguration</code> is required.</p>\n\t\t\t         </li>\n         </ul>"
3678                    }
3679                },
3680                "logConfiguration": {
3681                    "target": "com.amazonaws.ecs#ExecuteCommandLogConfiguration",
3682                    "traits": {
3683                        "smithy.api#documentation": "<p>The log configuration for the results of the execute command actions. The logs can be\n\t\t\tsent to CloudWatch Logs or an Amazon S3 bucket. When <code>logging=OVERRIDE</code> is\n\t\t\tspecified, a <code>logConfiguration</code> must be provided.</p>"
3684                    }
3685                }
3686            },
3687            "traits": {
3688                "smithy.api#documentation": "<p>The details of the execute command configuration.</p>"
3689            }
3690        },
3691        "com.amazonaws.ecs#ExecuteCommandLogConfiguration": {
3692            "type": "structure",
3693            "members": {
3694                "cloudWatchLogGroupName": {
3695                    "target": "com.amazonaws.ecs#String",
3696                    "traits": {
3697                        "smithy.api#documentation": "<p>The name of the CloudWatch log group to send logs to.</p>\n\t\t       <note>\n\t\t\t         <p>The CloudWatch log group must already be created.</p>\n\t\t       </note>"
3698                    }
3699                },
3700                "cloudWatchEncryptionEnabled": {
3701                    "target": "com.amazonaws.ecs#Boolean",
3702                    "traits": {
3703                        "smithy.api#documentation": "<p>Whether or not to enable encryption on the CloudWatch logs. If not specified,\n\t\t\tencryption will be disabled.</p>"
3704                    }
3705                },
3706                "s3BucketName": {
3707                    "target": "com.amazonaws.ecs#String",
3708                    "traits": {
3709                        "smithy.api#documentation": "<p>The name of the S3 bucket to send logs to.</p>\n\t\t       <note>\n\t\t\t         <p>The S3 bucket must already be created.</p>\n\t\t       </note>"
3710                    }
3711                },
3712                "s3EncryptionEnabled": {
3713                    "target": "com.amazonaws.ecs#Boolean",
3714                    "traits": {
3715                        "smithy.api#documentation": "<p>Whether or not to enable encryption on the CloudWatch logs. If not specified,\n\t\t\tencryption will be disabled.</p>"
3716                    }
3717                },
3718                "s3KeyPrefix": {
3719                    "target": "com.amazonaws.ecs#String",
3720                    "traits": {
3721                        "smithy.api#documentation": "<p>An optional folder in the S3 bucket to place logs in.</p>"
3722                    }
3723                }
3724            },
3725            "traits": {
3726                "smithy.api#documentation": "<p>The log configuration for the results of the execute command actions. The logs can be\n\t\t\tsent to CloudWatch Logs or an Amazon S3 bucket.</p>"
3727            }
3728        },
3729        "com.amazonaws.ecs#ExecuteCommandLogging": {
3730            "type": "string",
3731            "traits": {
3732                "smithy.api#enum": [
3733                    {
3734                        "value": "NONE",
3735                        "name": "NONE"
3736                    },
3737                    {
3738                        "value": "DEFAULT",
3739                        "name": "DEFAULT"
3740                    },
3741                    {
3742                        "value": "OVERRIDE",
3743                        "name": "OVERRIDE"
3744                    }
3745                ]
3746            }
3747        },
3748        "com.amazonaws.ecs#ExecuteCommandRequest": {
3749            "type": "structure",
3750            "members": {
3751                "cluster": {
3752                    "target": "com.amazonaws.ecs#String",
3753                    "traits": {
3754                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) or short name of the cluster the task is running in.\n\t\t\tIf you do not specify a cluster, the default cluster is assumed.</p>"
3755                    }
3756                },
3757                "container": {
3758                    "target": "com.amazonaws.ecs#String",
3759                    "traits": {
3760                        "smithy.api#documentation": "<p>The name of the container to execute the command on. A container name only needs to be\n\t\t\tspecified for tasks containing multiple containers.</p>"
3761                    }
3762                },
3763                "command": {
3764                    "target": "com.amazonaws.ecs#String",
3765                    "traits": {
3766                        "smithy.api#documentation": "<p>The command to run on the container.</p>",
3767                        "smithy.api#required": {}
3768                    }
3769                },
3770                "interactive": {
3771                    "target": "com.amazonaws.ecs#Boolean",
3772                    "traits": {
3773                        "smithy.api#documentation": "<p>Use this flag to run your command in interactive mode.</p>",
3774                        "smithy.api#required": {}
3775                    }
3776                },
3777                "task": {
3778                    "target": "com.amazonaws.ecs#String",
3779                    "traits": {
3780                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) or ID of the task the container is part of.</p>",
3781                        "smithy.api#required": {}
3782                    }
3783                }
3784            }
3785        },
3786        "com.amazonaws.ecs#ExecuteCommandResponse": {
3787            "type": "structure",
3788            "members": {
3789                "clusterArn": {
3790                    "target": "com.amazonaws.ecs#String",
3791                    "traits": {
3792                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the cluster.</p>"
3793                    }
3794                },
3795                "containerArn": {
3796                    "target": "com.amazonaws.ecs#String",
3797                    "traits": {
3798                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the container.</p>"
3799                    }
3800                },
3801                "containerName": {
3802                    "target": "com.amazonaws.ecs#String",
3803                    "traits": {
3804                        "smithy.api#documentation": "<p>The name of the container.</p>"
3805                    }
3806                },
3807                "interactive": {
3808                    "target": "com.amazonaws.ecs#Boolean",
3809                    "traits": {
3810                        "smithy.api#documentation": "<p>Whether or not the execute command session is running in interactive mode.</p>"
3811                    }
3812                },
3813                "session": {
3814                    "target": "com.amazonaws.ecs#Session",
3815                    "traits": {
3816                        "smithy.api#documentation": "<p>The details of the SSM session that was created for this instance of\n\t\t\texecute-command.</p>"
3817                    }
3818                },
3819                "taskArn": {
3820                    "target": "com.amazonaws.ecs#String",
3821                    "traits": {
3822                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the task.</p>"
3823                    }
3824                }
3825            }
3826        },
3827        "com.amazonaws.ecs#FSxWindowsFileServerAuthorizationConfig": {
3828            "type": "structure",
3829            "members": {
3830                "credentialsParameter": {
3831                    "target": "com.amazonaws.ecs#String",
3832                    "traits": {
3833                        "smithy.api#documentation": "<p>The authorization credential option to use. The authorization credential options can\n\t\t\tbe provided using either the Amazon Resource Name (ARN) of an AWS Secrets Manager secret or AWS Systems Manager\n\t\t\tParameter Store parameter. The ARNs refer to the stored credentials.</p>",
3834                        "smithy.api#required": {}
3835                    }
3836                },
3837                "domain": {
3838                    "target": "com.amazonaws.ecs#String",
3839                    "traits": {
3840                        "smithy.api#documentation": "<p>A fully qualified domain name hosted by an <a href=\"https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_microsoft_ad.html\">AWS Directory Service</a> Managed Microsoft AD (Active Directory) or self-hosted AD on\n\t\t\tAmazon EC2.</p>",
3841                        "smithy.api#required": {}
3842                    }
3843                }
3844            },
3845            "traits": {
3846                "smithy.api#documentation": "<p>The authorization configuration details for Amazon FSx for Windows File Server file system. See <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_FSxWindowsFileServerVolumeConfiguration.html\">FSxWindowsFileServerVolumeConfiguration</a> in the <i>Amazon Elastic\n\t\t\t\tContainer Service API Reference</i>.</p>\n\t\t       <p>For more information and the input format, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/wfsx-volumes.html\">Amazon FSx for Windows File Server Volumes</a>\n\t\t\tin the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
3847            }
3848        },
3849        "com.amazonaws.ecs#FSxWindowsFileServerVolumeConfiguration": {
3850            "type": "structure",
3851            "members": {
3852                "fileSystemId": {
3853                    "target": "com.amazonaws.ecs#String",
3854                    "traits": {
3855                        "smithy.api#documentation": "<p>The Amazon FSx for Windows File Server file system ID to use.</p>",
3856                        "smithy.api#required": {}
3857                    }
3858                },
3859                "rootDirectory": {
3860                    "target": "com.amazonaws.ecs#String",
3861                    "traits": {
3862                        "smithy.api#documentation": "<p>The directory within the Amazon FSx for Windows File Server file system to mount as the root directory\n\t\t\tinside the host.</p>",
3863                        "smithy.api#required": {}
3864                    }
3865                },
3866                "authorizationConfig": {
3867                    "target": "com.amazonaws.ecs#FSxWindowsFileServerAuthorizationConfig",
3868                    "traits": {
3869                        "smithy.api#documentation": "<p>The authorization configuration details for the Amazon FSx for Windows File Server file system.</p>",
3870                        "smithy.api#required": {}
3871                    }
3872                }
3873            },
3874            "traits": {
3875                "smithy.api#documentation": "<p>This parameter is specified when you are using <a href=\"https://docs.aws.amazon.com/fsx/latest/WindowsGuide/what-is.html\">Amazon FSx for Windows File Server</a> file system for task\n\t\t\tstorage.</p>\n\t\t       <p>For more information and the input format, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/wfsx-volumes.html\">Amazon FSx for Windows File Server Volumes</a>\n\t\t\tin the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
3876            }
3877        },
3878        "com.amazonaws.ecs#Failure": {
3879            "type": "structure",
3880            "members": {
3881                "arn": {
3882                    "target": "com.amazonaws.ecs#String",
3883                    "traits": {
3884                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the failed resource.</p>"
3885                    }
3886                },
3887                "reason": {
3888                    "target": "com.amazonaws.ecs#String",
3889                    "traits": {
3890                        "smithy.api#documentation": "<p>The reason for the failure.</p>"
3891                    }
3892                },
3893                "detail": {
3894                    "target": "com.amazonaws.ecs#String",
3895                    "traits": {
3896                        "smithy.api#documentation": "<p>The details of the failure.</p>"
3897                    }
3898                }
3899            },
3900            "traits": {
3901                "smithy.api#documentation": "<p>A failed resource. For a list of common causes, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/api_failures_messages.html\">API failure\n\t\t\t\treasons</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
3902            }
3903        },
3904        "com.amazonaws.ecs#Failures": {
3905            "type": "list",
3906            "member": {
3907                "target": "com.amazonaws.ecs#Failure"
3908            }
3909        },
3910        "com.amazonaws.ecs#FirelensConfiguration": {
3911            "type": "structure",
3912            "members": {
3913                "type": {
3914                    "target": "com.amazonaws.ecs#FirelensConfigurationType",
3915                    "traits": {
3916                        "smithy.api#documentation": "<p>The log router to use. The valid values are <code>fluentd</code> or\n\t\t\t\t<code>fluentbit</code>.</p>",
3917                        "smithy.api#required": {}
3918                    }
3919                },
3920                "options": {
3921                    "target": "com.amazonaws.ecs#FirelensConfigurationOptionsMap",
3922                    "traits": {
3923                        "smithy.api#documentation": "<p>The options to use when configuring the log router. This field is optional and can be\n\t\t\tused to specify a custom configuration file or to add additional metadata, such as the\n\t\t\ttask, task definition, cluster, and container instance details to the log event. If\n\t\t\tspecified, the syntax to use is\n\t\t\t\t<code>\"options\":{\"enable-ecs-log-metadata\":\"true|false\",\"config-file-type:\"s3|file\",\"config-file-value\":\"arn:aws:s3:::mybucket/fluent.conf|filepath\"}</code>.\n\t\t\tFor more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_firelens.html#firelens-taskdef\">Creating\n\t\t\t\ta Task Definition that Uses a FireLens Configuration</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <note>\n\t\t\t         <p>Tasks hosted on AWS Fargate only support the <code>file</code> configuration file\n\t\t\t\ttype.</p>\n\t\t       </note>"
3924                    }
3925                }
3926            },
3927            "traits": {
3928                "smithy.api#documentation": "<p>The FireLens configuration for the container. This is used to specify and configure a\n\t\t\tlog router for container logs. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_firelens.html\">Custom Log Routing</a>\n\t\t\tin the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
3929            }
3930        },
3931        "com.amazonaws.ecs#FirelensConfigurationOptionsMap": {
3932            "type": "map",
3933            "key": {
3934                "target": "com.amazonaws.ecs#String"
3935            },
3936            "value": {
3937                "target": "com.amazonaws.ecs#String"
3938            }
3939        },
3940        "com.amazonaws.ecs#FirelensConfigurationType": {
3941            "type": "string",
3942            "traits": {
3943                "smithy.api#enum": [
3944                    {
3945                        "value": "fluentd",
3946                        "name": "FLUENTD"
3947                    },
3948                    {
3949                        "value": "fluentbit",
3950                        "name": "FLUENTBIT"
3951                    }
3952                ]
3953            }
3954        },
3955        "com.amazonaws.ecs#GpuIds": {
3956            "type": "list",
3957            "member": {
3958                "target": "com.amazonaws.ecs#String"
3959            }
3960        },
3961        "com.amazonaws.ecs#HealthCheck": {
3962            "type": "structure",
3963            "members": {
3964                "command": {
3965                    "target": "com.amazonaws.ecs#StringList",
3966                    "traits": {
3967                        "smithy.api#documentation": "<p>A string array representing the command that the container runs to determine if it is\n\t\t\thealthy. The string array must start with <code>CMD</code> to execute the command\n\t\t\targuments directly, or <code>CMD-SHELL</code> to run the command with the container's\n\t\t\tdefault shell. For example:</p>\n\t\t       <p>\n\t\t\t         <code>[ \"CMD-SHELL\", \"curl -f http://localhost/ || exit 1\" ]</code>\n\t\t       </p>\n\t\t       <p>An exit code of 0 indicates success, and non-zero exit code indicates failure. For\n\t\t\tmore information, see <code>HealthCheck</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a>\n\t\t\tsection of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a>.</p>",
3968                        "smithy.api#required": {}
3969                    }
3970                },
3971                "interval": {
3972                    "target": "com.amazonaws.ecs#BoxedInteger",
3973                    "traits": {
3974                        "smithy.api#documentation": "<p>The time period in seconds between each health check execution. You may specify\n\t\t\tbetween 5 and 300 seconds. The default value is 30 seconds.</p>"
3975                    }
3976                },
3977                "timeout": {
3978                    "target": "com.amazonaws.ecs#BoxedInteger",
3979                    "traits": {
3980                        "smithy.api#documentation": "<p>The time period in seconds to wait for a health check to succeed before it is\n\t\t\tconsidered a failure. You may specify between 2 and 60 seconds. The default value is\n\t\t\t5.</p>"
3981                    }
3982                },
3983                "retries": {
3984                    "target": "com.amazonaws.ecs#BoxedInteger",
3985                    "traits": {
3986                        "smithy.api#documentation": "<p>The number of times to retry a failed health check before the container is considered\n\t\t\tunhealthy. You may specify between 1 and 10 retries. The default value is 3.</p>"
3987                    }
3988                },
3989                "startPeriod": {
3990                    "target": "com.amazonaws.ecs#BoxedInteger",
3991                    "traits": {
3992                        "smithy.api#documentation": "<p>The optional grace period within which to provide containers time to bootstrap before\n\t\t\tfailed health checks count towards the maximum number of retries. You may specify\n\t\t\tbetween 0 and 300 seconds. The <code>startPeriod</code> is disabled by default.</p>\n\t\t       <note>\n\t\t\t         <p>If a health check succeeds within the <code>startPeriod</code>, then the container\n\t\t\t\tis considered healthy and any subsequent failures count toward the maximum number of\n\t\t\t\tretries.</p>\n\t\t       </note>"
3993                    }
3994                }
3995            },
3996            "traits": {
3997                "smithy.api#documentation": "<p>An object representing a container health check. Health check parameters that are\n\t\t\tspecified in a container definition override any Docker health checks that exist in the\n\t\t\tcontainer image (such as those specified in a parent image or from the image's\n\t\t\tDockerfile).</p>\n\t\t       <p>You can view the health status of both individual containers and a task with the\n\t\t\tDescribeTasks API operation or when viewing the task details in the console.</p>\n\t\t       <p>The following describes the possible <code>healthStatus</code> values for a\n\t\t\tcontainer:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>HEALTHY</code>-The container health check has passed\n\t\t\t\t\tsuccessfully.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>UNHEALTHY</code>-The container health check has failed.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>UNKNOWN</code>-The container health check is being evaluated or\n\t\t\t\t\tthere is no container health check defined.</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>The following describes the possible <code>healthStatus</code> values for a task. The\n\t\t\tcontainer health check status of nonessential containers do not have an effect on the\n\t\t\thealth status of a task.</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>HEALTHY</code>-All essential containers within the task have\n\t\t\t\t\tpassed their health checks.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>UNHEALTHY</code>-One or more essential containers have failed\n\t\t\t\t\ttheir health check.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>UNKNOWN</code>-The essential containers within the task are still\n\t\t\t\t\thaving their health checks evaluated or there are no container health checks\n\t\t\t\t\tdefined.</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>If a task is run manually, and not as part of a service, the task will continue its\n\t\t\tlifecycle regardless of its health status. For tasks that are part of a service, if the\n\t\t\ttask reports as unhealthy then the task will be stopped and the service scheduler will\n\t\t\treplace it.</p>\n\t\t       <p>The following are notes about container health check support:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>Container health checks require version 1.17.0 or greater of the Amazon ECS\n\t\t\t\t\tcontainer agent. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html\">Updating the\n\t\t\t\t\t\tAmazon ECS Container Agent</a>.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Container health checks are supported for Fargate tasks if you\n\t\t\t\t\tare using platform version 1.1.0 or greater. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html\">AWS Fargate\n\t\t\t\t\t\tPlatform Versions</a>.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Container health checks are not supported for tasks that are part of a service\n\t\t\t\t\tthat is configured to use a Classic Load Balancer.</p>\n\t\t\t         </li>\n         </ul>"
3998            }
3999        },
4000        "com.amazonaws.ecs#HealthStatus": {
4001            "type": "string",
4002            "traits": {
4003                "smithy.api#enum": [
4004                    {
4005                        "value": "HEALTHY",
4006                        "name": "HEALTHY"
4007                    },
4008                    {
4009                        "value": "UNHEALTHY",
4010                        "name": "UNHEALTHY"
4011                    },
4012                    {
4013                        "value": "UNKNOWN",
4014                        "name": "UNKNOWN"
4015                    }
4016                ]
4017            }
4018        },
4019        "com.amazonaws.ecs#HostEntry": {
4020            "type": "structure",
4021            "members": {
4022                "hostname": {
4023                    "target": "com.amazonaws.ecs#String",
4024                    "traits": {
4025                        "smithy.api#documentation": "<p>The hostname to use in the <code>/etc/hosts</code> entry.</p>",
4026                        "smithy.api#required": {}
4027                    }
4028                },
4029                "ipAddress": {
4030                    "target": "com.amazonaws.ecs#String",
4031                    "traits": {
4032                        "smithy.api#documentation": "<p>The IP address to use in the <code>/etc/hosts</code> entry.</p>",
4033                        "smithy.api#required": {}
4034                    }
4035                }
4036            },
4037            "traits": {
4038                "smithy.api#documentation": "<p>Hostnames and IP address entries that are added to the <code>/etc/hosts</code> file of\n\t\t\ta container via the <code>extraHosts</code> parameter of its <a>ContainerDefinition</a>. </p>"
4039            }
4040        },
4041        "com.amazonaws.ecs#HostEntryList": {
4042            "type": "list",
4043            "member": {
4044                "target": "com.amazonaws.ecs#HostEntry"
4045            }
4046        },
4047        "com.amazonaws.ecs#HostVolumeProperties": {
4048            "type": "structure",
4049            "members": {
4050                "sourcePath": {
4051                    "target": "com.amazonaws.ecs#String",
4052                    "traits": {
4053                        "smithy.api#documentation": "<p>When the <code>host</code> parameter is used, specify a <code>sourcePath</code> to\n\t\t\tdeclare the path on the host container instance that is presented to the container. If\n\t\t\tthis parameter is empty, then the Docker daemon has assigned a host path for you. If the\n\t\t\t\t<code>host</code> parameter contains a <code>sourcePath</code> file location, then\n\t\t\tthe data volume persists at the specified location on the host container instance until\n\t\t\tyou delete it manually. If the <code>sourcePath</code> value does not exist on the host\n\t\t\tcontainer instance, the Docker daemon creates it. If the location does exist, the\n\t\t\tcontents of the source path folder are exported.</p>\n\t\t       <p>If you are using the Fargate launch type, the <code>sourcePath</code>\n\t\t\tparameter is not supported.</p>"
4054                    }
4055                }
4056            },
4057            "traits": {
4058                "smithy.api#documentation": "<p>Details on a container instance bind mount host volume.</p>"
4059            }
4060        },
4061        "com.amazonaws.ecs#InferenceAccelerator": {
4062            "type": "structure",
4063            "members": {
4064                "deviceName": {
4065                    "target": "com.amazonaws.ecs#String",
4066                    "traits": {
4067                        "smithy.api#documentation": "<p>The Elastic Inference accelerator device name. The <code>deviceName</code> must also\n\t\t\tbe referenced in a container definition as a <a>ResourceRequirement</a>.</p>",
4068                        "smithy.api#required": {}
4069                    }
4070                },
4071                "deviceType": {
4072                    "target": "com.amazonaws.ecs#String",
4073                    "traits": {
4074                        "smithy.api#documentation": "<p>The Elastic Inference accelerator type to use.</p>",
4075                        "smithy.api#required": {}
4076                    }
4077                }
4078            },
4079            "traits": {
4080                "smithy.api#documentation": "<p>Details on a Elastic Inference accelerator. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-eia.html\">Working with\n\t\t\t\tAmazon Elastic Inference on Amazon ECS</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>"
4081            }
4082        },
4083        "com.amazonaws.ecs#InferenceAcceleratorOverride": {
4084            "type": "structure",
4085            "members": {
4086                "deviceName": {
4087                    "target": "com.amazonaws.ecs#String",
4088                    "traits": {
4089                        "smithy.api#documentation": "<p>The Elastic Inference accelerator device name to override for the task. This parameter\n\t\t\tmust match a <code>deviceName</code> specified in the task definition.</p>"
4090                    }
4091                },
4092                "deviceType": {
4093                    "target": "com.amazonaws.ecs#String",
4094                    "traits": {
4095                        "smithy.api#documentation": "<p>The Elastic Inference accelerator type to use.</p>"
4096                    }
4097                }
4098            },
4099            "traits": {
4100                "smithy.api#documentation": "<p>Details on an Elastic Inference accelerator task override. This parameter is used to\n\t\t\toverride the Elastic Inference accelerator specified in the task definition. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-eia.html\">Working with Amazon Elastic Inference on Amazon ECS</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>"
4101            }
4102        },
4103        "com.amazonaws.ecs#InferenceAcceleratorOverrides": {
4104            "type": "list",
4105            "member": {
4106                "target": "com.amazonaws.ecs#InferenceAcceleratorOverride"
4107            }
4108        },
4109        "com.amazonaws.ecs#InferenceAccelerators": {
4110            "type": "list",
4111            "member": {
4112                "target": "com.amazonaws.ecs#InferenceAccelerator"
4113            }
4114        },
4115        "com.amazonaws.ecs#Integer": {
4116            "type": "integer"
4117        },
4118        "com.amazonaws.ecs#InvalidParameterException": {
4119            "type": "structure",
4120            "members": {
4121                "message": {
4122                    "target": "com.amazonaws.ecs#String"
4123                }
4124            },
4125            "traits": {
4126                "smithy.api#documentation": "<p>The specified parameter is invalid. Review the available parameters for the API\n\t\t\trequest.</p>",
4127                "smithy.api#error": "client"
4128            }
4129        },
4130        "com.amazonaws.ecs#IpcMode": {
4131            "type": "string",
4132            "traits": {
4133                "smithy.api#enum": [
4134                    {
4135                        "value": "host",
4136                        "name": "HOST"
4137                    },
4138                    {
4139                        "value": "task",
4140                        "name": "TASK"
4141                    },
4142                    {
4143                        "value": "none",
4144                        "name": "NONE"
4145                    }
4146                ]
4147            }
4148        },
4149        "com.amazonaws.ecs#KernelCapabilities": {
4150            "type": "structure",
4151            "members": {
4152                "add": {
4153                    "target": "com.amazonaws.ecs#StringList",
4154                    "traits": {
4155                        "smithy.api#documentation": "<p>The Linux capabilities for the container that have been added to the default\n\t\t\tconfiguration provided by Docker. This parameter maps to <code>CapAdd</code> in the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the\n\t\t\t\t<code>--cap-add</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker\n\t\t\t\trun</a>.</p>\n\t\t       <note>\n\t\t\t         <p>Tasks launched on AWS Fargate only support adding the <code>SYS_PTRACE</code> kernel\n\t\t\t\tcapability.</p>\n\t\t       </note>\n\t\t       <p>Valid values: <code>\"ALL\" | \"AUDIT_CONTROL\" | \"AUDIT_WRITE\" | \"BLOCK_SUSPEND\" |\n\t\t\t\t\"CHOWN\" | \"DAC_OVERRIDE\" | \"DAC_READ_SEARCH\" | \"FOWNER\" | \"FSETID\" | \"IPC_LOCK\" |\n\t\t\t\t\"IPC_OWNER\" | \"KILL\" | \"LEASE\" | \"LINUX_IMMUTABLE\" | \"MAC_ADMIN\" | \"MAC_OVERRIDE\" |\n\t\t\t\t\"MKNOD\" | \"NET_ADMIN\" | \"NET_BIND_SERVICE\" | \"NET_BROADCAST\" | \"NET_RAW\" | \"SETFCAP\"\n\t\t\t\t| \"SETGID\" | \"SETPCAP\" | \"SETUID\" | \"SYS_ADMIN\" | \"SYS_BOOT\" | \"SYS_CHROOT\" |\n\t\t\t\t\"SYS_MODULE\" | \"SYS_NICE\" | \"SYS_PACCT\" | \"SYS_PTRACE\" | \"SYS_RAWIO\" |\n\t\t\t\t\"SYS_RESOURCE\" | \"SYS_TIME\" | \"SYS_TTY_CONFIG\" | \"SYSLOG\" |\n\t\t\t\"WAKE_ALARM\"</code>\n         </p>"
4156                    }
4157                },
4158                "drop": {
4159                    "target": "com.amazonaws.ecs#StringList",
4160                    "traits": {
4161                        "smithy.api#documentation": "<p>The Linux capabilities for the container that have been removed from the default\n\t\t\tconfiguration provided by Docker. This parameter maps to <code>CapDrop</code> in the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the\n\t\t\t\t<code>--cap-drop</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker\n\t\t\t\trun</a>.</p>\n\t\t       <p>Valid values: <code>\"ALL\" | \"AUDIT_CONTROL\" | \"AUDIT_WRITE\" | \"BLOCK_SUSPEND\" |\n\t\t\t\t\"CHOWN\" | \"DAC_OVERRIDE\" | \"DAC_READ_SEARCH\" | \"FOWNER\" | \"FSETID\" | \"IPC_LOCK\" |\n\t\t\t\t\"IPC_OWNER\" | \"KILL\" | \"LEASE\" | \"LINUX_IMMUTABLE\" | \"MAC_ADMIN\" | \"MAC_OVERRIDE\" |\n\t\t\t\t\"MKNOD\" | \"NET_ADMIN\" | \"NET_BIND_SERVICE\" | \"NET_BROADCAST\" | \"NET_RAW\" | \"SETFCAP\"\n\t\t\t\t| \"SETGID\" | \"SETPCAP\" | \"SETUID\" | \"SYS_ADMIN\" | \"SYS_BOOT\" | \"SYS_CHROOT\" |\n\t\t\t\t\"SYS_MODULE\" | \"SYS_NICE\" | \"SYS_PACCT\" | \"SYS_PTRACE\" | \"SYS_RAWIO\" |\n\t\t\t\t\"SYS_RESOURCE\" | \"SYS_TIME\" | \"SYS_TTY_CONFIG\" | \"SYSLOG\" |\n\t\t\t\"WAKE_ALARM\"</code>\n         </p>"
4162                    }
4163                }
4164            },
4165            "traits": {
4166                "smithy.api#documentation": "<p>The Linux capabilities for the container that are added to or dropped from the default\n\t\t\tconfiguration provided by Docker. For more information on the default capabilities and\n\t\t\tthe non-default available capabilities, see <a href=\"https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities\">Runtime privilege and Linux capabilities</a> in the <i>Docker run\n\t\t\t\treference</i>. For more detailed information on these Linux capabilities, see\n\t\t\tthe <a href=\"http://man7.org/linux/man-pages/man7/capabilities.7.html\">capabilities(7)</a> Linux manual page.</p>"
4167            }
4168        },
4169        "com.amazonaws.ecs#KeyValuePair": {
4170            "type": "structure",
4171            "members": {
4172                "name": {
4173                    "target": "com.amazonaws.ecs#String",
4174                    "traits": {
4175                        "smithy.api#documentation": "<p>The name of the key-value pair. For environment variables, this is the name of the\n\t\t\tenvironment variable.</p>"
4176                    }
4177                },
4178                "value": {
4179                    "target": "com.amazonaws.ecs#String",
4180                    "traits": {
4181                        "smithy.api#documentation": "<p>The value of the key-value pair. For environment variables, this is the value of the\n\t\t\tenvironment variable.</p>"
4182                    }
4183                }
4184            },
4185            "traits": {
4186                "smithy.api#documentation": "<p>A key-value pair object.</p>"
4187            }
4188        },
4189        "com.amazonaws.ecs#LaunchType": {
4190            "type": "string",
4191            "traits": {
4192                "smithy.api#enum": [
4193                    {
4194                        "value": "EC2",
4195                        "name": "EC2"
4196                    },
4197                    {
4198                        "value": "FARGATE",
4199                        "name": "FARGATE"
4200                    }
4201                ]
4202            }
4203        },
4204        "com.amazonaws.ecs#LimitExceededException": {
4205            "type": "structure",
4206            "members": {
4207                "message": {
4208                    "target": "com.amazonaws.ecs#String"
4209                }
4210            },
4211            "traits": {
4212                "smithy.api#documentation": "<p>The limit for the resource has been exceeded.</p>",
4213                "smithy.api#error": "client"
4214            }
4215        },
4216        "com.amazonaws.ecs#LinuxParameters": {
4217            "type": "structure",
4218            "members": {
4219                "capabilities": {
4220                    "target": "com.amazonaws.ecs#KernelCapabilities",
4221                    "traits": {
4222                        "smithy.api#documentation": "<p>The Linux capabilities for the container that are added to or dropped from the default\n\t\t\tconfiguration provided by Docker.</p>\n\t\t       <note>\n\t\t\t         <p>For tasks that use the Fargate launch type,\n\t\t\t\t\t<code>capabilities</code> is supported for all platform versions but the\n\t\t\t\t\t<code>add</code> parameter is only supported if using platform version 1.4.0 or\n\t\t\t\tlater.</p>\n\t\t       </note>"
4223                    }
4224                },
4225                "devices": {
4226                    "target": "com.amazonaws.ecs#DevicesList",
4227                    "traits": {
4228                        "smithy.api#documentation": "<p>Any host devices to expose to the container. This parameter maps to\n\t\t\t\t<code>Devices</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--device</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p>\n\t\t       <note>\n\t\t\t         <p>If you are using tasks that use the Fargate launch type, the\n\t\t\t\t\t<code>devices</code> parameter is not supported.</p>\n\t\t       </note>"
4229                    }
4230                },
4231                "initProcessEnabled": {
4232                    "target": "com.amazonaws.ecs#BoxedBoolean",
4233                    "traits": {
4234                        "smithy.api#documentation": "<p>Run an <code>init</code> process inside the container that forwards signals and reaps\n\t\t\tprocesses. This parameter maps to the <code>--init</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>. This parameter requires version 1.25 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>\n         </p>"
4235                    }
4236                },
4237                "sharedMemorySize": {
4238                    "target": "com.amazonaws.ecs#BoxedInteger",
4239                    "traits": {
4240                        "smithy.api#documentation": "<p>The value for the size (in MiB) of the <code>/dev/shm</code> volume. This parameter\n\t\t\tmaps to the <code>--shm-size</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker\n\t\t\t\trun</a>.</p>\n\t\t       <note>\n\t\t\t         <p>If you are using tasks that use the Fargate launch type, the\n\t\t\t\t\t<code>sharedMemorySize</code> parameter is not supported.</p>\n\t\t       </note>"
4241                    }
4242                },
4243                "tmpfs": {
4244                    "target": "com.amazonaws.ecs#TmpfsList",
4245                    "traits": {
4246                        "smithy.api#documentation": "<p>The container path, mount options, and size (in MiB) of the tmpfs mount. This\n\t\t\tparameter maps to the <code>--tmpfs</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p>\n\t\t       <note>\n\t\t\t         <p>If you are using tasks that use the Fargate launch type, the\n\t\t\t\t\t<code>tmpfs</code> parameter is not supported.</p>\n\t\t       </note>"
4247                    }
4248                },
4249                "maxSwap": {
4250                    "target": "com.amazonaws.ecs#BoxedInteger",
4251                    "traits": {
4252                        "smithy.api#documentation": "<p>The total amount of swap memory (in MiB) a container can use. This parameter will be\n\t\t\ttranslated to the <code>--memory-swap</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a> where the value would be the sum of\n\t\t\tthe container memory plus the <code>maxSwap</code> value.</p>\n\t\t       <p>If a <code>maxSwap</code> value of <code>0</code> is specified, the container will not\n\t\t\tuse swap. Accepted values are <code>0</code> or any positive integer. If the\n\t\t\t\t<code>maxSwap</code> parameter is omitted, the container will use the swap\n\t\t\tconfiguration for the container instance it is running on. A <code>maxSwap</code> value\n\t\t\tmust be set for the <code>swappiness</code> parameter to be used.</p>\n\t\t       <note>\n\t\t\t         <p>If you are using tasks that use the Fargate launch type, the\n\t\t\t\t\t<code>maxSwap</code> parameter is not supported.</p>\n\t\t       </note>"
4253                    }
4254                },
4255                "swappiness": {
4256                    "target": "com.amazonaws.ecs#BoxedInteger",
4257                    "traits": {
4258                        "smithy.api#documentation": "<p>This allows you to tune a container's memory swappiness behavior. A\n\t\t\t\t<code>swappiness</code> value of <code>0</code> will cause swapping to not happen\n\t\t\tunless absolutely necessary. A <code>swappiness</code> value of <code>100</code> will\n\t\t\tcause pages to be swapped very aggressively. Accepted values are whole numbers between\n\t\t\t\t<code>0</code> and <code>100</code>. If the <code>swappiness</code> parameter is not\n\t\t\tspecified, a default value of <code>60</code> is used. If a value is not specified for\n\t\t\t\t<code>maxSwap</code> then this parameter is ignored. This parameter maps to the\n\t\t\t\t<code>--memory-swappiness</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p>\n\t\t       <note>\n\t\t\t         <p>If you are using tasks that use the Fargate launch type, the\n\t\t\t\t\t<code>swappiness</code> parameter is not supported.</p>\n\t\t       </note>"
4259                    }
4260                }
4261            },
4262            "traits": {
4263                "smithy.api#documentation": "<p>Linux-specific options that are applied to the container, such as Linux <a>KernelCapabilities</a>.</p>"
4264            }
4265        },
4266        "com.amazonaws.ecs#ListAccountSettings": {
4267            "type": "operation",
4268            "input": {
4269                "target": "com.amazonaws.ecs#ListAccountSettingsRequest"
4270            },
4271            "output": {
4272                "target": "com.amazonaws.ecs#ListAccountSettingsResponse"
4273            },
4274            "errors": [
4275                {
4276                    "target": "com.amazonaws.ecs#ClientException"
4277                },
4278                {
4279                    "target": "com.amazonaws.ecs#InvalidParameterException"
4280                },
4281                {
4282                    "target": "com.amazonaws.ecs#ServerException"
4283                }
4284            ],
4285            "traits": {
4286                "smithy.api#documentation": "<p>Lists the account settings for a specified principal.</p>",
4287                "smithy.api#paginated": {
4288                    "inputToken": "nextToken",
4289                    "outputToken": "nextToken",
4290                    "items": "settings",
4291                    "pageSize": "maxResults"
4292                }
4293            }
4294        },
4295        "com.amazonaws.ecs#ListAccountSettingsRequest": {
4296            "type": "structure",
4297            "members": {
4298                "name": {
4299                    "target": "com.amazonaws.ecs#SettingName",
4300                    "traits": {
4301                        "smithy.api#documentation": "<p>The name of the account setting you want to list the settings for.</p>"
4302                    }
4303                },
4304                "value": {
4305                    "target": "com.amazonaws.ecs#String",
4306                    "traits": {
4307                        "smithy.api#documentation": "<p>The value of the account settings with which to filter results. You must also specify\n\t\t\tan account setting name to use this parameter.</p>"
4308                    }
4309                },
4310                "principalArn": {
4311                    "target": "com.amazonaws.ecs#String",
4312                    "traits": {
4313                        "smithy.api#documentation": "<p>The ARN of the principal, which can be an IAM user, IAM role, or the root user. If\n\t\t\tthis field is omitted, the account settings are listed only for the authenticated\n\t\t\tuser.</p>"
4314                    }
4315                },
4316                "effectiveSettings": {
4317                    "target": "com.amazonaws.ecs#Boolean",
4318                    "traits": {
4319                        "smithy.api#documentation": "<p>Specifies whether to return the effective settings. If <code>true</code>, the account\n\t\t\tsettings for the root user or the default setting for the <code>principalArn</code> are\n\t\t\treturned. If <code>false</code>, the account settings for the <code>principalArn</code>\n\t\t\tare returned if they are set. Otherwise, no account settings are returned.</p>"
4320                    }
4321                },
4322                "nextToken": {
4323                    "target": "com.amazonaws.ecs#String",
4324                    "traits": {
4325                        "smithy.api#documentation": "<p>The <code>nextToken</code> value returned from a <code>ListAccountSettings</code>\n\t\t\trequest indicating that more results are available to fulfill the request and further\n\t\t\tcalls will be needed. If <code>maxResults</code> was provided, it is possible the number\n\t\t\tof results to be fewer than <code>maxResults</code>.</p> \n         <note>\n            <p>This token should be treated as an opaque identifier that is only used to\n                retrieve the next items in a list and not for other programmatic purposes.</p>\n        </note>"
4326                    }
4327                },
4328                "maxResults": {
4329                    "target": "com.amazonaws.ecs#Integer",
4330                    "traits": {
4331                        "smithy.api#documentation": "<p>The maximum number of account setting results returned by\n\t\t\t\t<code>ListAccountSettings</code> in paginated output. When this parameter is used,\n\t\t\t\t<code>ListAccountSettings</code> only returns <code>maxResults</code> results in a\n\t\t\tsingle page along with a <code>nextToken</code> response element. The remaining results\n\t\t\tof the initial request can be seen by sending another <code>ListAccountSettings</code>\n\t\t\trequest with the returned <code>nextToken</code> value. This value can be between\n\t\t\t1 and 10. If this\n\t\t\tparameter is not used, then <code>ListAccountSettings</code> returns up to\n\t\t\t10 results and a <code>nextToken</code> value\n\t\t\tif applicable.</p>"
4332                    }
4333                }
4334            }
4335        },
4336        "com.amazonaws.ecs#ListAccountSettingsResponse": {
4337            "type": "structure",
4338            "members": {
4339                "settings": {
4340                    "target": "com.amazonaws.ecs#Settings",
4341                    "traits": {
4342                        "smithy.api#documentation": "<p>The account settings for the resource.</p>"
4343                    }
4344                },
4345                "nextToken": {
4346                    "target": "com.amazonaws.ecs#String",
4347                    "traits": {
4348                        "smithy.api#documentation": "<p>The <code>nextToken</code> value to include in a future\n\t\t\t\t<code>ListAccountSettings</code> request. When the results of a\n\t\t\t\t<code>ListAccountSettings</code> request exceed <code>maxResults</code>, this value\n\t\t\tcan be used to retrieve the next page of results. This value is <code>null</code> when\n\t\t\tthere are no more results to return.</p>"
4349                    }
4350                }
4351            }
4352        },
4353        "com.amazonaws.ecs#ListAttributes": {
4354            "type": "operation",
4355            "input": {
4356                "target": "com.amazonaws.ecs#ListAttributesRequest"
4357            },
4358            "output": {
4359                "target": "com.amazonaws.ecs#ListAttributesResponse"
4360            },
4361            "errors": [
4362                {
4363                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
4364                },
4365                {
4366                    "target": "com.amazonaws.ecs#InvalidParameterException"
4367                }
4368            ],
4369            "traits": {
4370                "smithy.api#documentation": "<p>Lists the attributes for Amazon ECS resources within a specified target type and cluster.\n\t\t\tWhen you specify a target type and cluster, <code>ListAttributes</code> returns a list\n\t\t\tof attribute objects, one for each attribute on each resource. You can filter the list\n\t\t\tof results to a single attribute name to only return results that have that name. You\n\t\t\tcan also filter the results by attribute name and value, for example, to see which\n\t\t\tcontainer instances in a cluster are running a Linux AMI\n\t\t\t(<code>ecs.os-type=linux</code>). </p>",
4371                "smithy.api#paginated": {
4372                    "inputToken": "nextToken",
4373                    "outputToken": "nextToken",
4374                    "items": "attributes",
4375                    "pageSize": "maxResults"
4376                }
4377            }
4378        },
4379        "com.amazonaws.ecs#ListAttributesRequest": {
4380            "type": "structure",
4381            "members": {
4382                "cluster": {
4383                    "target": "com.amazonaws.ecs#String",
4384                    "traits": {
4385                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster to list attributes.\n\t\t\tIf you do not specify a cluster, the default cluster is assumed.</p>"
4386                    }
4387                },
4388                "targetType": {
4389                    "target": "com.amazonaws.ecs#TargetType",
4390                    "traits": {
4391                        "smithy.api#documentation": "<p>The type of the target with which to list attributes.</p>",
4392                        "smithy.api#required": {}
4393                    }
4394                },
4395                "attributeName": {
4396                    "target": "com.amazonaws.ecs#String",
4397                    "traits": {
4398                        "smithy.api#documentation": "<p>The name of the attribute with which to filter the results. </p>"
4399                    }
4400                },
4401                "attributeValue": {
4402                    "target": "com.amazonaws.ecs#String",
4403                    "traits": {
4404                        "smithy.api#documentation": "<p>The value of the attribute with which to filter results. You must also specify an\n\t\t\tattribute name to use this parameter.</p>"
4405                    }
4406                },
4407                "nextToken": {
4408                    "target": "com.amazonaws.ecs#String",
4409                    "traits": {
4410                        "smithy.api#documentation": "<p>The <code>nextToken</code> value returned from a <code>ListAttributes</code> request\n\t\t\tindicating that more results are available to fulfill the request and further calls will\n\t\t\tbe needed. If <code>maxResults</code> was provided, it is possible the number of results\n\t\t\tto be fewer than <code>maxResults</code>.</p> \n         <note>\n            <p>This token should be treated as an opaque identifier that is only used to\n                retrieve the next items in a list and not for other programmatic purposes.</p>\n        </note>"
4411                    }
4412                },
4413                "maxResults": {
4414                    "target": "com.amazonaws.ecs#BoxedInteger",
4415                    "traits": {
4416                        "smithy.api#documentation": "<p>The maximum number of cluster results returned by <code>ListAttributes</code> in\n\t\t\tpaginated output. When this parameter is used, <code>ListAttributes</code> only returns\n\t\t\t\t<code>maxResults</code> results in a single page along with a <code>nextToken</code>\n\t\t\tresponse element. The remaining results of the initial request can be seen by sending\n\t\t\tanother <code>ListAttributes</code> request with the returned <code>nextToken</code>\n\t\t\tvalue. This value can be between 1 and 100. If this\n\t\t\tparameter is not used, then <code>ListAttributes</code> returns up to\n\t\t\t100 results and a <code>nextToken</code> value if applicable.</p>"
4417                    }
4418                }
4419            }
4420        },
4421        "com.amazonaws.ecs#ListAttributesResponse": {
4422            "type": "structure",
4423            "members": {
4424                "attributes": {
4425                    "target": "com.amazonaws.ecs#Attributes",
4426                    "traits": {
4427                        "smithy.api#documentation": "<p>A list of attribute objects that meet the criteria of the request.</p>"
4428                    }
4429                },
4430                "nextToken": {
4431                    "target": "com.amazonaws.ecs#String",
4432                    "traits": {
4433                        "smithy.api#documentation": "<p>The <code>nextToken</code> value to include in a future <code>ListAttributes</code>\n\t\t\trequest. When the results of a <code>ListAttributes</code> request exceed\n\t\t\t\t<code>maxResults</code>, this value can be used to retrieve the next page of\n\t\t\tresults. This value is <code>null</code> when there are no more results to\n\t\t\treturn.</p>"
4434                    }
4435                }
4436            }
4437        },
4438        "com.amazonaws.ecs#ListClusters": {
4439            "type": "operation",
4440            "input": {
4441                "target": "com.amazonaws.ecs#ListClustersRequest"
4442            },
4443            "output": {
4444                "target": "com.amazonaws.ecs#ListClustersResponse"
4445            },
4446            "errors": [
4447                {
4448                    "target": "com.amazonaws.ecs#ClientException"
4449                },
4450                {
4451                    "target": "com.amazonaws.ecs#InvalidParameterException"
4452                },
4453                {
4454                    "target": "com.amazonaws.ecs#ServerException"
4455                }
4456            ],
4457            "traits": {
4458                "smithy.api#documentation": "<p>Returns a list of existing clusters.</p>",
4459                "smithy.api#paginated": {
4460                    "inputToken": "nextToken",
4461                    "outputToken": "nextToken",
4462                    "items": "clusterArns",
4463                    "pageSize": "maxResults"
4464                }
4465            }
4466        },
4467        "com.amazonaws.ecs#ListClustersRequest": {
4468            "type": "structure",
4469            "members": {
4470                "nextToken": {
4471                    "target": "com.amazonaws.ecs#String",
4472                    "traits": {
4473                        "smithy.api#documentation": "<p>The <code>nextToken</code> value returned from a <code>ListClusters</code> request\n\t\t\tindicating that more results are available to fulfill the request and further calls will\n\t\t\tbe needed. If <code>maxResults</code> was provided, it is possible the number of results\n\t\t\tto be fewer than <code>maxResults</code>.</p> \n         <note>\n            <p>This token should be treated as an opaque identifier that is only used to\n                retrieve the next items in a list and not for other programmatic purposes.</p>\n        </note>"
4474                    }
4475                },
4476                "maxResults": {
4477                    "target": "com.amazonaws.ecs#BoxedInteger",
4478                    "traits": {
4479                        "smithy.api#documentation": "<p>The maximum number of cluster results returned by <code>ListClusters</code> in\n\t\t\tpaginated output. When this parameter is used, <code>ListClusters</code> only returns\n\t\t\t\t<code>maxResults</code> results in a single page along with a <code>nextToken</code>\n\t\t\tresponse element. The remaining results of the initial request can be seen by sending\n\t\t\tanother <code>ListClusters</code> request with the returned <code>nextToken</code>\n\t\t\tvalue. This value can be between 1 and 100. If this\n\t\t\tparameter is not used, then <code>ListClusters</code> returns up to\n\t\t\t100 results and a <code>nextToken</code> value if applicable.</p>"
4480                    }
4481                }
4482            }
4483        },
4484        "com.amazonaws.ecs#ListClustersResponse": {
4485            "type": "structure",
4486            "members": {
4487                "clusterArns": {
4488                    "target": "com.amazonaws.ecs#StringList",
4489                    "traits": {
4490                        "smithy.api#documentation": "<p>The list of full Amazon Resource Name (ARN) entries for each cluster associated with your\n\t\t\taccount.</p>"
4491                    }
4492                },
4493                "nextToken": {
4494                    "target": "com.amazonaws.ecs#String",
4495                    "traits": {
4496                        "smithy.api#documentation": "<p>The <code>nextToken</code> value to include in a future <code>ListClusters</code>\n\t\t\trequest. When the results of a <code>ListClusters</code> request exceed\n\t\t\t\t<code>maxResults</code>, this value can be used to retrieve the next page of\n\t\t\tresults. This value is <code>null</code> when there are no more results to\n\t\t\treturn.</p>"
4497                    }
4498                }
4499            }
4500        },
4501        "com.amazonaws.ecs#ListContainerInstances": {
4502            "type": "operation",
4503            "input": {
4504                "target": "com.amazonaws.ecs#ListContainerInstancesRequest"
4505            },
4506            "output": {
4507                "target": "com.amazonaws.ecs#ListContainerInstancesResponse"
4508            },
4509            "errors": [
4510                {
4511                    "target": "com.amazonaws.ecs#ClientException"
4512                },
4513                {
4514                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
4515                },
4516                {
4517                    "target": "com.amazonaws.ecs#InvalidParameterException"
4518                },
4519                {
4520                    "target": "com.amazonaws.ecs#ServerException"
4521                }
4522            ],
4523            "traits": {
4524                "smithy.api#documentation": "<p>Returns a list of container instances in a specified cluster. You can filter the\n\t\t\tresults of a <code>ListContainerInstances</code> operation with cluster query language\n\t\t\tstatements inside the <code>filter</code> parameter. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html\">Cluster Query Language</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>",
4525                "smithy.api#paginated": {
4526                    "inputToken": "nextToken",
4527                    "outputToken": "nextToken",
4528                    "items": "containerInstanceArns",
4529                    "pageSize": "maxResults"
4530                }
4531            }
4532        },
4533        "com.amazonaws.ecs#ListContainerInstancesRequest": {
4534            "type": "structure",
4535            "members": {
4536                "cluster": {
4537                    "target": "com.amazonaws.ecs#String",
4538                    "traits": {
4539                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to\n\t\t\tlist. If you do not specify a cluster, the default cluster is assumed.</p>"
4540                    }
4541                },
4542                "filter": {
4543                    "target": "com.amazonaws.ecs#String",
4544                    "traits": {
4545                        "smithy.api#documentation": "<p>You can filter the results of a <code>ListContainerInstances</code> operation with\n\t\t\tcluster query language statements. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html\">Cluster Query Language</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>"
4546                    }
4547                },
4548                "nextToken": {
4549                    "target": "com.amazonaws.ecs#String",
4550                    "traits": {
4551                        "smithy.api#documentation": "<p>The <code>nextToken</code> value returned from a <code>ListContainerInstances</code>\n\t\t\trequest indicating that more results are available to fulfill the request and further\n\t\t\tcalls will be needed. If <code>maxResults</code> was provided, it is possible the number\n\t\t\tof results to be fewer than <code>maxResults</code>.</p> \n         <note>\n            <p>This token should be treated as an opaque identifier that is only used to\n                retrieve the next items in a list and not for other programmatic purposes.</p>\n        </note>"
4552                    }
4553                },
4554                "maxResults": {
4555                    "target": "com.amazonaws.ecs#BoxedInteger",
4556                    "traits": {
4557                        "smithy.api#documentation": "<p>The maximum number of container instance results returned by\n\t\t\t\t<code>ListContainerInstances</code> in paginated output. When this parameter is\n\t\t\tused, <code>ListContainerInstances</code> only returns <code>maxResults</code> results\n\t\t\tin a single page along with a <code>nextToken</code> response element. The remaining\n\t\t\tresults of the initial request can be seen by sending another\n\t\t\t\t<code>ListContainerInstances</code> request with the returned <code>nextToken</code>\n\t\t\tvalue. This value can be between 1 and 100. If this\n\t\t\tparameter is not used, then <code>ListContainerInstances</code> returns up to\n\t\t\t100 results and a <code>nextToken</code> value if applicable.</p>"
4558                    }
4559                },
4560                "status": {
4561                    "target": "com.amazonaws.ecs#ContainerInstanceStatus",
4562                    "traits": {
4563                        "smithy.api#documentation": "<p>Filters the container instances by status. For example, if you specify the\n\t\t\t\t<code>DRAINING</code> status, the results include only container instances that have\n\t\t\tbeen set to <code>DRAINING</code> using <a>UpdateContainerInstancesState</a>.\n\t\t\tIf you do not specify this parameter, the default is to include container instances set\n\t\t\tto all states other than <code>INACTIVE</code>.</p>"
4564                    }
4565                }
4566            }
4567        },
4568        "com.amazonaws.ecs#ListContainerInstancesResponse": {
4569            "type": "structure",
4570            "members": {
4571                "containerInstanceArns": {
4572                    "target": "com.amazonaws.ecs#StringList",
4573                    "traits": {
4574                        "smithy.api#documentation": "<p>The list of container instances with full ARN entries for each container instance\n\t\t\tassociated with the specified cluster.</p>"
4575                    }
4576                },
4577                "nextToken": {
4578                    "target": "com.amazonaws.ecs#String",
4579                    "traits": {
4580                        "smithy.api#documentation": "<p>The <code>nextToken</code> value to include in a future\n\t\t\t\t<code>ListContainerInstances</code> request. When the results of a\n\t\t\t\t<code>ListContainerInstances</code> request exceed <code>maxResults</code>, this\n\t\t\tvalue can be used to retrieve the next page of results. This value is <code>null</code>\n\t\t\twhen there are no more results to return.</p>"
4581                    }
4582                }
4583            }
4584        },
4585        "com.amazonaws.ecs#ListServices": {
4586            "type": "operation",
4587            "input": {
4588                "target": "com.amazonaws.ecs#ListServicesRequest"
4589            },
4590            "output": {
4591                "target": "com.amazonaws.ecs#ListServicesResponse"
4592            },
4593            "errors": [
4594                {
4595                    "target": "com.amazonaws.ecs#ClientException"
4596                },
4597                {
4598                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
4599                },
4600                {
4601                    "target": "com.amazonaws.ecs#InvalidParameterException"
4602                },
4603                {
4604                    "target": "com.amazonaws.ecs#ServerException"
4605                }
4606            ],
4607            "traits": {
4608                "smithy.api#documentation": "<p>Lists the services that are running in a specified cluster.</p>",
4609                "smithy.api#paginated": {
4610                    "inputToken": "nextToken",
4611                    "outputToken": "nextToken",
4612                    "items": "serviceArns",
4613                    "pageSize": "maxResults"
4614                }
4615            }
4616        },
4617        "com.amazonaws.ecs#ListServicesRequest": {
4618            "type": "structure",
4619            "members": {
4620                "cluster": {
4621                    "target": "com.amazonaws.ecs#String",
4622                    "traits": {
4623                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the services to list.\n\t\t\tIf you do not specify a cluster, the default cluster is assumed.</p>"
4624                    }
4625                },
4626                "nextToken": {
4627                    "target": "com.amazonaws.ecs#String",
4628                    "traits": {
4629                        "smithy.api#documentation": "<p>The <code>nextToken</code> value returned from a <code>ListServices</code> request\n\t\t\tindicating that more results are available to fulfill the request and further calls will\n\t\t\tbe needed. If <code>maxResults</code> was provided, it is possible the number of results\n\t\t\tto be fewer than <code>maxResults</code>.</p> \n         <note>\n            <p>This token should be treated as an opaque identifier that is only used to\n                retrieve the next items in a list and not for other programmatic purposes.</p>\n        </note>"
4630                    }
4631                },
4632                "maxResults": {
4633                    "target": "com.amazonaws.ecs#BoxedInteger",
4634                    "traits": {
4635                        "smithy.api#documentation": "<p>The maximum number of service results returned by <code>ListServices</code> in\n\t\t\tpaginated output. When this parameter is used, <code>ListServices</code> only returns\n\t\t\t\t<code>maxResults</code> results in a single page along with a <code>nextToken</code>\n\t\t\tresponse element. The remaining results of the initial request can be seen by sending\n\t\t\tanother <code>ListServices</code> request with the returned <code>nextToken</code>\n\t\t\tvalue. This value can be between 1 and 100. If\n\t\t\tthis parameter is not used, then <code>ListServices</code> returns up to\n\t\t\t10 results and a <code>nextToken</code> value if\n\t\t\tapplicable.</p>"
4636                    }
4637                },
4638                "launchType": {
4639                    "target": "com.amazonaws.ecs#LaunchType",
4640                    "traits": {
4641                        "smithy.api#documentation": "<p>The launch type for the services to list.</p>"
4642                    }
4643                },
4644                "schedulingStrategy": {
4645                    "target": "com.amazonaws.ecs#SchedulingStrategy",
4646                    "traits": {
4647                        "smithy.api#documentation": "<p>The scheduling strategy for services to list.</p>"
4648                    }
4649                }
4650            }
4651        },
4652        "com.amazonaws.ecs#ListServicesResponse": {
4653            "type": "structure",
4654            "members": {
4655                "serviceArns": {
4656                    "target": "com.amazonaws.ecs#StringList",
4657                    "traits": {
4658                        "smithy.api#documentation": "<p>The list of full ARN entries for each service associated with the specified\n\t\t\tcluster.</p>"
4659                    }
4660                },
4661                "nextToken": {
4662                    "target": "com.amazonaws.ecs#String",
4663                    "traits": {
4664                        "smithy.api#documentation": "<p>The <code>nextToken</code> value to include in a future <code>ListServices</code>\n\t\t\trequest. When the results of a <code>ListServices</code> request exceed\n\t\t\t\t<code>maxResults</code>, this value can be used to retrieve the next page of\n\t\t\tresults. This value is <code>null</code> when there are no more results to\n\t\t\treturn.</p>"
4665                    }
4666                }
4667            }
4668        },
4669        "com.amazonaws.ecs#ListTagsForResource": {
4670            "type": "operation",
4671            "input": {
4672                "target": "com.amazonaws.ecs#ListTagsForResourceRequest"
4673            },
4674            "output": {
4675                "target": "com.amazonaws.ecs#ListTagsForResourceResponse"
4676            },
4677            "errors": [
4678                {
4679                    "target": "com.amazonaws.ecs#ClientException"
4680                },
4681                {
4682                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
4683                },
4684                {
4685                    "target": "com.amazonaws.ecs#InvalidParameterException"
4686                },
4687                {
4688                    "target": "com.amazonaws.ecs#ServerException"
4689                }
4690            ],
4691            "traits": {
4692                "smithy.api#documentation": "<p>List the tags for an Amazon ECS resource.</p>"
4693            }
4694        },
4695        "com.amazonaws.ecs#ListTagsForResourceRequest": {
4696            "type": "structure",
4697            "members": {
4698                "resourceArn": {
4699                    "target": "com.amazonaws.ecs#String",
4700                    "traits": {
4701                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the\n\t\t\tsupported resources are Amazon ECS tasks, services, task definitions, clusters, and container\n\t\t\tinstances.</p>",
4702                        "smithy.api#required": {}
4703                    }
4704                }
4705            }
4706        },
4707        "com.amazonaws.ecs#ListTagsForResourceResponse": {
4708            "type": "structure",
4709            "members": {
4710                "tags": {
4711                    "target": "com.amazonaws.ecs#Tags",
4712                    "traits": {
4713                        "smithy.api#documentation": "<p>The tags for the resource.</p>"
4714                    }
4715                }
4716            }
4717        },
4718        "com.amazonaws.ecs#ListTaskDefinitionFamilies": {
4719            "type": "operation",
4720            "input": {
4721                "target": "com.amazonaws.ecs#ListTaskDefinitionFamiliesRequest"
4722            },
4723            "output": {
4724                "target": "com.amazonaws.ecs#ListTaskDefinitionFamiliesResponse"
4725            },
4726            "errors": [
4727                {
4728                    "target": "com.amazonaws.ecs#ClientException"
4729                },
4730                {
4731                    "target": "com.amazonaws.ecs#InvalidParameterException"
4732                },
4733                {
4734                    "target": "com.amazonaws.ecs#ServerException"
4735                }
4736            ],
4737            "traits": {
4738                "smithy.api#documentation": "<p>Returns a list of task definition families that are registered to your account (which\n\t\t\tmay include task definition families that no longer have any <code>ACTIVE</code> task\n\t\t\tdefinition revisions).</p>\n\t\t       <p>You can filter out task definition families that do not contain any\n\t\t\t\t<code>ACTIVE</code> task definition revisions by setting the <code>status</code>\n\t\t\tparameter to <code>ACTIVE</code>. You can also filter the results with the\n\t\t\t\t<code>familyPrefix</code> parameter.</p>",
4739                "smithy.api#paginated": {
4740                    "inputToken": "nextToken",
4741                    "outputToken": "nextToken",
4742                    "items": "families",
4743                    "pageSize": "maxResults"
4744                }
4745            }
4746        },
4747        "com.amazonaws.ecs#ListTaskDefinitionFamiliesRequest": {
4748            "type": "structure",
4749            "members": {
4750                "familyPrefix": {
4751                    "target": "com.amazonaws.ecs#String",
4752                    "traits": {
4753                        "smithy.api#documentation": "<p>The <code>familyPrefix</code> is a string that is used to filter the results of\n\t\t\t\t<code>ListTaskDefinitionFamilies</code>. If you specify a <code>familyPrefix</code>,\n\t\t\tonly task definition family names that begin with the <code>familyPrefix</code> string\n\t\t\tare returned.</p>"
4754                    }
4755                },
4756                "status": {
4757                    "target": "com.amazonaws.ecs#TaskDefinitionFamilyStatus",
4758                    "traits": {
4759                        "smithy.api#documentation": "<p>The task definition family status with which to filter the\n\t\t\t\t<code>ListTaskDefinitionFamilies</code> results. By default, both\n\t\t\t\t<code>ACTIVE</code> and <code>INACTIVE</code> task definition families are listed.\n\t\t\tIf this parameter is set to <code>ACTIVE</code>, only task definition families that have\n\t\t\tan <code>ACTIVE</code> task definition revision are returned. If this parameter is set\n\t\t\tto <code>INACTIVE</code>, only task definition families that do not have any\n\t\t\t\t<code>ACTIVE</code> task definition revisions are returned. If you paginate the\n\t\t\tresulting output, be sure to keep the <code>status</code> value constant in each\n\t\t\tsubsequent request.</p>"
4760                    }
4761                },
4762                "nextToken": {
4763                    "target": "com.amazonaws.ecs#String",
4764                    "traits": {
4765                        "smithy.api#documentation": "<p>The <code>nextToken</code> value returned from a\n\t\t\t\t<code>ListTaskDefinitionFamilies</code> request indicating that more results are\n\t\t\tavailable to fulfill the request and further calls will be needed. If\n\t\t\t\t<code>maxResults</code> was provided, it is possible the number of results to be\n\t\t\tfewer than <code>maxResults</code>.</p> \n         <note>\n            <p>This token should be treated as an opaque identifier that is only used to\n                retrieve the next items in a list and not for other programmatic purposes.</p>\n        </note>"
4766                    }
4767                },
4768                "maxResults": {
4769                    "target": "com.amazonaws.ecs#BoxedInteger",
4770                    "traits": {
4771                        "smithy.api#documentation": "<p>The maximum number of task definition family results returned by\n\t\t\t\t<code>ListTaskDefinitionFamilies</code> in paginated output. When this parameter is\n\t\t\tused, <code>ListTaskDefinitions</code> only returns <code>maxResults</code> results in a\n\t\t\tsingle page along with a <code>nextToken</code> response element. The remaining results\n\t\t\tof the initial request can be seen by sending another\n\t\t\t\t<code>ListTaskDefinitionFamilies</code> request with the returned\n\t\t\t\t<code>nextToken</code> value. This value can be between 1 and\n\t\t\t100. If this parameter is not used, then\n\t\t\t\t<code>ListTaskDefinitionFamilies</code> returns up to 100 results\n\t\t\tand a <code>nextToken</code> value if applicable.</p>"
4772                    }
4773                }
4774            }
4775        },
4776        "com.amazonaws.ecs#ListTaskDefinitionFamiliesResponse": {
4777            "type": "structure",
4778            "members": {
4779                "families": {
4780                    "target": "com.amazonaws.ecs#StringList",
4781                    "traits": {
4782                        "smithy.api#documentation": "<p>The list of task definition family names that match the\n\t\t\t\t<code>ListTaskDefinitionFamilies</code> request.</p>"
4783                    }
4784                },
4785                "nextToken": {
4786                    "target": "com.amazonaws.ecs#String",
4787                    "traits": {
4788                        "smithy.api#documentation": "<p>The <code>nextToken</code> value to include in a future\n\t\t\t\t<code>ListTaskDefinitionFamilies</code> request. When the results of a\n\t\t\t\t<code>ListTaskDefinitionFamilies</code> request exceed <code>maxResults</code>, this\n\t\t\tvalue can be used to retrieve the next page of results. This value is <code>null</code>\n\t\t\twhen there are no more results to return.</p>"
4789                    }
4790                }
4791            }
4792        },
4793        "com.amazonaws.ecs#ListTaskDefinitions": {
4794            "type": "operation",
4795            "input": {
4796                "target": "com.amazonaws.ecs#ListTaskDefinitionsRequest"
4797            },
4798            "output": {
4799                "target": "com.amazonaws.ecs#ListTaskDefinitionsResponse"
4800            },
4801            "errors": [
4802                {
4803                    "target": "com.amazonaws.ecs#ClientException"
4804                },
4805                {
4806                    "target": "com.amazonaws.ecs#InvalidParameterException"
4807                },
4808                {
4809                    "target": "com.amazonaws.ecs#ServerException"
4810                }
4811            ],
4812            "traits": {
4813                "smithy.api#documentation": "<p>Returns a list of task definitions that are registered to your account. You can filter\n\t\t\tthe results by family name with the <code>familyPrefix</code> parameter or by status\n\t\t\twith the <code>status</code> parameter.</p>",
4814                "smithy.api#paginated": {
4815                    "inputToken": "nextToken",
4816                    "outputToken": "nextToken",
4817                    "items": "taskDefinitionArns",
4818                    "pageSize": "maxResults"
4819                }
4820            }
4821        },
4822        "com.amazonaws.ecs#ListTaskDefinitionsRequest": {
4823            "type": "structure",
4824            "members": {
4825                "familyPrefix": {
4826                    "target": "com.amazonaws.ecs#String",
4827                    "traits": {
4828                        "smithy.api#documentation": "<p>The full family name with which to filter the <code>ListTaskDefinitions</code>\n\t\t\tresults. Specifying a <code>familyPrefix</code> limits the listed task definitions to\n\t\t\ttask definition revisions that belong to that family.</p>"
4829                    }
4830                },
4831                "status": {
4832                    "target": "com.amazonaws.ecs#TaskDefinitionStatus",
4833                    "traits": {
4834                        "smithy.api#documentation": "<p>The task definition status with which to filter the <code>ListTaskDefinitions</code>\n\t\t\tresults. By default, only <code>ACTIVE</code> task definitions are listed. By setting\n\t\t\tthis parameter to <code>INACTIVE</code>, you can view task definitions that are\n\t\t\t\t<code>INACTIVE</code> as long as an active task or service still references them. If\n\t\t\tyou paginate the resulting output, be sure to keep the <code>status</code> value\n\t\t\tconstant in each subsequent request.</p>"
4835                    }
4836                },
4837                "sort": {
4838                    "target": "com.amazonaws.ecs#SortOrder",
4839                    "traits": {
4840                        "smithy.api#documentation": "<p>The order in which to sort the results. Valid values are <code>ASC</code> and\n\t\t\t\t<code>DESC</code>. By default (<code>ASC</code>), task definitions are listed\n\t\t\tlexicographically by family name and in ascending numerical order by revision so that\n\t\t\tthe newest task definitions in a family are listed last. Setting this parameter to\n\t\t\t\t<code>DESC</code> reverses the sort order on family name and revision so that the\n\t\t\tnewest task definitions in a family are listed first.</p>"
4841                    }
4842                },
4843                "nextToken": {
4844                    "target": "com.amazonaws.ecs#String",
4845                    "traits": {
4846                        "smithy.api#documentation": "<p>The <code>nextToken</code> value returned from a <code>ListTaskDefinitions</code>\n\t\t\trequest indicating that more results are available to fulfill the request and further\n\t\t\tcalls will be needed. If <code>maxResults</code> was provided, it is possible the number\n\t\t\tof results to be fewer than <code>maxResults</code>.</p> \n         <note>\n            <p>This token should be treated as an opaque identifier that is only used to\n                retrieve the next items in a list and not for other programmatic purposes.</p>\n        </note>"
4847                    }
4848                },
4849                "maxResults": {
4850                    "target": "com.amazonaws.ecs#BoxedInteger",
4851                    "traits": {
4852                        "smithy.api#documentation": "<p>The maximum number of task definition results returned by\n\t\t\t\t<code>ListTaskDefinitions</code> in paginated output. When this parameter is used,\n\t\t\t\t<code>ListTaskDefinitions</code> only returns <code>maxResults</code> results in a\n\t\t\tsingle page along with a <code>nextToken</code> response element. The remaining results\n\t\t\tof the initial request can be seen by sending another <code>ListTaskDefinitions</code>\n\t\t\trequest with the returned <code>nextToken</code> value. This value can be between\n\t\t\t1 and 100. If this parameter is not used, then\n\t\t\t\t<code>ListTaskDefinitions</code> returns up to 100 results and a\n\t\t\t\t<code>nextToken</code> value if applicable.</p>"
4853                    }
4854                }
4855            }
4856        },
4857        "com.amazonaws.ecs#ListTaskDefinitionsResponse": {
4858            "type": "structure",
4859            "members": {
4860                "taskDefinitionArns": {
4861                    "target": "com.amazonaws.ecs#StringList",
4862                    "traits": {
4863                        "smithy.api#documentation": "<p>The list of task definition Amazon Resource Name (ARN) entries for the <code>ListTaskDefinitions</code>\n\t\t\trequest.</p>"
4864                    }
4865                },
4866                "nextToken": {
4867                    "target": "com.amazonaws.ecs#String",
4868                    "traits": {
4869                        "smithy.api#documentation": "<p>The <code>nextToken</code> value to include in a future\n\t\t\t\t<code>ListTaskDefinitions</code> request. When the results of a\n\t\t\t\t<code>ListTaskDefinitions</code> request exceed <code>maxResults</code>, this value\n\t\t\tcan be used to retrieve the next page of results. This value is <code>null</code> when\n\t\t\tthere are no more results to return.</p>"
4870                    }
4871                }
4872            }
4873        },
4874        "com.amazonaws.ecs#ListTasks": {
4875            "type": "operation",
4876            "input": {
4877                "target": "com.amazonaws.ecs#ListTasksRequest"
4878            },
4879            "output": {
4880                "target": "com.amazonaws.ecs#ListTasksResponse"
4881            },
4882            "errors": [
4883                {
4884                    "target": "com.amazonaws.ecs#ClientException"
4885                },
4886                {
4887                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
4888                },
4889                {
4890                    "target": "com.amazonaws.ecs#InvalidParameterException"
4891                },
4892                {
4893                    "target": "com.amazonaws.ecs#ServerException"
4894                },
4895                {
4896                    "target": "com.amazonaws.ecs#ServiceNotFoundException"
4897                }
4898            ],
4899            "traits": {
4900                "smithy.api#documentation": "<p>Returns a list of tasks for a specified cluster. You can filter the results by family\n\t\t\tname, by a particular container instance, or by the desired status of the task with the\n\t\t\t\t<code>family</code>, <code>containerInstance</code>, and <code>desiredStatus</code>\n\t\t\tparameters.</p>\n\t\t       <p>Recently stopped tasks might appear in the returned results. Currently, stopped tasks\n\t\t\tappear in the returned results for at least one hour. </p>",
4901                "smithy.api#paginated": {
4902                    "inputToken": "nextToken",
4903                    "outputToken": "nextToken",
4904                    "items": "taskArns",
4905                    "pageSize": "maxResults"
4906                }
4907            }
4908        },
4909        "com.amazonaws.ecs#ListTasksRequest": {
4910            "type": "structure",
4911            "members": {
4912                "cluster": {
4913                    "target": "com.amazonaws.ecs#String",
4914                    "traits": {
4915                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the tasks to list.\n\t\t\tIf you do not specify a cluster, the default cluster is assumed.</p>"
4916                    }
4917                },
4918                "containerInstance": {
4919                    "target": "com.amazonaws.ecs#String",
4920                    "traits": {
4921                        "smithy.api#documentation": "<p>The container instance ID or full ARN of the container instance with which to filter\n\t\t\tthe <code>ListTasks</code> results. Specifying a <code>containerInstance</code> limits\n\t\t\tthe results to tasks that belong to that container instance.</p>"
4922                    }
4923                },
4924                "family": {
4925                    "target": "com.amazonaws.ecs#String",
4926                    "traits": {
4927                        "smithy.api#documentation": "<p>The name of the family with which to filter the <code>ListTasks</code> results.\n\t\t\tSpecifying a <code>family</code> limits the results to tasks that belong to that\n\t\t\tfamily.</p>"
4928                    }
4929                },
4930                "nextToken": {
4931                    "target": "com.amazonaws.ecs#String",
4932                    "traits": {
4933                        "smithy.api#documentation": "<p>The <code>nextToken</code> value returned from a <code>ListTasks</code> request\n\t\t\tindicating that more results are available to fulfill the request and further calls will\n\t\t\tbe needed. If <code>maxResults</code> was provided, it is possible the number of results\n\t\t\tto be fewer than <code>maxResults</code>.</p> \n         <note>\n            <p>This token should be treated as an opaque identifier that is only used to\n                retrieve the next items in a list and not for other programmatic purposes.</p>\n        </note>"
4934                    }
4935                },
4936                "maxResults": {
4937                    "target": "com.amazonaws.ecs#BoxedInteger",
4938                    "traits": {
4939                        "smithy.api#documentation": "<p>The maximum number of task results returned by <code>ListTasks</code> in paginated\n\t\t\toutput. When this parameter is used, <code>ListTasks</code> only returns\n\t\t\t\t<code>maxResults</code> results in a single page along with a <code>nextToken</code>\n\t\t\tresponse element. The remaining results of the initial request can be seen by sending\n\t\t\tanother <code>ListTasks</code> request with the returned <code>nextToken</code> value.\n\t\t\tThis value can be between 1 and 100. If this parameter is\n\t\t\tnot used, then <code>ListTasks</code> returns up to 100 results and a\n\t\t\t\t<code>nextToken</code> value if applicable.</p>"
4940                    }
4941                },
4942                "startedBy": {
4943                    "target": "com.amazonaws.ecs#String",
4944                    "traits": {
4945                        "smithy.api#documentation": "<p>The <code>startedBy</code> value with which to filter the task results. Specifying a\n\t\t\t\t<code>startedBy</code> value limits the results to tasks that were started with that\n\t\t\tvalue.</p>"
4946                    }
4947                },
4948                "serviceName": {
4949                    "target": "com.amazonaws.ecs#String",
4950                    "traits": {
4951                        "smithy.api#documentation": "<p>The name of the service with which to filter the <code>ListTasks</code> results.\n\t\t\tSpecifying a <code>serviceName</code> limits the results to tasks that belong to that\n\t\t\tservice.</p>"
4952                    }
4953                },
4954                "desiredStatus": {
4955                    "target": "com.amazonaws.ecs#DesiredStatus",
4956                    "traits": {
4957                        "smithy.api#documentation": "<p>The task desired status with which to filter the <code>ListTasks</code> results.\n\t\t\tSpecifying a <code>desiredStatus</code> of <code>STOPPED</code> limits the results to\n\t\t\ttasks that Amazon ECS has set the desired status to <code>STOPPED</code>. This can be useful\n\t\t\tfor debugging tasks that are not starting properly or have died or finished. The default\n\t\t\tstatus filter is <code>RUNNING</code>, which shows tasks that Amazon ECS has set the desired\n\t\t\tstatus to <code>RUNNING</code>.</p>\n\t\t       <note>\n\t\t\t         <p>Although you can filter results based on a desired status of <code>PENDING</code>,\n\t\t\t\tthis does not return any results. Amazon ECS never sets the desired status of a task to\n\t\t\t\tthat value (only a task's <code>lastStatus</code> may have a value of\n\t\t\t\t\t<code>PENDING</code>).</p>\n\t\t       </note>"
4958                    }
4959                },
4960                "launchType": {
4961                    "target": "com.amazonaws.ecs#LaunchType",
4962                    "traits": {
4963                        "smithy.api#documentation": "<p>The launch type for services to list.</p>"
4964                    }
4965                }
4966            }
4967        },
4968        "com.amazonaws.ecs#ListTasksResponse": {
4969            "type": "structure",
4970            "members": {
4971                "taskArns": {
4972                    "target": "com.amazonaws.ecs#StringList",
4973                    "traits": {
4974                        "smithy.api#documentation": "<p>The list of task ARN entries for the <code>ListTasks</code> request.</p>"
4975                    }
4976                },
4977                "nextToken": {
4978                    "target": "com.amazonaws.ecs#String",
4979                    "traits": {
4980                        "smithy.api#documentation": "<p>The <code>nextToken</code> value to include in a future <code>ListTasks</code>\n\t\t\trequest. When the results of a <code>ListTasks</code> request exceed\n\t\t\t\t<code>maxResults</code>, this value can be used to retrieve the next page of\n\t\t\tresults. This value is <code>null</code> when there are no more results to\n\t\t\treturn.</p>"
4981                    }
4982                }
4983            }
4984        },
4985        "com.amazonaws.ecs#LoadBalancer": {
4986            "type": "structure",
4987            "members": {
4988                "targetGroupArn": {
4989                    "target": "com.amazonaws.ecs#String",
4990                    "traits": {
4991                        "smithy.api#documentation": "<p>The full Amazon Resource Name (ARN) of the Elastic Load Balancing target group or groups associated with a service or\n\t\t\ttask set.</p>\n\t\t       <p>A target group ARN is only specified when using an Application Load Balancer or Network Load Balancer. If you are using a\n\t\t\tClassic Load Balancer the target group ARN should be omitted.</p>\n\t\t       <p>For services using the <code>ECS</code> deployment controller, you can specify one or\n\t\t\tmultiple target groups. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/register-multiple-targetgroups.html\">Registering Multiple Target Groups with a Service</a> in\n\t\t\tthe <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>For services using the <code>CODE_DEPLOY</code> deployment controller, you are\n\t\t\trequired to define two target groups for the load balancer. For more information, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-bluegreen.html\">Blue/Green Deployment with CodeDeploy</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <important>\n\t\t\t         <p>If your service's task definition uses the <code>awsvpc</code> network mode (which\n\t\t\t\tis required for the Fargate launch type), you must choose\n\t\t\t\t\t<code>ip</code> as the target type, not <code>instance</code>, when creating\n\t\t\t\tyour target groups because tasks that use the <code>awsvpc</code> network mode are\n\t\t\t\tassociated with an elastic network interface, not an Amazon EC2 instance.</p>\n\t\t       </important>"
4992                    }
4993                },
4994                "loadBalancerName": {
4995                    "target": "com.amazonaws.ecs#String",
4996                    "traits": {
4997                        "smithy.api#documentation": "<p>The name of the load balancer to associate with the Amazon ECS service or task set.</p>\n\t\t       <p>A load balancer name is only specified when using a Classic Load Balancer. If you are using an Application Load Balancer\n\t\t\tor a Network Load Balancer the load balancer name parameter should be omitted.</p>"
4998                    }
4999                },
5000                "containerName": {
5001                    "target": "com.amazonaws.ecs#String",
5002                    "traits": {
5003                        "smithy.api#documentation": "<p>The name of the container (as it appears in a container definition) to associate with\n\t\t\tthe load balancer.</p>"
5004                    }
5005                },
5006                "containerPort": {
5007                    "target": "com.amazonaws.ecs#BoxedInteger",
5008                    "traits": {
5009                        "smithy.api#documentation": "<p>The port on the container to associate with the load balancer. This port must\n\t\t\tcorrespond to a <code>containerPort</code> in the task definition the tasks in the\n\t\t\tservice are using. For tasks that use the EC2 launch type, the container\n\t\t\tinstance they are launched on must allow ingress traffic on the <code>hostPort</code> of\n\t\t\tthe port mapping.</p>"
5010                    }
5011                }
5012            },
5013            "traits": {
5014                "smithy.api#documentation": "<p>The load balancer configuration to use with a service or task set.</p>\n\t\t       <p>For specific notes and restrictions regarding the use of load balancers with services\n\t\t\tand task sets, see the CreateService and CreateTaskSet actions.</p>"
5015            }
5016        },
5017        "com.amazonaws.ecs#LoadBalancers": {
5018            "type": "list",
5019            "member": {
5020                "target": "com.amazonaws.ecs#LoadBalancer"
5021            }
5022        },
5023        "com.amazonaws.ecs#LogConfiguration": {
5024            "type": "structure",
5025            "members": {
5026                "logDriver": {
5027                    "target": "com.amazonaws.ecs#LogDriver",
5028                    "traits": {
5029                        "smithy.api#documentation": "<p>The log driver to use for the container.</p>\n\t\t       <p>For tasks on AWS Fargate, the supported log drivers are <code>awslogs</code>,\n\t\t\t\t<code>splunk</code>, and <code>awsfirelens</code>.</p>\n\t\t       <p>For tasks hosted on Amazon EC2 instances, the supported log drivers are\n\t\t\t\t<code>awslogs</code>, <code>fluentd</code>, <code>gelf</code>,\n\t\t\t\t<code>json-file</code>, <code>journald</code>,\n\t\t\t\t<code>logentries</code>,<code>syslog</code>, <code>splunk</code>, and\n\t\t\t\t<code>awsfirelens</code>.</p>\n\t\t       <p>For more information about using the <code>awslogs</code> log driver, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_awslogs.html\">Using\n\t\t\t\tthe awslogs log driver</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>For more information about using the <code>awsfirelens</code> log driver, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_firelens.html\">Custom log routing</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <note>\n\t\t\t         <p>If you have a custom driver that is not listed, you can fork the Amazon ECS container\n\t\t\t\tagent project that is <a href=\"https://github.com/aws/amazon-ecs-agent\">available\n\t\t\t\t\ton GitHub</a> and customize it to work with that driver. We encourage you to\n\t\t\t\tsubmit pull requests for changes that you would like to have included. However, we\n\t\t\t\tdo not currently provide support for running modified copies of this\n\t\t\t\tsoftware.</p>\n\t\t       </note>",
5030                        "smithy.api#required": {}
5031                    }
5032                },
5033                "options": {
5034                    "target": "com.amazonaws.ecs#LogConfigurationOptionsMap",
5035                    "traits": {
5036                        "smithy.api#documentation": "<p>The configuration options to send to the log driver. This parameter requires version 1.19 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> \n         </p>"
5037                    }
5038                },
5039                "secretOptions": {
5040                    "target": "com.amazonaws.ecs#SecretList",
5041                    "traits": {
5042                        "smithy.api#documentation": "<p>The secrets to pass to the log configuration. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data.html\">Specifying\n\t\t\t\tSensitive Data</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
5043                    }
5044                }
5045            },
5046            "traits": {
5047                "smithy.api#documentation": "<p>The log configuration for the container. This parameter maps to <code>LogConfig</code>\n\t\t\tin the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the <a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the\n\t\t\t\t<code>--log-driver</code> option to <a href=\"https://docs.docker.com/engine/reference/commandline/run/\">\n               <code>docker\n\t\t\t\t\trun</code>\n            </a>.</p>\n\t\t       <p>By default, containers use the same logging driver that the Docker daemon uses;\n\t\t\thowever the container may use a different logging driver than the Docker daemon by\n\t\t\tspecifying a log driver configuration in the container definition. For more information\n\t\t\ton the options for different supported log drivers, see <a href=\"https://docs.docker.com/engine/admin/logging/overview/\">Configure logging\n\t\t\t\tdrivers</a> in the Docker documentation.</p>\n\t\t       <p>The following should be noted when specifying a log configuration for your\n\t\t\tcontainers:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>Amazon ECS currently supports a subset of the logging drivers available to the\n\t\t\t\t\tDocker daemon (shown in the valid values below). Additional log drivers may be\n\t\t\t\t\tavailable in future releases of the Amazon ECS container agent.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>This parameter requires version 1.18 of the Docker Remote API or greater on\n\t\t\t\t\tyour container instance.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>For tasks hosted on Amazon EC2 instances, the Amazon ECS container agent must register\n\t\t\t\t\tthe available logging drivers with the\n\t\t\t\t\t\t<code>ECS_AVAILABLE_LOGGING_DRIVERS</code> environment variable before\n\t\t\t\t\tcontainers placed on that instance can use these log configuration options. For\n\t\t\t\t\tmore information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html\">Amazon ECS container agent configuration</a> in the\n\t\t\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>For tasks on AWS Fargate, because you do not have access to the underlying\n\t\t\t\t\tinfrastructure your tasks are hosted on, any additional software needed will\n\t\t\t\t\thave to be installed outside of the task. For example, the Fluentd output\n\t\t\t\t\taggregators or a remote host running Logstash to send Gelf logs to.</p>\n\t\t\t         </li>\n         </ul>"
5048            }
5049        },
5050        "com.amazonaws.ecs#LogConfigurationOptionsMap": {
5051            "type": "map",
5052            "key": {
5053                "target": "com.amazonaws.ecs#String"
5054            },
5055            "value": {
5056                "target": "com.amazonaws.ecs#String"
5057            }
5058        },
5059        "com.amazonaws.ecs#LogDriver": {
5060            "type": "string",
5061            "traits": {
5062                "smithy.api#enum": [
5063                    {
5064                        "value": "json-file",
5065                        "name": "JSON_FILE"
5066                    },
5067                    {
5068                        "value": "syslog",
5069                        "name": "SYSLOG"
5070                    },
5071                    {
5072                        "value": "journald",
5073                        "name": "JOURNALD"
5074                    },
5075                    {
5076                        "value": "gelf",
5077                        "name": "GELF"
5078                    },
5079                    {
5080                        "value": "fluentd",
5081                        "name": "FLUENTD"
5082                    },
5083                    {
5084                        "value": "awslogs",
5085                        "name": "AWSLOGS"
5086                    },
5087                    {
5088                        "value": "splunk",
5089                        "name": "SPLUNK"
5090                    },
5091                    {
5092                        "value": "awsfirelens",
5093                        "name": "AWSFIRELENS"
5094                    }
5095                ]
5096            }
5097        },
5098        "com.amazonaws.ecs#Long": {
5099            "type": "long"
5100        },
5101        "com.amazonaws.ecs#ManagedAgent": {
5102            "type": "structure",
5103            "members": {
5104                "lastStartedAt": {
5105                    "target": "com.amazonaws.ecs#Timestamp",
5106                    "traits": {
5107                        "smithy.api#documentation": "<p>The Unix timestamp for when the managed agent was last started.</p>"
5108                    }
5109                },
5110                "name": {
5111                    "target": "com.amazonaws.ecs#ManagedAgentName",
5112                    "traits": {
5113                        "smithy.api#documentation": "<p>The name of the managed agent. When the execute command feature is enabled, the\n\t\t\tmanaged agent name is <code>ExecuteCommandAgent</code>.</p>"
5114                    }
5115                },
5116                "reason": {
5117                    "target": "com.amazonaws.ecs#String",
5118                    "traits": {
5119                        "smithy.api#documentation": "<p>The reason for why the managed agent is in the state it is in.</p>"
5120                    }
5121                },
5122                "lastStatus": {
5123                    "target": "com.amazonaws.ecs#String",
5124                    "traits": {
5125                        "smithy.api#documentation": "<p>The last known status of the managed agent.</p>"
5126                    }
5127                }
5128            },
5129            "traits": {
5130                "smithy.api#documentation": "<p>Details about the managed agent status for the container.</p>"
5131            }
5132        },
5133        "com.amazonaws.ecs#ManagedAgentName": {
5134            "type": "string",
5135            "traits": {
5136                "smithy.api#enum": [
5137                    {
5138                        "value": "ExecuteCommandAgent",
5139                        "name": "ExecuteCommandAgent"
5140                    }
5141                ]
5142            }
5143        },
5144        "com.amazonaws.ecs#ManagedAgentStateChange": {
5145            "type": "structure",
5146            "members": {
5147                "containerName": {
5148                    "target": "com.amazonaws.ecs#String",
5149                    "traits": {
5150                        "smithy.api#documentation": "<p>The name of the container associated with the managed agent.</p>",
5151                        "smithy.api#required": {}
5152                    }
5153                },
5154                "managedAgentName": {
5155                    "target": "com.amazonaws.ecs#ManagedAgentName",
5156                    "traits": {
5157                        "smithy.api#documentation": "<p>The name of the managed agent.</p>",
5158                        "smithy.api#required": {}
5159                    }
5160                },
5161                "status": {
5162                    "target": "com.amazonaws.ecs#String",
5163                    "traits": {
5164                        "smithy.api#documentation": "<p>The status of the managed agent.</p>",
5165                        "smithy.api#required": {}
5166                    }
5167                },
5168                "reason": {
5169                    "target": "com.amazonaws.ecs#String",
5170                    "traits": {
5171                        "smithy.api#documentation": "<p>The reason for the status of the managed agent.</p>"
5172                    }
5173                }
5174            },
5175            "traits": {
5176                "smithy.api#documentation": "<p>An object representing a change in state for a managed agent.</p>"
5177            }
5178        },
5179        "com.amazonaws.ecs#ManagedAgentStateChanges": {
5180            "type": "list",
5181            "member": {
5182                "target": "com.amazonaws.ecs#ManagedAgentStateChange"
5183            }
5184        },
5185        "com.amazonaws.ecs#ManagedAgents": {
5186            "type": "list",
5187            "member": {
5188                "target": "com.amazonaws.ecs#ManagedAgent"
5189            }
5190        },
5191        "com.amazonaws.ecs#ManagedScaling": {
5192            "type": "structure",
5193            "members": {
5194                "status": {
5195                    "target": "com.amazonaws.ecs#ManagedScalingStatus",
5196                    "traits": {
5197                        "smithy.api#documentation": "<p>Whether or not to enable managed scaling for the capacity provider.</p>"
5198                    }
5199                },
5200                "targetCapacity": {
5201                    "target": "com.amazonaws.ecs#ManagedScalingTargetCapacity",
5202                    "traits": {
5203                        "smithy.api#documentation": "<p>The target capacity value for the capacity provider. The specified value must be\n\t\t\tgreater than <code>0</code> and less than or equal to <code>100</code>. A value of\n\t\t\t\t<code>100</code> will result in the Amazon EC2 instances in your Auto Scaling group being\n\t\t\tcompletely utilized.</p>"
5204                    }
5205                },
5206                "minimumScalingStepSize": {
5207                    "target": "com.amazonaws.ecs#ManagedScalingStepSize",
5208                    "traits": {
5209                        "smithy.api#documentation": "<p>The minimum number of container instances that Amazon ECS will scale in or scale out at one\n\t\t\ttime. If this parameter is omitted, the default value of <code>1</code> is used.</p>"
5210                    }
5211                },
5212                "maximumScalingStepSize": {
5213                    "target": "com.amazonaws.ecs#ManagedScalingStepSize",
5214                    "traits": {
5215                        "smithy.api#documentation": "<p>The maximum number of container instances that Amazon ECS will scale in or scale out at one\n\t\t\ttime. If this parameter is omitted, the default value of <code>10000</code> is\n\t\t\tused.</p>"
5216                    }
5217                },
5218                "instanceWarmupPeriod": {
5219                    "target": "com.amazonaws.ecs#ManagedScalingInstanceWarmupPeriod",
5220                    "traits": {
5221                        "smithy.api#documentation": "<p>The period of time, in seconds, after a newly launched Amazon EC2 instance can contribute\n\t\t\tto CloudWatch metrics for Auto Scaling group. If this parameter is omitted, the default value\n\t\t\tof <code>300</code> seconds is used.</p>"
5222                    }
5223                }
5224            },
5225            "traits": {
5226                "smithy.api#documentation": "<p>The managed scaling settings for the Auto Scaling group capacity provider.</p>\n\t\t       <p>When managed scaling is enabled, Amazon ECS manages the scale-in and scale-out actions of\n\t\t\tthe Auto Scaling group. Amazon ECS manages a target tracking scaling policy using an\n\t\t\tAmazon ECS-managed CloudWatch metric with the specified <code>targetCapacity</code> value as the\n\t\t\ttarget value for the metric. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/asg-capacity-providers.html#asg-capacity-providers-managed-scaling\">Using Managed Scaling</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>If managed scaling is disabled, the user must manage the scaling of the Auto Scaling\n\t\t\tgroup.</p>"
5227            }
5228        },
5229        "com.amazonaws.ecs#ManagedScalingInstanceWarmupPeriod": {
5230            "type": "integer",
5231            "traits": {
5232                "smithy.api#box": {},
5233                "smithy.api#range": {
5234                    "min": 0,
5235                    "max": 10000
5236                }
5237            }
5238        },
5239        "com.amazonaws.ecs#ManagedScalingStatus": {
5240            "type": "string",
5241            "traits": {
5242                "smithy.api#enum": [
5243                    {
5244                        "value": "ENABLED",
5245                        "name": "ENABLED"
5246                    },
5247                    {
5248                        "value": "DISABLED",
5249                        "name": "DISABLED"
5250                    }
5251                ]
5252            }
5253        },
5254        "com.amazonaws.ecs#ManagedScalingStepSize": {
5255            "type": "integer",
5256            "traits": {
5257                "smithy.api#box": {},
5258                "smithy.api#range": {
5259                    "min": 1,
5260                    "max": 10000
5261                }
5262            }
5263        },
5264        "com.amazonaws.ecs#ManagedScalingTargetCapacity": {
5265            "type": "integer",
5266            "traits": {
5267                "smithy.api#box": {},
5268                "smithy.api#range": {
5269                    "min": 1,
5270                    "max": 100
5271                }
5272            }
5273        },
5274        "com.amazonaws.ecs#ManagedTerminationProtection": {
5275            "type": "string",
5276            "traits": {
5277                "smithy.api#enum": [
5278                    {
5279                        "value": "ENABLED",
5280                        "name": "ENABLED"
5281                    },
5282                    {
5283                        "value": "DISABLED",
5284                        "name": "DISABLED"
5285                    }
5286                ]
5287            }
5288        },
5289        "com.amazonaws.ecs#MissingVersionException": {
5290            "type": "structure",
5291            "members": {
5292                "message": {
5293                    "target": "com.amazonaws.ecs#String"
5294                }
5295            },
5296            "traits": {
5297                "smithy.api#documentation": "<p>Amazon ECS is unable to determine the current version of the Amazon ECS container agent on the\n\t\t\tcontainer instance and does not have enough information to proceed with an update. This\n\t\t\tcould be because the agent running on the container instance is an older or custom\n\t\t\tversion that does not use our version information.</p>",
5298                "smithy.api#error": "client"
5299            }
5300        },
5301        "com.amazonaws.ecs#MountPoint": {
5302            "type": "structure",
5303            "members": {
5304                "sourceVolume": {
5305                    "target": "com.amazonaws.ecs#String",
5306                    "traits": {
5307                        "smithy.api#documentation": "<p>The name of the volume to mount. Must be a volume name referenced in the\n\t\t\t\t<code>name</code> parameter of task definition <code>volume</code>.</p>"
5308                    }
5309                },
5310                "containerPath": {
5311                    "target": "com.amazonaws.ecs#String",
5312                    "traits": {
5313                        "smithy.api#documentation": "<p>The path on the container to mount the host volume at.</p>"
5314                    }
5315                },
5316                "readOnly": {
5317                    "target": "com.amazonaws.ecs#BoxedBoolean",
5318                    "traits": {
5319                        "smithy.api#documentation": "<p>If this value is <code>true</code>, the container has read-only access to the volume.\n\t\t\tIf this value is <code>false</code>, then the container can write to the volume. The\n\t\t\tdefault value is <code>false</code>.</p>"
5320                    }
5321                }
5322            },
5323            "traits": {
5324                "smithy.api#documentation": "<p>Details on a volume mount point that is used in a container definition.</p>"
5325            }
5326        },
5327        "com.amazonaws.ecs#MountPointList": {
5328            "type": "list",
5329            "member": {
5330                "target": "com.amazonaws.ecs#MountPoint"
5331            }
5332        },
5333        "com.amazonaws.ecs#NetworkBinding": {
5334            "type": "structure",
5335            "members": {
5336                "bindIP": {
5337                    "target": "com.amazonaws.ecs#String",
5338                    "traits": {
5339                        "smithy.api#documentation": "<p>The IP address that the container is bound to on the container instance.</p>"
5340                    }
5341                },
5342                "containerPort": {
5343                    "target": "com.amazonaws.ecs#BoxedInteger",
5344                    "traits": {
5345                        "smithy.api#documentation": "<p>The port number on the container that is used with the network binding.</p>"
5346                    }
5347                },
5348                "hostPort": {
5349                    "target": "com.amazonaws.ecs#BoxedInteger",
5350                    "traits": {
5351                        "smithy.api#documentation": "<p>The port number on the host that is used with the network binding.</p>"
5352                    }
5353                },
5354                "protocol": {
5355                    "target": "com.amazonaws.ecs#TransportProtocol",
5356                    "traits": {
5357                        "smithy.api#documentation": "<p>The protocol used for the network binding.</p>"
5358                    }
5359                }
5360            },
5361            "traits": {
5362                "smithy.api#documentation": "<p>Details on the network bindings between a container and its host container instance.\n\t\t\tAfter a task reaches the <code>RUNNING</code> status, manual and automatic host and\n\t\t\tcontainer port assignments are visible in the <code>networkBindings</code> section of\n\t\t\t\t<a>DescribeTasks</a> API responses.</p>"
5363            }
5364        },
5365        "com.amazonaws.ecs#NetworkBindings": {
5366            "type": "list",
5367            "member": {
5368                "target": "com.amazonaws.ecs#NetworkBinding"
5369            }
5370        },
5371        "com.amazonaws.ecs#NetworkConfiguration": {
5372            "type": "structure",
5373            "members": {
5374                "awsvpcConfiguration": {
5375                    "target": "com.amazonaws.ecs#AwsVpcConfiguration",
5376                    "traits": {
5377                        "smithy.api#documentation": "<p>The VPC subnets and security groups associated with a task.</p>\n\t\t       <note>\n\t\t\t         <p>All specified subnets and security groups must be from the same VPC.</p>\n\t\t       </note>"
5378                    }
5379                }
5380            },
5381            "traits": {
5382                "smithy.api#documentation": "<p>An object representing the network configuration for a task or service.</p>"
5383            }
5384        },
5385        "com.amazonaws.ecs#NetworkInterface": {
5386            "type": "structure",
5387            "members": {
5388                "attachmentId": {
5389                    "target": "com.amazonaws.ecs#String",
5390                    "traits": {
5391                        "smithy.api#documentation": "<p>The attachment ID for the network interface.</p>"
5392                    }
5393                },
5394                "privateIpv4Address": {
5395                    "target": "com.amazonaws.ecs#String",
5396                    "traits": {
5397                        "smithy.api#documentation": "<p>The private IPv4 address for the network interface.</p>"
5398                    }
5399                },
5400                "ipv6Address": {
5401                    "target": "com.amazonaws.ecs#String",
5402                    "traits": {
5403                        "smithy.api#documentation": "<p>The private IPv6 address for the network interface.</p>"
5404                    }
5405                }
5406            },
5407            "traits": {
5408                "smithy.api#documentation": "<p>An object representing the elastic network interface for tasks that use the\n\t\t\t\t<code>awsvpc</code> network mode.</p>"
5409            }
5410        },
5411        "com.amazonaws.ecs#NetworkInterfaces": {
5412            "type": "list",
5413            "member": {
5414                "target": "com.amazonaws.ecs#NetworkInterface"
5415            }
5416        },
5417        "com.amazonaws.ecs#NetworkMode": {
5418            "type": "string",
5419            "traits": {
5420                "smithy.api#enum": [
5421                    {
5422                        "value": "bridge",
5423                        "name": "BRIDGE"
5424                    },
5425                    {
5426                        "value": "host",
5427                        "name": "HOST"
5428                    },
5429                    {
5430                        "value": "awsvpc",
5431                        "name": "AWSVPC"
5432                    },
5433                    {
5434                        "value": "none",
5435                        "name": "NONE"
5436                    }
5437                ]
5438            }
5439        },
5440        "com.amazonaws.ecs#NoUpdateAvailableException": {
5441            "type": "structure",
5442            "members": {
5443                "message": {
5444                    "target": "com.amazonaws.ecs#String"
5445                }
5446            },
5447            "traits": {
5448                "smithy.api#documentation": "<p>There is no update available for this Amazon ECS container agent. This could be because the\n\t\t\tagent is already running the latest version, or it is so old that there is no update\n\t\t\tpath to the current version.</p>",
5449                "smithy.api#error": "client"
5450            }
5451        },
5452        "com.amazonaws.ecs#PidMode": {
5453            "type": "string",
5454            "traits": {
5455                "smithy.api#enum": [
5456                    {
5457                        "value": "host",
5458                        "name": "HOST"
5459                    },
5460                    {
5461                        "value": "task",
5462                        "name": "TASK"
5463                    }
5464                ]
5465            }
5466        },
5467        "com.amazonaws.ecs#PlacementConstraint": {
5468            "type": "structure",
5469            "members": {
5470                "type": {
5471                    "target": "com.amazonaws.ecs#PlacementConstraintType",
5472                    "traits": {
5473                        "smithy.api#documentation": "<p>The type of constraint. Use <code>distinctInstance</code> to ensure that each task in\n\t\t\ta particular group is running on a different container instance. Use\n\t\t\t\t<code>memberOf</code> to restrict the selection to a group of valid\n\t\t\tcandidates.</p>"
5474                    }
5475                },
5476                "expression": {
5477                    "target": "com.amazonaws.ecs#String",
5478                    "traits": {
5479                        "smithy.api#documentation": "<p>A cluster query language expression to apply to the constraint. You cannot specify an\n\t\t\texpression if the constraint type is <code>distinctInstance</code>. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html\">Cluster Query Language</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>"
5480                    }
5481                }
5482            },
5483            "traits": {
5484                "smithy.api#documentation": "<p>An object representing a constraint on task placement. For more information, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-constraints.html\">Task Placement Constraints</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <note>\n\t\t\t         <p>If you are using the Fargate launch type, task placement constraints\n\t\t\t\tare not supported.</p>\n\t\t       </note>"
5485            }
5486        },
5487        "com.amazonaws.ecs#PlacementConstraintType": {
5488            "type": "string",
5489            "traits": {
5490                "smithy.api#enum": [
5491                    {
5492                        "value": "distinctInstance",
5493                        "name": "DISTINCT_INSTANCE"
5494                    },
5495                    {
5496                        "value": "memberOf",
5497                        "name": "MEMBER_OF"
5498                    }
5499                ]
5500            }
5501        },
5502        "com.amazonaws.ecs#PlacementConstraints": {
5503            "type": "list",
5504            "member": {
5505                "target": "com.amazonaws.ecs#PlacementConstraint"
5506            }
5507        },
5508        "com.amazonaws.ecs#PlacementStrategies": {
5509            "type": "list",
5510            "member": {
5511                "target": "com.amazonaws.ecs#PlacementStrategy"
5512            }
5513        },
5514        "com.amazonaws.ecs#PlacementStrategy": {
5515            "type": "structure",
5516            "members": {
5517                "type": {
5518                    "target": "com.amazonaws.ecs#PlacementStrategyType",
5519                    "traits": {
5520                        "smithy.api#documentation": "<p>The type of placement strategy. The <code>random</code> placement strategy randomly\n\t\t\tplaces tasks on available candidates. The <code>spread</code> placement strategy spreads\n\t\t\tplacement across available candidates evenly based on the <code>field</code> parameter.\n\t\t\tThe <code>binpack</code> strategy places tasks on available candidates that have the\n\t\t\tleast available amount of the resource that is specified with the <code>field</code>\n\t\t\tparameter. For example, if you binpack on memory, a task is placed on the instance with\n\t\t\tthe least amount of remaining memory (but still enough to run the task).</p>"
5521                    }
5522                },
5523                "field": {
5524                    "target": "com.amazonaws.ecs#String",
5525                    "traits": {
5526                        "smithy.api#documentation": "<p>The field to apply the placement strategy against. For the <code>spread</code>\n\t\t\tplacement strategy, valid values are <code>instanceId</code> (or <code>host</code>,\n\t\t\twhich has the same effect), or any platform or custom attribute that is applied to a\n\t\t\tcontainer instance, such as <code>attribute:ecs.availability-zone</code>. For the\n\t\t\t\t<code>binpack</code> placement strategy, valid values are <code>cpu</code> and\n\t\t\t\t<code>memory</code>. For the <code>random</code> placement strategy, this field is\n\t\t\tnot used.</p>"
5527                    }
5528                }
5529            },
5530            "traits": {
5531                "smithy.api#documentation": "<p>The task placement strategy for a task or service. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-strategies.html\">Task Placement Strategies</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>"
5532            }
5533        },
5534        "com.amazonaws.ecs#PlacementStrategyType": {
5535            "type": "string",
5536            "traits": {
5537                "smithy.api#enum": [
5538                    {
5539                        "value": "random",
5540                        "name": "RANDOM"
5541                    },
5542                    {
5543                        "value": "spread",
5544                        "name": "SPREAD"
5545                    },
5546                    {
5547                        "value": "binpack",
5548                        "name": "BINPACK"
5549                    }
5550                ]
5551            }
5552        },
5553        "com.amazonaws.ecs#PlatformDevice": {
5554            "type": "structure",
5555            "members": {
5556                "id": {
5557                    "target": "com.amazonaws.ecs#String",
5558                    "traits": {
5559                        "smithy.api#documentation": "<p>The ID for the GPU(s) on the container instance. The available GPU IDs can also be\n\t\t\tobtained on the container instance in the\n\t\t\t\t<code>/var/lib/ecs/gpu/nvidia_gpu_info.json</code> file.</p>",
5560                        "smithy.api#required": {}
5561                    }
5562                },
5563                "type": {
5564                    "target": "com.amazonaws.ecs#PlatformDeviceType",
5565                    "traits": {
5566                        "smithy.api#documentation": "<p>The type of device that is available on the container instance. The only supported\n\t\t\tvalue is <code>GPU</code>.</p>",
5567                        "smithy.api#required": {}
5568                    }
5569                }
5570            },
5571            "traits": {
5572                "smithy.api#documentation": "<p>The devices that are available on the container instance. The only supported device\n\t\t\ttype is a GPU.</p>"
5573            }
5574        },
5575        "com.amazonaws.ecs#PlatformDeviceType": {
5576            "type": "string",
5577            "traits": {
5578                "smithy.api#enum": [
5579                    {
5580                        "value": "GPU",
5581                        "name": "GPU"
5582                    }
5583                ]
5584            }
5585        },
5586        "com.amazonaws.ecs#PlatformDevices": {
5587            "type": "list",
5588            "member": {
5589                "target": "com.amazonaws.ecs#PlatformDevice"
5590            }
5591        },
5592        "com.amazonaws.ecs#PlatformTaskDefinitionIncompatibilityException": {
5593            "type": "structure",
5594            "members": {
5595                "message": {
5596                    "target": "com.amazonaws.ecs#String"
5597                }
5598            },
5599            "traits": {
5600                "smithy.api#documentation": "<p>The specified platform version does not satisfy the task definition's required\n\t\t\tcapabilities.</p>",
5601                "smithy.api#error": "client"
5602            }
5603        },
5604        "com.amazonaws.ecs#PlatformUnknownException": {
5605            "type": "structure",
5606            "members": {
5607                "message": {
5608                    "target": "com.amazonaws.ecs#String"
5609                }
5610            },
5611            "traits": {
5612                "smithy.api#documentation": "<p>The specified platform version does not exist.</p>",
5613                "smithy.api#error": "client"
5614            }
5615        },
5616        "com.amazonaws.ecs#PortMapping": {
5617            "type": "structure",
5618            "members": {
5619                "containerPort": {
5620                    "target": "com.amazonaws.ecs#BoxedInteger",
5621                    "traits": {
5622                        "smithy.api#documentation": "<p>The port number on the container that is bound to the user-specified or automatically\n\t\t\tassigned host port.</p>\n\t\t       <p>If you are using containers in a task with the <code>awsvpc</code> or\n\t\t\t\t<code>host</code> network mode, exposed ports should be specified using\n\t\t\t\t<code>containerPort</code>.</p>\n\t\t       <p>If you are using containers in a task with the <code>bridge</code> network mode and\n\t\t\tyou specify a container port and not a host port, your container automatically receives\n\t\t\ta host port in the ephemeral port range. For more information, see\n\t\t\t<code>hostPort</code>. Port mappings that are automatically assigned in this way do not\n\t\t\tcount toward the 100 reserved ports limit of a container instance.</p>"
5623                    }
5624                },
5625                "hostPort": {
5626                    "target": "com.amazonaws.ecs#BoxedInteger",
5627                    "traits": {
5628                        "smithy.api#documentation": "<p>The port number on the container instance to reserve for your container.</p>\n\t\t       <p>If you are using containers in a task with the <code>awsvpc</code> or\n\t\t\t\t<code>host</code> network mode, the <code>hostPort</code> can either be left blank\n\t\t\tor set to the same value as the <code>containerPort</code>.</p>\n\t\t       <p>If you are using containers in a task with the <code>bridge</code> network mode, you\n\t\t\tcan specify a non-reserved host port for your container port mapping, or you can omit\n\t\t\tthe <code>hostPort</code> (or set it to <code>0</code>) while specifying a\n\t\t\t\t<code>containerPort</code> and your container automatically receives a port in the\n\t\t\tephemeral port range for your container instance operating system and Docker\n\t\t\tversion.</p>\n\t\t       <p>The default ephemeral port range for Docker version 1.6.0 and later is listed on the\n\t\t\tinstance under <code>/proc/sys/net/ipv4/ip_local_port_range</code>. If this kernel\n\t\t\tparameter is unavailable, the default ephemeral port range from 49153 through 65535 is\n\t\t\tused. Do not attempt to specify a host port in the ephemeral port range as these are\n\t\t\treserved for automatic assignment. In general, ports below 32768 are outside of the\n\t\t\tephemeral port range.</p>\n\t\t       <note>\n\t\t\t         <p>The default ephemeral port range from 49153 through 65535 is always used for\n\t\t\t\tDocker versions before 1.6.0.</p>\n\t\t       </note>\n\t\t       <p>The default reserved ports are 22 for SSH, the Docker ports 2375 and 2376, and the\n\t\t\tAmazon ECS container agent ports 51678-51680. Any host port that was previously specified in\n\t\t\ta running task is also reserved while the task is running (after a task stops, the host\n\t\t\tport is released). The current reserved ports are displayed in the\n\t\t\t\t<code>remainingResources</code> of <a>DescribeContainerInstances</a>\n\t\t\toutput. A container instance can have up to 100 reserved ports at a time, including the\n\t\t\tdefault reserved ports. Automatically assigned ports don't count toward the 100 reserved\n\t\t\tports limit.</p>"
5629                    }
5630                },
5631                "protocol": {
5632                    "target": "com.amazonaws.ecs#TransportProtocol",
5633                    "traits": {
5634                        "smithy.api#documentation": "<p>The protocol used for the port mapping. Valid values are <code>tcp</code> and\n\t\t\t\t<code>udp</code>. The default is <code>tcp</code>.</p>"
5635                    }
5636                }
5637            },
5638            "traits": {
5639                "smithy.api#documentation": "<p>Port mappings allow containers to access ports on the host container instance to send\n\t\t\tor receive traffic. Port mappings are specified as part of the container\n\t\t\tdefinition.</p>\n\t\t       <p>If you are using containers in a task with the <code>awsvpc</code> or\n\t\t\t\t<code>host</code> network mode, exposed ports should be specified using\n\t\t\t\t<code>containerPort</code>. The <code>hostPort</code> can be left blank or it must\n\t\t\tbe the same value as the <code>containerPort</code>.</p>\n\t\t       <p>After a task reaches the <code>RUNNING</code> status, manual and automatic host and\n\t\t\tcontainer port assignments are visible in the <code>networkBindings</code> section of\n\t\t\t\t<a>DescribeTasks</a> API responses.</p>"
5640            }
5641        },
5642        "com.amazonaws.ecs#PortMappingList": {
5643            "type": "list",
5644            "member": {
5645                "target": "com.amazonaws.ecs#PortMapping"
5646            }
5647        },
5648        "com.amazonaws.ecs#PropagateTags": {
5649            "type": "string",
5650            "traits": {
5651                "smithy.api#enum": [
5652                    {
5653                        "value": "TASK_DEFINITION",
5654                        "name": "TASK_DEFINITION"
5655                    },
5656                    {
5657                        "value": "SERVICE",
5658                        "name": "SERVICE"
5659                    }
5660                ]
5661            }
5662        },
5663        "com.amazonaws.ecs#ProxyConfiguration": {
5664            "type": "structure",
5665            "members": {
5666                "type": {
5667                    "target": "com.amazonaws.ecs#ProxyConfigurationType",
5668                    "traits": {
5669                        "smithy.api#documentation": "<p>The proxy type. The only supported value is <code>APPMESH</code>.</p>"
5670                    }
5671                },
5672                "containerName": {
5673                    "target": "com.amazonaws.ecs#String",
5674                    "traits": {
5675                        "smithy.api#documentation": "<p>The name of the container that will serve as the App Mesh proxy.</p>",
5676                        "smithy.api#required": {}
5677                    }
5678                },
5679                "properties": {
5680                    "target": "com.amazonaws.ecs#ProxyConfigurationProperties",
5681                    "traits": {
5682                        "smithy.api#documentation": "<p>The set of network configuration parameters to provide the Container Network Interface\n\t\t\t(CNI) plugin, specified as key-value pairs.</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>IgnoredUID</code> - (Required) The user ID (UID) of the proxy\n\t\t\t\t\tcontainer as defined by the <code>user</code> parameter in a container\n\t\t\t\t\tdefinition. This is used to ensure the proxy ignores its own traffic. If\n\t\t\t\t\t\t<code>IgnoredGID</code> is specified, this field can be empty.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>IgnoredGID</code> - (Required) The group ID (GID) of the proxy\n\t\t\t\t\tcontainer as defined by the <code>user</code> parameter in a container\n\t\t\t\t\tdefinition. This is used to ensure the proxy ignores its own traffic. If\n\t\t\t\t\t\t<code>IgnoredUID</code> is specified, this field can be empty.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>AppPorts</code> - (Required) The list of ports that the\n\t\t\t\t\tapplication uses. Network traffic to these ports is forwarded to the\n\t\t\t\t\t\t<code>ProxyIngressPort</code> and <code>ProxyEgressPort</code>.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>ProxyIngressPort</code> - (Required) Specifies the port that\n\t\t\t\t\tincoming traffic to the <code>AppPorts</code> is directed to.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>ProxyEgressPort</code> - (Required) Specifies the port that\n\t\t\t\t\toutgoing traffic from the <code>AppPorts</code> is directed to.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>EgressIgnoredPorts</code> - (Required) The egress traffic going to\n\t\t\t\t\tthe specified ports is ignored and not redirected to the\n\t\t\t\t\t\t<code>ProxyEgressPort</code>. It can be an empty list.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>EgressIgnoredIPs</code> - (Required) The egress traffic going to\n\t\t\t\t\tthe specified IP addresses is ignored and not redirected to the\n\t\t\t\t\t\t<code>ProxyEgressPort</code>. It can be an empty list.</p>\n\t\t\t         </li>\n         </ul>"
5683                    }
5684                }
5685            },
5686            "traits": {
5687                "smithy.api#documentation": "<p>The configuration details for the App Mesh proxy.</p>\n\t\t       <p>For tasks using the EC2 launch type, the container instances require at\n\t\t\tleast version 1.26.0 of the container agent and at least version 1.26.0-1 of the\n\t\t\t\t<code>ecs-init</code> package to enable a proxy configuration. If your container\n\t\t\tinstances are launched from the Amazon ECS-optimized AMI version <code>20190301</code> or\n\t\t\tlater, then they contain the required versions of the container agent and\n\t\t\t\t<code>ecs-init</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html\">Amazon ECS-optimized Linux AMI</a>\n\t\t       </p>"
5688            }
5689        },
5690        "com.amazonaws.ecs#ProxyConfigurationProperties": {
5691            "type": "list",
5692            "member": {
5693                "target": "com.amazonaws.ecs#KeyValuePair"
5694            }
5695        },
5696        "com.amazonaws.ecs#ProxyConfigurationType": {
5697            "type": "string",
5698            "traits": {
5699                "smithy.api#enum": [
5700                    {
5701                        "value": "APPMESH",
5702                        "name": "APPMESH"
5703                    }
5704                ]
5705            }
5706        },
5707        "com.amazonaws.ecs#PutAccountSetting": {
5708            "type": "operation",
5709            "input": {
5710                "target": "com.amazonaws.ecs#PutAccountSettingRequest"
5711            },
5712            "output": {
5713                "target": "com.amazonaws.ecs#PutAccountSettingResponse"
5714            },
5715            "errors": [
5716                {
5717                    "target": "com.amazonaws.ecs#ClientException"
5718                },
5719                {
5720                    "target": "com.amazonaws.ecs#InvalidParameterException"
5721                },
5722                {
5723                    "target": "com.amazonaws.ecs#ServerException"
5724                }
5725            ],
5726            "traits": {
5727                "smithy.api#documentation": "<p>Modifies an account setting. Account settings are set on a per-Region basis.</p>\n\t\t       <p>If you change the account setting for the root user, the default settings for all of\n\t\t\tthe IAM users and roles for which no individual account setting has been specified are\n\t\t\treset. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html\">Account\n\t\t\t\tSettings</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>When <code>serviceLongArnFormat</code>, <code>taskLongArnFormat</code>, or\n\t\t\t\t<code>containerInstanceLongArnFormat</code> are specified, the Amazon Resource Name\n\t\t\t(ARN) and resource ID format of the resource type for a specified IAM user, IAM role, or\n\t\t\tthe root user for an account is affected. The opt-in and opt-out account setting must be\n\t\t\tset for each Amazon ECS resource separately. The ARN and resource ID format of a resource\n\t\t\twill be defined by the opt-in status of the IAM user or role that created the resource.\n\t\t\tYou must enable this setting to use Amazon ECS features such as resource tagging.</p>\n\t\t       <p>When <code>awsvpcTrunking</code> is specified, the elastic network interface (ENI)\n\t\t\tlimit for any new container instances that support the feature is changed. If\n\t\t\t\t<code>awsvpcTrunking</code> is enabled, any new container instances that support the\n\t\t\tfeature are launched have the increased ENI limits available to them. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html\">Elastic Network\n\t\t\t\tInterface Trunking</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>When <code>containerInsights</code> is specified, the default setting indicating\n\t\t\twhether CloudWatch Container Insights is enabled for your clusters is changed. If\n\t\t\t\t<code>containerInsights</code> is enabled, any new clusters that are created will\n\t\t\thave Container Insights enabled unless you disable it during cluster creation. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html\">CloudWatch\n\t\t\t\tContainer Insights</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
5728            }
5729        },
5730        "com.amazonaws.ecs#PutAccountSettingDefault": {
5731            "type": "operation",
5732            "input": {
5733                "target": "com.amazonaws.ecs#PutAccountSettingDefaultRequest"
5734            },
5735            "output": {
5736                "target": "com.amazonaws.ecs#PutAccountSettingDefaultResponse"
5737            },
5738            "errors": [
5739                {
5740                    "target": "com.amazonaws.ecs#ClientException"
5741                },
5742                {
5743                    "target": "com.amazonaws.ecs#InvalidParameterException"
5744                },
5745                {
5746                    "target": "com.amazonaws.ecs#ServerException"
5747                }
5748            ],
5749            "traits": {
5750                "smithy.api#documentation": "<p>Modifies an account setting for all IAM users on an account for whom no individual\n\t\t\taccount setting has been specified. Account settings are set on a per-Region\n\t\t\tbasis.</p>"
5751            }
5752        },
5753        "com.amazonaws.ecs#PutAccountSettingDefaultRequest": {
5754            "type": "structure",
5755            "members": {
5756                "name": {
5757                    "target": "com.amazonaws.ecs#SettingName",
5758                    "traits": {
5759                        "smithy.api#documentation": "<p>The resource name for which to modify the account setting. If\n\t\t\t\t<code>serviceLongArnFormat</code> is specified, the ARN for your Amazon ECS services is\n\t\t\taffected. If <code>taskLongArnFormat</code> is specified, the ARN and resource ID for\n\t\t\tyour Amazon ECS tasks is affected. If <code>containerInstanceLongArnFormat</code> is\n\t\t\tspecified, the ARN and resource ID for your Amazon ECS container instances is affected. If\n\t\t\t\t<code>awsvpcTrunking</code> is specified, the ENI limit for your Amazon ECS container\n\t\t\tinstances is affected. If <code>containerInsights</code> is specified, the default\n\t\t\tsetting for CloudWatch Container Insights for your clusters is affected.</p>",
5760                        "smithy.api#required": {}
5761                    }
5762                },
5763                "value": {
5764                    "target": "com.amazonaws.ecs#String",
5765                    "traits": {
5766                        "smithy.api#documentation": "<p>The account setting value for the specified principal ARN. Accepted values are\n\t\t\t\t<code>enabled</code> and <code>disabled</code>.</p>",
5767                        "smithy.api#required": {}
5768                    }
5769                }
5770            }
5771        },
5772        "com.amazonaws.ecs#PutAccountSettingDefaultResponse": {
5773            "type": "structure",
5774            "members": {
5775                "setting": {
5776                    "target": "com.amazonaws.ecs#Setting"
5777                }
5778            }
5779        },
5780        "com.amazonaws.ecs#PutAccountSettingRequest": {
5781            "type": "structure",
5782            "members": {
5783                "name": {
5784                    "target": "com.amazonaws.ecs#SettingName",
5785                    "traits": {
5786                        "smithy.api#documentation": "<p>The Amazon ECS resource name for which to modify the account setting. If\n\t\t\t\t<code>serviceLongArnFormat</code> is specified, the ARN for your Amazon ECS services is\n\t\t\taffected. If <code>taskLongArnFormat</code> is specified, the ARN and resource ID for\n\t\t\tyour Amazon ECS tasks is affected. If <code>containerInstanceLongArnFormat</code> is\n\t\t\tspecified, the ARN and resource ID for your Amazon ECS container instances is affected. If\n\t\t\t\t<code>awsvpcTrunking</code> is specified, the elastic network interface (ENI) limit\n\t\t\tfor your Amazon ECS container instances is affected. If <code>containerInsights</code> is\n\t\t\tspecified, the default setting for CloudWatch Container Insights for your clusters is\n\t\t\taffected.</p>",
5787                        "smithy.api#required": {}
5788                    }
5789                },
5790                "value": {
5791                    "target": "com.amazonaws.ecs#String",
5792                    "traits": {
5793                        "smithy.api#documentation": "<p>The account setting value for the specified principal ARN. Accepted values are\n\t\t\t\t<code>enabled</code> and <code>disabled</code>.</p>",
5794                        "smithy.api#required": {}
5795                    }
5796                },
5797                "principalArn": {
5798                    "target": "com.amazonaws.ecs#String",
5799                    "traits": {
5800                        "smithy.api#documentation": "<p>The ARN of the principal, which can be an IAM user, IAM role, or the root user. If you\n\t\t\tspecify the root user, it modifies the account setting for all IAM users, IAM roles, and\n\t\t\tthe root user of the account unless an IAM user or role explicitly overrides these\n\t\t\tsettings. If this field is omitted, the setting is changed only for the authenticated\n\t\t\tuser.</p>"
5801                    }
5802                }
5803            }
5804        },
5805        "com.amazonaws.ecs#PutAccountSettingResponse": {
5806            "type": "structure",
5807            "members": {
5808                "setting": {
5809                    "target": "com.amazonaws.ecs#Setting",
5810                    "traits": {
5811                        "smithy.api#documentation": "<p>The current account setting for a resource.</p>"
5812                    }
5813                }
5814            }
5815        },
5816        "com.amazonaws.ecs#PutAttributes": {
5817            "type": "operation",
5818            "input": {
5819                "target": "com.amazonaws.ecs#PutAttributesRequest"
5820            },
5821            "output": {
5822                "target": "com.amazonaws.ecs#PutAttributesResponse"
5823            },
5824            "errors": [
5825                {
5826                    "target": "com.amazonaws.ecs#AttributeLimitExceededException"
5827                },
5828                {
5829                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
5830                },
5831                {
5832                    "target": "com.amazonaws.ecs#InvalidParameterException"
5833                },
5834                {
5835                    "target": "com.amazonaws.ecs#TargetNotFoundException"
5836                }
5837            ],
5838            "traits": {
5839                "smithy.api#documentation": "<p>Create or update an attribute on an Amazon ECS resource. If the attribute does not exist,\n\t\t\tit is created. If the attribute exists, its value is replaced with the specified value.\n\t\t\tTo delete an attribute, use <a>DeleteAttributes</a>. For more information,\n\t\t\tsee <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-constraints.html#attributes\">Attributes</a> in the\n\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>"
5840            }
5841        },
5842        "com.amazonaws.ecs#PutAttributesRequest": {
5843            "type": "structure",
5844            "members": {
5845                "cluster": {
5846                    "target": "com.amazonaws.ecs#String",
5847                    "traits": {
5848                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply\n\t\t\tattributes. If you do not specify a cluster, the default cluster is assumed.</p>"
5849                    }
5850                },
5851                "attributes": {
5852                    "target": "com.amazonaws.ecs#Attributes",
5853                    "traits": {
5854                        "smithy.api#documentation": "<p>The attributes to apply to your resource. You can specify up to 10 custom attributes\n\t\t\tper resource. You can specify up to 10 attributes in a single call.</p>",
5855                        "smithy.api#required": {}
5856                    }
5857                }
5858            }
5859        },
5860        "com.amazonaws.ecs#PutAttributesResponse": {
5861            "type": "structure",
5862            "members": {
5863                "attributes": {
5864                    "target": "com.amazonaws.ecs#Attributes",
5865                    "traits": {
5866                        "smithy.api#documentation": "<p>The attributes applied to your resource.</p>"
5867                    }
5868                }
5869            }
5870        },
5871        "com.amazonaws.ecs#PutClusterCapacityProviders": {
5872            "type": "operation",
5873            "input": {
5874                "target": "com.amazonaws.ecs#PutClusterCapacityProvidersRequest"
5875            },
5876            "output": {
5877                "target": "com.amazonaws.ecs#PutClusterCapacityProvidersResponse"
5878            },
5879            "errors": [
5880                {
5881                    "target": "com.amazonaws.ecs#ClientException"
5882                },
5883                {
5884                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
5885                },
5886                {
5887                    "target": "com.amazonaws.ecs#InvalidParameterException"
5888                },
5889                {
5890                    "target": "com.amazonaws.ecs#ResourceInUseException"
5891                },
5892                {
5893                    "target": "com.amazonaws.ecs#ServerException"
5894                },
5895                {
5896                    "target": "com.amazonaws.ecs#UpdateInProgressException"
5897                }
5898            ],
5899            "traits": {
5900                "smithy.api#documentation": "<p>Modifies the available capacity providers and the default capacity provider strategy\n\t\t\tfor a cluster.</p>\n\t\t       <p>You must specify both the available capacity providers and a default capacity provider\n\t\t\tstrategy for the cluster. If the specified cluster has existing capacity providers\n\t\t\tassociated with it, you must specify all existing capacity providers in addition to any\n\t\t\tnew ones you want to add. Any existing capacity providers associated with a cluster that\n\t\t\tare omitted from a <a>PutClusterCapacityProviders</a> API call will be\n\t\t\tdisassociated with the cluster. You can only disassociate an existing capacity provider\n\t\t\tfrom a cluster if it's not being used by any existing tasks.</p>\n\t\t       <p>When creating a service or running a task on a cluster, if no capacity provider or\n\t\t\tlaunch type is specified, then the cluster's default capacity provider strategy is used.\n\t\t\tIt is recommended to define a default capacity provider strategy for your cluster,\n\t\t\thowever you may specify an empty array (<code>[]</code>) to bypass defining a default\n\t\t\tstrategy.</p>"
5901            }
5902        },
5903        "com.amazonaws.ecs#PutClusterCapacityProvidersRequest": {
5904            "type": "structure",
5905            "members": {
5906                "cluster": {
5907                    "target": "com.amazonaws.ecs#String",
5908                    "traits": {
5909                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster to modify the capacity provider\n\t\t\tsettings for. If you do not specify a cluster, the default cluster is assumed.</p>",
5910                        "smithy.api#required": {}
5911                    }
5912                },
5913                "capacityProviders": {
5914                    "target": "com.amazonaws.ecs#StringList",
5915                    "traits": {
5916                        "smithy.api#documentation": "<p>The name of one or more capacity providers to associate with the cluster.</p>\n\t\t       <p>If specifying a capacity provider that uses an Auto Scaling group, the capacity\n\t\t\tprovider must already be created. New capacity providers can be created with the <a>CreateCapacityProvider</a> API operation.</p>\n\t\t       <p>To use a AWS Fargate capacity provider, specify either the <code>FARGATE</code> or\n\t\t\t\t<code>FARGATE_SPOT</code> capacity providers. The AWS Fargate capacity providers are\n\t\t\tavailable to all accounts and only need to be associated with a cluster to be\n\t\t\tused.</p>",
5917                        "smithy.api#required": {}
5918                    }
5919                },
5920                "defaultCapacityProviderStrategy": {
5921                    "target": "com.amazonaws.ecs#CapacityProviderStrategy",
5922                    "traits": {
5923                        "smithy.api#documentation": "<p>The capacity provider strategy to use by default for the cluster.</p>\n\t\t       <p>When creating a service or running a task on a cluster, if no capacity provider or\n\t\t\tlaunch type is specified then the default capacity provider strategy for the cluster is\n\t\t\tused.</p>\n\t\t       <p>A capacity provider strategy consists of one or more capacity providers along with the\n\t\t\t\t<code>base</code> and <code>weight</code> to assign to them. A capacity provider\n\t\t\tmust be associated with the cluster to be used in a capacity provider strategy. The\n\t\t\t\t<a>PutClusterCapacityProviders</a> API is used to associate a capacity\n\t\t\tprovider with a cluster. Only capacity providers with an <code>ACTIVE</code> or\n\t\t\t\t<code>UPDATING</code> status can be used.</p>\n\t\t       <p>If specifying a capacity provider that uses an Auto Scaling group, the capacity\n\t\t\tprovider must already be created. New capacity providers can be created with the <a>CreateCapacityProvider</a> API operation.</p>\n\t\t       <p>To use a AWS Fargate capacity provider, specify either the <code>FARGATE</code> or\n\t\t\t\t<code>FARGATE_SPOT</code> capacity providers. The AWS Fargate capacity providers are\n\t\t\tavailable to all accounts and only need to be associated with a cluster to be\n\t\t\tused.</p>",
5924                        "smithy.api#required": {}
5925                    }
5926                }
5927            }
5928        },
5929        "com.amazonaws.ecs#PutClusterCapacityProvidersResponse": {
5930            "type": "structure",
5931            "members": {
5932                "cluster": {
5933                    "target": "com.amazonaws.ecs#Cluster"
5934                }
5935            }
5936        },
5937        "com.amazonaws.ecs#RegisterContainerInstance": {
5938            "type": "operation",
5939            "input": {
5940                "target": "com.amazonaws.ecs#RegisterContainerInstanceRequest"
5941            },
5942            "output": {
5943                "target": "com.amazonaws.ecs#RegisterContainerInstanceResponse"
5944            },
5945            "errors": [
5946                {
5947                    "target": "com.amazonaws.ecs#ClientException"
5948                },
5949                {
5950                    "target": "com.amazonaws.ecs#InvalidParameterException"
5951                },
5952                {
5953                    "target": "com.amazonaws.ecs#ServerException"
5954                }
5955            ],
5956            "traits": {
5957                "smithy.api#documentation": "<note>\n            <p>This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.</p>\n         </note> \n         <p>Registers an EC2\n\t\t\tinstance into the specified cluster. This instance becomes available to place containers\n\t\t\ton.</p>"
5958            }
5959        },
5960        "com.amazonaws.ecs#RegisterContainerInstanceRequest": {
5961            "type": "structure",
5962            "members": {
5963                "cluster": {
5964                    "target": "com.amazonaws.ecs#String",
5965                    "traits": {
5966                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster with which to register your container\n\t\t\tinstance. If you do not specify a cluster, the default cluster is assumed.</p>"
5967                    }
5968                },
5969                "instanceIdentityDocument": {
5970                    "target": "com.amazonaws.ecs#String",
5971                    "traits": {
5972                        "smithy.api#documentation": "<p>The instance identity document for the EC2 instance to register. This document can be\n\t\t\tfound by running the following command from the instance: <code>curl\n\t\t\t\thttp://169.254.169.254/latest/dynamic/instance-identity/document/</code>\n\t\t       </p>"
5973                    }
5974                },
5975                "instanceIdentityDocumentSignature": {
5976                    "target": "com.amazonaws.ecs#String",
5977                    "traits": {
5978                        "smithy.api#documentation": "<p>The instance identity document signature for the EC2 instance to register. This\n\t\t\tsignature can be found by running the following command from the instance: <code>curl\n\t\t\t\thttp://169.254.169.254/latest/dynamic/instance-identity/signature/</code>\n\t\t       </p>"
5979                    }
5980                },
5981                "totalResources": {
5982                    "target": "com.amazonaws.ecs#Resources",
5983                    "traits": {
5984                        "smithy.api#documentation": "<p>The resources available on the instance.</p>"
5985                    }
5986                },
5987                "versionInfo": {
5988                    "target": "com.amazonaws.ecs#VersionInfo",
5989                    "traits": {
5990                        "smithy.api#documentation": "<p>The version information for the Amazon ECS container agent and Docker daemon running on the\n\t\t\tcontainer instance.</p>"
5991                    }
5992                },
5993                "containerInstanceArn": {
5994                    "target": "com.amazonaws.ecs#String",
5995                    "traits": {
5996                        "smithy.api#documentation": "<p>The ARN of the container instance (if it was previously registered).</p>"
5997                    }
5998                },
5999                "attributes": {
6000                    "target": "com.amazonaws.ecs#Attributes",
6001                    "traits": {
6002                        "smithy.api#documentation": "<p>The container instance attributes that this container instance supports.</p>"
6003                    }
6004                },
6005                "platformDevices": {
6006                    "target": "com.amazonaws.ecs#PlatformDevices",
6007                    "traits": {
6008                        "smithy.api#documentation": "<p>The devices that are available on the container instance. The only supported device\n\t\t\ttype is a GPU.</p>"
6009                    }
6010                },
6011                "tags": {
6012                    "target": "com.amazonaws.ecs#Tags",
6013                    "traits": {
6014                        "smithy.api#documentation": "<p>The metadata that you apply to the container instance to help you categorize and\n\t\t\torganize them. Each tag consists of a key and an optional value, both of which you\n\t\t\tdefine.</p> \n         <p>The following basic restrictions apply to tags:</p>\n        <ul>\n            <li>\n                <p>Maximum number of tags per resource - 50</p>\n            </li>\n            <li>\n                <p>For each resource, each tag key must be unique, and each tag key can have only\n                    one value.</p>\n            </li>\n            <li>\n                <p>Maximum key length - 128 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>Maximum value length - 256 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>If your tagging schema is used across multiple services and resources,\n                    remember that other services may have restrictions on allowed characters.\n                    Generally allowed characters are: letters, numbers, and spaces representable in\n                    UTF-8, and the following characters: + - = . _ : / @.</p>\n            </li>\n            <li>\n                <p>Tag keys and values are case-sensitive.</p>\n            </li>\n            <li>\n                <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase\n                    combination of such as a prefix for either keys or values as it is reserved for\n                    AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with\n                    this prefix do not count against your tags per resource limit.</p>\n            </li>\n         </ul>"
6015                    }
6016                }
6017            }
6018        },
6019        "com.amazonaws.ecs#RegisterContainerInstanceResponse": {
6020            "type": "structure",
6021            "members": {
6022                "containerInstance": {
6023                    "target": "com.amazonaws.ecs#ContainerInstance",
6024                    "traits": {
6025                        "smithy.api#documentation": "<p>The container instance that was registered.</p>"
6026                    }
6027                }
6028            }
6029        },
6030        "com.amazonaws.ecs#RegisterTaskDefinition": {
6031            "type": "operation",
6032            "input": {
6033                "target": "com.amazonaws.ecs#RegisterTaskDefinitionRequest"
6034            },
6035            "output": {
6036                "target": "com.amazonaws.ecs#RegisterTaskDefinitionResponse"
6037            },
6038            "errors": [
6039                {
6040                    "target": "com.amazonaws.ecs#ClientException"
6041                },
6042                {
6043                    "target": "com.amazonaws.ecs#InvalidParameterException"
6044                },
6045                {
6046                    "target": "com.amazonaws.ecs#ServerException"
6047                }
6048            ],
6049            "traits": {
6050                "smithy.api#documentation": "<p>Registers a new task definition from the supplied <code>family</code> and\n\t\t\t\t<code>containerDefinitions</code>. Optionally, you can add data volumes to your\n\t\t\tcontainers with the <code>volumes</code> parameter. For more information about task\n\t\t\tdefinition parameters and defaults, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_defintions.html\">Amazon ECS Task\n\t\t\t\tDefinitions</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>You can specify an IAM role for your task with the <code>taskRoleArn</code> parameter.\n\t\t\tWhen you specify an IAM role for a task, its containers can then use the latest versions\n\t\t\tof the AWS CLI or SDKs to make API requests to the AWS services that are specified in\n\t\t\tthe IAM policy associated with the role. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html\">IAM\n\t\t\t\tRoles for Tasks</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>You can specify a Docker networking mode for the containers in your task definition\n\t\t\twith the <code>networkMode</code> parameter. The available network modes correspond to\n\t\t\tthose described in <a href=\"https://docs.docker.com/engine/reference/run/#/network-settings\">Network\n\t\t\t\tsettings</a> in the Docker run reference. If you specify the <code>awsvpc</code>\n\t\t\tnetwork mode, the task is allocated an elastic network interface, and you must specify a\n\t\t\t\t<a>NetworkConfiguration</a> when you create a service or run a task with\n\t\t\tthe task definition. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html\">Task Networking</a>\n\t\t\tin the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
6051            }
6052        },
6053        "com.amazonaws.ecs#RegisterTaskDefinitionRequest": {
6054            "type": "structure",
6055            "members": {
6056                "family": {
6057                    "target": "com.amazonaws.ecs#String",
6058                    "traits": {
6059                        "smithy.api#documentation": "<p>You must specify a <code>family</code> for a task definition, which allows you to\n\t\t\ttrack multiple versions of the same task definition. The <code>family</code> is used as\n\t\t\ta name for your task definition. Up to 255 letters (uppercase and lowercase), numbers, and hyphens are allowed.</p>",
6060                        "smithy.api#required": {}
6061                    }
6062                },
6063                "taskRoleArn": {
6064                    "target": "com.amazonaws.ecs#String",
6065                    "traits": {
6066                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the IAM role that containers in this task can\n\t\t\tassume. All containers in this task are granted the permissions that are specified in\n\t\t\tthis role. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html\">IAM Roles for\n\t\t\t\tTasks</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
6067                    }
6068                },
6069                "executionRoleArn": {
6070                    "target": "com.amazonaws.ecs#String",
6071                    "traits": {
6072                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the task execution role that grants the Amazon ECS container agent\n            permission to make AWS API calls on your behalf. The task execution IAM role is required\n            depending on the requirements of your task. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_execution_IAM_role.html\">Amazon ECS task\n                execution IAM role</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
6073                    }
6074                },
6075                "networkMode": {
6076                    "target": "com.amazonaws.ecs#NetworkMode",
6077                    "traits": {
6078                        "smithy.api#documentation": "<p>The Docker networking mode to use for the containers in the task. The valid values are\n                <code>none</code>, <code>bridge</code>, <code>awsvpc</code>, and <code>host</code>.\n            If no network mode is specified, the default is <code>bridge</code>.</p>\n            <p>For Amazon ECS tasks on Fargate, the <code>awsvpc</code> network mode is required. \n            For Amazon ECS tasks on Amazon EC2 instances, any network mode can be used. If the network\n            mode is set to <code>none</code>, you cannot specify port mappings in your container\n            definitions, and the tasks containers do not have external connectivity. The\n                <code>host</code> and <code>awsvpc</code> network modes offer the highest networking\n            performance for containers because they use the EC2 network stack instead of the\n            virtualized network stack provided by the <code>bridge</code> mode.</p>\n        <p>With the <code>host</code> and <code>awsvpc</code> network modes, exposed container\n            ports are mapped directly to the corresponding host port (for the <code>host</code>\n            network mode) or the attached elastic network interface port (for the\n                <code>awsvpc</code> network mode), so you cannot take advantage of dynamic host port\n            mappings. </p>\n            <important>\n                        <p>When using the <code>host</code> network mode, you should not run\n                            containers using the root user (UID 0). It is considered best practice\n                            to use a non-root user.</p>\n                    </important>\n        <p>If the network mode is <code>awsvpc</code>, the task is allocated an elastic network\n            interface, and you must specify a <a>NetworkConfiguration</a> value when you create\n            a service or run a task with the task definition. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html\">Task Networking</a> in the\n                <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n        <note>\n            <p>Currently, only Amazon ECS-optimized AMIs, other Amazon Linux variants with the\n                    <code>ecs-init</code> package, or AWS Fargate infrastructure support the\n                    <code>awsvpc</code> network mode. </p>\n        </note>\n        <p>If the network mode is <code>host</code>, you cannot run multiple instantiations of the\n            same task on a single container instance when port mappings are used.</p>\n        <p>Docker for Windows uses different network modes than Docker for Linux. When you\n            register a task definition with Windows containers, you must not specify a network mode.\n            If you use the console to register a task definition with Windows containers, you must\n            choose the <code><default></code> network mode object. </p>\n        <p>For more information, see <a href=\"https://docs.docker.com/engine/reference/run/#network-settings\">Network\n                settings</a> in the <i>Docker run reference</i>.</p>"
6079                    }
6080                },
6081                "containerDefinitions": {
6082                    "target": "com.amazonaws.ecs#ContainerDefinitions",
6083                    "traits": {
6084                        "smithy.api#documentation": "<p>A list of container definitions in JSON format that describe the different containers\n\t\t\tthat make up your task.</p>",
6085                        "smithy.api#required": {}
6086                    }
6087                },
6088                "volumes": {
6089                    "target": "com.amazonaws.ecs#VolumeList",
6090                    "traits": {
6091                        "smithy.api#documentation": "<p>A list of volume definitions in JSON format that containers in your task may\n\t\t\tuse.</p>"
6092                    }
6093                },
6094                "placementConstraints": {
6095                    "target": "com.amazonaws.ecs#TaskDefinitionPlacementConstraints",
6096                    "traits": {
6097                        "smithy.api#documentation": "<p>An array of placement constraint objects to use for the task. You can specify a\n\t\t\tmaximum of 10 constraints per task (this limit includes constraints in the task\n\t\t\tdefinition and those specified at runtime).</p>"
6098                    }
6099                },
6100                "requiresCompatibilities": {
6101                    "target": "com.amazonaws.ecs#CompatibilityList",
6102                    "traits": {
6103                        "smithy.api#documentation": "<p>The task launch type that Amazon ECS should validate the task definition against. A client\n\t\t\texception is returned if the task definition doesn't validate against the\n\t\t\tcompatibilities specified. If no value is specified, the parameter is omitted from the\n\t\t\tresponse.</p>"
6104                    }
6105                },
6106                "cpu": {
6107                    "target": "com.amazonaws.ecs#String",
6108                    "traits": {
6109                        "smithy.api#documentation": "<p>The number of CPU units used by the task. It can be expressed as an integer using CPU\n\t\t\tunits, for example <code>1024</code>, or as a string using vCPUs, for example <code>1\n\t\t\t\tvCPU</code> or <code>1 vcpu</code>, in a task definition. String values are\n\t\t\tconverted to an integer indicating the CPU units when the task definition is\n\t\t\tregistered.</p>\n\t\t       <note>\n\t\t\t         <p>Task-level CPU and memory parameters are ignored for Windows containers. We\n\t\t\t\trecommend specifying container-level resources for Windows containers.</p>\n\t\t       </note>\n\t\t       <p>If you are using the EC2 launch type, this field is optional. Supported\n\t\t\tvalues are between <code>128</code> CPU units (<code>0.125</code> vCPUs) and\n\t\t\t\t<code>10240</code> CPU units (<code>10</code> vCPUs).</p>\n\t\t       <p>If you are using the Fargate launch type, this field is required and you\n\t\t\tmust use one of the following values, which determines your range of supported values\n\t\t\tfor the <code>memory</code> parameter:</p> \n         <ul>\n            <li>\n                <p>256 (.25 vCPU) - Available <code>memory</code> values: 512 (0.5 GB), 1024 (1 GB), 2048 (2 GB)</p>\n            </li>\n            <li>\n                <p>512 (.5 vCPU) - Available <code>memory</code> values: 1024 (1 GB), 2048 (2 GB), 3072 (3 GB), 4096 (4 GB)</p>\n            </li>\n            <li>\n                <p>1024 (1 vCPU) - Available <code>memory</code> values: 2048 (2 GB), 3072 (3 GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8 GB)</p>\n            </li>\n            <li>\n                <p>2048 (2 vCPU) - Available <code>memory</code> values: Between 4096 (4 GB) and 16384 (16 GB) in increments of 1024 (1 GB)</p>\n            </li>\n            <li>\n                <p>4096 (4 vCPU) - Available <code>memory</code> values: Between 8192 (8 GB) and 30720 (30 GB) in increments of 1024 (1 GB)</p>\n            </li>\n         </ul>"
6110                    }
6111                },
6112                "memory": {
6113                    "target": "com.amazonaws.ecs#String",
6114                    "traits": {
6115                        "smithy.api#documentation": "<p>The amount of memory (in MiB) used by the task. It can be expressed as an integer\n\t\t\tusing MiB, for example <code>1024</code>, or as a string using GB, for example\n\t\t\t\t<code>1GB</code> or <code>1 GB</code>, in a task definition. String values are\n\t\t\tconverted to an integer indicating the MiB when the task definition is\n\t\t\tregistered.</p>\n\t\t       <note>\n\t\t\t         <p>Task-level CPU and memory parameters are ignored for Windows containers. We\n\t\t\t\trecommend specifying container-level resources for Windows containers.</p>\n\t\t       </note>\n\t\t       <p>If using the EC2 launch type, this field is optional.</p>\n\t\t       <p>If using the Fargate launch type, this field is required and you must\n\t\t\tuse one of the following values, which determines your range of supported values for the\n\t\t\t\t<code>cpu</code> parameter:</p> \n         <ul>\n            <li>\n                <p>512 (0.5 GB), 1024 (1 GB), 2048 (2 GB) - Available <code>cpu</code> values: 256 (.25 vCPU)</p>\n            </li>\n            <li>\n                <p>1024 (1 GB), 2048 (2 GB), 3072 (3 GB), 4096 (4 GB) - Available <code>cpu</code> values: 512 (.5 vCPU)</p>\n            </li>\n            <li>\n                <p>2048 (2 GB), 3072 (3 GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8 GB) - Available <code>cpu</code> values: 1024 (1 vCPU)</p>\n            </li>\n            <li>\n                <p>Between 4096 (4 GB) and 16384 (16 GB) in increments of 1024 (1 GB) - Available <code>cpu</code> values: 2048 (2 vCPU)</p>\n            </li>\n            <li>\n                <p>Between 8192 (8 GB) and 30720 (30 GB) in increments of 1024 (1 GB) - Available <code>cpu</code> values: 4096 (4 vCPU)</p>\n            </li>\n         </ul>"
6116                    }
6117                },
6118                "tags": {
6119                    "target": "com.amazonaws.ecs#Tags",
6120                    "traits": {
6121                        "smithy.api#documentation": "<p>The metadata that you apply to the task definition to help you categorize and organize\n\t\t\tthem. Each tag consists of a key and an optional value, both of which you define.</p>\n\t\t       <p>The following basic restrictions apply to tags:</p>\n        <ul>\n            <li>\n                <p>Maximum number of tags per resource - 50</p>\n            </li>\n            <li>\n                <p>For each resource, each tag key must be unique, and each tag key can have only\n                    one value.</p>\n            </li>\n            <li>\n                <p>Maximum key length - 128 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>Maximum value length - 256 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>If your tagging schema is used across multiple services and resources,\n                    remember that other services may have restrictions on allowed characters.\n                    Generally allowed characters are: letters, numbers, and spaces representable in\n                    UTF-8, and the following characters: + - = . _ : / @.</p>\n            </li>\n            <li>\n                <p>Tag keys and values are case-sensitive.</p>\n            </li>\n            <li>\n                <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase\n                    combination of such as a prefix for either keys or values as it is reserved for\n                    AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with\n                    this prefix do not count against your tags per resource limit.</p>\n            </li>\n         </ul>"
6122                    }
6123                },
6124                "pidMode": {
6125                    "target": "com.amazonaws.ecs#PidMode",
6126                    "traits": {
6127                        "smithy.api#documentation": "<p>The process namespace to use for the containers in the task. The valid\n                            values are <code>host</code> or <code>task</code>. If <code>host</code>\n                            is specified, then all containers within the tasks that specified the\n                                <code>host</code> PID mode on the same container instance share the\n                            same process namespace with the host Amazon EC2 instance. If <code>task</code> is\n                            specified, all containers within the specified task share the same\n                            process namespace. If no value is specified, the default is a private\n                            namespace. For more information, see <a href=\"https://docs.docker.com/engine/reference/run/#pid-settings---pid\">PID settings</a> in the <i>Docker run\n                                reference</i>.</p>\n                        <p>If the <code>host</code> PID mode is used, be aware that there is a\n                            heightened risk of undesired process namespace expose. For more\n                            information, see <a href=\"https://docs.docker.com/engine/security/security/\">Docker\n                                security</a>.</p> \n         <note>\n                                <p>This parameter is not supported for Windows containers or tasks run on AWS Fargate.</p>\n                             </note>"
6128                    }
6129                },
6130                "ipcMode": {
6131                    "target": "com.amazonaws.ecs#IpcMode",
6132                    "traits": {
6133                        "smithy.api#documentation": "<p>The IPC resource namespace to use for the containers in the task. The valid values are\n                <code>host</code>, <code>task</code>, or <code>none</code>. If <code>host</code> is\n            specified, then all containers within the tasks that specified the <code>host</code> IPC\n            mode on the same container instance share the same IPC resources with the host Amazon EC2\n            instance. If <code>task</code> is specified, all containers within the specified task\n            share the same IPC resources. If <code>none</code> is specified, then IPC resources\n            within the containers of a task are private and not shared with other containers in a\n            task or on the container instance. If no value is specified, then the IPC resource\n            namespace sharing depends on the Docker daemon setting on the container instance. For\n            more information, see <a href=\"https://docs.docker.com/engine/reference/run/#ipc-settings---ipc\">IPC\n                settings</a> in the <i>Docker run reference</i>.</p>\n        <p>If the <code>host</code> IPC mode is used, be aware that there is a heightened risk of\n            undesired IPC namespace expose. For more information, see <a href=\"https://docs.docker.com/engine/security/security/\">Docker\n            security</a>.</p>\n        <p>If you are setting namespaced kernel parameters using <code>systemControls</code> for\n            the containers in the task, the following will apply to your IPC resource namespace. For\n            more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html\">System\n                Controls</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n        <ul>\n            <li>\n                <p>For tasks that use the <code>host</code> IPC mode, IPC namespace related\n                        <code>systemControls</code> are not supported.</p>\n            </li>\n            <li>\n                <p>For tasks that use the <code>task</code> IPC mode, IPC namespace related\n                        <code>systemControls</code> will apply to all containers within a\n                    task.</p>\n            </li>\n         </ul> \n         <note>\n                                <p>This parameter is not supported for Windows containers or tasks run on AWS Fargate.</p>\n                             </note>"
6134                    }
6135                },
6136                "proxyConfiguration": {
6137                    "target": "com.amazonaws.ecs#ProxyConfiguration"
6138                },
6139                "inferenceAccelerators": {
6140                    "target": "com.amazonaws.ecs#InferenceAccelerators",
6141                    "traits": {
6142                        "smithy.api#documentation": "<p>The Elastic Inference accelerators to use for the containers in the task.</p>"
6143                    }
6144                }
6145            }
6146        },
6147        "com.amazonaws.ecs#RegisterTaskDefinitionResponse": {
6148            "type": "structure",
6149            "members": {
6150                "taskDefinition": {
6151                    "target": "com.amazonaws.ecs#TaskDefinition",
6152                    "traits": {
6153                        "smithy.api#documentation": "<p>The full description of the registered task definition.</p>"
6154                    }
6155                },
6156                "tags": {
6157                    "target": "com.amazonaws.ecs#Tags",
6158                    "traits": {
6159                        "smithy.api#documentation": "<p>The list of tags associated with the task definition.</p>"
6160                    }
6161                }
6162            }
6163        },
6164        "com.amazonaws.ecs#RepositoryCredentials": {
6165            "type": "structure",
6166            "members": {
6167                "credentialsParameter": {
6168                    "target": "com.amazonaws.ecs#String",
6169                    "traits": {
6170                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the secret containing the private repository\n\t\t\tcredentials.</p>\n\t\t       <note>\n\t\t\t         <p>When you are using the Amazon ECS API, AWS CLI, or AWS SDK, if the secret exists in the\n\t\t\t\tsame Region as the task that you are launching then you can use either the full ARN\n\t\t\t\tor the name of the secret. When you are using the AWS Management Console, you must specify the\n\t\t\t\tfull ARN of the secret.</p>\n\t\t       </note>",
6171                        "smithy.api#required": {}
6172                    }
6173                }
6174            },
6175            "traits": {
6176                "smithy.api#documentation": "<p>The repository credentials for private registry authentication.</p>"
6177            }
6178        },
6179        "com.amazonaws.ecs#RequiresAttributes": {
6180            "type": "list",
6181            "member": {
6182                "target": "com.amazonaws.ecs#Attribute"
6183            }
6184        },
6185        "com.amazonaws.ecs#Resource": {
6186            "type": "structure",
6187            "members": {
6188                "name": {
6189                    "target": "com.amazonaws.ecs#String",
6190                    "traits": {
6191                        "smithy.api#documentation": "<p>The name of the resource, such as <code>CPU</code>, <code>MEMORY</code>,\n\t\t\t\t<code>PORTS</code>, <code>PORTS_UDP</code>, or a user-defined resource.</p>"
6192                    }
6193                },
6194                "type": {
6195                    "target": "com.amazonaws.ecs#String",
6196                    "traits": {
6197                        "smithy.api#documentation": "<p>The type of the resource, such as <code>INTEGER</code>, <code>DOUBLE</code>,\n\t\t\t\t<code>LONG</code>, or <code>STRINGSET</code>.</p>"
6198                    }
6199                },
6200                "doubleValue": {
6201                    "target": "com.amazonaws.ecs#Double",
6202                    "traits": {
6203                        "smithy.api#documentation": "<p>When the <code>doubleValue</code> type is set, the value of the resource must be a\n\t\t\tdouble precision floating-point type.</p>"
6204                    }
6205                },
6206                "longValue": {
6207                    "target": "com.amazonaws.ecs#Long",
6208                    "traits": {
6209                        "smithy.api#documentation": "<p>When the <code>longValue</code> type is set, the value of the resource must be an\n\t\t\textended precision floating-point type.</p>"
6210                    }
6211                },
6212                "integerValue": {
6213                    "target": "com.amazonaws.ecs#Integer",
6214                    "traits": {
6215                        "smithy.api#documentation": "<p>When the <code>integerValue</code> type is set, the value of the resource must be an\n\t\t\tinteger.</p>"
6216                    }
6217                },
6218                "stringSetValue": {
6219                    "target": "com.amazonaws.ecs#StringList",
6220                    "traits": {
6221                        "smithy.api#documentation": "<p>When the <code>stringSetValue</code> type is set, the value of the resource must be a\n\t\t\tstring type.</p>"
6222                    }
6223                }
6224            },
6225            "traits": {
6226                "smithy.api#documentation": "<p>Describes the resources available for a container instance.</p>"
6227            }
6228        },
6229        "com.amazonaws.ecs#ResourceInUseException": {
6230            "type": "structure",
6231            "members": {
6232                "message": {
6233                    "target": "com.amazonaws.ecs#String"
6234                }
6235            },
6236            "traits": {
6237                "smithy.api#documentation": "<p>The specified resource is in-use and cannot be removed.</p>",
6238                "smithy.api#error": "client"
6239            }
6240        },
6241        "com.amazonaws.ecs#ResourceNotFoundException": {
6242            "type": "structure",
6243            "members": {
6244                "message": {
6245                    "target": "com.amazonaws.ecs#String"
6246                }
6247            },
6248            "traits": {
6249                "smithy.api#documentation": "<p>The specified resource could not be found.</p>",
6250                "smithy.api#error": "client"
6251            }
6252        },
6253        "com.amazonaws.ecs#ResourceRequirement": {
6254            "type": "structure",
6255            "members": {
6256                "value": {
6257                    "target": "com.amazonaws.ecs#String",
6258                    "traits": {
6259                        "smithy.api#documentation": "<p>The value for the specified resource type.</p>\n\t\t       <p>If the <code>GPU</code> type is used, the value is the number of physical\n\t\t\t\t<code>GPUs</code> the Amazon ECS container agent will reserve for the container. The\n\t\t\tnumber of GPUs reserved for all containers in a task should not exceed the number of\n\t\t\tavailable GPUs on the container instance the task is launched on.</p>\n\t\t       <p>If the <code>InferenceAccelerator</code> type is used, the <code>value</code> should\n\t\t\tmatch the <code>deviceName</code> for an <a>InferenceAccelerator</a>\n\t\t\tspecified in a task definition.</p>",
6260                        "smithy.api#required": {}
6261                    }
6262                },
6263                "type": {
6264                    "target": "com.amazonaws.ecs#ResourceType",
6265                    "traits": {
6266                        "smithy.api#documentation": "<p>The type of resource to assign to a container. The supported values are\n\t\t\t\t<code>GPU</code> or <code>InferenceAccelerator</code>.</p>",
6267                        "smithy.api#required": {}
6268                    }
6269                }
6270            },
6271            "traits": {
6272                "smithy.api#documentation": "<p>The type and amount of a resource to assign to a container. The supported resource\n\t\t\ttypes are GPUs and Elastic Inference accelerators. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-gpu.html\">Working with\n\t\t\t\tGPUs on Amazon ECS</a> or <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-eia.html\">Working with Amazon Elastic Inference on Amazon ECS</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>\n         </p>"
6273            }
6274        },
6275        "com.amazonaws.ecs#ResourceRequirements": {
6276            "type": "list",
6277            "member": {
6278                "target": "com.amazonaws.ecs#ResourceRequirement"
6279            }
6280        },
6281        "com.amazonaws.ecs#ResourceType": {
6282            "type": "string",
6283            "traits": {
6284                "smithy.api#enum": [
6285                    {
6286                        "value": "GPU",
6287                        "name": "GPU"
6288                    },
6289                    {
6290                        "value": "InferenceAccelerator",
6291                        "name": "INFERENCE_ACCELERATOR"
6292                    }
6293                ]
6294            }
6295        },
6296        "com.amazonaws.ecs#Resources": {
6297            "type": "list",
6298            "member": {
6299                "target": "com.amazonaws.ecs#Resource"
6300            }
6301        },
6302        "com.amazonaws.ecs#RunTask": {
6303            "type": "operation",
6304            "input": {
6305                "target": "com.amazonaws.ecs#RunTaskRequest"
6306            },
6307            "output": {
6308                "target": "com.amazonaws.ecs#RunTaskResponse"
6309            },
6310            "errors": [
6311                {
6312                    "target": "com.amazonaws.ecs#AccessDeniedException"
6313                },
6314                {
6315                    "target": "com.amazonaws.ecs#BlockedException"
6316                },
6317                {
6318                    "target": "com.amazonaws.ecs#ClientException"
6319                },
6320                {
6321                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
6322                },
6323                {
6324                    "target": "com.amazonaws.ecs#InvalidParameterException"
6325                },
6326                {
6327                    "target": "com.amazonaws.ecs#PlatformTaskDefinitionIncompatibilityException"
6328                },
6329                {
6330                    "target": "com.amazonaws.ecs#PlatformUnknownException"
6331                },
6332                {
6333                    "target": "com.amazonaws.ecs#ServerException"
6334                },
6335                {
6336                    "target": "com.amazonaws.ecs#UnsupportedFeatureException"
6337                }
6338            ],
6339            "traits": {
6340                "smithy.api#documentation": "<p>Starts a new task using the specified task definition.</p>\n\t\t       <p>You can allow Amazon ECS to place tasks for you, or you can customize how Amazon ECS places\n\t\t\ttasks using placement constraints and placement strategies. For more information, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html\">Scheduling Tasks</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>Alternatively, you can use <a>StartTask</a> to use your own scheduler or\n\t\t\tplace tasks manually on specific container instances.</p>\n\t\t       <p>The Amazon ECS API follows an eventual consistency model, due to the distributed nature of\n\t\t\tthe system supporting the API. This means that the result of an API command you run that\n\t\t\taffects your Amazon ECS resources might not be immediately visible to all subsequent commands\n\t\t\tyou run. Keep this in mind when you carry out an API command that immediately follows a\n\t\t\tprevious API command.</p>\n\t\t       <p>To manage eventual consistency, you can do the following:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>Confirm the state of the resource before you run a command to modify it. Run\n\t\t\t\t\tthe DescribeTasks command using an exponential backoff algorithm to ensure that\n\t\t\t\t\tyou allow enough time for the previous command to propagate through the system.\n\t\t\t\t\tTo do this, run the DescribeTasks command repeatedly, starting with a couple of\n\t\t\t\t\tseconds of wait time and increasing gradually up to five minutes of wait\n\t\t\t\t\ttime.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Add wait time between subsequent commands, even if the DescribeTasks command\n\t\t\t\t\treturns an accurate response. Apply an exponential backoff algorithm starting\n\t\t\t\t\twith a couple of seconds of wait time, and increase gradually up to about five\n\t\t\t\t\tminutes of wait time.</p>\n\t\t\t         </li>\n         </ul>"
6341            }
6342        },
6343        "com.amazonaws.ecs#RunTaskRequest": {
6344            "type": "structure",
6345            "members": {
6346                "capacityProviderStrategy": {
6347                    "target": "com.amazonaws.ecs#CapacityProviderStrategy",
6348                    "traits": {
6349                        "smithy.api#documentation": "<p>The capacity provider strategy to use for the task.</p>\n\t\t       <p>If a <code>capacityProviderStrategy</code> is specified, the <code>launchType</code>\n\t\t\tparameter must be omitted. If no <code>capacityProviderStrategy</code> or\n\t\t\t\t<code>launchType</code> is specified, the\n\t\t\t\t<code>defaultCapacityProviderStrategy</code> for the cluster is used.</p>"
6350                    }
6351                },
6352                "cluster": {
6353                    "target": "com.amazonaws.ecs#String",
6354                    "traits": {
6355                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster on which to run your task.\n\t\t\tIf you do not specify a cluster, the default cluster is assumed.</p>"
6356                    }
6357                },
6358                "count": {
6359                    "target": "com.amazonaws.ecs#BoxedInteger",
6360                    "traits": {
6361                        "smithy.api#documentation": "<p>The number of instantiations of the specified task to place on your cluster. You can\n\t\t\tspecify up to 10 tasks per call.</p>"
6362                    }
6363                },
6364                "enableECSManagedTags": {
6365                    "target": "com.amazonaws.ecs#Boolean",
6366                    "traits": {
6367                        "smithy.api#documentation": "<p>Specifies whether to enable Amazon ECS managed tags for the task. For more information, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html\">Tagging Your Amazon ECS\n\t\t\t\tResources</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
6368                    }
6369                },
6370                "enableExecuteCommand": {
6371                    "target": "com.amazonaws.ecs#Boolean",
6372                    "traits": {
6373                        "smithy.api#documentation": "<p>Whether or not to enable the execute command functionality for the containers in this\n\t\t\ttask. If <code>true</code>, this enables execute command functionality on all containers\n\t\t\tin the task.</p>"
6374                    }
6375                },
6376                "group": {
6377                    "target": "com.amazonaws.ecs#String",
6378                    "traits": {
6379                        "smithy.api#documentation": "<p>The name of the task group to associate with the task. The default value is the family\n\t\t\tname of the task definition (for example, family:my-family-name).</p>"
6380                    }
6381                },
6382                "launchType": {
6383                    "target": "com.amazonaws.ecs#LaunchType",
6384                    "traits": {
6385                        "smithy.api#documentation": "<p>The launch type on which to run your task. The accepted values are\n\t\t\t\t<code>FARGATE</code> and <code>EC2</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html\">Amazon ECS\n\t\t\t\tLaunch Types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>When a value of <code>FARGATE</code> is specified, your tasks are launched on\n\t\t\tAWS Fargate On-Demand infrastructure. To use Fargate Spot, you must use a capacity\n\t\t\tprovider strategy with the <code>FARGATE_SPOT</code> capacity provider.</p>\n\t\t       <p>When a value of <code>EC2</code> is specified, your tasks are launched on Amazon EC2\n\t\t\tinstances registered to your cluster.</p>\n\t\t       <p>If a <code>launchType</code> is specified, the <code>capacityProviderStrategy</code>\n\t\t\tparameter must be omitted.</p>"
6386                    }
6387                },
6388                "networkConfiguration": {
6389                    "target": "com.amazonaws.ecs#NetworkConfiguration",
6390                    "traits": {
6391                        "smithy.api#documentation": "<p>The network configuration for the task. This parameter is required for task\n\t\t\tdefinitions that use the <code>awsvpc</code> network mode to receive their own elastic\n\t\t\tnetwork interface, and it is not supported for other network modes. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html\">Task Networking</a>\n\t\t\tin the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
6392                    }
6393                },
6394                "overrides": {
6395                    "target": "com.amazonaws.ecs#TaskOverride",
6396                    "traits": {
6397                        "smithy.api#documentation": "<p>A list of container overrides in JSON format that specify the name of a container in\n\t\t\tthe specified task definition and the overrides it should receive. You can override the\n\t\t\tdefault command for a container (that is specified in the task definition or Docker\n\t\t\timage) with a <code>command</code> override. You can also override existing environment\n\t\t\tvariables (that are specified in the task definition or Docker image) on a container or\n\t\t\tadd new environment variables to it with an <code>environment</code> override.</p>\n\t\t       <note>\n\t\t\t         <p>A total of 8192 characters are allowed for overrides. This limit includes the JSON\n\t\t\t\tformatting characters of the override structure.</p>\n\t\t       </note>"
6398                    }
6399                },
6400                "placementConstraints": {
6401                    "target": "com.amazonaws.ecs#PlacementConstraints",
6402                    "traits": {
6403                        "smithy.api#documentation": "<p>An array of placement constraint objects to use for the task. You can specify up to 10\n\t\t\tconstraints per task (including constraints in the task definition and those specified\n\t\t\tat runtime).</p>"
6404                    }
6405                },
6406                "placementStrategy": {
6407                    "target": "com.amazonaws.ecs#PlacementStrategies",
6408                    "traits": {
6409                        "smithy.api#documentation": "<p>The placement strategy objects to use for the task. You can specify a maximum of five\n\t\t\tstrategy rules per task.</p>"
6410                    }
6411                },
6412                "platformVersion": {
6413                    "target": "com.amazonaws.ecs#String",
6414                    "traits": {
6415                        "smithy.api#documentation": "<p>The platform version the task should run. A platform version is only specified for\n\t\t\ttasks using the Fargate launch type. If one is not specified, the\n\t\t\t\t<code>LATEST</code> platform version is used by default. For more information, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html\">AWS Fargate Platform\n\t\t\t\tVersions</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
6416                    }
6417                },
6418                "propagateTags": {
6419                    "target": "com.amazonaws.ecs#PropagateTags",
6420                    "traits": {
6421                        "smithy.api#documentation": "<p>Specifies whether to propagate the tags from the task definition to the task. If no\n\t\t\tvalue is specified, the tags are not propagated. Tags can only be propagated to the task\n\t\t\tduring task creation. To add tags to a task after task creation, use the <a>TagResource</a> API action.</p>\n\t\t       <note>\n\t\t\t         <p>An error will be received if you specify the <code>SERVICE</code> option when\n\t\t\t\trunning a task.</p>\n\t\t       </note>"
6422                    }
6423                },
6424                "referenceId": {
6425                    "target": "com.amazonaws.ecs#String",
6426                    "traits": {
6427                        "smithy.api#documentation": "<p>The reference ID to use for the task.</p>"
6428                    }
6429                },
6430                "startedBy": {
6431                    "target": "com.amazonaws.ecs#String",
6432                    "traits": {
6433                        "smithy.api#documentation": "<p>An optional tag specified when a task is started. For example, if you automatically\n\t\t\ttrigger a task to run a batch process job, you could apply a unique identifier for that\n\t\t\tjob to your task with the <code>startedBy</code> parameter. You can then identify which\n\t\t\ttasks belong to that job by filtering the results of a <a>ListTasks</a> call\n\t\t\twith the <code>startedBy</code> value. Up to 36 letters (uppercase and lowercase),\n\t\t\tnumbers, hyphens, and underscores are allowed.</p>\n\t\t       <p>If a task is started by an Amazon ECS service, then the <code>startedBy</code> parameter\n\t\t\tcontains the deployment ID of the service that starts it.</p>"
6434                    }
6435                },
6436                "tags": {
6437                    "target": "com.amazonaws.ecs#Tags",
6438                    "traits": {
6439                        "smithy.api#documentation": "<p>The metadata that you apply to the task to help you categorize and organize them. Each\n\t\t\ttag consists of a key and an optional value, both of which you define.</p>\n\t\t       <p>The following basic restrictions apply to tags:</p>\n        <ul>\n            <li>\n                <p>Maximum number of tags per resource - 50</p>\n            </li>\n            <li>\n                <p>For each resource, each tag key must be unique, and each tag key can have only\n                    one value.</p>\n            </li>\n            <li>\n                <p>Maximum key length - 128 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>Maximum value length - 256 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>If your tagging schema is used across multiple services and resources,\n                    remember that other services may have restrictions on allowed characters.\n                    Generally allowed characters are: letters, numbers, and spaces representable in\n                    UTF-8, and the following characters: + - = . _ : / @.</p>\n            </li>\n            <li>\n                <p>Tag keys and values are case-sensitive.</p>\n            </li>\n            <li>\n                <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase\n                    combination of such as a prefix for either keys or values as it is reserved for\n                    AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with\n                    this prefix do not count against your tags per resource limit.</p>\n            </li>\n         </ul>"
6440                    }
6441                },
6442                "taskDefinition": {
6443                    "target": "com.amazonaws.ecs#String",
6444                    "traits": {
6445                        "smithy.api#documentation": "<p>The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or\n\t\t\tfull ARN of the task definition to run. If a <code>revision</code> is not specified,\n\t\t\tthe latest <code>ACTIVE</code> revision is used.</p>",
6446                        "smithy.api#required": {}
6447                    }
6448                }
6449            }
6450        },
6451        "com.amazonaws.ecs#RunTaskResponse": {
6452            "type": "structure",
6453            "members": {
6454                "tasks": {
6455                    "target": "com.amazonaws.ecs#Tasks",
6456                    "traits": {
6457                        "smithy.api#documentation": "<p>A full description of the tasks that were run. The tasks that were successfully placed\n\t\t\ton your cluster are described here.</p>"
6458                    }
6459                },
6460                "failures": {
6461                    "target": "com.amazonaws.ecs#Failures",
6462                    "traits": {
6463                        "smithy.api#documentation": "<p>Any failures associated with the call.</p>"
6464                    }
6465                }
6466            }
6467        },
6468        "com.amazonaws.ecs#Scale": {
6469            "type": "structure",
6470            "members": {
6471                "value": {
6472                    "target": "com.amazonaws.ecs#Double",
6473                    "traits": {
6474                        "smithy.api#documentation": "<p>The value, specified as a percent total of a service's <code>desiredCount</code>, to\n\t\t\tscale the task set. Accepted values are numbers between 0 and 100.</p>"
6475                    }
6476                },
6477                "unit": {
6478                    "target": "com.amazonaws.ecs#ScaleUnit",
6479                    "traits": {
6480                        "smithy.api#documentation": "<p>The unit of measure for the scale value.</p>"
6481                    }
6482                }
6483            },
6484            "traits": {
6485                "smithy.api#documentation": "<p>A floating-point percentage of the desired number of tasks to place and keep running\n\t\t\tin the task set.</p>"
6486            }
6487        },
6488        "com.amazonaws.ecs#ScaleUnit": {
6489            "type": "string",
6490            "traits": {
6491                "smithy.api#enum": [
6492                    {
6493                        "value": "PERCENT",
6494                        "name": "PERCENT"
6495                    }
6496                ]
6497            }
6498        },
6499        "com.amazonaws.ecs#SchedulingStrategy": {
6500            "type": "string",
6501            "traits": {
6502                "smithy.api#enum": [
6503                    {
6504                        "value": "REPLICA",
6505                        "name": "REPLICA"
6506                    },
6507                    {
6508                        "value": "DAEMON",
6509                        "name": "DAEMON"
6510                    }
6511                ]
6512            }
6513        },
6514        "com.amazonaws.ecs#Scope": {
6515            "type": "string",
6516            "traits": {
6517                "smithy.api#enum": [
6518                    {
6519                        "value": "task",
6520                        "name": "TASK"
6521                    },
6522                    {
6523                        "value": "shared",
6524                        "name": "SHARED"
6525                    }
6526                ]
6527            }
6528        },
6529        "com.amazonaws.ecs#Secret": {
6530            "type": "structure",
6531            "members": {
6532                "name": {
6533                    "target": "com.amazonaws.ecs#String",
6534                    "traits": {
6535                        "smithy.api#documentation": "<p>The name of the secret.</p>",
6536                        "smithy.api#required": {}
6537                    }
6538                },
6539                "valueFrom": {
6540                    "target": "com.amazonaws.ecs#String",
6541                    "traits": {
6542                        "smithy.api#documentation": "<p>The secret to expose to the container. The supported values are either the full ARN of\n\t\t\tthe AWS Secrets Manager secret or the full ARN of the parameter in the AWS Systems Manager Parameter Store.</p>\n\t\t       <note>\n\t\t\t         <p>If the AWS Systems Manager Parameter Store parameter exists in the same Region as the task you\n\t\t\t\tare launching, then you can use either the full ARN or name of the parameter. If the\n\t\t\t\tparameter exists in a different Region, then the full ARN must be specified.</p>\n\t\t       </note>",
6543                        "smithy.api#required": {}
6544                    }
6545                }
6546            },
6547            "traits": {
6548                "smithy.api#documentation": "<p>An object representing the secret to expose to your container. Secrets can be exposed\n\t\t\tto a container in the following ways:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>To inject sensitive data into your containers as environment variables, use\n\t\t\t\t\tthe <code>secrets</code> container definition parameter.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>To reference sensitive information in the log configuration of a container,\n\t\t\t\t\tuse the <code>secretOptions</code> container definition parameter.</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data.html\">Specifying\n\t\t\t\tSensitive Data</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
6549            }
6550        },
6551        "com.amazonaws.ecs#SecretList": {
6552            "type": "list",
6553            "member": {
6554                "target": "com.amazonaws.ecs#Secret"
6555            }
6556        },
6557        "com.amazonaws.ecs#SensitiveString": {
6558            "type": "string",
6559            "traits": {
6560                "smithy.api#sensitive": {}
6561            }
6562        },
6563        "com.amazonaws.ecs#ServerException": {
6564            "type": "structure",
6565            "members": {
6566                "message": {
6567                    "target": "com.amazonaws.ecs#String"
6568                }
6569            },
6570            "traits": {
6571                "smithy.api#documentation": "<p>These errors are usually caused by a server issue.</p>",
6572                "smithy.api#error": "server"
6573            }
6574        },
6575        "com.amazonaws.ecs#Service": {
6576            "type": "structure",
6577            "members": {
6578                "serviceArn": {
6579                    "target": "com.amazonaws.ecs#String",
6580                    "traits": {
6581                        "smithy.api#documentation": "<p>The ARN that identifies the service. The ARN contains the <code>arn:aws:ecs</code> namespace, followed by the Region of the service, the AWS account ID of the service owner, the <code>service</code> namespace, and then the service name. For example, <code>arn:aws:ecs:region:012345678910:service/my-service</code>.</p>"
6582                    }
6583                },
6584                "serviceName": {
6585                    "target": "com.amazonaws.ecs#String",
6586                    "traits": {
6587                        "smithy.api#documentation": "<p>The name of your service. Up to 255 letters (uppercase and lowercase), numbers, and hyphens are allowed. Service names must be unique within\n\t\t\ta cluster, but you can have similarly named services in multiple clusters within a\n\t\t\tRegion or across multiple Regions.</p>"
6588                    }
6589                },
6590                "clusterArn": {
6591                    "target": "com.amazonaws.ecs#String",
6592                    "traits": {
6593                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the cluster that hosts the service.</p>"
6594                    }
6595                },
6596                "loadBalancers": {
6597                    "target": "com.amazonaws.ecs#LoadBalancers",
6598                    "traits": {
6599                        "smithy.api#documentation": "<p>A list of Elastic Load Balancing load balancer objects, containing the load balancer name, the\n\t\t\tcontainer name (as it appears in a container definition), and the container port to\n\t\t\taccess from the load balancer.</p>"
6600                    }
6601                },
6602                "serviceRegistries": {
6603                    "target": "com.amazonaws.ecs#ServiceRegistries",
6604                    "traits": {
6605                        "smithy.api#documentation": "<p>The details of the service discovery registries to assign to this service. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html\">Service\n\t\t\t\tDiscovery</a>.</p>"
6606                    }
6607                },
6608                "status": {
6609                    "target": "com.amazonaws.ecs#String",
6610                    "traits": {
6611                        "smithy.api#documentation": "<p>The status of the service. The valid values are <code>ACTIVE</code>,\n\t\t\t\t<code>DRAINING</code>, or <code>INACTIVE</code>.</p>"
6612                    }
6613                },
6614                "desiredCount": {
6615                    "target": "com.amazonaws.ecs#Integer",
6616                    "traits": {
6617                        "smithy.api#documentation": "<p>The desired number of instantiations of the task definition to keep running on the\n\t\t\tservice. This value is specified when the service is created with <a>CreateService</a>, and it can be modified with <a>UpdateService</a>.</p>"
6618                    }
6619                },
6620                "runningCount": {
6621                    "target": "com.amazonaws.ecs#Integer",
6622                    "traits": {
6623                        "smithy.api#documentation": "<p>The number of tasks in the cluster that are in the <code>RUNNING</code> state.</p>"
6624                    }
6625                },
6626                "pendingCount": {
6627                    "target": "com.amazonaws.ecs#Integer",
6628                    "traits": {
6629                        "smithy.api#documentation": "<p>The number of tasks in the cluster that are in the <code>PENDING</code> state.</p>"
6630                    }
6631                },
6632                "launchType": {
6633                    "target": "com.amazonaws.ecs#LaunchType",
6634                    "traits": {
6635                        "smithy.api#documentation": "<p>The launch type on which your service is running. If no value is specified, it will\n\t\t\tdefault to <code>EC2</code>. Valid values include <code>EC2</code> and\n\t\t\t\t<code>FARGATE</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html\">Amazon ECS\n\t\t\t\tLaunch Types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
6636                    }
6637                },
6638                "capacityProviderStrategy": {
6639                    "target": "com.amazonaws.ecs#CapacityProviderStrategy",
6640                    "traits": {
6641                        "smithy.api#documentation": "<p>The capacity provider strategy associated with the service.</p>"
6642                    }
6643                },
6644                "platformVersion": {
6645                    "target": "com.amazonaws.ecs#String",
6646                    "traits": {
6647                        "smithy.api#documentation": "<p>The platform version on which to run your service. A platform version is only\n\t\t\tspecified for tasks using the Fargate launch type. If one is not\n\t\t\tspecified, the <code>LATEST</code> platform version is used by default. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html\">AWS Fargate Platform\n\t\t\t\tVersions</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
6648                    }
6649                },
6650                "taskDefinition": {
6651                    "target": "com.amazonaws.ecs#String",
6652                    "traits": {
6653                        "smithy.api#documentation": "<p>The task definition to use for tasks in the service. This value is specified when the\n\t\t\tservice is created with <a>CreateService</a>, and it can be modified with\n\t\t\t\t<a>UpdateService</a>.</p>"
6654                    }
6655                },
6656                "deploymentConfiguration": {
6657                    "target": "com.amazonaws.ecs#DeploymentConfiguration",
6658                    "traits": {
6659                        "smithy.api#documentation": "<p>Optional deployment parameters that control how many tasks run during the deployment\n\t\t\tand the ordering of stopping and starting tasks.</p>"
6660                    }
6661                },
6662                "taskSets": {
6663                    "target": "com.amazonaws.ecs#TaskSets",
6664                    "traits": {
6665                        "smithy.api#documentation": "<p>Information about a set of Amazon ECS tasks in either an AWS CodeDeploy or an <code>EXTERNAL</code>\n\t\t\tdeployment. An Amazon ECS task set includes details such as the desired number of tasks, how\n\t\t\tmany tasks are running, and whether the task set serves production traffic.</p>"
6666                    }
6667                },
6668                "deployments": {
6669                    "target": "com.amazonaws.ecs#Deployments",
6670                    "traits": {
6671                        "smithy.api#documentation": "<p>The current state of deployments for the service.</p>"
6672                    }
6673                },
6674                "roleArn": {
6675                    "target": "com.amazonaws.ecs#String",
6676                    "traits": {
6677                        "smithy.api#documentation": "<p>The ARN of the IAM role associated with the service that allows the Amazon ECS container\n\t\t\tagent to register container instances with an Elastic Load Balancing load balancer.</p>"
6678                    }
6679                },
6680                "events": {
6681                    "target": "com.amazonaws.ecs#ServiceEvents",
6682                    "traits": {
6683                        "smithy.api#documentation": "<p>The event stream for your service. A maximum of 100 of the latest events are\n\t\t\tdisplayed.</p>"
6684                    }
6685                },
6686                "createdAt": {
6687                    "target": "com.amazonaws.ecs#Timestamp",
6688                    "traits": {
6689                        "smithy.api#documentation": "<p>The Unix timestamp for when the service was created.</p>"
6690                    }
6691                },
6692                "placementConstraints": {
6693                    "target": "com.amazonaws.ecs#PlacementConstraints",
6694                    "traits": {
6695                        "smithy.api#documentation": "<p>The placement constraints for the tasks in the service.</p>"
6696                    }
6697                },
6698                "placementStrategy": {
6699                    "target": "com.amazonaws.ecs#PlacementStrategies",
6700                    "traits": {
6701                        "smithy.api#documentation": "<p>The placement strategy that determines how tasks for the service are placed.</p>"
6702                    }
6703                },
6704                "networkConfiguration": {
6705                    "target": "com.amazonaws.ecs#NetworkConfiguration",
6706                    "traits": {
6707                        "smithy.api#documentation": "<p>The VPC subnet and security group configuration for tasks that receive their own\n            elastic network interface by using the <code>awsvpc</code> networking mode.</p>"
6708                    }
6709                },
6710                "healthCheckGracePeriodSeconds": {
6711                    "target": "com.amazonaws.ecs#BoxedInteger",
6712                    "traits": {
6713                        "smithy.api#documentation": "<p>The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy\n\t\t\tElastic Load Balancing target health checks after a task has first started.</p>"
6714                    }
6715                },
6716                "schedulingStrategy": {
6717                    "target": "com.amazonaws.ecs#SchedulingStrategy",
6718                    "traits": {
6719                        "smithy.api#documentation": "<p>The scheduling strategy to use for the service. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html\">Services</a>.</p>\n\t\t       <p>There are two service scheduler strategies available:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>REPLICA</code>-The replica scheduling strategy places and\n\t\t\t\t\tmaintains the desired number of tasks across your cluster. By default, the\n\t\t\t\t\tservice scheduler spreads tasks across Availability Zones. You can use task\n\t\t\t\t\tplacement strategies and constraints to customize task placement\n\t\t\t\t\tdecisions.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>DAEMON</code>-The daemon scheduling strategy deploys exactly one\n\t\t\t\t\ttask on each active container instance that meets all of the task placement\n\t\t\t\t\tconstraints that you specify in your cluster. The service scheduler also\n\t\t\t\t\tevaluates the task placement constraints for running tasks and will stop tasks\n\t\t\t\t\tthat do not meet the placement constraints.</p>\n\t\t\t\t           <note>\n\t\t\t\t\t             <p>Fargate tasks do not support the <code>DAEMON</code>\n\t\t\t\t\t\tscheduling strategy.</p>\n\t\t\t\t           </note>\n\t\t\t         </li>\n         </ul>"
6720                    }
6721                },
6722                "deploymentController": {
6723                    "target": "com.amazonaws.ecs#DeploymentController",
6724                    "traits": {
6725                        "smithy.api#documentation": "<p>The deployment controller type the service is using. When using the DescribeServices\n\t\t\tAPI, this field is omitted if the service is using the <code>ECS</code> deployment\n\t\t\tcontroller type.</p>"
6726                    }
6727                },
6728                "tags": {
6729                    "target": "com.amazonaws.ecs#Tags",
6730                    "traits": {
6731                        "smithy.api#documentation": "<p>The metadata that you apply to the service to help you categorize and organize them.\n\t\t\tEach tag consists of a key and an optional value, both of which you define.</p>\n\t\t       <p>The following basic restrictions apply to tags:</p>\n        <ul>\n            <li>\n                <p>Maximum number of tags per resource - 50</p>\n            </li>\n            <li>\n                <p>For each resource, each tag key must be unique, and each tag key can have only\n                    one value.</p>\n            </li>\n            <li>\n                <p>Maximum key length - 128 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>Maximum value length - 256 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>If your tagging schema is used across multiple services and resources,\n                    remember that other services may have restrictions on allowed characters.\n                    Generally allowed characters are: letters, numbers, and spaces representable in\n                    UTF-8, and the following characters: + - = . _ : / @.</p>\n            </li>\n            <li>\n                <p>Tag keys and values are case-sensitive.</p>\n            </li>\n            <li>\n                <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase\n                    combination of such as a prefix for either keys or values as it is reserved for\n                    AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with\n                    this prefix do not count against your tags per resource limit.</p>\n            </li>\n         </ul>"
6732                    }
6733                },
6734                "createdBy": {
6735                    "target": "com.amazonaws.ecs#String",
6736                    "traits": {
6737                        "smithy.api#documentation": "<p>The principal that created the service.</p>"
6738                    }
6739                },
6740                "enableECSManagedTags": {
6741                    "target": "com.amazonaws.ecs#Boolean",
6742                    "traits": {
6743                        "smithy.api#documentation": "<p>Specifies whether to enable Amazon ECS managed tags for the tasks in the service. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html\">Tagging Your Amazon ECS\n\t\t\t\tResources</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
6744                    }
6745                },
6746                "propagateTags": {
6747                    "target": "com.amazonaws.ecs#PropagateTags",
6748                    "traits": {
6749                        "smithy.api#documentation": "<p>Specifies whether to propagate the tags from the task definition or the service to the\n\t\t\ttask. If no value is specified, the tags are not propagated.</p>"
6750                    }
6751                },
6752                "enableExecuteCommand": {
6753                    "target": "com.amazonaws.ecs#Boolean",
6754                    "traits": {
6755                        "smithy.api#documentation": "<p>Whether or not the execute command functionality is enabled for the service. If\n\t\t\t\t<code>true</code>, the execute command functionality is enabled for all containers\n\t\t\tin tasks as part of the service.</p>"
6756                    }
6757                }
6758            },
6759            "traits": {
6760                "smithy.api#documentation": "<p>Details on a service within a cluster</p>"
6761            }
6762        },
6763        "com.amazonaws.ecs#ServiceEvent": {
6764            "type": "structure",
6765            "members": {
6766                "id": {
6767                    "target": "com.amazonaws.ecs#String",
6768                    "traits": {
6769                        "smithy.api#documentation": "<p>The ID string of the event.</p>"
6770                    }
6771                },
6772                "createdAt": {
6773                    "target": "com.amazonaws.ecs#Timestamp",
6774                    "traits": {
6775                        "smithy.api#documentation": "<p>The Unix timestamp for when the event was triggered.</p>"
6776                    }
6777                },
6778                "message": {
6779                    "target": "com.amazonaws.ecs#String",
6780                    "traits": {
6781                        "smithy.api#documentation": "<p>The event message.</p>"
6782                    }
6783                }
6784            },
6785            "traits": {
6786                "smithy.api#documentation": "<p>Details on an event associated with a service.</p>"
6787            }
6788        },
6789        "com.amazonaws.ecs#ServiceEvents": {
6790            "type": "list",
6791            "member": {
6792                "target": "com.amazonaws.ecs#ServiceEvent"
6793            }
6794        },
6795        "com.amazonaws.ecs#ServiceField": {
6796            "type": "string",
6797            "traits": {
6798                "smithy.api#enum": [
6799                    {
6800                        "value": "TAGS",
6801                        "name": "TAGS"
6802                    }
6803                ]
6804            }
6805        },
6806        "com.amazonaws.ecs#ServiceFieldList": {
6807            "type": "list",
6808            "member": {
6809                "target": "com.amazonaws.ecs#ServiceField"
6810            }
6811        },
6812        "com.amazonaws.ecs#ServiceNotActiveException": {
6813            "type": "structure",
6814            "members": {
6815                "message": {
6816                    "target": "com.amazonaws.ecs#String"
6817                }
6818            },
6819            "traits": {
6820                "smithy.api#documentation": "<p>The specified service is not active. You can't update a service that is inactive. If\n\t\t\tyou have previously deleted a service, you can re-create it with <a>CreateService</a>.</p>",
6821                "smithy.api#error": "client"
6822            }
6823        },
6824        "com.amazonaws.ecs#ServiceNotFoundException": {
6825            "type": "structure",
6826            "members": {
6827                "message": {
6828                    "target": "com.amazonaws.ecs#String"
6829                }
6830            },
6831            "traits": {
6832                "smithy.api#documentation": "<p>The specified service could not be found. You can view your available services with\n\t\t\t\t<a>ListServices</a>. Amazon ECS services are cluster-specific and\n\t\t\tRegion-specific.</p>",
6833                "smithy.api#error": "client"
6834            }
6835        },
6836        "com.amazonaws.ecs#ServiceRegistries": {
6837            "type": "list",
6838            "member": {
6839                "target": "com.amazonaws.ecs#ServiceRegistry"
6840            }
6841        },
6842        "com.amazonaws.ecs#ServiceRegistry": {
6843            "type": "structure",
6844            "members": {
6845                "registryArn": {
6846                    "target": "com.amazonaws.ecs#String",
6847                    "traits": {
6848                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the service registry. The currently supported service registry is\n\t\t\tAWS Cloud Map. For more information, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_CreateService.html\">CreateService</a>.</p>"
6849                    }
6850                },
6851                "port": {
6852                    "target": "com.amazonaws.ecs#BoxedInteger",
6853                    "traits": {
6854                        "smithy.api#documentation": "<p>The port value used if your service discovery service specified an SRV record. This\n\t\t\tfield may be used if both the <code>awsvpc</code> network mode and SRV records are\n\t\t\tused.</p>"
6855                    }
6856                },
6857                "containerName": {
6858                    "target": "com.amazonaws.ecs#String",
6859                    "traits": {
6860                        "smithy.api#documentation": "<p>The container name value, already specified in the task definition, to be used for\n\t\t\tyour service discovery service. If the task definition that your service task specifies\n\t\t\tuses the <code>bridge</code> or <code>host</code> network mode, you must specify a\n\t\t\t\t<code>containerName</code> and <code>containerPort</code> combination from the task\n\t\t\tdefinition. If the task definition that your service task specifies uses the\n\t\t\t\t<code>awsvpc</code> network mode and a type SRV DNS record is used, you must specify\n\t\t\teither a <code>containerName</code> and <code>containerPort</code> combination or a\n\t\t\t\t<code>port</code> value, but not both.</p>"
6861                    }
6862                },
6863                "containerPort": {
6864                    "target": "com.amazonaws.ecs#BoxedInteger",
6865                    "traits": {
6866                        "smithy.api#documentation": "<p>The port value, already specified in the task definition, to be used for your service\n\t\t\tdiscovery service. If the task definition your service task specifies uses the\n\t\t\t\t<code>bridge</code> or <code>host</code> network mode, you must specify a\n\t\t\t\t<code>containerName</code> and <code>containerPort</code> combination from the task\n\t\t\tdefinition. If the task definition your service task specifies uses the\n\t\t\t\t<code>awsvpc</code> network mode and a type SRV DNS record is used, you must specify\n\t\t\teither a <code>containerName</code> and <code>containerPort</code> combination or a\n\t\t\t\t<code>port</code> value, but not both.</p>"
6867                    }
6868                }
6869            },
6870            "traits": {
6871                "smithy.api#documentation": "<p>Details of the service registry.</p>"
6872            }
6873        },
6874        "com.amazonaws.ecs#Services": {
6875            "type": "list",
6876            "member": {
6877                "target": "com.amazonaws.ecs#Service"
6878            }
6879        },
6880        "com.amazonaws.ecs#Session": {
6881            "type": "structure",
6882            "members": {
6883                "sessionId": {
6884                    "target": "com.amazonaws.ecs#String",
6885                    "traits": {
6886                        "smithy.api#documentation": "<p>The ID of the execute command session.</p>"
6887                    }
6888                },
6889                "streamUrl": {
6890                    "target": "com.amazonaws.ecs#String",
6891                    "traits": {
6892                        "smithy.api#documentation": "<p>A URL back to managed agent on the container that the SSM Session Manager client uses\n\t\t\tto send commands and receive output from the container.</p>"
6893                    }
6894                },
6895                "tokenValue": {
6896                    "target": "com.amazonaws.ecs#SensitiveString",
6897                    "traits": {
6898                        "smithy.api#documentation": "<p>An encrypted token value containing session and caller information. Used to\n\t\t\tauthenticate the connection to the container.</p>"
6899                    }
6900                }
6901            },
6902            "traits": {
6903                "smithy.api#documentation": "<p>The details of the execute command session.</p>"
6904            }
6905        },
6906        "com.amazonaws.ecs#Setting": {
6907            "type": "structure",
6908            "members": {
6909                "name": {
6910                    "target": "com.amazonaws.ecs#SettingName",
6911                    "traits": {
6912                        "smithy.api#documentation": "<p>The Amazon ECS resource name.</p>"
6913                    }
6914                },
6915                "value": {
6916                    "target": "com.amazonaws.ecs#String",
6917                    "traits": {
6918                        "smithy.api#documentation": "<p>Whether the account setting is enabled or disabled for the specified resource.</p>"
6919                    }
6920                },
6921                "principalArn": {
6922                    "target": "com.amazonaws.ecs#String",
6923                    "traits": {
6924                        "smithy.api#documentation": "<p>The ARN of the principal, which can be an IAM user, IAM role, or the root user. If\n\t\t\tthis field is omitted, the authenticated user is assumed.</p>"
6925                    }
6926                }
6927            },
6928            "traits": {
6929                "smithy.api#documentation": "<p>The current account setting for a resource.</p>"
6930            }
6931        },
6932        "com.amazonaws.ecs#SettingName": {
6933            "type": "string",
6934            "traits": {
6935                "smithy.api#enum": [
6936                    {
6937                        "value": "serviceLongArnFormat",
6938                        "name": "SERVICE_LONG_ARN_FORMAT"
6939                    },
6940                    {
6941                        "value": "taskLongArnFormat",
6942                        "name": "TASK_LONG_ARN_FORMAT"
6943                    },
6944                    {
6945                        "value": "containerInstanceLongArnFormat",
6946                        "name": "CONTAINER_INSTANCE_LONG_ARN_FORMAT"
6947                    },
6948                    {
6949                        "value": "awsvpcTrunking",
6950                        "name": "AWSVPC_TRUNKING"
6951                    },
6952                    {
6953                        "value": "containerInsights",
6954                        "name": "CONTAINER_INSIGHTS"
6955                    }
6956                ]
6957            }
6958        },
6959        "com.amazonaws.ecs#Settings": {
6960            "type": "list",
6961            "member": {
6962                "target": "com.amazonaws.ecs#Setting"
6963            }
6964        },
6965        "com.amazonaws.ecs#SortOrder": {
6966            "type": "string",
6967            "traits": {
6968                "smithy.api#enum": [
6969                    {
6970                        "value": "ASC",
6971                        "name": "ASC"
6972                    },
6973                    {
6974                        "value": "DESC",
6975                        "name": "DESC"
6976                    }
6977                ]
6978            }
6979        },
6980        "com.amazonaws.ecs#StabilityStatus": {
6981            "type": "string",
6982            "traits": {
6983                "smithy.api#enum": [
6984                    {
6985                        "value": "STEADY_STATE",
6986                        "name": "STEADY_STATE"
6987                    },
6988                    {
6989                        "value": "STABILIZING",
6990                        "name": "STABILIZING"
6991                    }
6992                ]
6993            }
6994        },
6995        "com.amazonaws.ecs#StartTask": {
6996            "type": "operation",
6997            "input": {
6998                "target": "com.amazonaws.ecs#StartTaskRequest"
6999            },
7000            "output": {
7001                "target": "com.amazonaws.ecs#StartTaskResponse"
7002            },
7003            "errors": [
7004                {
7005                    "target": "com.amazonaws.ecs#ClientException"
7006                },
7007                {
7008                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
7009                },
7010                {
7011                    "target": "com.amazonaws.ecs#InvalidParameterException"
7012                },
7013                {
7014                    "target": "com.amazonaws.ecs#ServerException"
7015                }
7016            ],
7017            "traits": {
7018                "smithy.api#documentation": "<p>Starts a new task from the specified task definition on the specified container\n\t\t\tinstance or instances.</p>\n\t\t       <p>Alternatively, you can use <a>RunTask</a> to place tasks for you. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html\">Scheduling Tasks</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>"
7019            }
7020        },
7021        "com.amazonaws.ecs#StartTaskRequest": {
7022            "type": "structure",
7023            "members": {
7024                "cluster": {
7025                    "target": "com.amazonaws.ecs#String",
7026                    "traits": {
7027                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster on which to start your task.\n\t\t\tIf you do not specify a cluster, the default cluster is assumed.</p>"
7028                    }
7029                },
7030                "containerInstances": {
7031                    "target": "com.amazonaws.ecs#StringList",
7032                    "traits": {
7033                        "smithy.api#documentation": "<p>The container instance IDs or full ARN entries for the container instances on which\n\t\t\tyou would like to place your task. You can specify up to 10 container instances.</p>",
7034                        "smithy.api#required": {}
7035                    }
7036                },
7037                "enableECSManagedTags": {
7038                    "target": "com.amazonaws.ecs#Boolean",
7039                    "traits": {
7040                        "smithy.api#documentation": "<p>Specifies whether to enable Amazon ECS managed tags for the task. For more information, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html\">Tagging Your Amazon ECS\n\t\t\t\tResources</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
7041                    }
7042                },
7043                "enableExecuteCommand": {
7044                    "target": "com.amazonaws.ecs#Boolean",
7045                    "traits": {
7046                        "smithy.api#documentation": "<p>Whether or not the execute command functionality is enabled for the task. If\n\t\t\t\t<code>true</code>, this enables execute command functionality on all containers in\n\t\t\tthe task.</p>"
7047                    }
7048                },
7049                "group": {
7050                    "target": "com.amazonaws.ecs#String",
7051                    "traits": {
7052                        "smithy.api#documentation": "<p>The name of the task group to associate with the task. The default value is the family\n\t\t\tname of the task definition (for example, family:my-family-name).</p>"
7053                    }
7054                },
7055                "networkConfiguration": {
7056                    "target": "com.amazonaws.ecs#NetworkConfiguration",
7057                    "traits": {
7058                        "smithy.api#documentation": "<p>The VPC subnet and security group configuration for tasks that receive their own\n            elastic network interface by using the <code>awsvpc</code> networking mode.</p>"
7059                    }
7060                },
7061                "overrides": {
7062                    "target": "com.amazonaws.ecs#TaskOverride",
7063                    "traits": {
7064                        "smithy.api#documentation": "<p>A list of container overrides in JSON format that specify the name of a container in\n\t\t\tthe specified task definition and the overrides it should receive. You can override the\n\t\t\tdefault command for a container (that is specified in the task definition or Docker\n\t\t\timage) with a <code>command</code> override. You can also override existing environment\n\t\t\tvariables (that are specified in the task definition or Docker image) on a container or\n\t\t\tadd new environment variables to it with an <code>environment</code> override.</p>\n\t\t       <note>\n\t\t\t         <p>A total of 8192 characters are allowed for overrides. This limit includes the JSON\n\t\t\t\tformatting characters of the override structure.</p>\n\t\t       </note>"
7065                    }
7066                },
7067                "propagateTags": {
7068                    "target": "com.amazonaws.ecs#PropagateTags",
7069                    "traits": {
7070                        "smithy.api#documentation": "<p>Specifies whether to propagate the tags from the task definition or the service to the\n\t\t\ttask. If no value is specified, the tags are not propagated.</p>"
7071                    }
7072                },
7073                "referenceId": {
7074                    "target": "com.amazonaws.ecs#String",
7075                    "traits": {
7076                        "smithy.api#documentation": "<p>The reference ID to use for the task.</p>"
7077                    }
7078                },
7079                "startedBy": {
7080                    "target": "com.amazonaws.ecs#String",
7081                    "traits": {
7082                        "smithy.api#documentation": "<p>An optional tag specified when a task is started. For example, if you automatically\n\t\t\ttrigger a task to run a batch process job, you could apply a unique identifier for that\n\t\t\tjob to your task with the <code>startedBy</code> parameter. You can then identify which\n\t\t\ttasks belong to that job by filtering the results of a <a>ListTasks</a> call\n\t\t\twith the <code>startedBy</code> value. Up to 36 letters (uppercase and lowercase),\n\t\t\tnumbers, hyphens, and underscores are allowed.</p>\n\t\t       <p>If a task is started by an Amazon ECS service, then the <code>startedBy</code> parameter\n\t\t\tcontains the deployment ID of the service that starts it.</p>"
7083                    }
7084                },
7085                "tags": {
7086                    "target": "com.amazonaws.ecs#Tags",
7087                    "traits": {
7088                        "smithy.api#documentation": "<p>The metadata that you apply to the task to help you categorize and organize them. Each\n\t\t\ttag consists of a key and an optional value, both of which you define.</p>\n\t\t       <p>The following basic restrictions apply to tags:</p>\n        <ul>\n            <li>\n                <p>Maximum number of tags per resource - 50</p>\n            </li>\n            <li>\n                <p>For each resource, each tag key must be unique, and each tag key can have only\n                    one value.</p>\n            </li>\n            <li>\n                <p>Maximum key length - 128 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>Maximum value length - 256 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>If your tagging schema is used across multiple services and resources,\n                    remember that other services may have restrictions on allowed characters.\n                    Generally allowed characters are: letters, numbers, and spaces representable in\n                    UTF-8, and the following characters: + - = . _ : / @.</p>\n            </li>\n            <li>\n                <p>Tag keys and values are case-sensitive.</p>\n            </li>\n            <li>\n                <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase\n                    combination of such as a prefix for either keys or values as it is reserved for\n                    AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with\n                    this prefix do not count against your tags per resource limit.</p>\n            </li>\n         </ul>"
7089                    }
7090                },
7091                "taskDefinition": {
7092                    "target": "com.amazonaws.ecs#String",
7093                    "traits": {
7094                        "smithy.api#documentation": "<p>The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or\n\t\t\tfull ARN of the task definition to start. If a <code>revision</code> is not specified,\n\t\t\tthe latest <code>ACTIVE</code> revision is used.</p>",
7095                        "smithy.api#required": {}
7096                    }
7097                }
7098            }
7099        },
7100        "com.amazonaws.ecs#StartTaskResponse": {
7101            "type": "structure",
7102            "members": {
7103                "tasks": {
7104                    "target": "com.amazonaws.ecs#Tasks",
7105                    "traits": {
7106                        "smithy.api#documentation": "<p>A full description of the tasks that were started. Each task that was successfully\n\t\t\tplaced on your container instances is described.</p>"
7107                    }
7108                },
7109                "failures": {
7110                    "target": "com.amazonaws.ecs#Failures",
7111                    "traits": {
7112                        "smithy.api#documentation": "<p>Any failures associated with the call.</p>"
7113                    }
7114                }
7115            }
7116        },
7117        "com.amazonaws.ecs#Statistics": {
7118            "type": "list",
7119            "member": {
7120                "target": "com.amazonaws.ecs#KeyValuePair"
7121            }
7122        },
7123        "com.amazonaws.ecs#StopTask": {
7124            "type": "operation",
7125            "input": {
7126                "target": "com.amazonaws.ecs#StopTaskRequest"
7127            },
7128            "output": {
7129                "target": "com.amazonaws.ecs#StopTaskResponse"
7130            },
7131            "errors": [
7132                {
7133                    "target": "com.amazonaws.ecs#ClientException"
7134                },
7135                {
7136                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
7137                },
7138                {
7139                    "target": "com.amazonaws.ecs#InvalidParameterException"
7140                },
7141                {
7142                    "target": "com.amazonaws.ecs#ServerException"
7143                }
7144            ],
7145            "traits": {
7146                "smithy.api#documentation": "<p>Stops a running task. Any tags associated with the task will be deleted.</p>\n\t\t       <p>When <a>StopTask</a> is called on a task, the equivalent of <code>docker\n\t\t\t\tstop</code> is issued to the containers running in the task. This results in a\n\t\t\t\t<code>SIGTERM</code> value and a default 30-second timeout, after which the\n\t\t\t\t<code>SIGKILL</code> value is sent and the containers are forcibly stopped. If the\n\t\t\tcontainer handles the <code>SIGTERM</code> value gracefully and exits within 30 seconds\n\t\t\tfrom receiving it, no <code>SIGKILL</code> value is sent.</p>\n\t\t       <note>\n\t\t\t         <p>The default 30-second timeout can be configured on the Amazon ECS container agent with\n\t\t\t\tthe <code>ECS_CONTAINER_STOP_TIMEOUT</code> variable. For more information, see\n\t\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html\">Amazon ECS Container Agent Configuration</a> in the\n\t\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       </note>"
7147            }
7148        },
7149        "com.amazonaws.ecs#StopTaskRequest": {
7150            "type": "structure",
7151            "members": {
7152                "cluster": {
7153                    "target": "com.amazonaws.ecs#String",
7154                    "traits": {
7155                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to stop.\n\t\t\tIf you do not specify a cluster, the default cluster is assumed.</p>"
7156                    }
7157                },
7158                "task": {
7159                    "target": "com.amazonaws.ecs#String",
7160                    "traits": {
7161                        "smithy.api#documentation": "<p>The task ID or full Amazon Resource Name (ARN) of the task to stop.</p>",
7162                        "smithy.api#required": {}
7163                    }
7164                },
7165                "reason": {
7166                    "target": "com.amazonaws.ecs#String",
7167                    "traits": {
7168                        "smithy.api#documentation": "<p>An optional message specified when a task is stopped. For example, if you are using a\n\t\t\tcustom scheduler, you can use this parameter to specify the reason for stopping the task\n\t\t\there, and the message appears in subsequent <a>DescribeTasks</a> API\n\t\t\toperations on this task. Up to 255 characters are allowed in this message.</p>"
7169                    }
7170                }
7171            }
7172        },
7173        "com.amazonaws.ecs#StopTaskResponse": {
7174            "type": "structure",
7175            "members": {
7176                "task": {
7177                    "target": "com.amazonaws.ecs#Task",
7178                    "traits": {
7179                        "smithy.api#documentation": "<p>The task that was stopped.</p>"
7180                    }
7181                }
7182            }
7183        },
7184        "com.amazonaws.ecs#String": {
7185            "type": "string"
7186        },
7187        "com.amazonaws.ecs#StringList": {
7188            "type": "list",
7189            "member": {
7190                "target": "com.amazonaws.ecs#String"
7191            }
7192        },
7193        "com.amazonaws.ecs#StringMap": {
7194            "type": "map",
7195            "key": {
7196                "target": "com.amazonaws.ecs#String"
7197            },
7198            "value": {
7199                "target": "com.amazonaws.ecs#String"
7200            }
7201        },
7202        "com.amazonaws.ecs#SubmitAttachmentStateChanges": {
7203            "type": "operation",
7204            "input": {
7205                "target": "com.amazonaws.ecs#SubmitAttachmentStateChangesRequest"
7206            },
7207            "output": {
7208                "target": "com.amazonaws.ecs#SubmitAttachmentStateChangesResponse"
7209            },
7210            "errors": [
7211                {
7212                    "target": "com.amazonaws.ecs#AccessDeniedException"
7213                },
7214                {
7215                    "target": "com.amazonaws.ecs#ClientException"
7216                },
7217                {
7218                    "target": "com.amazonaws.ecs#InvalidParameterException"
7219                },
7220                {
7221                    "target": "com.amazonaws.ecs#ServerException"
7222                }
7223            ],
7224            "traits": {
7225                "smithy.api#documentation": "<note>\n            <p>This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.</p>\n         </note> \n         <p>Sent to\n\t\t\tacknowledge that an attachment changed states.</p>"
7226            }
7227        },
7228        "com.amazonaws.ecs#SubmitAttachmentStateChangesRequest": {
7229            "type": "structure",
7230            "members": {
7231                "cluster": {
7232                    "target": "com.amazonaws.ecs#String",
7233                    "traits": {
7234                        "smithy.api#documentation": "<p>The short name or full ARN of the cluster that hosts the container instance the\n\t\t\tattachment belongs to.</p>"
7235                    }
7236                },
7237                "attachments": {
7238                    "target": "com.amazonaws.ecs#AttachmentStateChanges",
7239                    "traits": {
7240                        "smithy.api#documentation": "<p>Any attachments associated with the state change request.</p>",
7241                        "smithy.api#required": {}
7242                    }
7243                }
7244            }
7245        },
7246        "com.amazonaws.ecs#SubmitAttachmentStateChangesResponse": {
7247            "type": "structure",
7248            "members": {
7249                "acknowledgment": {
7250                    "target": "com.amazonaws.ecs#String",
7251                    "traits": {
7252                        "smithy.api#documentation": "<p>Acknowledgement of the state change.</p>"
7253                    }
7254                }
7255            }
7256        },
7257        "com.amazonaws.ecs#SubmitContainerStateChange": {
7258            "type": "operation",
7259            "input": {
7260                "target": "com.amazonaws.ecs#SubmitContainerStateChangeRequest"
7261            },
7262            "output": {
7263                "target": "com.amazonaws.ecs#SubmitContainerStateChangeResponse"
7264            },
7265            "errors": [
7266                {
7267                    "target": "com.amazonaws.ecs#AccessDeniedException"
7268                },
7269                {
7270                    "target": "com.amazonaws.ecs#ClientException"
7271                },
7272                {
7273                    "target": "com.amazonaws.ecs#ServerException"
7274                }
7275            ],
7276            "traits": {
7277                "smithy.api#documentation": "<note>\n            <p>This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.</p>\n         </note> \n         <p>Sent to\n\t\t\tacknowledge that a container changed states.</p>"
7278            }
7279        },
7280        "com.amazonaws.ecs#SubmitContainerStateChangeRequest": {
7281            "type": "structure",
7282            "members": {
7283                "cluster": {
7284                    "target": "com.amazonaws.ecs#String",
7285                    "traits": {
7286                        "smithy.api#documentation": "<p>The short name or full ARN of the cluster that hosts the container.</p>"
7287                    }
7288                },
7289                "task": {
7290                    "target": "com.amazonaws.ecs#String",
7291                    "traits": {
7292                        "smithy.api#documentation": "<p>The task ID or full Amazon Resource Name (ARN) of the task that hosts the container.</p>"
7293                    }
7294                },
7295                "containerName": {
7296                    "target": "com.amazonaws.ecs#String",
7297                    "traits": {
7298                        "smithy.api#documentation": "<p>The name of the container.</p>"
7299                    }
7300                },
7301                "runtimeId": {
7302                    "target": "com.amazonaws.ecs#String",
7303                    "traits": {
7304                        "smithy.api#documentation": "<p>The ID of the Docker container.</p>"
7305                    }
7306                },
7307                "status": {
7308                    "target": "com.amazonaws.ecs#String",
7309                    "traits": {
7310                        "smithy.api#documentation": "<p>The status of the state change request.</p>"
7311                    }
7312                },
7313                "exitCode": {
7314                    "target": "com.amazonaws.ecs#BoxedInteger",
7315                    "traits": {
7316                        "smithy.api#documentation": "<p>The exit code returned for the state change request.</p>"
7317                    }
7318                },
7319                "reason": {
7320                    "target": "com.amazonaws.ecs#String",
7321                    "traits": {
7322                        "smithy.api#documentation": "<p>The reason for the state change request.</p>"
7323                    }
7324                },
7325                "networkBindings": {
7326                    "target": "com.amazonaws.ecs#NetworkBindings",
7327                    "traits": {
7328                        "smithy.api#documentation": "<p>The network bindings of the container.</p>"
7329                    }
7330                }
7331            }
7332        },
7333        "com.amazonaws.ecs#SubmitContainerStateChangeResponse": {
7334            "type": "structure",
7335            "members": {
7336                "acknowledgment": {
7337                    "target": "com.amazonaws.ecs#String",
7338                    "traits": {
7339                        "smithy.api#documentation": "<p>Acknowledgement of the state change.</p>"
7340                    }
7341                }
7342            }
7343        },
7344        "com.amazonaws.ecs#SubmitTaskStateChange": {
7345            "type": "operation",
7346            "input": {
7347                "target": "com.amazonaws.ecs#SubmitTaskStateChangeRequest"
7348            },
7349            "output": {
7350                "target": "com.amazonaws.ecs#SubmitTaskStateChangeResponse"
7351            },
7352            "errors": [
7353                {
7354                    "target": "com.amazonaws.ecs#AccessDeniedException"
7355                },
7356                {
7357                    "target": "com.amazonaws.ecs#ClientException"
7358                },
7359                {
7360                    "target": "com.amazonaws.ecs#InvalidParameterException"
7361                },
7362                {
7363                    "target": "com.amazonaws.ecs#ServerException"
7364                }
7365            ],
7366            "traits": {
7367                "smithy.api#documentation": "<note>\n            <p>This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.</p>\n         </note> \n         <p>Sent to acknowledge\n\t\t\tthat a task changed states.</p>"
7368            }
7369        },
7370        "com.amazonaws.ecs#SubmitTaskStateChangeRequest": {
7371            "type": "structure",
7372            "members": {
7373                "cluster": {
7374                    "target": "com.amazonaws.ecs#String",
7375                    "traits": {
7376                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task.</p>"
7377                    }
7378                },
7379                "task": {
7380                    "target": "com.amazonaws.ecs#String",
7381                    "traits": {
7382                        "smithy.api#documentation": "<p>The task ID or full ARN of the task in the state change request.</p>"
7383                    }
7384                },
7385                "status": {
7386                    "target": "com.amazonaws.ecs#String",
7387                    "traits": {
7388                        "smithy.api#documentation": "<p>The status of the state change request.</p>"
7389                    }
7390                },
7391                "reason": {
7392                    "target": "com.amazonaws.ecs#String",
7393                    "traits": {
7394                        "smithy.api#documentation": "<p>The reason for the state change request.</p>"
7395                    }
7396                },
7397                "containers": {
7398                    "target": "com.amazonaws.ecs#ContainerStateChanges",
7399                    "traits": {
7400                        "smithy.api#documentation": "<p>Any containers associated with the state change request.</p>"
7401                    }
7402                },
7403                "attachments": {
7404                    "target": "com.amazonaws.ecs#AttachmentStateChanges",
7405                    "traits": {
7406                        "smithy.api#documentation": "<p>Any attachments associated with the state change request.</p>"
7407                    }
7408                },
7409                "managedAgents": {
7410                    "target": "com.amazonaws.ecs#ManagedAgentStateChanges",
7411                    "traits": {
7412                        "smithy.api#documentation": "<p>The details for the managed agent associated with the task.</p>"
7413                    }
7414                },
7415                "pullStartedAt": {
7416                    "target": "com.amazonaws.ecs#Timestamp",
7417                    "traits": {
7418                        "smithy.api#documentation": "<p>The Unix timestamp for when the container image pull began.</p>"
7419                    }
7420                },
7421                "pullStoppedAt": {
7422                    "target": "com.amazonaws.ecs#Timestamp",
7423                    "traits": {
7424                        "smithy.api#documentation": "<p>The Unix timestamp for when the container image pull completed.</p>"
7425                    }
7426                },
7427                "executionStoppedAt": {
7428                    "target": "com.amazonaws.ecs#Timestamp",
7429                    "traits": {
7430                        "smithy.api#documentation": "<p>The Unix timestamp for when the task execution stopped.</p>"
7431                    }
7432                }
7433            }
7434        },
7435        "com.amazonaws.ecs#SubmitTaskStateChangeResponse": {
7436            "type": "structure",
7437            "members": {
7438                "acknowledgment": {
7439                    "target": "com.amazonaws.ecs#String",
7440                    "traits": {
7441                        "smithy.api#documentation": "<p>Acknowledgement of the state change.</p>"
7442                    }
7443                }
7444            }
7445        },
7446        "com.amazonaws.ecs#SystemControl": {
7447            "type": "structure",
7448            "members": {
7449                "namespace": {
7450                    "target": "com.amazonaws.ecs#String",
7451                    "traits": {
7452                        "smithy.api#documentation": "<p>The namespaced kernel parameter for which to set a <code>value</code>.</p>"
7453                    }
7454                },
7455                "value": {
7456                    "target": "com.amazonaws.ecs#String",
7457                    "traits": {
7458                        "smithy.api#documentation": "<p>The value for the namespaced kernel parameter specified in\n\t\t\t<code>namespace</code>.</p>"
7459                    }
7460                }
7461            },
7462            "traits": {
7463                "smithy.api#documentation": "<p>A list of namespaced kernel parameters to set in the container. This parameter maps to\n\t\t\t\t<code>Sysctls</code> in the <a href=\"https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate\">Create a container</a> section of the\n\t\t\t<a href=\"https://docs.docker.com/engine/api/v1.35/\">Docker Remote API</a> and the <code>--sysctl</code> option to <a href=\"https://docs.docker.com/engine/reference/run/#security-configuration\">docker run</a>.</p>\n\t\t       <p>It is not recommended that you specify network-related <code>systemControls</code>\n\t\t\tparameters for multiple containers in a single task that also uses either the\n\t\t\t\t<code>awsvpc</code> or <code>host</code> network mode for the following\n\t\t\treasons:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>For tasks that use the <code>awsvpc</code> network mode, if you set\n\t\t\t\t\t\t<code>systemControls</code> for any container, it applies to all containers\n\t\t\t\t\tin the task. If you set different <code>systemControls</code> for multiple\n\t\t\t\t\tcontainers in a single task, the container that is started last determines which\n\t\t\t\t\t\t<code>systemControls</code> take effect.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>For tasks that use the <code>host</code> network mode, the\n\t\t\t\t\t\t<code>systemControls</code> parameter applies to the container instance's\n\t\t\t\t\tkernel parameter as well as that of all containers of any tasks running on that\n\t\t\t\t\tcontainer instance.</p>\n\t\t\t         </li>\n         </ul>"
7464            }
7465        },
7466        "com.amazonaws.ecs#SystemControls": {
7467            "type": "list",
7468            "member": {
7469                "target": "com.amazonaws.ecs#SystemControl"
7470            }
7471        },
7472        "com.amazonaws.ecs#Tag": {
7473            "type": "structure",
7474            "members": {
7475                "key": {
7476                    "target": "com.amazonaws.ecs#TagKey",
7477                    "traits": {
7478                        "smithy.api#documentation": "<p>One part of a key-value pair that make up a tag. A <code>key</code> is a general label\n\t\t\tthat acts like a category for more specific tag values.</p>"
7479                    }
7480                },
7481                "value": {
7482                    "target": "com.amazonaws.ecs#TagValue",
7483                    "traits": {
7484                        "smithy.api#documentation": "<p>The optional part of a key-value pair that make up a tag. A <code>value</code> acts as\n\t\t\ta descriptor within a tag category (key).</p>"
7485                    }
7486                }
7487            },
7488            "traits": {
7489                "smithy.api#documentation": "<p>The metadata that you apply to a resource to help you categorize and organize them.\n\t\t\tEach tag consists of a key and an optional value, both of which you define.</p>\n\t\t       <p>The following basic restrictions apply to tags:</p>\n        <ul>\n            <li>\n                <p>Maximum number of tags per resource - 50</p>\n            </li>\n            <li>\n                <p>For each resource, each tag key must be unique, and each tag key can have only\n                    one value.</p>\n            </li>\n            <li>\n                <p>Maximum key length - 128 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>Maximum value length - 256 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>If your tagging schema is used across multiple services and resources,\n                    remember that other services may have restrictions on allowed characters.\n                    Generally allowed characters are: letters, numbers, and spaces representable in\n                    UTF-8, and the following characters: + - = . _ : / @.</p>\n            </li>\n            <li>\n                <p>Tag keys and values are case-sensitive.</p>\n            </li>\n            <li>\n                <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase\n                    combination of such as a prefix for either keys or values as it is reserved for\n                    AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with\n                    this prefix do not count against your tags per resource limit.</p>\n            </li>\n         </ul>"
7490            }
7491        },
7492        "com.amazonaws.ecs#TagKey": {
7493            "type": "string",
7494            "traits": {
7495                "smithy.api#length": {
7496                    "min": 1,
7497                    "max": 128
7498                },
7499                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
7500            }
7501        },
7502        "com.amazonaws.ecs#TagKeys": {
7503            "type": "list",
7504            "member": {
7505                "target": "com.amazonaws.ecs#TagKey"
7506            }
7507        },
7508        "com.amazonaws.ecs#TagResource": {
7509            "type": "operation",
7510            "input": {
7511                "target": "com.amazonaws.ecs#TagResourceRequest"
7512            },
7513            "output": {
7514                "target": "com.amazonaws.ecs#TagResourceResponse"
7515            },
7516            "errors": [
7517                {
7518                    "target": "com.amazonaws.ecs#ClientException"
7519                },
7520                {
7521                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
7522                },
7523                {
7524                    "target": "com.amazonaws.ecs#InvalidParameterException"
7525                },
7526                {
7527                    "target": "com.amazonaws.ecs#ResourceNotFoundException"
7528                },
7529                {
7530                    "target": "com.amazonaws.ecs#ServerException"
7531                }
7532            ],
7533            "traits": {
7534                "smithy.api#documentation": "<p>Associates the specified tags to a resource with the specified\n\t\t\t\t<code>resourceArn</code>. If existing tags on a resource are not specified in the\n\t\t\trequest parameters, they are not changed. When a resource is deleted, the tags\n\t\t\tassociated with that resource are deleted as well.</p>"
7535            }
7536        },
7537        "com.amazonaws.ecs#TagResourceRequest": {
7538            "type": "structure",
7539            "members": {
7540                "resourceArn": {
7541                    "target": "com.amazonaws.ecs#String",
7542                    "traits": {
7543                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource to which to add tags. Currently, the supported resources\n\t\t\tare Amazon ECS capacity providers, tasks, services, task definitions, clusters, and container\n\t\t\tinstances.</p>",
7544                        "smithy.api#required": {}
7545                    }
7546                },
7547                "tags": {
7548                    "target": "com.amazonaws.ecs#Tags",
7549                    "traits": {
7550                        "smithy.api#documentation": "<p>The tags to add to the resource. A tag is an array of key-value pairs.</p>\n\t\t       <p>The following basic restrictions apply to tags:</p>\n        <ul>\n            <li>\n                <p>Maximum number of tags per resource - 50</p>\n            </li>\n            <li>\n                <p>For each resource, each tag key must be unique, and each tag key can have only\n                    one value.</p>\n            </li>\n            <li>\n                <p>Maximum key length - 128 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>Maximum value length - 256 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>If your tagging schema is used across multiple services and resources,\n                    remember that other services may have restrictions on allowed characters.\n                    Generally allowed characters are: letters, numbers, and spaces representable in\n                    UTF-8, and the following characters: + - = . _ : / @.</p>\n            </li>\n            <li>\n                <p>Tag keys and values are case-sensitive.</p>\n            </li>\n            <li>\n                <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase\n                    combination of such as a prefix for either keys or values as it is reserved for\n                    AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with\n                    this prefix do not count against your tags per resource limit.</p>\n            </li>\n         </ul>",
7551                        "smithy.api#required": {}
7552                    }
7553                }
7554            }
7555        },
7556        "com.amazonaws.ecs#TagResourceResponse": {
7557            "type": "structure",
7558            "members": {}
7559        },
7560        "com.amazonaws.ecs#TagValue": {
7561            "type": "string",
7562            "traits": {
7563                "smithy.api#length": {
7564                    "min": 0,
7565                    "max": 256
7566                },
7567                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
7568            }
7569        },
7570        "com.amazonaws.ecs#Tags": {
7571            "type": "list",
7572            "member": {
7573                "target": "com.amazonaws.ecs#Tag"
7574            },
7575            "traits": {
7576                "smithy.api#length": {
7577                    "min": 0,
7578                    "max": 50
7579                }
7580            }
7581        },
7582        "com.amazonaws.ecs#TargetNotConnectedException": {
7583            "type": "structure",
7584            "members": {
7585                "message": {
7586                    "target": "com.amazonaws.ecs#String"
7587                }
7588            },
7589            "traits": {
7590                "smithy.api#documentation": "<p>The target container is not properly configured with the execute command agent or the\n\t\t\tcontainer is no longer active or running.</p>",
7591                "smithy.api#error": "client"
7592            }
7593        },
7594        "com.amazonaws.ecs#TargetNotFoundException": {
7595            "type": "structure",
7596            "members": {
7597                "message": {
7598                    "target": "com.amazonaws.ecs#String"
7599                }
7600            },
7601            "traits": {
7602                "smithy.api#documentation": "<p>The specified target could not be found. You can view your available container\n\t\t\tinstances with <a>ListContainerInstances</a>. Amazon ECS container instances are\n\t\t\tcluster-specific and Region-specific.</p>",
7603                "smithy.api#error": "client"
7604            }
7605        },
7606        "com.amazonaws.ecs#TargetType": {
7607            "type": "string",
7608            "traits": {
7609                "smithy.api#enum": [
7610                    {
7611                        "value": "container-instance",
7612                        "name": "CONTAINER_INSTANCE"
7613                    }
7614                ]
7615            }
7616        },
7617        "com.amazonaws.ecs#Task": {
7618            "type": "structure",
7619            "members": {
7620                "attachments": {
7621                    "target": "com.amazonaws.ecs#Attachments",
7622                    "traits": {
7623                        "smithy.api#documentation": "<p>The Elastic Network Adapter associated with the task if the task uses the\n\t\t\t\t<code>awsvpc</code> network mode.</p>"
7624                    }
7625                },
7626                "attributes": {
7627                    "target": "com.amazonaws.ecs#Attributes",
7628                    "traits": {
7629                        "smithy.api#documentation": "<p>The attributes of the task</p>"
7630                    }
7631                },
7632                "availabilityZone": {
7633                    "target": "com.amazonaws.ecs#String",
7634                    "traits": {
7635                        "smithy.api#documentation": "<p>The availability zone of the task.</p>"
7636                    }
7637                },
7638                "capacityProviderName": {
7639                    "target": "com.amazonaws.ecs#String",
7640                    "traits": {
7641                        "smithy.api#documentation": "<p>The capacity provider associated with the task.</p>"
7642                    }
7643                },
7644                "clusterArn": {
7645                    "target": "com.amazonaws.ecs#String",
7646                    "traits": {
7647                        "smithy.api#documentation": "<p>The ARN of the cluster that hosts the task.</p>"
7648                    }
7649                },
7650                "connectivity": {
7651                    "target": "com.amazonaws.ecs#Connectivity",
7652                    "traits": {
7653                        "smithy.api#documentation": "<p>The connectivity status of a task.</p>"
7654                    }
7655                },
7656                "connectivityAt": {
7657                    "target": "com.amazonaws.ecs#Timestamp",
7658                    "traits": {
7659                        "smithy.api#documentation": "<p>The Unix timestamp for when the task last went into <code>CONNECTED</code>\n\t\t\tstatus.</p>"
7660                    }
7661                },
7662                "containerInstanceArn": {
7663                    "target": "com.amazonaws.ecs#String",
7664                    "traits": {
7665                        "smithy.api#documentation": "<p>The ARN of the container instances that host the task.</p>"
7666                    }
7667                },
7668                "containers": {
7669                    "target": "com.amazonaws.ecs#Containers",
7670                    "traits": {
7671                        "smithy.api#documentation": "<p>The containers associated with the task.</p>"
7672                    }
7673                },
7674                "cpu": {
7675                    "target": "com.amazonaws.ecs#String",
7676                    "traits": {
7677                        "smithy.api#documentation": "<p>The number of CPU units used by the task as expressed in a task definition. It can be\n\t\t\texpressed as an integer using CPU units, for example <code>1024</code>. It can also be\n\t\t\texpressed as a string using vCPUs, for example <code>1 vCPU</code> or <code>1\n\t\t\t\tvcpu</code>. String values are converted to an integer indicating the CPU units when\n\t\t\tthe task definition is registered.</p>\n\t\t       <p>If you are using the EC2 launch type, this field is optional. Supported\n\t\t\tvalues are between <code>128</code> CPU units (<code>0.125</code> vCPUs) and\n\t\t\t\t<code>10240</code> CPU units (<code>10</code> vCPUs).</p>\n\t\t       <p>If you are using the Fargate launch type, this field is required and you\n\t\t\tmust use one of the following values, which determines your range of supported values\n\t\t\tfor the <code>memory</code> parameter:</p> \n         <ul>\n            <li>\n                <p>256 (.25 vCPU) - Available <code>memory</code> values: 512 (0.5 GB), 1024 (1 GB), 2048 (2 GB)</p>\n            </li>\n            <li>\n                <p>512 (.5 vCPU) - Available <code>memory</code> values: 1024 (1 GB), 2048 (2 GB), 3072 (3 GB), 4096 (4 GB)</p>\n            </li>\n            <li>\n                <p>1024 (1 vCPU) - Available <code>memory</code> values: 2048 (2 GB), 3072 (3 GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8 GB)</p>\n            </li>\n            <li>\n                <p>2048 (2 vCPU) - Available <code>memory</code> values: Between 4096 (4 GB) and 16384 (16 GB) in increments of 1024 (1 GB)</p>\n            </li>\n            <li>\n                <p>4096 (4 vCPU) - Available <code>memory</code> values: Between 8192 (8 GB) and 30720 (30 GB) in increments of 1024 (1 GB)</p>\n            </li>\n         </ul>"
7678                    }
7679                },
7680                "createdAt": {
7681                    "target": "com.amazonaws.ecs#Timestamp",
7682                    "traits": {
7683                        "smithy.api#documentation": "<p>The Unix timestamp for when the task was created (the task entered the\n\t\t\t\t<code>PENDING</code> state).</p>"
7684                    }
7685                },
7686                "desiredStatus": {
7687                    "target": "com.amazonaws.ecs#String",
7688                    "traits": {
7689                        "smithy.api#documentation": "<p>The desired status of the task. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-lifecycle.html\">Task\n\t\t\tLifecycle</a>.</p>"
7690                    }
7691                },
7692                "enableExecuteCommand": {
7693                    "target": "com.amazonaws.ecs#Boolean",
7694                    "traits": {
7695                        "smithy.api#documentation": "<p>Whether or not execute command functionality is enabled for this task. If\n\t\t\t\t<code>true</code>, this enables execute command functionality on all containers in\n\t\t\tthe task.</p>"
7696                    }
7697                },
7698                "executionStoppedAt": {
7699                    "target": "com.amazonaws.ecs#Timestamp",
7700                    "traits": {
7701                        "smithy.api#documentation": "<p>The Unix timestamp for when the task execution stopped.</p>"
7702                    }
7703                },
7704                "group": {
7705                    "target": "com.amazonaws.ecs#String",
7706                    "traits": {
7707                        "smithy.api#documentation": "<p>The name of the task group associated with the task.</p>"
7708                    }
7709                },
7710                "healthStatus": {
7711                    "target": "com.amazonaws.ecs#HealthStatus",
7712                    "traits": {
7713                        "smithy.api#documentation": "<p>The health status for the task, which is determined by the health of the essential\n\t\t\tcontainers in the task. If all essential containers in the task are reporting as\n\t\t\t\t<code>HEALTHY</code>, then the task status also reports as <code>HEALTHY</code>. If\n\t\t\tany essential containers in the task are reporting as <code>UNHEALTHY</code> or\n\t\t\t\t<code>UNKNOWN</code>, then the task status also reports as <code>UNHEALTHY</code> or\n\t\t\t\t<code>UNKNOWN</code>, accordingly.</p>\n\t\t       <note>\n\t\t\t         <p>The Amazon ECS container agent does not monitor or report on Docker health checks that\n\t\t\t\tare embedded in a container image (such as those specified in a parent image or from\n\t\t\t\tthe image's Dockerfile) and not specified in the container definition. Health check\n\t\t\t\tparameters that are specified in a container definition override any Docker health\n\t\t\t\tchecks that exist in the container image.</p>\n\t\t       </note>"
7714                    }
7715                },
7716                "inferenceAccelerators": {
7717                    "target": "com.amazonaws.ecs#InferenceAccelerators",
7718                    "traits": {
7719                        "smithy.api#documentation": "<p>The Elastic Inference accelerator associated with the task.</p>"
7720                    }
7721                },
7722                "lastStatus": {
7723                    "target": "com.amazonaws.ecs#String",
7724                    "traits": {
7725                        "smithy.api#documentation": "<p>The last known status of the task. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-lifecycle.html\">Task\n\t\t\t\tLifecycle</a>.</p>"
7726                    }
7727                },
7728                "launchType": {
7729                    "target": "com.amazonaws.ecs#LaunchType",
7730                    "traits": {
7731                        "smithy.api#documentation": "<p>The launch type on which your task is running. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html\">Amazon ECS\n\t\t\t\tLaunch Types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
7732                    }
7733                },
7734                "memory": {
7735                    "target": "com.amazonaws.ecs#String",
7736                    "traits": {
7737                        "smithy.api#documentation": "<p>The amount of memory (in MiB) used by the task as expressed in a task definition. It\n\t\t\tcan be expressed as an integer using MiB, for example <code>1024</code>. It can also be\n\t\t\texpressed as a string using GB, for example <code>1GB</code> or <code>1 GB</code>.\n\t\t\tString values are converted to an integer indicating the MiB when the task definition is\n\t\t\tregistered.</p>\n\t\t       <p>If you are using the EC2 launch type, this field is optional.</p>\n\t\t       <p>If you are using the Fargate launch type, this field is required and you\n\t\t\tmust use one of the following values, which determines your range of supported values\n\t\t\tfor the <code>cpu</code> parameter:</p> \n         <ul>\n            <li>\n                <p>512 (0.5 GB), 1024 (1 GB), 2048 (2 GB) - Available <code>cpu</code> values: 256 (.25 vCPU)</p>\n            </li>\n            <li>\n                <p>1024 (1 GB), 2048 (2 GB), 3072 (3 GB), 4096 (4 GB) - Available <code>cpu</code> values: 512 (.5 vCPU)</p>\n            </li>\n            <li>\n                <p>2048 (2 GB), 3072 (3 GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8 GB) - Available <code>cpu</code> values: 1024 (1 vCPU)</p>\n            </li>\n            <li>\n                <p>Between 4096 (4 GB) and 16384 (16 GB) in increments of 1024 (1 GB) - Available <code>cpu</code> values: 2048 (2 vCPU)</p>\n            </li>\n            <li>\n                <p>Between 8192 (8 GB) and 30720 (30 GB) in increments of 1024 (1 GB) - Available <code>cpu</code> values: 4096 (4 vCPU)</p>\n            </li>\n         </ul>"
7738                    }
7739                },
7740                "overrides": {
7741                    "target": "com.amazonaws.ecs#TaskOverride",
7742                    "traits": {
7743                        "smithy.api#documentation": "<p>One or more container overrides.</p>"
7744                    }
7745                },
7746                "platformVersion": {
7747                    "target": "com.amazonaws.ecs#String",
7748                    "traits": {
7749                        "smithy.api#documentation": "<p>The platform version on which your task is running. A platform version is only\n\t\t\tspecified for tasks using the Fargate launch type. If one is not\n\t\t\tspecified, the <code>LATEST</code> platform version is used by default. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html\">AWS Fargate Platform\n\t\t\t\tVersions</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
7750                    }
7751                },
7752                "pullStartedAt": {
7753                    "target": "com.amazonaws.ecs#Timestamp",
7754                    "traits": {
7755                        "smithy.api#documentation": "<p>The Unix timestamp for when the container image pull began.</p>"
7756                    }
7757                },
7758                "pullStoppedAt": {
7759                    "target": "com.amazonaws.ecs#Timestamp",
7760                    "traits": {
7761                        "smithy.api#documentation": "<p>The Unix timestamp for when the container image pull completed.</p>"
7762                    }
7763                },
7764                "startedAt": {
7765                    "target": "com.amazonaws.ecs#Timestamp",
7766                    "traits": {
7767                        "smithy.api#documentation": "<p>The Unix timestamp for when the task started (the task transitioned from the\n\t\t\t\t<code>PENDING</code> state to the <code>RUNNING</code> state).</p>"
7768                    }
7769                },
7770                "startedBy": {
7771                    "target": "com.amazonaws.ecs#String",
7772                    "traits": {
7773                        "smithy.api#documentation": "<p>The tag specified when a task is started. If the task is started by an Amazon ECS service,\n\t\t\tthen the <code>startedBy</code> parameter contains the deployment ID of the service that\n\t\t\tstarts it.</p>"
7774                    }
7775                },
7776                "stopCode": {
7777                    "target": "com.amazonaws.ecs#TaskStopCode",
7778                    "traits": {
7779                        "smithy.api#documentation": "<p>The stop code indicating why a task was stopped. The <code>stoppedReason</code> may\n\t\t\tcontain additional details.</p>"
7780                    }
7781                },
7782                "stoppedAt": {
7783                    "target": "com.amazonaws.ecs#Timestamp",
7784                    "traits": {
7785                        "smithy.api#documentation": "<p>The Unix timestamp for when the task was stopped (the task transitioned from the\n\t\t\t\t<code>RUNNING</code> state to the <code>STOPPED</code> state).</p>"
7786                    }
7787                },
7788                "stoppedReason": {
7789                    "target": "com.amazonaws.ecs#String",
7790                    "traits": {
7791                        "smithy.api#documentation": "<p>The reason that the task was stopped.</p>"
7792                    }
7793                },
7794                "stoppingAt": {
7795                    "target": "com.amazonaws.ecs#Timestamp",
7796                    "traits": {
7797                        "smithy.api#documentation": "<p>The Unix timestamp for when the task stops (transitions from the <code>RUNNING</code>\n\t\t\tstate to <code>STOPPED</code>).</p>"
7798                    }
7799                },
7800                "tags": {
7801                    "target": "com.amazonaws.ecs#Tags",
7802                    "traits": {
7803                        "smithy.api#documentation": "<p>The metadata that you apply to the task to help you categorize and organize them. Each\n\t\t\ttag consists of a key and an optional value, both of which you define.</p>\n\t\t       <p>The following basic restrictions apply to tags:</p>\n        <ul>\n            <li>\n                <p>Maximum number of tags per resource - 50</p>\n            </li>\n            <li>\n                <p>For each resource, each tag key must be unique, and each tag key can have only\n                    one value.</p>\n            </li>\n            <li>\n                <p>Maximum key length - 128 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>Maximum value length - 256 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>If your tagging schema is used across multiple services and resources,\n                    remember that other services may have restrictions on allowed characters.\n                    Generally allowed characters are: letters, numbers, and spaces representable in\n                    UTF-8, and the following characters: + - = . _ : / @.</p>\n            </li>\n            <li>\n                <p>Tag keys and values are case-sensitive.</p>\n            </li>\n            <li>\n                <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase\n                    combination of such as a prefix for either keys or values as it is reserved for\n                    AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with\n                    this prefix do not count against your tags per resource limit.</p>\n            </li>\n         </ul>"
7804                    }
7805                },
7806                "taskArn": {
7807                    "target": "com.amazonaws.ecs#String",
7808                    "traits": {
7809                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the task.</p>"
7810                    }
7811                },
7812                "taskDefinitionArn": {
7813                    "target": "com.amazonaws.ecs#String",
7814                    "traits": {
7815                        "smithy.api#documentation": "<p>The ARN of the task definition that creates the task.</p>"
7816                    }
7817                },
7818                "version": {
7819                    "target": "com.amazonaws.ecs#Long",
7820                    "traits": {
7821                        "smithy.api#documentation": "<p>The version counter for the task. Every time a task experiences a change that triggers\n\t\t\ta CloudWatch event, the version counter is incremented. If you are replicating your Amazon ECS task\n\t\t\tstate with CloudWatch Events, you can compare the version of a task reported by the Amazon ECS API\n\t\t\tactions with the version reported in CloudWatch Events for the task (inside the\n\t\t\t\t<code>detail</code> object) to verify that the version in your event stream is\n\t\t\tcurrent.</p>"
7822                    }
7823                }
7824            },
7825            "traits": {
7826                "smithy.api#documentation": "<p>Details on a task in a cluster.</p>"
7827            }
7828        },
7829        "com.amazonaws.ecs#TaskDefinition": {
7830            "type": "structure",
7831            "members": {
7832                "taskDefinitionArn": {
7833                    "target": "com.amazonaws.ecs#String",
7834                    "traits": {
7835                        "smithy.api#documentation": "<p>The full Amazon Resource Name (ARN) of the task definition.</p>"
7836                    }
7837                },
7838                "containerDefinitions": {
7839                    "target": "com.amazonaws.ecs#ContainerDefinitions",
7840                    "traits": {
7841                        "smithy.api#documentation": "<p>A list of container definitions in JSON format that describe the different containers\n\t\t\tthat make up your task. For more information about container definition parameters and\n\t\t\tdefaults, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_defintions.html\">Amazon ECS Task\n\t\t\t\tDefinitions</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
7842                    }
7843                },
7844                "family": {
7845                    "target": "com.amazonaws.ecs#String",
7846                    "traits": {
7847                        "smithy.api#documentation": "<p>The name of a family that this task definition is registered to. Up to 255 letters\n\t\t\t(uppercase and lowercase), numbers, hyphens, and underscores are allowed.</p>\n\t\t       <p>A family groups multiple versions of a task definition. Amazon ECS gives the first task\n\t\t\tdefinition that you registered to a family a revision number of 1. Amazon ECS gives\n\t\t\tsequential revision numbers to each task definition that you add.</p>"
7848                    }
7849                },
7850                "taskRoleArn": {
7851                    "target": "com.amazonaws.ecs#String",
7852                    "traits": {
7853                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants containers in the\n\t\t\ttask permission to call AWS APIs on your behalf. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html\">Amazon ECS\n\t\t\t\tTask Role</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <p>IAM roles for tasks on Windows require that the <code>-EnableTaskIAMRole</code> option\n\t\t\tis set when you launch the Amazon ECS-optimized Windows AMI. Your containers must also run some\n\t\t\tconfiguration code in order to take advantage of the feature. For more information, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/windows_task_IAM_roles.html\">Windows IAM roles\n\t\t\t\tfor tasks</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
7854                    }
7855                },
7856                "executionRoleArn": {
7857                    "target": "com.amazonaws.ecs#String",
7858                    "traits": {
7859                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the task execution role that grants the Amazon ECS container agent\n            permission to make AWS API calls on your behalf. The task execution IAM role is required\n            depending on the requirements of your task. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_execution_IAM_role.html\">Amazon ECS task\n                execution IAM role</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
7860                    }
7861                },
7862                "networkMode": {
7863                    "target": "com.amazonaws.ecs#NetworkMode",
7864                    "traits": {
7865                        "smithy.api#documentation": "<p>The Docker networking mode to use for the containers in the task. The valid values are\n                <code>none</code>, <code>bridge</code>, <code>awsvpc</code>, and <code>host</code>.\n            If no network mode is specified, the default is <code>bridge</code>.</p>\n            <p>For Amazon ECS tasks on Fargate, the <code>awsvpc</code> network mode is required. \n            For Amazon ECS tasks on Amazon EC2 instances, any network mode can be used. If the network\n            mode is set to <code>none</code>, you cannot specify port mappings in your container\n            definitions, and the tasks containers do not have external connectivity. The\n                <code>host</code> and <code>awsvpc</code> network modes offer the highest networking\n            performance for containers because they use the EC2 network stack instead of the\n            virtualized network stack provided by the <code>bridge</code> mode.</p>\n        <p>With the <code>host</code> and <code>awsvpc</code> network modes, exposed container\n            ports are mapped directly to the corresponding host port (for the <code>host</code>\n            network mode) or the attached elastic network interface port (for the\n                <code>awsvpc</code> network mode), so you cannot take advantage of dynamic host port\n            mappings. </p>\n            <important>\n                        <p>When using the <code>host</code> network mode, you should not run\n                            containers using the root user (UID 0). It is considered best practice\n                            to use a non-root user.</p>\n                    </important>\n        <p>If the network mode is <code>awsvpc</code>, the task is allocated an elastic network\n            interface, and you must specify a <a>NetworkConfiguration</a> value when you create\n            a service or run a task with the task definition. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html\">Task Networking</a> in the\n                <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n        <note>\n            <p>Currently, only Amazon ECS-optimized AMIs, other Amazon Linux variants with the\n                    <code>ecs-init</code> package, or AWS Fargate infrastructure support the\n                    <code>awsvpc</code> network mode. </p>\n        </note>\n        <p>If the network mode is <code>host</code>, you cannot run multiple instantiations of the\n            same task on a single container instance when port mappings are used.</p>\n        <p>Docker for Windows uses different network modes than Docker for Linux. When you\n            register a task definition with Windows containers, you must not specify a network mode.\n            If you use the console to register a task definition with Windows containers, you must\n            choose the <code><default></code> network mode object. </p>\n        <p>For more information, see <a href=\"https://docs.docker.com/engine/reference/run/#network-settings\">Network\n                settings</a> in the <i>Docker run reference</i>.</p>"
7866                    }
7867                },
7868                "revision": {
7869                    "target": "com.amazonaws.ecs#Integer",
7870                    "traits": {
7871                        "smithy.api#documentation": "<p>The revision of the task in a particular family. The revision is a version number of a\n\t\t\ttask definition in a family. When you register a task definition for the first time, the\n\t\t\trevision is <code>1</code>. Each time that you register a new revision of a task\n\t\t\tdefinition in the same family, the revision value always increases by one, even if you\n\t\t\thave deregistered previous revisions in this family.</p>"
7872                    }
7873                },
7874                "volumes": {
7875                    "target": "com.amazonaws.ecs#VolumeList",
7876                    "traits": {
7877                        "smithy.api#documentation": "<p>The list of data volume definitions for the task. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html\">Using data volumes in tasks</a> in the\n\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <note>\n\t\t\t         <p>The <code>host</code> and <code>sourcePath</code> parameters are not supported for\n\t\t\t\ttasks run on AWS Fargate.</p>\n\t\t       </note>"
7878                    }
7879                },
7880                "status": {
7881                    "target": "com.amazonaws.ecs#TaskDefinitionStatus",
7882                    "traits": {
7883                        "smithy.api#documentation": "<p>The status of the task definition.</p>"
7884                    }
7885                },
7886                "requiresAttributes": {
7887                    "target": "com.amazonaws.ecs#RequiresAttributes",
7888                    "traits": {
7889                        "smithy.api#documentation": "<p>The container instance attributes required by your task. When an Amazon EC2 instance is\n\t\t\tregistered to your cluster, the Amazon ECS container agent assigns some standard attributes\n\t\t\tto the instance. You can apply custom attributes, specified as key-value pairs using the\n\t\t\tAmazon ECS console or the <a>PutAttributes</a> API. These attributes are used when\n\t\t\tconsidering task placement for tasks hosted on Amazon EC2 instances. For more information,\n\t\t\tsee <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-constraints.html#attributes\">Attributes</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <note>\n\t\t\t         <p>This parameter is not supported for tasks run on AWS Fargate.</p>\n\t\t       </note>"
7890                    }
7891                },
7892                "placementConstraints": {
7893                    "target": "com.amazonaws.ecs#TaskDefinitionPlacementConstraints",
7894                    "traits": {
7895                        "smithy.api#documentation": "<p>An array of placement constraint objects to use for tasks.</p>\n\t\t       <note>\n\t\t\t         <p>This parameter is not supported for tasks run on AWS Fargate.</p>\n\t\t       </note>"
7896                    }
7897                },
7898                "compatibilities": {
7899                    "target": "com.amazonaws.ecs#CompatibilityList",
7900                    "traits": {
7901                        "smithy.api#documentation": "<p>The task launch types the task definition validated against during task definition\n\t\t\tregistration. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html\">Amazon ECS launch types</a>\n\t\t\tin the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
7902                    }
7903                },
7904                "requiresCompatibilities": {
7905                    "target": "com.amazonaws.ecs#CompatibilityList",
7906                    "traits": {
7907                        "smithy.api#documentation": "<p>The task launch types the task definition was validated against. To determine which\n\t\t\ttask launch types the task definition is validated for, see the <a>TaskDefinition$compatibilities</a> parameter.</p>"
7908                    }
7909                },
7910                "cpu": {
7911                    "target": "com.amazonaws.ecs#String",
7912                    "traits": {
7913                        "smithy.api#documentation": "<p>The number of <code>cpu</code> units used by the task. If you are using the EC2 launch\n\t\t\ttype, this field is optional and any value can be used. If you are using the Fargate\n\t\t\tlaunch type, this field is required and you must use one of the following values, which\n\t\t\tdetermines your range of valid values for the <code>memory</code> parameter:</p>\n\t\t       <ul>\n            <li>\n                <p>256 (.25 vCPU) - Available <code>memory</code> values: 512 (0.5 GB), 1024 (1 GB), 2048 (2 GB)</p>\n            </li>\n            <li>\n                <p>512 (.5 vCPU) - Available <code>memory</code> values: 1024 (1 GB), 2048 (2 GB), 3072 (3 GB), 4096 (4 GB)</p>\n            </li>\n            <li>\n                <p>1024 (1 vCPU) - Available <code>memory</code> values: 2048 (2 GB), 3072 (3 GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8 GB)</p>\n            </li>\n            <li>\n                <p>2048 (2 vCPU) - Available <code>memory</code> values: Between 4096 (4 GB) and 16384 (16 GB) in increments of 1024 (1 GB)</p>\n            </li>\n            <li>\n                <p>4096 (4 vCPU) - Available <code>memory</code> values: Between 8192 (8 GB) and 30720 (30 GB) in increments of 1024 (1 GB)</p>\n            </li>\n         </ul>"
7914                    }
7915                },
7916                "memory": {
7917                    "target": "com.amazonaws.ecs#String",
7918                    "traits": {
7919                        "smithy.api#documentation": "<p>The amount (in MiB) of memory used by the task.</p>\n\t\t       <p>If your tasks will be run on Amazon EC2 instances, you must specify either a task-level\n\t\t\tmemory value or a container-level memory value. This field is optional and any value can\n\t\t\tbe used. If a task-level memory value is specified then the container-level memory value\n\t\t\tis optional. For more information regarding container-level memory and memory\n\t\t\treservation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html\">ContainerDefinition</a>.</p>\n\t\t       <p>If your tasks will be run on AWS Fargate, this field is required and you must use one of\n\t\t\tthe following values, which determines your range of valid values for the\n\t\t\t\t<code>cpu</code> parameter:</p> \n         <ul>\n            <li>\n                <p>512 (0.5 GB), 1024 (1 GB), 2048 (2 GB) - Available <code>cpu</code> values: 256 (.25 vCPU)</p>\n            </li>\n            <li>\n                <p>1024 (1 GB), 2048 (2 GB), 3072 (3 GB), 4096 (4 GB) - Available <code>cpu</code> values: 512 (.5 vCPU)</p>\n            </li>\n            <li>\n                <p>2048 (2 GB), 3072 (3 GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8 GB) - Available <code>cpu</code> values: 1024 (1 vCPU)</p>\n            </li>\n            <li>\n                <p>Between 4096 (4 GB) and 16384 (16 GB) in increments of 1024 (1 GB) - Available <code>cpu</code> values: 2048 (2 vCPU)</p>\n            </li>\n            <li>\n                <p>Between 8192 (8 GB) and 30720 (30 GB) in increments of 1024 (1 GB) - Available <code>cpu</code> values: 4096 (4 vCPU)</p>\n            </li>\n         </ul>"
7920                    }
7921                },
7922                "inferenceAccelerators": {
7923                    "target": "com.amazonaws.ecs#InferenceAccelerators",
7924                    "traits": {
7925                        "smithy.api#documentation": "<p>The Elastic Inference accelerator associated with the task.</p>"
7926                    }
7927                },
7928                "pidMode": {
7929                    "target": "com.amazonaws.ecs#PidMode",
7930                    "traits": {
7931                        "smithy.api#documentation": "<p>The process namespace to use for the containers in the task. The valid\n                            values are <code>host</code> or <code>task</code>. If <code>host</code>\n                            is specified, then all containers within the tasks that specified the\n                                <code>host</code> PID mode on the same container instance share the\n                            same process namespace with the host Amazon EC2 instance. If <code>task</code> is\n                            specified, all containers within the specified task share the same\n                            process namespace. If no value is specified, the default is a private\n                            namespace. For more information, see <a href=\"https://docs.docker.com/engine/reference/run/#pid-settings---pid\">PID settings</a> in the <i>Docker run\n                                reference</i>.</p>\n                        <p>If the <code>host</code> PID mode is used, be aware that there is a\n                            heightened risk of undesired process namespace expose. For more\n                            information, see <a href=\"https://docs.docker.com/engine/security/security/\">Docker\n                                security</a>.</p> \n         <note>\n                                <p>This parameter is not supported for Windows containers or tasks run on AWS Fargate.</p>\n                             </note>"
7932                    }
7933                },
7934                "ipcMode": {
7935                    "target": "com.amazonaws.ecs#IpcMode",
7936                    "traits": {
7937                        "smithy.api#documentation": "<p>The IPC resource namespace to use for the containers in the task. The valid values are\n                <code>host</code>, <code>task</code>, or <code>none</code>. If <code>host</code> is\n            specified, then all containers within the tasks that specified the <code>host</code> IPC\n            mode on the same container instance share the same IPC resources with the host Amazon EC2\n            instance. If <code>task</code> is specified, all containers within the specified task\n            share the same IPC resources. If <code>none</code> is specified, then IPC resources\n            within the containers of a task are private and not shared with other containers in a\n            task or on the container instance. If no value is specified, then the IPC resource\n            namespace sharing depends on the Docker daemon setting on the container instance. For\n            more information, see <a href=\"https://docs.docker.com/engine/reference/run/#ipc-settings---ipc\">IPC\n                settings</a> in the <i>Docker run reference</i>.</p>\n        <p>If the <code>host</code> IPC mode is used, be aware that there is a heightened risk of\n            undesired IPC namespace expose. For more information, see <a href=\"https://docs.docker.com/engine/security/security/\">Docker\n            security</a>.</p>\n        <p>If you are setting namespaced kernel parameters using <code>systemControls</code> for\n            the containers in the task, the following will apply to your IPC resource namespace. For\n            more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html\">System\n                Controls</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>\n        <ul>\n            <li>\n                <p>For tasks that use the <code>host</code> IPC mode, IPC namespace related\n                        <code>systemControls</code> are not supported.</p>\n            </li>\n            <li>\n                <p>For tasks that use the <code>task</code> IPC mode, IPC namespace related\n                        <code>systemControls</code> will apply to all containers within a\n                    task.</p>\n            </li>\n         </ul> \n         <note>\n                                <p>This parameter is not supported for Windows containers or tasks run on AWS Fargate.</p>\n                             </note>"
7938                    }
7939                },
7940                "proxyConfiguration": {
7941                    "target": "com.amazonaws.ecs#ProxyConfiguration",
7942                    "traits": {
7943                        "smithy.api#documentation": "<p>The configuration details for the App Mesh proxy.</p>\n\t\t       <p>Your Amazon ECS container instances require at least version 1.26.0 of the container agent\n\t\t\tand at least version 1.26.0-1 of the <code>ecs-init</code> package to enable a proxy\n\t\t\tconfiguration. If your container instances are launched from the Amazon ECS-optimized AMI\n\t\t\tversion <code>20190301</code> or later, then they contain the required versions of the\n\t\t\tcontainer agent and <code>ecs-init</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html\">Amazon ECS-optimized Linux AMI</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
7944                    }
7945                },
7946                "registeredAt": {
7947                    "target": "com.amazonaws.ecs#Timestamp",
7948                    "traits": {
7949                        "smithy.api#documentation": "<p>The Unix timestamp for when the task definition was registered.</p>"
7950                    }
7951                },
7952                "deregisteredAt": {
7953                    "target": "com.amazonaws.ecs#Timestamp",
7954                    "traits": {
7955                        "smithy.api#documentation": "<p>The Unix timestamp for when the task definition was deregistered.</p>"
7956                    }
7957                },
7958                "registeredBy": {
7959                    "target": "com.amazonaws.ecs#String",
7960                    "traits": {
7961                        "smithy.api#documentation": "<p>The principal that registered the task definition.</p>"
7962                    }
7963                }
7964            },
7965            "traits": {
7966                "smithy.api#documentation": "<p>The details of a task definition which describes the container and volume definitions\n\t\t\tof an Amazon Elastic Container Service task. You can specify which Docker images to use, the required\n\t\t\tresources, and other configurations related to launching the task definition through an\n\t\t\tAmazon ECS service or task.</p>"
7967            }
7968        },
7969        "com.amazonaws.ecs#TaskDefinitionFamilyStatus": {
7970            "type": "string",
7971            "traits": {
7972                "smithy.api#enum": [
7973                    {
7974                        "value": "ACTIVE",
7975                        "name": "ACTIVE"
7976                    },
7977                    {
7978                        "value": "INACTIVE",
7979                        "name": "INACTIVE"
7980                    },
7981                    {
7982                        "value": "ALL",
7983                        "name": "ALL"
7984                    }
7985                ]
7986            }
7987        },
7988        "com.amazonaws.ecs#TaskDefinitionField": {
7989            "type": "string",
7990            "traits": {
7991                "smithy.api#enum": [
7992                    {
7993                        "value": "TAGS",
7994                        "name": "TAGS"
7995                    }
7996                ]
7997            }
7998        },
7999        "com.amazonaws.ecs#TaskDefinitionFieldList": {
8000            "type": "list",
8001            "member": {
8002                "target": "com.amazonaws.ecs#TaskDefinitionField"
8003            }
8004        },
8005        "com.amazonaws.ecs#TaskDefinitionPlacementConstraint": {
8006            "type": "structure",
8007            "members": {
8008                "type": {
8009                    "target": "com.amazonaws.ecs#TaskDefinitionPlacementConstraintType",
8010                    "traits": {
8011                        "smithy.api#documentation": "<p>The type of constraint. The <code>MemberOf</code> constraint restricts selection to be\n\t\t\tfrom a group of valid candidates.</p>"
8012                    }
8013                },
8014                "expression": {
8015                    "target": "com.amazonaws.ecs#String",
8016                    "traits": {
8017                        "smithy.api#documentation": "<p>A cluster query language expression to apply to the constraint. For more information,\n\t\t\tsee <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html\">Cluster query language</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>"
8018                    }
8019                }
8020            },
8021            "traits": {
8022                "smithy.api#documentation": "<p>An object representing a constraint on task placement in the task definition. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-constraints.html\">Task placement constraints</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>\n\t\t       <note>\n\t\t\t         <p>Task placement constraints are not supported for tasks run on AWS Fargate.</p>\n\t\t       </note>"
8023            }
8024        },
8025        "com.amazonaws.ecs#TaskDefinitionPlacementConstraintType": {
8026            "type": "string",
8027            "traits": {
8028                "smithy.api#enum": [
8029                    {
8030                        "value": "memberOf",
8031                        "name": "MEMBER_OF"
8032                    }
8033                ]
8034            }
8035        },
8036        "com.amazonaws.ecs#TaskDefinitionPlacementConstraints": {
8037            "type": "list",
8038            "member": {
8039                "target": "com.amazonaws.ecs#TaskDefinitionPlacementConstraint"
8040            }
8041        },
8042        "com.amazonaws.ecs#TaskDefinitionStatus": {
8043            "type": "string",
8044            "traits": {
8045                "smithy.api#enum": [
8046                    {
8047                        "value": "ACTIVE",
8048                        "name": "ACTIVE"
8049                    },
8050                    {
8051                        "value": "INACTIVE",
8052                        "name": "INACTIVE"
8053                    }
8054                ]
8055            }
8056        },
8057        "com.amazonaws.ecs#TaskField": {
8058            "type": "string",
8059            "traits": {
8060                "smithy.api#enum": [
8061                    {
8062                        "value": "TAGS",
8063                        "name": "TAGS"
8064                    }
8065                ]
8066            }
8067        },
8068        "com.amazonaws.ecs#TaskFieldList": {
8069            "type": "list",
8070            "member": {
8071                "target": "com.amazonaws.ecs#TaskField"
8072            }
8073        },
8074        "com.amazonaws.ecs#TaskOverride": {
8075            "type": "structure",
8076            "members": {
8077                "containerOverrides": {
8078                    "target": "com.amazonaws.ecs#ContainerOverrides",
8079                    "traits": {
8080                        "smithy.api#documentation": "<p>One or more container overrides sent to a task.</p>"
8081                    }
8082                },
8083                "cpu": {
8084                    "target": "com.amazonaws.ecs#String",
8085                    "traits": {
8086                        "smithy.api#documentation": "<p>The cpu override for the task.</p>"
8087                    }
8088                },
8089                "inferenceAcceleratorOverrides": {
8090                    "target": "com.amazonaws.ecs#InferenceAcceleratorOverrides",
8091                    "traits": {
8092                        "smithy.api#documentation": "<p>The Elastic Inference accelerator override for the task.</p>"
8093                    }
8094                },
8095                "executionRoleArn": {
8096                    "target": "com.amazonaws.ecs#String",
8097                    "traits": {
8098                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the task execution IAM role override for the task.</p>"
8099                    }
8100                },
8101                "memory": {
8102                    "target": "com.amazonaws.ecs#String",
8103                    "traits": {
8104                        "smithy.api#documentation": "<p>The memory override for the task.</p>"
8105                    }
8106                },
8107                "taskRoleArn": {
8108                    "target": "com.amazonaws.ecs#String",
8109                    "traits": {
8110                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume. All containers\n\t\t\tin this task are granted the permissions that are specified in this role.</p>"
8111                    }
8112                }
8113            },
8114            "traits": {
8115                "smithy.api#documentation": "<p>The overrides associated with a task.</p>"
8116            }
8117        },
8118        "com.amazonaws.ecs#TaskSet": {
8119            "type": "structure",
8120            "members": {
8121                "id": {
8122                    "target": "com.amazonaws.ecs#String",
8123                    "traits": {
8124                        "smithy.api#documentation": "<p>The ID of the task set.</p>"
8125                    }
8126                },
8127                "taskSetArn": {
8128                    "target": "com.amazonaws.ecs#String",
8129                    "traits": {
8130                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the task set.</p>"
8131                    }
8132                },
8133                "serviceArn": {
8134                    "target": "com.amazonaws.ecs#String",
8135                    "traits": {
8136                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the service the task set exists in.</p>"
8137                    }
8138                },
8139                "clusterArn": {
8140                    "target": "com.amazonaws.ecs#String",
8141                    "traits": {
8142                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the cluster that the service that hosts the task set exists\n\t\t\tin.</p>"
8143                    }
8144                },
8145                "startedBy": {
8146                    "target": "com.amazonaws.ecs#String",
8147                    "traits": {
8148                        "smithy.api#documentation": "<p>The tag specified when a task set is started. If the task set is created by an AWS CodeDeploy\n\t\t\tdeployment, the <code>startedBy</code> parameter is <code>CODE_DEPLOY</code>. For a task\n\t\t\tset created for an external deployment, the startedBy field isn't used.</p>"
8149                    }
8150                },
8151                "externalId": {
8152                    "target": "com.amazonaws.ecs#String",
8153                    "traits": {
8154                        "smithy.api#documentation": "<p>The external ID associated with the task set.</p>\n\t\t       <p>If a task set is created by an AWS CodeDeploy deployment, the <code>externalId</code> parameter\n\t\t\tcontains the AWS CodeDeploy deployment ID.</p>\n\t\t       <p>If a task set is created for an external deployment and is associated with a service\n\t\t\tdiscovery registry, the <code>externalId</code> parameter contains the\n\t\t\t\t<code>ECS_TASK_SET_EXTERNAL_ID</code> AWS Cloud Map attribute.</p>"
8155                    }
8156                },
8157                "status": {
8158                    "target": "com.amazonaws.ecs#String",
8159                    "traits": {
8160                        "smithy.api#documentation": "<p>The status of the task set. The following describes each state:</p>\n\t\t       <dl>\n            <dt>PRIMARY</dt>\n            <dd>\n\t\t\t\t\t          <p>The task set is serving production traffic.</p>\n\t\t\t\t        </dd>\n            <dt>ACTIVE</dt>\n            <dd>\n\t\t\t\t\t          <p>The task set is not serving production traffic.</p>\n\t\t\t\t        </dd>\n            <dt>DRAINING</dt>\n            <dd>\n\t\t\t\t\t          <p>The tasks in the task set are being stopped and their corresponding\n\t\t\t\t\t\ttargets are being deregistered from their target group.</p>\n\t\t\t\t        </dd>\n         </dl>"
8161                    }
8162                },
8163                "taskDefinition": {
8164                    "target": "com.amazonaws.ecs#String",
8165                    "traits": {
8166                        "smithy.api#documentation": "<p>The task definition the task set is using.</p>"
8167                    }
8168                },
8169                "computedDesiredCount": {
8170                    "target": "com.amazonaws.ecs#Integer",
8171                    "traits": {
8172                        "smithy.api#documentation": "<p>The computed desired count for the task set. This is calculated by multiplying the\n\t\t\tservice's <code>desiredCount</code> by the task set's <code>scale</code> percentage. The\n\t\t\tresult is always rounded up. For example, if the computed desired count is 1.2, it\n\t\t\trounds up to 2 tasks.</p>"
8173                    }
8174                },
8175                "pendingCount": {
8176                    "target": "com.amazonaws.ecs#Integer",
8177                    "traits": {
8178                        "smithy.api#documentation": "<p>The number of tasks in the task set that are in the <code>PENDING</code> status during\n\t\t\ta deployment. A task in the <code>PENDING</code> state is preparing to enter the\n\t\t\t\t<code>RUNNING</code> state. A task set enters the <code>PENDING</code> status when\n\t\t\tit launches for the first time or when it is restarted after being in the\n\t\t\t\t<code>STOPPED</code> state.</p>"
8179                    }
8180                },
8181                "runningCount": {
8182                    "target": "com.amazonaws.ecs#Integer",
8183                    "traits": {
8184                        "smithy.api#documentation": "<p>The number of tasks in the task set that are in the <code>RUNNING</code> status during\n\t\t\ta deployment. A task in the <code>RUNNING</code> state is running and ready for\n\t\t\tuse.</p>"
8185                    }
8186                },
8187                "createdAt": {
8188                    "target": "com.amazonaws.ecs#Timestamp",
8189                    "traits": {
8190                        "smithy.api#documentation": "<p>The Unix timestamp for when the task set was created.</p>"
8191                    }
8192                },
8193                "updatedAt": {
8194                    "target": "com.amazonaws.ecs#Timestamp",
8195                    "traits": {
8196                        "smithy.api#documentation": "<p>The Unix timestamp for when the task set was last updated.</p>"
8197                    }
8198                },
8199                "launchType": {
8200                    "target": "com.amazonaws.ecs#LaunchType",
8201                    "traits": {
8202                        "smithy.api#documentation": "<p>The launch type the tasks in the task set are using. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html\">Amazon ECS\n\t\t\t\tlaunch types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
8203                    }
8204                },
8205                "capacityProviderStrategy": {
8206                    "target": "com.amazonaws.ecs#CapacityProviderStrategy",
8207                    "traits": {
8208                        "smithy.api#documentation": "<p>The capacity provider strategy associated with the task set.</p>"
8209                    }
8210                },
8211                "platformVersion": {
8212                    "target": "com.amazonaws.ecs#String",
8213                    "traits": {
8214                        "smithy.api#documentation": "<p>The AWS Fargate platform version on which the tasks in the task set are running. A\n\t\t\tplatform version is only specified for tasks run on AWS Fargate. For more information, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html\">AWS Fargate platform\n\t\t\t\tversions</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
8215                    }
8216                },
8217                "networkConfiguration": {
8218                    "target": "com.amazonaws.ecs#NetworkConfiguration",
8219                    "traits": {
8220                        "smithy.api#documentation": "<p>The network configuration for the task set.</p>"
8221                    }
8222                },
8223                "loadBalancers": {
8224                    "target": "com.amazonaws.ecs#LoadBalancers",
8225                    "traits": {
8226                        "smithy.api#documentation": "<p>Details on a load balancer that is used with a task set.</p>"
8227                    }
8228                },
8229                "serviceRegistries": {
8230                    "target": "com.amazonaws.ecs#ServiceRegistries",
8231                    "traits": {
8232                        "smithy.api#documentation": "<p>The details of the service discovery registries to assign to this task set. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html\">Service\n\t\t\t\tdiscovery</a>.</p>"
8233                    }
8234                },
8235                "scale": {
8236                    "target": "com.amazonaws.ecs#Scale",
8237                    "traits": {
8238                        "smithy.api#documentation": "<p>A floating-point percentage of the desired number of tasks to place and keep running\n\t\t\tin the task set.</p>"
8239                    }
8240                },
8241                "stabilityStatus": {
8242                    "target": "com.amazonaws.ecs#StabilityStatus",
8243                    "traits": {
8244                        "smithy.api#documentation": "<p>The stability status, which indicates whether the task set has reached a steady state.\n\t\t\tIf the following conditions are met, the task set will be in\n\t\t\t<code>STEADY_STATE</code>:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>The task <code>runningCount</code> is equal to the\n\t\t\t\t\t\t<code>computedDesiredCount</code>.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>The <code>pendingCount</code> is <code>0</code>.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>There are no tasks running on container instances in the <code>DRAINING</code>\n\t\t\t\t\tstatus.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>All tasks are reporting a healthy status from the load balancers, service\n\t\t\t\t\tdiscovery, and container health checks.</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>If any of those conditions are not met, the stability status returns\n\t\t\t\t<code>STABILIZING</code>.</p>"
8245                    }
8246                },
8247                "stabilityStatusAt": {
8248                    "target": "com.amazonaws.ecs#Timestamp",
8249                    "traits": {
8250                        "smithy.api#documentation": "<p>The Unix timestamp for when the task set stability status was retrieved.</p>"
8251                    }
8252                },
8253                "tags": {
8254                    "target": "com.amazonaws.ecs#Tags",
8255                    "traits": {
8256                        "smithy.api#documentation": "<p>The metadata that you apply to the task set to help you categorize and organize them.\n\t\t\tEach tag consists of a key and an optional value, both of which you define.</p>\n\t\t       <p>The following basic restrictions apply to tags:</p>\n        <ul>\n            <li>\n                <p>Maximum number of tags per resource - 50</p>\n            </li>\n            <li>\n                <p>For each resource, each tag key must be unique, and each tag key can have only\n                    one value.</p>\n            </li>\n            <li>\n                <p>Maximum key length - 128 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>Maximum value length - 256 Unicode characters in UTF-8</p>\n            </li>\n            <li>\n                <p>If your tagging schema is used across multiple services and resources,\n                    remember that other services may have restrictions on allowed characters.\n                    Generally allowed characters are: letters, numbers, and spaces representable in\n                    UTF-8, and the following characters: + - = . _ : / @.</p>\n            </li>\n            <li>\n                <p>Tag keys and values are case-sensitive.</p>\n            </li>\n            <li>\n                <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase\n                    combination of such as a prefix for either keys or values as it is reserved for\n                    AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with\n                    this prefix do not count against your tags per resource limit.</p>\n            </li>\n         </ul>"
8257                    }
8258                }
8259            },
8260            "traits": {
8261                "smithy.api#documentation": "<p>Information about a set of Amazon ECS tasks in either an AWS CodeDeploy or an <code>EXTERNAL</code>\n\t\t\tdeployment. An Amazon ECS task set includes details such as the desired number of tasks, how\n\t\t\tmany tasks are running, and whether the task set serves production traffic.</p>"
8262            }
8263        },
8264        "com.amazonaws.ecs#TaskSetField": {
8265            "type": "string",
8266            "traits": {
8267                "smithy.api#enum": [
8268                    {
8269                        "value": "TAGS",
8270                        "name": "TAGS"
8271                    }
8272                ]
8273            }
8274        },
8275        "com.amazonaws.ecs#TaskSetFieldList": {
8276            "type": "list",
8277            "member": {
8278                "target": "com.amazonaws.ecs#TaskSetField"
8279            }
8280        },
8281        "com.amazonaws.ecs#TaskSetNotFoundException": {
8282            "type": "structure",
8283            "members": {
8284                "message": {
8285                    "target": "com.amazonaws.ecs#String"
8286                }
8287            },
8288            "traits": {
8289                "smithy.api#documentation": "<p>The specified task set could not be found. You can view your available task sets with\n\t\t\t\t<a>DescribeTaskSets</a>. Task sets are specific to each cluster, service\n\t\t\tand Region.</p>",
8290                "smithy.api#error": "client"
8291            }
8292        },
8293        "com.amazonaws.ecs#TaskSets": {
8294            "type": "list",
8295            "member": {
8296                "target": "com.amazonaws.ecs#TaskSet"
8297            }
8298        },
8299        "com.amazonaws.ecs#TaskStopCode": {
8300            "type": "string",
8301            "traits": {
8302                "smithy.api#enum": [
8303                    {
8304                        "value": "TaskFailedToStart",
8305                        "name": "TASK_FAILED_TO_START"
8306                    },
8307                    {
8308                        "value": "EssentialContainerExited",
8309                        "name": "ESSENTIAL_CONTAINER_EXITED"
8310                    },
8311                    {
8312                        "value": "UserInitiated",
8313                        "name": "USER_INITIATED"
8314                    }
8315                ]
8316            }
8317        },
8318        "com.amazonaws.ecs#Tasks": {
8319            "type": "list",
8320            "member": {
8321                "target": "com.amazonaws.ecs#Task"
8322            }
8323        },
8324        "com.amazonaws.ecs#Timestamp": {
8325            "type": "timestamp"
8326        },
8327        "com.amazonaws.ecs#Tmpfs": {
8328            "type": "structure",
8329            "members": {
8330                "containerPath": {
8331                    "target": "com.amazonaws.ecs#String",
8332                    "traits": {
8333                        "smithy.api#documentation": "<p>The absolute file path where the tmpfs volume is to be mounted.</p>",
8334                        "smithy.api#required": {}
8335                    }
8336                },
8337                "size": {
8338                    "target": "com.amazonaws.ecs#Integer",
8339                    "traits": {
8340                        "smithy.api#documentation": "<p>The maximum size (in MiB) of the tmpfs volume.</p>",
8341                        "smithy.api#required": {}
8342                    }
8343                },
8344                "mountOptions": {
8345                    "target": "com.amazonaws.ecs#StringList",
8346                    "traits": {
8347                        "smithy.api#documentation": "<p>The list of tmpfs volume mount options.</p>\n\t\t       <p>Valid values: <code>\"defaults\" | \"ro\" | \"rw\" | \"suid\" | \"nosuid\" | \"dev\" | \"nodev\" |\n\t\t\t\t\"exec\" | \"noexec\" | \"sync\" | \"async\" | \"dirsync\" | \"remount\" | \"mand\" | \"nomand\" |\n\t\t\t\t\"atime\" | \"noatime\" | \"diratime\" | \"nodiratime\" | \"bind\" | \"rbind\" | \"unbindable\" |\n\t\t\t\t\"runbindable\" | \"private\" | \"rprivate\" | \"shared\" | \"rshared\" | \"slave\" | \"rslave\" |\n\t\t\t\t\"relatime\" | \"norelatime\" | \"strictatime\" | \"nostrictatime\" | \"mode\" | \"uid\" | \"gid\"\n\t\t\t\t| \"nr_inodes\" | \"nr_blocks\" | \"mpol\"</code>\n         </p>"
8348                    }
8349                }
8350            },
8351            "traits": {
8352                "smithy.api#documentation": "<p>The container path, mount options, and size of the tmpfs mount.</p>"
8353            }
8354        },
8355        "com.amazonaws.ecs#TmpfsList": {
8356            "type": "list",
8357            "member": {
8358                "target": "com.amazonaws.ecs#Tmpfs"
8359            }
8360        },
8361        "com.amazonaws.ecs#TransportProtocol": {
8362            "type": "string",
8363            "traits": {
8364                "smithy.api#enum": [
8365                    {
8366                        "value": "tcp",
8367                        "name": "TCP"
8368                    },
8369                    {
8370                        "value": "udp",
8371                        "name": "UDP"
8372                    }
8373                ]
8374            }
8375        },
8376        "com.amazonaws.ecs#Ulimit": {
8377            "type": "structure",
8378            "members": {
8379                "name": {
8380                    "target": "com.amazonaws.ecs#UlimitName",
8381                    "traits": {
8382                        "smithy.api#documentation": "<p>The <code>type</code> of the <code>ulimit</code>.</p>",
8383                        "smithy.api#required": {}
8384                    }
8385                },
8386                "softLimit": {
8387                    "target": "com.amazonaws.ecs#Integer",
8388                    "traits": {
8389                        "smithy.api#documentation": "<p>The soft limit for the ulimit type.</p>",
8390                        "smithy.api#required": {}
8391                    }
8392                },
8393                "hardLimit": {
8394                    "target": "com.amazonaws.ecs#Integer",
8395                    "traits": {
8396                        "smithy.api#documentation": "<p>The hard limit for the ulimit type.</p>",
8397                        "smithy.api#required": {}
8398                    }
8399                }
8400            },
8401            "traits": {
8402                "smithy.api#documentation": "<p>The <code>ulimit</code> settings to pass to the container.</p>"
8403            }
8404        },
8405        "com.amazonaws.ecs#UlimitList": {
8406            "type": "list",
8407            "member": {
8408                "target": "com.amazonaws.ecs#Ulimit"
8409            }
8410        },
8411        "com.amazonaws.ecs#UlimitName": {
8412            "type": "string",
8413            "traits": {
8414                "smithy.api#enum": [
8415                    {
8416                        "value": "core",
8417                        "name": "CORE"
8418                    },
8419                    {
8420                        "value": "cpu",
8421                        "name": "CPU"
8422                    },
8423                    {
8424                        "value": "data",
8425                        "name": "DATA"
8426                    },
8427                    {
8428                        "value": "fsize",
8429                        "name": "FSIZE"
8430                    },
8431                    {
8432                        "value": "locks",
8433                        "name": "LOCKS"
8434                    },
8435                    {
8436                        "value": "memlock",
8437                        "name": "MEMLOCK"
8438                    },
8439                    {
8440                        "value": "msgqueue",
8441                        "name": "MSGQUEUE"
8442                    },
8443                    {
8444                        "value": "nice",
8445                        "name": "NICE"
8446                    },
8447                    {
8448                        "value": "nofile",
8449                        "name": "NOFILE"
8450                    },
8451                    {
8452                        "value": "nproc",
8453                        "name": "NPROC"
8454                    },
8455                    {
8456                        "value": "rss",
8457                        "name": "RSS"
8458                    },
8459                    {
8460                        "value": "rtprio",
8461                        "name": "RTPRIO"
8462                    },
8463                    {
8464                        "value": "rttime",
8465                        "name": "RTTIME"
8466                    },
8467                    {
8468                        "value": "sigpending",
8469                        "name": "SIGPENDING"
8470                    },
8471                    {
8472                        "value": "stack",
8473                        "name": "STACK"
8474                    }
8475                ]
8476            }
8477        },
8478        "com.amazonaws.ecs#UnsupportedFeatureException": {
8479            "type": "structure",
8480            "members": {
8481                "message": {
8482                    "target": "com.amazonaws.ecs#String"
8483                }
8484            },
8485            "traits": {
8486                "smithy.api#documentation": "<p>The specified task is not supported in this Region.</p>",
8487                "smithy.api#error": "client"
8488            }
8489        },
8490        "com.amazonaws.ecs#UntagResource": {
8491            "type": "operation",
8492            "input": {
8493                "target": "com.amazonaws.ecs#UntagResourceRequest"
8494            },
8495            "output": {
8496                "target": "com.amazonaws.ecs#UntagResourceResponse"
8497            },
8498            "errors": [
8499                {
8500                    "target": "com.amazonaws.ecs#ClientException"
8501                },
8502                {
8503                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
8504                },
8505                {
8506                    "target": "com.amazonaws.ecs#InvalidParameterException"
8507                },
8508                {
8509                    "target": "com.amazonaws.ecs#ResourceNotFoundException"
8510                },
8511                {
8512                    "target": "com.amazonaws.ecs#ServerException"
8513                }
8514            ],
8515            "traits": {
8516                "smithy.api#documentation": "<p>Deletes specified tags from a resource.</p>"
8517            }
8518        },
8519        "com.amazonaws.ecs#UntagResourceRequest": {
8520            "type": "structure",
8521            "members": {
8522                "resourceArn": {
8523                    "target": "com.amazonaws.ecs#String",
8524                    "traits": {
8525                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource from which to delete tags. Currently, the supported\n\t\t\tresources are Amazon ECS capacity providers, tasks, services, task definitions, clusters, and\n\t\t\tcontainer instances.</p>",
8526                        "smithy.api#required": {}
8527                    }
8528                },
8529                "tagKeys": {
8530                    "target": "com.amazonaws.ecs#TagKeys",
8531                    "traits": {
8532                        "smithy.api#documentation": "<p>The keys of the tags to be removed.</p>",
8533                        "smithy.api#required": {}
8534                    }
8535                }
8536            }
8537        },
8538        "com.amazonaws.ecs#UntagResourceResponse": {
8539            "type": "structure",
8540            "members": {}
8541        },
8542        "com.amazonaws.ecs#UpdateCapacityProvider": {
8543            "type": "operation",
8544            "input": {
8545                "target": "com.amazonaws.ecs#UpdateCapacityProviderRequest"
8546            },
8547            "output": {
8548                "target": "com.amazonaws.ecs#UpdateCapacityProviderResponse"
8549            },
8550            "errors": [
8551                {
8552                    "target": "com.amazonaws.ecs#ClientException"
8553                },
8554                {
8555                    "target": "com.amazonaws.ecs#InvalidParameterException"
8556                },
8557                {
8558                    "target": "com.amazonaws.ecs#ServerException"
8559                }
8560            ],
8561            "traits": {
8562                "smithy.api#documentation": "<p>Modifies the parameters for a capacity provider.</p>"
8563            }
8564        },
8565        "com.amazonaws.ecs#UpdateCapacityProviderRequest": {
8566            "type": "structure",
8567            "members": {
8568                "name": {
8569                    "target": "com.amazonaws.ecs#String",
8570                    "traits": {
8571                        "smithy.api#documentation": "<p>The name of the capacity provider to update.</p>",
8572                        "smithy.api#required": {}
8573                    }
8574                },
8575                "autoScalingGroupProvider": {
8576                    "target": "com.amazonaws.ecs#AutoScalingGroupProviderUpdate",
8577                    "traits": {
8578                        "smithy.api#documentation": "<p>An object representing the parameters to update for the Auto Scaling group capacity\n\t\t\tprovider.</p>",
8579                        "smithy.api#required": {}
8580                    }
8581                }
8582            }
8583        },
8584        "com.amazonaws.ecs#UpdateCapacityProviderResponse": {
8585            "type": "structure",
8586            "members": {
8587                "capacityProvider": {
8588                    "target": "com.amazonaws.ecs#CapacityProvider"
8589                }
8590            }
8591        },
8592        "com.amazonaws.ecs#UpdateCluster": {
8593            "type": "operation",
8594            "input": {
8595                "target": "com.amazonaws.ecs#UpdateClusterRequest"
8596            },
8597            "output": {
8598                "target": "com.amazonaws.ecs#UpdateClusterResponse"
8599            },
8600            "errors": [
8601                {
8602                    "target": "com.amazonaws.ecs#ClientException"
8603                },
8604                {
8605                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
8606                },
8607                {
8608                    "target": "com.amazonaws.ecs#InvalidParameterException"
8609                },
8610                {
8611                    "target": "com.amazonaws.ecs#ServerException"
8612                }
8613            ],
8614            "traits": {
8615                "smithy.api#documentation": "<p>Updates the cluster.</p>"
8616            }
8617        },
8618        "com.amazonaws.ecs#UpdateClusterRequest": {
8619            "type": "structure",
8620            "members": {
8621                "cluster": {
8622                    "target": "com.amazonaws.ecs#String",
8623                    "traits": {
8624                        "smithy.api#documentation": "<p>The name of the cluster to modify the settings for.</p>",
8625                        "smithy.api#required": {}
8626                    }
8627                },
8628                "settings": {
8629                    "target": "com.amazonaws.ecs#ClusterSettings",
8630                    "traits": {
8631                        "smithy.api#documentation": "<p>The cluster settings for your cluster.</p>"
8632                    }
8633                },
8634                "configuration": {
8635                    "target": "com.amazonaws.ecs#ClusterConfiguration",
8636                    "traits": {
8637                        "smithy.api#documentation": "<p>The execute command configuration for the cluster.</p>"
8638                    }
8639                }
8640            }
8641        },
8642        "com.amazonaws.ecs#UpdateClusterResponse": {
8643            "type": "structure",
8644            "members": {
8645                "cluster": {
8646                    "target": "com.amazonaws.ecs#Cluster"
8647                }
8648            }
8649        },
8650        "com.amazonaws.ecs#UpdateClusterSettings": {
8651            "type": "operation",
8652            "input": {
8653                "target": "com.amazonaws.ecs#UpdateClusterSettingsRequest"
8654            },
8655            "output": {
8656                "target": "com.amazonaws.ecs#UpdateClusterSettingsResponse"
8657            },
8658            "errors": [
8659                {
8660                    "target": "com.amazonaws.ecs#ClientException"
8661                },
8662                {
8663                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
8664                },
8665                {
8666                    "target": "com.amazonaws.ecs#InvalidParameterException"
8667                },
8668                {
8669                    "target": "com.amazonaws.ecs#ServerException"
8670                }
8671            ],
8672            "traits": {
8673                "smithy.api#documentation": "<p>Modifies the settings to use for a cluster.</p>"
8674            }
8675        },
8676        "com.amazonaws.ecs#UpdateClusterSettingsRequest": {
8677            "type": "structure",
8678            "members": {
8679                "cluster": {
8680                    "target": "com.amazonaws.ecs#String",
8681                    "traits": {
8682                        "smithy.api#documentation": "<p>The name of the cluster to modify the settings for.</p>",
8683                        "smithy.api#required": {}
8684                    }
8685                },
8686                "settings": {
8687                    "target": "com.amazonaws.ecs#ClusterSettings",
8688                    "traits": {
8689                        "smithy.api#documentation": "<p>The setting to use by default for a cluster. This parameter is used to enable CloudWatch\n\t\t\tContainer Insights for a cluster. If this value is specified, it will override the\n\t\t\t\t<code>containerInsights</code> value set with <a>PutAccountSetting</a> or\n\t\t\t\t<a>PutAccountSettingDefault</a>.</p>",
8690                        "smithy.api#required": {}
8691                    }
8692                }
8693            }
8694        },
8695        "com.amazonaws.ecs#UpdateClusterSettingsResponse": {
8696            "type": "structure",
8697            "members": {
8698                "cluster": {
8699                    "target": "com.amazonaws.ecs#Cluster"
8700                }
8701            }
8702        },
8703        "com.amazonaws.ecs#UpdateContainerAgent": {
8704            "type": "operation",
8705            "input": {
8706                "target": "com.amazonaws.ecs#UpdateContainerAgentRequest"
8707            },
8708            "output": {
8709                "target": "com.amazonaws.ecs#UpdateContainerAgentResponse"
8710            },
8711            "errors": [
8712                {
8713                    "target": "com.amazonaws.ecs#ClientException"
8714                },
8715                {
8716                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
8717                },
8718                {
8719                    "target": "com.amazonaws.ecs#InvalidParameterException"
8720                },
8721                {
8722                    "target": "com.amazonaws.ecs#MissingVersionException"
8723                },
8724                {
8725                    "target": "com.amazonaws.ecs#NoUpdateAvailableException"
8726                },
8727                {
8728                    "target": "com.amazonaws.ecs#ServerException"
8729                },
8730                {
8731                    "target": "com.amazonaws.ecs#UpdateInProgressException"
8732                }
8733            ],
8734            "traits": {
8735                "smithy.api#documentation": "<p>Updates the Amazon ECS container agent on a specified container instance. Updating the\n\t\t\tAmazon ECS container agent does not interrupt running tasks or services on the container\n\t\t\tinstance. The process for updating the agent differs depending on whether your container\n\t\t\tinstance was launched with the Amazon ECS-optimized AMI or another operating system.</p>\n\t\t       <p>\n\t\t\t         <code>UpdateContainerAgent</code> requires the Amazon ECS-optimized AMI or Amazon Linux with\n\t\t\tthe <code>ecs-init</code> service installed and running. For help updating the Amazon ECS\n\t\t\tcontainer agent on other operating systems, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html#manually_update_agent\">Manually Updating the Amazon ECS Container Agent</a> in the\n\t\t\t\t<i>Amazon Elastic Container Service Developer Guide</i>.</p>"
8736            }
8737        },
8738        "com.amazonaws.ecs#UpdateContainerAgentRequest": {
8739            "type": "structure",
8740            "members": {
8741                "cluster": {
8742                    "target": "com.amazonaws.ecs#String",
8743                    "traits": {
8744                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is\n\t\t\trunning on. If you do not specify a cluster, the default cluster is assumed.</p>"
8745                    }
8746                },
8747                "containerInstance": {
8748                    "target": "com.amazonaws.ecs#String",
8749                    "traits": {
8750                        "smithy.api#documentation": "<p>The container instance ID or full ARN entries for the container instance on which\n\t\t\tyou would like to update the Amazon ECS container agent.</p>",
8751                        "smithy.api#required": {}
8752                    }
8753                }
8754            }
8755        },
8756        "com.amazonaws.ecs#UpdateContainerAgentResponse": {
8757            "type": "structure",
8758            "members": {
8759                "containerInstance": {
8760                    "target": "com.amazonaws.ecs#ContainerInstance",
8761                    "traits": {
8762                        "smithy.api#documentation": "<p>The container instance for which the container agent was updated.</p>"
8763                    }
8764                }
8765            }
8766        },
8767        "com.amazonaws.ecs#UpdateContainerInstancesState": {
8768            "type": "operation",
8769            "input": {
8770                "target": "com.amazonaws.ecs#UpdateContainerInstancesStateRequest"
8771            },
8772            "output": {
8773                "target": "com.amazonaws.ecs#UpdateContainerInstancesStateResponse"
8774            },
8775            "errors": [
8776                {
8777                    "target": "com.amazonaws.ecs#ClientException"
8778                },
8779                {
8780                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
8781                },
8782                {
8783                    "target": "com.amazonaws.ecs#InvalidParameterException"
8784                },
8785                {
8786                    "target": "com.amazonaws.ecs#ServerException"
8787                }
8788            ],
8789            "traits": {
8790                "smithy.api#documentation": "<p>Modifies the status of an Amazon ECS container instance.</p>\n\t\t       <p>Once a container instance has reached an <code>ACTIVE</code> state, you can change the\n\t\t\tstatus of a container instance to <code>DRAINING</code> to manually remove an instance\n\t\t\tfrom a cluster, for example to perform system updates, update the Docker daemon, or\n\t\t\tscale down the cluster size.</p>\n\t\t       <important>\n\t\t\t         <p>A container instance cannot be changed to <code>DRAINING</code> until it has\n\t\t\t\treached an <code>ACTIVE</code> status. If the instance is in any other status, an\n\t\t\t\terror will be received.</p>\n\t\t       </important>\n\t\t       <p>When you set a container instance to <code>DRAINING</code>, Amazon ECS prevents new tasks\n\t\t\tfrom being scheduled for placement on the container instance and replacement service\n\t\t\ttasks are started on other container instances in the cluster if the resources are\n\t\t\tavailable. Service tasks on the container instance that are in the <code>PENDING</code>\n\t\t\tstate are stopped immediately.</p>\n\t\t       <p>Service tasks on the container instance that are in the <code>RUNNING</code> state are\n\t\t\tstopped and replaced according to the service's deployment configuration parameters,\n\t\t\t\t<code>minimumHealthyPercent</code> and <code>maximumPercent</code>. You can change\n\t\t\tthe deployment configuration of your service using <a>UpdateService</a>.</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>If <code>minimumHealthyPercent</code> is below 100%, the scheduler can ignore\n\t\t\t\t\t\t<code>desiredCount</code> temporarily during task replacement. For example,\n\t\t\t\t\t\t<code>desiredCount</code> is four tasks, a minimum of 50% allows the\n\t\t\t\t\tscheduler to stop two existing tasks before starting two new tasks. If the\n\t\t\t\t\tminimum is 100%, the service scheduler can't remove existing tasks until the\n\t\t\t\t\treplacement tasks are considered healthy. Tasks for services that do not use a\n\t\t\t\t\tload balancer are considered healthy if they are in the <code>RUNNING</code>\n\t\t\t\t\tstate. Tasks for services that use a load balancer are considered healthy if\n\t\t\t\t\tthey are in the <code>RUNNING</code> state and the container instance they are\n\t\t\t\t\thosted on is reported as healthy by the load balancer.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>The <code>maximumPercent</code> parameter represents an upper limit on the\n\t\t\t\t\tnumber of running tasks during task replacement, which enables you to define the\n\t\t\t\t\treplacement batch size. For example, if <code>desiredCount</code> is four tasks,\n\t\t\t\t\ta maximum of 200% starts four new tasks before stopping the four tasks to be\n\t\t\t\t\tdrained, provided that the cluster resources required to do this are available.\n\t\t\t\t\tIf the maximum is 100%, then replacement tasks can't start until the draining\n\t\t\t\t\ttasks have stopped.</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>Any <code>PENDING</code> or <code>RUNNING</code> tasks that do not belong to a service\n\t\t\tare not affected. You must wait for them to finish or stop them manually.</p>\n\t\t       <p>A container instance has completed draining when it has no more <code>RUNNING</code>\n\t\t\ttasks. You can verify this using <a>ListTasks</a>.</p>\n\t\t       <p>When a container instance has been drained, you can set a container instance to\n\t\t\t\t<code>ACTIVE</code> status and once it has reached that status the Amazon ECS scheduler\n\t\t\tcan begin scheduling tasks on the instance again.</p>"
8791            }
8792        },
8793        "com.amazonaws.ecs#UpdateContainerInstancesStateRequest": {
8794            "type": "structure",
8795            "members": {
8796                "cluster": {
8797                    "target": "com.amazonaws.ecs#String",
8798                    "traits": {
8799                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instance to\n\t\t\tupdate. If you do not specify a cluster, the default cluster is assumed.</p>"
8800                    }
8801                },
8802                "containerInstances": {
8803                    "target": "com.amazonaws.ecs#StringList",
8804                    "traits": {
8805                        "smithy.api#documentation": "<p>A list of container instance IDs or full ARN entries.</p>",
8806                        "smithy.api#required": {}
8807                    }
8808                },
8809                "status": {
8810                    "target": "com.amazonaws.ecs#ContainerInstanceStatus",
8811                    "traits": {
8812                        "smithy.api#documentation": "<p>The container instance state with which to update the container instance. The only\n\t\t\tvalid values for this action are <code>ACTIVE</code> and <code>DRAINING</code>. A\n\t\t\tcontainer instance can only be updated to <code>DRAINING</code> status once it has\n\t\t\treached an <code>ACTIVE</code> state. If a container instance is in\n\t\t\t\t<code>REGISTERING</code>, <code>DEREGISTERING</code>, or\n\t\t\t\t<code>REGISTRATION_FAILED</code> state you can describe the container instance but\n\t\t\twill be unable to update the container instance state.</p>",
8813                        "smithy.api#required": {}
8814                    }
8815                }
8816            }
8817        },
8818        "com.amazonaws.ecs#UpdateContainerInstancesStateResponse": {
8819            "type": "structure",
8820            "members": {
8821                "containerInstances": {
8822                    "target": "com.amazonaws.ecs#ContainerInstances",
8823                    "traits": {
8824                        "smithy.api#documentation": "<p>The list of container instances.</p>"
8825                    }
8826                },
8827                "failures": {
8828                    "target": "com.amazonaws.ecs#Failures",
8829                    "traits": {
8830                        "smithy.api#documentation": "<p>Any failures associated with the call.</p>"
8831                    }
8832                }
8833            }
8834        },
8835        "com.amazonaws.ecs#UpdateInProgressException": {
8836            "type": "structure",
8837            "members": {
8838                "message": {
8839                    "target": "com.amazonaws.ecs#String"
8840                }
8841            },
8842            "traits": {
8843                "smithy.api#documentation": "<p>There is already a current Amazon ECS container agent update in progress on the specified\n\t\t\tcontainer instance. If the container agent becomes disconnected while it is in a\n\t\t\ttransitional stage, such as <code>PENDING</code> or <code>STAGING</code>, the update\n\t\t\tprocess can get stuck in that state. However, when the agent reconnects, it resumes\n\t\t\twhere it stopped previously.</p>",
8844                "smithy.api#error": "client"
8845            }
8846        },
8847        "com.amazonaws.ecs#UpdateService": {
8848            "type": "operation",
8849            "input": {
8850                "target": "com.amazonaws.ecs#UpdateServiceRequest"
8851            },
8852            "output": {
8853                "target": "com.amazonaws.ecs#UpdateServiceResponse"
8854            },
8855            "errors": [
8856                {
8857                    "target": "com.amazonaws.ecs#AccessDeniedException"
8858                },
8859                {
8860                    "target": "com.amazonaws.ecs#ClientException"
8861                },
8862                {
8863                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
8864                },
8865                {
8866                    "target": "com.amazonaws.ecs#InvalidParameterException"
8867                },
8868                {
8869                    "target": "com.amazonaws.ecs#PlatformTaskDefinitionIncompatibilityException"
8870                },
8871                {
8872                    "target": "com.amazonaws.ecs#PlatformUnknownException"
8873                },
8874                {
8875                    "target": "com.amazonaws.ecs#ServerException"
8876                },
8877                {
8878                    "target": "com.amazonaws.ecs#ServiceNotActiveException"
8879                },
8880                {
8881                    "target": "com.amazonaws.ecs#ServiceNotFoundException"
8882                }
8883            ],
8884            "traits": {
8885                "smithy.api#documentation": "<important>\n\t\t\t         <p>Updating the task placement strategies and constraints on an Amazon ECS service remains\n\t\t\t\tin preview and is a Beta Service as defined by and subject to the Beta Service\n\t\t\t\tParticipation Service Terms located at <a href=\"https://aws.amazon.com/service-terms\">https://aws.amazon.com/service-terms</a> (\"Beta Terms\"). These Beta Terms\n\t\t\t\tapply to your participation in this preview.</p>\n\t\t       </important>\n\t\t       <p>Modifies the parameters of a service.</p>\n\t\t       <p>For services using the rolling update (<code>ECS</code>) deployment controller, the\n\t\t\tdesired count, deployment configuration, network configuration, task placement\n\t\t\tconstraints and strategies, or task definition used can be updated.</p>\n\t\t       <p>For services using the blue/green (<code>CODE_DEPLOY</code>) deployment controller,\n\t\t\tonly the desired count, deployment configuration, task placement constraints and\n\t\t\tstrategies, and health check grace period can be updated using this API. If the network\n\t\t\tconfiguration, platform version, or task definition need to be updated, a new AWS CodeDeploy\n\t\t\tdeployment should be created. For more information, see <a href=\"https://docs.aws.amazon.com/codedeploy/latest/APIReference/API_CreateDeployment.html\">CreateDeployment</a> in the <i>AWS CodeDeploy API Reference</i>.</p>\n\t\t       <p>For services using an external deployment controller, you can update only the desired\n\t\t\tcount, task placement constraints and strategies, and health check grace period using\n\t\t\tthis API. If the launch type, load balancer, network configuration, platform version, or\n\t\t\ttask definition need to be updated, you should create a new task set. For more\n\t\t\tinformation, see <a>CreateTaskSet</a>.</p>\n\t\t       <p>You can add to or subtract from the number of instantiations of a task definition in a\n\t\t\tservice by specifying the cluster that the service is running in and a new\n\t\t\t\t<code>desiredCount</code> parameter.</p>\n\t\t       <p>If you have updated the Docker image of your application, you can create a new task\n\t\t\tdefinition with that image and deploy it to your service. The service scheduler uses the\n\t\t\tminimum healthy percent and maximum percent parameters (in the service's deployment\n\t\t\tconfiguration) to determine the deployment strategy.</p>\n\t\t       <note>\n\t\t\t         <p>If your updated Docker image uses the same tag as what is in the existing task\n\t\t\t\tdefinition for your service (for example, <code>my_image:latest</code>), you do not\n\t\t\t\tneed to create a new revision of your task definition. You can update the service\n\t\t\t\tusing the <code>forceNewDeployment</code> option. The new tasks launched by the\n\t\t\t\tdeployment pull the current image/tag combination from your repository when they\n\t\t\t\tstart.</p>\n\t\t       </note>\n\t\t       <p>You can also update the deployment configuration of a service. When a deployment is\n\t\t\ttriggered by updating the task definition of a service, the service scheduler uses the\n\t\t\tdeployment configuration parameters, <code>minimumHealthyPercent</code> and\n\t\t\t\t<code>maximumPercent</code>, to determine the deployment strategy.</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>If <code>minimumHealthyPercent</code> is below 100%, the scheduler can ignore\n\t\t\t\t\t\t<code>desiredCount</code> temporarily during a deployment. For example, if\n\t\t\t\t\t\t<code>desiredCount</code> is four tasks, a minimum of 50% allows the\n\t\t\t\t\tscheduler to stop two existing tasks before starting two new tasks. Tasks for\n\t\t\t\t\tservices that do not use a load balancer are considered healthy if they are in\n\t\t\t\t\tthe <code>RUNNING</code> state. Tasks for services that use a load balancer are\n\t\t\t\t\tconsidered healthy if they are in the <code>RUNNING</code> state and the\n\t\t\t\t\tcontainer instance they are hosted on is reported as healthy by the load\n\t\t\t\t\tbalancer.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>The <code>maximumPercent</code> parameter represents an upper limit on the\n\t\t\t\t\tnumber of running tasks during a deployment, which enables you to define the\n\t\t\t\t\tdeployment batch size. For example, if <code>desiredCount</code> is four tasks,\n\t\t\t\t\ta maximum of 200% starts four new tasks before stopping the four older tasks\n\t\t\t\t\t(provided that the cluster resources required to do this are available).</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>When <a>UpdateService</a> stops a task during a deployment, the equivalent\n\t\t\tof <code>docker stop</code> is issued to the containers running in the task. This\n\t\t\tresults in a <code>SIGTERM</code> and a 30-second timeout, after which\n\t\t\t\t<code>SIGKILL</code> is sent and the containers are forcibly stopped. If the\n\t\t\tcontainer handles the <code>SIGTERM</code> gracefully and exits within 30 seconds from\n\t\t\treceiving it, no <code>SIGKILL</code> is sent.</p>\n\t\t       <p>When the service scheduler launches new tasks, it determines task placement in your\n\t\t\tcluster with the following logic:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>Determine which of the container instances in your cluster can support your\n\t\t\t\t\tservice's task definition (for example, they have the required CPU, memory,\n\t\t\t\t\tports, and container instance attributes).</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>By default, the service scheduler attempts to balance tasks across\n\t\t\t\t\tAvailability Zones in this manner (although you can choose a different placement\n\t\t\t\t\tstrategy):</p>\n\t\t\t\t           <ul>\n                  <li>\n\t\t\t\t\t\t               <p>Sort the valid container instances by the fewest number of running\n\t\t\t\t\t\t\ttasks for this service in the same Availability Zone as the instance.\n\t\t\t\t\t\t\tFor example, if zone A has one running service task and zones B and C\n\t\t\t\t\t\t\teach have zero, valid container instances in either zone B or C are\n\t\t\t\t\t\t\tconsidered optimal for placement.</p>\n\t\t\t\t\t             </li>\n                  <li>\n\t\t\t\t\t\t               <p>Place the new service task on a valid container instance in an optimal\n\t\t\t\t\t\t\tAvailability Zone (based on the previous steps), favoring container\n\t\t\t\t\t\t\tinstances with the fewest number of running tasks for this\n\t\t\t\t\t\t\tservice.</p>\n\t\t\t\t\t             </li>\n               </ul>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>When the service scheduler stops running tasks, it attempts to maintain balance across\n\t\t\tthe Availability Zones in your cluster using the following logic: </p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>Sort the container instances by the largest number of running tasks for this\n\t\t\t\t\tservice in the same Availability Zone as the instance. For example, if zone A\n\t\t\t\t\thas one running service task and zones B and C each have two, container\n\t\t\t\t\tinstances in either zone B or C are considered optimal for termination.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Stop the task on a container instance in an optimal Availability Zone (based\n\t\t\t\t\ton the previous steps), favoring container instances with the largest number of\n\t\t\t\t\trunning tasks for this service.</p>\n\t\t\t         </li>\n         </ul>"
8886            }
8887        },
8888        "com.amazonaws.ecs#UpdateServicePrimaryTaskSet": {
8889            "type": "operation",
8890            "input": {
8891                "target": "com.amazonaws.ecs#UpdateServicePrimaryTaskSetRequest"
8892            },
8893            "output": {
8894                "target": "com.amazonaws.ecs#UpdateServicePrimaryTaskSetResponse"
8895            },
8896            "errors": [
8897                {
8898                    "target": "com.amazonaws.ecs#AccessDeniedException"
8899                },
8900                {
8901                    "target": "com.amazonaws.ecs#ClientException"
8902                },
8903                {
8904                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
8905                },
8906                {
8907                    "target": "com.amazonaws.ecs#InvalidParameterException"
8908                },
8909                {
8910                    "target": "com.amazonaws.ecs#ServerException"
8911                },
8912                {
8913                    "target": "com.amazonaws.ecs#ServiceNotActiveException"
8914                },
8915                {
8916                    "target": "com.amazonaws.ecs#ServiceNotFoundException"
8917                },
8918                {
8919                    "target": "com.amazonaws.ecs#TaskSetNotFoundException"
8920                },
8921                {
8922                    "target": "com.amazonaws.ecs#UnsupportedFeatureException"
8923                }
8924            ],
8925            "traits": {
8926                "smithy.api#documentation": "<p>Modifies which task set in a service is the primary task set. Any parameters that are\n\t\t\tupdated on the primary task set in a service will transition to the service. This is\n\t\t\tused when a service uses the <code>EXTERNAL</code> deployment controller type. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html\">Amazon ECS Deployment\n\t\t\t\tTypes</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
8927            }
8928        },
8929        "com.amazonaws.ecs#UpdateServicePrimaryTaskSetRequest": {
8930            "type": "structure",
8931            "members": {
8932                "cluster": {
8933                    "target": "com.amazonaws.ecs#String",
8934                    "traits": {
8935                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task\n\t\t\tset exists in.</p>",
8936                        "smithy.api#required": {}
8937                    }
8938                },
8939                "service": {
8940                    "target": "com.amazonaws.ecs#String",
8941                    "traits": {
8942                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.</p>",
8943                        "smithy.api#required": {}
8944                    }
8945                },
8946                "primaryTaskSet": {
8947                    "target": "com.amazonaws.ecs#String",
8948                    "traits": {
8949                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the\n\t\t\tdeployment.</p>",
8950                        "smithy.api#required": {}
8951                    }
8952                }
8953            }
8954        },
8955        "com.amazonaws.ecs#UpdateServicePrimaryTaskSetResponse": {
8956            "type": "structure",
8957            "members": {
8958                "taskSet": {
8959                    "target": "com.amazonaws.ecs#TaskSet"
8960                }
8961            }
8962        },
8963        "com.amazonaws.ecs#UpdateServiceRequest": {
8964            "type": "structure",
8965            "members": {
8966                "cluster": {
8967                    "target": "com.amazonaws.ecs#String",
8968                    "traits": {
8969                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that your service is running on.\n\t\t\tIf you do not specify a cluster, the default cluster is assumed.</p>"
8970                    }
8971                },
8972                "service": {
8973                    "target": "com.amazonaws.ecs#String",
8974                    "traits": {
8975                        "smithy.api#documentation": "<p>The name of the service to update.</p>",
8976                        "smithy.api#required": {}
8977                    }
8978                },
8979                "desiredCount": {
8980                    "target": "com.amazonaws.ecs#BoxedInteger",
8981                    "traits": {
8982                        "smithy.api#documentation": "<p>The number of instantiations of the task to place and keep running in your\n\t\t\tservice.</p>"
8983                    }
8984                },
8985                "taskDefinition": {
8986                    "target": "com.amazonaws.ecs#String",
8987                    "traits": {
8988                        "smithy.api#documentation": "<p>The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or\n\t\t\tfull ARN of the task definition to run in your service. If a <code>revision</code> is\n\t\t\tnot specified, the latest <code>ACTIVE</code> revision is used. If you modify the task\n\t\t\tdefinition with <code>UpdateService</code>, Amazon ECS spawns a task with the new version of\n\t\t\tthe task definition and then stops an old task after the new version is running.</p>"
8989                    }
8990                },
8991                "capacityProviderStrategy": {
8992                    "target": "com.amazonaws.ecs#CapacityProviderStrategy",
8993                    "traits": {
8994                        "smithy.api#documentation": "<p>The capacity provider strategy to update the service to use.</p>\n\t\t       <p>If the service is using the default capacity provider strategy for the cluster, the\n\t\t\tservice can be updated to use one or more capacity providers as opposed to the default\n\t\t\tcapacity provider strategy. However, when a service is using a capacity provider\n\t\t\tstrategy that is not the default capacity provider strategy, the service cannot be\n\t\t\tupdated to use the cluster's default capacity provider strategy.</p>\n\t\t       <p>A capacity provider strategy consists of one or more capacity providers along with the\n\t\t\t\t<code>base</code> and <code>weight</code> to assign to them. A capacity provider\n\t\t\tmust be associated with the cluster to be used in a capacity provider strategy. The\n\t\t\t\t<a>PutClusterCapacityProviders</a> API is used to associate a capacity\n\t\t\tprovider with a cluster. Only capacity providers with an <code>ACTIVE</code> or\n\t\t\t\t<code>UPDATING</code> status can be used.</p>\n\t\t       <p>If specifying a capacity provider that uses an Auto Scaling group, the capacity\n\t\t\tprovider must already be created. New capacity providers can be created with the <a>CreateCapacityProvider</a> API operation.</p>\n\t\t       <p>To use a AWS Fargate capacity provider, specify either the <code>FARGATE</code> or\n\t\t\t\t<code>FARGATE_SPOT</code> capacity providers. The AWS Fargate capacity providers are\n\t\t\tavailable to all accounts and only need to be associated with a cluster to be\n\t\t\tused.</p>\n\t\t       <p>The <a>PutClusterCapacityProviders</a> API operation is used to update the\n\t\t\tlist of available capacity providers for a cluster after the cluster is created.</p>\n\t\t       <p></p>"
8995                    }
8996                },
8997                "deploymentConfiguration": {
8998                    "target": "com.amazonaws.ecs#DeploymentConfiguration",
8999                    "traits": {
9000                        "smithy.api#documentation": "<p>Optional deployment parameters that control how many tasks run during the deployment\n\t\t\tand the ordering of stopping and starting tasks.</p>"
9001                    }
9002                },
9003                "networkConfiguration": {
9004                    "target": "com.amazonaws.ecs#NetworkConfiguration"
9005                },
9006                "placementConstraints": {
9007                    "target": "com.amazonaws.ecs#PlacementConstraints",
9008                    "traits": {
9009                        "smithy.api#documentation": "<p>An array of task placement constraint objects to update the service to use. If no\n\t\t\tvalue is specified, the existing placement constraints for the service will remain\n\t\t\tunchanged. If this value is specified, it will override any existing placement\n\t\t\tconstraints defined for the service. To remove all existing placement constraints,\n\t\t\tspecify an empty array.</p>\n\t\t       <p>You can specify a maximum of 10 constraints per task (this limit includes constraints\n\t\t\tin the task definition and those specified at runtime).</p>"
9010                    }
9011                },
9012                "placementStrategy": {
9013                    "target": "com.amazonaws.ecs#PlacementStrategies",
9014                    "traits": {
9015                        "smithy.api#documentation": "<p>The task placement strategy objects to update the service to use. If no value is\n\t\t\tspecified, the existing placement strategy for the service will remain unchanged. If\n\t\t\tthis value is specified, it will override the existing placement strategy defined for\n\t\t\tthe service. To remove an existing placement strategy, specify an empty object.</p>\n\t\t       <p>You can specify a maximum of five strategy rules per service.</p>"
9016                    }
9017                },
9018                "platformVersion": {
9019                    "target": "com.amazonaws.ecs#String",
9020                    "traits": {
9021                        "smithy.api#documentation": "<p>The platform version on which your tasks in the service are running. A platform\n\t\t\tversion is only specified for tasks using the Fargate launch type. If a\n\t\t\tplatform version is not specified, the <code>LATEST</code> platform version is used by\n\t\t\tdefault. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html\">AWS Fargate Platform\n\t\t\t\tVersions</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
9022                    }
9023                },
9024                "forceNewDeployment": {
9025                    "target": "com.amazonaws.ecs#Boolean",
9026                    "traits": {
9027                        "smithy.api#documentation": "<p>Whether to force a new deployment of the service. Deployments are not forced by\n\t\t\tdefault. You can use this option to trigger a new deployment with no service definition\n\t\t\tchanges. For example, you can update a service's tasks to use a newer Docker image with\n\t\t\tthe same image/tag combination (<code>my_image:latest</code>) or to roll Fargate tasks\n\t\t\tonto a newer platform version.</p>"
9028                    }
9029                },
9030                "healthCheckGracePeriodSeconds": {
9031                    "target": "com.amazonaws.ecs#BoxedInteger",
9032                    "traits": {
9033                        "smithy.api#documentation": "<p>The period of time, in seconds, that the Amazon ECS service scheduler should ignore\n\t\t\tunhealthy Elastic Load Balancing target health checks after a task has first started. This is only valid\n\t\t\tif your service is configured to use a load balancer. If your service's tasks take a\n\t\t\twhile to start and respond to Elastic Load Balancing health checks, you can specify a health check grace\n\t\t\tperiod of up to 2,147,483,647 seconds. During that time, the Amazon ECS service\n\t\t\tscheduler ignores the Elastic Load Balancing health check status. This grace period can prevent the ECS\n\t\t\tservice scheduler from marking tasks as unhealthy and stopping them before they have\n\t\t\ttime to come up.</p>"
9034                    }
9035                },
9036                "enableExecuteCommand": {
9037                    "target": "com.amazonaws.ecs#BoxedBoolean",
9038                    "traits": {
9039                        "smithy.api#documentation": "<p>If <code>true</code>, this enables execute command functionality on all task\n\t\t\tcontainers.</p>\n\t\t       <p>If you do not want to override the value that was set when the service was created,\n\t\t\tyou can set this to <code>null</code> when performing this action.</p>"
9040                    }
9041                }
9042            }
9043        },
9044        "com.amazonaws.ecs#UpdateServiceResponse": {
9045            "type": "structure",
9046            "members": {
9047                "service": {
9048                    "target": "com.amazonaws.ecs#Service",
9049                    "traits": {
9050                        "smithy.api#documentation": "<p>The full description of your service following the update call.</p>"
9051                    }
9052                }
9053            }
9054        },
9055        "com.amazonaws.ecs#UpdateTaskSet": {
9056            "type": "operation",
9057            "input": {
9058                "target": "com.amazonaws.ecs#UpdateTaskSetRequest"
9059            },
9060            "output": {
9061                "target": "com.amazonaws.ecs#UpdateTaskSetResponse"
9062            },
9063            "errors": [
9064                {
9065                    "target": "com.amazonaws.ecs#AccessDeniedException"
9066                },
9067                {
9068                    "target": "com.amazonaws.ecs#ClientException"
9069                },
9070                {
9071                    "target": "com.amazonaws.ecs#ClusterNotFoundException"
9072                },
9073                {
9074                    "target": "com.amazonaws.ecs#InvalidParameterException"
9075                },
9076                {
9077                    "target": "com.amazonaws.ecs#ServerException"
9078                },
9079                {
9080                    "target": "com.amazonaws.ecs#ServiceNotActiveException"
9081                },
9082                {
9083                    "target": "com.amazonaws.ecs#ServiceNotFoundException"
9084                },
9085                {
9086                    "target": "com.amazonaws.ecs#TaskSetNotFoundException"
9087                },
9088                {
9089                    "target": "com.amazonaws.ecs#UnsupportedFeatureException"
9090                }
9091            ],
9092            "traits": {
9093                "smithy.api#documentation": "<p>Modifies a task set. This is used when a service uses the <code>EXTERNAL</code>\n\t\t\tdeployment controller type. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html\">Amazon ECS Deployment\n\t\t\t\tTypes</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>"
9094            }
9095        },
9096        "com.amazonaws.ecs#UpdateTaskSetRequest": {
9097            "type": "structure",
9098            "members": {
9099                "cluster": {
9100                    "target": "com.amazonaws.ecs#String",
9101                    "traits": {
9102                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task\n\t\t\tset exists in.</p>",
9103                        "smithy.api#required": {}
9104                    }
9105                },
9106                "service": {
9107                    "target": "com.amazonaws.ecs#String",
9108                    "traits": {
9109                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.</p>",
9110                        "smithy.api#required": {}
9111                    }
9112                },
9113                "taskSet": {
9114                    "target": "com.amazonaws.ecs#String",
9115                    "traits": {
9116                        "smithy.api#documentation": "<p>The short name or full Amazon Resource Name (ARN) of the task set to update.</p>",
9117                        "smithy.api#required": {}
9118                    }
9119                },
9120                "scale": {
9121                    "target": "com.amazonaws.ecs#Scale",
9122                    "traits": {
9123                        "smithy.api#required": {}
9124                    }
9125                }
9126            }
9127        },
9128        "com.amazonaws.ecs#UpdateTaskSetResponse": {
9129            "type": "structure",
9130            "members": {
9131                "taskSet": {
9132                    "target": "com.amazonaws.ecs#TaskSet"
9133                }
9134            }
9135        },
9136        "com.amazonaws.ecs#VersionInfo": {
9137            "type": "structure",
9138            "members": {
9139                "agentVersion": {
9140                    "target": "com.amazonaws.ecs#String",
9141                    "traits": {
9142                        "smithy.api#documentation": "<p>The version number of the Amazon ECS container agent.</p>"
9143                    }
9144                },
9145                "agentHash": {
9146                    "target": "com.amazonaws.ecs#String",
9147                    "traits": {
9148                        "smithy.api#documentation": "<p>The Git commit hash for the Amazon ECS container agent build on the <a href=\"https://github.com/aws/amazon-ecs-agent/commits/master\">amazon-ecs-agent\n\t\t\t</a> GitHub repository.</p>"
9149                    }
9150                },
9151                "dockerVersion": {
9152                    "target": "com.amazonaws.ecs#String",
9153                    "traits": {
9154                        "smithy.api#documentation": "<p>The Docker version running on the container instance.</p>"
9155                    }
9156                }
9157            },
9158            "traits": {
9159                "smithy.api#documentation": "<p>The Docker and Amazon ECS container agent version information about a container\n\t\t\tinstance.</p>"
9160            }
9161        },
9162        "com.amazonaws.ecs#Volume": {
9163            "type": "structure",
9164            "members": {
9165                "name": {
9166                    "target": "com.amazonaws.ecs#String",
9167                    "traits": {
9168                        "smithy.api#documentation": "<p>The name of the volume. Up to 255 letters (uppercase and lowercase), numbers, and hyphens are allowed. This name is referenced in the\n\t\t\t\t<code>sourceVolume</code> parameter of container definition\n\t\t\t<code>mountPoints</code>.</p>"
9169                    }
9170                },
9171                "host": {
9172                    "target": "com.amazonaws.ecs#HostVolumeProperties",
9173                    "traits": {
9174                        "smithy.api#documentation": "<p>This parameter is specified when you are using bind mount host volumes. The contents\n\t\t\tof the <code>host</code> parameter determine whether your bind mount host volume\n\t\t\tpersists on the host container instance and where it is stored. If the <code>host</code>\n\t\t\tparameter is empty, then the Docker daemon assigns a host path for your data volume.\n\t\t\tHowever, the data is not guaranteed to persist after the containers associated with it\n\t\t\tstop running.</p>\n\t\t       <p>Windows containers can mount whole directories on the same drive as\n\t\t\t\t<code>$env:ProgramData</code>. Windows containers cannot mount directories on a\n\t\t\tdifferent drive, and mount point cannot be across drives. For example, you can mount\n\t\t\t\t<code>C:\\my\\path:C:\\my\\path</code> and <code>D:\\:D:\\</code>, but not\n\t\t\t\t<code>D:\\my\\path:C:\\my\\path</code> or <code>D:\\:C:\\my\\path</code>.</p>"
9175                    }
9176                },
9177                "dockerVolumeConfiguration": {
9178                    "target": "com.amazonaws.ecs#DockerVolumeConfiguration",
9179                    "traits": {
9180                        "smithy.api#documentation": "<p>This parameter is specified when you are using Docker volumes.</p>\n\t\t       <p>Windows containers only support the use of the <code>local</code> driver. To use bind\n\t\t\tmounts, specify the <code>host</code> parameter instead.</p>\n\t\t       <note>\n\t\t\t         <p>Docker volumes are not supported by tasks run on AWS Fargate.</p>\n\t\t       </note>"
9181                    }
9182                },
9183                "efsVolumeConfiguration": {
9184                    "target": "com.amazonaws.ecs#EFSVolumeConfiguration",
9185                    "traits": {
9186                        "smithy.api#documentation": "<p>This parameter is specified when you are using an Amazon Elastic File System file system for task\n\t\t\tstorage.</p>"
9187                    }
9188                },
9189                "fsxWindowsFileServerVolumeConfiguration": {
9190                    "target": "com.amazonaws.ecs#FSxWindowsFileServerVolumeConfiguration",
9191                    "traits": {
9192                        "smithy.api#documentation": "<p>This parameter is specified when you are using Amazon FSx for Windows File Server file system for task\n\t\t\tstorage.</p>"
9193                    }
9194                }
9195            },
9196            "traits": {
9197                "smithy.api#documentation": "<p>A data volume used in a task definition. For tasks that use the Amazon Elastic File\n\t\t\tSystem (Amazon EFS), specify an <code>efsVolumeConfiguration</code>. For Windows tasks\n\t\t\tthat use Amazon FSx for Windows File Server file system, specify a\n\t\t\t\t<code>fsxWindowsFileServerVolumeConfiguration</code>. For tasks that use a Docker\n\t\t\tvolume, specify a <code>DockerVolumeConfiguration</code>. For tasks that use a bind\n\t\t\tmount host volume, specify a <code>host</code> and optional <code>sourcePath</code>. For\n\t\t\tmore information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html\">Using Data Volumes in\n\t\t\t\tTasks</a>.</p>"
9198            }
9199        },
9200        "com.amazonaws.ecs#VolumeFrom": {
9201            "type": "structure",
9202            "members": {
9203                "sourceContainer": {
9204                    "target": "com.amazonaws.ecs#String",
9205                    "traits": {
9206                        "smithy.api#documentation": "<p>The name of another container within the same task definition from which to mount\n\t\t\tvolumes.</p>"
9207                    }
9208                },
9209                "readOnly": {
9210                    "target": "com.amazonaws.ecs#BoxedBoolean",
9211                    "traits": {
9212                        "smithy.api#documentation": "<p>If this value is <code>true</code>, the container has read-only access to the volume.\n\t\t\tIf this value is <code>false</code>, then the container can write to the volume. The\n\t\t\tdefault value is <code>false</code>.</p>"
9213                    }
9214                }
9215            },
9216            "traits": {
9217                "smithy.api#documentation": "<p>Details on a data volume from another container in the same task definition.</p>"
9218            }
9219        },
9220        "com.amazonaws.ecs#VolumeFromList": {
9221            "type": "list",
9222            "member": {
9223                "target": "com.amazonaws.ecs#VolumeFrom"
9224            }
9225        },
9226        "com.amazonaws.ecs#VolumeList": {
9227            "type": "list",
9228            "member": {
9229                "target": "com.amazonaws.ecs#Volume"
9230            }
9231        }
9232    }
9233}
9234