AWS appstream2 documentation change
Summary
Updated documentation to reflect rebranding from 'AppStream 2.0' to 'WorkSpaces Applications' throughout the file, including client references and API action names
Security assessment
The changes are purely branding/terminology updates (AppStream 2.0 → WorkSpaces Applications) without any security-related content modifications. No vulnerabilities, security controls, or security features are mentioned or added. The operational workflow for session redirection remains unchanged except for naming.
Diff
diff --git a/appstream2/latest/developerguide/redirect-streaming-session-from-web-to-client.md b/appstream2/latest/developerguide/redirect-streaming-session-from-web-to-client.md index 879876d17..c6d0cd7ec 100644 --- a//appstream2/latest/developerguide/redirect-streaming-session-from-web-to-client.md +++ b//appstream2/latest/developerguide/redirect-streaming-session-from-web-to-client.md @@ -3 +3 @@ -[Documentation](/index.html)[Amazon AppStream 2.0](/appstream2/index.html)[Administration Guide](what-is-appstream.html) +[Documentation](/index.html)[Amazon WorkSpaces Applications](/appstream2/index.html)[Administration Guide](what-is-appstream.html) @@ -7 +7 @@ Create a Windows desktop shortcut using the default browser -# Redirect a Streaming Session from the Web Browser to the AppStream 2.0 Client +# Redirect a Streaming Session from the Web Browser to the WorkSpaces Applications Client @@ -9 +9 @@ Create a Windows desktop shortcut using the default browser -You can configure AppStream 2.0 to redirect a streaming session from a web browser to the AppStream 2.0 client. That way, when your users sign in to AppStream 2.0 and start a streaming session in their web browser, their session is redirected to the AppStream 2.0 client. To do so, perform these steps. +You can configure WorkSpaces Applications to redirect a streaming session from a web browser to the WorkSpaces Applications client. That way, when your users sign in to WorkSpaces Applications and start a streaming session in their web browser, their session is redirected to the WorkSpaces Applications client. To do so, perform these steps. @@ -11 +11 @@ You can configure AppStream 2.0 to redirect a streaming session from a web brows - 1. Use the AppStream 2.0 `CreateStreamingURL` API action to generate a streaming URL. + 1. Use the WorkSpaces Applications `CreateStreamingURL` API action to generate a streaming URL. @@ -13 +13 @@ You can configure AppStream 2.0 to redirect a streaming session from a web brows - 2. Add the following prefix for the custom AppStream 2.0 client handler to the streaming URL: `amazonappstream:` + 2. Add the following prefix for the custom WorkSpaces Applications client handler to the streaming URL: `amazonappstream:` @@ -25 +25 @@ Powershell sample to encode: `[Convert]::ToBase64String([System.Text.Encoding]:: - 3. When users are redirected to the streaming URL, their browser detects that the link must be opened by the AppStream 2.0 client. + 3. When users are redirected to the streaming URL, their browser detects that the link must be opened by the WorkSpaces Applications client. @@ -27 +27 @@ Powershell sample to encode: `[Convert]::ToBase64String([System.Text.Encoding]:: - 4. Users are prompted to choose whether they want to start the streaming session by using the AppStream 2.0 client. + 4. Users are prompted to choose whether they want to start the streaming session by using the WorkSpaces Applications client. @@ -31 +31 @@ Powershell sample to encode: `[Convert]::ToBase64String([System.Text.Encoding]:: - * If the AppStream 2.0 client is installed, the user can choose to continue the streaming session by using the AppStream 2.0 client. + * If the WorkSpaces Applications client is installed, the user can choose to continue the streaming session by using the WorkSpaces Applications client. @@ -33 +33 @@ Powershell sample to encode: `[Convert]::ToBase64String([System.Text.Encoding]:: - * If the AppStream 2.0 client is not installed, the browser behavior varies as follows: + * If the WorkSpaces Applications client is not installed, the browser behavior varies as follows: @@ -41 +41 @@ Powershell sample to encode: `[Convert]::ToBase64String([System.Text.Encoding]:: - * Internet Explorer — A message notifies the user that the AppStream 2.0 client is not installed. + * Internet Explorer — A message notifies the user that the WorkSpaces Applications client is not installed.