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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_schema_input_attribute::SchemaInputAttribute;

pub use crate::types::_schema_attribute_type::SchemaAttributeType;

pub use crate::types::_incremental_run_config::IncrementalRunConfig;

pub use crate::types::_incremental_run_type::IncrementalRunType;

pub use crate::types::_resolution_techniques::ResolutionTechniques;

pub use crate::types::_provider_properties::ProviderProperties;

pub use crate::types::_intermediate_source_configuration::IntermediateSourceConfiguration;

pub use crate::types::_rule_based_properties::RuleBasedProperties;

pub use crate::types::_attribute_matching_model::AttributeMatchingModel;

pub use crate::types::_rule::Rule;

pub use crate::types::_resolution_type::ResolutionType;

pub use crate::types::_output_source::OutputSource;

pub use crate::types::_output_attribute::OutputAttribute;

pub use crate::types::_input_source::InputSource;

pub use crate::types::_id_mapping_techniques::IdMappingTechniques;

pub use crate::types::_id_mapping_type::IdMappingType;

pub use crate::types::_id_mapping_workflow_output_source::IdMappingWorkflowOutputSource;

pub use crate::types::_id_mapping_workflow_input_source::IdMappingWorkflowInputSource;

pub use crate::types::_schema_mapping_summary::SchemaMappingSummary;

pub use crate::types::_provider_service_summary::ProviderServiceSummary;

pub use crate::types::_service_type::ServiceType;

pub use crate::types::_matching_workflow_summary::MatchingWorkflowSummary;

pub use crate::types::_job_summary::JobSummary;

pub use crate::types::_job_status::JobStatus;

pub use crate::types::_id_mapping_workflow_summary::IdMappingWorkflowSummary;

pub use crate::types::_provider_intermediate_data_access_configuration::ProviderIntermediateDataAccessConfiguration;

pub use crate::types::_provider_endpoint_configuration::ProviderEndpointConfiguration;

pub use crate::types::_provider_marketplace_configuration::ProviderMarketplaceConfiguration;

pub use crate::types::_error_details::ErrorDetails;

pub use crate::types::_job_metrics::JobMetrics;

pub use crate::types::_id_mapping_job_metrics::IdMappingJobMetrics;

mod _attribute_matching_model;

mod _error_details;

mod _id_mapping_job_metrics;

mod _id_mapping_techniques;

mod _id_mapping_type;

mod _id_mapping_workflow_input_source;

mod _id_mapping_workflow_output_source;

mod _id_mapping_workflow_summary;

mod _incremental_run_config;

mod _incremental_run_type;

mod _input_source;

mod _intermediate_source_configuration;

mod _job_metrics;

mod _job_status;

mod _job_summary;

mod _matching_workflow_summary;

mod _output_attribute;

mod _output_source;

mod _provider_endpoint_configuration;

mod _provider_intermediate_data_access_configuration;

mod _provider_marketplace_configuration;

mod _provider_properties;

mod _provider_service_summary;

mod _resolution_techniques;

mod _resolution_type;

mod _rule;

mod _rule_based_properties;

mod _schema_attribute_type;

mod _schema_input_attribute;

mod _schema_mapping_summary;

mod _service_type;

/// Builders
pub mod builders;

/// Error types that AWS EntityResolution can respond with.
pub mod error;