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

Description

Creates a new network analyzer configuration.

Synopsis

Creating a Request

data CreateNetworkAnalyzerConfiguration Source #

Constructors

CreateNetworkAnalyzerConfiguration' 

Fields

Instances

Instances details
ToJSON CreateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

ToHeaders CreateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

ToPath CreateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

ToQuery CreateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

AWSRequest CreateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

Generic CreateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

Associated Types

type Rep CreateNetworkAnalyzerConfiguration :: Type -> Type #

Read CreateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

Show CreateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

NFData CreateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

Eq CreateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

Hashable CreateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

type AWSResponse CreateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

type Rep CreateNetworkAnalyzerConfiguration Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

type Rep CreateNetworkAnalyzerConfiguration = D1 ('MetaData "CreateNetworkAnalyzerConfiguration" "Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "CreateNetworkAnalyzerConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: ((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 "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateNetworkAnalyzerConfiguration Source #

Create a value of CreateNetworkAnalyzerConfiguration 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:clientRequestToken:CreateNetworkAnalyzerConfiguration', createNetworkAnalyzerConfiguration_clientRequestToken - Undocumented member.

CreateNetworkAnalyzerConfiguration, createNetworkAnalyzerConfiguration_description - Undocumented member.

$sel:tags:CreateNetworkAnalyzerConfiguration', createNetworkAnalyzerConfiguration_tags - Undocumented member.

$sel:traceContent:CreateNetworkAnalyzerConfiguration', createNetworkAnalyzerConfiguration_traceContent - Undocumented member.

$sel:wirelessDevices:CreateNetworkAnalyzerConfiguration', createNetworkAnalyzerConfiguration_wirelessDevices - Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId of the resource to add in the input array.

$sel:wirelessGateways:CreateNetworkAnalyzerConfiguration', createNetworkAnalyzerConfiguration_wirelessGateways - Wireless gateway resources to add to the network analyzer configuration. Provide the WirelessGatewayId of the resource to add in the input array.

CreateNetworkAnalyzerConfiguration, createNetworkAnalyzerConfiguration_name - Undocumented member.

Request Lenses

createNetworkAnalyzerConfiguration_wirelessDevices :: Lens' CreateNetworkAnalyzerConfiguration (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.

createNetworkAnalyzerConfiguration_wirelessGateways :: Lens' CreateNetworkAnalyzerConfiguration (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.

Destructuring the Response

data CreateNetworkAnalyzerConfigurationResponse Source #

Constructors

CreateNetworkAnalyzerConfigurationResponse' 

Fields

Instances

Instances details
Generic CreateNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

Read CreateNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

Show CreateNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

NFData CreateNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

Eq CreateNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

type Rep CreateNetworkAnalyzerConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateNetworkAnalyzerConfiguration

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

newCreateNetworkAnalyzerConfigurationResponse Source #

Create a value of CreateNetworkAnalyzerConfigurationResponse 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:

CreateNetworkAnalyzerConfigurationResponse, createNetworkAnalyzerConfigurationResponse_arn - The Amazon Resource Name of the new resource.

CreateNetworkAnalyzerConfiguration, createNetworkAnalyzerConfigurationResponse_name - Undocumented member.

$sel:httpStatus:CreateNetworkAnalyzerConfigurationResponse', createNetworkAnalyzerConfigurationResponse_httpStatus - The response's http status code.

Response Lenses