Module Values_2.UpdateHubRequestSource

Update a hub.

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

    The name of the hub to update.

    *)
  2. hubDescription : Values_0.HubDescription.t option;
    (*

    A description of the updated hub.

    *)
  3. hubDisplayName : Values_0.HubDisplayName.t option;
    (*

    The display name of the hub.

    *)
  4. hubSearchKeywords : Values_0.HubSearchKeywordList.t option;
    (*

    The searchable keywords for the hub.

    *)
}
Sourceval context_ : string
Sourceval make : ?hubDescription:??? -> ?hubDisplayName:??? -> ?hubSearchKeywords:??? -> hubName:Values_0.HubNameOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string ] list | `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