Module Values_1.DescribeHubContentRequestSource

Describe the content of a hub.

Sourcetype nonrec t = {
  1. hubName : Values_0.HubNameOrArn.t;
    (*

    The name of the hub that contains the content to describe.

    *)
  2. hubContentType : Values_0.HubContentType.t;
    (*

    The type of content in the hub.

    *)
  3. hubContentName : Values_0.HubContentName.t;
    (*

    The name of the content to describe.

    *)
  4. hubContentVersion : Values_0.HubContentVersion.t option;
    (*

    The version of the content to describe.

    *)
}
Sourceval context_ : string
Sourceval make : ?hubContentVersion:??? -> hubName:Values_0.HubNameOrArn.t -> hubContentType:Values_0.HubContentType.t -> hubContentName:Values_0.HubContentName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.HubNameOrArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t