DeleteAppsList
Source:
src/AWS/FMS/DeleteAppsList.ts
Runtime binding for fms:DeleteAppsList.
Permanently deletes the specified Firewall Manager applications list. Provide the
implementation with Effect.provide(AWS.FMS.DeleteAppsListHttp).
Applications Lists
Section titled “Applications Lists”// init — account-level binding takes no resourceconst deleteAppsList = yield* AWS.FMS.DeleteAppsList();
// runtimeyield* deleteAppsList({ ListId: listId });