Skip to content

Commit 2a8c44a

Browse files
author
awstools
committed
feat(client-appstream): Added support for Certificate-Based Authentication on AppStream 2.0 multi-session fleets.
1 parent 2ed474a commit 2a8c44a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ export interface UpdateDirectoryConfigCommandOutput extends UpdateDirectoryConfi
8585
* @throws {@link ConcurrentModificationException} (client fault)
8686
* <p>An API error occurred. Wait a few minutes and try again.</p>
8787
*
88+
* @throws {@link IncompatibleImageException} (client fault)
89+
* <p>The image can't be updated because it's not compatible for updates.</p>
90+
*
8891
* @throws {@link InvalidRoleException} (client fault)
8992
* <p>The specified role is invalid.</p>
9093
*

codegen/sdk-codegen/aws-models/appstream.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9900,6 +9900,9 @@
99009900
{
99019901
"target": "com.amazonaws.appstream#ConcurrentModificationException"
99029902
},
9903+
{
9904+
"target": "com.amazonaws.appstream#IncompatibleImageException"
9905+
},
99039906
{
99049907
"target": "com.amazonaws.appstream#InvalidRoleException"
99059908
},

0 commit comments

Comments
 (0)