Module Values.UpdateMeshInputSource

Sourcetype nonrec t = {
  1. clientToken : String_.t option;
    (*

    Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.

    *)
  2. meshName : ResourceName.t;
    (*

    The name of the service mesh to update.

    *)
  3. spec : MeshSpec.t option;
    (*

    The service mesh specification to apply.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> ?spec:??? -> meshName:ResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Structure of (string * [> `Enum of string ]) list ]) list ]) 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