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

/// Types for the `CreateDiscoverer` operation.
pub mod create_discoverer;

/// Types for the `CreateRegistry` operation.
pub mod create_registry;

/// Types for the `CreateSchema` operation.
pub mod create_schema;

/// Types for the `DeleteDiscoverer` operation.
pub mod delete_discoverer;

/// Types for the `DeleteRegistry` operation.
pub mod delete_registry;

/// Types for the `DeleteResourcePolicy` operation.
pub mod delete_resource_policy;

/// Types for the `DeleteSchema` operation.
pub mod delete_schema;

/// Types for the `DeleteSchemaVersion` operation.
pub mod delete_schema_version;

/// Types for the `DescribeCodeBinding` operation.
pub mod describe_code_binding;

/// Types for the `DescribeDiscoverer` operation.
pub mod describe_discoverer;

/// Types for the `DescribeRegistry` operation.
pub mod describe_registry;

/// Types for the `DescribeSchema` operation.
pub mod describe_schema;

/// Types for the `ExportSchema` operation.
pub mod export_schema;

/// Types for the `GetCodeBindingSource` operation.
pub mod get_code_binding_source;

/// Types for the `GetDiscoveredSchema` operation.
pub mod get_discovered_schema;

/// Types for the `GetResourcePolicy` operation.
pub mod get_resource_policy;

/// Types for the `ListDiscoverers` operation.
pub mod list_discoverers;

/// Types for the `ListRegistries` operation.
pub mod list_registries;

/// Types for the `ListSchemaVersions` operation.
pub mod list_schema_versions;

/// Types for the `ListSchemas` operation.
pub mod list_schemas;

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

/// Types for the `PutCodeBinding` operation.
pub mod put_code_binding;

/// Types for the `PutResourcePolicy` operation.
pub mod put_resource_policy;

/// Types for the `SearchSchemas` operation.
pub mod search_schemas;

/// Types for the `StartDiscoverer` operation.
pub mod start_discoverer;

/// Types for the `StopDiscoverer` operation.
pub mod stop_discoverer;

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

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

/// Types for the `UpdateDiscoverer` operation.
pub mod update_discoverer;

/// Types for the `UpdateRegistry` operation.
pub mod update_registry;

/// Types for the `UpdateSchema` operation.
pub mod update_schema;