aws_sdk_directory/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 `AcceptSharedDirectory` operation.
5pub mod accept_shared_directory;
6
7/// Types for the `AddIpRoutes` operation.
8pub mod add_ip_routes;
9
10/// Types for the `AddRegion` operation.
11pub mod add_region;
12
13/// Types for the `AddTagsToResource` operation.
14pub mod add_tags_to_resource;
15
16/// Types for the `CancelSchemaExtension` operation.
17pub mod cancel_schema_extension;
18
19/// Types for the `ConnectDirectory` operation.
20pub mod connect_directory;
21
22/// Types for the `CreateAlias` operation.
23pub mod create_alias;
24
25/// Types for the `CreateComputer` operation.
26pub mod create_computer;
27
28/// Types for the `CreateConditionalForwarder` operation.
29pub mod create_conditional_forwarder;
30
31/// Types for the `CreateDirectory` operation.
32pub mod create_directory;
33
34/// Types for the `CreateHybridAD` operation.
35pub mod create_hybrid_ad;
36
37/// Types for the `CreateLogSubscription` operation.
38pub mod create_log_subscription;
39
40/// Types for the `CreateMicrosoftAD` operation.
41pub mod create_microsoft_ad;
42
43/// Types for the `CreateSnapshot` operation.
44pub mod create_snapshot;
45
46/// Types for the `CreateTrust` operation.
47pub mod create_trust;
48
49/// Types for the `DeleteADAssessment` operation.
50pub mod delete_ad_assessment;
51
52/// Types for the `DeleteConditionalForwarder` operation.
53pub mod delete_conditional_forwarder;
54
55/// Types for the `DeleteDirectory` operation.
56pub mod delete_directory;
57
58/// Types for the `DeleteLogSubscription` operation.
59pub mod delete_log_subscription;
60
61/// Types for the `DeleteSnapshot` operation.
62pub mod delete_snapshot;
63
64/// Types for the `DeleteTrust` operation.
65pub mod delete_trust;
66
67/// Types for the `DeregisterCertificate` operation.
68pub mod deregister_certificate;
69
70/// Types for the `DeregisterEventTopic` operation.
71pub mod deregister_event_topic;
72
73/// Types for the `DescribeADAssessment` operation.
74pub mod describe_ad_assessment;
75
76/// Types for the `DescribeCAEnrollmentPolicy` operation.
77pub mod describe_ca_enrollment_policy;
78
79/// Types for the `DescribeCertificate` operation.
80pub mod describe_certificate;
81
82/// Types for the `DescribeClientAuthenticationSettings` operation.
83pub mod describe_client_authentication_settings;
84
85/// Types for the `DescribeConditionalForwarders` operation.
86pub mod describe_conditional_forwarders;
87
88/// Types for the `DescribeDirectories` operation.
89pub mod describe_directories;
90
91/// Types for the `DescribeDirectoryDataAccess` operation.
92pub mod describe_directory_data_access;
93
94/// Types for the `DescribeDomainControllers` operation.
95pub mod describe_domain_controllers;
96
97/// Types for the `DescribeEventTopics` operation.
98pub mod describe_event_topics;
99
100/// Types for the `DescribeHybridADUpdate` operation.
101pub mod describe_hybrid_ad_update;
102
103/// Types for the `DescribeLDAPSSettings` operation.
104pub mod describe_ldaps_settings;
105
106/// Types for the `DescribeRegions` operation.
107pub mod describe_regions;
108
109/// Types for the `DescribeSettings` operation.
110pub mod describe_settings;
111
112/// Types for the `DescribeSharedDirectories` operation.
113pub mod describe_shared_directories;
114
115/// Types for the `DescribeSnapshots` operation.
116pub mod describe_snapshots;
117
118/// Types for the `DescribeTrusts` operation.
119pub mod describe_trusts;
120
121/// Types for the `DescribeUpdateDirectory` operation.
122pub mod describe_update_directory;
123
124/// Types for the `DisableCAEnrollmentPolicy` operation.
125pub mod disable_ca_enrollment_policy;
126
127/// Types for the `DisableClientAuthentication` operation.
128pub mod disable_client_authentication;
129
130/// Types for the `DisableDirectoryDataAccess` operation.
131pub mod disable_directory_data_access;
132
133/// Types for the `DisableLDAPS` operation.
134pub mod disable_ldaps;
135
136/// Types for the `DisableRadius` operation.
137pub mod disable_radius;
138
139/// Types for the `DisableSso` operation.
140pub mod disable_sso;
141
142/// Types for the `EnableCAEnrollmentPolicy` operation.
143pub mod enable_ca_enrollment_policy;
144
145/// Types for the `EnableClientAuthentication` operation.
146pub mod enable_client_authentication;
147
148/// Types for the `EnableDirectoryDataAccess` operation.
149pub mod enable_directory_data_access;
150
151/// Types for the `EnableLDAPS` operation.
152pub mod enable_ldaps;
153
154/// Types for the `EnableRadius` operation.
155pub mod enable_radius;
156
157/// Types for the `EnableSso` operation.
158pub mod enable_sso;
159
160/// Types for the `GetDirectoryLimits` operation.
161pub mod get_directory_limits;
162
163/// Types for the `GetSnapshotLimits` operation.
164pub mod get_snapshot_limits;
165
166/// Types for the `ListADAssessments` operation.
167pub mod list_ad_assessments;
168
169/// Types for the `ListCertificates` operation.
170pub mod list_certificates;
171
172/// Types for the `ListIpRoutes` operation.
173pub mod list_ip_routes;
174
175/// Types for the `ListLogSubscriptions` operation.
176pub mod list_log_subscriptions;
177
178/// Types for the `ListSchemaExtensions` operation.
179pub mod list_schema_extensions;
180
181/// Types for the `ListTagsForResource` operation.
182pub mod list_tags_for_resource;
183
184/// Types for the `RegisterCertificate` operation.
185pub mod register_certificate;
186
187/// Types for the `RegisterEventTopic` operation.
188pub mod register_event_topic;
189
190/// Types for the `RejectSharedDirectory` operation.
191pub mod reject_shared_directory;
192
193/// Types for the `RemoveIpRoutes` operation.
194pub mod remove_ip_routes;
195
196/// Types for the `RemoveRegion` operation.
197pub mod remove_region;
198
199/// Types for the `RemoveTagsFromResource` operation.
200pub mod remove_tags_from_resource;
201
202/// Types for the `ResetUserPassword` operation.
203pub mod reset_user_password;
204
205/// Types for the `RestoreFromSnapshot` operation.
206pub mod restore_from_snapshot;
207
208/// Types for the `ShareDirectory` operation.
209pub mod share_directory;
210
211/// Types for the `StartADAssessment` operation.
212pub mod start_ad_assessment;
213
214/// Types for the `StartSchemaExtension` operation.
215pub mod start_schema_extension;
216
217/// Types for the `UnshareDirectory` operation.
218pub mod unshare_directory;
219
220/// Types for the `UpdateConditionalForwarder` operation.
221pub mod update_conditional_forwarder;
222
223/// Types for the `UpdateDirectorySetup` operation.
224pub mod update_directory_setup;
225
226/// Types for the `UpdateHybridAD` operation.
227pub mod update_hybrid_ad;
228
229/// Types for the `UpdateNumberOfDomainControllers` operation.
230pub mod update_number_of_domain_controllers;
231
232/// Types for the `UpdateRadius` operation.
233pub mod update_radius;
234
235/// Types for the `UpdateSettings` operation.
236pub mod update_settings;
237
238/// Types for the `UpdateTrust` operation.
239pub mod update_trust;
240
241/// Types for the `VerifyTrust` operation.
242pub mod verify_trust;