Skip to content

Commit 0753201

Browse files
author
AWS
committed
Amazon AppStream Update: Added support for Certificate-Based Authentication on AppStream 2.0 multi-session fleets.
1 parent 38a898b commit 0753201

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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": "Added support for Certificate-Based Authentication on AppStream 2.0 multi-session fleets."
6+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,8 @@
11541154
{"shape":"ResourceNotFoundException"},
11551155
{"shape":"ConcurrentModificationException"},
11561156
{"shape":"OperationNotPermittedException"},
1157-
{"shape":"InvalidRoleException"}
1157+
{"shape":"InvalidRoleException"},
1158+
{"shape":"IncompatibleImageException"}
11581159
],
11591160
"documentation":"<p>Updates the specified Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>"
11601161
},

0 commit comments

Comments
 (0)