amazonka-fis-2.0: Amazon Fault Injection Simulator SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FIS.ListActions

Description

Lists the available FIS actions.

Synopsis

Creating a Request

data ListActions Source #

See: newListActions smart constructor.

Constructors

ListActions' 

Fields

  • 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.

  • nextToken :: Maybe Text

    The token for the next page of results.

Instances

Instances details
ToHeaders ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Methods

toHeaders :: ListActions -> [Header] #

ToPath ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

ToQuery ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

AWSRequest ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Associated Types

type AWSResponse ListActions #

Generic ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Associated Types

type Rep ListActions :: Type -> Type #

Read ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Show ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

NFData ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Methods

rnf :: ListActions -> () #

Eq ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Hashable ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

type AWSResponse ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

type Rep ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

type Rep ListActions = D1 ('MetaData "ListActions" "Amazonka.FIS.ListActions" "amazonka-fis-2.0-7yQxB3RmWBm2PZyqsl0n5H" 'False) (C1 ('MetaCons "ListActions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListActions :: ListActions Source #

Create a value of ListActions 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:ListActions', listActions_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.

ListActions, listActions_nextToken - The token for the next page of results.

Request Lenses

listActions_maxResults :: Lens' ListActions (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.

listActions_nextToken :: Lens' ListActions (Maybe Text) Source #

The token for the next page of results.

Destructuring the Response

data ListActionsResponse Source #

See: newListActionsResponse smart constructor.

Constructors

ListActionsResponse' 

Fields

Instances

Instances details
Generic ListActionsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Associated Types

type Rep ListActionsResponse :: Type -> Type #

Read ListActionsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Show ListActionsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListActions

NFData ListActionsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Methods

rnf :: ListActionsResponse -> () #

Eq ListActionsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListActions

type Rep ListActionsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListActions

type Rep ListActionsResponse = D1 ('MetaData "ListActionsResponse" "Amazonka.FIS.ListActions" "amazonka-fis-2.0-7yQxB3RmWBm2PZyqsl0n5H" 'False) (C1 ('MetaCons "ListActionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ActionSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListActionsResponse Source #

Create a value of ListActionsResponse 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:

ListActionsResponse, listActionsResponse_actions - The actions.

ListActions, listActionsResponse_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:ListActionsResponse', listActionsResponse_httpStatus - The response's http status code.

Response Lenses

listActionsResponse_nextToken :: Lens' ListActionsResponse (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.