amazonka-gamesparks-2.0: Amazon GameSparks SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GamesParks.Types.StageDetails

Description

 
Synopsis

Documentation

data StageDetails Source #

Properties that provide details of a stage.

See: newStageDetails smart constructor.

Constructors

StageDetails' 

Fields

Instances

Instances details
FromJSON StageDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDetails

Generic StageDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDetails

Associated Types

type Rep StageDetails :: Type -> Type #

Read StageDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDetails

Show StageDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDetails

NFData StageDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDetails

Methods

rnf :: StageDetails -> () #

Eq StageDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDetails

Hashable StageDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDetails

type Rep StageDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDetails

newStageDetails :: StageDetails Source #

Create a value of StageDetails 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:arn:StageDetails', stageDetails_arn - The Amazon Resource Name (ARN) of the stage.

$sel:created:StageDetails', stageDetails_created - The timestamp of when the stage was created.

$sel:description:StageDetails', stageDetails_description - The description of the stage.

$sel:gameKey:StageDetails', stageDetails_gameKey - The game key associated with the stage.

The game key is a unique identifier that the game client uses to connect to the GameSparks backend.

$sel:lastUpdated:StageDetails', stageDetails_lastUpdated - The timestamp of when the stage was last updated.

$sel:logGroup:StageDetails', stageDetails_logGroup - The Amazon CloudWatch log group for game runtimes deployed to the stage.

$sel:name:StageDetails', stageDetails_name - The name of the stage.

$sel:role':StageDetails', stageDetails_role - The Amazon Resource Name (ARN) of the role used to run the game runtimes deployed to the stage.

$sel:state:StageDetails', stageDetails_state - The state of the stage.

$sel:tags:StageDetails', stageDetails_tags - The tags associated with the stage.

stageDetails_arn :: Lens' StageDetails (Maybe Text) Source #

The Amazon Resource Name (ARN) of the stage.

stageDetails_created :: Lens' StageDetails (Maybe UTCTime) Source #

The timestamp of when the stage was created.

stageDetails_description :: Lens' StageDetails (Maybe Text) Source #

The description of the stage.

stageDetails_gameKey :: Lens' StageDetails (Maybe Text) Source #

The game key associated with the stage.

The game key is a unique identifier that the game client uses to connect to the GameSparks backend.

stageDetails_lastUpdated :: Lens' StageDetails (Maybe UTCTime) Source #

The timestamp of when the stage was last updated.

stageDetails_logGroup :: Lens' StageDetails (Maybe Text) Source #

The Amazon CloudWatch log group for game runtimes deployed to the stage.

stageDetails_role :: Lens' StageDetails (Maybe Text) Source #

The Amazon Resource Name (ARN) of the role used to run the game runtimes deployed to the stage.

stageDetails_tags :: Lens' StageDetails (Maybe (HashMap Text Text)) Source #

The tags associated with the stage.