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 |
List of answers.
Synopsis
- data ListAnswers = ListAnswers' {}
- newListAnswers :: Text -> Text -> ListAnswers
- listAnswers_pillarId :: Lens' ListAnswers (Maybe Text)
- listAnswers_milestoneNumber :: Lens' ListAnswers (Maybe Natural)
- listAnswers_nextToken :: Lens' ListAnswers (Maybe Text)
- listAnswers_maxResults :: Lens' ListAnswers (Maybe Natural)
- listAnswers_workloadId :: Lens' ListAnswers Text
- listAnswers_lensAlias :: Lens' ListAnswers Text
- data ListAnswersResponse = ListAnswersResponse' {}
- newListAnswersResponse :: Int -> ListAnswersResponse
- listAnswersResponse_lensAlias :: Lens' ListAnswersResponse (Maybe Text)
- listAnswersResponse_milestoneNumber :: Lens' ListAnswersResponse (Maybe Natural)
- listAnswersResponse_nextToken :: Lens' ListAnswersResponse (Maybe Text)
- listAnswersResponse_workloadId :: Lens' ListAnswersResponse (Maybe Text)
- listAnswersResponse_answerSummaries :: Lens' ListAnswersResponse (Maybe [AnswerSummary])
- listAnswersResponse_httpStatus :: Lens' ListAnswersResponse Int
Creating a Request
data ListAnswers Source #
Input to list answers.
See: newListAnswers
smart constructor.
Instances
Create a value of ListAnswers
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:pillarId:ListAnswers'
, listAnswers_pillarId
- Undocumented member.
$sel:milestoneNumber:ListAnswers'
, listAnswers_milestoneNumber
- Undocumented member.
$sel:nextToken:ListAnswers'
, listAnswers_nextToken
- Undocumented member.
$sel:maxResults:ListAnswers'
, listAnswers_maxResults
- The maximum number of results to return for this request.
$sel:workloadId:ListAnswers'
, listAnswers_workloadId
- Undocumented member.
$sel:lensAlias:ListAnswers'
, listAnswers_lensAlias
- Undocumented member.
Request Lenses
listAnswers_pillarId :: Lens' ListAnswers (Maybe Text) Source #
Undocumented member.
listAnswers_milestoneNumber :: Lens' ListAnswers (Maybe Natural) Source #
Undocumented member.
listAnswers_nextToken :: Lens' ListAnswers (Maybe Text) Source #
Undocumented member.
listAnswers_maxResults :: Lens' ListAnswers (Maybe Natural) Source #
The maximum number of results to return for this request.
listAnswers_workloadId :: Lens' ListAnswers Text Source #
Undocumented member.
listAnswers_lensAlias :: Lens' ListAnswers Text Source #
Undocumented member.
Destructuring the Response
data ListAnswersResponse Source #
Output of a list answers call.
See: newListAnswersResponse
smart constructor.
ListAnswersResponse' | |
|
Instances
newListAnswersResponse Source #
Create a value of ListAnswersResponse
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:lensAlias:ListAnswers'
, listAnswersResponse_lensAlias
- Undocumented member.
$sel:milestoneNumber:ListAnswers'
, listAnswersResponse_milestoneNumber
- Undocumented member.
$sel:nextToken:ListAnswers'
, listAnswersResponse_nextToken
- Undocumented member.
$sel:workloadId:ListAnswers'
, listAnswersResponse_workloadId
- Undocumented member.
$sel:answerSummaries:ListAnswersResponse'
, listAnswersResponse_answerSummaries
- Undocumented member.
$sel:httpStatus:ListAnswersResponse'
, listAnswersResponse_httpStatus
- The response's http status code.
Response Lenses
listAnswersResponse_lensAlias :: Lens' ListAnswersResponse (Maybe Text) Source #
Undocumented member.
listAnswersResponse_milestoneNumber :: Lens' ListAnswersResponse (Maybe Natural) Source #
Undocumented member.
listAnswersResponse_nextToken :: Lens' ListAnswersResponse (Maybe Text) Source #
Undocumented member.
listAnswersResponse_workloadId :: Lens' ListAnswersResponse (Maybe Text) Source #
Undocumented member.
listAnswersResponse_answerSummaries :: Lens' ListAnswersResponse (Maybe [AnswerSummary]) Source #
Undocumented member.
listAnswersResponse_httpStatus :: Lens' ListAnswersResponse Int Source #
The response's http status code.