Values.UpdateThemeForStackResultSourceUpdates custom branding that customizes the appearance of the streaming application catalog page.
type nonrec error = [ | `ConcurrentModificationException of ConcurrentModificationException.t| `InvalidAccountStatusException of InvalidAccountStatusException.t| `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `LimitExceededException of LimitExceededException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `InvalidAccountStatusException of InvalidAccountStatusException.t
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `LimitExceededException of LimitExceededException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `InvalidAccountStatusException of InvalidAccountStatusException.t
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `LimitExceededException of LimitExceededException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of ThemeFooterLinkDisplayName.t ])
list ]
list
| `String of Name.t
| `Timestamp of Timestamp.t ])
list ])
list ]