Values.CreateThemeForStackRequestSourceCreates 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;The title that is displayed at the top of the browser tab during users' application streaming sessions.
*)themeStyling : ThemeStyling.t;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;The organization logo that appears on the streaming application catalog page.
*)faviconS3Location : S3Location.t;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.
*)}val make :
?footerLinks:??? ->
stackName:Name.t ->
titleText:ThemeTitleText.t ->
themeStyling:ThemeStyling.t ->
organizationLogoS3Location:S3Location.t ->
faviconS3Location:S3Location.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of ThemeFooterLinkDisplayName.t ]) list ]
list
| `String of Name.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]