|
88 | 88 | {"shape":"ServiceNotActiveException"},
|
89 | 89 | {"shape":"NamespaceNotFoundException"}
|
90 | 90 | ],
|
91 |
| - "documentation":"<p>Create a task set in the specified cluster and service. This is used when a service uses the <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>" |
| 91 | + "documentation":"<p>Create a task set in the specified cluster and service. This is used when a service uses the <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> <p>You can create a maximum of 5 tasks sets for a deployment.</p>" |
92 | 92 | },
|
93 | 93 | "DeleteAccountSetting":{
|
94 | 94 | "name":"DeleteAccountSetting",
|
|
1090 | 1090 | "managedTerminationProtection":{
|
1091 | 1091 | "shape":"ManagedTerminationProtection",
|
1092 | 1092 | "documentation":"<p>The managed termination protection setting to use for the Auto Scaling group capacity provider. This determines whether the Auto Scaling group has managed termination protection. The default is off.</p> <important> <p>When using managed termination protection, managed scaling must also be used otherwise managed termination protection doesn't work.</p> </important> <p>When managed termination protection is on, Amazon ECS prevents the Amazon EC2 instances in an Auto Scaling group that contain tasks from being terminated during a scale-in action. The Auto Scaling group and each instance in the Auto Scaling group must have instance protection from scale-in actions on 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>Auto Scaling User Guide</i>.</p> <p>When managed termination protection is off, your Amazon EC2 instances aren't protected from termination when the Auto Scaling group scales in.</p>"
|
| 1093 | + }, |
| 1094 | + "managedDraining":{ |
| 1095 | + "shape":"ManagedDraining", |
| 1096 | + "documentation":"<p>The managed draining option for the Auto Scaling group capacity provider. When you enable this, Amazon ECS manages and gracefully drains the EC2 container instances that are in the Auto Scaling group capacity provider.</p> <p>The default is <code>ENABLED</code>.</p>" |
1093 | 1097 | }
|
1094 | 1098 | },
|
1095 | 1099 | "documentation":"<p>The details of the Auto Scaling group for the capacity provider.</p>"
|
|
1104 | 1108 | "managedTerminationProtection":{
|
1105 | 1109 | "shape":"ManagedTerminationProtection",
|
1106 | 1110 | "documentation":"<p>The managed termination protection setting to use for the Auto Scaling group capacity provider. This determines whether the Auto Scaling group has managed termination protection.</p> <important> <p>When using managed termination protection, managed scaling must also be used otherwise managed termination protection doesn't work.</p> </important> <p>When managed termination protection is on, Amazon ECS prevents the Amazon EC2 instances in an Auto Scaling group that contain tasks from being terminated during a scale-in action. The Auto Scaling group and each instance in the Auto Scaling group must have instance protection from scale-in actions on. 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>Auto Scaling User Guide</i>.</p> <p>When managed termination protection is off, your Amazon EC2 instances aren't protected from termination when the Auto Scaling group scales in.</p>"
|
| 1111 | + }, |
| 1112 | + "managedDraining":{ |
| 1113 | + "shape":"ManagedDraining", |
| 1114 | + "documentation":"<p>The managed draining option for the Auto Scaling group capacity provider. When you enable this, Amazon ECS manages and gracefully drains the EC2 container instances that are in the Auto Scaling group capacity provider.</p> <p>The default is <code>ENABLED</code>.</p>" |
1107 | 1115 | }
|
1108 | 1116 | },
|
1109 | 1117 | "documentation":"<p>The details of the Auto Scaling group capacity provider to update.</p>"
|
|
1250 | 1258 | "ClientException":{
|
1251 | 1259 | "type":"structure",
|
1252 | 1260 | "members":{
|
1253 |
| - "message":{"shape":"String"} |
| 1261 | + "message":{ |
| 1262 | + "shape":"String", |
| 1263 | + "documentation":"<p> Message that describes the cause of the exception.</p>" |
| 1264 | + } |
1254 | 1265 | },
|
1255 | 1266 | "documentation":"<p>These errors are usually caused by a client action. This client action might be using an action or resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might be specifying an identifier that isn't valid.</p>",
|
1256 | 1267 | "exception":true
|
|
3949 | 3960 | "type":"list",
|
3950 | 3961 | "member":{"shape":"ManagedAgent"}
|
3951 | 3962 | },
|
| 3963 | + "ManagedDraining":{ |
| 3964 | + "type":"string", |
| 3965 | + "enum":[ |
| 3966 | + "ENABLED", |
| 3967 | + "DISABLED" |
| 3968 | + ] |
| 3969 | + }, |
3952 | 3970 | "ManagedScaling":{
|
3953 | 3971 | "type":"structure",
|
3954 | 3972 | "members":{
|
|
4843 | 4861 | "ServerException":{
|
4844 | 4862 | "type":"structure",
|
4845 | 4863 | "members":{
|
4846 |
| - "message":{"shape":"String"} |
| 4864 | + "message":{ |
| 4865 | + "shape":"String", |
| 4866 | + "documentation":"<p> Message that describes the cause of the exception.</p>" |
| 4867 | + } |
4847 | 4868 | },
|
4848 | 4869 | "documentation":"<p>These errors are usually caused by a server issue.</p>",
|
4849 | 4870 | "exception":true,
|
|
0 commit comments