Skip to content

Commit e47457a

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

File tree

14 files changed

+6403
-19
lines changed

14 files changed

+6403
-19
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::AppStream - Updated the API for Amazon AppStream.
5+
6+
* Feature - Aws::EC2 - Updated the API for Amazon Elastic Compute Cloud.
7+
8+
* Feature - Aws::Personalize - Updated the documentation for Amazon Personalize.
9+
10+
* Feature - Aws::CloudFront - Added support for the new 2019-03-26 API version of Amazon CloudFront.
11+
412
2.11.294 (2019-06-13)
513
------------------
614

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ to be backwards compatible.
352352
| Amazon Athena | Athena | 2017-05-18 |
353353
| Amazon Chime | Chime | 2018-05-01 |
354354
| Amazon CloudDirectory | CloudDirectory | 2017-01-11 |
355-
| Amazon CloudFront | CloudFront | 2018-11-05 |
355+
| Amazon CloudFront | CloudFront | 2019-03-26 |
356356
| Amazon CloudHSM | CloudHSM | 2014-05-30 |
357357
| Amazon CloudSearch | CloudSearch | 2013-01-01 |
358358
| Amazon CloudSearch Domain | CloudSearchDomain | 2013-01-01 |

aws-sdk-core/apis/appstream/2016-12-01/api-2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"input":{"shape":"CreateUsageReportSubscriptionRequest"},
180180
"output":{"shape":"CreateUsageReportSubscriptionResult"},
181181
"errors":[
182+
{"shape":"InvalidRoleException"},
182183
{"shape":"InvalidAccountStatusException"}
183184
]
184185
},
@@ -1739,7 +1740,11 @@
17391740
},
17401741
"PlatformType":{
17411742
"type":"string",
1742-
"enum":["WINDOWS"]
1743+
"enum":[
1744+
"WINDOWS",
1745+
"WINDOWS_SERVER_2016",
1746+
"WINDOWS_SERVER_2019"
1747+
]
17431748
},
17441749
"RedirectURL":{
17451750
"type":"string",

0 commit comments

Comments
 (0)