Values_2.UpdateHubRequestSourceUpdate a hub.
type nonrec t = {hubName : Values_0.HubNameOrArn.t;The name of the hub to update.
*)hubDescription : Values_0.HubDescription.t option;A description of the updated hub.
*)hubDisplayName : Values_0.HubDisplayName.t option;The display name of the hub.
*)hubSearchKeywords : Values_0.HubSearchKeywordList.t option;The searchable keywords for the hub.
*)}val make :
?hubDescription:??? ->
?hubDisplayName:??? ->
?hubSearchKeywords:??? ->
hubName:Values_0.HubNameOrArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.HubNameOrArn.t ])
list ]