Values_2.UpdateDevEndpointRequestSourceUpdates a specified development endpoint.
type nonrec t = {endpointName : Values_0.GenericString.t;The name of the DevEndpoint to be updated.
*)publicKey : Values_0.GenericString.t option;The public key for the DevEndpoint to use.
*)addPublicKeys : Values_0.PublicKeysList.t option;The list of public keys for the DevEndpoint to use.
*)deletePublicKeys : Values_0.PublicKeysList.t option;The list of public keys to be deleted from the DevEndpoint.
*)customLibraries : Values_1.DevEndpointCustomLibraries.t option;Custom Python or Java libraries to be loaded in the DevEndpoint.
*)updateEtlLibraries : Values_0.BooleanValue.t option;True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False if otherwise.
*)deleteArguments : Values_0.StringList.t option;The list of argument keys to be deleted from the map of arguments used to configure the DevEndpoint.
*)addArguments : Values_0.MapValue.t option;The map of arguments to add the map of arguments used to configure the DevEndpoint. Valid arguments are: "--enable-glue-datacatalog": "" You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.
*)}val make :
?publicKey:??? ->
?addPublicKeys:??? ->
?deletePublicKeys:??? ->
?customLibraries:??? ->
?updateEtlLibraries:??? ->
?deleteArguments:??? ->
?addArguments:??? ->
endpointName:Values_0.GenericString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.BooleanValue.t
| `List of [> `String of string ] list
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.GenericString.t
| `Structure of
(string * [> `String of Values_0.GenericString.t ]) list ])
list ]