AWS Security ChangesHomeSearch

AWS appstream2 documentation change

Service: appstream2 · 2025-11-07 · Documentation low

File: appstream2/latest/developerguide/constants-functions-events-embedded-sessions.md

Summary

Updated service name references from 'AppStream 2.0' to 'WorkSpaces Applications' throughout the documentation, including titles, descriptions, and configuration examples.

Security assessment

The changes are purely branding/naming updates without introducing, modifying, or addressing security controls. No security vulnerabilities, mitigations, or new security features are mentioned in the diff. The HIDDEN_ELEMENTS configuration options (e.g., hiding admin commands button) remain functionally unchanged.

Diff

diff --git a/appstream2/latest/developerguide/constants-functions-events-embedded-sessions.md b/appstream2/latest/developerguide/constants-functions-events-embedded-sessions.md
index 5d9b6f998..164abb868 100644
--- a//appstream2/latest/developerguide/constants-functions-events-embedded-sessions.md
+++ b//appstream2/latest/developerguide/constants-functions-events-embedded-sessions.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)
@@ -5 +5 @@
-Working with HIDDEN_ELEMENTSFunctions for the AppStream.Embed ObjectEvents for Embedded AppStream 2.0 Streaming SessionsExamples for Adding Event Listeners and Ending an Embedded AppStream 2.0 Streaming Session
+Working with HIDDEN_ELEMENTSFunctions for the AppStream.Embed ObjectEvents for Embedded WorkSpaces Applications Streaming SessionsExamples for Adding Event Listeners and Ending an Embedded WorkSpaces Applications Streaming Session
@@ -7 +7 @@ Working with HIDDEN_ELEMENTSFunctions for the AppStream.Embed ObjectEvents for E
-# Constants, Functions, and Events for Embedded Amazon AppStream 2.0 Streaming Sessions
+# Constants, Functions, and Events for Embedded Amazon WorkSpaces Applications Streaming Sessions
@@ -9 +9 @@ Working with HIDDEN_ELEMENTSFunctions for the AppStream.Embed ObjectEvents for E
-The following topics provide reference information for constants, functions, and events that you can use to configure embedded AppStream 2.0 streaming sessions.
+The following topics provide reference information for constants, functions, and events that you can use to configure embedded WorkSpaces Applications streaming sessions.
@@ -17 +17 @@ The following topics provide reference information for constants, functions, and
-  * Events for Embedded AppStream 2.0 Streaming Sessions
+  * Events for Embedded WorkSpaces Applications Streaming Sessions
@@ -19 +19 @@ The following topics provide reference information for constants, functions, and
-  * Examples for Adding Event Listeners and Ending an Embedded AppStream 2.0 Streaming Session
+  * Examples for Adding Event Listeners and Ending an Embedded WorkSpaces Applications Streaming Session
@@ -24 +24 @@ The following topics provide reference information for constants, functions, and
-The following AppStream 2.0 user interface elements can be passed into the `HIDDEN_ELEMENTS` configuration option when an embedded AppStream 2.0 streaming session is initialized.
+The following WorkSpaces Applications user interface elements can be passed into the `HIDDEN_ELEMENTS` configuration option when an embedded WorkSpaces Applications streaming session is initialized.
@@ -28 +28 @@ The following AppStream 2.0 user interface elements can be passed into the `HIDD
-The following AppStream 2.0 user interface elements can be passed as constants into the `HIDDEN_ELEMENTS` configuration option when an embedded AppStream 2.0 streaming session is initialized. 
+The following WorkSpaces Applications user interface elements can be passed as constants into the `HIDDEN_ELEMENTS` configuration option when an embedded WorkSpaces Applications streaming session is initialized. 
@@ -52,3 +52,3 @@ String | Description
-`'adminCommandsButton'` | When you are connected to an AppStream 2.0 image builder, the **Admin Commands** button displays on the top right corner of the AppStream 2.0 toolbar. Passing this string into `HIDDEN_ELEMENTS` hides the **Admin Commands** button.  
-`'softKeyboardButton'` | During AppStream 2.0 streaming sessions on touch-enabled devices, users can tap the keyboard icon on the AppStream 2.0 toolbar to display the on-screen keyboard. Passing this string into `HIDDEN_ELEMENTS` hides the keyboard icon.  
-`'keyboardShortcutsButton'` | During AppStream 2.0 streaming sessions on touch-enabled devices, users can tap the Fn icon on the AppStream 2.0 toolbar to display keyboard shortcuts. Passing this string into `HIDDEN_ELEMENTS` hides the Fn icon.  
+`'adminCommandsButton'` | When you are connected to an WorkSpaces Applications image builder, the **Admin Commands** button displays on the top right corner of the WorkSpaces Applications toolbar. Passing this string into `HIDDEN_ELEMENTS` hides the **Admin Commands** button.  
+`'softKeyboardButton'` | During WorkSpaces Applications streaming sessions on touch-enabled devices, users can tap the keyboard icon on the WorkSpaces Applications toolbar to display the on-screen keyboard. Passing this string into `HIDDEN_ELEMENTS` hides the keyboard icon.  
+`'keyboardShortcutsButton'` | During WorkSpaces Applications streaming sessions on touch-enabled devices, users can tap the Fn icon on the WorkSpaces Applications toolbar to display keyboard shortcuts. Passing this string into `HIDDEN_ELEMENTS` hides the Fn icon.  
@@ -65,4 +65,4 @@ Function | Description
-`launchAppSwitcher()` | This function sends the **AppSwitcher** command to the AppStream 2.0 portal. This triggers the **AppSwitcher** command on the instance.   
-`getSessionState()` | This function returns an object for `sessionStatus`. For more information, see Events for Embedded AppStream 2.0 Streaming Sessions.   
-`getUserInterfaceState()` | This function returns an object for `UserInterfaceState`. The object contains the key-value pairs for the following:  `sessionStatus`: State enumeration `sessionTerminationReason`: String `sessionDisconnectionReason`: String For more information, see Events for Embedded AppStream 2.0 Streaming Sessions.  
-`addEventListener(name, callback)` | This function adds a callback function to call when the specified event is triggered. For a list of the events that can be triggered, see Events for Embedded AppStream 2.0 Streaming Sessions.   
+`launchAppSwitcher()` | This function sends the **AppSwitcher** command to the WorkSpaces Applications portal. This triggers the **AppSwitcher** command on the instance.   
+`getSessionState()` | This function returns an object for `sessionStatus`. For more information, see Events for Embedded WorkSpaces Applications Streaming Sessions.   
+`getUserInterfaceState()` | This function returns an object for `UserInterfaceState`. The object contains the key-value pairs for the following:  `sessionStatus`: State enumeration `sessionTerminationReason`: String `sessionDisconnectionReason`: String For more information, see Events for Embedded WorkSpaces Applications Streaming Sessions.  
+`addEventListener(name, callback)` | This function adds a callback function to call when the specified event is triggered. For a list of the events that can be triggered, see Events for Embedded WorkSpaces Applications Streaming Sessions.   
@@ -72 +72 @@ Function | Description
-## Events for Embedded AppStream 2.0 Streaming Sessions
+## Events for Embedded WorkSpaces Applications Streaming Sessions
@@ -74 +74 @@ Function | Description
-The following table lists the events that can be triggered during embedded AppStream 2.0 streaming sessions.
+The following table lists the events that can be triggered during embedded WorkSpaces Applications streaming sessions.
@@ -82 +82 @@ Event | Data | Description
-## Examples for Adding Event Listeners and Ending an Embedded AppStream 2.0 Streaming Session
+## Examples for Adding Event Listeners and Ending an Embedded WorkSpaces Applications Streaming Session
@@ -86 +86 @@ The examples in this section show how to do the following:
-  * Add event listeners for embedded AppStream 2.0 streaming sessions.
+  * Add event listeners for embedded WorkSpaces Applications streaming sessions.
@@ -88 +88 @@ The examples in this section show how to do the following:
-  * Programmatically end an embedded AppStream 2.0 streaming session.
+  * Programmatically end an embedded WorkSpaces Applications streaming session.
@@ -93 +93 @@ The examples in this section show how to do the following:
-### Example 1: Add event listeners for embedded AppStream 2.0 streaming sessions
+### Example 1: Add event listeners for embedded WorkSpaces Applications streaming sessions
@@ -108 +108 @@ The `updateSessionStateCallback`, `updateUserInterfaceStateCallback`, and `error
-### Example 2: Programmatically end an embedded AppStream 2.0 streaming session
+### Example 2: Programmatically end an embedded WorkSpaces Applications streaming session
@@ -110 +110 @@ The `updateSessionStateCallback`, `updateUserInterfaceStateCallback`, and `error
-To end an embedded AppStream 2.0 streaming sessions, use the following function:
+To end an embedded WorkSpaces Applications streaming sessions, use the following function: