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

Description

Gets information about a stage deployment.

Synopsis

Creating a Request

data GetStageDeployment Source #

See: newGetStageDeployment smart constructor.

Constructors

GetStageDeployment' 

Fields

Instances

Instances details
ToHeaders GetStageDeployment Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

ToPath GetStageDeployment Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

ToQuery GetStageDeployment Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

AWSRequest GetStageDeployment Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

Associated Types

type AWSResponse GetStageDeployment #

Generic GetStageDeployment Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

Associated Types

type Rep GetStageDeployment :: Type -> Type #

Read GetStageDeployment Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

Show GetStageDeployment Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

NFData GetStageDeployment Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

Methods

rnf :: GetStageDeployment -> () #

Eq GetStageDeployment Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

Hashable GetStageDeployment Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

type AWSResponse GetStageDeployment Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

type Rep GetStageDeployment Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

type Rep GetStageDeployment = D1 ('MetaData "GetStageDeployment" "Amazonka.GamesParks.GetStageDeployment" "amazonka-gamesparks-2.0-Lk18zLarGCU67rMOwLlDG5" 'False) (C1 ('MetaCons "GetStageDeployment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "gameName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetStageDeployment Source #

Create a value of GetStageDeployment 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:

GetStageDeployment, getStageDeployment_deploymentId - The identifier of the stage deployment. StartStageDeployment returns the identifier that you use here.

$sel:gameName:GetStageDeployment', getStageDeployment_gameName - The name of the game.

$sel:stageName:GetStageDeployment', getStageDeployment_stageName - The name of the stage.

Request Lenses

getStageDeployment_deploymentId :: Lens' GetStageDeployment (Maybe Text) Source #

The identifier of the stage deployment. StartStageDeployment returns the identifier that you use here.

Destructuring the Response

data GetStageDeploymentResponse Source #

See: newGetStageDeploymentResponse smart constructor.

Constructors

GetStageDeploymentResponse' 

Fields

Instances

Instances details
Generic GetStageDeploymentResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

Associated Types

type Rep GetStageDeploymentResponse :: Type -> Type #

Read GetStageDeploymentResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

Show GetStageDeploymentResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

NFData GetStageDeploymentResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

Eq GetStageDeploymentResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

type Rep GetStageDeploymentResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetStageDeployment

type Rep GetStageDeploymentResponse = D1 ('MetaData "GetStageDeploymentResponse" "Amazonka.GamesParks.GetStageDeployment" "amazonka-gamesparks-2.0-Lk18zLarGCU67rMOwLlDG5" 'False) (C1 ('MetaCons "GetStageDeploymentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stageDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StageDeploymentDetails)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetStageDeploymentResponse Source #

Create a value of GetStageDeploymentResponse 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:stageDeployment:GetStageDeploymentResponse', getStageDeploymentResponse_stageDeployment - Properties that provide details of the stage deployment.

$sel:httpStatus:GetStageDeploymentResponse', getStageDeploymentResponse_httpStatus - The response's http status code.

Response Lenses