| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GamesParks.GetStageDeployment
Description
Gets information about a stage deployment.
Synopsis
- data GetStageDeployment = GetStageDeployment' {}
- newGetStageDeployment :: Text -> Text -> GetStageDeployment
- getStageDeployment_deploymentId :: Lens' GetStageDeployment (Maybe Text)
- getStageDeployment_gameName :: Lens' GetStageDeployment Text
- getStageDeployment_stageName :: Lens' GetStageDeployment Text
- data GetStageDeploymentResponse = GetStageDeploymentResponse' {}
- newGetStageDeploymentResponse :: Int -> GetStageDeploymentResponse
- getStageDeploymentResponse_stageDeployment :: Lens' GetStageDeploymentResponse (Maybe StageDeploymentDetails)
- getStageDeploymentResponse_httpStatus :: Lens' GetStageDeploymentResponse Int
Creating a Request
data GetStageDeployment Source #
See: newGetStageDeployment smart constructor.
Constructors
| GetStageDeployment' | |
Instances
newGetStageDeployment Source #
Arguments
| :: Text | |
| -> Text | |
| -> GetStageDeployment |
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.
getStageDeployment_gameName :: Lens' GetStageDeployment Text Source #
The name of the game.
getStageDeployment_stageName :: Lens' GetStageDeployment Text Source #
The name of the stage.
Destructuring the Response
data GetStageDeploymentResponse Source #
See: newGetStageDeploymentResponse smart constructor.
Constructors
| GetStageDeploymentResponse' | |
Fields
| |
Instances
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
getStageDeploymentResponse_stageDeployment :: Lens' GetStageDeploymentResponse (Maybe StageDeploymentDetails) Source #
Properties that provide details of the stage deployment.
getStageDeploymentResponse_httpStatus :: Lens' GetStageDeploymentResponse Int Source #
The response's http status code.