Module Values_2.UpdateUsageProfileRequestSource

Update an Glue usage profile.

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

    The name of the usage profile.

    *)
  2. description : Values_0.DescriptionString.t option;
    (*

    A description of the usage profile.

    *)
  3. configuration : Values_1.ProfileConfiguration.t;
    (*

    A ProfileConfiguration object specifying the job and session values for the profile.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> name:Values_0.NameString.t -> configuration:Values_1.ProfileConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.NameString.t | `Structure of (string * [> `Map of ([> `String of Values_0.NameString.t ] * [> `Structure of (string * [> `List of [> `String of string ] list | `String of Values_0.ConfigValueString.t ]) 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