Module Values_1.GetConnectionsResponseSource

Retrieves a list of connection definitions from the Data Catalog.

Sourcetype nonrec t = {
  1. connectionList : ConnectionList.t option;
    (*

    A list of requested connection definitions.

    *)
  2. nextToken : Token.t option;
    (*

    A continuation token, if the list of connections returned does not include the last of the filtered connections.

    *)
}
Sourcetype nonrec error = [
  1. | `EntityNotFoundException of Values_0.EntityNotFoundException.t
  2. | `GlueEncryptionException of Values_0.GlueEncryptionException.t
  3. | `InvalidInputException of Values_0.InvalidInputException.t
  4. | `OperationTimeoutException of Values_0.OperationTimeoutException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?connectionList:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `EntityNotFoundException of Values_0.EntityNotFoundException.t | `GlueEncryptionException of Values_0.GlueEncryptionException.t | `InvalidInputException of Values_0.InvalidInputException.t | `OperationTimeoutException of Values_0.OperationTimeoutException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `EntityNotFoundException of Values_0.EntityNotFoundException.t | `GlueEncryptionException of Values_0.GlueEncryptionException.t | `InvalidInputException of Values_0.InvalidInputException.t | `OperationTimeoutException of Values_0.OperationTimeoutException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Integer of ConnectionSchemaVersion.t | `List of [> `Enum of string | `String of Values_0.NameString.t ] list | `Map of ([> `Enum of string | `String of PropertyKey.t ] * [> `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 | `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 | `Timestamp of Values_0.Timestamp.t ]) list ] list | `String of Token.t ]) 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