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