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

Description

Get network analyzer configuration.

Synopsis

Creating a Request

data GetNetworkAnalyzerConfiguration Source #

See: newGetNetworkAnalyzerConfiguration smart constructor.

Instances

Instances details
ToHeaders GetNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

ToPath GetNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

ToQuery GetNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

AWSRequest GetNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

Generic GetNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

Associated Types

type Rep GetNetworkAnalyzerConfiguration :: Type -> Type #

Read GetNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

Show GetNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

NFData GetNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

Eq GetNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

Hashable GetNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

type AWSResponse GetNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

type Rep GetNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

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

newGetNetworkAnalyzerConfiguration Source #

Create a value of GetNetworkAnalyzerConfiguration 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:configurationName:GetNetworkAnalyzerConfiguration', getNetworkAnalyzerConfiguration_configurationName - Undocumented member.

Request Lenses

Destructuring the Response

data GetNetworkAnalyzerConfigurationResponse Source #

Constructors

GetNetworkAnalyzerConfigurationResponse' 

Fields

Instances

Instances details
Generic GetNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

Read GetNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

Show GetNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

NFData GetNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

Eq GetNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

type Rep GetNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration

type Rep GetNetworkAnalyzerConfigurationResponse = D1 ('MetaData "GetNetworkAnalyzerConfigurationResponse" "Amazonka.IoTWireless.GetNetworkAnalyzerConfiguration" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "GetNetworkAnalyzerConfigurationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "traceContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TraceContent)) :*: S1 ('MetaSel ('Just "wirelessDevices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "wirelessGateways") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

Response Lenses

getNetworkAnalyzerConfigurationResponse_wirelessDevices :: Lens' GetNetworkAnalyzerConfigurationResponse (Maybe [Text]) Source #

List of wireless gateway resources that have been added to the network analyzer configuration.

getNetworkAnalyzerConfigurationResponse_wirelessGateways :: Lens' GetNetworkAnalyzerConfigurationResponse (Maybe [Text]) Source #

List of wireless gateway resources that have been added to the network analyzer configuration.