aws-sdk-gamelift 1.0.0.rc12 → 1.0.0.rc13

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.
@@ -11,11 +11,16 @@ module Aws::GameLift
11
11
 
12
12
  include Seahorse::Model
13
13
 
14
+ AcceptMatchInput = Shapes::StructureShape.new(name: 'AcceptMatchInput')
15
+ AcceptMatchOutput = Shapes::StructureShape.new(name: 'AcceptMatchOutput')
16
+ AcceptanceType = Shapes::StringShape.new(name: 'AcceptanceType')
14
17
  Alias = Shapes::StructureShape.new(name: 'Alias')
15
18
  AliasId = Shapes::StringShape.new(name: 'AliasId')
16
19
  AliasList = Shapes::ListShape.new(name: 'AliasList')
17
20
  ArnStringModel = Shapes::StringShape.new(name: 'ArnStringModel')
21
+ AttributeValue = Shapes::StructureShape.new(name: 'AttributeValue')
18
22
  AwsCredentials = Shapes::StructureShape.new(name: 'AwsCredentials')
23
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
19
24
  Build = Shapes::StructureShape.new(name: 'Build')
20
25
  BuildId = Shapes::StringShape.new(name: 'BuildId')
21
26
  BuildList = Shapes::ListShape.new(name: 'BuildList')
@@ -32,15 +37,22 @@ module Aws::GameLift
32
37
  CreateGameSessionOutput = Shapes::StructureShape.new(name: 'CreateGameSessionOutput')
33
38
  CreateGameSessionQueueInput = Shapes::StructureShape.new(name: 'CreateGameSessionQueueInput')
34
39
  CreateGameSessionQueueOutput = Shapes::StructureShape.new(name: 'CreateGameSessionQueueOutput')
40
+ CreateMatchmakingConfigurationInput = Shapes::StructureShape.new(name: 'CreateMatchmakingConfigurationInput')
41
+ CreateMatchmakingConfigurationOutput = Shapes::StructureShape.new(name: 'CreateMatchmakingConfigurationOutput')
42
+ CreateMatchmakingRuleSetInput = Shapes::StructureShape.new(name: 'CreateMatchmakingRuleSetInput')
43
+ CreateMatchmakingRuleSetOutput = Shapes::StructureShape.new(name: 'CreateMatchmakingRuleSetOutput')
35
44
  CreatePlayerSessionInput = Shapes::StructureShape.new(name: 'CreatePlayerSessionInput')
36
45
  CreatePlayerSessionOutput = Shapes::StructureShape.new(name: 'CreatePlayerSessionOutput')
37
46
  CreatePlayerSessionsInput = Shapes::StructureShape.new(name: 'CreatePlayerSessionsInput')
38
47
  CreatePlayerSessionsOutput = Shapes::StructureShape.new(name: 'CreatePlayerSessionsOutput')
48
+ CustomEventData = Shapes::StringShape.new(name: 'CustomEventData')
39
49
  DeleteAliasInput = Shapes::StructureShape.new(name: 'DeleteAliasInput')
40
50
  DeleteBuildInput = Shapes::StructureShape.new(name: 'DeleteBuildInput')
41
51
  DeleteFleetInput = Shapes::StructureShape.new(name: 'DeleteFleetInput')
42
52
  DeleteGameSessionQueueInput = Shapes::StructureShape.new(name: 'DeleteGameSessionQueueInput')
43
53
  DeleteGameSessionQueueOutput = Shapes::StructureShape.new(name: 'DeleteGameSessionQueueOutput')
54
+ DeleteMatchmakingConfigurationInput = Shapes::StructureShape.new(name: 'DeleteMatchmakingConfigurationInput')
55
+ DeleteMatchmakingConfigurationOutput = Shapes::StructureShape.new(name: 'DeleteMatchmakingConfigurationOutput')
44
56
  DeleteScalingPolicyInput = Shapes::StructureShape.new(name: 'DeleteScalingPolicyInput')
45
57
  DescribeAliasInput = Shapes::StructureShape.new(name: 'DescribeAliasInput')
46
58
  DescribeAliasOutput = Shapes::StructureShape.new(name: 'DescribeAliasOutput')
@@ -68,6 +80,12 @@ module Aws::GameLift
68
80
  DescribeGameSessionsOutput = Shapes::StructureShape.new(name: 'DescribeGameSessionsOutput')
69
81
  DescribeInstancesInput = Shapes::StructureShape.new(name: 'DescribeInstancesInput')
70
82
  DescribeInstancesOutput = Shapes::StructureShape.new(name: 'DescribeInstancesOutput')
83
+ DescribeMatchmakingConfigurationsInput = Shapes::StructureShape.new(name: 'DescribeMatchmakingConfigurationsInput')
84
+ DescribeMatchmakingConfigurationsOutput = Shapes::StructureShape.new(name: 'DescribeMatchmakingConfigurationsOutput')
85
+ DescribeMatchmakingInput = Shapes::StructureShape.new(name: 'DescribeMatchmakingInput')
86
+ DescribeMatchmakingOutput = Shapes::StructureShape.new(name: 'DescribeMatchmakingOutput')
87
+ DescribeMatchmakingRuleSetsInput = Shapes::StructureShape.new(name: 'DescribeMatchmakingRuleSetsInput')
88
+ DescribeMatchmakingRuleSetsOutput = Shapes::StructureShape.new(name: 'DescribeMatchmakingRuleSetsOutput')
71
89
  DescribePlayerSessionsInput = Shapes::StructureShape.new(name: 'DescribePlayerSessionsInput')
72
90
  DescribePlayerSessionsOutput = Shapes::StructureShape.new(name: 'DescribePlayerSessionsOutput')
73
91
  DescribeRuntimeConfigurationInput = Shapes::StructureShape.new(name: 'DescribeRuntimeConfigurationInput')
@@ -77,6 +95,7 @@ module Aws::GameLift
77
95
  DesiredPlayerSession = Shapes::StructureShape.new(name: 'DesiredPlayerSession')
78
96
  DesiredPlayerSessionList = Shapes::ListShape.new(name: 'DesiredPlayerSessionList')
79
97
  Double = Shapes::FloatShape.new(name: 'Double')
98
+ DoubleObject = Shapes::FloatShape.new(name: 'DoubleObject')
80
99
  EC2InstanceCounts = Shapes::StructureShape.new(name: 'EC2InstanceCounts')
81
100
  EC2InstanceLimit = Shapes::StructureShape.new(name: 'EC2InstanceLimit')
82
101
  EC2InstanceLimitList = Shapes::ListShape.new(name: 'EC2InstanceLimitList')
@@ -102,6 +121,8 @@ module Aws::GameLift
102
121
  GamePropertyValue = Shapes::StringShape.new(name: 'GamePropertyValue')
103
122
  GameSession = Shapes::StructureShape.new(name: 'GameSession')
104
123
  GameSessionActivationTimeoutSeconds = Shapes::IntegerShape.new(name: 'GameSessionActivationTimeoutSeconds')
124
+ GameSessionConnectionInfo = Shapes::StructureShape.new(name: 'GameSessionConnectionInfo')
125
+ GameSessionData = Shapes::StringShape.new(name: 'GameSessionData')
105
126
  GameSessionDetail = Shapes::StructureShape.new(name: 'GameSessionDetail')
106
127
  GameSessionDetailList = Shapes::ListShape.new(name: 'GameSessionDetailList')
107
128
  GameSessionFullException = Shapes::StructureShape.new(name: 'GameSessionFullException')
@@ -136,6 +157,7 @@ module Aws::GameLift
136
157
  IpPermission = Shapes::StructureShape.new(name: 'IpPermission')
137
158
  IpPermissionsList = Shapes::ListShape.new(name: 'IpPermissionsList')
138
159
  IpProtocol = Shapes::StringShape.new(name: 'IpProtocol')
160
+ LatencyMap = Shapes::MapShape.new(name: 'LatencyMap')
139
161
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
140
162
  ListAliasesInput = Shapes::StructureShape.new(name: 'ListAliasesInput')
141
163
  ListAliasesOutput = Shapes::StructureShape.new(name: 'ListAliasesOutput')
@@ -143,6 +165,21 @@ module Aws::GameLift
143
165
  ListBuildsOutput = Shapes::StructureShape.new(name: 'ListBuildsOutput')
144
166
  ListFleetsInput = Shapes::StructureShape.new(name: 'ListFleetsInput')
145
167
  ListFleetsOutput = Shapes::StructureShape.new(name: 'ListFleetsOutput')
168
+ MatchedPlayerSession = Shapes::StructureShape.new(name: 'MatchedPlayerSession')
169
+ MatchedPlayerSessionList = Shapes::ListShape.new(name: 'MatchedPlayerSessionList')
170
+ MatchmakingAcceptanceTimeoutInteger = Shapes::IntegerShape.new(name: 'MatchmakingAcceptanceTimeoutInteger')
171
+ MatchmakingConfiguration = Shapes::StructureShape.new(name: 'MatchmakingConfiguration')
172
+ MatchmakingConfigurationList = Shapes::ListShape.new(name: 'MatchmakingConfigurationList')
173
+ MatchmakingConfigurationStatus = Shapes::StringShape.new(name: 'MatchmakingConfigurationStatus')
174
+ MatchmakingIdList = Shapes::ListShape.new(name: 'MatchmakingIdList')
175
+ MatchmakingIdStringModel = Shapes::StringShape.new(name: 'MatchmakingIdStringModel')
176
+ MatchmakingPlayerIdList = Shapes::ListShape.new(name: 'MatchmakingPlayerIdList')
177
+ MatchmakingRequestTimeoutInteger = Shapes::IntegerShape.new(name: 'MatchmakingRequestTimeoutInteger')
178
+ MatchmakingRuleSet = Shapes::StructureShape.new(name: 'MatchmakingRuleSet')
179
+ MatchmakingRuleSetList = Shapes::ListShape.new(name: 'MatchmakingRuleSetList')
180
+ MatchmakingRuleSetNameList = Shapes::ListShape.new(name: 'MatchmakingRuleSetNameList')
181
+ MatchmakingTicket = Shapes::StructureShape.new(name: 'MatchmakingTicket')
182
+ MatchmakingTicketList = Shapes::ListShape.new(name: 'MatchmakingTicketList')
146
183
  MaxConcurrentGameSessionActivations = Shapes::IntegerShape.new(name: 'MaxConcurrentGameSessionActivations')
147
184
  MetricGroup = Shapes::StringShape.new(name: 'MetricGroup')
148
185
  MetricGroupList = Shapes::ListShape.new(name: 'MetricGroupList')
@@ -155,13 +192,17 @@ module Aws::GameLift
155
192
  OperatingSystem = Shapes::StringShape.new(name: 'OperatingSystem')
156
193
  PlacedPlayerSession = Shapes::StructureShape.new(name: 'PlacedPlayerSession')
157
194
  PlacedPlayerSessionList = Shapes::ListShape.new(name: 'PlacedPlayerSessionList')
195
+ Player = Shapes::StructureShape.new(name: 'Player')
196
+ PlayerAttributeMap = Shapes::MapShape.new(name: 'PlayerAttributeMap')
158
197
  PlayerData = Shapes::StringShape.new(name: 'PlayerData')
159
198
  PlayerDataMap = Shapes::MapShape.new(name: 'PlayerDataMap')
160
199
  PlayerIdList = Shapes::ListShape.new(name: 'PlayerIdList')
200
+ PlayerIdStringModel = Shapes::StringShape.new(name: 'PlayerIdStringModel')
161
201
  PlayerLatency = Shapes::StructureShape.new(name: 'PlayerLatency')
162
202
  PlayerLatencyList = Shapes::ListShape.new(name: 'PlayerLatencyList')
163
203
  PlayerLatencyPolicy = Shapes::StructureShape.new(name: 'PlayerLatencyPolicy')
164
204
  PlayerLatencyPolicyList = Shapes::ListShape.new(name: 'PlayerLatencyPolicyList')
205
+ PlayerList = Shapes::ListShape.new(name: 'PlayerList')
165
206
  PlayerSession = Shapes::StructureShape.new(name: 'PlayerSession')
166
207
  PlayerSessionCreationPolicy = Shapes::StringShape.new(name: 'PlayerSessionCreationPolicy')
167
208
  PlayerSessionId = Shapes::StringShape.new(name: 'PlayerSessionId')
@@ -173,6 +214,7 @@ module Aws::GameLift
173
214
  ProtectionPolicy = Shapes::StringShape.new(name: 'ProtectionPolicy')
174
215
  PutScalingPolicyInput = Shapes::StructureShape.new(name: 'PutScalingPolicyInput')
175
216
  PutScalingPolicyOutput = Shapes::StructureShape.new(name: 'PutScalingPolicyOutput')
217
+ QueueArnsList = Shapes::ListShape.new(name: 'QueueArnsList')
176
218
  RequestUploadCredentialsInput = Shapes::StructureShape.new(name: 'RequestUploadCredentialsInput')
177
219
  RequestUploadCredentialsOutput = Shapes::StructureShape.new(name: 'RequestUploadCredentialsOutput')
178
220
  ResolveAliasInput = Shapes::StructureShape.new(name: 'ResolveAliasInput')
@@ -180,6 +222,8 @@ module Aws::GameLift
180
222
  ResourceCreationLimitPolicy = Shapes::StructureShape.new(name: 'ResourceCreationLimitPolicy')
181
223
  RoutingStrategy = Shapes::StructureShape.new(name: 'RoutingStrategy')
182
224
  RoutingStrategyType = Shapes::StringShape.new(name: 'RoutingStrategyType')
225
+ RuleSetBody = Shapes::StringShape.new(name: 'RuleSetBody')
226
+ RuleSetLimit = Shapes::IntegerShape.new(name: 'RuleSetLimit')
183
227
  RuntimeConfiguration = Shapes::StructureShape.new(name: 'RuntimeConfiguration')
184
228
  S3Location = Shapes::StructureShape.new(name: 'S3Location')
185
229
  ScalingAdjustmentType = Shapes::StringShape.new(name: 'ScalingAdjustmentType')
@@ -190,14 +234,22 @@ module Aws::GameLift
190
234
  SearchGameSessionsOutput = Shapes::StructureShape.new(name: 'SearchGameSessionsOutput')
191
235
  ServerProcess = Shapes::StructureShape.new(name: 'ServerProcess')
192
236
  ServerProcessList = Shapes::ListShape.new(name: 'ServerProcessList')
237
+ SnsArnStringModel = Shapes::StringShape.new(name: 'SnsArnStringModel')
193
238
  StartGameSessionPlacementInput = Shapes::StructureShape.new(name: 'StartGameSessionPlacementInput')
194
239
  StartGameSessionPlacementOutput = Shapes::StructureShape.new(name: 'StartGameSessionPlacementOutput')
240
+ StartMatchmakingInput = Shapes::StructureShape.new(name: 'StartMatchmakingInput')
241
+ StartMatchmakingOutput = Shapes::StructureShape.new(name: 'StartMatchmakingOutput')
195
242
  StopGameSessionPlacementInput = Shapes::StructureShape.new(name: 'StopGameSessionPlacementInput')
196
243
  StopGameSessionPlacementOutput = Shapes::StructureShape.new(name: 'StopGameSessionPlacementOutput')
244
+ StopMatchmakingInput = Shapes::StructureShape.new(name: 'StopMatchmakingInput')
245
+ StopMatchmakingOutput = Shapes::StructureShape.new(name: 'StopMatchmakingOutput')
246
+ StringDoubleMap = Shapes::MapShape.new(name: 'StringDoubleMap')
197
247
  StringList = Shapes::ListShape.new(name: 'StringList')
248
+ StringModel = Shapes::StringShape.new(name: 'StringModel')
198
249
  TerminalRoutingStrategyException = Shapes::StructureShape.new(name: 'TerminalRoutingStrategyException')
199
250
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
200
251
  UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
252
+ UnsupportedRegionException = Shapes::StructureShape.new(name: 'UnsupportedRegionException')
201
253
  UpdateAliasInput = Shapes::StructureShape.new(name: 'UpdateAliasInput')
202
254
  UpdateAliasOutput = Shapes::StructureShape.new(name: 'UpdateAliasOutput')
203
255
  UpdateBuildInput = Shapes::StructureShape.new(name: 'UpdateBuildInput')
@@ -212,10 +264,21 @@ module Aws::GameLift
212
264
  UpdateGameSessionOutput = Shapes::StructureShape.new(name: 'UpdateGameSessionOutput')
213
265
  UpdateGameSessionQueueInput = Shapes::StructureShape.new(name: 'UpdateGameSessionQueueInput')
214
266
  UpdateGameSessionQueueOutput = Shapes::StructureShape.new(name: 'UpdateGameSessionQueueOutput')
267
+ UpdateMatchmakingConfigurationInput = Shapes::StructureShape.new(name: 'UpdateMatchmakingConfigurationInput')
268
+ UpdateMatchmakingConfigurationOutput = Shapes::StructureShape.new(name: 'UpdateMatchmakingConfigurationOutput')
215
269
  UpdateRuntimeConfigurationInput = Shapes::StructureShape.new(name: 'UpdateRuntimeConfigurationInput')
216
270
  UpdateRuntimeConfigurationOutput = Shapes::StructureShape.new(name: 'UpdateRuntimeConfigurationOutput')
271
+ ValidateMatchmakingRuleSetInput = Shapes::StructureShape.new(name: 'ValidateMatchmakingRuleSetInput')
272
+ ValidateMatchmakingRuleSetOutput = Shapes::StructureShape.new(name: 'ValidateMatchmakingRuleSetOutput')
217
273
  WholeNumber = Shapes::IntegerShape.new(name: 'WholeNumber')
218
274
 
275
+ AcceptMatchInput.add_member(:ticket_id, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "TicketId"))
276
+ AcceptMatchInput.add_member(:player_ids, Shapes::ShapeRef.new(shape: MatchmakingPlayerIdList, required: true, location_name: "PlayerIds"))
277
+ AcceptMatchInput.add_member(:acceptance_type, Shapes::ShapeRef.new(shape: AcceptanceType, required: true, location_name: "AcceptanceType"))
278
+ AcceptMatchInput.struct_class = Types::AcceptMatchInput
279
+
280
+ AcceptMatchOutput.struct_class = Types::AcceptMatchOutput
281
+
219
282
  Alias.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasId, location_name: "AliasId"))
220
283
  Alias.add_member(:name, Shapes::ShapeRef.new(shape: NonBlankAndLengthConstraintString, location_name: "Name"))
221
284
  Alias.add_member(:alias_arn, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "AliasArn"))
@@ -227,6 +290,12 @@ module Aws::GameLift
227
290
 
228
291
  AliasList.member = Shapes::ShapeRef.new(shape: Alias)
229
292
 
293
+ AttributeValue.add_member(:s, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "S"))
294
+ AttributeValue.add_member(:n, Shapes::ShapeRef.new(shape: DoubleObject, location_name: "N"))
295
+ AttributeValue.add_member(:sl, Shapes::ShapeRef.new(shape: StringList, location_name: "SL"))
296
+ AttributeValue.add_member(:sdm, Shapes::ShapeRef.new(shape: StringDoubleMap, location_name: "SDM"))
297
+ AttributeValue.struct_class = Types::AttributeValue
298
+
230
299
  AwsCredentials.add_member(:access_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AccessKeyId"))
231
300
  AwsCredentials.add_member(:secret_access_key, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SecretAccessKey"))
232
301
  AwsCredentials.add_member(:session_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SessionToken"))
@@ -287,6 +356,7 @@ module Aws::GameLift
287
356
  CreateGameSessionInput.add_member(:creator_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "CreatorId"))
288
357
  CreateGameSessionInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: IdStringModel, location_name: "GameSessionId"))
289
358
  CreateGameSessionInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdStringModel, location_name: "IdempotencyToken"))
359
+ CreateGameSessionInput.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
290
360
  CreateGameSessionInput.struct_class = Types::CreateGameSessionInput
291
361
 
292
362
  CreateGameSessionOutput.add_member(:game_session, Shapes::ShapeRef.new(shape: GameSession, location_name: "GameSession"))
@@ -301,6 +371,30 @@ module Aws::GameLift
301
371
  CreateGameSessionQueueOutput.add_member(:game_session_queue, Shapes::ShapeRef.new(shape: GameSessionQueue, location_name: "GameSessionQueue"))
302
372
  CreateGameSessionQueueOutput.struct_class = Types::CreateGameSessionQueueOutput
303
373
 
374
+ CreateMatchmakingConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "Name"))
375
+ CreateMatchmakingConfigurationInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
376
+ CreateMatchmakingConfigurationInput.add_member(:game_session_queue_arns, Shapes::ShapeRef.new(shape: QueueArnsList, required: true, location_name: "GameSessionQueueArns"))
377
+ CreateMatchmakingConfigurationInput.add_member(:request_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingRequestTimeoutInteger, required: true, location_name: "RequestTimeoutSeconds"))
378
+ CreateMatchmakingConfigurationInput.add_member(:acceptance_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingAcceptanceTimeoutInteger, location_name: "AcceptanceTimeoutSeconds"))
379
+ CreateMatchmakingConfigurationInput.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "AcceptanceRequired"))
380
+ CreateMatchmakingConfigurationInput.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "RuleSetName"))
381
+ CreateMatchmakingConfigurationInput.add_member(:notification_target, Shapes::ShapeRef.new(shape: SnsArnStringModel, location_name: "NotificationTarget"))
382
+ CreateMatchmakingConfigurationInput.add_member(:additional_player_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "AdditionalPlayerCount"))
383
+ CreateMatchmakingConfigurationInput.add_member(:custom_event_data, Shapes::ShapeRef.new(shape: CustomEventData, location_name: "CustomEventData"))
384
+ CreateMatchmakingConfigurationInput.add_member(:game_properties, Shapes::ShapeRef.new(shape: GamePropertyList, location_name: "GameProperties"))
385
+ CreateMatchmakingConfigurationInput.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
386
+ CreateMatchmakingConfigurationInput.struct_class = Types::CreateMatchmakingConfigurationInput
387
+
388
+ CreateMatchmakingConfigurationOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: MatchmakingConfiguration, location_name: "Configuration"))
389
+ CreateMatchmakingConfigurationOutput.struct_class = Types::CreateMatchmakingConfigurationOutput
390
+
391
+ CreateMatchmakingRuleSetInput.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "Name"))
392
+ CreateMatchmakingRuleSetInput.add_member(:rule_set_body, Shapes::ShapeRef.new(shape: RuleSetBody, required: true, location_name: "RuleSetBody"))
393
+ CreateMatchmakingRuleSetInput.struct_class = Types::CreateMatchmakingRuleSetInput
394
+
395
+ CreateMatchmakingRuleSetOutput.add_member(:rule_set, Shapes::ShapeRef.new(shape: MatchmakingRuleSet, required: true, location_name: "RuleSet"))
396
+ CreateMatchmakingRuleSetOutput.struct_class = Types::CreateMatchmakingRuleSetOutput
397
+
304
398
  CreatePlayerSessionInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, required: true, location_name: "GameSessionId"))
305
399
  CreatePlayerSessionInput.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "PlayerId"))
306
400
  CreatePlayerSessionInput.add_member(:player_data, Shapes::ShapeRef.new(shape: PlayerData, location_name: "PlayerData"))
@@ -331,6 +425,11 @@ module Aws::GameLift
331
425
 
332
426
  DeleteGameSessionQueueOutput.struct_class = Types::DeleteGameSessionQueueOutput
333
427
 
428
+ DeleteMatchmakingConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "Name"))
429
+ DeleteMatchmakingConfigurationInput.struct_class = Types::DeleteMatchmakingConfigurationInput
430
+
431
+ DeleteMatchmakingConfigurationOutput.struct_class = Types::DeleteMatchmakingConfigurationOutput
432
+
334
433
  DeleteScalingPolicyInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "Name"))
335
434
  DeleteScalingPolicyInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "FleetId"))
336
435
  DeleteScalingPolicyInput.struct_class = Types::DeleteScalingPolicyInput
@@ -446,6 +545,31 @@ module Aws::GameLift
446
545
  DescribeInstancesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
447
546
  DescribeInstancesOutput.struct_class = Types::DescribeInstancesOutput
448
547
 
548
+ DescribeMatchmakingConfigurationsInput.add_member(:names, Shapes::ShapeRef.new(shape: MatchmakingIdList, location_name: "Names"))
549
+ DescribeMatchmakingConfigurationsInput.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "RuleSetName"))
550
+ DescribeMatchmakingConfigurationsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
551
+ DescribeMatchmakingConfigurationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
552
+ DescribeMatchmakingConfigurationsInput.struct_class = Types::DescribeMatchmakingConfigurationsInput
553
+
554
+ DescribeMatchmakingConfigurationsOutput.add_member(:configurations, Shapes::ShapeRef.new(shape: MatchmakingConfigurationList, location_name: "Configurations"))
555
+ DescribeMatchmakingConfigurationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
556
+ DescribeMatchmakingConfigurationsOutput.struct_class = Types::DescribeMatchmakingConfigurationsOutput
557
+
558
+ DescribeMatchmakingInput.add_member(:ticket_ids, Shapes::ShapeRef.new(shape: MatchmakingIdList, required: true, location_name: "TicketIds"))
559
+ DescribeMatchmakingInput.struct_class = Types::DescribeMatchmakingInput
560
+
561
+ DescribeMatchmakingOutput.add_member(:ticket_list, Shapes::ShapeRef.new(shape: MatchmakingTicketList, location_name: "TicketList"))
562
+ DescribeMatchmakingOutput.struct_class = Types::DescribeMatchmakingOutput
563
+
564
+ DescribeMatchmakingRuleSetsInput.add_member(:names, Shapes::ShapeRef.new(shape: MatchmakingRuleSetNameList, location_name: "Names"))
565
+ DescribeMatchmakingRuleSetsInput.add_member(:limit, Shapes::ShapeRef.new(shape: RuleSetLimit, location_name: "Limit"))
566
+ DescribeMatchmakingRuleSetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
567
+ DescribeMatchmakingRuleSetsInput.struct_class = Types::DescribeMatchmakingRuleSetsInput
568
+
569
+ DescribeMatchmakingRuleSetsOutput.add_member(:rule_sets, Shapes::ShapeRef.new(shape: MatchmakingRuleSetList, required: true, location_name: "RuleSets"))
570
+ DescribeMatchmakingRuleSetsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
571
+ DescribeMatchmakingRuleSetsOutput.struct_class = Types::DescribeMatchmakingRuleSetsOutput
572
+
449
573
  DescribePlayerSessionsInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionId"))
450
574
  DescribePlayerSessionsInput.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
451
575
  DescribePlayerSessionsInput.add_member(:player_session_id, Shapes::ShapeRef.new(shape: PlayerSessionId, location_name: "PlayerSessionId"))
@@ -562,8 +686,15 @@ module Aws::GameLift
562
686
  GameSession.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "Port"))
563
687
  GameSession.add_member(:player_session_creation_policy, Shapes::ShapeRef.new(shape: PlayerSessionCreationPolicy, location_name: "PlayerSessionCreationPolicy"))
564
688
  GameSession.add_member(:creator_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "CreatorId"))
689
+ GameSession.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
565
690
  GameSession.struct_class = Types::GameSession
566
691
 
692
+ GameSessionConnectionInfo.add_member(:game_session_arn, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionArn"))
693
+ GameSessionConnectionInfo.add_member(:ip_address, Shapes::ShapeRef.new(shape: StringModel, location_name: "IpAddress"))
694
+ GameSessionConnectionInfo.add_member(:port, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Port"))
695
+ GameSessionConnectionInfo.add_member(:matched_player_sessions, Shapes::ShapeRef.new(shape: MatchedPlayerSessionList, location_name: "MatchedPlayerSessions"))
696
+ GameSessionConnectionInfo.struct_class = Types::GameSessionConnectionInfo
697
+
567
698
  GameSessionDetail.add_member(:game_session, Shapes::ShapeRef.new(shape: GameSession, location_name: "GameSession"))
568
699
  GameSessionDetail.add_member(:protection_policy, Shapes::ShapeRef.new(shape: ProtectionPolicy, location_name: "ProtectionPolicy"))
569
700
  GameSessionDetail.struct_class = Types::GameSessionDetail
@@ -587,6 +718,7 @@ module Aws::GameLift
587
718
  GameSessionPlacement.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
588
719
  GameSessionPlacement.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "Port"))
589
720
  GameSessionPlacement.add_member(:placed_player_sessions, Shapes::ShapeRef.new(shape: PlacedPlayerSessionList, location_name: "PlacedPlayerSessions"))
721
+ GameSessionPlacement.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
590
722
  GameSessionPlacement.struct_class = Types::GameSessionPlacement
591
723
 
592
724
  GameSessionQueue.add_member(:name, Shapes::ShapeRef.new(shape: GameSessionQueueName, location_name: "Name"))
@@ -648,6 +780,9 @@ module Aws::GameLift
648
780
 
649
781
  IpPermissionsList.member = Shapes::ShapeRef.new(shape: IpPermission)
650
782
 
783
+ LatencyMap.key = Shapes::ShapeRef.new(shape: NonEmptyString)
784
+ LatencyMap.value = Shapes::ShapeRef.new(shape: PositiveInteger)
785
+
651
786
  ListAliasesInput.add_member(:routing_strategy_type, Shapes::ShapeRef.new(shape: RoutingStrategyType, location_name: "RoutingStrategyType"))
652
787
  ListAliasesInput.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
653
788
  ListAliasesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
@@ -676,6 +811,54 @@ module Aws::GameLift
676
811
  ListFleetsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
677
812
  ListFleetsOutput.struct_class = Types::ListFleetsOutput
678
813
 
814
+ MatchedPlayerSession.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
815
+ MatchedPlayerSession.add_member(:player_session_id, Shapes::ShapeRef.new(shape: PlayerSessionId, location_name: "PlayerSessionId"))
816
+ MatchedPlayerSession.struct_class = Types::MatchedPlayerSession
817
+
818
+ MatchedPlayerSessionList.member = Shapes::ShapeRef.new(shape: MatchedPlayerSession)
819
+
820
+ MatchmakingConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "Name"))
821
+ MatchmakingConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
822
+ MatchmakingConfiguration.add_member(:game_session_queue_arns, Shapes::ShapeRef.new(shape: QueueArnsList, location_name: "GameSessionQueueArns"))
823
+ MatchmakingConfiguration.add_member(:request_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingRequestTimeoutInteger, location_name: "RequestTimeoutSeconds"))
824
+ MatchmakingConfiguration.add_member(:acceptance_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingAcceptanceTimeoutInteger, location_name: "AcceptanceTimeoutSeconds"))
825
+ MatchmakingConfiguration.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "AcceptanceRequired"))
826
+ MatchmakingConfiguration.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "RuleSetName"))
827
+ MatchmakingConfiguration.add_member(:notification_target, Shapes::ShapeRef.new(shape: SnsArnStringModel, location_name: "NotificationTarget"))
828
+ MatchmakingConfiguration.add_member(:additional_player_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "AdditionalPlayerCount"))
829
+ MatchmakingConfiguration.add_member(:custom_event_data, Shapes::ShapeRef.new(shape: CustomEventData, location_name: "CustomEventData"))
830
+ MatchmakingConfiguration.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
831
+ MatchmakingConfiguration.add_member(:game_properties, Shapes::ShapeRef.new(shape: GamePropertyList, location_name: "GameProperties"))
832
+ MatchmakingConfiguration.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
833
+ MatchmakingConfiguration.struct_class = Types::MatchmakingConfiguration
834
+
835
+ MatchmakingConfigurationList.member = Shapes::ShapeRef.new(shape: MatchmakingConfiguration)
836
+
837
+ MatchmakingIdList.member = Shapes::ShapeRef.new(shape: MatchmakingIdStringModel)
838
+
839
+ MatchmakingPlayerIdList.member = Shapes::ShapeRef.new(shape: PlayerIdStringModel)
840
+
841
+ MatchmakingRuleSet.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "RuleSetName"))
842
+ MatchmakingRuleSet.add_member(:rule_set_body, Shapes::ShapeRef.new(shape: RuleSetBody, required: true, location_name: "RuleSetBody"))
843
+ MatchmakingRuleSet.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
844
+ MatchmakingRuleSet.struct_class = Types::MatchmakingRuleSet
845
+
846
+ MatchmakingRuleSetList.member = Shapes::ShapeRef.new(shape: MatchmakingRuleSet)
847
+
848
+ MatchmakingRuleSetNameList.member = Shapes::ShapeRef.new(shape: MatchmakingIdStringModel)
849
+
850
+ MatchmakingTicket.add_member(:ticket_id, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "TicketId"))
851
+ MatchmakingTicket.add_member(:configuration_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "ConfigurationName"))
852
+ MatchmakingTicket.add_member(:status, Shapes::ShapeRef.new(shape: MatchmakingConfigurationStatus, location_name: "Status"))
853
+ MatchmakingTicket.add_member(:status_reason, Shapes::ShapeRef.new(shape: StringModel, location_name: "StatusReason"))
854
+ MatchmakingTicket.add_member(:status_message, Shapes::ShapeRef.new(shape: StringModel, location_name: "StatusMessage"))
855
+ MatchmakingTicket.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
856
+ MatchmakingTicket.add_member(:players, Shapes::ShapeRef.new(shape: PlayerList, location_name: "Players"))
857
+ MatchmakingTicket.add_member(:game_session_connection_info, Shapes::ShapeRef.new(shape: GameSessionConnectionInfo, location_name: "GameSessionConnectionInfo"))
858
+ MatchmakingTicket.struct_class = Types::MatchmakingTicket
859
+
860
+ MatchmakingTicketList.member = Shapes::ShapeRef.new(shape: MatchmakingTicket)
861
+
679
862
  MetricGroupList.member = Shapes::ShapeRef.new(shape: MetricGroup)
680
863
 
681
864
  PlacedPlayerSession.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
@@ -684,6 +867,15 @@ module Aws::GameLift
684
867
 
685
868
  PlacedPlayerSessionList.member = Shapes::ShapeRef.new(shape: PlacedPlayerSession)
686
869
 
870
+ Player.add_member(:player_id, Shapes::ShapeRef.new(shape: PlayerIdStringModel, location_name: "PlayerId"))
871
+ Player.add_member(:player_attributes, Shapes::ShapeRef.new(shape: PlayerAttributeMap, location_name: "PlayerAttributes"))
872
+ Player.add_member(:team, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Team"))
873
+ Player.add_member(:latency_in_ms, Shapes::ShapeRef.new(shape: LatencyMap, location_name: "LatencyInMs"))
874
+ Player.struct_class = Types::Player
875
+
876
+ PlayerAttributeMap.key = Shapes::ShapeRef.new(shape: NonZeroAndMaxString)
877
+ PlayerAttributeMap.value = Shapes::ShapeRef.new(shape: AttributeValue)
878
+
687
879
  PlayerDataMap.key = Shapes::ShapeRef.new(shape: NonZeroAndMaxString)
688
880
  PlayerDataMap.value = Shapes::ShapeRef.new(shape: PlayerData)
689
881
 
@@ -702,6 +894,8 @@ module Aws::GameLift
702
894
 
703
895
  PlayerLatencyPolicyList.member = Shapes::ShapeRef.new(shape: PlayerLatencyPolicy)
704
896
 
897
+ PlayerList.member = Shapes::ShapeRef.new(shape: Player)
898
+
705
899
  PlayerSession.add_member(:player_session_id, Shapes::ShapeRef.new(shape: PlayerSessionId, location_name: "PlayerSessionId"))
706
900
  PlayerSession.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
707
901
  PlayerSession.add_member(:game_session_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "GameSessionId"))
@@ -729,6 +923,8 @@ module Aws::GameLift
729
923
  PutScalingPolicyOutput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
730
924
  PutScalingPolicyOutput.struct_class = Types::PutScalingPolicyOutput
731
925
 
926
+ QueueArnsList.member = Shapes::ShapeRef.new(shape: ArnStringModel)
927
+
732
928
  RequestUploadCredentialsInput.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildId, required: true, location_name: "BuildId"))
733
929
  RequestUploadCredentialsInput.struct_class = Types::RequestUploadCredentialsInput
734
930
 
@@ -800,17 +996,34 @@ module Aws::GameLift
800
996
  StartGameSessionPlacementInput.add_member(:game_session_name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "GameSessionName"))
801
997
  StartGameSessionPlacementInput.add_member(:player_latencies, Shapes::ShapeRef.new(shape: PlayerLatencyList, location_name: "PlayerLatencies"))
802
998
  StartGameSessionPlacementInput.add_member(:desired_player_sessions, Shapes::ShapeRef.new(shape: DesiredPlayerSessionList, location_name: "DesiredPlayerSessions"))
999
+ StartGameSessionPlacementInput.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
803
1000
  StartGameSessionPlacementInput.struct_class = Types::StartGameSessionPlacementInput
804
1001
 
805
1002
  StartGameSessionPlacementOutput.add_member(:game_session_placement, Shapes::ShapeRef.new(shape: GameSessionPlacement, location_name: "GameSessionPlacement"))
806
1003
  StartGameSessionPlacementOutput.struct_class = Types::StartGameSessionPlacementOutput
807
1004
 
1005
+ StartMatchmakingInput.add_member(:ticket_id, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "TicketId"))
1006
+ StartMatchmakingInput.add_member(:configuration_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "ConfigurationName"))
1007
+ StartMatchmakingInput.add_member(:players, Shapes::ShapeRef.new(shape: PlayerList, required: true, location_name: "Players"))
1008
+ StartMatchmakingInput.struct_class = Types::StartMatchmakingInput
1009
+
1010
+ StartMatchmakingOutput.add_member(:matchmaking_ticket, Shapes::ShapeRef.new(shape: MatchmakingTicket, location_name: "MatchmakingTicket"))
1011
+ StartMatchmakingOutput.struct_class = Types::StartMatchmakingOutput
1012
+
808
1013
  StopGameSessionPlacementInput.add_member(:placement_id, Shapes::ShapeRef.new(shape: IdStringModel, required: true, location_name: "PlacementId"))
809
1014
  StopGameSessionPlacementInput.struct_class = Types::StopGameSessionPlacementInput
810
1015
 
811
1016
  StopGameSessionPlacementOutput.add_member(:game_session_placement, Shapes::ShapeRef.new(shape: GameSessionPlacement, location_name: "GameSessionPlacement"))
812
1017
  StopGameSessionPlacementOutput.struct_class = Types::StopGameSessionPlacementOutput
813
1018
 
1019
+ StopMatchmakingInput.add_member(:ticket_id, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "TicketId"))
1020
+ StopMatchmakingInput.struct_class = Types::StopMatchmakingInput
1021
+
1022
+ StopMatchmakingOutput.struct_class = Types::StopMatchmakingOutput
1023
+
1024
+ StringDoubleMap.key = Shapes::ShapeRef.new(shape: NonZeroAndMaxString)
1025
+ StringDoubleMap.value = Shapes::ShapeRef.new(shape: DoubleObject)
1026
+
814
1027
  StringList.member = Shapes::ShapeRef.new(shape: NonZeroAndMaxString)
815
1028
 
816
1029
  UpdateAliasInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasId, required: true, location_name: "AliasId"))
@@ -877,6 +1090,23 @@ module Aws::GameLift
877
1090
  UpdateGameSessionQueueOutput.add_member(:game_session_queue, Shapes::ShapeRef.new(shape: GameSessionQueue, location_name: "GameSessionQueue"))
878
1091
  UpdateGameSessionQueueOutput.struct_class = Types::UpdateGameSessionQueueOutput
879
1092
 
1093
+ UpdateMatchmakingConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "Name"))
1094
+ UpdateMatchmakingConfigurationInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
1095
+ UpdateMatchmakingConfigurationInput.add_member(:game_session_queue_arns, Shapes::ShapeRef.new(shape: QueueArnsList, location_name: "GameSessionQueueArns"))
1096
+ UpdateMatchmakingConfigurationInput.add_member(:request_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingRequestTimeoutInteger, location_name: "RequestTimeoutSeconds"))
1097
+ UpdateMatchmakingConfigurationInput.add_member(:acceptance_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingAcceptanceTimeoutInteger, location_name: "AcceptanceTimeoutSeconds"))
1098
+ UpdateMatchmakingConfigurationInput.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "AcceptanceRequired"))
1099
+ UpdateMatchmakingConfigurationInput.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "RuleSetName"))
1100
+ UpdateMatchmakingConfigurationInput.add_member(:notification_target, Shapes::ShapeRef.new(shape: SnsArnStringModel, location_name: "NotificationTarget"))
1101
+ UpdateMatchmakingConfigurationInput.add_member(:additional_player_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "AdditionalPlayerCount"))
1102
+ UpdateMatchmakingConfigurationInput.add_member(:custom_event_data, Shapes::ShapeRef.new(shape: CustomEventData, location_name: "CustomEventData"))
1103
+ UpdateMatchmakingConfigurationInput.add_member(:game_properties, Shapes::ShapeRef.new(shape: GamePropertyList, location_name: "GameProperties"))
1104
+ UpdateMatchmakingConfigurationInput.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
1105
+ UpdateMatchmakingConfigurationInput.struct_class = Types::UpdateMatchmakingConfigurationInput
1106
+
1107
+ UpdateMatchmakingConfigurationOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: MatchmakingConfiguration, location_name: "Configuration"))
1108
+ UpdateMatchmakingConfigurationOutput.struct_class = Types::UpdateMatchmakingConfigurationOutput
1109
+
880
1110
  UpdateRuntimeConfigurationInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "FleetId"))
881
1111
  UpdateRuntimeConfigurationInput.add_member(:runtime_configuration, Shapes::ShapeRef.new(shape: RuntimeConfiguration, required: true, location_name: "RuntimeConfiguration"))
882
1112
  UpdateRuntimeConfigurationInput.struct_class = Types::UpdateRuntimeConfigurationInput
@@ -884,6 +1114,12 @@ module Aws::GameLift
884
1114
  UpdateRuntimeConfigurationOutput.add_member(:runtime_configuration, Shapes::ShapeRef.new(shape: RuntimeConfiguration, location_name: "RuntimeConfiguration"))
885
1115
  UpdateRuntimeConfigurationOutput.struct_class = Types::UpdateRuntimeConfigurationOutput
886
1116
 
1117
+ ValidateMatchmakingRuleSetInput.add_member(:rule_set_body, Shapes::ShapeRef.new(shape: RuleSetBody, required: true, location_name: "RuleSetBody"))
1118
+ ValidateMatchmakingRuleSetInput.struct_class = Types::ValidateMatchmakingRuleSetInput
1119
+
1120
+ ValidateMatchmakingRuleSetOutput.add_member(:valid, Shapes::ShapeRef.new(shape: Boolean, location_name: "Valid"))
1121
+ ValidateMatchmakingRuleSetOutput.struct_class = Types::ValidateMatchmakingRuleSetOutput
1122
+
887
1123
 
888
1124
  # @api private
889
1125
  API = Seahorse::Model::Api.new.tap do |api|
@@ -899,6 +1135,18 @@ module Aws::GameLift
899
1135
  "targetPrefix" => "GameLift",
900
1136
  }
901
1137
 
1138
+ api.add_operation(:accept_match, Seahorse::Model::Operation.new.tap do |o|
1139
+ o.name = "AcceptMatch"
1140
+ o.http_method = "POST"
1141
+ o.http_request_uri = "/"
1142
+ o.input = Shapes::ShapeRef.new(shape: AcceptMatchInput)
1143
+ o.output = Shapes::ShapeRef.new(shape: AcceptMatchOutput)
1144
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1145
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1146
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1147
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
1148
+ end)
1149
+
902
1150
  api.add_operation(:create_alias, Seahorse::Model::Operation.new.tap do |o|
903
1151
  o.name = "CreateAlias"
904
1152
  o.http_method = "POST"
@@ -968,6 +1216,30 @@ module Aws::GameLift
968
1216
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
969
1217
  end)
970
1218
 
1219
+ api.add_operation(:create_matchmaking_configuration, Seahorse::Model::Operation.new.tap do |o|
1220
+ o.name = "CreateMatchmakingConfiguration"
1221
+ o.http_method = "POST"
1222
+ o.http_request_uri = "/"
1223
+ o.input = Shapes::ShapeRef.new(shape: CreateMatchmakingConfigurationInput)
1224
+ o.output = Shapes::ShapeRef.new(shape: CreateMatchmakingConfigurationOutput)
1225
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1226
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1227
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1228
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1229
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
1230
+ end)
1231
+
1232
+ api.add_operation(:create_matchmaking_rule_set, Seahorse::Model::Operation.new.tap do |o|
1233
+ o.name = "CreateMatchmakingRuleSet"
1234
+ o.http_method = "POST"
1235
+ o.http_request_uri = "/"
1236
+ o.input = Shapes::ShapeRef.new(shape: CreateMatchmakingRuleSetInput)
1237
+ o.output = Shapes::ShapeRef.new(shape: CreateMatchmakingRuleSetOutput)
1238
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1239
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1240
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
1241
+ end)
1242
+
971
1243
  api.add_operation(:create_player_session, Seahorse::Model::Operation.new.tap do |o|
972
1244
  o.name = "CreatePlayerSession"
973
1245
  o.http_method = "POST"
@@ -1047,6 +1319,18 @@ module Aws::GameLift
1047
1319
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1048
1320
  end)
1049
1321
 
1322
+ api.add_operation(:delete_matchmaking_configuration, Seahorse::Model::Operation.new.tap do |o|
1323
+ o.name = "DeleteMatchmakingConfiguration"
1324
+ o.http_method = "POST"
1325
+ o.http_request_uri = "/"
1326
+ o.input = Shapes::ShapeRef.new(shape: DeleteMatchmakingConfigurationInput)
1327
+ o.output = Shapes::ShapeRef.new(shape: DeleteMatchmakingConfigurationOutput)
1328
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1329
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1330
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1331
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
1332
+ end)
1333
+
1050
1334
  api.add_operation(:delete_scaling_policy, Seahorse::Model::Operation.new.tap do |o|
1051
1335
  o.name = "DeleteScalingPolicy"
1052
1336
  o.http_method = "POST"
@@ -1216,6 +1500,40 @@ module Aws::GameLift
1216
1500
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1217
1501
  end)
1218
1502
 
1503
+ api.add_operation(:describe_matchmaking, Seahorse::Model::Operation.new.tap do |o|
1504
+ o.name = "DescribeMatchmaking"
1505
+ o.http_method = "POST"
1506
+ o.http_request_uri = "/"
1507
+ o.input = Shapes::ShapeRef.new(shape: DescribeMatchmakingInput)
1508
+ o.output = Shapes::ShapeRef.new(shape: DescribeMatchmakingOutput)
1509
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1510
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1511
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
1512
+ end)
1513
+
1514
+ api.add_operation(:describe_matchmaking_configurations, Seahorse::Model::Operation.new.tap do |o|
1515
+ o.name = "DescribeMatchmakingConfigurations"
1516
+ o.http_method = "POST"
1517
+ o.http_request_uri = "/"
1518
+ o.input = Shapes::ShapeRef.new(shape: DescribeMatchmakingConfigurationsInput)
1519
+ o.output = Shapes::ShapeRef.new(shape: DescribeMatchmakingConfigurationsOutput)
1520
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1521
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1522
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
1523
+ end)
1524
+
1525
+ api.add_operation(:describe_matchmaking_rule_sets, Seahorse::Model::Operation.new.tap do |o|
1526
+ o.name = "DescribeMatchmakingRuleSets"
1527
+ o.http_method = "POST"
1528
+ o.http_request_uri = "/"
1529
+ o.input = Shapes::ShapeRef.new(shape: DescribeMatchmakingRuleSetsInput)
1530
+ o.output = Shapes::ShapeRef.new(shape: DescribeMatchmakingRuleSetsOutput)
1531
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1532
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1533
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1534
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
1535
+ end)
1536
+
1219
1537
  api.add_operation(:describe_player_sessions, Seahorse::Model::Operation.new.tap do |o|
1220
1538
  o.name = "DescribePlayerSessions"
1221
1539
  o.http_method = "POST"
@@ -1372,6 +1690,18 @@ module Aws::GameLift
1372
1690
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1373
1691
  end)
1374
1692
 
1693
+ api.add_operation(:start_matchmaking, Seahorse::Model::Operation.new.tap do |o|
1694
+ o.name = "StartMatchmaking"
1695
+ o.http_method = "POST"
1696
+ o.http_request_uri = "/"
1697
+ o.input = Shapes::ShapeRef.new(shape: StartMatchmakingInput)
1698
+ o.output = Shapes::ShapeRef.new(shape: StartMatchmakingOutput)
1699
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1700
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1701
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1702
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
1703
+ end)
1704
+
1375
1705
  api.add_operation(:stop_game_session_placement, Seahorse::Model::Operation.new.tap do |o|
1376
1706
  o.name = "StopGameSessionPlacement"
1377
1707
  o.http_method = "POST"
@@ -1384,6 +1714,18 @@ module Aws::GameLift
1384
1714
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1385
1715
  end)
1386
1716
 
1717
+ api.add_operation(:stop_matchmaking, Seahorse::Model::Operation.new.tap do |o|
1718
+ o.name = "StopMatchmaking"
1719
+ o.http_method = "POST"
1720
+ o.http_request_uri = "/"
1721
+ o.input = Shapes::ShapeRef.new(shape: StopMatchmakingInput)
1722
+ o.output = Shapes::ShapeRef.new(shape: StopMatchmakingOutput)
1723
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1724
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1725
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1726
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
1727
+ end)
1728
+
1387
1729
  api.add_operation(:update_alias, Seahorse::Model::Operation.new.tap do |o|
1388
1730
  o.name = "UpdateAlias"
1389
1731
  o.http_method = "POST"
@@ -1479,6 +1821,18 @@ module Aws::GameLift
1479
1821
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1480
1822
  end)
1481
1823
 
1824
+ api.add_operation(:update_matchmaking_configuration, Seahorse::Model::Operation.new.tap do |o|
1825
+ o.name = "UpdateMatchmakingConfiguration"
1826
+ o.http_method = "POST"
1827
+ o.http_request_uri = "/"
1828
+ o.input = Shapes::ShapeRef.new(shape: UpdateMatchmakingConfigurationInput)
1829
+ o.output = Shapes::ShapeRef.new(shape: UpdateMatchmakingConfigurationOutput)
1830
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1831
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1832
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1833
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
1834
+ end)
1835
+
1482
1836
  api.add_operation(:update_runtime_configuration, Seahorse::Model::Operation.new.tap do |o|
1483
1837
  o.name = "UpdateRuntimeConfiguration"
1484
1838
  o.http_method = "POST"
@@ -1491,6 +1845,17 @@ module Aws::GameLift
1491
1845
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1492
1846
  o.errors << Shapes::ShapeRef.new(shape: InvalidFleetStatusException)
1493
1847
  end)
1848
+
1849
+ api.add_operation(:validate_matchmaking_rule_set, Seahorse::Model::Operation.new.tap do |o|
1850
+ o.name = "ValidateMatchmakingRuleSet"
1851
+ o.http_method = "POST"
1852
+ o.http_request_uri = "/"
1853
+ o.input = Shapes::ShapeRef.new(shape: ValidateMatchmakingRuleSetInput)
1854
+ o.output = Shapes::ShapeRef.new(shape: ValidateMatchmakingRuleSetOutput)
1855
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1856
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
1857
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1858
+ end)
1494
1859
  end
1495
1860
 
1496
1861
  end