| 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.Glue.GetBlueprintRun
Description
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.
Constructors
| GetBlueprintRun' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> GetBlueprintRun |
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:
GetBlueprintRun, getBlueprintRun_blueprintName - The name of the blueprint.
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.
Constructors
| GetBlueprintRunResponse' | |
Fields
| |
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.