Values_2.UpdateUsageProfileRequestSourceUpdate an Glue usage profile.
type nonrec t = {name : Values_0.NameString.t;The name of the usage profile.
*)description : Values_0.DescriptionString.t option;A description of the usage profile.
*)configuration : Values_1.ProfileConfiguration.t;A ProfileConfiguration object specifying the job and session values for the profile.
*)}val make :
?description:??? ->
name:Values_0.NameString.t ->
configuration:Values_1.ProfileConfiguration.t ->
unit ->
tval 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 ]