Skip to content

Commit 86f93cc

Browse files
author
AWS
committed
Amazon WorkSpaces Web Update: Add support for WebAuthn under user settings.
1 parent 8d72aa1 commit 86f93cc

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
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 WorkSpaces Web",
4+
"contributor": "",
5+
"description": "Add support for WebAuthn under user settings."
6+
}

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2618,6 +2618,10 @@
26182618
"brandingConfigurationInput":{
26192619
"shape":"BrandingConfigurationCreateInput",
26202620
"documentation":"<p>The branding configuration input that customizes the appearance of the web portal for end users. This includes a custom logo, favicon, wallpaper, localized strings, color theme, and an optional terms of service.</p>"
2621+
},
2622+
"webAuthnAllowed":{
2623+
"shape":"EnabledType",
2624+
"documentation":"<p>Specifies whether the user can use WebAuthn redirection for passwordless login to websites within the streaming session.</p>"
26212625
}
26222626
}
26232627
},
@@ -5563,6 +5567,10 @@
55635567
"brandingConfigurationInput":{
55645568
"shape":"BrandingConfigurationUpdateInput",
55655569
"documentation":"<p>The branding configuration that customizes the appearance of the web portal for end users. When updating user settings without an existing branding configuration, all fields (logo, favicon, wallpaper, localized strings, and color theme) are required except for terms of service. When updating user settings with an existing branding configuration, all fields are optional.</p>"
5570+
},
5571+
"webAuthnAllowed":{
5572+
"shape":"EnabledType",
5573+
"documentation":"<p>Specifies whether the user can use WebAuthn redirection for passwordless login to websites within the streaming session.</p>"
55665574
}
55675575
}
55685576
},
@@ -5688,6 +5696,10 @@
56885696
"brandingConfiguration":{
56895697
"shape":"BrandingConfiguration",
56905698
"documentation":"<p>The branding configuration output that customizes the appearance of the web portal for end users.</p>"
5699+
},
5700+
"webAuthnAllowed":{
5701+
"shape":"EnabledType",
5702+
"documentation":"<p>Specifies whether the user can use WebAuthn redirection for passwordless login to websites within the streaming session.</p>"
56915703
}
56925704
},
56935705
"documentation":"<p>A user settings resource that can be associated with a web portal. Once associated with a web portal, user settings control how users can transfer data between a streaming session and the their local devices. </p>"
@@ -5747,6 +5759,10 @@
57475759
"brandingConfiguration":{
57485760
"shape":"BrandingConfiguration",
57495761
"documentation":"<p>The branding configuration output that customizes the appearance of the web portal for end users.</p>"
5762+
},
5763+
"webAuthnAllowed":{
5764+
"shape":"EnabledType",
5765+
"documentation":"<p>Specifies whether the user can use WebAuthn redirection for passwordless login to websites within the streaming session.</p>"
57505766
}
57515767
},
57525768
"documentation":"<p>The summary of user settings.</p>"

0 commit comments

Comments
 (0)