aws_sdk_entityresolution/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AddPolicyStatement` operation.
5pub mod add_policy_statement;
6
7/// Types for the `BatchDeleteUniqueId` operation.
8pub mod batch_delete_unique_id;
9
10/// Types for the `CreateIdMappingWorkflow` operation.
11pub mod create_id_mapping_workflow;
12
13/// Types for the `CreateIdNamespace` operation.
14pub mod create_id_namespace;
15
16/// Types for the `CreateMatchingWorkflow` operation.
17pub mod create_matching_workflow;
18
19/// Types for the `CreateSchemaMapping` operation.
20pub mod create_schema_mapping;
21
22/// Types for the `DeleteIdMappingWorkflow` operation.
23pub mod delete_id_mapping_workflow;
24
25/// Types for the `DeleteIdNamespace` operation.
26pub mod delete_id_namespace;
27
28/// Types for the `DeleteMatchingWorkflow` operation.
29pub mod delete_matching_workflow;
30
31/// Types for the `DeletePolicyStatement` operation.
32pub mod delete_policy_statement;
33
34/// Types for the `DeleteSchemaMapping` operation.
35pub mod delete_schema_mapping;
36
37/// Types for the `GenerateMatchId` operation.
38pub mod generate_match_id;
39
40/// Types for the `GetIdMappingJob` operation.
41pub mod get_id_mapping_job;
42
43/// Types for the `GetIdMappingWorkflow` operation.
44pub mod get_id_mapping_workflow;
45
46/// Types for the `GetIdNamespace` operation.
47pub mod get_id_namespace;
48
49/// Types for the `GetMatchId` operation.
50pub mod get_match_id;
51
52/// Types for the `GetMatchingJob` operation.
53pub mod get_matching_job;
54
55/// Types for the `GetMatchingWorkflow` operation.
56pub mod get_matching_workflow;
57
58/// Types for the `GetPolicy` operation.
59pub mod get_policy;
60
61/// Types for the `GetProviderService` operation.
62pub mod get_provider_service;
63
64/// Types for the `GetSchemaMapping` operation.
65pub mod get_schema_mapping;
66
67/// Types for the `ListIdMappingJobs` operation.
68pub mod list_id_mapping_jobs;
69
70/// Types for the `ListIdMappingWorkflows` operation.
71pub mod list_id_mapping_workflows;
72
73/// Types for the `ListIdNamespaces` operation.
74pub mod list_id_namespaces;
75
76/// Types for the `ListMatchingJobs` operation.
77pub mod list_matching_jobs;
78
79/// Types for the `ListMatchingWorkflows` operation.
80pub mod list_matching_workflows;
81
82/// Types for the `ListProviderServices` operation.
83pub mod list_provider_services;
84
85/// Types for the `ListSchemaMappings` operation.
86pub mod list_schema_mappings;
87
88/// Types for the `ListTagsForResource` operation.
89pub mod list_tags_for_resource;
90
91/// Types for the `PutPolicy` operation.
92pub mod put_policy;
93
94/// Types for the `StartIdMappingJob` operation.
95pub mod start_id_mapping_job;
96
97/// Types for the `StartMatchingJob` operation.
98pub mod start_matching_job;
99
100/// Types for the `TagResource` operation.
101pub mod tag_resource;
102
103/// Types for the `UntagResource` operation.
104pub mod untag_resource;
105
106/// Types for the `UpdateIdMappingWorkflow` operation.
107pub mod update_id_mapping_workflow;
108
109/// Types for the `UpdateIdNamespace` operation.
110pub mod update_id_namespace;
111
112/// Types for the `UpdateMatchingWorkflow` operation.
113pub mod update_matching_workflow;
114
115/// Types for the `UpdateSchemaMapping` operation.
116pub mod update_schema_mapping;