libZSservicesZSamazonka-fisZSamazonka-fis
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.FIS.ListExperiments

Description

Lists your experiments.

Synopsis

Creating a Request

data ListExperiments Source #

See: newListExperiments smart constructor.

Constructors

ListExperiments' 

Fields

  • nextToken :: Maybe Text

    The token for the next page of results.

  • maxResults :: Maybe Natural

    The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Instances

Instances details
Eq ListExperiments Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

Read ListExperiments Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

Show ListExperiments Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

Generic ListExperiments Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

Associated Types

type Rep ListExperiments :: Type -> Type #

NFData ListExperiments Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

Methods

rnf :: ListExperiments -> () #

Hashable ListExperiments Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

AWSRequest ListExperiments Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

Associated Types

type AWSResponse ListExperiments #

ToHeaders ListExperiments Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

ToPath ListExperiments Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

ToQuery ListExperiments Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

type Rep ListExperiments Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

type Rep ListExperiments = D1 ('MetaData "ListExperiments" "Amazonka.FIS.ListExperiments" "libZSservicesZSamazonka-fisZSamazonka-fis" 'False) (C1 ('MetaCons "ListExperiments'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListExperiments Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

newListExperiments :: ListExperiments Source #

Create a value of ListExperiments 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:ListExperiments', listExperiments_nextToken - The token for the next page of results.

$sel:maxResults:ListExperiments', listExperiments_maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Request Lenses

listExperiments_nextToken :: Lens' ListExperiments (Maybe Text) Source #

The token for the next page of results.

listExperiments_maxResults :: Lens' ListExperiments (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Destructuring the Response

data ListExperimentsResponse Source #

See: newListExperimentsResponse smart constructor.

Constructors

ListExperimentsResponse' 

Fields

Instances

Instances details
Eq ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

Read ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

Show ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

Generic ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

Associated Types

type Rep ListExperimentsResponse :: Type -> Type #

NFData ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

Methods

rnf :: ListExperimentsResponse -> () #

type Rep ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListExperiments

type Rep ListExperimentsResponse = D1 ('MetaData "ListExperimentsResponse" "Amazonka.FIS.ListExperiments" "libZSservicesZSamazonka-fisZSamazonka-fis" 'False) (C1 ('MetaCons "ListExperimentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "experiments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExperimentSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListExperimentsResponse Source #

Create a value of ListExperimentsResponse 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:experiments:ListExperimentsResponse', listExperimentsResponse_experiments - The experiments.

$sel:nextToken:ListExperiments', listExperimentsResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:httpStatus:ListExperimentsResponse', listExperimentsResponse_httpStatus - The response's http status code.

Response Lenses

listExperimentsResponse_nextToken :: Lens' ListExperimentsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.