aws-sdk-core 2.2.14 → 2.2.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/cloudfront/2016-01-28/api-2.json +6 -5
- data/apis/gamelift/2015-10-01/api-2.json +1914 -0
- data/apis/gamelift/2015-10-01/examples-1.json +5 -0
- data/apis/marketplacecommerceanalytics/2015-07-01/api-2.json +26 -11
- data/apis/marketplacecommerceanalytics/2015-07-01/examples-1.json +5 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/gamelift.rb +5 -0
- data/lib/aws-sdk-core/log/param_filter.rb +1 -1
- data/lib/aws-sdk-core/marketplacecommerceanalytics.rb +1 -0
- data/lib/aws-sdk-core/plugins/sqs_queue_urls.rb +0 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c132a857ce34efc5297246f0582c24038987aad
|
4
|
+
data.tar.gz: c64ed5ac3d9a43cdcca94455fb02830d602ecf32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bba850d19f5271c5f2eed1046730405dd2541337bd0cadd7d90afabc90b169877e34c2a8ef51c098cc2b2b0ac4a861919339d77c47d3bbf9592cec56cd77d24d
|
7
|
+
data.tar.gz: 467f9eb2f823908e35b5d83cb884a293f4d021877fa8cf5bdfb58522ea1b2471382a41d2f35b4d77e20cd21a2718cf2899f38f3e1af8a7626f81cbbcb615bcdc
|
@@ -2186,16 +2186,17 @@
|
|
2186
2186
|
"ViewerCertificate":{
|
2187
2187
|
"type":"structure",
|
2188
2188
|
"members":{
|
2189
|
-
"
|
2190
|
-
"
|
2189
|
+
"CloudFrontDefaultCertificate":{"shape":"boolean"},
|
2190
|
+
"IAMCertificateId":{"shape":"string"},
|
2191
|
+
"ACMCertificateArn":{"shape":"string"},
|
2191
2192
|
"SSLSupportMethod":{"shape":"SSLSupportMethod"},
|
2192
2193
|
"MinimumProtocolVersion":{"shape":"MinimumProtocolVersion"},
|
2193
|
-
"
|
2194
|
+
"Certificate":{
|
2194
2195
|
"shape":"string",
|
2195
2196
|
"deprecated":true
|
2196
2197
|
},
|
2197
|
-
"
|
2198
|
-
"shape":"
|
2198
|
+
"CertificateSource":{
|
2199
|
+
"shape":"CertificateSource",
|
2199
2200
|
"deprecated":true
|
2200
2201
|
}
|
2201
2202
|
}
|
@@ -0,0 +1,1914 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2015-10-01",
|
5
|
+
"endpointPrefix":"gamelift",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"serviceFullName":"Amazon GameLift",
|
8
|
+
"signatureVersion":"v4",
|
9
|
+
"targetPrefix":"GameLift",
|
10
|
+
"protocol":"json"
|
11
|
+
},
|
12
|
+
"operations":{
|
13
|
+
"CreateAlias":{
|
14
|
+
"name":"CreateAlias",
|
15
|
+
"http":{
|
16
|
+
"method":"POST",
|
17
|
+
"requestUri":"/"
|
18
|
+
},
|
19
|
+
"input":{"shape":"CreateAliasInput"},
|
20
|
+
"output":{"shape":"CreateAliasOutput"},
|
21
|
+
"errors":[
|
22
|
+
{
|
23
|
+
"shape":"UnauthorizedException",
|
24
|
+
"exception":true
|
25
|
+
},
|
26
|
+
{
|
27
|
+
"shape":"InvalidRequestException",
|
28
|
+
"exception":true
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"shape":"ConflictException",
|
32
|
+
"exception":true
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"shape":"InternalServiceException",
|
36
|
+
"exception":true,
|
37
|
+
"fault":true
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"shape":"LimitExceededException",
|
41
|
+
"exception":true
|
42
|
+
}
|
43
|
+
]
|
44
|
+
},
|
45
|
+
"CreateBuild":{
|
46
|
+
"name":"CreateBuild",
|
47
|
+
"http":{
|
48
|
+
"method":"POST",
|
49
|
+
"requestUri":"/"
|
50
|
+
},
|
51
|
+
"input":{"shape":"CreateBuildInput"},
|
52
|
+
"output":{"shape":"CreateBuildOutput"},
|
53
|
+
"errors":[
|
54
|
+
{
|
55
|
+
"shape":"UnauthorizedException",
|
56
|
+
"exception":true
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"shape":"InvalidRequestException",
|
60
|
+
"exception":true
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"shape":"ConflictException",
|
64
|
+
"exception":true
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"shape":"InternalServiceException",
|
68
|
+
"exception":true,
|
69
|
+
"fault":true
|
70
|
+
}
|
71
|
+
]
|
72
|
+
},
|
73
|
+
"CreateFleet":{
|
74
|
+
"name":"CreateFleet",
|
75
|
+
"http":{
|
76
|
+
"method":"POST",
|
77
|
+
"requestUri":"/"
|
78
|
+
},
|
79
|
+
"input":{"shape":"CreateFleetInput"},
|
80
|
+
"output":{"shape":"CreateFleetOutput"},
|
81
|
+
"errors":[
|
82
|
+
{
|
83
|
+
"shape":"InternalServiceException",
|
84
|
+
"exception":true,
|
85
|
+
"fault":true
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"shape":"NotFoundException",
|
89
|
+
"exception":true
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"shape":"ConflictException",
|
93
|
+
"exception":true
|
94
|
+
},
|
95
|
+
{
|
96
|
+
"shape":"LimitExceededException",
|
97
|
+
"exception":true
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"shape":"InvalidRequestException",
|
101
|
+
"exception":true
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"shape":"UnauthorizedException",
|
105
|
+
"exception":true
|
106
|
+
}
|
107
|
+
]
|
108
|
+
},
|
109
|
+
"CreateGameSession":{
|
110
|
+
"name":"CreateGameSession",
|
111
|
+
"http":{
|
112
|
+
"method":"POST",
|
113
|
+
"requestUri":"/"
|
114
|
+
},
|
115
|
+
"input":{"shape":"CreateGameSessionInput"},
|
116
|
+
"output":{"shape":"CreateGameSessionOutput"},
|
117
|
+
"errors":[
|
118
|
+
{
|
119
|
+
"shape":"ConflictException",
|
120
|
+
"exception":true
|
121
|
+
},
|
122
|
+
{
|
123
|
+
"shape":"InternalServiceException",
|
124
|
+
"exception":true,
|
125
|
+
"fault":true
|
126
|
+
},
|
127
|
+
{
|
128
|
+
"shape":"UnauthorizedException",
|
129
|
+
"exception":true
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"shape":"InvalidFleetStatusException",
|
133
|
+
"exception":true
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"shape":"TerminalRoutingStrategyException",
|
137
|
+
"exception":true
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"shape":"InvalidRequestException",
|
141
|
+
"exception":true
|
142
|
+
},
|
143
|
+
{
|
144
|
+
"shape":"NotFoundException",
|
145
|
+
"exception":true
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"shape":"FleetCapacityExceededException",
|
149
|
+
"exception":true
|
150
|
+
}
|
151
|
+
]
|
152
|
+
},
|
153
|
+
"CreatePlayerSession":{
|
154
|
+
"name":"CreatePlayerSession",
|
155
|
+
"http":{
|
156
|
+
"method":"POST",
|
157
|
+
"requestUri":"/"
|
158
|
+
},
|
159
|
+
"input":{"shape":"CreatePlayerSessionInput"},
|
160
|
+
"output":{"shape":"CreatePlayerSessionOutput"},
|
161
|
+
"errors":[
|
162
|
+
{
|
163
|
+
"shape":"InternalServiceException",
|
164
|
+
"exception":true,
|
165
|
+
"fault":true
|
166
|
+
},
|
167
|
+
{
|
168
|
+
"shape":"UnauthorizedException",
|
169
|
+
"exception":true
|
170
|
+
},
|
171
|
+
{
|
172
|
+
"shape":"InvalidGameSessionStatusException",
|
173
|
+
"exception":true
|
174
|
+
},
|
175
|
+
{
|
176
|
+
"shape":"GameSessionFullException",
|
177
|
+
"exception":true
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"shape":"TerminalRoutingStrategyException",
|
181
|
+
"exception":true
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"shape":"InvalidRequestException",
|
185
|
+
"exception":true
|
186
|
+
},
|
187
|
+
{
|
188
|
+
"shape":"NotFoundException",
|
189
|
+
"exception":true
|
190
|
+
}
|
191
|
+
]
|
192
|
+
},
|
193
|
+
"CreatePlayerSessions":{
|
194
|
+
"name":"CreatePlayerSessions",
|
195
|
+
"http":{
|
196
|
+
"method":"POST",
|
197
|
+
"requestUri":"/"
|
198
|
+
},
|
199
|
+
"input":{"shape":"CreatePlayerSessionsInput"},
|
200
|
+
"output":{"shape":"CreatePlayerSessionsOutput"},
|
201
|
+
"errors":[
|
202
|
+
{
|
203
|
+
"shape":"InternalServiceException",
|
204
|
+
"exception":true,
|
205
|
+
"fault":true
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"shape":"UnauthorizedException",
|
209
|
+
"exception":true
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"shape":"InvalidGameSessionStatusException",
|
213
|
+
"exception":true
|
214
|
+
},
|
215
|
+
{
|
216
|
+
"shape":"GameSessionFullException",
|
217
|
+
"exception":true
|
218
|
+
},
|
219
|
+
{
|
220
|
+
"shape":"TerminalRoutingStrategyException",
|
221
|
+
"exception":true
|
222
|
+
},
|
223
|
+
{
|
224
|
+
"shape":"InvalidRequestException",
|
225
|
+
"exception":true
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"shape":"NotFoundException",
|
229
|
+
"exception":true
|
230
|
+
}
|
231
|
+
]
|
232
|
+
},
|
233
|
+
"DeleteAlias":{
|
234
|
+
"name":"DeleteAlias",
|
235
|
+
"http":{
|
236
|
+
"method":"POST",
|
237
|
+
"requestUri":"/"
|
238
|
+
},
|
239
|
+
"input":{"shape":"DeleteAliasInput"},
|
240
|
+
"errors":[
|
241
|
+
{
|
242
|
+
"shape":"UnauthorizedException",
|
243
|
+
"exception":true
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"shape":"NotFoundException",
|
247
|
+
"exception":true
|
248
|
+
},
|
249
|
+
{
|
250
|
+
"shape":"InvalidRequestException",
|
251
|
+
"exception":true
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"shape":"InternalServiceException",
|
255
|
+
"exception":true,
|
256
|
+
"fault":true
|
257
|
+
}
|
258
|
+
]
|
259
|
+
},
|
260
|
+
"DeleteBuild":{
|
261
|
+
"name":"DeleteBuild",
|
262
|
+
"http":{
|
263
|
+
"method":"POST",
|
264
|
+
"requestUri":"/"
|
265
|
+
},
|
266
|
+
"input":{"shape":"DeleteBuildInput"},
|
267
|
+
"errors":[
|
268
|
+
{
|
269
|
+
"shape":"UnauthorizedException",
|
270
|
+
"exception":true
|
271
|
+
},
|
272
|
+
{
|
273
|
+
"shape":"NotFoundException",
|
274
|
+
"exception":true
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"shape":"InternalServiceException",
|
278
|
+
"exception":true,
|
279
|
+
"fault":true
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"shape":"InvalidRequestException",
|
283
|
+
"exception":true
|
284
|
+
}
|
285
|
+
]
|
286
|
+
},
|
287
|
+
"DeleteFleet":{
|
288
|
+
"name":"DeleteFleet",
|
289
|
+
"http":{
|
290
|
+
"method":"POST",
|
291
|
+
"requestUri":"/"
|
292
|
+
},
|
293
|
+
"input":{"shape":"DeleteFleetInput"},
|
294
|
+
"errors":[
|
295
|
+
{
|
296
|
+
"shape":"NotFoundException",
|
297
|
+
"exception":true
|
298
|
+
},
|
299
|
+
{
|
300
|
+
"shape":"InternalServiceException",
|
301
|
+
"exception":true,
|
302
|
+
"fault":true
|
303
|
+
},
|
304
|
+
{
|
305
|
+
"shape":"InvalidFleetStatusException",
|
306
|
+
"exception":true
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"shape":"UnauthorizedException",
|
310
|
+
"exception":true
|
311
|
+
},
|
312
|
+
{
|
313
|
+
"shape":"InvalidRequestException",
|
314
|
+
"exception":true
|
315
|
+
},
|
316
|
+
{
|
317
|
+
"shape":"InvalidFleetStatusException",
|
318
|
+
"exception":true
|
319
|
+
}
|
320
|
+
]
|
321
|
+
},
|
322
|
+
"DescribeAlias":{
|
323
|
+
"name":"DescribeAlias",
|
324
|
+
"http":{
|
325
|
+
"method":"POST",
|
326
|
+
"requestUri":"/"
|
327
|
+
},
|
328
|
+
"input":{"shape":"DescribeAliasInput"},
|
329
|
+
"output":{"shape":"DescribeAliasOutput"},
|
330
|
+
"errors":[
|
331
|
+
{
|
332
|
+
"shape":"UnauthorizedException",
|
333
|
+
"exception":true
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"shape":"InvalidRequestException",
|
337
|
+
"exception":true
|
338
|
+
},
|
339
|
+
{
|
340
|
+
"shape":"NotFoundException",
|
341
|
+
"exception":true
|
342
|
+
},
|
343
|
+
{
|
344
|
+
"shape":"InternalServiceException",
|
345
|
+
"exception":true,
|
346
|
+
"fault":true
|
347
|
+
}
|
348
|
+
]
|
349
|
+
},
|
350
|
+
"DescribeBuild":{
|
351
|
+
"name":"DescribeBuild",
|
352
|
+
"http":{
|
353
|
+
"method":"POST",
|
354
|
+
"requestUri":"/"
|
355
|
+
},
|
356
|
+
"input":{"shape":"DescribeBuildInput"},
|
357
|
+
"output":{"shape":"DescribeBuildOutput"},
|
358
|
+
"errors":[
|
359
|
+
{
|
360
|
+
"shape":"UnauthorizedException",
|
361
|
+
"exception":true
|
362
|
+
},
|
363
|
+
{
|
364
|
+
"shape":"InvalidRequestException",
|
365
|
+
"exception":true
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"shape":"NotFoundException",
|
369
|
+
"exception":true
|
370
|
+
},
|
371
|
+
{
|
372
|
+
"shape":"InternalServiceException",
|
373
|
+
"exception":true,
|
374
|
+
"fault":true
|
375
|
+
}
|
376
|
+
]
|
377
|
+
},
|
378
|
+
"DescribeEC2InstanceLimits":{
|
379
|
+
"name":"DescribeEC2InstanceLimits",
|
380
|
+
"http":{
|
381
|
+
"method":"POST",
|
382
|
+
"requestUri":"/"
|
383
|
+
},
|
384
|
+
"input":{"shape":"DescribeEC2InstanceLimitsInput"},
|
385
|
+
"output":{"shape":"DescribeEC2InstanceLimitsOutput"},
|
386
|
+
"errors":[
|
387
|
+
{
|
388
|
+
"shape":"InvalidRequestException",
|
389
|
+
"exception":true
|
390
|
+
},
|
391
|
+
{
|
392
|
+
"shape":"InternalServiceException",
|
393
|
+
"exception":true,
|
394
|
+
"fault":true
|
395
|
+
},
|
396
|
+
{
|
397
|
+
"shape":"UnauthorizedException",
|
398
|
+
"exception":true
|
399
|
+
}
|
400
|
+
]
|
401
|
+
},
|
402
|
+
"DescribeFleetAttributes":{
|
403
|
+
"name":"DescribeFleetAttributes",
|
404
|
+
"http":{
|
405
|
+
"method":"POST",
|
406
|
+
"requestUri":"/"
|
407
|
+
},
|
408
|
+
"input":{"shape":"DescribeFleetAttributesInput"},
|
409
|
+
"output":{"shape":"DescribeFleetAttributesOutput"},
|
410
|
+
"errors":[
|
411
|
+
{
|
412
|
+
"shape":"InternalServiceException",
|
413
|
+
"exception":true,
|
414
|
+
"fault":true
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"shape":"NotFoundException",
|
418
|
+
"exception":true
|
419
|
+
},
|
420
|
+
{
|
421
|
+
"shape":"InvalidRequestException",
|
422
|
+
"exception":true
|
423
|
+
},
|
424
|
+
{
|
425
|
+
"shape":"UnauthorizedException",
|
426
|
+
"exception":true
|
427
|
+
}
|
428
|
+
]
|
429
|
+
},
|
430
|
+
"DescribeFleetCapacity":{
|
431
|
+
"name":"DescribeFleetCapacity",
|
432
|
+
"http":{
|
433
|
+
"method":"POST",
|
434
|
+
"requestUri":"/"
|
435
|
+
},
|
436
|
+
"input":{"shape":"DescribeFleetCapacityInput"},
|
437
|
+
"output":{"shape":"DescribeFleetCapacityOutput"},
|
438
|
+
"errors":[
|
439
|
+
{
|
440
|
+
"shape":"InternalServiceException",
|
441
|
+
"exception":true,
|
442
|
+
"fault":true
|
443
|
+
},
|
444
|
+
{
|
445
|
+
"shape":"NotFoundException",
|
446
|
+
"exception":true
|
447
|
+
},
|
448
|
+
{
|
449
|
+
"shape":"InvalidRequestException",
|
450
|
+
"exception":true
|
451
|
+
},
|
452
|
+
{
|
453
|
+
"shape":"UnauthorizedException",
|
454
|
+
"exception":true
|
455
|
+
}
|
456
|
+
]
|
457
|
+
},
|
458
|
+
"DescribeFleetEvents":{
|
459
|
+
"name":"DescribeFleetEvents",
|
460
|
+
"http":{
|
461
|
+
"method":"POST",
|
462
|
+
"requestUri":"/"
|
463
|
+
},
|
464
|
+
"input":{"shape":"DescribeFleetEventsInput"},
|
465
|
+
"output":{"shape":"DescribeFleetEventsOutput"},
|
466
|
+
"errors":[
|
467
|
+
{
|
468
|
+
"shape":"NotFoundException",
|
469
|
+
"exception":true
|
470
|
+
},
|
471
|
+
{
|
472
|
+
"shape":"InternalServiceException",
|
473
|
+
"exception":true,
|
474
|
+
"fault":true
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"shape":"UnauthorizedException",
|
478
|
+
"exception":true
|
479
|
+
},
|
480
|
+
{
|
481
|
+
"shape":"InvalidRequestException",
|
482
|
+
"exception":true
|
483
|
+
}
|
484
|
+
]
|
485
|
+
},
|
486
|
+
"DescribeFleetPortSettings":{
|
487
|
+
"name":"DescribeFleetPortSettings",
|
488
|
+
"http":{
|
489
|
+
"method":"POST",
|
490
|
+
"requestUri":"/"
|
491
|
+
},
|
492
|
+
"input":{"shape":"DescribeFleetPortSettingsInput"},
|
493
|
+
"output":{"shape":"DescribeFleetPortSettingsOutput"},
|
494
|
+
"errors":[
|
495
|
+
{
|
496
|
+
"shape":"InternalServiceException",
|
497
|
+
"exception":true,
|
498
|
+
"fault":true
|
499
|
+
},
|
500
|
+
{
|
501
|
+
"shape":"NotFoundException",
|
502
|
+
"exception":true
|
503
|
+
},
|
504
|
+
{
|
505
|
+
"shape":"InvalidRequestException",
|
506
|
+
"exception":true
|
507
|
+
},
|
508
|
+
{
|
509
|
+
"shape":"UnauthorizedException",
|
510
|
+
"exception":true
|
511
|
+
}
|
512
|
+
]
|
513
|
+
},
|
514
|
+
"DescribeFleetUtilization":{
|
515
|
+
"name":"DescribeFleetUtilization",
|
516
|
+
"http":{
|
517
|
+
"method":"POST",
|
518
|
+
"requestUri":"/"
|
519
|
+
},
|
520
|
+
"input":{"shape":"DescribeFleetUtilizationInput"},
|
521
|
+
"output":{"shape":"DescribeFleetUtilizationOutput"},
|
522
|
+
"errors":[
|
523
|
+
{
|
524
|
+
"shape":"InternalServiceException",
|
525
|
+
"exception":true,
|
526
|
+
"fault":true
|
527
|
+
},
|
528
|
+
{
|
529
|
+
"shape":"NotFoundException",
|
530
|
+
"exception":true
|
531
|
+
},
|
532
|
+
{
|
533
|
+
"shape":"InvalidRequestException",
|
534
|
+
"exception":true
|
535
|
+
},
|
536
|
+
{
|
537
|
+
"shape":"UnauthorizedException",
|
538
|
+
"exception":true
|
539
|
+
}
|
540
|
+
]
|
541
|
+
},
|
542
|
+
"DescribeGameSessions":{
|
543
|
+
"name":"DescribeGameSessions",
|
544
|
+
"http":{
|
545
|
+
"method":"POST",
|
546
|
+
"requestUri":"/"
|
547
|
+
},
|
548
|
+
"input":{"shape":"DescribeGameSessionsInput"},
|
549
|
+
"output":{"shape":"DescribeGameSessionsOutput"},
|
550
|
+
"errors":[
|
551
|
+
{
|
552
|
+
"shape":"InternalServiceException",
|
553
|
+
"exception":true,
|
554
|
+
"fault":true
|
555
|
+
},
|
556
|
+
{
|
557
|
+
"shape":"NotFoundException",
|
558
|
+
"exception":true
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"shape":"InvalidRequestException",
|
562
|
+
"exception":true
|
563
|
+
},
|
564
|
+
{
|
565
|
+
"shape":"UnauthorizedException",
|
566
|
+
"exception":true
|
567
|
+
},
|
568
|
+
{
|
569
|
+
"shape":"TerminalRoutingStrategyException",
|
570
|
+
"exception":true
|
571
|
+
}
|
572
|
+
]
|
573
|
+
},
|
574
|
+
"DescribePlayerSessions":{
|
575
|
+
"name":"DescribePlayerSessions",
|
576
|
+
"http":{
|
577
|
+
"method":"POST",
|
578
|
+
"requestUri":"/"
|
579
|
+
},
|
580
|
+
"input":{"shape":"DescribePlayerSessionsInput"},
|
581
|
+
"output":{"shape":"DescribePlayerSessionsOutput"},
|
582
|
+
"errors":[
|
583
|
+
{
|
584
|
+
"shape":"InternalServiceException",
|
585
|
+
"exception":true,
|
586
|
+
"fault":true
|
587
|
+
},
|
588
|
+
{
|
589
|
+
"shape":"NotFoundException",
|
590
|
+
"exception":true
|
591
|
+
},
|
592
|
+
{
|
593
|
+
"shape":"InvalidRequestException",
|
594
|
+
"exception":true
|
595
|
+
},
|
596
|
+
{
|
597
|
+
"shape":"UnauthorizedException",
|
598
|
+
"exception":true
|
599
|
+
}
|
600
|
+
]
|
601
|
+
},
|
602
|
+
"GetGameSessionLogUrl":{
|
603
|
+
"name":"GetGameSessionLogUrl",
|
604
|
+
"http":{
|
605
|
+
"method":"POST",
|
606
|
+
"requestUri":"/"
|
607
|
+
},
|
608
|
+
"input":{"shape":"GetGameSessionLogUrlInput"},
|
609
|
+
"output":{"shape":"GetGameSessionLogUrlOutput"},
|
610
|
+
"errors":[
|
611
|
+
{
|
612
|
+
"shape":"InternalServiceException",
|
613
|
+
"exception":true,
|
614
|
+
"fault":true
|
615
|
+
},
|
616
|
+
{
|
617
|
+
"shape":"NotFoundException",
|
618
|
+
"exception":true
|
619
|
+
},
|
620
|
+
{
|
621
|
+
"shape":"UnauthorizedException",
|
622
|
+
"exception":true
|
623
|
+
},
|
624
|
+
{
|
625
|
+
"shape":"InvalidRequestException",
|
626
|
+
"exception":true
|
627
|
+
}
|
628
|
+
]
|
629
|
+
},
|
630
|
+
"ListAliases":{
|
631
|
+
"name":"ListAliases",
|
632
|
+
"http":{
|
633
|
+
"method":"POST",
|
634
|
+
"requestUri":"/"
|
635
|
+
},
|
636
|
+
"input":{"shape":"ListAliasesInput"},
|
637
|
+
"output":{"shape":"ListAliasesOutput"},
|
638
|
+
"errors":[
|
639
|
+
{
|
640
|
+
"shape":"UnauthorizedException",
|
641
|
+
"exception":true
|
642
|
+
},
|
643
|
+
{
|
644
|
+
"shape":"InvalidRequestException",
|
645
|
+
"exception":true
|
646
|
+
},
|
647
|
+
{
|
648
|
+
"shape":"InternalServiceException",
|
649
|
+
"exception":true,
|
650
|
+
"fault":true
|
651
|
+
}
|
652
|
+
]
|
653
|
+
},
|
654
|
+
"ListBuilds":{
|
655
|
+
"name":"ListBuilds",
|
656
|
+
"http":{
|
657
|
+
"method":"POST",
|
658
|
+
"requestUri":"/"
|
659
|
+
},
|
660
|
+
"input":{"shape":"ListBuildsInput"},
|
661
|
+
"output":{"shape":"ListBuildsOutput"},
|
662
|
+
"errors":[
|
663
|
+
{
|
664
|
+
"shape":"UnauthorizedException",
|
665
|
+
"exception":true
|
666
|
+
},
|
667
|
+
{
|
668
|
+
"shape":"InvalidRequestException",
|
669
|
+
"exception":true
|
670
|
+
},
|
671
|
+
{
|
672
|
+
"shape":"InternalServiceException",
|
673
|
+
"exception":true,
|
674
|
+
"fault":true
|
675
|
+
}
|
676
|
+
]
|
677
|
+
},
|
678
|
+
"ListFleets":{
|
679
|
+
"name":"ListFleets",
|
680
|
+
"http":{
|
681
|
+
"method":"POST",
|
682
|
+
"requestUri":"/"
|
683
|
+
},
|
684
|
+
"input":{"shape":"ListFleetsInput"},
|
685
|
+
"output":{"shape":"ListFleetsOutput"},
|
686
|
+
"errors":[
|
687
|
+
{
|
688
|
+
"shape":"InternalServiceException",
|
689
|
+
"exception":true,
|
690
|
+
"fault":true
|
691
|
+
},
|
692
|
+
{
|
693
|
+
"shape":"NotFoundException",
|
694
|
+
"exception":true
|
695
|
+
},
|
696
|
+
{
|
697
|
+
"shape":"InvalidRequestException",
|
698
|
+
"exception":true
|
699
|
+
},
|
700
|
+
{
|
701
|
+
"shape":"UnauthorizedException",
|
702
|
+
"exception":true
|
703
|
+
}
|
704
|
+
]
|
705
|
+
},
|
706
|
+
"RequestUploadCredentials":{
|
707
|
+
"name":"RequestUploadCredentials",
|
708
|
+
"http":{
|
709
|
+
"method":"POST",
|
710
|
+
"requestUri":"/"
|
711
|
+
},
|
712
|
+
"input":{"shape":"RequestUploadCredentialsInput"},
|
713
|
+
"output":{"shape":"RequestUploadCredentialsOutput"},
|
714
|
+
"errors":[
|
715
|
+
{
|
716
|
+
"shape":"UnauthorizedException",
|
717
|
+
"exception":true
|
718
|
+
},
|
719
|
+
{
|
720
|
+
"shape":"InvalidRequestException",
|
721
|
+
"exception":true
|
722
|
+
},
|
723
|
+
{
|
724
|
+
"shape":"NotFoundException",
|
725
|
+
"exception":true
|
726
|
+
},
|
727
|
+
{
|
728
|
+
"shape":"InternalServiceException",
|
729
|
+
"exception":true,
|
730
|
+
"fault":true
|
731
|
+
}
|
732
|
+
]
|
733
|
+
},
|
734
|
+
"ResolveAlias":{
|
735
|
+
"name":"ResolveAlias",
|
736
|
+
"http":{
|
737
|
+
"method":"POST",
|
738
|
+
"requestUri":"/"
|
739
|
+
},
|
740
|
+
"input":{"shape":"ResolveAliasInput"},
|
741
|
+
"output":{"shape":"ResolveAliasOutput"},
|
742
|
+
"errors":[
|
743
|
+
{
|
744
|
+
"shape":"UnauthorizedException",
|
745
|
+
"exception":true
|
746
|
+
},
|
747
|
+
{
|
748
|
+
"shape":"InvalidRequestException",
|
749
|
+
"exception":true
|
750
|
+
},
|
751
|
+
{
|
752
|
+
"shape":"NotFoundException",
|
753
|
+
"exception":true
|
754
|
+
},
|
755
|
+
{
|
756
|
+
"shape":"TerminalRoutingStrategyException",
|
757
|
+
"exception":true
|
758
|
+
},
|
759
|
+
{
|
760
|
+
"shape":"InternalServiceException",
|
761
|
+
"exception":true,
|
762
|
+
"fault":true
|
763
|
+
}
|
764
|
+
]
|
765
|
+
},
|
766
|
+
"UpdateAlias":{
|
767
|
+
"name":"UpdateAlias",
|
768
|
+
"http":{
|
769
|
+
"method":"POST",
|
770
|
+
"requestUri":"/"
|
771
|
+
},
|
772
|
+
"input":{"shape":"UpdateAliasInput"},
|
773
|
+
"output":{"shape":"UpdateAliasOutput"},
|
774
|
+
"errors":[
|
775
|
+
{
|
776
|
+
"shape":"UnauthorizedException",
|
777
|
+
"exception":true
|
778
|
+
},
|
779
|
+
{
|
780
|
+
"shape":"InvalidRequestException",
|
781
|
+
"exception":true
|
782
|
+
},
|
783
|
+
{
|
784
|
+
"shape":"NotFoundException",
|
785
|
+
"exception":true
|
786
|
+
},
|
787
|
+
{
|
788
|
+
"shape":"InternalServiceException",
|
789
|
+
"exception":true,
|
790
|
+
"fault":true
|
791
|
+
}
|
792
|
+
]
|
793
|
+
},
|
794
|
+
"UpdateBuild":{
|
795
|
+
"name":"UpdateBuild",
|
796
|
+
"http":{
|
797
|
+
"method":"POST",
|
798
|
+
"requestUri":"/"
|
799
|
+
},
|
800
|
+
"input":{"shape":"UpdateBuildInput"},
|
801
|
+
"output":{"shape":"UpdateBuildOutput"},
|
802
|
+
"errors":[
|
803
|
+
{
|
804
|
+
"shape":"UnauthorizedException",
|
805
|
+
"exception":true
|
806
|
+
},
|
807
|
+
{
|
808
|
+
"shape":"InvalidRequestException",
|
809
|
+
"exception":true
|
810
|
+
},
|
811
|
+
{
|
812
|
+
"shape":"NotFoundException",
|
813
|
+
"exception":true
|
814
|
+
},
|
815
|
+
{
|
816
|
+
"shape":"InternalServiceException",
|
817
|
+
"exception":true,
|
818
|
+
"fault":true
|
819
|
+
}
|
820
|
+
]
|
821
|
+
},
|
822
|
+
"UpdateFleetAttributes":{
|
823
|
+
"name":"UpdateFleetAttributes",
|
824
|
+
"http":{
|
825
|
+
"method":"POST",
|
826
|
+
"requestUri":"/"
|
827
|
+
},
|
828
|
+
"input":{"shape":"UpdateFleetAttributesInput"},
|
829
|
+
"output":{"shape":"UpdateFleetAttributesOutput"},
|
830
|
+
"errors":[
|
831
|
+
{
|
832
|
+
"shape":"NotFoundException",
|
833
|
+
"exception":true
|
834
|
+
},
|
835
|
+
{
|
836
|
+
"shape":"ConflictException",
|
837
|
+
"exception":true
|
838
|
+
},
|
839
|
+
{
|
840
|
+
"shape":"InvalidFleetStatusException",
|
841
|
+
"exception":true
|
842
|
+
},
|
843
|
+
{
|
844
|
+
"shape":"LimitExceededException",
|
845
|
+
"exception":true
|
846
|
+
},
|
847
|
+
{
|
848
|
+
"shape":"InternalServiceException",
|
849
|
+
"exception":true,
|
850
|
+
"fault":true
|
851
|
+
},
|
852
|
+
{
|
853
|
+
"shape":"InvalidRequestException",
|
854
|
+
"exception":true
|
855
|
+
},
|
856
|
+
{
|
857
|
+
"shape":"UnauthorizedException",
|
858
|
+
"exception":true
|
859
|
+
}
|
860
|
+
]
|
861
|
+
},
|
862
|
+
"UpdateFleetCapacity":{
|
863
|
+
"name":"UpdateFleetCapacity",
|
864
|
+
"http":{
|
865
|
+
"method":"POST",
|
866
|
+
"requestUri":"/"
|
867
|
+
},
|
868
|
+
"input":{"shape":"UpdateFleetCapacityInput"},
|
869
|
+
"output":{"shape":"UpdateFleetCapacityOutput"},
|
870
|
+
"errors":[
|
871
|
+
{
|
872
|
+
"shape":"NotFoundException",
|
873
|
+
"exception":true
|
874
|
+
},
|
875
|
+
{
|
876
|
+
"shape":"ConflictException",
|
877
|
+
"exception":true
|
878
|
+
},
|
879
|
+
{
|
880
|
+
"shape":"LimitExceededException",
|
881
|
+
"exception":true
|
882
|
+
},
|
883
|
+
{
|
884
|
+
"shape":"InvalidFleetStatusException",
|
885
|
+
"exception":true
|
886
|
+
},
|
887
|
+
{
|
888
|
+
"shape":"InternalServiceException",
|
889
|
+
"exception":true,
|
890
|
+
"fault":true
|
891
|
+
},
|
892
|
+
{
|
893
|
+
"shape":"InvalidRequestException",
|
894
|
+
"exception":true
|
895
|
+
},
|
896
|
+
{
|
897
|
+
"shape":"UnauthorizedException",
|
898
|
+
"exception":true
|
899
|
+
}
|
900
|
+
]
|
901
|
+
},
|
902
|
+
"UpdateFleetPortSettings":{
|
903
|
+
"name":"UpdateFleetPortSettings",
|
904
|
+
"http":{
|
905
|
+
"method":"POST",
|
906
|
+
"requestUri":"/"
|
907
|
+
},
|
908
|
+
"input":{"shape":"UpdateFleetPortSettingsInput"},
|
909
|
+
"output":{"shape":"UpdateFleetPortSettingsOutput"},
|
910
|
+
"errors":[
|
911
|
+
{
|
912
|
+
"shape":"NotFoundException",
|
913
|
+
"exception":true
|
914
|
+
},
|
915
|
+
{
|
916
|
+
"shape":"ConflictException",
|
917
|
+
"exception":true
|
918
|
+
},
|
919
|
+
{
|
920
|
+
"shape":"InvalidFleetStatusException",
|
921
|
+
"exception":true
|
922
|
+
},
|
923
|
+
{
|
924
|
+
"shape":"LimitExceededException",
|
925
|
+
"exception":true
|
926
|
+
},
|
927
|
+
{
|
928
|
+
"shape":"InternalServiceException",
|
929
|
+
"exception":true,
|
930
|
+
"fault":true
|
931
|
+
},
|
932
|
+
{
|
933
|
+
"shape":"InvalidRequestException",
|
934
|
+
"exception":true
|
935
|
+
},
|
936
|
+
{
|
937
|
+
"shape":"UnauthorizedException",
|
938
|
+
"exception":true
|
939
|
+
}
|
940
|
+
]
|
941
|
+
},
|
942
|
+
"UpdateGameSession":{
|
943
|
+
"name":"UpdateGameSession",
|
944
|
+
"http":{
|
945
|
+
"method":"POST",
|
946
|
+
"requestUri":"/"
|
947
|
+
},
|
948
|
+
"input":{"shape":"UpdateGameSessionInput"},
|
949
|
+
"output":{"shape":"UpdateGameSessionOutput"},
|
950
|
+
"errors":[
|
951
|
+
{
|
952
|
+
"shape":"NotFoundException",
|
953
|
+
"exception":true
|
954
|
+
},
|
955
|
+
{
|
956
|
+
"shape":"ConflictException",
|
957
|
+
"exception":true
|
958
|
+
},
|
959
|
+
{
|
960
|
+
"shape":"InternalServiceException",
|
961
|
+
"exception":true,
|
962
|
+
"fault":true
|
963
|
+
},
|
964
|
+
{
|
965
|
+
"shape":"UnauthorizedException",
|
966
|
+
"exception":true
|
967
|
+
},
|
968
|
+
{
|
969
|
+
"shape":"InvalidGameSessionStatusException",
|
970
|
+
"exception":true
|
971
|
+
},
|
972
|
+
{
|
973
|
+
"shape":"InvalidRequestException",
|
974
|
+
"exception":true
|
975
|
+
}
|
976
|
+
]
|
977
|
+
}
|
978
|
+
},
|
979
|
+
"shapes":{
|
980
|
+
"Alias":{
|
981
|
+
"type":"structure",
|
982
|
+
"members":{
|
983
|
+
"AliasId":{"shape":"AliasId"},
|
984
|
+
"Name":{"shape":"FreeText"},
|
985
|
+
"Description":{"shape":"FreeText"},
|
986
|
+
"RoutingStrategy":{"shape":"RoutingStrategy"},
|
987
|
+
"CreationTime":{"shape":"Timestamp"},
|
988
|
+
"LastUpdatedTime":{"shape":"Timestamp"}
|
989
|
+
}
|
990
|
+
},
|
991
|
+
"AliasId":{
|
992
|
+
"type":"string",
|
993
|
+
"pattern":"^alias-\\S+"
|
994
|
+
},
|
995
|
+
"AliasList":{
|
996
|
+
"type":"list",
|
997
|
+
"member":{"shape":"Alias"}
|
998
|
+
},
|
999
|
+
"AwsCredentials":{
|
1000
|
+
"type":"structure",
|
1001
|
+
"members":{
|
1002
|
+
"AccessKeyId":{"shape":"NonEmptyString"},
|
1003
|
+
"SecretAccessKey":{"shape":"NonEmptyString"},
|
1004
|
+
"SessionToken":{"shape":"NonEmptyString"}
|
1005
|
+
},
|
1006
|
+
"sensitive":true
|
1007
|
+
},
|
1008
|
+
"Build":{
|
1009
|
+
"type":"structure",
|
1010
|
+
"members":{
|
1011
|
+
"BuildId":{"shape":"BuildId"},
|
1012
|
+
"Name":{"shape":"FreeText"},
|
1013
|
+
"Version":{"shape":"FreeText"},
|
1014
|
+
"Status":{"shape":"BuildStatus"},
|
1015
|
+
"SizeOnDisk":{"shape":"PositiveLong"},
|
1016
|
+
"CreationTime":{"shape":"Timestamp"}
|
1017
|
+
}
|
1018
|
+
},
|
1019
|
+
"BuildId":{
|
1020
|
+
"type":"string",
|
1021
|
+
"pattern":"^build-\\S+"
|
1022
|
+
},
|
1023
|
+
"BuildList":{
|
1024
|
+
"type":"list",
|
1025
|
+
"member":{"shape":"Build"}
|
1026
|
+
},
|
1027
|
+
"BuildStatus":{
|
1028
|
+
"type":"string",
|
1029
|
+
"enum":[
|
1030
|
+
"INITIALIZED",
|
1031
|
+
"READY",
|
1032
|
+
"FAILED"
|
1033
|
+
]
|
1034
|
+
},
|
1035
|
+
"ConflictException":{
|
1036
|
+
"type":"structure",
|
1037
|
+
"members":{
|
1038
|
+
"Message":{"shape":"NonEmptyString"}
|
1039
|
+
},
|
1040
|
+
"exception":true
|
1041
|
+
},
|
1042
|
+
"CreateAliasInput":{
|
1043
|
+
"type":"structure",
|
1044
|
+
"required":["Name"],
|
1045
|
+
"members":{
|
1046
|
+
"Name":{"shape":"NonZeroAndMaxString"},
|
1047
|
+
"Description":{"shape":"NonZeroAndMaxString"},
|
1048
|
+
"RoutingStrategy":{"shape":"RoutingStrategy"}
|
1049
|
+
}
|
1050
|
+
},
|
1051
|
+
"CreateAliasOutput":{
|
1052
|
+
"type":"structure",
|
1053
|
+
"members":{
|
1054
|
+
"Alias":{"shape":"Alias"}
|
1055
|
+
}
|
1056
|
+
},
|
1057
|
+
"CreateBuildInput":{
|
1058
|
+
"type":"structure",
|
1059
|
+
"members":{
|
1060
|
+
"Name":{"shape":"NonZeroAndMaxString"},
|
1061
|
+
"Version":{"shape":"NonZeroAndMaxString"}
|
1062
|
+
}
|
1063
|
+
},
|
1064
|
+
"CreateBuildOutput":{
|
1065
|
+
"type":"structure",
|
1066
|
+
"members":{
|
1067
|
+
"Build":{"shape":"Build"},
|
1068
|
+
"UploadCredentials":{"shape":"AwsCredentials"},
|
1069
|
+
"StorageLocation":{"shape":"S3Location"}
|
1070
|
+
}
|
1071
|
+
},
|
1072
|
+
"CreateFleetInput":{
|
1073
|
+
"type":"structure",
|
1074
|
+
"required":[
|
1075
|
+
"Name",
|
1076
|
+
"BuildId",
|
1077
|
+
"ServerLaunchPath",
|
1078
|
+
"EC2InstanceType"
|
1079
|
+
],
|
1080
|
+
"members":{
|
1081
|
+
"Name":{"shape":"NonZeroAndMaxString"},
|
1082
|
+
"Description":{"shape":"NonZeroAndMaxString"},
|
1083
|
+
"BuildId":{"shape":"BuildId"},
|
1084
|
+
"ServerLaunchPath":{"shape":"NonZeroAndMaxString"},
|
1085
|
+
"ServerLaunchParameters":{"shape":"NonZeroAndMaxString"},
|
1086
|
+
"LogPaths":{"shape":"StringList"},
|
1087
|
+
"EC2InstanceType":{"shape":"EC2InstanceType"},
|
1088
|
+
"EC2InboundPermissions":{"shape":"IpPermissionsList"}
|
1089
|
+
}
|
1090
|
+
},
|
1091
|
+
"CreateFleetOutput":{
|
1092
|
+
"type":"structure",
|
1093
|
+
"members":{
|
1094
|
+
"FleetAttributes":{"shape":"FleetAttributes"}
|
1095
|
+
}
|
1096
|
+
},
|
1097
|
+
"CreateGameSessionInput":{
|
1098
|
+
"type":"structure",
|
1099
|
+
"required":["MaximumPlayerSessionCount"],
|
1100
|
+
"members":{
|
1101
|
+
"FleetId":{"shape":"FleetId"},
|
1102
|
+
"AliasId":{"shape":"AliasId"},
|
1103
|
+
"MaximumPlayerSessionCount":{"shape":"WholeNumber"},
|
1104
|
+
"Name":{"shape":"NonZeroAndMaxString"},
|
1105
|
+
"GameProperties":{"shape":"GamePropertyList"}
|
1106
|
+
}
|
1107
|
+
},
|
1108
|
+
"CreateGameSessionOutput":{
|
1109
|
+
"type":"structure",
|
1110
|
+
"members":{
|
1111
|
+
"GameSession":{"shape":"GameSession"}
|
1112
|
+
}
|
1113
|
+
},
|
1114
|
+
"CreatePlayerSessionInput":{
|
1115
|
+
"type":"structure",
|
1116
|
+
"required":[
|
1117
|
+
"GameSessionId",
|
1118
|
+
"PlayerId"
|
1119
|
+
],
|
1120
|
+
"members":{
|
1121
|
+
"GameSessionId":{"shape":"GameSessionId"},
|
1122
|
+
"PlayerId":{"shape":"NonZeroAndMaxString"}
|
1123
|
+
}
|
1124
|
+
},
|
1125
|
+
"CreatePlayerSessionOutput":{
|
1126
|
+
"type":"structure",
|
1127
|
+
"members":{
|
1128
|
+
"PlayerSession":{"shape":"PlayerSession"}
|
1129
|
+
}
|
1130
|
+
},
|
1131
|
+
"CreatePlayerSessionsInput":{
|
1132
|
+
"type":"structure",
|
1133
|
+
"required":[
|
1134
|
+
"GameSessionId",
|
1135
|
+
"PlayerIds"
|
1136
|
+
],
|
1137
|
+
"members":{
|
1138
|
+
"GameSessionId":{"shape":"GameSessionId"},
|
1139
|
+
"PlayerIds":{"shape":"PlayerIdList"}
|
1140
|
+
}
|
1141
|
+
},
|
1142
|
+
"CreatePlayerSessionsOutput":{
|
1143
|
+
"type":"structure",
|
1144
|
+
"members":{
|
1145
|
+
"PlayerSessions":{"shape":"PlayerSessionList"}
|
1146
|
+
}
|
1147
|
+
},
|
1148
|
+
"DeleteAliasInput":{
|
1149
|
+
"type":"structure",
|
1150
|
+
"required":["AliasId"],
|
1151
|
+
"members":{
|
1152
|
+
"AliasId":{"shape":"AliasId"}
|
1153
|
+
}
|
1154
|
+
},
|
1155
|
+
"DeleteBuildInput":{
|
1156
|
+
"type":"structure",
|
1157
|
+
"required":["BuildId"],
|
1158
|
+
"members":{
|
1159
|
+
"BuildId":{"shape":"BuildId"}
|
1160
|
+
}
|
1161
|
+
},
|
1162
|
+
"DeleteFleetInput":{
|
1163
|
+
"type":"structure",
|
1164
|
+
"required":["FleetId"],
|
1165
|
+
"members":{
|
1166
|
+
"FleetId":{"shape":"FleetId"}
|
1167
|
+
}
|
1168
|
+
},
|
1169
|
+
"DescribeAliasInput":{
|
1170
|
+
"type":"structure",
|
1171
|
+
"required":["AliasId"],
|
1172
|
+
"members":{
|
1173
|
+
"AliasId":{"shape":"AliasId"}
|
1174
|
+
}
|
1175
|
+
},
|
1176
|
+
"DescribeAliasOutput":{
|
1177
|
+
"type":"structure",
|
1178
|
+
"members":{
|
1179
|
+
"Alias":{"shape":"Alias"}
|
1180
|
+
}
|
1181
|
+
},
|
1182
|
+
"DescribeBuildInput":{
|
1183
|
+
"type":"structure",
|
1184
|
+
"required":["BuildId"],
|
1185
|
+
"members":{
|
1186
|
+
"BuildId":{"shape":"BuildId"}
|
1187
|
+
}
|
1188
|
+
},
|
1189
|
+
"DescribeBuildOutput":{
|
1190
|
+
"type":"structure",
|
1191
|
+
"members":{
|
1192
|
+
"Build":{"shape":"Build"}
|
1193
|
+
}
|
1194
|
+
},
|
1195
|
+
"DescribeEC2InstanceLimitsInput":{
|
1196
|
+
"type":"structure",
|
1197
|
+
"members":{
|
1198
|
+
"EC2InstanceType":{"shape":"EC2InstanceType"}
|
1199
|
+
}
|
1200
|
+
},
|
1201
|
+
"DescribeEC2InstanceLimitsOutput":{
|
1202
|
+
"type":"structure",
|
1203
|
+
"members":{
|
1204
|
+
"EC2InstanceLimits":{"shape":"EC2InstanceLimitList"}
|
1205
|
+
}
|
1206
|
+
},
|
1207
|
+
"DescribeFleetAttributesInput":{
|
1208
|
+
"type":"structure",
|
1209
|
+
"members":{
|
1210
|
+
"FleetIds":{"shape":"FleetIdList"},
|
1211
|
+
"Limit":{"shape":"PositiveInteger"},
|
1212
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1213
|
+
}
|
1214
|
+
},
|
1215
|
+
"DescribeFleetAttributesOutput":{
|
1216
|
+
"type":"structure",
|
1217
|
+
"members":{
|
1218
|
+
"FleetAttributes":{"shape":"FleetAttributesList"},
|
1219
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1220
|
+
}
|
1221
|
+
},
|
1222
|
+
"DescribeFleetCapacityInput":{
|
1223
|
+
"type":"structure",
|
1224
|
+
"members":{
|
1225
|
+
"FleetIds":{"shape":"FleetIdList"},
|
1226
|
+
"Limit":{"shape":"PositiveInteger"},
|
1227
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1228
|
+
}
|
1229
|
+
},
|
1230
|
+
"DescribeFleetCapacityOutput":{
|
1231
|
+
"type":"structure",
|
1232
|
+
"members":{
|
1233
|
+
"FleetCapacity":{"shape":"FleetCapacityList"},
|
1234
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1235
|
+
}
|
1236
|
+
},
|
1237
|
+
"DescribeFleetEventsInput":{
|
1238
|
+
"type":"structure",
|
1239
|
+
"required":["FleetId"],
|
1240
|
+
"members":{
|
1241
|
+
"FleetId":{"shape":"FleetId"},
|
1242
|
+
"StartTime":{"shape":"Timestamp"},
|
1243
|
+
"EndTime":{"shape":"Timestamp"},
|
1244
|
+
"Limit":{"shape":"PositiveInteger"},
|
1245
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1246
|
+
}
|
1247
|
+
},
|
1248
|
+
"DescribeFleetEventsOutput":{
|
1249
|
+
"type":"structure",
|
1250
|
+
"members":{
|
1251
|
+
"Events":{"shape":"EventList"},
|
1252
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1253
|
+
}
|
1254
|
+
},
|
1255
|
+
"DescribeFleetPortSettingsInput":{
|
1256
|
+
"type":"structure",
|
1257
|
+
"required":["FleetId"],
|
1258
|
+
"members":{
|
1259
|
+
"FleetId":{"shape":"FleetId"}
|
1260
|
+
}
|
1261
|
+
},
|
1262
|
+
"DescribeFleetPortSettingsOutput":{
|
1263
|
+
"type":"structure",
|
1264
|
+
"members":{
|
1265
|
+
"InboundPermissions":{"shape":"IpPermissionsList"}
|
1266
|
+
}
|
1267
|
+
},
|
1268
|
+
"DescribeFleetUtilizationInput":{
|
1269
|
+
"type":"structure",
|
1270
|
+
"members":{
|
1271
|
+
"FleetIds":{"shape":"FleetIdList"},
|
1272
|
+
"Limit":{"shape":"PositiveInteger"},
|
1273
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1274
|
+
}
|
1275
|
+
},
|
1276
|
+
"DescribeFleetUtilizationOutput":{
|
1277
|
+
"type":"structure",
|
1278
|
+
"members":{
|
1279
|
+
"FleetUtilization":{"shape":"FleetUtilizationList"},
|
1280
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1281
|
+
}
|
1282
|
+
},
|
1283
|
+
"DescribeGameSessionsInput":{
|
1284
|
+
"type":"structure",
|
1285
|
+
"members":{
|
1286
|
+
"FleetId":{"shape":"FleetId"},
|
1287
|
+
"GameSessionId":{"shape":"GameSessionId"},
|
1288
|
+
"AliasId":{"shape":"AliasId"},
|
1289
|
+
"StatusFilter":{"shape":"NonZeroAndMaxString"},
|
1290
|
+
"Limit":{"shape":"PositiveInteger"},
|
1291
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1292
|
+
}
|
1293
|
+
},
|
1294
|
+
"DescribeGameSessionsOutput":{
|
1295
|
+
"type":"structure",
|
1296
|
+
"members":{
|
1297
|
+
"GameSessions":{"shape":"GameSessionList"},
|
1298
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1299
|
+
}
|
1300
|
+
},
|
1301
|
+
"DescribePlayerSessionsInput":{
|
1302
|
+
"type":"structure",
|
1303
|
+
"members":{
|
1304
|
+
"GameSessionId":{"shape":"GameSessionId"},
|
1305
|
+
"PlayerId":{"shape":"NonZeroAndMaxString"},
|
1306
|
+
"PlayerSessionId":{"shape":"PlayerSessionId"},
|
1307
|
+
"PlayerSessionStatusFilter":{"shape":"NonZeroAndMaxString"},
|
1308
|
+
"Limit":{"shape":"PositiveInteger"},
|
1309
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1310
|
+
}
|
1311
|
+
},
|
1312
|
+
"DescribePlayerSessionsOutput":{
|
1313
|
+
"type":"structure",
|
1314
|
+
"members":{
|
1315
|
+
"PlayerSessions":{"shape":"PlayerSessionList"},
|
1316
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1317
|
+
}
|
1318
|
+
},
|
1319
|
+
"EC2InstanceCounts":{
|
1320
|
+
"type":"structure",
|
1321
|
+
"members":{
|
1322
|
+
"DESIRED":{"shape":"WholeNumber"},
|
1323
|
+
"PENDING":{"shape":"WholeNumber"},
|
1324
|
+
"ACTIVE":{"shape":"WholeNumber"},
|
1325
|
+
"TERMINATING":{"shape":"WholeNumber"}
|
1326
|
+
}
|
1327
|
+
},
|
1328
|
+
"EC2InstanceLimit":{
|
1329
|
+
"type":"structure",
|
1330
|
+
"members":{
|
1331
|
+
"EC2InstanceType":{"shape":"EC2InstanceType"},
|
1332
|
+
"CurrentInstances":{"shape":"WholeNumber"},
|
1333
|
+
"InstanceLimit":{"shape":"WholeNumber"}
|
1334
|
+
}
|
1335
|
+
},
|
1336
|
+
"EC2InstanceLimitList":{
|
1337
|
+
"type":"list",
|
1338
|
+
"member":{"shape":"EC2InstanceLimit"}
|
1339
|
+
},
|
1340
|
+
"EC2InstanceType":{
|
1341
|
+
"type":"string",
|
1342
|
+
"enum":[
|
1343
|
+
"t2.micro",
|
1344
|
+
"t2.small",
|
1345
|
+
"t2.medium",
|
1346
|
+
"t2.large",
|
1347
|
+
"c3.large",
|
1348
|
+
"c3.xlarge",
|
1349
|
+
"c3.2xlarge",
|
1350
|
+
"c3.4xlarge",
|
1351
|
+
"c3.8xlarge",
|
1352
|
+
"c4.large",
|
1353
|
+
"c4.xlarge",
|
1354
|
+
"c4.2xlarge",
|
1355
|
+
"c4.4xlarge",
|
1356
|
+
"c4.8xlarge",
|
1357
|
+
"r3.large",
|
1358
|
+
"r3.xlarge",
|
1359
|
+
"r3.2xlarge",
|
1360
|
+
"r3.4xlarge",
|
1361
|
+
"r3.8xlarge",
|
1362
|
+
"m3.medium",
|
1363
|
+
"m3.large",
|
1364
|
+
"m3.xlarge",
|
1365
|
+
"m3.2xlarge",
|
1366
|
+
"m4.large",
|
1367
|
+
"m4.xlarge",
|
1368
|
+
"m4.2xlarge",
|
1369
|
+
"m4.4xlarge",
|
1370
|
+
"m4.10xlarge"
|
1371
|
+
]
|
1372
|
+
},
|
1373
|
+
"Event":{
|
1374
|
+
"type":"structure",
|
1375
|
+
"members":{
|
1376
|
+
"EventId":{"shape":"NonZeroAndMaxString"},
|
1377
|
+
"ResourceId":{"shape":"NonZeroAndMaxString"},
|
1378
|
+
"EventCode":{"shape":"EventCode"},
|
1379
|
+
"Message":{"shape":"NonEmptyString"},
|
1380
|
+
"EventTime":{"shape":"Timestamp"}
|
1381
|
+
}
|
1382
|
+
},
|
1383
|
+
"EventCode":{
|
1384
|
+
"type":"string",
|
1385
|
+
"enum":[
|
1386
|
+
"GENERIC_EVENT",
|
1387
|
+
"FLEET_CREATED",
|
1388
|
+
"FLEET_DELETED",
|
1389
|
+
"FLEET_SCALING_EVENT",
|
1390
|
+
"FLEET_STATE_DOWNLOADING",
|
1391
|
+
"FLEET_STATE_VALIDATING",
|
1392
|
+
"FLEET_STATE_BUILDING",
|
1393
|
+
"FLEET_STATE_ACTIVATING",
|
1394
|
+
"FLEET_STATE_ACTIVE",
|
1395
|
+
"FLEET_STATE_ERROR",
|
1396
|
+
"FLEET_INITIALIZATION_FAILED",
|
1397
|
+
"FLEET_BINARY_DOWNLOAD_FAILED",
|
1398
|
+
"FLEET_VALIDATION_LAUNCH_PATH_NOT_FOUND",
|
1399
|
+
"FLEET_VALIDATION_EXECUTABLE_RUNTIME_FAILURE",
|
1400
|
+
"FLEET_VALIDATION_TIMED_OUT",
|
1401
|
+
"FLEET_ACTIVATION_FAILED",
|
1402
|
+
"FLEET_ACTIVATION_FAILED_NO_INSTANCES"
|
1403
|
+
]
|
1404
|
+
},
|
1405
|
+
"EventList":{
|
1406
|
+
"type":"list",
|
1407
|
+
"member":{"shape":"Event"}
|
1408
|
+
},
|
1409
|
+
"FleetAttributes":{
|
1410
|
+
"type":"structure",
|
1411
|
+
"members":{
|
1412
|
+
"FleetId":{"shape":"FleetId"},
|
1413
|
+
"Description":{"shape":"NonZeroAndMaxString"},
|
1414
|
+
"Name":{"shape":"NonZeroAndMaxString"},
|
1415
|
+
"CreationTime":{"shape":"Timestamp"},
|
1416
|
+
"TerminationTime":{"shape":"Timestamp"},
|
1417
|
+
"Status":{"shape":"FleetStatus"},
|
1418
|
+
"BuildId":{"shape":"BuildId"},
|
1419
|
+
"ServerLaunchPath":{"shape":"NonZeroAndMaxString"},
|
1420
|
+
"ServerLaunchParameters":{"shape":"NonZeroAndMaxString"},
|
1421
|
+
"LogPaths":{"shape":"StringList"}
|
1422
|
+
}
|
1423
|
+
},
|
1424
|
+
"FleetAttributesList":{
|
1425
|
+
"type":"list",
|
1426
|
+
"member":{"shape":"FleetAttributes"}
|
1427
|
+
},
|
1428
|
+
"FleetCapacity":{
|
1429
|
+
"type":"structure",
|
1430
|
+
"members":{
|
1431
|
+
"FleetId":{"shape":"FleetId"},
|
1432
|
+
"InstanceType":{"shape":"EC2InstanceType"},
|
1433
|
+
"InstanceCounts":{"shape":"EC2InstanceCounts"}
|
1434
|
+
}
|
1435
|
+
},
|
1436
|
+
"FleetCapacityExceededException":{
|
1437
|
+
"type":"structure",
|
1438
|
+
"members":{
|
1439
|
+
"Message":{"shape":"NonEmptyString"}
|
1440
|
+
},
|
1441
|
+
"exception":true
|
1442
|
+
},
|
1443
|
+
"FleetCapacityList":{
|
1444
|
+
"type":"list",
|
1445
|
+
"member":{"shape":"FleetCapacity"}
|
1446
|
+
},
|
1447
|
+
"FleetId":{
|
1448
|
+
"type":"string",
|
1449
|
+
"pattern":"^fleet-\\S+"
|
1450
|
+
},
|
1451
|
+
"FleetIdList":{
|
1452
|
+
"type":"list",
|
1453
|
+
"member":{"shape":"FleetId"},
|
1454
|
+
"min":1
|
1455
|
+
},
|
1456
|
+
"FleetStatus":{
|
1457
|
+
"type":"string",
|
1458
|
+
"enum":[
|
1459
|
+
"NEW",
|
1460
|
+
"DOWNLOADING",
|
1461
|
+
"VALIDATING",
|
1462
|
+
"BUILDING",
|
1463
|
+
"ACTIVATING",
|
1464
|
+
"ACTIVE",
|
1465
|
+
"DELETING",
|
1466
|
+
"ERROR",
|
1467
|
+
"TERMINATED"
|
1468
|
+
]
|
1469
|
+
},
|
1470
|
+
"FleetUtilization":{
|
1471
|
+
"type":"structure",
|
1472
|
+
"members":{
|
1473
|
+
"FleetId":{"shape":"FleetId"},
|
1474
|
+
"ActiveGameSessionCount":{"shape":"WholeNumber"},
|
1475
|
+
"CurrentPlayerSessionCount":{"shape":"WholeNumber"},
|
1476
|
+
"MaximumPlayerSessionCount":{"shape":"WholeNumber"}
|
1477
|
+
}
|
1478
|
+
},
|
1479
|
+
"FleetUtilizationList":{
|
1480
|
+
"type":"list",
|
1481
|
+
"member":{"shape":"FleetUtilization"}
|
1482
|
+
},
|
1483
|
+
"FreeText":{"type":"string"},
|
1484
|
+
"GameProperty":{
|
1485
|
+
"type":"structure",
|
1486
|
+
"required":[
|
1487
|
+
"Key",
|
1488
|
+
"Value"
|
1489
|
+
],
|
1490
|
+
"members":{
|
1491
|
+
"Key":{"shape":"GamePropertyKey"},
|
1492
|
+
"Value":{"shape":"GamePropertyValue"}
|
1493
|
+
}
|
1494
|
+
},
|
1495
|
+
"GamePropertyKey":{
|
1496
|
+
"type":"string",
|
1497
|
+
"max":32
|
1498
|
+
},
|
1499
|
+
"GamePropertyList":{
|
1500
|
+
"type":"list",
|
1501
|
+
"member":{"shape":"GameProperty"},
|
1502
|
+
"max":16
|
1503
|
+
},
|
1504
|
+
"GamePropertyValue":{
|
1505
|
+
"type":"string",
|
1506
|
+
"max":96
|
1507
|
+
},
|
1508
|
+
"GameSession":{
|
1509
|
+
"type":"structure",
|
1510
|
+
"members":{
|
1511
|
+
"GameSessionId":{"shape":"GameSessionId"},
|
1512
|
+
"Name":{"shape":"NonZeroAndMaxString"},
|
1513
|
+
"FleetId":{"shape":"FleetId"},
|
1514
|
+
"CreationTime":{"shape":"Timestamp"},
|
1515
|
+
"TerminationTime":{"shape":"Timestamp"},
|
1516
|
+
"CurrentPlayerSessionCount":{"shape":"WholeNumber"},
|
1517
|
+
"MaximumPlayerSessionCount":{"shape":"WholeNumber"},
|
1518
|
+
"Status":{"shape":"GameSessionStatus"},
|
1519
|
+
"GameProperties":{"shape":"GamePropertyList"},
|
1520
|
+
"IpAddress":{"shape":"IpAddress"},
|
1521
|
+
"PlayerSessionCreationPolicy":{"shape":"PlayerSessionCreationPolicy"}
|
1522
|
+
}
|
1523
|
+
},
|
1524
|
+
"GameSessionFullException":{
|
1525
|
+
"type":"structure",
|
1526
|
+
"members":{
|
1527
|
+
"Message":{"shape":"NonEmptyString"}
|
1528
|
+
},
|
1529
|
+
"exception":true
|
1530
|
+
},
|
1531
|
+
"GameSessionId":{
|
1532
|
+
"type":"string",
|
1533
|
+
"pattern":"^(gamei-|gsess-)\\S+"
|
1534
|
+
},
|
1535
|
+
"GameSessionList":{
|
1536
|
+
"type":"list",
|
1537
|
+
"member":{"shape":"GameSession"}
|
1538
|
+
},
|
1539
|
+
"GameSessionStatus":{
|
1540
|
+
"type":"string",
|
1541
|
+
"enum":[
|
1542
|
+
"ACTIVE",
|
1543
|
+
"ACTIVATING",
|
1544
|
+
"TERMINATED",
|
1545
|
+
"TERMINATING"
|
1546
|
+
]
|
1547
|
+
},
|
1548
|
+
"GetGameSessionLogUrlInput":{
|
1549
|
+
"type":"structure",
|
1550
|
+
"required":["GameSessionId"],
|
1551
|
+
"members":{
|
1552
|
+
"GameSessionId":{"shape":"GameSessionId"}
|
1553
|
+
}
|
1554
|
+
},
|
1555
|
+
"GetGameSessionLogUrlOutput":{
|
1556
|
+
"type":"structure",
|
1557
|
+
"members":{
|
1558
|
+
"PreSignedUrl":{"shape":"NonZeroAndMaxString"}
|
1559
|
+
}
|
1560
|
+
},
|
1561
|
+
"InternalServiceException":{
|
1562
|
+
"type":"structure",
|
1563
|
+
"members":{
|
1564
|
+
"Message":{"shape":"NonEmptyString"}
|
1565
|
+
},
|
1566
|
+
"exception":true,
|
1567
|
+
"fault":true
|
1568
|
+
},
|
1569
|
+
"InvalidFleetStatusException":{
|
1570
|
+
"type":"structure",
|
1571
|
+
"members":{
|
1572
|
+
"Message":{"shape":"NonEmptyString"}
|
1573
|
+
},
|
1574
|
+
"exception":true
|
1575
|
+
},
|
1576
|
+
"InvalidGameSessionStatusException":{
|
1577
|
+
"type":"structure",
|
1578
|
+
"members":{
|
1579
|
+
"Message":{"shape":"NonEmptyString"}
|
1580
|
+
},
|
1581
|
+
"exception":true
|
1582
|
+
},
|
1583
|
+
"InvalidRequestException":{
|
1584
|
+
"type":"structure",
|
1585
|
+
"members":{
|
1586
|
+
"Message":{"shape":"NonEmptyString"}
|
1587
|
+
},
|
1588
|
+
"exception":true
|
1589
|
+
},
|
1590
|
+
"IpAddress":{"type":"string"},
|
1591
|
+
"IpPermission":{
|
1592
|
+
"type":"structure",
|
1593
|
+
"required":[
|
1594
|
+
"FromPort",
|
1595
|
+
"ToPort",
|
1596
|
+
"IpRange",
|
1597
|
+
"Protocol"
|
1598
|
+
],
|
1599
|
+
"members":{
|
1600
|
+
"FromPort":{"shape":"PortNumber"},
|
1601
|
+
"ToPort":{"shape":"PortNumber"},
|
1602
|
+
"IpRange":{"shape":"NonBlankString"},
|
1603
|
+
"Protocol":{"shape":"IpProtocol"}
|
1604
|
+
}
|
1605
|
+
},
|
1606
|
+
"IpPermissionsList":{
|
1607
|
+
"type":"list",
|
1608
|
+
"member":{"shape":"IpPermission"},
|
1609
|
+
"max":50
|
1610
|
+
},
|
1611
|
+
"IpProtocol":{
|
1612
|
+
"type":"string",
|
1613
|
+
"enum":[
|
1614
|
+
"TCP",
|
1615
|
+
"UDP"
|
1616
|
+
]
|
1617
|
+
},
|
1618
|
+
"LimitExceededException":{
|
1619
|
+
"type":"structure",
|
1620
|
+
"members":{
|
1621
|
+
"Message":{"shape":"NonEmptyString"}
|
1622
|
+
},
|
1623
|
+
"exception":true
|
1624
|
+
},
|
1625
|
+
"ListAliasesInput":{
|
1626
|
+
"type":"structure",
|
1627
|
+
"members":{
|
1628
|
+
"RoutingStrategyType":{"shape":"RoutingStrategyType"},
|
1629
|
+
"Name":{"shape":"NonEmptyString"},
|
1630
|
+
"Limit":{"shape":"PositiveInteger"},
|
1631
|
+
"NextToken":{"shape":"NonEmptyString"}
|
1632
|
+
}
|
1633
|
+
},
|
1634
|
+
"ListAliasesOutput":{
|
1635
|
+
"type":"structure",
|
1636
|
+
"members":{
|
1637
|
+
"Aliases":{"shape":"AliasList"},
|
1638
|
+
"NextToken":{"shape":"NonEmptyString"}
|
1639
|
+
}
|
1640
|
+
},
|
1641
|
+
"ListBuildsInput":{
|
1642
|
+
"type":"structure",
|
1643
|
+
"members":{
|
1644
|
+
"Status":{"shape":"BuildStatus"},
|
1645
|
+
"Limit":{"shape":"PositiveInteger"},
|
1646
|
+
"NextToken":{"shape":"NonEmptyString"}
|
1647
|
+
}
|
1648
|
+
},
|
1649
|
+
"ListBuildsOutput":{
|
1650
|
+
"type":"structure",
|
1651
|
+
"members":{
|
1652
|
+
"Builds":{"shape":"BuildList"},
|
1653
|
+
"NextToken":{"shape":"NonEmptyString"}
|
1654
|
+
}
|
1655
|
+
},
|
1656
|
+
"ListFleetsInput":{
|
1657
|
+
"type":"structure",
|
1658
|
+
"members":{
|
1659
|
+
"BuildId":{"shape":"BuildId"},
|
1660
|
+
"Limit":{"shape":"PositiveInteger"},
|
1661
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1662
|
+
}
|
1663
|
+
},
|
1664
|
+
"ListFleetsOutput":{
|
1665
|
+
"type":"structure",
|
1666
|
+
"members":{
|
1667
|
+
"FleetIds":{"shape":"FleetIdList"},
|
1668
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1669
|
+
}
|
1670
|
+
},
|
1671
|
+
"NonBlankString":{
|
1672
|
+
"type":"string",
|
1673
|
+
"pattern":"[^\\s]+"
|
1674
|
+
},
|
1675
|
+
"NonEmptyString":{
|
1676
|
+
"type":"string",
|
1677
|
+
"min":1
|
1678
|
+
},
|
1679
|
+
"NonZeroAndMaxString":{
|
1680
|
+
"type":"string",
|
1681
|
+
"min":1,
|
1682
|
+
"max":1024
|
1683
|
+
},
|
1684
|
+
"NotFoundException":{
|
1685
|
+
"type":"structure",
|
1686
|
+
"members":{
|
1687
|
+
"Message":{"shape":"NonEmptyString"}
|
1688
|
+
},
|
1689
|
+
"exception":true
|
1690
|
+
},
|
1691
|
+
"PlayerIdList":{
|
1692
|
+
"type":"list",
|
1693
|
+
"member":{"shape":"NonZeroAndMaxString"},
|
1694
|
+
"min":1,
|
1695
|
+
"max":25
|
1696
|
+
},
|
1697
|
+
"PlayerSession":{
|
1698
|
+
"type":"structure",
|
1699
|
+
"members":{
|
1700
|
+
"PlayerSessionId":{"shape":"PlayerSessionId"},
|
1701
|
+
"PlayerId":{"shape":"NonZeroAndMaxString"},
|
1702
|
+
"GameSessionId":{"shape":"GameSessionId"},
|
1703
|
+
"FleetId":{"shape":"FleetId"},
|
1704
|
+
"CreationTime":{"shape":"Timestamp"},
|
1705
|
+
"TerminationTime":{"shape":"Timestamp"},
|
1706
|
+
"Status":{"shape":"PlayerSessionStatus"},
|
1707
|
+
"IpAddress":{"shape":"IpAddress"}
|
1708
|
+
}
|
1709
|
+
},
|
1710
|
+
"PlayerSessionCreationPolicy":{
|
1711
|
+
"type":"string",
|
1712
|
+
"enum":[
|
1713
|
+
"ACCEPT_ALL",
|
1714
|
+
"DENY_ALL"
|
1715
|
+
]
|
1716
|
+
},
|
1717
|
+
"PlayerSessionId":{
|
1718
|
+
"type":"string",
|
1719
|
+
"pattern":"^psess-\\S+"
|
1720
|
+
},
|
1721
|
+
"PlayerSessionList":{
|
1722
|
+
"type":"list",
|
1723
|
+
"member":{"shape":"PlayerSession"}
|
1724
|
+
},
|
1725
|
+
"PlayerSessionStatus":{
|
1726
|
+
"type":"string",
|
1727
|
+
"enum":[
|
1728
|
+
"RESERVED",
|
1729
|
+
"ACTIVE",
|
1730
|
+
"COMPLETED",
|
1731
|
+
"TIMEDOUT"
|
1732
|
+
]
|
1733
|
+
},
|
1734
|
+
"PortNumber":{
|
1735
|
+
"type":"integer",
|
1736
|
+
"min":1025,
|
1737
|
+
"max":60000
|
1738
|
+
},
|
1739
|
+
"PositiveInteger":{
|
1740
|
+
"type":"integer",
|
1741
|
+
"min":1
|
1742
|
+
},
|
1743
|
+
"PositiveLong":{
|
1744
|
+
"type":"long",
|
1745
|
+
"min":1
|
1746
|
+
},
|
1747
|
+
"RequestUploadCredentialsInput":{
|
1748
|
+
"type":"structure",
|
1749
|
+
"required":["BuildId"],
|
1750
|
+
"members":{
|
1751
|
+
"BuildId":{"shape":"BuildId"}
|
1752
|
+
}
|
1753
|
+
},
|
1754
|
+
"RequestUploadCredentialsOutput":{
|
1755
|
+
"type":"structure",
|
1756
|
+
"members":{
|
1757
|
+
"UploadCredentials":{"shape":"AwsCredentials"},
|
1758
|
+
"StorageLocation":{"shape":"S3Location"}
|
1759
|
+
}
|
1760
|
+
},
|
1761
|
+
"ResolveAliasInput":{
|
1762
|
+
"type":"structure",
|
1763
|
+
"required":["AliasId"],
|
1764
|
+
"members":{
|
1765
|
+
"AliasId":{"shape":"AliasId"}
|
1766
|
+
}
|
1767
|
+
},
|
1768
|
+
"ResolveAliasOutput":{
|
1769
|
+
"type":"structure",
|
1770
|
+
"members":{
|
1771
|
+
"FleetId":{"shape":"FleetId"}
|
1772
|
+
}
|
1773
|
+
},
|
1774
|
+
"RoutingStrategy":{
|
1775
|
+
"type":"structure",
|
1776
|
+
"members":{
|
1777
|
+
"Type":{"shape":"RoutingStrategyType"},
|
1778
|
+
"FleetId":{"shape":"FleetId"},
|
1779
|
+
"Message":{"shape":"FreeText"}
|
1780
|
+
}
|
1781
|
+
},
|
1782
|
+
"RoutingStrategyType":{
|
1783
|
+
"type":"string",
|
1784
|
+
"enum":[
|
1785
|
+
"SIMPLE",
|
1786
|
+
"TERMINAL"
|
1787
|
+
]
|
1788
|
+
},
|
1789
|
+
"S3Location":{
|
1790
|
+
"type":"structure",
|
1791
|
+
"members":{
|
1792
|
+
"Bucket":{"shape":"NonEmptyString"},
|
1793
|
+
"Key":{"shape":"NonEmptyString"}
|
1794
|
+
}
|
1795
|
+
},
|
1796
|
+
"StringList":{
|
1797
|
+
"type":"list",
|
1798
|
+
"member":{"shape":"NonZeroAndMaxString"}
|
1799
|
+
},
|
1800
|
+
"TerminalRoutingStrategyException":{
|
1801
|
+
"type":"structure",
|
1802
|
+
"members":{
|
1803
|
+
"Message":{"shape":"NonEmptyString"}
|
1804
|
+
},
|
1805
|
+
"exception":true
|
1806
|
+
},
|
1807
|
+
"Timestamp":{"type":"timestamp"},
|
1808
|
+
"UnauthorizedException":{
|
1809
|
+
"type":"structure",
|
1810
|
+
"members":{
|
1811
|
+
"Message":{"shape":"NonEmptyString"}
|
1812
|
+
},
|
1813
|
+
"exception":true
|
1814
|
+
},
|
1815
|
+
"UpdateAliasInput":{
|
1816
|
+
"type":"structure",
|
1817
|
+
"required":["AliasId"],
|
1818
|
+
"members":{
|
1819
|
+
"AliasId":{"shape":"AliasId"},
|
1820
|
+
"Name":{"shape":"NonZeroAndMaxString"},
|
1821
|
+
"Description":{"shape":"NonZeroAndMaxString"},
|
1822
|
+
"RoutingStrategy":{"shape":"RoutingStrategy"}
|
1823
|
+
}
|
1824
|
+
},
|
1825
|
+
"UpdateAliasOutput":{
|
1826
|
+
"type":"structure",
|
1827
|
+
"members":{
|
1828
|
+
"Alias":{"shape":"Alias"}
|
1829
|
+
}
|
1830
|
+
},
|
1831
|
+
"UpdateBuildInput":{
|
1832
|
+
"type":"structure",
|
1833
|
+
"required":["BuildId"],
|
1834
|
+
"members":{
|
1835
|
+
"BuildId":{"shape":"BuildId"},
|
1836
|
+
"Name":{"shape":"NonZeroAndMaxString"},
|
1837
|
+
"Version":{"shape":"NonZeroAndMaxString"}
|
1838
|
+
}
|
1839
|
+
},
|
1840
|
+
"UpdateBuildOutput":{
|
1841
|
+
"type":"structure",
|
1842
|
+
"members":{
|
1843
|
+
"Build":{"shape":"Build"}
|
1844
|
+
}
|
1845
|
+
},
|
1846
|
+
"UpdateFleetAttributesInput":{
|
1847
|
+
"type":"structure",
|
1848
|
+
"required":["FleetId"],
|
1849
|
+
"members":{
|
1850
|
+
"FleetId":{"shape":"FleetId"},
|
1851
|
+
"Name":{"shape":"NonZeroAndMaxString"},
|
1852
|
+
"Description":{"shape":"NonZeroAndMaxString"}
|
1853
|
+
}
|
1854
|
+
},
|
1855
|
+
"UpdateFleetAttributesOutput":{
|
1856
|
+
"type":"structure",
|
1857
|
+
"members":{
|
1858
|
+
"FleetId":{"shape":"FleetId"}
|
1859
|
+
}
|
1860
|
+
},
|
1861
|
+
"UpdateFleetCapacityInput":{
|
1862
|
+
"type":"structure",
|
1863
|
+
"required":[
|
1864
|
+
"FleetId",
|
1865
|
+
"DesiredInstances"
|
1866
|
+
],
|
1867
|
+
"members":{
|
1868
|
+
"FleetId":{"shape":"FleetId"},
|
1869
|
+
"DesiredInstances":{"shape":"WholeNumber"}
|
1870
|
+
}
|
1871
|
+
},
|
1872
|
+
"UpdateFleetCapacityOutput":{
|
1873
|
+
"type":"structure",
|
1874
|
+
"members":{
|
1875
|
+
"FleetId":{"shape":"FleetId"}
|
1876
|
+
}
|
1877
|
+
},
|
1878
|
+
"UpdateFleetPortSettingsInput":{
|
1879
|
+
"type":"structure",
|
1880
|
+
"required":["FleetId"],
|
1881
|
+
"members":{
|
1882
|
+
"FleetId":{"shape":"FleetId"},
|
1883
|
+
"InboundPermissionAuthorizations":{"shape":"IpPermissionsList"},
|
1884
|
+
"InboundPermissionRevocations":{"shape":"IpPermissionsList"}
|
1885
|
+
}
|
1886
|
+
},
|
1887
|
+
"UpdateFleetPortSettingsOutput":{
|
1888
|
+
"type":"structure",
|
1889
|
+
"members":{
|
1890
|
+
"FleetId":{"shape":"FleetId"}
|
1891
|
+
}
|
1892
|
+
},
|
1893
|
+
"UpdateGameSessionInput":{
|
1894
|
+
"type":"structure",
|
1895
|
+
"required":["GameSessionId"],
|
1896
|
+
"members":{
|
1897
|
+
"GameSessionId":{"shape":"GameSessionId"},
|
1898
|
+
"MaximumPlayerSessionCount":{"shape":"WholeNumber"},
|
1899
|
+
"Name":{"shape":"NonZeroAndMaxString"},
|
1900
|
+
"PlayerSessionCreationPolicy":{"shape":"PlayerSessionCreationPolicy"}
|
1901
|
+
}
|
1902
|
+
},
|
1903
|
+
"UpdateGameSessionOutput":{
|
1904
|
+
"type":"structure",
|
1905
|
+
"members":{
|
1906
|
+
"GameSession":{"shape":"GameSession"}
|
1907
|
+
}
|
1908
|
+
},
|
1909
|
+
"WholeNumber":{
|
1910
|
+
"type":"integer",
|
1911
|
+
"min":0
|
1912
|
+
}
|
1913
|
+
}
|
1914
|
+
}
|