aws-sdk-gamelift 1.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1247 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing for info on making contributions:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module GameLift
10
+ # @api private
11
+ module ClientApi
12
+
13
+ include Seahorse::Model
14
+
15
+ Alias = Shapes::StructureShape.new(name: 'Alias')
16
+ AliasId = Shapes::StringShape.new(name: 'AliasId')
17
+ AliasList = Shapes::ListShape.new(name: 'AliasList')
18
+ ArnStringModel = Shapes::StringShape.new(name: 'ArnStringModel')
19
+ AwsCredentials = Shapes::StructureShape.new(name: 'AwsCredentials')
20
+ Build = Shapes::StructureShape.new(name: 'Build')
21
+ BuildId = Shapes::StringShape.new(name: 'BuildId')
22
+ BuildList = Shapes::ListShape.new(name: 'BuildList')
23
+ BuildStatus = Shapes::StringShape.new(name: 'BuildStatus')
24
+ ComparisonOperatorType = Shapes::StringShape.new(name: 'ComparisonOperatorType')
25
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
26
+ CreateAliasInput = Shapes::StructureShape.new(name: 'CreateAliasInput')
27
+ CreateAliasOutput = Shapes::StructureShape.new(name: 'CreateAliasOutput')
28
+ CreateBuildInput = Shapes::StructureShape.new(name: 'CreateBuildInput')
29
+ CreateBuildOutput = Shapes::StructureShape.new(name: 'CreateBuildOutput')
30
+ CreateFleetInput = Shapes::StructureShape.new(name: 'CreateFleetInput')
31
+ CreateFleetOutput = Shapes::StructureShape.new(name: 'CreateFleetOutput')
32
+ CreateGameSessionInput = Shapes::StructureShape.new(name: 'CreateGameSessionInput')
33
+ CreateGameSessionOutput = Shapes::StructureShape.new(name: 'CreateGameSessionOutput')
34
+ CreatePlayerSessionInput = Shapes::StructureShape.new(name: 'CreatePlayerSessionInput')
35
+ CreatePlayerSessionOutput = Shapes::StructureShape.new(name: 'CreatePlayerSessionOutput')
36
+ CreatePlayerSessionsInput = Shapes::StructureShape.new(name: 'CreatePlayerSessionsInput')
37
+ CreatePlayerSessionsOutput = Shapes::StructureShape.new(name: 'CreatePlayerSessionsOutput')
38
+ DeleteAliasInput = Shapes::StructureShape.new(name: 'DeleteAliasInput')
39
+ DeleteBuildInput = Shapes::StructureShape.new(name: 'DeleteBuildInput')
40
+ DeleteFleetInput = Shapes::StructureShape.new(name: 'DeleteFleetInput')
41
+ DeleteScalingPolicyInput = Shapes::StructureShape.new(name: 'DeleteScalingPolicyInput')
42
+ DescribeAliasInput = Shapes::StructureShape.new(name: 'DescribeAliasInput')
43
+ DescribeAliasOutput = Shapes::StructureShape.new(name: 'DescribeAliasOutput')
44
+ DescribeBuildInput = Shapes::StructureShape.new(name: 'DescribeBuildInput')
45
+ DescribeBuildOutput = Shapes::StructureShape.new(name: 'DescribeBuildOutput')
46
+ DescribeEC2InstanceLimitsInput = Shapes::StructureShape.new(name: 'DescribeEC2InstanceLimitsInput')
47
+ DescribeEC2InstanceLimitsOutput = Shapes::StructureShape.new(name: 'DescribeEC2InstanceLimitsOutput')
48
+ DescribeFleetAttributesInput = Shapes::StructureShape.new(name: 'DescribeFleetAttributesInput')
49
+ DescribeFleetAttributesOutput = Shapes::StructureShape.new(name: 'DescribeFleetAttributesOutput')
50
+ DescribeFleetCapacityInput = Shapes::StructureShape.new(name: 'DescribeFleetCapacityInput')
51
+ DescribeFleetCapacityOutput = Shapes::StructureShape.new(name: 'DescribeFleetCapacityOutput')
52
+ DescribeFleetEventsInput = Shapes::StructureShape.new(name: 'DescribeFleetEventsInput')
53
+ DescribeFleetEventsOutput = Shapes::StructureShape.new(name: 'DescribeFleetEventsOutput')
54
+ DescribeFleetPortSettingsInput = Shapes::StructureShape.new(name: 'DescribeFleetPortSettingsInput')
55
+ DescribeFleetPortSettingsOutput = Shapes::StructureShape.new(name: 'DescribeFleetPortSettingsOutput')
56
+ DescribeFleetUtilizationInput = Shapes::StructureShape.new(name: 'DescribeFleetUtilizationInput')
57
+ DescribeFleetUtilizationOutput = Shapes::StructureShape.new(name: 'DescribeFleetUtilizationOutput')
58
+ DescribeGameSessionDetailsInput = Shapes::StructureShape.new(name: 'DescribeGameSessionDetailsInput')
59
+ DescribeGameSessionDetailsOutput = Shapes::StructureShape.new(name: 'DescribeGameSessionDetailsOutput')
60
+ DescribeGameSessionsInput = Shapes::StructureShape.new(name: 'DescribeGameSessionsInput')
61
+ DescribeGameSessionsOutput = Shapes::StructureShape.new(name: 'DescribeGameSessionsOutput')
62
+ DescribeInstancesInput = Shapes::StructureShape.new(name: 'DescribeInstancesInput')
63
+ DescribeInstancesOutput = Shapes::StructureShape.new(name: 'DescribeInstancesOutput')
64
+ DescribePlayerSessionsInput = Shapes::StructureShape.new(name: 'DescribePlayerSessionsInput')
65
+ DescribePlayerSessionsOutput = Shapes::StructureShape.new(name: 'DescribePlayerSessionsOutput')
66
+ DescribeRuntimeConfigurationInput = Shapes::StructureShape.new(name: 'DescribeRuntimeConfigurationInput')
67
+ DescribeRuntimeConfigurationOutput = Shapes::StructureShape.new(name: 'DescribeRuntimeConfigurationOutput')
68
+ DescribeScalingPoliciesInput = Shapes::StructureShape.new(name: 'DescribeScalingPoliciesInput')
69
+ DescribeScalingPoliciesOutput = Shapes::StructureShape.new(name: 'DescribeScalingPoliciesOutput')
70
+ Double = Shapes::FloatShape.new(name: 'Double')
71
+ EC2InstanceCounts = Shapes::StructureShape.new(name: 'EC2InstanceCounts')
72
+ EC2InstanceLimit = Shapes::StructureShape.new(name: 'EC2InstanceLimit')
73
+ EC2InstanceLimitList = Shapes::ListShape.new(name: 'EC2InstanceLimitList')
74
+ EC2InstanceType = Shapes::StringShape.new(name: 'EC2InstanceType')
75
+ Event = Shapes::StructureShape.new(name: 'Event')
76
+ EventCode = Shapes::StringShape.new(name: 'EventCode')
77
+ EventList = Shapes::ListShape.new(name: 'EventList')
78
+ FleetAttributes = Shapes::StructureShape.new(name: 'FleetAttributes')
79
+ FleetAttributesList = Shapes::ListShape.new(name: 'FleetAttributesList')
80
+ FleetCapacity = Shapes::StructureShape.new(name: 'FleetCapacity')
81
+ FleetCapacityExceededException = Shapes::StructureShape.new(name: 'FleetCapacityExceededException')
82
+ FleetCapacityList = Shapes::ListShape.new(name: 'FleetCapacityList')
83
+ FleetId = Shapes::StringShape.new(name: 'FleetId')
84
+ FleetIdList = Shapes::ListShape.new(name: 'FleetIdList')
85
+ FleetStatus = Shapes::StringShape.new(name: 'FleetStatus')
86
+ FleetUtilization = Shapes::StructureShape.new(name: 'FleetUtilization')
87
+ FleetUtilizationList = Shapes::ListShape.new(name: 'FleetUtilizationList')
88
+ FreeText = Shapes::StringShape.new(name: 'FreeText')
89
+ GameProperty = Shapes::StructureShape.new(name: 'GameProperty')
90
+ GamePropertyKey = Shapes::StringShape.new(name: 'GamePropertyKey')
91
+ GamePropertyList = Shapes::ListShape.new(name: 'GamePropertyList')
92
+ GamePropertyValue = Shapes::StringShape.new(name: 'GamePropertyValue')
93
+ GameSession = Shapes::StructureShape.new(name: 'GameSession')
94
+ GameSessionDetail = Shapes::StructureShape.new(name: 'GameSessionDetail')
95
+ GameSessionDetailList = Shapes::ListShape.new(name: 'GameSessionDetailList')
96
+ GameSessionFullException = Shapes::StructureShape.new(name: 'GameSessionFullException')
97
+ GameSessionList = Shapes::ListShape.new(name: 'GameSessionList')
98
+ GameSessionStatus = Shapes::StringShape.new(name: 'GameSessionStatus')
99
+ GetGameSessionLogUrlInput = Shapes::StructureShape.new(name: 'GetGameSessionLogUrlInput')
100
+ GetGameSessionLogUrlOutput = Shapes::StructureShape.new(name: 'GetGameSessionLogUrlOutput')
101
+ GetInstanceAccessInput = Shapes::StructureShape.new(name: 'GetInstanceAccessInput')
102
+ GetInstanceAccessOutput = Shapes::StructureShape.new(name: 'GetInstanceAccessOutput')
103
+ IdStringModel = Shapes::StringShape.new(name: 'IdStringModel')
104
+ IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
105
+ Instance = Shapes::StructureShape.new(name: 'Instance')
106
+ InstanceAccess = Shapes::StructureShape.new(name: 'InstanceAccess')
107
+ InstanceCredentials = Shapes::StructureShape.new(name: 'InstanceCredentials')
108
+ InstanceId = Shapes::StringShape.new(name: 'InstanceId')
109
+ InstanceList = Shapes::ListShape.new(name: 'InstanceList')
110
+ InstanceStatus = Shapes::StringShape.new(name: 'InstanceStatus')
111
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
112
+ InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
113
+ InvalidFleetStatusException = Shapes::StructureShape.new(name: 'InvalidFleetStatusException')
114
+ InvalidGameSessionStatusException = Shapes::StructureShape.new(name: 'InvalidGameSessionStatusException')
115
+ InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
116
+ IpAddress = Shapes::StringShape.new(name: 'IpAddress')
117
+ IpPermission = Shapes::StructureShape.new(name: 'IpPermission')
118
+ IpPermissionsList = Shapes::ListShape.new(name: 'IpPermissionsList')
119
+ IpProtocol = Shapes::StringShape.new(name: 'IpProtocol')
120
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
121
+ ListAliasesInput = Shapes::StructureShape.new(name: 'ListAliasesInput')
122
+ ListAliasesOutput = Shapes::StructureShape.new(name: 'ListAliasesOutput')
123
+ ListBuildsInput = Shapes::StructureShape.new(name: 'ListBuildsInput')
124
+ ListBuildsOutput = Shapes::StructureShape.new(name: 'ListBuildsOutput')
125
+ ListFleetsInput = Shapes::StructureShape.new(name: 'ListFleetsInput')
126
+ ListFleetsOutput = Shapes::StructureShape.new(name: 'ListFleetsOutput')
127
+ MetricName = Shapes::StringShape.new(name: 'MetricName')
128
+ NonBlankAndLengthConstraintString = Shapes::StringShape.new(name: 'NonBlankAndLengthConstraintString')
129
+ NonBlankString = Shapes::StringShape.new(name: 'NonBlankString')
130
+ NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
131
+ NonZeroAndMaxString = Shapes::StringShape.new(name: 'NonZeroAndMaxString')
132
+ NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
133
+ OperatingSystem = Shapes::StringShape.new(name: 'OperatingSystem')
134
+ PlayerIdList = Shapes::ListShape.new(name: 'PlayerIdList')
135
+ PlayerSession = Shapes::StructureShape.new(name: 'PlayerSession')
136
+ PlayerSessionCreationPolicy = Shapes::StringShape.new(name: 'PlayerSessionCreationPolicy')
137
+ PlayerSessionId = Shapes::StringShape.new(name: 'PlayerSessionId')
138
+ PlayerSessionList = Shapes::ListShape.new(name: 'PlayerSessionList')
139
+ PlayerSessionStatus = Shapes::StringShape.new(name: 'PlayerSessionStatus')
140
+ PortNumber = Shapes::IntegerShape.new(name: 'PortNumber')
141
+ PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
142
+ PositiveLong = Shapes::IntegerShape.new(name: 'PositiveLong')
143
+ ProtectionPolicy = Shapes::StringShape.new(name: 'ProtectionPolicy')
144
+ PutScalingPolicyInput = Shapes::StructureShape.new(name: 'PutScalingPolicyInput')
145
+ PutScalingPolicyOutput = Shapes::StructureShape.new(name: 'PutScalingPolicyOutput')
146
+ RequestUploadCredentialsInput = Shapes::StructureShape.new(name: 'RequestUploadCredentialsInput')
147
+ RequestUploadCredentialsOutput = Shapes::StructureShape.new(name: 'RequestUploadCredentialsOutput')
148
+ ResolveAliasInput = Shapes::StructureShape.new(name: 'ResolveAliasInput')
149
+ ResolveAliasOutput = Shapes::StructureShape.new(name: 'ResolveAliasOutput')
150
+ ResourceCreationLimitPolicy = Shapes::StructureShape.new(name: 'ResourceCreationLimitPolicy')
151
+ RoutingStrategy = Shapes::StructureShape.new(name: 'RoutingStrategy')
152
+ RoutingStrategyType = Shapes::StringShape.new(name: 'RoutingStrategyType')
153
+ RuntimeConfiguration = Shapes::StructureShape.new(name: 'RuntimeConfiguration')
154
+ S3Location = Shapes::StructureShape.new(name: 'S3Location')
155
+ ScalingAdjustmentType = Shapes::StringShape.new(name: 'ScalingAdjustmentType')
156
+ ScalingPolicy = Shapes::StructureShape.new(name: 'ScalingPolicy')
157
+ ScalingPolicyList = Shapes::ListShape.new(name: 'ScalingPolicyList')
158
+ ScalingStatusType = Shapes::StringShape.new(name: 'ScalingStatusType')
159
+ SearchGameSessionsInput = Shapes::StructureShape.new(name: 'SearchGameSessionsInput')
160
+ SearchGameSessionsOutput = Shapes::StructureShape.new(name: 'SearchGameSessionsOutput')
161
+ ServerProcess = Shapes::StructureShape.new(name: 'ServerProcess')
162
+ ServerProcessList = Shapes::ListShape.new(name: 'ServerProcessList')
163
+ StringList = Shapes::ListShape.new(name: 'StringList')
164
+ TerminalRoutingStrategyException = Shapes::StructureShape.new(name: 'TerminalRoutingStrategyException')
165
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
166
+ UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
167
+ UpdateAliasInput = Shapes::StructureShape.new(name: 'UpdateAliasInput')
168
+ UpdateAliasOutput = Shapes::StructureShape.new(name: 'UpdateAliasOutput')
169
+ UpdateBuildInput = Shapes::StructureShape.new(name: 'UpdateBuildInput')
170
+ UpdateBuildOutput = Shapes::StructureShape.new(name: 'UpdateBuildOutput')
171
+ UpdateFleetAttributesInput = Shapes::StructureShape.new(name: 'UpdateFleetAttributesInput')
172
+ UpdateFleetAttributesOutput = Shapes::StructureShape.new(name: 'UpdateFleetAttributesOutput')
173
+ UpdateFleetCapacityInput = Shapes::StructureShape.new(name: 'UpdateFleetCapacityInput')
174
+ UpdateFleetCapacityOutput = Shapes::StructureShape.new(name: 'UpdateFleetCapacityOutput')
175
+ UpdateFleetPortSettingsInput = Shapes::StructureShape.new(name: 'UpdateFleetPortSettingsInput')
176
+ UpdateFleetPortSettingsOutput = Shapes::StructureShape.new(name: 'UpdateFleetPortSettingsOutput')
177
+ UpdateGameSessionInput = Shapes::StructureShape.new(name: 'UpdateGameSessionInput')
178
+ UpdateGameSessionOutput = Shapes::StructureShape.new(name: 'UpdateGameSessionOutput')
179
+ UpdateRuntimeConfigurationInput = Shapes::StructureShape.new(name: 'UpdateRuntimeConfigurationInput')
180
+ UpdateRuntimeConfigurationOutput = Shapes::StructureShape.new(name: 'UpdateRuntimeConfigurationOutput')
181
+ WholeNumber = Shapes::IntegerShape.new(name: 'WholeNumber')
182
+
183
+ Alias.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasId, location_name: "AliasId"))
184
+ Alias.add_member(:name, Shapes::ShapeRef.new(shape: NonBlankAndLengthConstraintString, location_name: "Name"))
185
+ Alias.add_member(:description, Shapes::ShapeRef.new(shape: FreeText, location_name: "Description"))
186
+ Alias.add_member(:routing_strategy, Shapes::ShapeRef.new(shape: RoutingStrategy, location_name: "RoutingStrategy"))
187
+ Alias.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
188
+ Alias.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
189
+ Alias.struct_class = Types::Alias
190
+
191
+ AliasList.member = Shapes::ShapeRef.new(shape: Alias)
192
+
193
+ AwsCredentials.add_member(:access_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AccessKeyId"))
194
+ AwsCredentials.add_member(:secret_access_key, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SecretAccessKey"))
195
+ AwsCredentials.add_member(:session_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SessionToken"))
196
+ AwsCredentials.struct_class = Types::AwsCredentials
197
+
198
+ Build.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildId, location_name: "BuildId"))
199
+ Build.add_member(:name, Shapes::ShapeRef.new(shape: FreeText, location_name: "Name"))
200
+ Build.add_member(:version, Shapes::ShapeRef.new(shape: FreeText, location_name: "Version"))
201
+ Build.add_member(:status, Shapes::ShapeRef.new(shape: BuildStatus, location_name: "Status"))
202
+ Build.add_member(:size_on_disk, Shapes::ShapeRef.new(shape: PositiveLong, location_name: "SizeOnDisk"))
203
+ Build.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, location_name: "OperatingSystem"))
204
+ Build.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
205
+ Build.struct_class = Types::Build
206
+
207
+ BuildList.member = Shapes::ShapeRef.new(shape: Build)
208
+
209
+ CreateAliasInput.add_member(:name, Shapes::ShapeRef.new(shape: NonBlankAndLengthConstraintString, required: true, location_name: "Name"))
210
+ CreateAliasInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
211
+ CreateAliasInput.add_member(:routing_strategy, Shapes::ShapeRef.new(shape: RoutingStrategy, required: true, location_name: "RoutingStrategy"))
212
+ CreateAliasInput.struct_class = Types::CreateAliasInput
213
+
214
+ CreateAliasOutput.add_member(:alias, Shapes::ShapeRef.new(shape: Alias, location_name: "Alias"))
215
+ CreateAliasOutput.struct_class = Types::CreateAliasOutput
216
+
217
+ CreateBuildInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
218
+ CreateBuildInput.add_member(:version, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Version"))
219
+ CreateBuildInput.add_member(:storage_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "StorageLocation"))
220
+ CreateBuildInput.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, location_name: "OperatingSystem"))
221
+ CreateBuildInput.struct_class = Types::CreateBuildInput
222
+
223
+ CreateBuildOutput.add_member(:build, Shapes::ShapeRef.new(shape: Build, location_name: "Build"))
224
+ CreateBuildOutput.add_member(:upload_credentials, Shapes::ShapeRef.new(shape: AwsCredentials, location_name: "UploadCredentials"))
225
+ CreateBuildOutput.add_member(:storage_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "StorageLocation"))
226
+ CreateBuildOutput.struct_class = Types::CreateBuildOutput
227
+
228
+ CreateFleetInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "Name"))
229
+ CreateFleetInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
230
+ CreateFleetInput.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildId, required: true, location_name: "BuildId"))
231
+ CreateFleetInput.add_member(:server_launch_path, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "ServerLaunchPath"))
232
+ CreateFleetInput.add_member(:server_launch_parameters, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "ServerLaunchParameters"))
233
+ CreateFleetInput.add_member(:log_paths, Shapes::ShapeRef.new(shape: StringList, location_name: "LogPaths"))
234
+ CreateFleetInput.add_member(:ec2_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, required: true, location_name: "EC2InstanceType"))
235
+ CreateFleetInput.add_member(:ec2_inbound_permissions, Shapes::ShapeRef.new(shape: IpPermissionsList, location_name: "EC2InboundPermissions"))
236
+ CreateFleetInput.add_member(:new_game_session_protection_policy, Shapes::ShapeRef.new(shape: ProtectionPolicy, location_name: "NewGameSessionProtectionPolicy"))
237
+ CreateFleetInput.add_member(:runtime_configuration, Shapes::ShapeRef.new(shape: RuntimeConfiguration, location_name: "RuntimeConfiguration"))
238
+ CreateFleetInput.add_member(:resource_creation_limit_policy, Shapes::ShapeRef.new(shape: ResourceCreationLimitPolicy, location_name: "ResourceCreationLimitPolicy"))
239
+ CreateFleetInput.struct_class = Types::CreateFleetInput
240
+
241
+ CreateFleetOutput.add_member(:fleet_attributes, Shapes::ShapeRef.new(shape: FleetAttributes, location_name: "FleetAttributes"))
242
+ CreateFleetOutput.struct_class = Types::CreateFleetOutput
243
+
244
+ CreateGameSessionInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
245
+ CreateGameSessionInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasId, location_name: "AliasId"))
246
+ CreateGameSessionInput.add_member(:maximum_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, required: true, location_name: "MaximumPlayerSessionCount"))
247
+ CreateGameSessionInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
248
+ CreateGameSessionInput.add_member(:game_properties, Shapes::ShapeRef.new(shape: GamePropertyList, location_name: "GameProperties"))
249
+ CreateGameSessionInput.add_member(:creator_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "CreatorId"))
250
+ CreateGameSessionInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: IdStringModel, location_name: "GameSessionId"))
251
+ CreateGameSessionInput.struct_class = Types::CreateGameSessionInput
252
+
253
+ CreateGameSessionOutput.add_member(:game_session, Shapes::ShapeRef.new(shape: GameSession, location_name: "GameSession"))
254
+ CreateGameSessionOutput.struct_class = Types::CreateGameSessionOutput
255
+
256
+ CreatePlayerSessionInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, required: true, location_name: "GameSessionId"))
257
+ CreatePlayerSessionInput.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "PlayerId"))
258
+ CreatePlayerSessionInput.struct_class = Types::CreatePlayerSessionInput
259
+
260
+ CreatePlayerSessionOutput.add_member(:player_session, Shapes::ShapeRef.new(shape: PlayerSession, location_name: "PlayerSession"))
261
+ CreatePlayerSessionOutput.struct_class = Types::CreatePlayerSessionOutput
262
+
263
+ CreatePlayerSessionsInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, required: true, location_name: "GameSessionId"))
264
+ CreatePlayerSessionsInput.add_member(:player_ids, Shapes::ShapeRef.new(shape: PlayerIdList, required: true, location_name: "PlayerIds"))
265
+ CreatePlayerSessionsInput.struct_class = Types::CreatePlayerSessionsInput
266
+
267
+ CreatePlayerSessionsOutput.add_member(:player_sessions, Shapes::ShapeRef.new(shape: PlayerSessionList, location_name: "PlayerSessions"))
268
+ CreatePlayerSessionsOutput.struct_class = Types::CreatePlayerSessionsOutput
269
+
270
+ DeleteAliasInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasId, required: true, location_name: "AliasId"))
271
+ DeleteAliasInput.struct_class = Types::DeleteAliasInput
272
+
273
+ DeleteBuildInput.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildId, required: true, location_name: "BuildId"))
274
+ DeleteBuildInput.struct_class = Types::DeleteBuildInput
275
+
276
+ DeleteFleetInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "FleetId"))
277
+ DeleteFleetInput.struct_class = Types::DeleteFleetInput
278
+
279
+ DeleteScalingPolicyInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "Name"))
280
+ DeleteScalingPolicyInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "FleetId"))
281
+ DeleteScalingPolicyInput.struct_class = Types::DeleteScalingPolicyInput
282
+
283
+ DescribeAliasInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasId, required: true, location_name: "AliasId"))
284
+ DescribeAliasInput.struct_class = Types::DescribeAliasInput
285
+
286
+ DescribeAliasOutput.add_member(:alias, Shapes::ShapeRef.new(shape: Alias, location_name: "Alias"))
287
+ DescribeAliasOutput.struct_class = Types::DescribeAliasOutput
288
+
289
+ DescribeBuildInput.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildId, required: true, location_name: "BuildId"))
290
+ DescribeBuildInput.struct_class = Types::DescribeBuildInput
291
+
292
+ DescribeBuildOutput.add_member(:build, Shapes::ShapeRef.new(shape: Build, location_name: "Build"))
293
+ DescribeBuildOutput.struct_class = Types::DescribeBuildOutput
294
+
295
+ DescribeEC2InstanceLimitsInput.add_member(:ec2_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "EC2InstanceType"))
296
+ DescribeEC2InstanceLimitsInput.struct_class = Types::DescribeEC2InstanceLimitsInput
297
+
298
+ DescribeEC2InstanceLimitsOutput.add_member(:ec2_instance_limits, Shapes::ShapeRef.new(shape: EC2InstanceLimitList, location_name: "EC2InstanceLimits"))
299
+ DescribeEC2InstanceLimitsOutput.struct_class = Types::DescribeEC2InstanceLimitsOutput
300
+
301
+ DescribeFleetAttributesInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape: FleetIdList, location_name: "FleetIds"))
302
+ DescribeFleetAttributesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
303
+ DescribeFleetAttributesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
304
+ DescribeFleetAttributesInput.struct_class = Types::DescribeFleetAttributesInput
305
+
306
+ DescribeFleetAttributesOutput.add_member(:fleet_attributes, Shapes::ShapeRef.new(shape: FleetAttributesList, location_name: "FleetAttributes"))
307
+ DescribeFleetAttributesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
308
+ DescribeFleetAttributesOutput.struct_class = Types::DescribeFleetAttributesOutput
309
+
310
+ DescribeFleetCapacityInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape: FleetIdList, location_name: "FleetIds"))
311
+ DescribeFleetCapacityInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
312
+ DescribeFleetCapacityInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
313
+ DescribeFleetCapacityInput.struct_class = Types::DescribeFleetCapacityInput
314
+
315
+ DescribeFleetCapacityOutput.add_member(:fleet_capacity, Shapes::ShapeRef.new(shape: FleetCapacityList, location_name: "FleetCapacity"))
316
+ DescribeFleetCapacityOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
317
+ DescribeFleetCapacityOutput.struct_class = Types::DescribeFleetCapacityOutput
318
+
319
+ DescribeFleetEventsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "FleetId"))
320
+ DescribeFleetEventsInput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
321
+ DescribeFleetEventsInput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
322
+ DescribeFleetEventsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
323
+ DescribeFleetEventsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
324
+ DescribeFleetEventsInput.struct_class = Types::DescribeFleetEventsInput
325
+
326
+ DescribeFleetEventsOutput.add_member(:events, Shapes::ShapeRef.new(shape: EventList, location_name: "Events"))
327
+ DescribeFleetEventsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
328
+ DescribeFleetEventsOutput.struct_class = Types::DescribeFleetEventsOutput
329
+
330
+ DescribeFleetPortSettingsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "FleetId"))
331
+ DescribeFleetPortSettingsInput.struct_class = Types::DescribeFleetPortSettingsInput
332
+
333
+ DescribeFleetPortSettingsOutput.add_member(:inbound_permissions, Shapes::ShapeRef.new(shape: IpPermissionsList, location_name: "InboundPermissions"))
334
+ DescribeFleetPortSettingsOutput.struct_class = Types::DescribeFleetPortSettingsOutput
335
+
336
+ DescribeFleetUtilizationInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape: FleetIdList, location_name: "FleetIds"))
337
+ DescribeFleetUtilizationInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
338
+ DescribeFleetUtilizationInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
339
+ DescribeFleetUtilizationInput.struct_class = Types::DescribeFleetUtilizationInput
340
+
341
+ DescribeFleetUtilizationOutput.add_member(:fleet_utilization, Shapes::ShapeRef.new(shape: FleetUtilizationList, location_name: "FleetUtilization"))
342
+ DescribeFleetUtilizationOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
343
+ DescribeFleetUtilizationOutput.struct_class = Types::DescribeFleetUtilizationOutput
344
+
345
+ DescribeGameSessionDetailsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
346
+ DescribeGameSessionDetailsInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionId"))
347
+ DescribeGameSessionDetailsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasId, location_name: "AliasId"))
348
+ DescribeGameSessionDetailsInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "StatusFilter"))
349
+ DescribeGameSessionDetailsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
350
+ DescribeGameSessionDetailsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
351
+ DescribeGameSessionDetailsInput.struct_class = Types::DescribeGameSessionDetailsInput
352
+
353
+ DescribeGameSessionDetailsOutput.add_member(:game_session_details, Shapes::ShapeRef.new(shape: GameSessionDetailList, location_name: "GameSessionDetails"))
354
+ DescribeGameSessionDetailsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
355
+ DescribeGameSessionDetailsOutput.struct_class = Types::DescribeGameSessionDetailsOutput
356
+
357
+ DescribeGameSessionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
358
+ DescribeGameSessionsInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionId"))
359
+ DescribeGameSessionsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasId, location_name: "AliasId"))
360
+ DescribeGameSessionsInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "StatusFilter"))
361
+ DescribeGameSessionsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
362
+ DescribeGameSessionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
363
+ DescribeGameSessionsInput.struct_class = Types::DescribeGameSessionsInput
364
+
365
+ DescribeGameSessionsOutput.add_member(:game_sessions, Shapes::ShapeRef.new(shape: GameSessionList, location_name: "GameSessions"))
366
+ DescribeGameSessionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
367
+ DescribeGameSessionsOutput.struct_class = Types::DescribeGameSessionsOutput
368
+
369
+ DescribeInstancesInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "FleetId"))
370
+ DescribeInstancesInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
371
+ DescribeInstancesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
372
+ DescribeInstancesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
373
+ DescribeInstancesInput.struct_class = Types::DescribeInstancesInput
374
+
375
+ DescribeInstancesOutput.add_member(:instances, Shapes::ShapeRef.new(shape: InstanceList, location_name: "Instances"))
376
+ DescribeInstancesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
377
+ DescribeInstancesOutput.struct_class = Types::DescribeInstancesOutput
378
+
379
+ DescribePlayerSessionsInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionId"))
380
+ DescribePlayerSessionsInput.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
381
+ DescribePlayerSessionsInput.add_member(:player_session_id, Shapes::ShapeRef.new(shape: PlayerSessionId, location_name: "PlayerSessionId"))
382
+ DescribePlayerSessionsInput.add_member(:player_session_status_filter, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerSessionStatusFilter"))
383
+ DescribePlayerSessionsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
384
+ DescribePlayerSessionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
385
+ DescribePlayerSessionsInput.struct_class = Types::DescribePlayerSessionsInput
386
+
387
+ DescribePlayerSessionsOutput.add_member(:player_sessions, Shapes::ShapeRef.new(shape: PlayerSessionList, location_name: "PlayerSessions"))
388
+ DescribePlayerSessionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
389
+ DescribePlayerSessionsOutput.struct_class = Types::DescribePlayerSessionsOutput
390
+
391
+ DescribeRuntimeConfigurationInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "FleetId"))
392
+ DescribeRuntimeConfigurationInput.struct_class = Types::DescribeRuntimeConfigurationInput
393
+
394
+ DescribeRuntimeConfigurationOutput.add_member(:runtime_configuration, Shapes::ShapeRef.new(shape: RuntimeConfiguration, location_name: "RuntimeConfiguration"))
395
+ DescribeRuntimeConfigurationOutput.struct_class = Types::DescribeRuntimeConfigurationOutput
396
+
397
+ DescribeScalingPoliciesInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "FleetId"))
398
+ DescribeScalingPoliciesInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: ScalingStatusType, location_name: "StatusFilter"))
399
+ DescribeScalingPoliciesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
400
+ DescribeScalingPoliciesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
401
+ DescribeScalingPoliciesInput.struct_class = Types::DescribeScalingPoliciesInput
402
+
403
+ DescribeScalingPoliciesOutput.add_member(:scaling_policies, Shapes::ShapeRef.new(shape: ScalingPolicyList, location_name: "ScalingPolicies"))
404
+ DescribeScalingPoliciesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
405
+ DescribeScalingPoliciesOutput.struct_class = Types::DescribeScalingPoliciesOutput
406
+
407
+ EC2InstanceCounts.add_member(:desired, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "DESIRED"))
408
+ EC2InstanceCounts.add_member(:minimum, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MINIMUM"))
409
+ EC2InstanceCounts.add_member(:maximum, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MAXIMUM"))
410
+ EC2InstanceCounts.add_member(:pending, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "PENDING"))
411
+ EC2InstanceCounts.add_member(:active, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "ACTIVE"))
412
+ EC2InstanceCounts.add_member(:idle, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "IDLE"))
413
+ EC2InstanceCounts.add_member(:terminating, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TERMINATING"))
414
+ EC2InstanceCounts.struct_class = Types::EC2InstanceCounts
415
+
416
+ EC2InstanceLimit.add_member(:ec2_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "EC2InstanceType"))
417
+ EC2InstanceLimit.add_member(:current_instances, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "CurrentInstances"))
418
+ EC2InstanceLimit.add_member(:instance_limit, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "InstanceLimit"))
419
+ EC2InstanceLimit.struct_class = Types::EC2InstanceLimit
420
+
421
+ EC2InstanceLimitList.member = Shapes::ShapeRef.new(shape: EC2InstanceLimit)
422
+
423
+ Event.add_member(:event_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "EventId"))
424
+ Event.add_member(:resource_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "ResourceId"))
425
+ Event.add_member(:event_code, Shapes::ShapeRef.new(shape: EventCode, location_name: "EventCode"))
426
+ Event.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
427
+ Event.add_member(:event_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EventTime"))
428
+ Event.struct_class = Types::Event
429
+
430
+ EventList.member = Shapes::ShapeRef.new(shape: Event)
431
+
432
+ FleetAttributes.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
433
+ FleetAttributes.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
434
+ FleetAttributes.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
435
+ FleetAttributes.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
436
+ FleetAttributes.add_member(:termination_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TerminationTime"))
437
+ FleetAttributes.add_member(:status, Shapes::ShapeRef.new(shape: FleetStatus, location_name: "Status"))
438
+ FleetAttributes.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildId, location_name: "BuildId"))
439
+ FleetAttributes.add_member(:server_launch_path, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "ServerLaunchPath"))
440
+ FleetAttributes.add_member(:server_launch_parameters, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "ServerLaunchParameters"))
441
+ FleetAttributes.add_member(:log_paths, Shapes::ShapeRef.new(shape: StringList, location_name: "LogPaths"))
442
+ FleetAttributes.add_member(:new_game_session_protection_policy, Shapes::ShapeRef.new(shape: ProtectionPolicy, location_name: "NewGameSessionProtectionPolicy"))
443
+ FleetAttributes.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, location_name: "OperatingSystem"))
444
+ FleetAttributes.add_member(:resource_creation_limit_policy, Shapes::ShapeRef.new(shape: ResourceCreationLimitPolicy, location_name: "ResourceCreationLimitPolicy"))
445
+ FleetAttributes.struct_class = Types::FleetAttributes
446
+
447
+ FleetAttributesList.member = Shapes::ShapeRef.new(shape: FleetAttributes)
448
+
449
+ FleetCapacity.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
450
+ FleetCapacity.add_member(:instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "InstanceType"))
451
+ FleetCapacity.add_member(:instance_counts, Shapes::ShapeRef.new(shape: EC2InstanceCounts, location_name: "InstanceCounts"))
452
+ FleetCapacity.struct_class = Types::FleetCapacity
453
+
454
+ FleetCapacityList.member = Shapes::ShapeRef.new(shape: FleetCapacity)
455
+
456
+ FleetIdList.member = Shapes::ShapeRef.new(shape: FleetId)
457
+
458
+ FleetUtilization.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
459
+ FleetUtilization.add_member(:active_server_process_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "ActiveServerProcessCount"))
460
+ FleetUtilization.add_member(:active_game_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "ActiveGameSessionCount"))
461
+ FleetUtilization.add_member(:current_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "CurrentPlayerSessionCount"))
462
+ FleetUtilization.add_member(:maximum_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MaximumPlayerSessionCount"))
463
+ FleetUtilization.struct_class = Types::FleetUtilization
464
+
465
+ FleetUtilizationList.member = Shapes::ShapeRef.new(shape: FleetUtilization)
466
+
467
+ GameProperty.add_member(:key, Shapes::ShapeRef.new(shape: GamePropertyKey, required: true, location_name: "Key"))
468
+ GameProperty.add_member(:value, Shapes::ShapeRef.new(shape: GamePropertyValue, required: true, location_name: "Value"))
469
+ GameProperty.struct_class = Types::GameProperty
470
+
471
+ GamePropertyList.member = Shapes::ShapeRef.new(shape: GameProperty)
472
+
473
+ GameSession.add_member(:game_session_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "GameSessionId"))
474
+ GameSession.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
475
+ GameSession.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
476
+ GameSession.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
477
+ GameSession.add_member(:termination_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TerminationTime"))
478
+ GameSession.add_member(:current_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "CurrentPlayerSessionCount"))
479
+ GameSession.add_member(:maximum_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MaximumPlayerSessionCount"))
480
+ GameSession.add_member(:status, Shapes::ShapeRef.new(shape: GameSessionStatus, location_name: "Status"))
481
+ GameSession.add_member(:game_properties, Shapes::ShapeRef.new(shape: GamePropertyList, location_name: "GameProperties"))
482
+ GameSession.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
483
+ GameSession.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "Port"))
484
+ GameSession.add_member(:player_session_creation_policy, Shapes::ShapeRef.new(shape: PlayerSessionCreationPolicy, location_name: "PlayerSessionCreationPolicy"))
485
+ GameSession.add_member(:creator_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "CreatorId"))
486
+ GameSession.struct_class = Types::GameSession
487
+
488
+ GameSessionDetail.add_member(:game_session, Shapes::ShapeRef.new(shape: GameSession, location_name: "GameSession"))
489
+ GameSessionDetail.add_member(:protection_policy, Shapes::ShapeRef.new(shape: ProtectionPolicy, location_name: "ProtectionPolicy"))
490
+ GameSessionDetail.struct_class = Types::GameSessionDetail
491
+
492
+ GameSessionDetailList.member = Shapes::ShapeRef.new(shape: GameSessionDetail)
493
+
494
+ GameSessionList.member = Shapes::ShapeRef.new(shape: GameSession)
495
+
496
+ GetGameSessionLogUrlInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, required: true, location_name: "GameSessionId"))
497
+ GetGameSessionLogUrlInput.struct_class = Types::GetGameSessionLogUrlInput
498
+
499
+ GetGameSessionLogUrlOutput.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PreSignedUrl"))
500
+ GetGameSessionLogUrlOutput.struct_class = Types::GetGameSessionLogUrlOutput
501
+
502
+ GetInstanceAccessInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "FleetId"))
503
+ GetInstanceAccessInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
504
+ GetInstanceAccessInput.struct_class = Types::GetInstanceAccessInput
505
+
506
+ GetInstanceAccessOutput.add_member(:instance_access, Shapes::ShapeRef.new(shape: InstanceAccess, location_name: "InstanceAccess"))
507
+ GetInstanceAccessOutput.struct_class = Types::GetInstanceAccessOutput
508
+
509
+ Instance.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
510
+ Instance.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
511
+ Instance.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
512
+ Instance.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, location_name: "OperatingSystem"))
513
+ Instance.add_member(:type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "Type"))
514
+ Instance.add_member(:status, Shapes::ShapeRef.new(shape: InstanceStatus, location_name: "Status"))
515
+ Instance.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
516
+ Instance.struct_class = Types::Instance
517
+
518
+ InstanceAccess.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
519
+ InstanceAccess.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
520
+ InstanceAccess.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
521
+ InstanceAccess.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, location_name: "OperatingSystem"))
522
+ InstanceAccess.add_member(:credentials, Shapes::ShapeRef.new(shape: InstanceCredentials, location_name: "Credentials"))
523
+ InstanceAccess.struct_class = Types::InstanceAccess
524
+
525
+ InstanceCredentials.add_member(:user_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "UserName"))
526
+ InstanceCredentials.add_member(:secret, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Secret"))
527
+ InstanceCredentials.struct_class = Types::InstanceCredentials
528
+
529
+ InstanceList.member = Shapes::ShapeRef.new(shape: Instance)
530
+
531
+ IpPermission.add_member(:from_port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "FromPort"))
532
+ IpPermission.add_member(:to_port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "ToPort"))
533
+ IpPermission.add_member(:ip_range, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "IpRange"))
534
+ IpPermission.add_member(:protocol, Shapes::ShapeRef.new(shape: IpProtocol, required: true, location_name: "Protocol"))
535
+ IpPermission.struct_class = Types::IpPermission
536
+
537
+ IpPermissionsList.member = Shapes::ShapeRef.new(shape: IpPermission)
538
+
539
+ ListAliasesInput.add_member(:routing_strategy_type, Shapes::ShapeRef.new(shape: RoutingStrategyType, location_name: "RoutingStrategyType"))
540
+ ListAliasesInput.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
541
+ ListAliasesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
542
+ ListAliasesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "NextToken"))
543
+ ListAliasesInput.struct_class = Types::ListAliasesInput
544
+
545
+ ListAliasesOutput.add_member(:aliases, Shapes::ShapeRef.new(shape: AliasList, location_name: "Aliases"))
546
+ ListAliasesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "NextToken"))
547
+ ListAliasesOutput.struct_class = Types::ListAliasesOutput
548
+
549
+ ListBuildsInput.add_member(:status, Shapes::ShapeRef.new(shape: BuildStatus, location_name: "Status"))
550
+ ListBuildsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
551
+ ListBuildsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "NextToken"))
552
+ ListBuildsInput.struct_class = Types::ListBuildsInput
553
+
554
+ ListBuildsOutput.add_member(:builds, Shapes::ShapeRef.new(shape: BuildList, location_name: "Builds"))
555
+ ListBuildsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "NextToken"))
556
+ ListBuildsOutput.struct_class = Types::ListBuildsOutput
557
+
558
+ ListFleetsInput.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildId, location_name: "BuildId"))
559
+ ListFleetsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
560
+ ListFleetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
561
+ ListFleetsInput.struct_class = Types::ListFleetsInput
562
+
563
+ ListFleetsOutput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape: FleetIdList, location_name: "FleetIds"))
564
+ ListFleetsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
565
+ ListFleetsOutput.struct_class = Types::ListFleetsOutput
566
+
567
+ PlayerIdList.member = Shapes::ShapeRef.new(shape: NonZeroAndMaxString)
568
+
569
+ PlayerSession.add_member(:player_session_id, Shapes::ShapeRef.new(shape: PlayerSessionId, location_name: "PlayerSessionId"))
570
+ PlayerSession.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
571
+ PlayerSession.add_member(:game_session_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "GameSessionId"))
572
+ PlayerSession.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
573
+ PlayerSession.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
574
+ PlayerSession.add_member(:termination_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TerminationTime"))
575
+ PlayerSession.add_member(:status, Shapes::ShapeRef.new(shape: PlayerSessionStatus, location_name: "Status"))
576
+ PlayerSession.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
577
+ PlayerSession.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "Port"))
578
+ PlayerSession.struct_class = Types::PlayerSession
579
+
580
+ PlayerSessionList.member = Shapes::ShapeRef.new(shape: PlayerSession)
581
+
582
+ PutScalingPolicyInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "Name"))
583
+ PutScalingPolicyInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "FleetId"))
584
+ PutScalingPolicyInput.add_member(:scaling_adjustment, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ScalingAdjustment"))
585
+ PutScalingPolicyInput.add_member(:scaling_adjustment_type, Shapes::ShapeRef.new(shape: ScalingAdjustmentType, required: true, location_name: "ScalingAdjustmentType"))
586
+ PutScalingPolicyInput.add_member(:threshold, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "Threshold"))
587
+ PutScalingPolicyInput.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperatorType, required: true, location_name: "ComparisonOperator"))
588
+ PutScalingPolicyInput.add_member(:evaluation_periods, Shapes::ShapeRef.new(shape: PositiveInteger, required: true, location_name: "EvaluationPeriods"))
589
+ PutScalingPolicyInput.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "MetricName"))
590
+ PutScalingPolicyInput.struct_class = Types::PutScalingPolicyInput
591
+
592
+ PutScalingPolicyOutput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
593
+ PutScalingPolicyOutput.struct_class = Types::PutScalingPolicyOutput
594
+
595
+ RequestUploadCredentialsInput.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildId, required: true, location_name: "BuildId"))
596
+ RequestUploadCredentialsInput.struct_class = Types::RequestUploadCredentialsInput
597
+
598
+ RequestUploadCredentialsOutput.add_member(:upload_credentials, Shapes::ShapeRef.new(shape: AwsCredentials, location_name: "UploadCredentials"))
599
+ RequestUploadCredentialsOutput.add_member(:storage_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "StorageLocation"))
600
+ RequestUploadCredentialsOutput.struct_class = Types::RequestUploadCredentialsOutput
601
+
602
+ ResolveAliasInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasId, required: true, location_name: "AliasId"))
603
+ ResolveAliasInput.struct_class = Types::ResolveAliasInput
604
+
605
+ ResolveAliasOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
606
+ ResolveAliasOutput.struct_class = Types::ResolveAliasOutput
607
+
608
+ ResourceCreationLimitPolicy.add_member(:new_game_sessions_per_creator, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "NewGameSessionsPerCreator"))
609
+ ResourceCreationLimitPolicy.add_member(:policy_period_in_minutes, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "PolicyPeriodInMinutes"))
610
+ ResourceCreationLimitPolicy.struct_class = Types::ResourceCreationLimitPolicy
611
+
612
+ RoutingStrategy.add_member(:type, Shapes::ShapeRef.new(shape: RoutingStrategyType, location_name: "Type"))
613
+ RoutingStrategy.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
614
+ RoutingStrategy.add_member(:message, Shapes::ShapeRef.new(shape: FreeText, location_name: "Message"))
615
+ RoutingStrategy.struct_class = Types::RoutingStrategy
616
+
617
+ RuntimeConfiguration.add_member(:server_processes, Shapes::ShapeRef.new(shape: ServerProcessList, location_name: "ServerProcesses"))
618
+ RuntimeConfiguration.struct_class = Types::RuntimeConfiguration
619
+
620
+ S3Location.add_member(:bucket, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Bucket"))
621
+ S3Location.add_member(:key, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Key"))
622
+ S3Location.add_member(:role_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RoleArn"))
623
+ S3Location.struct_class = Types::S3Location
624
+
625
+ ScalingPolicy.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
626
+ ScalingPolicy.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
627
+ ScalingPolicy.add_member(:status, Shapes::ShapeRef.new(shape: ScalingStatusType, location_name: "Status"))
628
+ ScalingPolicy.add_member(:scaling_adjustment, Shapes::ShapeRef.new(shape: Integer, location_name: "ScalingAdjustment"))
629
+ ScalingPolicy.add_member(:scaling_adjustment_type, Shapes::ShapeRef.new(shape: ScalingAdjustmentType, location_name: "ScalingAdjustmentType"))
630
+ ScalingPolicy.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperatorType, location_name: "ComparisonOperator"))
631
+ ScalingPolicy.add_member(:threshold, Shapes::ShapeRef.new(shape: Double, location_name: "Threshold"))
632
+ ScalingPolicy.add_member(:evaluation_periods, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "EvaluationPeriods"))
633
+ ScalingPolicy.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
634
+ ScalingPolicy.struct_class = Types::ScalingPolicy
635
+
636
+ ScalingPolicyList.member = Shapes::ShapeRef.new(shape: ScalingPolicy)
637
+
638
+ SearchGameSessionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
639
+ SearchGameSessionsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasId, location_name: "AliasId"))
640
+ SearchGameSessionsInput.add_member(:filter_expression, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "FilterExpression"))
641
+ SearchGameSessionsInput.add_member(:sort_expression, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "SortExpression"))
642
+ SearchGameSessionsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
643
+ SearchGameSessionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
644
+ SearchGameSessionsInput.struct_class = Types::SearchGameSessionsInput
645
+
646
+ SearchGameSessionsOutput.add_member(:game_sessions, Shapes::ShapeRef.new(shape: GameSessionList, location_name: "GameSessions"))
647
+ SearchGameSessionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
648
+ SearchGameSessionsOutput.struct_class = Types::SearchGameSessionsOutput
649
+
650
+ ServerProcess.add_member(:launch_path, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "LaunchPath"))
651
+ ServerProcess.add_member(:parameters, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Parameters"))
652
+ ServerProcess.add_member(:concurrent_executions, Shapes::ShapeRef.new(shape: PositiveInteger, required: true, location_name: "ConcurrentExecutions"))
653
+ ServerProcess.struct_class = Types::ServerProcess
654
+
655
+ ServerProcessList.member = Shapes::ShapeRef.new(shape: ServerProcess)
656
+
657
+ StringList.member = Shapes::ShapeRef.new(shape: NonZeroAndMaxString)
658
+
659
+ UpdateAliasInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasId, required: true, location_name: "AliasId"))
660
+ UpdateAliasInput.add_member(:name, Shapes::ShapeRef.new(shape: NonBlankAndLengthConstraintString, location_name: "Name"))
661
+ UpdateAliasInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
662
+ UpdateAliasInput.add_member(:routing_strategy, Shapes::ShapeRef.new(shape: RoutingStrategy, location_name: "RoutingStrategy"))
663
+ UpdateAliasInput.struct_class = Types::UpdateAliasInput
664
+
665
+ UpdateAliasOutput.add_member(:alias, Shapes::ShapeRef.new(shape: Alias, location_name: "Alias"))
666
+ UpdateAliasOutput.struct_class = Types::UpdateAliasOutput
667
+
668
+ UpdateBuildInput.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildId, required: true, location_name: "BuildId"))
669
+ UpdateBuildInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
670
+ UpdateBuildInput.add_member(:version, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Version"))
671
+ UpdateBuildInput.struct_class = Types::UpdateBuildInput
672
+
673
+ UpdateBuildOutput.add_member(:build, Shapes::ShapeRef.new(shape: Build, location_name: "Build"))
674
+ UpdateBuildOutput.struct_class = Types::UpdateBuildOutput
675
+
676
+ UpdateFleetAttributesInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "FleetId"))
677
+ UpdateFleetAttributesInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
678
+ UpdateFleetAttributesInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
679
+ UpdateFleetAttributesInput.add_member(:new_game_session_protection_policy, Shapes::ShapeRef.new(shape: ProtectionPolicy, location_name: "NewGameSessionProtectionPolicy"))
680
+ UpdateFleetAttributesInput.add_member(:resource_creation_limit_policy, Shapes::ShapeRef.new(shape: ResourceCreationLimitPolicy, location_name: "ResourceCreationLimitPolicy"))
681
+ UpdateFleetAttributesInput.struct_class = Types::UpdateFleetAttributesInput
682
+
683
+ UpdateFleetAttributesOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
684
+ UpdateFleetAttributesOutput.struct_class = Types::UpdateFleetAttributesOutput
685
+
686
+ UpdateFleetCapacityInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "FleetId"))
687
+ UpdateFleetCapacityInput.add_member(:desired_instances, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "DesiredInstances"))
688
+ UpdateFleetCapacityInput.add_member(:min_size, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MinSize"))
689
+ UpdateFleetCapacityInput.add_member(:max_size, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MaxSize"))
690
+ UpdateFleetCapacityInput.struct_class = Types::UpdateFleetCapacityInput
691
+
692
+ UpdateFleetCapacityOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
693
+ UpdateFleetCapacityOutput.struct_class = Types::UpdateFleetCapacityOutput
694
+
695
+ UpdateFleetPortSettingsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "FleetId"))
696
+ UpdateFleetPortSettingsInput.add_member(:inbound_permission_authorizations, Shapes::ShapeRef.new(shape: IpPermissionsList, location_name: "InboundPermissionAuthorizations"))
697
+ UpdateFleetPortSettingsInput.add_member(:inbound_permission_revocations, Shapes::ShapeRef.new(shape: IpPermissionsList, location_name: "InboundPermissionRevocations"))
698
+ UpdateFleetPortSettingsInput.struct_class = Types::UpdateFleetPortSettingsInput
699
+
700
+ UpdateFleetPortSettingsOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
701
+ UpdateFleetPortSettingsOutput.struct_class = Types::UpdateFleetPortSettingsOutput
702
+
703
+ UpdateGameSessionInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, required: true, location_name: "GameSessionId"))
704
+ UpdateGameSessionInput.add_member(:maximum_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MaximumPlayerSessionCount"))
705
+ UpdateGameSessionInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
706
+ UpdateGameSessionInput.add_member(:player_session_creation_policy, Shapes::ShapeRef.new(shape: PlayerSessionCreationPolicy, location_name: "PlayerSessionCreationPolicy"))
707
+ UpdateGameSessionInput.add_member(:protection_policy, Shapes::ShapeRef.new(shape: ProtectionPolicy, location_name: "ProtectionPolicy"))
708
+ UpdateGameSessionInput.struct_class = Types::UpdateGameSessionInput
709
+
710
+ UpdateGameSessionOutput.add_member(:game_session, Shapes::ShapeRef.new(shape: GameSession, location_name: "GameSession"))
711
+ UpdateGameSessionOutput.struct_class = Types::UpdateGameSessionOutput
712
+
713
+ UpdateRuntimeConfigurationInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "FleetId"))
714
+ UpdateRuntimeConfigurationInput.add_member(:runtime_configuration, Shapes::ShapeRef.new(shape: RuntimeConfiguration, required: true, location_name: "RuntimeConfiguration"))
715
+ UpdateRuntimeConfigurationInput.struct_class = Types::UpdateRuntimeConfigurationInput
716
+
717
+ UpdateRuntimeConfigurationOutput.add_member(:runtime_configuration, Shapes::ShapeRef.new(shape: RuntimeConfiguration, location_name: "RuntimeConfiguration"))
718
+ UpdateRuntimeConfigurationOutput.struct_class = Types::UpdateRuntimeConfigurationOutput
719
+
720
+
721
+ # @api private
722
+ API = Seahorse::Model::Api.new.tap do |api|
723
+
724
+ api.version = "2015-10-01"
725
+
726
+ api.metadata = {
727
+ "endpointPrefix" => "gamelift",
728
+ "jsonVersion" => "1.1",
729
+ "protocol" => "json",
730
+ "serviceFullName" => "Amazon GameLift",
731
+ "signatureVersion" => "v4",
732
+ "targetPrefix" => "GameLift",
733
+ }
734
+
735
+ api.add_operation(:create_alias, Seahorse::Model::Operation.new.tap do |o|
736
+ o.name = "CreateAlias"
737
+ o.http_method = "POST"
738
+ o.http_request_uri = "/"
739
+ o.input = Shapes::ShapeRef.new(shape: CreateAliasInput)
740
+ o.output = Shapes::ShapeRef.new(shape: CreateAliasOutput)
741
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
742
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
743
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
744
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
745
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
746
+ end)
747
+
748
+ api.add_operation(:create_build, Seahorse::Model::Operation.new.tap do |o|
749
+ o.name = "CreateBuild"
750
+ o.http_method = "POST"
751
+ o.http_request_uri = "/"
752
+ o.input = Shapes::ShapeRef.new(shape: CreateBuildInput)
753
+ o.output = Shapes::ShapeRef.new(shape: CreateBuildOutput)
754
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
755
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
756
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
757
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
758
+ end)
759
+
760
+ api.add_operation(:create_fleet, Seahorse::Model::Operation.new.tap do |o|
761
+ o.name = "CreateFleet"
762
+ o.http_method = "POST"
763
+ o.http_request_uri = "/"
764
+ o.input = Shapes::ShapeRef.new(shape: CreateFleetInput)
765
+ o.output = Shapes::ShapeRef.new(shape: CreateFleetOutput)
766
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
767
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
768
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
769
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
770
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
771
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
772
+ end)
773
+
774
+ api.add_operation(:create_game_session, Seahorse::Model::Operation.new.tap do |o|
775
+ o.name = "CreateGameSession"
776
+ o.http_method = "POST"
777
+ o.http_request_uri = "/"
778
+ o.input = Shapes::ShapeRef.new(shape: CreateGameSessionInput)
779
+ o.output = Shapes::ShapeRef.new(shape: CreateGameSessionOutput)
780
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
781
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
782
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
783
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFleetStatusException)
784
+ o.errors << Shapes::ShapeRef.new(shape: TerminalRoutingStrategyException)
785
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
786
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
787
+ o.errors << Shapes::ShapeRef.new(shape: FleetCapacityExceededException)
788
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
789
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
790
+ end)
791
+
792
+ api.add_operation(:create_player_session, Seahorse::Model::Operation.new.tap do |o|
793
+ o.name = "CreatePlayerSession"
794
+ o.http_method = "POST"
795
+ o.http_request_uri = "/"
796
+ o.input = Shapes::ShapeRef.new(shape: CreatePlayerSessionInput)
797
+ o.output = Shapes::ShapeRef.new(shape: CreatePlayerSessionOutput)
798
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
799
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
800
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGameSessionStatusException)
801
+ o.errors << Shapes::ShapeRef.new(shape: GameSessionFullException)
802
+ o.errors << Shapes::ShapeRef.new(shape: TerminalRoutingStrategyException)
803
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
804
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
805
+ end)
806
+
807
+ api.add_operation(:create_player_sessions, Seahorse::Model::Operation.new.tap do |o|
808
+ o.name = "CreatePlayerSessions"
809
+ o.http_method = "POST"
810
+ o.http_request_uri = "/"
811
+ o.input = Shapes::ShapeRef.new(shape: CreatePlayerSessionsInput)
812
+ o.output = Shapes::ShapeRef.new(shape: CreatePlayerSessionsOutput)
813
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
814
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
815
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGameSessionStatusException)
816
+ o.errors << Shapes::ShapeRef.new(shape: GameSessionFullException)
817
+ o.errors << Shapes::ShapeRef.new(shape: TerminalRoutingStrategyException)
818
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
819
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
820
+ end)
821
+
822
+ api.add_operation(:delete_alias, Seahorse::Model::Operation.new.tap do |o|
823
+ o.name = "DeleteAlias"
824
+ o.http_method = "POST"
825
+ o.http_request_uri = "/"
826
+ o.input = Shapes::ShapeRef.new(shape: DeleteAliasInput)
827
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
828
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
829
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
830
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
831
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
832
+ end)
833
+
834
+ api.add_operation(:delete_build, Seahorse::Model::Operation.new.tap do |o|
835
+ o.name = "DeleteBuild"
836
+ o.http_method = "POST"
837
+ o.http_request_uri = "/"
838
+ o.input = Shapes::ShapeRef.new(shape: DeleteBuildInput)
839
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
840
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
841
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
842
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
843
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
844
+ end)
845
+
846
+ api.add_operation(:delete_fleet, Seahorse::Model::Operation.new.tap do |o|
847
+ o.name = "DeleteFleet"
848
+ o.http_method = "POST"
849
+ o.http_request_uri = "/"
850
+ o.input = Shapes::ShapeRef.new(shape: DeleteFleetInput)
851
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
852
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
853
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
854
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFleetStatusException)
855
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
856
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
857
+ end)
858
+
859
+ api.add_operation(:delete_scaling_policy, Seahorse::Model::Operation.new.tap do |o|
860
+ o.name = "DeleteScalingPolicy"
861
+ o.http_method = "POST"
862
+ o.http_request_uri = "/"
863
+ o.input = Shapes::ShapeRef.new(shape: DeleteScalingPolicyInput)
864
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
865
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
866
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
867
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
868
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
869
+ end)
870
+
871
+ api.add_operation(:describe_alias, Seahorse::Model::Operation.new.tap do |o|
872
+ o.name = "DescribeAlias"
873
+ o.http_method = "POST"
874
+ o.http_request_uri = "/"
875
+ o.input = Shapes::ShapeRef.new(shape: DescribeAliasInput)
876
+ o.output = Shapes::ShapeRef.new(shape: DescribeAliasOutput)
877
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
878
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
879
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
880
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
881
+ end)
882
+
883
+ api.add_operation(:describe_build, Seahorse::Model::Operation.new.tap do |o|
884
+ o.name = "DescribeBuild"
885
+ o.http_method = "POST"
886
+ o.http_request_uri = "/"
887
+ o.input = Shapes::ShapeRef.new(shape: DescribeBuildInput)
888
+ o.output = Shapes::ShapeRef.new(shape: DescribeBuildOutput)
889
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
890
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
891
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
892
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
893
+ end)
894
+
895
+ api.add_operation(:describe_ec2_instance_limits, Seahorse::Model::Operation.new.tap do |o|
896
+ o.name = "DescribeEC2InstanceLimits"
897
+ o.http_method = "POST"
898
+ o.http_request_uri = "/"
899
+ o.input = Shapes::ShapeRef.new(shape: DescribeEC2InstanceLimitsInput)
900
+ o.output = Shapes::ShapeRef.new(shape: DescribeEC2InstanceLimitsOutput)
901
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
902
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
903
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
904
+ end)
905
+
906
+ api.add_operation(:describe_fleet_attributes, Seahorse::Model::Operation.new.tap do |o|
907
+ o.name = "DescribeFleetAttributes"
908
+ o.http_method = "POST"
909
+ o.http_request_uri = "/"
910
+ o.input = Shapes::ShapeRef.new(shape: DescribeFleetAttributesInput)
911
+ o.output = Shapes::ShapeRef.new(shape: DescribeFleetAttributesOutput)
912
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
913
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
914
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
915
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
916
+ end)
917
+
918
+ api.add_operation(:describe_fleet_capacity, Seahorse::Model::Operation.new.tap do |o|
919
+ o.name = "DescribeFleetCapacity"
920
+ o.http_method = "POST"
921
+ o.http_request_uri = "/"
922
+ o.input = Shapes::ShapeRef.new(shape: DescribeFleetCapacityInput)
923
+ o.output = Shapes::ShapeRef.new(shape: DescribeFleetCapacityOutput)
924
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
925
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
926
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
927
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
928
+ end)
929
+
930
+ api.add_operation(:describe_fleet_events, Seahorse::Model::Operation.new.tap do |o|
931
+ o.name = "DescribeFleetEvents"
932
+ o.http_method = "POST"
933
+ o.http_request_uri = "/"
934
+ o.input = Shapes::ShapeRef.new(shape: DescribeFleetEventsInput)
935
+ o.output = Shapes::ShapeRef.new(shape: DescribeFleetEventsOutput)
936
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
937
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
938
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
939
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
940
+ end)
941
+
942
+ api.add_operation(:describe_fleet_port_settings, Seahorse::Model::Operation.new.tap do |o|
943
+ o.name = "DescribeFleetPortSettings"
944
+ o.http_method = "POST"
945
+ o.http_request_uri = "/"
946
+ o.input = Shapes::ShapeRef.new(shape: DescribeFleetPortSettingsInput)
947
+ o.output = Shapes::ShapeRef.new(shape: DescribeFleetPortSettingsOutput)
948
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
949
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
950
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
951
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
952
+ end)
953
+
954
+ api.add_operation(:describe_fleet_utilization, Seahorse::Model::Operation.new.tap do |o|
955
+ o.name = "DescribeFleetUtilization"
956
+ o.http_method = "POST"
957
+ o.http_request_uri = "/"
958
+ o.input = Shapes::ShapeRef.new(shape: DescribeFleetUtilizationInput)
959
+ o.output = Shapes::ShapeRef.new(shape: DescribeFleetUtilizationOutput)
960
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
961
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
962
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
963
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
964
+ end)
965
+
966
+ api.add_operation(:describe_game_session_details, Seahorse::Model::Operation.new.tap do |o|
967
+ o.name = "DescribeGameSessionDetails"
968
+ o.http_method = "POST"
969
+ o.http_request_uri = "/"
970
+ o.input = Shapes::ShapeRef.new(shape: DescribeGameSessionDetailsInput)
971
+ o.output = Shapes::ShapeRef.new(shape: DescribeGameSessionDetailsOutput)
972
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
973
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
974
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
975
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
976
+ o.errors << Shapes::ShapeRef.new(shape: TerminalRoutingStrategyException)
977
+ end)
978
+
979
+ api.add_operation(:describe_game_sessions, Seahorse::Model::Operation.new.tap do |o|
980
+ o.name = "DescribeGameSessions"
981
+ o.http_method = "POST"
982
+ o.http_request_uri = "/"
983
+ o.input = Shapes::ShapeRef.new(shape: DescribeGameSessionsInput)
984
+ o.output = Shapes::ShapeRef.new(shape: DescribeGameSessionsOutput)
985
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
986
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
987
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
988
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
989
+ o.errors << Shapes::ShapeRef.new(shape: TerminalRoutingStrategyException)
990
+ end)
991
+
992
+ api.add_operation(:describe_instances, Seahorse::Model::Operation.new.tap do |o|
993
+ o.name = "DescribeInstances"
994
+ o.http_method = "POST"
995
+ o.http_request_uri = "/"
996
+ o.input = Shapes::ShapeRef.new(shape: DescribeInstancesInput)
997
+ o.output = Shapes::ShapeRef.new(shape: DescribeInstancesOutput)
998
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
999
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1000
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1001
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1002
+ end)
1003
+
1004
+ api.add_operation(:describe_player_sessions, Seahorse::Model::Operation.new.tap do |o|
1005
+ o.name = "DescribePlayerSessions"
1006
+ o.http_method = "POST"
1007
+ o.http_request_uri = "/"
1008
+ o.input = Shapes::ShapeRef.new(shape: DescribePlayerSessionsInput)
1009
+ o.output = Shapes::ShapeRef.new(shape: DescribePlayerSessionsOutput)
1010
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1011
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1012
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1013
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1014
+ end)
1015
+
1016
+ api.add_operation(:describe_runtime_configuration, Seahorse::Model::Operation.new.tap do |o|
1017
+ o.name = "DescribeRuntimeConfiguration"
1018
+ o.http_method = "POST"
1019
+ o.http_request_uri = "/"
1020
+ o.input = Shapes::ShapeRef.new(shape: DescribeRuntimeConfigurationInput)
1021
+ o.output = Shapes::ShapeRef.new(shape: DescribeRuntimeConfigurationOutput)
1022
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1023
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1024
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1025
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1026
+ end)
1027
+
1028
+ api.add_operation(:describe_scaling_policies, Seahorse::Model::Operation.new.tap do |o|
1029
+ o.name = "DescribeScalingPolicies"
1030
+ o.http_method = "POST"
1031
+ o.http_request_uri = "/"
1032
+ o.input = Shapes::ShapeRef.new(shape: DescribeScalingPoliciesInput)
1033
+ o.output = Shapes::ShapeRef.new(shape: DescribeScalingPoliciesOutput)
1034
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1035
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1036
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1037
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1038
+ end)
1039
+
1040
+ api.add_operation(:get_game_session_log_url, Seahorse::Model::Operation.new.tap do |o|
1041
+ o.name = "GetGameSessionLogUrl"
1042
+ o.http_method = "POST"
1043
+ o.http_request_uri = "/"
1044
+ o.input = Shapes::ShapeRef.new(shape: GetGameSessionLogUrlInput)
1045
+ o.output = Shapes::ShapeRef.new(shape: GetGameSessionLogUrlOutput)
1046
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1047
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1048
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1049
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1050
+ end)
1051
+
1052
+ api.add_operation(:get_instance_access, Seahorse::Model::Operation.new.tap do |o|
1053
+ o.name = "GetInstanceAccess"
1054
+ o.http_method = "POST"
1055
+ o.http_request_uri = "/"
1056
+ o.input = Shapes::ShapeRef.new(shape: GetInstanceAccessInput)
1057
+ o.output = Shapes::ShapeRef.new(shape: GetInstanceAccessOutput)
1058
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1059
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1060
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1061
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1062
+ end)
1063
+
1064
+ api.add_operation(:list_aliases, Seahorse::Model::Operation.new.tap do |o|
1065
+ o.name = "ListAliases"
1066
+ o.http_method = "POST"
1067
+ o.http_request_uri = "/"
1068
+ o.input = Shapes::ShapeRef.new(shape: ListAliasesInput)
1069
+ o.output = Shapes::ShapeRef.new(shape: ListAliasesOutput)
1070
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1071
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1072
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1073
+ end)
1074
+
1075
+ api.add_operation(:list_builds, Seahorse::Model::Operation.new.tap do |o|
1076
+ o.name = "ListBuilds"
1077
+ o.http_method = "POST"
1078
+ o.http_request_uri = "/"
1079
+ o.input = Shapes::ShapeRef.new(shape: ListBuildsInput)
1080
+ o.output = Shapes::ShapeRef.new(shape: ListBuildsOutput)
1081
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1082
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1083
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1084
+ end)
1085
+
1086
+ api.add_operation(:list_fleets, Seahorse::Model::Operation.new.tap do |o|
1087
+ o.name = "ListFleets"
1088
+ o.http_method = "POST"
1089
+ o.http_request_uri = "/"
1090
+ o.input = Shapes::ShapeRef.new(shape: ListFleetsInput)
1091
+ o.output = Shapes::ShapeRef.new(shape: ListFleetsOutput)
1092
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1093
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1094
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1095
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1096
+ end)
1097
+
1098
+ api.add_operation(:put_scaling_policy, Seahorse::Model::Operation.new.tap do |o|
1099
+ o.name = "PutScalingPolicy"
1100
+ o.http_method = "POST"
1101
+ o.http_request_uri = "/"
1102
+ o.input = Shapes::ShapeRef.new(shape: PutScalingPolicyInput)
1103
+ o.output = Shapes::ShapeRef.new(shape: PutScalingPolicyOutput)
1104
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1105
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1106
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1107
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1108
+ end)
1109
+
1110
+ api.add_operation(:request_upload_credentials, Seahorse::Model::Operation.new.tap do |o|
1111
+ o.name = "RequestUploadCredentials"
1112
+ o.http_method = "POST"
1113
+ o.http_request_uri = "/"
1114
+ o.input = Shapes::ShapeRef.new(shape: RequestUploadCredentialsInput)
1115
+ o.output = Shapes::ShapeRef.new(shape: RequestUploadCredentialsOutput)
1116
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1117
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1118
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1119
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1120
+ end)
1121
+
1122
+ api.add_operation(:resolve_alias, Seahorse::Model::Operation.new.tap do |o|
1123
+ o.name = "ResolveAlias"
1124
+ o.http_method = "POST"
1125
+ o.http_request_uri = "/"
1126
+ o.input = Shapes::ShapeRef.new(shape: ResolveAliasInput)
1127
+ o.output = Shapes::ShapeRef.new(shape: ResolveAliasOutput)
1128
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1129
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1130
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1131
+ o.errors << Shapes::ShapeRef.new(shape: TerminalRoutingStrategyException)
1132
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1133
+ end)
1134
+
1135
+ api.add_operation(:search_game_sessions, Seahorse::Model::Operation.new.tap do |o|
1136
+ o.name = "SearchGameSessions"
1137
+ o.http_method = "POST"
1138
+ o.http_request_uri = "/"
1139
+ o.input = Shapes::ShapeRef.new(shape: SearchGameSessionsInput)
1140
+ o.output = Shapes::ShapeRef.new(shape: SearchGameSessionsOutput)
1141
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1142
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1143
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1144
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1145
+ o.errors << Shapes::ShapeRef.new(shape: TerminalRoutingStrategyException)
1146
+ end)
1147
+
1148
+ api.add_operation(:update_alias, Seahorse::Model::Operation.new.tap do |o|
1149
+ o.name = "UpdateAlias"
1150
+ o.http_method = "POST"
1151
+ o.http_request_uri = "/"
1152
+ o.input = Shapes::ShapeRef.new(shape: UpdateAliasInput)
1153
+ o.output = Shapes::ShapeRef.new(shape: UpdateAliasOutput)
1154
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1155
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1156
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1157
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1158
+ end)
1159
+
1160
+ api.add_operation(:update_build, Seahorse::Model::Operation.new.tap do |o|
1161
+ o.name = "UpdateBuild"
1162
+ o.http_method = "POST"
1163
+ o.http_request_uri = "/"
1164
+ o.input = Shapes::ShapeRef.new(shape: UpdateBuildInput)
1165
+ o.output = Shapes::ShapeRef.new(shape: UpdateBuildOutput)
1166
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1167
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1168
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1169
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1170
+ end)
1171
+
1172
+ api.add_operation(:update_fleet_attributes, Seahorse::Model::Operation.new.tap do |o|
1173
+ o.name = "UpdateFleetAttributes"
1174
+ o.http_method = "POST"
1175
+ o.http_request_uri = "/"
1176
+ o.input = Shapes::ShapeRef.new(shape: UpdateFleetAttributesInput)
1177
+ o.output = Shapes::ShapeRef.new(shape: UpdateFleetAttributesOutput)
1178
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1179
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1180
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFleetStatusException)
1181
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1182
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1183
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1184
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1185
+ end)
1186
+
1187
+ api.add_operation(:update_fleet_capacity, Seahorse::Model::Operation.new.tap do |o|
1188
+ o.name = "UpdateFleetCapacity"
1189
+ o.http_method = "POST"
1190
+ o.http_request_uri = "/"
1191
+ o.input = Shapes::ShapeRef.new(shape: UpdateFleetCapacityInput)
1192
+ o.output = Shapes::ShapeRef.new(shape: UpdateFleetCapacityOutput)
1193
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1194
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1195
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1196
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFleetStatusException)
1197
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1198
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1199
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1200
+ end)
1201
+
1202
+ api.add_operation(:update_fleet_port_settings, Seahorse::Model::Operation.new.tap do |o|
1203
+ o.name = "UpdateFleetPortSettings"
1204
+ o.http_method = "POST"
1205
+ o.http_request_uri = "/"
1206
+ o.input = Shapes::ShapeRef.new(shape: UpdateFleetPortSettingsInput)
1207
+ o.output = Shapes::ShapeRef.new(shape: UpdateFleetPortSettingsOutput)
1208
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1209
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1210
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFleetStatusException)
1211
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1212
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1213
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1214
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1215
+ end)
1216
+
1217
+ api.add_operation(:update_game_session, Seahorse::Model::Operation.new.tap do |o|
1218
+ o.name = "UpdateGameSession"
1219
+ o.http_method = "POST"
1220
+ o.http_request_uri = "/"
1221
+ o.input = Shapes::ShapeRef.new(shape: UpdateGameSessionInput)
1222
+ o.output = Shapes::ShapeRef.new(shape: UpdateGameSessionOutput)
1223
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1224
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1225
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1226
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1227
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGameSessionStatusException)
1228
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1229
+ end)
1230
+
1231
+ api.add_operation(:update_runtime_configuration, Seahorse::Model::Operation.new.tap do |o|
1232
+ o.name = "UpdateRuntimeConfiguration"
1233
+ o.http_method = "POST"
1234
+ o.http_request_uri = "/"
1235
+ o.input = Shapes::ShapeRef.new(shape: UpdateRuntimeConfigurationInput)
1236
+ o.output = Shapes::ShapeRef.new(shape: UpdateRuntimeConfigurationOutput)
1237
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1238
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1239
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1240
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1241
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFleetStatusException)
1242
+ end)
1243
+ end
1244
+
1245
+ end
1246
+ end
1247
+ end