amazonka-iotwireless-2.0: Amazon IoT Wireless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

Description

Update network analyzer configuration.

Synopsis

Creating a Request

data UpdateNetworkAnalyzerConfiguration Source #

Constructors

UpdateNetworkAnalyzerConfiguration' 

Fields

Instances

Instances details
ToJSON UpdateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

ToHeaders UpdateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

ToPath UpdateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

ToQuery UpdateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

AWSRequest UpdateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

Generic UpdateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

Associated Types

type Rep UpdateNetworkAnalyzerConfiguration :: Type -> Type #

Read UpdateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

Show UpdateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

NFData UpdateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

Eq UpdateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

Hashable UpdateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

type AWSResponse UpdateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

type Rep UpdateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

type Rep UpdateNetworkAnalyzerConfiguration = D1 ('MetaData "UpdateNetworkAnalyzerConfiguration" "Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "UpdateNetworkAnalyzerConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "traceContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TraceContent)) :*: S1 ('MetaSel ('Just "wirelessDevicesToAdd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "wirelessDevicesToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "wirelessGatewaysToAdd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "wirelessGatewaysToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "configurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateNetworkAnalyzerConfiguration Source #

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_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.

Destructuring the Response

data UpdateNetworkAnalyzerConfigurationResponse Source #

Constructors

UpdateNetworkAnalyzerConfigurationResponse' 

Fields

Instances

Instances details
Generic UpdateNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

Read UpdateNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

Show UpdateNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

NFData UpdateNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

Eq UpdateNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

type Rep UpdateNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration

type Rep UpdateNetworkAnalyzerConfigurationResponse = D1 ('MetaData "UpdateNetworkAnalyzerConfigurationResponse" "Amazonka.IoTWireless.UpdateNetworkAnalyzerConfiguration" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "UpdateNetworkAnalyzerConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateNetworkAnalyzerConfigurationResponse Source #

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