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 |
Returns information about the specified Firewall Manager applications list.
Synopsis
- data GetAppsList = GetAppsList' {
- defaultList :: Maybe Bool
- listId :: Text
- newGetAppsList :: Text -> GetAppsList
- getAppsList_defaultList :: Lens' GetAppsList (Maybe Bool)
- getAppsList_listId :: Lens' GetAppsList Text
- data GetAppsListResponse = GetAppsListResponse' {}
- newGetAppsListResponse :: Int -> GetAppsListResponse
- getAppsListResponse_appsListArn :: Lens' GetAppsListResponse (Maybe Text)
- getAppsListResponse_appsList :: Lens' GetAppsListResponse (Maybe AppsListData)
- getAppsListResponse_httpStatus :: Lens' GetAppsListResponse Int
Creating a Request
data GetAppsList Source #
See: newGetAppsList
smart constructor.
GetAppsList' | |
|
Instances
Create a value of GetAppsList
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:defaultList:GetAppsList'
, getAppsList_defaultList
- Specifies whether the list to retrieve is a default list owned by
Firewall Manager.
$sel:listId:GetAppsList'
, getAppsList_listId
- The ID of the Firewall Manager applications list that you want the
details for.
Request Lenses
getAppsList_defaultList :: Lens' GetAppsList (Maybe Bool) Source #
Specifies whether the list to retrieve is a default list owned by Firewall Manager.
getAppsList_listId :: Lens' GetAppsList Text Source #
The ID of the Firewall Manager applications list that you want the details for.
Destructuring the Response
data GetAppsListResponse Source #
See: newGetAppsListResponse
smart constructor.
GetAppsListResponse' | |
|
Instances
newGetAppsListResponse Source #
Create a value of GetAppsListResponse
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:appsListArn:GetAppsListResponse'
, getAppsListResponse_appsListArn
- The Amazon Resource Name (ARN) of the applications list.
$sel:appsList:GetAppsListResponse'
, getAppsListResponse_appsList
- Information about the specified Firewall Manager applications list.
$sel:httpStatus:GetAppsListResponse'
, getAppsListResponse_httpStatus
- The response's http status code.
Response Lenses
getAppsListResponse_appsListArn :: Lens' GetAppsListResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the applications list.
getAppsListResponse_appsList :: Lens' GetAppsListResponse (Maybe AppsListData) Source #
Information about the specified Firewall Manager applications list.
getAppsListResponse_httpStatus :: Lens' GetAppsListResponse Int Source #
The response's http status code.