Skip to content

Commit 06393aa

Browse files
author
AWS
committed
Amazon GameLift Update: Amazon GameLift releases container fleets support for public preview. Deploy Linux-based containerized game server software for hosting on Amazon GameLift.
1 parent 6d68919 commit 06393aa

File tree

3 files changed

+934
-82
lines changed

3 files changed

+934
-82
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": "Amazon GameLift releases container fleets support for public preview. Deploy Linux-based containerized game server software for hosting on Amazon GameLift."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@
101101
"limit_key": "Limit",
102102
"result_key": "ComputeList"
103103
},
104+
"ListContainerGroupDefinitions": {
105+
"input_token": "NextToken",
106+
"output_token": "NextToken",
107+
"limit_key": "Limit",
108+
"result_key": "ContainerGroupDefinitions"
109+
},
104110
"ListFleets": {
105111
"input_token": "NextToken",
106112
"output_token": "NextToken",

0 commit comments

Comments
 (0)