Module Awso_appintegrations.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | CreateApplication : (Values.CreateApplicationRequest.t, Values.CreateApplicationResponse.t, Values.CreateApplicationResponse.error) t
  2. | CreateDataIntegration : (Values.CreateDataIntegrationRequest.t, Values.CreateDataIntegrationResponse.t, Values.CreateDataIntegrationResponse.error) t
  3. | CreateDataIntegrationAssociation : (Values.CreateDataIntegrationAssociationRequest.t, Values.CreateDataIntegrationAssociationResponse.t, Values.CreateDataIntegrationAssociationResponse.error) t
  4. | CreateEventIntegration : (Values.CreateEventIntegrationRequest.t, Values.CreateEventIntegrationResponse.t, Values.CreateEventIntegrationResponse.error) t
  5. | DeleteApplication : (Values.DeleteApplicationRequest.t, Values.DeleteApplicationResponse.t, Values.DeleteApplicationResponse.error) t
  6. | DeleteDataIntegration : (Values.DeleteDataIntegrationRequest.t, Values.DeleteDataIntegrationResponse.t, Values.DeleteDataIntegrationResponse.error) t
  7. | DeleteEventIntegration : (Values.DeleteEventIntegrationRequest.t, Values.DeleteEventIntegrationResponse.t, Values.DeleteEventIntegrationResponse.error) t
  8. | GetApplication : (Values.GetApplicationRequest.t, Values.GetApplicationResponse.t, Values.GetApplicationResponse.error) t
  9. | GetDataIntegration : (Values.GetDataIntegrationRequest.t, Values.GetDataIntegrationResponse.t, Values.GetDataIntegrationResponse.error) t
  10. | GetEventIntegration : (Values.GetEventIntegrationRequest.t, Values.GetEventIntegrationResponse.t, Values.GetEventIntegrationResponse.error) t
  11. | ListApplicationAssociations : (Values.ListApplicationAssociationsRequest.t, Values.ListApplicationAssociationsResponse.t, Values.ListApplicationAssociationsResponse.error) t
  12. | ListApplications : (Values.ListApplicationsRequest.t, Values.ListApplicationsResponse.t, Values.ListApplicationsResponse.error) t
  13. | ListDataIntegrationAssociations : (Values.ListDataIntegrationAssociationsRequest.t, Values.ListDataIntegrationAssociationsResponse.t, Values.ListDataIntegrationAssociationsResponse.error) t
  14. | ListDataIntegrations : (Values.ListDataIntegrationsRequest.t, Values.ListDataIntegrationsResponse.t, Values.ListDataIntegrationsResponse.error) t
  15. | ListEventIntegrationAssociations : (Values.ListEventIntegrationAssociationsRequest.t, Values.ListEventIntegrationAssociationsResponse.t, Values.ListEventIntegrationAssociationsResponse.error) t
  16. | ListEventIntegrations : (Values.ListEventIntegrationsRequest.t, Values.ListEventIntegrationsResponse.t, Values.ListEventIntegrationsResponse.error) t
  17. | ListTagsForResource : (Values.ListTagsForResourceRequest.t, Values.ListTagsForResourceResponse.t, Values.ListTagsForResourceResponse.error) t
  18. | TagResource : (Values.TagResourceRequest.t, Values.TagResourceResponse.t, Values.TagResourceResponse.error) t
  19. | UntagResource : (Values.UntagResourceRequest.t, Values.UntagResourceResponse.t, Values.UntagResourceResponse.error) t
  20. | UpdateApplication : (Values.UpdateApplicationRequest.t, Values.UpdateApplicationResponse.t, Values.UpdateApplicationResponse.error) t
  21. | UpdateDataIntegration : (Values.UpdateDataIntegrationRequest.t, Values.UpdateDataIntegrationResponse.t, Values.UpdateDataIntegrationResponse.error) t
  22. | UpdateDataIntegrationAssociation : (Values.UpdateDataIntegrationAssociationRequest.t, Values.UpdateDataIntegrationAssociationResponse.t, Values.UpdateDataIntegrationAssociationResponse.error) t
  23. | UpdateEventIntegration : (Values.UpdateEventIntegrationRequest.t, Values.UpdateEventIntegrationResponse.t, Values.UpdateEventIntegrationResponse.error) t
Sourceval method_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> [> `DELETE | `GET | `PATCH | `POST ]
Sourceval uri_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> 'i -> Uri.t
Sourceval to_request : ('i, 'o, 'e) t -> 'i -> Awso.Http.Request.t
Sourceval of_response : ('i, 'o, 'e) t -> Awso.Http.Response.t -> ('o, 'e) result