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 |
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_appsListArn :: Lens' PutAppsListResponse (Maybe Text)
- putAppsListResponse_appsList :: Lens' PutAppsListResponse (Maybe AppsListData)
- putAppsListResponse_httpStatus :: Lens' PutAppsListResponse Int
Creating a Request
data PutAppsList Source #
See: newPutAppsList
smart constructor.
PutAppsList' | |
|
Instances
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.
$sel:appsList: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.
PutAppsListResponse' | |
|
Instances
newPutAppsListResponse Source #
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:
$sel:appsListArn:PutAppsListResponse'
, putAppsListResponse_appsListArn
- The Amazon Resource Name (ARN) of the applications list.
$sel:appsList:PutAppsList'
, putAppsListResponse_appsList
- The details of the Firewall Manager applications list.
$sel:httpStatus:PutAppsListResponse'
, putAppsListResponse_httpStatus
- The response's http status code.
Response Lenses
putAppsListResponse_appsListArn :: Lens' PutAppsListResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the applications list.
putAppsListResponse_appsList :: Lens' PutAppsListResponse (Maybe AppsListData) Source #
The details of the Firewall Manager applications list.
putAppsListResponse_httpStatus :: Lens' PutAppsListResponse Int Source #
The response's http status code.