Module Values.CreateConfigRequestSource

Input for the CreateConfig operation.

Sourcetype nonrec t = {
  1. name : SafeName.t;
    (*

    Name of a Config.

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

    Parameters of a Config.

    *)
  3. tags : TagsMap.t option;
    (*

    Tags assigned to a Config.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> name:SafeName.t -> configData:ConfigTypeData.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of SafeName.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