{ "uuid": "9c503b8d-a998-48da-8d74-baa3d8882f7c", "lastMigration": 29, "name": "Amazon GameLift", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "5a7c6e1d-ac17-4681-bed2-8505e59505c8", "documentation": "

Registers a player's acceptance or rejection of a proposed FlexMatch match. A matchmaking configuration may require player acceptance; if so, then matches built with that configuration cannot be completed unless all players accept the proposed match within a specified time limit.

When FlexMatch builds a match, all the matchmaking tickets involved in the proposed match are placed into status REQUIRES_ACCEPTANCE. This is a trigger for your game to get acceptance from all players in the ticket. Acceptances are only valid for tickets when they are in this status; all other acceptances result in an error.

To register acceptance, specify the ticket ID, a response, and one or more players. Once all players have registered acceptance, the matchmaking tickets advance to status PLACING, where a new game session is created for the match.

If any player rejects the match, or if acceptances are not received before a specified timeout, the proposed match is dropped. The matchmaking tickets are then handled in one of two ways: For tickets where one or more players rejected the match, the ticket status is returned to SEARCHING to find a new match. For tickets where one or more players failed to respond, the ticket status is set to CANCELLED, and processing is terminated. A new matchmaking request for these players can be submitted as needed.

Learn more

Add FlexMatch to a game client

FlexMatch events (reference)

Related actions

StartMatchmaking | DescribeMatchmaking | StopMatchmaking | AcceptMatch | StartMatchBackfill | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.AcceptMatch", "responses": [ { "uuid": "c41dc8e1-10ea-43a9-867f-4a9802f6a91f", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0e159224-9a28-4a43-9f34-218c5bed0e8b", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b419f930-7f47-4051-b7d5-d695fbe504b0", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "af67b27f-661a-44ab-8cc2-95b52d95980a", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9259ef1f-4c44-46b7-8678-6a7de4cd0048", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnsupportedRegionException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "41712529-f676-4eab-905b-57ebe4ea07a8", "documentation": "

This operation is used with the GameLift FleetIQ solution and game server groups.

Locates an available game server and temporarily reserves it to host gameplay and players. This operation is called from a game client or client service (such as a matchmaker) to request hosting resources for a new game session. In response, GameLift FleetIQ locates an available game server, places it in CLAIMED status for 60 seconds, and returns connection information that players can use to connect to the game server.

To claim a game server, identify a game server group. You can also specify a game server ID, although this approach bypasses GameLift FleetIQ placement optimization. Optionally, include game data to pass to the game server at the start of a game session, such as a game map or player information.

When a game server is successfully claimed, connection information is returned. A claimed game server's utilization status remains AVAILABLE while the claim status is set to CLAIMED for up to 60 seconds. This time period gives the game server time to update its status to UTILIZED (using UpdateGameServer) once players join. If the game server's status is not updated within 60 seconds, the game server reverts to unclaimed status and is available to be claimed by another request. The claim time period is a fixed value and is not configurable.

If you try to claim a specific game server, this request will fail in the following cases:

When claiming a specific game server, this request will succeed even if the game server is running on an instance in DRAINING status. To avoid this, first check the instance status by calling DescribeGameServerInstances.

Learn more

GameLift FleetIQ Guide

Related actions

RegisterGameServer | ListGameServers | ClaimGameServer | DescribeGameServer | UpdateGameServer | DeregisterGameServer | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.ClaimGameServer", "responses": [ { "uuid": "4d328a34-5b71-4687-abc0-4f5347f89384", "body": "{\n \"GameServer\": {\n \"GameServerGroupName\": \"\",\n \"GameServerGroupArn\": \"\",\n \"GameServerId\": \"\",\n \"InstanceId\": \"\",\n \"ConnectionInfo\": \"\",\n \"GameServerData\": \"\",\n \"ClaimStatus\": \"\",\n \"UtilizationStatus\": \"\",\n \"RegistrationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastClaimTime\": \"{{faker 'date.recent' 365}}\",\n \"LastHealthCheckTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "186d784a-7b1b-471d-9f41-ed3757d7566d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "070454b7-fd18-48cf-8d3e-24d909d0481a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "36eafd99-aff8-46be-8f79-eb79919a31be", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4b5f3b14-588c-4467-9a77-7b0962bf1a7f", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "OutOfCapacityException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "602225c4-c054-4041-83e4-787fe48e8fa6", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "52fd01a3-e4b7-4619-8a95-94bf75255e0a", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "902bd50c-175a-4a5c-8a5d-964c990d4754", "documentation": "

Creates an alias for a fleet. In most situations, you can use an alias ID in place of a fleet ID. An alias provides a level of abstraction for a fleet that is useful when redirecting player traffic from one fleet to another, such as when updating your game build.

Amazon GameLift supports two types of routing strategies for aliases: simple and terminal. A simple alias points to an active fleet. A terminal alias is used to display messaging or link to a URL instead of routing players to an active fleet. For example, you might use a terminal alias when a game version is no longer supported and you want to direct players to an upgrade site.

To create a fleet alias, specify an alias name, routing strategy, and optional description. Each simple alias can point to only one fleet, but a fleet can have multiple aliases. If successful, a new alias record is returned, including an alias ID and an ARN. You can reassign an alias to another fleet by calling UpdateAlias.

Related actions

CreateAlias | ListAliases | DescribeAlias | UpdateAlias | DeleteAlias | ResolveAlias | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.CreateAlias", "responses": [ { "uuid": "1686ffc7-742f-44d3-806b-9777e0fe84fa", "body": "{\n \"Alias\": {\n \"AliasId\": \"\",\n \"Name\": \"\",\n \"AliasArn\": \"\",\n \"Description\": \"\",\n \"RoutingStrategy\": {\n \"Type\": \"\",\n \"FleetId\": \"\",\n \"Message\": \"\"\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "905b1247-7863-4fab-8f07-679a302a28bc", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f95a1e9f-7d53-432b-8b99-d480e869b6f0", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6b82c29b-b1f4-40e9-b244-a6509fb377d8", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3d1e1265-977f-4665-99d8-10e9e237b3ad", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "747e0226-faff-41db-845e-7dd42301d03c", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d35e5e23-766f-4fe9-a8d2-72b2e156b24d", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "TaggingFailedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5c511bb6-624c-412e-916b-c1e643905839", "documentation": "

Creates a new Amazon GameLift build resource for your game server binary files. Game server binaries must be combined into a zip file for use with Amazon GameLift.

When setting up a new game build for GameLift, we recommend using the AWS CLI command upload-build . This helper command combines two tasks: (1) it uploads your build files from a file directory to a GameLift Amazon S3 location, and (2) it creates a new build resource.

The CreateBuild operation can used in the following scenarios:

If successful, this operation creates a new build resource with a unique build ID and places it in INITIALIZED status. A build must be in READY status before you can create fleets with it.

Learn more

Uploading Your Game

Create a Build with Files in Amazon S3

Related actions

CreateBuild | ListBuilds | DescribeBuild | UpdateBuild | DeleteBuild | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.CreateBuild", "responses": [ { "uuid": "a7239e2b-c05c-4548-abf1-a3d6be1e72de", "body": "{\n \"Build\": {\n \"BuildId\": \"\",\n \"BuildArn\": \"\",\n \"Name\": \"\",\n \"Version\": \"\",\n \"Status\": \"\",\n \"SizeOnDisk\": {{faker 'number.int' max=99999}},\n \"OperatingSystem\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\"\n },\n \"UploadCredentials\": {\n \"AccessKeyId\": \"\",\n \"SecretAccessKey\": \"\",\n \"SessionToken\": \"\"\n },\n \"StorageLocation\": {\n \"Bucket\": \"\",\n \"Key\": \"\",\n \"RoleArn\": \"\",\n \"ObjectVersion\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f358387a-34a6-43fb-9f75-8b4c29895c6a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f044189f-4f33-40e6-8249-eaf4d34c8553", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "26b89522-8f74-4949-a036-3d5c73107223", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f589e773-1481-4139-a463-9fb0f017dd76", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "TaggingFailedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bea97185-03c5-486f-b024-065d166a4549", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0412d6a4-e7fa-4af7-b4aa-94754a43dc89", "documentation": "

Creates a fleet of Amazon Elastic Compute Cloud (Amazon EC2) instances to host your custom game server or Realtime Servers. Use this operation to configure the computing resources for your fleet and provide instructions for running game servers on each instance.

Most GameLift fleets can deploy instances to multiple locations, including the home Region (where the fleet is created) and an optional set of remote locations. Fleets that are created in the following AWS Regions support multiple locations: us-east-1 (N. Virginia), us-west-2 (Oregon), eu-central-1 (Frankfurt), eu-west-1 (Ireland), ap-southeast-2 (Sydney), ap-northeast-1 (Tokyo), and ap-northeast-2 (Seoul). Fleets that are created in other GameLift Regions can deploy instances in the fleet's home Region only. All fleet instances use the same configuration regardless of location; however, you can adjust capacity settings and turn auto-scaling on/off for each location.

To create a fleet, choose the hardware for your instances, specify a game server build or Realtime script to deploy, and provide a runtime configuration to direct GameLift how to start and run game servers on each instance in the fleet. Set permissions for inbound traffic to your game servers, and enable optional features as needed. When creating a multi-location fleet, provide a list of additional remote locations.

If successful, this operation creates a new Fleet resource and places it in NEW status, which prompts GameLift to initiate the fleet creation workflow. You can track fleet creation by checking fleet status using DescribeFleetAttributes and DescribeFleetLocationAttributes/, or by monitoring fleet creation events using DescribeFleetEvents. As soon as the fleet status changes to ACTIVE, you can enable automatic scaling for the fleet with PutScalingPolicy and set capacity for the home Region with UpdateFleetCapacity. When the status of each remote location reaches ACTIVE, you can set capacity by location using UpdateFleetCapacity.

Learn more

Setting up fleets

Debug fleet creation issues

Multi-location fleets

Related actions

CreateFleet | UpdateFleetCapacity | PutScalingPolicy | DescribeEC2InstanceLimits | DescribeFleetAttributes | DescribeFleetLocationAttributes | UpdateFleetAttributes | StopFleetActions | DeleteFleet | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.CreateFleet", "responses": [ { "uuid": "aba941a5-372c-409e-953e-c179d3121843", "body": "{\n \"FleetAttributes\": {\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"FleetType\": \"\",\n \"InstanceType\": \"\",\n \"Description\": \"\",\n \"Name\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TerminationTime\": \"{{faker 'date.recent' 365}}\",\n \"Status\": \"\",\n \"BuildId\": \"\",\n \"BuildArn\": \"\",\n \"ScriptId\": \"\",\n \"ScriptArn\": \"\",\n \"ServerLaunchPath\": \"\",\n \"ServerLaunchParameters\": \"\",\n \"LogPaths\": [\n \"\"\n ],\n \"NewGameSessionProtectionPolicy\": \"\",\n \"OperatingSystem\": \"\",\n \"ResourceCreationLimitPolicy\": {\n \"NewGameSessionsPerCreator\": {{faker 'number.int' max=99999}},\n \"PolicyPeriodInMinutes\": {{faker 'number.int' max=99999}}\n },\n \"MetricGroups\": [\n \"\"\n ],\n \"StoppedActions\": [\n \"{{oneOf (array 'AUTO_SCALING')}}\"\n ],\n \"InstanceRoleArn\": \"\",\n \"CertificateConfiguration\": {\n \"CertificateType\": \"\"\n }\n },\n \"LocationStates\": [\n {\n \"Location\": \"\",\n \"Status\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ea95a59e-457d-4c2e-bbb9-fd8545b15223", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "939a82db-1a6e-4bfe-99b1-c5075b9d1ca8", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "237b0f99-00ad-405f-89cf-4a88b95ad0c2", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2f2e1857-58d7-4706-aed6-4d259dbfb432", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3d9203de-4cb1-4743-9969-e2bd340d3b0a", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7b78739d-6f2a-410c-94fa-7754515d098f", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "82b7827b-f021-4f61-8cd3-abb48932d4c5", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "TaggingFailedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b647fb06-3a4b-4a69-8258-0d007c557236", "documentation": "

Adds remote locations to a fleet and begins populating the new locations with EC2 instances. The new instances conform to the fleet's instance type, auto-scaling, and other configuration settings.

This operation cannot be used with fleets that don't support remote locations. Fleets can have multiple locations only if they reside in AWS Regions that support this feature (see CreateFleet for the complete list) and were created after the feature was released in March 2021.

To add fleet locations, specify the fleet to be updated and provide a list of one or more locations.

If successful, this operation returns the list of added locations with their status set to NEW. GameLift initiates the process of starting an instance in each added location. You can track the status of each new location by monitoring location creation events using DescribeFleetEvents. Alternatively, you can poll location status by calling DescribeFleetLocationAttributes. After a location status becomes ACTIVE, you can adjust the location's capacity as needed with UpdateFleetCapacity.

Learn more

Setting up fleets

Multi-location fleets

Related actions

CreateFleetLocations | DescribeFleetLocationAttributes | DescribeFleetLocationCapacity | DescribeFleetLocationUtilization | DescribeFleetAttributes | DescribeFleetCapacity | DescribeFleetUtilization | UpdateFleetCapacity | StopFleetActions | DeleteFleetLocations | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.CreateFleetLocations", "responses": [ { "uuid": "3ff924b3-baf3-49a9-8c2b-0bca86327c95", "body": "{\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"LocationStates\": [\n {\n \"Location\": \"\",\n \"Status\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d26fedf9-8fdf-4f11-89e9-10e144bd7fc2", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6204b41c-f59d-435d-9c50-010e263404d4", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1d2d28ff-9204-4458-8f9e-f94ac631c35c", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d0416c0c-73c0-466c-8c22-04fa428a8a0f", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6a07a6fc-d013-430a-9950-f93509076d39", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidFleetStatusException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bfb16d10-8341-4cf8-9dfe-31bf56ec6386", "documentation": "

This operation is used with the GameLift FleetIQ solution and game server groups.

Creates a GameLift FleetIQ game server group for managing game hosting on a collection of Amazon EC2 instances for game hosting. This operation creates the game server group, creates an Auto Scaling group in your AWS account, and establishes a link between the two groups. You can view the status of your game server groups in the GameLift console. Game server group metrics and events are emitted to Amazon CloudWatch.

Before creating a new game server group, you must have the following:

To create a new game server group, specify a unique group name, IAM role and Amazon EC2 launch template, and provide a list of instance types that can be used in the group. You must also set initial maximum and minimum limits on the group's instance count. You can optionally set an Auto Scaling policy with target tracking based on a GameLift FleetIQ metric.

Once the game server group and corresponding Auto Scaling group are created, you have full access to change the Auto Scaling group's configuration as needed. Several properties that are set when creating a game server group, including maximum/minimum size and auto-scaling policy settings, must be updated directly in the Auto Scaling group. Keep in mind that some Auto Scaling group properties are periodically updated by GameLift FleetIQ as part of its balancing activities to optimize for availability and cost.

Learn more

GameLift FleetIQ Guide

Related actions

CreateGameServerGroup | ListGameServerGroups | DescribeGameServerGroup | UpdateGameServerGroup | DeleteGameServerGroup | ResumeGameServerGroup | SuspendGameServerGroup | DescribeGameServerInstances | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.CreateGameServerGroup", "responses": [ { "uuid": "ba63a022-c4ea-4f98-a55d-5e72768e9acd", "body": "{\n \"GameServerGroup\": {\n \"GameServerGroupName\": \"\",\n \"GameServerGroupArn\": \"\",\n \"RoleArn\": \"\",\n \"InstanceDefinitions\": [\n {\n \"InstanceType\": \"\",\n \"WeightedCapacity\": \"\"\n }\n ],\n \"BalancingStrategy\": \"\",\n \"GameServerProtectionPolicy\": \"\",\n \"AutoScalingGroupArn\": \"\",\n \"Status\": \"\",\n \"StatusReason\": \"\",\n \"SuspendedActions\": [\n \"{{oneOf (array 'REPLACE_INSTANCE_TYPES')}}\"\n ],\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9a16a883-56f1-4a47-b943-20a70d3b48a6", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3697eb74-ae12-47bf-8ad0-3bbd00315e4f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a7d963ea-a911-4c07-ada7-2da2cb525c7e", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "16e927a5-02c7-4dd6-90f3-0262e7963e89", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5eaa920e-9400-40f6-8cad-25f07176d9ac", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "98056e2c-2289-4815-ab9b-e41cfa1d93c7", "documentation": "

Creates a multiplayer game session for players in a specific fleet location. This operation prompts an available server process to start a game session and retrieves connection information for the new game session. As an alternative, consider using the GameLift game session placement feature with

with StartGameSessionPlacement, which uses FleetIQ algorithms and queues to optimize the placement process.

When creating a game session, you specify exactly where you want to place it and provide a set of game session configuration settings. The fleet must be in ACTIVE status before a game session can be created in it.

This operation can be used in the following ways:

If successful, a workflow is initiated to start a new game session. A GameSession object is returned containing the game session configuration and status. When the status is ACTIVE, game session connection information is provided and player sessions can be created for the game session. By default, newly created game sessions are open to new players. You can restrict new player access by using UpdateGameSession to change the game session's player session creation policy.

Game session logs are retained for all active game sessions for 14 days. To access the logs, call GetGameSessionLogUrl to download the log files.

Available in GameLift Local.

Learn more

Start a game session

Related actions

CreateGameSession | DescribeGameSessions | DescribeGameSessionDetails | SearchGameSessions | UpdateGameSession | GetGameSessionLogUrl | StartGameSessionPlacement | DescribeGameSessionPlacement | StopGameSessionPlacement | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.CreateGameSession", "responses": [ { "uuid": "f8ac27b0-a9a5-4700-8fc8-17eee3289cab", "body": "{\n \"GameSession\": {\n \"GameSessionId\": \"\",\n \"Name\": \"\",\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TerminationTime\": \"{{faker 'date.recent' 365}}\",\n \"CurrentPlayerSessionCount\": {{faker 'number.int' max=99999}},\n \"MaximumPlayerSessionCount\": {{faker 'number.int' max=99999}},\n \"Status\": \"\",\n \"StatusReason\": \"\",\n \"GameProperties\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"IpAddress\": \"\",\n \"DnsName\": \"\",\n \"Port\": {{faker 'number.int' max=99999}},\n \"PlayerSessionCreationPolicy\": \"\",\n \"CreatorId\": \"\",\n \"GameSessionData\": \"\",\n \"MatchmakerData\": \"\",\n \"Location\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c9501cfc-b575-4ad0-9a25-1c23fc3d1d47", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "161d038f-d383-421b-80ed-68803715985e", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1ec3f82d-0cdd-45e3-acb2-bce20499fa47", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6bb43805-aca0-4096-b22a-2650708a9d9c", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidFleetStatusException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "96590962-30b3-4965-8003-92fe081a7915", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "TerminalRoutingStrategyException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b57d9a8b-5153-4c11-aa01-faa57e086a5f", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ed165eef-1d65-43aa-91df-92b098be335b", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e080aeac-597c-469d-9efd-f010efc8df62", "body": "\"\"", "latency": 0, "statusCode": 487, "label": "FleetCapacityExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5b5c8580-0690-4855-a64e-500e747ee753", "body": "\"\"", "latency": 0, "statusCode": 488, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "88bf857e-b889-4993-9f66-26c673e771b4", "body": "\"\"", "latency": 0, "statusCode": 489, "label": "IdempotentParameterMismatchException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9e3c9d77-590d-4324-9c12-301022a85627", "documentation": "

Creates a placement queue that processes requests for new game sessions. A queue uses FleetIQ algorithms to determine the best placement locations and find an available game server there, then prompts the game server process to start a new game session.

A game session queue is configured with a set of destinations (GameLift fleets or aliases), which determine the locations where the queue can place new game sessions. These destinations can span multiple fleet types (Spot and On-Demand), instance types, and AWS Regions. If the queue includes multi-location fleets, the queue is able to place game sessions in all of a fleet's remote locations. You can opt to filter out individual locations if needed.

The queue configuration also determines how FleetIQ selects the best available placement for a new game session. Before searching for an available game server, FleetIQ first prioritizes the queue's destinations and locations, with the best placement locations on top. You can set up the queue to use the FleetIQ default prioritization or provide an alternate set of priorities.

To create a new queue, provide a name, timeout value, and a list of destinations. Optionally, specify a sort configuration and/or a filter, and define a set of latency cap policies. You can also include the ARN for an Amazon Simple Notification Service (SNS) topic to receive notifications of game session placement activity. Notifications using SNS or CloudWatch events is the preferred way to track placement activity.

If successful, a new GameSessionQueue object is returned with an assigned queue ARN. New game session requests, which are submitted to the queue with StartGameSessionPlacement or StartMatchmaking, reference a queue's name or ARN.

Learn more

Design a game session queue

Create a game session queue

Related actions

CreateGameSessionQueue | DescribeGameSessionQueues | UpdateGameSessionQueue | DeleteGameSessionQueue | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.CreateGameSessionQueue", "responses": [ { "uuid": "14b99833-f6e8-4284-9f27-18f23da341bc", "body": "{\n \"GameSessionQueue\": {\n \"Name\": \"\",\n \"GameSessionQueueArn\": \"\",\n \"TimeoutInSeconds\": {{faker 'number.int' max=99999}},\n \"PlayerLatencyPolicies\": [\n {\n \"MaximumIndividualPlayerLatencyMilliseconds\": {{faker 'number.int' max=99999}},\n \"PolicyDurationSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Destinations\": [\n {\n \"DestinationArn\": \"\"\n }\n ],\n \"FilterConfiguration\": {\n \"AllowedLocations\": [\n \"\"\n ]\n },\n \"PriorityConfiguration\": {\n \"PriorityOrder\": [\n \"{{oneOf (array 'LATENCY' 'COST' 'DESTINATION' 'LOCATION')}}\"\n ],\n \"LocationOrder\": [\n \"\"\n ]\n },\n \"CustomEventData\": \"\",\n \"NotificationTarget\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ed887bde-c8fd-44be-8b64-a9285442a625", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "40e721fe-3f0a-48ee-8485-5a20c514fcf9", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3f92f438-2c89-446b-abab-2aa030116247", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aa0cc08f-7e9c-4043-b564-64d50f2ddb60", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d29d964a-c35a-4b66-89a3-32a9a6f41246", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9da99155-4349-454f-acb2-a4dfd3e99e21", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "TaggingFailedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c7e4ff7e-6905-42d7-8e37-c954b15c0ada", "documentation": "

Defines a new matchmaking configuration for use with FlexMatch. Whether your are using FlexMatch with GameLift hosting or as a standalone matchmaking service, the matchmaking configuration sets out rules for matching players and forming teams. If you're also using GameLift hosting, it defines how to start game sessions for each match. Your matchmaking system can use multiple configurations to handle different game scenarios. All matchmaking requests (StartMatchmaking or StartMatchBackfill) identify the matchmaking configuration to use and provide player attributes consistent with that configuration.

To create a matchmaking configuration, you must provide the following: configuration name and FlexMatch mode (with or without GameLift hosting); a rule set that specifies how to evaluate players and find acceptable matches; whether player acceptance is required; and the maximum time allowed for a matchmaking attempt. When using FlexMatch with GameLift hosting, you also need to identify the game session queue to use when starting a game session for the match.

In addition, you must set up an Amazon Simple Notification Service (SNS) topic to receive matchmaking notifications. Provide the topic ARN in the matchmaking configuration. An alternative method, continuously polling ticket status with DescribeMatchmaking, is only suitable for games in development with low matchmaking usage.

Learn more

Design a FlexMatch matchmaker

Set up FlexMatch event notification

Related actions

CreateMatchmakingConfiguration | DescribeMatchmakingConfigurations | UpdateMatchmakingConfiguration | DeleteMatchmakingConfiguration | CreateMatchmakingRuleSet | DescribeMatchmakingRuleSets | ValidateMatchmakingRuleSet | DeleteMatchmakingRuleSet | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.CreateMatchmakingConfiguration", "responses": [ { "uuid": "0027936a-e451-4fcf-bb94-53623fd1539e", "body": "{\n \"Configuration\": {\n \"Name\": \"\",\n \"ConfigurationArn\": \"\",\n \"Description\": \"\",\n \"GameSessionQueueArns\": [\n \"\"\n ],\n \"RequestTimeoutSeconds\": {{faker 'number.int' max=99999}},\n \"AcceptanceTimeoutSeconds\": {{faker 'number.int' max=99999}},\n \"AcceptanceRequired\": {{faker 'datatype.boolean'}},\n \"RuleSetName\": \"\",\n \"RuleSetArn\": \"\",\n \"NotificationTarget\": \"\",\n \"AdditionalPlayerCount\": {{faker 'number.int' max=99999}},\n \"CustomEventData\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"GameProperties\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"GameSessionData\": \"\",\n \"BackfillMode\": \"\",\n \"FlexMatchMode\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6722363b-1713-410d-91c0-0aa24ba51cf8", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f9c82030-b738-4f2e-9b6c-6ee719d95b09", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1ef3f122-ee98-48e8-9170-23a7ce19cf04", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "debcee34-1453-452e-985d-429c259497c4", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5f0b8665-4b91-4d19-a4f8-f819d8c538ff", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "UnsupportedRegionException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "37623c57-7a61-406a-911a-bf18f20cfe62", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "TaggingFailedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2c90194c-45c2-44e7-941f-ee809981b96c", "documentation": "

Creates a new rule set for FlexMatch matchmaking. A rule set describes the type of match to create, such as the number and size of teams. It also sets the parameters for acceptable player matches, such as minimum skill level or character type. A rule set is used by a MatchmakingConfiguration.

To create a matchmaking rule set, provide unique rule set name and the rule set body in JSON format. Rule sets must be defined in the same Region as the matchmaking configuration they are used with.

Since matchmaking rule sets cannot be edited, it is a good idea to check the rule set syntax using ValidateMatchmakingRuleSet before creating a new rule set.

Learn more

Related actions

CreateMatchmakingConfiguration | DescribeMatchmakingConfigurations | UpdateMatchmakingConfiguration | DeleteMatchmakingConfiguration | CreateMatchmakingRuleSet | DescribeMatchmakingRuleSets | ValidateMatchmakingRuleSet | DeleteMatchmakingRuleSet | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.CreateMatchmakingRuleSet", "responses": [ { "uuid": "418d8ed9-9539-43a9-a78b-f87d898a619d", "body": "{\n \"RuleSet\": {\n \"RuleSetName\": \"\",\n \"RuleSetArn\": \"\",\n \"RuleSetBody\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "32d0c7d7-c89a-4f5a-923e-534ec8c39271", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "95450e0e-572f-440f-9779-cb1e16c24328", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5b1add60-7874-40a2-84f3-d4db8f6435ae", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnsupportedRegionException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "462477b4-21ea-4bf9-8822-13877c6be9b9", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "TaggingFailedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1349e30d-cdbf-48d0-a48d-e86280ec7b4c", "documentation": "

Reserves an open player slot in a game session for a player. New player sessions can be created in any game session with an open slot that is in ACTIVE status and has a player creation policy of ACCEPT_ALL. You can add a group of players to a game session with CreatePlayerSessions.

To create a player session, specify a game session ID, player ID, and optionally a set of player data.

If successful, a slot is reserved in the game session for the player and a new PlayerSession object is returned with a player session ID. The player references the player session ID when sending a connection request to the game session, and the game server can use it to validate the player reservation with the GameLift service. Player sessions cannot be updated.

Available in Amazon GameLift Local.

Related actions

CreatePlayerSession | CreatePlayerSessions | DescribePlayerSessions | StartGameSessionPlacement | DescribeGameSessionPlacement | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.CreatePlayerSession", "responses": [ { "uuid": "0fbf8d5a-1444-425c-9d0f-ac1b6475d606", "body": "{\n \"PlayerSession\": {\n \"PlayerSessionId\": \"\",\n \"PlayerId\": \"\",\n \"GameSessionId\": \"\",\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TerminationTime\": \"{{faker 'date.recent' 365}}\",\n \"Status\": \"\",\n \"IpAddress\": \"\",\n \"DnsName\": \"\",\n \"Port\": {{faker 'number.int' max=99999}},\n \"PlayerData\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "063afba2-ada0-4330-83d8-9d037be6a6fa", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "088f5c6b-408b-48b1-ab41-f3fbbfa299fe", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "09a1f987-a30b-480e-8425-5e20977affa4", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidGameSessionStatusException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "90de7233-a406-4f28-a5db-1c2aba4eb97d", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "GameSessionFullException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6318055f-facf-4559-9814-d5a7f3946d97", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "TerminalRoutingStrategyException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2add1c1d-0d59-443e-8580-a88b8fed2939", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "298e9616-a124-4e13-9b13-d7dcc22f7a4f", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a40c38a-160c-4990-906a-aa565a6e46a1", "documentation": "

Reserves open slots in a game session for a group of players. New player sessions can be created in any game session with an open slot that is in ACTIVE status and has a player creation policy of ACCEPT_ALL. To add a single player to a game session, use CreatePlayerSession.

To create player sessions, specify a game session ID and a list of player IDs. Optionally, provide a set of player data for each player ID.

If successful, a slot is reserved in the game session for each player, and new PlayerSession objects are returned with player session IDs. Each player references their player session ID when sending a connection request to the game session, and the game server can use it to validate the player reservation with the GameLift service. Player sessions cannot be updated.

Available in Amazon GameLift Local.

Related actions

CreatePlayerSession | CreatePlayerSessions | DescribePlayerSessions | StartGameSessionPlacement | DescribeGameSessionPlacement | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.CreatePlayerSessions", "responses": [ { "uuid": "b8a532b9-65d9-43cc-a64b-3b259445f05c", "body": "{\n \"PlayerSessions\": [\n {\n \"PlayerSessionId\": \"\",\n \"PlayerId\": \"\",\n \"GameSessionId\": \"\",\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TerminationTime\": \"{{faker 'date.recent' 365}}\",\n \"Status\": \"\",\n \"IpAddress\": \"\",\n \"DnsName\": \"\",\n \"Port\": {{faker 'number.int' max=99999}},\n \"PlayerData\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2fe62d6f-8038-4c5c-90e0-dd3644d7c87f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f5d3f2ff-2491-4948-b63b-1d6970ea466c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "14d31b7c-9467-4afc-9612-de319b490c2a", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidGameSessionStatusException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "050bad0a-adb1-4aa2-b134-24e58af6abdf", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "GameSessionFullException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bed6362d-ee27-4fc4-913c-d9e076a719db", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "TerminalRoutingStrategyException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7f5e0d80-bf43-4962-88f4-d66c16264dab", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7787e972-5b55-46bc-83d1-98c6b600adec", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ac6abc4d-a92f-4f88-940e-eb50bdb88dc9", "documentation": "

Creates a new script record for your Realtime Servers script. Realtime scripts are JavaScript that provide configuration settings and optional custom game logic for your game. The script is deployed when you create a Realtime Servers fleet to host your game sessions. Script logic is executed during an active game session.

To create a new script record, specify a script name and provide the script file(s). The script files and all dependencies must be zipped into a single file. You can pull the zip file from either of these locations:

If the call is successful, a new script record is created with a unique script ID. If the script file is provided as a local file, the file is uploaded to an Amazon GameLift-owned S3 bucket and the script record's storage location reflects this location. If the script file is provided as an S3 bucket, Amazon GameLift accesses the file at this storage location as needed for deployment.

Learn more

Amazon GameLift Realtime Servers

Set Up a Role for Amazon GameLift Access

Related actions

CreateScript | ListScripts | DescribeScript | UpdateScript | DeleteScript | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.CreateScript", "responses": [ { "uuid": "de8a6979-4cf0-4815-93a8-fd5e19455a24", "body": "{\n \"Script\": {\n \"ScriptId\": \"\",\n \"ScriptArn\": \"\",\n \"Name\": \"\",\n \"Version\": \"\",\n \"SizeOnDisk\": {{faker 'number.int' max=99999}},\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"StorageLocation\": {\n \"Bucket\": \"\",\n \"Key\": \"\",\n \"RoleArn\": \"\",\n \"ObjectVersion\": \"\"\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "392ca6fa-9fc0-46b2-9afb-47008d0bcd5d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ec51fa10-584e-4b63-bf08-677bb464fd72", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "820d4b47-8037-47f2-a0fb-9ef847a15211", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d6fdd1bd-f416-4007-b2e9-1a2f9e4be302", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "TaggingFailedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aeb2d2af-0361-4015-89d5-553a1ee219aa", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f9f1ea21-d3ea-42d1-8904-99b3e07a7e62", "documentation": "

Requests authorization to create or delete a peer connection between the VPC for your Amazon GameLift fleet and a virtual private cloud (VPC) in your AWS account. VPC peering enables the game servers on your fleet to communicate directly with other AWS resources. Once you've received authorization, call CreateVpcPeeringConnection to establish the peering connection. For more information, see VPC Peering with Amazon GameLift Fleets.

You can peer with VPCs that are owned by any AWS account you have access to, including the account that you use to manage your Amazon GameLift fleets. You cannot peer with VPCs that are in different Regions.

To request authorization to create a connection, call this operation from the AWS account with the VPC that you want to peer to your Amazon GameLift fleet. For example, to enable your game servers to retrieve data from a DynamoDB table, use the account that manages that DynamoDB resource. Identify the following values: (1) The ID of the VPC that you want to peer with, and (2) the ID of the AWS account that you use to manage Amazon GameLift. If successful, VPC peering is authorized for the specified VPC.

To request authorization to delete a connection, call this operation from the AWS account with the VPC that is peered with your Amazon GameLift fleet. Identify the following values: (1) VPC ID that you want to delete the peering connection for, and (2) ID of the AWS account that you use to manage Amazon GameLift.

The authorization remains valid for 24 hours unless it is canceled by a call to DeleteVpcPeeringAuthorization. You must create or delete the peering connection while the authorization is valid.

Related actions

CreateVpcPeeringAuthorization | DescribeVpcPeeringAuthorizations | DeleteVpcPeeringAuthorization | CreateVpcPeeringConnection | DescribeVpcPeeringConnections | DeleteVpcPeeringConnection | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.CreateVpcPeeringAuthorization", "responses": [ { "uuid": "a3370119-0dc7-4487-9dc1-5e2b755649a5", "body": "{\n \"VpcPeeringAuthorization\": {\n \"GameLiftAwsAccountId\": \"\",\n \"PeerVpcAwsAccountId\": \"\",\n \"PeerVpcId\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"ExpirationTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "af0fe596-f086-4e6a-95ae-f774239c0a67", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "75992a7d-08b9-4f30-83b7-cd816f831f7f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b4193810-72dd-4757-8ee5-f079855e5d3f", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "895fc391-c50e-4e45-927b-fe1d26303244", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "145ed3c3-1e83-4307-82ef-71f6dff3bcc9", "documentation": "

Establishes a VPC peering connection between a virtual private cloud (VPC) in an AWS account with the VPC for your Amazon GameLift fleet. VPC peering enables the game servers on your fleet to communicate directly with other AWS resources. You can peer with VPCs in any AWS account that you have access to, including the account that you use to manage your Amazon GameLift fleets. You cannot peer with VPCs that are in different Regions. For more information, see VPC Peering with Amazon GameLift Fleets.

Before calling this operation to establish the peering connection, you first need to call CreateVpcPeeringAuthorization and identify the VPC you want to peer with. Once the authorization for the specified VPC is issued, you have 24 hours to establish the connection. These two operations handle all tasks necessary to peer the two VPCs, including acceptance, updating routing tables, etc.

To establish the connection, call this operation from the AWS account that is used to manage the Amazon GameLift fleets. Identify the following values: (1) The ID of the fleet you want to be enable a VPC peering connection for; (2) The AWS account with the VPC that you want to peer with; and (3) The ID of the VPC you want to peer with. This operation is asynchronous. If successful, a VpcPeeringConnection request is created. You can use continuous polling to track the request's status using DescribeVpcPeeringConnections, or by monitoring fleet events for success or failure using DescribeFleetEvents.

Related actions

CreateVpcPeeringAuthorization | DescribeVpcPeeringAuthorizations | DeleteVpcPeeringAuthorization | CreateVpcPeeringConnection | DescribeVpcPeeringConnections | DeleteVpcPeeringConnection | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.CreateVpcPeeringConnection", "responses": [ { "uuid": "9bb8c628-a3f8-4d28-b638-e1ea677f6358", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e8a5e304-c79f-4269-9fc6-88fd26fdd44a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b316886e-819d-44c0-aced-253e34c47bfe", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ca3e4e9d-3669-4e38-8032-8255ecaaa314", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "478891d5-98c7-4457-a137-a096d2e01148", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dc98b2fc-aa2d-4868-8c5b-4b2bd94d6cc1", "documentation": "

Deletes an alias. This operation removes all record of the alias. Game clients attempting to access a server process using the deleted alias receive an error. To delete an alias, specify the alias ID to be deleted.

Related actions

CreateAlias | ListAliases | DescribeAlias | UpdateAlias | DeleteAlias | ResolveAlias | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DeleteAlias", "responses": [ { "uuid": "738494fb-aafc-4408-a0c5-d0ed18962f5d", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e563a9ad-4aba-4d15-89a8-b41627cf1fc9", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "871ad780-a1a4-48e5-a914-53bedb72cd34", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "25f4ebd9-14ec-4425-ba4d-5fe2834d84a0", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d69bd4e8-f0be-4ad0-b283-07dcb93f1dea", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "TaggingFailedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1a9b3957-5154-4539-85df-e0c133c3473c", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4a88dfbe-27dc-4a20-b026-1950c3fafd8b", "documentation": "

Deletes a build. This operation permanently deletes the build resource and any uploaded build files. Deleting a build does not affect the status of any active fleets using the build, but you can no longer create new fleets with the deleted build.

To delete a build, specify the build ID.

Learn more

Upload a Custom Server Build

Related actions

CreateBuild | ListBuilds | DescribeBuild | UpdateBuild | DeleteBuild | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DeleteBuild", "responses": [ { "uuid": "0d004653-542d-4c01-9f22-88fd14feff69", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "50febf08-edee-43bc-96db-26381b3c8942", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "81da02d4-cf2b-4637-bebf-453c35900efa", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6190cbec-57df-4254-a7e8-2e502ef20c0c", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8d2663bb-4327-45e6-932d-ca7bfe90a85d", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "TaggingFailedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7bc20fa2-a377-46de-8a33-7fa06a806a64", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3190e77e-214e-480a-b49e-cdbd85dc3234", "documentation": "

Deletes all resources and information related a fleet. Any current fleet instances, including those in remote locations, are shut down. You don't need to call DeleteFleetLocations separately.

If the fleet being deleted has a VPC peering connection, you first need to get a valid authorization (good for 24 hours) by calling CreateVpcPeeringAuthorization. You do not need to explicitly delete the VPC peering connection--this is done as part of the delete fleet process.

To delete a fleet, specify the fleet ID to be terminated. During the deletion process the fleet status is changed to DELETING. When completed, the status switches to TERMINATED and the fleet event FLEET_DELETED is sent.

Learn more

Setting up GameLift Fleets

Related actions

CreateFleetLocations | UpdateFleetAttributes | UpdateFleetCapacity | UpdateFleetPortSettings | UpdateRuntimeConfiguration | StopFleetActions | StartFleetActions | PutScalingPolicy | DeleteFleet | DeleteFleetLocations | DeleteScalingPolicy | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DeleteFleet", "responses": [ { "uuid": "46f466ec-dcd6-46fc-bfea-3107c5f6c297", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7700f5de-a861-4c2d-a46e-c54767d469e1", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8923ae4c-5cfa-4610-8754-d71b56b61f70", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9b5a024d-3893-4d3f-8f76-baca365b71c9", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidFleetStatusException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6fe2f197-d948-4763-80a2-837e5192327d", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "680ff049-2d5e-4631-9dbf-a54b0c1e8b0b", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d5007adb-c291-43ab-90d0-83e493428438", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "TaggingFailedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "14b043af-1de3-436a-a5ff-8b634670bbef", "documentation": "

Removes locations from a multi-location fleet. When deleting a location, all game server process and all instances that are still active in the location are shut down.

To delete fleet locations, identify the fleet ID and provide a list of the locations to be deleted.

If successful, GameLift sets the location status to DELETING, and begins to shut down existing server processes and terminate instances in each location being deleted. When completed, the location status changes to TERMINATED.

Learn more

Setting up GameLift fleets

Related actions

CreateFleetLocations | DescribeFleetLocationAttributes | DescribeFleetLocationCapacity | DescribeFleetLocationUtilization | DescribeFleetAttributes | DescribeFleetCapacity | DescribeFleetUtilization | UpdateFleetCapacity | StopFleetActions | DeleteFleetLocations | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DeleteFleetLocations", "responses": [ { "uuid": "dd3acedb-4e17-4b08-b3e1-40439182b527", "body": "{\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"LocationStates\": [\n {\n \"Location\": \"\",\n \"Status\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2afa5930-d2e1-4b4d-8daf-0971f61c6a42", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5b909795-15e1-4bd1-89d9-f449cd370393", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2e65c847-92b4-40d0-b9a5-f361ec59c5a8", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "978dccff-6ee5-47b1-ae8f-daa10d666204", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "be5b4def-e7b4-4598-85c8-0338c72e6d72", "documentation": "

This operation is used with the GameLift FleetIQ solution and game server groups.

Terminates a game server group and permanently deletes the game server group record. You have several options for how these resources are impacted when deleting the game server group. Depending on the type of delete operation selected, this operation might affect these resources:

To delete a game server group, identify the game server group to delete and specify the type of delete operation to initiate. Game server groups can only be deleted if they are in ACTIVE or ERROR status.

If the delete request is successful, a series of operations are kicked off. The game server group status is changed to DELETE_SCHEDULED, which prevents new game servers from being registered and stops automatic scaling activity. Once all game servers in the game server group are deregistered, GameLift FleetIQ can begin deleting resources. If any of the delete operations fail, the game server group is placed in ERROR status.

GameLift FleetIQ emits delete events to Amazon CloudWatch.

Learn more

GameLift FleetIQ Guide

Related actions

CreateGameServerGroup | ListGameServerGroups | DescribeGameServerGroup | UpdateGameServerGroup | DeleteGameServerGroup | ResumeGameServerGroup | SuspendGameServerGroup | DescribeGameServerInstances | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DeleteGameServerGroup", "responses": [ { "uuid": "171e7dc0-d211-46d8-9484-0c69e5357684", "body": "{\n \"GameServerGroup\": {\n \"GameServerGroupName\": \"\",\n \"GameServerGroupArn\": \"\",\n \"RoleArn\": \"\",\n \"InstanceDefinitions\": [\n {\n \"InstanceType\": \"\",\n \"WeightedCapacity\": \"\"\n }\n ],\n \"BalancingStrategy\": \"\",\n \"GameServerProtectionPolicy\": \"\",\n \"AutoScalingGroupArn\": \"\",\n \"Status\": \"\",\n \"StatusReason\": \"\",\n \"SuspendedActions\": [\n \"{{oneOf (array 'REPLACE_INSTANCE_TYPES')}}\"\n ],\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2d1f6167-6280-4cb7-8a86-2fd7b7bfb09c", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "df0b24b8-ca8b-4886-a82b-ea4614563379", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "131e44ad-a853-4602-9de2-37cb3ad3cf48", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1e528620-2ada-4080-9bd5-425779bdd8df", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3b98bed4-80a9-49c6-a243-a921b6a6cf12", "documentation": "

Deletes a game session queue. Once a queue is successfully deleted, unfulfilled StartGameSessionPlacement requests that reference the queue will fail. To delete a queue, specify the queue name.

Learn more

Using Multi-Region Queues

Related actions

CreateGameSessionQueue | DescribeGameSessionQueues | UpdateGameSessionQueue | DeleteGameSessionQueue | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DeleteGameSessionQueue", "responses": [ { "uuid": "ffe32e5d-30e4-4bb5-9054-51e302810d4c", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3cb6b5a2-3486-4b38-87f2-a09463526179", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "de0a1b11-7a87-4972-b6c5-44f0f0a380cf", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3851166d-7eda-42af-a7a8-c1bf6f2937b5", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c4382e1e-8e5f-48d4-80c2-3ac225ed308a", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "97f36176-0d14-49b7-9ae6-045457e50ddf", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "TaggingFailedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "195f742e-3296-4793-8070-c382dca5ce48", "documentation": "

Permanently removes a FlexMatch matchmaking configuration. To delete, specify the configuration name. A matchmaking configuration cannot be deleted if it is being used in any active matchmaking tickets.

Related actions

CreateMatchmakingConfiguration | DescribeMatchmakingConfigurations | UpdateMatchmakingConfiguration | DeleteMatchmakingConfiguration | CreateMatchmakingRuleSet | DescribeMatchmakingRuleSets | ValidateMatchmakingRuleSet | DeleteMatchmakingRuleSet | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DeleteMatchmakingConfiguration", "responses": [ { "uuid": "033d03e8-e401-4a08-8e5f-bcb89d2f72a0", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c1924b21-71aa-429a-8b96-40882525ccf1", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "30f71651-cf82-43b3-90f4-aea914c58595", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e6ea6606-98d3-4852-9483-e6869a5bf89f", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8acb9e6e-60ef-4f71-a786-6eca8c991677", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnsupportedRegionException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "28b8ea8a-01bd-46cd-a85f-1e0f06857b79", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "TaggingFailedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c9f79a9c-d8f6-44a4-b35f-47ccb4de4aa4", "documentation": "

Deletes an existing matchmaking rule set. To delete the rule set, provide the rule set name. Rule sets cannot be deleted if they are currently being used by a matchmaking configuration.

Learn more

Related actions

CreateMatchmakingConfiguration | DescribeMatchmakingConfigurations | UpdateMatchmakingConfiguration | DeleteMatchmakingConfiguration | CreateMatchmakingRuleSet | DescribeMatchmakingRuleSets | ValidateMatchmakingRuleSet | DeleteMatchmakingRuleSet | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DeleteMatchmakingRuleSet", "responses": [ { "uuid": "cf70942b-a21e-4b02-b131-64cdce9d78b9", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e0c2523c-a470-4bdb-8213-a062f621ff6d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0b7b89dc-722a-4319-bf39-85f46f78677b", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b7757b99-ca78-4d5b-a064-0532fcbd6dfb", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnsupportedRegionException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7aa31192-851d-4629-8d3d-a665c73edf8e", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0d9f43b2-4771-44f3-a233-cb00a3705845", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "TaggingFailedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7789bb8a-58c5-4f93-ad25-2edad00c405c", "documentation": "

Deletes a fleet scaling policy. Once deleted, the policy is no longer in force and GameLift removes all record of it. To delete a scaling policy, specify both the scaling policy name and the fleet ID it is associated with.

To temporarily suspend scaling policies, call StopFleetActions. This operation suspends all policies for the fleet.

Related actions

DescribeFleetCapacity | UpdateFleetCapacity | DescribeEC2InstanceLimits | PutScalingPolicy | DescribeScalingPolicies | DeleteScalingPolicy | StopFleetActions | StartFleetActions | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DeleteScalingPolicy", "responses": [ { "uuid": "84ef537d-04b6-4d92-82be-9b5c6e37e1dd", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3f0f37b5-9cc0-4fb1-8ed8-a1878bf1a8a0", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cd68fcc7-5304-4046-a632-ad4d8cea9cea", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "32dc0623-bd52-44bd-84b0-ad54a5512607", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2995744e-20f8-4883-a396-c9c4c6aac434", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "926b4a11-c399-4b64-9218-2c418b2b872d", "documentation": "

Deletes a Realtime script. This operation permanently deletes the script record. If script files were uploaded, they are also deleted (files stored in an S3 bucket are not deleted).

To delete a script, specify the script ID. Before deleting a script, be sure to terminate all fleets that are deployed with the script being deleted. Fleet instances periodically check for script updates, and if the script record no longer exists, the instance will go into an error state and be unable to host game sessions.

Learn more

Amazon GameLift Realtime Servers

Related actions

CreateScript | ListScripts | DescribeScript | UpdateScript | DeleteScript | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DeleteScript", "responses": [ { "uuid": "11cd234f-0fde-4b68-b72b-caf2a46e86a0", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "de19f666-f4e4-4fe3-850b-a89b7e3087da", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0a321ba0-bdda-4599-9e6a-d7aaf0de0887", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "97175eb3-d725-4427-ac2f-aa3538d557b4", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2c7cd1b5-7ad3-49bc-99e4-e2d5ef34de9b", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "TaggingFailedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2e3ad54a-9e60-4cba-8a03-e2c3146306a3", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b85c2b20-5633-4312-ad1e-8e657f8a5904", "documentation": "

Cancels a pending VPC peering authorization for the specified VPC. If you need to delete an existing VPC peering connection, call DeleteVpcPeeringConnection.

Related actions

CreateVpcPeeringAuthorization | DescribeVpcPeeringAuthorizations | DeleteVpcPeeringAuthorization | CreateVpcPeeringConnection | DescribeVpcPeeringConnections | DeleteVpcPeeringConnection | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DeleteVpcPeeringAuthorization", "responses": [ { "uuid": "b8ea2add-845b-4519-9f52-e0a9b98b116c", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a91937c3-2137-48d3-a41c-1ba0e2acaba4", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "72d49110-407b-4aee-b450-7b072ef01c73", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0868195d-1e72-4cde-8f5b-61ff67157312", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a9fd456c-2018-4879-99f5-767a4f1fdff8", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ee6dfb24-8876-4322-b60e-ad1490476a31", "documentation": "

Removes a VPC peering connection. To delete the connection, you must have a valid authorization for the VPC peering connection that you want to delete. You can check for an authorization by calling DescribeVpcPeeringAuthorizations or request a new one using CreateVpcPeeringAuthorization.

Once a valid authorization exists, call this operation from the AWS account that is used to manage the Amazon GameLift fleets. Identify the connection to delete by the connection ID and fleet ID. If successful, the connection is removed.

Related actions

CreateVpcPeeringAuthorization | DescribeVpcPeeringAuthorizations | DeleteVpcPeeringAuthorization | CreateVpcPeeringConnection | DescribeVpcPeeringConnections | DeleteVpcPeeringConnection | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DeleteVpcPeeringConnection", "responses": [ { "uuid": "dec32535-b258-4be1-a96c-85a836cb424d", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fecd029e-dccb-4a14-85fb-7cc2b79e8a8e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d33c04b8-2d77-4480-9a7d-8be1e39e5164", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c63cc25d-85fc-4bc3-baec-962a71424ab5", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8271ae3f-2e76-49f9-a35e-bff54066a458", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "607a70c0-2616-4093-ae0e-d6db8bc29ff6", "documentation": "

This operation is used with the GameLift FleetIQ solution and game server groups.

Removes the game server from a game server group. As a result of this operation, the deregistered game server can no longer be claimed and will not be returned in a list of active game servers.

To deregister a game server, specify the game server group and game server ID. If successful, this operation emits a CloudWatch event with termination timestamp and reason.

Learn more

GameLift FleetIQ Guide

Related actions

RegisterGameServer | ListGameServers | ClaimGameServer | DescribeGameServer | UpdateGameServer | DeregisterGameServer | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DeregisterGameServer", "responses": [ { "uuid": "847fac2a-01db-410a-af7f-f182fea78988", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "993440f2-c8d5-481b-a912-152b48931f5b", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "971e254c-da9d-4193-8d6f-f43deab7cab0", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b13dd801-aae2-4543-a4ee-3e02c8f721b1", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5f9ff2ae-8881-4197-a312-5403206a950b", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7b57ec8a-d157-4fe2-9c15-c962fdd2034f", "documentation": "

Retrieves properties for an alias. This operation returns all alias metadata and settings. To get an alias's target fleet ID only, use ResolveAlias.

To get alias properties, specify the alias ID. If successful, the requested alias record is returned.

Related actions

CreateAlias | ListAliases | DescribeAlias | UpdateAlias | DeleteAlias | ResolveAlias | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeAlias", "responses": [ { "uuid": "46088475-a109-4664-9787-241271cd708a", "body": "{\n \"Alias\": {\n \"AliasId\": \"\",\n \"Name\": \"\",\n \"AliasArn\": \"\",\n \"Description\": \"\",\n \"RoutingStrategy\": {\n \"Type\": \"\",\n \"FleetId\": \"\",\n \"Message\": \"\"\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3660dcda-0cd8-4bf4-a781-6842adf9a8dc", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b7ebc876-1292-4829-8894-7bbb82cc832e", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "06b0de1f-6b0a-49e6-a123-731397a9279f", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "21e62423-25c9-4c02-803e-c209a4d1e6bc", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c76f5280-05bd-4916-8888-6be12c04d68a", "documentation": "

Retrieves properties for a custom game build. To request a build resource, specify a build ID. If successful, an object containing the build properties is returned.

Learn more

Upload a Custom Server Build

Related actions

CreateBuild | ListBuilds | DescribeBuild | UpdateBuild | DeleteBuild | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeBuild", "responses": [ { "uuid": "8c52bcf3-4155-4fcd-b3d8-e387f88798f0", "body": "{\n \"Build\": {\n \"BuildId\": \"\",\n \"BuildArn\": \"\",\n \"Name\": \"\",\n \"Version\": \"\",\n \"Status\": \"\",\n \"SizeOnDisk\": {{faker 'number.int' max=99999}},\n \"OperatingSystem\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "53c6b027-2881-45ed-adc9-3f8452523741", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "db065860-c13f-44a9-a7a2-1c2749443764", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "052b381a-ef31-4ebc-ab30-66ceeb9cc000", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "16d0f094-e2b4-4956-aed9-8bbcd74c7cbf", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c30695a3-1087-4b10-943d-08ff20135a8c", "documentation": "

The GameLift service limits and current utilization for an AWS Region or location. Instance limits control the number of instances, per instance type, per location, that your AWS account can use. Learn more at Amazon EC2 Instance Types. The information returned includes the maximum number of instances allowed and your account's current usage across all fleets. This information can affect your ability to scale your GameLift fleets. You can request a limit increase for your account by using the Service limits page in the GameLift console.

Instance limits differ based on whether the instances are deployed in a fleet's home Region or in a remote location. For remote locations, limits also differ based on the combination of home Region and remote location. All requests must specify an AWS Region (either explicitly or as your default settings). To get the limit for a remote location, you must also specify the location. For example, the following requests all return different results:

This operation can be used in the following ways:

If successful, an EC2InstanceLimits object is returned with limits and usage data for each requested instance type.

Learn more

Setting up GameLift fleets

Related actions

CreateFleet | UpdateFleetCapacity | PutScalingPolicy | DescribeEC2InstanceLimits | DescribeFleetAttributes | DescribeFleetLocationAttributes | UpdateFleetAttributes | StopFleetActions | DeleteFleet | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeEC2InstanceLimits", "responses": [ { "uuid": "408869f1-1a09-47ea-829f-c580ce2fa418", "body": "{\n \"EC2InstanceLimits\": [\n {\n \"EC2InstanceType\": \"\",\n \"CurrentInstances\": {{faker 'number.int' max=99999}},\n \"InstanceLimit\": {{faker 'number.int' max=99999}},\n \"Location\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "54c5f791-d735-41ad-834d-fcc3238f7f65", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6a943525-e83a-4bd8-8a2e-823e5df2a30e", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b28971d8-6dd4-4ecd-84d5-364774e145a6", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c56dbd20-d2bb-4698-85d8-0d002d35146d", "documentation": "

Retrieves core fleet-wide properties, including the computing hardware and deployment configuration for all instances in the fleet.

This operation can be used in the following ways:

When requesting attributes for multiple fleets, use the pagination parameters to retrieve results as a set of sequential pages.

If successful, a FleetAttributes object is returned for each fleet requested, unless the fleet identifier is not found.

Some API operations limit the number of fleet IDs that allowed in one request. If a request exceeds this limit, the request fails and the error message contains the maximum allowed number.

Learn more

Setting up GameLift fleets

Related actions

ListFleets | DescribeEC2InstanceLimits | DescribeFleetAttributes | DescribeFleetCapacity | DescribeFleetEvents | DescribeFleetLocationAttributes | DescribeFleetPortSettings | DescribeFleetUtilization | DescribeRuntimeConfiguration | DescribeScalingPolicies | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeFleetAttributes", "responses": [ { "uuid": "11a7bc8e-e1b5-41bc-855d-816fd159faac", "body": "{\n \"FleetAttributes\": [\n {\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"FleetType\": \"\",\n \"InstanceType\": \"\",\n \"Description\": \"\",\n \"Name\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TerminationTime\": \"{{faker 'date.recent' 365}}\",\n \"Status\": \"\",\n \"BuildId\": \"\",\n \"BuildArn\": \"\",\n \"ScriptId\": \"\",\n \"ScriptArn\": \"\",\n \"ServerLaunchPath\": \"\",\n \"ServerLaunchParameters\": \"\",\n \"LogPaths\": [\n \"\"\n ],\n \"NewGameSessionProtectionPolicy\": \"\",\n \"OperatingSystem\": \"\",\n \"ResourceCreationLimitPolicy\": {\n \"NewGameSessionsPerCreator\": {{faker 'number.int' max=99999}},\n \"PolicyPeriodInMinutes\": {{faker 'number.int' max=99999}}\n },\n \"MetricGroups\": [\n \"\"\n ],\n \"StoppedActions\": [\n \"{{oneOf (array 'AUTO_SCALING')}}\"\n ],\n \"InstanceRoleArn\": \"\",\n \"CertificateConfiguration\": {\n \"CertificateType\": \"\"\n }\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ea411c80-1b57-46fe-9fd2-36a641cd38bc", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4418d298-23a2-4823-ab4a-40d8d652062f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8201e870-24fd-4c97-908f-5465e15d18df", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9058fc2b-70dd-4598-b7f7-3803577774fb", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "df35368a-b5d8-4422-938b-5ffefd78bfb8", "documentation": "

Retrieves the resource capacity settings for one or more fleets. The data returned includes the current fleet capacity (number of EC2 instances), and settings that can control how capacity scaling. For fleets with remote locations, this operation retrieves data for the fleet's home Region only. See DescribeFleetLocationCapacity to get capacity settings for a fleet's remote locations.

This operation can be used in the following ways:

When requesting multiple fleets, use the pagination parameters to retrieve results as a set of sequential pages.

If successful, a FleetCapacity object is returned for each requested fleet ID. Each FleetCapacity object includes a Location property, which is set to the fleet's home Region. When a list of fleet IDs is provided, attribute objects are returned only for fleets that currently exist.

Some API operations may limit the number of fleet IDs that are allowed in one request. If a request exceeds this limit, the request fails and the error message includes the maximum allowed.

Learn more

Setting up GameLift fleets

GameLift metrics for fleets

Related actions

ListFleets | DescribeEC2InstanceLimits | DescribeFleetAttributes | DescribeFleetCapacity | DescribeFleetEvents | DescribeFleetLocationAttributes | DescribeFleetPortSettings | DescribeFleetUtilization | DescribeRuntimeConfiguration | DescribeScalingPolicies | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeFleetCapacity", "responses": [ { "uuid": "372eefcd-e541-4246-b7f8-72c37c66d6b4", "body": "{\n \"FleetCapacity\": [\n {\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"InstanceType\": \"\",\n \"InstanceCounts\": {\n \"DESIRED\": {{faker 'number.int' max=99999}},\n \"MINIMUM\": {{faker 'number.int' max=99999}},\n \"MAXIMUM\": {{faker 'number.int' max=99999}},\n \"PENDING\": {{faker 'number.int' max=99999}},\n \"ACTIVE\": {{faker 'number.int' max=99999}},\n \"IDLE\": {{faker 'number.int' max=99999}},\n \"TERMINATING\": {{faker 'number.int' max=99999}}\n },\n \"Location\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8be5735d-345d-480a-8fe2-87633a27cf9b", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8a4674bf-7624-48f0-b0ee-98d98076acb2", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8289bd51-98f0-4af2-bb6d-6d57d905b092", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4c3ec1c6-4c5a-407f-bdc7-49d7377732fa", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bc0a69a2-46a9-4fec-a8de-6af66d730d78", "documentation": "

Retrieves entries from a fleet's event log. Fleet events are initiated by changes in status, such as during fleet creation and termination, changes in capacity, etc. If a fleet has multiple locations, events are also initiated by changes to status and capacity in remote locations.

You can specify a time range to limit the result set. Use the pagination parameters to retrieve results as a set of sequential pages.

If successful, a collection of event log entries matching the request are returned.

Learn more

Setting up GameLift fleets

Related actions

ListFleets | DescribeEC2InstanceLimits | DescribeFleetAttributes | DescribeFleetCapacity | DescribeFleetEvents | DescribeFleetLocationAttributes | DescribeFleetPortSettings | DescribeFleetUtilization | DescribeRuntimeConfiguration | DescribeScalingPolicies | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeFleetEvents", "responses": [ { "uuid": "b5ce0393-8758-4133-991f-bb849d24e343", "body": "{\n \"Events\": [\n {\n \"EventId\": \"\",\n \"ResourceId\": \"\",\n \"EventCode\": \"\",\n \"Message\": \"\",\n \"EventTime\": \"{{faker 'date.recent' 365}}\",\n \"PreSignedLogUrl\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "36059156-14f1-4198-a6c7-c5388a92a026", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3055fd54-1c99-443f-bed8-90d67b729837", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e4b852db-e1a8-4121-89b8-db003e8acfb2", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dd93a51d-41ea-488b-8d4b-37b2db129c3d", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eb48c7fe-83d0-4409-9a82-649319eec4b4", "documentation": "

Retrieves information on a fleet's remote locations, including life-cycle status and any suspended fleet activity.

This operation can be used in the following ways:

When requesting attributes for multiple locations, use the pagination parameters to retrieve results as a set of sequential pages.

If successful, a LocationAttributes object is returned for each requested location. If the fleet does not have a requested location, no information is returned. This operation does not return the home Region. To get information on a fleet's home Region, call DescribeFleetAttributes.

Learn more

Setting up GameLift fleets

Related actions

CreateFleetLocations | DescribeFleetLocationAttributes | DescribeFleetLocationCapacity | DescribeFleetLocationUtilization | DescribeFleetAttributes | DescribeFleetCapacity | DescribeFleetUtilization | UpdateFleetCapacity | StopFleetActions | DeleteFleetLocations | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeFleetLocationAttributes", "responses": [ { "uuid": "56b4d521-9cf4-4acb-aa80-17690e35ab6e", "body": "{\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"LocationAttributes\": [\n {\n \"LocationState\": {\n \"Location\": \"\",\n \"Status\": \"\"\n },\n \"StoppedActions\": [\n \"{{oneOf (array 'AUTO_SCALING')}}\"\n ],\n \"UpdateStatus\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "11710259-64d4-4310-8efa-b68e5585842e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "eff64fc4-2e87-43c2-adda-11a3ee56d3fe", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "517a3566-1d63-4a60-a149-e5182c3d2a46", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e9b905cf-5086-48e6-b66d-eedb6fd3e02f", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9b5b0318-8e9a-43c5-9919-5acfb3e5a0a7", "documentation": "

Retrieves the resource capacity settings for a fleet location. The data returned includes the current capacity (number of EC2 instances) and some scaling settings for the requested fleet location. Use this operation to retrieve capacity information for a fleet's remote location or home Region (you can also retrieve home Region capacity by calling DescribeFleetCapacity).

To retrieve capacity data, identify a fleet and location.

If successful, a FleetCapacity object is returned for the requested fleet location.

Learn more

Setting up GameLift fleets

GameLift metrics for fleets

Related actions

CreateFleetLocations | DescribeFleetLocationAttributes | DescribeFleetLocationCapacity | DescribeFleetLocationUtilization | DescribeFleetAttributes | DescribeFleetCapacity | DescribeFleetUtilization | UpdateFleetCapacity | StopFleetActions | DeleteFleetLocations | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeFleetLocationCapacity", "responses": [ { "uuid": "40b67f2e-3e5c-4f75-babf-e992e2de260e", "body": "{\n \"FleetCapacity\": {\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"InstanceType\": \"\",\n \"InstanceCounts\": {\n \"DESIRED\": {{faker 'number.int' max=99999}},\n \"MINIMUM\": {{faker 'number.int' max=99999}},\n \"MAXIMUM\": {{faker 'number.int' max=99999}},\n \"PENDING\": {{faker 'number.int' max=99999}},\n \"ACTIVE\": {{faker 'number.int' max=99999}},\n \"IDLE\": {{faker 'number.int' max=99999}},\n \"TERMINATING\": {{faker 'number.int' max=99999}}\n },\n \"Location\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d2a34fe3-ed30-4ac7-8d18-b1efb44cb8fa", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7bc9b4cf-dfd3-4fb1-bc19-d9f8b9e7621c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f3e38ea0-e878-44a5-9408-45cbfffc3607", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1875c68c-dc59-4115-a6d5-2c7fb8922dd7", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3269b2f1-0fcd-45e0-80c7-cf8253760263", "documentation": "

Retrieves current usage data for a fleet location. Utilization data provides a snapshot of current game hosting activity at the requested location. Use this operation to retrieve utilization information for a fleet's remote location or home Region (you can also retrieve home Region utilization by calling DescribeFleetUtilization).

To retrieve utilization data, identify a fleet and location.

If successful, a FleetUtilization object is returned for the requested fleet location.

Learn more

Setting up GameLift fleets

GameLift metrics for fleets

Related actions

CreateFleetLocations | DescribeFleetLocationAttributes | DescribeFleetLocationCapacity | DescribeFleetLocationUtilization | DescribeFleetAttributes | DescribeFleetCapacity | DescribeFleetUtilization | UpdateFleetCapacity | StopFleetActions | DeleteFleetLocations | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeFleetLocationUtilization", "responses": [ { "uuid": "d9996b35-419c-4f8f-bfaf-a2e3a8860c60", "body": "{\n \"FleetUtilization\": {\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"ActiveServerProcessCount\": {{faker 'number.int' max=99999}},\n \"ActiveGameSessionCount\": {{faker 'number.int' max=99999}},\n \"CurrentPlayerSessionCount\": {{faker 'number.int' max=99999}},\n \"MaximumPlayerSessionCount\": {{faker 'number.int' max=99999}},\n \"Location\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3dfe9832-a953-445d-814d-e8d1bca8e7a8", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "82551940-2b8d-4b32-9291-34f002980f7d", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e8bf489b-edff-46dd-9035-b286b12574ec", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "eb920943-5076-42ae-8083-fd65ec3e1fef", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "39b86a6c-11e2-48eb-8a7f-81c3d77055b9", "documentation": "

Retrieves a fleet's inbound connection permissions. Connection permissions specify the range of IP addresses and port settings that incoming traffic can use to access server processes in the fleet. Game sessions that are running on instances in the fleet must use connections that fall in this range.

This operation can be used in the following ways:

If successful, a set of IpPermission objects is returned for the requested fleet ID. When a location is specified, a pending status is included. If the requested fleet has been deleted, the result set is empty.

Learn more

Setting up GameLift fleets

Related actions

ListFleets | DescribeEC2InstanceLimits | DescribeFleetAttributes | DescribeFleetCapacity | DescribeFleetEvents | DescribeFleetLocationAttributes | DescribeFleetPortSettings | DescribeFleetUtilization | DescribeRuntimeConfiguration | DescribeScalingPolicies | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeFleetPortSettings", "responses": [ { "uuid": "dd4218ff-a275-42da-aabf-886c46546f3b", "body": "{\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"InboundPermissions\": [\n {\n \"FromPort\": {{faker 'number.int' max=99999}},\n \"ToPort\": {{faker 'number.int' max=99999}},\n \"IpRange\": \"\",\n \"Protocol\": \"\"\n }\n ],\n \"UpdateStatus\": \"\",\n \"Location\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6314223c-18f9-4971-bdac-5ff6b392119d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9fcbda6e-f23a-4c07-9d67-1715ed0cb75f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f44a4b6d-55d8-4c38-9664-d1be726aada0", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e4534530-2207-488c-9d8c-86e9c050dbaa", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "73883aa3-1029-4db4-9bca-ca0e4fb33b9f", "documentation": "

Retrieves utilization statistics for one or more fleets. Utilization data provides a snapshot of how the fleet's hosting resources are currently being used. For fleets with remote locations, this operation retrieves data for the fleet's home Region only. See DescribeFleetLocationUtilization to get utilization statistics for a fleet's remote locations.

This operation can be used in the following ways:

When requesting multiple fleets, use the pagination parameters to retrieve results as a set of sequential pages.

If successful, a FleetUtilization object is returned for each requested fleet ID, unless the fleet identifier is not found. Each fleet utilization object includes a Location property, which is set to the fleet's home Region.

Some API operations may limit the number of fleet IDs allowed in one request. If a request exceeds this limit, the request fails and the error message includes the maximum allowed.

Learn more

Setting up GameLift Fleets

GameLift Metrics for Fleets

Related actions

ListFleets | DescribeEC2InstanceLimits | DescribeFleetAttributes | DescribeFleetCapacity | DescribeFleetEvents | DescribeFleetLocationAttributes | DescribeFleetPortSettings | DescribeFleetUtilization | DescribeRuntimeConfiguration | DescribeScalingPolicies | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeFleetUtilization", "responses": [ { "uuid": "8820f19e-41f8-4955-aaef-b7f876d03a1b", "body": "{\n \"FleetUtilization\": [\n {\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"ActiveServerProcessCount\": {{faker 'number.int' max=99999}},\n \"ActiveGameSessionCount\": {{faker 'number.int' max=99999}},\n \"CurrentPlayerSessionCount\": {{faker 'number.int' max=99999}},\n \"MaximumPlayerSessionCount\": {{faker 'number.int' max=99999}},\n \"Location\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b3517cb6-8f71-42b7-8e07-8f4958484126", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5245d11c-f511-4d57-956f-ffdf06c7e43e", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4ee4542e-fe61-45b9-94b0-9ce72b7e8388", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3e427b2f-86c1-4762-ab43-22952de6a68e", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2751b3db-cfc4-41cf-aef6-c0ab8a1bc21a", "documentation": "

This operation is used with the GameLift FleetIQ solution and game server groups.

Retrieves information for a registered game server. Information includes game server status, health check info, and the instance that the game server is running on.

To retrieve game server information, specify the game server ID. If successful, the requested game server object is returned.

Learn more

GameLift FleetIQ Guide

Related actions

RegisterGameServer | ListGameServers | ClaimGameServer | DescribeGameServer | UpdateGameServer | DeregisterGameServer | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeGameServer", "responses": [ { "uuid": "f71ee940-65e4-47b6-8ea6-ae0b67f4b6c8", "body": "{\n \"GameServer\": {\n \"GameServerGroupName\": \"\",\n \"GameServerGroupArn\": \"\",\n \"GameServerId\": \"\",\n \"InstanceId\": \"\",\n \"ConnectionInfo\": \"\",\n \"GameServerData\": \"\",\n \"ClaimStatus\": \"\",\n \"UtilizationStatus\": \"\",\n \"RegistrationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastClaimTime\": \"{{faker 'date.recent' 365}}\",\n \"LastHealthCheckTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "74a34117-43ed-4ef4-a964-0dc016b818d5", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "416e0eb0-de65-44f8-b856-8955d2d5d06f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2cc2b6c6-8f0e-425e-9c81-c916d3e25bd5", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fdea4cef-f7b3-4e0f-8ad3-36162f5f4711", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8b90d6c9-dcdd-401c-8239-2c5b54357c9f", "documentation": "

This operation is used with the GameLift FleetIQ solution and game server groups.

Retrieves information on a game server group. This operation returns only properties related to GameLift FleetIQ. To view or update properties for the corresponding Auto Scaling group, such as launch template, auto scaling policies, and maximum/minimum group size, access the Auto Scaling group directly.

To get attributes for a game server group, provide a group name or ARN value. If successful, a GameServerGroup object is returned.

Learn more

GameLift FleetIQ Guide

Related actions

CreateGameServerGroup | ListGameServerGroups | DescribeGameServerGroup | UpdateGameServerGroup | DeleteGameServerGroup | ResumeGameServerGroup | SuspendGameServerGroup | DescribeGameServerInstances | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeGameServerGroup", "responses": [ { "uuid": "c29cff7c-87e8-4405-915b-a160d85d04bc", "body": "{\n \"GameServerGroup\": {\n \"GameServerGroupName\": \"\",\n \"GameServerGroupArn\": \"\",\n \"RoleArn\": \"\",\n \"InstanceDefinitions\": [\n {\n \"InstanceType\": \"\",\n \"WeightedCapacity\": \"\"\n }\n ],\n \"BalancingStrategy\": \"\",\n \"GameServerProtectionPolicy\": \"\",\n \"AutoScalingGroupArn\": \"\",\n \"Status\": \"\",\n \"StatusReason\": \"\",\n \"SuspendedActions\": [\n \"{{oneOf (array 'REPLACE_INSTANCE_TYPES')}}\"\n ],\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3e570f98-fca1-49ad-b002-5d05809c2712", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bbd5ad2c-b56b-43d6-bba2-9712ab060016", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "06987817-5650-4a5d-aef2-526eb62bc69a", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c1649f86-f3e8-4aa7-8c96-21a204159fa0", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ab01211f-f269-49e6-bb6c-834030b484a1", "documentation": "

This operation is used with the GameLift FleetIQ solution and game server groups.

Retrieves status information about the Amazon EC2 instances associated with a GameLift FleetIQ game server group. Use this operation to detect when instances are active or not available to host new game servers. If you are looking for instance configuration information, call DescribeGameServerGroup or access the corresponding Auto Scaling group properties.

To request status for all instances in the game server group, provide a game server group ID only. To request status for specific instances, provide the game server group ID and one or more instance IDs. Use the pagination parameters to retrieve results in sequential segments. If successful, a collection of GameServerInstance objects is returned.

This operation is not designed to be called with every game server claim request; this practice can cause you to exceed your API limit, which results in errors. Instead, as a best practice, cache the results and refresh your cache no more than once every 10 seconds.

Learn more

GameLift FleetIQ Guide

Related actions

CreateGameServerGroup | ListGameServerGroups | DescribeGameServerGroup | UpdateGameServerGroup | DeleteGameServerGroup | ResumeGameServerGroup | SuspendGameServerGroup | DescribeGameServerInstances | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeGameServerInstances", "responses": [ { "uuid": "08adb7da-0fe4-4d29-8ac7-ff3f239037f3", "body": "{\n \"GameServerInstances\": [\n {\n \"GameServerGroupName\": \"\",\n \"GameServerGroupArn\": \"\",\n \"InstanceId\": \"\",\n \"InstanceStatus\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d3e97e05-0113-44ab-a749-208ce1577214", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a5a73c07-77f8-4066-a75e-7def9824708a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "03aebce1-33d2-4546-a192-cd378c80f252", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a3390628-4866-4656-93ef-bc44cee4a42f", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fcb06ee4-7406-4844-b081-0f52902d60ce", "documentation": "

Retrieves additional game session properties, including the game session protection policy in force, a set of one or more game sessions in a specific fleet location. You can optionally filter the results by current game session status. Alternatively, use SearchGameSessions to request a set of active game sessions that are filtered by certain criteria. To retrieve all game session properties, use DescribeGameSessions.

This operation can be used in the following ways:

Use the pagination parameters to retrieve results as a set of sequential pages.

If successful, a GameSessionDetail object is returned for each game session that matches the request.

Learn more

Find a game session

Related actions

CreateGameSession | DescribeGameSessions | DescribeGameSessionDetails | SearchGameSessions | UpdateGameSession | GetGameSessionLogUrl | StartGameSessionPlacement | DescribeGameSessionPlacement | StopGameSessionPlacement | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeGameSessionDetails", "responses": [ { "uuid": "054600e7-529c-443b-b7f1-0ed7b33de791", "body": "{\n \"GameSessionDetails\": [\n {\n \"GameSession\": {\n \"GameSessionId\": \"\",\n \"Name\": \"\",\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TerminationTime\": \"{{faker 'date.recent' 365}}\",\n \"CurrentPlayerSessionCount\": {{faker 'number.int' max=99999}},\n \"MaximumPlayerSessionCount\": {{faker 'number.int' max=99999}},\n \"Status\": \"\",\n \"StatusReason\": \"\",\n \"GameProperties\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"IpAddress\": \"\",\n \"DnsName\": \"\",\n \"Port\": {{faker 'number.int' max=99999}},\n \"PlayerSessionCreationPolicy\": \"\",\n \"CreatorId\": \"\",\n \"GameSessionData\": \"\",\n \"MatchmakerData\": \"\",\n \"Location\": \"\"\n },\n \"ProtectionPolicy\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "397d17bd-d59b-4516-a1cc-76b0d3147ab9", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fcbdf8ec-02fd-4040-bb4a-d65a47a413ae", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "710b751a-8dcd-4f63-a0e7-6a96a1b8e33d", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "51c03079-8d15-476e-ab1d-c284a3843e00", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "62c6ed09-3859-4047-99d7-a97513e6bab3", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "TerminalRoutingStrategyException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eb73a5ba-1955-4252-bbf0-673b3fe3e5ff", "documentation": "

Retrieves information, including current status, about a game session placement request.

To get game session placement details, specify the placement ID.

If successful, a GameSessionPlacement object is returned.

Related actions

CreateGameSession | DescribeGameSessions | DescribeGameSessionDetails | SearchGameSessions | UpdateGameSession | GetGameSessionLogUrl | StartGameSessionPlacement | DescribeGameSessionPlacement | StopGameSessionPlacement | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeGameSessionPlacement", "responses": [ { "uuid": "74e88758-c9cf-4230-ad65-90bf6978bd74", "body": "{\n \"GameSessionPlacement\": {\n \"PlacementId\": \"\",\n \"GameSessionQueueName\": \"\",\n \"Status\": \"\",\n \"GameProperties\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"MaximumPlayerSessionCount\": {{faker 'number.int' max=99999}},\n \"GameSessionName\": \"\",\n \"GameSessionId\": \"\",\n \"GameSessionArn\": \"\",\n \"GameSessionRegion\": \"\",\n \"PlayerLatencies\": [\n {\n \"PlayerId\": \"\",\n \"RegionIdentifier\": \"\",\n \"LatencyInMilliseconds\": {{faker 'number.float'}}\n }\n ],\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"IpAddress\": \"\",\n \"DnsName\": \"\",\n \"Port\": {{faker 'number.int' max=99999}},\n \"PlacedPlayerSessions\": [\n {\n \"PlayerId\": \"\",\n \"PlayerSessionId\": \"\"\n }\n ],\n \"GameSessionData\": \"\",\n \"MatchmakerData\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "eff26739-1459-4ebe-b03d-7114d2c03efe", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fc8fadd7-7632-4249-b107-8bd6aa2776f5", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "41c7a03f-5b05-4655-8d05-cc63e60a863a", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3650916e-149e-44a4-b32f-820b9bbe5df0", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e029b924-23ae-42be-be8b-d04c3dc05d02", "documentation": "

Retrieves the properties for one or more game session queues. When requesting multiple queues, use the pagination parameters to retrieve results as a set of sequential pages. If successful, a GameSessionQueue object is returned for each requested queue. When specifying a list of queues, objects are returned only for queues that currently exist in the Region.

Learn more

View Your Queues

Related actions

CreateGameSessionQueue | DescribeGameSessionQueues | UpdateGameSessionQueue | DeleteGameSessionQueue | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeGameSessionQueues", "responses": [ { "uuid": "d0990301-5988-461d-bbce-1154277bca25", "body": "{\n \"GameSessionQueues\": [\n {\n \"Name\": \"\",\n \"GameSessionQueueArn\": \"\",\n \"TimeoutInSeconds\": {{faker 'number.int' max=99999}},\n \"PlayerLatencyPolicies\": [\n {\n \"MaximumIndividualPlayerLatencyMilliseconds\": {{faker 'number.int' max=99999}},\n \"PolicyDurationSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Destinations\": [\n {\n \"DestinationArn\": \"\"\n }\n ],\n \"FilterConfiguration\": {\n \"AllowedLocations\": [\n \"\"\n ]\n },\n \"PriorityConfiguration\": {\n \"PriorityOrder\": [\n \"{{oneOf (array 'LATENCY' 'COST' 'DESTINATION' 'LOCATION')}}\"\n ],\n \"LocationOrder\": [\n \"\"\n ]\n },\n \"CustomEventData\": \"\",\n \"NotificationTarget\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6c283b4c-594b-4656-9e7b-da6064010e3e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "559a89aa-2d3a-4c21-9649-62af1ce91f88", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "63438768-1adf-4bd2-8da9-31b2410beabd", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2da9db7a-a703-49e2-8554-2b6f202e5797", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "927c88ff-9366-48e7-b2d9-7047201350eb", "documentation": "

Retrieves a set of one or more game sessions in a specific fleet location. You can optionally filter the results by current game session status. Alternatively, use SearchGameSessions to request a set of active game sessions that are filtered by certain criteria. To retrieve the protection policy for game sessions, use DescribeGameSessionDetails.

This operation can be used in the following ways:

Use the pagination parameters to retrieve results as a set of sequential pages.

If successful, a GameSession object is returned for each game session that matches the request.

Available in GameLift Local.

Learn more

Find a game session

Related actions

CreateGameSession | DescribeGameSessions | DescribeGameSessionDetails | SearchGameSessions | UpdateGameSession | GetGameSessionLogUrl | StartGameSessionPlacement | DescribeGameSessionPlacement | StopGameSessionPlacement | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeGameSessions", "responses": [ { "uuid": "07919066-0c54-4a4f-9939-92e91982cd90", "body": "{\n \"GameSessions\": [\n {\n \"GameSessionId\": \"\",\n \"Name\": \"\",\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TerminationTime\": \"{{faker 'date.recent' 365}}\",\n \"CurrentPlayerSessionCount\": {{faker 'number.int' max=99999}},\n \"MaximumPlayerSessionCount\": {{faker 'number.int' max=99999}},\n \"Status\": \"\",\n \"StatusReason\": \"\",\n \"GameProperties\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"IpAddress\": \"\",\n \"DnsName\": \"\",\n \"Port\": {{faker 'number.int' max=99999}},\n \"PlayerSessionCreationPolicy\": \"\",\n \"CreatorId\": \"\",\n \"GameSessionData\": \"\",\n \"MatchmakerData\": \"\",\n \"Location\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d0fb890e-a16c-46a1-a846-a9a52f38a826", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6d47a1cd-1707-43e5-bd6d-cb73ec14cdbe", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c499bf45-32f3-465a-bbc3-4235001a7ed1", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4816b745-e022-40e2-bd71-0d0acc71ccd3", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "95b4b8d7-fcf8-4f58-91bb-45f127f0c8dd", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "TerminalRoutingStrategyException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e80fbc42-a074-43b2-8fa7-5b5509aa7b5e", "documentation": "

Retrieves information about a fleet's instances, including instance IDs, connection data, and status.

This operation can be used in the following ways:

Use the pagination parameters to retrieve results as a set of sequential pages.

If successful, an Instance object is returned for each requested instance. Instances are not returned in any particular order.

Learn more

Remotely Access Fleet Instances

Debug Fleet Issues

Related actions

DescribeInstances | GetInstanceAccess | DescribeEC2InstanceLimits | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeInstances", "responses": [ { "uuid": "9f5f95f8-450f-4abb-9228-d1d5f68882e4", "body": "{\n \"Instances\": [\n {\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"InstanceId\": \"\",\n \"IpAddress\": \"\",\n \"DnsName\": \"\",\n \"OperatingSystem\": \"\",\n \"Type\": \"\",\n \"Status\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"Location\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "72c2f73a-1a65-4da6-8359-b8d8a4ea37aa", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "be2c12f4-6908-44da-aacb-bcd366531422", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7a38fb2a-01ca-472a-93e2-f90066a44a7f", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7490ff21-e9cb-449c-b6d2-1f6cce9de090", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "660ca1cc-9473-4e6b-b441-c6b946b2372d", "documentation": "

Retrieves one or more matchmaking tickets. Use this operation to retrieve ticket information, including--after a successful match is made--connection information for the resulting new game session.

To request matchmaking tickets, provide a list of up to 10 ticket IDs. If the request is successful, a ticket object is returned for each requested ID that currently exists.

This operation is not designed to be continually called to track matchmaking ticket status. This practice can cause you to exceed your API limit, which results in errors. Instead, as a best practice, set up an Amazon Simple Notification Service (SNS) to receive notifications, and provide the topic ARN in the matchmaking configuration. Continuously poling ticket status with DescribeMatchmaking should only be used for games in development with low matchmaking usage.

Learn more

Add FlexMatch to a game client

Set Up FlexMatch event notification

Related actions

StartMatchmaking | DescribeMatchmaking | StopMatchmaking | AcceptMatch | StartMatchBackfill | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeMatchmaking", "responses": [ { "uuid": "fbd2e56f-b7de-4b1e-a69d-c63037a8224e", "body": "{\n \"TicketList\": [\n {\n \"TicketId\": \"\",\n \"ConfigurationName\": \"\",\n \"ConfigurationArn\": \"\",\n \"Status\": \"\",\n \"StatusReason\": \"\",\n \"StatusMessage\": \"\",\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"Players\": [\n {\n \"PlayerId\": \"\",\n \"PlayerAttributes\": {},\n \"Team\": \"\",\n \"LatencyInMs\": {}\n }\n ],\n \"GameSessionConnectionInfo\": {\n \"GameSessionArn\": \"\",\n \"IpAddress\": \"\",\n \"DnsName\": \"\",\n \"Port\": {{faker 'number.int' max=99999}},\n \"MatchedPlayerSessions\": [\n {\n \"PlayerId\": \"\",\n \"PlayerSessionId\": \"\"\n }\n ]\n },\n \"EstimatedWaitTime\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a7171715-cb7f-4acb-a4c2-54821b0d5c23", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "964aad52-d9ee-440f-9a75-1a136dbdc501", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "90f39657-aa9b-4c4b-a23c-efc9fbb2a232", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnsupportedRegionException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d79e2ecb-50bf-45c2-ac6b-3f623935504e", "documentation": "

Retrieves the details of FlexMatch matchmaking configurations.

This operation offers the following options: (1) retrieve all matchmaking configurations, (2) retrieve configurations for a specified list, or (3) retrieve all configurations that use a specified rule set name. When requesting multiple items, use the pagination parameters to retrieve results as a set of sequential pages.

If successful, a configuration is returned for each requested name. When specifying a list of names, only configurations that currently exist are returned.

Learn more

Setting up FlexMatch matchmakers

Related actions

CreateMatchmakingConfiguration | DescribeMatchmakingConfigurations | UpdateMatchmakingConfiguration | DeleteMatchmakingConfiguration | CreateMatchmakingRuleSet | DescribeMatchmakingRuleSets | ValidateMatchmakingRuleSet | DeleteMatchmakingRuleSet | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeMatchmakingConfigurations", "responses": [ { "uuid": "0a320d9e-9f96-4c4e-a48f-cc2240dbca66", "body": "{\n \"Configurations\": [\n {\n \"Name\": \"\",\n \"ConfigurationArn\": \"\",\n \"Description\": \"\",\n \"GameSessionQueueArns\": [\n \"\"\n ],\n \"RequestTimeoutSeconds\": {{faker 'number.int' max=99999}},\n \"AcceptanceTimeoutSeconds\": {{faker 'number.int' max=99999}},\n \"AcceptanceRequired\": {{faker 'datatype.boolean'}},\n \"RuleSetName\": \"\",\n \"RuleSetArn\": \"\",\n \"NotificationTarget\": \"\",\n \"AdditionalPlayerCount\": {{faker 'number.int' max=99999}},\n \"CustomEventData\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"GameProperties\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"GameSessionData\": \"\",\n \"BackfillMode\": \"\",\n \"FlexMatchMode\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "41f73c15-b4d7-438d-96f7-a9b121ae4989", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2c17270b-07bb-4de2-935a-8f07ec3eebb2", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "06220266-4cdf-4c5f-b138-c6652822eeab", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnsupportedRegionException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a232f663-26b3-4193-a9eb-746dad74e6a4", "documentation": "

Retrieves the details for FlexMatch matchmaking rule sets. You can request all existing rule sets for the Region, or provide a list of one or more rule set names. When requesting multiple items, use the pagination parameters to retrieve results as a set of sequential pages. If successful, a rule set is returned for each requested name.

Learn more

Related actions

CreateMatchmakingConfiguration | DescribeMatchmakingConfigurations | UpdateMatchmakingConfiguration | DeleteMatchmakingConfiguration | CreateMatchmakingRuleSet | DescribeMatchmakingRuleSets | ValidateMatchmakingRuleSet | DeleteMatchmakingRuleSet | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeMatchmakingRuleSets", "responses": [ { "uuid": "773be84f-e3ce-430d-8dcd-d90a59954519", "body": "{\n \"RuleSets\": [\n {\n \"RuleSetName\": \"\",\n \"RuleSetArn\": \"\",\n \"RuleSetBody\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "05e261cf-f27d-455f-b78b-29e8b6691046", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ead6563c-7e8e-4b8e-83a3-f5d849a6116b", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d335a2ca-d461-4ec6-ba7c-e51d4e2e3b86", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b562bc0f-90a9-4d69-b4d0-e6c9f8e25a5c", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnsupportedRegionException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ddcb1ad8-44c6-428b-9428-f32d256391f8", "documentation": "

Retrieves properties for one or more player sessions.

This action can be used in the following ways:

To request player sessions, specify either a player session ID, game session ID, or player ID. You can filter this request by player session status. Use the pagination parameters to retrieve results as a set of sequential pages.

If successful, a PlayerSession object is returned for each session that matches the request.

Available in Amazon GameLift Local.

Related actions

CreatePlayerSession | CreatePlayerSessions | DescribePlayerSessions | StartGameSessionPlacement | DescribeGameSessionPlacement | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribePlayerSessions", "responses": [ { "uuid": "46ead4b3-1e65-4a38-a069-1ab7565cbd48", "body": "{\n \"PlayerSessions\": [\n {\n \"PlayerSessionId\": \"\",\n \"PlayerId\": \"\",\n \"GameSessionId\": \"\",\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TerminationTime\": \"{{faker 'date.recent' 365}}\",\n \"Status\": \"\",\n \"IpAddress\": \"\",\n \"DnsName\": \"\",\n \"Port\": {{faker 'number.int' max=99999}},\n \"PlayerData\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "480222d0-7ad9-4478-b5a9-b9bcc6846ddd", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5448efd3-b75b-4bd2-a27f-3e421e77e0ee", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0d7c553f-4935-47d5-88a8-968edffb15d8", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d52d84d0-8790-4060-93bc-aa889fa98d3d", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a95bbdf6-e064-4553-a026-a7a2d7a93854", "documentation": "

Retrieves a fleet's runtime configuration settings. The runtime configuration tells GameLift which server processes to run (and how) on each instance in the fleet.

To get the runtime configuration that is currently in forces for a fleet, provide the fleet ID.

If successful, a RuntimeConfiguration object is returned for the requested fleet. If the requested fleet has been deleted, the result set is empty.

Learn more

Setting up GameLift fleets

Running multiple processes on a fleet

Related actions

ListFleets | DescribeEC2InstanceLimits | DescribeFleetAttributes | DescribeFleetCapacity | DescribeFleetEvents | DescribeFleetLocationAttributes | DescribeFleetPortSettings | DescribeFleetUtilization | DescribeRuntimeConfiguration | DescribeScalingPolicies | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeRuntimeConfiguration", "responses": [ { "uuid": "63be4a0e-792a-4904-8638-a73e30b19a0c", "body": "{\n \"RuntimeConfiguration\": {\n \"ServerProcesses\": [\n {\n \"LaunchPath\": \"\",\n \"Parameters\": \"\",\n \"ConcurrentExecutions\": {{faker 'number.int' max=99999}}\n }\n ],\n \"MaxConcurrentGameSessionActivations\": {{faker 'number.int' max=99999}},\n \"GameSessionActivationTimeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a8713cb7-9c72-4825-9209-9c48efe43d57", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1bd029db-05cd-4c9d-81e0-f91f56297298", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f1ba5224-caa1-4b2e-a060-e21382badccb", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2e7f546b-e936-4abd-90ad-dcfffe24c735", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bc0e5403-8c36-4e4a-846b-7496fe5741d7", "documentation": "

Retrieves all scaling policies applied to a fleet.

To get a fleet's scaling policies, specify the fleet ID. You can filter this request by policy status, such as to retrieve only active scaling policies. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, set of ScalingPolicy objects is returned for the fleet.

A fleet may have all of its scaling policies suspended (StopFleetActions). This operation does not affect the status of the scaling policies, which remains ACTIVE. To see whether a fleet's scaling policies are in force or suspended, call DescribeFleetAttributes and check the stopped actions.

Related actions

DescribeFleetCapacity | UpdateFleetCapacity | DescribeEC2InstanceLimits | PutScalingPolicy | DescribeScalingPolicies | DeleteScalingPolicy | StopFleetActions | StartFleetActions | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeScalingPolicies", "responses": [ { "uuid": "f77aba47-92a2-49f9-b163-e327ac6a28dd", "body": "{\n \"ScalingPolicies\": [\n {\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"Name\": \"\",\n \"Status\": \"\",\n \"ScalingAdjustment\": {{faker 'number.int' max=99999}},\n \"ScalingAdjustmentType\": \"\",\n \"ComparisonOperator\": \"\",\n \"Threshold\": {{faker 'number.float'}},\n \"EvaluationPeriods\": {{faker 'number.int' max=99999}},\n \"MetricName\": \"\",\n \"PolicyType\": \"\",\n \"TargetConfiguration\": {\n \"TargetValue\": {{faker 'number.float'}}\n },\n \"UpdateStatus\": \"\",\n \"Location\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "520ba293-90f6-4657-ae34-16975c8acb28", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f2875054-c85c-4417-81df-3f3894b126fc", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "916f3178-3c95-4f7e-9311-7ac9221702de", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "381391b7-1676-4cd3-91bb-fce602de9584", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a9de1dc6-1507-46d2-b008-ce8da2df390d", "documentation": "

Retrieves properties for a Realtime script.

To request a script record, specify the script ID. If successful, an object containing the script properties is returned.

Learn more

Amazon GameLift Realtime Servers

Related actions

CreateScript | ListScripts | DescribeScript | UpdateScript | DeleteScript | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeScript", "responses": [ { "uuid": "ca8e4a73-500b-4b41-a69e-873c1135e3bc", "body": "{\n \"Script\": {\n \"ScriptId\": \"\",\n \"ScriptArn\": \"\",\n \"Name\": \"\",\n \"Version\": \"\",\n \"SizeOnDisk\": {{faker 'number.int' max=99999}},\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"StorageLocation\": {\n \"Bucket\": \"\",\n \"Key\": \"\",\n \"RoleArn\": \"\",\n \"ObjectVersion\": \"\"\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c9733ed8-cc57-4e6e-be6c-d5eef72502e2", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "77b08a41-044f-45f0-99c8-308ca0685a9f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f8188fe8-6b78-4ed7-9bca-f4f0c4829abe", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7c9932ba-05ff-495f-aef7-e1ba06f8b01a", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "24affb05-f26c-4f92-af78-fe760803746a", "documentation": "

Retrieves valid VPC peering authorizations that are pending for the AWS account. This operation returns all VPC peering authorizations and requests for peering. This includes those initiated and received by this account.

Related actions

CreateVpcPeeringAuthorization | DescribeVpcPeeringAuthorizations | DeleteVpcPeeringAuthorization | CreateVpcPeeringConnection | DescribeVpcPeeringConnections | DeleteVpcPeeringConnection | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeVpcPeeringAuthorizations", "responses": [ { "uuid": "bebb832d-e0ba-48f4-84be-754205ab2465", "body": "{\n \"VpcPeeringAuthorizations\": [\n {\n \"GameLiftAwsAccountId\": \"\",\n \"PeerVpcAwsAccountId\": \"\",\n \"PeerVpcId\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"ExpirationTime\": \"{{faker 'date.recent' 365}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "990acab1-967f-4e9a-9f37-f695a19164b4", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f3440c42-3db3-407b-86d2-c6928a9ea6d3", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bed78378-7a89-4a6b-92a0-a2f78c8fecb8", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1395c87f-85d3-4470-9374-c83978820da9", "documentation": "

Retrieves information on VPC peering connections. Use this operation to get peering information for all fleets or for one specific fleet ID.

To retrieve connection information, call this operation from the AWS account that is used to manage the Amazon GameLift fleets. Specify a fleet ID or leave the parameter empty to retrieve all connection records. If successful, the retrieved information includes both active and pending connections. Active connections identify the IpV4 CIDR block that the VPC uses to connect.

Related actions

CreateVpcPeeringAuthorization | DescribeVpcPeeringAuthorizations | DeleteVpcPeeringAuthorization | CreateVpcPeeringConnection | DescribeVpcPeeringConnections | DeleteVpcPeeringConnection | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.DescribeVpcPeeringConnections", "responses": [ { "uuid": "0f874174-dde1-43fb-a457-5c6904aecf91", "body": "{\n \"VpcPeeringConnections\": [\n {\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"IpV4CidrBlock\": \"\",\n \"VpcPeeringConnectionId\": \"\",\n \"Status\": {\n \"Code\": \"\",\n \"Message\": \"\"\n },\n \"PeerVpcId\": \"\",\n \"GameLiftVpcId\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c463117e-e622-44fe-a819-3881d63474c2", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e31ee587-0f0a-4cbd-bc3c-8b9384e473e9", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a1e50ed7-a418-428f-8fe5-5f29ce1447c4", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2d5f3b54-1a45-4a62-b40a-aa270b5dd87b", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9695f023-7c18-40a7-b327-a5c4100387b0", "documentation": "

Retrieves the location of stored game session logs for a specified game session. When a game session is terminated, GameLift automatically stores the logs in Amazon S3 and retains them for 14 days. Use this URL to download the logs.

See the AWS Service Limits page for maximum log file sizes. Log files that exceed this limit are not saved.

Related actions

CreateGameSession | DescribeGameSessions | DescribeGameSessionDetails | SearchGameSessions | UpdateGameSession | GetGameSessionLogUrl | StartGameSessionPlacement | DescribeGameSessionPlacement | StopGameSessionPlacement | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.GetGameSessionLogUrl", "responses": [ { "uuid": "a2c7c617-cc9d-40c2-99fc-300723e70fe2", "body": "{\n \"PreSignedUrl\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "575db56b-3630-4de4-864f-cb5ad1ec0051", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6df536aa-26e0-425e-bb0a-0fedf080d7b0", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1f945d75-1141-4fad-9aab-c7e5d79e8d6c", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e6c54b8a-b96c-439f-887f-19779fe3deb0", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3a507d53-ad81-4c49-9d81-00c3b93aec07", "documentation": "

Requests remote access to a fleet instance. Remote access is useful for debugging, gathering benchmarking data, or observing activity in real time.

To remotely access an instance, you need credentials that match the operating system of the instance. For a Windows instance, GameLift returns a user name and password as strings for use with a Windows Remote Desktop client. For a Linux instance, GameLift returns a user name and RSA private key, also as strings, for use with an SSH client. The private key must be saved in the proper format to a .pem file before using. If you're making this request using the AWS CLI, saving the secret can be handled as part of the GetInstanceAccess request, as shown in one of the examples for this operation.

To request access to a specific instance, specify the IDs of both the instance and the fleet it belongs to. You can retrieve a fleet's instance IDs by calling DescribeInstances. If successful, an InstanceAccess object is returned that contains the instance's IP address and a set of credentials.

Learn more

Remotely Access Fleet Instances

Debug Fleet Issues

Related actions

DescribeInstances | GetInstanceAccess | DescribeEC2InstanceLimits | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.GetInstanceAccess", "responses": [ { "uuid": "5acc9c4f-d8d8-4cec-8e86-3bc0bf898be0", "body": "{\n \"InstanceAccess\": {\n \"FleetId\": \"\",\n \"InstanceId\": \"\",\n \"IpAddress\": \"\",\n \"OperatingSystem\": \"\",\n \"Credentials\": {\n \"UserName\": \"\",\n \"Secret\": \"\"\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "df8b32c1-5446-4f14-b0d8-a6c794f94299", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "17f80205-de71-49b1-9652-7b6f8a95903c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "05db5e02-55a3-49c1-b055-fc8ae98b3f0e", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d49720c6-1743-4af7-90ce-ba19b83f6114", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e9c8e37e-d655-4d42-96a2-359bd27afda7", "documentation": "

Retrieves all aliases for this AWS account. You can filter the result set by alias name and/or routing strategy type. Use the pagination parameters to retrieve results in sequential pages.

Returned aliases are not listed in any particular order.

Related actions

CreateAlias | ListAliases | DescribeAlias | UpdateAlias | DeleteAlias | ResolveAlias | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.ListAliases", "responses": [ { "uuid": "0bc7dab0-d388-4d11-a223-7980b10e7117", "body": "{\n \"Aliases\": [\n {\n \"AliasId\": \"\",\n \"Name\": \"\",\n \"AliasArn\": \"\",\n \"Description\": \"\",\n \"RoutingStrategy\": {\n \"Type\": \"\",\n \"FleetId\": \"\",\n \"Message\": \"\"\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c8d25e5f-7b31-4cf2-a3dd-d1b621b88c1c", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8e3021eb-589b-467c-8dc0-36536ff111a6", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2053627f-d3f5-4cce-bf05-12f65296226f", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "54e67ba8-8ed7-42b2-9bc4-058ecacf5040", "documentation": "

Retrieves build resources for all builds associated with the AWS account in use. You can limit results to builds that are in a specific status by using the Status parameter. Use the pagination parameters to retrieve results in a set of sequential pages.

Build resources are not listed in any particular order.

Learn more

Upload a Custom Server Build

Related actions

CreateBuild | ListBuilds | DescribeBuild | UpdateBuild | DeleteBuild | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.ListBuilds", "responses": [ { "uuid": "33378647-eac3-435f-9857-0122d0711ea9", "body": "{\n \"Builds\": [\n {\n \"BuildId\": \"\",\n \"BuildArn\": \"\",\n \"Name\": \"\",\n \"Version\": \"\",\n \"Status\": \"\",\n \"SizeOnDisk\": {{faker 'number.int' max=99999}},\n \"OperatingSystem\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a7fef42f-f36f-4e45-ae0b-2700f44d8a20", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "90db17e1-4e04-45b0-af22-a8f12385f16f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "87395c88-e616-4d64-81f9-c6785b2899e0", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "06d18d45-0831-4dab-97e5-0b6f23f83401", "documentation": "

Retrieves a collection of fleet resources in an AWS Region. You can call this operation to get fleets in a previously selected default Region (see https://docs.aws.amazon.com/credref/latest/refdocs/setting-global-region.htmlor specify a Region in your request. You can filter the result set to find only those fleets that are deployed with a specific build or script. For fleets that have multiple locations, this operation retrieves fleets based on their home Region only.

This operation can be used in the following ways:

Use the pagination parameters to retrieve results as a set of sequential pages.

If successful, a list of fleet IDs that match the request parameters is returned. A NextToken value is also returned if there are more result pages to retrieve.

Fleet resources are not listed in a particular order.

Learn more

Setting up GameLift fleets

Related actions

CreateFleet | UpdateFleetCapacity | PutScalingPolicy | DescribeEC2InstanceLimits | DescribeFleetAttributes | DescribeFleetLocationAttributes | UpdateFleetAttributes | StopFleetActions | DeleteFleet | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.ListFleets", "responses": [ { "uuid": "133c1ebe-fd1c-40f1-9694-fa5f4b8ecfb9", "body": "{\n \"FleetIds\": [\n \"\"\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4aa5c90c-c7a4-480b-a9fd-5d6c773aabfc", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "042337f9-bd17-4185-93ae-e93a9993cb18", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bc49e07d-e66e-44e1-8212-f02619f6cb91", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b9284c54-562e-4de6-b984-7a7922b20f87", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "600b5c4c-2f26-49e4-8d69-2981939d1e24", "documentation": "

This operation is used with the GameLift FleetIQ solution and game server groups.

Retrieves information on all game servers groups that exist in the current AWS account for the selected Region. Use the pagination parameters to retrieve results in a set of sequential segments.

Learn more

GameLift FleetIQ Guide

Related actions

CreateGameServerGroup | ListGameServerGroups | DescribeGameServerGroup | UpdateGameServerGroup | DeleteGameServerGroup | ResumeGameServerGroup | SuspendGameServerGroup | DescribeGameServerInstances | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.ListGameServerGroups", "responses": [ { "uuid": "1c4c3b42-3319-41f4-862a-3da4171d94ef", "body": "{\n \"GameServerGroups\": [\n {\n \"GameServerGroupName\": \"\",\n \"GameServerGroupArn\": \"\",\n \"RoleArn\": \"\",\n \"InstanceDefinitions\": [\n {\n \"InstanceType\": \"\",\n \"WeightedCapacity\": \"\"\n }\n ],\n \"BalancingStrategy\": \"\",\n \"GameServerProtectionPolicy\": \"\",\n \"AutoScalingGroupArn\": \"\",\n \"Status\": \"\",\n \"StatusReason\": \"\",\n \"SuspendedActions\": [\n \"{{oneOf (array 'REPLACE_INSTANCE_TYPES')}}\"\n ],\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d625d002-9c34-4026-aa8a-ed6b18117fe3", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a48950a5-7264-43f7-9c62-902e05d2f067", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d1ef9e34-4b66-4812-97a5-bf83d5d28a1c", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "de0d1ff1-1816-42aa-a4c5-56c384e328ea", "documentation": "

This operation is used with the GameLift FleetIQ solution and game server groups.

Retrieves information on all game servers that are currently active in a specified game server group. You can opt to sort the list by game server age. Use the pagination parameters to retrieve results in a set of sequential segments.

Learn more

GameLift FleetIQ Guide

Related actions

RegisterGameServer | ListGameServers | ClaimGameServer | DescribeGameServer | UpdateGameServer | DeregisterGameServer | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.ListGameServers", "responses": [ { "uuid": "78c07b4a-3f46-4213-ad84-e37a56e3dba7", "body": "{\n \"GameServers\": [\n {\n \"GameServerGroupName\": \"\",\n \"GameServerGroupArn\": \"\",\n \"GameServerId\": \"\",\n \"InstanceId\": \"\",\n \"ConnectionInfo\": \"\",\n \"GameServerData\": \"\",\n \"ClaimStatus\": \"\",\n \"UtilizationStatus\": \"\",\n \"RegistrationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastClaimTime\": \"{{faker 'date.recent' 365}}\",\n \"LastHealthCheckTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8164b16d-d99c-40b8-8d57-37705da86bab", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f186bc78-e342-4663-9907-ea42e8e89ed8", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "00e74529-9253-43b0-be16-511527e785c0", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e054bf7f-c5be-4af0-b2bb-22da02f32e35", "documentation": "

Retrieves script records for all Realtime scripts that are associated with the AWS account in use.

Learn more

Amazon GameLift Realtime Servers

Related actions

CreateScript | ListScripts | DescribeScript | UpdateScript | DeleteScript | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.ListScripts", "responses": [ { "uuid": "33730838-d358-4af8-9ab7-1626c27721e9", "body": "{\n \"Scripts\": [\n {\n \"ScriptId\": \"\",\n \"ScriptArn\": \"\",\n \"Name\": \"\",\n \"Version\": \"\",\n \"SizeOnDisk\": {{faker 'number.int' max=99999}},\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"StorageLocation\": {\n \"Bucket\": \"\",\n \"Key\": \"\",\n \"RoleArn\": \"\",\n \"ObjectVersion\": \"\"\n }\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c6abeaec-7318-427f-aaeb-63ae94f6c388", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cf6665fa-bf6e-4749-90e2-536598413c74", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "809792a3-cd89-4d2c-94da-0e7ae54e6eee", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "93eb81f2-87a6-4222-b4b5-e6e4105a72c9", "documentation": "

Retrieves all tags that are assigned to a GameLift resource. Resource tags are used to organize AWS resources for a range of purposes. This operation handles the permissions necessary to manage tags for the following GameLift resource types:

To list tags for a resource, specify the unique ARN value for the resource.

Learn more

Tagging AWS Resources in the AWS General Reference

AWS Tagging Strategies

Related actions

TagResource | UntagResource | ListTagsForResource | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.ListTagsForResource", "responses": [ { "uuid": "b50f7b94-df9d-4c9e-ae6c-56df9dc79feb", "body": "{\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b9f40f52-e9c3-405a-a65a-7ee89b412efc", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "18be8874-0566-4f3f-a5d6-99909e4c41e5", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "99d6ce04-687e-4364-9a18-d1420ded8ffb", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "TaggingFailedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fd552237-8eac-4cdc-9c19-b031e142ba07", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dd21c75f-c1a1-4de7-9ff8-78ace9b4e0e8", "documentation": "

Creates or updates a scaling policy for a fleet. Scaling policies are used to automatically scale a fleet's hosting capacity to meet player demand. An active scaling policy instructs Amazon GameLift to track a fleet metric and automatically change the fleet's capacity when a certain threshold is reached. There are two types of scaling policies: target-based and rule-based. Use a target-based policy to quickly and efficiently manage fleet scaling; this option is the most commonly used. Use rule-based policies when you need to exert fine-grained control over auto-scaling.

Fleets can have multiple scaling policies of each type in force at the same time; you can have one target-based policy, one or multiple rule-based scaling policies, or both. We recommend caution, however, because multiple auto-scaling policies can have unintended consequences.

You can temporarily suspend all scaling policies for a fleet by calling StopFleetActions with the fleet action AUTO_SCALING. To resume scaling policies, call StartFleetActions with the same fleet action. To stop just one scaling policy--or to permanently remove it, you must delete the policy with DeleteScalingPolicy.

Learn more about how to work with auto-scaling in Set Up Fleet Automatic Scaling.

Target-based policy

A target-based policy tracks a single metric: PercentAvailableGameSessions. This metric tells us how much of a fleet's hosting capacity is ready to host game sessions but is not currently in use. This is the fleet's buffer; it measures the additional player demand that the fleet could handle at current capacity. With a target-based policy, you set your ideal buffer size and leave it to Amazon GameLift to take whatever action is needed to maintain that target.

For example, you might choose to maintain a 10% buffer for a fleet that has the capacity to host 100 simultaneous game sessions. This policy tells Amazon GameLift to take action whenever the fleet's available capacity falls below or rises above 10 game sessions. Amazon GameLift will start new instances or stop unused instances in order to return to the 10% buffer.

To create or update a target-based policy, specify a fleet ID and name, and set the policy type to \"TargetBased\". Specify the metric to track (PercentAvailableGameSessions) and reference a TargetConfiguration object with your desired buffer value. Exclude all other parameters. On a successful request, the policy name is returned. The scaling policy is automatically in force as soon as it's successfully created. If the fleet's auto-scaling actions are temporarily suspended, the new policy will be in force once the fleet actions are restarted.

Rule-based policy

A rule-based policy tracks specified fleet metric, sets a threshold value, and specifies the type of action to initiate when triggered. With a rule-based policy, you can select from several available fleet metrics. Each policy specifies whether to scale up or scale down (and by how much), so you need one policy for each type of action.

For example, a policy may make the following statement: \"If the percentage of idle instances is greater than 20% for more than 15 minutes, then reduce the fleet capacity by 10%.\"

A policy's rule statement has the following structure:

If [MetricName] is [ComparisonOperator] [Threshold] for [EvaluationPeriods] minutes, then [ScalingAdjustmentType] to/by [ScalingAdjustment].

To implement the example, the rule statement would look like this:

If [PercentIdleInstances] is [GreaterThanThreshold] [20] for [15] minutes, then [PercentChangeInCapacity] to/by [10].

To create or update a scaling policy, specify a unique combination of name and fleet ID, and set the policy type to \"RuleBased\". Specify the parameter values for a policy rule statement. On a successful request, the policy name is returned. Scaling policies are automatically in force as soon as they're successfully created. If the fleet's auto-scaling actions are temporarily suspended, the new policy will be in force once the fleet actions are restarted.

Related actions

DescribeFleetCapacity | UpdateFleetCapacity | DescribeEC2InstanceLimits | PutScalingPolicy | DescribeScalingPolicies | DeleteScalingPolicy | StopFleetActions | StartFleetActions | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.PutScalingPolicy", "responses": [ { "uuid": "699b670a-71e2-46c6-a3b8-4417d8312aad", "body": "{\n \"Name\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "74e5379d-85be-4ff2-a965-54f9c7a1acee", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a6157ad3-01ee-4a7a-a8ff-4f823c1b7b9e", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ea2ad416-336a-4eae-a526-380aa52231fc", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "eeeef1b6-e821-4215-9294-29dd1e6d5449", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "235f1b54-5881-4e0e-803a-792c00c2dd00", "documentation": "

This operation is used with the GameLift FleetIQ solution and game server groups.

Creates a new game server resource and notifies GameLift FleetIQ that the game server is ready to host gameplay and players. This operation is called by a game server process that is running on an instance in a game server group. Registering game servers enables GameLift FleetIQ to track available game servers and enables game clients and services to claim a game server for a new game session.

To register a game server, identify the game server group and instance where the game server is running, and provide a unique identifier for the game server. You can also include connection and game server data. When a game client or service requests a game server by calling ClaimGameServer, this information is returned in the response.

Once a game server is successfully registered, it is put in status AVAILABLE. A request to register a game server may fail if the instance it is running on is in the process of shutting down as part of instance balancing or scale-down activity.

Learn more

GameLift FleetIQ Guide

Related actions

RegisterGameServer | ListGameServers | ClaimGameServer | DescribeGameServer | UpdateGameServer | DeregisterGameServer | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.RegisterGameServer", "responses": [ { "uuid": "58ba6909-6752-47e3-9456-871ef47733b8", "body": "{\n \"GameServer\": {\n \"GameServerGroupName\": \"\",\n \"GameServerGroupArn\": \"\",\n \"GameServerId\": \"\",\n \"InstanceId\": \"\",\n \"ConnectionInfo\": \"\",\n \"GameServerData\": \"\",\n \"ClaimStatus\": \"\",\n \"UtilizationStatus\": \"\",\n \"RegistrationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastClaimTime\": \"{{faker 'date.recent' 365}}\",\n \"LastHealthCheckTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a620c282-817a-42b8-a6fc-070e7aae4e8f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "67a5a835-bc5b-4742-b19e-218aa6d46410", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "22e23dd7-7357-4267-a05f-3d8f467f52d9", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "14baf3ad-a56b-4cbe-8787-da36a2afb2ad", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "72b9fbf3-eeb6-4613-a6c7-28c7278e525c", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9b23148c-2de3-486b-b6c1-3c05703b3f9e", "documentation": "

Retrieves a fresh set of credentials for use when uploading a new set of game build files to Amazon GameLift's Amazon S3. This is done as part of the build creation process; see CreateBuild.

To request new credentials, specify the build ID as returned with an initial CreateBuild request. If successful, a new set of credentials are returned, along with the S3 storage location associated with the build ID.

Learn more

Create a Build with Files in S3

Related actions

CreateBuild | ListBuilds | DescribeBuild | UpdateBuild | DeleteBuild | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.RequestUploadCredentials", "responses": [ { "uuid": "a5c7fb40-dcba-468b-ad78-09c0e144ffe7", "body": "{\n \"UploadCredentials\": {\n \"AccessKeyId\": \"\",\n \"SecretAccessKey\": \"\",\n \"SessionToken\": \"\"\n },\n \"StorageLocation\": {\n \"Bucket\": \"\",\n \"Key\": \"\",\n \"RoleArn\": \"\",\n \"ObjectVersion\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "91c38232-08b6-4d2b-8539-74d5b6f2e6ed", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5c1b98d6-4aab-4f4f-a524-7817814cd4b4", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "85866025-f041-43ad-aa57-7f1ea798d952", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3c664a1d-7258-448b-a871-982c742086a4", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ebd54382-9422-427f-8a8d-8d34e7a3bcad", "documentation": "

Retrieves the fleet ID that an alias is currently pointing to.

Related actions

CreateAlias | ListAliases | DescribeAlias | UpdateAlias | DeleteAlias | ResolveAlias | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.ResolveAlias", "responses": [ { "uuid": "ed56d0ec-a9aa-40f4-b26c-a5acfd88844d", "body": "{\n \"FleetId\": \"\",\n \"FleetArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9c6a5872-1724-451a-a393-aecf02f98802", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f6a57a0d-eca1-41c5-bd62-92591a7cd654", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "88555e36-1a72-4a92-be59-3be15c934ec2", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "05782e6b-f34a-442e-a983-deb2d648245c", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "TerminalRoutingStrategyException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "47e2358b-a97e-4cdd-b4af-1d2a58cd2eb5", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dd86b114-a47b-4ae6-8878-e314d3ce5026", "documentation": "

This operation is used with the GameLift FleetIQ solution and game server groups.

Reinstates activity on a game server group after it has been suspended. A game server group might be suspended by theSuspendGameServerGroup operation, or it might be suspended involuntarily due to a configuration problem. In the second case, you can manually resume activity on the group once the configuration problem has been resolved. Refer to the game server group status and status reason for more information on why group activity is suspended.

To resume activity, specify a game server group ARN and the type of activity to be resumed. If successful, a GameServerGroup object is returned showing that the resumed activity is no longer listed in SuspendedActions.

Learn more

GameLift FleetIQ Guide

Related actions

CreateGameServerGroup | ListGameServerGroups | DescribeGameServerGroup | UpdateGameServerGroup | DeleteGameServerGroup | ResumeGameServerGroup | SuspendGameServerGroup | DescribeGameServerInstances | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.ResumeGameServerGroup", "responses": [ { "uuid": "72063c8f-ed68-446d-abae-fdeeb78b5084", "body": "{\n \"GameServerGroup\": {\n \"GameServerGroupName\": \"\",\n \"GameServerGroupArn\": \"\",\n \"RoleArn\": \"\",\n \"InstanceDefinitions\": [\n {\n \"InstanceType\": \"\",\n \"WeightedCapacity\": \"\"\n }\n ],\n \"BalancingStrategy\": \"\",\n \"GameServerProtectionPolicy\": \"\",\n \"AutoScalingGroupArn\": \"\",\n \"Status\": \"\",\n \"StatusReason\": \"\",\n \"SuspendedActions\": [\n \"{{oneOf (array 'REPLACE_INSTANCE_TYPES')}}\"\n ],\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "36b60c6a-48f1-467f-ac1f-b19abf5b27f7", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bdcdcdc5-93b6-4668-952f-00633556c786", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f6a720f7-87a8-4d4b-8d55-e2a04d48e8d9", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "32c8ae24-2ae7-4e21-9844-855a74395011", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e5b6ac33-ecb5-4ed3-96d5-a1552030a75e", "documentation": "

Retrieves all active game sessions that match a set of search criteria and sorts them into a specified order.

When searching for game sessions, you specify exactly where you want to search and provide a search filter expression, a sort expression, or both. A search request can search only one fleet, but it can search all of a fleet's locations.

This operation can be used in the following ways:

Use the pagination parameters to retrieve results as a set of sequential pages.

If successful, a GameSession object is returned for each game session that matches the request. Search finds game sessions that are in ACTIVE status only. To retrieve information on game sessions in other statuses, use DescribeGameSessions.

You can search or sort by the following game session attributes:

Returned values for playerSessionCount and hasAvailablePlayerSessions change quickly as players join sessions and others drop out. Results should be considered a snapshot in time. Be sure to refresh search results often, and handle sessions that fill up before a player can join.

Related actions

CreateGameSession | DescribeGameSessions | DescribeGameSessionDetails | SearchGameSessions | UpdateGameSession | GetGameSessionLogUrl | StartGameSessionPlacement | DescribeGameSessionPlacement | StopGameSessionPlacement | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.SearchGameSessions", "responses": [ { "uuid": "02c05b30-c074-435e-b0a3-297c0340be47", "body": "{\n \"GameSessions\": [\n {\n \"GameSessionId\": \"\",\n \"Name\": \"\",\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TerminationTime\": \"{{faker 'date.recent' 365}}\",\n \"CurrentPlayerSessionCount\": {{faker 'number.int' max=99999}},\n \"MaximumPlayerSessionCount\": {{faker 'number.int' max=99999}},\n \"Status\": \"\",\n \"StatusReason\": \"\",\n \"GameProperties\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"IpAddress\": \"\",\n \"DnsName\": \"\",\n \"Port\": {{faker 'number.int' max=99999}},\n \"PlayerSessionCreationPolicy\": \"\",\n \"CreatorId\": \"\",\n \"GameSessionData\": \"\",\n \"MatchmakerData\": \"\",\n \"Location\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d84cac3b-3c8e-421d-aacc-4f39cf85bf6d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fc69371c-a815-46af-8b86-11b218184ca6", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "32d47baa-23ce-47f2-a460-c65abb7f74f3", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "145c494e-f7f2-442c-be3a-342c0c43f722", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "79a09cf8-8239-4800-98cf-b1cb18181d8f", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "TerminalRoutingStrategyException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "259bd9a4-3d0e-47b1-a110-c437b240a2ae", "documentation": "

Resumes certain types of activity on fleet instances that were suspended with StopFleetActions. For multi-location fleets, fleet actions are managed separately for each location. Currently, this operation is used to restart a fleet's auto-scaling activity.

This operation can be used in the following ways:

If successful, GameLift once again initiates scaling events as triggered by the fleet's scaling policies. If actions on the fleet location were never stopped, this operation will have no effect. You can view a fleet's stopped actions using DescribeFleetAttributes or DescribeFleetLocationAttributes.

Learn more

Setting up GameLift fleets

Related actions

CreateFleet | UpdateFleetCapacity | PutScalingPolicy | DescribeEC2InstanceLimits | DescribeFleetAttributes | DescribeFleetLocationAttributes | UpdateFleetAttributes | StopFleetActions | DeleteFleet | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.StartFleetActions", "responses": [ { "uuid": "81f0f077-68db-4f45-abfa-d89faab0ea4b", "body": "{\n \"FleetId\": \"\",\n \"FleetArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2cd97d84-87f0-4794-9d6c-f8e7cd002b60", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cd3c425b-d21a-42b6-b344-61bf00765f76", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7a637373-fef5-4971-9a32-083ff6e62db6", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "00f4a81b-e423-47a1-9c6b-caa1a6a460e3", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ae800eb8-f359-4094-9594-651a43104c18", "documentation": "

Places a request for a new game session in a queue (see CreateGameSessionQueue). When processing a placement request, Amazon GameLift searches for available resources on the queue's destinations, scanning each until it finds resources or the placement request times out.

A game session placement request can also request player sessions. When a new game session is successfully created, Amazon GameLift creates a player session for each player included in the request.

When placing a game session, by default Amazon GameLift tries each fleet in the order they are listed in the queue configuration. Ideally, a queue's destinations are listed in preference order.

Alternatively, when requesting a game session with players, you can also provide latency data for each player in relevant Regions. Latency data indicates the performance lag a player experiences when connected to a fleet in the Region. Amazon GameLift uses latency data to reorder the list of destinations to place the game session in a Region with minimal lag. If latency data is provided for multiple players, Amazon GameLift calculates each Region's average lag for all players and reorders to get the best game play across all players.

To place a new game session request, specify the following:

If successful, a new game session placement is created.

To track the status of a placement request, call DescribeGameSessionPlacement and check the request's status. If the status is FULFILLED, a new game session has been created and a game session ARN and Region are referenced. If the placement request times out, you can resubmit the request or retry it with a different queue.

Related actions

CreateGameSession | DescribeGameSessions | DescribeGameSessionDetails | SearchGameSessions | UpdateGameSession | GetGameSessionLogUrl | StartGameSessionPlacement | DescribeGameSessionPlacement | StopGameSessionPlacement | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.StartGameSessionPlacement", "responses": [ { "uuid": "12a77dd9-b356-4edb-8c2c-cf48d14fd1e8", "body": "{\n \"GameSessionPlacement\": {\n \"PlacementId\": \"\",\n \"GameSessionQueueName\": \"\",\n \"Status\": \"\",\n \"GameProperties\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"MaximumPlayerSessionCount\": {{faker 'number.int' max=99999}},\n \"GameSessionName\": \"\",\n \"GameSessionId\": \"\",\n \"GameSessionArn\": \"\",\n \"GameSessionRegion\": \"\",\n \"PlayerLatencies\": [\n {\n \"PlayerId\": \"\",\n \"RegionIdentifier\": \"\",\n \"LatencyInMilliseconds\": {{faker 'number.float'}}\n }\n ],\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"IpAddress\": \"\",\n \"DnsName\": \"\",\n \"Port\": {{faker 'number.int' max=99999}},\n \"PlacedPlayerSessions\": [\n {\n \"PlayerId\": \"\",\n \"PlayerSessionId\": \"\"\n }\n ],\n \"GameSessionData\": \"\",\n \"MatchmakerData\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c45ac920-fc7e-4fbe-8871-074b4668ca50", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "95ecc73c-b0f8-49c7-9d0f-455d35908975", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "36762d0f-7f34-4c1d-bdd6-18eed85b9efc", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "21795656-7018-4f6d-b23a-aca42771b341", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9bbf4661-909d-440e-b357-ee2fc053e6ef", "documentation": "

Finds new players to fill open slots in currently running game sessions. The backfill match process is essentially identical to the process of forming new matches. Backfill requests use the same matchmaker that was used to make the original match, and they provide matchmaking data for all players currently in the game session. FlexMatch uses this information to select new players so that backfilled match continues to meet the original match requirements.

When using FlexMatch with GameLift managed hosting, you can request a backfill match from a client service by calling this operation with a GameSession identifier. You also have the option of making backfill requests directly from your game server. In response to a request, FlexMatch creates player sessions for the new players, updates the GameSession resource, and sends updated matchmaking data to the game server. You can request a backfill match at any point after a game session is started. Each game session can have only one active backfill request at a time; a subsequent request automatically replaces the earlier request.

When using FlexMatch as a standalone component, request a backfill match by calling this operation without a game session identifier. As with newly formed matches, matchmaking results are returned in a matchmaking event so that your game can update the game session that is being backfilled.

To request a backfill match, specify a unique ticket ID, the original matchmaking configuration, and matchmaking data for all current players in the game session being backfilled. Optionally, specify the GameSession ARN. If successful, a match backfill ticket is created and returned with status set to QUEUED. Track the status of backfill tickets using the same method for tracking tickets for new matches.

Learn more

Backfill existing games with FlexMatch

Matchmaking events (reference)

How GameLift FlexMatch works

Related actions

StartMatchmaking | DescribeMatchmaking | StopMatchmaking | AcceptMatch | StartMatchBackfill | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.StartMatchBackfill", "responses": [ { "uuid": "3321bcdb-f7ee-4de5-b5c4-709f62cfa8da", "body": "{\n \"MatchmakingTicket\": {\n \"TicketId\": \"\",\n \"ConfigurationName\": \"\",\n \"ConfigurationArn\": \"\",\n \"Status\": \"\",\n \"StatusReason\": \"\",\n \"StatusMessage\": \"\",\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"Players\": [\n {\n \"PlayerId\": \"\",\n \"PlayerAttributes\": {},\n \"Team\": \"\",\n \"LatencyInMs\": {}\n }\n ],\n \"GameSessionConnectionInfo\": {\n \"GameSessionArn\": \"\",\n \"IpAddress\": \"\",\n \"DnsName\": \"\",\n \"Port\": {{faker 'number.int' max=99999}},\n \"MatchedPlayerSessions\": [\n {\n \"PlayerId\": \"\",\n \"PlayerSessionId\": \"\"\n }\n ]\n },\n \"EstimatedWaitTime\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ac95ab6e-fadd-453c-87b6-83ca3bdf41fa", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "73fc84d1-2981-4a79-8489-55b6fdf100d6", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6f72ce64-837c-429e-9292-fe31a15d3901", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0bd9fc3c-2850-48de-89c6-10110c35e839", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnsupportedRegionException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "aa433890-b786-4b16-92b2-b51ed2526e8c", "documentation": "

Uses FlexMatch to create a game match for a group of players based on custom matchmaking rules. With games that use GameLift managed hosting, this operation also triggers GameLift to find hosting resources and start a new game session for the new match. Each matchmaking request includes information on one or more players and specifies the FlexMatch matchmaker to use. When a request is for multiple players, FlexMatch attempts to build a match that includes all players in the request, placing them in the same team and finding additional players as needed to fill the match.

To start matchmaking, provide a unique ticket ID, specify a matchmaking configuration, and include the players to be matched. You must also include any player attributes that are required by the matchmaking configuration's rule set. If successful, a matchmaking ticket is returned with status set to QUEUED.

Track matchmaking events to respond as needed and acquire game session connection information for successfully completed matches. Ticket status updates are tracked using event notification through Amazon Simple Notification Service (SNS), which is defined in the matchmaking configuration.

Learn more

Add FlexMatch to a game client

Set Up FlexMatch event notification

How GameLift FlexMatch works

Related actions

StartMatchmaking | DescribeMatchmaking | StopMatchmaking | AcceptMatch | StartMatchBackfill | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.StartMatchmaking", "responses": [ { "uuid": "4c35354d-e48a-4388-95dd-224c9123439e", "body": "{\n \"MatchmakingTicket\": {\n \"TicketId\": \"\",\n \"ConfigurationName\": \"\",\n \"ConfigurationArn\": \"\",\n \"Status\": \"\",\n \"StatusReason\": \"\",\n \"StatusMessage\": \"\",\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"Players\": [\n {\n \"PlayerId\": \"\",\n \"PlayerAttributes\": {},\n \"Team\": \"\",\n \"LatencyInMs\": {}\n }\n ],\n \"GameSessionConnectionInfo\": {\n \"GameSessionArn\": \"\",\n \"IpAddress\": \"\",\n \"DnsName\": \"\",\n \"Port\": {{faker 'number.int' max=99999}},\n \"MatchedPlayerSessions\": [\n {\n \"PlayerId\": \"\",\n \"PlayerSessionId\": \"\"\n }\n ]\n },\n \"EstimatedWaitTime\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "494b2b06-4848-4f6c-b147-d5d6616a7ee5", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a9dea1f1-3949-4732-a72e-306602882367", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d1664cb2-e829-479b-97d9-08d74a7066f4", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d05dff25-cf32-4a15-aa59-f6bf38350cea", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnsupportedRegionException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0feb57da-6c22-4083-b8c8-35a001df6eec", "documentation": "

Suspends certain types of activity in a fleet location. Currently, this operation is used to stop auto-scaling activity. For multi-location fleets, fleet actions are managed separately for each location.

Stopping fleet actions has several potential purposes. It allows you to temporarily stop auto-scaling activity but retain your scaling policies for use in the future. For multi-location fleets, you can set up fleet-wide auto-scaling, and then opt out of it for certain locations.

This operation can be used in the following ways:

If successful, GameLift no longer initiates scaling events except in response to manual changes using UpdateFleetCapacity. You can view a fleet's stopped actions using DescribeFleetAttributes or DescribeFleetLocationAttributes. Suspended activity can be restarted using StartFleetActions.

Learn more

Setting up GameLift Fleets

Related actions

CreateFleet | UpdateFleetCapacity | PutScalingPolicy | DescribeEC2InstanceLimits | DescribeFleetAttributes | DescribeFleetLocationAttributes | UpdateFleetAttributes | StopFleetActions | DeleteFleet | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.StopFleetActions", "responses": [ { "uuid": "294dfd4c-1e2d-4940-bc83-9218f6a460fb", "body": "{\n \"FleetId\": \"\",\n \"FleetArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a8903525-8dc0-4c94-be97-519255f21eb6", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3ff51026-3541-41a1-9726-df225de8c15c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9713c712-69ec-4b9f-bbfc-5438818e0f55", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6672d16c-ca75-4dc1-834b-916224940c55", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "560ff9d3-9253-489b-8846-fa5adbc1c4f8", "documentation": "

Cancels a game session placement that is in PENDING status. To stop a placement, provide the placement ID values. If successful, the placement is moved to CANCELLED status.

Related actions

CreateGameSession | DescribeGameSessions | DescribeGameSessionDetails | SearchGameSessions | UpdateGameSession | GetGameSessionLogUrl | StartGameSessionPlacement | DescribeGameSessionPlacement | StopGameSessionPlacement | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.StopGameSessionPlacement", "responses": [ { "uuid": "4cfd4c4e-f95f-4b1e-b287-c410bb1b56fd", "body": "{\n \"GameSessionPlacement\": {\n \"PlacementId\": \"\",\n \"GameSessionQueueName\": \"\",\n \"Status\": \"\",\n \"GameProperties\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"MaximumPlayerSessionCount\": {{faker 'number.int' max=99999}},\n \"GameSessionName\": \"\",\n \"GameSessionId\": \"\",\n \"GameSessionArn\": \"\",\n \"GameSessionRegion\": \"\",\n \"PlayerLatencies\": [\n {\n \"PlayerId\": \"\",\n \"RegionIdentifier\": \"\",\n \"LatencyInMilliseconds\": {{faker 'number.float'}}\n }\n ],\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"IpAddress\": \"\",\n \"DnsName\": \"\",\n \"Port\": {{faker 'number.int' max=99999}},\n \"PlacedPlayerSessions\": [\n {\n \"PlayerId\": \"\",\n \"PlayerSessionId\": \"\"\n }\n ],\n \"GameSessionData\": \"\",\n \"MatchmakerData\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ed25ccf8-7fbb-4d72-aa9f-f948a3706bc2", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c65de0c3-55c3-4ae3-87f0-65ed4962ec3a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2a74d438-246e-438b-81c1-c40fd973a816", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "439b3817-2812-4cc6-87a7-f684660046b6", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b56ccc25-d22a-4c2f-8b3e-469014e27fcf", "documentation": "

Cancels a matchmaking ticket or match backfill ticket that is currently being processed. To stop the matchmaking operation, specify the ticket ID. If successful, work on the ticket is stopped, and the ticket status is changed to CANCELLED.

This call is also used to turn off automatic backfill for an individual game session. This is for game sessions that are created with a matchmaking configuration that has automatic backfill enabled. The ticket ID is included in the MatchmakerData of an updated game session object, which is provided to the game server.

If the operation is successful, the service sends back an empty JSON struct with the HTTP 200 response (not an empty HTTP body).

Learn more

Add FlexMatch to a game client

Related actions

StartMatchmaking | DescribeMatchmaking | StopMatchmaking | AcceptMatch | StartMatchBackfill | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.StopMatchmaking", "responses": [ { "uuid": "6754d15a-b546-465b-bccd-0fb2ac6d976c", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fdb2e675-d757-4599-a719-a57d07ae4d31", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1c36e1a7-8f6b-42dc-8492-15a0e7a8c44b", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1ec02bf1-7cbe-497c-941b-c49ccc69bc4c", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a8c61af9-b78d-4816-898f-305f121c2966", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnsupportedRegionException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b4b17b0c-fd78-41bf-a4a5-5ba95d3af9ca", "documentation": "

This operation is used with the GameLift FleetIQ solution and game server groups.

Temporarily stops activity on a game server group without terminating instances or the game server group. You can restart activity by calling ResumeGameServerGroup. You can suspend the following activity:

To suspend activity, specify a game server group ARN and the type of activity to be suspended. If successful, a GameServerGroup object is returned showing that the activity is listed in SuspendedActions.

Learn more

GameLift FleetIQ Guide

Related actions

CreateGameServerGroup | ListGameServerGroups | DescribeGameServerGroup | UpdateGameServerGroup | DeleteGameServerGroup | ResumeGameServerGroup | SuspendGameServerGroup | DescribeGameServerInstances | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.SuspendGameServerGroup", "responses": [ { "uuid": "75720ddd-2c75-4998-b58f-e71eacd7b943", "body": "{\n \"GameServerGroup\": {\n \"GameServerGroupName\": \"\",\n \"GameServerGroupArn\": \"\",\n \"RoleArn\": \"\",\n \"InstanceDefinitions\": [\n {\n \"InstanceType\": \"\",\n \"WeightedCapacity\": \"\"\n }\n ],\n \"BalancingStrategy\": \"\",\n \"GameServerProtectionPolicy\": \"\",\n \"AutoScalingGroupArn\": \"\",\n \"Status\": \"\",\n \"StatusReason\": \"\",\n \"SuspendedActions\": [\n \"{{oneOf (array 'REPLACE_INSTANCE_TYPES')}}\"\n ],\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a9e28161-a6eb-4c0c-a91c-57fa2e5ee4fc", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fc69107d-b4ee-465d-a11d-275112bc8a3a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "629282bc-ba11-4f7d-9380-4147e30dbb26", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "33222e4f-5f44-44c1-88c8-d2143b1d362c", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c87b8f4e-ff4a-46c0-8c67-6def46cc3862", "documentation": "

Assigns a tag to a GameLift resource. AWS resource tags provide an additional management tool set. You can use tags to organize resources, create IAM permissions policies to manage access to groups of resources, customize AWS cost breakdowns, etc. This operation handles the permissions necessary to manage tags for the following GameLift resource types:

To add a tag to a resource, specify the unique ARN value for the resource and provide a tag list containing one or more tags. The operation succeeds even if the list includes tags that are already assigned to the specified resource.

Learn more

Tagging AWS Resources in the AWS General Reference

AWS Tagging Strategies

Related actions

TagResource | UntagResource | ListTagsForResource | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.TagResource", "responses": [ { "uuid": "9f76b112-ff92-49b8-8c24-5e1bf9280c82", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "602d4afe-b394-4ddc-8c6f-1a746976c763", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5fddb28d-d810-4e35-a0ca-f28d520c035f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "43269cdb-bdcb-4c91-a534-442dc8341e70", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "TaggingFailedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f3a7bb7c-c47e-40a4-af31-2ec505733f07", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cdcd223a-aa24-422e-b294-e2bb1e901906", "documentation": "

Removes a tag that is assigned to a GameLift resource. Resource tags are used to organize AWS resources for a range of purposes. This operation handles the permissions necessary to manage tags for the following GameLift resource types:

To remove a tag from a resource, specify the unique ARN value for the resource and provide a string list containing one or more tags to be removed. This operation succeeds even if the list includes tags that are not currently assigned to the specified resource.

Learn more

Tagging AWS Resources in the AWS General Reference

AWS Tagging Strategies

Related actions

TagResource | UntagResource | ListTagsForResource | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.UntagResource", "responses": [ { "uuid": "300b550b-6ae4-498a-bd66-465923bbdd60", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4ba72d33-44b9-4e21-94a2-4fe382b596fd", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f8bd0d3c-122b-491f-94c5-545b522369c7", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4261c79a-8993-4a2c-ab7f-4801e17b3704", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "TaggingFailedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "25d27b1d-f960-4ca6-98d5-8065dbe482d2", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "accbbbe9-2be4-408c-82f3-27ddbfa4250f", "documentation": "

Updates properties for an alias. To update properties, specify the alias ID to be updated and provide the information to be changed. To reassign an alias to another fleet, provide an updated routing strategy. If successful, the updated alias record is returned.

Related actions

CreateAlias | ListAliases | DescribeAlias | UpdateAlias | DeleteAlias | ResolveAlias | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.UpdateAlias", "responses": [ { "uuid": "3af6f694-ba52-4b83-b33d-3214efc1c92b", "body": "{\n \"Alias\": {\n \"AliasId\": \"\",\n \"Name\": \"\",\n \"AliasArn\": \"\",\n \"Description\": \"\",\n \"RoutingStrategy\": {\n \"Type\": \"\",\n \"FleetId\": \"\",\n \"Message\": \"\"\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a23e0796-e05b-415c-9a88-7e4568d90365", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7e6135a4-44ab-464a-a545-5f8e0a02381a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a0be3534-6300-4028-8af0-508d0ae1e4b3", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "72b84cb3-47f8-416f-917b-6b76ffcb2161", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "19fc1a34-d1ec-4b6c-b170-72e5c0c621d4", "documentation": "

Updates metadata in a build resource, including the build name and version. To update the metadata, specify the build ID to update and provide the new values. If successful, a build object containing the updated metadata is returned.

Learn more

Upload a Custom Server Build

Related actions

CreateBuild | ListBuilds | DescribeBuild | UpdateBuild | DeleteBuild | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.UpdateBuild", "responses": [ { "uuid": "0ebcd5ac-1fe9-4bad-8515-9bb6a507e920", "body": "{\n \"Build\": {\n \"BuildId\": \"\",\n \"BuildArn\": \"\",\n \"Name\": \"\",\n \"Version\": \"\",\n \"Status\": \"\",\n \"SizeOnDisk\": {{faker 'number.int' max=99999}},\n \"OperatingSystem\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1f9739e9-7db5-43b5-b3f8-c7c7193f37b6", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2ac86d78-9cf3-43f3-b5a2-9d2fb6385097", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7e682169-01f8-4fa0-9101-f27b91352718", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "29d49676-3f9e-4de5-9b99-3a4946001a5e", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "389ab717-ade3-4fe8-8ec9-d7b8ba40820c", "documentation": "

Updates a fleet's mutable attributes, including game session protection and resource creation limits.

To update fleet attributes, specify the fleet ID and the property values that you want to change.

If successful, an updated FleetAttributes object is returned.

Learn more

Setting up GameLift fleets

Related actions

CreateFleetLocations | UpdateFleetAttributes | UpdateFleetCapacity | UpdateFleetPortSettings | UpdateRuntimeConfiguration | StopFleetActions | StartFleetActions | PutScalingPolicy | DeleteFleet | DeleteFleetLocations | DeleteScalingPolicy | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.UpdateFleetAttributes", "responses": [ { "uuid": "aa6db449-22ca-4db0-9ffe-edc9e05652fd", "body": "{\n \"FleetId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6841f4d5-fe96-4af6-8f70-b516bd1d7f9a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a264edf7-7e12-4c66-ad7a-3fb4de464a9d", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "967ebf59-0b50-42bc-8c51-2cffb6e953b6", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidFleetStatusException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "96689e68-8296-4062-8c9f-8b812b662792", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "993ad673-37b2-498a-a222-ad0ecec4aef2", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f8cbed46-975e-4756-9bf4-83c96d1b7ce5", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "985e3811-8221-41ab-b9e1-26fcbe738522", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "895d461e-254f-47ac-a2a8-bb9fa8e1124e", "documentation": "

Updates capacity settings for a fleet. For fleets with multiple locations, use this operation to manage capacity settings in each location individually. Fleet capacity determines the number of game sessions and players that can be hosted based on the fleet configuration. Use this operation to set the following fleet capacity properties:

This operation can be used in the following ways:

If successful, capacity settings are updated immediately. In response a change in desired capacity, GameLift initiates steps to start new instances or terminate existing instances in the requested fleet location. This continues until the location's active instance count matches the new desired instance count. You can track a fleet's current capacity by calling DescribeFleetCapacity or DescribeFleetLocationCapacity. If the requested desired instance count is higher than the instance type's limit, the LimitExceeded exception occurs.

Learn more

Scaling fleet capacity

Related actions

CreateFleetLocations | UpdateFleetAttributes | UpdateFleetCapacity | UpdateFleetPortSettings | UpdateRuntimeConfiguration | StopFleetActions | StartFleetActions | PutScalingPolicy | DeleteFleet | DeleteFleetLocations | DeleteScalingPolicy | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.UpdateFleetCapacity", "responses": [ { "uuid": "bdb587c9-46fd-4af5-8006-25107efd82a3", "body": "{\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"Location\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0513ea6f-c3c8-4f19-9529-facdd164d646", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "036dd053-f442-4570-bed5-e28bf06643d3", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3b7db4f8-5e40-401a-8346-e0e5cc3cbe09", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4a531119-90a9-474f-a241-af58f2cd9e00", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidFleetStatusException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1d40e871-44c7-4fa8-9cd9-9d2642e019be", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "973b5759-0294-433f-b4e4-c923132c39e0", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "23e98573-384d-4ef0-bb58-6712feb6b719", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3deda3c3-3207-49f6-a553-173a7d208033", "documentation": "

Updates permissions that allow inbound traffic to connect to game sessions that are being hosted on instances in the fleet.

To update settings, specify the fleet ID to be updated and specify the changes to be made. List the permissions you want to add in InboundPermissionAuthorizations, and permissions you want to remove in InboundPermissionRevocations. Permissions to be removed must match existing fleet permissions.

If successful, the fleet ID for the updated fleet is returned. For fleets with remote locations, port setting updates can take time to propagate across all locations. You can check the status of updates in each location by calling DescribeFleetPortSettings with a location name.

Learn more

Setting up GameLift fleets

Related actions

CreateFleetLocations | UpdateFleetAttributes | UpdateFleetCapacity | UpdateFleetPortSettings | UpdateRuntimeConfiguration | StopFleetActions | StartFleetActions | PutScalingPolicy | DeleteFleet | DeleteFleetLocations | DeleteScalingPolicy | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.UpdateFleetPortSettings", "responses": [ { "uuid": "aa760ecb-3736-4407-9272-5b757e40ea56", "body": "{\n \"FleetId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dceb917b-1cc8-477f-82fe-4b6f64b77795", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "24f17db6-935f-42e7-a92b-2e2fbcfa3e3a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bfc2f892-8004-4894-aa91-7c1ca7e34683", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidFleetStatusException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2227cb1e-07f2-437d-a8ce-a852eb966039", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "77e19482-59d9-489f-9d75-10504ca8a267", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bc7f4917-1e7d-4726-8674-9406e1aa0381", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0510a501-ce7f-4ede-a8f6-215ddf14e9f0", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e89fa468-1863-49e5-bc7e-be1ee6d4f7de", "documentation": "

This operation is used with the GameLift FleetIQ solution and game server groups.

Updates information about a registered game server to help GameLift FleetIQ to track game server availability. This operation is called by a game server process that is running on an instance in a game server group.

Use this operation to update the following types of game server information. You can make all three types of updates in the same request:

Once a game server is successfully updated, the relevant statuses and timestamps are updated.

Learn more

GameLift FleetIQ Guide

Related actions

RegisterGameServer | ListGameServers | ClaimGameServer | DescribeGameServer | UpdateGameServer | DeregisterGameServer | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.UpdateGameServer", "responses": [ { "uuid": "d55ba1bd-6b71-4c1c-9945-9017a0f8907d", "body": "{\n \"GameServer\": {\n \"GameServerGroupName\": \"\",\n \"GameServerGroupArn\": \"\",\n \"GameServerId\": \"\",\n \"InstanceId\": \"\",\n \"ConnectionInfo\": \"\",\n \"GameServerData\": \"\",\n \"ClaimStatus\": \"\",\n \"UtilizationStatus\": \"\",\n \"RegistrationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastClaimTime\": \"{{faker 'date.recent' 365}}\",\n \"LastHealthCheckTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d4008d08-3c9e-4ce0-b4d4-5c3c29f7640f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fe45a468-f7f1-48a6-b2d0-4a8618d8fa10", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8f54d2c3-7f58-4647-b00d-a1ffe44159fa", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9f0a7bd0-2098-4724-8274-e4a6775727d1", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a44e0da8-1be7-4a04-ab20-484bf2dab804", "documentation": "

This operation is used with the GameLift FleetIQ solution and game server groups.

Updates GameLift FleetIQ-specific properties for a game server group. Many Auto Scaling group properties are updated on the Auto Scaling group directly, including the launch template, Auto Scaling policies, and maximum/minimum/desired instance counts.

To update the game server group, specify the game server group ID and provide the updated values. Before applying the updates, the new values are validated to ensure that GameLift FleetIQ can continue to perform instance balancing activity. If successful, a GameServerGroup object is returned.

Learn more

GameLift FleetIQ Guide

Related actions

CreateGameServerGroup | ListGameServerGroups | DescribeGameServerGroup | UpdateGameServerGroup | DeleteGameServerGroup | ResumeGameServerGroup | SuspendGameServerGroup | DescribeGameServerInstances | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.UpdateGameServerGroup", "responses": [ { "uuid": "17996882-d1a7-410f-a17b-b83d45028bb9", "body": "{\n \"GameServerGroup\": {\n \"GameServerGroupName\": \"\",\n \"GameServerGroupArn\": \"\",\n \"RoleArn\": \"\",\n \"InstanceDefinitions\": [\n {\n \"InstanceType\": \"\",\n \"WeightedCapacity\": \"\"\n }\n ],\n \"BalancingStrategy\": \"\",\n \"GameServerProtectionPolicy\": \"\",\n \"AutoScalingGroupArn\": \"\",\n \"Status\": \"\",\n \"StatusReason\": \"\",\n \"SuspendedActions\": [\n \"{{oneOf (array 'REPLACE_INSTANCE_TYPES')}}\"\n ],\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fd721452-6dcf-4f0b-8f9e-e3633d79cb72", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "409dd6a9-a85c-4b8e-a71c-6e5e8988cc0c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ec145895-8ec7-465a-b164-77061a7e4f38", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a8b9fcc0-e8bd-4046-916f-c6873fccec91", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "730aecc5-f441-4927-8755-f4badbd26019", "documentation": "

Updates the mutable properties of a game session.

To update a game session, specify the game session ID and the values you want to change.

If successful, the updated GameSession object is returned.

Related actions

CreateGameSession | DescribeGameSessions | DescribeGameSessionDetails | SearchGameSessions | UpdateGameSession | GetGameSessionLogUrl | StartGameSessionPlacement | DescribeGameSessionPlacement | StopGameSessionPlacement | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.UpdateGameSession", "responses": [ { "uuid": "4f45423a-5597-46d8-a022-17b0446b14c9", "body": "{\n \"GameSession\": {\n \"GameSessionId\": \"\",\n \"Name\": \"\",\n \"FleetId\": \"\",\n \"FleetArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TerminationTime\": \"{{faker 'date.recent' 365}}\",\n \"CurrentPlayerSessionCount\": {{faker 'number.int' max=99999}},\n \"MaximumPlayerSessionCount\": {{faker 'number.int' max=99999}},\n \"Status\": \"\",\n \"StatusReason\": \"\",\n \"GameProperties\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"IpAddress\": \"\",\n \"DnsName\": \"\",\n \"Port\": {{faker 'number.int' max=99999}},\n \"PlayerSessionCreationPolicy\": \"\",\n \"CreatorId\": \"\",\n \"GameSessionData\": \"\",\n \"MatchmakerData\": \"\",\n \"Location\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "80e486ca-f03a-4060-b7e2-86f4bd517c88", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "519b777d-3e88-4a34-b132-c5cc3461f94a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "03118ca7-a8e9-4ed1-bd11-11726bd417e7", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c84a0457-90ea-4817-8845-37769669e96f", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c19542da-3088-437f-ba4f-b175ec440df3", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidGameSessionStatusException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7391714b-9d83-4817-b0b4-68595524cd7a", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f7ef5144-0441-40d8-a2d8-e048b094dfb3", "documentation": "

Updates the configuration of a game session queue, which determines how the queue processes new game session requests. To update settings, specify the queue name to be updated and provide the new settings. When updating destinations, provide a complete list of destinations.

Learn more

Using Multi-Region Queues

Related actions

CreateGameSessionQueue | DescribeGameSessionQueues | UpdateGameSessionQueue | DeleteGameSessionQueue | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.UpdateGameSessionQueue", "responses": [ { "uuid": "b73a775c-b0d2-47f9-beb2-8596a9bcb9cf", "body": "{\n \"GameSessionQueue\": {\n \"Name\": \"\",\n \"GameSessionQueueArn\": \"\",\n \"TimeoutInSeconds\": {{faker 'number.int' max=99999}},\n \"PlayerLatencyPolicies\": [\n {\n \"MaximumIndividualPlayerLatencyMilliseconds\": {{faker 'number.int' max=99999}},\n \"PolicyDurationSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Destinations\": [\n {\n \"DestinationArn\": \"\"\n }\n ],\n \"FilterConfiguration\": {\n \"AllowedLocations\": [\n \"\"\n ]\n },\n \"PriorityConfiguration\": {\n \"PriorityOrder\": [\n \"{{oneOf (array 'LATENCY' 'COST' 'DESTINATION' 'LOCATION')}}\"\n ],\n \"LocationOrder\": [\n \"\"\n ]\n },\n \"CustomEventData\": \"\",\n \"NotificationTarget\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "946a24fa-407b-4af8-a032-3e9647e2ca10", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3f91d434-a0f9-4b3f-8951-14de917411a7", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "351da156-944e-49df-9dac-8c0960c1789c", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3fbdb846-2e52-4e84-9cd4-b6ea7aec869d", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bcc0a879-1513-480b-90aa-9fe9d4eaa1d4", "documentation": "

Updates settings for a FlexMatch matchmaking configuration. These changes affect all matches and game sessions that are created after the update. To update settings, specify the configuration name to be updated and provide the new settings.

Learn more

Design a FlexMatch matchmaker

Related actions

CreateMatchmakingConfiguration | DescribeMatchmakingConfigurations | UpdateMatchmakingConfiguration | DeleteMatchmakingConfiguration | CreateMatchmakingRuleSet | DescribeMatchmakingRuleSets | ValidateMatchmakingRuleSet | DeleteMatchmakingRuleSet | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.UpdateMatchmakingConfiguration", "responses": [ { "uuid": "09526d67-ee97-4b9b-b4fa-b7bb465447af", "body": "{\n \"Configuration\": {\n \"Name\": \"\",\n \"ConfigurationArn\": \"\",\n \"Description\": \"\",\n \"GameSessionQueueArns\": [\n \"\"\n ],\n \"RequestTimeoutSeconds\": {{faker 'number.int' max=99999}},\n \"AcceptanceTimeoutSeconds\": {{faker 'number.int' max=99999}},\n \"AcceptanceRequired\": {{faker 'datatype.boolean'}},\n \"RuleSetName\": \"\",\n \"RuleSetArn\": \"\",\n \"NotificationTarget\": \"\",\n \"AdditionalPlayerCount\": {{faker 'number.int' max=99999}},\n \"CustomEventData\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"GameProperties\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"GameSessionData\": \"\",\n \"BackfillMode\": \"\",\n \"FlexMatchMode\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f35e1cae-4514-4a46-afdb-9819ec9c5130", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "65971696-a343-4aed-93bd-4330497b9162", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9581f684-55f1-4740-a1af-5af6b8cc3e75", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e1690699-5c2d-41fa-9ef0-1cfefa0b3fa9", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "UnsupportedRegionException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "63279f25-4e73-4384-a8ff-92c404d09ade", "documentation": "

Updates the current runtime configuration for the specified fleet, which tells GameLift how to launch server processes on all instances in the fleet. You can update a fleet's runtime configuration at any time after the fleet is created; it does not need to be in ACTIVE status.

To update runtime configuration, specify the fleet ID and provide a RuntimeConfiguration with an updated set of server process configurations.

If successful, the fleet's runtime configuration settings are updated. Each instance in the fleet regularly checks for and retrieves updated runtime configurations. Instances immediately begin complying with the new configuration by launching new server processes or not replacing existing processes when they shut down. Updating a fleet's runtime configuration never affects existing server processes.

Learn more

Setting up GameLift fleets

Related actions

CreateFleetLocations | UpdateFleetAttributes | UpdateFleetCapacity | UpdateFleetPortSettings | UpdateRuntimeConfiguration | StopFleetActions | StartFleetActions | PutScalingPolicy | DeleteFleet | DeleteFleetLocations | DeleteScalingPolicy | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.UpdateRuntimeConfiguration", "responses": [ { "uuid": "67c289e0-2680-494c-b4d9-5c087fe5454e", "body": "{\n \"RuntimeConfiguration\": {\n \"ServerProcesses\": [\n {\n \"LaunchPath\": \"\",\n \"Parameters\": \"\",\n \"ConcurrentExecutions\": {{faker 'number.int' max=99999}}\n }\n ],\n \"MaxConcurrentGameSessionActivations\": {{faker 'number.int' max=99999}},\n \"GameSessionActivationTimeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2319c73a-e32b-493d-8f23-22654d401284", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "56d59db7-625c-4591-83c6-527e7dac6c37", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b08de138-af3d-4b0d-9f82-947d201e9955", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2ee87254-8332-4352-b05d-c1cfb5bf72aa", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "90aa6656-b7dc-41cc-b85b-4697d690e9a9", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidFleetStatusException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a23c8b24-9406-48f8-b849-58b838c7f61b", "documentation": "

Updates Realtime script metadata and content.

To update script metadata, specify the script ID and provide updated name and/or version values.

To update script content, provide an updated zip file by pointing to either a local file or an Amazon S3 bucket location. You can use either method regardless of how the original script was uploaded. Use the Version parameter to track updates to the script.

If the call is successful, the updated metadata is stored in the script record and a revised script is uploaded to the Amazon GameLift service. Once the script is updated and acquired by a fleet instance, the new version is used for all new game sessions.

Learn more

Amazon GameLift Realtime Servers

Related actions

CreateScript | ListScripts | DescribeScript | UpdateScript | DeleteScript | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.UpdateScript", "responses": [ { "uuid": "1c56de39-93f8-466b-9642-ed177b479711", "body": "{\n \"Script\": {\n \"ScriptId\": \"\",\n \"ScriptArn\": \"\",\n \"Name\": \"\",\n \"Version\": \"\",\n \"SizeOnDisk\": {{faker 'number.int' max=99999}},\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"StorageLocation\": {\n \"Bucket\": \"\",\n \"Key\": \"\",\n \"RoleArn\": \"\",\n \"ObjectVersion\": \"\"\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8c6286de-3ae1-4af6-87b1-a9719e868bbc", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1824cfb6-d2e5-4f61-9dbb-e8a33232179f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b6988146-4c2b-456f-93c1-94aef19693aa", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "67b43941-6cd7-48e8-833d-bdcdbe7cd478", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "18258d50-310a-42a7-bae6-4511f0bb7617", "documentation": "

Validates the syntax of a matchmaking rule or rule set. This operation checks that the rule set is using syntactically correct JSON and that it conforms to allowed property expressions. To validate syntax, provide a rule set JSON string.

Learn more

Related actions

CreateMatchmakingConfiguration | DescribeMatchmakingConfigurations | UpdateMatchmakingConfiguration | DeleteMatchmakingConfiguration | CreateMatchmakingRuleSet | DescribeMatchmakingRuleSets | ValidateMatchmakingRuleSet | DeleteMatchmakingRuleSet | All APIs by task

", "method": "post", "endpoint": "#X-Amz-Target=GameLift.ValidateMatchmakingRuleSet", "responses": [ { "uuid": "f625e1ab-9914-4f1e-a85c-12b7a682a9ca", "body": "{\n \"Valid\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "62e921cb-4b23-46a5-b2ed-0c4c3da9b606", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServiceException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6dfab2f7-a409-400a-8249-1d371d10155a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnsupportedRegionException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6707c1cb-bc20-445d-8bb5-3ffc3b23360b", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "5a7c6e1d-ac17-4681-bed2-8505e59505c8" }, { "type": "route", "uuid": "41712529-f676-4eab-905b-57ebe4ea07a8" }, { "type": "route", "uuid": "902bd50c-175a-4a5c-8a5d-964c990d4754" }, { "type": "route", "uuid": "5c511bb6-624c-412e-916b-c1e643905839" }, { "type": "route", "uuid": "0412d6a4-e7fa-4af7-b4aa-94754a43dc89" }, { "type": "route", "uuid": "b647fb06-3a4b-4a69-8258-0d007c557236" }, { "type": "route", "uuid": "bfb16d10-8341-4cf8-9dfe-31bf56ec6386" }, { "type": "route", "uuid": "98056e2c-2289-4815-ab9b-e41cfa1d93c7" }, { "type": "route", "uuid": "9e3c9d77-590d-4324-9c12-301022a85627" }, { "type": "route", "uuid": "c7e4ff7e-6905-42d7-8e37-c954b15c0ada" }, { "type": "route", "uuid": "2c90194c-45c2-44e7-941f-ee809981b96c" }, { "type": "route", "uuid": "1349e30d-cdbf-48d0-a48d-e86280ec7b4c" }, { "type": "route", "uuid": "2a40c38a-160c-4990-906a-aa565a6e46a1" }, { "type": "route", "uuid": "ac6abc4d-a92f-4f88-940e-eb50bdb88dc9" }, { "type": "route", "uuid": "f9f1ea21-d3ea-42d1-8904-99b3e07a7e62" }, { "type": "route", "uuid": "145ed3c3-1e83-4307-82ef-71f6dff3bcc9" }, { "type": "route", "uuid": "dc98b2fc-aa2d-4868-8c5b-4b2bd94d6cc1" }, { "type": "route", "uuid": "4a88dfbe-27dc-4a20-b026-1950c3fafd8b" }, { "type": "route", "uuid": "3190e77e-214e-480a-b49e-cdbd85dc3234" }, { "type": "route", "uuid": "14b043af-1de3-436a-a5ff-8b634670bbef" }, { "type": "route", "uuid": "be5b4def-e7b4-4598-85c8-0338c72e6d72" }, { "type": "route", "uuid": "3b98bed4-80a9-49c6-a243-a921b6a6cf12" }, { "type": "route", "uuid": "195f742e-3296-4793-8070-c382dca5ce48" }, { "type": "route", "uuid": "c9f79a9c-d8f6-44a4-b35f-47ccb4de4aa4" }, { "type": "route", "uuid": "7789bb8a-58c5-4f93-ad25-2edad00c405c" }, { "type": "route", "uuid": "926b4a11-c399-4b64-9218-2c418b2b872d" }, { "type": "route", "uuid": "b85c2b20-5633-4312-ad1e-8e657f8a5904" }, { "type": "route", "uuid": "ee6dfb24-8876-4322-b60e-ad1490476a31" }, { "type": "route", "uuid": "607a70c0-2616-4093-ae0e-d6db8bc29ff6" }, { "type": "route", "uuid": "7b57ec8a-d157-4fe2-9c15-c962fdd2034f" }, { "type": "route", "uuid": "c76f5280-05bd-4916-8888-6be12c04d68a" }, { "type": "route", "uuid": "c30695a3-1087-4b10-943d-08ff20135a8c" }, { "type": "route", "uuid": "c56dbd20-d2bb-4698-85d8-0d002d35146d" }, { "type": "route", "uuid": "df35368a-b5d8-4422-938b-5ffefd78bfb8" }, { "type": "route", "uuid": "bc0a69a2-46a9-4fec-a8de-6af66d730d78" }, { "type": "route", "uuid": "eb48c7fe-83d0-4409-9a82-649319eec4b4" }, { "type": "route", "uuid": "9b5b0318-8e9a-43c5-9919-5acfb3e5a0a7" }, { "type": "route", "uuid": "3269b2f1-0fcd-45e0-80c7-cf8253760263" }, { "type": "route", "uuid": "39b86a6c-11e2-48eb-8a7f-81c3d77055b9" }, { "type": "route", "uuid": "73883aa3-1029-4db4-9bca-ca0e4fb33b9f" }, { "type": "route", "uuid": "2751b3db-cfc4-41cf-aef6-c0ab8a1bc21a" }, { "type": "route", "uuid": "8b90d6c9-dcdd-401c-8239-2c5b54357c9f" }, { "type": "route", "uuid": "ab01211f-f269-49e6-bb6c-834030b484a1" }, { "type": "route", "uuid": "fcb06ee4-7406-4844-b081-0f52902d60ce" }, { "type": "route", "uuid": "eb73a5ba-1955-4252-bbf0-673b3fe3e5ff" }, { "type": "route", "uuid": "e029b924-23ae-42be-be8b-d04c3dc05d02" }, { "type": "route", "uuid": "927c88ff-9366-48e7-b2d9-7047201350eb" }, { "type": "route", "uuid": "e80fbc42-a074-43b2-8fa7-5b5509aa7b5e" }, { "type": "route", "uuid": "660ca1cc-9473-4e6b-b441-c6b946b2372d" }, { "type": "route", "uuid": "d79e2ecb-50bf-45c2-ac6b-3f623935504e" }, { "type": "route", "uuid": "a232f663-26b3-4193-a9eb-746dad74e6a4" }, { "type": "route", "uuid": "ddcb1ad8-44c6-428b-9428-f32d256391f8" }, { "type": "route", "uuid": "a95bbdf6-e064-4553-a026-a7a2d7a93854" }, { "type": "route", "uuid": "bc0e5403-8c36-4e4a-846b-7496fe5741d7" }, { "type": "route", "uuid": "a9de1dc6-1507-46d2-b008-ce8da2df390d" }, { "type": "route", "uuid": "24affb05-f26c-4f92-af78-fe760803746a" }, { "type": "route", "uuid": "1395c87f-85d3-4470-9374-c83978820da9" }, { "type": "route", "uuid": "9695f023-7c18-40a7-b327-a5c4100387b0" }, { "type": "route", "uuid": "3a507d53-ad81-4c49-9d81-00c3b93aec07" }, { "type": "route", "uuid": "e9c8e37e-d655-4d42-96a2-359bd27afda7" }, { "type": "route", "uuid": "54e67ba8-8ed7-42b2-9bc4-058ecacf5040" }, { "type": "route", "uuid": "06d18d45-0831-4dab-97e5-0b6f23f83401" }, { "type": "route", "uuid": "600b5c4c-2f26-49e4-8d69-2981939d1e24" }, { "type": "route", "uuid": "de0d1ff1-1816-42aa-a4c5-56c384e328ea" }, { "type": "route", "uuid": "e054bf7f-c5be-4af0-b2bb-22da02f32e35" }, { "type": "route", "uuid": "93eb81f2-87a6-4222-b4b5-e6e4105a72c9" }, { "type": "route", "uuid": "dd21c75f-c1a1-4de7-9ff8-78ace9b4e0e8" }, { "type": "route", "uuid": "235f1b54-5881-4e0e-803a-792c00c2dd00" }, { "type": "route", "uuid": "9b23148c-2de3-486b-b6c1-3c05703b3f9e" }, { "type": "route", "uuid": "ebd54382-9422-427f-8a8d-8d34e7a3bcad" }, { "type": "route", "uuid": "dd86b114-a47b-4ae6-8878-e314d3ce5026" }, { "type": "route", "uuid": "e5b6ac33-ecb5-4ed3-96d5-a1552030a75e" }, { "type": "route", "uuid": "259bd9a4-3d0e-47b1-a110-c437b240a2ae" }, { "type": "route", "uuid": "ae800eb8-f359-4094-9594-651a43104c18" }, { "type": "route", "uuid": "9bbf4661-909d-440e-b357-ee2fc053e6ef" }, { "type": "route", "uuid": "aa433890-b786-4b16-92b2-b51ed2526e8c" }, { "type": "route", "uuid": "0feb57da-6c22-4083-b8c8-35a001df6eec" }, { "type": "route", "uuid": "560ff9d3-9253-489b-8846-fa5adbc1c4f8" }, { "type": "route", "uuid": "b56ccc25-d22a-4c2f-8b3e-469014e27fcf" }, { "type": "route", "uuid": "b4b17b0c-fd78-41bf-a4a5-5ba95d3af9ca" }, { "type": "route", "uuid": "c87b8f4e-ff4a-46c0-8c67-6def46cc3862" }, { "type": "route", "uuid": "cdcd223a-aa24-422e-b294-e2bb1e901906" }, { "type": "route", "uuid": "accbbbe9-2be4-408c-82f3-27ddbfa4250f" }, { "type": "route", "uuid": "19fc1a34-d1ec-4b6c-b170-72e5c0c621d4" }, { "type": "route", "uuid": "389ab717-ade3-4fe8-8ec9-d7b8ba40820c" }, { "type": "route", "uuid": "895d461e-254f-47ac-a2a8-bb9fa8e1124e" }, { "type": "route", "uuid": "3deda3c3-3207-49f6-a553-173a7d208033" }, { "type": "route", "uuid": "e89fa468-1863-49e5-bc7e-be1ee6d4f7de" }, { "type": "route", "uuid": "a44e0da8-1be7-4a04-ab20-484bf2dab804" }, { "type": "route", "uuid": "730aecc5-f441-4927-8755-f4badbd26019" }, { "type": "route", "uuid": "f7ef5144-0441-40d8-a2d8-e048b094dfb3" }, { "type": "route", "uuid": "bcc0a879-1513-480b-90aa-9fe9d4eaa1d4" }, { "type": "route", "uuid": "63279f25-4e73-4384-a8ff-92c404d09ade" }, { "type": "route", "uuid": "a23c8b24-9406-48f8-b849-58b838c7f61b" }, { "type": "route", "uuid": "18258d50-310a-42a7-bae6-4511f0bb7617" } ] }