aws_sdk_schemas/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 `CreateDiscoverer` operation.
5pub mod create_discoverer;
6
7/// Types for the `CreateRegistry` operation.
8pub mod create_registry;
9
10/// Types for the `CreateSchema` operation.
11pub mod create_schema;
12
13/// Types for the `DeleteDiscoverer` operation.
14pub mod delete_discoverer;
15
16/// Types for the `DeleteRegistry` operation.
17pub mod delete_registry;
18
19/// Types for the `DeleteResourcePolicy` operation.
20pub mod delete_resource_policy;
21
22/// Types for the `DeleteSchema` operation.
23pub mod delete_schema;
24
25/// Types for the `DeleteSchemaVersion` operation.
26pub mod delete_schema_version;
27
28/// Types for the `DescribeCodeBinding` operation.
29pub mod describe_code_binding;
30
31/// Types for the `DescribeDiscoverer` operation.
32pub mod describe_discoverer;
33
34/// Types for the `DescribeRegistry` operation.
35pub mod describe_registry;
36
37/// Types for the `DescribeSchema` operation.
38pub mod describe_schema;
39
40/// Types for the `ExportSchema` operation.
41pub mod export_schema;
42
43/// Types for the `GetCodeBindingSource` operation.
44pub mod get_code_binding_source;
45
46/// Types for the `GetDiscoveredSchema` operation.
47pub mod get_discovered_schema;
48
49/// Types for the `GetResourcePolicy` operation.
50pub mod get_resource_policy;
51
52/// Types for the `ListDiscoverers` operation.
53pub mod list_discoverers;
54
55/// Types for the `ListRegistries` operation.
56pub mod list_registries;
57
58/// Types for the `ListSchemaVersions` operation.
59pub mod list_schema_versions;
60
61/// Types for the `ListSchemas` operation.
62pub mod list_schemas;
63
64/// Types for the `ListTagsForResource` operation.
65pub mod list_tags_for_resource;
66
67/// Types for the `PutCodeBinding` operation.
68pub mod put_code_binding;
69
70/// Types for the `PutResourcePolicy` operation.
71pub mod put_resource_policy;
72
73/// Types for the `SearchSchemas` operation.
74pub mod search_schemas;
75
76/// Types for the `StartDiscoverer` operation.
77pub mod start_discoverer;
78
79/// Types for the `StopDiscoverer` operation.
80pub mod stop_discoverer;
81
82/// Types for the `TagResource` operation.
83pub mod tag_resource;
84
85/// Types for the `UntagResource` operation.
86pub mod untag_resource;
87
88/// Types for the `UpdateDiscoverer` operation.
89pub mod update_discoverer;
90
91/// Types for the `UpdateRegistry` operation.
92pub mod update_registry;
93
94/// Types for the `UpdateSchema` operation.
95pub mod update_schema;