amazonka-dataexchange-2.0: Amazon Data Exchange 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.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
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

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 #

Generic ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Associated Types

type Rep ListEventActions :: Type -> Type #

Read ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Show ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

NFData ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Methods

rnf :: ListEventActions -> () #

Eq ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Hashable ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

type AWSResponse 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" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" 'False) (C1 ('MetaCons "ListEventActions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventSourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:maxResults:ListEventActions', listEventActions_maxResults - The maximum number of results returned by a single call.

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

Request Lenses

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

The unique identifier for the event source.

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

The maximum number of results returned by a single call.

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

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

Destructuring the Response

data ListEventActionsResponse Source #

See: newListEventActionsResponse smart constructor.

Constructors

ListEventActionsResponse' 

Fields

Instances

Instances details
Generic ListEventActionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Associated Types

type Rep ListEventActionsResponse :: Type -> Type #

Read ListEventActionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Show ListEventActionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

NFData ListEventActionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Eq 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" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" '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.

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.