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 blueprint runs for a specified blueprint.
Synopsis
- data GetBlueprintRuns = GetBlueprintRuns' {}
- newGetBlueprintRuns :: Text -> GetBlueprintRuns
- getBlueprintRuns_nextToken :: Lens' GetBlueprintRuns (Maybe Text)
- getBlueprintRuns_maxResults :: Lens' GetBlueprintRuns (Maybe Natural)
- 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.
GetBlueprintRuns' | |
|
Instances
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:nextToken:GetBlueprintRuns'
, getBlueprintRuns_nextToken
- A continuation token, if this is a continuation request.
$sel:maxResults:GetBlueprintRuns'
, getBlueprintRuns_maxResults
- The maximum size of a list to return.
$sel:blueprintName:GetBlueprintRuns'
, getBlueprintRuns_blueprintName
- The name of the blueprint.
Request Lenses
getBlueprintRuns_nextToken :: Lens' GetBlueprintRuns (Maybe Text) Source #
A continuation token, if this is a continuation request.
getBlueprintRuns_maxResults :: Lens' GetBlueprintRuns (Maybe Natural) Source #
The maximum size of a list to return.
getBlueprintRuns_blueprintName :: Lens' GetBlueprintRuns Text Source #
The name of the blueprint.
Destructuring the Response
data GetBlueprintRunsResponse Source #
See: newGetBlueprintRunsResponse
smart constructor.
GetBlueprintRunsResponse' | |
|
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.
$sel:nextToken: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.