aws_sdk_devicefarm/
operation.rs

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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateDevicePool` operation.
pub mod create_device_pool;

/// Types for the `CreateInstanceProfile` operation.
pub mod create_instance_profile;

/// Types for the `CreateNetworkProfile` operation.
pub mod create_network_profile;

/// Types for the `CreateProject` operation.
pub mod create_project;

/// Types for the `CreateRemoteAccessSession` operation.
pub mod create_remote_access_session;

/// Types for the `CreateTestGridProject` operation.
pub mod create_test_grid_project;

/// Types for the `CreateTestGridUrl` operation.
pub mod create_test_grid_url;

/// Types for the `CreateUpload` operation.
pub mod create_upload;

/// Types for the `CreateVPCEConfiguration` operation.
pub mod create_vpce_configuration;

/// Types for the `DeleteDevicePool` operation.
pub mod delete_device_pool;

/// Types for the `DeleteInstanceProfile` operation.
pub mod delete_instance_profile;

/// Types for the `DeleteNetworkProfile` operation.
pub mod delete_network_profile;

/// Types for the `DeleteProject` operation.
pub mod delete_project;

/// Types for the `DeleteRemoteAccessSession` operation.
pub mod delete_remote_access_session;

/// Types for the `DeleteRun` operation.
pub mod delete_run;

/// Types for the `DeleteTestGridProject` operation.
pub mod delete_test_grid_project;

/// Types for the `DeleteUpload` operation.
pub mod delete_upload;

/// Types for the `DeleteVPCEConfiguration` operation.
pub mod delete_vpce_configuration;

/// Types for the `GetAccountSettings` operation.
pub mod get_account_settings;

/// Types for the `GetDevice` operation.
pub mod get_device;

/// Types for the `GetDeviceInstance` operation.
pub mod get_device_instance;

/// Types for the `GetDevicePool` operation.
pub mod get_device_pool;

/// Types for the `GetDevicePoolCompatibility` operation.
pub mod get_device_pool_compatibility;

/// Types for the `GetInstanceProfile` operation.
pub mod get_instance_profile;

/// Types for the `GetJob` operation.
pub mod get_job;

/// Types for the `GetNetworkProfile` operation.
pub mod get_network_profile;

/// Types for the `GetOfferingStatus` operation.
pub mod get_offering_status;

/// Types for the `GetProject` operation.
pub mod get_project;

/// Types for the `GetRemoteAccessSession` operation.
pub mod get_remote_access_session;

/// Types for the `GetRun` operation.
pub mod get_run;

/// Types for the `GetSuite` operation.
pub mod get_suite;

/// Types for the `GetTest` operation.
pub mod get_test;

/// Types for the `GetTestGridProject` operation.
pub mod get_test_grid_project;

/// Types for the `GetTestGridSession` operation.
pub mod get_test_grid_session;

/// Types for the `GetUpload` operation.
pub mod get_upload;

/// Types for the `GetVPCEConfiguration` operation.
pub mod get_vpce_configuration;

/// Types for the `InstallToRemoteAccessSession` operation.
pub mod install_to_remote_access_session;

/// Types for the `ListArtifacts` operation.
pub mod list_artifacts;

/// Types for the `ListDeviceInstances` operation.
pub mod list_device_instances;

/// Types for the `ListDevicePools` operation.
pub mod list_device_pools;

/// Types for the `ListDevices` operation.
pub mod list_devices;

/// Types for the `ListInstanceProfiles` operation.
pub mod list_instance_profiles;

/// Types for the `ListJobs` operation.
pub mod list_jobs;

/// Types for the `ListNetworkProfiles` operation.
pub mod list_network_profiles;

/// Types for the `ListOfferingPromotions` operation.
pub mod list_offering_promotions;

/// Types for the `ListOfferingTransactions` operation.
pub mod list_offering_transactions;

/// Types for the `ListOfferings` operation.
pub mod list_offerings;

/// Types for the `ListProjects` operation.
pub mod list_projects;

/// Types for the `ListRemoteAccessSessions` operation.
pub mod list_remote_access_sessions;

/// Types for the `ListRuns` operation.
pub mod list_runs;

/// Types for the `ListSamples` operation.
pub mod list_samples;

/// Types for the `ListSuites` operation.
pub mod list_suites;

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

/// Types for the `ListTestGridProjects` operation.
pub mod list_test_grid_projects;

/// Types for the `ListTestGridSessionActions` operation.
pub mod list_test_grid_session_actions;

/// Types for the `ListTestGridSessionArtifacts` operation.
pub mod list_test_grid_session_artifacts;

/// Types for the `ListTestGridSessions` operation.
pub mod list_test_grid_sessions;

/// Types for the `ListTests` operation.
pub mod list_tests;

/// Types for the `ListUniqueProblems` operation.
pub mod list_unique_problems;

/// Types for the `ListUploads` operation.
pub mod list_uploads;

/// Types for the `ListVPCEConfigurations` operation.
pub mod list_vpce_configurations;

/// Types for the `PurchaseOffering` operation.
pub mod purchase_offering;

/// Types for the `RenewOffering` operation.
pub mod renew_offering;

/// Types for the `ScheduleRun` operation.
pub mod schedule_run;

/// Types for the `StopJob` operation.
pub mod stop_job;

/// Types for the `StopRemoteAccessSession` operation.
pub mod stop_remote_access_session;

/// Types for the `StopRun` operation.
pub mod stop_run;

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

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

/// Types for the `UpdateDeviceInstance` operation.
pub mod update_device_instance;

/// Types for the `UpdateDevicePool` operation.
pub mod update_device_pool;

/// Types for the `UpdateInstanceProfile` operation.
pub mod update_instance_profile;

/// Types for the `UpdateNetworkProfile` operation.
pub mod update_network_profile;

/// Types for the `UpdateProject` operation.
pub mod update_project;

/// Types for the `UpdateTestGridProject` operation.
pub mod update_test_grid_project;

/// Types for the `UpdateUpload` operation.
pub mod update_upload;

/// Types for the `UpdateVPCEConfiguration` operation.
pub mod update_vpce_configuration;