aws_sdk_workspacesweb/
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 `AssociateBrowserSettings` operation.
5pub mod associate_browser_settings;
6
7/// Types for the `AssociateDataProtectionSettings` operation.
8pub mod associate_data_protection_settings;
9
10/// Types for the `AssociateIpAccessSettings` operation.
11pub mod associate_ip_access_settings;
12
13/// Types for the `AssociateNetworkSettings` operation.
14pub mod associate_network_settings;
15
16/// Types for the `AssociateSessionLogger` operation.
17pub mod associate_session_logger;
18
19/// Types for the `AssociateTrustStore` operation.
20pub mod associate_trust_store;
21
22/// Types for the `AssociateUserAccessLoggingSettings` operation.
23pub mod associate_user_access_logging_settings;
24
25/// Types for the `AssociateUserSettings` operation.
26pub mod associate_user_settings;
27
28/// Types for the `CreateBrowserSettings` operation.
29pub mod create_browser_settings;
30
31/// Types for the `CreateDataProtectionSettings` operation.
32pub mod create_data_protection_settings;
33
34/// Types for the `CreateIdentityProvider` operation.
35pub mod create_identity_provider;
36
37/// Types for the `CreateIpAccessSettings` operation.
38pub mod create_ip_access_settings;
39
40/// Types for the `CreateNetworkSettings` operation.
41pub mod create_network_settings;
42
43/// Types for the `CreatePortal` operation.
44pub mod create_portal;
45
46/// Types for the `CreateSessionLogger` operation.
47pub mod create_session_logger;
48
49/// Types for the `CreateTrustStore` operation.
50pub mod create_trust_store;
51
52/// Types for the `CreateUserAccessLoggingSettings` operation.
53pub mod create_user_access_logging_settings;
54
55/// Types for the `CreateUserSettings` operation.
56pub mod create_user_settings;
57
58/// Types for the `DeleteBrowserSettings` operation.
59pub mod delete_browser_settings;
60
61/// Types for the `DeleteDataProtectionSettings` operation.
62pub mod delete_data_protection_settings;
63
64/// Types for the `DeleteIdentityProvider` operation.
65pub mod delete_identity_provider;
66
67/// Types for the `DeleteIpAccessSettings` operation.
68pub mod delete_ip_access_settings;
69
70/// Types for the `DeleteNetworkSettings` operation.
71pub mod delete_network_settings;
72
73/// Types for the `DeletePortal` operation.
74pub mod delete_portal;
75
76/// Types for the `DeleteSessionLogger` operation.
77pub mod delete_session_logger;
78
79/// Types for the `DeleteTrustStore` operation.
80pub mod delete_trust_store;
81
82/// Types for the `DeleteUserAccessLoggingSettings` operation.
83pub mod delete_user_access_logging_settings;
84
85/// Types for the `DeleteUserSettings` operation.
86pub mod delete_user_settings;
87
88/// Types for the `DisassociateBrowserSettings` operation.
89pub mod disassociate_browser_settings;
90
91/// Types for the `DisassociateDataProtectionSettings` operation.
92pub mod disassociate_data_protection_settings;
93
94/// Types for the `DisassociateIpAccessSettings` operation.
95pub mod disassociate_ip_access_settings;
96
97/// Types for the `DisassociateNetworkSettings` operation.
98pub mod disassociate_network_settings;
99
100/// Types for the `DisassociateSessionLogger` operation.
101pub mod disassociate_session_logger;
102
103/// Types for the `DisassociateTrustStore` operation.
104pub mod disassociate_trust_store;
105
106/// Types for the `DisassociateUserAccessLoggingSettings` operation.
107pub mod disassociate_user_access_logging_settings;
108
109/// Types for the `DisassociateUserSettings` operation.
110pub mod disassociate_user_settings;
111
112/// Types for the `ExpireSession` operation.
113pub mod expire_session;
114
115/// Types for the `GetBrowserSettings` operation.
116pub mod get_browser_settings;
117
118/// Types for the `GetDataProtectionSettings` operation.
119pub mod get_data_protection_settings;
120
121/// Types for the `GetIdentityProvider` operation.
122pub mod get_identity_provider;
123
124/// Types for the `GetIpAccessSettings` operation.
125pub mod get_ip_access_settings;
126
127/// Types for the `GetNetworkSettings` operation.
128pub mod get_network_settings;
129
130/// Types for the `GetPortal` operation.
131pub mod get_portal;
132
133/// Types for the `GetPortalServiceProviderMetadata` operation.
134pub mod get_portal_service_provider_metadata;
135
136/// Types for the `GetSession` operation.
137pub mod get_session;
138
139/// Types for the `GetSessionLogger` operation.
140pub mod get_session_logger;
141
142/// Types for the `GetTrustStore` operation.
143pub mod get_trust_store;
144
145/// Types for the `GetTrustStoreCertificate` operation.
146pub mod get_trust_store_certificate;
147
148/// Types for the `GetUserAccessLoggingSettings` operation.
149pub mod get_user_access_logging_settings;
150
151/// Types for the `GetUserSettings` operation.
152pub mod get_user_settings;
153
154/// Types for the `ListBrowserSettings` operation.
155pub mod list_browser_settings;
156
157/// Types for the `ListDataProtectionSettings` operation.
158pub mod list_data_protection_settings;
159
160/// Types for the `ListIdentityProviders` operation.
161pub mod list_identity_providers;
162
163/// Types for the `ListIpAccessSettings` operation.
164pub mod list_ip_access_settings;
165
166/// Types for the `ListNetworkSettings` operation.
167pub mod list_network_settings;
168
169/// Types for the `ListPortals` operation.
170pub mod list_portals;
171
172/// Types for the `ListSessionLoggers` operation.
173pub mod list_session_loggers;
174
175/// Types for the `ListSessions` operation.
176pub mod list_sessions;
177
178/// Types for the `ListTagsForResource` operation.
179pub mod list_tags_for_resource;
180
181/// Types for the `ListTrustStoreCertificates` operation.
182pub mod list_trust_store_certificates;
183
184/// Types for the `ListTrustStores` operation.
185pub mod list_trust_stores;
186
187/// Types for the `ListUserAccessLoggingSettings` operation.
188pub mod list_user_access_logging_settings;
189
190/// Types for the `ListUserSettings` operation.
191pub mod list_user_settings;
192
193/// Types for the `TagResource` operation.
194pub mod tag_resource;
195
196/// Types for the `UntagResource` operation.
197pub mod untag_resource;
198
199/// Types for the `UpdateBrowserSettings` operation.
200pub mod update_browser_settings;
201
202/// Types for the `UpdateDataProtectionSettings` operation.
203pub mod update_data_protection_settings;
204
205/// Types for the `UpdateIdentityProvider` operation.
206pub mod update_identity_provider;
207
208/// Types for the `UpdateIpAccessSettings` operation.
209pub mod update_ip_access_settings;
210
211/// Types for the `UpdateNetworkSettings` operation.
212pub mod update_network_settings;
213
214/// Types for the `UpdatePortal` operation.
215pub mod update_portal;
216
217/// Types for the `UpdateSessionLogger` operation.
218pub mod update_session_logger;
219
220/// Types for the `UpdateTrustStore` operation.
221pub mod update_trust_store;
222
223/// Types for the `UpdateUserAccessLoggingSettings` operation.
224pub mod update_user_access_logging_settings;
225
226/// Types for the `UpdateUserSettings` operation.
227pub mod update_user_settings;