aws-sdk-gamelift 1.127.0 → 1.128.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-gamelift/client.rb +1 -1
- data/lib/aws-sdk-gamelift.rb +1 -1
- data/sig/client.rbs +42 -218
- data/sig/params.rbs +109 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 658d2e8af8c22d9e4c335721dfebb277f43e6b009e7ce7d8861ea00429cff558
|
|
4
|
+
data.tar.gz: 85a65f6b67e5cb8ac0dfc6a9fce3956376c5cd084ec8e0e88ae016f26bc1a6f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b304f523b89eb954956dcfff8822ad6399ec262398bef5eae722d55f8472bfe0074920fb0aa85365673fa5f57305c8809bd03ac7f93182c22ff838875791aacf
|
|
7
|
+
data.tar.gz: 7e30bd306d9c2d5c49f4095730eb65edfa8cc35e96ec56a90237093f77206a82152b40db3762e04ff0e3c268e4772551e5a18a451ec146660834c746e74cff55
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.128.0
|
|
@@ -12909,7 +12909,7 @@ module Aws::GameLift
|
|
|
12909
12909
|
tracer: tracer
|
|
12910
12910
|
)
|
|
12911
12911
|
context[:gem_name] = 'aws-sdk-gamelift'
|
|
12912
|
-
context[:gem_version] = '1.
|
|
12912
|
+
context[:gem_version] = '1.128.0'
|
|
12913
12913
|
Seahorse::Client::Request.new(handlers, context)
|
|
12914
12914
|
end
|
|
12915
12915
|
|
data/lib/aws-sdk-gamelift.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -122,7 +122,7 @@ module Aws
|
|
|
122
122
|
{
|
|
123
123
|
key: ::String,
|
|
124
124
|
value: ::String
|
|
125
|
-
}
|
|
125
|
+
}
|
|
126
126
|
]
|
|
127
127
|
) -> _CreateAliasResponseSuccess
|
|
128
128
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAliasResponseSuccess
|
|
@@ -148,7 +148,7 @@ module Aws
|
|
|
148
148
|
{
|
|
149
149
|
key: ::String,
|
|
150
150
|
value: ::String
|
|
151
|
-
}
|
|
151
|
+
}
|
|
152
152
|
],
|
|
153
153
|
?server_sdk_version: ::String
|
|
154
154
|
) -> _CreateBuildResponseSuccess
|
|
@@ -174,7 +174,7 @@ module Aws
|
|
|
174
174
|
to_port: ::Integer,
|
|
175
175
|
ip_range: ::String,
|
|
176
176
|
protocol: ("TCP" | "UDP")
|
|
177
|
-
}
|
|
177
|
+
}
|
|
178
178
|
],
|
|
179
179
|
?game_server_container_groups_per_instance: ::Integer,
|
|
180
180
|
?instance_type: ::String,
|
|
@@ -182,7 +182,7 @@ module Aws
|
|
|
182
182
|
?locations: Array[
|
|
183
183
|
{
|
|
184
184
|
location: ::String
|
|
185
|
-
}
|
|
185
|
+
}
|
|
186
186
|
],
|
|
187
187
|
?metric_groups: Array[::String],
|
|
188
188
|
?new_game_session_protection_policy: ("NoProtection" | "FullProtection"),
|
|
@@ -199,7 +199,7 @@ module Aws
|
|
|
199
199
|
{
|
|
200
200
|
key: ::String,
|
|
201
201
|
value: ::String
|
|
202
|
-
}
|
|
202
|
+
}
|
|
203
203
|
],
|
|
204
204
|
?player_gateway_mode: ("DISABLED" | "ENABLED" | "REQUIRED")
|
|
205
205
|
) -> _CreateContainerFleetResponseSuccess
|
|
@@ -215,82 +215,9 @@ module Aws
|
|
|
215
215
|
?container_group_type: ("GAME_SERVER" | "PER_INSTANCE"),
|
|
216
216
|
total_memory_limit_mebibytes: ::Integer,
|
|
217
217
|
total_vcpu_limit: ::Float,
|
|
218
|
-
?game_server_container_definition:
|
|
219
|
-
container_name: ::String,
|
|
220
|
-
depends_on: Array[
|
|
221
|
-
{
|
|
222
|
-
container_name: ::String,
|
|
223
|
-
condition: ("START" | "COMPLETE" | "SUCCESS" | "HEALTHY")
|
|
224
|
-
},
|
|
225
|
-
]?,
|
|
226
|
-
mount_points: Array[
|
|
227
|
-
{
|
|
228
|
-
instance_path: ::String,
|
|
229
|
-
container_path: ::String?,
|
|
230
|
-
access_level: ("READ_ONLY" | "READ_AND_WRITE")?
|
|
231
|
-
},
|
|
232
|
-
]?,
|
|
233
|
-
environment_override: Array[
|
|
234
|
-
{
|
|
235
|
-
name: ::String,
|
|
236
|
-
value: ::String
|
|
237
|
-
},
|
|
238
|
-
]?,
|
|
239
|
-
image_uri: ::String,
|
|
240
|
-
port_configuration: {
|
|
241
|
-
container_port_ranges: Array[
|
|
242
|
-
{
|
|
243
|
-
from_port: ::Integer,
|
|
244
|
-
to_port: ::Integer,
|
|
245
|
-
protocol: ("TCP" | "UDP")
|
|
246
|
-
},
|
|
247
|
-
]
|
|
248
|
-
},
|
|
249
|
-
server_sdk_version: ::String
|
|
250
|
-
},
|
|
218
|
+
?game_server_container_definition: Params::game_server_container_definition_input,
|
|
251
219
|
?support_container_definitions: Array[
|
|
252
|
-
|
|
253
|
-
container_name: ::String,
|
|
254
|
-
depends_on: Array[
|
|
255
|
-
{
|
|
256
|
-
container_name: ::String,
|
|
257
|
-
condition: ("START" | "COMPLETE" | "SUCCESS" | "HEALTHY")
|
|
258
|
-
},
|
|
259
|
-
]?,
|
|
260
|
-
mount_points: Array[
|
|
261
|
-
{
|
|
262
|
-
instance_path: ::String,
|
|
263
|
-
container_path: ::String?,
|
|
264
|
-
access_level: ("READ_ONLY" | "READ_AND_WRITE")?
|
|
265
|
-
},
|
|
266
|
-
]?,
|
|
267
|
-
environment_override: Array[
|
|
268
|
-
{
|
|
269
|
-
name: ::String,
|
|
270
|
-
value: ::String
|
|
271
|
-
},
|
|
272
|
-
]?,
|
|
273
|
-
essential: bool?,
|
|
274
|
-
health_check: {
|
|
275
|
-
command: Array[::String],
|
|
276
|
-
interval: ::Integer?,
|
|
277
|
-
retries: ::Integer?,
|
|
278
|
-
start_period: ::Integer?,
|
|
279
|
-
timeout: ::Integer?
|
|
280
|
-
}?,
|
|
281
|
-
image_uri: ::String,
|
|
282
|
-
memory_hard_limit_mebibytes: ::Integer?,
|
|
283
|
-
port_configuration: {
|
|
284
|
-
container_port_ranges: Array[
|
|
285
|
-
{
|
|
286
|
-
from_port: ::Integer,
|
|
287
|
-
to_port: ::Integer,
|
|
288
|
-
protocol: ("TCP" | "UDP")
|
|
289
|
-
},
|
|
290
|
-
]
|
|
291
|
-
}?,
|
|
292
|
-
vcpu: ::Float?
|
|
293
|
-
},
|
|
220
|
+
Params::support_container_definition_input
|
|
294
221
|
],
|
|
295
222
|
operating_system: ("AMAZON_LINUX_2023"),
|
|
296
223
|
?version_description: ::String,
|
|
@@ -298,7 +225,7 @@ module Aws
|
|
|
298
225
|
{
|
|
299
226
|
key: ::String,
|
|
300
227
|
value: ::String
|
|
301
|
-
}
|
|
228
|
+
}
|
|
302
229
|
]
|
|
303
230
|
) -> _CreateContainerGroupDefinitionResponseSuccess
|
|
304
231
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateContainerGroupDefinitionResponseSuccess
|
|
@@ -324,20 +251,10 @@ module Aws
|
|
|
324
251
|
to_port: ::Integer,
|
|
325
252
|
ip_range: ::String,
|
|
326
253
|
protocol: ("TCP" | "UDP")
|
|
327
|
-
}
|
|
254
|
+
}
|
|
328
255
|
],
|
|
329
256
|
?new_game_session_protection_policy: ("NoProtection" | "FullProtection"),
|
|
330
|
-
?runtime_configuration:
|
|
331
|
-
server_processes: Array[
|
|
332
|
-
{
|
|
333
|
-
launch_path: ::String,
|
|
334
|
-
parameters: ::String?,
|
|
335
|
-
concurrent_executions: ::Integer
|
|
336
|
-
},
|
|
337
|
-
]?,
|
|
338
|
-
max_concurrent_game_session_activations: ::Integer?,
|
|
339
|
-
game_session_activation_timeout_seconds: ::Integer?
|
|
340
|
-
},
|
|
257
|
+
?runtime_configuration: Params::runtime_configuration,
|
|
341
258
|
?resource_creation_limit_policy: {
|
|
342
259
|
new_game_sessions_per_creator: ::Integer?,
|
|
343
260
|
policy_period_in_minutes: ::Integer?
|
|
@@ -353,13 +270,13 @@ module Aws
|
|
|
353
270
|
?locations: Array[
|
|
354
271
|
{
|
|
355
272
|
location: ::String
|
|
356
|
-
}
|
|
273
|
+
}
|
|
357
274
|
],
|
|
358
275
|
?tags: Array[
|
|
359
276
|
{
|
|
360
277
|
key: ::String,
|
|
361
278
|
value: ::String
|
|
362
|
-
}
|
|
279
|
+
}
|
|
363
280
|
],
|
|
364
281
|
?compute_type: ("EC2" | "ANYWHERE"),
|
|
365
282
|
?anywhere_configuration: {
|
|
@@ -385,7 +302,7 @@ module Aws
|
|
|
385
302
|
locations: Array[
|
|
386
303
|
{
|
|
387
304
|
location: ::String
|
|
388
|
-
}
|
|
305
|
+
}
|
|
389
306
|
]
|
|
390
307
|
) -> _CreateFleetLocationsResponseSuccess
|
|
391
308
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFleetLocationsResponseSuccess
|
|
@@ -409,7 +326,7 @@ module Aws
|
|
|
409
326
|
{
|
|
410
327
|
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"),
|
|
411
328
|
weighted_capacity: ::String?
|
|
412
|
-
}
|
|
329
|
+
}
|
|
413
330
|
],
|
|
414
331
|
?auto_scaling_policy: {
|
|
415
332
|
estimated_instance_warmup: ::Integer?,
|
|
@@ -424,7 +341,7 @@ module Aws
|
|
|
424
341
|
{
|
|
425
342
|
key: ::String,
|
|
426
343
|
value: ::String
|
|
427
|
-
}
|
|
344
|
+
}
|
|
428
345
|
]
|
|
429
346
|
) -> _CreateGameServerGroupResponseSuccess
|
|
430
347
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGameServerGroupResponseSuccess
|
|
@@ -443,7 +360,7 @@ module Aws
|
|
|
443
360
|
{
|
|
444
361
|
key: ::String,
|
|
445
362
|
value: ::String
|
|
446
|
-
}
|
|
363
|
+
}
|
|
447
364
|
],
|
|
448
365
|
?creator_id: ::String,
|
|
449
366
|
?game_session_id: ::String,
|
|
@@ -465,12 +382,12 @@ module Aws
|
|
|
465
382
|
{
|
|
466
383
|
maximum_individual_player_latency_milliseconds: ::Integer?,
|
|
467
384
|
policy_duration_seconds: ::Integer?
|
|
468
|
-
}
|
|
385
|
+
}
|
|
469
386
|
],
|
|
470
387
|
?destinations: Array[
|
|
471
388
|
{
|
|
472
389
|
destination_arn: ::String?
|
|
473
|
-
}
|
|
390
|
+
}
|
|
474
391
|
],
|
|
475
392
|
?filter_configuration: {
|
|
476
393
|
allowed_locations: Array[::String]?
|
|
@@ -485,7 +402,7 @@ module Aws
|
|
|
485
402
|
{
|
|
486
403
|
key: ::String,
|
|
487
404
|
value: ::String
|
|
488
|
-
}
|
|
405
|
+
}
|
|
489
406
|
]
|
|
490
407
|
) -> _CreateGameSessionQueueResponseSuccess
|
|
491
408
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGameSessionQueueResponseSuccess
|
|
@@ -501,7 +418,7 @@ module Aws
|
|
|
501
418
|
{
|
|
502
419
|
key: ::String,
|
|
503
420
|
value: ::String
|
|
504
|
-
}
|
|
421
|
+
}
|
|
505
422
|
]
|
|
506
423
|
) -> _CreateLocationResponseSuccess
|
|
507
424
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLocationResponseSuccess
|
|
@@ -526,7 +443,7 @@ module Aws
|
|
|
526
443
|
{
|
|
527
444
|
key: ::String,
|
|
528
445
|
value: ::String
|
|
529
|
-
}
|
|
446
|
+
}
|
|
530
447
|
],
|
|
531
448
|
?game_session_data: ::String,
|
|
532
449
|
?backfill_mode: ("AUTOMATIC" | "MANUAL"),
|
|
@@ -535,7 +452,7 @@ module Aws
|
|
|
535
452
|
{
|
|
536
453
|
key: ::String,
|
|
537
454
|
value: ::String
|
|
538
|
-
}
|
|
455
|
+
}
|
|
539
456
|
]
|
|
540
457
|
) -> _CreateMatchmakingConfigurationResponseSuccess
|
|
541
458
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMatchmakingConfigurationResponseSuccess
|
|
@@ -552,7 +469,7 @@ module Aws
|
|
|
552
469
|
{
|
|
553
470
|
key: ::String,
|
|
554
471
|
value: ::String
|
|
555
|
-
}
|
|
472
|
+
}
|
|
556
473
|
]
|
|
557
474
|
) -> _CreateMatchmakingRuleSetResponseSuccess
|
|
558
475
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMatchmakingRuleSetResponseSuccess
|
|
@@ -600,7 +517,7 @@ module Aws
|
|
|
600
517
|
{
|
|
601
518
|
key: ::String,
|
|
602
519
|
value: ::String
|
|
603
|
-
}
|
|
520
|
+
}
|
|
604
521
|
],
|
|
605
522
|
?node_js_version: ::String
|
|
606
523
|
) -> _CreateScriptResponseSuccess
|
|
@@ -1553,7 +1470,7 @@ module Aws
|
|
|
1553
1470
|
{
|
|
1554
1471
|
key: ::String,
|
|
1555
1472
|
value: ::String
|
|
1556
|
-
}
|
|
1473
|
+
}
|
|
1557
1474
|
],
|
|
1558
1475
|
maximum_player_session_count: ::Integer,
|
|
1559
1476
|
?game_session_name: ::String,
|
|
@@ -1562,13 +1479,13 @@ module Aws
|
|
|
1562
1479
|
player_id: ::String?,
|
|
1563
1480
|
region_identifier: ::String?,
|
|
1564
1481
|
latency_in_milliseconds: ::Float?
|
|
1565
|
-
}
|
|
1482
|
+
}
|
|
1566
1483
|
],
|
|
1567
1484
|
?desired_player_sessions: Array[
|
|
1568
1485
|
{
|
|
1569
1486
|
player_id: ::String?,
|
|
1570
1487
|
player_data: ::String?
|
|
1571
|
-
}
|
|
1488
|
+
}
|
|
1572
1489
|
],
|
|
1573
1490
|
?game_session_data: ::String,
|
|
1574
1491
|
?priority_configuration_override: {
|
|
@@ -1588,12 +1505,7 @@ module Aws
|
|
|
1588
1505
|
configuration_name: ::String,
|
|
1589
1506
|
?game_session_arn: ::String,
|
|
1590
1507
|
players: Array[
|
|
1591
|
-
|
|
1592
|
-
player_id: ::String?,
|
|
1593
|
-
player_attributes: Hash[::String, untyped]?,
|
|
1594
|
-
team: ::String?,
|
|
1595
|
-
latency_in_ms: Hash[::String, ::Integer]?
|
|
1596
|
-
},
|
|
1508
|
+
Params::player
|
|
1597
1509
|
]
|
|
1598
1510
|
) -> _StartMatchBackfillResponseSuccess
|
|
1599
1511
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartMatchBackfillResponseSuccess
|
|
@@ -1607,12 +1519,7 @@ module Aws
|
|
|
1607
1519
|
?ticket_id: ::String,
|
|
1608
1520
|
configuration_name: ::String,
|
|
1609
1521
|
players: Array[
|
|
1610
|
-
|
|
1611
|
-
player_id: ::String?,
|
|
1612
|
-
player_attributes: Hash[::String, untyped]?,
|
|
1613
|
-
team: ::String?,
|
|
1614
|
-
latency_in_ms: Hash[::String, ::Integer]?
|
|
1615
|
-
},
|
|
1522
|
+
Params::player
|
|
1616
1523
|
]
|
|
1617
1524
|
) -> _StartMatchmakingResponseSuccess
|
|
1618
1525
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartMatchmakingResponseSuccess
|
|
@@ -1670,7 +1577,7 @@ module Aws
|
|
|
1670
1577
|
{
|
|
1671
1578
|
key: ::String,
|
|
1672
1579
|
value: ::String
|
|
1673
|
-
}
|
|
1580
|
+
}
|
|
1674
1581
|
]
|
|
1675
1582
|
) -> _TagResourceResponseSuccess
|
|
1676
1583
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -1745,7 +1652,7 @@ module Aws
|
|
|
1745
1652
|
to_port: ::Integer,
|
|
1746
1653
|
ip_range: ::String,
|
|
1747
1654
|
protocol: ("TCP" | "UDP")
|
|
1748
|
-
}
|
|
1655
|
+
}
|
|
1749
1656
|
],
|
|
1750
1657
|
?instance_inbound_permission_revocations: Array[
|
|
1751
1658
|
{
|
|
@@ -1753,7 +1660,7 @@ module Aws
|
|
|
1753
1660
|
to_port: ::Integer,
|
|
1754
1661
|
ip_range: ::String,
|
|
1755
1662
|
protocol: ("TCP" | "UDP")
|
|
1756
|
-
}
|
|
1663
|
+
}
|
|
1757
1664
|
],
|
|
1758
1665
|
?deployment_configuration: {
|
|
1759
1666
|
protection_strategy: ("WITH_PROTECTION" | "IGNORE_PROTECTION")?,
|
|
@@ -1783,82 +1690,9 @@ module Aws
|
|
|
1783
1690
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLift/Client.html#update_container_group_definition-instance_method
|
|
1784
1691
|
def update_container_group_definition: (
|
|
1785
1692
|
name: ::String,
|
|
1786
|
-
?game_server_container_definition:
|
|
1787
|
-
container_name: ::String,
|
|
1788
|
-
depends_on: Array[
|
|
1789
|
-
{
|
|
1790
|
-
container_name: ::String,
|
|
1791
|
-
condition: ("START" | "COMPLETE" | "SUCCESS" | "HEALTHY")
|
|
1792
|
-
},
|
|
1793
|
-
]?,
|
|
1794
|
-
mount_points: Array[
|
|
1795
|
-
{
|
|
1796
|
-
instance_path: ::String,
|
|
1797
|
-
container_path: ::String?,
|
|
1798
|
-
access_level: ("READ_ONLY" | "READ_AND_WRITE")?
|
|
1799
|
-
},
|
|
1800
|
-
]?,
|
|
1801
|
-
environment_override: Array[
|
|
1802
|
-
{
|
|
1803
|
-
name: ::String,
|
|
1804
|
-
value: ::String
|
|
1805
|
-
},
|
|
1806
|
-
]?,
|
|
1807
|
-
image_uri: ::String,
|
|
1808
|
-
port_configuration: {
|
|
1809
|
-
container_port_ranges: Array[
|
|
1810
|
-
{
|
|
1811
|
-
from_port: ::Integer,
|
|
1812
|
-
to_port: ::Integer,
|
|
1813
|
-
protocol: ("TCP" | "UDP")
|
|
1814
|
-
},
|
|
1815
|
-
]
|
|
1816
|
-
},
|
|
1817
|
-
server_sdk_version: ::String
|
|
1818
|
-
},
|
|
1693
|
+
?game_server_container_definition: Params::game_server_container_definition_input,
|
|
1819
1694
|
?support_container_definitions: Array[
|
|
1820
|
-
|
|
1821
|
-
container_name: ::String,
|
|
1822
|
-
depends_on: Array[
|
|
1823
|
-
{
|
|
1824
|
-
container_name: ::String,
|
|
1825
|
-
condition: ("START" | "COMPLETE" | "SUCCESS" | "HEALTHY")
|
|
1826
|
-
},
|
|
1827
|
-
]?,
|
|
1828
|
-
mount_points: Array[
|
|
1829
|
-
{
|
|
1830
|
-
instance_path: ::String,
|
|
1831
|
-
container_path: ::String?,
|
|
1832
|
-
access_level: ("READ_ONLY" | "READ_AND_WRITE")?
|
|
1833
|
-
},
|
|
1834
|
-
]?,
|
|
1835
|
-
environment_override: Array[
|
|
1836
|
-
{
|
|
1837
|
-
name: ::String,
|
|
1838
|
-
value: ::String
|
|
1839
|
-
},
|
|
1840
|
-
]?,
|
|
1841
|
-
essential: bool?,
|
|
1842
|
-
health_check: {
|
|
1843
|
-
command: Array[::String],
|
|
1844
|
-
interval: ::Integer?,
|
|
1845
|
-
retries: ::Integer?,
|
|
1846
|
-
start_period: ::Integer?,
|
|
1847
|
-
timeout: ::Integer?
|
|
1848
|
-
}?,
|
|
1849
|
-
image_uri: ::String,
|
|
1850
|
-
memory_hard_limit_mebibytes: ::Integer?,
|
|
1851
|
-
port_configuration: {
|
|
1852
|
-
container_port_ranges: Array[
|
|
1853
|
-
{
|
|
1854
|
-
from_port: ::Integer,
|
|
1855
|
-
to_port: ::Integer,
|
|
1856
|
-
protocol: ("TCP" | "UDP")
|
|
1857
|
-
},
|
|
1858
|
-
]
|
|
1859
|
-
}?,
|
|
1860
|
-
vcpu: ::Float?
|
|
1861
|
-
},
|
|
1695
|
+
Params::support_container_definition_input
|
|
1862
1696
|
],
|
|
1863
1697
|
?total_memory_limit_mebibytes: ::Integer,
|
|
1864
1698
|
?total_vcpu_limit: ::Float,
|
|
@@ -1925,7 +1759,7 @@ module Aws
|
|
|
1925
1759
|
to_port: ::Integer,
|
|
1926
1760
|
ip_range: ::String,
|
|
1927
1761
|
protocol: ("TCP" | "UDP")
|
|
1928
|
-
}
|
|
1762
|
+
}
|
|
1929
1763
|
],
|
|
1930
1764
|
?inbound_permission_revocations: Array[
|
|
1931
1765
|
{
|
|
@@ -1933,7 +1767,7 @@ module Aws
|
|
|
1933
1767
|
to_port: ::Integer,
|
|
1934
1768
|
ip_range: ::String,
|
|
1935
1769
|
protocol: ("TCP" | "UDP")
|
|
1936
|
-
}
|
|
1770
|
+
}
|
|
1937
1771
|
]
|
|
1938
1772
|
) -> _UpdateFleetPortSettingsResponseSuccess
|
|
1939
1773
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFleetPortSettingsResponseSuccess
|
|
@@ -1964,7 +1798,7 @@ module Aws
|
|
|
1964
1798
|
{
|
|
1965
1799
|
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"),
|
|
1966
1800
|
weighted_capacity: ::String?
|
|
1967
|
-
}
|
|
1801
|
+
}
|
|
1968
1802
|
],
|
|
1969
1803
|
?game_server_protection_policy: ("NO_PROTECTION" | "FULL_PROTECTION"),
|
|
1970
1804
|
?balancing_strategy: ("SPOT_ONLY" | "SPOT_PREFERRED" | "ON_DEMAND_ONLY")
|
|
@@ -1986,7 +1820,7 @@ module Aws
|
|
|
1986
1820
|
{
|
|
1987
1821
|
key: ::String,
|
|
1988
1822
|
value: ::String
|
|
1989
|
-
}
|
|
1823
|
+
}
|
|
1990
1824
|
]
|
|
1991
1825
|
) -> _UpdateGameSessionResponseSuccess
|
|
1992
1826
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGameSessionResponseSuccess
|
|
@@ -2003,12 +1837,12 @@ module Aws
|
|
|
2003
1837
|
{
|
|
2004
1838
|
maximum_individual_player_latency_milliseconds: ::Integer?,
|
|
2005
1839
|
policy_duration_seconds: ::Integer?
|
|
2006
|
-
}
|
|
1840
|
+
}
|
|
2007
1841
|
],
|
|
2008
1842
|
?destinations: Array[
|
|
2009
1843
|
{
|
|
2010
1844
|
destination_arn: ::String?
|
|
2011
|
-
}
|
|
1845
|
+
}
|
|
2012
1846
|
],
|
|
2013
1847
|
?filter_configuration: {
|
|
2014
1848
|
allowed_locations: Array[::String]?
|
|
@@ -2042,7 +1876,7 @@ module Aws
|
|
|
2042
1876
|
{
|
|
2043
1877
|
key: ::String,
|
|
2044
1878
|
value: ::String
|
|
2045
|
-
}
|
|
1879
|
+
}
|
|
2046
1880
|
],
|
|
2047
1881
|
?game_session_data: ::String,
|
|
2048
1882
|
?backfill_mode: ("AUTOMATIC" | "MANUAL"),
|
|
@@ -2057,17 +1891,7 @@ module Aws
|
|
|
2057
1891
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLift/Client.html#update_runtime_configuration-instance_method
|
|
2058
1892
|
def update_runtime_configuration: (
|
|
2059
1893
|
fleet_id: ::String,
|
|
2060
|
-
runtime_configuration:
|
|
2061
|
-
server_processes: Array[
|
|
2062
|
-
{
|
|
2063
|
-
launch_path: ::String,
|
|
2064
|
-
parameters: ::String?,
|
|
2065
|
-
concurrent_executions: ::Integer
|
|
2066
|
-
},
|
|
2067
|
-
]?,
|
|
2068
|
-
max_concurrent_game_session_activations: ::Integer?,
|
|
2069
|
-
game_session_activation_timeout_seconds: ::Integer?
|
|
2070
|
-
}
|
|
1894
|
+
runtime_configuration: Params::runtime_configuration
|
|
2071
1895
|
) -> _UpdateRuntimeConfigurationResponseSuccess
|
|
2072
1896
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRuntimeConfigurationResponseSuccess
|
|
2073
1897
|
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
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
|
|
9
|
+
module GameLift
|
|
10
|
+
module Params
|
|
11
|
+
type game_server_container_definition_input = {
|
|
12
|
+
container_name: ::String,
|
|
13
|
+
depends_on: Array[
|
|
14
|
+
{
|
|
15
|
+
container_name: ::String,
|
|
16
|
+
condition: ("START" | "COMPLETE" | "SUCCESS" | "HEALTHY")
|
|
17
|
+
}
|
|
18
|
+
]?,
|
|
19
|
+
mount_points: Array[
|
|
20
|
+
{
|
|
21
|
+
instance_path: ::String,
|
|
22
|
+
container_path: ::String?,
|
|
23
|
+
access_level: ("READ_ONLY" | "READ_AND_WRITE")?
|
|
24
|
+
}
|
|
25
|
+
]?,
|
|
26
|
+
environment_override: Array[
|
|
27
|
+
{
|
|
28
|
+
name: ::String,
|
|
29
|
+
value: ::String
|
|
30
|
+
}
|
|
31
|
+
]?,
|
|
32
|
+
image_uri: ::String,
|
|
33
|
+
port_configuration: {
|
|
34
|
+
container_port_ranges: Array[
|
|
35
|
+
{
|
|
36
|
+
from_port: ::Integer,
|
|
37
|
+
to_port: ::Integer,
|
|
38
|
+
protocol: ("TCP" | "UDP")
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
server_sdk_version: ::String
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
type support_container_definition_input = {
|
|
46
|
+
container_name: ::String,
|
|
47
|
+
depends_on: Array[
|
|
48
|
+
{
|
|
49
|
+
container_name: ::String,
|
|
50
|
+
condition: ("START" | "COMPLETE" | "SUCCESS" | "HEALTHY")
|
|
51
|
+
}
|
|
52
|
+
]?,
|
|
53
|
+
mount_points: Array[
|
|
54
|
+
{
|
|
55
|
+
instance_path: ::String,
|
|
56
|
+
container_path: ::String?,
|
|
57
|
+
access_level: ("READ_ONLY" | "READ_AND_WRITE")?
|
|
58
|
+
}
|
|
59
|
+
]?,
|
|
60
|
+
environment_override: Array[
|
|
61
|
+
{
|
|
62
|
+
name: ::String,
|
|
63
|
+
value: ::String
|
|
64
|
+
}
|
|
65
|
+
]?,
|
|
66
|
+
essential: bool?,
|
|
67
|
+
health_check: {
|
|
68
|
+
command: Array[::String],
|
|
69
|
+
interval: ::Integer?,
|
|
70
|
+
retries: ::Integer?,
|
|
71
|
+
start_period: ::Integer?,
|
|
72
|
+
timeout: ::Integer?
|
|
73
|
+
}?,
|
|
74
|
+
image_uri: ::String,
|
|
75
|
+
memory_hard_limit_mebibytes: ::Integer?,
|
|
76
|
+
port_configuration: {
|
|
77
|
+
container_port_ranges: Array[
|
|
78
|
+
{
|
|
79
|
+
from_port: ::Integer,
|
|
80
|
+
to_port: ::Integer,
|
|
81
|
+
protocol: ("TCP" | "UDP")
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
}?,
|
|
85
|
+
vcpu: ::Float?
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
type runtime_configuration = {
|
|
89
|
+
server_processes: Array[
|
|
90
|
+
{
|
|
91
|
+
launch_path: ::String,
|
|
92
|
+
parameters: ::String?,
|
|
93
|
+
concurrent_executions: ::Integer
|
|
94
|
+
}
|
|
95
|
+
]?,
|
|
96
|
+
max_concurrent_game_session_activations: ::Integer?,
|
|
97
|
+
game_session_activation_timeout_seconds: ::Integer?
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
type player = {
|
|
101
|
+
player_id: ::String?,
|
|
102
|
+
player_attributes: Hash[::String, untyped]?,
|
|
103
|
+
team: ::String?,
|
|
104
|
+
latency_in_ms: Hash[::String, ::Integer]?
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
end
|
|
108
|
+
end
|
|
109
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-gamelift
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.128.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-gamelift/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|