Skip to content

Commit b9914fd

Browse files
author
AWS
committed
Amazon AppStream Update: This release includes support for images of AmazonLinux2 platform type.
1 parent 7f11a60 commit b9914fd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon AppStream",
4+
"contributor": "",
5+
"description": "This release includes support for images of AmazonLinux2 platform type."
6+
}

services/appstream/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,8 @@
487487
"output":{"shape":"DescribeUsersResult"},
488488
"errors":[
489489
{"shape":"ResourceNotFoundException"},
490-
{"shape":"InvalidParameterCombinationException"}
490+
{"shape":"InvalidParameterCombinationException"},
491+
{"shape":"OperationNotPermittedException"}
491492
],
492493
"documentation":"<p>Retrieves a list that describes one or more specified users in the user pool.</p>"
493494
},
@@ -2715,7 +2716,8 @@
27152716
"enum":[
27162717
"WINDOWS",
27172718
"WINDOWS_SERVER_2016",
2718-
"WINDOWS_SERVER_2019"
2719+
"WINDOWS_SERVER_2019",
2720+
"AMAZON_LINUX2"
27192721
]
27202722
},
27212723
"RedirectURL":{

0 commit comments

Comments
 (0)