aws_sdk_clouddirectory/
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 `AddFacetToObject` operation.
5pub mod add_facet_to_object;
6
7/// Types for the `ApplySchema` operation.
8pub mod apply_schema;
9
10/// Types for the `AttachObject` operation.
11pub mod attach_object;
12
13/// Types for the `AttachPolicy` operation.
14pub mod attach_policy;
15
16/// Types for the `AttachToIndex` operation.
17pub mod attach_to_index;
18
19/// Types for the `AttachTypedLink` operation.
20pub mod attach_typed_link;
21
22/// Types for the `BatchRead` operation.
23pub mod batch_read;
24
25/// Types for the `BatchWrite` operation.
26pub mod batch_write;
27
28/// Types for the `CreateDirectory` operation.
29pub mod create_directory;
30
31/// Types for the `CreateFacet` operation.
32pub mod create_facet;
33
34/// Types for the `CreateIndex` operation.
35pub mod create_index;
36
37/// Types for the `CreateObject` operation.
38pub mod create_object;
39
40/// Types for the `CreateSchema` operation.
41pub mod create_schema;
42
43/// Types for the `CreateTypedLinkFacet` operation.
44pub mod create_typed_link_facet;
45
46/// Types for the `DeleteDirectory` operation.
47pub mod delete_directory;
48
49/// Types for the `DeleteFacet` operation.
50pub mod delete_facet;
51
52/// Types for the `DeleteObject` operation.
53pub mod delete_object;
54
55/// Types for the `DeleteSchema` operation.
56pub mod delete_schema;
57
58/// Types for the `DeleteTypedLinkFacet` operation.
59pub mod delete_typed_link_facet;
60
61/// Types for the `DetachFromIndex` operation.
62pub mod detach_from_index;
63
64/// Types for the `DetachObject` operation.
65pub mod detach_object;
66
67/// Types for the `DetachPolicy` operation.
68pub mod detach_policy;
69
70/// Types for the `DetachTypedLink` operation.
71pub mod detach_typed_link;
72
73/// Types for the `DisableDirectory` operation.
74pub mod disable_directory;
75
76/// Types for the `EnableDirectory` operation.
77pub mod enable_directory;
78
79/// Types for the `GetAppliedSchemaVersion` operation.
80pub mod get_applied_schema_version;
81
82/// Types for the `GetDirectory` operation.
83pub mod get_directory;
84
85/// Types for the `GetFacet` operation.
86pub mod get_facet;
87
88/// Types for the `GetLinkAttributes` operation.
89pub mod get_link_attributes;
90
91/// Types for the `GetObjectAttributes` operation.
92pub mod get_object_attributes;
93
94/// Types for the `GetObjectInformation` operation.
95pub mod get_object_information;
96
97/// Types for the `GetSchemaAsJson` operation.
98pub mod get_schema_as_json;
99
100/// Types for the `GetTypedLinkFacetInformation` operation.
101pub mod get_typed_link_facet_information;
102
103/// Types for the `ListAppliedSchemaArns` operation.
104pub mod list_applied_schema_arns;
105
106/// Types for the `ListAttachedIndices` operation.
107pub mod list_attached_indices;
108
109/// Types for the `ListDevelopmentSchemaArns` operation.
110pub mod list_development_schema_arns;
111
112/// Types for the `ListDirectories` operation.
113pub mod list_directories;
114
115/// Types for the `ListFacetAttributes` operation.
116pub mod list_facet_attributes;
117
118/// Types for the `ListFacetNames` operation.
119pub mod list_facet_names;
120
121/// Types for the `ListIncomingTypedLinks` operation.
122pub mod list_incoming_typed_links;
123
124/// Types for the `ListIndex` operation.
125pub mod list_index;
126
127/// Types for the `ListManagedSchemaArns` operation.
128pub mod list_managed_schema_arns;
129
130/// Types for the `ListObjectAttributes` operation.
131pub mod list_object_attributes;
132
133/// Types for the `ListObjectChildren` operation.
134pub mod list_object_children;
135
136/// Types for the `ListObjectParentPaths` operation.
137pub mod list_object_parent_paths;
138
139/// Types for the `ListObjectParents` operation.
140pub mod list_object_parents;
141
142/// Types for the `ListObjectPolicies` operation.
143pub mod list_object_policies;
144
145/// Types for the `ListOutgoingTypedLinks` operation.
146pub mod list_outgoing_typed_links;
147
148/// Types for the `ListPolicyAttachments` operation.
149pub mod list_policy_attachments;
150
151/// Types for the `ListPublishedSchemaArns` operation.
152pub mod list_published_schema_arns;
153
154/// Types for the `ListTagsForResource` operation.
155pub mod list_tags_for_resource;
156
157/// Types for the `ListTypedLinkFacetAttributes` operation.
158pub mod list_typed_link_facet_attributes;
159
160/// Types for the `ListTypedLinkFacetNames` operation.
161pub mod list_typed_link_facet_names;
162
163/// Types for the `LookupPolicy` operation.
164pub mod lookup_policy;
165
166/// Types for the `PublishSchema` operation.
167pub mod publish_schema;
168
169/// Types for the `PutSchemaFromJson` operation.
170pub mod put_schema_from_json;
171
172/// Types for the `RemoveFacetFromObject` operation.
173pub mod remove_facet_from_object;
174
175/// Types for the `TagResource` operation.
176pub mod tag_resource;
177
178/// Types for the `UntagResource` operation.
179pub mod untag_resource;
180
181/// Types for the `UpdateFacet` operation.
182pub mod update_facet;
183
184/// Types for the `UpdateLinkAttributes` operation.
185pub mod update_link_attributes;
186
187/// Types for the `UpdateObjectAttributes` operation.
188pub mod update_object_attributes;
189
190/// Types for the `UpdateSchema` operation.
191pub mod update_schema;
192
193/// Types for the `UpdateTypedLinkFacet` operation.
194pub mod update_typed_link_facet;
195
196/// Types for the `UpgradeAppliedSchema` operation.
197pub mod upgrade_applied_schema;
198
199/// Types for the `UpgradePublishedSchema` operation.
200pub mod upgrade_published_schema;