AWS appstream2 documentation change
Summary
Updated product name references from 'AppStream 2.0' to 'WorkSpaces Applications' throughout the documentation
Security assessment
The changes are purely branding updates replacing 'AppStream 2.0' with 'WorkSpaces Applications' in text and links. No security-related content modifications, vulnerability fixes, or security feature additions were made. The technical guidance about script execution time limits, error handling, and session flow remains unchanged.
Diff
diff --git a/appstream2/latest/developerguide/run-scripts-before-streaming-sessions-begin.md b/appstream2/latest/developerguide/run-scripts-before-streaming-sessions-begin.md index c4f9c23d9..c826ed539 100644 --- a//appstream2/latest/developerguide/run-scripts-before-streaming-sessions-begin.md +++ b//appstream2/latest/developerguide/run-scripts-before-streaming-sessions-begin.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 @@ -You can configure your scripts to run for a maximum of 60 seconds before your users' applications launch and their streaming sessions begin. Doing so enables you to customize the AppStream 2.0 environment before users start streaming their applications. When the session scripts run, a loading spinner displays for your users. When your scripts complete successfully or the maximum waiting time elapses, your users' streaming session will begin. If your scripts don't complete successfully, an error message displays for your users. However, your users are not prevented from using their streaming session. +You can configure your scripts to run for a maximum of 60 seconds before your users' applications launch and their streaming sessions begin. Doing so enables you to customize the WorkSpaces Applications environment before users start streaming their applications. When the session scripts run, a loading spinner displays for your users. When your scripts complete successfully or the maximum waiting time elapses, your users' streaming session will begin. If your scripts don't complete successfully, an error message displays for your users. However, your users are not prevented from using their streaming session. @@ -17 +17 @@ If you don't use a double backslash, an error displays to notify you that the .j -When your scripts complete successfully, they must return a value of 0. If your scripts return a value other than 0, AppStream 2.0 displays the error message to the user. +When your scripts complete successfully, they must return a value of 0. If your scripts return a value other than 0, WorkSpaces Applications displays the error message to the user. @@ -19 +19 @@ When your scripts complete successfully, they must return a value of 0. If your -When you run scripts before streaming sessions begin and the AppStream 2.0 dynamic application framework is not enabled, the following process occurs: +When you run scripts before streaming sessions begin and the WorkSpaces Applications dynamic application framework is not enabled, the following process occurs: @@ -23 +23 @@ When you run scripts before streaming sessions begin and the AppStream 2.0 dynam - 1. Your users connect to an AppStream 2.0 fleet instance that is not domain-joined. They connect by using one of the following access methods: + 1. Your users connect to an WorkSpaces Applications fleet instance that is not domain-joined. They connect by using one of the following access methods: @@ -25 +25 @@ When you run scripts before streaming sessions begin and the AppStream 2.0 dynam - * AppStream 2.0 user pool + * WorkSpaces Applications user pool @@ -29 +29 @@ When you run scripts before streaming sessions begin and the AppStream 2.0 dynam - * AppStream 2.0 API + * WorkSpaces Applications API @@ -31 +31 @@ When you run scripts before streaming sessions begin and the AppStream 2.0 dynam - 2. The application catalog displays in the AppStream 2.0 portal, and your users choose an application to launch. + 2. The application catalog displays in the WorkSpaces Applications portal, and your users choose an application to launch. @@ -37 +37 @@ When you run scripts before streaming sessions begin and the AppStream 2.0 dynam -For information about application settings persistence, see [Enable Application Settings Persistence for Your AppStream 2.0 Users](./app-settings-persistence.html). +For information about application settings persistence, see [Enable Application Settings Persistence for Your WorkSpaces Applications Users](./app-settings-persistence.html). @@ -41 +41 @@ For information about application settings persistence, see [Enable Application - 4. Your session scripts start. If persistent storage is enabled for your users, storage connector mounting also starts. For information about persistent storage, see [Enable and Administer Persistent Storage for Your AppStream 2.0 Users](./persistent-storage.html). + 4. Your session scripts start. If persistent storage is enabled for your users, storage connector mounting also starts. For information about persistent storage, see [Enable and Administer Persistent Storage for Your WorkSpaces Applications Users](./persistent-storage.html). @@ -58 +58 @@ For information about monitoring the mount status of storage connectors, see [Us -For information about the AppStream 2.0 dynamic application framework, see [Use the AppStream 2.0 Dynamic Application Framework to Build a Dynamic App Provider](./build-dynamic-app-provider.html). +For information about the WorkSpaces Applications dynamic application framework, see [Use the WorkSpaces Applications Dynamic Application Framework to Build a Dynamic App Provider](./build-dynamic-app-provider.html). @@ -60 +60 @@ For information about the AppStream 2.0 dynamic application framework, see [Use -When you run scripts before streaming sessions begin and the AppStream 2.0 dynamic application framework is enabled, the following process occurs: +When you run scripts before streaming sessions begin and the WorkSpaces Applications dynamic application framework is enabled, the following process occurs: @@ -64 +64 @@ When you run scripts before streaming sessions begin and the AppStream 2.0 dynam - 1. Your users visit the SAML 2.0 application portal for your organization, and they choose the AppStream 2.0 stack. + 1. Your users visit the SAML 2.0 application portal for your organization, and they choose the WorkSpaces Applications stack. @@ -66 +66 @@ When you run scripts before streaming sessions begin and the AppStream 2.0 dynam - 2. They connect to an AppStream 2.0 fleet instance that is domain-joined. + 2. They connect to an WorkSpaces Applications fleet instance that is domain-joined. @@ -72 +72 @@ When you run scripts before streaming sessions begin and the AppStream 2.0 dynam - 5. The application catalog displays in the AppStream 2.0 portal and your users choose an application to launch. + 5. The application catalog displays in the WorkSpaces Applications portal and your users choose an application to launch.