Skip to content

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

// init — account-level binding takes no resource
const deleteAppsList = yield* AWS.FMS.DeleteAppsList();
// runtime
yield* deleteAppsList({ ListId: listId });