aws_sdk_devicefarm/
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 `CreateDevicePool` operation.
5pub mod create_device_pool;
6
7/// Types for the `CreateInstanceProfile` operation.
8pub mod create_instance_profile;
9
10/// Types for the `CreateNetworkProfile` operation.
11pub mod create_network_profile;
12
13/// Types for the `CreateProject` operation.
14pub mod create_project;
15
16/// Types for the `CreateRemoteAccessSession` operation.
17pub mod create_remote_access_session;
18
19/// Types for the `CreateTestGridProject` operation.
20pub mod create_test_grid_project;
21
22/// Types for the `CreateTestGridUrl` operation.
23pub mod create_test_grid_url;
24
25/// Types for the `CreateUpload` operation.
26pub mod create_upload;
27
28/// Types for the `CreateVPCEConfiguration` operation.
29pub mod create_vpce_configuration;
30
31/// Types for the `DeleteDevicePool` operation.
32pub mod delete_device_pool;
33
34/// Types for the `DeleteInstanceProfile` operation.
35pub mod delete_instance_profile;
36
37/// Types for the `DeleteNetworkProfile` operation.
38pub mod delete_network_profile;
39
40/// Types for the `DeleteProject` operation.
41pub mod delete_project;
42
43/// Types for the `DeleteRemoteAccessSession` operation.
44pub mod delete_remote_access_session;
45
46/// Types for the `DeleteRun` operation.
47pub mod delete_run;
48
49/// Types for the `DeleteTestGridProject` operation.
50pub mod delete_test_grid_project;
51
52/// Types for the `DeleteUpload` operation.
53pub mod delete_upload;
54
55/// Types for the `DeleteVPCEConfiguration` operation.
56pub mod delete_vpce_configuration;
57
58/// Types for the `GetAccountSettings` operation.
59pub mod get_account_settings;
60
61/// Types for the `GetDevice` operation.
62pub mod get_device;
63
64/// Types for the `GetDeviceInstance` operation.
65pub mod get_device_instance;
66
67/// Types for the `GetDevicePool` operation.
68pub mod get_device_pool;
69
70/// Types for the `GetDevicePoolCompatibility` operation.
71pub mod get_device_pool_compatibility;
72
73/// Types for the `GetInstanceProfile` operation.
74pub mod get_instance_profile;
75
76/// Types for the `GetJob` operation.
77pub mod get_job;
78
79/// Types for the `GetNetworkProfile` operation.
80pub mod get_network_profile;
81
82/// Types for the `GetOfferingStatus` operation.
83pub mod get_offering_status;
84
85/// Types for the `GetProject` operation.
86pub mod get_project;
87
88/// Types for the `GetRemoteAccessSession` operation.
89pub mod get_remote_access_session;
90
91/// Types for the `GetRun` operation.
92pub mod get_run;
93
94/// Types for the `GetSuite` operation.
95pub mod get_suite;
96
97/// Types for the `GetTest` operation.
98pub mod get_test;
99
100/// Types for the `GetTestGridProject` operation.
101pub mod get_test_grid_project;
102
103/// Types for the `GetTestGridSession` operation.
104pub mod get_test_grid_session;
105
106/// Types for the `GetUpload` operation.
107pub mod get_upload;
108
109/// Types for the `GetVPCEConfiguration` operation.
110pub mod get_vpce_configuration;
111
112/// Types for the `InstallToRemoteAccessSession` operation.
113pub mod install_to_remote_access_session;
114
115/// Types for the `ListArtifacts` operation.
116pub mod list_artifacts;
117
118/// Types for the `ListDeviceInstances` operation.
119pub mod list_device_instances;
120
121/// Types for the `ListDevicePools` operation.
122pub mod list_device_pools;
123
124/// Types for the `ListDevices` operation.
125pub mod list_devices;
126
127/// Types for the `ListInstanceProfiles` operation.
128pub mod list_instance_profiles;
129
130/// Types for the `ListJobs` operation.
131pub mod list_jobs;
132
133/// Types for the `ListNetworkProfiles` operation.
134pub mod list_network_profiles;
135
136/// Types for the `ListOfferingPromotions` operation.
137pub mod list_offering_promotions;
138
139/// Types for the `ListOfferingTransactions` operation.
140pub mod list_offering_transactions;
141
142/// Types for the `ListOfferings` operation.
143pub mod list_offerings;
144
145/// Types for the `ListProjects` operation.
146pub mod list_projects;
147
148/// Types for the `ListRemoteAccessSessions` operation.
149pub mod list_remote_access_sessions;
150
151/// Types for the `ListRuns` operation.
152pub mod list_runs;
153
154/// Types for the `ListSamples` operation.
155pub mod list_samples;
156
157/// Types for the `ListSuites` operation.
158pub mod list_suites;
159
160/// Types for the `ListTagsForResource` operation.
161pub mod list_tags_for_resource;
162
163/// Types for the `ListTestGridProjects` operation.
164pub mod list_test_grid_projects;
165
166/// Types for the `ListTestGridSessionActions` operation.
167pub mod list_test_grid_session_actions;
168
169/// Types for the `ListTestGridSessionArtifacts` operation.
170pub mod list_test_grid_session_artifacts;
171
172/// Types for the `ListTestGridSessions` operation.
173pub mod list_test_grid_sessions;
174
175/// Types for the `ListTests` operation.
176pub mod list_tests;
177
178/// Types for the `ListUniqueProblems` operation.
179pub mod list_unique_problems;
180
181/// Types for the `ListUploads` operation.
182pub mod list_uploads;
183
184/// Types for the `ListVPCEConfigurations` operation.
185pub mod list_vpce_configurations;
186
187/// Types for the `PurchaseOffering` operation.
188pub mod purchase_offering;
189
190/// Types for the `RenewOffering` operation.
191pub mod renew_offering;
192
193/// Types for the `ScheduleRun` operation.
194pub mod schedule_run;
195
196/// Types for the `StopJob` operation.
197pub mod stop_job;
198
199/// Types for the `StopRemoteAccessSession` operation.
200pub mod stop_remote_access_session;
201
202/// Types for the `StopRun` operation.
203pub mod stop_run;
204
205/// Types for the `TagResource` operation.
206pub mod tag_resource;
207
208/// Types for the `UntagResource` operation.
209pub mod untag_resource;
210
211/// Types for the `UpdateDeviceInstance` operation.
212pub mod update_device_instance;
213
214/// Types for the `UpdateDevicePool` operation.
215pub mod update_device_pool;
216
217/// Types for the `UpdateInstanceProfile` operation.
218pub mod update_instance_profile;
219
220/// Types for the `UpdateNetworkProfile` operation.
221pub mod update_network_profile;
222
223/// Types for the `UpdateProject` operation.
224pub mod update_project;
225
226/// Types for the `UpdateTestGridProject` operation.
227pub mod update_test_grid_project;
228
229/// Types for the `UpdateUpload` operation.
230pub mod update_upload;
231
232/// Types for the `UpdateVPCEConfiguration` operation.
233pub mod update_vpce_configuration;