Values_1.DescribeHubResponseSourceDescribes a hub.
type nonrec t = {hubName : Values_0.HubName.t option;The name of the hub.
*)hubArn : Values_0.HubArn.t option;The Amazon Resource Name (ARN) of the hub.
*)hubDisplayName : Values_0.HubDisplayName.t option;The display name of the hub.
*)hubDescription : Values_0.HubDescription.t option;A description of the hub.
*)hubSearchKeywords : Values_0.HubSearchKeywordList.t option;The searchable keywords for the hub.
*)s3StorageConfig : Values_0.HubS3StorageConfig.t option;The Amazon S3 storage configuration for the hub.
*)hubStatus : HubStatus.t option;The status of the hub.
*)failureReason : Values_0.FailureReason.t option;The failure reason if importing hub content failed.
*)creationTime : Values_0.Timestamp.t option;The date and time that the hub was created.
*)lastModifiedTime : Values_0.Timestamp.t option;The date and time that the hub was last modified.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of string ] list
| `String of Values_0.HubName.t
| `Structure of (string * [> `String of string ]) list
| `Timestamp of Values_0.Timestamp.t ])
list ]