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 |
Updates properties of a wireless gateway.
Synopsis
- data UpdateWirelessGateway = UpdateWirelessGateway' {
- name :: Maybe Text
- joinEuiFilters :: Maybe [NonEmpty Text]
- description :: Maybe Text
- netIdFilters :: Maybe [Text]
- id :: Text
- newUpdateWirelessGateway :: Text -> UpdateWirelessGateway
- updateWirelessGateway_name :: Lens' UpdateWirelessGateway (Maybe Text)
- updateWirelessGateway_joinEuiFilters :: Lens' UpdateWirelessGateway (Maybe [NonEmpty Text])
- updateWirelessGateway_description :: Lens' UpdateWirelessGateway (Maybe Text)
- updateWirelessGateway_netIdFilters :: Lens' UpdateWirelessGateway (Maybe [Text])
- updateWirelessGateway_id :: Lens' UpdateWirelessGateway Text
- data UpdateWirelessGatewayResponse = UpdateWirelessGatewayResponse' {
- httpStatus :: Int
- newUpdateWirelessGatewayResponse :: Int -> UpdateWirelessGatewayResponse
- updateWirelessGatewayResponse_httpStatus :: Lens' UpdateWirelessGatewayResponse Int
Creating a Request
data UpdateWirelessGateway Source #
See: newUpdateWirelessGateway
smart constructor.
UpdateWirelessGateway' | |
|
Instances
newUpdateWirelessGateway Source #
Create a value of UpdateWirelessGateway
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:name:UpdateWirelessGateway'
, updateWirelessGateway_name
- The new name of the resource.
$sel:joinEuiFilters:UpdateWirelessGateway'
, updateWirelessGateway_joinEuiFilters
- Undocumented member.
$sel:description:UpdateWirelessGateway'
, updateWirelessGateway_description
- A new description of the resource.
$sel:netIdFilters:UpdateWirelessGateway'
, updateWirelessGateway_netIdFilters
- Undocumented member.
$sel:id:UpdateWirelessGateway'
, updateWirelessGateway_id
- The ID of the resource to update.
Request Lenses
updateWirelessGateway_name :: Lens' UpdateWirelessGateway (Maybe Text) Source #
The new name of the resource.
updateWirelessGateway_joinEuiFilters :: Lens' UpdateWirelessGateway (Maybe [NonEmpty Text]) Source #
Undocumented member.
updateWirelessGateway_description :: Lens' UpdateWirelessGateway (Maybe Text) Source #
A new description of the resource.
updateWirelessGateway_netIdFilters :: Lens' UpdateWirelessGateway (Maybe [Text]) Source #
Undocumented member.
updateWirelessGateway_id :: Lens' UpdateWirelessGateway Text Source #
The ID of the resource to update.
Destructuring the Response
data UpdateWirelessGatewayResponse Source #
See: newUpdateWirelessGatewayResponse
smart constructor.
UpdateWirelessGatewayResponse' | |
|
Instances
newUpdateWirelessGatewayResponse Source #
Create a value of UpdateWirelessGatewayResponse
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:httpStatus:UpdateWirelessGatewayResponse'
, updateWirelessGatewayResponse_httpStatus
- The response's http status code.
Response Lenses
updateWirelessGatewayResponse_httpStatus :: Lens' UpdateWirelessGatewayResponse Int Source #
The response's http status code.