Values.DescribeApiDestinationResponseSourceRetrieves details about an API destination.
type nonrec t = {apiDestinationArn : ApiDestinationArn.t option;The ARN of the API destination retrieved.
*)name : ApiDestinationName.t option;The name of the API destination retrieved.
*)description : ApiDestinationDescription.t option;The description for the API destination retrieved.
*)apiDestinationState : ApiDestinationState.t option;The state of the API destination retrieved.
*)connectionArn : ConnectionArn.t option;The ARN of the connection specified for the API destination retrieved.
*)invocationEndpoint : HttpsEndpoint.t option;The URL to use to connect to the HTTP endpoint.
*)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 specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours.
*)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.
*)}type nonrec error = [ | `InternalException of InternalException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of ApiDestinationInvocationRateLimitPerSecond.t
| `String of ApiDestinationArn.t
| `Timestamp of Timestamp.t ])
list ]