aws-sdk-gamelift 1.91.0 → 1.93.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-gamelift/client.rb +1 -3
- 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.rb +3 -1
- metadata +4 -4
@@ -27,7 +27,7 @@ The endpoint provider used to resolve endpoints. Any object that responds to
|
|
27
27
|
class Handler < Seahorse::Client::Handler
|
28
28
|
def call(context)
|
29
29
|
unless context[:discovered_endpoint]
|
30
|
-
params = parameters_for_operation(context)
|
30
|
+
params = Aws::GameLift::Endpoints.parameters_for_operation(context)
|
31
31
|
endpoint = context.config.endpoint_provider.resolve_endpoint(params)
|
32
32
|
|
33
33
|
context.http_request.endpoint = endpoint.url
|
@@ -67,227 +67,6 @@ The endpoint provider used to resolve endpoints. Any object that responds to
|
|
67
67
|
context.http_request.headers[key] = value
|
68
68
|
end
|
69
69
|
end
|
70
|
-
|
71
|
-
def parameters_for_operation(context)
|
72
|
-
case context.operation_name
|
73
|
-
when :accept_match
|
74
|
-
Aws::GameLift::Endpoints::AcceptMatch.build(context)
|
75
|
-
when :claim_game_server
|
76
|
-
Aws::GameLift::Endpoints::ClaimGameServer.build(context)
|
77
|
-
when :create_alias
|
78
|
-
Aws::GameLift::Endpoints::CreateAlias.build(context)
|
79
|
-
when :create_build
|
80
|
-
Aws::GameLift::Endpoints::CreateBuild.build(context)
|
81
|
-
when :create_container_group_definition
|
82
|
-
Aws::GameLift::Endpoints::CreateContainerGroupDefinition.build(context)
|
83
|
-
when :create_fleet
|
84
|
-
Aws::GameLift::Endpoints::CreateFleet.build(context)
|
85
|
-
when :create_fleet_locations
|
86
|
-
Aws::GameLift::Endpoints::CreateFleetLocations.build(context)
|
87
|
-
when :create_game_server_group
|
88
|
-
Aws::GameLift::Endpoints::CreateGameServerGroup.build(context)
|
89
|
-
when :create_game_session
|
90
|
-
Aws::GameLift::Endpoints::CreateGameSession.build(context)
|
91
|
-
when :create_game_session_queue
|
92
|
-
Aws::GameLift::Endpoints::CreateGameSessionQueue.build(context)
|
93
|
-
when :create_location
|
94
|
-
Aws::GameLift::Endpoints::CreateLocation.build(context)
|
95
|
-
when :create_matchmaking_configuration
|
96
|
-
Aws::GameLift::Endpoints::CreateMatchmakingConfiguration.build(context)
|
97
|
-
when :create_matchmaking_rule_set
|
98
|
-
Aws::GameLift::Endpoints::CreateMatchmakingRuleSet.build(context)
|
99
|
-
when :create_player_session
|
100
|
-
Aws::GameLift::Endpoints::CreatePlayerSession.build(context)
|
101
|
-
when :create_player_sessions
|
102
|
-
Aws::GameLift::Endpoints::CreatePlayerSessions.build(context)
|
103
|
-
when :create_script
|
104
|
-
Aws::GameLift::Endpoints::CreateScript.build(context)
|
105
|
-
when :create_vpc_peering_authorization
|
106
|
-
Aws::GameLift::Endpoints::CreateVpcPeeringAuthorization.build(context)
|
107
|
-
when :create_vpc_peering_connection
|
108
|
-
Aws::GameLift::Endpoints::CreateVpcPeeringConnection.build(context)
|
109
|
-
when :delete_alias
|
110
|
-
Aws::GameLift::Endpoints::DeleteAlias.build(context)
|
111
|
-
when :delete_build
|
112
|
-
Aws::GameLift::Endpoints::DeleteBuild.build(context)
|
113
|
-
when :delete_container_group_definition
|
114
|
-
Aws::GameLift::Endpoints::DeleteContainerGroupDefinition.build(context)
|
115
|
-
when :delete_fleet
|
116
|
-
Aws::GameLift::Endpoints::DeleteFleet.build(context)
|
117
|
-
when :delete_fleet_locations
|
118
|
-
Aws::GameLift::Endpoints::DeleteFleetLocations.build(context)
|
119
|
-
when :delete_game_server_group
|
120
|
-
Aws::GameLift::Endpoints::DeleteGameServerGroup.build(context)
|
121
|
-
when :delete_game_session_queue
|
122
|
-
Aws::GameLift::Endpoints::DeleteGameSessionQueue.build(context)
|
123
|
-
when :delete_location
|
124
|
-
Aws::GameLift::Endpoints::DeleteLocation.build(context)
|
125
|
-
when :delete_matchmaking_configuration
|
126
|
-
Aws::GameLift::Endpoints::DeleteMatchmakingConfiguration.build(context)
|
127
|
-
when :delete_matchmaking_rule_set
|
128
|
-
Aws::GameLift::Endpoints::DeleteMatchmakingRuleSet.build(context)
|
129
|
-
when :delete_scaling_policy
|
130
|
-
Aws::GameLift::Endpoints::DeleteScalingPolicy.build(context)
|
131
|
-
when :delete_script
|
132
|
-
Aws::GameLift::Endpoints::DeleteScript.build(context)
|
133
|
-
when :delete_vpc_peering_authorization
|
134
|
-
Aws::GameLift::Endpoints::DeleteVpcPeeringAuthorization.build(context)
|
135
|
-
when :delete_vpc_peering_connection
|
136
|
-
Aws::GameLift::Endpoints::DeleteVpcPeeringConnection.build(context)
|
137
|
-
when :deregister_compute
|
138
|
-
Aws::GameLift::Endpoints::DeregisterCompute.build(context)
|
139
|
-
when :deregister_game_server
|
140
|
-
Aws::GameLift::Endpoints::DeregisterGameServer.build(context)
|
141
|
-
when :describe_alias
|
142
|
-
Aws::GameLift::Endpoints::DescribeAlias.build(context)
|
143
|
-
when :describe_build
|
144
|
-
Aws::GameLift::Endpoints::DescribeBuild.build(context)
|
145
|
-
when :describe_compute
|
146
|
-
Aws::GameLift::Endpoints::DescribeCompute.build(context)
|
147
|
-
when :describe_container_group_definition
|
148
|
-
Aws::GameLift::Endpoints::DescribeContainerGroupDefinition.build(context)
|
149
|
-
when :describe_ec2_instance_limits
|
150
|
-
Aws::GameLift::Endpoints::DescribeEC2InstanceLimits.build(context)
|
151
|
-
when :describe_fleet_attributes
|
152
|
-
Aws::GameLift::Endpoints::DescribeFleetAttributes.build(context)
|
153
|
-
when :describe_fleet_capacity
|
154
|
-
Aws::GameLift::Endpoints::DescribeFleetCapacity.build(context)
|
155
|
-
when :describe_fleet_events
|
156
|
-
Aws::GameLift::Endpoints::DescribeFleetEvents.build(context)
|
157
|
-
when :describe_fleet_location_attributes
|
158
|
-
Aws::GameLift::Endpoints::DescribeFleetLocationAttributes.build(context)
|
159
|
-
when :describe_fleet_location_capacity
|
160
|
-
Aws::GameLift::Endpoints::DescribeFleetLocationCapacity.build(context)
|
161
|
-
when :describe_fleet_location_utilization
|
162
|
-
Aws::GameLift::Endpoints::DescribeFleetLocationUtilization.build(context)
|
163
|
-
when :describe_fleet_port_settings
|
164
|
-
Aws::GameLift::Endpoints::DescribeFleetPortSettings.build(context)
|
165
|
-
when :describe_fleet_utilization
|
166
|
-
Aws::GameLift::Endpoints::DescribeFleetUtilization.build(context)
|
167
|
-
when :describe_game_server
|
168
|
-
Aws::GameLift::Endpoints::DescribeGameServer.build(context)
|
169
|
-
when :describe_game_server_group
|
170
|
-
Aws::GameLift::Endpoints::DescribeGameServerGroup.build(context)
|
171
|
-
when :describe_game_server_instances
|
172
|
-
Aws::GameLift::Endpoints::DescribeGameServerInstances.build(context)
|
173
|
-
when :describe_game_session_details
|
174
|
-
Aws::GameLift::Endpoints::DescribeGameSessionDetails.build(context)
|
175
|
-
when :describe_game_session_placement
|
176
|
-
Aws::GameLift::Endpoints::DescribeGameSessionPlacement.build(context)
|
177
|
-
when :describe_game_session_queues
|
178
|
-
Aws::GameLift::Endpoints::DescribeGameSessionQueues.build(context)
|
179
|
-
when :describe_game_sessions
|
180
|
-
Aws::GameLift::Endpoints::DescribeGameSessions.build(context)
|
181
|
-
when :describe_instances
|
182
|
-
Aws::GameLift::Endpoints::DescribeInstances.build(context)
|
183
|
-
when :describe_matchmaking
|
184
|
-
Aws::GameLift::Endpoints::DescribeMatchmaking.build(context)
|
185
|
-
when :describe_matchmaking_configurations
|
186
|
-
Aws::GameLift::Endpoints::DescribeMatchmakingConfigurations.build(context)
|
187
|
-
when :describe_matchmaking_rule_sets
|
188
|
-
Aws::GameLift::Endpoints::DescribeMatchmakingRuleSets.build(context)
|
189
|
-
when :describe_player_sessions
|
190
|
-
Aws::GameLift::Endpoints::DescribePlayerSessions.build(context)
|
191
|
-
when :describe_runtime_configuration
|
192
|
-
Aws::GameLift::Endpoints::DescribeRuntimeConfiguration.build(context)
|
193
|
-
when :describe_scaling_policies
|
194
|
-
Aws::GameLift::Endpoints::DescribeScalingPolicies.build(context)
|
195
|
-
when :describe_script
|
196
|
-
Aws::GameLift::Endpoints::DescribeScript.build(context)
|
197
|
-
when :describe_vpc_peering_authorizations
|
198
|
-
Aws::GameLift::Endpoints::DescribeVpcPeeringAuthorizations.build(context)
|
199
|
-
when :describe_vpc_peering_connections
|
200
|
-
Aws::GameLift::Endpoints::DescribeVpcPeeringConnections.build(context)
|
201
|
-
when :get_compute_access
|
202
|
-
Aws::GameLift::Endpoints::GetComputeAccess.build(context)
|
203
|
-
when :get_compute_auth_token
|
204
|
-
Aws::GameLift::Endpoints::GetComputeAuthToken.build(context)
|
205
|
-
when :get_game_session_log_url
|
206
|
-
Aws::GameLift::Endpoints::GetGameSessionLogUrl.build(context)
|
207
|
-
when :get_instance_access
|
208
|
-
Aws::GameLift::Endpoints::GetInstanceAccess.build(context)
|
209
|
-
when :list_aliases
|
210
|
-
Aws::GameLift::Endpoints::ListAliases.build(context)
|
211
|
-
when :list_builds
|
212
|
-
Aws::GameLift::Endpoints::ListBuilds.build(context)
|
213
|
-
when :list_compute
|
214
|
-
Aws::GameLift::Endpoints::ListCompute.build(context)
|
215
|
-
when :list_container_group_definitions
|
216
|
-
Aws::GameLift::Endpoints::ListContainerGroupDefinitions.build(context)
|
217
|
-
when :list_fleets
|
218
|
-
Aws::GameLift::Endpoints::ListFleets.build(context)
|
219
|
-
when :list_game_server_groups
|
220
|
-
Aws::GameLift::Endpoints::ListGameServerGroups.build(context)
|
221
|
-
when :list_game_servers
|
222
|
-
Aws::GameLift::Endpoints::ListGameServers.build(context)
|
223
|
-
when :list_locations
|
224
|
-
Aws::GameLift::Endpoints::ListLocations.build(context)
|
225
|
-
when :list_scripts
|
226
|
-
Aws::GameLift::Endpoints::ListScripts.build(context)
|
227
|
-
when :list_tags_for_resource
|
228
|
-
Aws::GameLift::Endpoints::ListTagsForResource.build(context)
|
229
|
-
when :put_scaling_policy
|
230
|
-
Aws::GameLift::Endpoints::PutScalingPolicy.build(context)
|
231
|
-
when :register_compute
|
232
|
-
Aws::GameLift::Endpoints::RegisterCompute.build(context)
|
233
|
-
when :register_game_server
|
234
|
-
Aws::GameLift::Endpoints::RegisterGameServer.build(context)
|
235
|
-
when :request_upload_credentials
|
236
|
-
Aws::GameLift::Endpoints::RequestUploadCredentials.build(context)
|
237
|
-
when :resolve_alias
|
238
|
-
Aws::GameLift::Endpoints::ResolveAlias.build(context)
|
239
|
-
when :resume_game_server_group
|
240
|
-
Aws::GameLift::Endpoints::ResumeGameServerGroup.build(context)
|
241
|
-
when :search_game_sessions
|
242
|
-
Aws::GameLift::Endpoints::SearchGameSessions.build(context)
|
243
|
-
when :start_fleet_actions
|
244
|
-
Aws::GameLift::Endpoints::StartFleetActions.build(context)
|
245
|
-
when :start_game_session_placement
|
246
|
-
Aws::GameLift::Endpoints::StartGameSessionPlacement.build(context)
|
247
|
-
when :start_match_backfill
|
248
|
-
Aws::GameLift::Endpoints::StartMatchBackfill.build(context)
|
249
|
-
when :start_matchmaking
|
250
|
-
Aws::GameLift::Endpoints::StartMatchmaking.build(context)
|
251
|
-
when :stop_fleet_actions
|
252
|
-
Aws::GameLift::Endpoints::StopFleetActions.build(context)
|
253
|
-
when :stop_game_session_placement
|
254
|
-
Aws::GameLift::Endpoints::StopGameSessionPlacement.build(context)
|
255
|
-
when :stop_matchmaking
|
256
|
-
Aws::GameLift::Endpoints::StopMatchmaking.build(context)
|
257
|
-
when :suspend_game_server_group
|
258
|
-
Aws::GameLift::Endpoints::SuspendGameServerGroup.build(context)
|
259
|
-
when :tag_resource
|
260
|
-
Aws::GameLift::Endpoints::TagResource.build(context)
|
261
|
-
when :untag_resource
|
262
|
-
Aws::GameLift::Endpoints::UntagResource.build(context)
|
263
|
-
when :update_alias
|
264
|
-
Aws::GameLift::Endpoints::UpdateAlias.build(context)
|
265
|
-
when :update_build
|
266
|
-
Aws::GameLift::Endpoints::UpdateBuild.build(context)
|
267
|
-
when :update_fleet_attributes
|
268
|
-
Aws::GameLift::Endpoints::UpdateFleetAttributes.build(context)
|
269
|
-
when :update_fleet_capacity
|
270
|
-
Aws::GameLift::Endpoints::UpdateFleetCapacity.build(context)
|
271
|
-
when :update_fleet_port_settings
|
272
|
-
Aws::GameLift::Endpoints::UpdateFleetPortSettings.build(context)
|
273
|
-
when :update_game_server
|
274
|
-
Aws::GameLift::Endpoints::UpdateGameServer.build(context)
|
275
|
-
when :update_game_server_group
|
276
|
-
Aws::GameLift::Endpoints::UpdateGameServerGroup.build(context)
|
277
|
-
when :update_game_session
|
278
|
-
Aws::GameLift::Endpoints::UpdateGameSession.build(context)
|
279
|
-
when :update_game_session_queue
|
280
|
-
Aws::GameLift::Endpoints::UpdateGameSessionQueue.build(context)
|
281
|
-
when :update_matchmaking_configuration
|
282
|
-
Aws::GameLift::Endpoints::UpdateMatchmakingConfiguration.build(context)
|
283
|
-
when :update_runtime_configuration
|
284
|
-
Aws::GameLift::Endpoints::UpdateRuntimeConfiguration.build(context)
|
285
|
-
when :update_script
|
286
|
-
Aws::GameLift::Endpoints::UpdateScript.build(context)
|
287
|
-
when :validate_matchmaking_rule_set
|
288
|
-
Aws::GameLift::Endpoints::ValidateMatchmakingRuleSet.build(context)
|
289
|
-
end
|
290
|
-
end
|
291
70
|
end
|
292
71
|
|
293
72
|
def add_handlers(handlers, _config)
|
data/lib/aws-sdk-gamelift.rb
CHANGED
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:gamelift)
|
15
|
+
|
14
16
|
# This module provides support for Amazon GameLift. This module is available in the
|
15
17
|
# `aws-sdk-gamelift` gem.
|
16
18
|
#
|
@@ -52,7 +54,7 @@ module Aws::GameLift
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-gamelift/endpoint_provider'
|
53
55
|
autoload :Endpoints, 'aws-sdk-gamelift/endpoints'
|
54
56
|
|
55
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.93.0'
|
56
58
|
|
57
59
|
end
|
58
60
|
|
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.93.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
|
+
date: 2024-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.210.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.210.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|