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