GetAppsList
Source:
src/AWS/FMS/GetAppsList.ts
Runtime binding for fms:GetAppsList.
Returns the specified Firewall Manager applications list. Provide the
implementation with Effect.provide(AWS.FMS.GetAppsListHttp).
Applications Lists
Section titled “Applications Lists”// init — account-level binding takes no resourceconst getAppsList = yield* AWS.FMS.GetAppsList();
// runtimeconst result = yield* getAppsList({ ListId: listId });console.log(result.AppsList?.AppsList?.length);