Module Awso_application_signals.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | BatchGetServiceLevelObjectiveBudgetReport : (Values.BatchGetServiceLevelObjectiveBudgetReportInput.t, Values.BatchGetServiceLevelObjectiveBudgetReportOutput.t, Values.BatchGetServiceLevelObjectiveBudgetReportOutput.error) t
  2. | BatchUpdateExclusionWindows : (Values.BatchUpdateExclusionWindowsInput.t, Values.BatchUpdateExclusionWindowsOutput.t, Values.BatchUpdateExclusionWindowsOutput.error) t
  3. | CreateServiceLevelObjective : (Values.CreateServiceLevelObjectiveInput.t, Values.CreateServiceLevelObjectiveOutput.t, Values.CreateServiceLevelObjectiveOutput.error) t
  4. | DeleteGroupingConfiguration : (unit, Values.DeleteGroupingConfigurationOutput.t, Values.DeleteGroupingConfigurationOutput.error) t
  5. | DeleteServiceLevelObjective : (Values.DeleteServiceLevelObjectiveInput.t, Values.DeleteServiceLevelObjectiveOutput.t, Values.DeleteServiceLevelObjectiveOutput.error) t
  6. | GetService : (Values.GetServiceInput.t, Values.GetServiceOutput.t, Values.GetServiceOutput.error) t
  7. | GetServiceLevelObjective : (Values.GetServiceLevelObjectiveInput.t, Values.GetServiceLevelObjectiveOutput.t, Values.GetServiceLevelObjectiveOutput.error) t
  8. | ListAuditFindings : (Values.ListAuditFindingsInput.t, Values.ListAuditFindingsOutput.t, Values.ListAuditFindingsOutput.error) t
  9. | ListEntityEvents : (Values.ListEntityEventsInput.t, Values.ListEntityEventsOutput.t, Values.ListEntityEventsOutput.error) t
  10. | ListGroupingAttributeDefinitions : (Values.ListGroupingAttributeDefinitionsInput.t, Values.ListGroupingAttributeDefinitionsOutput.t, Values.ListGroupingAttributeDefinitionsOutput.error) t
  11. | ListServiceDependencies : (Values.ListServiceDependenciesInput.t, Values.ListServiceDependenciesOutput.t, Values.ListServiceDependenciesOutput.error) t
  12. | ListServiceDependents : (Values.ListServiceDependentsInput.t, Values.ListServiceDependentsOutput.t, Values.ListServiceDependentsOutput.error) t
  13. | ListServiceLevelObjectiveExclusionWindows : (Values.ListServiceLevelObjectiveExclusionWindowsInput.t, Values.ListServiceLevelObjectiveExclusionWindowsOutput.t, Values.ListServiceLevelObjectiveExclusionWindowsOutput.error) t
  14. | ListServiceLevelObjectives : (Values.ListServiceLevelObjectivesInput.t, Values.ListServiceLevelObjectivesOutput.t, Values.ListServiceLevelObjectivesOutput.error) t
  15. | ListServiceOperations : (Values.ListServiceOperationsInput.t, Values.ListServiceOperationsOutput.t, Values.ListServiceOperationsOutput.error) t
  16. | ListServiceStates : (Values.ListServiceStatesInput.t, Values.ListServiceStatesOutput.t, Values.ListServiceStatesOutput.error) t
  17. | ListServices : (Values.ListServicesInput.t, Values.ListServicesOutput.t, Values.ListServicesOutput.error) t
  18. | ListTagsForResource : (Values.ListTagsForResourceRequest.t, Values.ListTagsForResourceResponse.t, Values.ListTagsForResourceResponse.error) t
  19. | PutGroupingConfiguration : (Values.PutGroupingConfigurationInput.t, Values.PutGroupingConfigurationOutput.t, Values.PutGroupingConfigurationOutput.error) t
  20. | StartDiscovery : (Values.StartDiscoveryInput.t, Values.StartDiscoveryOutput.t, Values.StartDiscoveryOutput.error) t
  21. | TagResource : (Values.TagResourceRequest.t, Values.TagResourceResponse.t, Values.TagResourceResponse.error) t
  22. | UntagResource : (Values.UntagResourceRequest.t, Values.UntagResourceResponse.t, Values.UntagResourceResponse.error) t
  23. | UpdateServiceLevelObjective : (Values.UpdateServiceLevelObjectiveInput.t, Values.UpdateServiceLevelObjectiveOutput.t, Values.UpdateServiceLevelObjectiveOutput.error) t
Sourceval method_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> [> `DELETE | `GET | `PATCH | `POST | `PUT ]
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