aws-sdk-core 2.11.481 → 2.11.482
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/gamelift/2015-10-01/api-2.json +815 -55
- data/apis/medialive/2017-10-14/api-2.json +38 -0
- data/apis/medialive/2017-10-14/waiters-2.json +2 -2
- data/apis/monitoring/2010-08-01/api-2.json +14 -5
- data/endpoints.json +61 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14a5130d2af68f948e0fa58fc57ac37c99719d4f
|
4
|
+
data.tar.gz: b5c6a2488d51ce397ad135cc4794fcb542f3cec0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad47f43269ad7f09cc6e4dee7b2e15cb0043ea565daf59f25640c8717f1b28f3a53cacdf9ee5ad5dd28e406b61ff5ad67ce4b5db80cb540c7384561eea279a84
|
7
|
+
data.tar.gz: 4595741012c6c166416370b5988300d8aaa8c8d8766dd02796bbb07bbb44ba22dc9361635f24f640e2281a4d626f5e12703d59d518f32d092938a5b42638a602
|
@@ -27,6 +27,23 @@
|
|
27
27
|
{"shape":"UnsupportedRegionException"}
|
28
28
|
]
|
29
29
|
},
|
30
|
+
"ClaimGameServer":{
|
31
|
+
"name":"ClaimGameServer",
|
32
|
+
"http":{
|
33
|
+
"method":"POST",
|
34
|
+
"requestUri":"/"
|
35
|
+
},
|
36
|
+
"input":{"shape":"ClaimGameServerInput"},
|
37
|
+
"output":{"shape":"ClaimGameServerOutput"},
|
38
|
+
"errors":[
|
39
|
+
{"shape":"InvalidRequestException"},
|
40
|
+
{"shape":"NotFoundException"},
|
41
|
+
{"shape":"ConflictException"},
|
42
|
+
{"shape":"OutOfCapacityException"},
|
43
|
+
{"shape":"UnauthorizedException"},
|
44
|
+
{"shape":"InternalServiceException"}
|
45
|
+
]
|
46
|
+
},
|
30
47
|
"CreateAlias":{
|
31
48
|
"name":"CreateAlias",
|
32
49
|
"http":{
|
@@ -78,6 +95,22 @@
|
|
78
95
|
{"shape":"TaggingFailedException"}
|
79
96
|
]
|
80
97
|
},
|
98
|
+
"CreateGameServerGroup":{
|
99
|
+
"name":"CreateGameServerGroup",
|
100
|
+
"http":{
|
101
|
+
"method":"POST",
|
102
|
+
"requestUri":"/"
|
103
|
+
},
|
104
|
+
"input":{"shape":"CreateGameServerGroupInput"},
|
105
|
+
"output":{"shape":"CreateGameServerGroupOutput"},
|
106
|
+
"errors":[
|
107
|
+
{"shape":"InvalidRequestException"},
|
108
|
+
{"shape":"ConflictException"},
|
109
|
+
{"shape":"UnauthorizedException"},
|
110
|
+
{"shape":"InternalServiceException"},
|
111
|
+
{"shape":"LimitExceededException"}
|
112
|
+
]
|
113
|
+
},
|
81
114
|
"CreateGameSession":{
|
82
115
|
"name":"CreateGameSession",
|
83
116
|
"http":{
|
@@ -275,6 +308,21 @@
|
|
275
308
|
{"shape":"TaggingFailedException"}
|
276
309
|
]
|
277
310
|
},
|
311
|
+
"DeleteGameServerGroup":{
|
312
|
+
"name":"DeleteGameServerGroup",
|
313
|
+
"http":{
|
314
|
+
"method":"POST",
|
315
|
+
"requestUri":"/"
|
316
|
+
},
|
317
|
+
"input":{"shape":"DeleteGameServerGroupInput"},
|
318
|
+
"output":{"shape":"DeleteGameServerGroupOutput"},
|
319
|
+
"errors":[
|
320
|
+
{"shape":"InvalidRequestException"},
|
321
|
+
{"shape":"NotFoundException"},
|
322
|
+
{"shape":"UnauthorizedException"},
|
323
|
+
{"shape":"InternalServiceException"}
|
324
|
+
]
|
325
|
+
},
|
278
326
|
"DeleteGameSessionQueue":{
|
279
327
|
"name":"DeleteGameSessionQueue",
|
280
328
|
"http":{
|
@@ -382,6 +430,20 @@
|
|
382
430
|
{"shape":"InternalServiceException"}
|
383
431
|
]
|
384
432
|
},
|
433
|
+
"DeregisterGameServer":{
|
434
|
+
"name":"DeregisterGameServer",
|
435
|
+
"http":{
|
436
|
+
"method":"POST",
|
437
|
+
"requestUri":"/"
|
438
|
+
},
|
439
|
+
"input":{"shape":"DeregisterGameServerInput"},
|
440
|
+
"errors":[
|
441
|
+
{"shape":"InvalidRequestException"},
|
442
|
+
{"shape":"NotFoundException"},
|
443
|
+
{"shape":"UnauthorizedException"},
|
444
|
+
{"shape":"InternalServiceException"}
|
445
|
+
]
|
446
|
+
},
|
385
447
|
"DescribeAlias":{
|
386
448
|
"name":"DescribeAlias",
|
387
449
|
"http":{
|
@@ -501,6 +563,36 @@
|
|
501
563
|
{"shape":"UnauthorizedException"}
|
502
564
|
]
|
503
565
|
},
|
566
|
+
"DescribeGameServer":{
|
567
|
+
"name":"DescribeGameServer",
|
568
|
+
"http":{
|
569
|
+
"method":"POST",
|
570
|
+
"requestUri":"/"
|
571
|
+
},
|
572
|
+
"input":{"shape":"DescribeGameServerInput"},
|
573
|
+
"output":{"shape":"DescribeGameServerOutput"},
|
574
|
+
"errors":[
|
575
|
+
{"shape":"InvalidRequestException"},
|
576
|
+
{"shape":"NotFoundException"},
|
577
|
+
{"shape":"UnauthorizedException"},
|
578
|
+
{"shape":"InternalServiceException"}
|
579
|
+
]
|
580
|
+
},
|
581
|
+
"DescribeGameServerGroup":{
|
582
|
+
"name":"DescribeGameServerGroup",
|
583
|
+
"http":{
|
584
|
+
"method":"POST",
|
585
|
+
"requestUri":"/"
|
586
|
+
},
|
587
|
+
"input":{"shape":"DescribeGameServerGroupInput"},
|
588
|
+
"output":{"shape":"DescribeGameServerGroupOutput"},
|
589
|
+
"errors":[
|
590
|
+
{"shape":"InvalidRequestException"},
|
591
|
+
{"shape":"NotFoundException"},
|
592
|
+
{"shape":"UnauthorizedException"},
|
593
|
+
{"shape":"InternalServiceException"}
|
594
|
+
]
|
595
|
+
},
|
504
596
|
"DescribeGameSessionDetails":{
|
505
597
|
"name":"DescribeGameSessionDetails",
|
506
598
|
"http":{
|
@@ -783,6 +875,34 @@
|
|
783
875
|
{"shape":"UnauthorizedException"}
|
784
876
|
]
|
785
877
|
},
|
878
|
+
"ListGameServerGroups":{
|
879
|
+
"name":"ListGameServerGroups",
|
880
|
+
"http":{
|
881
|
+
"method":"POST",
|
882
|
+
"requestUri":"/"
|
883
|
+
},
|
884
|
+
"input":{"shape":"ListGameServerGroupsInput"},
|
885
|
+
"output":{"shape":"ListGameServerGroupsOutput"},
|
886
|
+
"errors":[
|
887
|
+
{"shape":"InvalidRequestException"},
|
888
|
+
{"shape":"UnauthorizedException"},
|
889
|
+
{"shape":"InternalServiceException"}
|
890
|
+
]
|
891
|
+
},
|
892
|
+
"ListGameServers":{
|
893
|
+
"name":"ListGameServers",
|
894
|
+
"http":{
|
895
|
+
"method":"POST",
|
896
|
+
"requestUri":"/"
|
897
|
+
},
|
898
|
+
"input":{"shape":"ListGameServersInput"},
|
899
|
+
"output":{"shape":"ListGameServersOutput"},
|
900
|
+
"errors":[
|
901
|
+
{"shape":"InvalidRequestException"},
|
902
|
+
{"shape":"UnauthorizedException"},
|
903
|
+
{"shape":"InternalServiceException"}
|
904
|
+
]
|
905
|
+
},
|
786
906
|
"ListScripts":{
|
787
907
|
"name":"ListScripts",
|
788
908
|
"http":{
|
@@ -827,6 +947,22 @@
|
|
827
947
|
{"shape":"NotFoundException"}
|
828
948
|
]
|
829
949
|
},
|
950
|
+
"RegisterGameServer":{
|
951
|
+
"name":"RegisterGameServer",
|
952
|
+
"http":{
|
953
|
+
"method":"POST",
|
954
|
+
"requestUri":"/"
|
955
|
+
},
|
956
|
+
"input":{"shape":"RegisterGameServerInput"},
|
957
|
+
"output":{"shape":"RegisterGameServerOutput"},
|
958
|
+
"errors":[
|
959
|
+
{"shape":"InvalidRequestException"},
|
960
|
+
{"shape":"ConflictException"},
|
961
|
+
{"shape":"UnauthorizedException"},
|
962
|
+
{"shape":"InternalServiceException"},
|
963
|
+
{"shape":"LimitExceededException"}
|
964
|
+
]
|
965
|
+
},
|
830
966
|
"RequestUploadCredentials":{
|
831
967
|
"name":"RequestUploadCredentials",
|
832
968
|
"http":{
|
@@ -858,6 +994,21 @@
|
|
858
994
|
{"shape":"InternalServiceException"}
|
859
995
|
]
|
860
996
|
},
|
997
|
+
"ResumeGameServerGroup":{
|
998
|
+
"name":"ResumeGameServerGroup",
|
999
|
+
"http":{
|
1000
|
+
"method":"POST",
|
1001
|
+
"requestUri":"/"
|
1002
|
+
},
|
1003
|
+
"input":{"shape":"ResumeGameServerGroupInput"},
|
1004
|
+
"output":{"shape":"ResumeGameServerGroupOutput"},
|
1005
|
+
"errors":[
|
1006
|
+
{"shape":"InvalidRequestException"},
|
1007
|
+
{"shape":"NotFoundException"},
|
1008
|
+
{"shape":"UnauthorizedException"},
|
1009
|
+
{"shape":"InternalServiceException"}
|
1010
|
+
]
|
1011
|
+
},
|
861
1012
|
"SearchGameSessions":{
|
862
1013
|
"name":"SearchGameSessions",
|
863
1014
|
"http":{
|
@@ -979,6 +1130,21 @@
|
|
979
1130
|
{"shape":"UnsupportedRegionException"}
|
980
1131
|
]
|
981
1132
|
},
|
1133
|
+
"SuspendGameServerGroup":{
|
1134
|
+
"name":"SuspendGameServerGroup",
|
1135
|
+
"http":{
|
1136
|
+
"method":"POST",
|
1137
|
+
"requestUri":"/"
|
1138
|
+
},
|
1139
|
+
"input":{"shape":"SuspendGameServerGroupInput"},
|
1140
|
+
"output":{"shape":"SuspendGameServerGroupOutput"},
|
1141
|
+
"errors":[
|
1142
|
+
{"shape":"InvalidRequestException"},
|
1143
|
+
{"shape":"NotFoundException"},
|
1144
|
+
{"shape":"UnauthorizedException"},
|
1145
|
+
{"shape":"InternalServiceException"}
|
1146
|
+
]
|
1147
|
+
},
|
982
1148
|
"TagResource":{
|
983
1149
|
"name":"TagResource",
|
984
1150
|
"http":{
|
@@ -1093,6 +1259,36 @@
|
|
1093
1259
|
{"shape":"UnauthorizedException"}
|
1094
1260
|
]
|
1095
1261
|
},
|
1262
|
+
"UpdateGameServer":{
|
1263
|
+
"name":"UpdateGameServer",
|
1264
|
+
"http":{
|
1265
|
+
"method":"POST",
|
1266
|
+
"requestUri":"/"
|
1267
|
+
},
|
1268
|
+
"input":{"shape":"UpdateGameServerInput"},
|
1269
|
+
"output":{"shape":"UpdateGameServerOutput"},
|
1270
|
+
"errors":[
|
1271
|
+
{"shape":"InvalidRequestException"},
|
1272
|
+
{"shape":"NotFoundException"},
|
1273
|
+
{"shape":"UnauthorizedException"},
|
1274
|
+
{"shape":"InternalServiceException"}
|
1275
|
+
]
|
1276
|
+
},
|
1277
|
+
"UpdateGameServerGroup":{
|
1278
|
+
"name":"UpdateGameServerGroup",
|
1279
|
+
"http":{
|
1280
|
+
"method":"POST",
|
1281
|
+
"requestUri":"/"
|
1282
|
+
},
|
1283
|
+
"input":{"shape":"UpdateGameServerGroupInput"},
|
1284
|
+
"output":{"shape":"UpdateGameServerGroupOutput"},
|
1285
|
+
"errors":[
|
1286
|
+
{"shape":"InvalidRequestException"},
|
1287
|
+
{"shape":"NotFoundException"},
|
1288
|
+
{"shape":"UnauthorizedException"},
|
1289
|
+
{"shape":"InternalServiceException"}
|
1290
|
+
]
|
1291
|
+
},
|
1096
1292
|
"UpdateGameSession":{
|
1097
1293
|
"name":"UpdateGameSession",
|
1098
1294
|
"http":{
|
@@ -1217,14 +1413,22 @@
|
|
1217
1413
|
"members":{
|
1218
1414
|
"AliasId":{"shape":"AliasId"},
|
1219
1415
|
"Name":{"shape":"NonBlankAndLengthConstraintString"},
|
1220
|
-
"AliasArn":{"shape":"
|
1416
|
+
"AliasArn":{"shape":"AliasArn"},
|
1221
1417
|
"Description":{"shape":"FreeText"},
|
1222
1418
|
"RoutingStrategy":{"shape":"RoutingStrategy"},
|
1223
1419
|
"CreationTime":{"shape":"Timestamp"},
|
1224
1420
|
"LastUpdatedTime":{"shape":"Timestamp"}
|
1225
1421
|
}
|
1226
1422
|
},
|
1423
|
+
"AliasArn":{
|
1424
|
+
"type":"string",
|
1425
|
+
"pattern":"^arn:.*:alias\\/alias-\\S+"
|
1426
|
+
},
|
1227
1427
|
"AliasId":{
|
1428
|
+
"type":"string",
|
1429
|
+
"pattern":"^alias-\\S+"
|
1430
|
+
},
|
1431
|
+
"AliasIdOrArn":{
|
1228
1432
|
"type":"string",
|
1229
1433
|
"pattern":"^alias-\\S+|^arn:.*:alias\\/alias-\\S+"
|
1230
1434
|
},
|
@@ -1252,6 +1456,12 @@
|
|
1252
1456
|
"SDM":{"shape":"StringDoubleMap"}
|
1253
1457
|
}
|
1254
1458
|
},
|
1459
|
+
"AutoScalingGroupArn":{
|
1460
|
+
"type":"string",
|
1461
|
+
"max":256,
|
1462
|
+
"min":0,
|
1463
|
+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
|
1464
|
+
},
|
1255
1465
|
"AwsCredentials":{
|
1256
1466
|
"type":"structure",
|
1257
1467
|
"members":{
|
@@ -1268,6 +1478,13 @@
|
|
1268
1478
|
"MANUAL"
|
1269
1479
|
]
|
1270
1480
|
},
|
1481
|
+
"BalancingStrategy":{
|
1482
|
+
"type":"string",
|
1483
|
+
"enum":[
|
1484
|
+
"SPOT_ONLY",
|
1485
|
+
"SPOT_PREFERRED"
|
1486
|
+
]
|
1487
|
+
},
|
1271
1488
|
"BooleanModel":{"type":"boolean"},
|
1272
1489
|
"Build":{
|
1273
1490
|
"type":"structure",
|
@@ -1287,6 +1504,10 @@
|
|
1287
1504
|
"pattern":"^arn:.*:build\\/build-\\S+"
|
1288
1505
|
},
|
1289
1506
|
"BuildId":{
|
1507
|
+
"type":"string",
|
1508
|
+
"pattern":"^build-\\S+"
|
1509
|
+
},
|
1510
|
+
"BuildIdOrArn":{
|
1290
1511
|
"type":"string",
|
1291
1512
|
"pattern":"^build-\\S+|^arn:.*:build\\/build-\\S+"
|
1292
1513
|
},
|
@@ -1316,6 +1537,21 @@
|
|
1316
1537
|
"GENERATED"
|
1317
1538
|
]
|
1318
1539
|
},
|
1540
|
+
"ClaimGameServerInput":{
|
1541
|
+
"type":"structure",
|
1542
|
+
"required":["GameServerGroupName"],
|
1543
|
+
"members":{
|
1544
|
+
"GameServerGroupName":{"shape":"GameServerGroupNameOrArn"},
|
1545
|
+
"GameServerId":{"shape":"GameServerId"},
|
1546
|
+
"GameServerData":{"shape":"GameServerData"}
|
1547
|
+
}
|
1548
|
+
},
|
1549
|
+
"ClaimGameServerOutput":{
|
1550
|
+
"type":"structure",
|
1551
|
+
"members":{
|
1552
|
+
"GameServer":{"shape":"GameServer"}
|
1553
|
+
}
|
1554
|
+
},
|
1319
1555
|
"ComparisonOperatorType":{
|
1320
1556
|
"type":"string",
|
1321
1557
|
"enum":[
|
@@ -1378,8 +1614,8 @@
|
|
1378
1614
|
"members":{
|
1379
1615
|
"Name":{"shape":"NonZeroAndMaxString"},
|
1380
1616
|
"Description":{"shape":"NonZeroAndMaxString"},
|
1381
|
-
"BuildId":{"shape":"
|
1382
|
-
"ScriptId":{"shape":"
|
1617
|
+
"BuildId":{"shape":"BuildIdOrArn"},
|
1618
|
+
"ScriptId":{"shape":"ScriptIdOrArn"},
|
1383
1619
|
"ServerLaunchPath":{"shape":"NonZeroAndMaxString"},
|
1384
1620
|
"ServerLaunchParameters":{"shape":"NonZeroAndMaxString"},
|
1385
1621
|
"LogPaths":{"shape":"StringList"},
|
@@ -1403,12 +1639,42 @@
|
|
1403
1639
|
"FleetAttributes":{"shape":"FleetAttributes"}
|
1404
1640
|
}
|
1405
1641
|
},
|
1642
|
+
"CreateGameServerGroupInput":{
|
1643
|
+
"type":"structure",
|
1644
|
+
"required":[
|
1645
|
+
"GameServerGroupName",
|
1646
|
+
"RoleArn",
|
1647
|
+
"MinSize",
|
1648
|
+
"MaxSize",
|
1649
|
+
"LaunchTemplate",
|
1650
|
+
"InstanceDefinitions"
|
1651
|
+
],
|
1652
|
+
"members":{
|
1653
|
+
"GameServerGroupName":{"shape":"GameServerGroupName"},
|
1654
|
+
"RoleArn":{"shape":"IamRoleArn"},
|
1655
|
+
"MinSize":{"shape":"WholeNumber"},
|
1656
|
+
"MaxSize":{"shape":"PositiveInteger"},
|
1657
|
+
"LaunchTemplate":{"shape":"LaunchTemplateSpecification"},
|
1658
|
+
"InstanceDefinitions":{"shape":"InstanceDefinitions"},
|
1659
|
+
"AutoScalingPolicy":{"shape":"GameServerGroupAutoScalingPolicy"},
|
1660
|
+
"BalancingStrategy":{"shape":"BalancingStrategy"},
|
1661
|
+
"GameServerProtectionPolicy":{"shape":"GameServerProtectionPolicy"},
|
1662
|
+
"VpcSubnets":{"shape":"VpcSubnets"},
|
1663
|
+
"Tags":{"shape":"TagList"}
|
1664
|
+
}
|
1665
|
+
},
|
1666
|
+
"CreateGameServerGroupOutput":{
|
1667
|
+
"type":"structure",
|
1668
|
+
"members":{
|
1669
|
+
"GameServerGroup":{"shape":"GameServerGroup"}
|
1670
|
+
}
|
1671
|
+
},
|
1406
1672
|
"CreateGameSessionInput":{
|
1407
1673
|
"type":"structure",
|
1408
1674
|
"required":["MaximumPlayerSessionCount"],
|
1409
1675
|
"members":{
|
1410
|
-
"FleetId":{"shape":"
|
1411
|
-
"AliasId":{"shape":"
|
1676
|
+
"FleetId":{"shape":"FleetIdOrArn"},
|
1677
|
+
"AliasId":{"shape":"AliasIdOrArn"},
|
1412
1678
|
"MaximumPlayerSessionCount":{"shape":"WholeNumber"},
|
1413
1679
|
"Name":{"shape":"NonZeroAndMaxString"},
|
1414
1680
|
"GameProperties":{"shape":"GamePropertyList"},
|
@@ -1588,28 +1854,42 @@
|
|
1588
1854
|
"type":"structure",
|
1589
1855
|
"required":["AliasId"],
|
1590
1856
|
"members":{
|
1591
|
-
"AliasId":{"shape":"
|
1857
|
+
"AliasId":{"shape":"AliasIdOrArn"}
|
1592
1858
|
}
|
1593
1859
|
},
|
1594
1860
|
"DeleteBuildInput":{
|
1595
1861
|
"type":"structure",
|
1596
1862
|
"required":["BuildId"],
|
1597
1863
|
"members":{
|
1598
|
-
"BuildId":{"shape":"
|
1864
|
+
"BuildId":{"shape":"BuildIdOrArn"}
|
1599
1865
|
}
|
1600
1866
|
},
|
1601
1867
|
"DeleteFleetInput":{
|
1602
1868
|
"type":"structure",
|
1603
1869
|
"required":["FleetId"],
|
1604
1870
|
"members":{
|
1605
|
-
"FleetId":{"shape":"
|
1871
|
+
"FleetId":{"shape":"FleetIdOrArn"}
|
1872
|
+
}
|
1873
|
+
},
|
1874
|
+
"DeleteGameServerGroupInput":{
|
1875
|
+
"type":"structure",
|
1876
|
+
"required":["GameServerGroupName"],
|
1877
|
+
"members":{
|
1878
|
+
"GameServerGroupName":{"shape":"GameServerGroupNameOrArn"},
|
1879
|
+
"DeleteOption":{"shape":"GameServerGroupDeleteOption"}
|
1880
|
+
}
|
1881
|
+
},
|
1882
|
+
"DeleteGameServerGroupOutput":{
|
1883
|
+
"type":"structure",
|
1884
|
+
"members":{
|
1885
|
+
"GameServerGroup":{"shape":"GameServerGroup"}
|
1606
1886
|
}
|
1607
1887
|
},
|
1608
1888
|
"DeleteGameSessionQueueInput":{
|
1609
1889
|
"type":"structure",
|
1610
1890
|
"required":["Name"],
|
1611
1891
|
"members":{
|
1612
|
-
"Name":{"shape":"
|
1892
|
+
"Name":{"shape":"GameSessionQueueNameOrArn"}
|
1613
1893
|
}
|
1614
1894
|
},
|
1615
1895
|
"DeleteGameSessionQueueOutput":{
|
@@ -1649,14 +1929,14 @@
|
|
1649
1929
|
],
|
1650
1930
|
"members":{
|
1651
1931
|
"Name":{"shape":"NonZeroAndMaxString"},
|
1652
|
-
"FleetId":{"shape":"
|
1932
|
+
"FleetId":{"shape":"FleetIdOrArn"}
|
1653
1933
|
}
|
1654
1934
|
},
|
1655
1935
|
"DeleteScriptInput":{
|
1656
1936
|
"type":"structure",
|
1657
1937
|
"required":["ScriptId"],
|
1658
1938
|
"members":{
|
1659
|
-
"ScriptId":{"shape":"
|
1939
|
+
"ScriptId":{"shape":"ScriptIdOrArn"}
|
1660
1940
|
}
|
1661
1941
|
},
|
1662
1942
|
"DeleteVpcPeeringAuthorizationInput":{
|
@@ -1691,11 +1971,22 @@
|
|
1691
1971
|
"members":{
|
1692
1972
|
}
|
1693
1973
|
},
|
1974
|
+
"DeregisterGameServerInput":{
|
1975
|
+
"type":"structure",
|
1976
|
+
"required":[
|
1977
|
+
"GameServerGroupName",
|
1978
|
+
"GameServerId"
|
1979
|
+
],
|
1980
|
+
"members":{
|
1981
|
+
"GameServerGroupName":{"shape":"GameServerGroupNameOrArn"},
|
1982
|
+
"GameServerId":{"shape":"GameServerId"}
|
1983
|
+
}
|
1984
|
+
},
|
1694
1985
|
"DescribeAliasInput":{
|
1695
1986
|
"type":"structure",
|
1696
1987
|
"required":["AliasId"],
|
1697
1988
|
"members":{
|
1698
|
-
"AliasId":{"shape":"
|
1989
|
+
"AliasId":{"shape":"AliasIdOrArn"}
|
1699
1990
|
}
|
1700
1991
|
},
|
1701
1992
|
"DescribeAliasOutput":{
|
@@ -1708,7 +1999,7 @@
|
|
1708
1999
|
"type":"structure",
|
1709
2000
|
"required":["BuildId"],
|
1710
2001
|
"members":{
|
1711
|
-
"BuildId":{"shape":"
|
2002
|
+
"BuildId":{"shape":"BuildIdOrArn"}
|
1712
2003
|
}
|
1713
2004
|
},
|
1714
2005
|
"DescribeBuildOutput":{
|
@@ -1732,7 +2023,7 @@
|
|
1732
2023
|
"DescribeFleetAttributesInput":{
|
1733
2024
|
"type":"structure",
|
1734
2025
|
"members":{
|
1735
|
-
"FleetIds":{"shape":"
|
2026
|
+
"FleetIds":{"shape":"FleetIdOrArnList"},
|
1736
2027
|
"Limit":{"shape":"PositiveInteger"},
|
1737
2028
|
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1738
2029
|
}
|
@@ -1747,7 +2038,7 @@
|
|
1747
2038
|
"DescribeFleetCapacityInput":{
|
1748
2039
|
"type":"structure",
|
1749
2040
|
"members":{
|
1750
|
-
"FleetIds":{"shape":"
|
2041
|
+
"FleetIds":{"shape":"FleetIdOrArnList"},
|
1751
2042
|
"Limit":{"shape":"PositiveInteger"},
|
1752
2043
|
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1753
2044
|
}
|
@@ -1763,7 +2054,7 @@
|
|
1763
2054
|
"type":"structure",
|
1764
2055
|
"required":["FleetId"],
|
1765
2056
|
"members":{
|
1766
|
-
"FleetId":{"shape":"
|
2057
|
+
"FleetId":{"shape":"FleetIdOrArn"},
|
1767
2058
|
"StartTime":{"shape":"Timestamp"},
|
1768
2059
|
"EndTime":{"shape":"Timestamp"},
|
1769
2060
|
"Limit":{"shape":"PositiveInteger"},
|
@@ -1781,7 +2072,7 @@
|
|
1781
2072
|
"type":"structure",
|
1782
2073
|
"required":["FleetId"],
|
1783
2074
|
"members":{
|
1784
|
-
"FleetId":{"shape":"
|
2075
|
+
"FleetId":{"shape":"FleetIdOrArn"}
|
1785
2076
|
}
|
1786
2077
|
},
|
1787
2078
|
"DescribeFleetPortSettingsOutput":{
|
@@ -1793,7 +2084,7 @@
|
|
1793
2084
|
"DescribeFleetUtilizationInput":{
|
1794
2085
|
"type":"structure",
|
1795
2086
|
"members":{
|
1796
|
-
"FleetIds":{"shape":"
|
2087
|
+
"FleetIds":{"shape":"FleetIdOrArnList"},
|
1797
2088
|
"Limit":{"shape":"PositiveInteger"},
|
1798
2089
|
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1799
2090
|
}
|
@@ -1805,12 +2096,42 @@
|
|
1805
2096
|
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1806
2097
|
}
|
1807
2098
|
},
|
2099
|
+
"DescribeGameServerGroupInput":{
|
2100
|
+
"type":"structure",
|
2101
|
+
"required":["GameServerGroupName"],
|
2102
|
+
"members":{
|
2103
|
+
"GameServerGroupName":{"shape":"GameServerGroupNameOrArn"}
|
2104
|
+
}
|
2105
|
+
},
|
2106
|
+
"DescribeGameServerGroupOutput":{
|
2107
|
+
"type":"structure",
|
2108
|
+
"members":{
|
2109
|
+
"GameServerGroup":{"shape":"GameServerGroup"}
|
2110
|
+
}
|
2111
|
+
},
|
2112
|
+
"DescribeGameServerInput":{
|
2113
|
+
"type":"structure",
|
2114
|
+
"required":[
|
2115
|
+
"GameServerGroupName",
|
2116
|
+
"GameServerId"
|
2117
|
+
],
|
2118
|
+
"members":{
|
2119
|
+
"GameServerGroupName":{"shape":"GameServerGroupNameOrArn"},
|
2120
|
+
"GameServerId":{"shape":"GameServerId"}
|
2121
|
+
}
|
2122
|
+
},
|
2123
|
+
"DescribeGameServerOutput":{
|
2124
|
+
"type":"structure",
|
2125
|
+
"members":{
|
2126
|
+
"GameServer":{"shape":"GameServer"}
|
2127
|
+
}
|
2128
|
+
},
|
1808
2129
|
"DescribeGameSessionDetailsInput":{
|
1809
2130
|
"type":"structure",
|
1810
2131
|
"members":{
|
1811
|
-
"FleetId":{"shape":"
|
2132
|
+
"FleetId":{"shape":"FleetIdOrArn"},
|
1812
2133
|
"GameSessionId":{"shape":"ArnStringModel"},
|
1813
|
-
"AliasId":{"shape":"
|
2134
|
+
"AliasId":{"shape":"AliasIdOrArn"},
|
1814
2135
|
"StatusFilter":{"shape":"NonZeroAndMaxString"},
|
1815
2136
|
"Limit":{"shape":"PositiveInteger"},
|
1816
2137
|
"NextToken":{"shape":"NonZeroAndMaxString"}
|
@@ -1839,7 +2160,7 @@
|
|
1839
2160
|
"DescribeGameSessionQueuesInput":{
|
1840
2161
|
"type":"structure",
|
1841
2162
|
"members":{
|
1842
|
-
"Names":{"shape":"
|
2163
|
+
"Names":{"shape":"GameSessionQueueNameOrArnList"},
|
1843
2164
|
"Limit":{"shape":"PositiveInteger"},
|
1844
2165
|
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1845
2166
|
}
|
@@ -1854,9 +2175,9 @@
|
|
1854
2175
|
"DescribeGameSessionsInput":{
|
1855
2176
|
"type":"structure",
|
1856
2177
|
"members":{
|
1857
|
-
"FleetId":{"shape":"
|
2178
|
+
"FleetId":{"shape":"FleetIdOrArn"},
|
1858
2179
|
"GameSessionId":{"shape":"ArnStringModel"},
|
1859
|
-
"AliasId":{"shape":"
|
2180
|
+
"AliasId":{"shape":"AliasIdOrArn"},
|
1860
2181
|
"StatusFilter":{"shape":"NonZeroAndMaxString"},
|
1861
2182
|
"Limit":{"shape":"PositiveInteger"},
|
1862
2183
|
"NextToken":{"shape":"NonZeroAndMaxString"}
|
@@ -1873,7 +2194,7 @@
|
|
1873
2194
|
"type":"structure",
|
1874
2195
|
"required":["FleetId"],
|
1875
2196
|
"members":{
|
1876
|
-
"FleetId":{"shape":"
|
2197
|
+
"FleetId":{"shape":"FleetIdOrArn"},
|
1877
2198
|
"InstanceId":{"shape":"InstanceId"},
|
1878
2199
|
"Limit":{"shape":"PositiveInteger"},
|
1879
2200
|
"NextToken":{"shape":"NonZeroAndMaxString"}
|
@@ -1953,7 +2274,7 @@
|
|
1953
2274
|
"type":"structure",
|
1954
2275
|
"required":["FleetId"],
|
1955
2276
|
"members":{
|
1956
|
-
"FleetId":{"shape":"
|
2277
|
+
"FleetId":{"shape":"FleetIdOrArn"}
|
1957
2278
|
}
|
1958
2279
|
},
|
1959
2280
|
"DescribeRuntimeConfigurationOutput":{
|
@@ -1966,7 +2287,7 @@
|
|
1966
2287
|
"type":"structure",
|
1967
2288
|
"required":["FleetId"],
|
1968
2289
|
"members":{
|
1969
|
-
"FleetId":{"shape":"
|
2290
|
+
"FleetId":{"shape":"FleetIdOrArn"},
|
1970
2291
|
"StatusFilter":{"shape":"ScalingStatusType"},
|
1971
2292
|
"Limit":{"shape":"PositiveInteger"},
|
1972
2293
|
"NextToken":{"shape":"NonZeroAndMaxString"}
|
@@ -1983,7 +2304,7 @@
|
|
1983
2304
|
"type":"structure",
|
1984
2305
|
"required":["ScriptId"],
|
1985
2306
|
"members":{
|
1986
|
-
"ScriptId":{"shape":"
|
2307
|
+
"ScriptId":{"shape":"ScriptIdOrArn"}
|
1987
2308
|
}
|
1988
2309
|
},
|
1989
2310
|
"DescribeScriptOutput":{
|
@@ -2179,11 +2500,15 @@
|
|
2179
2500
|
"max":1,
|
2180
2501
|
"min":1
|
2181
2502
|
},
|
2503
|
+
"FleetArn":{
|
2504
|
+
"type":"string",
|
2505
|
+
"pattern":"^arn:.*:fleet\\/fleet-\\S+"
|
2506
|
+
},
|
2182
2507
|
"FleetAttributes":{
|
2183
2508
|
"type":"structure",
|
2184
2509
|
"members":{
|
2185
2510
|
"FleetId":{"shape":"FleetId"},
|
2186
|
-
"FleetArn":{"shape":"
|
2511
|
+
"FleetArn":{"shape":"FleetArn"},
|
2187
2512
|
"FleetType":{"shape":"FleetType"},
|
2188
2513
|
"InstanceType":{"shape":"EC2InstanceType"},
|
2189
2514
|
"Description":{"shape":"NonZeroAndMaxString"},
|
@@ -2232,13 +2557,22 @@
|
|
2232
2557
|
},
|
2233
2558
|
"FleetId":{
|
2234
2559
|
"type":"string",
|
2235
|
-
"pattern":"^fleet-\\S
|
2560
|
+
"pattern":"^fleet-\\S+"
|
2236
2561
|
},
|
2237
2562
|
"FleetIdList":{
|
2238
2563
|
"type":"list",
|
2239
2564
|
"member":{"shape":"FleetId"},
|
2240
2565
|
"min":1
|
2241
2566
|
},
|
2567
|
+
"FleetIdOrArn":{
|
2568
|
+
"type":"string",
|
2569
|
+
"pattern":"^fleet-\\S+|^arn:.*:fleet\\/fleet-\\S+"
|
2570
|
+
},
|
2571
|
+
"FleetIdOrArnList":{
|
2572
|
+
"type":"list",
|
2573
|
+
"member":{"shape":"FleetIdOrArn"},
|
2574
|
+
"min":1
|
2575
|
+
},
|
2242
2576
|
"FleetStatus":{
|
2243
2577
|
"type":"string",
|
2244
2578
|
"enum":[
|
@@ -2300,13 +2634,208 @@
|
|
2300
2634
|
"type":"string",
|
2301
2635
|
"max":96
|
2302
2636
|
},
|
2637
|
+
"GameServer":{
|
2638
|
+
"type":"structure",
|
2639
|
+
"members":{
|
2640
|
+
"GameServerGroupName":{"shape":"GameServerGroupName"},
|
2641
|
+
"GameServerGroupArn":{"shape":"GameServerGroupArn"},
|
2642
|
+
"GameServerId":{"shape":"GameServerId"},
|
2643
|
+
"InstanceId":{"shape":"GameServerInstanceId"},
|
2644
|
+
"ConnectionInfo":{"shape":"GameServerConnectionInfo"},
|
2645
|
+
"GameServerData":{"shape":"GameServerData"},
|
2646
|
+
"CustomSortKey":{"shape":"GameServerSortKey"},
|
2647
|
+
"ClaimStatus":{"shape":"GameServerClaimStatus"},
|
2648
|
+
"UtilizationStatus":{"shape":"GameServerUtilizationStatus"},
|
2649
|
+
"RegistrationTime":{"shape":"Timestamp"},
|
2650
|
+
"LastClaimTime":{"shape":"Timestamp"},
|
2651
|
+
"LastHealthCheckTime":{"shape":"Timestamp"}
|
2652
|
+
}
|
2653
|
+
},
|
2654
|
+
"GameServerClaimStatus":{
|
2655
|
+
"type":"string",
|
2656
|
+
"enum":["CLAIMED"]
|
2657
|
+
},
|
2658
|
+
"GameServerConnectionInfo":{
|
2659
|
+
"type":"string",
|
2660
|
+
"max":512,
|
2661
|
+
"min":1,
|
2662
|
+
"pattern":".*\\S.*"
|
2663
|
+
},
|
2664
|
+
"GameServerData":{
|
2665
|
+
"type":"string",
|
2666
|
+
"max":1024,
|
2667
|
+
"min":1,
|
2668
|
+
"pattern":".*\\S.*"
|
2669
|
+
},
|
2670
|
+
"GameServerGroup":{
|
2671
|
+
"type":"structure",
|
2672
|
+
"members":{
|
2673
|
+
"GameServerGroupName":{"shape":"GameServerGroupName"},
|
2674
|
+
"GameServerGroupArn":{"shape":"GameServerGroupArn"},
|
2675
|
+
"RoleArn":{"shape":"IamRoleArn"},
|
2676
|
+
"InstanceDefinitions":{"shape":"InstanceDefinitions"},
|
2677
|
+
"BalancingStrategy":{"shape":"BalancingStrategy"},
|
2678
|
+
"GameServerProtectionPolicy":{"shape":"GameServerProtectionPolicy"},
|
2679
|
+
"AutoScalingGroupArn":{"shape":"AutoScalingGroupArn"},
|
2680
|
+
"Status":{"shape":"GameServerGroupStatus"},
|
2681
|
+
"StatusReason":{"shape":"NonZeroAndMaxString"},
|
2682
|
+
"SuspendedActions":{"shape":"GameServerGroupActions"},
|
2683
|
+
"CreationTime":{"shape":"Timestamp"},
|
2684
|
+
"LastUpdatedTime":{"shape":"Timestamp"}
|
2685
|
+
}
|
2686
|
+
},
|
2687
|
+
"GameServerGroupAction":{
|
2688
|
+
"type":"string",
|
2689
|
+
"enum":["REPLACE_INSTANCE_TYPES"]
|
2690
|
+
},
|
2691
|
+
"GameServerGroupActions":{
|
2692
|
+
"type":"list",
|
2693
|
+
"member":{"shape":"GameServerGroupAction"},
|
2694
|
+
"max":1,
|
2695
|
+
"min":1
|
2696
|
+
},
|
2697
|
+
"GameServerGroupArn":{
|
2698
|
+
"type":"string",
|
2699
|
+
"max":256,
|
2700
|
+
"min":1,
|
2701
|
+
"pattern":"^arn:.*:gameservergroup\\/[a-zA-Z0-9-\\.]*"
|
2702
|
+
},
|
2703
|
+
"GameServerGroupAutoScalingPolicy":{
|
2704
|
+
"type":"structure",
|
2705
|
+
"required":["TargetTrackingConfiguration"],
|
2706
|
+
"members":{
|
2707
|
+
"EstimatedInstanceWarmup":{"shape":"PositiveInteger"},
|
2708
|
+
"TargetTrackingConfiguration":{"shape":"TargetTrackingConfiguration"}
|
2709
|
+
}
|
2710
|
+
},
|
2711
|
+
"GameServerGroupDeleteOption":{
|
2712
|
+
"type":"string",
|
2713
|
+
"enum":[
|
2714
|
+
"SAFE_DELETE",
|
2715
|
+
"FORCE_DELETE",
|
2716
|
+
"RETAIN"
|
2717
|
+
]
|
2718
|
+
},
|
2719
|
+
"GameServerGroupInstanceType":{
|
2720
|
+
"type":"string",
|
2721
|
+
"enum":[
|
2722
|
+
"c4.large",
|
2723
|
+
"c4.xlarge",
|
2724
|
+
"c4.2xlarge",
|
2725
|
+
"c4.4xlarge",
|
2726
|
+
"c4.8xlarge",
|
2727
|
+
"c5.large",
|
2728
|
+
"c5.xlarge",
|
2729
|
+
"c5.2xlarge",
|
2730
|
+
"c5.4xlarge",
|
2731
|
+
"c5.9xlarge",
|
2732
|
+
"c5.12xlarge",
|
2733
|
+
"c5.18xlarge",
|
2734
|
+
"c5.24xlarge",
|
2735
|
+
"r4.large",
|
2736
|
+
"r4.xlarge",
|
2737
|
+
"r4.2xlarge",
|
2738
|
+
"r4.4xlarge",
|
2739
|
+
"r4.8xlarge",
|
2740
|
+
"r4.16xlarge",
|
2741
|
+
"r5.large",
|
2742
|
+
"r5.xlarge",
|
2743
|
+
"r5.2xlarge",
|
2744
|
+
"r5.4xlarge",
|
2745
|
+
"r5.8xlarge",
|
2746
|
+
"r5.12xlarge",
|
2747
|
+
"r5.16xlarge",
|
2748
|
+
"r5.24xlarge",
|
2749
|
+
"m4.large",
|
2750
|
+
"m4.xlarge",
|
2751
|
+
"m4.2xlarge",
|
2752
|
+
"m4.4xlarge",
|
2753
|
+
"m4.10xlarge",
|
2754
|
+
"m5.large",
|
2755
|
+
"m5.xlarge",
|
2756
|
+
"m5.2xlarge",
|
2757
|
+
"m5.4xlarge",
|
2758
|
+
"m5.8xlarge",
|
2759
|
+
"m5.12xlarge",
|
2760
|
+
"m5.16xlarge",
|
2761
|
+
"m5.24xlarge"
|
2762
|
+
]
|
2763
|
+
},
|
2764
|
+
"GameServerGroupName":{
|
2765
|
+
"type":"string",
|
2766
|
+
"max":128,
|
2767
|
+
"min":1,
|
2768
|
+
"pattern":"[a-zA-Z0-9-\\.]+"
|
2769
|
+
},
|
2770
|
+
"GameServerGroupNameOrArn":{
|
2771
|
+
"type":"string",
|
2772
|
+
"max":256,
|
2773
|
+
"min":1,
|
2774
|
+
"pattern":"[a-zA-Z0-9-\\.]+|^arn:.*:gameservergroup\\/[a-zA-Z0-9-\\.]+"
|
2775
|
+
},
|
2776
|
+
"GameServerGroupStatus":{
|
2777
|
+
"type":"string",
|
2778
|
+
"enum":[
|
2779
|
+
"NEW",
|
2780
|
+
"ACTIVATING",
|
2781
|
+
"ACTIVE",
|
2782
|
+
"DELETE_SCHEDULED",
|
2783
|
+
"DELETING",
|
2784
|
+
"DELETED",
|
2785
|
+
"ERROR"
|
2786
|
+
]
|
2787
|
+
},
|
2788
|
+
"GameServerGroups":{
|
2789
|
+
"type":"list",
|
2790
|
+
"member":{"shape":"GameServerGroup"}
|
2791
|
+
},
|
2792
|
+
"GameServerHealthCheck":{
|
2793
|
+
"type":"string",
|
2794
|
+
"enum":["HEALTHY"]
|
2795
|
+
},
|
2796
|
+
"GameServerId":{
|
2797
|
+
"type":"string",
|
2798
|
+
"max":128,
|
2799
|
+
"min":3,
|
2800
|
+
"pattern":"[a-zA-Z0-9-\\.]+"
|
2801
|
+
},
|
2802
|
+
"GameServerInstanceId":{
|
2803
|
+
"type":"string",
|
2804
|
+
"max":19,
|
2805
|
+
"min":19,
|
2806
|
+
"pattern":"^i-[0-9a-zA-Z]{17}$"
|
2807
|
+
},
|
2808
|
+
"GameServerProtectionPolicy":{
|
2809
|
+
"type":"string",
|
2810
|
+
"enum":[
|
2811
|
+
"NO_PROTECTION",
|
2812
|
+
"FULL_PROTECTION"
|
2813
|
+
]
|
2814
|
+
},
|
2815
|
+
"GameServerSortKey":{
|
2816
|
+
"type":"string",
|
2817
|
+
"max":64,
|
2818
|
+
"min":1,
|
2819
|
+
"pattern":"[a-zA-Z0-9-\\.]+"
|
2820
|
+
},
|
2821
|
+
"GameServerUtilizationStatus":{
|
2822
|
+
"type":"string",
|
2823
|
+
"enum":[
|
2824
|
+
"AVAILABLE",
|
2825
|
+
"UTILIZED"
|
2826
|
+
]
|
2827
|
+
},
|
2828
|
+
"GameServers":{
|
2829
|
+
"type":"list",
|
2830
|
+
"member":{"shape":"GameServer"}
|
2831
|
+
},
|
2303
2832
|
"GameSession":{
|
2304
2833
|
"type":"structure",
|
2305
2834
|
"members":{
|
2306
2835
|
"GameSessionId":{"shape":"NonZeroAndMaxString"},
|
2307
2836
|
"Name":{"shape":"NonZeroAndMaxString"},
|
2308
2837
|
"FleetId":{"shape":"FleetId"},
|
2309
|
-
"FleetArn":{"shape":"
|
2838
|
+
"FleetArn":{"shape":"FleetArn"},
|
2310
2839
|
"CreationTime":{"shape":"Timestamp"},
|
2311
2840
|
"TerminationTime":{"shape":"Timestamp"},
|
2312
2841
|
"CurrentPlayerSessionCount":{"shape":"WholeNumber"},
|
@@ -2402,12 +2931,18 @@
|
|
2402
2931
|
"type":"structure",
|
2403
2932
|
"members":{
|
2404
2933
|
"Name":{"shape":"GameSessionQueueName"},
|
2405
|
-
"GameSessionQueueArn":{"shape":"
|
2934
|
+
"GameSessionQueueArn":{"shape":"GameSessionQueueArn"},
|
2406
2935
|
"TimeoutInSeconds":{"shape":"WholeNumber"},
|
2407
2936
|
"PlayerLatencyPolicies":{"shape":"PlayerLatencyPolicyList"},
|
2408
2937
|
"Destinations":{"shape":"GameSessionQueueDestinationList"}
|
2409
2938
|
}
|
2410
2939
|
},
|
2940
|
+
"GameSessionQueueArn":{
|
2941
|
+
"type":"string",
|
2942
|
+
"max":256,
|
2943
|
+
"min":1,
|
2944
|
+
"pattern":"^arn:.*:gamesessionqueue\\/[a-zA-Z0-9-]+"
|
2945
|
+
},
|
2411
2946
|
"GameSessionQueueDestination":{
|
2412
2947
|
"type":"structure",
|
2413
2948
|
"members":{
|
@@ -2423,14 +2958,20 @@
|
|
2423
2958
|
"member":{"shape":"GameSessionQueue"}
|
2424
2959
|
},
|
2425
2960
|
"GameSessionQueueName":{
|
2961
|
+
"type":"string",
|
2962
|
+
"max":128,
|
2963
|
+
"min":1,
|
2964
|
+
"pattern":"[a-zA-Z0-9-]+"
|
2965
|
+
},
|
2966
|
+
"GameSessionQueueNameOrArn":{
|
2426
2967
|
"type":"string",
|
2427
2968
|
"max":256,
|
2428
2969
|
"min":1,
|
2429
2970
|
"pattern":"[a-zA-Z0-9-]+|^arn:.*:gamesessionqueue\\/[a-zA-Z0-9-]+"
|
2430
2971
|
},
|
2431
|
-
"
|
2972
|
+
"GameSessionQueueNameOrArnList":{
|
2432
2973
|
"type":"list",
|
2433
|
-
"member":{"shape":"
|
2974
|
+
"member":{"shape":"GameSessionQueueNameOrArn"}
|
2434
2975
|
},
|
2435
2976
|
"GameSessionStatus":{
|
2436
2977
|
"type":"string",
|
@@ -2466,7 +3007,7 @@
|
|
2466
3007
|
"InstanceId"
|
2467
3008
|
],
|
2468
3009
|
"members":{
|
2469
|
-
"FleetId":{"shape":"
|
3010
|
+
"FleetId":{"shape":"FleetIdOrArn"},
|
2470
3011
|
"InstanceId":{"shape":"InstanceId"}
|
2471
3012
|
}
|
2472
3013
|
},
|
@@ -2476,6 +3017,12 @@
|
|
2476
3017
|
"InstanceAccess":{"shape":"InstanceAccess"}
|
2477
3018
|
}
|
2478
3019
|
},
|
3020
|
+
"IamRoleArn":{
|
3021
|
+
"type":"string",
|
3022
|
+
"max":256,
|
3023
|
+
"min":1,
|
3024
|
+
"pattern":"^arn:.*:role\\/[\\w+=,.@-]+"
|
3025
|
+
},
|
2479
3026
|
"IdStringModel":{
|
2480
3027
|
"type":"string",
|
2481
3028
|
"max":48,
|
@@ -2520,6 +3067,20 @@
|
|
2520
3067
|
},
|
2521
3068
|
"sensitive":true
|
2522
3069
|
},
|
3070
|
+
"InstanceDefinition":{
|
3071
|
+
"type":"structure",
|
3072
|
+
"required":["InstanceType"],
|
3073
|
+
"members":{
|
3074
|
+
"InstanceType":{"shape":"GameServerGroupInstanceType"},
|
3075
|
+
"WeightedCapacity":{"shape":"WeightedCapacity"}
|
3076
|
+
}
|
3077
|
+
},
|
3078
|
+
"InstanceDefinitions":{
|
3079
|
+
"type":"list",
|
3080
|
+
"member":{"shape":"InstanceDefinition"},
|
3081
|
+
"max":20,
|
3082
|
+
"min":2
|
3083
|
+
},
|
2523
3084
|
"InstanceId":{
|
2524
3085
|
"type":"string",
|
2525
3086
|
"pattern":"[a-zA-Z0-9\\.-]+"
|
@@ -2599,6 +3160,32 @@
|
|
2599
3160
|
"key":{"shape":"NonEmptyString"},
|
2600
3161
|
"value":{"shape":"PositiveInteger"}
|
2601
3162
|
},
|
3163
|
+
"LaunchTemplateId":{
|
3164
|
+
"type":"string",
|
3165
|
+
"max":255,
|
3166
|
+
"min":1,
|
3167
|
+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]+"
|
3168
|
+
},
|
3169
|
+
"LaunchTemplateName":{
|
3170
|
+
"type":"string",
|
3171
|
+
"max":128,
|
3172
|
+
"min":3,
|
3173
|
+
"pattern":"[a-zA-Z0-9\\(\\)\\.\\-/_]+"
|
3174
|
+
},
|
3175
|
+
"LaunchTemplateSpecification":{
|
3176
|
+
"type":"structure",
|
3177
|
+
"members":{
|
3178
|
+
"LaunchTemplateId":{"shape":"LaunchTemplateId"},
|
3179
|
+
"LaunchTemplateName":{"shape":"LaunchTemplateName"},
|
3180
|
+
"Version":{"shape":"LaunchTemplateVersion"}
|
3181
|
+
}
|
3182
|
+
},
|
3183
|
+
"LaunchTemplateVersion":{
|
3184
|
+
"type":"string",
|
3185
|
+
"max":128,
|
3186
|
+
"min":1,
|
3187
|
+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]+"
|
3188
|
+
},
|
2602
3189
|
"LimitExceededException":{
|
2603
3190
|
"type":"structure",
|
2604
3191
|
"members":{
|
@@ -2640,8 +3227,8 @@
|
|
2640
3227
|
"ListFleetsInput":{
|
2641
3228
|
"type":"structure",
|
2642
3229
|
"members":{
|
2643
|
-
"BuildId":{"shape":"
|
2644
|
-
"ScriptId":{"shape":"
|
3230
|
+
"BuildId":{"shape":"BuildIdOrArn"},
|
3231
|
+
"ScriptId":{"shape":"ScriptIdOrArn"},
|
2645
3232
|
"Limit":{"shape":"PositiveInteger"},
|
2646
3233
|
"NextToken":{"shape":"NonZeroAndMaxString"}
|
2647
3234
|
}
|
@@ -2653,6 +3240,37 @@
|
|
2653
3240
|
"NextToken":{"shape":"NonZeroAndMaxString"}
|
2654
3241
|
}
|
2655
3242
|
},
|
3243
|
+
"ListGameServerGroupsInput":{
|
3244
|
+
"type":"structure",
|
3245
|
+
"members":{
|
3246
|
+
"Limit":{"shape":"PositiveInteger"},
|
3247
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
3248
|
+
}
|
3249
|
+
},
|
3250
|
+
"ListGameServerGroupsOutput":{
|
3251
|
+
"type":"structure",
|
3252
|
+
"members":{
|
3253
|
+
"GameServerGroups":{"shape":"GameServerGroups"},
|
3254
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
3255
|
+
}
|
3256
|
+
},
|
3257
|
+
"ListGameServersInput":{
|
3258
|
+
"type":"structure",
|
3259
|
+
"required":["GameServerGroupName"],
|
3260
|
+
"members":{
|
3261
|
+
"GameServerGroupName":{"shape":"GameServerGroupNameOrArn"},
|
3262
|
+
"SortOrder":{"shape":"SortOrder"},
|
3263
|
+
"Limit":{"shape":"PositiveInteger"},
|
3264
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
3265
|
+
}
|
3266
|
+
},
|
3267
|
+
"ListGameServersOutput":{
|
3268
|
+
"type":"structure",
|
3269
|
+
"members":{
|
3270
|
+
"GameServers":{"shape":"GameServers"},
|
3271
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
3272
|
+
}
|
3273
|
+
},
|
2656
3274
|
"ListScriptsInput":{
|
2657
3275
|
"type":"structure",
|
2658
3276
|
"members":{
|
@@ -2862,6 +3480,10 @@
|
|
2862
3480
|
"type":"string",
|
2863
3481
|
"min":1
|
2864
3482
|
},
|
3483
|
+
"NonNegativeDouble":{
|
3484
|
+
"type":"double",
|
3485
|
+
"min":0
|
3486
|
+
},
|
2865
3487
|
"NonZeroAndMaxString":{
|
2866
3488
|
"type":"string",
|
2867
3489
|
"max":1024,
|
@@ -2882,6 +3504,13 @@
|
|
2882
3504
|
"AMAZON_LINUX_2"
|
2883
3505
|
]
|
2884
3506
|
},
|
3507
|
+
"OutOfCapacityException":{
|
3508
|
+
"type":"structure",
|
3509
|
+
"members":{
|
3510
|
+
"Message":{"shape":"NonEmptyString"}
|
3511
|
+
},
|
3512
|
+
"exception":true
|
3513
|
+
},
|
2885
3514
|
"PlacedPlayerSession":{
|
2886
3515
|
"type":"structure",
|
2887
3516
|
"members":{
|
@@ -2957,7 +3586,7 @@
|
|
2957
3586
|
"PlayerId":{"shape":"NonZeroAndMaxString"},
|
2958
3587
|
"GameSessionId":{"shape":"NonZeroAndMaxString"},
|
2959
3588
|
"FleetId":{"shape":"FleetId"},
|
2960
|
-
"FleetArn":{"shape":"
|
3589
|
+
"FleetArn":{"shape":"FleetArn"},
|
2961
3590
|
"CreationTime":{"shape":"Timestamp"},
|
2962
3591
|
"TerminationTime":{"shape":"Timestamp"},
|
2963
3592
|
"Status":{"shape":"PlayerSessionStatus"},
|
@@ -3027,7 +3656,7 @@
|
|
3027
3656
|
],
|
3028
3657
|
"members":{
|
3029
3658
|
"Name":{"shape":"NonZeroAndMaxString"},
|
3030
|
-
"FleetId":{"shape":"
|
3659
|
+
"FleetId":{"shape":"FleetIdOrArn"},
|
3031
3660
|
"ScalingAdjustment":{"shape":"Integer"},
|
3032
3661
|
"ScalingAdjustmentType":{"shape":"ScalingAdjustmentType"},
|
3033
3662
|
"Threshold":{"shape":"Double"},
|
@@ -3048,11 +3677,34 @@
|
|
3048
3677
|
"type":"list",
|
3049
3678
|
"member":{"shape":"ArnStringModel"}
|
3050
3679
|
},
|
3680
|
+
"RegisterGameServerInput":{
|
3681
|
+
"type":"structure",
|
3682
|
+
"required":[
|
3683
|
+
"GameServerGroupName",
|
3684
|
+
"GameServerId",
|
3685
|
+
"InstanceId"
|
3686
|
+
],
|
3687
|
+
"members":{
|
3688
|
+
"GameServerGroupName":{"shape":"GameServerGroupNameOrArn"},
|
3689
|
+
"GameServerId":{"shape":"GameServerId"},
|
3690
|
+
"InstanceId":{"shape":"GameServerInstanceId"},
|
3691
|
+
"ConnectionInfo":{"shape":"GameServerConnectionInfo"},
|
3692
|
+
"GameServerData":{"shape":"GameServerData"},
|
3693
|
+
"CustomSortKey":{"shape":"GameServerSortKey"},
|
3694
|
+
"Tags":{"shape":"TagList"}
|
3695
|
+
}
|
3696
|
+
},
|
3697
|
+
"RegisterGameServerOutput":{
|
3698
|
+
"type":"structure",
|
3699
|
+
"members":{
|
3700
|
+
"GameServer":{"shape":"GameServer"}
|
3701
|
+
}
|
3702
|
+
},
|
3051
3703
|
"RequestUploadCredentialsInput":{
|
3052
3704
|
"type":"structure",
|
3053
3705
|
"required":["BuildId"],
|
3054
3706
|
"members":{
|
3055
|
-
"BuildId":{"shape":"
|
3707
|
+
"BuildId":{"shape":"BuildIdOrArn"}
|
3056
3708
|
}
|
3057
3709
|
},
|
3058
3710
|
"RequestUploadCredentialsOutput":{
|
@@ -3066,14 +3718,14 @@
|
|
3066
3718
|
"type":"structure",
|
3067
3719
|
"required":["AliasId"],
|
3068
3720
|
"members":{
|
3069
|
-
"AliasId":{"shape":"
|
3721
|
+
"AliasId":{"shape":"AliasIdOrArn"}
|
3070
3722
|
}
|
3071
3723
|
},
|
3072
3724
|
"ResolveAliasOutput":{
|
3073
3725
|
"type":"structure",
|
3074
3726
|
"members":{
|
3075
3727
|
"FleetId":{"shape":"FleetId"},
|
3076
|
-
"FleetArn":{"shape":"
|
3728
|
+
"FleetArn":{"shape":"FleetArn"}
|
3077
3729
|
}
|
3078
3730
|
},
|
3079
3731
|
"ResourceCreationLimitPolicy":{
|
@@ -3083,6 +3735,23 @@
|
|
3083
3735
|
"PolicyPeriodInMinutes":{"shape":"WholeNumber"}
|
3084
3736
|
}
|
3085
3737
|
},
|
3738
|
+
"ResumeGameServerGroupInput":{
|
3739
|
+
"type":"structure",
|
3740
|
+
"required":[
|
3741
|
+
"GameServerGroupName",
|
3742
|
+
"ResumeActions"
|
3743
|
+
],
|
3744
|
+
"members":{
|
3745
|
+
"GameServerGroupName":{"shape":"GameServerGroupNameOrArn"},
|
3746
|
+
"ResumeActions":{"shape":"GameServerGroupActions"}
|
3747
|
+
}
|
3748
|
+
},
|
3749
|
+
"ResumeGameServerGroupOutput":{
|
3750
|
+
"type":"structure",
|
3751
|
+
"members":{
|
3752
|
+
"GameServerGroup":{"shape":"GameServerGroup"}
|
3753
|
+
}
|
3754
|
+
},
|
3086
3755
|
"RoutingStrategy":{
|
3087
3756
|
"type":"structure",
|
3088
3757
|
"members":{
|
@@ -3182,6 +3851,10 @@
|
|
3182
3851
|
"pattern":"^arn:.*:script\\/script-\\S+"
|
3183
3852
|
},
|
3184
3853
|
"ScriptId":{
|
3854
|
+
"type":"string",
|
3855
|
+
"pattern":"^script-\\S+"
|
3856
|
+
},
|
3857
|
+
"ScriptIdOrArn":{
|
3185
3858
|
"type":"string",
|
3186
3859
|
"pattern":"^script-\\S+|^arn:.*:script\\/script-\\S+"
|
3187
3860
|
},
|
@@ -3192,8 +3865,8 @@
|
|
3192
3865
|
"SearchGameSessionsInput":{
|
3193
3866
|
"type":"structure",
|
3194
3867
|
"members":{
|
3195
|
-
"FleetId":{"shape":"
|
3196
|
-
"AliasId":{"shape":"
|
3868
|
+
"FleetId":{"shape":"FleetIdOrArn"},
|
3869
|
+
"AliasId":{"shape":"AliasIdOrArn"},
|
3197
3870
|
"FilterExpression":{"shape":"NonZeroAndMaxString"},
|
3198
3871
|
"SortExpression":{"shape":"NonZeroAndMaxString"},
|
3199
3872
|
"Limit":{"shape":"PositiveInteger"},
|
@@ -3231,6 +3904,13 @@
|
|
3231
3904
|
"min":0,
|
3232
3905
|
"pattern":"[a-zA-Z0-9:_/-]*"
|
3233
3906
|
},
|
3907
|
+
"SortOrder":{
|
3908
|
+
"type":"string",
|
3909
|
+
"enum":[
|
3910
|
+
"ASCENDING",
|
3911
|
+
"DESCENDING"
|
3912
|
+
]
|
3913
|
+
},
|
3234
3914
|
"StartFleetActionsInput":{
|
3235
3915
|
"type":"structure",
|
3236
3916
|
"required":[
|
@@ -3238,7 +3918,7 @@
|
|
3238
3918
|
"Actions"
|
3239
3919
|
],
|
3240
3920
|
"members":{
|
3241
|
-
"FleetId":{"shape":"
|
3921
|
+
"FleetId":{"shape":"FleetIdOrArn"},
|
3242
3922
|
"Actions":{"shape":"FleetActionList"}
|
3243
3923
|
}
|
3244
3924
|
},
|
@@ -3256,7 +3936,7 @@
|
|
3256
3936
|
],
|
3257
3937
|
"members":{
|
3258
3938
|
"PlacementId":{"shape":"IdStringModel"},
|
3259
|
-
"GameSessionQueueName":{"shape":"
|
3939
|
+
"GameSessionQueueName":{"shape":"GameSessionQueueNameOrArn"},
|
3260
3940
|
"GameProperties":{"shape":"GamePropertyList"},
|
3261
3941
|
"MaximumPlayerSessionCount":{"shape":"WholeNumber"},
|
3262
3942
|
"GameSessionName":{"shape":"NonZeroAndMaxString"},
|
@@ -3316,7 +3996,7 @@
|
|
3316
3996
|
"Actions"
|
3317
3997
|
],
|
3318
3998
|
"members":{
|
3319
|
-
"FleetId":{"shape":"
|
3999
|
+
"FleetId":{"shape":"FleetIdOrArn"},
|
3320
4000
|
"Actions":{"shape":"FleetActionList"}
|
3321
4001
|
}
|
3322
4002
|
},
|
@@ -3360,6 +4040,23 @@
|
|
3360
4040
|
"member":{"shape":"NonZeroAndMaxString"}
|
3361
4041
|
},
|
3362
4042
|
"StringModel":{"type":"string"},
|
4043
|
+
"SuspendGameServerGroupInput":{
|
4044
|
+
"type":"structure",
|
4045
|
+
"required":[
|
4046
|
+
"GameServerGroupName",
|
4047
|
+
"SuspendActions"
|
4048
|
+
],
|
4049
|
+
"members":{
|
4050
|
+
"GameServerGroupName":{"shape":"GameServerGroupNameOrArn"},
|
4051
|
+
"SuspendActions":{"shape":"GameServerGroupActions"}
|
4052
|
+
}
|
4053
|
+
},
|
4054
|
+
"SuspendGameServerGroupOutput":{
|
4055
|
+
"type":"structure",
|
4056
|
+
"members":{
|
4057
|
+
"GameServerGroup":{"shape":"GameServerGroup"}
|
4058
|
+
}
|
4059
|
+
},
|
3363
4060
|
"Tag":{
|
3364
4061
|
"type":"structure",
|
3365
4062
|
"required":[
|
@@ -3423,6 +4120,13 @@
|
|
3423
4120
|
"TargetValue":{"shape":"Double"}
|
3424
4121
|
}
|
3425
4122
|
},
|
4123
|
+
"TargetTrackingConfiguration":{
|
4124
|
+
"type":"structure",
|
4125
|
+
"required":["TargetValue"],
|
4126
|
+
"members":{
|
4127
|
+
"TargetValue":{"shape":"NonNegativeDouble"}
|
4128
|
+
}
|
4129
|
+
},
|
3426
4130
|
"TerminalRoutingStrategyException":{
|
3427
4131
|
"type":"structure",
|
3428
4132
|
"members":{
|
@@ -3465,7 +4169,7 @@
|
|
3465
4169
|
"type":"structure",
|
3466
4170
|
"required":["AliasId"],
|
3467
4171
|
"members":{
|
3468
|
-
"AliasId":{"shape":"
|
4172
|
+
"AliasId":{"shape":"AliasIdOrArn"},
|
3469
4173
|
"Name":{"shape":"NonBlankAndLengthConstraintString"},
|
3470
4174
|
"Description":{"shape":"NonZeroAndMaxString"},
|
3471
4175
|
"RoutingStrategy":{"shape":"RoutingStrategy"}
|
@@ -3481,7 +4185,7 @@
|
|
3481
4185
|
"type":"structure",
|
3482
4186
|
"required":["BuildId"],
|
3483
4187
|
"members":{
|
3484
|
-
"BuildId":{"shape":"
|
4188
|
+
"BuildId":{"shape":"BuildIdOrArn"},
|
3485
4189
|
"Name":{"shape":"NonZeroAndMaxString"},
|
3486
4190
|
"Version":{"shape":"NonZeroAndMaxString"}
|
3487
4191
|
}
|
@@ -3496,7 +4200,7 @@
|
|
3496
4200
|
"type":"structure",
|
3497
4201
|
"required":["FleetId"],
|
3498
4202
|
"members":{
|
3499
|
-
"FleetId":{"shape":"
|
4203
|
+
"FleetId":{"shape":"FleetIdOrArn"},
|
3500
4204
|
"Name":{"shape":"NonZeroAndMaxString"},
|
3501
4205
|
"Description":{"shape":"NonZeroAndMaxString"},
|
3502
4206
|
"NewGameSessionProtectionPolicy":{"shape":"ProtectionPolicy"},
|
@@ -3514,7 +4218,7 @@
|
|
3514
4218
|
"type":"structure",
|
3515
4219
|
"required":["FleetId"],
|
3516
4220
|
"members":{
|
3517
|
-
"FleetId":{"shape":"
|
4221
|
+
"FleetId":{"shape":"FleetIdOrArn"},
|
3518
4222
|
"DesiredInstances":{"shape":"WholeNumber"},
|
3519
4223
|
"MinSize":{"shape":"WholeNumber"},
|
3520
4224
|
"MaxSize":{"shape":"WholeNumber"}
|
@@ -3530,7 +4234,7 @@
|
|
3530
4234
|
"type":"structure",
|
3531
4235
|
"required":["FleetId"],
|
3532
4236
|
"members":{
|
3533
|
-
"FleetId":{"shape":"
|
4237
|
+
"FleetId":{"shape":"FleetIdOrArn"},
|
3534
4238
|
"InboundPermissionAuthorizations":{"shape":"IpPermissionsList"},
|
3535
4239
|
"InboundPermissionRevocations":{"shape":"IpPermissionsList"}
|
3536
4240
|
}
|
@@ -3541,6 +4245,44 @@
|
|
3541
4245
|
"FleetId":{"shape":"FleetId"}
|
3542
4246
|
}
|
3543
4247
|
},
|
4248
|
+
"UpdateGameServerGroupInput":{
|
4249
|
+
"type":"structure",
|
4250
|
+
"required":["GameServerGroupName"],
|
4251
|
+
"members":{
|
4252
|
+
"GameServerGroupName":{"shape":"GameServerGroupNameOrArn"},
|
4253
|
+
"RoleArn":{"shape":"IamRoleArn"},
|
4254
|
+
"InstanceDefinitions":{"shape":"InstanceDefinitions"},
|
4255
|
+
"GameServerProtectionPolicy":{"shape":"GameServerProtectionPolicy"},
|
4256
|
+
"BalancingStrategy":{"shape":"BalancingStrategy"}
|
4257
|
+
}
|
4258
|
+
},
|
4259
|
+
"UpdateGameServerGroupOutput":{
|
4260
|
+
"type":"structure",
|
4261
|
+
"members":{
|
4262
|
+
"GameServerGroup":{"shape":"GameServerGroup"}
|
4263
|
+
}
|
4264
|
+
},
|
4265
|
+
"UpdateGameServerInput":{
|
4266
|
+
"type":"structure",
|
4267
|
+
"required":[
|
4268
|
+
"GameServerGroupName",
|
4269
|
+
"GameServerId"
|
4270
|
+
],
|
4271
|
+
"members":{
|
4272
|
+
"GameServerGroupName":{"shape":"GameServerGroupNameOrArn"},
|
4273
|
+
"GameServerId":{"shape":"GameServerId"},
|
4274
|
+
"GameServerData":{"shape":"GameServerData"},
|
4275
|
+
"CustomSortKey":{"shape":"GameServerSortKey"},
|
4276
|
+
"UtilizationStatus":{"shape":"GameServerUtilizationStatus"},
|
4277
|
+
"HealthCheck":{"shape":"GameServerHealthCheck"}
|
4278
|
+
}
|
4279
|
+
},
|
4280
|
+
"UpdateGameServerOutput":{
|
4281
|
+
"type":"structure",
|
4282
|
+
"members":{
|
4283
|
+
"GameServer":{"shape":"GameServer"}
|
4284
|
+
}
|
4285
|
+
},
|
3544
4286
|
"UpdateGameSessionInput":{
|
3545
4287
|
"type":"structure",
|
3546
4288
|
"required":["GameSessionId"],
|
@@ -3562,7 +4304,7 @@
|
|
3562
4304
|
"type":"structure",
|
3563
4305
|
"required":["Name"],
|
3564
4306
|
"members":{
|
3565
|
-
"Name":{"shape":"
|
4307
|
+
"Name":{"shape":"GameSessionQueueNameOrArn"},
|
3566
4308
|
"TimeoutInSeconds":{"shape":"WholeNumber"},
|
3567
4309
|
"PlayerLatencyPolicies":{"shape":"PlayerLatencyPolicyList"},
|
3568
4310
|
"Destinations":{"shape":"GameSessionQueueDestinationList"}
|
@@ -3606,7 +4348,7 @@
|
|
3606
4348
|
"RuntimeConfiguration"
|
3607
4349
|
],
|
3608
4350
|
"members":{
|
3609
|
-
"FleetId":{"shape":"
|
4351
|
+
"FleetId":{"shape":"FleetIdOrArn"},
|
3610
4352
|
"RuntimeConfiguration":{"shape":"RuntimeConfiguration"}
|
3611
4353
|
}
|
3612
4354
|
},
|
@@ -3620,7 +4362,7 @@
|
|
3620
4362
|
"type":"structure",
|
3621
4363
|
"required":["ScriptId"],
|
3622
4364
|
"members":{
|
3623
|
-
"ScriptId":{"shape":"
|
4365
|
+
"ScriptId":{"shape":"ScriptIdOrArn"},
|
3624
4366
|
"Name":{"shape":"NonZeroAndMaxString"},
|
3625
4367
|
"Version":{"shape":"NonZeroAndMaxString"},
|
3626
4368
|
"StorageLocation":{"shape":"S3Location"},
|
@@ -3664,7 +4406,7 @@
|
|
3664
4406
|
"type":"structure",
|
3665
4407
|
"members":{
|
3666
4408
|
"FleetId":{"shape":"FleetId"},
|
3667
|
-
"FleetArn":{"shape":"
|
4409
|
+
"FleetArn":{"shape":"FleetArn"},
|
3668
4410
|
"IpV4CidrBlock":{"shape":"NonZeroAndMaxString"},
|
3669
4411
|
"VpcPeeringConnectionId":{"shape":"NonZeroAndMaxString"},
|
3670
4412
|
"Status":{"shape":"VpcPeeringConnectionStatus"},
|
@@ -3683,6 +4425,24 @@
|
|
3683
4425
|
"Message":{"shape":"NonZeroAndMaxString"}
|
3684
4426
|
}
|
3685
4427
|
},
|
4428
|
+
"VpcSubnet":{
|
4429
|
+
"type":"string",
|
4430
|
+
"max":15,
|
4431
|
+
"min":15,
|
4432
|
+
"pattern":"^subnet-[0-9a-z]{8}$"
|
4433
|
+
},
|
4434
|
+
"VpcSubnets":{
|
4435
|
+
"type":"list",
|
4436
|
+
"member":{"shape":"VpcSubnet"},
|
4437
|
+
"max":20,
|
4438
|
+
"min":1
|
4439
|
+
},
|
4440
|
+
"WeightedCapacity":{
|
4441
|
+
"type":"string",
|
4442
|
+
"max":3,
|
4443
|
+
"min":1,
|
4444
|
+
"pattern":"^[\\u0031-\\u0039][\\u0030-\\u0039]{0,2}$"
|
4445
|
+
},
|
3686
4446
|
"WholeNumber":{
|
3687
4447
|
"type":"integer",
|
3688
4448
|
"min":0
|