| 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.GetNetworkAnalyzerConfiguration
Description
Get network analyzer configuration.
Synopsis
- data GetNetworkAnalyzerConfiguration = GetNetworkAnalyzerConfiguration' {}
- newGetNetworkAnalyzerConfiguration :: Text -> GetNetworkAnalyzerConfiguration
- getNetworkAnalyzerConfiguration_configurationName :: Lens' GetNetworkAnalyzerConfiguration Text
- data GetNetworkAnalyzerConfigurationResponse = GetNetworkAnalyzerConfigurationResponse' {
- arn :: Maybe Text
- description :: Maybe Text
- name :: Maybe Text
- traceContent :: Maybe TraceContent
- wirelessDevices :: Maybe [Text]
- wirelessGateways :: Maybe [Text]
- httpStatus :: Int
- newGetNetworkAnalyzerConfigurationResponse :: Int -> GetNetworkAnalyzerConfigurationResponse
- getNetworkAnalyzerConfigurationResponse_arn :: Lens' GetNetworkAnalyzerConfigurationResponse (Maybe Text)
- getNetworkAnalyzerConfigurationResponse_description :: Lens' GetNetworkAnalyzerConfigurationResponse (Maybe Text)
- getNetworkAnalyzerConfigurationResponse_name :: Lens' GetNetworkAnalyzerConfigurationResponse (Maybe Text)
- getNetworkAnalyzerConfigurationResponse_traceContent :: Lens' GetNetworkAnalyzerConfigurationResponse (Maybe TraceContent)
- getNetworkAnalyzerConfigurationResponse_wirelessDevices :: Lens' GetNetworkAnalyzerConfigurationResponse (Maybe [Text])
- getNetworkAnalyzerConfigurationResponse_wirelessGateways :: Lens' GetNetworkAnalyzerConfigurationResponse (Maybe [Text])
- getNetworkAnalyzerConfigurationResponse_httpStatus :: Lens' GetNetworkAnalyzerConfigurationResponse Int
Creating a Request
data GetNetworkAnalyzerConfiguration Source #
See: newGetNetworkAnalyzerConfiguration smart constructor.
Constructors
| GetNetworkAnalyzerConfiguration' | |
Fields | |
Instances
newGetNetworkAnalyzerConfiguration Source #
Arguments
| :: Text | |
| -> GetNetworkAnalyzerConfiguration |
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
getNetworkAnalyzerConfiguration_configurationName :: Lens' GetNetworkAnalyzerConfiguration Text Source #
Undocumented member.
Destructuring the Response
data GetNetworkAnalyzerConfigurationResponse Source #
See: newGetNetworkAnalyzerConfigurationResponse smart constructor.
Constructors
| GetNetworkAnalyzerConfigurationResponse' | |
Fields
| |
Instances
newGetNetworkAnalyzerConfigurationResponse Source #
Arguments
| :: Int | |
| -> GetNetworkAnalyzerConfigurationResponse |
Create a value of GetNetworkAnalyzerConfigurationResponse 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:
GetNetworkAnalyzerConfigurationResponse, getNetworkAnalyzerConfigurationResponse_arn - The Amazon Resource Name of the new resource.
GetNetworkAnalyzerConfigurationResponse, getNetworkAnalyzerConfigurationResponse_description - Undocumented member.
GetNetworkAnalyzerConfigurationResponse, getNetworkAnalyzerConfigurationResponse_name - Undocumented member.
$sel:traceContent:GetNetworkAnalyzerConfigurationResponse', getNetworkAnalyzerConfigurationResponse_traceContent - Undocumented member.
$sel:wirelessDevices:GetNetworkAnalyzerConfigurationResponse', getNetworkAnalyzerConfigurationResponse_wirelessDevices - List of wireless gateway resources that have been added to the network
analyzer configuration.
$sel:wirelessGateways:GetNetworkAnalyzerConfigurationResponse', getNetworkAnalyzerConfigurationResponse_wirelessGateways - List of wireless gateway resources that have been added to the network
analyzer configuration.
$sel:httpStatus:GetNetworkAnalyzerConfigurationResponse', getNetworkAnalyzerConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
getNetworkAnalyzerConfigurationResponse_arn :: Lens' GetNetworkAnalyzerConfigurationResponse (Maybe Text) Source #
The Amazon Resource Name of the new resource.
getNetworkAnalyzerConfigurationResponse_description :: Lens' GetNetworkAnalyzerConfigurationResponse (Maybe Text) Source #
Undocumented member.
getNetworkAnalyzerConfigurationResponse_name :: Lens' GetNetworkAnalyzerConfigurationResponse (Maybe Text) Source #
Undocumented member.
getNetworkAnalyzerConfigurationResponse_traceContent :: Lens' GetNetworkAnalyzerConfigurationResponse (Maybe TraceContent) Source #
Undocumented member.
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.
getNetworkAnalyzerConfigurationResponse_httpStatus :: Lens' GetNetworkAnalyzerConfigurationResponse Int Source #
The response's http status code.