| 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.IoTWireless.UpdateWirelessGateway
Description
Updates properties of a wireless gateway.
Synopsis
- data UpdateWirelessGateway = UpdateWirelessGateway' {
- description :: Maybe Text
- joinEuiFilters :: Maybe [NonEmpty Text]
- name :: Maybe Text
- netIdFilters :: Maybe [Text]
- id :: Text
- newUpdateWirelessGateway :: Text -> UpdateWirelessGateway
- updateWirelessGateway_description :: Lens' UpdateWirelessGateway (Maybe Text)
- updateWirelessGateway_joinEuiFilters :: Lens' UpdateWirelessGateway (Maybe [NonEmpty Text])
- updateWirelessGateway_name :: 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.
Constructors
| UpdateWirelessGateway' | |
Fields
| |
Instances
newUpdateWirelessGateway Source #
Arguments
| :: Text | |
| -> UpdateWirelessGateway |
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:
UpdateWirelessGateway, updateWirelessGateway_description - A new description of the resource.
UpdateWirelessGateway, updateWirelessGateway_joinEuiFilters - Undocumented member.
UpdateWirelessGateway, updateWirelessGateway_name - The new name of the resource.
UpdateWirelessGateway, updateWirelessGateway_netIdFilters - Undocumented member.
UpdateWirelessGateway, updateWirelessGateway_id - The ID of the resource to update.
Request Lenses
updateWirelessGateway_description :: Lens' UpdateWirelessGateway (Maybe Text) Source #
A new description of the resource.
updateWirelessGateway_joinEuiFilters :: Lens' UpdateWirelessGateway (Maybe [NonEmpty Text]) Source #
Undocumented member.
updateWirelessGateway_name :: Lens' UpdateWirelessGateway (Maybe Text) Source #
The new name 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.
Constructors
| UpdateWirelessGatewayResponse' | |
Fields
| |
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.