Skip to content

Commit 8fdb13c

Browse files
author
AWS
committed
Amazon GameLift Update: GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration.
1 parent ff6e369 commit 8fdb13c

File tree

4 files changed

+1114
-581
lines changed

4 files changed

+1114
-581
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon GameLift",
4+
"contributor": "",
5+
"description": "GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration."
6+
}

services/gamelift/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},

services/gamelift/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@
9595
"limit_key": "Limit",
9696
"result_key": "Builds"
9797
},
98+
"ListCompute": {
99+
"input_token": "NextToken",
100+
"output_token": "NextToken",
101+
"limit_key": "Limit",
102+
"result_key": "ComputeList"
103+
},
98104
"ListFleets": {
99105
"input_token": "NextToken",
100106
"output_token": "NextToken",
@@ -113,6 +119,12 @@
113119
"limit_key": "Limit",
114120
"result_key": "GameServers"
115121
},
122+
"ListLocations": {
123+
"input_token": "NextToken",
124+
"output_token": "NextToken",
125+
"limit_key": "Limit",
126+
"result_key": "Locations"
127+
},
116128
"ListScripts": {
117129
"input_token": "NextToken",
118130
"output_token": "NextToken",

0 commit comments

Comments
 (0)