aws-sdk-gamelift 1.92.0 → 1.94.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-gamelift/client.rb +8 -8
- data/lib/aws-sdk-gamelift/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-gamelift/endpoints.rb +2 -1186
- data/lib/aws-sdk-gamelift/plugins/endpoints.rb +1 -222
- data/lib/aws-sdk-gamelift/types.rb +14 -15
- data/lib/aws-sdk-gamelift.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66ba10bcb738f51fd0c32807718c1bf9962bb427f94fd35ca71986fce82bc7cd
|
4
|
+
data.tar.gz: 0e92672c2551e2686675b28683d460db04ddd9487e85dc5452f30d8d5d8f27b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 662adebb44ed8547251587895249add48a016a790ece355c8e8c64dfb3b59a216ca64e997ec5132cde3c8a744f10024f7351a318b170b6a1724d441463a1d00e
|
7
|
+
data.tar.gz: 5d758234d5f9c87f9a9b83dae8a2fc07d277ea937b2efa8034bce3d22bb328958ccf407f83c7919cbdd37512357eb8327d9b1c0c03ade800fba0d7dab7625b6f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.94.0 (2024-11-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.93.0 (2024-10-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.92.0 (2024-09-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.94.0
|
@@ -2017,7 +2017,7 @@ module Aws::GameLift
|
|
2017
2017
|
#
|
2018
2018
|
# @option params [Array<Types::GameProperty>] :game_properties
|
2019
2019
|
# A set of key-value pairs that can store custom data in a game session.
|
2020
|
-
# For example:
|
2020
|
+
# For example: `{"Key": "difficulty", "Value": "novice"}`. For an
|
2021
2021
|
# example, see [Create a game session with custom properties][1].
|
2022
2022
|
#
|
2023
2023
|
#
|
@@ -2465,7 +2465,7 @@ module Aws::GameLift
|
|
2465
2465
|
#
|
2466
2466
|
# @option params [Array<Types::GameProperty>] :game_properties
|
2467
2467
|
# A set of key-value pairs that can store custom data in a game session.
|
2468
|
-
# For example:
|
2468
|
+
# For example: `{"Key": "difficulty", "Value": "novice"}`. This
|
2469
2469
|
# information is added to the new `GameSession` object that is created
|
2470
2470
|
# for a successful match. This parameter is not used if `FlexMatchMode`
|
2471
2471
|
# is set to `STANDALONE`.
|
@@ -7950,8 +7950,8 @@ module Aws::GameLift
|
|
7950
7950
|
# names do not need to be unique to a game session.
|
7951
7951
|
#
|
7952
7952
|
# * **gameSessionProperties** -- A set of key-value pairs that can store
|
7953
|
-
# custom data in a game session. For example:
|
7954
|
-
# "Value": "novice"
|
7953
|
+
# custom data in a game session. For example: `{"Key": "difficulty",
|
7954
|
+
# "Value": "novice"}`. The filter expression must specify the
|
7955
7955
|
# GameProperty -- a `Key` and a string `Value` to search for the game
|
7956
7956
|
# sessions.
|
7957
7957
|
#
|
@@ -8265,7 +8265,7 @@ module Aws::GameLift
|
|
8265
8265
|
#
|
8266
8266
|
# @option params [Array<Types::GameProperty>] :game_properties
|
8267
8267
|
# A set of key-value pairs that can store custom data in a game session.
|
8268
|
-
# For example:
|
8268
|
+
# For example: `{"Key": "difficulty", "Value": "novice"}`.
|
8269
8269
|
#
|
8270
8270
|
# @option params [required, Integer] :maximum_player_session_count
|
8271
8271
|
# The maximum number of players that can be connected simultaneously to
|
@@ -9681,7 +9681,7 @@ module Aws::GameLift
|
|
9681
9681
|
#
|
9682
9682
|
# @option params [Array<Types::GameProperty>] :game_properties
|
9683
9683
|
# A set of key-value pairs that can store custom data in a game session.
|
9684
|
-
# For example:
|
9684
|
+
# For example: `{"Key": "difficulty", "Value": "novice"}`. You can use
|
9685
9685
|
# this parameter to modify game properties in an active game session.
|
9686
9686
|
# This action adds new properties and modifies existing properties.
|
9687
9687
|
# There is no way to delete properties. For an example, see [Update the
|
@@ -9951,7 +9951,7 @@ module Aws::GameLift
|
|
9951
9951
|
#
|
9952
9952
|
# @option params [Array<Types::GameProperty>] :game_properties
|
9953
9953
|
# A set of key-value pairs that can store custom data in a game session.
|
9954
|
-
# For example:
|
9954
|
+
# For example: `{"Key": "difficulty", "Value": "novice"}`. This
|
9955
9955
|
# information is added to the new `GameSession` object that is created
|
9956
9956
|
# for a successful match. This parameter is not used if `FlexMatchMode`
|
9957
9957
|
# is set to `STANDALONE`.
|
@@ -10296,7 +10296,7 @@ module Aws::GameLift
|
|
10296
10296
|
tracer: tracer
|
10297
10297
|
)
|
10298
10298
|
context[:gem_name] = 'aws-sdk-gamelift'
|
10299
|
-
context[:gem_version] = '1.
|
10299
|
+
context[:gem_version] = '1.94.0'
|
10300
10300
|
Seahorse::Client::Request.new(handlers, context)
|
10301
10301
|
end
|
10302
10302
|
|
@@ -52,15 +52,18 @@ module Aws::GameLift
|
|
52
52
|
self[:region] = options[:region]
|
53
53
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
54
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
|
-
if self[:use_dual_stack].nil?
|
56
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_dual_stack"
|
57
|
-
end
|
58
55
|
self[:use_fips] = options[:use_fips]
|
59
56
|
self[:use_fips] = false if self[:use_fips].nil?
|
60
|
-
if self[:use_fips].nil?
|
61
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_fips"
|
62
|
-
end
|
63
57
|
self[:endpoint] = options[:endpoint]
|
64
58
|
end
|
59
|
+
|
60
|
+
def self.create(config, options={})
|
61
|
+
new({
|
62
|
+
region: config.region,
|
63
|
+
use_dual_stack: config.use_dualstack_endpoint,
|
64
|
+
use_fips: config.use_fips_endpoint,
|
65
|
+
endpoint: (config.endpoint.to_s unless config.regional_endpoint),
|
66
|
+
}.merge(options))
|
67
|
+
end
|
65
68
|
end
|
66
69
|
end
|