Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Permanently deletes an Firewall Manager applications list.
Creating a Request
data DeleteAppsList Source #
See: newDeleteAppsList
smart constructor.
Instances
Create a value of DeleteAppsList
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:listId:DeleteAppsList'
, deleteAppsList_listId
- The ID of the applications list that you want to delete. You can
retrieve this ID from PutAppsList
, ListAppsLists
, and GetAppsList
.
Request Lenses
deleteAppsList_listId :: Lens' DeleteAppsList Text Source #
The ID of the applications list that you want to delete. You can
retrieve this ID from PutAppsList
, ListAppsLists
, and GetAppsList
.
Destructuring the Response
data DeleteAppsListResponse Source #
See: newDeleteAppsListResponse
smart constructor.
Instances
Eq DeleteAppsListResponse Source # | |
Defined in Amazonka.FMS.DeleteAppsList | |
Read DeleteAppsListResponse Source # | |
Show DeleteAppsListResponse Source # | |
Defined in Amazonka.FMS.DeleteAppsList showsPrec :: Int -> DeleteAppsListResponse -> ShowS # show :: DeleteAppsListResponse -> String # showList :: [DeleteAppsListResponse] -> ShowS # | |
Generic DeleteAppsListResponse Source # | |
Defined in Amazonka.FMS.DeleteAppsList type Rep DeleteAppsListResponse :: Type -> Type # | |
NFData DeleteAppsListResponse Source # | |
Defined in Amazonka.FMS.DeleteAppsList rnf :: DeleteAppsListResponse -> () # | |
type Rep DeleteAppsListResponse Source # | |
newDeleteAppsListResponse :: DeleteAppsListResponse Source #
Create a value of DeleteAppsListResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.