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.StageDeploymentSummary

Description

 
Synopsis

Documentation

data StageDeploymentSummary Source #

The summary of the properties of a stage deployment.

See: newStageDeploymentSummary smart constructor.

Constructors

StageDeploymentSummary' 

Fields

Instances

Instances details
FromJSON StageDeploymentSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDeploymentSummary

Generic StageDeploymentSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDeploymentSummary

Associated Types

type Rep StageDeploymentSummary :: Type -> Type #

Read StageDeploymentSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDeploymentSummary

Show StageDeploymentSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDeploymentSummary

NFData StageDeploymentSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDeploymentSummary

Methods

rnf :: StageDeploymentSummary -> () #

Eq StageDeploymentSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDeploymentSummary

Hashable StageDeploymentSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDeploymentSummary

type Rep StageDeploymentSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDeploymentSummary

type Rep StageDeploymentSummary = D1 ('MetaData "StageDeploymentSummary" "Amazonka.GamesParks.Types.StageDeploymentSummary" "amazonka-gamesparks-2.0-Lk18zLarGCU67rMOwLlDG5" 'False) (C1 ('MetaCons "StageDeploymentSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deploymentAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentAction)) :*: (S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deploymentResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentResult)))) :*: (S1 ('MetaSel ('Just "deploymentState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentState)) :*: (S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "snapshotId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newStageDeploymentSummary :: StageDeploymentSummary Source #

Create a value of StageDeploymentSummary 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:deploymentAction:StageDeploymentSummary', stageDeploymentSummary_deploymentAction - The type of action of the deployment.

$sel:deploymentId:StageDeploymentSummary', stageDeploymentSummary_deploymentId - The identifier of the deployment.

$sel:deploymentResult:StageDeploymentSummary', stageDeploymentSummary_deploymentResult - The result of the deployment.

$sel:deploymentState:StageDeploymentSummary', stageDeploymentSummary_deploymentState - The state of the deployment.

$sel:lastUpdated:StageDeploymentSummary', stageDeploymentSummary_lastUpdated - The timestamp of when the deployment was last updated.

$sel:snapshotId:StageDeploymentSummary', stageDeploymentSummary_snapshotId - The identifier of the snapshot associated with the stage deployment.

stageDeploymentSummary_lastUpdated :: Lens' StageDeploymentSummary (Maybe UTCTime) Source #

The timestamp of when the deployment was last updated.

stageDeploymentSummary_snapshotId :: Lens' StageDeploymentSummary (Maybe Text) Source #

The identifier of the snapshot associated with the stage deployment.