Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data GameServerInstance = GameServerInstance' {}
- newGameServerInstance :: GameServerInstance
- gameServerInstance_gameServerGroupArn :: Lens' GameServerInstance (Maybe Text)
- gameServerInstance_gameServerGroupName :: Lens' GameServerInstance (Maybe Text)
- gameServerInstance_instanceId :: Lens' GameServerInstance (Maybe Text)
- gameServerInstance_instanceStatus :: Lens' GameServerInstance (Maybe GameServerInstanceStatus)
Documentation
data GameServerInstance Source #
__This data type is used with the GameLift FleetIQ and game server groups.__
Additional properties, including status, that describe an EC2 instance
in a game server group. Instance configurations are set with game server
group properties (see DescribeGameServerGroup
and with the EC2 launch
template that was used when creating the game server group.
Retrieve game server instances for a game server group by calling
DescribeGameServerInstances
.
See: newGameServerInstance
smart constructor.
GameServerInstance' | |
|
Instances
newGameServerInstance :: GameServerInstance Source #
Create a value of GameServerInstance
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:gameServerGroupArn:GameServerInstance'
, gameServerInstance_gameServerGroupArn
- A generated unique identifier for the game server group that includes
the game server instance.
$sel:gameServerGroupName:GameServerInstance'
, gameServerInstance_gameServerGroupName
- A developer-defined identifier for the game server group that includes
the game server instance. The name is unique for each Region in each
Amazon Web Services account.
$sel:instanceId:GameServerInstance'
, gameServerInstance_instanceId
- The unique identifier for the instance where the game server is running.
This ID is available in the instance metadata. EC2 instance IDs use a
17-character format, for example: i-1234567890abcdef0
.
$sel:instanceStatus:GameServerInstance'
, gameServerInstance_instanceStatus
- Current status of the game server instance
gameServerInstance_gameServerGroupArn :: Lens' GameServerInstance (Maybe Text) Source #
A generated unique identifier for the game server group that includes the game server instance.
gameServerInstance_gameServerGroupName :: Lens' GameServerInstance (Maybe Text) Source #
A developer-defined identifier for the game server group that includes the game server instance. The name is unique for each Region in each Amazon Web Services account.
gameServerInstance_instanceId :: Lens' GameServerInstance (Maybe Text) Source #
The unique identifier for the instance where the game server is running.
This ID is available in the instance metadata. EC2 instance IDs use a
17-character format, for example: i-1234567890abcdef0
.
gameServerInstance_instanceStatus :: Lens' GameServerInstance (Maybe GameServerInstanceStatus) Source #
Current status of the game server instance