Skip to content

/AWS1/CL_GML=>STARTFLEETACTIONS()

About StartFleetActions

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:

  • To restart actions on instances in the fleet's home Region, provide a fleet ID and the type of actions to resume.

  • To restart actions on instances in one of the fleet's remote locations, provide a fleet ID, a location name, and the type of actions to resume.

If successful, Amazon 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.

Learn more

Setting up Amazon GameLift fleets

Method Signature

IMPORTING

Required arguments:

IV_FLEETID TYPE /AWS1/GMLFLEETIDORARN /AWS1/GMLFLEETIDORARN

A unique identifier for the fleet to restart actions on. You can use either the fleet ID or ARN value.

IT_ACTIONS TYPE /AWS1/CL_GMLFLEETACTIONLIST_W=>TT_FLEETACTIONLIST TT_FLEETACTIONLIST

List of actions to restart on the fleet.

Optional arguments:

IV_LOCATION TYPE /AWS1/GMLLOCATIONSTRINGMODEL /AWS1/GMLLOCATIONSTRINGMODEL

The fleet location to restart fleet actions for. Specify a location in the form of an Amazon Web Services Region code, such as us-west-2.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_GMLSTARTFLEETACTSOUT /AWS1/CL_GMLSTARTFLEETACTSOUT