Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Jan 14, 2025
1 parent 6af904f commit e079ced
Show file tree
Hide file tree
Showing 28 changed files with 606 additions and 213 deletions.
34 changes: 29 additions & 5 deletions apis/gamelift/2015-10-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,8 @@
{"shape":"InternalServiceException"},
{"shape":"InvalidRequestException"},
{"shape":"NotFoundException"},
{"shape":"UnauthorizedException"}
{"shape":"UnauthorizedException"},
{"shape":"UnsupportedRegionException"}
]
},
"StartMatchBackfill":{
Expand Down Expand Up @@ -2222,7 +2223,7 @@
"members":{
"FleetId":{"shape":"FleetId"},
"FleetArn":{"shape":"FleetArn"},
"FleetRoleArn":{"shape":"ArnStringModel"},
"FleetRoleArn":{"shape":"IamRoleArn"},
"GameServerContainerGroupDefinitionName":{"shape":"ContainerGroupDefinitionName"},
"GameServerContainerGroupDefinitionArn":{"shape":"ContainerGroupDefinitionArn"},
"PerInstanceContainerGroupDefinitionName":{"shape":"ContainerGroupDefinitionName"},
Expand Down Expand Up @@ -2521,7 +2522,7 @@
"type":"structure",
"required":["FleetRoleArn"],
"members":{
"FleetRoleArn":{"shape":"ArnStringModel"},
"FleetRoleArn":{"shape":"IamRoleArn"},
"Description":{"shape":"NonZeroAndMaxString"},
"GameServerContainerGroupDefinitionName":{"shape":"ContainerGroupDefinitionNameOrArn"},
"PerInstanceContainerGroupDefinitionName":{"shape":"ContainerGroupDefinitionNameOrArn"},
Expand Down Expand Up @@ -4536,7 +4537,8 @@
"Port":{"shape":"PortNumber"},
"PlacedPlayerSessions":{"shape":"PlacedPlayerSessionList"},
"GameSessionData":{"shape":"LargeGameSessionData"},
"MatchmakerData":{"shape":"MatchmakerData"}
"MatchmakerData":{"shape":"MatchmakerData"},
"PriorityConfigurationOverride":{"shape":"PriorityConfigurationOverride"}
}
},
"GameSessionPlacementState":{
Expand Down Expand Up @@ -5197,6 +5199,12 @@
"type":"list",
"member":{"shape":"LocationModel"}
},
"LocationOrderOverrideList":{
"type":"list",
"member":{"shape":"LocationStringModel"},
"max":10,
"min":1
},
"LocationState":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -5509,6 +5517,13 @@
"type":"list",
"member":{"shape":"PlacedPlayerSession"}
},
"PlacementFallbackStrategy":{
"type":"string",
"enum":[
"DEFAULT_AFTER_SINGLE_PASS",
"NONE"
]
},
"Player":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -5661,6 +5676,14 @@
"LocationOrder":{"shape":"LocationList"}
}
},
"PriorityConfigurationOverride":{
"type":"structure",
"required":["LocationOrder"],
"members":{
"PlacementFallbackStrategy":{"shape":"PlacementFallbackStrategy"},
"LocationOrder":{"shape":"LocationOrderOverrideList"}
}
},
"PriorityType":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -6030,7 +6053,8 @@
"GameSessionName":{"shape":"NonZeroAndMaxString"},
"PlayerLatencies":{"shape":"PlayerLatencyList"},
"DesiredPlayerSessions":{"shape":"DesiredPlayerSessionList"},
"GameSessionData":{"shape":"LargeGameSessionData"}
"GameSessionData":{"shape":"LargeGameSessionData"},
"PriorityConfigurationOverride":{"shape":"PriorityConfigurationOverride"}
}
},
"StartGameSessionPlacementOutput":{
Expand Down
48 changes: 34 additions & 14 deletions apis/gamelift/2015-10-01/docs-2.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions apis/route53/2013-04-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1567,6 +1567,7 @@
"il-central-1",
"ca-west-1",
"ap-southeast-5",
"mx-central-1",
"ap-southeast-7"
],
"max":64,
Expand Down Expand Up @@ -4220,6 +4221,7 @@
"il-central-1",
"ca-west-1",
"ap-southeast-5",
"mx-central-1",
"ap-southeast-7"
],
"max":64,
Expand Down Expand Up @@ -4844,6 +4846,7 @@
"il-central-1",
"ca-west-1",
"ap-southeast-5",
"mx-central-1",
"ap-southeast-7"
],
"max":64,
Expand Down
5 changes: 5 additions & 0 deletions gems/aws-partitions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.1037.0 (2025-01-14)
------------------

* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1036.0 (2025-01-13)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-partitions/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1036.0
1.1037.0
Loading

0 comments on commit e079ced

Please sign in to comment.