View Source AWS.Schemas (aws-elixir v1.0.4)
Amazon EventBridge Schema Registry
Link to this section Summary
Functions
Creates a discoverer.
Creates a registry.
Creates a schema definition.
Deletes a discoverer.
Deletes a Registry.
Delete the resource-based policy attached to the specified registry.
Delete a schema definition.
Delete the schema version definition
Describe the code binding URI.
Describes the discoverer.
Describes the registry.
Retrieve the schema definition.
Get the code binding source URI.
Get the discovered schema that was generated based on sampled events.
Retrieves the resource-based policy attached to a given registry.
List the discoverers.
List the registries.
Provides a list of the schema versions and related information.
List the schemas.
Get tags for resource.
Put code binding URI
The name of the policy.
Search the schemas
Starts the discoverer
Stops the discoverer
Add tags to a resource.
Removes tags from a resource.
Updates the discoverer
Updates a registry.
Updates the schema definition
Link to this section Functions
Creates a discoverer.
Creates a registry.
create_schema(client, registry_name, schema_name, input, options \\ [])
View SourceCreates a schema definition.
Inactive schemas will be deleted after two years.
Deletes a discoverer.
Deletes a Registry.
Delete the resource-based policy attached to the specified registry.
delete_schema(client, registry_name, schema_name, input, options \\ [])
View SourceDelete a schema definition.
delete_schema_version(client, registry_name, schema_name, schema_version, input, options \\ [])
View SourceDelete the schema version definition
describe_code_binding(client, language, registry_name, schema_name, schema_version \\ nil, options \\ [])
View SourceDescribe the code binding URI.
Describes the discoverer.
Describes the registry.
describe_schema(client, registry_name, schema_name, schema_version \\ nil, options \\ [])
View SourceRetrieve the schema definition.
export_schema(client, registry_name, schema_name, schema_version \\ nil, type, options \\ [])
View Sourceget_code_binding_source(client, language, registry_name, schema_name, schema_version \\ nil, options \\ [])
View SourceGet the code binding source URI.
Get the discovered schema that was generated based on sampled events.
Retrieves the resource-based policy attached to a given registry.
list_discoverers(client, discoverer_id_prefix \\ nil, limit \\ nil, next_token \\ nil, source_arn_prefix \\ nil, options \\ [])
View SourceList the discoverers.
list_registries(client, limit \\ nil, next_token \\ nil, registry_name_prefix \\ nil, scope \\ nil, options \\ [])
View SourceList the registries.
list_schema_versions(client, registry_name, schema_name, limit \\ nil, next_token \\ nil, options \\ [])
View SourceProvides a list of the schema versions and related information.
list_schemas(client, registry_name, limit \\ nil, next_token \\ nil, schema_name_prefix \\ nil, options \\ [])
View SourceList the schemas.
Get tags for resource.
put_code_binding(client, language, registry_name, schema_name, input, options \\ [])
View SourcePut code binding URI
The name of the policy.
search_schemas(client, registry_name, keywords, limit \\ nil, next_token \\ nil, options \\ [])
View SourceSearch the schemas
Starts the discoverer
Stops the discoverer
Add tags to a resource.
Removes tags from a resource.
Updates the discoverer
Updates a registry.
update_schema(client, registry_name, schema_name, input, options \\ [])
View SourceUpdates the schema definition
Inactive schemas will be deleted after two years.