libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange
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.DataExchange.ListEventActions

Description

This operation lists your event actions.

This operation returns paginated results.

Synopsis

Creating a Request

data ListEventActions Source #

See: newListEventActions smart constructor.

Constructors

ListEventActions' 

Fields

Instances

Instances details
Eq ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Read ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Show ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Generic ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Associated Types

type Rep ListEventActions :: Type -> Type #

NFData ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Methods

rnf :: ListEventActions -> () #

Hashable ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

AWSPager ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

AWSRequest ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Associated Types

type AWSResponse ListEventActions #

ToHeaders ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

ToPath ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

ToQuery ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

type Rep ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

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

Defined in Amazonka.DataExchange.ListEventActions

newListEventActions :: ListEventActions Source #

Create a value of ListEventActions 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:eventSourceId:ListEventActions', listEventActions_eventSourceId - The unique identifier for the event source.

$sel:nextToken:ListEventActions', listEventActions_nextToken - The token value retrieved from a previous call to access the next page of results.

$sel:maxResults:ListEventActions', listEventActions_maxResults - The maximum number of results returned by a single call.

Request Lenses

listEventActions_eventSourceId :: Lens' ListEventActions (Maybe Text) Source #

The unique identifier for the event source.

listEventActions_nextToken :: Lens' ListEventActions (Maybe Text) Source #

The token value retrieved from a previous call to access the next page of results.

listEventActions_maxResults :: Lens' ListEventActions (Maybe Natural) Source #

The maximum number of results returned by a single call.

Destructuring the Response

data ListEventActionsResponse Source #

See: newListEventActionsResponse smart constructor.

Constructors

ListEventActionsResponse' 

Fields

Instances

Instances details
Eq ListEventActionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Read ListEventActionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Show ListEventActionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Generic ListEventActionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Associated Types

type Rep ListEventActionsResponse :: Type -> Type #

NFData ListEventActionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

type Rep ListEventActionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

type Rep ListEventActionsResponse = D1 ('MetaData "ListEventActionsResponse" "Amazonka.DataExchange.ListEventActions" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ListEventActionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventActionEntry])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListEventActionsResponse Source #

Create a value of ListEventActionsResponse 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:eventActions:ListEventActionsResponse', listEventActionsResponse_eventActions - The event action objects listed by the request.

$sel:nextToken:ListEventActions', listEventActionsResponse_nextToken - The token value retrieved from a previous call to access the next page of results.

$sel:httpStatus:ListEventActionsResponse', listEventActionsResponse_httpStatus - The response's http status code.

Response Lenses

listEventActionsResponse_nextToken :: Lens' ListEventActionsResponse (Maybe Text) Source #

The token value retrieved from a previous call to access the next page of results.