| 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.GetBlueprintRuns
Description
Retrieves the details of blueprint runs for a specified blueprint.
Synopsis
- data GetBlueprintRuns = GetBlueprintRuns' {}
- newGetBlueprintRuns :: Text -> GetBlueprintRuns
- getBlueprintRuns_maxResults :: Lens' GetBlueprintRuns (Maybe Natural)
- getBlueprintRuns_nextToken :: Lens' GetBlueprintRuns (Maybe Text)
- getBlueprintRuns_blueprintName :: Lens' GetBlueprintRuns Text
- data GetBlueprintRunsResponse = GetBlueprintRunsResponse' {
- blueprintRuns :: Maybe [BlueprintRun]
- nextToken :: Maybe Text
- httpStatus :: Int
- newGetBlueprintRunsResponse :: Int -> GetBlueprintRunsResponse
- getBlueprintRunsResponse_blueprintRuns :: Lens' GetBlueprintRunsResponse (Maybe [BlueprintRun])
- getBlueprintRunsResponse_nextToken :: Lens' GetBlueprintRunsResponse (Maybe Text)
- getBlueprintRunsResponse_httpStatus :: Lens' GetBlueprintRunsResponse Int
Creating a Request
data GetBlueprintRuns Source #
See: newGetBlueprintRuns smart constructor.
Constructors
| GetBlueprintRuns' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> GetBlueprintRuns |
Create a value of GetBlueprintRuns 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:maxResults:GetBlueprintRuns', getBlueprintRuns_maxResults - The maximum size of a list to return.
GetBlueprintRuns, getBlueprintRuns_nextToken - A continuation token, if this is a continuation request.
GetBlueprintRuns, getBlueprintRuns_blueprintName - The name of the blueprint.
Request Lenses
getBlueprintRuns_maxResults :: Lens' GetBlueprintRuns (Maybe Natural) Source #
The maximum size of a list to return.
getBlueprintRuns_nextToken :: Lens' GetBlueprintRuns (Maybe Text) Source #
A continuation token, if this is a continuation request.
getBlueprintRuns_blueprintName :: Lens' GetBlueprintRuns Text Source #
The name of the blueprint.
Destructuring the Response
data GetBlueprintRunsResponse Source #
See: newGetBlueprintRunsResponse smart constructor.
Constructors
| GetBlueprintRunsResponse' | |
Fields
| |
Instances
newGetBlueprintRunsResponse Source #
Create a value of GetBlueprintRunsResponse 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:blueprintRuns:GetBlueprintRunsResponse', getBlueprintRunsResponse_blueprintRuns - Returns a list of BlueprintRun objects.
GetBlueprintRuns, getBlueprintRunsResponse_nextToken - A continuation token, if not all blueprint runs have been returned.
$sel:httpStatus:GetBlueprintRunsResponse', getBlueprintRunsResponse_httpStatus - The response's http status code.
Response Lenses
getBlueprintRunsResponse_blueprintRuns :: Lens' GetBlueprintRunsResponse (Maybe [BlueprintRun]) Source #
Returns a list of BlueprintRun objects.
getBlueprintRunsResponse_nextToken :: Lens' GetBlueprintRunsResponse (Maybe Text) Source #
A continuation token, if not all blueprint runs have been returned.
getBlueprintRunsResponse_httpStatus :: Lens' GetBlueprintRunsResponse Int Source #
The response's http status code.