Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data GameSessionDetail Source #
A game session's properties plus the protection policy currently in force.
See: newGameSessionDetail
smart constructor.
GameSessionDetail' | |
|
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
ACTIVE
status, 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
ACTIVE
status, it cannot be terminated during a scale-down event.