cdk-docker-image-deployment 0.0.89 → 0.0.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +762 -46
  9. package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +20 -0
  10. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.examples.json +5 -0
  11. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +1268 -0
  12. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +45 -0
  13. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.waiters2.json +5 -0
  14. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +332 -157
  15. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +35 -23
  16. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +230 -14
  17. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.examples.json +5 -0
  18. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.min.json +586 -0
  19. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.paginators.json +16 -0
  20. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +423 -164
  21. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.paginators.json +12 -0
  22. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1169 -483
  23. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +20 -0
  24. package/node_modules/aws-sdk/apis/metadata.json +14 -0
  25. package/node_modules/aws-sdk/apis/pipes-2015-10-07.examples.json +5 -0
  26. package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +1329 -0
  27. package/node_modules/aws-sdk/apis/pipes-2015-10-07.paginators.json +10 -0
  28. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +6 -3
  29. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2666 -931
  30. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +42 -0
  31. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.examples.json +5 -0
  32. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.min.json +1516 -0
  33. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.paginators.json +26 -0
  34. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +285 -62
  35. package/node_modules/aws-sdk/apis/states-2016-11-23.paginators.json +6 -0
  36. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +5 -1
  37. package/node_modules/aws-sdk/clients/all.d.ts +4 -0
  38. package/node_modules/aws-sdk/clients/all.js +5 -1
  39. package/node_modules/aws-sdk/clients/athena.d.ts +1043 -42
  40. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +1403 -0
  41. package/node_modules/aws-sdk/clients/codecatalyst.js +19 -0
  42. package/node_modules/aws-sdk/clients/comprehend.d.ts +238 -18
  43. package/node_modules/aws-sdk/clients/dataexchange.d.ts +269 -26
  44. package/node_modules/aws-sdk/clients/docdbelastic.d.ts +565 -0
  45. package/node_modules/aws-sdk/clients/docdbelastic.js +18 -0
  46. package/node_modules/aws-sdk/clients/gamelift.d.ts +712 -323
  47. package/node_modules/aws-sdk/clients/glue.d.ts +1026 -83
  48. package/node_modules/aws-sdk/clients/pipes.d.ts +1612 -0
  49. package/node_modules/aws-sdk/clients/pipes.js +18 -0
  50. package/node_modules/aws-sdk/clients/s3control.d.ts +18 -6
  51. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2434 -98
  52. package/node_modules/aws-sdk/clients/sagemakergeospatial.d.ts +1610 -0
  53. package/node_modules/aws-sdk/clients/sagemakergeospatial.js +18 -0
  54. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +290 -17
  55. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
  56. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +176 -21
  57. package/node_modules/aws-sdk/dist/aws-sdk.js +1576 -367
  58. package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
  59. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +8 -0
  60. package/node_modules/aws-sdk/lib/core.js +1 -1
  61. package/node_modules/aws-sdk/lib/region_config_data.json +4 -2
  62. package/node_modules/aws-sdk/package.json +1 -1
  63. package/package.json +3 -3
@@ -93,17 +93,18 @@
93
93
  "OperatingSystem": {},
94
94
  "Tags": {
95
95
  "shape": "Sq"
96
- }
96
+ },
97
+ "ServerSdkVersion": {}
97
98
  }
98
99
  },
99
100
  "output": {
100
101
  "type": "structure",
101
102
  "members": {
102
103
  "Build": {
103
- "shape": "S13"
104
+ "shape": "S14"
104
105
  },
105
106
  "UploadCredentials": {
106
- "shape": "S18"
107
+ "shape": "S19"
107
108
  },
108
109
  "StorageLocation": {
109
110
  "shape": "Sz"
@@ -115,8 +116,7 @@
115
116
  "input": {
116
117
  "type": "structure",
117
118
  "required": [
118
- "Name",
119
- "EC2InstanceType"
119
+ "Name"
120
120
  ],
121
121
  "members": {
122
122
  "Name": {},
@@ -130,30 +130,34 @@
130
130
  },
131
131
  "EC2InstanceType": {},
132
132
  "EC2InboundPermissions": {
133
- "shape": "S1f"
133
+ "shape": "S1g"
134
134
  },
135
135
  "NewGameSessionProtectionPolicy": {},
136
136
  "RuntimeConfiguration": {
137
- "shape": "S1l"
137
+ "shape": "S1m"
138
138
  },
139
139
  "ResourceCreationLimitPolicy": {
140
- "shape": "S1r"
140
+ "shape": "S1s"
141
141
  },
142
142
  "MetricGroups": {
143
- "shape": "S1t"
143
+ "shape": "S1u"
144
144
  },
145
145
  "PeerVpcAwsAccountId": {},
146
146
  "PeerVpcId": {},
147
147
  "FleetType": {},
148
148
  "InstanceRoleArn": {},
149
149
  "CertificateConfiguration": {
150
- "shape": "S1w"
150
+ "shape": "S1x"
151
151
  },
152
152
  "Locations": {
153
- "shape": "S1y"
153
+ "shape": "S1z"
154
154
  },
155
155
  "Tags": {
156
156
  "shape": "Sq"
157
+ },
158
+ "ComputeType": {},
159
+ "AnywhereConfiguration": {
160
+ "shape": "S23"
157
161
  }
158
162
  }
159
163
  },
@@ -161,10 +165,10 @@
161
165
  "type": "structure",
162
166
  "members": {
163
167
  "FleetAttributes": {
164
- "shape": "S22"
168
+ "shape": "S26"
165
169
  },
166
170
  "LocationStates": {
167
- "shape": "S29"
171
+ "shape": "S2d"
168
172
  }
169
173
  }
170
174
  }
@@ -179,7 +183,7 @@
179
183
  "members": {
180
184
  "FleetId": {},
181
185
  "Locations": {
182
- "shape": "S1y"
186
+ "shape": "S1z"
183
187
  }
184
188
  }
185
189
  },
@@ -189,7 +193,7 @@
189
193
  "FleetId": {},
190
194
  "FleetArn": {},
191
195
  "LocationStates": {
192
- "shape": "S29"
196
+ "shape": "S2d"
193
197
  }
194
198
  }
195
199
  }
@@ -223,7 +227,7 @@
223
227
  }
224
228
  },
225
229
  "InstanceDefinitions": {
226
- "shape": "S2k"
230
+ "shape": "S2o"
227
231
  },
228
232
  "AutoScalingPolicy": {
229
233
  "type": "structure",
@@ -262,7 +266,7 @@
262
266
  "type": "structure",
263
267
  "members": {
264
268
  "GameServerGroup": {
265
- "shape": "S2w"
269
+ "shape": "S30"
266
270
  }
267
271
  }
268
272
  }
@@ -281,7 +285,7 @@
281
285
  },
282
286
  "Name": {},
283
287
  "GameProperties": {
284
- "shape": "S33"
288
+ "shape": "S37"
285
289
  },
286
290
  "CreatorId": {},
287
291
  "GameSessionId": {},
@@ -294,7 +298,7 @@
294
298
  "type": "structure",
295
299
  "members": {
296
300
  "GameSession": {
297
- "shape": "S3a"
301
+ "shape": "S3e"
298
302
  }
299
303
  }
300
304
  }
@@ -311,16 +315,16 @@
311
315
  "type": "integer"
312
316
  },
313
317
  "PlayerLatencyPolicies": {
314
- "shape": "S3j"
318
+ "shape": "S3n"
315
319
  },
316
320
  "Destinations": {
317
- "shape": "S3l"
321
+ "shape": "S3p"
318
322
  },
319
323
  "FilterConfiguration": {
320
- "shape": "S3o"
324
+ "shape": "S3s"
321
325
  },
322
326
  "PriorityConfiguration": {
323
- "shape": "S3q"
327
+ "shape": "S3u"
324
328
  },
325
329
  "CustomEventData": {},
326
330
  "NotificationTarget": {},
@@ -333,7 +337,29 @@
333
337
  "type": "structure",
334
338
  "members": {
335
339
  "GameSessionQueue": {
336
- "shape": "S3w"
340
+ "shape": "S40"
341
+ }
342
+ }
343
+ }
344
+ },
345
+ "CreateLocation": {
346
+ "input": {
347
+ "type": "structure",
348
+ "required": [
349
+ "LocationName"
350
+ ],
351
+ "members": {
352
+ "LocationName": {},
353
+ "Tags": {
354
+ "shape": "Sq"
355
+ }
356
+ }
357
+ },
358
+ "output": {
359
+ "type": "structure",
360
+ "members": {
361
+ "Location": {
362
+ "shape": "S45"
337
363
  }
338
364
  }
339
365
  }
@@ -351,7 +377,7 @@
351
377
  "Name": {},
352
378
  "Description": {},
353
379
  "GameSessionQueueArns": {
354
- "shape": "S3z"
380
+ "shape": "S48"
355
381
  },
356
382
  "RequestTimeoutSeconds": {
357
383
  "type": "integer"
@@ -369,7 +395,7 @@
369
395
  },
370
396
  "CustomEventData": {},
371
397
  "GameProperties": {
372
- "shape": "S33"
398
+ "shape": "S37"
373
399
  },
374
400
  "GameSessionData": {},
375
401
  "BackfillMode": {},
@@ -383,7 +409,7 @@
383
409
  "type": "structure",
384
410
  "members": {
385
411
  "Configuration": {
386
- "shape": "S4a"
412
+ "shape": "S4j"
387
413
  }
388
414
  }
389
415
  }
@@ -410,7 +436,7 @@
410
436
  ],
411
437
  "members": {
412
438
  "RuleSet": {
413
- "shape": "S4g"
439
+ "shape": "S4p"
414
440
  }
415
441
  }
416
442
  }
@@ -432,7 +458,7 @@
432
458
  "type": "structure",
433
459
  "members": {
434
460
  "PlayerSession": {
435
- "shape": "S4k"
461
+ "shape": "S4t"
436
462
  }
437
463
  }
438
464
  }
@@ -461,7 +487,7 @@
461
487
  "type": "structure",
462
488
  "members": {
463
489
  "PlayerSessions": {
464
- "shape": "S4r"
490
+ "shape": "S50"
465
491
  }
466
492
  }
467
493
  }
@@ -487,7 +513,7 @@
487
513
  "type": "structure",
488
514
  "members": {
489
515
  "Script": {
490
- "shape": "S4v"
516
+ "shape": "S54"
491
517
  }
492
518
  }
493
519
  }
@@ -508,7 +534,7 @@
508
534
  "type": "structure",
509
535
  "members": {
510
536
  "VpcPeeringAuthorization": {
511
- "shape": "S4y"
537
+ "shape": "S57"
512
538
  }
513
539
  }
514
540
  }
@@ -575,7 +601,7 @@
575
601
  "members": {
576
602
  "FleetId": {},
577
603
  "Locations": {
578
- "shape": "S3p"
604
+ "shape": "S3t"
579
605
  }
580
606
  }
581
607
  },
@@ -585,7 +611,7 @@
585
611
  "FleetId": {},
586
612
  "FleetArn": {},
587
613
  "LocationStates": {
588
- "shape": "S29"
614
+ "shape": "S2d"
589
615
  }
590
616
  }
591
617
  }
@@ -605,7 +631,7 @@
605
631
  "type": "structure",
606
632
  "members": {
607
633
  "GameServerGroup": {
608
- "shape": "S2w"
634
+ "shape": "S30"
609
635
  }
610
636
  }
611
637
  }
@@ -625,6 +651,21 @@
625
651
  "members": {}
626
652
  }
627
653
  },
654
+ "DeleteLocation": {
655
+ "input": {
656
+ "type": "structure",
657
+ "required": [
658
+ "LocationName"
659
+ ],
660
+ "members": {
661
+ "LocationName": {}
662
+ }
663
+ },
664
+ "output": {
665
+ "type": "structure",
666
+ "members": {}
667
+ }
668
+ },
628
669
  "DeleteMatchmakingConfiguration": {
629
670
  "input": {
630
671
  "type": "structure",
@@ -713,6 +754,23 @@
713
754
  "members": {}
714
755
  }
715
756
  },
757
+ "DeregisterCompute": {
758
+ "input": {
759
+ "type": "structure",
760
+ "required": [
761
+ "FleetId",
762
+ "ComputeName"
763
+ ],
764
+ "members": {
765
+ "FleetId": {},
766
+ "ComputeName": {}
767
+ }
768
+ },
769
+ "output": {
770
+ "type": "structure",
771
+ "members": {}
772
+ }
773
+ },
716
774
  "DeregisterGameServer": {
717
775
  "input": {
718
776
  "type": "structure",
@@ -759,7 +817,28 @@
759
817
  "type": "structure",
760
818
  "members": {
761
819
  "Build": {
762
- "shape": "S13"
820
+ "shape": "S14"
821
+ }
822
+ }
823
+ }
824
+ },
825
+ "DescribeCompute": {
826
+ "input": {
827
+ "type": "structure",
828
+ "required": [
829
+ "FleetId",
830
+ "ComputeName"
831
+ ],
832
+ "members": {
833
+ "FleetId": {},
834
+ "ComputeName": {}
835
+ }
836
+ },
837
+ "output": {
838
+ "type": "structure",
839
+ "members": {
840
+ "Compute": {
841
+ "shape": "S69"
763
842
  }
764
843
  }
765
844
  }
@@ -799,7 +878,7 @@
799
878
  "type": "structure",
800
879
  "members": {
801
880
  "FleetIds": {
802
- "shape": "S5x"
881
+ "shape": "S6j"
803
882
  },
804
883
  "Limit": {
805
884
  "type": "integer"
@@ -813,7 +892,7 @@
813
892
  "FleetAttributes": {
814
893
  "type": "list",
815
894
  "member": {
816
- "shape": "S22"
895
+ "shape": "S26"
817
896
  }
818
897
  },
819
898
  "NextToken": {}
@@ -825,7 +904,7 @@
825
904
  "type": "structure",
826
905
  "members": {
827
906
  "FleetIds": {
828
- "shape": "S5x"
907
+ "shape": "S6j"
829
908
  },
830
909
  "Limit": {
831
910
  "type": "integer"
@@ -839,7 +918,7 @@
839
918
  "FleetCapacity": {
840
919
  "type": "list",
841
920
  "member": {
842
- "shape": "S63"
921
+ "shape": "S6p"
843
922
  }
844
923
  },
845
924
  "NextToken": {}
@@ -898,7 +977,7 @@
898
977
  "members": {
899
978
  "FleetId": {},
900
979
  "Locations": {
901
- "shape": "S3p"
980
+ "shape": "S3t"
902
981
  },
903
982
  "Limit": {
904
983
  "type": "integer"
@@ -917,10 +996,10 @@
917
996
  "type": "structure",
918
997
  "members": {
919
998
  "LocationState": {
920
- "shape": "S2a"
999
+ "shape": "S2e"
921
1000
  },
922
1001
  "StoppedActions": {
923
- "shape": "S27"
1002
+ "shape": "S2b"
924
1003
  },
925
1004
  "UpdateStatus": {}
926
1005
  }
@@ -946,7 +1025,7 @@
946
1025
  "type": "structure",
947
1026
  "members": {
948
1027
  "FleetCapacity": {
949
- "shape": "S63"
1028
+ "shape": "S6p"
950
1029
  }
951
1030
  }
952
1031
  }
@@ -967,7 +1046,7 @@
967
1046
  "type": "structure",
968
1047
  "members": {
969
1048
  "FleetUtilization": {
970
- "shape": "S6j"
1049
+ "shape": "S75"
971
1050
  }
972
1051
  }
973
1052
  }
@@ -989,7 +1068,7 @@
989
1068
  "FleetId": {},
990
1069
  "FleetArn": {},
991
1070
  "InboundPermissions": {
992
- "shape": "S1f"
1071
+ "shape": "S1g"
993
1072
  },
994
1073
  "UpdateStatus": {},
995
1074
  "Location": {}
@@ -1001,7 +1080,7 @@
1001
1080
  "type": "structure",
1002
1081
  "members": {
1003
1082
  "FleetIds": {
1004
- "shape": "S5x"
1083
+ "shape": "S6j"
1005
1084
  },
1006
1085
  "Limit": {
1007
1086
  "type": "integer"
@@ -1015,7 +1094,7 @@
1015
1094
  "FleetUtilization": {
1016
1095
  "type": "list",
1017
1096
  "member": {
1018
- "shape": "S6j"
1097
+ "shape": "S75"
1019
1098
  }
1020
1099
  },
1021
1100
  "NextToken": {}
@@ -1057,7 +1136,7 @@
1057
1136
  "type": "structure",
1058
1137
  "members": {
1059
1138
  "GameServerGroup": {
1060
- "shape": "S2w"
1139
+ "shape": "S30"
1061
1140
  }
1062
1141
  }
1063
1142
  }
@@ -1123,7 +1202,7 @@
1123
1202
  "type": "structure",
1124
1203
  "members": {
1125
1204
  "GameSession": {
1126
- "shape": "S3a"
1205
+ "shape": "S3e"
1127
1206
  },
1128
1207
  "ProtectionPolicy": {}
1129
1208
  }
@@ -1147,7 +1226,7 @@
1147
1226
  "type": "structure",
1148
1227
  "members": {
1149
1228
  "GameSessionPlacement": {
1150
- "shape": "S75"
1229
+ "shape": "S7r"
1151
1230
  }
1152
1231
  }
1153
1232
  }
@@ -1172,7 +1251,7 @@
1172
1251
  "GameSessionQueues": {
1173
1252
  "type": "list",
1174
1253
  "member": {
1175
- "shape": "S3w"
1254
+ "shape": "S40"
1176
1255
  }
1177
1256
  },
1178
1257
  "NextToken": {}
@@ -1198,7 +1277,7 @@
1198
1277
  "type": "structure",
1199
1278
  "members": {
1200
1279
  "GameSessions": {
1201
- "shape": "S7i"
1280
+ "shape": "S84"
1202
1281
  },
1203
1282
  "NextToken": {}
1204
1283
  }
@@ -1266,7 +1345,7 @@
1266
1345
  "TicketList": {
1267
1346
  "type": "list",
1268
1347
  "member": {
1269
- "shape": "S7t"
1348
+ "shape": "S8f"
1270
1349
  }
1271
1350
  }
1272
1351
  }
@@ -1293,7 +1372,7 @@
1293
1372
  "Configurations": {
1294
1373
  "type": "list",
1295
1374
  "member": {
1296
- "shape": "S4a"
1375
+ "shape": "S4j"
1297
1376
  }
1298
1377
  },
1299
1378
  "NextToken": {}
@@ -1323,7 +1402,7 @@
1323
1402
  "RuleSets": {
1324
1403
  "type": "list",
1325
1404
  "member": {
1326
- "shape": "S4g"
1405
+ "shape": "S4p"
1327
1406
  }
1328
1407
  },
1329
1408
  "NextToken": {}
@@ -1348,7 +1427,7 @@
1348
1427
  "type": "structure",
1349
1428
  "members": {
1350
1429
  "PlayerSessions": {
1351
- "shape": "S4r"
1430
+ "shape": "S50"
1352
1431
  },
1353
1432
  "NextToken": {}
1354
1433
  }
@@ -1368,7 +1447,7 @@
1368
1447
  "type": "structure",
1369
1448
  "members": {
1370
1449
  "RuntimeConfiguration": {
1371
- "shape": "S1l"
1450
+ "shape": "S1m"
1372
1451
  }
1373
1452
  }
1374
1453
  }
@@ -1415,7 +1494,7 @@
1415
1494
  "MetricName": {},
1416
1495
  "PolicyType": {},
1417
1496
  "TargetConfiguration": {
1418
- "shape": "S8u"
1497
+ "shape": "S9i"
1419
1498
  },
1420
1499
  "UpdateStatus": {},
1421
1500
  "Location": {}
@@ -1440,7 +1519,7 @@
1440
1519
  "type": "structure",
1441
1520
  "members": {
1442
1521
  "Script": {
1443
- "shape": "S4v"
1522
+ "shape": "S54"
1444
1523
  }
1445
1524
  }
1446
1525
  }
@@ -1456,7 +1535,7 @@
1456
1535
  "VpcPeeringAuthorizations": {
1457
1536
  "type": "list",
1458
1537
  "member": {
1459
- "shape": "S4y"
1538
+ "shape": "S57"
1460
1539
  }
1461
1540
  }
1462
1541
  }
@@ -1496,6 +1575,57 @@
1496
1575
  }
1497
1576
  }
1498
1577
  },
1578
+ "GetComputeAccess": {
1579
+ "input": {
1580
+ "type": "structure",
1581
+ "required": [
1582
+ "FleetId",
1583
+ "ComputeName"
1584
+ ],
1585
+ "members": {
1586
+ "FleetId": {},
1587
+ "ComputeName": {}
1588
+ }
1589
+ },
1590
+ "output": {
1591
+ "type": "structure",
1592
+ "members": {
1593
+ "FleetId": {},
1594
+ "FleetArn": {},
1595
+ "ComputeName": {},
1596
+ "ComputeArn": {},
1597
+ "Credentials": {
1598
+ "shape": "S19"
1599
+ }
1600
+ }
1601
+ }
1602
+ },
1603
+ "GetComputeAuthToken": {
1604
+ "input": {
1605
+ "type": "structure",
1606
+ "required": [
1607
+ "FleetId",
1608
+ "ComputeName"
1609
+ ],
1610
+ "members": {
1611
+ "FleetId": {},
1612
+ "ComputeName": {}
1613
+ }
1614
+ },
1615
+ "output": {
1616
+ "type": "structure",
1617
+ "members": {
1618
+ "FleetId": {},
1619
+ "FleetArn": {},
1620
+ "ComputeName": {},
1621
+ "ComputeArn": {},
1622
+ "AuthToken": {},
1623
+ "ExpirationTimestamp": {
1624
+ "type": "timestamp"
1625
+ }
1626
+ }
1627
+ }
1628
+ },
1499
1629
  "GetGameSessionLogUrl": {
1500
1630
  "input": {
1501
1631
  "type": "structure",
@@ -1590,7 +1720,35 @@
1590
1720
  "Builds": {
1591
1721
  "type": "list",
1592
1722
  "member": {
1593
- "shape": "S13"
1723
+ "shape": "S14"
1724
+ }
1725
+ },
1726
+ "NextToken": {}
1727
+ }
1728
+ }
1729
+ },
1730
+ "ListCompute": {
1731
+ "input": {
1732
+ "type": "structure",
1733
+ "required": [
1734
+ "FleetId"
1735
+ ],
1736
+ "members": {
1737
+ "FleetId": {},
1738
+ "Location": {},
1739
+ "Limit": {
1740
+ "type": "integer"
1741
+ },
1742
+ "NextToken": {}
1743
+ }
1744
+ },
1745
+ "output": {
1746
+ "type": "structure",
1747
+ "members": {
1748
+ "ComputeList": {
1749
+ "type": "list",
1750
+ "member": {
1751
+ "shape": "S69"
1594
1752
  }
1595
1753
  },
1596
1754
  "NextToken": {}
@@ -1636,7 +1794,7 @@
1636
1794
  "GameServerGroups": {
1637
1795
  "type": "list",
1638
1796
  "member": {
1639
- "shape": "S2w"
1797
+ "shape": "S30"
1640
1798
  }
1641
1799
  },
1642
1800
  "NextToken": {}
@@ -1671,6 +1829,33 @@
1671
1829
  }
1672
1830
  }
1673
1831
  },
1832
+ "ListLocations": {
1833
+ "input": {
1834
+ "type": "structure",
1835
+ "members": {
1836
+ "Filters": {
1837
+ "type": "list",
1838
+ "member": {}
1839
+ },
1840
+ "Limit": {
1841
+ "type": "integer"
1842
+ },
1843
+ "NextToken": {}
1844
+ }
1845
+ },
1846
+ "output": {
1847
+ "type": "structure",
1848
+ "members": {
1849
+ "Locations": {
1850
+ "type": "list",
1851
+ "member": {
1852
+ "shape": "S45"
1853
+ }
1854
+ },
1855
+ "NextToken": {}
1856
+ }
1857
+ }
1858
+ },
1674
1859
  "ListScripts": {
1675
1860
  "input": {
1676
1861
  "type": "structure",
@@ -1687,7 +1872,7 @@
1687
1872
  "Scripts": {
1688
1873
  "type": "list",
1689
1874
  "member": {
1690
- "shape": "S4v"
1875
+ "shape": "S54"
1691
1876
  }
1692
1877
  },
1693
1878
  "NextToken": {}
@@ -1738,7 +1923,7 @@
1738
1923
  "MetricName": {},
1739
1924
  "PolicyType": {},
1740
1925
  "TargetConfiguration": {
1741
- "shape": "S8u"
1926
+ "shape": "S9i"
1742
1927
  }
1743
1928
  }
1744
1929
  },
@@ -1749,6 +1934,31 @@
1749
1934
  }
1750
1935
  }
1751
1936
  },
1937
+ "RegisterCompute": {
1938
+ "input": {
1939
+ "type": "structure",
1940
+ "required": [
1941
+ "FleetId",
1942
+ "ComputeName"
1943
+ ],
1944
+ "members": {
1945
+ "FleetId": {},
1946
+ "ComputeName": {},
1947
+ "CertificatePath": {},
1948
+ "DnsName": {},
1949
+ "IpAddress": {},
1950
+ "Location": {}
1951
+ }
1952
+ },
1953
+ "output": {
1954
+ "type": "structure",
1955
+ "members": {
1956
+ "Compute": {
1957
+ "shape": "S69"
1958
+ }
1959
+ }
1960
+ }
1961
+ },
1752
1962
  "RegisterGameServer": {
1753
1963
  "input": {
1754
1964
  "type": "structure",
@@ -1788,7 +1998,7 @@
1788
1998
  "type": "structure",
1789
1999
  "members": {
1790
2000
  "UploadCredentials": {
1791
- "shape": "S18"
2001
+ "shape": "S19"
1792
2002
  },
1793
2003
  "StorageLocation": {
1794
2004
  "shape": "Sz"
@@ -1824,7 +2034,7 @@
1824
2034
  "members": {
1825
2035
  "GameServerGroupName": {},
1826
2036
  "ResumeActions": {
1827
- "shape": "S2z"
2037
+ "shape": "S33"
1828
2038
  }
1829
2039
  }
1830
2040
  },
@@ -1832,7 +2042,7 @@
1832
2042
  "type": "structure",
1833
2043
  "members": {
1834
2044
  "GameServerGroup": {
1835
- "shape": "S2w"
2045
+ "shape": "S30"
1836
2046
  }
1837
2047
  }
1838
2048
  }
@@ -1856,7 +2066,7 @@
1856
2066
  "type": "structure",
1857
2067
  "members": {
1858
2068
  "GameSessions": {
1859
- "shape": "S7i"
2069
+ "shape": "S84"
1860
2070
  },
1861
2071
  "NextToken": {}
1862
2072
  }
@@ -1872,7 +2082,7 @@
1872
2082
  "members": {
1873
2083
  "FleetId": {},
1874
2084
  "Actions": {
1875
- "shape": "S27"
2085
+ "shape": "S2b"
1876
2086
  },
1877
2087
  "Location": {}
1878
2088
  }
@@ -1897,14 +2107,14 @@
1897
2107
  "PlacementId": {},
1898
2108
  "GameSessionQueueName": {},
1899
2109
  "GameProperties": {
1900
- "shape": "S33"
2110
+ "shape": "S37"
1901
2111
  },
1902
2112
  "MaximumPlayerSessionCount": {
1903
2113
  "type": "integer"
1904
2114
  },
1905
2115
  "GameSessionName": {},
1906
2116
  "PlayerLatencies": {
1907
- "shape": "S77"
2117
+ "shape": "S7t"
1908
2118
  },
1909
2119
  "DesiredPlayerSessions": {
1910
2120
  "type": "list",
@@ -1923,7 +2133,7 @@
1923
2133
  "type": "structure",
1924
2134
  "members": {
1925
2135
  "GameSessionPlacement": {
1926
- "shape": "S75"
2136
+ "shape": "S7r"
1927
2137
  }
1928
2138
  }
1929
2139
  }
@@ -1940,7 +2150,7 @@
1940
2150
  "ConfigurationName": {},
1941
2151
  "GameSessionArn": {},
1942
2152
  "Players": {
1943
- "shape": "S7w"
2153
+ "shape": "S8i"
1944
2154
  }
1945
2155
  }
1946
2156
  },
@@ -1948,7 +2158,7 @@
1948
2158
  "type": "structure",
1949
2159
  "members": {
1950
2160
  "MatchmakingTicket": {
1951
- "shape": "S7t"
2161
+ "shape": "S8f"
1952
2162
  }
1953
2163
  }
1954
2164
  }
@@ -1964,7 +2174,7 @@
1964
2174
  "TicketId": {},
1965
2175
  "ConfigurationName": {},
1966
2176
  "Players": {
1967
- "shape": "S7w"
2177
+ "shape": "S8i"
1968
2178
  }
1969
2179
  }
1970
2180
  },
@@ -1972,7 +2182,7 @@
1972
2182
  "type": "structure",
1973
2183
  "members": {
1974
2184
  "MatchmakingTicket": {
1975
- "shape": "S7t"
2185
+ "shape": "S8f"
1976
2186
  }
1977
2187
  }
1978
2188
  }
@@ -1987,7 +2197,7 @@
1987
2197
  "members": {
1988
2198
  "FleetId": {},
1989
2199
  "Actions": {
1990
- "shape": "S27"
2200
+ "shape": "S2b"
1991
2201
  },
1992
2202
  "Location": {}
1993
2203
  }
@@ -2014,7 +2224,7 @@
2014
2224
  "type": "structure",
2015
2225
  "members": {
2016
2226
  "GameSessionPlacement": {
2017
- "shape": "S75"
2227
+ "shape": "S7r"
2018
2228
  }
2019
2229
  }
2020
2230
  }
@@ -2044,7 +2254,7 @@
2044
2254
  "members": {
2045
2255
  "GameServerGroupName": {},
2046
2256
  "SuspendActions": {
2047
- "shape": "S2z"
2257
+ "shape": "S33"
2048
2258
  }
2049
2259
  }
2050
2260
  },
@@ -2052,7 +2262,7 @@
2052
2262
  "type": "structure",
2053
2263
  "members": {
2054
2264
  "GameServerGroup": {
2055
- "shape": "S2w"
2265
+ "shape": "S30"
2056
2266
  }
2057
2267
  }
2058
2268
  }
@@ -2136,7 +2346,7 @@
2136
2346
  "type": "structure",
2137
2347
  "members": {
2138
2348
  "Build": {
2139
- "shape": "S13"
2349
+ "shape": "S14"
2140
2350
  }
2141
2351
  }
2142
2352
  }
@@ -2153,17 +2363,21 @@
2153
2363
  "Description": {},
2154
2364
  "NewGameSessionProtectionPolicy": {},
2155
2365
  "ResourceCreationLimitPolicy": {
2156
- "shape": "S1r"
2366
+ "shape": "S1s"
2157
2367
  },
2158
2368
  "MetricGroups": {
2159
- "shape": "S1t"
2369
+ "shape": "S1u"
2370
+ },
2371
+ "AnywhereConfiguration": {
2372
+ "shape": "S23"
2160
2373
  }
2161
2374
  }
2162
2375
  },
2163
2376
  "output": {
2164
2377
  "type": "structure",
2165
2378
  "members": {
2166
- "FleetId": {}
2379
+ "FleetId": {},
2380
+ "FleetArn": {}
2167
2381
  }
2168
2382
  }
2169
2383
  },
@@ -2205,17 +2419,18 @@
2205
2419
  "members": {
2206
2420
  "FleetId": {},
2207
2421
  "InboundPermissionAuthorizations": {
2208
- "shape": "S1f"
2422
+ "shape": "S1g"
2209
2423
  },
2210
2424
  "InboundPermissionRevocations": {
2211
- "shape": "S1f"
2425
+ "shape": "S1g"
2212
2426
  }
2213
2427
  }
2214
2428
  },
2215
2429
  "output": {
2216
2430
  "type": "structure",
2217
2431
  "members": {
2218
- "FleetId": {}
2432
+ "FleetId": {},
2433
+ "FleetArn": {}
2219
2434
  }
2220
2435
  }
2221
2436
  },
@@ -2253,7 +2468,7 @@
2253
2468
  "GameServerGroupName": {},
2254
2469
  "RoleArn": {},
2255
2470
  "InstanceDefinitions": {
2256
- "shape": "S2k"
2471
+ "shape": "S2o"
2257
2472
  },
2258
2473
  "GameServerProtectionPolicy": {},
2259
2474
  "BalancingStrategy": {}
@@ -2263,7 +2478,7 @@
2263
2478
  "type": "structure",
2264
2479
  "members": {
2265
2480
  "GameServerGroup": {
2266
- "shape": "S2w"
2481
+ "shape": "S30"
2267
2482
  }
2268
2483
  }
2269
2484
  }
@@ -2288,7 +2503,7 @@
2288
2503
  "type": "structure",
2289
2504
  "members": {
2290
2505
  "GameSession": {
2291
- "shape": "S3a"
2506
+ "shape": "S3e"
2292
2507
  }
2293
2508
  }
2294
2509
  }
@@ -2305,16 +2520,16 @@
2305
2520
  "type": "integer"
2306
2521
  },
2307
2522
  "PlayerLatencyPolicies": {
2308
- "shape": "S3j"
2523
+ "shape": "S3n"
2309
2524
  },
2310
2525
  "Destinations": {
2311
- "shape": "S3l"
2526
+ "shape": "S3p"
2312
2527
  },
2313
2528
  "FilterConfiguration": {
2314
- "shape": "S3o"
2529
+ "shape": "S3s"
2315
2530
  },
2316
2531
  "PriorityConfiguration": {
2317
- "shape": "S3q"
2532
+ "shape": "S3u"
2318
2533
  },
2319
2534
  "CustomEventData": {},
2320
2535
  "NotificationTarget": {}
@@ -2324,7 +2539,7 @@
2324
2539
  "type": "structure",
2325
2540
  "members": {
2326
2541
  "GameSessionQueue": {
2327
- "shape": "S3w"
2542
+ "shape": "S40"
2328
2543
  }
2329
2544
  }
2330
2545
  }
@@ -2339,7 +2554,7 @@
2339
2554
  "Name": {},
2340
2555
  "Description": {},
2341
2556
  "GameSessionQueueArns": {
2342
- "shape": "S3z"
2557
+ "shape": "S48"
2343
2558
  },
2344
2559
  "RequestTimeoutSeconds": {
2345
2560
  "type": "integer"
@@ -2357,7 +2572,7 @@
2357
2572
  },
2358
2573
  "CustomEventData": {},
2359
2574
  "GameProperties": {
2360
- "shape": "S33"
2575
+ "shape": "S37"
2361
2576
  },
2362
2577
  "GameSessionData": {},
2363
2578
  "BackfillMode": {},
@@ -2368,7 +2583,7 @@
2368
2583
  "type": "structure",
2369
2584
  "members": {
2370
2585
  "Configuration": {
2371
- "shape": "S4a"
2586
+ "shape": "S4j"
2372
2587
  }
2373
2588
  }
2374
2589
  }
@@ -2383,7 +2598,7 @@
2383
2598
  "members": {
2384
2599
  "FleetId": {},
2385
2600
  "RuntimeConfiguration": {
2386
- "shape": "S1l"
2601
+ "shape": "S1m"
2387
2602
  }
2388
2603
  }
2389
2604
  },
@@ -2391,7 +2606,7 @@
2391
2606
  "type": "structure",
2392
2607
  "members": {
2393
2608
  "RuntimeConfiguration": {
2394
- "shape": "S1l"
2609
+ "shape": "S1m"
2395
2610
  }
2396
2611
  }
2397
2612
  }
@@ -2418,7 +2633,7 @@
2418
2633
  "type": "structure",
2419
2634
  "members": {
2420
2635
  "Script": {
2421
- "shape": "S4v"
2636
+ "shape": "S54"
2422
2637
  }
2423
2638
  }
2424
2639
  }
@@ -2519,7 +2734,7 @@
2519
2734
  "ObjectVersion": {}
2520
2735
  }
2521
2736
  },
2522
- "S13": {
2737
+ "S14": {
2523
2738
  "type": "structure",
2524
2739
  "members": {
2525
2740
  "BuildId": {},
@@ -2533,10 +2748,11 @@
2533
2748
  "OperatingSystem": {},
2534
2749
  "CreationTime": {
2535
2750
  "type": "timestamp"
2536
- }
2751
+ },
2752
+ "ServerSdkVersion": {}
2537
2753
  }
2538
2754
  },
2539
- "S18": {
2755
+ "S19": {
2540
2756
  "type": "structure",
2541
2757
  "members": {
2542
2758
  "AccessKeyId": {},
@@ -2545,7 +2761,7 @@
2545
2761
  },
2546
2762
  "sensitive": true
2547
2763
  },
2548
- "S1f": {
2764
+ "S1g": {
2549
2765
  "type": "list",
2550
2766
  "member": {
2551
2767
  "type": "structure",
@@ -2567,7 +2783,7 @@
2567
2783
  }
2568
2784
  }
2569
2785
  },
2570
- "S1l": {
2786
+ "S1m": {
2571
2787
  "type": "structure",
2572
2788
  "members": {
2573
2789
  "ServerProcesses": {
@@ -2595,7 +2811,7 @@
2595
2811
  }
2596
2812
  }
2597
2813
  },
2598
- "S1r": {
2814
+ "S1s": {
2599
2815
  "type": "structure",
2600
2816
  "members": {
2601
2817
  "NewGameSessionsPerCreator": {
@@ -2606,11 +2822,11 @@
2606
2822
  }
2607
2823
  }
2608
2824
  },
2609
- "S1t": {
2825
+ "S1u": {
2610
2826
  "type": "list",
2611
2827
  "member": {}
2612
2828
  },
2613
- "S1w": {
2829
+ "S1x": {
2614
2830
  "type": "structure",
2615
2831
  "required": [
2616
2832
  "CertificateType"
@@ -2619,16 +2835,28 @@
2619
2835
  "CertificateType": {}
2620
2836
  }
2621
2837
  },
2622
- "S1y": {
2838
+ "S1z": {
2623
2839
  "type": "list",
2624
2840
  "member": {
2625
2841
  "type": "structure",
2842
+ "required": [
2843
+ "Location"
2844
+ ],
2626
2845
  "members": {
2627
2846
  "Location": {}
2628
2847
  }
2629
2848
  }
2630
2849
  },
2631
- "S22": {
2850
+ "S23": {
2851
+ "type": "structure",
2852
+ "required": [
2853
+ "Cost"
2854
+ ],
2855
+ "members": {
2856
+ "Cost": {}
2857
+ }
2858
+ },
2859
+ "S26": {
2632
2860
  "type": "structure",
2633
2861
  "members": {
2634
2862
  "FleetId": {},
@@ -2656,38 +2884,42 @@
2656
2884
  "NewGameSessionProtectionPolicy": {},
2657
2885
  "OperatingSystem": {},
2658
2886
  "ResourceCreationLimitPolicy": {
2659
- "shape": "S1r"
2887
+ "shape": "S1s"
2660
2888
  },
2661
2889
  "MetricGroups": {
2662
- "shape": "S1t"
2890
+ "shape": "S1u"
2663
2891
  },
2664
2892
  "StoppedActions": {
2665
- "shape": "S27"
2893
+ "shape": "S2b"
2666
2894
  },
2667
2895
  "InstanceRoleArn": {},
2668
2896
  "CertificateConfiguration": {
2669
- "shape": "S1w"
2897
+ "shape": "S1x"
2898
+ },
2899
+ "ComputeType": {},
2900
+ "AnywhereConfiguration": {
2901
+ "shape": "S23"
2670
2902
  }
2671
2903
  }
2672
2904
  },
2673
- "S27": {
2905
+ "S2b": {
2674
2906
  "type": "list",
2675
2907
  "member": {}
2676
2908
  },
2677
- "S29": {
2909
+ "S2d": {
2678
2910
  "type": "list",
2679
2911
  "member": {
2680
- "shape": "S2a"
2912
+ "shape": "S2e"
2681
2913
  }
2682
2914
  },
2683
- "S2a": {
2915
+ "S2e": {
2684
2916
  "type": "structure",
2685
2917
  "members": {
2686
2918
  "Location": {},
2687
2919
  "Status": {}
2688
2920
  }
2689
2921
  },
2690
- "S2k": {
2922
+ "S2o": {
2691
2923
  "type": "list",
2692
2924
  "member": {
2693
2925
  "type": "structure",
@@ -2700,14 +2932,14 @@
2700
2932
  }
2701
2933
  }
2702
2934
  },
2703
- "S2w": {
2935
+ "S30": {
2704
2936
  "type": "structure",
2705
2937
  "members": {
2706
2938
  "GameServerGroupName": {},
2707
2939
  "GameServerGroupArn": {},
2708
2940
  "RoleArn": {},
2709
2941
  "InstanceDefinitions": {
2710
- "shape": "S2k"
2942
+ "shape": "S2o"
2711
2943
  },
2712
2944
  "BalancingStrategy": {},
2713
2945
  "GameServerProtectionPolicy": {},
@@ -2715,7 +2947,7 @@
2715
2947
  "Status": {},
2716
2948
  "StatusReason": {},
2717
2949
  "SuspendedActions": {
2718
- "shape": "S2z"
2950
+ "shape": "S33"
2719
2951
  },
2720
2952
  "CreationTime": {
2721
2953
  "type": "timestamp"
@@ -2725,11 +2957,11 @@
2725
2957
  }
2726
2958
  }
2727
2959
  },
2728
- "S2z": {
2960
+ "S33": {
2729
2961
  "type": "list",
2730
2962
  "member": {}
2731
2963
  },
2732
- "S33": {
2964
+ "S37": {
2733
2965
  "type": "list",
2734
2966
  "member": {
2735
2967
  "type": "structure",
@@ -2743,7 +2975,7 @@
2743
2975
  }
2744
2976
  }
2745
2977
  },
2746
- "S3a": {
2978
+ "S3e": {
2747
2979
  "type": "structure",
2748
2980
  "members": {
2749
2981
  "GameSessionId": {},
@@ -2765,7 +2997,7 @@
2765
2997
  "Status": {},
2766
2998
  "StatusReason": {},
2767
2999
  "GameProperties": {
2768
- "shape": "S33"
3000
+ "shape": "S37"
2769
3001
  },
2770
3002
  "IpAddress": {},
2771
3003
  "DnsName": {},
@@ -2779,7 +3011,7 @@
2779
3011
  "Location": {}
2780
3012
  }
2781
3013
  },
2782
- "S3j": {
3014
+ "S3n": {
2783
3015
  "type": "list",
2784
3016
  "member": {
2785
3017
  "type": "structure",
@@ -2793,7 +3025,7 @@
2793
3025
  }
2794
3026
  }
2795
3027
  },
2796
- "S3l": {
3028
+ "S3p": {
2797
3029
  "type": "list",
2798
3030
  "member": {
2799
3031
  "type": "structure",
@@ -2802,19 +3034,19 @@
2802
3034
  }
2803
3035
  }
2804
3036
  },
2805
- "S3o": {
3037
+ "S3s": {
2806
3038
  "type": "structure",
2807
3039
  "members": {
2808
3040
  "AllowedLocations": {
2809
- "shape": "S3p"
3041
+ "shape": "S3t"
2810
3042
  }
2811
3043
  }
2812
3044
  },
2813
- "S3p": {
3045
+ "S3t": {
2814
3046
  "type": "list",
2815
3047
  "member": {}
2816
3048
  },
2817
- "S3q": {
3049
+ "S3u": {
2818
3050
  "type": "structure",
2819
3051
  "members": {
2820
3052
  "PriorityOrder": {
@@ -2822,11 +3054,11 @@
2822
3054
  "member": {}
2823
3055
  },
2824
3056
  "LocationOrder": {
2825
- "shape": "S3p"
3057
+ "shape": "S3t"
2826
3058
  }
2827
3059
  }
2828
3060
  },
2829
- "S3w": {
3061
+ "S40": {
2830
3062
  "type": "structure",
2831
3063
  "members": {
2832
3064
  "Name": {},
@@ -2835,33 +3067,40 @@
2835
3067
  "type": "integer"
2836
3068
  },
2837
3069
  "PlayerLatencyPolicies": {
2838
- "shape": "S3j"
3070
+ "shape": "S3n"
2839
3071
  },
2840
3072
  "Destinations": {
2841
- "shape": "S3l"
3073
+ "shape": "S3p"
2842
3074
  },
2843
3075
  "FilterConfiguration": {
2844
- "shape": "S3o"
3076
+ "shape": "S3s"
2845
3077
  },
2846
3078
  "PriorityConfiguration": {
2847
- "shape": "S3q"
3079
+ "shape": "S3u"
2848
3080
  },
2849
3081
  "CustomEventData": {},
2850
3082
  "NotificationTarget": {}
2851
3083
  }
2852
3084
  },
2853
- "S3z": {
3085
+ "S45": {
3086
+ "type": "structure",
3087
+ "members": {
3088
+ "LocationName": {},
3089
+ "LocationArn": {}
3090
+ }
3091
+ },
3092
+ "S48": {
2854
3093
  "type": "list",
2855
3094
  "member": {}
2856
3095
  },
2857
- "S4a": {
3096
+ "S4j": {
2858
3097
  "type": "structure",
2859
3098
  "members": {
2860
3099
  "Name": {},
2861
3100
  "ConfigurationArn": {},
2862
3101
  "Description": {},
2863
3102
  "GameSessionQueueArns": {
2864
- "shape": "S3z"
3103
+ "shape": "S48"
2865
3104
  },
2866
3105
  "RequestTimeoutSeconds": {
2867
3106
  "type": "integer"
@@ -2883,14 +3122,14 @@
2883
3122
  "type": "timestamp"
2884
3123
  },
2885
3124
  "GameProperties": {
2886
- "shape": "S33"
3125
+ "shape": "S37"
2887
3126
  },
2888
3127
  "GameSessionData": {},
2889
3128
  "BackfillMode": {},
2890
3129
  "FlexMatchMode": {}
2891
3130
  }
2892
3131
  },
2893
- "S4g": {
3132
+ "S4p": {
2894
3133
  "type": "structure",
2895
3134
  "required": [
2896
3135
  "RuleSetBody"
@@ -2904,7 +3143,7 @@
2904
3143
  }
2905
3144
  }
2906
3145
  },
2907
- "S4k": {
3146
+ "S4t": {
2908
3147
  "type": "structure",
2909
3148
  "members": {
2910
3149
  "PlayerSessionId": {},
@@ -2927,13 +3166,13 @@
2927
3166
  "PlayerData": {}
2928
3167
  }
2929
3168
  },
2930
- "S4r": {
3169
+ "S50": {
2931
3170
  "type": "list",
2932
3171
  "member": {
2933
- "shape": "S4k"
3172
+ "shape": "S4t"
2934
3173
  }
2935
3174
  },
2936
- "S4v": {
3175
+ "S54": {
2937
3176
  "type": "structure",
2938
3177
  "members": {
2939
3178
  "ScriptId": {},
@@ -2951,7 +3190,7 @@
2951
3190
  }
2952
3191
  }
2953
3192
  },
2954
- "S4y": {
3193
+ "S57": {
2955
3194
  "type": "structure",
2956
3195
  "members": {
2957
3196
  "GameLiftAwsAccountId": {},
@@ -2965,11 +3204,30 @@
2965
3204
  }
2966
3205
  }
2967
3206
  },
2968
- "S5x": {
3207
+ "S69": {
3208
+ "type": "structure",
3209
+ "members": {
3210
+ "FleetId": {},
3211
+ "FleetArn": {},
3212
+ "ComputeName": {},
3213
+ "ComputeArn": {},
3214
+ "IpAddress": {},
3215
+ "DnsName": {},
3216
+ "ComputeStatus": {},
3217
+ "Location": {},
3218
+ "CreationTime": {
3219
+ "type": "timestamp"
3220
+ },
3221
+ "OperatingSystem": {},
3222
+ "Type": {},
3223
+ "GameLiftServiceSdkEndpoint": {}
3224
+ }
3225
+ },
3226
+ "S6j": {
2969
3227
  "type": "list",
2970
3228
  "member": {}
2971
3229
  },
2972
- "S63": {
3230
+ "S6p": {
2973
3231
  "type": "structure",
2974
3232
  "members": {
2975
3233
  "FleetId": {},
@@ -3004,7 +3262,7 @@
3004
3262
  "Location": {}
3005
3263
  }
3006
3264
  },
3007
- "S6j": {
3265
+ "S75": {
3008
3266
  "type": "structure",
3009
3267
  "members": {
3010
3268
  "FleetId": {},
@@ -3024,14 +3282,14 @@
3024
3282
  "Location": {}
3025
3283
  }
3026
3284
  },
3027
- "S75": {
3285
+ "S7r": {
3028
3286
  "type": "structure",
3029
3287
  "members": {
3030
3288
  "PlacementId": {},
3031
3289
  "GameSessionQueueName": {},
3032
3290
  "Status": {},
3033
3291
  "GameProperties": {
3034
- "shape": "S33"
3292
+ "shape": "S37"
3035
3293
  },
3036
3294
  "MaximumPlayerSessionCount": {
3037
3295
  "type": "integer"
@@ -3041,7 +3299,7 @@
3041
3299
  "GameSessionArn": {},
3042
3300
  "GameSessionRegion": {},
3043
3301
  "PlayerLatencies": {
3044
- "shape": "S77"
3302
+ "shape": "S7t"
3045
3303
  },
3046
3304
  "StartTime": {
3047
3305
  "type": "timestamp"
@@ -3068,7 +3326,7 @@
3068
3326
  "MatchmakerData": {}
3069
3327
  }
3070
3328
  },
3071
- "S77": {
3329
+ "S7t": {
3072
3330
  "type": "list",
3073
3331
  "member": {
3074
3332
  "type": "structure",
@@ -3081,13 +3339,13 @@
3081
3339
  }
3082
3340
  }
3083
3341
  },
3084
- "S7i": {
3342
+ "S84": {
3085
3343
  "type": "list",
3086
3344
  "member": {
3087
- "shape": "S3a"
3345
+ "shape": "S3e"
3088
3346
  }
3089
3347
  },
3090
- "S7t": {
3348
+ "S8f": {
3091
3349
  "type": "structure",
3092
3350
  "members": {
3093
3351
  "TicketId": {},
@@ -3103,7 +3361,7 @@
3103
3361
  "type": "timestamp"
3104
3362
  },
3105
3363
  "Players": {
3106
- "shape": "S7w"
3364
+ "shape": "S8i"
3107
3365
  },
3108
3366
  "GameSessionConnectionInfo": {
3109
3367
  "type": "structure",
@@ -3131,7 +3389,7 @@
3131
3389
  }
3132
3390
  }
3133
3391
  },
3134
- "S7w": {
3392
+ "S8i": {
3135
3393
  "type": "list",
3136
3394
  "member": {
3137
3395
  "type": "structure",
@@ -3148,7 +3406,8 @@
3148
3406
  "type": "double"
3149
3407
  },
3150
3408
  "SL": {
3151
- "shape": "S3"
3409
+ "type": "list",
3410
+ "member": {}
3152
3411
  },
3153
3412
  "SDM": {
3154
3413
  "type": "map",
@@ -3171,7 +3430,7 @@
3171
3430
  }
3172
3431
  }
3173
3432
  },
3174
- "S8u": {
3433
+ "S9i": {
3175
3434
  "type": "structure",
3176
3435
  "required": [
3177
3436
  "TargetValue"