Values.ApiDestinationSourceContains details about an API destination.
type nonrec t = {apiDestinationArn : ApiDestinationArn.t option;The ARN of the API destination.
*)name : ApiDestinationName.t option;The name of the API destination.
*)apiDestinationState : ApiDestinationState.t option;The state of the API destination.
*)connectionArn : ConnectionArn.t option;The ARN of the connection specified for the API destination.
*)invocationEndpoint : HttpsEndpoint.t option;The URL to the endpoint for the API destination.
*)httpMethod : ApiDestinationHttpMethod.t option;The method to use to connect to the HTTP endpoint.
*)invocationRateLimitPerSecond : ApiDestinationInvocationRateLimitPerSecond.t
option;The maximum number of invocations per second to send to the HTTP endpoint.
*)creationTime : Timestamp.t option;A time stamp for the time that the API destination was created.
*)lastModifiedTime : Timestamp.t option;A time stamp for the time that the API destination was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of ApiDestinationInvocationRateLimitPerSecond.t
| `String of ApiDestinationArn.t
| `Timestamp of Timestamp.t ])
list ]