Module Awso_lex_models.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | CreateBotVersion : (Values.CreateBotVersionRequest.t, Values.CreateBotVersionResponse.t, Values.CreateBotVersionResponse.error) t
  2. | CreateIntentVersion : (Values.CreateIntentVersionRequest.t, Values.CreateIntentVersionResponse.t, Values.CreateIntentVersionResponse.error) t
  3. | CreateSlotTypeVersion : (Values.CreateSlotTypeVersionRequest.t, Values.CreateSlotTypeVersionResponse.t, Values.CreateSlotTypeVersionResponse.error) t
  4. | DeleteBot : (Values.DeleteBotRequest.t, unit, unit) t
  5. | DeleteBotAlias : (Values.DeleteBotAliasRequest.t, unit, unit) t
  6. | DeleteBotChannelAssociation : (Values.DeleteBotChannelAssociationRequest.t, unit, unit) t
  7. | DeleteBotVersion : (Values.DeleteBotVersionRequest.t, unit, unit) t
  8. | DeleteIntent : (Values.DeleteIntentRequest.t, unit, unit) t
  9. | DeleteIntentVersion : (Values.DeleteIntentVersionRequest.t, unit, unit) t
  10. | DeleteSlotType : (Values.DeleteSlotTypeRequest.t, unit, unit) t
  11. | DeleteSlotTypeVersion : (Values.DeleteSlotTypeVersionRequest.t, unit, unit) t
  12. | DeleteUtterances : (Values.DeleteUtterancesRequest.t, unit, unit) t
  13. | GetBot : (Values.GetBotRequest.t, Values.GetBotResponse.t, Values.GetBotResponse.error) t
  14. | GetBotAlias : (Values.GetBotAliasRequest.t, Values.GetBotAliasResponse.t, Values.GetBotAliasResponse.error) t
  15. | GetBotAliases : (Values.GetBotAliasesRequest.t, Values.GetBotAliasesResponse.t, Values.GetBotAliasesResponse.error) t
  16. | GetBotChannelAssociation : (Values.GetBotChannelAssociationRequest.t, Values.GetBotChannelAssociationResponse.t, Values.GetBotChannelAssociationResponse.error) t
  17. | GetBotChannelAssociations : (Values.GetBotChannelAssociationsRequest.t, Values.GetBotChannelAssociationsResponse.t, Values.GetBotChannelAssociationsResponse.error) t
  18. | GetBotVersions : (Values.GetBotVersionsRequest.t, Values.GetBotVersionsResponse.t, Values.GetBotVersionsResponse.error) t
  19. | GetBots : (Values.GetBotsRequest.t, Values.GetBotsResponse.t, Values.GetBotsResponse.error) t
  20. | GetBuiltinIntent : (Values.GetBuiltinIntentRequest.t, Values.GetBuiltinIntentResponse.t, Values.GetBuiltinIntentResponse.error) t
  21. | GetBuiltinIntents : (Values.GetBuiltinIntentsRequest.t, Values.GetBuiltinIntentsResponse.t, Values.GetBuiltinIntentsResponse.error) t
  22. | GetBuiltinSlotTypes : (Values.GetBuiltinSlotTypesRequest.t, Values.GetBuiltinSlotTypesResponse.t, Values.GetBuiltinSlotTypesResponse.error) t
  23. | GetExport : (Values.GetExportRequest.t, Values.GetExportResponse.t, Values.GetExportResponse.error) t
  24. | GetImport : (Values.GetImportRequest.t, Values.GetImportResponse.t, Values.GetImportResponse.error) t
  25. | GetIntent : (Values.GetIntentRequest.t, Values.GetIntentResponse.t, Values.GetIntentResponse.error) t
  26. | GetIntentVersions : (Values.GetIntentVersionsRequest.t, Values.GetIntentVersionsResponse.t, Values.GetIntentVersionsResponse.error) t
  27. | GetIntents : (Values.GetIntentsRequest.t, Values.GetIntentsResponse.t, Values.GetIntentsResponse.error) t
  28. | GetMigration : (Values.GetMigrationRequest.t, Values.GetMigrationResponse.t, Values.GetMigrationResponse.error) t
  29. | GetMigrations : (Values.GetMigrationsRequest.t, Values.GetMigrationsResponse.t, Values.GetMigrationsResponse.error) t
  30. | GetSlotType : (Values.GetSlotTypeRequest.t, Values.GetSlotTypeResponse.t, Values.GetSlotTypeResponse.error) t
  31. | GetSlotTypeVersions : (Values.GetSlotTypeVersionsRequest.t, Values.GetSlotTypeVersionsResponse.t, Values.GetSlotTypeVersionsResponse.error) t
  32. | GetSlotTypes : (Values.GetSlotTypesRequest.t, Values.GetSlotTypesResponse.t, Values.GetSlotTypesResponse.error) t
  33. | GetUtterancesView : (Values.GetUtterancesViewRequest.t, Values.GetUtterancesViewResponse.t, Values.GetUtterancesViewResponse.error) t
  34. | ListTagsForResource : (Values.ListTagsForResourceRequest.t, Values.ListTagsForResourceResponse.t, Values.ListTagsForResourceResponse.error) t
  35. | PutBot : (Values.PutBotRequest.t, Values.PutBotResponse.t, Values.PutBotResponse.error) t
  36. | PutBotAlias : (Values.PutBotAliasRequest.t, Values.PutBotAliasResponse.t, Values.PutBotAliasResponse.error) t
  37. | PutIntent : (Values.PutIntentRequest.t, Values.PutIntentResponse.t, Values.PutIntentResponse.error) t
  38. | PutSlotType : (Values.PutSlotTypeRequest.t, Values.PutSlotTypeResponse.t, Values.PutSlotTypeResponse.error) t
  39. | StartImport : (Values.StartImportRequest.t, Values.StartImportResponse.t, Values.StartImportResponse.error) t
  40. | StartMigration : (Values.StartMigrationRequest.t, Values.StartMigrationResponse.t, Values.StartMigrationResponse.error) t
  41. | TagResource : (Values.TagResourceRequest.t, Values.TagResourceResponse.t, Values.TagResourceResponse.error) t
  42. | UntagResource : (Values.UntagResourceRequest.t, Values.UntagResourceResponse.t, Values.UntagResourceResponse.error) t
Sourceval method_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> [> `DELETE | `GET | `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