Skip to content

Commit e079ced

Browse files
Updated API models and rebuilt service gems.
1 parent 6af904f commit e079ced

File tree

28 files changed

+606
-213
lines changed

28 files changed

+606
-213
lines changed

apis/gamelift/2015-10-01/api-2.json

+29-5
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,8 @@
14921492
{"shape":"InternalServiceException"},
14931493
{"shape":"InvalidRequestException"},
14941494
{"shape":"NotFoundException"},
1495-
{"shape":"UnauthorizedException"}
1495+
{"shape":"UnauthorizedException"},
1496+
{"shape":"UnsupportedRegionException"}
14961497
]
14971498
},
14981499
"StartMatchBackfill":{
@@ -2222,7 +2223,7 @@
22222223
"members":{
22232224
"FleetId":{"shape":"FleetId"},
22242225
"FleetArn":{"shape":"FleetArn"},
2225-
"FleetRoleArn":{"shape":"ArnStringModel"},
2226+
"FleetRoleArn":{"shape":"IamRoleArn"},
22262227
"GameServerContainerGroupDefinitionName":{"shape":"ContainerGroupDefinitionName"},
22272228
"GameServerContainerGroupDefinitionArn":{"shape":"ContainerGroupDefinitionArn"},
22282229
"PerInstanceContainerGroupDefinitionName":{"shape":"ContainerGroupDefinitionName"},
@@ -2521,7 +2522,7 @@
25212522
"type":"structure",
25222523
"required":["FleetRoleArn"],
25232524
"members":{
2524-
"FleetRoleArn":{"shape":"ArnStringModel"},
2525+
"FleetRoleArn":{"shape":"IamRoleArn"},
25252526
"Description":{"shape":"NonZeroAndMaxString"},
25262527
"GameServerContainerGroupDefinitionName":{"shape":"ContainerGroupDefinitionNameOrArn"},
25272528
"PerInstanceContainerGroupDefinitionName":{"shape":"ContainerGroupDefinitionNameOrArn"},
@@ -4536,7 +4537,8 @@
45364537
"Port":{"shape":"PortNumber"},
45374538
"PlacedPlayerSessions":{"shape":"PlacedPlayerSessionList"},
45384539
"GameSessionData":{"shape":"LargeGameSessionData"},
4539-
"MatchmakerData":{"shape":"MatchmakerData"}
4540+
"MatchmakerData":{"shape":"MatchmakerData"},
4541+
"PriorityConfigurationOverride":{"shape":"PriorityConfigurationOverride"}
45404542
}
45414543
},
45424544
"GameSessionPlacementState":{
@@ -5197,6 +5199,12 @@
51975199
"type":"list",
51985200
"member":{"shape":"LocationModel"}
51995201
},
5202+
"LocationOrderOverrideList":{
5203+
"type":"list",
5204+
"member":{"shape":"LocationStringModel"},
5205+
"max":10,
5206+
"min":1
5207+
},
52005208
"LocationState":{
52015209
"type":"structure",
52025210
"members":{
@@ -5509,6 +5517,13 @@
55095517
"type":"list",
55105518
"member":{"shape":"PlacedPlayerSession"}
55115519
},
5520+
"PlacementFallbackStrategy":{
5521+
"type":"string",
5522+
"enum":[
5523+
"DEFAULT_AFTER_SINGLE_PASS",
5524+
"NONE"
5525+
]
5526+
},
55125527
"Player":{
55135528
"type":"structure",
55145529
"members":{
@@ -5661,6 +5676,14 @@
56615676
"LocationOrder":{"shape":"LocationList"}
56625677
}
56635678
},
5679+
"PriorityConfigurationOverride":{
5680+
"type":"structure",
5681+
"required":["LocationOrder"],
5682+
"members":{
5683+
"PlacementFallbackStrategy":{"shape":"PlacementFallbackStrategy"},
5684+
"LocationOrder":{"shape":"LocationOrderOverrideList"}
5685+
}
5686+
},
56645687
"PriorityType":{
56655688
"type":"string",
56665689
"enum":[
@@ -6030,7 +6053,8 @@
60306053
"GameSessionName":{"shape":"NonZeroAndMaxString"},
60316054
"PlayerLatencies":{"shape":"PlayerLatencyList"},
60326055
"DesiredPlayerSessions":{"shape":"DesiredPlayerSessionList"},
6033-
"GameSessionData":{"shape":"LargeGameSessionData"}
6056+
"GameSessionData":{"shape":"LargeGameSessionData"},
6057+
"PriorityConfigurationOverride":{"shape":"PriorityConfigurationOverride"}
60346058
}
60356059
},
60366060
"StartGameSessionPlacementOutput":{

apis/gamelift/2015-10-01/docs-2.json

+34-14
Large diffs are not rendered by default.

apis/route53/2013-04-01/api-2.json

+3
Original file line numberDiff line numberDiff line change
@@ -1567,6 +1567,7 @@
15671567
"il-central-1",
15681568
"ca-west-1",
15691569
"ap-southeast-5",
1570+
"mx-central-1",
15701571
"ap-southeast-7"
15711572
],
15721573
"max":64,
@@ -4220,6 +4221,7 @@
42204221
"il-central-1",
42214222
"ca-west-1",
42224223
"ap-southeast-5",
4224+
"mx-central-1",
42234225
"ap-southeast-7"
42244226
],
42254227
"max":64,
@@ -4844,6 +4846,7 @@
48444846
"il-central-1",
48454847
"ca-west-1",
48464848
"ap-southeast-5",
4849+
"mx-central-1",
48474850
"ap-southeast-7"
48484851
],
48494852
"max":64,

gems/aws-partitions/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.1037.0 (2025-01-14)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.1036.0 (2025-01-13)
510
------------------
611

gems/aws-partitions/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1036.0
1+
1.1037.0

0 commit comments

Comments
 (0)