aws-sdk-gamelift 1.95.0 → 1.96.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 -5
- data/lib/aws-sdk-gamelift.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ab9d0d41c1c90486d39969d247fb4eeac52f6b4b76f9671dd66f7ffd4bb1fb5
|
|
4
|
+
data.tar.gz: 3b9308f78cbe6762c94caad9bccd35a98c36baa5a66f55bc343ea77a9e7a70fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3472b78fe7d8ffa079117728f64386ee6491d3a1f2a54c57cf8dfca3bca7ed98b4d223c166ab68889c94bff035363d47800a82f092435f7a727fa906cc929649
|
|
7
|
+
data.tar.gz: 51a915f530a44c01c94493bfa8df64d2cca76f1e3746e80ffdb1884329894778faea65e64f105d2f4d7c9764be77160916289c6fb7fe1d8fe6471b1260e7552d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.96.0
|
|
@@ -936,14 +936,12 @@ module Aws::GameLift
|
|
|
936
936
|
# * `FleetRoleArn`
|
|
937
937
|
#
|
|
938
938
|
# ^
|
|
939
|
-
#
|
|
940
939
|
# * Create a fleet with a game server container group. Provide the
|
|
941
940
|
# following required parameter values:
|
|
942
941
|
#
|
|
943
942
|
# * `FleetRoleArn`
|
|
944
943
|
#
|
|
945
944
|
# * `GameServerContainerGroupDefinitionName`
|
|
946
|
-
#
|
|
947
945
|
# * Create a fleet with a game server container group and a per-instance
|
|
948
946
|
# container group. Provide the following required parameter values:
|
|
949
947
|
#
|
|
@@ -1300,7 +1298,6 @@ module Aws::GameLift
|
|
|
1300
1298
|
# * Support container. This container runs software in parallel with
|
|
1301
1299
|
# your game server. You can define up to 8 support containers in a
|
|
1302
1300
|
# game server group.
|
|
1303
|
-
#
|
|
1304
1301
|
# When building a game server container group definition, you can
|
|
1305
1302
|
# choose to bundle your game server executable and all dependent
|
|
1306
1303
|
# software into a single game server container. Alternatively, you can
|
|
@@ -1354,7 +1351,6 @@ module Aws::GameLift
|
|
|
1354
1351
|
# * `PortConfiguration`
|
|
1355
1352
|
#
|
|
1356
1353
|
# * `ServerSdkVersion` (omit to use default value)
|
|
1357
|
-
#
|
|
1358
1354
|
# * Create a per-instance container group definition. Provide the
|
|
1359
1355
|
# following required parameter values:
|
|
1360
1356
|
#
|
|
@@ -11702,7 +11698,7 @@ module Aws::GameLift
|
|
|
11702
11698
|
tracer: tracer
|
|
11703
11699
|
)
|
|
11704
11700
|
context[:gem_name] = 'aws-sdk-gamelift'
|
|
11705
|
-
context[:gem_version] = '1.
|
|
11701
|
+
context[:gem_version] = '1.96.0'
|
|
11706
11702
|
Seahorse::Client::Request.new(handlers, context)
|
|
11707
11703
|
end
|
|
11708
11704
|
|
data/lib/aws-sdk-gamelift.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.96.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-11-
|
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|