|
41 | 41 | {"shape":"ListenerNotFoundException"}, |
42 | 42 | {"shape":"InternalServiceErrorException"}, |
43 | 43 | {"shape":"InvalidArgumentException"}, |
44 | | - {"shape":"LimitExceededException"} |
| 44 | + {"shape":"LimitExceededException"}, |
| 45 | + {"shape":"AccessDeniedException"} |
45 | 46 | ] |
46 | 47 | }, |
47 | 48 | "CreateListener":{ |
|
83 | 84 | }, |
84 | 85 | "input":{"shape":"DeleteEndpointGroupRequest"}, |
85 | 86 | "errors":[ |
| 87 | + {"shape":"InvalidArgumentException"}, |
86 | 88 | {"shape":"EndpointGroupNotFoundException"}, |
87 | 89 | {"shape":"InternalServiceErrorException"} |
88 | 90 | ] |
|
95 | 97 | }, |
96 | 98 | "input":{"shape":"DeleteListenerRequest"}, |
97 | 99 | "errors":[ |
| 100 | + {"shape":"InvalidArgumentException"}, |
98 | 101 | {"shape":"ListenerNotFoundException"}, |
99 | 102 | {"shape":"AssociatedEndpointGroupFoundException"}, |
100 | 103 | {"shape":"InternalServiceErrorException"} |
|
137 | 140 | "input":{"shape":"DescribeEndpointGroupRequest"}, |
138 | 141 | "output":{"shape":"DescribeEndpointGroupResponse"}, |
139 | 142 | "errors":[ |
| 143 | + {"shape":"InvalidArgumentException"}, |
140 | 144 | {"shape":"EndpointGroupNotFoundException"}, |
141 | 145 | {"shape":"InternalServiceErrorException"} |
142 | 146 | ] |
|
164 | 168 | "input":{"shape":"ListAcceleratorsRequest"}, |
165 | 169 | "output":{"shape":"ListAcceleratorsResponse"}, |
166 | 170 | "errors":[ |
| 171 | + {"shape":"InvalidArgumentException"}, |
167 | 172 | {"shape":"InvalidNextTokenException"}, |
168 | 173 | {"shape":"InternalServiceErrorException"} |
169 | 174 | ] |
|
192 | 197 | "input":{"shape":"ListListenersRequest"}, |
193 | 198 | "output":{"shape":"ListListenersResponse"}, |
194 | 199 | "errors":[ |
| 200 | + {"shape":"InvalidArgumentException"}, |
195 | 201 | {"shape":"AcceleratorNotFoundException"}, |
196 | 202 | {"shape":"InvalidNextTokenException"}, |
197 | 203 | {"shape":"InternalServiceErrorException"} |
|
222 | 228 | "errors":[ |
223 | 229 | {"shape":"AcceleratorNotFoundException"}, |
224 | 230 | {"shape":"InternalServiceErrorException"}, |
225 | | - {"shape":"InvalidArgumentException"} |
| 231 | + {"shape":"InvalidArgumentException"}, |
| 232 | + {"shape":"AccessDeniedException"} |
226 | 233 | ] |
227 | 234 | }, |
228 | 235 | "UpdateEndpointGroup":{ |
|
237 | 244 | {"shape":"InvalidArgumentException"}, |
238 | 245 | {"shape":"EndpointGroupNotFoundException"}, |
239 | 246 | {"shape":"InternalServiceErrorException"}, |
240 | | - {"shape":"LimitExceededException"} |
| 247 | + {"shape":"LimitExceededException"}, |
| 248 | + {"shape":"AccessDeniedException"} |
241 | 249 | ] |
242 | 250 | }, |
243 | 251 | "UpdateListener":{ |
|
304 | 312 | "type":"list", |
305 | 313 | "member":{"shape":"Accelerator"} |
306 | 314 | }, |
| 315 | + "AccessDeniedException":{ |
| 316 | + "type":"structure", |
| 317 | + "members":{ |
| 318 | + "Message":{"shape":"ErrorMessage"} |
| 319 | + }, |
| 320 | + "exception":true |
| 321 | + }, |
307 | 322 | "AssociatedEndpointGroupFoundException":{ |
308 | 323 | "type":"structure", |
309 | 324 | "members":{ |
|
415 | 430 | }, |
416 | 431 | "DescribeAcceleratorAttributesRequest":{ |
417 | 432 | "type":"structure", |
| 433 | + "required":["AcceleratorArn"], |
418 | 434 | "members":{ |
419 | 435 | "AcceleratorArn":{"shape":"GenericString"} |
420 | 436 | } |
|
468 | 484 | "type":"structure", |
469 | 485 | "members":{ |
470 | 486 | "EndpointId":{"shape":"GenericString"}, |
471 | | - "Weight":{"shape":"EndpointWeight"} |
| 487 | + "Weight":{"shape":"EndpointWeight"}, |
| 488 | + "ClientIPPreservationEnabled":{"shape":"GenericBoolean"} |
472 | 489 | } |
473 | 490 | }, |
474 | 491 | "EndpointConfigurations":{ |
|
483 | 500 | "EndpointId":{"shape":"GenericString"}, |
484 | 501 | "Weight":{"shape":"EndpointWeight"}, |
485 | 502 | "HealthState":{"shape":"HealthState"}, |
486 | | - "HealthReason":{"shape":"GenericString"} |
| 503 | + "HealthReason":{"shape":"GenericString"}, |
| 504 | + "ClientIPPreservationEnabled":{"shape":"GenericBoolean"} |
487 | 505 | } |
488 | 506 | }, |
489 | 507 | "EndpointDescriptions":{ |
|
729 | 747 | }, |
730 | 748 | "UpdateAcceleratorAttributesRequest":{ |
731 | 749 | "type":"structure", |
| 750 | + "required":["AcceleratorArn"], |
732 | 751 | "members":{ |
733 | 752 | "AcceleratorArn":{"shape":"GenericString"}, |
734 | 753 | "FlowLogsEnabled":{"shape":"GenericBoolean"}, |
|
0 commit comments