Values_0.CreateHubRequestSourceCreate a hub.
type nonrec t = {hubName : HubName.t;The name of the hub to create.
*)hubDescription : HubDescription.t;A description of the hub.
*)hubDisplayName : HubDisplayName.t option;The display name of the hub.
*)hubSearchKeywords : HubSearchKeywordList.t option;The searchable keywords for the hub.
*)s3StorageConfig : HubS3StorageConfig.t option;The Amazon S3 storage configuration for the hub.
*)}val make :
?hubDisplayName:??? ->
?hubSearchKeywords:??? ->
?s3StorageConfig:??? ->
?tags:??? ->
hubName:HubName.t ->
hubDescription:HubDescription.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of HubSearchKeyword.t
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of HubName.t
| `Structure of (string * [> `String of S3OutputPath.t ]) list ])
list ]