Skip to content

Commit b2edbeb

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent db96f34 commit b2edbeb

File tree

7 files changed

+146
-19
lines changed

7 files changed

+146
-19
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::GlobalAccelerator - Updated the API, and documentation for AWS Global Accelerator.
5+
6+
* Feature - Aws::MediaConvert - Updated the API, and documentation for AWS Elemental MediaConvert.
7+
8+
* Feature - Aws::SQS - Updated the API, and documentation for Amazon Simple Queue Service.
9+
410
2.11.342 (2019-08-27)
511
------------------
612

aws-sdk-core/apis/globalaccelerator/2018-08-08/api-2.json

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
{"shape":"ListenerNotFoundException"},
4242
{"shape":"InternalServiceErrorException"},
4343
{"shape":"InvalidArgumentException"},
44-
{"shape":"LimitExceededException"}
44+
{"shape":"LimitExceededException"},
45+
{"shape":"AccessDeniedException"}
4546
]
4647
},
4748
"CreateListener":{
@@ -83,6 +84,7 @@
8384
},
8485
"input":{"shape":"DeleteEndpointGroupRequest"},
8586
"errors":[
87+
{"shape":"InvalidArgumentException"},
8688
{"shape":"EndpointGroupNotFoundException"},
8789
{"shape":"InternalServiceErrorException"}
8890
]
@@ -95,6 +97,7 @@
9597
},
9698
"input":{"shape":"DeleteListenerRequest"},
9799
"errors":[
100+
{"shape":"InvalidArgumentException"},
98101
{"shape":"ListenerNotFoundException"},
99102
{"shape":"AssociatedEndpointGroupFoundException"},
100103
{"shape":"InternalServiceErrorException"}
@@ -137,6 +140,7 @@
137140
"input":{"shape":"DescribeEndpointGroupRequest"},
138141
"output":{"shape":"DescribeEndpointGroupResponse"},
139142
"errors":[
143+
{"shape":"InvalidArgumentException"},
140144
{"shape":"EndpointGroupNotFoundException"},
141145
{"shape":"InternalServiceErrorException"}
142146
]
@@ -164,6 +168,7 @@
164168
"input":{"shape":"ListAcceleratorsRequest"},
165169
"output":{"shape":"ListAcceleratorsResponse"},
166170
"errors":[
171+
{"shape":"InvalidArgumentException"},
167172
{"shape":"InvalidNextTokenException"},
168173
{"shape":"InternalServiceErrorException"}
169174
]
@@ -192,6 +197,7 @@
192197
"input":{"shape":"ListListenersRequest"},
193198
"output":{"shape":"ListListenersResponse"},
194199
"errors":[
200+
{"shape":"InvalidArgumentException"},
195201
{"shape":"AcceleratorNotFoundException"},
196202
{"shape":"InvalidNextTokenException"},
197203
{"shape":"InternalServiceErrorException"}
@@ -222,7 +228,8 @@
222228
"errors":[
223229
{"shape":"AcceleratorNotFoundException"},
224230
{"shape":"InternalServiceErrorException"},
225-
{"shape":"InvalidArgumentException"}
231+
{"shape":"InvalidArgumentException"},
232+
{"shape":"AccessDeniedException"}
226233
]
227234
},
228235
"UpdateEndpointGroup":{
@@ -237,7 +244,8 @@
237244
{"shape":"InvalidArgumentException"},
238245
{"shape":"EndpointGroupNotFoundException"},
239246
{"shape":"InternalServiceErrorException"},
240-
{"shape":"LimitExceededException"}
247+
{"shape":"LimitExceededException"},
248+
{"shape":"AccessDeniedException"}
241249
]
242250
},
243251
"UpdateListener":{
@@ -304,6 +312,13 @@
304312
"type":"list",
305313
"member":{"shape":"Accelerator"}
306314
},
315+
"AccessDeniedException":{
316+
"type":"structure",
317+
"members":{
318+
"Message":{"shape":"ErrorMessage"}
319+
},
320+
"exception":true
321+
},
307322
"AssociatedEndpointGroupFoundException":{
308323
"type":"structure",
309324
"members":{
@@ -415,6 +430,7 @@
415430
},
416431
"DescribeAcceleratorAttributesRequest":{
417432
"type":"structure",
433+
"required":["AcceleratorArn"],
418434
"members":{
419435
"AcceleratorArn":{"shape":"GenericString"}
420436
}
@@ -468,7 +484,8 @@
468484
"type":"structure",
469485
"members":{
470486
"EndpointId":{"shape":"GenericString"},
471-
"Weight":{"shape":"EndpointWeight"}
487+
"Weight":{"shape":"EndpointWeight"},
488+
"ClientIPPreservationEnabled":{"shape":"GenericBoolean"}
472489
}
473490
},
474491
"EndpointConfigurations":{
@@ -483,7 +500,8 @@
483500
"EndpointId":{"shape":"GenericString"},
484501
"Weight":{"shape":"EndpointWeight"},
485502
"HealthState":{"shape":"HealthState"},
486-
"HealthReason":{"shape":"GenericString"}
503+
"HealthReason":{"shape":"GenericString"},
504+
"ClientIPPreservationEnabled":{"shape":"GenericBoolean"}
487505
}
488506
},
489507
"EndpointDescriptions":{
@@ -729,6 +747,7 @@
729747
},
730748
"UpdateAcceleratorAttributesRequest":{
731749
"type":"structure",
750+
"required":["AcceleratorArn"],
732751
"members":{
733752
"AcceleratorArn":{"shape":"GenericString"},
734753
"FlowLogsEnabled":{"shape":"GenericBoolean"},

0 commit comments

Comments
 (0)