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

Description

 
Synopsis

Documentation

data StageDeploymentDetails Source #

Properties that provide details of a stage deployment.

See: newStageDeploymentDetails smart constructor.

Constructors

StageDeploymentDetails' 

Fields

Instances

Instances details
FromJSON StageDeploymentDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDeploymentDetails

Generic StageDeploymentDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDeploymentDetails

Associated Types

type Rep StageDeploymentDetails :: Type -> Type #

Read StageDeploymentDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDeploymentDetails

Show StageDeploymentDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDeploymentDetails

NFData StageDeploymentDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDeploymentDetails

Methods

rnf :: StageDeploymentDetails -> () #

Eq StageDeploymentDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDeploymentDetails

Hashable StageDeploymentDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDeploymentDetails

type Rep StageDeploymentDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageDeploymentDetails

type Rep StageDeploymentDetails = D1 ('MetaData "StageDeploymentDetails" "Amazonka.GamesParks.Types.StageDeploymentDetails" "amazonka-gamesparks-2.0-Lk18zLarGCU67rMOwLlDG5" 'False) (C1 ('MetaCons "StageDeploymentDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "created") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (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))))))

newStageDeploymentDetails :: StageDeploymentDetails Source #

Create a value of StageDeploymentDetails 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:created:StageDeploymentDetails', stageDeploymentDetails_created - The timestamp of when the stage deployment was created.

$sel:deploymentAction:StageDeploymentDetails', stageDeploymentDetails_deploymentAction - The type of action of the stage deployment.

$sel:deploymentId:StageDeploymentDetails', stageDeploymentDetails_deploymentId - The identifier of the deployment.

$sel:deploymentResult:StageDeploymentDetails', stageDeploymentDetails_deploymentResult - The result of the deployment.

$sel:deploymentState:StageDeploymentDetails', stageDeploymentDetails_deploymentState - The state of the deployment.

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

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

stageDeploymentDetails_created :: Lens' StageDeploymentDetails (Maybe UTCTime) Source #

The timestamp of when the stage deployment was created.

stageDeploymentDetails_lastUpdated :: Lens' StageDeploymentDetails (Maybe UTCTime) Source #

The timestamp of when the deployment was last updated.

stageDeploymentDetails_snapshotId :: Lens' StageDeploymentDetails (Maybe Text) Source #

The identifier of the snapshot associated with the stage deployment.