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 AppsListDataSummary = AppsListDataSummary' {}
- newAppsListDataSummary :: AppsListDataSummary
- appsListDataSummary_listArn :: Lens' AppsListDataSummary (Maybe Text)
- appsListDataSummary_appsList :: Lens' AppsListDataSummary (Maybe [App])
- appsListDataSummary_listId :: Lens' AppsListDataSummary (Maybe Text)
- appsListDataSummary_listName :: Lens' AppsListDataSummary (Maybe Text)
Documentation
data AppsListDataSummary Source #
Details of the Firewall Manager applications list.
See: newAppsListDataSummary
smart constructor.
Instances
newAppsListDataSummary :: AppsListDataSummary Source #
Create a value of AppsListDataSummary
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:listArn:AppsListDataSummary'
, appsListDataSummary_listArn
- The Amazon Resource Name (ARN) of the applications list.
$sel:appsList:AppsListDataSummary'
, appsListDataSummary_appsList
- An array of App
objects in the Firewall Manager applications list.
$sel:listId:AppsListDataSummary'
, appsListDataSummary_listId
- The ID of the applications list.
$sel:listName:AppsListDataSummary'
, appsListDataSummary_listName
- The name of the applications list.
appsListDataSummary_listArn :: Lens' AppsListDataSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the applications list.
appsListDataSummary_appsList :: Lens' AppsListDataSummary (Maybe [App]) Source #
An array of App
objects in the Firewall Manager applications list.
appsListDataSummary_listId :: Lens' AppsListDataSummary (Maybe Text) Source #
The ID of the applications list.
appsListDataSummary_listName :: Lens' AppsListDataSummary (Maybe Text) Source #
The name of the applications list.