aws-sdk-core 2.10.27 → 2.10.28

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d25d81eeef9aa8b322d2f063c935c706ab1caf5b
4
- data.tar.gz: bfe5c7529d2a79eadceea5f2d758b2b37ec054fa
3
+ metadata.gz: e5f4e7c0f8a84cf665c9248070948a16e98e6a07
4
+ data.tar.gz: 0cfcd76771c8a98328d10fb3c99f745e9be6887c
5
5
  SHA512:
6
- metadata.gz: ca2b5180d97953b61ab6a0b42fed75a9f2f2b6f5233dd7de0fe8bb76f2c743b203421b996a4a290cebe5b310339057d06ab257a77f44fbc6dc669b823831d336
7
- data.tar.gz: 53a6280f93988ef5de6e798b42cd53395b75857f0cbf4cd23f8a67046bfdb36980c85d2131b3b1532fbab2166195a1288b0ea427a264fcd2e3333ab57de99d5c
6
+ metadata.gz: 59f0a175793565fb2fa2023b313f1f5433168dc32cc58d731a493c6086af0b0c2ff57301f2054c899294ee9e335a0e180dfeb4a1b6b263d7cbb35d006c7d1357
7
+ data.tar.gz: cf0c87ba529e32235d9259849ed7dd927d678456de04632e342d33032a636d255ec1ec6af380d711c30584aaaa4857314940d5917db25f8238707b63c69ecf2f
@@ -11,6 +11,21 @@
11
11
  "uid":"gamelift-2015-10-01"
12
12
  },
13
13
  "operations":{
14
+ "AcceptMatch":{
15
+ "name":"AcceptMatch",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"AcceptMatchInput"},
21
+ "output":{"shape":"AcceptMatchOutput"},
22
+ "errors":[
23
+ {"shape":"InvalidRequestException"},
24
+ {"shape":"NotFoundException"},
25
+ {"shape":"InternalServiceException"},
26
+ {"shape":"UnsupportedRegionException"}
27
+ ]
28
+ },
14
29
  "CreateAlias":{
15
30
  "name":"CreateAlias",
16
31
  "http":{
@@ -95,6 +110,36 @@
95
110
  {"shape":"LimitExceededException"}
96
111
  ]
97
112
  },
113
+ "CreateMatchmakingConfiguration":{
114
+ "name":"CreateMatchmakingConfiguration",
115
+ "http":{
116
+ "method":"POST",
117
+ "requestUri":"/"
118
+ },
119
+ "input":{"shape":"CreateMatchmakingConfigurationInput"},
120
+ "output":{"shape":"CreateMatchmakingConfigurationOutput"},
121
+ "errors":[
122
+ {"shape":"InvalidRequestException"},
123
+ {"shape":"LimitExceededException"},
124
+ {"shape":"NotFoundException"},
125
+ {"shape":"InternalServiceException"},
126
+ {"shape":"UnsupportedRegionException"}
127
+ ]
128
+ },
129
+ "CreateMatchmakingRuleSet":{
130
+ "name":"CreateMatchmakingRuleSet",
131
+ "http":{
132
+ "method":"POST",
133
+ "requestUri":"/"
134
+ },
135
+ "input":{"shape":"CreateMatchmakingRuleSetInput"},
136
+ "output":{"shape":"CreateMatchmakingRuleSetOutput"},
137
+ "errors":[
138
+ {"shape":"InvalidRequestException"},
139
+ {"shape":"InternalServiceException"},
140
+ {"shape":"UnsupportedRegionException"}
141
+ ]
142
+ },
98
143
  "CreatePlayerSession":{
99
144
  "name":"CreatePlayerSession",
100
145
  "http":{
@@ -189,6 +234,21 @@
189
234
  {"shape":"UnauthorizedException"}
190
235
  ]
191
236
  },
237
+ "DeleteMatchmakingConfiguration":{
238
+ "name":"DeleteMatchmakingConfiguration",
239
+ "http":{
240
+ "method":"POST",
241
+ "requestUri":"/"
242
+ },
243
+ "input":{"shape":"DeleteMatchmakingConfigurationInput"},
244
+ "output":{"shape":"DeleteMatchmakingConfigurationOutput"},
245
+ "errors":[
246
+ {"shape":"InvalidRequestException"},
247
+ {"shape":"NotFoundException"},
248
+ {"shape":"InternalServiceException"},
249
+ {"shape":"UnsupportedRegionException"}
250
+ ]
251
+ },
192
252
  "DeleteScalingPolicy":{
193
253
  "name":"DeleteScalingPolicy",
194
254
  "http":{
@@ -399,6 +459,49 @@
399
459
  {"shape":"InternalServiceException"}
400
460
  ]
401
461
  },
462
+ "DescribeMatchmaking":{
463
+ "name":"DescribeMatchmaking",
464
+ "http":{
465
+ "method":"POST",
466
+ "requestUri":"/"
467
+ },
468
+ "input":{"shape":"DescribeMatchmakingInput"},
469
+ "output":{"shape":"DescribeMatchmakingOutput"},
470
+ "errors":[
471
+ {"shape":"InvalidRequestException"},
472
+ {"shape":"InternalServiceException"},
473
+ {"shape":"UnsupportedRegionException"}
474
+ ]
475
+ },
476
+ "DescribeMatchmakingConfigurations":{
477
+ "name":"DescribeMatchmakingConfigurations",
478
+ "http":{
479
+ "method":"POST",
480
+ "requestUri":"/"
481
+ },
482
+ "input":{"shape":"DescribeMatchmakingConfigurationsInput"},
483
+ "output":{"shape":"DescribeMatchmakingConfigurationsOutput"},
484
+ "errors":[
485
+ {"shape":"InvalidRequestException"},
486
+ {"shape":"InternalServiceException"},
487
+ {"shape":"UnsupportedRegionException"}
488
+ ]
489
+ },
490
+ "DescribeMatchmakingRuleSets":{
491
+ "name":"DescribeMatchmakingRuleSets",
492
+ "http":{
493
+ "method":"POST",
494
+ "requestUri":"/"
495
+ },
496
+ "input":{"shape":"DescribeMatchmakingRuleSetsInput"},
497
+ "output":{"shape":"DescribeMatchmakingRuleSetsOutput"},
498
+ "errors":[
499
+ {"shape":"InvalidRequestException"},
500
+ {"shape":"InternalServiceException"},
501
+ {"shape":"NotFoundException"},
502
+ {"shape":"UnsupportedRegionException"}
503
+ ]
504
+ },
402
505
  "DescribePlayerSessions":{
403
506
  "name":"DescribePlayerSessions",
404
507
  "http":{
@@ -594,6 +697,21 @@
594
697
  {"shape":"UnauthorizedException"}
595
698
  ]
596
699
  },
700
+ "StartMatchmaking":{
701
+ "name":"StartMatchmaking",
702
+ "http":{
703
+ "method":"POST",
704
+ "requestUri":"/"
705
+ },
706
+ "input":{"shape":"StartMatchmakingInput"},
707
+ "output":{"shape":"StartMatchmakingOutput"},
708
+ "errors":[
709
+ {"shape":"InvalidRequestException"},
710
+ {"shape":"NotFoundException"},
711
+ {"shape":"InternalServiceException"},
712
+ {"shape":"UnsupportedRegionException"}
713
+ ]
714
+ },
597
715
  "StopGameSessionPlacement":{
598
716
  "name":"StopGameSessionPlacement",
599
717
  "http":{
@@ -609,6 +727,21 @@
609
727
  {"shape":"UnauthorizedException"}
610
728
  ]
611
729
  },
730
+ "StopMatchmaking":{
731
+ "name":"StopMatchmaking",
732
+ "http":{
733
+ "method":"POST",
734
+ "requestUri":"/"
735
+ },
736
+ "input":{"shape":"StopMatchmakingInput"},
737
+ "output":{"shape":"StopMatchmakingOutput"},
738
+ "errors":[
739
+ {"shape":"InvalidRequestException"},
740
+ {"shape":"NotFoundException"},
741
+ {"shape":"InternalServiceException"},
742
+ {"shape":"UnsupportedRegionException"}
743
+ ]
744
+ },
612
745
  "UpdateAlias":{
613
746
  "name":"UpdateAlias",
614
747
  "http":{
@@ -725,6 +858,21 @@
725
858
  {"shape":"UnauthorizedException"}
726
859
  ]
727
860
  },
861
+ "UpdateMatchmakingConfiguration":{
862
+ "name":"UpdateMatchmakingConfiguration",
863
+ "http":{
864
+ "method":"POST",
865
+ "requestUri":"/"
866
+ },
867
+ "input":{"shape":"UpdateMatchmakingConfigurationInput"},
868
+ "output":{"shape":"UpdateMatchmakingConfigurationOutput"},
869
+ "errors":[
870
+ {"shape":"InvalidRequestException"},
871
+ {"shape":"NotFoundException"},
872
+ {"shape":"InternalServiceException"},
873
+ {"shape":"UnsupportedRegionException"}
874
+ ]
875
+ },
728
876
  "UpdateRuntimeConfiguration":{
729
877
  "name":"UpdateRuntimeConfiguration",
730
878
  "http":{
@@ -740,9 +888,48 @@
740
888
  {"shape":"InvalidRequestException"},
741
889
  {"shape":"InvalidFleetStatusException"}
742
890
  ]
891
+ },
892
+ "ValidateMatchmakingRuleSet":{
893
+ "name":"ValidateMatchmakingRuleSet",
894
+ "http":{
895
+ "method":"POST",
896
+ "requestUri":"/"
897
+ },
898
+ "input":{"shape":"ValidateMatchmakingRuleSetInput"},
899
+ "output":{"shape":"ValidateMatchmakingRuleSetOutput"},
900
+ "errors":[
901
+ {"shape":"InternalServiceException"},
902
+ {"shape":"UnsupportedRegionException"},
903
+ {"shape":"InvalidRequestException"}
904
+ ]
743
905
  }
744
906
  },
745
907
  "shapes":{
908
+ "AcceptMatchInput":{
909
+ "type":"structure",
910
+ "required":[
911
+ "TicketId",
912
+ "PlayerIds",
913
+ "AcceptanceType"
914
+ ],
915
+ "members":{
916
+ "TicketId":{"shape":"MatchmakingIdStringModel"},
917
+ "PlayerIds":{"shape":"MatchmakingPlayerIdList"},
918
+ "AcceptanceType":{"shape":"AcceptanceType"}
919
+ }
920
+ },
921
+ "AcceptMatchOutput":{
922
+ "type":"structure",
923
+ "members":{
924
+ }
925
+ },
926
+ "AcceptanceType":{
927
+ "type":"string",
928
+ "enum":[
929
+ "ACCEPT",
930
+ "REJECT"
931
+ ]
932
+ },
746
933
  "Alias":{
747
934
  "type":"structure",
748
935
  "members":{
@@ -769,6 +956,15 @@
769
956
  "min":1,
770
957
  "pattern":"[a-zA-Z0-9:/-]+"
771
958
  },
959
+ "AttributeValue":{
960
+ "type":"structure",
961
+ "members":{
962
+ "S":{"shape":"NonZeroAndMaxString"},
963
+ "N":{"shape":"DoubleObject"},
964
+ "SL":{"shape":"StringList"},
965
+ "SDM":{"shape":"StringDoubleMap"}
966
+ }
967
+ },
772
968
  "AwsCredentials":{
773
969
  "type":"structure",
774
970
  "members":{
@@ -778,6 +974,7 @@
778
974
  },
779
975
  "sensitive":true
780
976
  },
977
+ "Boolean":{"type":"boolean"},
781
978
  "Build":{
782
979
  "type":"structure",
783
980
  "members":{
@@ -896,7 +1093,8 @@
896
1093
  "GameProperties":{"shape":"GamePropertyList"},
897
1094
  "CreatorId":{"shape":"NonZeroAndMaxString"},
898
1095
  "GameSessionId":{"shape":"IdStringModel"},
899
- "IdempotencyToken":{"shape":"IdStringModel"}
1096
+ "IdempotencyToken":{"shape":"IdStringModel"},
1097
+ "GameSessionData":{"shape":"GameSessionData"}
900
1098
  }
901
1099
  },
902
1100
  "CreateGameSessionOutput":{
@@ -921,6 +1119,54 @@
921
1119
  "GameSessionQueue":{"shape":"GameSessionQueue"}
922
1120
  }
923
1121
  },
1122
+ "CreateMatchmakingConfigurationInput":{
1123
+ "type":"structure",
1124
+ "required":[
1125
+ "Name",
1126
+ "GameSessionQueueArns",
1127
+ "RequestTimeoutSeconds",
1128
+ "AcceptanceRequired",
1129
+ "RuleSetName"
1130
+ ],
1131
+ "members":{
1132
+ "Name":{"shape":"MatchmakingIdStringModel"},
1133
+ "Description":{"shape":"NonZeroAndMaxString"},
1134
+ "GameSessionQueueArns":{"shape":"QueueArnsList"},
1135
+ "RequestTimeoutSeconds":{"shape":"MatchmakingRequestTimeoutInteger"},
1136
+ "AcceptanceTimeoutSeconds":{"shape":"MatchmakingAcceptanceTimeoutInteger"},
1137
+ "AcceptanceRequired":{"shape":"Boolean"},
1138
+ "RuleSetName":{"shape":"MatchmakingIdStringModel"},
1139
+ "NotificationTarget":{"shape":"SnsArnStringModel"},
1140
+ "AdditionalPlayerCount":{"shape":"WholeNumber"},
1141
+ "CustomEventData":{"shape":"CustomEventData"},
1142
+ "GameProperties":{"shape":"GamePropertyList"},
1143
+ "GameSessionData":{"shape":"GameSessionData"}
1144
+ }
1145
+ },
1146
+ "CreateMatchmakingConfigurationOutput":{
1147
+ "type":"structure",
1148
+ "members":{
1149
+ "Configuration":{"shape":"MatchmakingConfiguration"}
1150
+ }
1151
+ },
1152
+ "CreateMatchmakingRuleSetInput":{
1153
+ "type":"structure",
1154
+ "required":[
1155
+ "Name",
1156
+ "RuleSetBody"
1157
+ ],
1158
+ "members":{
1159
+ "Name":{"shape":"MatchmakingIdStringModel"},
1160
+ "RuleSetBody":{"shape":"RuleSetBody"}
1161
+ }
1162
+ },
1163
+ "CreateMatchmakingRuleSetOutput":{
1164
+ "type":"structure",
1165
+ "required":["RuleSet"],
1166
+ "members":{
1167
+ "RuleSet":{"shape":"MatchmakingRuleSet"}
1168
+ }
1169
+ },
924
1170
  "CreatePlayerSessionInput":{
925
1171
  "type":"structure",
926
1172
  "required":[
@@ -957,6 +1203,11 @@
957
1203
  "PlayerSessions":{"shape":"PlayerSessionList"}
958
1204
  }
959
1205
  },
1206
+ "CustomEventData":{
1207
+ "type":"string",
1208
+ "max":256,
1209
+ "min":1
1210
+ },
960
1211
  "DeleteAliasInput":{
961
1212
  "type":"structure",
962
1213
  "required":["AliasId"],
@@ -990,6 +1241,18 @@
990
1241
  "members":{
991
1242
  }
992
1243
  },
1244
+ "DeleteMatchmakingConfigurationInput":{
1245
+ "type":"structure",
1246
+ "required":["Name"],
1247
+ "members":{
1248
+ "Name":{"shape":"MatchmakingIdStringModel"}
1249
+ }
1250
+ },
1251
+ "DeleteMatchmakingConfigurationOutput":{
1252
+ "type":"structure",
1253
+ "members":{
1254
+ }
1255
+ },
993
1256
  "DeleteScalingPolicyInput":{
994
1257
  "type":"structure",
995
1258
  "required":[
@@ -1196,6 +1459,51 @@
1196
1459
  "NextToken":{"shape":"NonZeroAndMaxString"}
1197
1460
  }
1198
1461
  },
1462
+ "DescribeMatchmakingConfigurationsInput":{
1463
+ "type":"structure",
1464
+ "members":{
1465
+ "Names":{"shape":"MatchmakingIdList"},
1466
+ "RuleSetName":{"shape":"MatchmakingIdStringModel"},
1467
+ "Limit":{"shape":"PositiveInteger"},
1468
+ "NextToken":{"shape":"NonZeroAndMaxString"}
1469
+ }
1470
+ },
1471
+ "DescribeMatchmakingConfigurationsOutput":{
1472
+ "type":"structure",
1473
+ "members":{
1474
+ "Configurations":{"shape":"MatchmakingConfigurationList"},
1475
+ "NextToken":{"shape":"NonZeroAndMaxString"}
1476
+ }
1477
+ },
1478
+ "DescribeMatchmakingInput":{
1479
+ "type":"structure",
1480
+ "required":["TicketIds"],
1481
+ "members":{
1482
+ "TicketIds":{"shape":"MatchmakingIdList"}
1483
+ }
1484
+ },
1485
+ "DescribeMatchmakingOutput":{
1486
+ "type":"structure",
1487
+ "members":{
1488
+ "TicketList":{"shape":"MatchmakingTicketList"}
1489
+ }
1490
+ },
1491
+ "DescribeMatchmakingRuleSetsInput":{
1492
+ "type":"structure",
1493
+ "members":{
1494
+ "Names":{"shape":"MatchmakingRuleSetNameList"},
1495
+ "Limit":{"shape":"RuleSetLimit"},
1496
+ "NextToken":{"shape":"NonZeroAndMaxString"}
1497
+ }
1498
+ },
1499
+ "DescribeMatchmakingRuleSetsOutput":{
1500
+ "type":"structure",
1501
+ "required":["RuleSets"],
1502
+ "members":{
1503
+ "RuleSets":{"shape":"MatchmakingRuleSetList"},
1504
+ "NextToken":{"shape":"NonZeroAndMaxString"}
1505
+ }
1506
+ },
1199
1507
  "DescribePlayerSessionsInput":{
1200
1508
  "type":"structure",
1201
1509
  "members":{
@@ -1256,6 +1564,7 @@
1256
1564
  "member":{"shape":"DesiredPlayerSession"}
1257
1565
  },
1258
1566
  "Double":{"type":"double"},
1567
+ "DoubleObject":{"type":"double"},
1259
1568
  "EC2InstanceCounts":{
1260
1569
  "type":"structure",
1261
1570
  "members":{
@@ -1483,7 +1792,8 @@
1483
1792
  "IpAddress":{"shape":"IpAddress"},
1484
1793
  "Port":{"shape":"PortNumber"},
1485
1794
  "PlayerSessionCreationPolicy":{"shape":"PlayerSessionCreationPolicy"},
1486
- "CreatorId":{"shape":"NonZeroAndMaxString"}
1795
+ "CreatorId":{"shape":"NonZeroAndMaxString"},
1796
+ "GameSessionData":{"shape":"GameSessionData"}
1487
1797
  }
1488
1798
  },
1489
1799
  "GameSessionActivationTimeoutSeconds":{
@@ -1491,6 +1801,20 @@
1491
1801
  "max":600,
1492
1802
  "min":1
1493
1803
  },
1804
+ "GameSessionConnectionInfo":{
1805
+ "type":"structure",
1806
+ "members":{
1807
+ "GameSessionArn":{"shape":"ArnStringModel"},
1808
+ "IpAddress":{"shape":"StringModel"},
1809
+ "Port":{"shape":"PositiveInteger"},
1810
+ "MatchedPlayerSessions":{"shape":"MatchedPlayerSessionList"}
1811
+ }
1812
+ },
1813
+ "GameSessionData":{
1814
+ "type":"string",
1815
+ "max":4096,
1816
+ "min":1
1817
+ },
1494
1818
  "GameSessionDetail":{
1495
1819
  "type":"structure",
1496
1820
  "members":{
@@ -1530,7 +1854,8 @@
1530
1854
  "EndTime":{"shape":"Timestamp"},
1531
1855
  "IpAddress":{"shape":"IpAddress"},
1532
1856
  "Port":{"shape":"PortNumber"},
1533
- "PlacedPlayerSessions":{"shape":"PlacedPlayerSessionList"}
1857
+ "PlacedPlayerSessions":{"shape":"PlacedPlayerSessionList"},
1858
+ "GameSessionData":{"shape":"GameSessionData"}
1534
1859
  }
1535
1860
  },
1536
1861
  "GameSessionPlacementState":{
@@ -1733,6 +2058,11 @@
1733
2058
  "UDP"
1734
2059
  ]
1735
2060
  },
2061
+ "LatencyMap":{
2062
+ "type":"map",
2063
+ "key":{"shape":"NonEmptyString"},
2064
+ "value":{"shape":"PositiveInteger"}
2065
+ },
1736
2066
  "LimitExceededException":{
1737
2067
  "type":"structure",
1738
2068
  "members":{
@@ -1786,6 +2116,112 @@
1786
2116
  "NextToken":{"shape":"NonZeroAndMaxString"}
1787
2117
  }
1788
2118
  },
2119
+ "MatchedPlayerSession":{
2120
+ "type":"structure",
2121
+ "members":{
2122
+ "PlayerId":{"shape":"NonZeroAndMaxString"},
2123
+ "PlayerSessionId":{"shape":"PlayerSessionId"}
2124
+ }
2125
+ },
2126
+ "MatchedPlayerSessionList":{
2127
+ "type":"list",
2128
+ "member":{"shape":"MatchedPlayerSession"}
2129
+ },
2130
+ "MatchmakingAcceptanceTimeoutInteger":{
2131
+ "type":"integer",
2132
+ "max":600,
2133
+ "min":1
2134
+ },
2135
+ "MatchmakingConfiguration":{
2136
+ "type":"structure",
2137
+ "members":{
2138
+ "Name":{"shape":"MatchmakingIdStringModel"},
2139
+ "Description":{"shape":"NonZeroAndMaxString"},
2140
+ "GameSessionQueueArns":{"shape":"QueueArnsList"},
2141
+ "RequestTimeoutSeconds":{"shape":"MatchmakingRequestTimeoutInteger"},
2142
+ "AcceptanceTimeoutSeconds":{"shape":"MatchmakingAcceptanceTimeoutInteger"},
2143
+ "AcceptanceRequired":{"shape":"Boolean"},
2144
+ "RuleSetName":{"shape":"MatchmakingIdStringModel"},
2145
+ "NotificationTarget":{"shape":"SnsArnStringModel"},
2146
+ "AdditionalPlayerCount":{"shape":"WholeNumber"},
2147
+ "CustomEventData":{"shape":"CustomEventData"},
2148
+ "CreationTime":{"shape":"Timestamp"},
2149
+ "GameProperties":{"shape":"GamePropertyList"},
2150
+ "GameSessionData":{"shape":"GameSessionData"}
2151
+ }
2152
+ },
2153
+ "MatchmakingConfigurationList":{
2154
+ "type":"list",
2155
+ "member":{"shape":"MatchmakingConfiguration"}
2156
+ },
2157
+ "MatchmakingConfigurationStatus":{
2158
+ "type":"string",
2159
+ "enum":[
2160
+ "CANCELED",
2161
+ "COMPLETE",
2162
+ "FAILED",
2163
+ "PLACING",
2164
+ "QUEUED",
2165
+ "REQUIRES_ACCEPTANCE",
2166
+ "SEARCHING",
2167
+ "TIMED_OUT"
2168
+ ]
2169
+ },
2170
+ "MatchmakingIdList":{
2171
+ "type":"list",
2172
+ "member":{"shape":"MatchmakingIdStringModel"}
2173
+ },
2174
+ "MatchmakingIdStringModel":{
2175
+ "type":"string",
2176
+ "max":128,
2177
+ "min":1,
2178
+ "pattern":"[a-zA-Z0-9-\\.]+"
2179
+ },
2180
+ "MatchmakingPlayerIdList":{
2181
+ "type":"list",
2182
+ "member":{"shape":"PlayerIdStringModel"}
2183
+ },
2184
+ "MatchmakingRequestTimeoutInteger":{
2185
+ "type":"integer",
2186
+ "max":43200,
2187
+ "min":1
2188
+ },
2189
+ "MatchmakingRuleSet":{
2190
+ "type":"structure",
2191
+ "required":["RuleSetBody"],
2192
+ "members":{
2193
+ "RuleSetName":{"shape":"MatchmakingIdStringModel"},
2194
+ "RuleSetBody":{"shape":"RuleSetBody"},
2195
+ "CreationTime":{"shape":"Timestamp"}
2196
+ }
2197
+ },
2198
+ "MatchmakingRuleSetList":{
2199
+ "type":"list",
2200
+ "member":{"shape":"MatchmakingRuleSet"}
2201
+ },
2202
+ "MatchmakingRuleSetNameList":{
2203
+ "type":"list",
2204
+ "member":{"shape":"MatchmakingIdStringModel"},
2205
+ "max":10,
2206
+ "min":1
2207
+ },
2208
+ "MatchmakingTicket":{
2209
+ "type":"structure",
2210
+ "members":{
2211
+ "TicketId":{"shape":"MatchmakingIdStringModel"},
2212
+ "ConfigurationName":{"shape":"MatchmakingIdStringModel"},
2213
+ "Status":{"shape":"MatchmakingConfigurationStatus"},
2214
+ "StatusReason":{"shape":"StringModel"},
2215
+ "StatusMessage":{"shape":"StringModel"},
2216
+ "StartTime":{"shape":"Timestamp"},
2217
+ "Players":{"shape":"PlayerList"},
2218
+ "GameSessionConnectionInfo":{"shape":"GameSessionConnectionInfo"}
2219
+ }
2220
+ },
2221
+ "MatchmakingTicketList":{
2222
+ "type":"list",
2223
+ "member":{"shape":"MatchmakingTicket"}
2224
+ },
1789
2225
  "MaxConcurrentGameSessionActivations":{
1790
2226
  "type":"integer",
1791
2227
  "max":2147483647,
@@ -1861,6 +2297,20 @@
1861
2297
  "type":"list",
1862
2298
  "member":{"shape":"PlacedPlayerSession"}
1863
2299
  },
2300
+ "Player":{
2301
+ "type":"structure",
2302
+ "members":{
2303
+ "PlayerId":{"shape":"PlayerIdStringModel"},
2304
+ "PlayerAttributes":{"shape":"PlayerAttributeMap"},
2305
+ "Team":{"shape":"NonZeroAndMaxString"},
2306
+ "LatencyInMs":{"shape":"LatencyMap"}
2307
+ }
2308
+ },
2309
+ "PlayerAttributeMap":{
2310
+ "type":"map",
2311
+ "key":{"shape":"NonZeroAndMaxString"},
2312
+ "value":{"shape":"AttributeValue"}
2313
+ },
1864
2314
  "PlayerData":{
1865
2315
  "type":"string",
1866
2316
  "max":2048,
@@ -1877,6 +2327,12 @@
1877
2327
  "max":25,
1878
2328
  "min":1
1879
2329
  },
2330
+ "PlayerIdStringModel":{
2331
+ "type":"string",
2332
+ "max":128,
2333
+ "min":1,
2334
+ "pattern":"[a-zA-Z0-9-\\.]+"
2335
+ },
1880
2336
  "PlayerLatency":{
1881
2337
  "type":"structure",
1882
2338
  "members":{
@@ -1900,6 +2356,10 @@
1900
2356
  "type":"list",
1901
2357
  "member":{"shape":"PlayerLatencyPolicy"}
1902
2358
  },
2359
+ "PlayerList":{
2360
+ "type":"list",
2361
+ "member":{"shape":"Player"}
2362
+ },
1903
2363
  "PlayerSession":{
1904
2364
  "type":"structure",
1905
2365
  "members":{
@@ -1988,6 +2448,10 @@
1988
2448
  "Name":{"shape":"NonZeroAndMaxString"}
1989
2449
  }
1990
2450
  },
2451
+ "QueueArnsList":{
2452
+ "type":"list",
2453
+ "member":{"shape":"ArnStringModel"}
2454
+ },
1991
2455
  "RequestUploadCredentialsInput":{
1992
2456
  "type":"structure",
1993
2457
  "required":["BuildId"],
@@ -2037,6 +2501,16 @@
2037
2501
  "TERMINAL"
2038
2502
  ]
2039
2503
  },
2504
+ "RuleSetBody":{
2505
+ "type":"string",
2506
+ "max":65535,
2507
+ "min":1
2508
+ },
2509
+ "RuleSetLimit":{
2510
+ "type":"integer",
2511
+ "max":10,
2512
+ "min":1
2513
+ },
2040
2514
  "RuntimeConfiguration":{
2041
2515
  "type":"structure",
2042
2516
  "members":{
@@ -2127,6 +2601,12 @@
2127
2601
  "max":50,
2128
2602
  "min":1
2129
2603
  },
2604
+ "SnsArnStringModel":{
2605
+ "type":"string",
2606
+ "max":300,
2607
+ "min":1,
2608
+ "pattern":"[a-zA-Z0-9:_/-]+"
2609
+ },
2130
2610
  "StartGameSessionPlacementInput":{
2131
2611
  "type":"structure",
2132
2612
  "required":[
@@ -2141,7 +2621,8 @@
2141
2621
  "MaximumPlayerSessionCount":{"shape":"WholeNumber"},
2142
2622
  "GameSessionName":{"shape":"NonZeroAndMaxString"},
2143
2623
  "PlayerLatencies":{"shape":"PlayerLatencyList"},
2144
- "DesiredPlayerSessions":{"shape":"DesiredPlayerSessionList"}
2624
+ "DesiredPlayerSessions":{"shape":"DesiredPlayerSessionList"},
2625
+ "GameSessionData":{"shape":"GameSessionData"}
2145
2626
  }
2146
2627
  },
2147
2628
  "StartGameSessionPlacementOutput":{
@@ -2150,6 +2631,24 @@
2150
2631
  "GameSessionPlacement":{"shape":"GameSessionPlacement"}
2151
2632
  }
2152
2633
  },
2634
+ "StartMatchmakingInput":{
2635
+ "type":"structure",
2636
+ "required":[
2637
+ "ConfigurationName",
2638
+ "Players"
2639
+ ],
2640
+ "members":{
2641
+ "TicketId":{"shape":"MatchmakingIdStringModel"},
2642
+ "ConfigurationName":{"shape":"MatchmakingIdStringModel"},
2643
+ "Players":{"shape":"PlayerList"}
2644
+ }
2645
+ },
2646
+ "StartMatchmakingOutput":{
2647
+ "type":"structure",
2648
+ "members":{
2649
+ "MatchmakingTicket":{"shape":"MatchmakingTicket"}
2650
+ }
2651
+ },
2153
2652
  "StopGameSessionPlacementInput":{
2154
2653
  "type":"structure",
2155
2654
  "required":["PlacementId"],
@@ -2163,10 +2662,28 @@
2163
2662
  "GameSessionPlacement":{"shape":"GameSessionPlacement"}
2164
2663
  }
2165
2664
  },
2665
+ "StopMatchmakingInput":{
2666
+ "type":"structure",
2667
+ "required":["TicketId"],
2668
+ "members":{
2669
+ "TicketId":{"shape":"MatchmakingIdStringModel"}
2670
+ }
2671
+ },
2672
+ "StopMatchmakingOutput":{
2673
+ "type":"structure",
2674
+ "members":{
2675
+ }
2676
+ },
2677
+ "StringDoubleMap":{
2678
+ "type":"map",
2679
+ "key":{"shape":"NonZeroAndMaxString"},
2680
+ "value":{"shape":"DoubleObject"}
2681
+ },
2166
2682
  "StringList":{
2167
2683
  "type":"list",
2168
2684
  "member":{"shape":"NonZeroAndMaxString"}
2169
2685
  },
2686
+ "StringModel":{"type":"string"},
2170
2687
  "TerminalRoutingStrategyException":{
2171
2688
  "type":"structure",
2172
2689
  "members":{
@@ -2182,6 +2699,13 @@
2182
2699
  },
2183
2700
  "exception":true
2184
2701
  },
2702
+ "UnsupportedRegionException":{
2703
+ "type":"structure",
2704
+ "members":{
2705
+ "Message":{"shape":"NonEmptyString"}
2706
+ },
2707
+ "exception":true
2708
+ },
2185
2709
  "UpdateAliasInput":{
2186
2710
  "type":"structure",
2187
2711
  "required":["AliasId"],
@@ -2295,6 +2819,30 @@
2295
2819
  "GameSessionQueue":{"shape":"GameSessionQueue"}
2296
2820
  }
2297
2821
  },
2822
+ "UpdateMatchmakingConfigurationInput":{
2823
+ "type":"structure",
2824
+ "required":["Name"],
2825
+ "members":{
2826
+ "Name":{"shape":"MatchmakingIdStringModel"},
2827
+ "Description":{"shape":"NonZeroAndMaxString"},
2828
+ "GameSessionQueueArns":{"shape":"QueueArnsList"},
2829
+ "RequestTimeoutSeconds":{"shape":"MatchmakingRequestTimeoutInteger"},
2830
+ "AcceptanceTimeoutSeconds":{"shape":"MatchmakingAcceptanceTimeoutInteger"},
2831
+ "AcceptanceRequired":{"shape":"Boolean"},
2832
+ "RuleSetName":{"shape":"MatchmakingIdStringModel"},
2833
+ "NotificationTarget":{"shape":"SnsArnStringModel"},
2834
+ "AdditionalPlayerCount":{"shape":"WholeNumber"},
2835
+ "CustomEventData":{"shape":"CustomEventData"},
2836
+ "GameProperties":{"shape":"GamePropertyList"},
2837
+ "GameSessionData":{"shape":"GameSessionData"}
2838
+ }
2839
+ },
2840
+ "UpdateMatchmakingConfigurationOutput":{
2841
+ "type":"structure",
2842
+ "members":{
2843
+ "Configuration":{"shape":"MatchmakingConfiguration"}
2844
+ }
2845
+ },
2298
2846
  "UpdateRuntimeConfigurationInput":{
2299
2847
  "type":"structure",
2300
2848
  "required":[
@@ -2312,6 +2860,19 @@
2312
2860
  "RuntimeConfiguration":{"shape":"RuntimeConfiguration"}
2313
2861
  }
2314
2862
  },
2863
+ "ValidateMatchmakingRuleSetInput":{
2864
+ "type":"structure",
2865
+ "required":["RuleSetBody"],
2866
+ "members":{
2867
+ "RuleSetBody":{"shape":"RuleSetBody"}
2868
+ }
2869
+ },
2870
+ "ValidateMatchmakingRuleSetOutput":{
2871
+ "type":"structure",
2872
+ "members":{
2873
+ "Valid":{"shape":"Boolean"}
2874
+ }
2875
+ },
2315
2876
  "WholeNumber":{
2316
2877
  "type":"integer",
2317
2878
  "min":0
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.27'
2
+ VERSION = '2.10.28'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.27
4
+ version: 2.10.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 00:00:00.000000000 Z
11
+ date: 2017-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath