Module Values.UpdateConfigRequestSource

Input for the UpdateConfig operation.

Sourcetype nonrec t = {
  1. configId : Uuid.t;
    (*

    UUID of a Config.

    *)
  2. name : SafeName.t;
    (*

    Name of a Config.

    *)
  3. configType : ConfigCapabilityType.t;
    (*

    Type of a Config.

    *)
  4. configData : ConfigTypeData.t;
    (*

    Parameters of a Config.

    *)
}
Sourceval context_ : string
Sourceval make : configId:Uuid.t -> name:SafeName.t -> configType:ConfigCapabilityType.t -> configData:ConfigTypeData.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Uuid.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `String of String_.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `String of JsonString.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `String of RoleArn.t ]) list ]) list ]) 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