[][src]Trait rusoto_schemas::Schemas

pub trait Schemas {
    fn create_discoverer<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDiscovererRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateDiscovererResponse, RusotoError<CreateDiscovererError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_registry<'life0, 'async_trait>(
        &'life0 self,
        input: CreateRegistryRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateRegistryResponse, RusotoError<CreateRegistryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_schema<'life0, 'async_trait>(
        &'life0 self,
        input: CreateSchemaRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateSchemaResponse, RusotoError<CreateSchemaError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_discoverer<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDiscovererRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteDiscovererError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_registry<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteRegistryRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteRegistryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_schema<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteSchemaRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteSchemaError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_schema_version<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteSchemaVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteSchemaVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_code_binding<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeCodeBindingRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeCodeBindingResponse, RusotoError<DescribeCodeBindingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_discoverer<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeDiscovererRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDiscovererResponse, RusotoError<DescribeDiscovererError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_registry<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeRegistryRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeRegistryResponse, RusotoError<DescribeRegistryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_schema<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeSchemaRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeSchemaResponse, RusotoError<DescribeSchemaError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_code_binding_source<'life0, 'async_trait>(
        &'life0 self,
        input: GetCodeBindingSourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetCodeBindingSourceResponse, RusotoError<GetCodeBindingSourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_discovered_schema<'life0, 'async_trait>(
        &'life0 self,
        input: GetDiscoveredSchemaRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDiscoveredSchemaResponse, RusotoError<GetDiscoveredSchemaError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_discoverers<'life0, 'async_trait>(
        &'life0 self,
        input: ListDiscoverersRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDiscoverersResponse, RusotoError<ListDiscoverersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_registries<'life0, 'async_trait>(
        &'life0 self,
        input: ListRegistriesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListRegistriesResponse, RusotoError<ListRegistriesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_schema_versions<'life0, 'async_trait>(
        &'life0 self,
        input: ListSchemaVersionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListSchemaVersionsResponse, RusotoError<ListSchemaVersionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_schemas<'life0, 'async_trait>(
        &'life0 self,
        input: ListSchemasRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListSchemasResponse, RusotoError<ListSchemasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_tags_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsForResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn lock_service_linked_role<'life0, 'async_trait>(
        &'life0 self,
        input: LockServiceLinkedRoleRequest
    ) -> Pin<Box<dyn Future<Output = Result<LockServiceLinkedRoleResponse, RusotoError<LockServiceLinkedRoleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn put_code_binding<'life0, 'async_trait>(
        &'life0 self,
        input: PutCodeBindingRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutCodeBindingResponse, RusotoError<PutCodeBindingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn search_schemas<'life0, 'async_trait>(
        &'life0 self,
        input: SearchSchemasRequest
    ) -> Pin<Box<dyn Future<Output = Result<SearchSchemasResponse, RusotoError<SearchSchemasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn start_discoverer<'life0, 'async_trait>(
        &'life0 self,
        input: StartDiscovererRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartDiscovererResponse, RusotoError<StartDiscovererError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn stop_discoverer<'life0, 'async_trait>(
        &'life0 self,
        input: StopDiscovererRequest
    ) -> Pin<Box<dyn Future<Output = Result<StopDiscovererResponse, RusotoError<StopDiscovererError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn unlock_service_linked_role<'life0, 'async_trait>(
        &'life0 self,
        input: UnlockServiceLinkedRoleRequest
    ) -> Pin<Box<dyn Future<Output = Result<UnlockServiceLinkedRoleResponse, RusotoError<UnlockServiceLinkedRoleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_discoverer<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDiscovererRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDiscovererResponse, RusotoError<UpdateDiscovererError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_registry<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateRegistryRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateRegistryResponse, RusotoError<UpdateRegistryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_schema<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateSchemaRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateSchemaResponse, RusotoError<UpdateSchemaError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the Schemas API. Schemas clients implement this trait.

Required methods

fn create_discoverer<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDiscovererRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDiscovererResponse, RusotoError<CreateDiscovererError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a discoverer.

fn create_registry<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRegistryRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRegistryResponse, RusotoError<CreateRegistryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a registry.

fn create_schema<'life0, 'async_trait>(
    &'life0 self,
    input: CreateSchemaRequest
) -> Pin<Box<dyn Future<Output = Result<CreateSchemaResponse, RusotoError<CreateSchemaError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a schema definition.

fn delete_discoverer<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDiscovererRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteDiscovererError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a discoverer.

fn delete_registry<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRegistryRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteRegistryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a Registry.

fn delete_schema<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteSchemaRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteSchemaError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Delete a schema definition.

fn delete_schema_version<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteSchemaVersionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteSchemaVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Delete the schema version definition

fn describe_code_binding<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeCodeBindingRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeCodeBindingResponse, RusotoError<DescribeCodeBindingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Describe the code binding URI.

fn describe_discoverer<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDiscovererRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDiscovererResponse, RusotoError<DescribeDiscovererError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Describes the discoverer.

fn describe_registry<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeRegistryRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeRegistryResponse, RusotoError<DescribeRegistryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Describes the registry.

fn describe_schema<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSchemaRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSchemaResponse, RusotoError<DescribeSchemaError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Retrieve the schema definition.

fn get_code_binding_source<'life0, 'async_trait>(
    &'life0 self,
    input: GetCodeBindingSourceRequest
) -> Pin<Box<dyn Future<Output = Result<GetCodeBindingSourceResponse, RusotoError<GetCodeBindingSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Get the code binding source URI.

fn get_discovered_schema<'life0, 'async_trait>(
    &'life0 self,
    input: GetDiscoveredSchemaRequest
) -> Pin<Box<dyn Future<Output = Result<GetDiscoveredSchemaResponse, RusotoError<GetDiscoveredSchemaError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Get the discovered schema that was generated based on sampled events.

fn list_discoverers<'life0, 'async_trait>(
    &'life0 self,
    input: ListDiscoverersRequest
) -> Pin<Box<dyn Future<Output = Result<ListDiscoverersResponse, RusotoError<ListDiscoverersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

List the discoverers.

fn list_registries<'life0, 'async_trait>(
    &'life0 self,
    input: ListRegistriesRequest
) -> Pin<Box<dyn Future<Output = Result<ListRegistriesResponse, RusotoError<ListRegistriesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

List the registries.

fn list_schema_versions<'life0, 'async_trait>(
    &'life0 self,
    input: ListSchemaVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListSchemaVersionsResponse, RusotoError<ListSchemaVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Provides a list of the schema versions and related information.

fn list_schemas<'life0, 'async_trait>(
    &'life0 self,
    input: ListSchemasRequest
) -> Pin<Box<dyn Future<Output = Result<ListSchemasResponse, RusotoError<ListSchemasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

List the schemas.

fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Get tags for resource.

fn lock_service_linked_role<'life0, 'async_trait>(
    &'life0 self,
    input: LockServiceLinkedRoleRequest
) -> Pin<Box<dyn Future<Output = Result<LockServiceLinkedRoleResponse, RusotoError<LockServiceLinkedRoleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

fn put_code_binding<'life0, 'async_trait>(
    &'life0 self,
    input: PutCodeBindingRequest
) -> Pin<Box<dyn Future<Output = Result<PutCodeBindingResponse, RusotoError<PutCodeBindingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Put code binding URI

fn search_schemas<'life0, 'async_trait>(
    &'life0 self,
    input: SearchSchemasRequest
) -> Pin<Box<dyn Future<Output = Result<SearchSchemasResponse, RusotoError<SearchSchemasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Search the schemas

fn start_discoverer<'life0, 'async_trait>(
    &'life0 self,
    input: StartDiscovererRequest
) -> Pin<Box<dyn Future<Output = Result<StartDiscovererResponse, RusotoError<StartDiscovererError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Starts the discoverer

fn stop_discoverer<'life0, 'async_trait>(
    &'life0 self,
    input: StopDiscovererRequest
) -> Pin<Box<dyn Future<Output = Result<StopDiscovererResponse, RusotoError<StopDiscovererError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Stops the discoverer

fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Add tags to a resource.

fn unlock_service_linked_role<'life0, 'async_trait>(
    &'life0 self,
    input: UnlockServiceLinkedRoleRequest
) -> Pin<Box<dyn Future<Output = Result<UnlockServiceLinkedRoleResponse, RusotoError<UnlockServiceLinkedRoleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Removes tags from a resource.

fn update_discoverer<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDiscovererRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDiscovererResponse, RusotoError<UpdateDiscovererError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates the discoverer

fn update_registry<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRegistryRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateRegistryResponse, RusotoError<UpdateRegistryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates a registry.

fn update_schema<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateSchemaRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateSchemaResponse, RusotoError<UpdateSchemaError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates the schema definition

Loading content...

Implementors

impl Schemas for SchemasClient[src]

fn create_discoverer<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDiscovererRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDiscovererResponse, RusotoError<CreateDiscovererError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a discoverer.

fn create_registry<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRegistryRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRegistryResponse, RusotoError<CreateRegistryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a registry.

fn create_schema<'life0, 'async_trait>(
    &'life0 self,
    input: CreateSchemaRequest
) -> Pin<Box<dyn Future<Output = Result<CreateSchemaResponse, RusotoError<CreateSchemaError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a schema definition.

fn delete_discoverer<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDiscovererRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteDiscovererError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a discoverer.

fn delete_registry<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRegistryRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteRegistryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a Registry.

fn delete_schema<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteSchemaRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteSchemaError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Delete a schema definition.

fn delete_schema_version<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteSchemaVersionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteSchemaVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Delete the schema version definition

fn describe_code_binding<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeCodeBindingRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeCodeBindingResponse, RusotoError<DescribeCodeBindingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describe the code binding URI.

fn describe_discoverer<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDiscovererRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDiscovererResponse, RusotoError<DescribeDiscovererError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the discoverer.

fn describe_registry<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeRegistryRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeRegistryResponse, RusotoError<DescribeRegistryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the registry.

fn describe_schema<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSchemaRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSchemaResponse, RusotoError<DescribeSchemaError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieve the schema definition.

fn get_code_binding_source<'life0, 'async_trait>(
    &'life0 self,
    input: GetCodeBindingSourceRequest
) -> Pin<Box<dyn Future<Output = Result<GetCodeBindingSourceResponse, RusotoError<GetCodeBindingSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Get the code binding source URI.

fn get_discovered_schema<'life0, 'async_trait>(
    &'life0 self,
    input: GetDiscoveredSchemaRequest
) -> Pin<Box<dyn Future<Output = Result<GetDiscoveredSchemaResponse, RusotoError<GetDiscoveredSchemaError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Get the discovered schema that was generated based on sampled events.

fn list_discoverers<'life0, 'async_trait>(
    &'life0 self,
    input: ListDiscoverersRequest
) -> Pin<Box<dyn Future<Output = Result<ListDiscoverersResponse, RusotoError<ListDiscoverersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

List the discoverers.

fn list_registries<'life0, 'async_trait>(
    &'life0 self,
    input: ListRegistriesRequest
) -> Pin<Box<dyn Future<Output = Result<ListRegistriesResponse, RusotoError<ListRegistriesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

List the registries.

fn list_schema_versions<'life0, 'async_trait>(
    &'life0 self,
    input: ListSchemaVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListSchemaVersionsResponse, RusotoError<ListSchemaVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provides a list of the schema versions and related information.

fn list_schemas<'life0, 'async_trait>(
    &'life0 self,
    input: ListSchemasRequest
) -> Pin<Box<dyn Future<Output = Result<ListSchemasResponse, RusotoError<ListSchemasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

List the schemas.

fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Get tags for resource.

fn put_code_binding<'life0, 'async_trait>(
    &'life0 self,
    input: PutCodeBindingRequest
) -> Pin<Box<dyn Future<Output = Result<PutCodeBindingResponse, RusotoError<PutCodeBindingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Put code binding URI

fn search_schemas<'life0, 'async_trait>(
    &'life0 self,
    input: SearchSchemasRequest
) -> Pin<Box<dyn Future<Output = Result<SearchSchemasResponse, RusotoError<SearchSchemasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Search the schemas

fn start_discoverer<'life0, 'async_trait>(
    &'life0 self,
    input: StartDiscovererRequest
) -> Pin<Box<dyn Future<Output = Result<StartDiscovererResponse, RusotoError<StartDiscovererError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts the discoverer

fn stop_discoverer<'life0, 'async_trait>(
    &'life0 self,
    input: StopDiscovererRequest
) -> Pin<Box<dyn Future<Output = Result<StopDiscovererResponse, RusotoError<StopDiscovererError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Stops the discoverer

fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Add tags to a resource.

fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes tags from a resource.

fn update_discoverer<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDiscovererRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDiscovererResponse, RusotoError<UpdateDiscovererError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the discoverer

fn update_registry<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRegistryRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateRegistryResponse, RusotoError<UpdateRegistryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a registry.

fn update_schema<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateSchemaRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateSchemaResponse, RusotoError<UpdateSchemaError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the schema definition

Loading content...