Module Values.ConnectorConfigurationsMapSource

Sourceval make : 'a -> 'a
Sourceval of_header : (Base.String.t * string) list -> 'a list
Sourceval to_value : (ConnectorType.t * ConnectorConfiguration.t) list -> [> `Map of ([> `Enum of string ] * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Enum of string | `String of ConnectorMode.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `String of ConnectorSuppliedValue.t ] list | `String of Key.t ]) list ] list | `String of ConnectorLabel.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of ConnectorSuppliedValue.t ] list | `String of Key.t ]) list ] list | `String of CustomAuthenticationType.t ]) list ] list | `Structure of (string * [> `List of [> `Enum of string | `String of OAuthScope.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `String of ConnectorSuppliedValue.t ] list | `String of Key.t ]) list ] list | `String of ARN.t ]) list ]) list | `Timestamp of Date.t ]) list ]) list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : 'a -> 'b