aws-sdk-gamesparks 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1073 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::GameSparks
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ ARN = Shapes::StringShape.new(name: 'ARN')
17
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
+ ByteSize = Shapes::IntegerShape.new(name: 'ByteSize')
19
+ ClientToken = Shapes::StringShape.new(name: 'ClientToken')
20
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
21
+ Connection = Shapes::StructureShape.new(name: 'Connection')
22
+ ConnectionId = Shapes::StringShape.new(name: 'ConnectionId')
23
+ ConnectionIdList = Shapes::ListShape.new(name: 'ConnectionIdList')
24
+ ConnectionList = Shapes::ListShape.new(name: 'ConnectionList')
25
+ CreateGameRequest = Shapes::StructureShape.new(name: 'CreateGameRequest')
26
+ CreateGameResult = Shapes::StructureShape.new(name: 'CreateGameResult')
27
+ CreateSnapshotRequest = Shapes::StructureShape.new(name: 'CreateSnapshotRequest')
28
+ CreateSnapshotResult = Shapes::StructureShape.new(name: 'CreateSnapshotResult')
29
+ CreateStageRequest = Shapes::StructureShape.new(name: 'CreateStageRequest')
30
+ CreateStageResult = Shapes::StructureShape.new(name: 'CreateStageResult')
31
+ DateTime = Shapes::TimestampShape.new(name: 'DateTime', timestampFormat: "iso8601")
32
+ DeleteGameRequest = Shapes::StructureShape.new(name: 'DeleteGameRequest')
33
+ DeleteGameResult = Shapes::StructureShape.new(name: 'DeleteGameResult')
34
+ DeleteStageRequest = Shapes::StructureShape.new(name: 'DeleteStageRequest')
35
+ DeleteStageResult = Shapes::StructureShape.new(name: 'DeleteStageResult')
36
+ DeploymentAction = Shapes::StringShape.new(name: 'DeploymentAction')
37
+ DeploymentId = Shapes::StringShape.new(name: 'DeploymentId')
38
+ DeploymentState = Shapes::StringShape.new(name: 'DeploymentState')
39
+ DisconnectPlayerRequest = Shapes::StructureShape.new(name: 'DisconnectPlayerRequest')
40
+ DisconnectPlayerResult = Shapes::StructureShape.new(name: 'DisconnectPlayerResult')
41
+ Document = Shapes::DocumentShape.new(name: 'Document', document: true)
42
+ ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
43
+ ExportSnapshotRequest = Shapes::StructureShape.new(name: 'ExportSnapshotRequest')
44
+ ExportSnapshotResult = Shapes::StructureShape.new(name: 'ExportSnapshotResult')
45
+ ExtensionDescription = Shapes::StringShape.new(name: 'ExtensionDescription')
46
+ ExtensionDetails = Shapes::StructureShape.new(name: 'ExtensionDetails')
47
+ ExtensionDetailsList = Shapes::ListShape.new(name: 'ExtensionDetailsList')
48
+ ExtensionName = Shapes::StringShape.new(name: 'ExtensionName')
49
+ ExtensionNamespace = Shapes::StringShape.new(name: 'ExtensionNamespace')
50
+ ExtensionVersion = Shapes::StringShape.new(name: 'ExtensionVersion')
51
+ ExtensionVersionDetails = Shapes::StructureShape.new(name: 'ExtensionVersionDetails')
52
+ ExtensionVersionDetailsList = Shapes::ListShape.new(name: 'ExtensionVersionDetailsList')
53
+ ExtensionVersionSchema = Shapes::StringShape.new(name: 'ExtensionVersionSchema')
54
+ GameConfigurationDetails = Shapes::StructureShape.new(name: 'GameConfigurationDetails')
55
+ GameDescription = Shapes::StringShape.new(name: 'GameDescription')
56
+ GameDetails = Shapes::StructureShape.new(name: 'GameDetails')
57
+ GameKey = Shapes::StringShape.new(name: 'GameKey')
58
+ GameName = Shapes::StringShape.new(name: 'GameName')
59
+ GameSdkVersion = Shapes::StringShape.new(name: 'GameSdkVersion')
60
+ GameState = Shapes::StringShape.new(name: 'GameState')
61
+ GameSummary = Shapes::StructureShape.new(name: 'GameSummary')
62
+ GameSummaryList = Shapes::ListShape.new(name: 'GameSummaryList')
63
+ GameTerminationProtection = Shapes::BooleanShape.new(name: 'GameTerminationProtection')
64
+ GeneratedCodeJobDescription = Shapes::StringShape.new(name: 'GeneratedCodeJobDescription')
65
+ GeneratedCodeJobDetails = Shapes::StructureShape.new(name: 'GeneratedCodeJobDetails')
66
+ GeneratedCodeJobDetailsList = Shapes::ListShape.new(name: 'GeneratedCodeJobDetailsList')
67
+ GeneratedCodeJobId = Shapes::StringShape.new(name: 'GeneratedCodeJobId')
68
+ GeneratedCodeJobState = Shapes::StringShape.new(name: 'GeneratedCodeJobState')
69
+ Generator = Shapes::StructureShape.new(name: 'Generator')
70
+ GetExtensionRequest = Shapes::StructureShape.new(name: 'GetExtensionRequest')
71
+ GetExtensionResult = Shapes::StructureShape.new(name: 'GetExtensionResult')
72
+ GetExtensionVersionRequest = Shapes::StructureShape.new(name: 'GetExtensionVersionRequest')
73
+ GetExtensionVersionResult = Shapes::StructureShape.new(name: 'GetExtensionVersionResult')
74
+ GetGameConfigurationRequest = Shapes::StructureShape.new(name: 'GetGameConfigurationRequest')
75
+ GetGameConfigurationResult = Shapes::StructureShape.new(name: 'GetGameConfigurationResult')
76
+ GetGameRequest = Shapes::StructureShape.new(name: 'GetGameRequest')
77
+ GetGameResult = Shapes::StructureShape.new(name: 'GetGameResult')
78
+ GetGeneratedCodeJobRequest = Shapes::StructureShape.new(name: 'GetGeneratedCodeJobRequest')
79
+ GetGeneratedCodeJobResult = Shapes::StructureShape.new(name: 'GetGeneratedCodeJobResult')
80
+ GetPlayerConnectionStatusRequest = Shapes::StructureShape.new(name: 'GetPlayerConnectionStatusRequest')
81
+ GetPlayerConnectionStatusResult = Shapes::StructureShape.new(name: 'GetPlayerConnectionStatusResult')
82
+ GetSnapshotRequest = Shapes::StructureShape.new(name: 'GetSnapshotRequest')
83
+ GetSnapshotResult = Shapes::StructureShape.new(name: 'GetSnapshotResult')
84
+ GetStageDeploymentRequest = Shapes::StructureShape.new(name: 'GetStageDeploymentRequest')
85
+ GetStageDeploymentResult = Shapes::StructureShape.new(name: 'GetStageDeploymentResult')
86
+ GetStageRequest = Shapes::StructureShape.new(name: 'GetStageRequest')
87
+ GetStageResult = Shapes::StructureShape.new(name: 'GetStageResult')
88
+ ImportGameConfigurationRequest = Shapes::StructureShape.new(name: 'ImportGameConfigurationRequest')
89
+ ImportGameConfigurationResult = Shapes::StructureShape.new(name: 'ImportGameConfigurationResult')
90
+ ImportGameConfigurationSource = Shapes::StructureShape.new(name: 'ImportGameConfigurationSource')
91
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
92
+ Language = Shapes::StringShape.new(name: 'Language')
93
+ ListExtensionVersionsRequest = Shapes::StructureShape.new(name: 'ListExtensionVersionsRequest')
94
+ ListExtensionVersionsResult = Shapes::StructureShape.new(name: 'ListExtensionVersionsResult')
95
+ ListExtensionsRequest = Shapes::StructureShape.new(name: 'ListExtensionsRequest')
96
+ ListExtensionsResult = Shapes::StructureShape.new(name: 'ListExtensionsResult')
97
+ ListGamesRequest = Shapes::StructureShape.new(name: 'ListGamesRequest')
98
+ ListGamesResult = Shapes::StructureShape.new(name: 'ListGamesResult')
99
+ ListGeneratedCodeJobsRequest = Shapes::StructureShape.new(name: 'ListGeneratedCodeJobsRequest')
100
+ ListGeneratedCodeJobsResult = Shapes::StructureShape.new(name: 'ListGeneratedCodeJobsResult')
101
+ ListSnapshotsRequest = Shapes::StructureShape.new(name: 'ListSnapshotsRequest')
102
+ ListSnapshotsResult = Shapes::StructureShape.new(name: 'ListSnapshotsResult')
103
+ ListStageDeploymentsRequest = Shapes::StructureShape.new(name: 'ListStageDeploymentsRequest')
104
+ ListStageDeploymentsResult = Shapes::StructureShape.new(name: 'ListStageDeploymentsResult')
105
+ ListStagesRequest = Shapes::StructureShape.new(name: 'ListStagesRequest')
106
+ ListStagesResult = Shapes::StructureShape.new(name: 'ListStagesResult')
107
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
108
+ ListTagsForResourceResult = Shapes::StructureShape.new(name: 'ListTagsForResourceResult')
109
+ LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
110
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
111
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
112
+ Operation = Shapes::StringShape.new(name: 'Operation')
113
+ Path = Shapes::StringShape.new(name: 'Path')
114
+ PlayerId = Shapes::StringShape.new(name: 'PlayerId')
115
+ RawGameConfigurationData = Shapes::BlobShape.new(name: 'RawGameConfigurationData')
116
+ ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
117
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
118
+ RoleARN = Shapes::StringShape.new(name: 'RoleARN')
119
+ S3PresignedUrl = Shapes::StringShape.new(name: 'S3PresignedUrl')
120
+ Section = Shapes::StructureShape.new(name: 'Section')
121
+ SectionList = Shapes::ListShape.new(name: 'SectionList')
122
+ SectionModification = Shapes::StructureShape.new(name: 'SectionModification')
123
+ SectionModificationList = Shapes::ListShape.new(name: 'SectionModificationList')
124
+ SectionName = Shapes::StringShape.new(name: 'SectionName')
125
+ Sections = Shapes::MapShape.new(name: 'Sections')
126
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
127
+ SnapshotDescription = Shapes::StringShape.new(name: 'SnapshotDescription')
128
+ SnapshotDetails = Shapes::StructureShape.new(name: 'SnapshotDetails')
129
+ SnapshotId = Shapes::StringShape.new(name: 'SnapshotId')
130
+ SnapshotSummary = Shapes::StructureShape.new(name: 'SnapshotSummary')
131
+ SnapshotSummaryList = Shapes::ListShape.new(name: 'SnapshotSummaryList')
132
+ StageDeploymentDetails = Shapes::StructureShape.new(name: 'StageDeploymentDetails')
133
+ StageDeploymentList = Shapes::ListShape.new(name: 'StageDeploymentList')
134
+ StageDeploymentSummary = Shapes::StructureShape.new(name: 'StageDeploymentSummary')
135
+ StageDescription = Shapes::StringShape.new(name: 'StageDescription')
136
+ StageDetails = Shapes::StructureShape.new(name: 'StageDetails')
137
+ StageName = Shapes::StringShape.new(name: 'StageName')
138
+ StageState = Shapes::StringShape.new(name: 'StageState')
139
+ StageSummary = Shapes::StructureShape.new(name: 'StageSummary')
140
+ StageSummaryList = Shapes::ListShape.new(name: 'StageSummaryList')
141
+ StartGeneratedCodeJobRequest = Shapes::StructureShape.new(name: 'StartGeneratedCodeJobRequest')
142
+ StartGeneratedCodeJobResult = Shapes::StructureShape.new(name: 'StartGeneratedCodeJobResult')
143
+ StartStageDeploymentRequest = Shapes::StructureShape.new(name: 'StartStageDeploymentRequest')
144
+ StartStageDeploymentResult = Shapes::StructureShape.new(name: 'StartStageDeploymentResult')
145
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
146
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
147
+ TagMap = Shapes::MapShape.new(name: 'TagMap')
148
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
149
+ TagResourceResult = Shapes::StructureShape.new(name: 'TagResourceResult')
150
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
151
+ TargetPlatform = Shapes::StringShape.new(name: 'TargetPlatform')
152
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
153
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
154
+ UntagResourceResult = Shapes::StructureShape.new(name: 'UntagResourceResult')
155
+ UpdateGameConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateGameConfigurationRequest')
156
+ UpdateGameConfigurationResult = Shapes::StructureShape.new(name: 'UpdateGameConfigurationResult')
157
+ UpdateGameRequest = Shapes::StructureShape.new(name: 'UpdateGameRequest')
158
+ UpdateGameResult = Shapes::StructureShape.new(name: 'UpdateGameResult')
159
+ UpdateSnapshotRequest = Shapes::StructureShape.new(name: 'UpdateSnapshotRequest')
160
+ UpdateSnapshotResult = Shapes::StructureShape.new(name: 'UpdateSnapshotResult')
161
+ UpdateStageRequest = Shapes::StructureShape.new(name: 'UpdateStageRequest')
162
+ UpdateStageResult = Shapes::StructureShape.new(name: 'UpdateStageResult')
163
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
164
+
165
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
166
+ AccessDeniedException.struct_class = Types::AccessDeniedException
167
+
168
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
169
+ ConflictException.struct_class = Types::ConflictException
170
+
171
+ Connection.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "Created"))
172
+ Connection.add_member(:id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "Id"))
173
+ Connection.struct_class = Types::Connection
174
+
175
+ ConnectionIdList.member = Shapes::ShapeRef.new(shape: ConnectionId)
176
+
177
+ ConnectionList.member = Shapes::ShapeRef.new(shape: Connection)
178
+
179
+ CreateGameRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
180
+ CreateGameRequest.add_member(:description, Shapes::ShapeRef.new(shape: GameDescription, location_name: "Description"))
181
+ CreateGameRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location_name: "GameName"))
182
+ CreateGameRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
183
+ CreateGameRequest.struct_class = Types::CreateGameRequest
184
+
185
+ CreateGameResult.add_member(:game, Shapes::ShapeRef.new(shape: GameDetails, location_name: "Game"))
186
+ CreateGameResult.struct_class = Types::CreateGameResult
187
+
188
+ CreateSnapshotRequest.add_member(:description, Shapes::ShapeRef.new(shape: SnapshotDescription, location_name: "Description"))
189
+ CreateSnapshotRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
190
+ CreateSnapshotRequest.struct_class = Types::CreateSnapshotRequest
191
+
192
+ CreateSnapshotResult.add_member(:snapshot, Shapes::ShapeRef.new(shape: SnapshotDetails, location_name: "Snapshot"))
193
+ CreateSnapshotResult.struct_class = Types::CreateSnapshotResult
194
+
195
+ CreateStageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
196
+ CreateStageRequest.add_member(:description, Shapes::ShapeRef.new(shape: StageDescription, location_name: "Description"))
197
+ CreateStageRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
198
+ CreateStageRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "Role"))
199
+ CreateStageRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: StageName, required: true, location_name: "StageName"))
200
+ CreateStageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
201
+ CreateStageRequest.struct_class = Types::CreateStageRequest
202
+
203
+ CreateStageResult.add_member(:stage, Shapes::ShapeRef.new(shape: StageDetails, location_name: "Stage"))
204
+ CreateStageResult.struct_class = Types::CreateStageResult
205
+
206
+ DeleteGameRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
207
+ DeleteGameRequest.struct_class = Types::DeleteGameRequest
208
+
209
+ DeleteGameResult.struct_class = Types::DeleteGameResult
210
+
211
+ DeleteStageRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
212
+ DeleteStageRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: StageName, required: true, location: "uri", location_name: "StageName"))
213
+ DeleteStageRequest.struct_class = Types::DeleteStageRequest
214
+
215
+ DeleteStageResult.struct_class = Types::DeleteStageResult
216
+
217
+ DisconnectPlayerRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
218
+ DisconnectPlayerRequest.add_member(:player_id, Shapes::ShapeRef.new(shape: PlayerId, required: true, location: "uri", location_name: "PlayerId"))
219
+ DisconnectPlayerRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: StageName, required: true, location: "uri", location_name: "StageName"))
220
+ DisconnectPlayerRequest.struct_class = Types::DisconnectPlayerRequest
221
+
222
+ DisconnectPlayerResult.add_member(:disconnect_failures, Shapes::ShapeRef.new(shape: ConnectionIdList, location_name: "DisconnectFailures"))
223
+ DisconnectPlayerResult.add_member(:disconnect_successes, Shapes::ShapeRef.new(shape: ConnectionIdList, location_name: "DisconnectSuccesses"))
224
+ DisconnectPlayerResult.struct_class = Types::DisconnectPlayerResult
225
+
226
+ ExportSnapshotRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
227
+ ExportSnapshotRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location: "uri", location_name: "SnapshotId"))
228
+ ExportSnapshotRequest.struct_class = Types::ExportSnapshotRequest
229
+
230
+ ExportSnapshotResult.add_member(:s3_url, Shapes::ShapeRef.new(shape: S3PresignedUrl, location_name: "S3Url"))
231
+ ExportSnapshotResult.struct_class = Types::ExportSnapshotResult
232
+
233
+ ExtensionDetails.add_member(:description, Shapes::ShapeRef.new(shape: ExtensionDescription, location_name: "Description"))
234
+ ExtensionDetails.add_member(:name, Shapes::ShapeRef.new(shape: ExtensionName, location_name: "Name"))
235
+ ExtensionDetails.add_member(:namespace, Shapes::ShapeRef.new(shape: ExtensionNamespace, location_name: "Namespace"))
236
+ ExtensionDetails.struct_class = Types::ExtensionDetails
237
+
238
+ ExtensionDetailsList.member = Shapes::ShapeRef.new(shape: ExtensionDetails)
239
+
240
+ ExtensionVersionDetails.add_member(:name, Shapes::ShapeRef.new(shape: ExtensionName, location_name: "Name"))
241
+ ExtensionVersionDetails.add_member(:namespace, Shapes::ShapeRef.new(shape: ExtensionNamespace, location_name: "Namespace"))
242
+ ExtensionVersionDetails.add_member(:schema, Shapes::ShapeRef.new(shape: ExtensionVersionSchema, location_name: "Schema"))
243
+ ExtensionVersionDetails.add_member(:version, Shapes::ShapeRef.new(shape: ExtensionVersion, location_name: "Version"))
244
+ ExtensionVersionDetails.struct_class = Types::ExtensionVersionDetails
245
+
246
+ ExtensionVersionDetailsList.member = Shapes::ShapeRef.new(shape: ExtensionVersionDetails)
247
+
248
+ GameConfigurationDetails.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "Created"))
249
+ GameConfigurationDetails.add_member(:last_updated, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastUpdated"))
250
+ GameConfigurationDetails.add_member(:sections, Shapes::ShapeRef.new(shape: Sections, location_name: "Sections"))
251
+ GameConfigurationDetails.struct_class = Types::GameConfigurationDetails
252
+
253
+ GameDetails.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
254
+ GameDetails.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "Created"))
255
+ GameDetails.add_member(:description, Shapes::ShapeRef.new(shape: GameDescription, location_name: "Description"))
256
+ GameDetails.add_member(:enable_termination_protection, Shapes::ShapeRef.new(shape: GameTerminationProtection, location_name: "EnableTerminationProtection"))
257
+ GameDetails.add_member(:last_updated, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastUpdated"))
258
+ GameDetails.add_member(:name, Shapes::ShapeRef.new(shape: GameName, location_name: "Name"))
259
+ GameDetails.add_member(:state, Shapes::ShapeRef.new(shape: GameState, location_name: "State"))
260
+ GameDetails.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
261
+ GameDetails.struct_class = Types::GameDetails
262
+
263
+ GameSummary.add_member(:description, Shapes::ShapeRef.new(shape: GameDescription, location_name: "Description"))
264
+ GameSummary.add_member(:name, Shapes::ShapeRef.new(shape: GameName, location_name: "Name"))
265
+ GameSummary.add_member(:state, Shapes::ShapeRef.new(shape: GameState, location_name: "State"))
266
+ GameSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
267
+ GameSummary.struct_class = Types::GameSummary
268
+
269
+ GameSummaryList.member = Shapes::ShapeRef.new(shape: GameSummary)
270
+
271
+ GeneratedCodeJobDetails.add_member(:description, Shapes::ShapeRef.new(shape: GeneratedCodeJobDescription, location_name: "Description"))
272
+ GeneratedCodeJobDetails.add_member(:expiration_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExpirationTime"))
273
+ GeneratedCodeJobDetails.add_member(:generated_code_job_id, Shapes::ShapeRef.new(shape: GeneratedCodeJobId, location_name: "GeneratedCodeJobId"))
274
+ GeneratedCodeJobDetails.add_member(:s3_url, Shapes::ShapeRef.new(shape: S3PresignedUrl, location_name: "S3Url"))
275
+ GeneratedCodeJobDetails.add_member(:status, Shapes::ShapeRef.new(shape: GeneratedCodeJobState, location_name: "Status"))
276
+ GeneratedCodeJobDetails.struct_class = Types::GeneratedCodeJobDetails
277
+
278
+ GeneratedCodeJobDetailsList.member = Shapes::ShapeRef.new(shape: GeneratedCodeJobDetails)
279
+
280
+ Generator.add_member(:game_sdk_version, Shapes::ShapeRef.new(shape: GameSdkVersion, location_name: "GameSdkVersion"))
281
+ Generator.add_member(:language, Shapes::ShapeRef.new(shape: Language, location_name: "Language"))
282
+ Generator.add_member(:target_platform, Shapes::ShapeRef.new(shape: TargetPlatform, location_name: "TargetPlatform"))
283
+ Generator.struct_class = Types::Generator
284
+
285
+ GetExtensionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ExtensionName, required: true, location: "uri", location_name: "Name"))
286
+ GetExtensionRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: ExtensionNamespace, required: true, location: "uri", location_name: "Namespace"))
287
+ GetExtensionRequest.struct_class = Types::GetExtensionRequest
288
+
289
+ GetExtensionResult.add_member(:extension, Shapes::ShapeRef.new(shape: ExtensionDetails, location_name: "Extension"))
290
+ GetExtensionResult.struct_class = Types::GetExtensionResult
291
+
292
+ GetExtensionVersionRequest.add_member(:extension_version, Shapes::ShapeRef.new(shape: ExtensionVersion, required: true, location: "uri", location_name: "ExtensionVersion"))
293
+ GetExtensionVersionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ExtensionName, required: true, location: "uri", location_name: "Name"))
294
+ GetExtensionVersionRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: ExtensionNamespace, required: true, location: "uri", location_name: "Namespace"))
295
+ GetExtensionVersionRequest.struct_class = Types::GetExtensionVersionRequest
296
+
297
+ GetExtensionVersionResult.add_member(:extension_version, Shapes::ShapeRef.new(shape: ExtensionVersionDetails, location_name: "ExtensionVersion"))
298
+ GetExtensionVersionResult.struct_class = Types::GetExtensionVersionResult
299
+
300
+ GetGameConfigurationRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
301
+ GetGameConfigurationRequest.add_member(:sections, Shapes::ShapeRef.new(shape: SectionList, location: "querystring", location_name: "Sections"))
302
+ GetGameConfigurationRequest.struct_class = Types::GetGameConfigurationRequest
303
+
304
+ GetGameConfigurationResult.add_member(:game_configuration, Shapes::ShapeRef.new(shape: GameConfigurationDetails, location_name: "GameConfiguration"))
305
+ GetGameConfigurationResult.struct_class = Types::GetGameConfigurationResult
306
+
307
+ GetGameRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
308
+ GetGameRequest.struct_class = Types::GetGameRequest
309
+
310
+ GetGameResult.add_member(:game, Shapes::ShapeRef.new(shape: GameDetails, location_name: "Game"))
311
+ GetGameResult.struct_class = Types::GetGameResult
312
+
313
+ GetGeneratedCodeJobRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
314
+ GetGeneratedCodeJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: GeneratedCodeJobId, required: true, location: "uri", location_name: "JobId"))
315
+ GetGeneratedCodeJobRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location: "uri", location_name: "SnapshotId"))
316
+ GetGeneratedCodeJobRequest.struct_class = Types::GetGeneratedCodeJobRequest
317
+
318
+ GetGeneratedCodeJobResult.add_member(:generated_code_job, Shapes::ShapeRef.new(shape: GeneratedCodeJobDetails, location_name: "GeneratedCodeJob"))
319
+ GetGeneratedCodeJobResult.struct_class = Types::GetGeneratedCodeJobResult
320
+
321
+ GetPlayerConnectionStatusRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
322
+ GetPlayerConnectionStatusRequest.add_member(:player_id, Shapes::ShapeRef.new(shape: PlayerId, required: true, location: "uri", location_name: "PlayerId"))
323
+ GetPlayerConnectionStatusRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: StageName, required: true, location: "uri", location_name: "StageName"))
324
+ GetPlayerConnectionStatusRequest.struct_class = Types::GetPlayerConnectionStatusRequest
325
+
326
+ GetPlayerConnectionStatusResult.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionList, location_name: "Connections"))
327
+ GetPlayerConnectionStatusResult.struct_class = Types::GetPlayerConnectionStatusResult
328
+
329
+ GetSnapshotRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
330
+ GetSnapshotRequest.add_member(:sections, Shapes::ShapeRef.new(shape: SectionList, location: "querystring", location_name: "Sections"))
331
+ GetSnapshotRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location: "uri", location_name: "SnapshotId"))
332
+ GetSnapshotRequest.struct_class = Types::GetSnapshotRequest
333
+
334
+ GetSnapshotResult.add_member(:snapshot, Shapes::ShapeRef.new(shape: SnapshotDetails, location_name: "Snapshot"))
335
+ GetSnapshotResult.struct_class = Types::GetSnapshotResult
336
+
337
+ GetStageDeploymentRequest.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location: "querystring", location_name: "DeploymentId"))
338
+ GetStageDeploymentRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
339
+ GetStageDeploymentRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: StageName, required: true, location: "uri", location_name: "StageName"))
340
+ GetStageDeploymentRequest.struct_class = Types::GetStageDeploymentRequest
341
+
342
+ GetStageDeploymentResult.add_member(:stage_deployment, Shapes::ShapeRef.new(shape: StageDeploymentDetails, location_name: "StageDeployment"))
343
+ GetStageDeploymentResult.struct_class = Types::GetStageDeploymentResult
344
+
345
+ GetStageRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
346
+ GetStageRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: StageName, required: true, location: "uri", location_name: "StageName"))
347
+ GetStageRequest.struct_class = Types::GetStageRequest
348
+
349
+ GetStageResult.add_member(:stage, Shapes::ShapeRef.new(shape: StageDetails, location_name: "Stage"))
350
+ GetStageResult.struct_class = Types::GetStageResult
351
+
352
+ ImportGameConfigurationRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
353
+ ImportGameConfigurationRequest.add_member(:import_source, Shapes::ShapeRef.new(shape: ImportGameConfigurationSource, required: true, location_name: "ImportSource"))
354
+ ImportGameConfigurationRequest.struct_class = Types::ImportGameConfigurationRequest
355
+
356
+ ImportGameConfigurationResult.add_member(:game_configuration, Shapes::ShapeRef.new(shape: GameConfigurationDetails, location_name: "GameConfiguration"))
357
+ ImportGameConfigurationResult.struct_class = Types::ImportGameConfigurationResult
358
+
359
+ ImportGameConfigurationSource.add_member(:file, Shapes::ShapeRef.new(shape: RawGameConfigurationData, required: true, location_name: "File"))
360
+ ImportGameConfigurationSource.struct_class = Types::ImportGameConfigurationSource
361
+
362
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
363
+ InternalServerException.struct_class = Types::InternalServerException
364
+
365
+ ListExtensionVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
366
+ ListExtensionVersionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: ExtensionName, required: true, location: "uri", location_name: "Name"))
367
+ ListExtensionVersionsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: ExtensionNamespace, required: true, location: "uri", location_name: "Namespace"))
368
+ ListExtensionVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
369
+ ListExtensionVersionsRequest.struct_class = Types::ListExtensionVersionsRequest
370
+
371
+ ListExtensionVersionsResult.add_member(:extension_versions, Shapes::ShapeRef.new(shape: ExtensionVersionDetailsList, location_name: "ExtensionVersions"))
372
+ ListExtensionVersionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
373
+ ListExtensionVersionsResult.struct_class = Types::ListExtensionVersionsResult
374
+
375
+ ListExtensionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
376
+ ListExtensionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
377
+ ListExtensionsRequest.struct_class = Types::ListExtensionsRequest
378
+
379
+ ListExtensionsResult.add_member(:extensions, Shapes::ShapeRef.new(shape: ExtensionDetailsList, location_name: "Extensions"))
380
+ ListExtensionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
381
+ ListExtensionsResult.struct_class = Types::ListExtensionsResult
382
+
383
+ ListGamesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
384
+ ListGamesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
385
+ ListGamesRequest.struct_class = Types::ListGamesRequest
386
+
387
+ ListGamesResult.add_member(:games, Shapes::ShapeRef.new(shape: GameSummaryList, location_name: "Games"))
388
+ ListGamesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
389
+ ListGamesResult.struct_class = Types::ListGamesResult
390
+
391
+ ListGeneratedCodeJobsRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
392
+ ListGeneratedCodeJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
393
+ ListGeneratedCodeJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
394
+ ListGeneratedCodeJobsRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location: "uri", location_name: "SnapshotId"))
395
+ ListGeneratedCodeJobsRequest.struct_class = Types::ListGeneratedCodeJobsRequest
396
+
397
+ ListGeneratedCodeJobsResult.add_member(:generated_code_jobs, Shapes::ShapeRef.new(shape: GeneratedCodeJobDetailsList, location_name: "GeneratedCodeJobs"))
398
+ ListGeneratedCodeJobsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
399
+ ListGeneratedCodeJobsResult.struct_class = Types::ListGeneratedCodeJobsResult
400
+
401
+ ListSnapshotsRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
402
+ ListSnapshotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
403
+ ListSnapshotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
404
+ ListSnapshotsRequest.struct_class = Types::ListSnapshotsRequest
405
+
406
+ ListSnapshotsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
407
+ ListSnapshotsResult.add_member(:snapshots, Shapes::ShapeRef.new(shape: SnapshotSummaryList, location_name: "Snapshots"))
408
+ ListSnapshotsResult.struct_class = Types::ListSnapshotsResult
409
+
410
+ ListStageDeploymentsRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
411
+ ListStageDeploymentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
412
+ ListStageDeploymentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
413
+ ListStageDeploymentsRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: StageName, required: true, location: "uri", location_name: "StageName"))
414
+ ListStageDeploymentsRequest.struct_class = Types::ListStageDeploymentsRequest
415
+
416
+ ListStageDeploymentsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
417
+ ListStageDeploymentsResult.add_member(:stage_deployments, Shapes::ShapeRef.new(shape: StageDeploymentList, location_name: "StageDeployments"))
418
+ ListStageDeploymentsResult.struct_class = Types::ListStageDeploymentsResult
419
+
420
+ ListStagesRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
421
+ ListStagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
422
+ ListStagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
423
+ ListStagesRequest.struct_class = Types::ListStagesRequest
424
+
425
+ ListStagesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
426
+ ListStagesResult.add_member(:stages, Shapes::ShapeRef.new(shape: StageSummaryList, location_name: "Stages"))
427
+ ListStagesResult.struct_class = Types::ListStagesResult
428
+
429
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "ResourceArn"))
430
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
431
+
432
+ ListTagsForResourceResult.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
433
+ ListTagsForResourceResult.struct_class = Types::ListTagsForResourceResult
434
+
435
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
436
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
437
+
438
+ Section.add_member(:attributes, Shapes::ShapeRef.new(shape: Document, location_name: "Attributes"))
439
+ Section.add_member(:name, Shapes::ShapeRef.new(shape: SectionName, location_name: "Name"))
440
+ Section.add_member(:size, Shapes::ShapeRef.new(shape: ByteSize, location_name: "Size"))
441
+ Section.struct_class = Types::Section
442
+
443
+ SectionList.member = Shapes::ShapeRef.new(shape: SectionName)
444
+
445
+ SectionModification.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, required: true, location_name: "Operation"))
446
+ SectionModification.add_member(:path, Shapes::ShapeRef.new(shape: Path, required: true, location_name: "Path"))
447
+ SectionModification.add_member(:section, Shapes::ShapeRef.new(shape: SectionName, required: true, location_name: "Section"))
448
+ SectionModification.add_member(:value, Shapes::ShapeRef.new(shape: Document, location_name: "Value"))
449
+ SectionModification.struct_class = Types::SectionModification
450
+
451
+ SectionModificationList.member = Shapes::ShapeRef.new(shape: SectionModification)
452
+
453
+ Sections.key = Shapes::ShapeRef.new(shape: SectionName)
454
+ Sections.value = Shapes::ShapeRef.new(shape: Section)
455
+
456
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
457
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
458
+
459
+ SnapshotDetails.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "Created"))
460
+ SnapshotDetails.add_member(:description, Shapes::ShapeRef.new(shape: SnapshotDescription, location_name: "Description"))
461
+ SnapshotDetails.add_member(:id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "Id"))
462
+ SnapshotDetails.add_member(:last_updated, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastUpdated"))
463
+ SnapshotDetails.add_member(:sections, Shapes::ShapeRef.new(shape: Sections, location_name: "Sections"))
464
+ SnapshotDetails.struct_class = Types::SnapshotDetails
465
+
466
+ SnapshotSummary.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "Created"))
467
+ SnapshotSummary.add_member(:description, Shapes::ShapeRef.new(shape: SnapshotDescription, location_name: "Description"))
468
+ SnapshotSummary.add_member(:id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "Id"))
469
+ SnapshotSummary.add_member(:last_updated, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastUpdated"))
470
+ SnapshotSummary.struct_class = Types::SnapshotSummary
471
+
472
+ SnapshotSummaryList.member = Shapes::ShapeRef.new(shape: SnapshotSummary)
473
+
474
+ StageDeploymentDetails.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "Created"))
475
+ StageDeploymentDetails.add_member(:deployment_action, Shapes::ShapeRef.new(shape: DeploymentAction, location_name: "DeploymentAction"))
476
+ StageDeploymentDetails.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "DeploymentId"))
477
+ StageDeploymentDetails.add_member(:deployment_state, Shapes::ShapeRef.new(shape: DeploymentState, location_name: "DeploymentState"))
478
+ StageDeploymentDetails.add_member(:last_updated, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastUpdated"))
479
+ StageDeploymentDetails.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "SnapshotId"))
480
+ StageDeploymentDetails.struct_class = Types::StageDeploymentDetails
481
+
482
+ StageDeploymentList.member = Shapes::ShapeRef.new(shape: StageDeploymentSummary)
483
+
484
+ StageDeploymentSummary.add_member(:deployment_action, Shapes::ShapeRef.new(shape: DeploymentAction, location_name: "DeploymentAction"))
485
+ StageDeploymentSummary.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "DeploymentId"))
486
+ StageDeploymentSummary.add_member(:deployment_state, Shapes::ShapeRef.new(shape: DeploymentState, location_name: "DeploymentState"))
487
+ StageDeploymentSummary.add_member(:last_updated, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastUpdated"))
488
+ StageDeploymentSummary.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "SnapshotId"))
489
+ StageDeploymentSummary.struct_class = Types::StageDeploymentSummary
490
+
491
+ StageDetails.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
492
+ StageDetails.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "Created"))
493
+ StageDetails.add_member(:description, Shapes::ShapeRef.new(shape: StageDescription, location_name: "Description"))
494
+ StageDetails.add_member(:game_key, Shapes::ShapeRef.new(shape: GameKey, location_name: "GameKey"))
495
+ StageDetails.add_member(:last_updated, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastUpdated"))
496
+ StageDetails.add_member(:log_group, Shapes::ShapeRef.new(shape: LogGroupName, location_name: "LogGroup"))
497
+ StageDetails.add_member(:name, Shapes::ShapeRef.new(shape: StageName, location_name: "Name"))
498
+ StageDetails.add_member(:role, Shapes::ShapeRef.new(shape: RoleARN, location_name: "Role"))
499
+ StageDetails.add_member(:state, Shapes::ShapeRef.new(shape: StageState, location_name: "State"))
500
+ StageDetails.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
501
+ StageDetails.struct_class = Types::StageDetails
502
+
503
+ StageSummary.add_member(:description, Shapes::ShapeRef.new(shape: StageDescription, location_name: "Description"))
504
+ StageSummary.add_member(:game_key, Shapes::ShapeRef.new(shape: GameKey, location_name: "GameKey"))
505
+ StageSummary.add_member(:name, Shapes::ShapeRef.new(shape: StageName, location_name: "Name"))
506
+ StageSummary.add_member(:state, Shapes::ShapeRef.new(shape: StageState, location_name: "State"))
507
+ StageSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
508
+ StageSummary.struct_class = Types::StageSummary
509
+
510
+ StageSummaryList.member = Shapes::ShapeRef.new(shape: StageSummary)
511
+
512
+ StartGeneratedCodeJobRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
513
+ StartGeneratedCodeJobRequest.add_member(:generator, Shapes::ShapeRef.new(shape: Generator, required: true, location_name: "Generator"))
514
+ StartGeneratedCodeJobRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location: "uri", location_name: "SnapshotId"))
515
+ StartGeneratedCodeJobRequest.struct_class = Types::StartGeneratedCodeJobRequest
516
+
517
+ StartGeneratedCodeJobResult.add_member(:generated_code_job_id, Shapes::ShapeRef.new(shape: GeneratedCodeJobId, location_name: "GeneratedCodeJobId"))
518
+ StartGeneratedCodeJobResult.struct_class = Types::StartGeneratedCodeJobResult
519
+
520
+ StartStageDeploymentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
521
+ StartStageDeploymentRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
522
+ StartStageDeploymentRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location_name: "SnapshotId"))
523
+ StartStageDeploymentRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: StageName, required: true, location: "uri", location_name: "StageName"))
524
+ StartStageDeploymentRequest.struct_class = Types::StartStageDeploymentRequest
525
+
526
+ StartStageDeploymentResult.add_member(:stage_deployment, Shapes::ShapeRef.new(shape: StageDeploymentDetails, location_name: "StageDeployment"))
527
+ StartStageDeploymentResult.struct_class = Types::StartStageDeploymentResult
528
+
529
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
530
+
531
+ TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
532
+ TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
533
+
534
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "ResourceArn"))
535
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
536
+ TagResourceRequest.struct_class = Types::TagResourceRequest
537
+
538
+ TagResourceResult.struct_class = Types::TagResourceResult
539
+
540
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
541
+ ThrottlingException.struct_class = Types::ThrottlingException
542
+
543
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "ResourceArn"))
544
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
545
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
546
+
547
+ UntagResourceResult.struct_class = Types::UntagResourceResult
548
+
549
+ UpdateGameConfigurationRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
550
+ UpdateGameConfigurationRequest.add_member(:modifications, Shapes::ShapeRef.new(shape: SectionModificationList, required: true, location_name: "Modifications"))
551
+ UpdateGameConfigurationRequest.struct_class = Types::UpdateGameConfigurationRequest
552
+
553
+ UpdateGameConfigurationResult.add_member(:game_configuration, Shapes::ShapeRef.new(shape: GameConfigurationDetails, location_name: "GameConfiguration"))
554
+ UpdateGameConfigurationResult.struct_class = Types::UpdateGameConfigurationResult
555
+
556
+ UpdateGameRequest.add_member(:description, Shapes::ShapeRef.new(shape: GameDescription, location_name: "Description"))
557
+ UpdateGameRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
558
+ UpdateGameRequest.struct_class = Types::UpdateGameRequest
559
+
560
+ UpdateGameResult.add_member(:game, Shapes::ShapeRef.new(shape: GameDetails, location_name: "Game"))
561
+ UpdateGameResult.struct_class = Types::UpdateGameResult
562
+
563
+ UpdateSnapshotRequest.add_member(:description, Shapes::ShapeRef.new(shape: SnapshotDescription, location_name: "Description"))
564
+ UpdateSnapshotRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
565
+ UpdateSnapshotRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location: "uri", location_name: "SnapshotId"))
566
+ UpdateSnapshotRequest.struct_class = Types::UpdateSnapshotRequest
567
+
568
+ UpdateSnapshotResult.add_member(:snapshot, Shapes::ShapeRef.new(shape: SnapshotDetails, location_name: "Snapshot"))
569
+ UpdateSnapshotResult.struct_class = Types::UpdateSnapshotResult
570
+
571
+ UpdateStageRequest.add_member(:description, Shapes::ShapeRef.new(shape: StageDescription, location_name: "Description"))
572
+ UpdateStageRequest.add_member(:game_name, Shapes::ShapeRef.new(shape: GameName, required: true, location: "uri", location_name: "GameName"))
573
+ UpdateStageRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleARN, location_name: "Role"))
574
+ UpdateStageRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: StageName, required: true, location: "uri", location_name: "StageName"))
575
+ UpdateStageRequest.struct_class = Types::UpdateStageRequest
576
+
577
+ UpdateStageResult.add_member(:stage, Shapes::ShapeRef.new(shape: StageDetails, location_name: "Stage"))
578
+ UpdateStageResult.struct_class = Types::UpdateStageResult
579
+
580
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
581
+ ValidationException.struct_class = Types::ValidationException
582
+
583
+
584
+ # @api private
585
+ API = Seahorse::Model::Api.new.tap do |api|
586
+
587
+ api.version = "2021-08-17"
588
+
589
+ api.metadata = {
590
+ "apiVersion" => "2021-08-17",
591
+ "endpointPrefix" => "gamesparks",
592
+ "jsonVersion" => "1.1",
593
+ "protocol" => "rest-json",
594
+ "serviceFullName" => "GameSparks",
595
+ "serviceId" => "GameSparks",
596
+ "signatureVersion" => "v4",
597
+ "signingName" => "gamesparks",
598
+ "uid" => "gamesparks-2021-08-17",
599
+ }
600
+
601
+ api.add_operation(:create_game, Seahorse::Model::Operation.new.tap do |o|
602
+ o.name = "CreateGame"
603
+ o.http_method = "POST"
604
+ o.http_request_uri = "/game"
605
+ o.input = Shapes::ShapeRef.new(shape: CreateGameRequest)
606
+ o.output = Shapes::ShapeRef.new(shape: CreateGameResult)
607
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
608
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
609
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
610
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
611
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
612
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
613
+ end)
614
+
615
+ api.add_operation(:create_snapshot, Seahorse::Model::Operation.new.tap do |o|
616
+ o.name = "CreateSnapshot"
617
+ o.http_method = "POST"
618
+ o.http_request_uri = "/game/{GameName}/snapshot"
619
+ o.input = Shapes::ShapeRef.new(shape: CreateSnapshotRequest)
620
+ o.output = Shapes::ShapeRef.new(shape: CreateSnapshotResult)
621
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
622
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
623
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
624
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
625
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
626
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
627
+ end)
628
+
629
+ api.add_operation(:create_stage, Seahorse::Model::Operation.new.tap do |o|
630
+ o.name = "CreateStage"
631
+ o.http_method = "POST"
632
+ o.http_request_uri = "/game/{GameName}/stage"
633
+ o.input = Shapes::ShapeRef.new(shape: CreateStageRequest)
634
+ o.output = Shapes::ShapeRef.new(shape: CreateStageResult)
635
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
636
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
637
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
638
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
639
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
640
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
641
+ end)
642
+
643
+ api.add_operation(:delete_game, Seahorse::Model::Operation.new.tap do |o|
644
+ o.name = "DeleteGame"
645
+ o.http_method = "DELETE"
646
+ o.http_request_uri = "/game/{GameName}"
647
+ o.input = Shapes::ShapeRef.new(shape: DeleteGameRequest)
648
+ o.output = Shapes::ShapeRef.new(shape: DeleteGameResult)
649
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
650
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
651
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
652
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
653
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
654
+ end)
655
+
656
+ api.add_operation(:delete_stage, Seahorse::Model::Operation.new.tap do |o|
657
+ o.name = "DeleteStage"
658
+ o.http_method = "DELETE"
659
+ o.http_request_uri = "/game/{GameName}/stage/{StageName}"
660
+ o.input = Shapes::ShapeRef.new(shape: DeleteStageRequest)
661
+ o.output = Shapes::ShapeRef.new(shape: DeleteStageResult)
662
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
663
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
664
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
665
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
666
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
667
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
668
+ end)
669
+
670
+ api.add_operation(:disconnect_player, Seahorse::Model::Operation.new.tap do |o|
671
+ o.name = "DisconnectPlayer"
672
+ o.http_method = "POST"
673
+ o.http_request_uri = "/runtime/game/{GameName}/stage/{StageName}/player/{PlayerId}/disconnect"
674
+ o.input = Shapes::ShapeRef.new(shape: DisconnectPlayerRequest)
675
+ o.output = Shapes::ShapeRef.new(shape: DisconnectPlayerResult)
676
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
677
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
678
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
679
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
680
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
681
+ end)
682
+
683
+ api.add_operation(:export_snapshot, Seahorse::Model::Operation.new.tap do |o|
684
+ o.name = "ExportSnapshot"
685
+ o.http_method = "GET"
686
+ o.http_request_uri = "/game/{GameName}/snapshot/{SnapshotId}/export"
687
+ o.input = Shapes::ShapeRef.new(shape: ExportSnapshotRequest)
688
+ o.output = Shapes::ShapeRef.new(shape: ExportSnapshotResult)
689
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
690
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
691
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
692
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
693
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
694
+ end)
695
+
696
+ api.add_operation(:get_extension, Seahorse::Model::Operation.new.tap do |o|
697
+ o.name = "GetExtension"
698
+ o.http_method = "GET"
699
+ o.http_request_uri = "/extension/{Namespace}/{Name}"
700
+ o.input = Shapes::ShapeRef.new(shape: GetExtensionRequest)
701
+ o.output = Shapes::ShapeRef.new(shape: GetExtensionResult)
702
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
703
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
704
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
705
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
706
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
707
+ end)
708
+
709
+ api.add_operation(:get_extension_version, Seahorse::Model::Operation.new.tap do |o|
710
+ o.name = "GetExtensionVersion"
711
+ o.http_method = "GET"
712
+ o.http_request_uri = "/extension/{Namespace}/{Name}/version/{ExtensionVersion}"
713
+ o.input = Shapes::ShapeRef.new(shape: GetExtensionVersionRequest)
714
+ o.output = Shapes::ShapeRef.new(shape: GetExtensionVersionResult)
715
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
716
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
717
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
718
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
719
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
720
+ end)
721
+
722
+ api.add_operation(:get_game, Seahorse::Model::Operation.new.tap do |o|
723
+ o.name = "GetGame"
724
+ o.http_method = "GET"
725
+ o.http_request_uri = "/game/{GameName}"
726
+ o.input = Shapes::ShapeRef.new(shape: GetGameRequest)
727
+ o.output = Shapes::ShapeRef.new(shape: GetGameResult)
728
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
729
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
730
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
731
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
732
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
733
+ end)
734
+
735
+ api.add_operation(:get_game_configuration, Seahorse::Model::Operation.new.tap do |o|
736
+ o.name = "GetGameConfiguration"
737
+ o.http_method = "GET"
738
+ o.http_request_uri = "/game/{GameName}/configuration"
739
+ o.input = Shapes::ShapeRef.new(shape: GetGameConfigurationRequest)
740
+ o.output = Shapes::ShapeRef.new(shape: GetGameConfigurationResult)
741
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
742
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
743
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
744
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
745
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
746
+ end)
747
+
748
+ api.add_operation(:get_generated_code_job, Seahorse::Model::Operation.new.tap do |o|
749
+ o.name = "GetGeneratedCodeJob"
750
+ o.http_method = "GET"
751
+ o.http_request_uri = "/game/{GameName}/snapshot/{SnapshotId}/generated-sdk-code-job/{JobId}"
752
+ o.input = Shapes::ShapeRef.new(shape: GetGeneratedCodeJobRequest)
753
+ o.output = Shapes::ShapeRef.new(shape: GetGeneratedCodeJobResult)
754
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
755
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
756
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
757
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
758
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
759
+ end)
760
+
761
+ api.add_operation(:get_player_connection_status, Seahorse::Model::Operation.new.tap do |o|
762
+ o.name = "GetPlayerConnectionStatus"
763
+ o.http_method = "GET"
764
+ o.http_request_uri = "/runtime/game/{GameName}/stage/{StageName}/player/{PlayerId}/connection"
765
+ o.input = Shapes::ShapeRef.new(shape: GetPlayerConnectionStatusRequest)
766
+ o.output = Shapes::ShapeRef.new(shape: GetPlayerConnectionStatusResult)
767
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
768
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
769
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
770
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
771
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
772
+ end)
773
+
774
+ api.add_operation(:get_snapshot, Seahorse::Model::Operation.new.tap do |o|
775
+ o.name = "GetSnapshot"
776
+ o.http_method = "GET"
777
+ o.http_request_uri = "/game/{GameName}/snapshot/{SnapshotId}"
778
+ o.input = Shapes::ShapeRef.new(shape: GetSnapshotRequest)
779
+ o.output = Shapes::ShapeRef.new(shape: GetSnapshotResult)
780
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
781
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
782
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
783
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
784
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
785
+ end)
786
+
787
+ api.add_operation(:get_stage, Seahorse::Model::Operation.new.tap do |o|
788
+ o.name = "GetStage"
789
+ o.http_method = "GET"
790
+ o.http_request_uri = "/game/{GameName}/stage/{StageName}"
791
+ o.input = Shapes::ShapeRef.new(shape: GetStageRequest)
792
+ o.output = Shapes::ShapeRef.new(shape: GetStageResult)
793
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
794
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
795
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
796
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
797
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
798
+ end)
799
+
800
+ api.add_operation(:get_stage_deployment, Seahorse::Model::Operation.new.tap do |o|
801
+ o.name = "GetStageDeployment"
802
+ o.http_method = "GET"
803
+ o.http_request_uri = "/game/{GameName}/stage/{StageName}/deployment"
804
+ o.input = Shapes::ShapeRef.new(shape: GetStageDeploymentRequest)
805
+ o.output = Shapes::ShapeRef.new(shape: GetStageDeploymentResult)
806
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
807
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
808
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
809
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
810
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
811
+ end)
812
+
813
+ api.add_operation(:import_game_configuration, Seahorse::Model::Operation.new.tap do |o|
814
+ o.name = "ImportGameConfiguration"
815
+ o.http_method = "PUT"
816
+ o.http_request_uri = "/game/{GameName}/configuration"
817
+ o.input = Shapes::ShapeRef.new(shape: ImportGameConfigurationRequest)
818
+ o.output = Shapes::ShapeRef.new(shape: ImportGameConfigurationResult)
819
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
820
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
821
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
822
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
823
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
824
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
825
+ end)
826
+
827
+ api.add_operation(:list_extension_versions, Seahorse::Model::Operation.new.tap do |o|
828
+ o.name = "ListExtensionVersions"
829
+ o.http_method = "GET"
830
+ o.http_request_uri = "/extension/{Namespace}/{Name}/version"
831
+ o.input = Shapes::ShapeRef.new(shape: ListExtensionVersionsRequest)
832
+ o.output = Shapes::ShapeRef.new(shape: ListExtensionVersionsResult)
833
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
834
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
835
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
836
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
837
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
838
+ o[:pager] = Aws::Pager.new(
839
+ limit_key: "max_results",
840
+ tokens: {
841
+ "next_token" => "next_token"
842
+ }
843
+ )
844
+ end)
845
+
846
+ api.add_operation(:list_extensions, Seahorse::Model::Operation.new.tap do |o|
847
+ o.name = "ListExtensions"
848
+ o.http_method = "GET"
849
+ o.http_request_uri = "/extension"
850
+ o.input = Shapes::ShapeRef.new(shape: ListExtensionsRequest)
851
+ o.output = Shapes::ShapeRef.new(shape: ListExtensionsResult)
852
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
853
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
854
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
855
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
856
+ o[:pager] = Aws::Pager.new(
857
+ limit_key: "max_results",
858
+ tokens: {
859
+ "next_token" => "next_token"
860
+ }
861
+ )
862
+ end)
863
+
864
+ api.add_operation(:list_games, Seahorse::Model::Operation.new.tap do |o|
865
+ o.name = "ListGames"
866
+ o.http_method = "GET"
867
+ o.http_request_uri = "/game"
868
+ o.input = Shapes::ShapeRef.new(shape: ListGamesRequest)
869
+ o.output = Shapes::ShapeRef.new(shape: ListGamesResult)
870
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
871
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
872
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
873
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
874
+ o[:pager] = Aws::Pager.new(
875
+ limit_key: "max_results",
876
+ tokens: {
877
+ "next_token" => "next_token"
878
+ }
879
+ )
880
+ end)
881
+
882
+ api.add_operation(:list_generated_code_jobs, Seahorse::Model::Operation.new.tap do |o|
883
+ o.name = "ListGeneratedCodeJobs"
884
+ o.http_method = "GET"
885
+ o.http_request_uri = "/game/{GameName}/snapshot/{SnapshotId}/generated-sdk-code-jobs"
886
+ o.input = Shapes::ShapeRef.new(shape: ListGeneratedCodeJobsRequest)
887
+ o.output = Shapes::ShapeRef.new(shape: ListGeneratedCodeJobsResult)
888
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
889
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
890
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
891
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
892
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
893
+ o[:pager] = Aws::Pager.new(
894
+ limit_key: "max_results",
895
+ tokens: {
896
+ "next_token" => "next_token"
897
+ }
898
+ )
899
+ end)
900
+
901
+ api.add_operation(:list_snapshots, Seahorse::Model::Operation.new.tap do |o|
902
+ o.name = "ListSnapshots"
903
+ o.http_method = "GET"
904
+ o.http_request_uri = "/game/{GameName}/snapshot"
905
+ o.input = Shapes::ShapeRef.new(shape: ListSnapshotsRequest)
906
+ o.output = Shapes::ShapeRef.new(shape: ListSnapshotsResult)
907
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
908
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
909
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
910
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
911
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
912
+ o[:pager] = Aws::Pager.new(
913
+ limit_key: "max_results",
914
+ tokens: {
915
+ "next_token" => "next_token"
916
+ }
917
+ )
918
+ end)
919
+
920
+ api.add_operation(:list_stage_deployments, Seahorse::Model::Operation.new.tap do |o|
921
+ o.name = "ListStageDeployments"
922
+ o.http_method = "GET"
923
+ o.http_request_uri = "/game/{GameName}/stage/{StageName}/deployments"
924
+ o.input = Shapes::ShapeRef.new(shape: ListStageDeploymentsRequest)
925
+ o.output = Shapes::ShapeRef.new(shape: ListStageDeploymentsResult)
926
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
927
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
928
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
929
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
930
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
931
+ o[:pager] = Aws::Pager.new(
932
+ limit_key: "max_results",
933
+ tokens: {
934
+ "next_token" => "next_token"
935
+ }
936
+ )
937
+ end)
938
+
939
+ api.add_operation(:list_stages, Seahorse::Model::Operation.new.tap do |o|
940
+ o.name = "ListStages"
941
+ o.http_method = "GET"
942
+ o.http_request_uri = "/game/{GameName}/stage"
943
+ o.input = Shapes::ShapeRef.new(shape: ListStagesRequest)
944
+ o.output = Shapes::ShapeRef.new(shape: ListStagesResult)
945
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
946
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
947
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
948
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
949
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
950
+ o[:pager] = Aws::Pager.new(
951
+ limit_key: "max_results",
952
+ tokens: {
953
+ "next_token" => "next_token"
954
+ }
955
+ )
956
+ end)
957
+
958
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
959
+ o.name = "ListTagsForResource"
960
+ o.http_method = "GET"
961
+ o.http_request_uri = "/tags/{ResourceArn}"
962
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
963
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResult)
964
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
965
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
966
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
967
+ end)
968
+
969
+ api.add_operation(:start_generated_code_job, Seahorse::Model::Operation.new.tap do |o|
970
+ o.name = "StartGeneratedCodeJob"
971
+ o.http_method = "POST"
972
+ o.http_request_uri = "/game/{GameName}/snapshot/{SnapshotId}/generated-sdk-code-job"
973
+ o.input = Shapes::ShapeRef.new(shape: StartGeneratedCodeJobRequest)
974
+ o.output = Shapes::ShapeRef.new(shape: StartGeneratedCodeJobResult)
975
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
976
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
977
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
978
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
979
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
980
+ end)
981
+
982
+ api.add_operation(:start_stage_deployment, Seahorse::Model::Operation.new.tap do |o|
983
+ o.name = "StartStageDeployment"
984
+ o.http_method = "POST"
985
+ o.http_request_uri = "/game/{GameName}/stage/{StageName}/deployment"
986
+ o.input = Shapes::ShapeRef.new(shape: StartStageDeploymentRequest)
987
+ o.output = Shapes::ShapeRef.new(shape: StartStageDeploymentResult)
988
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
989
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
990
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
991
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
992
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
993
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
994
+ end)
995
+
996
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
997
+ o.name = "TagResource"
998
+ o.http_method = "POST"
999
+ o.http_request_uri = "/tags/{ResourceArn}"
1000
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1001
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResult)
1002
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1003
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1004
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1005
+ end)
1006
+
1007
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1008
+ o.name = "UntagResource"
1009
+ o.http_method = "DELETE"
1010
+ o.http_request_uri = "/tags/{ResourceArn}"
1011
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1012
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResult)
1013
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1014
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1015
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1016
+ end)
1017
+
1018
+ api.add_operation(:update_game, Seahorse::Model::Operation.new.tap do |o|
1019
+ o.name = "UpdateGame"
1020
+ o.http_method = "PATCH"
1021
+ o.http_request_uri = "/game/{GameName}"
1022
+ o.input = Shapes::ShapeRef.new(shape: UpdateGameRequest)
1023
+ o.output = Shapes::ShapeRef.new(shape: UpdateGameResult)
1024
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1025
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1026
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1027
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1028
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1029
+ end)
1030
+
1031
+ api.add_operation(:update_game_configuration, Seahorse::Model::Operation.new.tap do |o|
1032
+ o.name = "UpdateGameConfiguration"
1033
+ o.http_method = "PATCH"
1034
+ o.http_request_uri = "/game/{GameName}/configuration"
1035
+ o.input = Shapes::ShapeRef.new(shape: UpdateGameConfigurationRequest)
1036
+ o.output = Shapes::ShapeRef.new(shape: UpdateGameConfigurationResult)
1037
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1038
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1039
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1040
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1041
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1042
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1043
+ end)
1044
+
1045
+ api.add_operation(:update_snapshot, Seahorse::Model::Operation.new.tap do |o|
1046
+ o.name = "UpdateSnapshot"
1047
+ o.http_method = "PATCH"
1048
+ o.http_request_uri = "/game/{GameName}/snapshot/{SnapshotId}"
1049
+ o.input = Shapes::ShapeRef.new(shape: UpdateSnapshotRequest)
1050
+ o.output = Shapes::ShapeRef.new(shape: UpdateSnapshotResult)
1051
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1052
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1053
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1054
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1055
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1056
+ end)
1057
+
1058
+ api.add_operation(:update_stage, Seahorse::Model::Operation.new.tap do |o|
1059
+ o.name = "UpdateStage"
1060
+ o.http_method = "PATCH"
1061
+ o.http_request_uri = "/game/{GameName}/stage/{StageName}"
1062
+ o.input = Shapes::ShapeRef.new(shape: UpdateStageRequest)
1063
+ o.output = Shapes::ShapeRef.new(shape: UpdateStageResult)
1064
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1065
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1066
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1067
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1068
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1069
+ end)
1070
+ end
1071
+
1072
+ end
1073
+ end