| 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.UpdateNetworkAnalyzerConfiguration
Description
Update network analyzer configuration.
Synopsis
- data UpdateNetworkAnalyzerConfiguration = UpdateNetworkAnalyzerConfiguration' {}
- newUpdateNetworkAnalyzerConfiguration :: Text -> UpdateNetworkAnalyzerConfiguration
- updateNetworkAnalyzerConfiguration_description :: Lens' UpdateNetworkAnalyzerConfiguration (Maybe Text)
- updateNetworkAnalyzerConfiguration_traceContent :: Lens' UpdateNetworkAnalyzerConfiguration (Maybe TraceContent)
- updateNetworkAnalyzerConfiguration_wirelessDevicesToAdd :: Lens' UpdateNetworkAnalyzerConfiguration (Maybe [Text])
- updateNetworkAnalyzerConfiguration_wirelessDevicesToRemove :: Lens' UpdateNetworkAnalyzerConfiguration (Maybe [Text])
- updateNetworkAnalyzerConfiguration_wirelessGatewaysToAdd :: Lens' UpdateNetworkAnalyzerConfiguration (Maybe [Text])
- updateNetworkAnalyzerConfiguration_wirelessGatewaysToRemove :: Lens' UpdateNetworkAnalyzerConfiguration (Maybe [Text])
- updateNetworkAnalyzerConfiguration_configurationName :: Lens' UpdateNetworkAnalyzerConfiguration Text
- data UpdateNetworkAnalyzerConfigurationResponse = UpdateNetworkAnalyzerConfigurationResponse' {
- httpStatus :: Int
- newUpdateNetworkAnalyzerConfigurationResponse :: Int -> UpdateNetworkAnalyzerConfigurationResponse
- updateNetworkAnalyzerConfigurationResponse_httpStatus :: Lens' UpdateNetworkAnalyzerConfigurationResponse Int
Creating a Request
data UpdateNetworkAnalyzerConfiguration Source #
See: newUpdateNetworkAnalyzerConfiguration smart constructor.
Constructors
| UpdateNetworkAnalyzerConfiguration' | |
Fields
| |
Instances
newUpdateNetworkAnalyzerConfiguration Source #
Arguments
| :: Text | |
| -> UpdateNetworkAnalyzerConfiguration |
Create a value of UpdateNetworkAnalyzerConfiguration 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:
UpdateNetworkAnalyzerConfiguration, updateNetworkAnalyzerConfiguration_description - Undocumented member.
$sel:traceContent:UpdateNetworkAnalyzerConfiguration', updateNetworkAnalyzerConfiguration_traceContent - Undocumented member.
$sel:wirelessDevicesToAdd:UpdateNetworkAnalyzerConfiguration', updateNetworkAnalyzerConfiguration_wirelessDevicesToAdd - Wireless device resources to add to the network analyzer configuration.
Provide the WirelessDeviceId of the resource to add in the input
array.
$sel:wirelessDevicesToRemove:UpdateNetworkAnalyzerConfiguration', updateNetworkAnalyzerConfiguration_wirelessDevicesToRemove - Wireless device resources to remove from the network analyzer
configuration. Provide the WirelessDeviceId of the resources to remove
in the input array.
$sel:wirelessGatewaysToAdd:UpdateNetworkAnalyzerConfiguration', updateNetworkAnalyzerConfiguration_wirelessGatewaysToAdd - Wireless gateway resources to add to the network analyzer configuration.
Provide the WirelessGatewayId of the resource to add in the input
array.
$sel:wirelessGatewaysToRemove:UpdateNetworkAnalyzerConfiguration', updateNetworkAnalyzerConfiguration_wirelessGatewaysToRemove - Wireless gateway resources to remove from the network analyzer
configuration. Provide the WirelessGatewayId of the resources to
remove in the input array.
$sel:configurationName:UpdateNetworkAnalyzerConfiguration', updateNetworkAnalyzerConfiguration_configurationName - Undocumented member.
Request Lenses
updateNetworkAnalyzerConfiguration_description :: Lens' UpdateNetworkAnalyzerConfiguration (Maybe Text) Source #
Undocumented member.
updateNetworkAnalyzerConfiguration_traceContent :: Lens' UpdateNetworkAnalyzerConfiguration (Maybe TraceContent) Source #
Undocumented member.
updateNetworkAnalyzerConfiguration_wirelessDevicesToAdd :: Lens' UpdateNetworkAnalyzerConfiguration (Maybe [Text]) Source #
Wireless device resources to add to the network analyzer configuration.
Provide the WirelessDeviceId of the resource to add in the input
array.
updateNetworkAnalyzerConfiguration_wirelessDevicesToRemove :: Lens' UpdateNetworkAnalyzerConfiguration (Maybe [Text]) Source #
Wireless device resources to remove from the network analyzer
configuration. Provide the WirelessDeviceId of the resources to remove
in the input array.
updateNetworkAnalyzerConfiguration_wirelessGatewaysToAdd :: Lens' UpdateNetworkAnalyzerConfiguration (Maybe [Text]) Source #
Wireless gateway resources to add to the network analyzer configuration.
Provide the WirelessGatewayId of the resource to add in the input
array.
updateNetworkAnalyzerConfiguration_wirelessGatewaysToRemove :: Lens' UpdateNetworkAnalyzerConfiguration (Maybe [Text]) Source #
Wireless gateway resources to remove from the network analyzer
configuration. Provide the WirelessGatewayId of the resources to
remove in the input array.
updateNetworkAnalyzerConfiguration_configurationName :: Lens' UpdateNetworkAnalyzerConfiguration Text Source #
Undocumented member.
Destructuring the Response
data UpdateNetworkAnalyzerConfigurationResponse Source #
See: newUpdateNetworkAnalyzerConfigurationResponse smart constructor.
Constructors
| UpdateNetworkAnalyzerConfigurationResponse' | |
Fields
| |
Instances
newUpdateNetworkAnalyzerConfigurationResponse Source #
Arguments
| :: Int | |
| -> UpdateNetworkAnalyzerConfigurationResponse |
Create a value of UpdateNetworkAnalyzerConfigurationResponse 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:UpdateNetworkAnalyzerConfigurationResponse', updateNetworkAnalyzerConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
updateNetworkAnalyzerConfigurationResponse_httpStatus :: Lens' UpdateNetworkAnalyzerConfigurationResponse Int Source #
The response's http status code.