Module Awso_application_signals.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | BatchGetServiceLevelObjectiveBudgetReport : (Values.BatchGetServiceLevelObjectiveBudgetReportInput.t,
Values.BatchGetServiceLevelObjectiveBudgetReportOutput.t,
Values.BatchGetServiceLevelObjectiveBudgetReportOutput.error)
t| BatchUpdateExclusionWindows : (Values.BatchUpdateExclusionWindowsInput.t,
Values.BatchUpdateExclusionWindowsOutput.t,
Values.BatchUpdateExclusionWindowsOutput.error)
t| CreateServiceLevelObjective : (Values.CreateServiceLevelObjectiveInput.t,
Values.CreateServiceLevelObjectiveOutput.t,
Values.CreateServiceLevelObjectiveOutput.error)
t| DeleteGroupingConfiguration : (unit,
Values.DeleteGroupingConfigurationOutput.t,
Values.DeleteGroupingConfigurationOutput.error)
t| DeleteServiceLevelObjective : (Values.DeleteServiceLevelObjectiveInput.t,
Values.DeleteServiceLevelObjectiveOutput.t,
Values.DeleteServiceLevelObjectiveOutput.error)
t| GetService : (Values.GetServiceInput.t,
Values.GetServiceOutput.t,
Values.GetServiceOutput.error)
t| GetServiceLevelObjective : (Values.GetServiceLevelObjectiveInput.t,
Values.GetServiceLevelObjectiveOutput.t,
Values.GetServiceLevelObjectiveOutput.error)
t| ListAuditFindings : (Values.ListAuditFindingsInput.t,
Values.ListAuditFindingsOutput.t,
Values.ListAuditFindingsOutput.error)
t| ListEntityEvents : (Values.ListEntityEventsInput.t,
Values.ListEntityEventsOutput.t,
Values.ListEntityEventsOutput.error)
t| ListGroupingAttributeDefinitions : (Values.ListGroupingAttributeDefinitionsInput.t,
Values.ListGroupingAttributeDefinitionsOutput.t,
Values.ListGroupingAttributeDefinitionsOutput.error)
t| ListServiceDependencies : (Values.ListServiceDependenciesInput.t,
Values.ListServiceDependenciesOutput.t,
Values.ListServiceDependenciesOutput.error)
t| ListServiceDependents : (Values.ListServiceDependentsInput.t,
Values.ListServiceDependentsOutput.t,
Values.ListServiceDependentsOutput.error)
t| ListServiceLevelObjectiveExclusionWindows : (Values.ListServiceLevelObjectiveExclusionWindowsInput.t,
Values.ListServiceLevelObjectiveExclusionWindowsOutput.t,
Values.ListServiceLevelObjectiveExclusionWindowsOutput.error)
t| ListServiceLevelObjectives : (Values.ListServiceLevelObjectivesInput.t,
Values.ListServiceLevelObjectivesOutput.t,
Values.ListServiceLevelObjectivesOutput.error)
t| ListServiceOperations : (Values.ListServiceOperationsInput.t,
Values.ListServiceOperationsOutput.t,
Values.ListServiceOperationsOutput.error)
t| ListServiceStates : (Values.ListServiceStatesInput.t,
Values.ListServiceStatesOutput.t,
Values.ListServiceStatesOutput.error)
t| ListServices : (Values.ListServicesInput.t,
Values.ListServicesOutput.t,
Values.ListServicesOutput.error)
t| ListTagsForResource : (Values.ListTagsForResourceRequest.t,
Values.ListTagsForResourceResponse.t,
Values.ListTagsForResourceResponse.error)
t| PutGroupingConfiguration : (Values.PutGroupingConfigurationInput.t,
Values.PutGroupingConfigurationOutput.t,
Values.PutGroupingConfigurationOutput.error)
t| StartDiscovery : (Values.StartDiscoveryInput.t,
Values.StartDiscoveryOutput.t,
Values.StartDiscoveryOutput.error)
t| TagResource : (Values.TagResourceRequest.t,
Values.TagResourceResponse.t,
Values.TagResourceResponse.error)
t| UntagResource : (Values.UntagResourceRequest.t,
Values.UntagResourceResponse.t,
Values.UntagResourceResponse.error)
t| 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