|
37 | 37 | } |
38 | 38 | }, |
39 | 39 | "traits": { |
| 40 | + "aws.protocols#awsQueryError": { |
| 41 | + "code": "ActiveInstanceRefreshNotFound", |
| 42 | + "httpResponseCode": 400 |
| 43 | + }, |
40 | 44 | "smithy.api#documentation": "<p>The request failed because an active instance refresh for the specified Auto Scaling group was\n not found. </p>", |
41 | 45 | "smithy.api#error": "client", |
42 | 46 | "smithy.api#httpError": 400 |
|
225 | 229 | } |
226 | 230 | }, |
227 | 231 | "traits": { |
| 232 | + "aws.protocols#awsQueryError": { |
| 233 | + "code": "AlreadyExists", |
| 234 | + "httpResponseCode": 400 |
| 235 | + }, |
228 | 236 | "smithy.api#documentation": "<p>You already have an Auto Scaling group or launch configuration with this name.</p>", |
229 | 237 | "smithy.api#error": "client", |
230 | 238 | "smithy.api#httpError": 400 |
|
3160 | 3168 | "Throughput": { |
3161 | 3169 | "target": "com.amazonaws.autoscaling#BlockDeviceEbsThroughput", |
3162 | 3170 | "traits": { |
3163 | | - "smithy.api#documentation": "<p>The throughput to provision for a <code>gp3</code> volume.</p>\n <p>Valid Range: Minimum value of 125. Maximum value of 1000.</p>" |
| 3171 | + "smithy.api#documentation": "<p>The throughput (MiBps) to provision for a <code>gp3</code> volume.</p>" |
3164 | 3172 | } |
3165 | 3173 | } |
3166 | 3174 | }, |
|
3803 | 3811 | } |
3804 | 3812 | }, |
3805 | 3813 | "traits": { |
| 3814 | + "aws.protocols#awsQueryError": { |
| 3815 | + "code": "InstanceRefreshInProgress", |
| 3816 | + "httpResponseCode": 400 |
| 3817 | + }, |
3806 | 3818 | "smithy.api#documentation": "<p>The request failed because an active instance refresh operation already exists for the\n specified Auto Scaling group.</p>", |
3807 | 3819 | "smithy.api#error": "client", |
3808 | 3820 | "smithy.api#httpError": 400 |
|
3985 | 3997 | } |
3986 | 3998 | }, |
3987 | 3999 | "traits": { |
| 4000 | + "aws.protocols#awsQueryError": { |
| 4001 | + "code": "InvalidNextToken", |
| 4002 | + "httpResponseCode": 400 |
| 4003 | + }, |
3988 | 4004 | "smithy.api#documentation": "<p>The <code>NextToken</code> value is not valid.</p>", |
3989 | 4005 | "smithy.api#error": "client", |
3990 | 4006 | "smithy.api#httpError": 400 |
|
4528 | 4544 | } |
4529 | 4545 | }, |
4530 | 4546 | "traits": { |
| 4547 | + "aws.protocols#awsQueryError": { |
| 4548 | + "code": "LimitExceeded", |
| 4549 | + "httpResponseCode": 400 |
| 4550 | + }, |
4531 | 4551 | "smithy.api#documentation": "<p>You have already reached a limit for your Amazon EC2 Auto Scaling\n resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For\n more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html\">DescribeAccountLimits</a> in the <i>Amazon EC2 Auto Scaling API\n Reference</i>.</p>", |
4532 | 4552 | "smithy.api#error": "client", |
4533 | 4553 | "smithy.api#httpError": 400 |
|
5835 | 5855 | } |
5836 | 5856 | }, |
5837 | 5857 | "traits": { |
| 5858 | + "aws.protocols#awsQueryError": { |
| 5859 | + "code": "ResourceContention", |
| 5860 | + "httpResponseCode": 500 |
| 5861 | + }, |
5838 | 5862 | "smithy.api#documentation": "<p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,\n instance, or load balancer).</p>", |
5839 | 5863 | "smithy.api#error": "server", |
5840 | 5864 | "smithy.api#httpError": 500 |
|
5851 | 5875 | } |
5852 | 5876 | }, |
5853 | 5877 | "traits": { |
| 5878 | + "aws.protocols#awsQueryError": { |
| 5879 | + "code": "ResourceInUse", |
| 5880 | + "httpResponseCode": 400 |
| 5881 | + }, |
5854 | 5882 | "smithy.api#documentation": "<p>The operation can't be performed because the resource is in use.</p>", |
5855 | 5883 | "smithy.api#error": "client", |
5856 | 5884 | "smithy.api#httpError": 400 |
|
5894 | 5922 | } |
5895 | 5923 | }, |
5896 | 5924 | "traits": { |
| 5925 | + "aws.protocols#awsQueryError": { |
| 5926 | + "code": "ScalingActivityInProgress", |
| 5927 | + "httpResponseCode": 400 |
| 5928 | + }, |
5897 | 5929 | "smithy.api#documentation": "<p>The operation can't be performed because there are scaling activities in\n progress.</p>", |
5898 | 5930 | "smithy.api#error": "client", |
5899 | 5931 | "smithy.api#httpError": 400 |
|
6268 | 6300 | } |
6269 | 6301 | }, |
6270 | 6302 | "traits": { |
| 6303 | + "aws.protocols#awsQueryError": { |
| 6304 | + "code": "ServiceLinkedRoleFailure", |
| 6305 | + "httpResponseCode": 500 |
| 6306 | + }, |
6271 | 6307 | "smithy.api#documentation": "<p>The service-linked role is not yet ready for use.</p>", |
6272 | 6308 | "smithy.api#error": "server", |
6273 | 6309 | "smithy.api#httpError": 500 |
|
0 commit comments