| 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.CreateNetworkAnalyzerConfiguration
Description
Creates a new network analyzer configuration.
Synopsis
- data CreateNetworkAnalyzerConfiguration = CreateNetworkAnalyzerConfiguration' {
- clientRequestToken :: Maybe Text
- description :: Maybe Text
- tags :: Maybe [Tag]
- traceContent :: Maybe TraceContent
- wirelessDevices :: Maybe [Text]
- wirelessGateways :: Maybe [Text]
- name :: Text
- newCreateNetworkAnalyzerConfiguration :: Text -> CreateNetworkAnalyzerConfiguration
- createNetworkAnalyzerConfiguration_clientRequestToken :: Lens' CreateNetworkAnalyzerConfiguration (Maybe Text)
- createNetworkAnalyzerConfiguration_description :: Lens' CreateNetworkAnalyzerConfiguration (Maybe Text)
- createNetworkAnalyzerConfiguration_tags :: Lens' CreateNetworkAnalyzerConfiguration (Maybe [Tag])
- createNetworkAnalyzerConfiguration_traceContent :: Lens' CreateNetworkAnalyzerConfiguration (Maybe TraceContent)
- createNetworkAnalyzerConfiguration_wirelessDevices :: Lens' CreateNetworkAnalyzerConfiguration (Maybe [Text])
- createNetworkAnalyzerConfiguration_wirelessGateways :: Lens' CreateNetworkAnalyzerConfiguration (Maybe [Text])
- createNetworkAnalyzerConfiguration_name :: Lens' CreateNetworkAnalyzerConfiguration Text
- data CreateNetworkAnalyzerConfigurationResponse = CreateNetworkAnalyzerConfigurationResponse' {}
- newCreateNetworkAnalyzerConfigurationResponse :: Int -> CreateNetworkAnalyzerConfigurationResponse
- createNetworkAnalyzerConfigurationResponse_arn :: Lens' CreateNetworkAnalyzerConfigurationResponse (Maybe Text)
- createNetworkAnalyzerConfigurationResponse_name :: Lens' CreateNetworkAnalyzerConfigurationResponse (Maybe Text)
- createNetworkAnalyzerConfigurationResponse_httpStatus :: Lens' CreateNetworkAnalyzerConfigurationResponse Int
Creating a Request
data CreateNetworkAnalyzerConfiguration Source #
See: newCreateNetworkAnalyzerConfiguration smart constructor.
Constructors
| CreateNetworkAnalyzerConfiguration' | |
Fields
| |
Instances
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_clientRequestToken :: Lens' CreateNetworkAnalyzerConfiguration (Maybe Text) Source #
Undocumented member.
createNetworkAnalyzerConfiguration_description :: Lens' CreateNetworkAnalyzerConfiguration (Maybe Text) Source #
Undocumented member.
createNetworkAnalyzerConfiguration_tags :: Lens' CreateNetworkAnalyzerConfiguration (Maybe [Tag]) Source #
Undocumented member.
createNetworkAnalyzerConfiguration_traceContent :: Lens' CreateNetworkAnalyzerConfiguration (Maybe TraceContent) Source #
Undocumented member.
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.
createNetworkAnalyzerConfiguration_name :: Lens' CreateNetworkAnalyzerConfiguration Text Source #
Undocumented member.
Destructuring the Response
data CreateNetworkAnalyzerConfigurationResponse Source #
See: newCreateNetworkAnalyzerConfigurationResponse smart constructor.
Constructors
| CreateNetworkAnalyzerConfigurationResponse' | |
Instances
newCreateNetworkAnalyzerConfigurationResponse Source #
Arguments
| :: Int | |
| -> CreateNetworkAnalyzerConfigurationResponse |
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
createNetworkAnalyzerConfigurationResponse_arn :: Lens' CreateNetworkAnalyzerConfigurationResponse (Maybe Text) Source #
The Amazon Resource Name of the new resource.
createNetworkAnalyzerConfigurationResponse_name :: Lens' CreateNetworkAnalyzerConfigurationResponse (Maybe Text) Source #
Undocumented member.
createNetworkAnalyzerConfigurationResponse_httpStatus :: Lens' CreateNetworkAnalyzerConfigurationResponse Int Source #
The response's http status code.