| 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.PutAppsList
Description
Creates an Firewall Manager applications list.
Synopsis
- data PutAppsList = PutAppsList' {
- tagList :: Maybe [Tag]
- appsList :: AppsListData
- newPutAppsList :: AppsListData -> PutAppsList
- putAppsList_tagList :: Lens' PutAppsList (Maybe [Tag])
- putAppsList_appsList :: Lens' PutAppsList AppsListData
- data PutAppsListResponse = PutAppsListResponse' {}
- newPutAppsListResponse :: Int -> PutAppsListResponse
- putAppsListResponse_appsList :: Lens' PutAppsListResponse (Maybe AppsListData)
- putAppsListResponse_appsListArn :: Lens' PutAppsListResponse (Maybe Text)
- putAppsListResponse_httpStatus :: Lens' PutAppsListResponse Int
Creating a Request
data PutAppsList Source #
See: newPutAppsList smart constructor.
Constructors
| PutAppsList' | |
Fields
| |
Instances
Arguments
| :: AppsListData | |
| -> PutAppsList |
Create a value of PutAppsList 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:tagList:PutAppsList', putAppsList_tagList - The tags associated with the resource.
PutAppsList, putAppsList_appsList - The details of the Firewall Manager applications list to be created.
Request Lenses
putAppsList_tagList :: Lens' PutAppsList (Maybe [Tag]) Source #
The tags associated with the resource.
putAppsList_appsList :: Lens' PutAppsList AppsListData Source #
The details of the Firewall Manager applications list to be created.
Destructuring the Response
data PutAppsListResponse Source #
See: newPutAppsListResponse smart constructor.
Constructors
| PutAppsListResponse' | |
Fields
| |
Instances
newPutAppsListResponse Source #
Arguments
| :: Int | |
| -> PutAppsListResponse |
Create a value of PutAppsListResponse 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:
PutAppsList, putAppsListResponse_appsList - The details of the Firewall Manager applications list.
$sel:appsListArn:PutAppsListResponse', putAppsListResponse_appsListArn - The Amazon Resource Name (ARN) of the applications list.
$sel:httpStatus:PutAppsListResponse', putAppsListResponse_httpStatus - The response's http status code.
Response Lenses
putAppsListResponse_appsList :: Lens' PutAppsListResponse (Maybe AppsListData) Source #
The details of the Firewall Manager applications list.
putAppsListResponse_appsListArn :: Lens' PutAppsListResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the applications list.
putAppsListResponse_httpStatus :: Lens' PutAppsListResponse Int Source #
The response's http status code.