Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Retrieves the details of a blueprint run.
Synopsis
- data GetBlueprintRun = GetBlueprintRun' {
- blueprintName :: Text
- runId :: Text
- newGetBlueprintRun :: Text -> Text -> GetBlueprintRun
- getBlueprintRun_blueprintName :: Lens' GetBlueprintRun Text
- getBlueprintRun_runId :: Lens' GetBlueprintRun Text
- data GetBlueprintRunResponse = GetBlueprintRunResponse' {}
- newGetBlueprintRunResponse :: Int -> GetBlueprintRunResponse
- getBlueprintRunResponse_blueprintRun :: Lens' GetBlueprintRunResponse (Maybe BlueprintRun)
- getBlueprintRunResponse_httpStatus :: Lens' GetBlueprintRunResponse Int
Creating a Request
data GetBlueprintRun Source #
See: newGetBlueprintRun
smart constructor.
GetBlueprintRun' | |
|
Instances
Create a value of GetBlueprintRun
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:blueprintName:GetBlueprintRun'
, getBlueprintRun_blueprintName
- The name of the blueprint.
$sel:runId:GetBlueprintRun'
, getBlueprintRun_runId
- The run ID for the blueprint run you want to retrieve.
Request Lenses
getBlueprintRun_blueprintName :: Lens' GetBlueprintRun Text Source #
The name of the blueprint.
getBlueprintRun_runId :: Lens' GetBlueprintRun Text Source #
The run ID for the blueprint run you want to retrieve.
Destructuring the Response
data GetBlueprintRunResponse Source #
See: newGetBlueprintRunResponse
smart constructor.
GetBlueprintRunResponse' | |
|
Instances
newGetBlueprintRunResponse Source #
Create a value of GetBlueprintRunResponse
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:blueprintRun:GetBlueprintRunResponse'
, getBlueprintRunResponse_blueprintRun
- Returns a BlueprintRun
object.
$sel:httpStatus:GetBlueprintRunResponse'
, getBlueprintRunResponse_httpStatus
- The response's http status code.
Response Lenses
getBlueprintRunResponse_blueprintRun :: Lens' GetBlueprintRunResponse (Maybe BlueprintRun) Source #
Returns a BlueprintRun
object.
getBlueprintRunResponse_httpStatus :: Lens' GetBlueprintRunResponse Int Source #
The response's http status code.