aws-sdk-gamelift 1.26.0 → 1.31.0
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 +2752 -1015
- data/lib/aws-sdk-gamelift/client_api.rb +582 -60
- data/lib/aws-sdk-gamelift/errors.rb +66 -12
- data/lib/aws-sdk-gamelift/resource.rb +1 -0
- data/lib/aws-sdk-gamelift/types.rb +2851 -1074
- metadata +3 -3
@@ -15,19 +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')
|
22
|
+
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
20
23
|
ArnStringModel = Shapes::StringShape.new(name: 'ArnStringModel')
|
21
24
|
AttributeValue = Shapes::StructureShape.new(name: 'AttributeValue')
|
25
|
+
AutoScalingGroupArn = Shapes::StringShape.new(name: 'AutoScalingGroupArn')
|
22
26
|
AwsCredentials = Shapes::StructureShape.new(name: 'AwsCredentials')
|
23
27
|
BackfillMode = Shapes::StringShape.new(name: 'BackfillMode')
|
28
|
+
BalancingStrategy = Shapes::StringShape.new(name: 'BalancingStrategy')
|
24
29
|
BooleanModel = Shapes::BooleanShape.new(name: 'BooleanModel')
|
25
30
|
Build = Shapes::StructureShape.new(name: 'Build')
|
31
|
+
BuildArn = Shapes::StringShape.new(name: 'BuildArn')
|
26
32
|
BuildId = Shapes::StringShape.new(name: 'BuildId')
|
33
|
+
BuildIdOrArn = Shapes::StringShape.new(name: 'BuildIdOrArn')
|
27
34
|
BuildList = Shapes::ListShape.new(name: 'BuildList')
|
28
35
|
BuildStatus = Shapes::StringShape.new(name: 'BuildStatus')
|
29
36
|
CertificateConfiguration = Shapes::StructureShape.new(name: 'CertificateConfiguration')
|
30
37
|
CertificateType = Shapes::StringShape.new(name: 'CertificateType')
|
38
|
+
ClaimGameServerInput = Shapes::StructureShape.new(name: 'ClaimGameServerInput')
|
39
|
+
ClaimGameServerOutput = Shapes::StructureShape.new(name: 'ClaimGameServerOutput')
|
31
40
|
ComparisonOperatorType = Shapes::StringShape.new(name: 'ComparisonOperatorType')
|
32
41
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
33
42
|
CreateAliasInput = Shapes::StructureShape.new(name: 'CreateAliasInput')
|
@@ -36,6 +45,8 @@ module Aws::GameLift
|
|
36
45
|
CreateBuildOutput = Shapes::StructureShape.new(name: 'CreateBuildOutput')
|
37
46
|
CreateFleetInput = Shapes::StructureShape.new(name: 'CreateFleetInput')
|
38
47
|
CreateFleetOutput = Shapes::StructureShape.new(name: 'CreateFleetOutput')
|
48
|
+
CreateGameServerGroupInput = Shapes::StructureShape.new(name: 'CreateGameServerGroupInput')
|
49
|
+
CreateGameServerGroupOutput = Shapes::StructureShape.new(name: 'CreateGameServerGroupOutput')
|
39
50
|
CreateGameSessionInput = Shapes::StructureShape.new(name: 'CreateGameSessionInput')
|
40
51
|
CreateGameSessionOutput = Shapes::StructureShape.new(name: 'CreateGameSessionOutput')
|
41
52
|
CreateGameSessionQueueInput = Shapes::StructureShape.new(name: 'CreateGameSessionQueueInput')
|
@@ -58,6 +69,8 @@ module Aws::GameLift
|
|
58
69
|
DeleteAliasInput = Shapes::StructureShape.new(name: 'DeleteAliasInput')
|
59
70
|
DeleteBuildInput = Shapes::StructureShape.new(name: 'DeleteBuildInput')
|
60
71
|
DeleteFleetInput = Shapes::StructureShape.new(name: 'DeleteFleetInput')
|
72
|
+
DeleteGameServerGroupInput = Shapes::StructureShape.new(name: 'DeleteGameServerGroupInput')
|
73
|
+
DeleteGameServerGroupOutput = Shapes::StructureShape.new(name: 'DeleteGameServerGroupOutput')
|
61
74
|
DeleteGameSessionQueueInput = Shapes::StructureShape.new(name: 'DeleteGameSessionQueueInput')
|
62
75
|
DeleteGameSessionQueueOutput = Shapes::StructureShape.new(name: 'DeleteGameSessionQueueOutput')
|
63
76
|
DeleteMatchmakingConfigurationInput = Shapes::StructureShape.new(name: 'DeleteMatchmakingConfigurationInput')
|
@@ -70,6 +83,7 @@ module Aws::GameLift
|
|
70
83
|
DeleteVpcPeeringAuthorizationOutput = Shapes::StructureShape.new(name: 'DeleteVpcPeeringAuthorizationOutput')
|
71
84
|
DeleteVpcPeeringConnectionInput = Shapes::StructureShape.new(name: 'DeleteVpcPeeringConnectionInput')
|
72
85
|
DeleteVpcPeeringConnectionOutput = Shapes::StructureShape.new(name: 'DeleteVpcPeeringConnectionOutput')
|
86
|
+
DeregisterGameServerInput = Shapes::StructureShape.new(name: 'DeregisterGameServerInput')
|
73
87
|
DescribeAliasInput = Shapes::StructureShape.new(name: 'DescribeAliasInput')
|
74
88
|
DescribeAliasOutput = Shapes::StructureShape.new(name: 'DescribeAliasOutput')
|
75
89
|
DescribeBuildInput = Shapes::StructureShape.new(name: 'DescribeBuildInput')
|
@@ -86,6 +100,10 @@ module Aws::GameLift
|
|
86
100
|
DescribeFleetPortSettingsOutput = Shapes::StructureShape.new(name: 'DescribeFleetPortSettingsOutput')
|
87
101
|
DescribeFleetUtilizationInput = Shapes::StructureShape.new(name: 'DescribeFleetUtilizationInput')
|
88
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')
|
89
107
|
DescribeGameSessionDetailsInput = Shapes::StructureShape.new(name: 'DescribeGameSessionDetailsInput')
|
90
108
|
DescribeGameSessionDetailsOutput = Shapes::StructureShape.new(name: 'DescribeGameSessionDetailsOutput')
|
91
109
|
DescribeGameSessionPlacementInput = Shapes::StructureShape.new(name: 'DescribeGameSessionPlacementInput')
|
@@ -128,6 +146,7 @@ module Aws::GameLift
|
|
128
146
|
EventList = Shapes::ListShape.new(name: 'EventList')
|
129
147
|
FleetAction = Shapes::StringShape.new(name: 'FleetAction')
|
130
148
|
FleetActionList = Shapes::ListShape.new(name: 'FleetActionList')
|
149
|
+
FleetArn = Shapes::StringShape.new(name: 'FleetArn')
|
131
150
|
FleetAttributes = Shapes::StructureShape.new(name: 'FleetAttributes')
|
132
151
|
FleetAttributesList = Shapes::ListShape.new(name: 'FleetAttributesList')
|
133
152
|
FleetCapacity = Shapes::StructureShape.new(name: 'FleetCapacity')
|
@@ -135,6 +154,8 @@ module Aws::GameLift
|
|
135
154
|
FleetCapacityList = Shapes::ListShape.new(name: 'FleetCapacityList')
|
136
155
|
FleetId = Shapes::StringShape.new(name: 'FleetId')
|
137
156
|
FleetIdList = Shapes::ListShape.new(name: 'FleetIdList')
|
157
|
+
FleetIdOrArn = Shapes::StringShape.new(name: 'FleetIdOrArn')
|
158
|
+
FleetIdOrArnList = Shapes::ListShape.new(name: 'FleetIdOrArnList')
|
138
159
|
FleetStatus = Shapes::StringShape.new(name: 'FleetStatus')
|
139
160
|
FleetType = Shapes::StringShape.new(name: 'FleetType')
|
140
161
|
FleetUtilization = Shapes::StructureShape.new(name: 'FleetUtilization')
|
@@ -145,6 +166,28 @@ module Aws::GameLift
|
|
145
166
|
GamePropertyKey = Shapes::StringShape.new(name: 'GamePropertyKey')
|
146
167
|
GamePropertyList = Shapes::ListShape.new(name: 'GamePropertyList')
|
147
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')
|
148
191
|
GameSession = Shapes::StructureShape.new(name: 'GameSession')
|
149
192
|
GameSessionActivationTimeoutSeconds = Shapes::IntegerShape.new(name: 'GameSessionActivationTimeoutSeconds')
|
150
193
|
GameSessionConnectionInfo = Shapes::StructureShape.new(name: 'GameSessionConnectionInfo')
|
@@ -156,22 +199,27 @@ module Aws::GameLift
|
|
156
199
|
GameSessionPlacement = Shapes::StructureShape.new(name: 'GameSessionPlacement')
|
157
200
|
GameSessionPlacementState = Shapes::StringShape.new(name: 'GameSessionPlacementState')
|
158
201
|
GameSessionQueue = Shapes::StructureShape.new(name: 'GameSessionQueue')
|
202
|
+
GameSessionQueueArn = Shapes::StringShape.new(name: 'GameSessionQueueArn')
|
159
203
|
GameSessionQueueDestination = Shapes::StructureShape.new(name: 'GameSessionQueueDestination')
|
160
204
|
GameSessionQueueDestinationList = Shapes::ListShape.new(name: 'GameSessionQueueDestinationList')
|
161
205
|
GameSessionQueueList = Shapes::ListShape.new(name: 'GameSessionQueueList')
|
162
206
|
GameSessionQueueName = Shapes::StringShape.new(name: 'GameSessionQueueName')
|
163
|
-
|
207
|
+
GameSessionQueueNameOrArn = Shapes::StringShape.new(name: 'GameSessionQueueNameOrArn')
|
208
|
+
GameSessionQueueNameOrArnList = Shapes::ListShape.new(name: 'GameSessionQueueNameOrArnList')
|
164
209
|
GameSessionStatus = Shapes::StringShape.new(name: 'GameSessionStatus')
|
165
210
|
GameSessionStatusReason = Shapes::StringShape.new(name: 'GameSessionStatusReason')
|
166
211
|
GetGameSessionLogUrlInput = Shapes::StructureShape.new(name: 'GetGameSessionLogUrlInput')
|
167
212
|
GetGameSessionLogUrlOutput = Shapes::StructureShape.new(name: 'GetGameSessionLogUrlOutput')
|
168
213
|
GetInstanceAccessInput = Shapes::StructureShape.new(name: 'GetInstanceAccessInput')
|
169
214
|
GetInstanceAccessOutput = Shapes::StructureShape.new(name: 'GetInstanceAccessOutput')
|
215
|
+
IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
|
170
216
|
IdStringModel = Shapes::StringShape.new(name: 'IdStringModel')
|
171
217
|
IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
|
172
218
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
173
219
|
InstanceAccess = Shapes::StructureShape.new(name: 'InstanceAccess')
|
174
220
|
InstanceCredentials = Shapes::StructureShape.new(name: 'InstanceCredentials')
|
221
|
+
InstanceDefinition = Shapes::StructureShape.new(name: 'InstanceDefinition')
|
222
|
+
InstanceDefinitions = Shapes::ListShape.new(name: 'InstanceDefinitions')
|
175
223
|
InstanceId = Shapes::StringShape.new(name: 'InstanceId')
|
176
224
|
InstanceList = Shapes::ListShape.new(name: 'InstanceList')
|
177
225
|
InstanceStatus = Shapes::StringShape.new(name: 'InstanceStatus')
|
@@ -185,6 +233,10 @@ module Aws::GameLift
|
|
185
233
|
IpPermissionsList = Shapes::ListShape.new(name: 'IpPermissionsList')
|
186
234
|
IpProtocol = Shapes::StringShape.new(name: 'IpProtocol')
|
187
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')
|
188
240
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
189
241
|
ListAliasesInput = Shapes::StructureShape.new(name: 'ListAliasesInput')
|
190
242
|
ListAliasesOutput = Shapes::StructureShape.new(name: 'ListAliasesOutput')
|
@@ -192,20 +244,31 @@ module Aws::GameLift
|
|
192
244
|
ListBuildsOutput = Shapes::StructureShape.new(name: 'ListBuildsOutput')
|
193
245
|
ListFleetsInput = Shapes::StructureShape.new(name: 'ListFleetsInput')
|
194
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')
|
195
251
|
ListScriptsInput = Shapes::StructureShape.new(name: 'ListScriptsInput')
|
196
252
|
ListScriptsOutput = Shapes::StructureShape.new(name: 'ListScriptsOutput')
|
253
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
254
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
197
255
|
MatchedPlayerSession = Shapes::StructureShape.new(name: 'MatchedPlayerSession')
|
198
256
|
MatchedPlayerSessionList = Shapes::ListShape.new(name: 'MatchedPlayerSessionList')
|
199
257
|
MatchmakerData = Shapes::StringShape.new(name: 'MatchmakerData')
|
200
258
|
MatchmakingAcceptanceTimeoutInteger = Shapes::IntegerShape.new(name: 'MatchmakingAcceptanceTimeoutInteger')
|
201
259
|
MatchmakingConfiguration = Shapes::StructureShape.new(name: 'MatchmakingConfiguration')
|
260
|
+
MatchmakingConfigurationArn = Shapes::StringShape.new(name: 'MatchmakingConfigurationArn')
|
202
261
|
MatchmakingConfigurationList = Shapes::ListShape.new(name: 'MatchmakingConfigurationList')
|
262
|
+
MatchmakingConfigurationName = Shapes::StringShape.new(name: 'MatchmakingConfigurationName')
|
263
|
+
MatchmakingConfigurationNameList = Shapes::ListShape.new(name: 'MatchmakingConfigurationNameList')
|
203
264
|
MatchmakingConfigurationStatus = Shapes::StringShape.new(name: 'MatchmakingConfigurationStatus')
|
204
265
|
MatchmakingIdList = Shapes::ListShape.new(name: 'MatchmakingIdList')
|
205
266
|
MatchmakingIdStringModel = Shapes::StringShape.new(name: 'MatchmakingIdStringModel')
|
206
267
|
MatchmakingRequestTimeoutInteger = Shapes::IntegerShape.new(name: 'MatchmakingRequestTimeoutInteger')
|
207
268
|
MatchmakingRuleSet = Shapes::StructureShape.new(name: 'MatchmakingRuleSet')
|
269
|
+
MatchmakingRuleSetArn = Shapes::StringShape.new(name: 'MatchmakingRuleSetArn')
|
208
270
|
MatchmakingRuleSetList = Shapes::ListShape.new(name: 'MatchmakingRuleSetList')
|
271
|
+
MatchmakingRuleSetName = Shapes::StringShape.new(name: 'MatchmakingRuleSetName')
|
209
272
|
MatchmakingRuleSetNameList = Shapes::ListShape.new(name: 'MatchmakingRuleSetNameList')
|
210
273
|
MatchmakingTicket = Shapes::StructureShape.new(name: 'MatchmakingTicket')
|
211
274
|
MatchmakingTicketList = Shapes::ListShape.new(name: 'MatchmakingTicketList')
|
@@ -216,9 +279,11 @@ module Aws::GameLift
|
|
216
279
|
NonBlankAndLengthConstraintString = Shapes::StringShape.new(name: 'NonBlankAndLengthConstraintString')
|
217
280
|
NonBlankString = Shapes::StringShape.new(name: 'NonBlankString')
|
218
281
|
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
282
|
+
NonNegativeDouble = Shapes::FloatShape.new(name: 'NonNegativeDouble')
|
219
283
|
NonZeroAndMaxString = Shapes::StringShape.new(name: 'NonZeroAndMaxString')
|
220
284
|
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
221
285
|
OperatingSystem = Shapes::StringShape.new(name: 'OperatingSystem')
|
286
|
+
OutOfCapacityException = Shapes::StructureShape.new(name: 'OutOfCapacityException')
|
222
287
|
PlacedPlayerSession = Shapes::StructureShape.new(name: 'PlacedPlayerSession')
|
223
288
|
PlacedPlayerSessionList = Shapes::ListShape.new(name: 'PlacedPlayerSessionList')
|
224
289
|
Player = Shapes::StructureShape.new(name: 'Player')
|
@@ -244,11 +309,15 @@ module Aws::GameLift
|
|
244
309
|
PutScalingPolicyInput = Shapes::StructureShape.new(name: 'PutScalingPolicyInput')
|
245
310
|
PutScalingPolicyOutput = Shapes::StructureShape.new(name: 'PutScalingPolicyOutput')
|
246
311
|
QueueArnsList = Shapes::ListShape.new(name: 'QueueArnsList')
|
312
|
+
RegisterGameServerInput = Shapes::StructureShape.new(name: 'RegisterGameServerInput')
|
313
|
+
RegisterGameServerOutput = Shapes::StructureShape.new(name: 'RegisterGameServerOutput')
|
247
314
|
RequestUploadCredentialsInput = Shapes::StructureShape.new(name: 'RequestUploadCredentialsInput')
|
248
315
|
RequestUploadCredentialsOutput = Shapes::StructureShape.new(name: 'RequestUploadCredentialsOutput')
|
249
316
|
ResolveAliasInput = Shapes::StructureShape.new(name: 'ResolveAliasInput')
|
250
317
|
ResolveAliasOutput = Shapes::StructureShape.new(name: 'ResolveAliasOutput')
|
251
318
|
ResourceCreationLimitPolicy = Shapes::StructureShape.new(name: 'ResourceCreationLimitPolicy')
|
319
|
+
ResumeGameServerGroupInput = Shapes::StructureShape.new(name: 'ResumeGameServerGroupInput')
|
320
|
+
ResumeGameServerGroupOutput = Shapes::StructureShape.new(name: 'ResumeGameServerGroupOutput')
|
252
321
|
RoutingStrategy = Shapes::StructureShape.new(name: 'RoutingStrategy')
|
253
322
|
RoutingStrategyType = Shapes::StringShape.new(name: 'RoutingStrategyType')
|
254
323
|
RuleSetBody = Shapes::StringShape.new(name: 'RuleSetBody')
|
@@ -260,13 +329,16 @@ module Aws::GameLift
|
|
260
329
|
ScalingPolicyList = Shapes::ListShape.new(name: 'ScalingPolicyList')
|
261
330
|
ScalingStatusType = Shapes::StringShape.new(name: 'ScalingStatusType')
|
262
331
|
Script = Shapes::StructureShape.new(name: 'Script')
|
332
|
+
ScriptArn = Shapes::StringShape.new(name: 'ScriptArn')
|
263
333
|
ScriptId = Shapes::StringShape.new(name: 'ScriptId')
|
334
|
+
ScriptIdOrArn = Shapes::StringShape.new(name: 'ScriptIdOrArn')
|
264
335
|
ScriptList = Shapes::ListShape.new(name: 'ScriptList')
|
265
336
|
SearchGameSessionsInput = Shapes::StructureShape.new(name: 'SearchGameSessionsInput')
|
266
337
|
SearchGameSessionsOutput = Shapes::StructureShape.new(name: 'SearchGameSessionsOutput')
|
267
338
|
ServerProcess = Shapes::StructureShape.new(name: 'ServerProcess')
|
268
339
|
ServerProcessList = Shapes::ListShape.new(name: 'ServerProcessList')
|
269
340
|
SnsArnStringModel = Shapes::StringShape.new(name: 'SnsArnStringModel')
|
341
|
+
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
270
342
|
StartFleetActionsInput = Shapes::StructureShape.new(name: 'StartFleetActionsInput')
|
271
343
|
StartFleetActionsOutput = Shapes::StructureShape.new(name: 'StartFleetActionsOutput')
|
272
344
|
StartGameSessionPlacementInput = Shapes::StructureShape.new(name: 'StartGameSessionPlacementInput')
|
@@ -284,11 +356,24 @@ module Aws::GameLift
|
|
284
356
|
StringDoubleMap = Shapes::MapShape.new(name: 'StringDoubleMap')
|
285
357
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
286
358
|
StringModel = Shapes::StringShape.new(name: 'StringModel')
|
359
|
+
SuspendGameServerGroupInput = Shapes::StructureShape.new(name: 'SuspendGameServerGroupInput')
|
360
|
+
SuspendGameServerGroupOutput = Shapes::StructureShape.new(name: 'SuspendGameServerGroupOutput')
|
361
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
362
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
363
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
364
|
+
TagList = Shapes::ListShape.new(name: 'TagList')
|
365
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
366
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
367
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
368
|
+
TaggingFailedException = Shapes::StructureShape.new(name: 'TaggingFailedException')
|
287
369
|
TargetConfiguration = Shapes::StructureShape.new(name: 'TargetConfiguration')
|
370
|
+
TargetTrackingConfiguration = Shapes::StructureShape.new(name: 'TargetTrackingConfiguration')
|
288
371
|
TerminalRoutingStrategyException = Shapes::StructureShape.new(name: 'TerminalRoutingStrategyException')
|
289
372
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
290
373
|
UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
|
291
374
|
UnsupportedRegionException = Shapes::StructureShape.new(name: 'UnsupportedRegionException')
|
375
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
376
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
292
377
|
UpdateAliasInput = Shapes::StructureShape.new(name: 'UpdateAliasInput')
|
293
378
|
UpdateAliasOutput = Shapes::StructureShape.new(name: 'UpdateAliasOutput')
|
294
379
|
UpdateBuildInput = Shapes::StructureShape.new(name: 'UpdateBuildInput')
|
@@ -299,6 +384,10 @@ module Aws::GameLift
|
|
299
384
|
UpdateFleetCapacityOutput = Shapes::StructureShape.new(name: 'UpdateFleetCapacityOutput')
|
300
385
|
UpdateFleetPortSettingsInput = Shapes::StructureShape.new(name: 'UpdateFleetPortSettingsInput')
|
301
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')
|
302
391
|
UpdateGameSessionInput = Shapes::StructureShape.new(name: 'UpdateGameSessionInput')
|
303
392
|
UpdateGameSessionOutput = Shapes::StructureShape.new(name: 'UpdateGameSessionOutput')
|
304
393
|
UpdateGameSessionQueueInput = Shapes::StructureShape.new(name: 'UpdateGameSessionQueueInput')
|
@@ -316,6 +405,9 @@ module Aws::GameLift
|
|
316
405
|
VpcPeeringConnection = Shapes::StructureShape.new(name: 'VpcPeeringConnection')
|
317
406
|
VpcPeeringConnectionList = Shapes::ListShape.new(name: 'VpcPeeringConnectionList')
|
318
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')
|
319
411
|
WholeNumber = Shapes::IntegerShape.new(name: 'WholeNumber')
|
320
412
|
ZipBlob = Shapes::BlobShape.new(name: 'ZipBlob')
|
321
413
|
|
@@ -328,7 +420,7 @@ module Aws::GameLift
|
|
328
420
|
|
329
421
|
Alias.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasId, location_name: "AliasId"))
|
330
422
|
Alias.add_member(:name, Shapes::ShapeRef.new(shape: NonBlankAndLengthConstraintString, location_name: "Name"))
|
331
|
-
Alias.add_member(:alias_arn, Shapes::ShapeRef.new(shape:
|
423
|
+
Alias.add_member(:alias_arn, Shapes::ShapeRef.new(shape: AliasArn, location_name: "AliasArn"))
|
332
424
|
Alias.add_member(:description, Shapes::ShapeRef.new(shape: FreeText, location_name: "Description"))
|
333
425
|
Alias.add_member(:routing_strategy, Shapes::ShapeRef.new(shape: RoutingStrategy, location_name: "RoutingStrategy"))
|
334
426
|
Alias.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
@@ -349,6 +441,7 @@ module Aws::GameLift
|
|
349
441
|
AwsCredentials.struct_class = Types::AwsCredentials
|
350
442
|
|
351
443
|
Build.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildId, location_name: "BuildId"))
|
444
|
+
Build.add_member(:build_arn, Shapes::ShapeRef.new(shape: BuildArn, location_name: "BuildArn"))
|
352
445
|
Build.add_member(:name, Shapes::ShapeRef.new(shape: FreeText, location_name: "Name"))
|
353
446
|
Build.add_member(:version, Shapes::ShapeRef.new(shape: FreeText, location_name: "Version"))
|
354
447
|
Build.add_member(:status, Shapes::ShapeRef.new(shape: BuildStatus, location_name: "Status"))
|
@@ -362,12 +455,21 @@ module Aws::GameLift
|
|
362
455
|
CertificateConfiguration.add_member(:certificate_type, Shapes::ShapeRef.new(shape: CertificateType, required: true, location_name: "CertificateType"))
|
363
456
|
CertificateConfiguration.struct_class = Types::CertificateConfiguration
|
364
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
|
+
|
365
466
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
366
467
|
ConflictException.struct_class = Types::ConflictException
|
367
468
|
|
368
469
|
CreateAliasInput.add_member(:name, Shapes::ShapeRef.new(shape: NonBlankAndLengthConstraintString, required: true, location_name: "Name"))
|
369
470
|
CreateAliasInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
|
370
471
|
CreateAliasInput.add_member(:routing_strategy, Shapes::ShapeRef.new(shape: RoutingStrategy, required: true, location_name: "RoutingStrategy"))
|
472
|
+
CreateAliasInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
371
473
|
CreateAliasInput.struct_class = Types::CreateAliasInput
|
372
474
|
|
373
475
|
CreateAliasOutput.add_member(:alias, Shapes::ShapeRef.new(shape: Alias, location_name: "Alias"))
|
@@ -377,6 +479,7 @@ module Aws::GameLift
|
|
377
479
|
CreateBuildInput.add_member(:version, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Version"))
|
378
480
|
CreateBuildInput.add_member(:storage_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "StorageLocation"))
|
379
481
|
CreateBuildInput.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, location_name: "OperatingSystem"))
|
482
|
+
CreateBuildInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
380
483
|
CreateBuildInput.struct_class = Types::CreateBuildInput
|
381
484
|
|
382
485
|
CreateBuildOutput.add_member(:build, Shapes::ShapeRef.new(shape: Build, location_name: "Build"))
|
@@ -386,8 +489,8 @@ module Aws::GameLift
|
|
386
489
|
|
387
490
|
CreateFleetInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "Name"))
|
388
491
|
CreateFleetInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
|
389
|
-
CreateFleetInput.add_member(:build_id, Shapes::ShapeRef.new(shape:
|
390
|
-
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"))
|
391
494
|
CreateFleetInput.add_member(:server_launch_path, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "ServerLaunchPath"))
|
392
495
|
CreateFleetInput.add_member(:server_launch_parameters, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "ServerLaunchParameters"))
|
393
496
|
CreateFleetInput.add_member(:log_paths, Shapes::ShapeRef.new(shape: StringList, location_name: "LogPaths"))
|
@@ -402,13 +505,30 @@ module Aws::GameLift
|
|
402
505
|
CreateFleetInput.add_member(:fleet_type, Shapes::ShapeRef.new(shape: FleetType, location_name: "FleetType"))
|
403
506
|
CreateFleetInput.add_member(:instance_role_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "InstanceRoleArn"))
|
404
507
|
CreateFleetInput.add_member(:certificate_configuration, Shapes::ShapeRef.new(shape: CertificateConfiguration, location_name: "CertificateConfiguration"))
|
508
|
+
CreateFleetInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
405
509
|
CreateFleetInput.struct_class = Types::CreateFleetInput
|
406
510
|
|
407
511
|
CreateFleetOutput.add_member(:fleet_attributes, Shapes::ShapeRef.new(shape: FleetAttributes, location_name: "FleetAttributes"))
|
408
512
|
CreateFleetOutput.struct_class = Types::CreateFleetOutput
|
409
513
|
|
410
|
-
|
411
|
-
|
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"))
|
412
532
|
CreateGameSessionInput.add_member(:maximum_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, required: true, location_name: "MaximumPlayerSessionCount"))
|
413
533
|
CreateGameSessionInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
|
414
534
|
CreateGameSessionInput.add_member(:game_properties, Shapes::ShapeRef.new(shape: GamePropertyList, location_name: "GameProperties"))
|
@@ -425,6 +545,7 @@ module Aws::GameLift
|
|
425
545
|
CreateGameSessionQueueInput.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TimeoutInSeconds"))
|
426
546
|
CreateGameSessionQueueInput.add_member(:player_latency_policies, Shapes::ShapeRef.new(shape: PlayerLatencyPolicyList, location_name: "PlayerLatencyPolicies"))
|
427
547
|
CreateGameSessionQueueInput.add_member(:destinations, Shapes::ShapeRef.new(shape: GameSessionQueueDestinationList, location_name: "Destinations"))
|
548
|
+
CreateGameSessionQueueInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
428
549
|
CreateGameSessionQueueInput.struct_class = Types::CreateGameSessionQueueInput
|
429
550
|
|
430
551
|
CreateGameSessionQueueOutput.add_member(:game_session_queue, Shapes::ShapeRef.new(shape: GameSessionQueue, location_name: "GameSessionQueue"))
|
@@ -436,13 +557,14 @@ module Aws::GameLift
|
|
436
557
|
CreateMatchmakingConfigurationInput.add_member(:request_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingRequestTimeoutInteger, required: true, location_name: "RequestTimeoutSeconds"))
|
437
558
|
CreateMatchmakingConfigurationInput.add_member(:acceptance_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingAcceptanceTimeoutInteger, location_name: "AcceptanceTimeoutSeconds"))
|
438
559
|
CreateMatchmakingConfigurationInput.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: BooleanModel, required: true, location_name: "AcceptanceRequired"))
|
439
|
-
CreateMatchmakingConfigurationInput.add_member(:rule_set_name, Shapes::ShapeRef.new(shape:
|
560
|
+
CreateMatchmakingConfigurationInput.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingRuleSetName, required: true, location_name: "RuleSetName"))
|
440
561
|
CreateMatchmakingConfigurationInput.add_member(:notification_target, Shapes::ShapeRef.new(shape: SnsArnStringModel, location_name: "NotificationTarget"))
|
441
562
|
CreateMatchmakingConfigurationInput.add_member(:additional_player_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "AdditionalPlayerCount"))
|
442
563
|
CreateMatchmakingConfigurationInput.add_member(:custom_event_data, Shapes::ShapeRef.new(shape: CustomEventData, location_name: "CustomEventData"))
|
443
564
|
CreateMatchmakingConfigurationInput.add_member(:game_properties, Shapes::ShapeRef.new(shape: GamePropertyList, location_name: "GameProperties"))
|
444
565
|
CreateMatchmakingConfigurationInput.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
|
445
566
|
CreateMatchmakingConfigurationInput.add_member(:backfill_mode, Shapes::ShapeRef.new(shape: BackfillMode, location_name: "BackfillMode"))
|
567
|
+
CreateMatchmakingConfigurationInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
446
568
|
CreateMatchmakingConfigurationInput.struct_class = Types::CreateMatchmakingConfigurationInput
|
447
569
|
|
448
570
|
CreateMatchmakingConfigurationOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: MatchmakingConfiguration, location_name: "Configuration"))
|
@@ -450,6 +572,7 @@ module Aws::GameLift
|
|
450
572
|
|
451
573
|
CreateMatchmakingRuleSetInput.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "Name"))
|
452
574
|
CreateMatchmakingRuleSetInput.add_member(:rule_set_body, Shapes::ShapeRef.new(shape: RuleSetBody, required: true, location_name: "RuleSetBody"))
|
575
|
+
CreateMatchmakingRuleSetInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
453
576
|
CreateMatchmakingRuleSetInput.struct_class = Types::CreateMatchmakingRuleSetInput
|
454
577
|
|
455
578
|
CreateMatchmakingRuleSetOutput.add_member(:rule_set, Shapes::ShapeRef.new(shape: MatchmakingRuleSet, required: true, location_name: "RuleSet"))
|
@@ -475,6 +598,7 @@ module Aws::GameLift
|
|
475
598
|
CreateScriptInput.add_member(:version, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Version"))
|
476
599
|
CreateScriptInput.add_member(:storage_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "StorageLocation"))
|
477
600
|
CreateScriptInput.add_member(:zip_file, Shapes::ShapeRef.new(shape: ZipBlob, location_name: "ZipFile"))
|
601
|
+
CreateScriptInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
478
602
|
CreateScriptInput.struct_class = Types::CreateScriptInput
|
479
603
|
|
480
604
|
CreateScriptOutput.add_member(:script, Shapes::ShapeRef.new(shape: Script, location_name: "Script"))
|
@@ -494,35 +618,42 @@ module Aws::GameLift
|
|
494
618
|
|
495
619
|
CreateVpcPeeringConnectionOutput.struct_class = Types::CreateVpcPeeringConnectionOutput
|
496
620
|
|
497
|
-
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"))
|
498
622
|
DeleteAliasInput.struct_class = Types::DeleteAliasInput
|
499
623
|
|
500
|
-
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"))
|
501
625
|
DeleteBuildInput.struct_class = Types::DeleteBuildInput
|
502
626
|
|
503
|
-
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"))
|
504
628
|
DeleteFleetInput.struct_class = Types::DeleteFleetInput
|
505
629
|
|
506
|
-
|
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"))
|
507
638
|
DeleteGameSessionQueueInput.struct_class = Types::DeleteGameSessionQueueInput
|
508
639
|
|
509
640
|
DeleteGameSessionQueueOutput.struct_class = Types::DeleteGameSessionQueueOutput
|
510
641
|
|
511
|
-
DeleteMatchmakingConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape:
|
642
|
+
DeleteMatchmakingConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingConfigurationName, required: true, location_name: "Name"))
|
512
643
|
DeleteMatchmakingConfigurationInput.struct_class = Types::DeleteMatchmakingConfigurationInput
|
513
644
|
|
514
645
|
DeleteMatchmakingConfigurationOutput.struct_class = Types::DeleteMatchmakingConfigurationOutput
|
515
646
|
|
516
|
-
DeleteMatchmakingRuleSetInput.add_member(:name, Shapes::ShapeRef.new(shape:
|
647
|
+
DeleteMatchmakingRuleSetInput.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingRuleSetName, required: true, location_name: "Name"))
|
517
648
|
DeleteMatchmakingRuleSetInput.struct_class = Types::DeleteMatchmakingRuleSetInput
|
518
649
|
|
519
650
|
DeleteMatchmakingRuleSetOutput.struct_class = Types::DeleteMatchmakingRuleSetOutput
|
520
651
|
|
521
652
|
DeleteScalingPolicyInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "Name"))
|
522
|
-
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"))
|
523
654
|
DeleteScalingPolicyInput.struct_class = Types::DeleteScalingPolicyInput
|
524
655
|
|
525
|
-
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"))
|
526
657
|
DeleteScriptInput.struct_class = Types::DeleteScriptInput
|
527
658
|
|
528
659
|
DeleteVpcPeeringAuthorizationInput.add_member(:game_lift_aws_account_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "GameLiftAwsAccountId"))
|
@@ -537,13 +668,17 @@ module Aws::GameLift
|
|
537
668
|
|
538
669
|
DeleteVpcPeeringConnectionOutput.struct_class = Types::DeleteVpcPeeringConnectionOutput
|
539
670
|
|
540
|
-
|
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"))
|
541
676
|
DescribeAliasInput.struct_class = Types::DescribeAliasInput
|
542
677
|
|
543
678
|
DescribeAliasOutput.add_member(:alias, Shapes::ShapeRef.new(shape: Alias, location_name: "Alias"))
|
544
679
|
DescribeAliasOutput.struct_class = Types::DescribeAliasOutput
|
545
680
|
|
546
|
-
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"))
|
547
682
|
DescribeBuildInput.struct_class = Types::DescribeBuildInput
|
548
683
|
|
549
684
|
DescribeBuildOutput.add_member(:build, Shapes::ShapeRef.new(shape: Build, location_name: "Build"))
|
@@ -555,7 +690,7 @@ module Aws::GameLift
|
|
555
690
|
DescribeEC2InstanceLimitsOutput.add_member(:ec2_instance_limits, Shapes::ShapeRef.new(shape: EC2InstanceLimitList, location_name: "EC2InstanceLimits"))
|
556
691
|
DescribeEC2InstanceLimitsOutput.struct_class = Types::DescribeEC2InstanceLimitsOutput
|
557
692
|
|
558
|
-
DescribeFleetAttributesInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape:
|
693
|
+
DescribeFleetAttributesInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape: FleetIdOrArnList, location_name: "FleetIds"))
|
559
694
|
DescribeFleetAttributesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
560
695
|
DescribeFleetAttributesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
561
696
|
DescribeFleetAttributesInput.struct_class = Types::DescribeFleetAttributesInput
|
@@ -564,7 +699,7 @@ module Aws::GameLift
|
|
564
699
|
DescribeFleetAttributesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
565
700
|
DescribeFleetAttributesOutput.struct_class = Types::DescribeFleetAttributesOutput
|
566
701
|
|
567
|
-
DescribeFleetCapacityInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape:
|
702
|
+
DescribeFleetCapacityInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape: FleetIdOrArnList, location_name: "FleetIds"))
|
568
703
|
DescribeFleetCapacityInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
569
704
|
DescribeFleetCapacityInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
570
705
|
DescribeFleetCapacityInput.struct_class = Types::DescribeFleetCapacityInput
|
@@ -573,7 +708,7 @@ module Aws::GameLift
|
|
573
708
|
DescribeFleetCapacityOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
574
709
|
DescribeFleetCapacityOutput.struct_class = Types::DescribeFleetCapacityOutput
|
575
710
|
|
576
|
-
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"))
|
577
712
|
DescribeFleetEventsInput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
578
713
|
DescribeFleetEventsInput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
579
714
|
DescribeFleetEventsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
@@ -584,13 +719,13 @@ module Aws::GameLift
|
|
584
719
|
DescribeFleetEventsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
585
720
|
DescribeFleetEventsOutput.struct_class = Types::DescribeFleetEventsOutput
|
586
721
|
|
587
|
-
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"))
|
588
723
|
DescribeFleetPortSettingsInput.struct_class = Types::DescribeFleetPortSettingsInput
|
589
724
|
|
590
725
|
DescribeFleetPortSettingsOutput.add_member(:inbound_permissions, Shapes::ShapeRef.new(shape: IpPermissionsList, location_name: "InboundPermissions"))
|
591
726
|
DescribeFleetPortSettingsOutput.struct_class = Types::DescribeFleetPortSettingsOutput
|
592
727
|
|
593
|
-
DescribeFleetUtilizationInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape:
|
728
|
+
DescribeFleetUtilizationInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape: FleetIdOrArnList, location_name: "FleetIds"))
|
594
729
|
DescribeFleetUtilizationInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
595
730
|
DescribeFleetUtilizationInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
596
731
|
DescribeFleetUtilizationInput.struct_class = Types::DescribeFleetUtilizationInput
|
@@ -599,9 +734,22 @@ module Aws::GameLift
|
|
599
734
|
DescribeFleetUtilizationOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
600
735
|
DescribeFleetUtilizationOutput.struct_class = Types::DescribeFleetUtilizationOutput
|
601
736
|
|
602
|
-
|
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"))
|
603
751
|
DescribeGameSessionDetailsInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionId"))
|
604
|
-
DescribeGameSessionDetailsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape:
|
752
|
+
DescribeGameSessionDetailsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasIdOrArn, location_name: "AliasId"))
|
605
753
|
DescribeGameSessionDetailsInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "StatusFilter"))
|
606
754
|
DescribeGameSessionDetailsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
607
755
|
DescribeGameSessionDetailsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
@@ -617,7 +765,7 @@ module Aws::GameLift
|
|
617
765
|
DescribeGameSessionPlacementOutput.add_member(:game_session_placement, Shapes::ShapeRef.new(shape: GameSessionPlacement, location_name: "GameSessionPlacement"))
|
618
766
|
DescribeGameSessionPlacementOutput.struct_class = Types::DescribeGameSessionPlacementOutput
|
619
767
|
|
620
|
-
DescribeGameSessionQueuesInput.add_member(:names, Shapes::ShapeRef.new(shape:
|
768
|
+
DescribeGameSessionQueuesInput.add_member(:names, Shapes::ShapeRef.new(shape: GameSessionQueueNameOrArnList, location_name: "Names"))
|
621
769
|
DescribeGameSessionQueuesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
622
770
|
DescribeGameSessionQueuesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
623
771
|
DescribeGameSessionQueuesInput.struct_class = Types::DescribeGameSessionQueuesInput
|
@@ -626,9 +774,9 @@ module Aws::GameLift
|
|
626
774
|
DescribeGameSessionQueuesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
627
775
|
DescribeGameSessionQueuesOutput.struct_class = Types::DescribeGameSessionQueuesOutput
|
628
776
|
|
629
|
-
DescribeGameSessionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
777
|
+
DescribeGameSessionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
|
630
778
|
DescribeGameSessionsInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionId"))
|
631
|
-
DescribeGameSessionsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape:
|
779
|
+
DescribeGameSessionsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasIdOrArn, location_name: "AliasId"))
|
632
780
|
DescribeGameSessionsInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "StatusFilter"))
|
633
781
|
DescribeGameSessionsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
634
782
|
DescribeGameSessionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
@@ -638,7 +786,7 @@ module Aws::GameLift
|
|
638
786
|
DescribeGameSessionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
639
787
|
DescribeGameSessionsOutput.struct_class = Types::DescribeGameSessionsOutput
|
640
788
|
|
641
|
-
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"))
|
642
790
|
DescribeInstancesInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
643
791
|
DescribeInstancesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
644
792
|
DescribeInstancesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
@@ -648,8 +796,8 @@ module Aws::GameLift
|
|
648
796
|
DescribeInstancesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
649
797
|
DescribeInstancesOutput.struct_class = Types::DescribeInstancesOutput
|
650
798
|
|
651
|
-
DescribeMatchmakingConfigurationsInput.add_member(:names, Shapes::ShapeRef.new(shape:
|
652
|
-
DescribeMatchmakingConfigurationsInput.add_member(:rule_set_name, Shapes::ShapeRef.new(shape:
|
799
|
+
DescribeMatchmakingConfigurationsInput.add_member(:names, Shapes::ShapeRef.new(shape: MatchmakingConfigurationNameList, location_name: "Names"))
|
800
|
+
DescribeMatchmakingConfigurationsInput.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingRuleSetName, location_name: "RuleSetName"))
|
653
801
|
DescribeMatchmakingConfigurationsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
654
802
|
DescribeMatchmakingConfigurationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
655
803
|
DescribeMatchmakingConfigurationsInput.struct_class = Types::DescribeMatchmakingConfigurationsInput
|
@@ -685,13 +833,13 @@ module Aws::GameLift
|
|
685
833
|
DescribePlayerSessionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
686
834
|
DescribePlayerSessionsOutput.struct_class = Types::DescribePlayerSessionsOutput
|
687
835
|
|
688
|
-
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"))
|
689
837
|
DescribeRuntimeConfigurationInput.struct_class = Types::DescribeRuntimeConfigurationInput
|
690
838
|
|
691
839
|
DescribeRuntimeConfigurationOutput.add_member(:runtime_configuration, Shapes::ShapeRef.new(shape: RuntimeConfiguration, location_name: "RuntimeConfiguration"))
|
692
840
|
DescribeRuntimeConfigurationOutput.struct_class = Types::DescribeRuntimeConfigurationOutput
|
693
841
|
|
694
|
-
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"))
|
695
843
|
DescribeScalingPoliciesInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: ScalingStatusType, location_name: "StatusFilter"))
|
696
844
|
DescribeScalingPoliciesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
697
845
|
DescribeScalingPoliciesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
@@ -701,7 +849,7 @@ module Aws::GameLift
|
|
701
849
|
DescribeScalingPoliciesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
702
850
|
DescribeScalingPoliciesOutput.struct_class = Types::DescribeScalingPoliciesOutput
|
703
851
|
|
704
|
-
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"))
|
705
853
|
DescribeScriptInput.struct_class = Types::DescribeScriptInput
|
706
854
|
|
707
855
|
DescribeScriptOutput.add_member(:script, Shapes::ShapeRef.new(shape: Script, location_name: "Script"))
|
@@ -753,7 +901,7 @@ module Aws::GameLift
|
|
753
901
|
FleetActionList.member = Shapes::ShapeRef.new(shape: FleetAction)
|
754
902
|
|
755
903
|
FleetAttributes.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
756
|
-
FleetAttributes.add_member(:fleet_arn, Shapes::ShapeRef.new(shape:
|
904
|
+
FleetAttributes.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
757
905
|
FleetAttributes.add_member(:fleet_type, Shapes::ShapeRef.new(shape: FleetType, location_name: "FleetType"))
|
758
906
|
FleetAttributes.add_member(:instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "InstanceType"))
|
759
907
|
FleetAttributes.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
|
@@ -762,7 +910,9 @@ module Aws::GameLift
|
|
762
910
|
FleetAttributes.add_member(:termination_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TerminationTime"))
|
763
911
|
FleetAttributes.add_member(:status, Shapes::ShapeRef.new(shape: FleetStatus, location_name: "Status"))
|
764
912
|
FleetAttributes.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildId, location_name: "BuildId"))
|
913
|
+
FleetAttributes.add_member(:build_arn, Shapes::ShapeRef.new(shape: BuildArn, location_name: "BuildArn"))
|
765
914
|
FleetAttributes.add_member(:script_id, Shapes::ShapeRef.new(shape: ScriptId, location_name: "ScriptId"))
|
915
|
+
FleetAttributes.add_member(:script_arn, Shapes::ShapeRef.new(shape: ScriptArn, location_name: "ScriptArn"))
|
766
916
|
FleetAttributes.add_member(:server_launch_path, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "ServerLaunchPath"))
|
767
917
|
FleetAttributes.add_member(:server_launch_parameters, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "ServerLaunchParameters"))
|
768
918
|
FleetAttributes.add_member(:log_paths, Shapes::ShapeRef.new(shape: StringList, location_name: "LogPaths"))
|
@@ -789,6 +939,8 @@ module Aws::GameLift
|
|
789
939
|
|
790
940
|
FleetIdList.member = Shapes::ShapeRef.new(shape: FleetId)
|
791
941
|
|
942
|
+
FleetIdOrArnList.member = Shapes::ShapeRef.new(shape: FleetIdOrArn)
|
943
|
+
|
792
944
|
FleetUtilization.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
793
945
|
FleetUtilization.add_member(:active_server_process_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "ActiveServerProcessCount"))
|
794
946
|
FleetUtilization.add_member(:active_game_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "ActiveGameSessionCount"))
|
@@ -804,9 +956,48 @@ module Aws::GameLift
|
|
804
956
|
|
805
957
|
GamePropertyList.member = Shapes::ShapeRef.new(shape: GameProperty)
|
806
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
|
+
|
807
997
|
GameSession.add_member(:game_session_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "GameSessionId"))
|
808
998
|
GameSession.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
|
809
999
|
GameSession.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1000
|
+
GameSession.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
810
1001
|
GameSession.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
811
1002
|
GameSession.add_member(:termination_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TerminationTime"))
|
812
1003
|
GameSession.add_member(:current_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "CurrentPlayerSessionCount"))
|
@@ -862,7 +1053,7 @@ module Aws::GameLift
|
|
862
1053
|
GameSessionPlacement.struct_class = Types::GameSessionPlacement
|
863
1054
|
|
864
1055
|
GameSessionQueue.add_member(:name, Shapes::ShapeRef.new(shape: GameSessionQueueName, location_name: "Name"))
|
865
|
-
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"))
|
866
1057
|
GameSessionQueue.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TimeoutInSeconds"))
|
867
1058
|
GameSessionQueue.add_member(:player_latency_policies, Shapes::ShapeRef.new(shape: PlayerLatencyPolicyList, location_name: "PlayerLatencyPolicies"))
|
868
1059
|
GameSessionQueue.add_member(:destinations, Shapes::ShapeRef.new(shape: GameSessionQueueDestinationList, location_name: "Destinations"))
|
@@ -875,7 +1066,7 @@ module Aws::GameLift
|
|
875
1066
|
|
876
1067
|
GameSessionQueueList.member = Shapes::ShapeRef.new(shape: GameSessionQueue)
|
877
1068
|
|
878
|
-
|
1069
|
+
GameSessionQueueNameOrArnList.member = Shapes::ShapeRef.new(shape: GameSessionQueueNameOrArn)
|
879
1070
|
|
880
1071
|
GetGameSessionLogUrlInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, required: true, location_name: "GameSessionId"))
|
881
1072
|
GetGameSessionLogUrlInput.struct_class = Types::GetGameSessionLogUrlInput
|
@@ -883,7 +1074,7 @@ module Aws::GameLift
|
|
883
1074
|
GetGameSessionLogUrlOutput.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PreSignedUrl"))
|
884
1075
|
GetGameSessionLogUrlOutput.struct_class = Types::GetGameSessionLogUrlOutput
|
885
1076
|
|
886
|
-
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"))
|
887
1078
|
GetInstanceAccessInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
888
1079
|
GetInstanceAccessInput.struct_class = Types::GetInstanceAccessInput
|
889
1080
|
|
@@ -914,6 +1105,12 @@ module Aws::GameLift
|
|
914
1105
|
InstanceCredentials.add_member(:secret, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Secret"))
|
915
1106
|
InstanceCredentials.struct_class = Types::InstanceCredentials
|
916
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
|
+
|
917
1114
|
InstanceList.member = Shapes::ShapeRef.new(shape: Instance)
|
918
1115
|
|
919
1116
|
InternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
@@ -939,6 +1136,11 @@ module Aws::GameLift
|
|
939
1136
|
LatencyMap.key = Shapes::ShapeRef.new(shape: NonEmptyString)
|
940
1137
|
LatencyMap.value = Shapes::ShapeRef.new(shape: PositiveInteger)
|
941
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
|
+
|
942
1144
|
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
943
1145
|
LimitExceededException.struct_class = Types::LimitExceededException
|
944
1146
|
|
@@ -961,8 +1163,8 @@ module Aws::GameLift
|
|
961
1163
|
ListBuildsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "NextToken"))
|
962
1164
|
ListBuildsOutput.struct_class = Types::ListBuildsOutput
|
963
1165
|
|
964
|
-
ListFleetsInput.add_member(:build_id, Shapes::ShapeRef.new(shape:
|
965
|
-
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"))
|
966
1168
|
ListFleetsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
967
1169
|
ListFleetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
968
1170
|
ListFleetsInput.struct_class = Types::ListFleetsInput
|
@@ -971,6 +1173,24 @@ module Aws::GameLift
|
|
971
1173
|
ListFleetsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
972
1174
|
ListFleetsOutput.struct_class = Types::ListFleetsOutput
|
973
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
|
+
|
974
1194
|
ListScriptsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
975
1195
|
ListScriptsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "NextToken"))
|
976
1196
|
ListScriptsInput.struct_class = Types::ListScriptsInput
|
@@ -979,6 +1199,12 @@ module Aws::GameLift
|
|
979
1199
|
ListScriptsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "NextToken"))
|
980
1200
|
ListScriptsOutput.struct_class = Types::ListScriptsOutput
|
981
1201
|
|
1202
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceARN"))
|
1203
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
1204
|
+
|
1205
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1206
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
1207
|
+
|
982
1208
|
MatchedPlayerSession.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
|
983
1209
|
MatchedPlayerSession.add_member(:player_session_id, Shapes::ShapeRef.new(shape: PlayerSessionId, location_name: "PlayerSessionId"))
|
984
1210
|
MatchedPlayerSession.struct_class = Types::MatchedPlayerSession
|
@@ -986,12 +1212,14 @@ module Aws::GameLift
|
|
986
1212
|
MatchedPlayerSessionList.member = Shapes::ShapeRef.new(shape: MatchedPlayerSession)
|
987
1213
|
|
988
1214
|
MatchmakingConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "Name"))
|
1215
|
+
MatchmakingConfiguration.add_member(:configuration_arn, Shapes::ShapeRef.new(shape: MatchmakingConfigurationArn, location_name: "ConfigurationArn"))
|
989
1216
|
MatchmakingConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
|
990
1217
|
MatchmakingConfiguration.add_member(:game_session_queue_arns, Shapes::ShapeRef.new(shape: QueueArnsList, location_name: "GameSessionQueueArns"))
|
991
1218
|
MatchmakingConfiguration.add_member(:request_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingRequestTimeoutInteger, location_name: "RequestTimeoutSeconds"))
|
992
1219
|
MatchmakingConfiguration.add_member(:acceptance_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingAcceptanceTimeoutInteger, location_name: "AcceptanceTimeoutSeconds"))
|
993
1220
|
MatchmakingConfiguration.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: BooleanModel, location_name: "AcceptanceRequired"))
|
994
1221
|
MatchmakingConfiguration.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "RuleSetName"))
|
1222
|
+
MatchmakingConfiguration.add_member(:rule_set_arn, Shapes::ShapeRef.new(shape: MatchmakingRuleSetArn, location_name: "RuleSetArn"))
|
995
1223
|
MatchmakingConfiguration.add_member(:notification_target, Shapes::ShapeRef.new(shape: SnsArnStringModel, location_name: "NotificationTarget"))
|
996
1224
|
MatchmakingConfiguration.add_member(:additional_player_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "AdditionalPlayerCount"))
|
997
1225
|
MatchmakingConfiguration.add_member(:custom_event_data, Shapes::ShapeRef.new(shape: CustomEventData, location_name: "CustomEventData"))
|
@@ -1003,19 +1231,23 @@ module Aws::GameLift
|
|
1003
1231
|
|
1004
1232
|
MatchmakingConfigurationList.member = Shapes::ShapeRef.new(shape: MatchmakingConfiguration)
|
1005
1233
|
|
1234
|
+
MatchmakingConfigurationNameList.member = Shapes::ShapeRef.new(shape: MatchmakingConfigurationName)
|
1235
|
+
|
1006
1236
|
MatchmakingIdList.member = Shapes::ShapeRef.new(shape: MatchmakingIdStringModel)
|
1007
1237
|
|
1008
1238
|
MatchmakingRuleSet.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "RuleSetName"))
|
1239
|
+
MatchmakingRuleSet.add_member(:rule_set_arn, Shapes::ShapeRef.new(shape: MatchmakingRuleSetArn, location_name: "RuleSetArn"))
|
1009
1240
|
MatchmakingRuleSet.add_member(:rule_set_body, Shapes::ShapeRef.new(shape: RuleSetBody, required: true, location_name: "RuleSetBody"))
|
1010
1241
|
MatchmakingRuleSet.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1011
1242
|
MatchmakingRuleSet.struct_class = Types::MatchmakingRuleSet
|
1012
1243
|
|
1013
1244
|
MatchmakingRuleSetList.member = Shapes::ShapeRef.new(shape: MatchmakingRuleSet)
|
1014
1245
|
|
1015
|
-
MatchmakingRuleSetNameList.member = Shapes::ShapeRef.new(shape:
|
1246
|
+
MatchmakingRuleSetNameList.member = Shapes::ShapeRef.new(shape: MatchmakingRuleSetName)
|
1016
1247
|
|
1017
1248
|
MatchmakingTicket.add_member(:ticket_id, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "TicketId"))
|
1018
1249
|
MatchmakingTicket.add_member(:configuration_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "ConfigurationName"))
|
1250
|
+
MatchmakingTicket.add_member(:configuration_arn, Shapes::ShapeRef.new(shape: MatchmakingConfigurationArn, location_name: "ConfigurationArn"))
|
1019
1251
|
MatchmakingTicket.add_member(:status, Shapes::ShapeRef.new(shape: MatchmakingConfigurationStatus, location_name: "Status"))
|
1020
1252
|
MatchmakingTicket.add_member(:status_reason, Shapes::ShapeRef.new(shape: StringModel, location_name: "StatusReason"))
|
1021
1253
|
MatchmakingTicket.add_member(:status_message, Shapes::ShapeRef.new(shape: StringModel, location_name: "StatusMessage"))
|
@@ -1033,6 +1265,9 @@ module Aws::GameLift
|
|
1033
1265
|
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
1034
1266
|
NotFoundException.struct_class = Types::NotFoundException
|
1035
1267
|
|
1268
|
+
OutOfCapacityException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
1269
|
+
OutOfCapacityException.struct_class = Types::OutOfCapacityException
|
1270
|
+
|
1036
1271
|
PlacedPlayerSession.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
|
1037
1272
|
PlacedPlayerSession.add_member(:player_session_id, Shapes::ShapeRef.new(shape: PlayerSessionId, location_name: "PlayerSessionId"))
|
1038
1273
|
PlacedPlayerSession.struct_class = Types::PlacedPlayerSession
|
@@ -1072,6 +1307,7 @@ module Aws::GameLift
|
|
1072
1307
|
PlayerSession.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
|
1073
1308
|
PlayerSession.add_member(:game_session_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "GameSessionId"))
|
1074
1309
|
PlayerSession.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1310
|
+
PlayerSession.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
1075
1311
|
PlayerSession.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1076
1312
|
PlayerSession.add_member(:termination_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TerminationTime"))
|
1077
1313
|
PlayerSession.add_member(:status, Shapes::ShapeRef.new(shape: PlayerSessionStatus, location_name: "Status"))
|
@@ -1084,7 +1320,7 @@ module Aws::GameLift
|
|
1084
1320
|
PlayerSessionList.member = Shapes::ShapeRef.new(shape: PlayerSession)
|
1085
1321
|
|
1086
1322
|
PutScalingPolicyInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "Name"))
|
1087
|
-
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"))
|
1088
1324
|
PutScalingPolicyInput.add_member(:scaling_adjustment, Shapes::ShapeRef.new(shape: Integer, location_name: "ScalingAdjustment"))
|
1089
1325
|
PutScalingPolicyInput.add_member(:scaling_adjustment_type, Shapes::ShapeRef.new(shape: ScalingAdjustmentType, location_name: "ScalingAdjustmentType"))
|
1090
1326
|
PutScalingPolicyInput.add_member(:threshold, Shapes::ShapeRef.new(shape: Double, location_name: "Threshold"))
|
@@ -1100,23 +1336,43 @@ module Aws::GameLift
|
|
1100
1336
|
|
1101
1337
|
QueueArnsList.member = Shapes::ShapeRef.new(shape: ArnStringModel)
|
1102
1338
|
|
1103
|
-
|
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"))
|
1104
1352
|
RequestUploadCredentialsInput.struct_class = Types::RequestUploadCredentialsInput
|
1105
1353
|
|
1106
1354
|
RequestUploadCredentialsOutput.add_member(:upload_credentials, Shapes::ShapeRef.new(shape: AwsCredentials, location_name: "UploadCredentials"))
|
1107
1355
|
RequestUploadCredentialsOutput.add_member(:storage_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "StorageLocation"))
|
1108
1356
|
RequestUploadCredentialsOutput.struct_class = Types::RequestUploadCredentialsOutput
|
1109
1357
|
|
1110
|
-
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"))
|
1111
1359
|
ResolveAliasInput.struct_class = Types::ResolveAliasInput
|
1112
1360
|
|
1113
1361
|
ResolveAliasOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1362
|
+
ResolveAliasOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
1114
1363
|
ResolveAliasOutput.struct_class = Types::ResolveAliasOutput
|
1115
1364
|
|
1116
1365
|
ResourceCreationLimitPolicy.add_member(:new_game_sessions_per_creator, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "NewGameSessionsPerCreator"))
|
1117
1366
|
ResourceCreationLimitPolicy.add_member(:policy_period_in_minutes, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "PolicyPeriodInMinutes"))
|
1118
1367
|
ResourceCreationLimitPolicy.struct_class = Types::ResourceCreationLimitPolicy
|
1119
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
|
+
|
1120
1376
|
RoutingStrategy.add_member(:type, Shapes::ShapeRef.new(shape: RoutingStrategyType, location_name: "Type"))
|
1121
1377
|
RoutingStrategy.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1122
1378
|
RoutingStrategy.add_member(:message, Shapes::ShapeRef.new(shape: FreeText, location_name: "Message"))
|
@@ -1149,6 +1405,7 @@ module Aws::GameLift
|
|
1149
1405
|
ScalingPolicyList.member = Shapes::ShapeRef.new(shape: ScalingPolicy)
|
1150
1406
|
|
1151
1407
|
Script.add_member(:script_id, Shapes::ShapeRef.new(shape: ScriptId, location_name: "ScriptId"))
|
1408
|
+
Script.add_member(:script_arn, Shapes::ShapeRef.new(shape: ScriptArn, location_name: "ScriptArn"))
|
1152
1409
|
Script.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
|
1153
1410
|
Script.add_member(:version, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Version"))
|
1154
1411
|
Script.add_member(:size_on_disk, Shapes::ShapeRef.new(shape: PositiveLong, location_name: "SizeOnDisk"))
|
@@ -1158,8 +1415,8 @@ module Aws::GameLift
|
|
1158
1415
|
|
1159
1416
|
ScriptList.member = Shapes::ShapeRef.new(shape: Script)
|
1160
1417
|
|
1161
|
-
SearchGameSessionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape:
|
1162
|
-
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"))
|
1163
1420
|
SearchGameSessionsInput.add_member(:filter_expression, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "FilterExpression"))
|
1164
1421
|
SearchGameSessionsInput.add_member(:sort_expression, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "SortExpression"))
|
1165
1422
|
SearchGameSessionsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
@@ -1177,14 +1434,14 @@ module Aws::GameLift
|
|
1177
1434
|
|
1178
1435
|
ServerProcessList.member = Shapes::ShapeRef.new(shape: ServerProcess)
|
1179
1436
|
|
1180
|
-
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"))
|
1181
1438
|
StartFleetActionsInput.add_member(:actions, Shapes::ShapeRef.new(shape: FleetActionList, required: true, location_name: "Actions"))
|
1182
1439
|
StartFleetActionsInput.struct_class = Types::StartFleetActionsInput
|
1183
1440
|
|
1184
1441
|
StartFleetActionsOutput.struct_class = Types::StartFleetActionsOutput
|
1185
1442
|
|
1186
1443
|
StartGameSessionPlacementInput.add_member(:placement_id, Shapes::ShapeRef.new(shape: IdStringModel, required: true, location_name: "PlacementId"))
|
1187
|
-
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"))
|
1188
1445
|
StartGameSessionPlacementInput.add_member(:game_properties, Shapes::ShapeRef.new(shape: GamePropertyList, location_name: "GameProperties"))
|
1189
1446
|
StartGameSessionPlacementInput.add_member(:maximum_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, required: true, location_name: "MaximumPlayerSessionCount"))
|
1190
1447
|
StartGameSessionPlacementInput.add_member(:game_session_name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "GameSessionName"))
|
@@ -1197,7 +1454,7 @@ module Aws::GameLift
|
|
1197
1454
|
StartGameSessionPlacementOutput.struct_class = Types::StartGameSessionPlacementOutput
|
1198
1455
|
|
1199
1456
|
StartMatchBackfillInput.add_member(:ticket_id, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "TicketId"))
|
1200
|
-
StartMatchBackfillInput.add_member(:configuration_name, Shapes::ShapeRef.new(shape:
|
1457
|
+
StartMatchBackfillInput.add_member(:configuration_name, Shapes::ShapeRef.new(shape: MatchmakingConfigurationName, required: true, location_name: "ConfigurationName"))
|
1201
1458
|
StartMatchBackfillInput.add_member(:game_session_arn, Shapes::ShapeRef.new(shape: ArnStringModel, required: true, location_name: "GameSessionArn"))
|
1202
1459
|
StartMatchBackfillInput.add_member(:players, Shapes::ShapeRef.new(shape: PlayerList, required: true, location_name: "Players"))
|
1203
1460
|
StartMatchBackfillInput.struct_class = Types::StartMatchBackfillInput
|
@@ -1206,14 +1463,14 @@ module Aws::GameLift
|
|
1206
1463
|
StartMatchBackfillOutput.struct_class = Types::StartMatchBackfillOutput
|
1207
1464
|
|
1208
1465
|
StartMatchmakingInput.add_member(:ticket_id, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "TicketId"))
|
1209
|
-
StartMatchmakingInput.add_member(:configuration_name, Shapes::ShapeRef.new(shape:
|
1466
|
+
StartMatchmakingInput.add_member(:configuration_name, Shapes::ShapeRef.new(shape: MatchmakingConfigurationName, required: true, location_name: "ConfigurationName"))
|
1210
1467
|
StartMatchmakingInput.add_member(:players, Shapes::ShapeRef.new(shape: PlayerList, required: true, location_name: "Players"))
|
1211
1468
|
StartMatchmakingInput.struct_class = Types::StartMatchmakingInput
|
1212
1469
|
|
1213
1470
|
StartMatchmakingOutput.add_member(:matchmaking_ticket, Shapes::ShapeRef.new(shape: MatchmakingTicket, location_name: "MatchmakingTicket"))
|
1214
1471
|
StartMatchmakingOutput.struct_class = Types::StartMatchmakingOutput
|
1215
1472
|
|
1216
|
-
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"))
|
1217
1474
|
StopFleetActionsInput.add_member(:actions, Shapes::ShapeRef.new(shape: FleetActionList, required: true, location_name: "Actions"))
|
1218
1475
|
StopFleetActionsInput.struct_class = Types::StopFleetActionsInput
|
1219
1476
|
|
@@ -1235,9 +1492,36 @@ module Aws::GameLift
|
|
1235
1492
|
|
1236
1493
|
StringList.member = Shapes::ShapeRef.new(shape: NonZeroAndMaxString)
|
1237
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
|
+
|
1502
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
1503
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
|
1504
|
+
Tag.struct_class = Types::Tag
|
1505
|
+
|
1506
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
1507
|
+
|
1508
|
+
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
1509
|
+
|
1510
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceARN"))
|
1511
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
1512
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
1513
|
+
|
1514
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
1515
|
+
|
1516
|
+
TaggingFailedException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
1517
|
+
TaggingFailedException.struct_class = Types::TaggingFailedException
|
1518
|
+
|
1238
1519
|
TargetConfiguration.add_member(:target_value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "TargetValue"))
|
1239
1520
|
TargetConfiguration.struct_class = Types::TargetConfiguration
|
1240
1521
|
|
1522
|
+
TargetTrackingConfiguration.add_member(:target_value, Shapes::ShapeRef.new(shape: NonNegativeDouble, required: true, location_name: "TargetValue"))
|
1523
|
+
TargetTrackingConfiguration.struct_class = Types::TargetTrackingConfiguration
|
1524
|
+
|
1241
1525
|
TerminalRoutingStrategyException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
1242
1526
|
TerminalRoutingStrategyException.struct_class = Types::TerminalRoutingStrategyException
|
1243
1527
|
|
@@ -1247,7 +1531,13 @@ module Aws::GameLift
|
|
1247
1531
|
UnsupportedRegionException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
1248
1532
|
UnsupportedRegionException.struct_class = Types::UnsupportedRegionException
|
1249
1533
|
|
1250
|
-
|
1534
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceARN"))
|
1535
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
|
1536
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
1537
|
+
|
1538
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
1539
|
+
|
1540
|
+
UpdateAliasInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasIdOrArn, required: true, location_name: "AliasId"))
|
1251
1541
|
UpdateAliasInput.add_member(:name, Shapes::ShapeRef.new(shape: NonBlankAndLengthConstraintString, location_name: "Name"))
|
1252
1542
|
UpdateAliasInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
|
1253
1543
|
UpdateAliasInput.add_member(:routing_strategy, Shapes::ShapeRef.new(shape: RoutingStrategy, location_name: "RoutingStrategy"))
|
@@ -1256,7 +1546,7 @@ module Aws::GameLift
|
|
1256
1546
|
UpdateAliasOutput.add_member(:alias, Shapes::ShapeRef.new(shape: Alias, location_name: "Alias"))
|
1257
1547
|
UpdateAliasOutput.struct_class = Types::UpdateAliasOutput
|
1258
1548
|
|
1259
|
-
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"))
|
1260
1550
|
UpdateBuildInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
|
1261
1551
|
UpdateBuildInput.add_member(:version, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Version"))
|
1262
1552
|
UpdateBuildInput.struct_class = Types::UpdateBuildInput
|
@@ -1264,7 +1554,7 @@ module Aws::GameLift
|
|
1264
1554
|
UpdateBuildOutput.add_member(:build, Shapes::ShapeRef.new(shape: Build, location_name: "Build"))
|
1265
1555
|
UpdateBuildOutput.struct_class = Types::UpdateBuildOutput
|
1266
1556
|
|
1267
|
-
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"))
|
1268
1558
|
UpdateFleetAttributesInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
|
1269
1559
|
UpdateFleetAttributesInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
|
1270
1560
|
UpdateFleetAttributesInput.add_member(:new_game_session_protection_policy, Shapes::ShapeRef.new(shape: ProtectionPolicy, location_name: "NewGameSessionProtectionPolicy"))
|
@@ -1275,7 +1565,7 @@ module Aws::GameLift
|
|
1275
1565
|
UpdateFleetAttributesOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1276
1566
|
UpdateFleetAttributesOutput.struct_class = Types::UpdateFleetAttributesOutput
|
1277
1567
|
|
1278
|
-
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"))
|
1279
1569
|
UpdateFleetCapacityInput.add_member(:desired_instances, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "DesiredInstances"))
|
1280
1570
|
UpdateFleetCapacityInput.add_member(:min_size, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MinSize"))
|
1281
1571
|
UpdateFleetCapacityInput.add_member(:max_size, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MaxSize"))
|
@@ -1284,7 +1574,7 @@ module Aws::GameLift
|
|
1284
1574
|
UpdateFleetCapacityOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1285
1575
|
UpdateFleetCapacityOutput.struct_class = Types::UpdateFleetCapacityOutput
|
1286
1576
|
|
1287
|
-
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"))
|
1288
1578
|
UpdateFleetPortSettingsInput.add_member(:inbound_permission_authorizations, Shapes::ShapeRef.new(shape: IpPermissionsList, location_name: "InboundPermissionAuthorizations"))
|
1289
1579
|
UpdateFleetPortSettingsInput.add_member(:inbound_permission_revocations, Shapes::ShapeRef.new(shape: IpPermissionsList, location_name: "InboundPermissionRevocations"))
|
1290
1580
|
UpdateFleetPortSettingsInput.struct_class = Types::UpdateFleetPortSettingsInput
|
@@ -1292,6 +1582,27 @@ module Aws::GameLift
|
|
1292
1582
|
UpdateFleetPortSettingsOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1293
1583
|
UpdateFleetPortSettingsOutput.struct_class = Types::UpdateFleetPortSettingsOutput
|
1294
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
|
+
|
1295
1606
|
UpdateGameSessionInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, required: true, location_name: "GameSessionId"))
|
1296
1607
|
UpdateGameSessionInput.add_member(:maximum_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MaximumPlayerSessionCount"))
|
1297
1608
|
UpdateGameSessionInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
|
@@ -1302,7 +1613,7 @@ module Aws::GameLift
|
|
1302
1613
|
UpdateGameSessionOutput.add_member(:game_session, Shapes::ShapeRef.new(shape: GameSession, location_name: "GameSession"))
|
1303
1614
|
UpdateGameSessionOutput.struct_class = Types::UpdateGameSessionOutput
|
1304
1615
|
|
1305
|
-
UpdateGameSessionQueueInput.add_member(:name, Shapes::ShapeRef.new(shape:
|
1616
|
+
UpdateGameSessionQueueInput.add_member(:name, Shapes::ShapeRef.new(shape: GameSessionQueueNameOrArn, required: true, location_name: "Name"))
|
1306
1617
|
UpdateGameSessionQueueInput.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TimeoutInSeconds"))
|
1307
1618
|
UpdateGameSessionQueueInput.add_member(:player_latency_policies, Shapes::ShapeRef.new(shape: PlayerLatencyPolicyList, location_name: "PlayerLatencyPolicies"))
|
1308
1619
|
UpdateGameSessionQueueInput.add_member(:destinations, Shapes::ShapeRef.new(shape: GameSessionQueueDestinationList, location_name: "Destinations"))
|
@@ -1311,13 +1622,13 @@ module Aws::GameLift
|
|
1311
1622
|
UpdateGameSessionQueueOutput.add_member(:game_session_queue, Shapes::ShapeRef.new(shape: GameSessionQueue, location_name: "GameSessionQueue"))
|
1312
1623
|
UpdateGameSessionQueueOutput.struct_class = Types::UpdateGameSessionQueueOutput
|
1313
1624
|
|
1314
|
-
UpdateMatchmakingConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape:
|
1625
|
+
UpdateMatchmakingConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingConfigurationName, required: true, location_name: "Name"))
|
1315
1626
|
UpdateMatchmakingConfigurationInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
|
1316
1627
|
UpdateMatchmakingConfigurationInput.add_member(:game_session_queue_arns, Shapes::ShapeRef.new(shape: QueueArnsList, location_name: "GameSessionQueueArns"))
|
1317
1628
|
UpdateMatchmakingConfigurationInput.add_member(:request_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingRequestTimeoutInteger, location_name: "RequestTimeoutSeconds"))
|
1318
1629
|
UpdateMatchmakingConfigurationInput.add_member(:acceptance_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingAcceptanceTimeoutInteger, location_name: "AcceptanceTimeoutSeconds"))
|
1319
1630
|
UpdateMatchmakingConfigurationInput.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: BooleanModel, location_name: "AcceptanceRequired"))
|
1320
|
-
UpdateMatchmakingConfigurationInput.add_member(:rule_set_name, Shapes::ShapeRef.new(shape:
|
1631
|
+
UpdateMatchmakingConfigurationInput.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingRuleSetName, location_name: "RuleSetName"))
|
1321
1632
|
UpdateMatchmakingConfigurationInput.add_member(:notification_target, Shapes::ShapeRef.new(shape: SnsArnStringModel, location_name: "NotificationTarget"))
|
1322
1633
|
UpdateMatchmakingConfigurationInput.add_member(:additional_player_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "AdditionalPlayerCount"))
|
1323
1634
|
UpdateMatchmakingConfigurationInput.add_member(:custom_event_data, Shapes::ShapeRef.new(shape: CustomEventData, location_name: "CustomEventData"))
|
@@ -1329,14 +1640,14 @@ module Aws::GameLift
|
|
1329
1640
|
UpdateMatchmakingConfigurationOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: MatchmakingConfiguration, location_name: "Configuration"))
|
1330
1641
|
UpdateMatchmakingConfigurationOutput.struct_class = Types::UpdateMatchmakingConfigurationOutput
|
1331
1642
|
|
1332
|
-
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"))
|
1333
1644
|
UpdateRuntimeConfigurationInput.add_member(:runtime_configuration, Shapes::ShapeRef.new(shape: RuntimeConfiguration, required: true, location_name: "RuntimeConfiguration"))
|
1334
1645
|
UpdateRuntimeConfigurationInput.struct_class = Types::UpdateRuntimeConfigurationInput
|
1335
1646
|
|
1336
1647
|
UpdateRuntimeConfigurationOutput.add_member(:runtime_configuration, Shapes::ShapeRef.new(shape: RuntimeConfiguration, location_name: "RuntimeConfiguration"))
|
1337
1648
|
UpdateRuntimeConfigurationOutput.struct_class = Types::UpdateRuntimeConfigurationOutput
|
1338
1649
|
|
1339
|
-
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"))
|
1340
1651
|
UpdateScriptInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
|
1341
1652
|
UpdateScriptInput.add_member(:version, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Version"))
|
1342
1653
|
UpdateScriptInput.add_member(:storage_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "StorageLocation"))
|
@@ -1362,6 +1673,7 @@ module Aws::GameLift
|
|
1362
1673
|
VpcPeeringAuthorizationList.member = Shapes::ShapeRef.new(shape: VpcPeeringAuthorization)
|
1363
1674
|
|
1364
1675
|
VpcPeeringConnection.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1676
|
+
VpcPeeringConnection.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
1365
1677
|
VpcPeeringConnection.add_member(:ip_v4_cidr_block, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "IpV4CidrBlock"))
|
1366
1678
|
VpcPeeringConnection.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "VpcPeeringConnectionId"))
|
1367
1679
|
VpcPeeringConnection.add_member(:status, Shapes::ShapeRef.new(shape: VpcPeeringConnectionStatus, location_name: "Status"))
|
@@ -1375,6 +1687,8 @@ module Aws::GameLift
|
|
1375
1687
|
VpcPeeringConnectionStatus.add_member(:message, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Message"))
|
1376
1688
|
VpcPeeringConnectionStatus.struct_class = Types::VpcPeeringConnectionStatus
|
1377
1689
|
|
1690
|
+
VpcSubnets.member = Shapes::ShapeRef.new(shape: VpcSubnet)
|
1691
|
+
|
1378
1692
|
|
1379
1693
|
# @api private
|
1380
1694
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -1405,6 +1719,20 @@ module Aws::GameLift
|
|
1405
1719
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
1406
1720
|
end)
|
1407
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
|
+
|
1408
1736
|
api.add_operation(:create_alias, Seahorse::Model::Operation.new.tap do |o|
|
1409
1737
|
o.name = "CreateAlias"
|
1410
1738
|
o.http_method = "POST"
|
@@ -1416,6 +1744,7 @@ module Aws::GameLift
|
|
1416
1744
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1417
1745
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1418
1746
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1747
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1419
1748
|
end)
|
1420
1749
|
|
1421
1750
|
api.add_operation(:create_build, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1427,6 +1756,7 @@ module Aws::GameLift
|
|
1427
1756
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1428
1757
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1429
1758
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1759
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1430
1760
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1431
1761
|
end)
|
1432
1762
|
|
@@ -1442,6 +1772,20 @@ module Aws::GameLift
|
|
1442
1772
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1443
1773
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1444
1774
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1775
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1776
|
+
end)
|
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)
|
1445
1789
|
end)
|
1446
1790
|
|
1447
1791
|
api.add_operation(:create_game_session, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1472,6 +1816,7 @@ module Aws::GameLift
|
|
1472
1816
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1473
1817
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1474
1818
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1819
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1475
1820
|
end)
|
1476
1821
|
|
1477
1822
|
api.add_operation(:create_matchmaking_configuration, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1485,6 +1830,7 @@ module Aws::GameLift
|
|
1485
1830
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1486
1831
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1487
1832
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
1833
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1488
1834
|
end)
|
1489
1835
|
|
1490
1836
|
api.add_operation(:create_matchmaking_rule_set, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1496,6 +1842,7 @@ module Aws::GameLift
|
|
1496
1842
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1497
1843
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1498
1844
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
1845
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1499
1846
|
end)
|
1500
1847
|
|
1501
1848
|
api.add_operation(:create_player_session, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1537,6 +1884,7 @@ module Aws::GameLift
|
|
1537
1884
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1538
1885
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1539
1886
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1887
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1540
1888
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1541
1889
|
end)
|
1542
1890
|
|
@@ -1573,6 +1921,7 @@ module Aws::GameLift
|
|
1573
1921
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1574
1922
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1575
1923
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1924
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1576
1925
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1577
1926
|
end)
|
1578
1927
|
|
@@ -1585,6 +1934,7 @@ module Aws::GameLift
|
|
1585
1934
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1586
1935
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1587
1936
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1937
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1588
1938
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1589
1939
|
end)
|
1590
1940
|
|
@@ -1599,6 +1949,19 @@ module Aws::GameLift
|
|
1599
1949
|
o.errors << Shapes::ShapeRef.new(shape: InvalidFleetStatusException)
|
1600
1950
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1601
1951
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1952
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1953
|
+
end)
|
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)
|
1602
1965
|
end)
|
1603
1966
|
|
1604
1967
|
api.add_operation(:delete_game_session_queue, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1611,6 +1974,7 @@ module Aws::GameLift
|
|
1611
1974
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1612
1975
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1613
1976
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1977
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1614
1978
|
end)
|
1615
1979
|
|
1616
1980
|
api.add_operation(:delete_matchmaking_configuration, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1623,6 +1987,7 @@ module Aws::GameLift
|
|
1623
1987
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1624
1988
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1625
1989
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
1990
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1626
1991
|
end)
|
1627
1992
|
|
1628
1993
|
api.add_operation(:delete_matchmaking_rule_set, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1635,6 +2000,7 @@ module Aws::GameLift
|
|
1635
2000
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1636
2001
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
1637
2002
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2003
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1638
2004
|
end)
|
1639
2005
|
|
1640
2006
|
api.add_operation(:delete_scaling_policy, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1658,6 +2024,7 @@ module Aws::GameLift
|
|
1658
2024
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1659
2025
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1660
2026
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2027
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1661
2028
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1662
2029
|
end)
|
1663
2030
|
|
@@ -1685,6 +2052,18 @@ module Aws::GameLift
|
|
1685
2052
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1686
2053
|
end)
|
1687
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
|
+
|
1688
2067
|
api.add_operation(:describe_alias, Seahorse::Model::Operation.new.tap do |o|
|
1689
2068
|
o.name = "DescribeAlias"
|
1690
2069
|
o.http_method = "POST"
|
@@ -1780,6 +2159,30 @@ module Aws::GameLift
|
|
1780
2159
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1781
2160
|
end)
|
1782
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
|
+
|
1783
2186
|
api.add_operation(:describe_game_session_details, Seahorse::Model::Operation.new.tap do |o|
|
1784
2187
|
o.name = "DescribeGameSessionDetails"
|
1785
2188
|
o.http_method = "POST"
|
@@ -2005,6 +2408,28 @@ module Aws::GameLift
|
|
2005
2408
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2006
2409
|
end)
|
2007
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
|
+
|
2008
2433
|
api.add_operation(:list_scripts, Seahorse::Model::Operation.new.tap do |o|
|
2009
2434
|
o.name = "ListScripts"
|
2010
2435
|
o.http_method = "POST"
|
@@ -2016,6 +2441,18 @@ module Aws::GameLift
|
|
2016
2441
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2017
2442
|
end)
|
2018
2443
|
|
2444
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
2445
|
+
o.name = "ListTagsForResource"
|
2446
|
+
o.http_method = "POST"
|
2447
|
+
o.http_request_uri = "/"
|
2448
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
2449
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
2450
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2451
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2452
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
2453
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2454
|
+
end)
|
2455
|
+
|
2019
2456
|
api.add_operation(:put_scaling_policy, Seahorse::Model::Operation.new.tap do |o|
|
2020
2457
|
o.name = "PutScalingPolicy"
|
2021
2458
|
o.http_method = "POST"
|
@@ -2028,6 +2465,19 @@ module Aws::GameLift
|
|
2028
2465
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2029
2466
|
end)
|
2030
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
|
+
|
2031
2481
|
api.add_operation(:request_upload_credentials, Seahorse::Model::Operation.new.tap do |o|
|
2032
2482
|
o.name = "RequestUploadCredentials"
|
2033
2483
|
o.http_method = "POST"
|
@@ -2053,6 +2503,18 @@ module Aws::GameLift
|
|
2053
2503
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2054
2504
|
end)
|
2055
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
|
+
|
2056
2518
|
api.add_operation(:search_game_sessions, Seahorse::Model::Operation.new.tap do |o|
|
2057
2519
|
o.name = "SearchGameSessions"
|
2058
2520
|
o.http_method = "POST"
|
@@ -2150,6 +2612,42 @@ module Aws::GameLift
|
|
2150
2612
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
2151
2613
|
end)
|
2152
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
|
+
|
2627
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
2628
|
+
o.name = "TagResource"
|
2629
|
+
o.http_method = "POST"
|
2630
|
+
o.http_request_uri = "/"
|
2631
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
2632
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
2633
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2634
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2635
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
2636
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2637
|
+
end)
|
2638
|
+
|
2639
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
2640
|
+
o.name = "UntagResource"
|
2641
|
+
o.http_method = "POST"
|
2642
|
+
o.http_request_uri = "/"
|
2643
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
2644
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
2645
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2646
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2647
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
2648
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2649
|
+
end)
|
2650
|
+
|
2153
2651
|
api.add_operation(:update_alias, Seahorse::Model::Operation.new.tap do |o|
|
2154
2652
|
o.name = "UpdateAlias"
|
2155
2653
|
o.http_method = "POST"
|
@@ -2219,6 +2717,30 @@ module Aws::GameLift
|
|
2219
2717
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2220
2718
|
end)
|
2221
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
|
+
|
2222
2744
|
api.add_operation(:update_game_session, Seahorse::Model::Operation.new.tap do |o|
|
2223
2745
|
o.name = "UpdateGameSession"
|
2224
2746
|
o.http_method = "POST"
|