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

Description

Lists the available AWS FIS actions.

Synopsis

Creating a Request

data ListActions Source #

See: newListActions smart constructor.

Constructors

ListActions' 

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 ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Read ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Show ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Generic ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Associated Types

type Rep ListActions :: Type -> Type #

NFData ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Methods

rnf :: ListActions -> () #

Hashable ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

AWSRequest ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Associated Types

type AWSResponse ListActions #

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

type Rep ListActions Source # 
Instance details

Defined in Amazonka.FIS.ListActions

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

Defined in Amazonka.FIS.ListActions

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:nextToken:ListActions', listActions_nextToken - The token for the next page of results.

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

Request Lenses

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

The token for the next page of results.

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.

Destructuring the Response

data ListActionsResponse Source #

See: newListActionsResponse smart constructor.

Constructors

ListActionsResponse' 

Fields

Instances

Instances details
Eq ListActionsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Read ListActionsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Show ListActionsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Generic ListActionsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Associated Types

type Rep ListActionsResponse :: Type -> Type #

NFData ListActionsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListActions

Methods

rnf :: ListActionsResponse -> () #

type Rep ListActionsResponse Source # 
Instance details

Defined in Amazonka.FIS.ListActions

type Rep ListActionsResponse = D1 ('MetaData "ListActionsResponse" "Amazonka.FIS.ListActions" "libZSservicesZSamazonka-fisZSamazonka-fis" '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:

$sel:actions:ListActionsResponse', listActionsResponse_actions - The actions.

$sel:nextToken: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.