Skip to content

Commit a8df2d5

Browse files
author
AWS
committed
Amazon GameLift Update: Amazon GameLift releases container fleets support for general availability. Deploy Linux-based containerized game server software for hosting on Amazon GameLift.
1 parent e1d3c4f commit a8df2d5

File tree

3 files changed

+1465
-497
lines changed

3 files changed

+1465
-497
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 general availability. 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,30 @@
101101
"limit_key": "Limit",
102102
"result_key": "ComputeList"
103103
},
104+
"ListContainerFleets": {
105+
"input_token": "NextToken",
106+
"output_token": "NextToken",
107+
"limit_key": "Limit",
108+
"result_key": "ContainerFleets"
109+
},
110+
"ListContainerGroupDefinitionVersions": {
111+
"input_token": "NextToken",
112+
"output_token": "NextToken",
113+
"limit_key": "Limit",
114+
"result_key": "ContainerGroupDefinitions"
115+
},
104116
"ListContainerGroupDefinitions": {
105117
"input_token": "NextToken",
106118
"output_token": "NextToken",
107119
"limit_key": "Limit",
108120
"result_key": "ContainerGroupDefinitions"
109121
},
122+
"ListFleetDeployments": {
123+
"input_token": "NextToken",
124+
"output_token": "NextToken",
125+
"limit_key": "Limit",
126+
"result_key": "FleetDeployments"
127+
},
110128
"ListFleets": {
111129
"input_token": "NextToken",
112130
"output_token": "NextToken",

0 commit comments

Comments
 (0)