aws_sdk_gamelift/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 `AcceptMatch` operation.
5pub mod accept_match;
6
7/// Types for the `ClaimGameServer` operation.
8pub mod claim_game_server;
9
10/// Types for the `CreateAlias` operation.
11pub mod create_alias;
12
13/// Types for the `CreateBuild` operation.
14pub mod create_build;
15
16/// Types for the `CreateContainerFleet` operation.
17pub mod create_container_fleet;
18
19/// Types for the `CreateContainerGroupDefinition` operation.
20pub mod create_container_group_definition;
21
22/// Types for the `CreateFleet` operation.
23pub mod create_fleet;
24
25/// Types for the `CreateFleetLocations` operation.
26pub mod create_fleet_locations;
27
28/// Types for the `CreateGameServerGroup` operation.
29pub mod create_game_server_group;
30
31/// Types for the `CreateGameSession` operation.
32pub mod create_game_session;
33
34/// Types for the `CreateGameSessionQueue` operation.
35pub mod create_game_session_queue;
36
37/// Types for the `CreateLocation` operation.
38pub mod create_location;
39
40/// Types for the `CreateMatchmakingConfiguration` operation.
41pub mod create_matchmaking_configuration;
42
43/// Types for the `CreateMatchmakingRuleSet` operation.
44pub mod create_matchmaking_rule_set;
45
46/// Types for the `CreatePlayerSession` operation.
47pub mod create_player_session;
48
49/// Types for the `CreatePlayerSessions` operation.
50pub mod create_player_sessions;
51
52/// Types for the `CreateScript` operation.
53pub mod create_script;
54
55/// Types for the `CreateVpcPeeringAuthorization` operation.
56pub mod create_vpc_peering_authorization;
57
58/// Types for the `CreateVpcPeeringConnection` operation.
59pub mod create_vpc_peering_connection;
60
61/// Types for the `DeleteAlias` operation.
62pub mod delete_alias;
63
64/// Types for the `DeleteBuild` operation.
65pub mod delete_build;
66
67/// Types for the `DeleteContainerFleet` operation.
68pub mod delete_container_fleet;
69
70/// Types for the `DeleteContainerGroupDefinition` operation.
71pub mod delete_container_group_definition;
72
73/// Types for the `DeleteFleet` operation.
74pub mod delete_fleet;
75
76/// Types for the `DeleteFleetLocations` operation.
77pub mod delete_fleet_locations;
78
79/// Types for the `DeleteGameServerGroup` operation.
80pub mod delete_game_server_group;
81
82/// Types for the `DeleteGameSessionQueue` operation.
83pub mod delete_game_session_queue;
84
85/// Types for the `DeleteLocation` operation.
86pub mod delete_location;
87
88/// Types for the `DeleteMatchmakingConfiguration` operation.
89pub mod delete_matchmaking_configuration;
90
91/// Types for the `DeleteMatchmakingRuleSet` operation.
92pub mod delete_matchmaking_rule_set;
93
94/// Types for the `DeleteScalingPolicy` operation.
95pub mod delete_scaling_policy;
96
97/// Types for the `DeleteScript` operation.
98pub mod delete_script;
99
100/// Types for the `DeleteVpcPeeringAuthorization` operation.
101pub mod delete_vpc_peering_authorization;
102
103/// Types for the `DeleteVpcPeeringConnection` operation.
104pub mod delete_vpc_peering_connection;
105
106/// Types for the `DeregisterCompute` operation.
107pub mod deregister_compute;
108
109/// Types for the `DeregisterGameServer` operation.
110pub mod deregister_game_server;
111
112/// Types for the `DescribeAlias` operation.
113pub mod describe_alias;
114
115/// Types for the `DescribeBuild` operation.
116pub mod describe_build;
117
118/// Types for the `DescribeCompute` operation.
119pub mod describe_compute;
120
121/// Types for the `DescribeContainerFleet` operation.
122pub mod describe_container_fleet;
123
124/// Types for the `DescribeContainerGroupDefinition` operation.
125pub mod describe_container_group_definition;
126
127/// Types for the `DescribeEC2InstanceLimits` operation.
128pub mod describe_ec2_instance_limits;
129
130/// Types for the `DescribeFleetAttributes` operation.
131pub mod describe_fleet_attributes;
132
133/// Types for the `DescribeFleetCapacity` operation.
134pub mod describe_fleet_capacity;
135
136/// Types for the `DescribeFleetDeployment` operation.
137pub mod describe_fleet_deployment;
138
139/// Types for the `DescribeFleetEvents` operation.
140pub mod describe_fleet_events;
141
142/// Types for the `DescribeFleetLocationAttributes` operation.
143pub mod describe_fleet_location_attributes;
144
145/// Types for the `DescribeFleetLocationCapacity` operation.
146pub mod describe_fleet_location_capacity;
147
148/// Types for the `DescribeFleetLocationUtilization` operation.
149pub mod describe_fleet_location_utilization;
150
151/// Types for the `DescribeFleetPortSettings` operation.
152pub mod describe_fleet_port_settings;
153
154/// Types for the `DescribeFleetUtilization` operation.
155pub mod describe_fleet_utilization;
156
157/// Types for the `DescribeGameServer` operation.
158pub mod describe_game_server;
159
160/// Types for the `DescribeGameServerGroup` operation.
161pub mod describe_game_server_group;
162
163/// Types for the `DescribeGameServerInstances` operation.
164pub mod describe_game_server_instances;
165
166/// Types for the `DescribeGameSessionDetails` operation.
167pub mod describe_game_session_details;
168
169/// Types for the `DescribeGameSessionPlacement` operation.
170pub mod describe_game_session_placement;
171
172/// Types for the `DescribeGameSessionQueues` operation.
173pub mod describe_game_session_queues;
174
175/// Types for the `DescribeGameSessions` operation.
176pub mod describe_game_sessions;
177
178/// Types for the `DescribeInstances` operation.
179pub mod describe_instances;
180
181/// Types for the `DescribeMatchmaking` operation.
182pub mod describe_matchmaking;
183
184/// Types for the `DescribeMatchmakingConfigurations` operation.
185pub mod describe_matchmaking_configurations;
186
187/// Types for the `DescribeMatchmakingRuleSets` operation.
188pub mod describe_matchmaking_rule_sets;
189
190/// Types for the `DescribePlayerSessions` operation.
191pub mod describe_player_sessions;
192
193/// Types for the `DescribeRuntimeConfiguration` operation.
194pub mod describe_runtime_configuration;
195
196/// Types for the `DescribeScalingPolicies` operation.
197pub mod describe_scaling_policies;
198
199/// Types for the `DescribeScript` operation.
200pub mod describe_script;
201
202/// Types for the `DescribeVpcPeeringAuthorizations` operation.
203pub mod describe_vpc_peering_authorizations;
204
205/// Types for the `DescribeVpcPeeringConnections` operation.
206pub mod describe_vpc_peering_connections;
207
208/// Types for the `GetComputeAccess` operation.
209pub mod get_compute_access;
210
211/// Types for the `GetComputeAuthToken` operation.
212pub mod get_compute_auth_token;
213
214/// Types for the `GetGameSessionLogUrl` operation.
215pub mod get_game_session_log_url;
216
217/// Types for the `GetInstanceAccess` operation.
218pub mod get_instance_access;
219
220/// Types for the `ListAliases` operation.
221pub mod list_aliases;
222
223/// Types for the `ListBuilds` operation.
224pub mod list_builds;
225
226/// Types for the `ListCompute` operation.
227pub mod list_compute;
228
229/// Types for the `ListContainerFleets` operation.
230pub mod list_container_fleets;
231
232/// Types for the `ListContainerGroupDefinitionVersions` operation.
233pub mod list_container_group_definition_versions;
234
235/// Types for the `ListContainerGroupDefinitions` operation.
236pub mod list_container_group_definitions;
237
238/// Types for the `ListFleetDeployments` operation.
239pub mod list_fleet_deployments;
240
241/// Types for the `ListFleets` operation.
242pub mod list_fleets;
243
244/// Types for the `ListGameServerGroups` operation.
245pub mod list_game_server_groups;
246
247/// Types for the `ListGameServers` operation.
248pub mod list_game_servers;
249
250/// Types for the `ListLocations` operation.
251pub mod list_locations;
252
253/// Types for the `ListScripts` operation.
254pub mod list_scripts;
255
256/// Types for the `ListTagsForResource` operation.
257pub mod list_tags_for_resource;
258
259/// Types for the `PutScalingPolicy` operation.
260pub mod put_scaling_policy;
261
262/// Types for the `RegisterCompute` operation.
263pub mod register_compute;
264
265/// Types for the `RegisterGameServer` operation.
266pub mod register_game_server;
267
268/// Types for the `RequestUploadCredentials` operation.
269pub mod request_upload_credentials;
270
271/// Types for the `ResolveAlias` operation.
272pub mod resolve_alias;
273
274/// Types for the `ResumeGameServerGroup` operation.
275pub mod resume_game_server_group;
276
277/// Types for the `SearchGameSessions` operation.
278pub mod search_game_sessions;
279
280/// Types for the `StartFleetActions` operation.
281pub mod start_fleet_actions;
282
283/// Types for the `StartGameSessionPlacement` operation.
284pub mod start_game_session_placement;
285
286/// Types for the `StartMatchBackfill` operation.
287pub mod start_match_backfill;
288
289/// Types for the `StartMatchmaking` operation.
290pub mod start_matchmaking;
291
292/// Types for the `StopFleetActions` operation.
293pub mod stop_fleet_actions;
294
295/// Types for the `StopGameSessionPlacement` operation.
296pub mod stop_game_session_placement;
297
298/// Types for the `StopMatchmaking` operation.
299pub mod stop_matchmaking;
300
301/// Types for the `SuspendGameServerGroup` operation.
302pub mod suspend_game_server_group;
303
304/// Types for the `TagResource` operation.
305pub mod tag_resource;
306
307/// Types for the `TerminateGameSession` operation.
308pub mod terminate_game_session;
309
310/// Types for the `UntagResource` operation.
311pub mod untag_resource;
312
313/// Types for the `UpdateAlias` operation.
314pub mod update_alias;
315
316/// Types for the `UpdateBuild` operation.
317pub mod update_build;
318
319/// Types for the `UpdateContainerFleet` operation.
320pub mod update_container_fleet;
321
322/// Types for the `UpdateContainerGroupDefinition` operation.
323pub mod update_container_group_definition;
324
325/// Types for the `UpdateFleetAttributes` operation.
326pub mod update_fleet_attributes;
327
328/// Types for the `UpdateFleetCapacity` operation.
329pub mod update_fleet_capacity;
330
331/// Types for the `UpdateFleetPortSettings` operation.
332pub mod update_fleet_port_settings;
333
334/// Types for the `UpdateGameServer` operation.
335pub mod update_game_server;
336
337/// Types for the `UpdateGameServerGroup` operation.
338pub mod update_game_server_group;
339
340/// Types for the `UpdateGameSession` operation.
341pub mod update_game_session;
342
343/// Types for the `UpdateGameSessionQueue` operation.
344pub mod update_game_session_queue;
345
346/// Types for the `UpdateMatchmakingConfiguration` operation.
347pub mod update_matchmaking_configuration;
348
349/// Types for the `UpdateRuntimeConfiguration` operation.
350pub mod update_runtime_configuration;
351
352/// Types for the `UpdateScript` operation.
353pub mod update_script;
354
355/// Types for the `ValidateMatchmakingRuleSet` operation.
356pub mod validate_matchmaking_rule_set;