Skip to content

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).

// init — account-level binding takes no resource
const getAppsList = yield* AWS.FMS.GetAppsList();
// runtime
const result = yield* getAppsList({ ListId: listId });
console.log(result.AppsList?.AppsList?.length);