Values_2.UpdateConnectionRequestSourceUpdates a connection definition in the Data Catalog.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.
*)name : Values_0.NameString.t;The name of the connection definition to update.
*)connectionInput : Values_1.ConnectionInput.t;A ConnectionInput object that redefines the connection in question.
*)}val make :
?catalogId:??? ->
name:Values_0.NameString.t ->
connectionInput:Values_1.ConnectionInput.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.CatalogIdString.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `List of
[> `Enum of string | `String of Values_0.NameString.t ] list
| `Map of
([> `Enum of string | `String of string ]
* [> `String of Values_0.ValueString.t ])
list
| `String of Values_0.NameString.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of Values_0.NameString.t ] list
| `Map of
([> `String of string ] * [> `String of string ]) list
| `String of Values_0.NameString.t
| `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of string ] * [> `String of string ])
list
| `String of string
| `Structure of (string * [> `String of string ]) list ])
list ])
list ])
list ])
list ]