View Source aws_schemas (aws v1.0.4)

Amazon EventBridge Schema Registry

Summary

Functions

Creates a discoverer.
Delete the resource-based policy attached to the specified registry.
Describes the discoverer.
Describes the registry.
Retrieve the schema definition.
Exports a schema to a different specification.
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.
The name of the policy.
Removes tags from a resource.

Functions

Link to this function

create_discoverer(Client, Input)

View Source
Creates a discoverer.
Link to this function

create_discoverer(Client, Input0, Options0)

View Source
Link to this function

create_registry(Client, RegistryName, Input)

View Source
Creates a registry.
Link to this function

create_registry(Client, RegistryName, Input0, Options0)

View Source
Link to this function

create_schema(Client, RegistryName, SchemaName, Input)

View Source

Creates a schema definition.

Inactive schemas will be deleted after two years.
Link to this function

create_schema(Client, RegistryName, SchemaName, Input0, Options0)

View Source
Link to this function

delete_discoverer(Client, DiscovererId, Input)

View Source
Deletes a discoverer.
Link to this function

delete_discoverer(Client, DiscovererId, Input0, Options0)

View Source
Link to this function

delete_registry(Client, RegistryName, Input)

View Source
Deletes a Registry.
Link to this function

delete_registry(Client, RegistryName, Input0, Options0)

View Source
Link to this function

delete_resource_policy(Client, Input)

View Source
Delete the resource-based policy attached to the specified registry.
Link to this function

delete_resource_policy(Client, Input0, Options0)

View Source
Link to this function

delete_schema(Client, RegistryName, SchemaName, Input)

View Source
Delete a schema definition.
Link to this function

delete_schema(Client, RegistryName, SchemaName, Input0, Options0)

View Source
Link to this function

delete_schema_version(Client, RegistryName, SchemaName, SchemaVersion, Input)

View Source
Delete the schema version definition
Link to this function

delete_schema_version(Client, RegistryName, SchemaName, SchemaVersion, Input0, Options0)

View Source
Link to this function

describe_code_binding(Client, Language, RegistryName, SchemaName)

View Source
Describe the code binding URI.
Link to this function

describe_code_binding(Client, Language, RegistryName, SchemaName, QueryMap, HeadersMap)

View Source
Link to this function

describe_code_binding(Client, Language, RegistryName, SchemaName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

describe_discoverer(Client, DiscovererId)

View Source
Describes the discoverer.
Link to this function

describe_discoverer(Client, DiscovererId, QueryMap, HeadersMap)

View Source
Link to this function

describe_discoverer(Client, DiscovererId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

describe_registry(Client, RegistryName)

View Source
Describes the registry.
Link to this function

describe_registry(Client, RegistryName, QueryMap, HeadersMap)

View Source
Link to this function

describe_registry(Client, RegistryName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

describe_schema(Client, RegistryName, SchemaName)

View Source
Retrieve the schema definition.
Link to this function

describe_schema(Client, RegistryName, SchemaName, QueryMap, HeadersMap)

View Source
Link to this function

describe_schema(Client, RegistryName, SchemaName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

export_schema(Client, RegistryName, SchemaName, Type)

View Source
Exports a schema to a different specification.
Link to this function

export_schema(Client, RegistryName, SchemaName, Type, QueryMap, HeadersMap)

View Source
Link to this function

export_schema(Client, RegistryName, SchemaName, Type, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_code_binding_source(Client, Language, RegistryName, SchemaName)

View Source
Get the code binding source URI.
Link to this function

get_code_binding_source(Client, Language, RegistryName, SchemaName, QueryMap, HeadersMap)

View Source
Link to this function

get_code_binding_source(Client, Language, RegistryName, SchemaName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_discovered_schema(Client, Input)

View Source
Get the discovered schema that was generated based on sampled events.
Link to this function

get_discovered_schema(Client, Input0, Options0)

View Source
Link to this function

get_resource_policy(Client)

View Source
Retrieves the resource-based policy attached to a given registry.
Link to this function

get_resource_policy(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_resource_policy(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_discoverers(Client)

View Source
List the discoverers.
Link to this function

list_discoverers(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_discoverers(Client, QueryMap, HeadersMap, Options0)

View Source
List the registries.
Link to this function

list_registries(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_registries(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_schema_versions(Client, RegistryName, SchemaName)

View Source
Provides a list of the schema versions and related information.
Link to this function

list_schema_versions(Client, RegistryName, SchemaName, QueryMap, HeadersMap)

View Source
Link to this function

list_schema_versions(Client, RegistryName, SchemaName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_schemas(Client, RegistryName)

View Source
List the schemas.
Link to this function

list_schemas(Client, RegistryName, QueryMap, HeadersMap)

View Source
Link to this function

list_schemas(Client, RegistryName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Get tags for resource.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

put_code_binding(Client, Language, RegistryName, SchemaName, Input)

View Source
Put code binding URI
Link to this function

put_code_binding(Client, Language, RegistryName, SchemaName, Input0, Options0)

View Source
Link to this function

put_resource_policy(Client, Input)

View Source
The name of the policy.
Link to this function

put_resource_policy(Client, Input0, Options0)

View Source
Link to this function

search_schemas(Client, RegistryName, Keywords)

View Source
Search the schemas
Link to this function

search_schemas(Client, RegistryName, Keywords, QueryMap, HeadersMap)

View Source
Link to this function

search_schemas(Client, RegistryName, Keywords, QueryMap, HeadersMap, Options0)

View Source
Link to this function

start_discoverer(Client, DiscovererId, Input)

View Source
Starts the discoverer
Link to this function

start_discoverer(Client, DiscovererId, Input0, Options0)

View Source
Link to this function

stop_discoverer(Client, DiscovererId, Input)

View Source
Stops the discoverer
Link to this function

stop_discoverer(Client, DiscovererId, Input0, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Add tags to a resource.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Removes tags from a resource.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_discoverer(Client, DiscovererId, Input)

View Source
Updates the discoverer
Link to this function

update_discoverer(Client, DiscovererId, Input0, Options0)

View Source
Link to this function

update_registry(Client, RegistryName, Input)

View Source
Updates a registry.
Link to this function

update_registry(Client, RegistryName, Input0, Options0)

View Source
Link to this function

update_schema(Client, RegistryName, SchemaName, Input)

View Source

Updates the schema definition

Inactive schemas will be deleted after two years.
Link to this function

update_schema(Client, RegistryName, SchemaName, Input0, Options0)

View Source