Values.CreateConnectionResponseSourceCreates a connection. A connection defines the authorization type and credentials to use for authorization with an API destination HTTP endpoint. For more information, see Connections for endpoint targets in the Amazon EventBridge User Guide.
type nonrec t = {connectionArn : ConnectionArn.t option;The ARN of the connection that was created by the request.
*)connectionState : ConnectionState.t option;The state of the connection that was created by the request.
*)creationTime : Timestamp.t option;A time stamp for the time that the connection was created.
*)lastModifiedTime : Timestamp.t option;A time stamp for the time that the connection was last updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalException of InternalException.t| `LimitExceededException of LimitExceededException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `InternalException of unit
| `LimitExceededException of unit
| `ResourceAlreadyExistsException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `InternalException of unit
| `LimitExceededException of unit
| `ResourceAlreadyExistsException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ConnectionArn.t
| `Timestamp of Timestamp.t ])
list ]