| 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.GetAppsList
Description
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_appsList :: Lens' GetAppsListResponse (Maybe AppsListData)
- getAppsListResponse_appsListArn :: Lens' GetAppsListResponse (Maybe Text)
- getAppsListResponse_httpStatus :: Lens' GetAppsListResponse Int
Creating a Request
data GetAppsList Source #
See: newGetAppsList smart constructor.
Constructors
| GetAppsList' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> GetAppsList |
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.
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.
Constructors
| GetAppsListResponse' | |
Fields
| |
Instances
newGetAppsListResponse Source #
Arguments
| :: Int | |
| -> GetAppsListResponse |
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:
GetAppsListResponse, getAppsListResponse_appsList - Information about the specified Firewall Manager applications list.
$sel:appsListArn:GetAppsListResponse', getAppsListResponse_appsListArn - The Amazon Resource Name (ARN) of the applications list.
$sel:httpStatus:GetAppsListResponse', getAppsListResponse_httpStatus - The response's http status code.
Response Lenses
getAppsListResponse_appsList :: Lens' GetAppsListResponse (Maybe AppsListData) Source #
Information about the specified Firewall Manager applications list.
getAppsListResponse_appsListArn :: Lens' GetAppsListResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the applications list.
getAppsListResponse_httpStatus :: Lens' GetAppsListResponse Int Source #
The response's http status code.