libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WellArchitected.ListAnswers

Description

List of answers.

Synopsis

Creating a Request

data ListAnswers Source #

Input to list answers.

See: newListAnswers smart constructor.

Constructors

ListAnswers' 

Fields

Instances

Instances details
Eq ListAnswers Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

Read ListAnswers Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

Show ListAnswers Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

Generic ListAnswers Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

Associated Types

type Rep ListAnswers :: Type -> Type #

NFData ListAnswers Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

Methods

rnf :: ListAnswers -> () #

Hashable ListAnswers Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

AWSRequest ListAnswers Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

Associated Types

type AWSResponse ListAnswers #

ToHeaders ListAnswers Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

Methods

toHeaders :: ListAnswers -> [Header] #

ToPath ListAnswers Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

ToQuery ListAnswers Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

type Rep ListAnswers Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

type Rep ListAnswers = D1 ('MetaData "ListAnswers" "Amazonka.WellArchitected.ListAnswers" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "ListAnswers'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pillarId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "milestoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "workloadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "lensAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListAnswers Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

newListAnswers Source #

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_maxResults :: Lens' ListAnswers (Maybe Natural) Source #

The maximum number of results to return for this request.

Destructuring the Response

data ListAnswersResponse Source #

Output of a list answers call.

See: newListAnswersResponse smart constructor.

Instances

Instances details
Eq ListAnswersResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

Read ListAnswersResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

Show ListAnswersResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

Generic ListAnswersResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

Associated Types

type Rep ListAnswersResponse :: Type -> Type #

NFData ListAnswersResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

Methods

rnf :: ListAnswersResponse -> () #

type Rep ListAnswersResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListAnswers

type Rep ListAnswersResponse = D1 ('MetaData "ListAnswersResponse" "Amazonka.WellArchitected.ListAnswers" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "ListAnswersResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lensAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "milestoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "workloadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "answerSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AnswerSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

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