Values.UpdateThemeForStackRequestSourceUpdates custom branding that customizes the appearance of the streaming application catalog page.
type nonrec t = {stackName : Name.t;The name of the stack for the theme.
*)titleText : ThemeTitleText.t option;The title that is displayed at the top of the browser tab during users' application streaming sessions.
*)themeStyling : ThemeStyling.t option;The color theme that is applied to website links, text, and buttons. These colors are also applied as accents in the background for the streaming application catalog page.
*)organizationLogoS3Location : S3Location.t option;The organization logo that appears on the streaming application catalog page.
*)faviconS3Location : S3Location.t option;The S3 location of the favicon. The favicon enables users to recognize their application streaming site in a browser full of tabs or bookmarks. It is displayed at the top of the browser tab for the application streaming site during users' streaming sessions.
*)state : ThemeState.t option;Specifies whether custom branding should be applied to catalog page or not.
*)attributesToDelete : ThemeAttributes.t option;The attributes to delete.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `Structure of
(string * [> `String of ThemeFooterLinkDisplayName.t ]) list ]
list
| `String of Name.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]