Values.CreateApiDestinationResponseSourceCreates an API destination, which is an HTTP invocation endpoint configured as a target for events. API destinations do not support private destinations, such as interface VPC endpoints. For more information, see API destinations in the EventBridge User Guide.
type nonrec t = {apiDestinationArn : ApiDestinationArn.t option;The ARN of the API destination that was created by the request.
*)apiDestinationState : ApiDestinationState.t option;The state of the API destination that was created by the request.
*)creationTime : Timestamp.t option;A time stamp indicating the time that the API destination was created.
*)lastModifiedTime : Timestamp.t option;A time stamp indicating the time that the API destination was last modified.
*)}type nonrec error = [ | `InternalException of InternalException.t| `LimitExceededException of LimitExceededException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalException of unit
| `LimitExceededException of unit
| `ResourceAlreadyExistsException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalException of unit
| `LimitExceededException of unit
| `ResourceAlreadyExistsException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ApiDestinationArn.t
| `Timestamp of Timestamp.t ])
list ]