aws-sdk-gamelift 1.75.0 → 1.76.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,1963 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::GameLift
9
+ module Types
10
+
11
+ class AcceptMatchInput
12
+ attr_accessor ticket_id: ::String
13
+ attr_accessor player_ids: ::Array[::String]
14
+ attr_accessor acceptance_type: ("ACCEPT" | "REJECT")
15
+ SENSITIVE: [:player_ids]
16
+ end
17
+
18
+ class AcceptMatchOutput < Aws::EmptyStructure
19
+ end
20
+
21
+ class Alias
22
+ attr_accessor alias_id: ::String
23
+ attr_accessor name: ::String
24
+ attr_accessor alias_arn: ::String
25
+ attr_accessor description: ::String
26
+ attr_accessor routing_strategy: Types::RoutingStrategy
27
+ attr_accessor creation_time: ::Time
28
+ attr_accessor last_updated_time: ::Time
29
+ SENSITIVE: []
30
+ end
31
+
32
+ class AnywhereConfiguration
33
+ attr_accessor cost: ::String
34
+ SENSITIVE: []
35
+ end
36
+
37
+ class AttributeValue
38
+ attr_accessor s: ::String
39
+ attr_accessor n: ::Float
40
+ attr_accessor sl: ::Array[::String]
41
+ attr_accessor sdm: ::Hash[::String, ::Float]
42
+ SENSITIVE: []
43
+ end
44
+
45
+ class AwsCredentials
46
+ attr_accessor access_key_id: ::String
47
+ attr_accessor secret_access_key: ::String
48
+ attr_accessor session_token: ::String
49
+ SENSITIVE: []
50
+ end
51
+
52
+ class Build
53
+ attr_accessor build_id: ::String
54
+ attr_accessor build_arn: ::String
55
+ attr_accessor name: ::String
56
+ attr_accessor version: ::String
57
+ attr_accessor status: ("INITIALIZED" | "READY" | "FAILED")
58
+ attr_accessor size_on_disk: ::Integer
59
+ attr_accessor operating_system: ("WINDOWS_2012" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "WINDOWS_2016" | "AMAZON_LINUX_2023")
60
+ attr_accessor creation_time: ::Time
61
+ attr_accessor server_sdk_version: ::String
62
+ SENSITIVE: []
63
+ end
64
+
65
+ class CertificateConfiguration
66
+ attr_accessor certificate_type: ("DISABLED" | "GENERATED")
67
+ SENSITIVE: []
68
+ end
69
+
70
+ class ClaimFilterOption
71
+ attr_accessor instance_statuses: ::Array[("ACTIVE" | "DRAINING")]
72
+ SENSITIVE: []
73
+ end
74
+
75
+ class ClaimGameServerInput
76
+ attr_accessor game_server_group_name: ::String
77
+ attr_accessor game_server_id: ::String
78
+ attr_accessor game_server_data: ::String
79
+ attr_accessor filter_option: Types::ClaimFilterOption
80
+ SENSITIVE: []
81
+ end
82
+
83
+ class ClaimGameServerOutput
84
+ attr_accessor game_server: Types::GameServer
85
+ SENSITIVE: []
86
+ end
87
+
88
+ class Compute
89
+ attr_accessor fleet_id: ::String
90
+ attr_accessor fleet_arn: ::String
91
+ attr_accessor compute_name: ::String
92
+ attr_accessor compute_arn: ::String
93
+ attr_accessor ip_address: ::String
94
+ attr_accessor dns_name: ::String
95
+ attr_accessor compute_status: ("PENDING" | "ACTIVE" | "TERMINATING")
96
+ attr_accessor location: ::String
97
+ attr_accessor creation_time: ::Time
98
+ attr_accessor operating_system: ("WINDOWS_2012" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "WINDOWS_2016" | "AMAZON_LINUX_2023")
99
+ attr_accessor type: ("t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge")
100
+ attr_accessor game_lift_service_sdk_endpoint: ::String
101
+ SENSITIVE: [:ip_address]
102
+ end
103
+
104
+ class ConflictException
105
+ attr_accessor message: ::String
106
+ SENSITIVE: []
107
+ end
108
+
109
+ class CreateAliasInput
110
+ attr_accessor name: ::String
111
+ attr_accessor description: ::String
112
+ attr_accessor routing_strategy: Types::RoutingStrategy
113
+ attr_accessor tags: ::Array[Types::Tag]
114
+ SENSITIVE: []
115
+ end
116
+
117
+ class CreateAliasOutput
118
+ attr_accessor alias: Types::Alias
119
+ SENSITIVE: []
120
+ end
121
+
122
+ class CreateBuildInput
123
+ attr_accessor name: ::String
124
+ attr_accessor version: ::String
125
+ attr_accessor storage_location: Types::S3Location
126
+ attr_accessor operating_system: ("WINDOWS_2012" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "WINDOWS_2016" | "AMAZON_LINUX_2023")
127
+ attr_accessor tags: ::Array[Types::Tag]
128
+ attr_accessor server_sdk_version: ::String
129
+ SENSITIVE: []
130
+ end
131
+
132
+ class CreateBuildOutput
133
+ attr_accessor build: Types::Build
134
+ attr_accessor upload_credentials: Types::AwsCredentials
135
+ attr_accessor storage_location: Types::S3Location
136
+ SENSITIVE: [:upload_credentials]
137
+ end
138
+
139
+ class CreateFleetInput
140
+ attr_accessor name: ::String
141
+ attr_accessor description: ::String
142
+ attr_accessor build_id: ::String
143
+ attr_accessor script_id: ::String
144
+ attr_accessor server_launch_path: ::String
145
+ attr_accessor server_launch_parameters: ::String
146
+ attr_accessor log_paths: ::Array[::String]
147
+ attr_accessor ec2_instance_type: ("t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge")
148
+ attr_accessor ec2_inbound_permissions: ::Array[Types::IpPermission]
149
+ attr_accessor new_game_session_protection_policy: ("NoProtection" | "FullProtection")
150
+ attr_accessor runtime_configuration: Types::RuntimeConfiguration
151
+ attr_accessor resource_creation_limit_policy: Types::ResourceCreationLimitPolicy
152
+ attr_accessor metric_groups: ::Array[::String]
153
+ attr_accessor peer_vpc_aws_account_id: ::String
154
+ attr_accessor peer_vpc_id: ::String
155
+ attr_accessor fleet_type: ("ON_DEMAND" | "SPOT")
156
+ attr_accessor instance_role_arn: ::String
157
+ attr_accessor certificate_configuration: Types::CertificateConfiguration
158
+ attr_accessor locations: ::Array[Types::LocationConfiguration]
159
+ attr_accessor tags: ::Array[Types::Tag]
160
+ attr_accessor compute_type: ("EC2" | "ANYWHERE")
161
+ attr_accessor anywhere_configuration: Types::AnywhereConfiguration
162
+ attr_accessor instance_role_credentials_provider: ("SHARED_CREDENTIAL_FILE")
163
+ SENSITIVE: []
164
+ end
165
+
166
+ class CreateFleetLocationsInput
167
+ attr_accessor fleet_id: ::String
168
+ attr_accessor locations: ::Array[Types::LocationConfiguration]
169
+ SENSITIVE: []
170
+ end
171
+
172
+ class CreateFleetLocationsOutput
173
+ attr_accessor fleet_id: ::String
174
+ attr_accessor fleet_arn: ::String
175
+ attr_accessor location_states: ::Array[Types::LocationState]
176
+ SENSITIVE: []
177
+ end
178
+
179
+ class CreateFleetOutput
180
+ attr_accessor fleet_attributes: Types::FleetAttributes
181
+ attr_accessor location_states: ::Array[Types::LocationState]
182
+ SENSITIVE: []
183
+ end
184
+
185
+ class CreateGameServerGroupInput
186
+ attr_accessor game_server_group_name: ::String
187
+ attr_accessor role_arn: ::String
188
+ attr_accessor min_size: ::Integer
189
+ attr_accessor max_size: ::Integer
190
+ attr_accessor launch_template: Types::LaunchTemplateSpecification
191
+ attr_accessor instance_definitions: ::Array[Types::InstanceDefinition]
192
+ attr_accessor auto_scaling_policy: Types::GameServerGroupAutoScalingPolicy
193
+ attr_accessor balancing_strategy: ("SPOT_ONLY" | "SPOT_PREFERRED" | "ON_DEMAND_ONLY")
194
+ attr_accessor game_server_protection_policy: ("NO_PROTECTION" | "FULL_PROTECTION")
195
+ attr_accessor vpc_subnets: ::Array[::String]
196
+ attr_accessor tags: ::Array[Types::Tag]
197
+ SENSITIVE: []
198
+ end
199
+
200
+ class CreateGameServerGroupOutput
201
+ attr_accessor game_server_group: Types::GameServerGroup
202
+ SENSITIVE: []
203
+ end
204
+
205
+ class CreateGameSessionInput
206
+ attr_accessor fleet_id: ::String
207
+ attr_accessor alias_id: ::String
208
+ attr_accessor maximum_player_session_count: ::Integer
209
+ attr_accessor name: ::String
210
+ attr_accessor game_properties: ::Array[Types::GameProperty]
211
+ attr_accessor creator_id: ::String
212
+ attr_accessor game_session_id: ::String
213
+ attr_accessor idempotency_token: ::String
214
+ attr_accessor game_session_data: ::String
215
+ attr_accessor location: ::String
216
+ SENSITIVE: []
217
+ end
218
+
219
+ class CreateGameSessionOutput
220
+ attr_accessor game_session: Types::GameSession
221
+ SENSITIVE: []
222
+ end
223
+
224
+ class CreateGameSessionQueueInput
225
+ attr_accessor name: ::String
226
+ attr_accessor timeout_in_seconds: ::Integer
227
+ attr_accessor player_latency_policies: ::Array[Types::PlayerLatencyPolicy]
228
+ attr_accessor destinations: ::Array[Types::GameSessionQueueDestination]
229
+ attr_accessor filter_configuration: Types::FilterConfiguration
230
+ attr_accessor priority_configuration: Types::PriorityConfiguration
231
+ attr_accessor custom_event_data: ::String
232
+ attr_accessor notification_target: ::String
233
+ attr_accessor tags: ::Array[Types::Tag]
234
+ SENSITIVE: []
235
+ end
236
+
237
+ class CreateGameSessionQueueOutput
238
+ attr_accessor game_session_queue: Types::GameSessionQueue
239
+ SENSITIVE: []
240
+ end
241
+
242
+ class CreateLocationInput
243
+ attr_accessor location_name: ::String
244
+ attr_accessor tags: ::Array[Types::Tag]
245
+ SENSITIVE: []
246
+ end
247
+
248
+ class CreateLocationOutput
249
+ attr_accessor location: Types::LocationModel
250
+ SENSITIVE: []
251
+ end
252
+
253
+ class CreateMatchmakingConfigurationInput
254
+ attr_accessor name: ::String
255
+ attr_accessor description: ::String
256
+ attr_accessor game_session_queue_arns: ::Array[::String]
257
+ attr_accessor request_timeout_seconds: ::Integer
258
+ attr_accessor acceptance_timeout_seconds: ::Integer
259
+ attr_accessor acceptance_required: bool
260
+ attr_accessor rule_set_name: ::String
261
+ attr_accessor notification_target: ::String
262
+ attr_accessor additional_player_count: ::Integer
263
+ attr_accessor custom_event_data: ::String
264
+ attr_accessor game_properties: ::Array[Types::GameProperty]
265
+ attr_accessor game_session_data: ::String
266
+ attr_accessor backfill_mode: ("AUTOMATIC" | "MANUAL")
267
+ attr_accessor flex_match_mode: ("STANDALONE" | "WITH_QUEUE")
268
+ attr_accessor tags: ::Array[Types::Tag]
269
+ SENSITIVE: []
270
+ end
271
+
272
+ class CreateMatchmakingConfigurationOutput
273
+ attr_accessor configuration: Types::MatchmakingConfiguration
274
+ SENSITIVE: []
275
+ end
276
+
277
+ class CreateMatchmakingRuleSetInput
278
+ attr_accessor name: ::String
279
+ attr_accessor rule_set_body: ::String
280
+ attr_accessor tags: ::Array[Types::Tag]
281
+ SENSITIVE: []
282
+ end
283
+
284
+ class CreateMatchmakingRuleSetOutput
285
+ attr_accessor rule_set: Types::MatchmakingRuleSet
286
+ SENSITIVE: []
287
+ end
288
+
289
+ class CreatePlayerSessionInput
290
+ attr_accessor game_session_id: ::String
291
+ attr_accessor player_id: ::String
292
+ attr_accessor player_data: ::String
293
+ SENSITIVE: [:player_id]
294
+ end
295
+
296
+ class CreatePlayerSessionOutput
297
+ attr_accessor player_session: Types::PlayerSession
298
+ SENSITIVE: []
299
+ end
300
+
301
+ class CreatePlayerSessionsInput
302
+ attr_accessor game_session_id: ::String
303
+ attr_accessor player_ids: ::Array[::String]
304
+ attr_accessor player_data_map: ::Hash[::String, ::String]
305
+ SENSITIVE: [:player_ids]
306
+ end
307
+
308
+ class CreatePlayerSessionsOutput
309
+ attr_accessor player_sessions: ::Array[Types::PlayerSession]
310
+ SENSITIVE: []
311
+ end
312
+
313
+ class CreateScriptInput
314
+ attr_accessor name: ::String
315
+ attr_accessor version: ::String
316
+ attr_accessor storage_location: Types::S3Location
317
+ attr_accessor zip_file: ::String
318
+ attr_accessor tags: ::Array[Types::Tag]
319
+ SENSITIVE: []
320
+ end
321
+
322
+ class CreateScriptOutput
323
+ attr_accessor script: Types::Script
324
+ SENSITIVE: []
325
+ end
326
+
327
+ class CreateVpcPeeringAuthorizationInput
328
+ attr_accessor game_lift_aws_account_id: ::String
329
+ attr_accessor peer_vpc_id: ::String
330
+ SENSITIVE: []
331
+ end
332
+
333
+ class CreateVpcPeeringAuthorizationOutput
334
+ attr_accessor vpc_peering_authorization: Types::VpcPeeringAuthorization
335
+ SENSITIVE: []
336
+ end
337
+
338
+ class CreateVpcPeeringConnectionInput
339
+ attr_accessor fleet_id: ::String
340
+ attr_accessor peer_vpc_aws_account_id: ::String
341
+ attr_accessor peer_vpc_id: ::String
342
+ SENSITIVE: []
343
+ end
344
+
345
+ class CreateVpcPeeringConnectionOutput < Aws::EmptyStructure
346
+ end
347
+
348
+ class DeleteAliasInput
349
+ attr_accessor alias_id: ::String
350
+ SENSITIVE: []
351
+ end
352
+
353
+ class DeleteBuildInput
354
+ attr_accessor build_id: ::String
355
+ SENSITIVE: []
356
+ end
357
+
358
+ class DeleteFleetInput
359
+ attr_accessor fleet_id: ::String
360
+ SENSITIVE: []
361
+ end
362
+
363
+ class DeleteFleetLocationsInput
364
+ attr_accessor fleet_id: ::String
365
+ attr_accessor locations: ::Array[::String]
366
+ SENSITIVE: []
367
+ end
368
+
369
+ class DeleteFleetLocationsOutput
370
+ attr_accessor fleet_id: ::String
371
+ attr_accessor fleet_arn: ::String
372
+ attr_accessor location_states: ::Array[Types::LocationState]
373
+ SENSITIVE: []
374
+ end
375
+
376
+ class DeleteGameServerGroupInput
377
+ attr_accessor game_server_group_name: ::String
378
+ attr_accessor delete_option: ("SAFE_DELETE" | "FORCE_DELETE" | "RETAIN")
379
+ SENSITIVE: []
380
+ end
381
+
382
+ class DeleteGameServerGroupOutput
383
+ attr_accessor game_server_group: Types::GameServerGroup
384
+ SENSITIVE: []
385
+ end
386
+
387
+ class DeleteGameSessionQueueInput
388
+ attr_accessor name: ::String
389
+ SENSITIVE: []
390
+ end
391
+
392
+ class DeleteGameSessionQueueOutput < Aws::EmptyStructure
393
+ end
394
+
395
+ class DeleteLocationInput
396
+ attr_accessor location_name: ::String
397
+ SENSITIVE: []
398
+ end
399
+
400
+ class DeleteLocationOutput < Aws::EmptyStructure
401
+ end
402
+
403
+ class DeleteMatchmakingConfigurationInput
404
+ attr_accessor name: ::String
405
+ SENSITIVE: []
406
+ end
407
+
408
+ class DeleteMatchmakingConfigurationOutput < Aws::EmptyStructure
409
+ end
410
+
411
+ class DeleteMatchmakingRuleSetInput
412
+ attr_accessor name: ::String
413
+ SENSITIVE: []
414
+ end
415
+
416
+ class DeleteMatchmakingRuleSetOutput < Aws::EmptyStructure
417
+ end
418
+
419
+ class DeleteScalingPolicyInput
420
+ attr_accessor name: ::String
421
+ attr_accessor fleet_id: ::String
422
+ SENSITIVE: []
423
+ end
424
+
425
+ class DeleteScriptInput
426
+ attr_accessor script_id: ::String
427
+ SENSITIVE: []
428
+ end
429
+
430
+ class DeleteVpcPeeringAuthorizationInput
431
+ attr_accessor game_lift_aws_account_id: ::String
432
+ attr_accessor peer_vpc_id: ::String
433
+ SENSITIVE: []
434
+ end
435
+
436
+ class DeleteVpcPeeringAuthorizationOutput < Aws::EmptyStructure
437
+ end
438
+
439
+ class DeleteVpcPeeringConnectionInput
440
+ attr_accessor fleet_id: ::String
441
+ attr_accessor vpc_peering_connection_id: ::String
442
+ SENSITIVE: []
443
+ end
444
+
445
+ class DeleteVpcPeeringConnectionOutput < Aws::EmptyStructure
446
+ end
447
+
448
+ class DeregisterComputeInput
449
+ attr_accessor fleet_id: ::String
450
+ attr_accessor compute_name: ::String
451
+ SENSITIVE: []
452
+ end
453
+
454
+ class DeregisterComputeOutput < Aws::EmptyStructure
455
+ end
456
+
457
+ class DeregisterGameServerInput
458
+ attr_accessor game_server_group_name: ::String
459
+ attr_accessor game_server_id: ::String
460
+ SENSITIVE: []
461
+ end
462
+
463
+ class DescribeAliasInput
464
+ attr_accessor alias_id: ::String
465
+ SENSITIVE: []
466
+ end
467
+
468
+ class DescribeAliasOutput
469
+ attr_accessor alias: Types::Alias
470
+ SENSITIVE: []
471
+ end
472
+
473
+ class DescribeBuildInput
474
+ attr_accessor build_id: ::String
475
+ SENSITIVE: []
476
+ end
477
+
478
+ class DescribeBuildOutput
479
+ attr_accessor build: Types::Build
480
+ SENSITIVE: []
481
+ end
482
+
483
+ class DescribeComputeInput
484
+ attr_accessor fleet_id: ::String
485
+ attr_accessor compute_name: ::String
486
+ SENSITIVE: []
487
+ end
488
+
489
+ class DescribeComputeOutput
490
+ attr_accessor compute: Types::Compute
491
+ SENSITIVE: []
492
+ end
493
+
494
+ class DescribeEC2InstanceLimitsInput
495
+ attr_accessor ec2_instance_type: ("t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge")
496
+ attr_accessor location: ::String
497
+ SENSITIVE: []
498
+ end
499
+
500
+ class DescribeEC2InstanceLimitsOutput
501
+ attr_accessor ec2_instance_limits: ::Array[Types::EC2InstanceLimit]
502
+ SENSITIVE: []
503
+ end
504
+
505
+ class DescribeFleetAttributesInput
506
+ attr_accessor fleet_ids: ::Array[::String]
507
+ attr_accessor limit: ::Integer
508
+ attr_accessor next_token: ::String
509
+ SENSITIVE: []
510
+ end
511
+
512
+ class DescribeFleetAttributesOutput
513
+ attr_accessor fleet_attributes: ::Array[Types::FleetAttributes]
514
+ attr_accessor next_token: ::String
515
+ SENSITIVE: []
516
+ end
517
+
518
+ class DescribeFleetCapacityInput
519
+ attr_accessor fleet_ids: ::Array[::String]
520
+ attr_accessor limit: ::Integer
521
+ attr_accessor next_token: ::String
522
+ SENSITIVE: []
523
+ end
524
+
525
+ class DescribeFleetCapacityOutput
526
+ attr_accessor fleet_capacity: ::Array[Types::FleetCapacity]
527
+ attr_accessor next_token: ::String
528
+ SENSITIVE: []
529
+ end
530
+
531
+ class DescribeFleetEventsInput
532
+ attr_accessor fleet_id: ::String
533
+ attr_accessor start_time: ::Time
534
+ attr_accessor end_time: ::Time
535
+ attr_accessor limit: ::Integer
536
+ attr_accessor next_token: ::String
537
+ SENSITIVE: []
538
+ end
539
+
540
+ class DescribeFleetEventsOutput
541
+ attr_accessor events: ::Array[Types::Event]
542
+ attr_accessor next_token: ::String
543
+ SENSITIVE: []
544
+ end
545
+
546
+ class DescribeFleetLocationAttributesInput
547
+ attr_accessor fleet_id: ::String
548
+ attr_accessor locations: ::Array[::String]
549
+ attr_accessor limit: ::Integer
550
+ attr_accessor next_token: ::String
551
+ SENSITIVE: []
552
+ end
553
+
554
+ class DescribeFleetLocationAttributesOutput
555
+ attr_accessor fleet_id: ::String
556
+ attr_accessor fleet_arn: ::String
557
+ attr_accessor location_attributes: ::Array[Types::LocationAttributes]
558
+ attr_accessor next_token: ::String
559
+ SENSITIVE: []
560
+ end
561
+
562
+ class DescribeFleetLocationCapacityInput
563
+ attr_accessor fleet_id: ::String
564
+ attr_accessor location: ::String
565
+ SENSITIVE: []
566
+ end
567
+
568
+ class DescribeFleetLocationCapacityOutput
569
+ attr_accessor fleet_capacity: Types::FleetCapacity
570
+ SENSITIVE: []
571
+ end
572
+
573
+ class DescribeFleetLocationUtilizationInput
574
+ attr_accessor fleet_id: ::String
575
+ attr_accessor location: ::String
576
+ SENSITIVE: []
577
+ end
578
+
579
+ class DescribeFleetLocationUtilizationOutput
580
+ attr_accessor fleet_utilization: Types::FleetUtilization
581
+ SENSITIVE: []
582
+ end
583
+
584
+ class DescribeFleetPortSettingsInput
585
+ attr_accessor fleet_id: ::String
586
+ attr_accessor location: ::String
587
+ SENSITIVE: []
588
+ end
589
+
590
+ class DescribeFleetPortSettingsOutput
591
+ attr_accessor fleet_id: ::String
592
+ attr_accessor fleet_arn: ::String
593
+ attr_accessor inbound_permissions: ::Array[Types::IpPermission]
594
+ attr_accessor update_status: ("PENDING_UPDATE")
595
+ attr_accessor location: ::String
596
+ SENSITIVE: []
597
+ end
598
+
599
+ class DescribeFleetUtilizationInput
600
+ attr_accessor fleet_ids: ::Array[::String]
601
+ attr_accessor limit: ::Integer
602
+ attr_accessor next_token: ::String
603
+ SENSITIVE: []
604
+ end
605
+
606
+ class DescribeFleetUtilizationOutput
607
+ attr_accessor fleet_utilization: ::Array[Types::FleetUtilization]
608
+ attr_accessor next_token: ::String
609
+ SENSITIVE: []
610
+ end
611
+
612
+ class DescribeGameServerGroupInput
613
+ attr_accessor game_server_group_name: ::String
614
+ SENSITIVE: []
615
+ end
616
+
617
+ class DescribeGameServerGroupOutput
618
+ attr_accessor game_server_group: Types::GameServerGroup
619
+ SENSITIVE: []
620
+ end
621
+
622
+ class DescribeGameServerInput
623
+ attr_accessor game_server_group_name: ::String
624
+ attr_accessor game_server_id: ::String
625
+ SENSITIVE: []
626
+ end
627
+
628
+ class DescribeGameServerInstancesInput
629
+ attr_accessor game_server_group_name: ::String
630
+ attr_accessor instance_ids: ::Array[::String]
631
+ attr_accessor limit: ::Integer
632
+ attr_accessor next_token: ::String
633
+ SENSITIVE: []
634
+ end
635
+
636
+ class DescribeGameServerInstancesOutput
637
+ attr_accessor game_server_instances: ::Array[Types::GameServerInstance]
638
+ attr_accessor next_token: ::String
639
+ SENSITIVE: []
640
+ end
641
+
642
+ class DescribeGameServerOutput
643
+ attr_accessor game_server: Types::GameServer
644
+ SENSITIVE: []
645
+ end
646
+
647
+ class DescribeGameSessionDetailsInput
648
+ attr_accessor fleet_id: ::String
649
+ attr_accessor game_session_id: ::String
650
+ attr_accessor alias_id: ::String
651
+ attr_accessor location: ::String
652
+ attr_accessor status_filter: ::String
653
+ attr_accessor limit: ::Integer
654
+ attr_accessor next_token: ::String
655
+ SENSITIVE: []
656
+ end
657
+
658
+ class DescribeGameSessionDetailsOutput
659
+ attr_accessor game_session_details: ::Array[Types::GameSessionDetail]
660
+ attr_accessor next_token: ::String
661
+ SENSITIVE: []
662
+ end
663
+
664
+ class DescribeGameSessionPlacementInput
665
+ attr_accessor placement_id: ::String
666
+ SENSITIVE: []
667
+ end
668
+
669
+ class DescribeGameSessionPlacementOutput
670
+ attr_accessor game_session_placement: Types::GameSessionPlacement
671
+ SENSITIVE: []
672
+ end
673
+
674
+ class DescribeGameSessionQueuesInput
675
+ attr_accessor names: ::Array[::String]
676
+ attr_accessor limit: ::Integer
677
+ attr_accessor next_token: ::String
678
+ SENSITIVE: []
679
+ end
680
+
681
+ class DescribeGameSessionQueuesOutput
682
+ attr_accessor game_session_queues: ::Array[Types::GameSessionQueue]
683
+ attr_accessor next_token: ::String
684
+ SENSITIVE: []
685
+ end
686
+
687
+ class DescribeGameSessionsInput
688
+ attr_accessor fleet_id: ::String
689
+ attr_accessor game_session_id: ::String
690
+ attr_accessor alias_id: ::String
691
+ attr_accessor location: ::String
692
+ attr_accessor status_filter: ::String
693
+ attr_accessor limit: ::Integer
694
+ attr_accessor next_token: ::String
695
+ SENSITIVE: []
696
+ end
697
+
698
+ class DescribeGameSessionsOutput
699
+ attr_accessor game_sessions: ::Array[Types::GameSession]
700
+ attr_accessor next_token: ::String
701
+ SENSITIVE: []
702
+ end
703
+
704
+ class DescribeInstancesInput
705
+ attr_accessor fleet_id: ::String
706
+ attr_accessor instance_id: ::String
707
+ attr_accessor limit: ::Integer
708
+ attr_accessor next_token: ::String
709
+ attr_accessor location: ::String
710
+ SENSITIVE: []
711
+ end
712
+
713
+ class DescribeInstancesOutput
714
+ attr_accessor instances: ::Array[Types::Instance]
715
+ attr_accessor next_token: ::String
716
+ SENSITIVE: []
717
+ end
718
+
719
+ class DescribeMatchmakingConfigurationsInput
720
+ attr_accessor names: ::Array[::String]
721
+ attr_accessor rule_set_name: ::String
722
+ attr_accessor limit: ::Integer
723
+ attr_accessor next_token: ::String
724
+ SENSITIVE: []
725
+ end
726
+
727
+ class DescribeMatchmakingConfigurationsOutput
728
+ attr_accessor configurations: ::Array[Types::MatchmakingConfiguration]
729
+ attr_accessor next_token: ::String
730
+ SENSITIVE: []
731
+ end
732
+
733
+ class DescribeMatchmakingInput
734
+ attr_accessor ticket_ids: ::Array[::String]
735
+ SENSITIVE: []
736
+ end
737
+
738
+ class DescribeMatchmakingOutput
739
+ attr_accessor ticket_list: ::Array[Types::MatchmakingTicket]
740
+ SENSITIVE: []
741
+ end
742
+
743
+ class DescribeMatchmakingRuleSetsInput
744
+ attr_accessor names: ::Array[::String]
745
+ attr_accessor limit: ::Integer
746
+ attr_accessor next_token: ::String
747
+ SENSITIVE: []
748
+ end
749
+
750
+ class DescribeMatchmakingRuleSetsOutput
751
+ attr_accessor rule_sets: ::Array[Types::MatchmakingRuleSet]
752
+ attr_accessor next_token: ::String
753
+ SENSITIVE: []
754
+ end
755
+
756
+ class DescribePlayerSessionsInput
757
+ attr_accessor game_session_id: ::String
758
+ attr_accessor player_id: ::String
759
+ attr_accessor player_session_id: ::String
760
+ attr_accessor player_session_status_filter: ::String
761
+ attr_accessor limit: ::Integer
762
+ attr_accessor next_token: ::String
763
+ SENSITIVE: [:player_id]
764
+ end
765
+
766
+ class DescribePlayerSessionsOutput
767
+ attr_accessor player_sessions: ::Array[Types::PlayerSession]
768
+ attr_accessor next_token: ::String
769
+ SENSITIVE: []
770
+ end
771
+
772
+ class DescribeRuntimeConfigurationInput
773
+ attr_accessor fleet_id: ::String
774
+ SENSITIVE: []
775
+ end
776
+
777
+ class DescribeRuntimeConfigurationOutput
778
+ attr_accessor runtime_configuration: Types::RuntimeConfiguration
779
+ SENSITIVE: []
780
+ end
781
+
782
+ class DescribeScalingPoliciesInput
783
+ attr_accessor fleet_id: ::String
784
+ attr_accessor status_filter: ("ACTIVE" | "UPDATE_REQUESTED" | "UPDATING" | "DELETE_REQUESTED" | "DELETING" | "DELETED" | "ERROR")
785
+ attr_accessor limit: ::Integer
786
+ attr_accessor next_token: ::String
787
+ attr_accessor location: ::String
788
+ SENSITIVE: []
789
+ end
790
+
791
+ class DescribeScalingPoliciesOutput
792
+ attr_accessor scaling_policies: ::Array[Types::ScalingPolicy]
793
+ attr_accessor next_token: ::String
794
+ SENSITIVE: []
795
+ end
796
+
797
+ class DescribeScriptInput
798
+ attr_accessor script_id: ::String
799
+ SENSITIVE: []
800
+ end
801
+
802
+ class DescribeScriptOutput
803
+ attr_accessor script: Types::Script
804
+ SENSITIVE: []
805
+ end
806
+
807
+ class DescribeVpcPeeringAuthorizationsInput < Aws::EmptyStructure
808
+ end
809
+
810
+ class DescribeVpcPeeringAuthorizationsOutput
811
+ attr_accessor vpc_peering_authorizations: ::Array[Types::VpcPeeringAuthorization]
812
+ SENSITIVE: []
813
+ end
814
+
815
+ class DescribeVpcPeeringConnectionsInput
816
+ attr_accessor fleet_id: ::String
817
+ SENSITIVE: []
818
+ end
819
+
820
+ class DescribeVpcPeeringConnectionsOutput
821
+ attr_accessor vpc_peering_connections: ::Array[Types::VpcPeeringConnection]
822
+ SENSITIVE: []
823
+ end
824
+
825
+ class DesiredPlayerSession
826
+ attr_accessor player_id: ::String
827
+ attr_accessor player_data: ::String
828
+ SENSITIVE: [:player_id]
829
+ end
830
+
831
+ class EC2InstanceCounts
832
+ attr_accessor desired: ::Integer
833
+ attr_accessor minimum: ::Integer
834
+ attr_accessor maximum: ::Integer
835
+ attr_accessor pending: ::Integer
836
+ attr_accessor active: ::Integer
837
+ attr_accessor idle: ::Integer
838
+ attr_accessor terminating: ::Integer
839
+ SENSITIVE: []
840
+ end
841
+
842
+ class EC2InstanceLimit
843
+ attr_accessor ec2_instance_type: ("t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge")
844
+ attr_accessor current_instances: ::Integer
845
+ attr_accessor instance_limit: ::Integer
846
+ attr_accessor location: ::String
847
+ SENSITIVE: []
848
+ end
849
+
850
+ class Event
851
+ attr_accessor event_id: ::String
852
+ attr_accessor resource_id: ::String
853
+ attr_accessor event_code: ("GENERIC_EVENT" | "FLEET_CREATED" | "FLEET_DELETED" | "FLEET_SCALING_EVENT" | "FLEET_STATE_DOWNLOADING" | "FLEET_STATE_VALIDATING" | "FLEET_STATE_BUILDING" | "FLEET_STATE_ACTIVATING" | "FLEET_STATE_ACTIVE" | "FLEET_STATE_ERROR" | "FLEET_INITIALIZATION_FAILED" | "FLEET_BINARY_DOWNLOAD_FAILED" | "FLEET_VALIDATION_LAUNCH_PATH_NOT_FOUND" | "FLEET_VALIDATION_EXECUTABLE_RUNTIME_FAILURE" | "FLEET_VALIDATION_TIMED_OUT" | "FLEET_ACTIVATION_FAILED" | "FLEET_ACTIVATION_FAILED_NO_INSTANCES" | "FLEET_NEW_GAME_SESSION_PROTECTION_POLICY_UPDATED" | "SERVER_PROCESS_INVALID_PATH" | "SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT" | "SERVER_PROCESS_PROCESS_READY_TIMEOUT" | "SERVER_PROCESS_CRASHED" | "SERVER_PROCESS_TERMINATED_UNHEALTHY" | "SERVER_PROCESS_FORCE_TERMINATED" | "SERVER_PROCESS_PROCESS_EXIT_TIMEOUT" | "GAME_SESSION_ACTIVATION_TIMEOUT" | "FLEET_CREATION_EXTRACTING_BUILD" | "FLEET_CREATION_RUNNING_INSTALLER" | "FLEET_CREATION_VALIDATING_RUNTIME_CONFIG" | "FLEET_VPC_PEERING_SUCCEEDED" | "FLEET_VPC_PEERING_FAILED" | "FLEET_VPC_PEERING_DELETED" | "INSTANCE_INTERRUPTED" | "INSTANCE_RECYCLED")
854
+ attr_accessor message: ::String
855
+ attr_accessor event_time: ::Time
856
+ attr_accessor pre_signed_log_url: ::String
857
+ SENSITIVE: []
858
+ end
859
+
860
+ class FilterConfiguration
861
+ attr_accessor allowed_locations: ::Array[::String]
862
+ SENSITIVE: []
863
+ end
864
+
865
+ class FleetAttributes
866
+ attr_accessor fleet_id: ::String
867
+ attr_accessor fleet_arn: ::String
868
+ attr_accessor fleet_type: ("ON_DEMAND" | "SPOT")
869
+ attr_accessor instance_type: ("t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge")
870
+ attr_accessor description: ::String
871
+ attr_accessor name: ::String
872
+ attr_accessor creation_time: ::Time
873
+ attr_accessor termination_time: ::Time
874
+ attr_accessor status: ("NEW" | "DOWNLOADING" | "VALIDATING" | "BUILDING" | "ACTIVATING" | "ACTIVE" | "DELETING" | "ERROR" | "TERMINATED" | "NOT_FOUND")
875
+ attr_accessor build_id: ::String
876
+ attr_accessor build_arn: ::String
877
+ attr_accessor script_id: ::String
878
+ attr_accessor script_arn: ::String
879
+ attr_accessor server_launch_path: ::String
880
+ attr_accessor server_launch_parameters: ::String
881
+ attr_accessor log_paths: ::Array[::String]
882
+ attr_accessor new_game_session_protection_policy: ("NoProtection" | "FullProtection")
883
+ attr_accessor operating_system: ("WINDOWS_2012" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "WINDOWS_2016" | "AMAZON_LINUX_2023")
884
+ attr_accessor resource_creation_limit_policy: Types::ResourceCreationLimitPolicy
885
+ attr_accessor metric_groups: ::Array[::String]
886
+ attr_accessor stopped_actions: ::Array[("AUTO_SCALING")]
887
+ attr_accessor instance_role_arn: ::String
888
+ attr_accessor certificate_configuration: Types::CertificateConfiguration
889
+ attr_accessor compute_type: ("EC2" | "ANYWHERE")
890
+ attr_accessor anywhere_configuration: Types::AnywhereConfiguration
891
+ attr_accessor instance_role_credentials_provider: ("SHARED_CREDENTIAL_FILE")
892
+ SENSITIVE: []
893
+ end
894
+
895
+ class FleetCapacity
896
+ attr_accessor fleet_id: ::String
897
+ attr_accessor fleet_arn: ::String
898
+ attr_accessor instance_type: ("t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge")
899
+ attr_accessor instance_counts: Types::EC2InstanceCounts
900
+ attr_accessor location: ::String
901
+ SENSITIVE: []
902
+ end
903
+
904
+ class FleetCapacityExceededException
905
+ attr_accessor message: ::String
906
+ SENSITIVE: []
907
+ end
908
+
909
+ class FleetUtilization
910
+ attr_accessor fleet_id: ::String
911
+ attr_accessor fleet_arn: ::String
912
+ attr_accessor active_server_process_count: ::Integer
913
+ attr_accessor active_game_session_count: ::Integer
914
+ attr_accessor current_player_session_count: ::Integer
915
+ attr_accessor maximum_player_session_count: ::Integer
916
+ attr_accessor location: ::String
917
+ SENSITIVE: []
918
+ end
919
+
920
+ class GameProperty
921
+ attr_accessor key: ::String
922
+ attr_accessor value: ::String
923
+ SENSITIVE: []
924
+ end
925
+
926
+ class GameServer
927
+ attr_accessor game_server_group_name: ::String
928
+ attr_accessor game_server_group_arn: ::String
929
+ attr_accessor game_server_id: ::String
930
+ attr_accessor instance_id: ::String
931
+ attr_accessor connection_info: ::String
932
+ attr_accessor game_server_data: ::String
933
+ attr_accessor claim_status: ("CLAIMED")
934
+ attr_accessor utilization_status: ("AVAILABLE" | "UTILIZED")
935
+ attr_accessor registration_time: ::Time
936
+ attr_accessor last_claim_time: ::Time
937
+ attr_accessor last_health_check_time: ::Time
938
+ SENSITIVE: []
939
+ end
940
+
941
+ class GameServerGroup
942
+ attr_accessor game_server_group_name: ::String
943
+ attr_accessor game_server_group_arn: ::String
944
+ attr_accessor role_arn: ::String
945
+ attr_accessor instance_definitions: ::Array[Types::InstanceDefinition]
946
+ attr_accessor balancing_strategy: ("SPOT_ONLY" | "SPOT_PREFERRED" | "ON_DEMAND_ONLY")
947
+ attr_accessor game_server_protection_policy: ("NO_PROTECTION" | "FULL_PROTECTION")
948
+ attr_accessor auto_scaling_group_arn: ::String
949
+ attr_accessor status: ("NEW" | "ACTIVATING" | "ACTIVE" | "DELETE_SCHEDULED" | "DELETING" | "DELETED" | "ERROR")
950
+ attr_accessor status_reason: ::String
951
+ attr_accessor suspended_actions: ::Array[("REPLACE_INSTANCE_TYPES")]
952
+ attr_accessor creation_time: ::Time
953
+ attr_accessor last_updated_time: ::Time
954
+ SENSITIVE: []
955
+ end
956
+
957
+ class GameServerGroupAutoScalingPolicy
958
+ attr_accessor estimated_instance_warmup: ::Integer
959
+ attr_accessor target_tracking_configuration: Types::TargetTrackingConfiguration
960
+ SENSITIVE: []
961
+ end
962
+
963
+ class GameServerInstance
964
+ attr_accessor game_server_group_name: ::String
965
+ attr_accessor game_server_group_arn: ::String
966
+ attr_accessor instance_id: ::String
967
+ attr_accessor instance_status: ("ACTIVE" | "DRAINING" | "SPOT_TERMINATING")
968
+ SENSITIVE: []
969
+ end
970
+
971
+ class GameSession
972
+ attr_accessor game_session_id: ::String
973
+ attr_accessor name: ::String
974
+ attr_accessor fleet_id: ::String
975
+ attr_accessor fleet_arn: ::String
976
+ attr_accessor creation_time: ::Time
977
+ attr_accessor termination_time: ::Time
978
+ attr_accessor current_player_session_count: ::Integer
979
+ attr_accessor maximum_player_session_count: ::Integer
980
+ attr_accessor status: ("ACTIVE" | "ACTIVATING" | "TERMINATED" | "TERMINATING" | "ERROR")
981
+ attr_accessor status_reason: ("INTERRUPTED")
982
+ attr_accessor game_properties: ::Array[Types::GameProperty]
983
+ attr_accessor ip_address: ::String
984
+ attr_accessor dns_name: ::String
985
+ attr_accessor port: ::Integer
986
+ attr_accessor player_session_creation_policy: ("ACCEPT_ALL" | "DENY_ALL")
987
+ attr_accessor creator_id: ::String
988
+ attr_accessor game_session_data: ::String
989
+ attr_accessor matchmaker_data: ::String
990
+ attr_accessor location: ::String
991
+ SENSITIVE: [:ip_address, :port]
992
+ end
993
+
994
+ class GameSessionConnectionInfo
995
+ attr_accessor game_session_arn: ::String
996
+ attr_accessor ip_address: ::String
997
+ attr_accessor dns_name: ::String
998
+ attr_accessor port: ::Integer
999
+ attr_accessor matched_player_sessions: ::Array[Types::MatchedPlayerSession]
1000
+ SENSITIVE: [:ip_address]
1001
+ end
1002
+
1003
+ class GameSessionDetail
1004
+ attr_accessor game_session: Types::GameSession
1005
+ attr_accessor protection_policy: ("NoProtection" | "FullProtection")
1006
+ SENSITIVE: []
1007
+ end
1008
+
1009
+ class GameSessionFullException
1010
+ attr_accessor message: ::String
1011
+ SENSITIVE: []
1012
+ end
1013
+
1014
+ class GameSessionPlacement
1015
+ attr_accessor placement_id: ::String
1016
+ attr_accessor game_session_queue_name: ::String
1017
+ attr_accessor status: ("PENDING" | "FULFILLED" | "CANCELLED" | "TIMED_OUT" | "FAILED")
1018
+ attr_accessor game_properties: ::Array[Types::GameProperty]
1019
+ attr_accessor maximum_player_session_count: ::Integer
1020
+ attr_accessor game_session_name: ::String
1021
+ attr_accessor game_session_id: ::String
1022
+ attr_accessor game_session_arn: ::String
1023
+ attr_accessor game_session_region: ::String
1024
+ attr_accessor player_latencies: ::Array[Types::PlayerLatency]
1025
+ attr_accessor start_time: ::Time
1026
+ attr_accessor end_time: ::Time
1027
+ attr_accessor ip_address: ::String
1028
+ attr_accessor dns_name: ::String
1029
+ attr_accessor port: ::Integer
1030
+ attr_accessor placed_player_sessions: ::Array[Types::PlacedPlayerSession]
1031
+ attr_accessor game_session_data: ::String
1032
+ attr_accessor matchmaker_data: ::String
1033
+ SENSITIVE: [:ip_address, :port]
1034
+ end
1035
+
1036
+ class GameSessionQueue
1037
+ attr_accessor name: ::String
1038
+ attr_accessor game_session_queue_arn: ::String
1039
+ attr_accessor timeout_in_seconds: ::Integer
1040
+ attr_accessor player_latency_policies: ::Array[Types::PlayerLatencyPolicy]
1041
+ attr_accessor destinations: ::Array[Types::GameSessionQueueDestination]
1042
+ attr_accessor filter_configuration: Types::FilterConfiguration
1043
+ attr_accessor priority_configuration: Types::PriorityConfiguration
1044
+ attr_accessor custom_event_data: ::String
1045
+ attr_accessor notification_target: ::String
1046
+ SENSITIVE: []
1047
+ end
1048
+
1049
+ class GameSessionQueueDestination
1050
+ attr_accessor destination_arn: ::String
1051
+ SENSITIVE: []
1052
+ end
1053
+
1054
+ class GetComputeAccessInput
1055
+ attr_accessor fleet_id: ::String
1056
+ attr_accessor compute_name: ::String
1057
+ SENSITIVE: []
1058
+ end
1059
+
1060
+ class GetComputeAccessOutput
1061
+ attr_accessor fleet_id: ::String
1062
+ attr_accessor fleet_arn: ::String
1063
+ attr_accessor compute_name: ::String
1064
+ attr_accessor compute_arn: ::String
1065
+ attr_accessor credentials: Types::AwsCredentials
1066
+ SENSITIVE: [:credentials]
1067
+ end
1068
+
1069
+ class GetComputeAuthTokenInput
1070
+ attr_accessor fleet_id: ::String
1071
+ attr_accessor compute_name: ::String
1072
+ SENSITIVE: []
1073
+ end
1074
+
1075
+ class GetComputeAuthTokenOutput
1076
+ attr_accessor fleet_id: ::String
1077
+ attr_accessor fleet_arn: ::String
1078
+ attr_accessor compute_name: ::String
1079
+ attr_accessor compute_arn: ::String
1080
+ attr_accessor auth_token: ::String
1081
+ attr_accessor expiration_timestamp: ::Time
1082
+ SENSITIVE: []
1083
+ end
1084
+
1085
+ class GetGameSessionLogUrlInput
1086
+ attr_accessor game_session_id: ::String
1087
+ SENSITIVE: []
1088
+ end
1089
+
1090
+ class GetGameSessionLogUrlOutput
1091
+ attr_accessor pre_signed_url: ::String
1092
+ SENSITIVE: []
1093
+ end
1094
+
1095
+ class GetInstanceAccessInput
1096
+ attr_accessor fleet_id: ::String
1097
+ attr_accessor instance_id: ::String
1098
+ SENSITIVE: []
1099
+ end
1100
+
1101
+ class GetInstanceAccessOutput
1102
+ attr_accessor instance_access: Types::InstanceAccess
1103
+ SENSITIVE: []
1104
+ end
1105
+
1106
+ class IdempotentParameterMismatchException
1107
+ attr_accessor message: ::String
1108
+ SENSITIVE: []
1109
+ end
1110
+
1111
+ class Instance
1112
+ attr_accessor fleet_id: ::String
1113
+ attr_accessor fleet_arn: ::String
1114
+ attr_accessor instance_id: ::String
1115
+ attr_accessor ip_address: ::String
1116
+ attr_accessor dns_name: ::String
1117
+ attr_accessor operating_system: ("WINDOWS_2012" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "WINDOWS_2016" | "AMAZON_LINUX_2023")
1118
+ attr_accessor type: ("t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge")
1119
+ attr_accessor status: ("PENDING" | "ACTIVE" | "TERMINATING")
1120
+ attr_accessor creation_time: ::Time
1121
+ attr_accessor location: ::String
1122
+ SENSITIVE: [:ip_address]
1123
+ end
1124
+
1125
+ class InstanceAccess
1126
+ attr_accessor fleet_id: ::String
1127
+ attr_accessor instance_id: ::String
1128
+ attr_accessor ip_address: ::String
1129
+ attr_accessor operating_system: ("WINDOWS_2012" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "WINDOWS_2016" | "AMAZON_LINUX_2023")
1130
+ attr_accessor credentials: Types::InstanceCredentials
1131
+ SENSITIVE: [:ip_address, :credentials]
1132
+ end
1133
+
1134
+ class InstanceCredentials
1135
+ attr_accessor user_name: ::String
1136
+ attr_accessor secret: ::String
1137
+ SENSITIVE: []
1138
+ end
1139
+
1140
+ class InstanceDefinition
1141
+ attr_accessor instance_type: ("c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge")
1142
+ attr_accessor weighted_capacity: ::String
1143
+ SENSITIVE: []
1144
+ end
1145
+
1146
+ class InternalServiceException
1147
+ attr_accessor message: ::String
1148
+ SENSITIVE: []
1149
+ end
1150
+
1151
+ class InvalidFleetStatusException
1152
+ attr_accessor message: ::String
1153
+ SENSITIVE: []
1154
+ end
1155
+
1156
+ class InvalidGameSessionStatusException
1157
+ attr_accessor message: ::String
1158
+ SENSITIVE: []
1159
+ end
1160
+
1161
+ class InvalidRequestException
1162
+ attr_accessor message: ::String
1163
+ SENSITIVE: []
1164
+ end
1165
+
1166
+ class IpPermission
1167
+ attr_accessor from_port: ::Integer
1168
+ attr_accessor to_port: ::Integer
1169
+ attr_accessor ip_range: ::String
1170
+ attr_accessor protocol: ("TCP" | "UDP")
1171
+ SENSITIVE: [:from_port, :to_port, :ip_range]
1172
+ end
1173
+
1174
+ class LaunchTemplateSpecification
1175
+ attr_accessor launch_template_id: ::String
1176
+ attr_accessor launch_template_name: ::String
1177
+ attr_accessor version: ::String
1178
+ SENSITIVE: []
1179
+ end
1180
+
1181
+ class LimitExceededException
1182
+ attr_accessor message: ::String
1183
+ SENSITIVE: []
1184
+ end
1185
+
1186
+ class ListAliasesInput
1187
+ attr_accessor routing_strategy_type: ("SIMPLE" | "TERMINAL")
1188
+ attr_accessor name: ::String
1189
+ attr_accessor limit: ::Integer
1190
+ attr_accessor next_token: ::String
1191
+ SENSITIVE: []
1192
+ end
1193
+
1194
+ class ListAliasesOutput
1195
+ attr_accessor aliases: ::Array[Types::Alias]
1196
+ attr_accessor next_token: ::String
1197
+ SENSITIVE: []
1198
+ end
1199
+
1200
+ class ListBuildsInput
1201
+ attr_accessor status: ("INITIALIZED" | "READY" | "FAILED")
1202
+ attr_accessor limit: ::Integer
1203
+ attr_accessor next_token: ::String
1204
+ SENSITIVE: []
1205
+ end
1206
+
1207
+ class ListBuildsOutput
1208
+ attr_accessor builds: ::Array[Types::Build]
1209
+ attr_accessor next_token: ::String
1210
+ SENSITIVE: []
1211
+ end
1212
+
1213
+ class ListComputeInput
1214
+ attr_accessor fleet_id: ::String
1215
+ attr_accessor location: ::String
1216
+ attr_accessor limit: ::Integer
1217
+ attr_accessor next_token: ::String
1218
+ SENSITIVE: []
1219
+ end
1220
+
1221
+ class ListComputeOutput
1222
+ attr_accessor compute_list: ::Array[Types::Compute]
1223
+ attr_accessor next_token: ::String
1224
+ SENSITIVE: []
1225
+ end
1226
+
1227
+ class ListFleetsInput
1228
+ attr_accessor build_id: ::String
1229
+ attr_accessor script_id: ::String
1230
+ attr_accessor limit: ::Integer
1231
+ attr_accessor next_token: ::String
1232
+ SENSITIVE: []
1233
+ end
1234
+
1235
+ class ListFleetsOutput
1236
+ attr_accessor fleet_ids: ::Array[::String]
1237
+ attr_accessor next_token: ::String
1238
+ SENSITIVE: []
1239
+ end
1240
+
1241
+ class ListGameServerGroupsInput
1242
+ attr_accessor limit: ::Integer
1243
+ attr_accessor next_token: ::String
1244
+ SENSITIVE: []
1245
+ end
1246
+
1247
+ class ListGameServerGroupsOutput
1248
+ attr_accessor game_server_groups: ::Array[Types::GameServerGroup]
1249
+ attr_accessor next_token: ::String
1250
+ SENSITIVE: []
1251
+ end
1252
+
1253
+ class ListGameServersInput
1254
+ attr_accessor game_server_group_name: ::String
1255
+ attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
1256
+ attr_accessor limit: ::Integer
1257
+ attr_accessor next_token: ::String
1258
+ SENSITIVE: []
1259
+ end
1260
+
1261
+ class ListGameServersOutput
1262
+ attr_accessor game_servers: ::Array[Types::GameServer]
1263
+ attr_accessor next_token: ::String
1264
+ SENSITIVE: []
1265
+ end
1266
+
1267
+ class ListLocationsInput
1268
+ attr_accessor filters: ::Array[("AWS" | "CUSTOM")]
1269
+ attr_accessor limit: ::Integer
1270
+ attr_accessor next_token: ::String
1271
+ SENSITIVE: []
1272
+ end
1273
+
1274
+ class ListLocationsOutput
1275
+ attr_accessor locations: ::Array[Types::LocationModel]
1276
+ attr_accessor next_token: ::String
1277
+ SENSITIVE: []
1278
+ end
1279
+
1280
+ class ListScriptsInput
1281
+ attr_accessor limit: ::Integer
1282
+ attr_accessor next_token: ::String
1283
+ SENSITIVE: []
1284
+ end
1285
+
1286
+ class ListScriptsOutput
1287
+ attr_accessor scripts: ::Array[Types::Script]
1288
+ attr_accessor next_token: ::String
1289
+ SENSITIVE: []
1290
+ end
1291
+
1292
+ class ListTagsForResourceRequest
1293
+ attr_accessor resource_arn: ::String
1294
+ SENSITIVE: []
1295
+ end
1296
+
1297
+ class ListTagsForResourceResponse
1298
+ attr_accessor tags: ::Array[Types::Tag]
1299
+ SENSITIVE: []
1300
+ end
1301
+
1302
+ class LocationAttributes
1303
+ attr_accessor location_state: Types::LocationState
1304
+ attr_accessor stopped_actions: ::Array[("AUTO_SCALING")]
1305
+ attr_accessor update_status: ("PENDING_UPDATE")
1306
+ SENSITIVE: []
1307
+ end
1308
+
1309
+ class LocationConfiguration
1310
+ attr_accessor location: ::String
1311
+ SENSITIVE: []
1312
+ end
1313
+
1314
+ class LocationModel
1315
+ attr_accessor location_name: ::String
1316
+ attr_accessor location_arn: ::String
1317
+ SENSITIVE: []
1318
+ end
1319
+
1320
+ class LocationState
1321
+ attr_accessor location: ::String
1322
+ attr_accessor status: ("NEW" | "DOWNLOADING" | "VALIDATING" | "BUILDING" | "ACTIVATING" | "ACTIVE" | "DELETING" | "ERROR" | "TERMINATED" | "NOT_FOUND")
1323
+ SENSITIVE: []
1324
+ end
1325
+
1326
+ class MatchedPlayerSession
1327
+ attr_accessor player_id: ::String
1328
+ attr_accessor player_session_id: ::String
1329
+ SENSITIVE: [:player_id]
1330
+ end
1331
+
1332
+ class MatchmakingConfiguration
1333
+ attr_accessor name: ::String
1334
+ attr_accessor configuration_arn: ::String
1335
+ attr_accessor description: ::String
1336
+ attr_accessor game_session_queue_arns: ::Array[::String]
1337
+ attr_accessor request_timeout_seconds: ::Integer
1338
+ attr_accessor acceptance_timeout_seconds: ::Integer
1339
+ attr_accessor acceptance_required: bool
1340
+ attr_accessor rule_set_name: ::String
1341
+ attr_accessor rule_set_arn: ::String
1342
+ attr_accessor notification_target: ::String
1343
+ attr_accessor additional_player_count: ::Integer
1344
+ attr_accessor custom_event_data: ::String
1345
+ attr_accessor creation_time: ::Time
1346
+ attr_accessor game_properties: ::Array[Types::GameProperty]
1347
+ attr_accessor game_session_data: ::String
1348
+ attr_accessor backfill_mode: ("AUTOMATIC" | "MANUAL")
1349
+ attr_accessor flex_match_mode: ("STANDALONE" | "WITH_QUEUE")
1350
+ SENSITIVE: []
1351
+ end
1352
+
1353
+ class MatchmakingRuleSet
1354
+ attr_accessor rule_set_name: ::String
1355
+ attr_accessor rule_set_arn: ::String
1356
+ attr_accessor rule_set_body: ::String
1357
+ attr_accessor creation_time: ::Time
1358
+ SENSITIVE: []
1359
+ end
1360
+
1361
+ class MatchmakingTicket
1362
+ attr_accessor ticket_id: ::String
1363
+ attr_accessor configuration_name: ::String
1364
+ attr_accessor configuration_arn: ::String
1365
+ attr_accessor status: ("CANCELLED" | "COMPLETED" | "FAILED" | "PLACING" | "QUEUED" | "REQUIRES_ACCEPTANCE" | "SEARCHING" | "TIMED_OUT")
1366
+ attr_accessor status_reason: ::String
1367
+ attr_accessor status_message: ::String
1368
+ attr_accessor start_time: ::Time
1369
+ attr_accessor end_time: ::Time
1370
+ attr_accessor players: ::Array[Types::Player]
1371
+ attr_accessor game_session_connection_info: Types::GameSessionConnectionInfo
1372
+ attr_accessor estimated_wait_time: ::Integer
1373
+ SENSITIVE: []
1374
+ end
1375
+
1376
+ class NotFoundException
1377
+ attr_accessor message: ::String
1378
+ SENSITIVE: []
1379
+ end
1380
+
1381
+ class OutOfCapacityException
1382
+ attr_accessor message: ::String
1383
+ SENSITIVE: []
1384
+ end
1385
+
1386
+ class PlacedPlayerSession
1387
+ attr_accessor player_id: ::String
1388
+ attr_accessor player_session_id: ::String
1389
+ SENSITIVE: [:player_id]
1390
+ end
1391
+
1392
+ class Player
1393
+ attr_accessor player_id: ::String
1394
+ attr_accessor player_attributes: ::Hash[::String, Types::AttributeValue]
1395
+ attr_accessor team: ::String
1396
+ attr_accessor latency_in_ms: ::Hash[::String, ::Integer]
1397
+ SENSITIVE: [:player_id]
1398
+ end
1399
+
1400
+ class PlayerLatency
1401
+ attr_accessor player_id: ::String
1402
+ attr_accessor region_identifier: ::String
1403
+ attr_accessor latency_in_milliseconds: ::Float
1404
+ SENSITIVE: [:player_id]
1405
+ end
1406
+
1407
+ class PlayerLatencyPolicy
1408
+ attr_accessor maximum_individual_player_latency_milliseconds: ::Integer
1409
+ attr_accessor policy_duration_seconds: ::Integer
1410
+ SENSITIVE: []
1411
+ end
1412
+
1413
+ class PlayerSession
1414
+ attr_accessor player_session_id: ::String
1415
+ attr_accessor player_id: ::String
1416
+ attr_accessor game_session_id: ::String
1417
+ attr_accessor fleet_id: ::String
1418
+ attr_accessor fleet_arn: ::String
1419
+ attr_accessor creation_time: ::Time
1420
+ attr_accessor termination_time: ::Time
1421
+ attr_accessor status: ("RESERVED" | "ACTIVE" | "COMPLETED" | "TIMEDOUT")
1422
+ attr_accessor ip_address: ::String
1423
+ attr_accessor dns_name: ::String
1424
+ attr_accessor port: ::Integer
1425
+ attr_accessor player_data: ::String
1426
+ SENSITIVE: [:player_id, :ip_address, :port]
1427
+ end
1428
+
1429
+ class PriorityConfiguration
1430
+ attr_accessor priority_order: ::Array[("LATENCY" | "COST" | "DESTINATION" | "LOCATION")]
1431
+ attr_accessor location_order: ::Array[::String]
1432
+ SENSITIVE: []
1433
+ end
1434
+
1435
+ class PutScalingPolicyInput
1436
+ attr_accessor name: ::String
1437
+ attr_accessor fleet_id: ::String
1438
+ attr_accessor scaling_adjustment: ::Integer
1439
+ attr_accessor scaling_adjustment_type: ("ChangeInCapacity" | "ExactCapacity" | "PercentChangeInCapacity")
1440
+ attr_accessor threshold: ::Float
1441
+ attr_accessor comparison_operator: ("GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "LessThanThreshold" | "LessThanOrEqualToThreshold")
1442
+ attr_accessor evaluation_periods: ::Integer
1443
+ attr_accessor metric_name: ("ActivatingGameSessions" | "ActiveGameSessions" | "ActiveInstances" | "AvailableGameSessions" | "AvailablePlayerSessions" | "CurrentPlayerSessions" | "IdleInstances" | "PercentAvailableGameSessions" | "PercentIdleInstances" | "QueueDepth" | "WaitTime" | "ConcurrentActivatableGameSessions")
1444
+ attr_accessor policy_type: ("RuleBased" | "TargetBased")
1445
+ attr_accessor target_configuration: Types::TargetConfiguration
1446
+ SENSITIVE: []
1447
+ end
1448
+
1449
+ class PutScalingPolicyOutput
1450
+ attr_accessor name: ::String
1451
+ SENSITIVE: []
1452
+ end
1453
+
1454
+ class RegisterComputeInput
1455
+ attr_accessor fleet_id: ::String
1456
+ attr_accessor compute_name: ::String
1457
+ attr_accessor certificate_path: ::String
1458
+ attr_accessor dns_name: ::String
1459
+ attr_accessor ip_address: ::String
1460
+ attr_accessor location: ::String
1461
+ SENSITIVE: [:ip_address]
1462
+ end
1463
+
1464
+ class RegisterComputeOutput
1465
+ attr_accessor compute: Types::Compute
1466
+ SENSITIVE: []
1467
+ end
1468
+
1469
+ class RegisterGameServerInput
1470
+ attr_accessor game_server_group_name: ::String
1471
+ attr_accessor game_server_id: ::String
1472
+ attr_accessor instance_id: ::String
1473
+ attr_accessor connection_info: ::String
1474
+ attr_accessor game_server_data: ::String
1475
+ SENSITIVE: []
1476
+ end
1477
+
1478
+ class RegisterGameServerOutput
1479
+ attr_accessor game_server: Types::GameServer
1480
+ SENSITIVE: []
1481
+ end
1482
+
1483
+ class RequestUploadCredentialsInput
1484
+ attr_accessor build_id: ::String
1485
+ SENSITIVE: []
1486
+ end
1487
+
1488
+ class RequestUploadCredentialsOutput
1489
+ attr_accessor upload_credentials: Types::AwsCredentials
1490
+ attr_accessor storage_location: Types::S3Location
1491
+ SENSITIVE: [:upload_credentials]
1492
+ end
1493
+
1494
+ class ResolveAliasInput
1495
+ attr_accessor alias_id: ::String
1496
+ SENSITIVE: []
1497
+ end
1498
+
1499
+ class ResolveAliasOutput
1500
+ attr_accessor fleet_id: ::String
1501
+ attr_accessor fleet_arn: ::String
1502
+ SENSITIVE: []
1503
+ end
1504
+
1505
+ class ResourceCreationLimitPolicy
1506
+ attr_accessor new_game_sessions_per_creator: ::Integer
1507
+ attr_accessor policy_period_in_minutes: ::Integer
1508
+ SENSITIVE: []
1509
+ end
1510
+
1511
+ class ResumeGameServerGroupInput
1512
+ attr_accessor game_server_group_name: ::String
1513
+ attr_accessor resume_actions: ::Array[("REPLACE_INSTANCE_TYPES")]
1514
+ SENSITIVE: []
1515
+ end
1516
+
1517
+ class ResumeGameServerGroupOutput
1518
+ attr_accessor game_server_group: Types::GameServerGroup
1519
+ SENSITIVE: []
1520
+ end
1521
+
1522
+ class RoutingStrategy
1523
+ attr_accessor type: ("SIMPLE" | "TERMINAL")
1524
+ attr_accessor fleet_id: ::String
1525
+ attr_accessor message: ::String
1526
+ SENSITIVE: []
1527
+ end
1528
+
1529
+ class RuntimeConfiguration
1530
+ attr_accessor server_processes: ::Array[Types::ServerProcess]
1531
+ attr_accessor max_concurrent_game_session_activations: ::Integer
1532
+ attr_accessor game_session_activation_timeout_seconds: ::Integer
1533
+ SENSITIVE: []
1534
+ end
1535
+
1536
+ class S3Location
1537
+ attr_accessor bucket: ::String
1538
+ attr_accessor key: ::String
1539
+ attr_accessor role_arn: ::String
1540
+ attr_accessor object_version: ::String
1541
+ SENSITIVE: []
1542
+ end
1543
+
1544
+ class ScalingPolicy
1545
+ attr_accessor fleet_id: ::String
1546
+ attr_accessor fleet_arn: ::String
1547
+ attr_accessor name: ::String
1548
+ attr_accessor status: ("ACTIVE" | "UPDATE_REQUESTED" | "UPDATING" | "DELETE_REQUESTED" | "DELETING" | "DELETED" | "ERROR")
1549
+ attr_accessor scaling_adjustment: ::Integer
1550
+ attr_accessor scaling_adjustment_type: ("ChangeInCapacity" | "ExactCapacity" | "PercentChangeInCapacity")
1551
+ attr_accessor comparison_operator: ("GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "LessThanThreshold" | "LessThanOrEqualToThreshold")
1552
+ attr_accessor threshold: ::Float
1553
+ attr_accessor evaluation_periods: ::Integer
1554
+ attr_accessor metric_name: ("ActivatingGameSessions" | "ActiveGameSessions" | "ActiveInstances" | "AvailableGameSessions" | "AvailablePlayerSessions" | "CurrentPlayerSessions" | "IdleInstances" | "PercentAvailableGameSessions" | "PercentIdleInstances" | "QueueDepth" | "WaitTime" | "ConcurrentActivatableGameSessions")
1555
+ attr_accessor policy_type: ("RuleBased" | "TargetBased")
1556
+ attr_accessor target_configuration: Types::TargetConfiguration
1557
+ attr_accessor update_status: ("PENDING_UPDATE")
1558
+ attr_accessor location: ::String
1559
+ SENSITIVE: []
1560
+ end
1561
+
1562
+ class Script
1563
+ attr_accessor script_id: ::String
1564
+ attr_accessor script_arn: ::String
1565
+ attr_accessor name: ::String
1566
+ attr_accessor version: ::String
1567
+ attr_accessor size_on_disk: ::Integer
1568
+ attr_accessor creation_time: ::Time
1569
+ attr_accessor storage_location: Types::S3Location
1570
+ SENSITIVE: []
1571
+ end
1572
+
1573
+ class SearchGameSessionsInput
1574
+ attr_accessor fleet_id: ::String
1575
+ attr_accessor alias_id: ::String
1576
+ attr_accessor location: ::String
1577
+ attr_accessor filter_expression: ::String
1578
+ attr_accessor sort_expression: ::String
1579
+ attr_accessor limit: ::Integer
1580
+ attr_accessor next_token: ::String
1581
+ SENSITIVE: []
1582
+ end
1583
+
1584
+ class SearchGameSessionsOutput
1585
+ attr_accessor game_sessions: ::Array[Types::GameSession]
1586
+ attr_accessor next_token: ::String
1587
+ SENSITIVE: []
1588
+ end
1589
+
1590
+ class ServerProcess
1591
+ attr_accessor launch_path: ::String
1592
+ attr_accessor parameters: ::String
1593
+ attr_accessor concurrent_executions: ::Integer
1594
+ SENSITIVE: []
1595
+ end
1596
+
1597
+ class StartFleetActionsInput
1598
+ attr_accessor fleet_id: ::String
1599
+ attr_accessor actions: ::Array[("AUTO_SCALING")]
1600
+ attr_accessor location: ::String
1601
+ SENSITIVE: []
1602
+ end
1603
+
1604
+ class StartFleetActionsOutput
1605
+ attr_accessor fleet_id: ::String
1606
+ attr_accessor fleet_arn: ::String
1607
+ SENSITIVE: []
1608
+ end
1609
+
1610
+ class StartGameSessionPlacementInput
1611
+ attr_accessor placement_id: ::String
1612
+ attr_accessor game_session_queue_name: ::String
1613
+ attr_accessor game_properties: ::Array[Types::GameProperty]
1614
+ attr_accessor maximum_player_session_count: ::Integer
1615
+ attr_accessor game_session_name: ::String
1616
+ attr_accessor player_latencies: ::Array[Types::PlayerLatency]
1617
+ attr_accessor desired_player_sessions: ::Array[Types::DesiredPlayerSession]
1618
+ attr_accessor game_session_data: ::String
1619
+ SENSITIVE: []
1620
+ end
1621
+
1622
+ class StartGameSessionPlacementOutput
1623
+ attr_accessor game_session_placement: Types::GameSessionPlacement
1624
+ SENSITIVE: []
1625
+ end
1626
+
1627
+ class StartMatchBackfillInput
1628
+ attr_accessor ticket_id: ::String
1629
+ attr_accessor configuration_name: ::String
1630
+ attr_accessor game_session_arn: ::String
1631
+ attr_accessor players: ::Array[Types::Player]
1632
+ SENSITIVE: []
1633
+ end
1634
+
1635
+ class StartMatchBackfillOutput
1636
+ attr_accessor matchmaking_ticket: Types::MatchmakingTicket
1637
+ SENSITIVE: []
1638
+ end
1639
+
1640
+ class StartMatchmakingInput
1641
+ attr_accessor ticket_id: ::String
1642
+ attr_accessor configuration_name: ::String
1643
+ attr_accessor players: ::Array[Types::Player]
1644
+ SENSITIVE: []
1645
+ end
1646
+
1647
+ class StartMatchmakingOutput
1648
+ attr_accessor matchmaking_ticket: Types::MatchmakingTicket
1649
+ SENSITIVE: []
1650
+ end
1651
+
1652
+ class StopFleetActionsInput
1653
+ attr_accessor fleet_id: ::String
1654
+ attr_accessor actions: ::Array[("AUTO_SCALING")]
1655
+ attr_accessor location: ::String
1656
+ SENSITIVE: []
1657
+ end
1658
+
1659
+ class StopFleetActionsOutput
1660
+ attr_accessor fleet_id: ::String
1661
+ attr_accessor fleet_arn: ::String
1662
+ SENSITIVE: []
1663
+ end
1664
+
1665
+ class StopGameSessionPlacementInput
1666
+ attr_accessor placement_id: ::String
1667
+ SENSITIVE: []
1668
+ end
1669
+
1670
+ class StopGameSessionPlacementOutput
1671
+ attr_accessor game_session_placement: Types::GameSessionPlacement
1672
+ SENSITIVE: []
1673
+ end
1674
+
1675
+ class StopMatchmakingInput
1676
+ attr_accessor ticket_id: ::String
1677
+ SENSITIVE: []
1678
+ end
1679
+
1680
+ class StopMatchmakingOutput < Aws::EmptyStructure
1681
+ end
1682
+
1683
+ class SuspendGameServerGroupInput
1684
+ attr_accessor game_server_group_name: ::String
1685
+ attr_accessor suspend_actions: ::Array[("REPLACE_INSTANCE_TYPES")]
1686
+ SENSITIVE: []
1687
+ end
1688
+
1689
+ class SuspendGameServerGroupOutput
1690
+ attr_accessor game_server_group: Types::GameServerGroup
1691
+ SENSITIVE: []
1692
+ end
1693
+
1694
+ class Tag
1695
+ attr_accessor key: ::String
1696
+ attr_accessor value: ::String
1697
+ SENSITIVE: []
1698
+ end
1699
+
1700
+ class TagResourceRequest
1701
+ attr_accessor resource_arn: ::String
1702
+ attr_accessor tags: ::Array[Types::Tag]
1703
+ SENSITIVE: []
1704
+ end
1705
+
1706
+ class TagResourceResponse < Aws::EmptyStructure
1707
+ end
1708
+
1709
+ class TaggingFailedException
1710
+ attr_accessor message: ::String
1711
+ SENSITIVE: []
1712
+ end
1713
+
1714
+ class TargetConfiguration
1715
+ attr_accessor target_value: ::Float
1716
+ SENSITIVE: []
1717
+ end
1718
+
1719
+ class TargetTrackingConfiguration
1720
+ attr_accessor target_value: ::Float
1721
+ SENSITIVE: []
1722
+ end
1723
+
1724
+ class TerminalRoutingStrategyException
1725
+ attr_accessor message: ::String
1726
+ SENSITIVE: []
1727
+ end
1728
+
1729
+ class UnauthorizedException
1730
+ attr_accessor message: ::String
1731
+ SENSITIVE: []
1732
+ end
1733
+
1734
+ class UnsupportedRegionException
1735
+ attr_accessor message: ::String
1736
+ SENSITIVE: []
1737
+ end
1738
+
1739
+ class UntagResourceRequest
1740
+ attr_accessor resource_arn: ::String
1741
+ attr_accessor tag_keys: ::Array[::String]
1742
+ SENSITIVE: []
1743
+ end
1744
+
1745
+ class UntagResourceResponse < Aws::EmptyStructure
1746
+ end
1747
+
1748
+ class UpdateAliasInput
1749
+ attr_accessor alias_id: ::String
1750
+ attr_accessor name: ::String
1751
+ attr_accessor description: ::String
1752
+ attr_accessor routing_strategy: Types::RoutingStrategy
1753
+ SENSITIVE: []
1754
+ end
1755
+
1756
+ class UpdateAliasOutput
1757
+ attr_accessor alias: Types::Alias
1758
+ SENSITIVE: []
1759
+ end
1760
+
1761
+ class UpdateBuildInput
1762
+ attr_accessor build_id: ::String
1763
+ attr_accessor name: ::String
1764
+ attr_accessor version: ::String
1765
+ SENSITIVE: []
1766
+ end
1767
+
1768
+ class UpdateBuildOutput
1769
+ attr_accessor build: Types::Build
1770
+ SENSITIVE: []
1771
+ end
1772
+
1773
+ class UpdateFleetAttributesInput
1774
+ attr_accessor fleet_id: ::String
1775
+ attr_accessor name: ::String
1776
+ attr_accessor description: ::String
1777
+ attr_accessor new_game_session_protection_policy: ("NoProtection" | "FullProtection")
1778
+ attr_accessor resource_creation_limit_policy: Types::ResourceCreationLimitPolicy
1779
+ attr_accessor metric_groups: ::Array[::String]
1780
+ attr_accessor anywhere_configuration: Types::AnywhereConfiguration
1781
+ SENSITIVE: []
1782
+ end
1783
+
1784
+ class UpdateFleetAttributesOutput
1785
+ attr_accessor fleet_id: ::String
1786
+ attr_accessor fleet_arn: ::String
1787
+ SENSITIVE: []
1788
+ end
1789
+
1790
+ class UpdateFleetCapacityInput
1791
+ attr_accessor fleet_id: ::String
1792
+ attr_accessor desired_instances: ::Integer
1793
+ attr_accessor min_size: ::Integer
1794
+ attr_accessor max_size: ::Integer
1795
+ attr_accessor location: ::String
1796
+ SENSITIVE: []
1797
+ end
1798
+
1799
+ class UpdateFleetCapacityOutput
1800
+ attr_accessor fleet_id: ::String
1801
+ attr_accessor fleet_arn: ::String
1802
+ attr_accessor location: ::String
1803
+ SENSITIVE: []
1804
+ end
1805
+
1806
+ class UpdateFleetPortSettingsInput
1807
+ attr_accessor fleet_id: ::String
1808
+ attr_accessor inbound_permission_authorizations: ::Array[Types::IpPermission]
1809
+ attr_accessor inbound_permission_revocations: ::Array[Types::IpPermission]
1810
+ SENSITIVE: []
1811
+ end
1812
+
1813
+ class UpdateFleetPortSettingsOutput
1814
+ attr_accessor fleet_id: ::String
1815
+ attr_accessor fleet_arn: ::String
1816
+ SENSITIVE: []
1817
+ end
1818
+
1819
+ class UpdateGameServerGroupInput
1820
+ attr_accessor game_server_group_name: ::String
1821
+ attr_accessor role_arn: ::String
1822
+ attr_accessor instance_definitions: ::Array[Types::InstanceDefinition]
1823
+ attr_accessor game_server_protection_policy: ("NO_PROTECTION" | "FULL_PROTECTION")
1824
+ attr_accessor balancing_strategy: ("SPOT_ONLY" | "SPOT_PREFERRED" | "ON_DEMAND_ONLY")
1825
+ SENSITIVE: []
1826
+ end
1827
+
1828
+ class UpdateGameServerGroupOutput
1829
+ attr_accessor game_server_group: Types::GameServerGroup
1830
+ SENSITIVE: []
1831
+ end
1832
+
1833
+ class UpdateGameServerInput
1834
+ attr_accessor game_server_group_name: ::String
1835
+ attr_accessor game_server_id: ::String
1836
+ attr_accessor game_server_data: ::String
1837
+ attr_accessor utilization_status: ("AVAILABLE" | "UTILIZED")
1838
+ attr_accessor health_check: ("HEALTHY")
1839
+ SENSITIVE: []
1840
+ end
1841
+
1842
+ class UpdateGameServerOutput
1843
+ attr_accessor game_server: Types::GameServer
1844
+ SENSITIVE: []
1845
+ end
1846
+
1847
+ class UpdateGameSessionInput
1848
+ attr_accessor game_session_id: ::String
1849
+ attr_accessor maximum_player_session_count: ::Integer
1850
+ attr_accessor name: ::String
1851
+ attr_accessor player_session_creation_policy: ("ACCEPT_ALL" | "DENY_ALL")
1852
+ attr_accessor protection_policy: ("NoProtection" | "FullProtection")
1853
+ attr_accessor game_properties: ::Array[Types::GameProperty]
1854
+ SENSITIVE: []
1855
+ end
1856
+
1857
+ class UpdateGameSessionOutput
1858
+ attr_accessor game_session: Types::GameSession
1859
+ SENSITIVE: []
1860
+ end
1861
+
1862
+ class UpdateGameSessionQueueInput
1863
+ attr_accessor name: ::String
1864
+ attr_accessor timeout_in_seconds: ::Integer
1865
+ attr_accessor player_latency_policies: ::Array[Types::PlayerLatencyPolicy]
1866
+ attr_accessor destinations: ::Array[Types::GameSessionQueueDestination]
1867
+ attr_accessor filter_configuration: Types::FilterConfiguration
1868
+ attr_accessor priority_configuration: Types::PriorityConfiguration
1869
+ attr_accessor custom_event_data: ::String
1870
+ attr_accessor notification_target: ::String
1871
+ SENSITIVE: []
1872
+ end
1873
+
1874
+ class UpdateGameSessionQueueOutput
1875
+ attr_accessor game_session_queue: Types::GameSessionQueue
1876
+ SENSITIVE: []
1877
+ end
1878
+
1879
+ class UpdateMatchmakingConfigurationInput
1880
+ attr_accessor name: ::String
1881
+ attr_accessor description: ::String
1882
+ attr_accessor game_session_queue_arns: ::Array[::String]
1883
+ attr_accessor request_timeout_seconds: ::Integer
1884
+ attr_accessor acceptance_timeout_seconds: ::Integer
1885
+ attr_accessor acceptance_required: bool
1886
+ attr_accessor rule_set_name: ::String
1887
+ attr_accessor notification_target: ::String
1888
+ attr_accessor additional_player_count: ::Integer
1889
+ attr_accessor custom_event_data: ::String
1890
+ attr_accessor game_properties: ::Array[Types::GameProperty]
1891
+ attr_accessor game_session_data: ::String
1892
+ attr_accessor backfill_mode: ("AUTOMATIC" | "MANUAL")
1893
+ attr_accessor flex_match_mode: ("STANDALONE" | "WITH_QUEUE")
1894
+ SENSITIVE: []
1895
+ end
1896
+
1897
+ class UpdateMatchmakingConfigurationOutput
1898
+ attr_accessor configuration: Types::MatchmakingConfiguration
1899
+ SENSITIVE: []
1900
+ end
1901
+
1902
+ class UpdateRuntimeConfigurationInput
1903
+ attr_accessor fleet_id: ::String
1904
+ attr_accessor runtime_configuration: Types::RuntimeConfiguration
1905
+ SENSITIVE: []
1906
+ end
1907
+
1908
+ class UpdateRuntimeConfigurationOutput
1909
+ attr_accessor runtime_configuration: Types::RuntimeConfiguration
1910
+ SENSITIVE: []
1911
+ end
1912
+
1913
+ class UpdateScriptInput
1914
+ attr_accessor script_id: ::String
1915
+ attr_accessor name: ::String
1916
+ attr_accessor version: ::String
1917
+ attr_accessor storage_location: Types::S3Location
1918
+ attr_accessor zip_file: ::String
1919
+ SENSITIVE: []
1920
+ end
1921
+
1922
+ class UpdateScriptOutput
1923
+ attr_accessor script: Types::Script
1924
+ SENSITIVE: []
1925
+ end
1926
+
1927
+ class ValidateMatchmakingRuleSetInput
1928
+ attr_accessor rule_set_body: ::String
1929
+ SENSITIVE: []
1930
+ end
1931
+
1932
+ class ValidateMatchmakingRuleSetOutput
1933
+ attr_accessor valid: bool
1934
+ SENSITIVE: []
1935
+ end
1936
+
1937
+ class VpcPeeringAuthorization
1938
+ attr_accessor game_lift_aws_account_id: ::String
1939
+ attr_accessor peer_vpc_aws_account_id: ::String
1940
+ attr_accessor peer_vpc_id: ::String
1941
+ attr_accessor creation_time: ::Time
1942
+ attr_accessor expiration_time: ::Time
1943
+ SENSITIVE: []
1944
+ end
1945
+
1946
+ class VpcPeeringConnection
1947
+ attr_accessor fleet_id: ::String
1948
+ attr_accessor fleet_arn: ::String
1949
+ attr_accessor ip_v4_cidr_block: ::String
1950
+ attr_accessor vpc_peering_connection_id: ::String
1951
+ attr_accessor status: Types::VpcPeeringConnectionStatus
1952
+ attr_accessor peer_vpc_id: ::String
1953
+ attr_accessor game_lift_vpc_id: ::String
1954
+ SENSITIVE: []
1955
+ end
1956
+
1957
+ class VpcPeeringConnectionStatus
1958
+ attr_accessor code: ::String
1959
+ attr_accessor message: ::String
1960
+ SENSITIVE: []
1961
+ end
1962
+ end
1963
+ end