Values.GetConnectorDefinitionVersionResponseSourceRetrieves information about a connector definition version, including the connectors that the version contains. Connectors are prebuilt modules that interact with local infrastructure, device protocols, AWS, and other cloud services.
type nonrec t = {arn : string option;The ARN of the connector definition version.
*)creationTimestamp : string option;The time, in milliseconds since the epoch, when the connector definition version was created.
*)definition : ConnectorDefinitionVersion.t option;Information about the connector definition version.
*)id : string option;The ID of the connector definition version.
*)nextToken : string option;The token for the next set of results, or ''null'' if there are no additional results.
*)version : string option;The version of the connector definition version.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `Unknown_operation_error of string * string option ]