aws-sdk-gamelift 1.0.0.rc1 → 1.0.0.rc2

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