| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FMS.DeleteAppsList
Description
Permanently deletes an Firewall Manager applications list.
Creating a Request
data DeleteAppsList Source #
See: newDeleteAppsList smart constructor.
Constructors
| DeleteAppsList' | |
Instances
Arguments
| :: Text | |
| -> DeleteAppsList |
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:
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.
Constructors
| DeleteAppsListResponse' | |
Instances
| Generic DeleteAppsListResponse Source # | |
Defined in Amazonka.FMS.DeleteAppsList Associated Types type Rep DeleteAppsListResponse :: Type -> Type # Methods from :: DeleteAppsListResponse -> Rep DeleteAppsListResponse x # to :: Rep DeleteAppsListResponse x -> DeleteAppsListResponse # | |
| Read DeleteAppsListResponse Source # | |
Defined in Amazonka.FMS.DeleteAppsList | |
| Show DeleteAppsListResponse Source # | |
Defined in Amazonka.FMS.DeleteAppsList Methods showsPrec :: Int -> DeleteAppsListResponse -> ShowS # show :: DeleteAppsListResponse -> String # showList :: [DeleteAppsListResponse] -> ShowS # | |
| NFData DeleteAppsListResponse Source # | |
Defined in Amazonka.FMS.DeleteAppsList Methods rnf :: DeleteAppsListResponse -> () # | |
| Eq DeleteAppsListResponse Source # | |
Defined in Amazonka.FMS.DeleteAppsList Methods (==) :: DeleteAppsListResponse -> DeleteAppsListResponse -> Bool # (/=) :: DeleteAppsListResponse -> DeleteAppsListResponse -> Bool # | |
| 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.