ListEventIntegrations
Source:
src/AWS/AppIntegrations/ListEventIntegrations.ts
Lists the AppIntegrations event integrations in the account
(app-integrations:ListEventIntegrations).
An account-level operation — bind it with no resource argument. Provide the
ListEventIntegrationsHttp layer on the Function to satisfy the binding.
Listing Event Integrations
Section titled “Listing Event Integrations”// init — no resource argument (provide AWS.AppIntegrations.ListEventIntegrationsHttp on the Function)const listEventIntegrations = yield* AWS.AppIntegrations.ListEventIntegrations();
// runtime — page through the event integrations in the accountconst { EventIntegrations } = yield* listEventIntegrations({});