aws-sdk-gamelift 1.27.0 → 1.32.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/aws-sdk-gamelift.rb +7 -4
- data/lib/aws-sdk-gamelift/client.rb +1818 -390
- data/lib/aws-sdk-gamelift/client_api.rb +456 -54
- data/lib/aws-sdk-gamelift/errors.rb +51 -13
- data/lib/aws-sdk-gamelift/resource.rb +1 -0
- data/lib/aws-sdk-gamelift/types.rb +1368 -150
- metadata +5 -5
@@ -15,21 +15,28 @@ module Aws::GameLift
|
|
15
15
|
AcceptMatchOutput = Shapes::StructureShape.new(name: 'AcceptMatchOutput')
|
16
16
|
AcceptanceType = Shapes::StringShape.new(name: 'AcceptanceType')
|
17
17
|
Alias = Shapes::StructureShape.new(name: 'Alias')
|
18
|
+
AliasArn = Shapes::StringShape.new(name: 'AliasArn')
|
18
19
|
AliasId = Shapes::StringShape.new(name: 'AliasId')
|
20
|
+
AliasIdOrArn = Shapes::StringShape.new(name: 'AliasIdOrArn')
|
19
21
|
AliasList = Shapes::ListShape.new(name: 'AliasList')
|
20
22
|
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
21
23
|
ArnStringModel = Shapes::StringShape.new(name: 'ArnStringModel')
|
22
24
|
AttributeValue = Shapes::StructureShape.new(name: 'AttributeValue')
|
25
|
+
AutoScalingGroupArn = Shapes::StringShape.new(name: 'AutoScalingGroupArn')
|
23
26
|
AwsCredentials = Shapes::StructureShape.new(name: 'AwsCredentials')
|
24
27
|
BackfillMode = Shapes::StringShape.new(name: 'BackfillMode')
|
28
|
+
BalancingStrategy = Shapes::StringShape.new(name: 'BalancingStrategy')
|
25
29
|
BooleanModel = Shapes::BooleanShape.new(name: 'BooleanModel')
|
26
30
|
Build = Shapes::StructureShape.new(name: 'Build')
|
27
31
|
BuildArn = Shapes::StringShape.new(name: 'BuildArn')
|
28
32
|
BuildId = Shapes::StringShape.new(name: 'BuildId')
|
33
|
+
BuildIdOrArn = Shapes::StringShape.new(name: 'BuildIdOrArn')
|
29
34
|
BuildList = Shapes::ListShape.new(name: 'BuildList')
|
30
35
|
BuildStatus = Shapes::StringShape.new(name: 'BuildStatus')
|
31
36
|
CertificateConfiguration = Shapes::StructureShape.new(name: 'CertificateConfiguration')
|
32
37
|
CertificateType = Shapes::StringShape.new(name: 'CertificateType')
|
38
|
+
ClaimGameServerInput = Shapes::StructureShape.new(name: 'ClaimGameServerInput')
|
39
|
+
ClaimGameServerOutput = Shapes::StructureShape.new(name: 'ClaimGameServerOutput')
|
33
40
|
ComparisonOperatorType = Shapes::StringShape.new(name: 'ComparisonOperatorType')
|
34
41
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
35
42
|
CreateAliasInput = Shapes::StructureShape.new(name: 'CreateAliasInput')
|
@@ -38,6 +45,8 @@ module Aws::GameLift
|
|
38
45
|
CreateBuildOutput = Shapes::StructureShape.new(name: 'CreateBuildOutput')
|
39
46
|
CreateFleetInput = Shapes::StructureShape.new(name: 'CreateFleetInput')
|
40
47
|
CreateFleetOutput = Shapes::StructureShape.new(name: 'CreateFleetOutput')
|
48
|
+
CreateGameServerGroupInput = Shapes::StructureShape.new(name: 'CreateGameServerGroupInput')
|
49
|
+
CreateGameServerGroupOutput = Shapes::StructureShape.new(name: 'CreateGameServerGroupOutput')
|
41
50
|
CreateGameSessionInput = Shapes::StructureShape.new(name: 'CreateGameSessionInput')
|
42
51
|
CreateGameSessionOutput = Shapes::StructureShape.new(name: 'CreateGameSessionOutput')
|
43
52
|
CreateGameSessionQueueInput = Shapes::StructureShape.new(name: 'CreateGameSessionQueueInput')
|
@@ -60,6 +69,8 @@ module Aws::GameLift
|
|
60
69
|
DeleteAliasInput = Shapes::StructureShape.new(name: 'DeleteAliasInput')
|
61
70
|
DeleteBuildInput = Shapes::StructureShape.new(name: 'DeleteBuildInput')
|
62
71
|
DeleteFleetInput = Shapes::StructureShape.new(name: 'DeleteFleetInput')
|
72
|
+
DeleteGameServerGroupInput = Shapes::StructureShape.new(name: 'DeleteGameServerGroupInput')
|
73
|
+
DeleteGameServerGroupOutput = Shapes::StructureShape.new(name: 'DeleteGameServerGroupOutput')
|
63
74
|
DeleteGameSessionQueueInput = Shapes::StructureShape.new(name: 'DeleteGameSessionQueueInput')
|
64
75
|
DeleteGameSessionQueueOutput = Shapes::StructureShape.new(name: 'DeleteGameSessionQueueOutput')
|
65
76
|
DeleteMatchmakingConfigurationInput = Shapes::StructureShape.new(name: 'DeleteMatchmakingConfigurationInput')
|
@@ -72,6 +83,7 @@ module Aws::GameLift
|
|
72
83
|
DeleteVpcPeeringAuthorizationOutput = Shapes::StructureShape.new(name: 'DeleteVpcPeeringAuthorizationOutput')
|
73
84
|
DeleteVpcPeeringConnectionInput = Shapes::StructureShape.new(name: 'DeleteVpcPeeringConnectionInput')
|
74
85
|
DeleteVpcPeeringConnectionOutput = Shapes::StructureShape.new(name: 'DeleteVpcPeeringConnectionOutput')
|
86
|
+
DeregisterGameServerInput = Shapes::StructureShape.new(name: 'DeregisterGameServerInput')
|
75
87
|
DescribeAliasInput = Shapes::StructureShape.new(name: 'DescribeAliasInput')
|
76
88
|
DescribeAliasOutput = Shapes::StructureShape.new(name: 'DescribeAliasOutput')
|
77
89
|
DescribeBuildInput = Shapes::StructureShape.new(name: 'DescribeBuildInput')
|
@@ -88,6 +100,10 @@ module Aws::GameLift
|
|
88
100
|
DescribeFleetPortSettingsOutput = Shapes::StructureShape.new(name: 'DescribeFleetPortSettingsOutput')
|
89
101
|
DescribeFleetUtilizationInput = Shapes::StructureShape.new(name: 'DescribeFleetUtilizationInput')
|
90
102
|
DescribeFleetUtilizationOutput = Shapes::StructureShape.new(name: 'DescribeFleetUtilizationOutput')
|
103
|
+
DescribeGameServerGroupInput = Shapes::StructureShape.new(name: 'DescribeGameServerGroupInput')
|
104
|
+
DescribeGameServerGroupOutput = Shapes::StructureShape.new(name: 'DescribeGameServerGroupOutput')
|
105
|
+
DescribeGameServerInput = Shapes::StructureShape.new(name: 'DescribeGameServerInput')
|
106
|
+
DescribeGameServerOutput = Shapes::StructureShape.new(name: 'DescribeGameServerOutput')
|
91
107
|
DescribeGameSessionDetailsInput = Shapes::StructureShape.new(name: 'DescribeGameSessionDetailsInput')
|
92
108
|
DescribeGameSessionDetailsOutput = Shapes::StructureShape.new(name: 'DescribeGameSessionDetailsOutput')
|
93
109
|
DescribeGameSessionPlacementInput = Shapes::StructureShape.new(name: 'DescribeGameSessionPlacementInput')
|
@@ -130,6 +146,7 @@ module Aws::GameLift
|
|
130
146
|
EventList = Shapes::ListShape.new(name: 'EventList')
|
131
147
|
FleetAction = Shapes::StringShape.new(name: 'FleetAction')
|
132
148
|
FleetActionList = Shapes::ListShape.new(name: 'FleetActionList')
|
149
|
+
FleetArn = Shapes::StringShape.new(name: 'FleetArn')
|
133
150
|
FleetAttributes = Shapes::StructureShape.new(name: 'FleetAttributes')
|
134
151
|
FleetAttributesList = Shapes::ListShape.new(name: 'FleetAttributesList')
|
135
152
|
FleetCapacity = Shapes::StructureShape.new(name: 'FleetCapacity')
|
@@ -137,6 +154,8 @@ module Aws::GameLift
|
|
137
154
|
FleetCapacityList = Shapes::ListShape.new(name: 'FleetCapacityList')
|
138
155
|
FleetId = Shapes::StringShape.new(name: 'FleetId')
|
139
156
|
FleetIdList = Shapes::ListShape.new(name: 'FleetIdList')
|
157
|
+
FleetIdOrArn = Shapes::StringShape.new(name: 'FleetIdOrArn')
|
158
|
+
FleetIdOrArnList = Shapes::ListShape.new(name: 'FleetIdOrArnList')
|
140
159
|
FleetStatus = Shapes::StringShape.new(name: 'FleetStatus')
|
141
160
|
FleetType = Shapes::StringShape.new(name: 'FleetType')
|
142
161
|
FleetUtilization = Shapes::StructureShape.new(name: 'FleetUtilization')
|
@@ -147,6 +166,28 @@ module Aws::GameLift
|
|
147
166
|
GamePropertyKey = Shapes::StringShape.new(name: 'GamePropertyKey')
|
148
167
|
GamePropertyList = Shapes::ListShape.new(name: 'GamePropertyList')
|
149
168
|
GamePropertyValue = Shapes::StringShape.new(name: 'GamePropertyValue')
|
169
|
+
GameServer = Shapes::StructureShape.new(name: 'GameServer')
|
170
|
+
GameServerClaimStatus = Shapes::StringShape.new(name: 'GameServerClaimStatus')
|
171
|
+
GameServerConnectionInfo = Shapes::StringShape.new(name: 'GameServerConnectionInfo')
|
172
|
+
GameServerData = Shapes::StringShape.new(name: 'GameServerData')
|
173
|
+
GameServerGroup = Shapes::StructureShape.new(name: 'GameServerGroup')
|
174
|
+
GameServerGroupAction = Shapes::StringShape.new(name: 'GameServerGroupAction')
|
175
|
+
GameServerGroupActions = Shapes::ListShape.new(name: 'GameServerGroupActions')
|
176
|
+
GameServerGroupArn = Shapes::StringShape.new(name: 'GameServerGroupArn')
|
177
|
+
GameServerGroupAutoScalingPolicy = Shapes::StructureShape.new(name: 'GameServerGroupAutoScalingPolicy')
|
178
|
+
GameServerGroupDeleteOption = Shapes::StringShape.new(name: 'GameServerGroupDeleteOption')
|
179
|
+
GameServerGroupInstanceType = Shapes::StringShape.new(name: 'GameServerGroupInstanceType')
|
180
|
+
GameServerGroupName = Shapes::StringShape.new(name: 'GameServerGroupName')
|
181
|
+
GameServerGroupNameOrArn = Shapes::StringShape.new(name: 'GameServerGroupNameOrArn')
|
182
|
+
GameServerGroupStatus = Shapes::StringShape.new(name: 'GameServerGroupStatus')
|
183
|
+
GameServerGroups = Shapes::ListShape.new(name: 'GameServerGroups')
|
184
|
+
GameServerHealthCheck = Shapes::StringShape.new(name: 'GameServerHealthCheck')
|
185
|
+
GameServerId = Shapes::StringShape.new(name: 'GameServerId')
|
186
|
+
GameServerInstanceId = Shapes::StringShape.new(name: 'GameServerInstanceId')
|
187
|
+
GameServerProtectionPolicy = Shapes::StringShape.new(name: 'GameServerProtectionPolicy')
|
188
|
+
GameServerSortKey = Shapes::StringShape.new(name: 'GameServerSortKey')
|
189
|
+
GameServerUtilizationStatus = Shapes::StringShape.new(name: 'GameServerUtilizationStatus')
|
190
|
+
GameServers = Shapes::ListShape.new(name: 'GameServers')
|
150
191
|
GameSession = Shapes::StructureShape.new(name: 'GameSession')
|
151
192
|
GameSessionActivationTimeoutSeconds = Shapes::IntegerShape.new(name: 'GameSessionActivationTimeoutSeconds')
|
152
193
|
GameSessionConnectionInfo = Shapes::StructureShape.new(name: 'GameSessionConnectionInfo')
|
@@ -158,22 +199,27 @@ module Aws::GameLift
|
|
158
199
|
GameSessionPlacement = Shapes::StructureShape.new(name: 'GameSessionPlacement')
|
159
200
|
GameSessionPlacementState = Shapes::StringShape.new(name: 'GameSessionPlacementState')
|
160
201
|
GameSessionQueue = Shapes::StructureShape.new(name: 'GameSessionQueue')
|
202
|
+
GameSessionQueueArn = Shapes::StringShape.new(name: 'GameSessionQueueArn')
|
161
203
|
GameSessionQueueDestination = Shapes::StructureShape.new(name: 'GameSessionQueueDestination')
|
162
204
|
GameSessionQueueDestinationList = Shapes::ListShape.new(name: 'GameSessionQueueDestinationList')
|
163
205
|
GameSessionQueueList = Shapes::ListShape.new(name: 'GameSessionQueueList')
|
164
206
|
GameSessionQueueName = Shapes::StringShape.new(name: 'GameSessionQueueName')
|
165
|
-
|
207
|
+
GameSessionQueueNameOrArn = Shapes::StringShape.new(name: 'GameSessionQueueNameOrArn')
|
208
|
+
GameSessionQueueNameOrArnList = Shapes::ListShape.new(name: 'GameSessionQueueNameOrArnList')
|
166
209
|
GameSessionStatus = Shapes::StringShape.new(name: 'GameSessionStatus')
|
167
210
|
GameSessionStatusReason = Shapes::StringShape.new(name: 'GameSessionStatusReason')
|
168
211
|
GetGameSessionLogUrlInput = Shapes::StructureShape.new(name: 'GetGameSessionLogUrlInput')
|
169
212
|
GetGameSessionLogUrlOutput = Shapes::StructureShape.new(name: 'GetGameSessionLogUrlOutput')
|
170
213
|
GetInstanceAccessInput = Shapes::StructureShape.new(name: 'GetInstanceAccessInput')
|
171
214
|
GetInstanceAccessOutput = Shapes::StructureShape.new(name: 'GetInstanceAccessOutput')
|
215
|
+
IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
|
172
216
|
IdStringModel = Shapes::StringShape.new(name: 'IdStringModel')
|
173
217
|
IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
|
174
218
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
175
219
|
InstanceAccess = Shapes::StructureShape.new(name: 'InstanceAccess')
|
176
220
|
InstanceCredentials = Shapes::StructureShape.new(name: 'InstanceCredentials')
|
221
|
+
InstanceDefinition = Shapes::StructureShape.new(name: 'InstanceDefinition')
|
222
|
+
InstanceDefinitions = Shapes::ListShape.new(name: 'InstanceDefinitions')
|
177
223
|
InstanceId = Shapes::StringShape.new(name: 'InstanceId')
|
178
224
|
InstanceList = Shapes::ListShape.new(name: 'InstanceList')
|
179
225
|
InstanceStatus = Shapes::StringShape.new(name: 'InstanceStatus')
|
@@ -187,6 +233,10 @@ module Aws::GameLift
|
|
187
233
|
IpPermissionsList = Shapes::ListShape.new(name: 'IpPermissionsList')
|
188
234
|
IpProtocol = Shapes::StringShape.new(name: 'IpProtocol')
|
189
235
|
LatencyMap = Shapes::MapShape.new(name: 'LatencyMap')
|
236
|
+
LaunchTemplateId = Shapes::StringShape.new(name: 'LaunchTemplateId')
|
237
|
+
LaunchTemplateName = Shapes::StringShape.new(name: 'LaunchTemplateName')
|
238
|
+
LaunchTemplateSpecification = Shapes::StructureShape.new(name: 'LaunchTemplateSpecification')
|
239
|
+
LaunchTemplateVersion = Shapes::StringShape.new(name: 'LaunchTemplateVersion')
|
190
240
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
191
241
|
ListAliasesInput = Shapes::StructureShape.new(name: 'ListAliasesInput')
|
192
242
|
ListAliasesOutput = Shapes::StructureShape.new(name: 'ListAliasesOutput')
|
@@ -194,6 +244,10 @@ module Aws::GameLift
|
|
194
244
|
ListBuildsOutput = Shapes::StructureShape.new(name: 'ListBuildsOutput')
|
195
245
|
ListFleetsInput = Shapes::StructureShape.new(name: 'ListFleetsInput')
|
196
246
|
ListFleetsOutput = Shapes::StructureShape.new(name: 'ListFleetsOutput')
|
247
|
+
ListGameServerGroupsInput = Shapes::StructureShape.new(name: 'ListGameServerGroupsInput')
|
248
|
+
ListGameServerGroupsOutput = Shapes::StructureShape.new(name: 'ListGameServerGroupsOutput')
|
249
|
+
ListGameServersInput = Shapes::StructureShape.new(name: 'ListGameServersInput')
|
250
|
+
ListGameServersOutput = Shapes::StructureShape.new(name: 'ListGameServersOutput')
|
197
251
|
ListScriptsInput = Shapes::StructureShape.new(name: 'ListScriptsInput')
|
198
252
|
ListScriptsOutput = Shapes::StructureShape.new(name: 'ListScriptsOutput')
|
199
253
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
@@ -225,9 +279,11 @@ module Aws::GameLift
|
|
225
279
|
NonBlankAndLengthConstraintString = Shapes::StringShape.new(name: 'NonBlankAndLengthConstraintString')
|
226
280
|
NonBlankString = Shapes::StringShape.new(name: 'NonBlankString')
|
227
281
|
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
282
|
+
NonNegativeDouble = Shapes::FloatShape.new(name: 'NonNegativeDouble')
|
228
283
|
NonZeroAndMaxString = Shapes::StringShape.new(name: 'NonZeroAndMaxString')
|
229
284
|
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
230
285
|
OperatingSystem = Shapes::StringShape.new(name: 'OperatingSystem')
|
286
|
+
OutOfCapacityException = Shapes::StructureShape.new(name: 'OutOfCapacityException')
|
231
287
|
PlacedPlayerSession = Shapes::StructureShape.new(name: 'PlacedPlayerSession')
|
232
288
|
PlacedPlayerSessionList = Shapes::ListShape.new(name: 'PlacedPlayerSessionList')
|
233
289
|
Player = Shapes::StructureShape.new(name: 'Player')
|
@@ -253,11 +309,15 @@ module Aws::GameLift
|
|
253
309
|
PutScalingPolicyInput = Shapes::StructureShape.new(name: 'PutScalingPolicyInput')
|
254
310
|
PutScalingPolicyOutput = Shapes::StructureShape.new(name: 'PutScalingPolicyOutput')
|
255
311
|
QueueArnsList = Shapes::ListShape.new(name: 'QueueArnsList')
|
312
|
+
RegisterGameServerInput = Shapes::StructureShape.new(name: 'RegisterGameServerInput')
|
313
|
+
RegisterGameServerOutput = Shapes::StructureShape.new(name: 'RegisterGameServerOutput')
|
256
314
|
RequestUploadCredentialsInput = Shapes::StructureShape.new(name: 'RequestUploadCredentialsInput')
|
257
315
|
RequestUploadCredentialsOutput = Shapes::StructureShape.new(name: 'RequestUploadCredentialsOutput')
|
258
316
|
ResolveAliasInput = Shapes::StructureShape.new(name: 'ResolveAliasInput')
|
259
317
|
ResolveAliasOutput = Shapes::StructureShape.new(name: 'ResolveAliasOutput')
|
260
318
|
ResourceCreationLimitPolicy = Shapes::StructureShape.new(name: 'ResourceCreationLimitPolicy')
|
319
|
+
ResumeGameServerGroupInput = Shapes::StructureShape.new(name: 'ResumeGameServerGroupInput')
|
320
|
+
ResumeGameServerGroupOutput = Shapes::StructureShape.new(name: 'ResumeGameServerGroupOutput')
|
261
321
|
RoutingStrategy = Shapes::StructureShape.new(name: 'RoutingStrategy')
|
262
322
|
RoutingStrategyType = Shapes::StringShape.new(name: 'RoutingStrategyType')
|
263
323
|
RuleSetBody = Shapes::StringShape.new(name: 'RuleSetBody')
|
@@ -271,12 +331,14 @@ module Aws::GameLift
|
|
271
331
|
Script = Shapes::StructureShape.new(name: 'Script')
|
272
332
|
ScriptArn = Shapes::StringShape.new(name: 'ScriptArn')
|
273
333
|
ScriptId = Shapes::StringShape.new(name: 'ScriptId')
|
334
|
+
ScriptIdOrArn = Shapes::StringShape.new(name: 'ScriptIdOrArn')
|
274
335
|
ScriptList = Shapes::ListShape.new(name: 'ScriptList')
|
275
336
|
SearchGameSessionsInput = Shapes::StructureShape.new(name: 'SearchGameSessionsInput')
|
276
337
|
SearchGameSessionsOutput = Shapes::StructureShape.new(name: 'SearchGameSessionsOutput')
|
277
338
|
ServerProcess = Shapes::StructureShape.new(name: 'ServerProcess')
|
278
339
|
ServerProcessList = Shapes::ListShape.new(name: 'ServerProcessList')
|
279
340
|
SnsArnStringModel = Shapes::StringShape.new(name: 'SnsArnStringModel')
|
341
|
+
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
280
342
|
StartFleetActionsInput = Shapes::StructureShape.new(name: 'StartFleetActionsInput')
|
281
343
|
StartFleetActionsOutput = Shapes::StructureShape.new(name: 'StartFleetActionsOutput')
|
282
344
|
StartGameSessionPlacementInput = Shapes::StructureShape.new(name: 'StartGameSessionPlacementInput')
|
@@ -294,6 +356,8 @@ module Aws::GameLift
|
|
294
356
|
StringDoubleMap = Shapes::MapShape.new(name: 'StringDoubleMap')
|
295
357
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
296
358
|
StringModel = Shapes::StringShape.new(name: 'StringModel')
|
359
|
+
SuspendGameServerGroupInput = Shapes::StructureShape.new(name: 'SuspendGameServerGroupInput')
|
360
|
+
SuspendGameServerGroupOutput = Shapes::StructureShape.new(name: 'SuspendGameServerGroupOutput')
|
297
361
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
298
362
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
299
363
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
@@ -303,6 +367,7 @@ module Aws::GameLift
|
|
303
367
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
304
368
|
TaggingFailedException = Shapes::StructureShape.new(name: 'TaggingFailedException')
|
305
369
|
TargetConfiguration = Shapes::StructureShape.new(name: 'TargetConfiguration')
|
370
|
+
TargetTrackingConfiguration = Shapes::StructureShape.new(name: 'TargetTrackingConfiguration')
|
306
371
|
TerminalRoutingStrategyException = Shapes::StructureShape.new(name: 'TerminalRoutingStrategyException')
|
307
372
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
308
373
|
UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
|
@@ -319,6 +384,10 @@ module Aws::GameLift
|
|
319
384
|
UpdateFleetCapacityOutput = Shapes::StructureShape.new(name: 'UpdateFleetCapacityOutput')
|
320
385
|
UpdateFleetPortSettingsInput = Shapes::StructureShape.new(name: 'UpdateFleetPortSettingsInput')
|
321
386
|
UpdateFleetPortSettingsOutput = Shapes::StructureShape.new(name: 'UpdateFleetPortSettingsOutput')
|
387
|
+
UpdateGameServerGroupInput = Shapes::StructureShape.new(name: 'UpdateGameServerGroupInput')
|
388
|
+
UpdateGameServerGroupOutput = Shapes::StructureShape.new(name: 'UpdateGameServerGroupOutput')
|
389
|
+
UpdateGameServerInput = Shapes::StructureShape.new(name: 'UpdateGameServerInput')
|
390
|
+
UpdateGameServerOutput = Shapes::StructureShape.new(name: 'UpdateGameServerOutput')
|
322
391
|
UpdateGameSessionInput = Shapes::StructureShape.new(name: 'UpdateGameSessionInput')
|
323
392
|
UpdateGameSessionOutput = Shapes::StructureShape.new(name: 'UpdateGameSessionOutput')
|
324
393
|
UpdateGameSessionQueueInput = Shapes::StructureShape.new(name: 'UpdateGameSessionQueueInput')
|
@@ -336,6 +405,9 @@ module Aws::GameLift
|
|
336
405
|
VpcPeeringConnection = Shapes::StructureShape.new(name: 'VpcPeeringConnection')
|
337
406
|
VpcPeeringConnectionList = Shapes::ListShape.new(name: 'VpcPeeringConnectionList')
|
338
407
|
VpcPeeringConnectionStatus = Shapes::StructureShape.new(name: 'VpcPeeringConnectionStatus')
|
408
|
+
VpcSubnet = Shapes::StringShape.new(name: 'VpcSubnet')
|
409
|
+
VpcSubnets = Shapes::ListShape.new(name: 'VpcSubnets')
|
410
|
+
WeightedCapacity = Shapes::StringShape.new(name: 'WeightedCapacity')
|
339
411
|
WholeNumber = Shapes::IntegerShape.new(name: 'WholeNumber')
|
340
412
|
ZipBlob = Shapes::BlobShape.new(name: 'ZipBlob')
|
341
413
|
|
@@ -348,7 +420,7 @@ module Aws::GameLift
|
|
348
420
|
|
349
421
|
Alias.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasId, location_name: "AliasId"))
|
350
422
|
Alias.add_member(:name, Shapes::ShapeRef.new(shape: NonBlankAndLengthConstraintString, location_name: "Name"))
|
351
|
-
Alias.add_member(:alias_arn, Shapes::ShapeRef.new(shape:
|
423
|
+
Alias.add_member(:alias_arn, Shapes::ShapeRef.new(shape: AliasArn, location_name: "AliasArn"))
|
352
424
|
Alias.add_member(:description, Shapes::ShapeRef.new(shape: FreeText, location_name: "Description"))
|
353
425
|
Alias.add_member(:routing_strategy, Shapes::ShapeRef.new(shape: RoutingStrategy, location_name: "RoutingStrategy"))
|
354
426
|
Alias.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
@@ -383,6 +455,14 @@ module Aws::GameLift
|
|
383
455
|
CertificateConfiguration.add_member(:certificate_type, Shapes::ShapeRef.new(shape: CertificateType, required: true, location_name: "CertificateType"))
|
384
456
|
CertificateConfiguration.struct_class = Types::CertificateConfiguration
|
385
457
|
|
458
|
+
ClaimGameServerInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupNameOrArn, required: true, location_name: "GameServerGroupName"))
|
459
|
+
ClaimGameServerInput.add_member(:game_server_id, Shapes::ShapeRef.new(shape: GameServerId, location_name: "GameServerId"))
|
460
|
+
ClaimGameServerInput.add_member(:game_server_data, Shapes::ShapeRef.new(shape: GameServerData, location_name: "GameServerData"))
|
461
|
+
ClaimGameServerInput.struct_class = Types::ClaimGameServerInput
|
462
|
+
|
463
|
+
ClaimGameServerOutput.add_member(:game_server, Shapes::ShapeRef.new(shape: GameServer, location_name: "GameServer"))
|
464
|
+
ClaimGameServerOutput.struct_class = Types::ClaimGameServerOutput
|
465
|
+
|
386
466
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
387
467
|
ConflictException.struct_class = Types::ConflictException
|
388
468
|
|
@@ -409,8 +489,8 @@ module Aws::GameLift
|
|
409
489
|
|
410
490
|
CreateFleetInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "Name"))
|
411
491
|
CreateFleetInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
|
412
|
-
CreateFleetInput.add_member(:build_id, Shapes::ShapeRef.new(shape:
|
413
|
-
CreateFleetInput.add_member(:script_id, Shapes::ShapeRef.new(shape:
|
492
|
+
CreateFleetInput.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildIdOrArn, location_name: "BuildId"))
|
493
|
+
CreateFleetInput.add_member(:script_id, Shapes::ShapeRef.new(shape: ScriptIdOrArn, location_name: "ScriptId"))
|
414
494
|
CreateFleetInput.add_member(:server_launch_path, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "ServerLaunchPath"))
|
415
495
|
CreateFleetInput.add_member(:server_launch_parameters, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "ServerLaunchParameters"))
|
416
496
|
CreateFleetInput.add_member(:log_paths, Shapes::ShapeRef.new(shape: StringList, location_name: "LogPaths"))
|
@@ -431,8 +511,24 @@ module Aws::GameLift
|
|
431
511
|
CreateFleetOutput.add_member(:fleet_attributes, Shapes::ShapeRef.new(shape: FleetAttributes, location_name: "FleetAttributes"))
|
432
512
|
CreateFleetOutput.struct_class = Types::CreateFleetOutput
|
433
513
|
|
434
|
-
|
435
|
-
|
514
|
+
CreateGameServerGroupInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupName, required: true, location_name: "GameServerGroupName"))
|
515
|
+
CreateGameServerGroupInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "RoleArn"))
|
516
|
+
CreateGameServerGroupInput.add_member(:min_size, Shapes::ShapeRef.new(shape: WholeNumber, required: true, location_name: "MinSize"))
|
517
|
+
CreateGameServerGroupInput.add_member(:max_size, Shapes::ShapeRef.new(shape: PositiveInteger, required: true, location_name: "MaxSize"))
|
518
|
+
CreateGameServerGroupInput.add_member(:launch_template, Shapes::ShapeRef.new(shape: LaunchTemplateSpecification, required: true, location_name: "LaunchTemplate"))
|
519
|
+
CreateGameServerGroupInput.add_member(:instance_definitions, Shapes::ShapeRef.new(shape: InstanceDefinitions, required: true, location_name: "InstanceDefinitions"))
|
520
|
+
CreateGameServerGroupInput.add_member(:auto_scaling_policy, Shapes::ShapeRef.new(shape: GameServerGroupAutoScalingPolicy, location_name: "AutoScalingPolicy"))
|
521
|
+
CreateGameServerGroupInput.add_member(:balancing_strategy, Shapes::ShapeRef.new(shape: BalancingStrategy, location_name: "BalancingStrategy"))
|
522
|
+
CreateGameServerGroupInput.add_member(:game_server_protection_policy, Shapes::ShapeRef.new(shape: GameServerProtectionPolicy, location_name: "GameServerProtectionPolicy"))
|
523
|
+
CreateGameServerGroupInput.add_member(:vpc_subnets, Shapes::ShapeRef.new(shape: VpcSubnets, location_name: "VpcSubnets"))
|
524
|
+
CreateGameServerGroupInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
525
|
+
CreateGameServerGroupInput.struct_class = Types::CreateGameServerGroupInput
|
526
|
+
|
527
|
+
CreateGameServerGroupOutput.add_member(:game_server_group, Shapes::ShapeRef.new(shape: GameServerGroup, location_name: "GameServerGroup"))
|
528
|
+
CreateGameServerGroupOutput.struct_class = Types::CreateGameServerGroupOutput
|
529
|
+
|
530
|
+
CreateGameSessionInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
|
531
|
+
CreateGameSessionInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasIdOrArn, location_name: "AliasId"))
|
436
532
|
CreateGameSessionInput.add_member(:maximum_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, required: true, location_name: "MaximumPlayerSessionCount"))
|
437
533
|
CreateGameSessionInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
|
438
534
|
CreateGameSessionInput.add_member(:game_properties, Shapes::ShapeRef.new(shape: GamePropertyList, location_name: "GameProperties"))
|
@@ -522,16 +618,23 @@ module Aws::GameLift
|
|
522
618
|
|
523
619
|
CreateVpcPeeringConnectionOutput.struct_class = Types::CreateVpcPeeringConnectionOutput
|
524
620
|
|
525
|
-
DeleteAliasInput.add_member(:alias_id, Shapes::ShapeRef.new(shape:
|
621
|
+
DeleteAliasInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasIdOrArn, required: true, location_name: "AliasId"))
|
526
622
|
DeleteAliasInput.struct_class = Types::DeleteAliasInput
|
527
623
|
|
528
|
-
DeleteBuildInput.add_member(:build_id, Shapes::ShapeRef.new(shape:
|
624
|
+
DeleteBuildInput.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildIdOrArn, required: true, location_name: "BuildId"))
|
529
625
|
DeleteBuildInput.struct_class = Types::DeleteBuildInput
|
530
626
|
|
531
|
-
DeleteFleetInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
627
|
+
DeleteFleetInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
532
628
|
DeleteFleetInput.struct_class = Types::DeleteFleetInput
|
533
629
|
|
534
|
-
|
630
|
+
DeleteGameServerGroupInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupNameOrArn, required: true, location_name: "GameServerGroupName"))
|
631
|
+
DeleteGameServerGroupInput.add_member(:delete_option, Shapes::ShapeRef.new(shape: GameServerGroupDeleteOption, location_name: "DeleteOption"))
|
632
|
+
DeleteGameServerGroupInput.struct_class = Types::DeleteGameServerGroupInput
|
633
|
+
|
634
|
+
DeleteGameServerGroupOutput.add_member(:game_server_group, Shapes::ShapeRef.new(shape: GameServerGroup, location_name: "GameServerGroup"))
|
635
|
+
DeleteGameServerGroupOutput.struct_class = Types::DeleteGameServerGroupOutput
|
636
|
+
|
637
|
+
DeleteGameSessionQueueInput.add_member(:name, Shapes::ShapeRef.new(shape: GameSessionQueueNameOrArn, required: true, location_name: "Name"))
|
535
638
|
DeleteGameSessionQueueInput.struct_class = Types::DeleteGameSessionQueueInput
|
536
639
|
|
537
640
|
DeleteGameSessionQueueOutput.struct_class = Types::DeleteGameSessionQueueOutput
|
@@ -547,10 +650,10 @@ module Aws::GameLift
|
|
547
650
|
DeleteMatchmakingRuleSetOutput.struct_class = Types::DeleteMatchmakingRuleSetOutput
|
548
651
|
|
549
652
|
DeleteScalingPolicyInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "Name"))
|
550
|
-
DeleteScalingPolicyInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
653
|
+
DeleteScalingPolicyInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
551
654
|
DeleteScalingPolicyInput.struct_class = Types::DeleteScalingPolicyInput
|
552
655
|
|
553
|
-
DeleteScriptInput.add_member(:script_id, Shapes::ShapeRef.new(shape:
|
656
|
+
DeleteScriptInput.add_member(:script_id, Shapes::ShapeRef.new(shape: ScriptIdOrArn, required: true, location_name: "ScriptId"))
|
554
657
|
DeleteScriptInput.struct_class = Types::DeleteScriptInput
|
555
658
|
|
556
659
|
DeleteVpcPeeringAuthorizationInput.add_member(:game_lift_aws_account_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "GameLiftAwsAccountId"))
|
@@ -565,13 +668,17 @@ module Aws::GameLift
|
|
565
668
|
|
566
669
|
DeleteVpcPeeringConnectionOutput.struct_class = Types::DeleteVpcPeeringConnectionOutput
|
567
670
|
|
568
|
-
|
671
|
+
DeregisterGameServerInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupNameOrArn, required: true, location_name: "GameServerGroupName"))
|
672
|
+
DeregisterGameServerInput.add_member(:game_server_id, Shapes::ShapeRef.new(shape: GameServerId, required: true, location_name: "GameServerId"))
|
673
|
+
DeregisterGameServerInput.struct_class = Types::DeregisterGameServerInput
|
674
|
+
|
675
|
+
DescribeAliasInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasIdOrArn, required: true, location_name: "AliasId"))
|
569
676
|
DescribeAliasInput.struct_class = Types::DescribeAliasInput
|
570
677
|
|
571
678
|
DescribeAliasOutput.add_member(:alias, Shapes::ShapeRef.new(shape: Alias, location_name: "Alias"))
|
572
679
|
DescribeAliasOutput.struct_class = Types::DescribeAliasOutput
|
573
680
|
|
574
|
-
DescribeBuildInput.add_member(:build_id, Shapes::ShapeRef.new(shape:
|
681
|
+
DescribeBuildInput.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildIdOrArn, required: true, location_name: "BuildId"))
|
575
682
|
DescribeBuildInput.struct_class = Types::DescribeBuildInput
|
576
683
|
|
577
684
|
DescribeBuildOutput.add_member(:build, Shapes::ShapeRef.new(shape: Build, location_name: "Build"))
|
@@ -583,7 +690,7 @@ module Aws::GameLift
|
|
583
690
|
DescribeEC2InstanceLimitsOutput.add_member(:ec2_instance_limits, Shapes::ShapeRef.new(shape: EC2InstanceLimitList, location_name: "EC2InstanceLimits"))
|
584
691
|
DescribeEC2InstanceLimitsOutput.struct_class = Types::DescribeEC2InstanceLimitsOutput
|
585
692
|
|
586
|
-
DescribeFleetAttributesInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape:
|
693
|
+
DescribeFleetAttributesInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape: FleetIdOrArnList, location_name: "FleetIds"))
|
587
694
|
DescribeFleetAttributesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
588
695
|
DescribeFleetAttributesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
589
696
|
DescribeFleetAttributesInput.struct_class = Types::DescribeFleetAttributesInput
|
@@ -592,7 +699,7 @@ module Aws::GameLift
|
|
592
699
|
DescribeFleetAttributesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
593
700
|
DescribeFleetAttributesOutput.struct_class = Types::DescribeFleetAttributesOutput
|
594
701
|
|
595
|
-
DescribeFleetCapacityInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape:
|
702
|
+
DescribeFleetCapacityInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape: FleetIdOrArnList, location_name: "FleetIds"))
|
596
703
|
DescribeFleetCapacityInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
597
704
|
DescribeFleetCapacityInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
598
705
|
DescribeFleetCapacityInput.struct_class = Types::DescribeFleetCapacityInput
|
@@ -601,7 +708,7 @@ module Aws::GameLift
|
|
601
708
|
DescribeFleetCapacityOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
602
709
|
DescribeFleetCapacityOutput.struct_class = Types::DescribeFleetCapacityOutput
|
603
710
|
|
604
|
-
DescribeFleetEventsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
711
|
+
DescribeFleetEventsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
605
712
|
DescribeFleetEventsInput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
606
713
|
DescribeFleetEventsInput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
607
714
|
DescribeFleetEventsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
@@ -612,13 +719,13 @@ module Aws::GameLift
|
|
612
719
|
DescribeFleetEventsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
613
720
|
DescribeFleetEventsOutput.struct_class = Types::DescribeFleetEventsOutput
|
614
721
|
|
615
|
-
DescribeFleetPortSettingsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
722
|
+
DescribeFleetPortSettingsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
616
723
|
DescribeFleetPortSettingsInput.struct_class = Types::DescribeFleetPortSettingsInput
|
617
724
|
|
618
725
|
DescribeFleetPortSettingsOutput.add_member(:inbound_permissions, Shapes::ShapeRef.new(shape: IpPermissionsList, location_name: "InboundPermissions"))
|
619
726
|
DescribeFleetPortSettingsOutput.struct_class = Types::DescribeFleetPortSettingsOutput
|
620
727
|
|
621
|
-
DescribeFleetUtilizationInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape:
|
728
|
+
DescribeFleetUtilizationInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape: FleetIdOrArnList, location_name: "FleetIds"))
|
622
729
|
DescribeFleetUtilizationInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
623
730
|
DescribeFleetUtilizationInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
624
731
|
DescribeFleetUtilizationInput.struct_class = Types::DescribeFleetUtilizationInput
|
@@ -627,9 +734,22 @@ module Aws::GameLift
|
|
627
734
|
DescribeFleetUtilizationOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
628
735
|
DescribeFleetUtilizationOutput.struct_class = Types::DescribeFleetUtilizationOutput
|
629
736
|
|
630
|
-
|
737
|
+
DescribeGameServerGroupInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupNameOrArn, required: true, location_name: "GameServerGroupName"))
|
738
|
+
DescribeGameServerGroupInput.struct_class = Types::DescribeGameServerGroupInput
|
739
|
+
|
740
|
+
DescribeGameServerGroupOutput.add_member(:game_server_group, Shapes::ShapeRef.new(shape: GameServerGroup, location_name: "GameServerGroup"))
|
741
|
+
DescribeGameServerGroupOutput.struct_class = Types::DescribeGameServerGroupOutput
|
742
|
+
|
743
|
+
DescribeGameServerInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupNameOrArn, required: true, location_name: "GameServerGroupName"))
|
744
|
+
DescribeGameServerInput.add_member(:game_server_id, Shapes::ShapeRef.new(shape: GameServerId, required: true, location_name: "GameServerId"))
|
745
|
+
DescribeGameServerInput.struct_class = Types::DescribeGameServerInput
|
746
|
+
|
747
|
+
DescribeGameServerOutput.add_member(:game_server, Shapes::ShapeRef.new(shape: GameServer, location_name: "GameServer"))
|
748
|
+
DescribeGameServerOutput.struct_class = Types::DescribeGameServerOutput
|
749
|
+
|
750
|
+
DescribeGameSessionDetailsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
|
631
751
|
DescribeGameSessionDetailsInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionId"))
|
632
|
-
DescribeGameSessionDetailsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape:
|
752
|
+
DescribeGameSessionDetailsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasIdOrArn, location_name: "AliasId"))
|
633
753
|
DescribeGameSessionDetailsInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "StatusFilter"))
|
634
754
|
DescribeGameSessionDetailsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
635
755
|
DescribeGameSessionDetailsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
@@ -645,7 +765,7 @@ module Aws::GameLift
|
|
645
765
|
DescribeGameSessionPlacementOutput.add_member(:game_session_placement, Shapes::ShapeRef.new(shape: GameSessionPlacement, location_name: "GameSessionPlacement"))
|
646
766
|
DescribeGameSessionPlacementOutput.struct_class = Types::DescribeGameSessionPlacementOutput
|
647
767
|
|
648
|
-
DescribeGameSessionQueuesInput.add_member(:names, Shapes::ShapeRef.new(shape:
|
768
|
+
DescribeGameSessionQueuesInput.add_member(:names, Shapes::ShapeRef.new(shape: GameSessionQueueNameOrArnList, location_name: "Names"))
|
649
769
|
DescribeGameSessionQueuesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
650
770
|
DescribeGameSessionQueuesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
651
771
|
DescribeGameSessionQueuesInput.struct_class = Types::DescribeGameSessionQueuesInput
|
@@ -654,9 +774,9 @@ module Aws::GameLift
|
|
654
774
|
DescribeGameSessionQueuesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
655
775
|
DescribeGameSessionQueuesOutput.struct_class = Types::DescribeGameSessionQueuesOutput
|
656
776
|
|
657
|
-
DescribeGameSessionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
777
|
+
DescribeGameSessionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
|
658
778
|
DescribeGameSessionsInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionId"))
|
659
|
-
DescribeGameSessionsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape:
|
779
|
+
DescribeGameSessionsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasIdOrArn, location_name: "AliasId"))
|
660
780
|
DescribeGameSessionsInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "StatusFilter"))
|
661
781
|
DescribeGameSessionsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
662
782
|
DescribeGameSessionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
@@ -666,7 +786,7 @@ module Aws::GameLift
|
|
666
786
|
DescribeGameSessionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
667
787
|
DescribeGameSessionsOutput.struct_class = Types::DescribeGameSessionsOutput
|
668
788
|
|
669
|
-
DescribeInstancesInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
789
|
+
DescribeInstancesInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
670
790
|
DescribeInstancesInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
671
791
|
DescribeInstancesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
672
792
|
DescribeInstancesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
@@ -713,13 +833,13 @@ module Aws::GameLift
|
|
713
833
|
DescribePlayerSessionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
714
834
|
DescribePlayerSessionsOutput.struct_class = Types::DescribePlayerSessionsOutput
|
715
835
|
|
716
|
-
DescribeRuntimeConfigurationInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
836
|
+
DescribeRuntimeConfigurationInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
717
837
|
DescribeRuntimeConfigurationInput.struct_class = Types::DescribeRuntimeConfigurationInput
|
718
838
|
|
719
839
|
DescribeRuntimeConfigurationOutput.add_member(:runtime_configuration, Shapes::ShapeRef.new(shape: RuntimeConfiguration, location_name: "RuntimeConfiguration"))
|
720
840
|
DescribeRuntimeConfigurationOutput.struct_class = Types::DescribeRuntimeConfigurationOutput
|
721
841
|
|
722
|
-
DescribeScalingPoliciesInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
842
|
+
DescribeScalingPoliciesInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
723
843
|
DescribeScalingPoliciesInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: ScalingStatusType, location_name: "StatusFilter"))
|
724
844
|
DescribeScalingPoliciesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
725
845
|
DescribeScalingPoliciesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
@@ -729,7 +849,7 @@ module Aws::GameLift
|
|
729
849
|
DescribeScalingPoliciesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
730
850
|
DescribeScalingPoliciesOutput.struct_class = Types::DescribeScalingPoliciesOutput
|
731
851
|
|
732
|
-
DescribeScriptInput.add_member(:script_id, Shapes::ShapeRef.new(shape:
|
852
|
+
DescribeScriptInput.add_member(:script_id, Shapes::ShapeRef.new(shape: ScriptIdOrArn, required: true, location_name: "ScriptId"))
|
733
853
|
DescribeScriptInput.struct_class = Types::DescribeScriptInput
|
734
854
|
|
735
855
|
DescribeScriptOutput.add_member(:script, Shapes::ShapeRef.new(shape: Script, location_name: "Script"))
|
@@ -781,7 +901,7 @@ module Aws::GameLift
|
|
781
901
|
FleetActionList.member = Shapes::ShapeRef.new(shape: FleetAction)
|
782
902
|
|
783
903
|
FleetAttributes.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
784
|
-
FleetAttributes.add_member(:fleet_arn, Shapes::ShapeRef.new(shape:
|
904
|
+
FleetAttributes.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
785
905
|
FleetAttributes.add_member(:fleet_type, Shapes::ShapeRef.new(shape: FleetType, location_name: "FleetType"))
|
786
906
|
FleetAttributes.add_member(:instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "InstanceType"))
|
787
907
|
FleetAttributes.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
|
@@ -819,6 +939,8 @@ module Aws::GameLift
|
|
819
939
|
|
820
940
|
FleetIdList.member = Shapes::ShapeRef.new(shape: FleetId)
|
821
941
|
|
942
|
+
FleetIdOrArnList.member = Shapes::ShapeRef.new(shape: FleetIdOrArn)
|
943
|
+
|
822
944
|
FleetUtilization.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
823
945
|
FleetUtilization.add_member(:active_server_process_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "ActiveServerProcessCount"))
|
824
946
|
FleetUtilization.add_member(:active_game_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "ActiveGameSessionCount"))
|
@@ -834,10 +956,48 @@ module Aws::GameLift
|
|
834
956
|
|
835
957
|
GamePropertyList.member = Shapes::ShapeRef.new(shape: GameProperty)
|
836
958
|
|
959
|
+
GameServer.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupName, location_name: "GameServerGroupName"))
|
960
|
+
GameServer.add_member(:game_server_group_arn, Shapes::ShapeRef.new(shape: GameServerGroupArn, location_name: "GameServerGroupArn"))
|
961
|
+
GameServer.add_member(:game_server_id, Shapes::ShapeRef.new(shape: GameServerId, location_name: "GameServerId"))
|
962
|
+
GameServer.add_member(:instance_id, Shapes::ShapeRef.new(shape: GameServerInstanceId, location_name: "InstanceId"))
|
963
|
+
GameServer.add_member(:connection_info, Shapes::ShapeRef.new(shape: GameServerConnectionInfo, location_name: "ConnectionInfo"))
|
964
|
+
GameServer.add_member(:game_server_data, Shapes::ShapeRef.new(shape: GameServerData, location_name: "GameServerData"))
|
965
|
+
GameServer.add_member(:custom_sort_key, Shapes::ShapeRef.new(shape: GameServerSortKey, location_name: "CustomSortKey"))
|
966
|
+
GameServer.add_member(:claim_status, Shapes::ShapeRef.new(shape: GameServerClaimStatus, location_name: "ClaimStatus"))
|
967
|
+
GameServer.add_member(:utilization_status, Shapes::ShapeRef.new(shape: GameServerUtilizationStatus, location_name: "UtilizationStatus"))
|
968
|
+
GameServer.add_member(:registration_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RegistrationTime"))
|
969
|
+
GameServer.add_member(:last_claim_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastClaimTime"))
|
970
|
+
GameServer.add_member(:last_health_check_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastHealthCheckTime"))
|
971
|
+
GameServer.struct_class = Types::GameServer
|
972
|
+
|
973
|
+
GameServerGroup.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupName, location_name: "GameServerGroupName"))
|
974
|
+
GameServerGroup.add_member(:game_server_group_arn, Shapes::ShapeRef.new(shape: GameServerGroupArn, location_name: "GameServerGroupArn"))
|
975
|
+
GameServerGroup.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "RoleArn"))
|
976
|
+
GameServerGroup.add_member(:instance_definitions, Shapes::ShapeRef.new(shape: InstanceDefinitions, location_name: "InstanceDefinitions"))
|
977
|
+
GameServerGroup.add_member(:balancing_strategy, Shapes::ShapeRef.new(shape: BalancingStrategy, location_name: "BalancingStrategy"))
|
978
|
+
GameServerGroup.add_member(:game_server_protection_policy, Shapes::ShapeRef.new(shape: GameServerProtectionPolicy, location_name: "GameServerProtectionPolicy"))
|
979
|
+
GameServerGroup.add_member(:auto_scaling_group_arn, Shapes::ShapeRef.new(shape: AutoScalingGroupArn, location_name: "AutoScalingGroupArn"))
|
980
|
+
GameServerGroup.add_member(:status, Shapes::ShapeRef.new(shape: GameServerGroupStatus, location_name: "Status"))
|
981
|
+
GameServerGroup.add_member(:status_reason, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "StatusReason"))
|
982
|
+
GameServerGroup.add_member(:suspended_actions, Shapes::ShapeRef.new(shape: GameServerGroupActions, location_name: "SuspendedActions"))
|
983
|
+
GameServerGroup.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
984
|
+
GameServerGroup.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
985
|
+
GameServerGroup.struct_class = Types::GameServerGroup
|
986
|
+
|
987
|
+
GameServerGroupActions.member = Shapes::ShapeRef.new(shape: GameServerGroupAction)
|
988
|
+
|
989
|
+
GameServerGroupAutoScalingPolicy.add_member(:estimated_instance_warmup, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "EstimatedInstanceWarmup"))
|
990
|
+
GameServerGroupAutoScalingPolicy.add_member(:target_tracking_configuration, Shapes::ShapeRef.new(shape: TargetTrackingConfiguration, required: true, location_name: "TargetTrackingConfiguration"))
|
991
|
+
GameServerGroupAutoScalingPolicy.struct_class = Types::GameServerGroupAutoScalingPolicy
|
992
|
+
|
993
|
+
GameServerGroups.member = Shapes::ShapeRef.new(shape: GameServerGroup)
|
994
|
+
|
995
|
+
GameServers.member = Shapes::ShapeRef.new(shape: GameServer)
|
996
|
+
|
837
997
|
GameSession.add_member(:game_session_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "GameSessionId"))
|
838
998
|
GameSession.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
|
839
999
|
GameSession.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
840
|
-
GameSession.add_member(:fleet_arn, Shapes::ShapeRef.new(shape:
|
1000
|
+
GameSession.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
841
1001
|
GameSession.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
842
1002
|
GameSession.add_member(:termination_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TerminationTime"))
|
843
1003
|
GameSession.add_member(:current_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "CurrentPlayerSessionCount"))
|
@@ -893,7 +1053,7 @@ module Aws::GameLift
|
|
893
1053
|
GameSessionPlacement.struct_class = Types::GameSessionPlacement
|
894
1054
|
|
895
1055
|
GameSessionQueue.add_member(:name, Shapes::ShapeRef.new(shape: GameSessionQueueName, location_name: "Name"))
|
896
|
-
GameSessionQueue.add_member(:game_session_queue_arn, Shapes::ShapeRef.new(shape:
|
1056
|
+
GameSessionQueue.add_member(:game_session_queue_arn, Shapes::ShapeRef.new(shape: GameSessionQueueArn, location_name: "GameSessionQueueArn"))
|
897
1057
|
GameSessionQueue.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TimeoutInSeconds"))
|
898
1058
|
GameSessionQueue.add_member(:player_latency_policies, Shapes::ShapeRef.new(shape: PlayerLatencyPolicyList, location_name: "PlayerLatencyPolicies"))
|
899
1059
|
GameSessionQueue.add_member(:destinations, Shapes::ShapeRef.new(shape: GameSessionQueueDestinationList, location_name: "Destinations"))
|
@@ -906,7 +1066,7 @@ module Aws::GameLift
|
|
906
1066
|
|
907
1067
|
GameSessionQueueList.member = Shapes::ShapeRef.new(shape: GameSessionQueue)
|
908
1068
|
|
909
|
-
|
1069
|
+
GameSessionQueueNameOrArnList.member = Shapes::ShapeRef.new(shape: GameSessionQueueNameOrArn)
|
910
1070
|
|
911
1071
|
GetGameSessionLogUrlInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, required: true, location_name: "GameSessionId"))
|
912
1072
|
GetGameSessionLogUrlInput.struct_class = Types::GetGameSessionLogUrlInput
|
@@ -914,7 +1074,7 @@ module Aws::GameLift
|
|
914
1074
|
GetGameSessionLogUrlOutput.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PreSignedUrl"))
|
915
1075
|
GetGameSessionLogUrlOutput.struct_class = Types::GetGameSessionLogUrlOutput
|
916
1076
|
|
917
|
-
GetInstanceAccessInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
1077
|
+
GetInstanceAccessInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
918
1078
|
GetInstanceAccessInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
919
1079
|
GetInstanceAccessInput.struct_class = Types::GetInstanceAccessInput
|
920
1080
|
|
@@ -945,6 +1105,12 @@ module Aws::GameLift
|
|
945
1105
|
InstanceCredentials.add_member(:secret, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Secret"))
|
946
1106
|
InstanceCredentials.struct_class = Types::InstanceCredentials
|
947
1107
|
|
1108
|
+
InstanceDefinition.add_member(:instance_type, Shapes::ShapeRef.new(shape: GameServerGroupInstanceType, required: true, location_name: "InstanceType"))
|
1109
|
+
InstanceDefinition.add_member(:weighted_capacity, Shapes::ShapeRef.new(shape: WeightedCapacity, location_name: "WeightedCapacity"))
|
1110
|
+
InstanceDefinition.struct_class = Types::InstanceDefinition
|
1111
|
+
|
1112
|
+
InstanceDefinitions.member = Shapes::ShapeRef.new(shape: InstanceDefinition)
|
1113
|
+
|
948
1114
|
InstanceList.member = Shapes::ShapeRef.new(shape: Instance)
|
949
1115
|
|
950
1116
|
InternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
@@ -970,6 +1136,11 @@ module Aws::GameLift
|
|
970
1136
|
LatencyMap.key = Shapes::ShapeRef.new(shape: NonEmptyString)
|
971
1137
|
LatencyMap.value = Shapes::ShapeRef.new(shape: PositiveInteger)
|
972
1138
|
|
1139
|
+
LaunchTemplateSpecification.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: LaunchTemplateId, location_name: "LaunchTemplateId"))
|
1140
|
+
LaunchTemplateSpecification.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "LaunchTemplateName"))
|
1141
|
+
LaunchTemplateSpecification.add_member(:version, Shapes::ShapeRef.new(shape: LaunchTemplateVersion, location_name: "Version"))
|
1142
|
+
LaunchTemplateSpecification.struct_class = Types::LaunchTemplateSpecification
|
1143
|
+
|
973
1144
|
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
974
1145
|
LimitExceededException.struct_class = Types::LimitExceededException
|
975
1146
|
|
@@ -992,8 +1163,8 @@ module Aws::GameLift
|
|
992
1163
|
ListBuildsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "NextToken"))
|
993
1164
|
ListBuildsOutput.struct_class = Types::ListBuildsOutput
|
994
1165
|
|
995
|
-
ListFleetsInput.add_member(:build_id, Shapes::ShapeRef.new(shape:
|
996
|
-
ListFleetsInput.add_member(:script_id, Shapes::ShapeRef.new(shape:
|
1166
|
+
ListFleetsInput.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildIdOrArn, location_name: "BuildId"))
|
1167
|
+
ListFleetsInput.add_member(:script_id, Shapes::ShapeRef.new(shape: ScriptIdOrArn, location_name: "ScriptId"))
|
997
1168
|
ListFleetsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
998
1169
|
ListFleetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
999
1170
|
ListFleetsInput.struct_class = Types::ListFleetsInput
|
@@ -1002,6 +1173,24 @@ module Aws::GameLift
|
|
1002
1173
|
ListFleetsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
1003
1174
|
ListFleetsOutput.struct_class = Types::ListFleetsOutput
|
1004
1175
|
|
1176
|
+
ListGameServerGroupsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
1177
|
+
ListGameServerGroupsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
1178
|
+
ListGameServerGroupsInput.struct_class = Types::ListGameServerGroupsInput
|
1179
|
+
|
1180
|
+
ListGameServerGroupsOutput.add_member(:game_server_groups, Shapes::ShapeRef.new(shape: GameServerGroups, location_name: "GameServerGroups"))
|
1181
|
+
ListGameServerGroupsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
1182
|
+
ListGameServerGroupsOutput.struct_class = Types::ListGameServerGroupsOutput
|
1183
|
+
|
1184
|
+
ListGameServersInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupNameOrArn, required: true, location_name: "GameServerGroupName"))
|
1185
|
+
ListGameServersInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
1186
|
+
ListGameServersInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
1187
|
+
ListGameServersInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
1188
|
+
ListGameServersInput.struct_class = Types::ListGameServersInput
|
1189
|
+
|
1190
|
+
ListGameServersOutput.add_member(:game_servers, Shapes::ShapeRef.new(shape: GameServers, location_name: "GameServers"))
|
1191
|
+
ListGameServersOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
1192
|
+
ListGameServersOutput.struct_class = Types::ListGameServersOutput
|
1193
|
+
|
1005
1194
|
ListScriptsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
1006
1195
|
ListScriptsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "NextToken"))
|
1007
1196
|
ListScriptsInput.struct_class = Types::ListScriptsInput
|
@@ -1076,6 +1265,9 @@ module Aws::GameLift
|
|
1076
1265
|
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
1077
1266
|
NotFoundException.struct_class = Types::NotFoundException
|
1078
1267
|
|
1268
|
+
OutOfCapacityException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
1269
|
+
OutOfCapacityException.struct_class = Types::OutOfCapacityException
|
1270
|
+
|
1079
1271
|
PlacedPlayerSession.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
|
1080
1272
|
PlacedPlayerSession.add_member(:player_session_id, Shapes::ShapeRef.new(shape: PlayerSessionId, location_name: "PlayerSessionId"))
|
1081
1273
|
PlacedPlayerSession.struct_class = Types::PlacedPlayerSession
|
@@ -1115,7 +1307,7 @@ module Aws::GameLift
|
|
1115
1307
|
PlayerSession.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
|
1116
1308
|
PlayerSession.add_member(:game_session_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "GameSessionId"))
|
1117
1309
|
PlayerSession.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1118
|
-
PlayerSession.add_member(:fleet_arn, Shapes::ShapeRef.new(shape:
|
1310
|
+
PlayerSession.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
1119
1311
|
PlayerSession.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1120
1312
|
PlayerSession.add_member(:termination_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TerminationTime"))
|
1121
1313
|
PlayerSession.add_member(:status, Shapes::ShapeRef.new(shape: PlayerSessionStatus, location_name: "Status"))
|
@@ -1128,7 +1320,7 @@ module Aws::GameLift
|
|
1128
1320
|
PlayerSessionList.member = Shapes::ShapeRef.new(shape: PlayerSession)
|
1129
1321
|
|
1130
1322
|
PutScalingPolicyInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "Name"))
|
1131
|
-
PutScalingPolicyInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
1323
|
+
PutScalingPolicyInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
1132
1324
|
PutScalingPolicyInput.add_member(:scaling_adjustment, Shapes::ShapeRef.new(shape: Integer, location_name: "ScalingAdjustment"))
|
1133
1325
|
PutScalingPolicyInput.add_member(:scaling_adjustment_type, Shapes::ShapeRef.new(shape: ScalingAdjustmentType, location_name: "ScalingAdjustmentType"))
|
1134
1326
|
PutScalingPolicyInput.add_member(:threshold, Shapes::ShapeRef.new(shape: Double, location_name: "Threshold"))
|
@@ -1144,24 +1336,43 @@ module Aws::GameLift
|
|
1144
1336
|
|
1145
1337
|
QueueArnsList.member = Shapes::ShapeRef.new(shape: ArnStringModel)
|
1146
1338
|
|
1147
|
-
|
1339
|
+
RegisterGameServerInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupNameOrArn, required: true, location_name: "GameServerGroupName"))
|
1340
|
+
RegisterGameServerInput.add_member(:game_server_id, Shapes::ShapeRef.new(shape: GameServerId, required: true, location_name: "GameServerId"))
|
1341
|
+
RegisterGameServerInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: GameServerInstanceId, required: true, location_name: "InstanceId"))
|
1342
|
+
RegisterGameServerInput.add_member(:connection_info, Shapes::ShapeRef.new(shape: GameServerConnectionInfo, location_name: "ConnectionInfo"))
|
1343
|
+
RegisterGameServerInput.add_member(:game_server_data, Shapes::ShapeRef.new(shape: GameServerData, location_name: "GameServerData"))
|
1344
|
+
RegisterGameServerInput.add_member(:custom_sort_key, Shapes::ShapeRef.new(shape: GameServerSortKey, location_name: "CustomSortKey"))
|
1345
|
+
RegisterGameServerInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1346
|
+
RegisterGameServerInput.struct_class = Types::RegisterGameServerInput
|
1347
|
+
|
1348
|
+
RegisterGameServerOutput.add_member(:game_server, Shapes::ShapeRef.new(shape: GameServer, location_name: "GameServer"))
|
1349
|
+
RegisterGameServerOutput.struct_class = Types::RegisterGameServerOutput
|
1350
|
+
|
1351
|
+
RequestUploadCredentialsInput.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildIdOrArn, required: true, location_name: "BuildId"))
|
1148
1352
|
RequestUploadCredentialsInput.struct_class = Types::RequestUploadCredentialsInput
|
1149
1353
|
|
1150
1354
|
RequestUploadCredentialsOutput.add_member(:upload_credentials, Shapes::ShapeRef.new(shape: AwsCredentials, location_name: "UploadCredentials"))
|
1151
1355
|
RequestUploadCredentialsOutput.add_member(:storage_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "StorageLocation"))
|
1152
1356
|
RequestUploadCredentialsOutput.struct_class = Types::RequestUploadCredentialsOutput
|
1153
1357
|
|
1154
|
-
ResolveAliasInput.add_member(:alias_id, Shapes::ShapeRef.new(shape:
|
1358
|
+
ResolveAliasInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasIdOrArn, required: true, location_name: "AliasId"))
|
1155
1359
|
ResolveAliasInput.struct_class = Types::ResolveAliasInput
|
1156
1360
|
|
1157
1361
|
ResolveAliasOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1158
|
-
ResolveAliasOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape:
|
1362
|
+
ResolveAliasOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
1159
1363
|
ResolveAliasOutput.struct_class = Types::ResolveAliasOutput
|
1160
1364
|
|
1161
1365
|
ResourceCreationLimitPolicy.add_member(:new_game_sessions_per_creator, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "NewGameSessionsPerCreator"))
|
1162
1366
|
ResourceCreationLimitPolicy.add_member(:policy_period_in_minutes, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "PolicyPeriodInMinutes"))
|
1163
1367
|
ResourceCreationLimitPolicy.struct_class = Types::ResourceCreationLimitPolicy
|
1164
1368
|
|
1369
|
+
ResumeGameServerGroupInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupNameOrArn, required: true, location_name: "GameServerGroupName"))
|
1370
|
+
ResumeGameServerGroupInput.add_member(:resume_actions, Shapes::ShapeRef.new(shape: GameServerGroupActions, required: true, location_name: "ResumeActions"))
|
1371
|
+
ResumeGameServerGroupInput.struct_class = Types::ResumeGameServerGroupInput
|
1372
|
+
|
1373
|
+
ResumeGameServerGroupOutput.add_member(:game_server_group, Shapes::ShapeRef.new(shape: GameServerGroup, location_name: "GameServerGroup"))
|
1374
|
+
ResumeGameServerGroupOutput.struct_class = Types::ResumeGameServerGroupOutput
|
1375
|
+
|
1165
1376
|
RoutingStrategy.add_member(:type, Shapes::ShapeRef.new(shape: RoutingStrategyType, location_name: "Type"))
|
1166
1377
|
RoutingStrategy.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1167
1378
|
RoutingStrategy.add_member(:message, Shapes::ShapeRef.new(shape: FreeText, location_name: "Message"))
|
@@ -1204,8 +1415,8 @@ module Aws::GameLift
|
|
1204
1415
|
|
1205
1416
|
ScriptList.member = Shapes::ShapeRef.new(shape: Script)
|
1206
1417
|
|
1207
|
-
SearchGameSessionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
1208
|
-
SearchGameSessionsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape:
|
1418
|
+
SearchGameSessionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
|
1419
|
+
SearchGameSessionsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasIdOrArn, location_name: "AliasId"))
|
1209
1420
|
SearchGameSessionsInput.add_member(:filter_expression, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "FilterExpression"))
|
1210
1421
|
SearchGameSessionsInput.add_member(:sort_expression, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "SortExpression"))
|
1211
1422
|
SearchGameSessionsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
@@ -1223,14 +1434,14 @@ module Aws::GameLift
|
|
1223
1434
|
|
1224
1435
|
ServerProcessList.member = Shapes::ShapeRef.new(shape: ServerProcess)
|
1225
1436
|
|
1226
|
-
StartFleetActionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
1437
|
+
StartFleetActionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
1227
1438
|
StartFleetActionsInput.add_member(:actions, Shapes::ShapeRef.new(shape: FleetActionList, required: true, location_name: "Actions"))
|
1228
1439
|
StartFleetActionsInput.struct_class = Types::StartFleetActionsInput
|
1229
1440
|
|
1230
1441
|
StartFleetActionsOutput.struct_class = Types::StartFleetActionsOutput
|
1231
1442
|
|
1232
1443
|
StartGameSessionPlacementInput.add_member(:placement_id, Shapes::ShapeRef.new(shape: IdStringModel, required: true, location_name: "PlacementId"))
|
1233
|
-
StartGameSessionPlacementInput.add_member(:game_session_queue_name, Shapes::ShapeRef.new(shape:
|
1444
|
+
StartGameSessionPlacementInput.add_member(:game_session_queue_name, Shapes::ShapeRef.new(shape: GameSessionQueueNameOrArn, required: true, location_name: "GameSessionQueueName"))
|
1234
1445
|
StartGameSessionPlacementInput.add_member(:game_properties, Shapes::ShapeRef.new(shape: GamePropertyList, location_name: "GameProperties"))
|
1235
1446
|
StartGameSessionPlacementInput.add_member(:maximum_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, required: true, location_name: "MaximumPlayerSessionCount"))
|
1236
1447
|
StartGameSessionPlacementInput.add_member(:game_session_name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "GameSessionName"))
|
@@ -1259,7 +1470,7 @@ module Aws::GameLift
|
|
1259
1470
|
StartMatchmakingOutput.add_member(:matchmaking_ticket, Shapes::ShapeRef.new(shape: MatchmakingTicket, location_name: "MatchmakingTicket"))
|
1260
1471
|
StartMatchmakingOutput.struct_class = Types::StartMatchmakingOutput
|
1261
1472
|
|
1262
|
-
StopFleetActionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
1473
|
+
StopFleetActionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
1263
1474
|
StopFleetActionsInput.add_member(:actions, Shapes::ShapeRef.new(shape: FleetActionList, required: true, location_name: "Actions"))
|
1264
1475
|
StopFleetActionsInput.struct_class = Types::StopFleetActionsInput
|
1265
1476
|
|
@@ -1281,6 +1492,13 @@ module Aws::GameLift
|
|
1281
1492
|
|
1282
1493
|
StringList.member = Shapes::ShapeRef.new(shape: NonZeroAndMaxString)
|
1283
1494
|
|
1495
|
+
SuspendGameServerGroupInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupNameOrArn, required: true, location_name: "GameServerGroupName"))
|
1496
|
+
SuspendGameServerGroupInput.add_member(:suspend_actions, Shapes::ShapeRef.new(shape: GameServerGroupActions, required: true, location_name: "SuspendActions"))
|
1497
|
+
SuspendGameServerGroupInput.struct_class = Types::SuspendGameServerGroupInput
|
1498
|
+
|
1499
|
+
SuspendGameServerGroupOutput.add_member(:game_server_group, Shapes::ShapeRef.new(shape: GameServerGroup, location_name: "GameServerGroup"))
|
1500
|
+
SuspendGameServerGroupOutput.struct_class = Types::SuspendGameServerGroupOutput
|
1501
|
+
|
1284
1502
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
1285
1503
|
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
|
1286
1504
|
Tag.struct_class = Types::Tag
|
@@ -1301,6 +1519,9 @@ module Aws::GameLift
|
|
1301
1519
|
TargetConfiguration.add_member(:target_value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "TargetValue"))
|
1302
1520
|
TargetConfiguration.struct_class = Types::TargetConfiguration
|
1303
1521
|
|
1522
|
+
TargetTrackingConfiguration.add_member(:target_value, Shapes::ShapeRef.new(shape: NonNegativeDouble, required: true, location_name: "TargetValue"))
|
1523
|
+
TargetTrackingConfiguration.struct_class = Types::TargetTrackingConfiguration
|
1524
|
+
|
1304
1525
|
TerminalRoutingStrategyException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
1305
1526
|
TerminalRoutingStrategyException.struct_class = Types::TerminalRoutingStrategyException
|
1306
1527
|
|
@@ -1316,7 +1537,7 @@ module Aws::GameLift
|
|
1316
1537
|
|
1317
1538
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
1318
1539
|
|
1319
|
-
UpdateAliasInput.add_member(:alias_id, Shapes::ShapeRef.new(shape:
|
1540
|
+
UpdateAliasInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasIdOrArn, required: true, location_name: "AliasId"))
|
1320
1541
|
UpdateAliasInput.add_member(:name, Shapes::ShapeRef.new(shape: NonBlankAndLengthConstraintString, location_name: "Name"))
|
1321
1542
|
UpdateAliasInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
|
1322
1543
|
UpdateAliasInput.add_member(:routing_strategy, Shapes::ShapeRef.new(shape: RoutingStrategy, location_name: "RoutingStrategy"))
|
@@ -1325,7 +1546,7 @@ module Aws::GameLift
|
|
1325
1546
|
UpdateAliasOutput.add_member(:alias, Shapes::ShapeRef.new(shape: Alias, location_name: "Alias"))
|
1326
1547
|
UpdateAliasOutput.struct_class = Types::UpdateAliasOutput
|
1327
1548
|
|
1328
|
-
UpdateBuildInput.add_member(:build_id, Shapes::ShapeRef.new(shape:
|
1549
|
+
UpdateBuildInput.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildIdOrArn, required: true, location_name: "BuildId"))
|
1329
1550
|
UpdateBuildInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
|
1330
1551
|
UpdateBuildInput.add_member(:version, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Version"))
|
1331
1552
|
UpdateBuildInput.struct_class = Types::UpdateBuildInput
|
@@ -1333,7 +1554,7 @@ module Aws::GameLift
|
|
1333
1554
|
UpdateBuildOutput.add_member(:build, Shapes::ShapeRef.new(shape: Build, location_name: "Build"))
|
1334
1555
|
UpdateBuildOutput.struct_class = Types::UpdateBuildOutput
|
1335
1556
|
|
1336
|
-
UpdateFleetAttributesInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
1557
|
+
UpdateFleetAttributesInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
1337
1558
|
UpdateFleetAttributesInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
|
1338
1559
|
UpdateFleetAttributesInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
|
1339
1560
|
UpdateFleetAttributesInput.add_member(:new_game_session_protection_policy, Shapes::ShapeRef.new(shape: ProtectionPolicy, location_name: "NewGameSessionProtectionPolicy"))
|
@@ -1344,7 +1565,7 @@ module Aws::GameLift
|
|
1344
1565
|
UpdateFleetAttributesOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1345
1566
|
UpdateFleetAttributesOutput.struct_class = Types::UpdateFleetAttributesOutput
|
1346
1567
|
|
1347
|
-
UpdateFleetCapacityInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
1568
|
+
UpdateFleetCapacityInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
1348
1569
|
UpdateFleetCapacityInput.add_member(:desired_instances, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "DesiredInstances"))
|
1349
1570
|
UpdateFleetCapacityInput.add_member(:min_size, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MinSize"))
|
1350
1571
|
UpdateFleetCapacityInput.add_member(:max_size, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MaxSize"))
|
@@ -1353,7 +1574,7 @@ module Aws::GameLift
|
|
1353
1574
|
UpdateFleetCapacityOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1354
1575
|
UpdateFleetCapacityOutput.struct_class = Types::UpdateFleetCapacityOutput
|
1355
1576
|
|
1356
|
-
UpdateFleetPortSettingsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
1577
|
+
UpdateFleetPortSettingsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
1357
1578
|
UpdateFleetPortSettingsInput.add_member(:inbound_permission_authorizations, Shapes::ShapeRef.new(shape: IpPermissionsList, location_name: "InboundPermissionAuthorizations"))
|
1358
1579
|
UpdateFleetPortSettingsInput.add_member(:inbound_permission_revocations, Shapes::ShapeRef.new(shape: IpPermissionsList, location_name: "InboundPermissionRevocations"))
|
1359
1580
|
UpdateFleetPortSettingsInput.struct_class = Types::UpdateFleetPortSettingsInput
|
@@ -1361,6 +1582,27 @@ module Aws::GameLift
|
|
1361
1582
|
UpdateFleetPortSettingsOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1362
1583
|
UpdateFleetPortSettingsOutput.struct_class = Types::UpdateFleetPortSettingsOutput
|
1363
1584
|
|
1585
|
+
UpdateGameServerGroupInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupNameOrArn, required: true, location_name: "GameServerGroupName"))
|
1586
|
+
UpdateGameServerGroupInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "RoleArn"))
|
1587
|
+
UpdateGameServerGroupInput.add_member(:instance_definitions, Shapes::ShapeRef.new(shape: InstanceDefinitions, location_name: "InstanceDefinitions"))
|
1588
|
+
UpdateGameServerGroupInput.add_member(:game_server_protection_policy, Shapes::ShapeRef.new(shape: GameServerProtectionPolicy, location_name: "GameServerProtectionPolicy"))
|
1589
|
+
UpdateGameServerGroupInput.add_member(:balancing_strategy, Shapes::ShapeRef.new(shape: BalancingStrategy, location_name: "BalancingStrategy"))
|
1590
|
+
UpdateGameServerGroupInput.struct_class = Types::UpdateGameServerGroupInput
|
1591
|
+
|
1592
|
+
UpdateGameServerGroupOutput.add_member(:game_server_group, Shapes::ShapeRef.new(shape: GameServerGroup, location_name: "GameServerGroup"))
|
1593
|
+
UpdateGameServerGroupOutput.struct_class = Types::UpdateGameServerGroupOutput
|
1594
|
+
|
1595
|
+
UpdateGameServerInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupNameOrArn, required: true, location_name: "GameServerGroupName"))
|
1596
|
+
UpdateGameServerInput.add_member(:game_server_id, Shapes::ShapeRef.new(shape: GameServerId, required: true, location_name: "GameServerId"))
|
1597
|
+
UpdateGameServerInput.add_member(:game_server_data, Shapes::ShapeRef.new(shape: GameServerData, location_name: "GameServerData"))
|
1598
|
+
UpdateGameServerInput.add_member(:custom_sort_key, Shapes::ShapeRef.new(shape: GameServerSortKey, location_name: "CustomSortKey"))
|
1599
|
+
UpdateGameServerInput.add_member(:utilization_status, Shapes::ShapeRef.new(shape: GameServerUtilizationStatus, location_name: "UtilizationStatus"))
|
1600
|
+
UpdateGameServerInput.add_member(:health_check, Shapes::ShapeRef.new(shape: GameServerHealthCheck, location_name: "HealthCheck"))
|
1601
|
+
UpdateGameServerInput.struct_class = Types::UpdateGameServerInput
|
1602
|
+
|
1603
|
+
UpdateGameServerOutput.add_member(:game_server, Shapes::ShapeRef.new(shape: GameServer, location_name: "GameServer"))
|
1604
|
+
UpdateGameServerOutput.struct_class = Types::UpdateGameServerOutput
|
1605
|
+
|
1364
1606
|
UpdateGameSessionInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, required: true, location_name: "GameSessionId"))
|
1365
1607
|
UpdateGameSessionInput.add_member(:maximum_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MaximumPlayerSessionCount"))
|
1366
1608
|
UpdateGameSessionInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
|
@@ -1371,7 +1613,7 @@ module Aws::GameLift
|
|
1371
1613
|
UpdateGameSessionOutput.add_member(:game_session, Shapes::ShapeRef.new(shape: GameSession, location_name: "GameSession"))
|
1372
1614
|
UpdateGameSessionOutput.struct_class = Types::UpdateGameSessionOutput
|
1373
1615
|
|
1374
|
-
UpdateGameSessionQueueInput.add_member(:name, Shapes::ShapeRef.new(shape:
|
1616
|
+
UpdateGameSessionQueueInput.add_member(:name, Shapes::ShapeRef.new(shape: GameSessionQueueNameOrArn, required: true, location_name: "Name"))
|
1375
1617
|
UpdateGameSessionQueueInput.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TimeoutInSeconds"))
|
1376
1618
|
UpdateGameSessionQueueInput.add_member(:player_latency_policies, Shapes::ShapeRef.new(shape: PlayerLatencyPolicyList, location_name: "PlayerLatencyPolicies"))
|
1377
1619
|
UpdateGameSessionQueueInput.add_member(:destinations, Shapes::ShapeRef.new(shape: GameSessionQueueDestinationList, location_name: "Destinations"))
|
@@ -1398,14 +1640,14 @@ module Aws::GameLift
|
|
1398
1640
|
UpdateMatchmakingConfigurationOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: MatchmakingConfiguration, location_name: "Configuration"))
|
1399
1641
|
UpdateMatchmakingConfigurationOutput.struct_class = Types::UpdateMatchmakingConfigurationOutput
|
1400
1642
|
|
1401
|
-
UpdateRuntimeConfigurationInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
1643
|
+
UpdateRuntimeConfigurationInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
1402
1644
|
UpdateRuntimeConfigurationInput.add_member(:runtime_configuration, Shapes::ShapeRef.new(shape: RuntimeConfiguration, required: true, location_name: "RuntimeConfiguration"))
|
1403
1645
|
UpdateRuntimeConfigurationInput.struct_class = Types::UpdateRuntimeConfigurationInput
|
1404
1646
|
|
1405
1647
|
UpdateRuntimeConfigurationOutput.add_member(:runtime_configuration, Shapes::ShapeRef.new(shape: RuntimeConfiguration, location_name: "RuntimeConfiguration"))
|
1406
1648
|
UpdateRuntimeConfigurationOutput.struct_class = Types::UpdateRuntimeConfigurationOutput
|
1407
1649
|
|
1408
|
-
UpdateScriptInput.add_member(:script_id, Shapes::ShapeRef.new(shape:
|
1650
|
+
UpdateScriptInput.add_member(:script_id, Shapes::ShapeRef.new(shape: ScriptIdOrArn, required: true, location_name: "ScriptId"))
|
1409
1651
|
UpdateScriptInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
|
1410
1652
|
UpdateScriptInput.add_member(:version, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Version"))
|
1411
1653
|
UpdateScriptInput.add_member(:storage_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "StorageLocation"))
|
@@ -1431,7 +1673,7 @@ module Aws::GameLift
|
|
1431
1673
|
VpcPeeringAuthorizationList.member = Shapes::ShapeRef.new(shape: VpcPeeringAuthorization)
|
1432
1674
|
|
1433
1675
|
VpcPeeringConnection.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1434
|
-
VpcPeeringConnection.add_member(:fleet_arn, Shapes::ShapeRef.new(shape:
|
1676
|
+
VpcPeeringConnection.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
1435
1677
|
VpcPeeringConnection.add_member(:ip_v4_cidr_block, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "IpV4CidrBlock"))
|
1436
1678
|
VpcPeeringConnection.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "VpcPeeringConnectionId"))
|
1437
1679
|
VpcPeeringConnection.add_member(:status, Shapes::ShapeRef.new(shape: VpcPeeringConnectionStatus, location_name: "Status"))
|
@@ -1445,6 +1687,8 @@ module Aws::GameLift
|
|
1445
1687
|
VpcPeeringConnectionStatus.add_member(:message, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Message"))
|
1446
1688
|
VpcPeeringConnectionStatus.struct_class = Types::VpcPeeringConnectionStatus
|
1447
1689
|
|
1690
|
+
VpcSubnets.member = Shapes::ShapeRef.new(shape: VpcSubnet)
|
1691
|
+
|
1448
1692
|
|
1449
1693
|
# @api private
|
1450
1694
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -1475,6 +1719,20 @@ module Aws::GameLift
|
|
1475
1719
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
1476
1720
|
end)
|
1477
1721
|
|
1722
|
+
api.add_operation(:claim_game_server, Seahorse::Model::Operation.new.tap do |o|
|
1723
|
+
o.name = "ClaimGameServer"
|
1724
|
+
o.http_method = "POST"
|
1725
|
+
o.http_request_uri = "/"
|
1726
|
+
o.input = Shapes::ShapeRef.new(shape: ClaimGameServerInput)
|
1727
|
+
o.output = Shapes::ShapeRef.new(shape: ClaimGameServerOutput)
|
1728
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1729
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1730
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1731
|
+
o.errors << Shapes::ShapeRef.new(shape: OutOfCapacityException)
|
1732
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1733
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1734
|
+
end)
|
1735
|
+
|
1478
1736
|
api.add_operation(:create_alias, Seahorse::Model::Operation.new.tap do |o|
|
1479
1737
|
o.name = "CreateAlias"
|
1480
1738
|
o.http_method = "POST"
|
@@ -1517,6 +1775,19 @@ module Aws::GameLift
|
|
1517
1775
|
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1518
1776
|
end)
|
1519
1777
|
|
1778
|
+
api.add_operation(:create_game_server_group, Seahorse::Model::Operation.new.tap do |o|
|
1779
|
+
o.name = "CreateGameServerGroup"
|
1780
|
+
o.http_method = "POST"
|
1781
|
+
o.http_request_uri = "/"
|
1782
|
+
o.input = Shapes::ShapeRef.new(shape: CreateGameServerGroupInput)
|
1783
|
+
o.output = Shapes::ShapeRef.new(shape: CreateGameServerGroupOutput)
|
1784
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1785
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1786
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1787
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1788
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1789
|
+
end)
|
1790
|
+
|
1520
1791
|
api.add_operation(:create_game_session, Seahorse::Model::Operation.new.tap do |o|
|
1521
1792
|
o.name = "CreateGameSession"
|
1522
1793
|
o.http_method = "POST"
|
@@ -1681,6 +1952,18 @@ module Aws::GameLift
|
|
1681
1952
|
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1682
1953
|
end)
|
1683
1954
|
|
1955
|
+
api.add_operation(:delete_game_server_group, Seahorse::Model::Operation.new.tap do |o|
|
1956
|
+
o.name = "DeleteGameServerGroup"
|
1957
|
+
o.http_method = "POST"
|
1958
|
+
o.http_request_uri = "/"
|
1959
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteGameServerGroupInput)
|
1960
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteGameServerGroupOutput)
|
1961
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1962
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1963
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1964
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1965
|
+
end)
|
1966
|
+
|
1684
1967
|
api.add_operation(:delete_game_session_queue, Seahorse::Model::Operation.new.tap do |o|
|
1685
1968
|
o.name = "DeleteGameSessionQueue"
|
1686
1969
|
o.http_method = "POST"
|
@@ -1769,6 +2052,18 @@ module Aws::GameLift
|
|
1769
2052
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1770
2053
|
end)
|
1771
2054
|
|
2055
|
+
api.add_operation(:deregister_game_server, Seahorse::Model::Operation.new.tap do |o|
|
2056
|
+
o.name = "DeregisterGameServer"
|
2057
|
+
o.http_method = "POST"
|
2058
|
+
o.http_request_uri = "/"
|
2059
|
+
o.input = Shapes::ShapeRef.new(shape: DeregisterGameServerInput)
|
2060
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2061
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2062
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2063
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2064
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2065
|
+
end)
|
2066
|
+
|
1772
2067
|
api.add_operation(:describe_alias, Seahorse::Model::Operation.new.tap do |o|
|
1773
2068
|
o.name = "DescribeAlias"
|
1774
2069
|
o.http_method = "POST"
|
@@ -1864,6 +2159,30 @@ module Aws::GameLift
|
|
1864
2159
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1865
2160
|
end)
|
1866
2161
|
|
2162
|
+
api.add_operation(:describe_game_server, Seahorse::Model::Operation.new.tap do |o|
|
2163
|
+
o.name = "DescribeGameServer"
|
2164
|
+
o.http_method = "POST"
|
2165
|
+
o.http_request_uri = "/"
|
2166
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeGameServerInput)
|
2167
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeGameServerOutput)
|
2168
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2169
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2170
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2171
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2172
|
+
end)
|
2173
|
+
|
2174
|
+
api.add_operation(:describe_game_server_group, Seahorse::Model::Operation.new.tap do |o|
|
2175
|
+
o.name = "DescribeGameServerGroup"
|
2176
|
+
o.http_method = "POST"
|
2177
|
+
o.http_request_uri = "/"
|
2178
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeGameServerGroupInput)
|
2179
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeGameServerGroupOutput)
|
2180
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2181
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2182
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2183
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2184
|
+
end)
|
2185
|
+
|
1867
2186
|
api.add_operation(:describe_game_session_details, Seahorse::Model::Operation.new.tap do |o|
|
1868
2187
|
o.name = "DescribeGameSessionDetails"
|
1869
2188
|
o.http_method = "POST"
|
@@ -2089,6 +2408,28 @@ module Aws::GameLift
|
|
2089
2408
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2090
2409
|
end)
|
2091
2410
|
|
2411
|
+
api.add_operation(:list_game_server_groups, Seahorse::Model::Operation.new.tap do |o|
|
2412
|
+
o.name = "ListGameServerGroups"
|
2413
|
+
o.http_method = "POST"
|
2414
|
+
o.http_request_uri = "/"
|
2415
|
+
o.input = Shapes::ShapeRef.new(shape: ListGameServerGroupsInput)
|
2416
|
+
o.output = Shapes::ShapeRef.new(shape: ListGameServerGroupsOutput)
|
2417
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2418
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2419
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2420
|
+
end)
|
2421
|
+
|
2422
|
+
api.add_operation(:list_game_servers, Seahorse::Model::Operation.new.tap do |o|
|
2423
|
+
o.name = "ListGameServers"
|
2424
|
+
o.http_method = "POST"
|
2425
|
+
o.http_request_uri = "/"
|
2426
|
+
o.input = Shapes::ShapeRef.new(shape: ListGameServersInput)
|
2427
|
+
o.output = Shapes::ShapeRef.new(shape: ListGameServersOutput)
|
2428
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2429
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2430
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2431
|
+
end)
|
2432
|
+
|
2092
2433
|
api.add_operation(:list_scripts, Seahorse::Model::Operation.new.tap do |o|
|
2093
2434
|
o.name = "ListScripts"
|
2094
2435
|
o.http_method = "POST"
|
@@ -2124,6 +2465,19 @@ module Aws::GameLift
|
|
2124
2465
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2125
2466
|
end)
|
2126
2467
|
|
2468
|
+
api.add_operation(:register_game_server, Seahorse::Model::Operation.new.tap do |o|
|
2469
|
+
o.name = "RegisterGameServer"
|
2470
|
+
o.http_method = "POST"
|
2471
|
+
o.http_request_uri = "/"
|
2472
|
+
o.input = Shapes::ShapeRef.new(shape: RegisterGameServerInput)
|
2473
|
+
o.output = Shapes::ShapeRef.new(shape: RegisterGameServerOutput)
|
2474
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2475
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2476
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2477
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2478
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2479
|
+
end)
|
2480
|
+
|
2127
2481
|
api.add_operation(:request_upload_credentials, Seahorse::Model::Operation.new.tap do |o|
|
2128
2482
|
o.name = "RequestUploadCredentials"
|
2129
2483
|
o.http_method = "POST"
|
@@ -2149,6 +2503,18 @@ module Aws::GameLift
|
|
2149
2503
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2150
2504
|
end)
|
2151
2505
|
|
2506
|
+
api.add_operation(:resume_game_server_group, Seahorse::Model::Operation.new.tap do |o|
|
2507
|
+
o.name = "ResumeGameServerGroup"
|
2508
|
+
o.http_method = "POST"
|
2509
|
+
o.http_request_uri = "/"
|
2510
|
+
o.input = Shapes::ShapeRef.new(shape: ResumeGameServerGroupInput)
|
2511
|
+
o.output = Shapes::ShapeRef.new(shape: ResumeGameServerGroupOutput)
|
2512
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2513
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2514
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2515
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2516
|
+
end)
|
2517
|
+
|
2152
2518
|
api.add_operation(:search_game_sessions, Seahorse::Model::Operation.new.tap do |o|
|
2153
2519
|
o.name = "SearchGameSessions"
|
2154
2520
|
o.http_method = "POST"
|
@@ -2246,6 +2612,18 @@ module Aws::GameLift
|
|
2246
2612
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
2247
2613
|
end)
|
2248
2614
|
|
2615
|
+
api.add_operation(:suspend_game_server_group, Seahorse::Model::Operation.new.tap do |o|
|
2616
|
+
o.name = "SuspendGameServerGroup"
|
2617
|
+
o.http_method = "POST"
|
2618
|
+
o.http_request_uri = "/"
|
2619
|
+
o.input = Shapes::ShapeRef.new(shape: SuspendGameServerGroupInput)
|
2620
|
+
o.output = Shapes::ShapeRef.new(shape: SuspendGameServerGroupOutput)
|
2621
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2622
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2623
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2624
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2625
|
+
end)
|
2626
|
+
|
2249
2627
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
2250
2628
|
o.name = "TagResource"
|
2251
2629
|
o.http_method = "POST"
|
@@ -2339,6 +2717,30 @@ module Aws::GameLift
|
|
2339
2717
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2340
2718
|
end)
|
2341
2719
|
|
2720
|
+
api.add_operation(:update_game_server, Seahorse::Model::Operation.new.tap do |o|
|
2721
|
+
o.name = "UpdateGameServer"
|
2722
|
+
o.http_method = "POST"
|
2723
|
+
o.http_request_uri = "/"
|
2724
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateGameServerInput)
|
2725
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateGameServerOutput)
|
2726
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2727
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2728
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2729
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2730
|
+
end)
|
2731
|
+
|
2732
|
+
api.add_operation(:update_game_server_group, Seahorse::Model::Operation.new.tap do |o|
|
2733
|
+
o.name = "UpdateGameServerGroup"
|
2734
|
+
o.http_method = "POST"
|
2735
|
+
o.http_request_uri = "/"
|
2736
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateGameServerGroupInput)
|
2737
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateGameServerGroupOutput)
|
2738
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2739
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2740
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2741
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2742
|
+
end)
|
2743
|
+
|
2342
2744
|
api.add_operation(:update_game_session, Seahorse::Model::Operation.new.tap do |o|
|
2343
2745
|
o.name = "UpdateGameSession"
|
2344
2746
|
o.http_method = "POST"
|