Module Awso_lex_models.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | CreateBotVersion : (Values.CreateBotVersionRequest.t,
Values.CreateBotVersionResponse.t,
Values.CreateBotVersionResponse.error)
t| CreateIntentVersion : (Values.CreateIntentVersionRequest.t,
Values.CreateIntentVersionResponse.t,
Values.CreateIntentVersionResponse.error)
t| CreateSlotTypeVersion : (Values.CreateSlotTypeVersionRequest.t,
Values.CreateSlotTypeVersionResponse.t,
Values.CreateSlotTypeVersionResponse.error)
t| DeleteBot : (Values.DeleteBotRequest.t, unit, unit) t| DeleteBotAlias : (Values.DeleteBotAliasRequest.t, unit, unit) t| DeleteBotChannelAssociation : (Values.DeleteBotChannelAssociationRequest.t,
unit,
unit)
t| DeleteBotVersion : (Values.DeleteBotVersionRequest.t, unit, unit) t| DeleteIntent : (Values.DeleteIntentRequest.t, unit, unit) t| DeleteIntentVersion : (Values.DeleteIntentVersionRequest.t, unit, unit) t| DeleteSlotType : (Values.DeleteSlotTypeRequest.t, unit, unit) t| DeleteSlotTypeVersion : (Values.DeleteSlotTypeVersionRequest.t, unit, unit) t| DeleteUtterances : (Values.DeleteUtterancesRequest.t, unit, unit) t| GetBot : (Values.GetBotRequest.t,
Values.GetBotResponse.t,
Values.GetBotResponse.error)
t| GetBotAlias : (Values.GetBotAliasRequest.t,
Values.GetBotAliasResponse.t,
Values.GetBotAliasResponse.error)
t| GetBotAliases : (Values.GetBotAliasesRequest.t,
Values.GetBotAliasesResponse.t,
Values.GetBotAliasesResponse.error)
t| GetBotChannelAssociation : (Values.GetBotChannelAssociationRequest.t,
Values.GetBotChannelAssociationResponse.t,
Values.GetBotChannelAssociationResponse.error)
t| GetBotChannelAssociations : (Values.GetBotChannelAssociationsRequest.t,
Values.GetBotChannelAssociationsResponse.t,
Values.GetBotChannelAssociationsResponse.error)
t| GetBotVersions : (Values.GetBotVersionsRequest.t,
Values.GetBotVersionsResponse.t,
Values.GetBotVersionsResponse.error)
t| GetBots : (Values.GetBotsRequest.t,
Values.GetBotsResponse.t,
Values.GetBotsResponse.error)
t| GetBuiltinIntent : (Values.GetBuiltinIntentRequest.t,
Values.GetBuiltinIntentResponse.t,
Values.GetBuiltinIntentResponse.error)
t| GetBuiltinIntents : (Values.GetBuiltinIntentsRequest.t,
Values.GetBuiltinIntentsResponse.t,
Values.GetBuiltinIntentsResponse.error)
t| GetBuiltinSlotTypes : (Values.GetBuiltinSlotTypesRequest.t,
Values.GetBuiltinSlotTypesResponse.t,
Values.GetBuiltinSlotTypesResponse.error)
t| GetExport : (Values.GetExportRequest.t,
Values.GetExportResponse.t,
Values.GetExportResponse.error)
t| GetImport : (Values.GetImportRequest.t,
Values.GetImportResponse.t,
Values.GetImportResponse.error)
t| GetIntent : (Values.GetIntentRequest.t,
Values.GetIntentResponse.t,
Values.GetIntentResponse.error)
t| GetIntentVersions : (Values.GetIntentVersionsRequest.t,
Values.GetIntentVersionsResponse.t,
Values.GetIntentVersionsResponse.error)
t| GetIntents : (Values.GetIntentsRequest.t,
Values.GetIntentsResponse.t,
Values.GetIntentsResponse.error)
t| GetMigration : (Values.GetMigrationRequest.t,
Values.GetMigrationResponse.t,
Values.GetMigrationResponse.error)
t| GetMigrations : (Values.GetMigrationsRequest.t,
Values.GetMigrationsResponse.t,
Values.GetMigrationsResponse.error)
t| GetSlotType : (Values.GetSlotTypeRequest.t,
Values.GetSlotTypeResponse.t,
Values.GetSlotTypeResponse.error)
t| GetSlotTypeVersions : (Values.GetSlotTypeVersionsRequest.t,
Values.GetSlotTypeVersionsResponse.t,
Values.GetSlotTypeVersionsResponse.error)
t| GetSlotTypes : (Values.GetSlotTypesRequest.t,
Values.GetSlotTypesResponse.t,
Values.GetSlotTypesResponse.error)
t| GetUtterancesView : (Values.GetUtterancesViewRequest.t,
Values.GetUtterancesViewResponse.t,
Values.GetUtterancesViewResponse.error)
t| ListTagsForResource : (Values.ListTagsForResourceRequest.t,
Values.ListTagsForResourceResponse.t,
Values.ListTagsForResourceResponse.error)
t| PutBot : (Values.PutBotRequest.t,
Values.PutBotResponse.t,
Values.PutBotResponse.error)
t| PutBotAlias : (Values.PutBotAliasRequest.t,
Values.PutBotAliasResponse.t,
Values.PutBotAliasResponse.error)
t| PutIntent : (Values.PutIntentRequest.t,
Values.PutIntentResponse.t,
Values.PutIntentResponse.error)
t| PutSlotType : (Values.PutSlotTypeRequest.t,
Values.PutSlotTypeResponse.t,
Values.PutSlotTypeResponse.error)
t| StartImport : (Values.StartImportRequest.t,
Values.StartImportResponse.t,
Values.StartImportResponse.error)
t| StartMigration : (Values.StartMigrationRequest.t,
Values.StartMigrationResponse.t,
Values.StartMigrationResponse.error)
t| TagResource : (Values.TagResourceRequest.t,
Values.TagResourceResponse.t,
Values.TagResourceResponse.error)
t| 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