aws_sdk_entityresolution/
operation.rs

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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddPolicyStatement` operation.
pub mod add_policy_statement;

/// Types for the `BatchDeleteUniqueId` operation.
pub mod batch_delete_unique_id;

/// Types for the `CreateIdMappingWorkflow` operation.
pub mod create_id_mapping_workflow;

/// Types for the `CreateIdNamespace` operation.
pub mod create_id_namespace;

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

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

/// Types for the `DeleteIdMappingWorkflow` operation.
pub mod delete_id_mapping_workflow;

/// Types for the `DeleteIdNamespace` operation.
pub mod delete_id_namespace;

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

/// Types for the `DeletePolicyStatement` operation.
pub mod delete_policy_statement;

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

/// Types for the `GetIdMappingJob` operation.
pub mod get_id_mapping_job;

/// Types for the `GetIdMappingWorkflow` operation.
pub mod get_id_mapping_workflow;

/// Types for the `GetIdNamespace` operation.
pub mod get_id_namespace;

/// 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 `GetPolicy` operation.
pub mod get_policy;

/// Types for the `GetProviderService` operation.
pub mod get_provider_service;

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

/// Types for the `ListIdMappingJobs` operation.
pub mod list_id_mapping_jobs;

/// Types for the `ListIdMappingWorkflows` operation.
pub mod list_id_mapping_workflows;

/// Types for the `ListIdNamespaces` operation.
pub mod list_id_namespaces;

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

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

/// Types for the `ListProviderServices` operation.
pub mod list_provider_services;

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

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

/// Types for the `PutPolicy` operation.
pub mod put_policy;

/// Types for the `StartIdMappingJob` operation.
pub mod start_id_mapping_job;

/// 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 `UpdateIdMappingWorkflow` operation.
pub mod update_id_mapping_workflow;

/// Types for the `UpdateIdNamespace` operation.
pub mod update_id_namespace;

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

/// Types for the `UpdateSchemaMapping` operation.
pub mod update_schema_mapping;