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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddFacetToObject` operation.
pub mod add_facet_to_object;

/// Types for the `ApplySchema` operation.
pub mod apply_schema;

/// Types for the `AttachObject` operation.
pub mod attach_object;

/// Types for the `AttachPolicy` operation.
pub mod attach_policy;

/// Types for the `AttachToIndex` operation.
pub mod attach_to_index;

/// Types for the `AttachTypedLink` operation.
pub mod attach_typed_link;

/// Types for the `BatchRead` operation.
pub mod batch_read;

/// Types for the `BatchWrite` operation.
pub mod batch_write;

/// Types for the `CreateDirectory` operation.
pub mod create_directory;

/// Types for the `CreateFacet` operation.
pub mod create_facet;

/// Types for the `CreateIndex` operation.
pub mod create_index;

/// Types for the `CreateObject` operation.
pub mod create_object;

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

/// Types for the `CreateTypedLinkFacet` operation.
pub mod create_typed_link_facet;

/// Types for the `DeleteDirectory` operation.
pub mod delete_directory;

/// Types for the `DeleteFacet` operation.
pub mod delete_facet;

/// Types for the `DeleteObject` operation.
pub mod delete_object;

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

/// Types for the `DeleteTypedLinkFacet` operation.
pub mod delete_typed_link_facet;

/// Types for the `DetachFromIndex` operation.
pub mod detach_from_index;

/// Types for the `DetachObject` operation.
pub mod detach_object;

/// Types for the `DetachPolicy` operation.
pub mod detach_policy;

/// Types for the `DetachTypedLink` operation.
pub mod detach_typed_link;

/// Types for the `DisableDirectory` operation.
pub mod disable_directory;

/// Types for the `EnableDirectory` operation.
pub mod enable_directory;

/// Types for the `GetAppliedSchemaVersion` operation.
pub mod get_applied_schema_version;

/// Types for the `GetDirectory` operation.
pub mod get_directory;

/// Types for the `GetFacet` operation.
pub mod get_facet;

/// Types for the `GetLinkAttributes` operation.
pub mod get_link_attributes;

/// Types for the `GetObjectAttributes` operation.
pub mod get_object_attributes;

/// Types for the `GetObjectInformation` operation.
pub mod get_object_information;

/// Types for the `GetSchemaAsJson` operation.
pub mod get_schema_as_json;

/// Types for the `GetTypedLinkFacetInformation` operation.
pub mod get_typed_link_facet_information;

/// Types for the `ListAppliedSchemaArns` operation.
pub mod list_applied_schema_arns;

/// Types for the `ListAttachedIndices` operation.
pub mod list_attached_indices;

/// Types for the `ListDevelopmentSchemaArns` operation.
pub mod list_development_schema_arns;

/// Types for the `ListDirectories` operation.
pub mod list_directories;

/// Types for the `ListFacetAttributes` operation.
pub mod list_facet_attributes;

/// Types for the `ListFacetNames` operation.
pub mod list_facet_names;

/// Types for the `ListIncomingTypedLinks` operation.
pub mod list_incoming_typed_links;

/// Types for the `ListIndex` operation.
pub mod list_index;

/// Types for the `ListManagedSchemaArns` operation.
pub mod list_managed_schema_arns;

/// Types for the `ListObjectAttributes` operation.
pub mod list_object_attributes;

/// Types for the `ListObjectChildren` operation.
pub mod list_object_children;

/// Types for the `ListObjectParentPaths` operation.
pub mod list_object_parent_paths;

/// Types for the `ListObjectParents` operation.
pub mod list_object_parents;

/// Types for the `ListObjectPolicies` operation.
pub mod list_object_policies;

/// Types for the `ListOutgoingTypedLinks` operation.
pub mod list_outgoing_typed_links;

/// Types for the `ListPolicyAttachments` operation.
pub mod list_policy_attachments;

/// Types for the `ListPublishedSchemaArns` operation.
pub mod list_published_schema_arns;

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

/// Types for the `ListTypedLinkFacetAttributes` operation.
pub mod list_typed_link_facet_attributes;

/// Types for the `ListTypedLinkFacetNames` operation.
pub mod list_typed_link_facet_names;

/// Types for the `LookupPolicy` operation.
pub mod lookup_policy;

/// Types for the `PublishSchema` operation.
pub mod publish_schema;

/// Types for the `PutSchemaFromJson` operation.
pub mod put_schema_from_json;

/// Types for the `RemoveFacetFromObject` operation.
pub mod remove_facet_from_object;

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

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

/// Types for the `UpdateFacet` operation.
pub mod update_facet;

/// Types for the `UpdateLinkAttributes` operation.
pub mod update_link_attributes;

/// Types for the `UpdateObjectAttributes` operation.
pub mod update_object_attributes;

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

/// Types for the `UpdateTypedLinkFacet` operation.
pub mod update_typed_link_facet;

/// Types for the `UpgradeAppliedSchema` operation.
pub mod upgrade_applied_schema;

/// Types for the `UpgradePublishedSchema` operation.
pub mod upgrade_published_schema;