| 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 |
Amazonka.GameLift.Types.GameSessionDetail
Description
Documentation
data GameSessionDetail Source #
A game session's properties plus the protection policy currently in force.
See: newGameSessionDetail smart constructor.
Constructors
| GameSessionDetail' | |
Fields
| |
Instances
newGameSessionDetail :: GameSessionDetail Source #
Create a value of GameSessionDetail 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:gameSession:GameSessionDetail', gameSessionDetail_gameSession - Object that describes a game session.
$sel:protectionPolicy:GameSessionDetail', gameSessionDetail_protectionPolicy - Current status of protection for the game session.
- NoProtection -- The game session can be terminated during a scale-down event.
- FullProtection -- If the game session is in an
ACTIVEstatus, it cannot be terminated during a scale-down event.
gameSessionDetail_gameSession :: Lens' GameSessionDetail (Maybe GameSession) Source #
Object that describes a game session.
gameSessionDetail_protectionPolicy :: Lens' GameSessionDetail (Maybe ProtectionPolicy) Source #
Current status of protection for the game session.
- NoProtection -- The game session can be terminated during a scale-down event.
- FullProtection -- If the game session is in an
ACTIVEstatus, it cannot be terminated during a scale-down event.