1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_http::request_id::RequestId;

/// Types for the `CreateMatchingWorkflow` operation.
pub mod create_matching_workflow;

/// Types for the `CreateSchemaMapping` operation.
pub mod create_schema_mapping;

/// Types for the `DeleteMatchingWorkflow` operation.
pub mod delete_matching_workflow;

/// Types for the `DeleteSchemaMapping` operation.
pub mod delete_schema_mapping;

/// Types for the `GetMatchId` operation.
pub mod get_match_id;

/// Types for the `GetMatchingJob` operation.
pub mod get_matching_job;

/// Types for the `GetMatchingWorkflow` operation.
pub mod get_matching_workflow;

/// Types for the `GetSchemaMapping` operation.
pub mod get_schema_mapping;

/// Types for the `ListMatchingJobs` operation.
pub mod list_matching_jobs;

/// Types for the `ListMatchingWorkflows` operation.
pub mod list_matching_workflows;

/// Types for the `ListSchemaMappings` operation.
pub mod list_schema_mappings;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `StartMatchingJob` operation.
pub mod start_matching_job;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateMatchingWorkflow` operation.
pub mod update_matching_workflow;