Awso_schemas_lwtSourceval create_discoverer :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.CreateDiscovererRequest.t ->
(Awso_schemas.Values.CreateDiscovererResponse.t,
Awso_schemas.Values.CreateDiscovererResponse.error)
Result.t
Lwt.tval create_registry :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.CreateRegistryRequest.t ->
(Awso_schemas.Values.CreateRegistryResponse.t,
Awso_schemas.Values.CreateRegistryResponse.error)
Result.t
Lwt.tval create_schema :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.CreateSchemaRequest.t ->
(Awso_schemas.Values.CreateSchemaResponse.t,
Awso_schemas.Values.CreateSchemaResponse.error)
Result.t
Lwt.tval delete_discoverer :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.DeleteDiscovererRequest.t ->
(unit, unit) Result.t Lwt.tval delete_registry :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.DeleteRegistryRequest.t ->
(unit, unit) Result.t Lwt.tval delete_resource_policy :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.DeleteResourcePolicyRequest.t ->
(unit, unit) Result.t Lwt.tval delete_schema :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.DeleteSchemaRequest.t ->
(unit, unit) Result.t Lwt.tval delete_schema_version :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.DeleteSchemaVersionRequest.t ->
(unit, unit) Result.t Lwt.tval describe_code_binding :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.DescribeCodeBindingRequest.t ->
(Awso_schemas.Values.DescribeCodeBindingResponse.t,
Awso_schemas.Values.DescribeCodeBindingResponse.error)
Result.t
Lwt.tval describe_discoverer :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.DescribeDiscovererRequest.t ->
(Awso_schemas.Values.DescribeDiscovererResponse.t,
Awso_schemas.Values.DescribeDiscovererResponse.error)
Result.t
Lwt.tval describe_registry :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.DescribeRegistryRequest.t ->
(Awso_schemas.Values.DescribeRegistryResponse.t,
Awso_schemas.Values.DescribeRegistryResponse.error)
Result.t
Lwt.tval describe_schema :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.DescribeSchemaRequest.t ->
(Awso_schemas.Values.DescribeSchemaResponse.t,
Awso_schemas.Values.DescribeSchemaResponse.error)
Result.t
Lwt.tval export_schema :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.ExportSchemaRequest.t ->
(Awso_schemas.Values.ExportSchemaResponse.t,
Awso_schemas.Values.ExportSchemaResponse.error)
Result.t
Lwt.tval get_code_binding_source :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.GetCodeBindingSourceRequest.t ->
(Awso_schemas.Values.GetCodeBindingSourceResponse.t,
Awso_schemas.Values.GetCodeBindingSourceResponse.error)
Result.t
Lwt.tval get_discovered_schema :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.GetDiscoveredSchemaRequest.t ->
(Awso_schemas.Values.GetDiscoveredSchemaResponse.t,
Awso_schemas.Values.GetDiscoveredSchemaResponse.error)
Result.t
Lwt.tval get_resource_policy :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.GetResourcePolicyRequest.t ->
(Awso_schemas.Values.GetResourcePolicyResponse.t,
Awso_schemas.Values.GetResourcePolicyResponse.error)
Result.t
Lwt.tval list_discoverers :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.ListDiscoverersRequest.t ->
(Awso_schemas.Values.ListDiscoverersResponse.t,
Awso_schemas.Values.ListDiscoverersResponse.error)
Result.t
Lwt.tval list_registries :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.ListRegistriesRequest.t ->
(Awso_schemas.Values.ListRegistriesResponse.t,
Awso_schemas.Values.ListRegistriesResponse.error)
Result.t
Lwt.tval list_schema_versions :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.ListSchemaVersionsRequest.t ->
(Awso_schemas.Values.ListSchemaVersionsResponse.t,
Awso_schemas.Values.ListSchemaVersionsResponse.error)
Result.t
Lwt.tval list_schemas :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.ListSchemasRequest.t ->
(Awso_schemas.Values.ListSchemasResponse.t,
Awso_schemas.Values.ListSchemasResponse.error)
Result.t
Lwt.tval list_tags_for_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.ListTagsForResourceRequest.t ->
(Awso_schemas.Values.ListTagsForResourceResponse.t,
Awso_schemas.Values.ListTagsForResourceResponse.error)
Result.t
Lwt.tval put_code_binding :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.PutCodeBindingRequest.t ->
(Awso_schemas.Values.PutCodeBindingResponse.t,
Awso_schemas.Values.PutCodeBindingResponse.error)
Result.t
Lwt.tval put_resource_policy :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.PutResourcePolicyRequest.t ->
(Awso_schemas.Values.PutResourcePolicyResponse.t,
Awso_schemas.Values.PutResourcePolicyResponse.error)
Result.t
Lwt.tval search_schemas :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.SearchSchemasRequest.t ->
(Awso_schemas.Values.SearchSchemasResponse.t,
Awso_schemas.Values.SearchSchemasResponse.error)
Result.t
Lwt.tval start_discoverer :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.StartDiscovererRequest.t ->
(Awso_schemas.Values.StartDiscovererResponse.t,
Awso_schemas.Values.StartDiscovererResponse.error)
Result.t
Lwt.tval stop_discoverer :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.StopDiscovererRequest.t ->
(Awso_schemas.Values.StopDiscovererResponse.t,
Awso_schemas.Values.StopDiscovererResponse.error)
Result.t
Lwt.tval tag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.TagResourceRequest.t ->
(unit, unit) Result.t Lwt.tval untag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.UntagResourceRequest.t ->
(unit, unit) Result.t Lwt.tval update_discoverer :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.UpdateDiscovererRequest.t ->
(Awso_schemas.Values.UpdateDiscovererResponse.t,
Awso_schemas.Values.UpdateDiscovererResponse.error)
Result.t
Lwt.tval update_registry :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.UpdateRegistryRequest.t ->
(Awso_schemas.Values.UpdateRegistryResponse.t,
Awso_schemas.Values.UpdateRegistryResponse.error)
Result.t
Lwt.tval update_schema :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_schemas.Values.UpdateSchemaRequest.t ->
(Awso_schemas.Values.UpdateSchemaResponse.t,
Awso_schemas.Values.UpdateSchemaResponse.error)
Result.t
Lwt.tinclude module type of struct include Awso_schemas.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]A summary of schema details.
module GetDiscoveredSchemaVersionItemInput =
Awso_schemas.Values.GetDiscoveredSchemaVersionItemInputUpdates the schema definition Inactive schemas will be deleted after two years.
Updates the schema definition Inactive schemas will be deleted after two years.
Updates a registry.
Updates the registry.
Updates the discoverer
Updates the discoverer
Removes tags from a resource.
Stops the discoverer
Stops the discoverer
Starts the discoverer
Starts the discoverer
Search the schemas
Search the schemas
The name of the policy.
The name of the policy.
The resource-based policy.
Only update the policy if the revision ID matches the ID that's specified. Use this option to avoid modifying a policy that has changed since you last read it.
Put code binding URI
Put code binding URI
Get tags for resource.
Get tags for resource.
List the schemas.
List the schemas.
Provides a list of the schema versions and related information.
Provides a list of the schema versions and related information.
List the registries.
List the registries.
List the registries.
List the discoverers.
List the discoverers.
Retrieves the resource-based policy attached to a given registry.
Retrieves the resource-based policy attached to a given registry.
Information about the policy.
Get the discovered schema that was generated based on sampled events.
Get the discovered schema that was generated based on sampled events.
Get the code binding source URI.
Get the code binding source URI.
Retrieve the schema definition.
Retrieve the schema definition.
Describes the registry.
Describes the registry.
Describes the discoverer.
Describes the discoverer.
Describe the code binding URI.
Describe the code binding URI.
Delete the schema version definition
Delete a schema definition.
Delete the resource-based policy attached to the specified registry.
Deletes a Registry.
Deletes a discoverer.
Creates a schema definition. Inactive schemas will be deleted after two years.
Creates a schema definition. Inactive schemas will be deleted after two years.
Creates a registry.
Creates a registry.
Creates a discoverer.