Values_1.DeleteHubContentRequestSourceDelete the contents of a hub.
type nonrec t = {hubName : Values_0.HubNameOrArn.t;The name of the hub that you want to delete content in.
*)hubContentType : Values_0.HubContentType.t;The type of content that you want to delete from a hub.
*)hubContentName : Values_0.HubContentName.t;The name of the content that you want to delete from a hub.
*)hubContentVersion : Values_0.HubContentVersion.t;The version of the content that you want to delete from a hub.
*)}val make :
hubName:Values_0.HubNameOrArn.t ->
hubContentType:Values_0.HubContentType.t ->
hubContentName:Values_0.HubContentName.t ->
hubContentVersion:Values_0.HubContentVersion.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.HubNameOrArn.t ])
list ]