Smaws_Client_EventBridge.CreateApiDestination
val request :
Smaws_Lib.Context.t ->
create_api_destination_request ->
(create_api_destination_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalException of internal_exception
| `LimitExceededException of limit_exceeded_exception
| `ResourceAlreadyExistsException of resource_already_exists_exception
| `ResourceNotFoundException of resource_not_found_exception ])
Stdlib.result
Creates 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.