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.Types.NetworkAnalyzerConfigurations

Description

 
Synopsis

Documentation

data NetworkAnalyzerConfigurations Source #

Network analyzer configurations.

See: newNetworkAnalyzerConfigurations smart constructor.

Constructors

NetworkAnalyzerConfigurations' 

Fields

Instances

Instances details
FromJSON NetworkAnalyzerConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.NetworkAnalyzerConfigurations

Generic NetworkAnalyzerConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.NetworkAnalyzerConfigurations

Associated Types

type Rep NetworkAnalyzerConfigurations :: Type -> Type #

Read NetworkAnalyzerConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.NetworkAnalyzerConfigurations

Show NetworkAnalyzerConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.NetworkAnalyzerConfigurations

NFData NetworkAnalyzerConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.NetworkAnalyzerConfigurations

Eq NetworkAnalyzerConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.NetworkAnalyzerConfigurations

Hashable NetworkAnalyzerConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.NetworkAnalyzerConfigurations

type Rep NetworkAnalyzerConfigurations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.NetworkAnalyzerConfigurations

type Rep NetworkAnalyzerConfigurations = D1 ('MetaData "NetworkAnalyzerConfigurations" "Amazonka.IoTWireless.Types.NetworkAnalyzerConfigurations" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "NetworkAnalyzerConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newNetworkAnalyzerConfigurations :: NetworkAnalyzerConfigurations Source #

Create a value of NetworkAnalyzerConfigurations 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:arn:NetworkAnalyzerConfigurations', networkAnalyzerConfigurations_arn - The Amazon Resource Name of the new resource.

$sel:name:NetworkAnalyzerConfigurations', networkAnalyzerConfigurations_name - Undocumented member.

networkAnalyzerConfigurations_arn :: Lens' NetworkAnalyzerConfigurations (Maybe Text) Source #

The Amazon Resource Name of the new resource.