Module Values.DescribeConnectorResponseSource

Describes the given custom connector registered in your Amazon Web Services account. This API can be used for custom connectors that are registered in your account and also for Amazon authored connectors.

Sourcetype nonrec t = {
  1. connectorConfiguration : ConnectorConfiguration.t option;
    (*

    Configuration info of all the connectors that the user requested.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerException of InternalServerException.t
  2. | `ResourceNotFoundException of ResourceNotFoundException.t
  3. | `ValidationException of ValidationException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?connectorConfiguration:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure 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_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