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 |
Synopsis
- data AppsListData = AppsListData' {}
- newAppsListData :: Text -> AppsListData
- appsListData_listUpdateToken :: Lens' AppsListData (Maybe Text)
- appsListData_listId :: Lens' AppsListData (Maybe Text)
- appsListData_lastUpdateTime :: Lens' AppsListData (Maybe UTCTime)
- appsListData_previousAppsList :: Lens' AppsListData (Maybe (HashMap Text [App]))
- appsListData_createTime :: Lens' AppsListData (Maybe UTCTime)
- appsListData_listName :: Lens' AppsListData Text
- appsListData_appsList :: Lens' AppsListData [App]
Documentation
data AppsListData Source #
An Firewall Manager applications list.
See: newAppsListData
smart constructor.
AppsListData' | |
|
Instances
Create a value of AppsListData
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:listUpdateToken:AppsListData'
, appsListData_listUpdateToken
- A unique identifier for each update to the list. When you update the
list, the update token must match the token of the current version of
the application list. You can retrieve the update token by getting the
list.
$sel:listId:AppsListData'
, appsListData_listId
- The ID of the Firewall Manager applications list.
$sel:lastUpdateTime:AppsListData'
, appsListData_lastUpdateTime
- The time that the Firewall Manager applications list was last updated.
$sel:previousAppsList:AppsListData'
, appsListData_previousAppsList
- A map of previous version numbers to their corresponding App
object
arrays.
$sel:createTime:AppsListData'
, appsListData_createTime
- The time that the Firewall Manager applications list was created.
$sel:listName:AppsListData'
, appsListData_listName
- The name of the Firewall Manager applications list.
$sel:appsList:AppsListData'
, appsListData_appsList
- An array of applications in the Firewall Manager applications list.
appsListData_listUpdateToken :: Lens' AppsListData (Maybe Text) Source #
A unique identifier for each update to the list. When you update the list, the update token must match the token of the current version of the application list. You can retrieve the update token by getting the list.
appsListData_listId :: Lens' AppsListData (Maybe Text) Source #
The ID of the Firewall Manager applications list.
appsListData_lastUpdateTime :: Lens' AppsListData (Maybe UTCTime) Source #
The time that the Firewall Manager applications list was last updated.
appsListData_previousAppsList :: Lens' AppsListData (Maybe (HashMap Text [App])) Source #
A map of previous version numbers to their corresponding App
object
arrays.
appsListData_createTime :: Lens' AppsListData (Maybe UTCTime) Source #
The time that the Firewall Manager applications list was created.
appsListData_listName :: Lens' AppsListData Text Source #
The name of the Firewall Manager applications list.
appsListData_appsList :: Lens' AppsListData [App] Source #
An array of applications in the Firewall Manager applications list.