Values.CreateConnectorDefinitionRequestSourceCreates a connector definition. You may provide the initial version of the connector definition now or use ''CreateConnectorDefinitionVersion'' at a later time.
type nonrec t = {amznClientToken : string option;A client token used to correlate requests and responses.
*)initialVersion : ConnectorDefinitionVersion.t option;Information about the initial version of the connector definition.
*)name : string option;The name of the connector definition.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of ([> `String of string ] * [> `String of string ]) list
| `String of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of string ]
* [> `String of string ])
list
| `String of string ])
list ]
list ])
list ])
list ]