Values_1.CreateConnectionResponseSourceCreates a connection definition in the Data Catalog. Connections used for creating federated resources require the IAM glue:PassConnection permission.
type nonrec t = {createConnectionStatus : ConnectionStatus.t option;The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.
*)}type nonrec error = [ | `AlreadyExistsException of Values_0.AlreadyExistsException.t| `GlueEncryptionException of Values_0.GlueEncryptionException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `ResourceNumberLimitExceededException of
Values_0.ResourceNumberLimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AlreadyExistsException of Values_0.AlreadyExistsException.t
| `GlueEncryptionException of Values_0.GlueEncryptionException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `ResourceNumberLimitExceededException of
Values_0.ResourceNumberLimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AlreadyExistsException of Values_0.AlreadyExistsException.t
| `GlueEncryptionException of Values_0.GlueEncryptionException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `ResourceNumberLimitExceededException of
Values_0.ResourceNumberLimitExceededException.t
| `Unknown_operation_error of string * string option ]