| 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.DeleteNetworkAnalyzerConfiguration
Description
Deletes a network analyzer configuration.
Synopsis
- data DeleteNetworkAnalyzerConfiguration = DeleteNetworkAnalyzerConfiguration' {}
- newDeleteNetworkAnalyzerConfiguration :: Text -> DeleteNetworkAnalyzerConfiguration
- deleteNetworkAnalyzerConfiguration_configurationName :: Lens' DeleteNetworkAnalyzerConfiguration Text
- data DeleteNetworkAnalyzerConfigurationResponse = DeleteNetworkAnalyzerConfigurationResponse' {
- httpStatus :: Int
- newDeleteNetworkAnalyzerConfigurationResponse :: Int -> DeleteNetworkAnalyzerConfigurationResponse
- deleteNetworkAnalyzerConfigurationResponse_httpStatus :: Lens' DeleteNetworkAnalyzerConfigurationResponse Int
Creating a Request
data DeleteNetworkAnalyzerConfiguration Source #
See: newDeleteNetworkAnalyzerConfiguration smart constructor.
Constructors
| DeleteNetworkAnalyzerConfiguration' | |
Fields | |
Instances
newDeleteNetworkAnalyzerConfiguration Source #
Arguments
| :: Text | |
| -> DeleteNetworkAnalyzerConfiguration |
Create a value of DeleteNetworkAnalyzerConfiguration 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:DeleteNetworkAnalyzerConfiguration', deleteNetworkAnalyzerConfiguration_configurationName - Undocumented member.
Request Lenses
deleteNetworkAnalyzerConfiguration_configurationName :: Lens' DeleteNetworkAnalyzerConfiguration Text Source #
Undocumented member.
Destructuring the Response
data DeleteNetworkAnalyzerConfigurationResponse Source #
See: newDeleteNetworkAnalyzerConfigurationResponse smart constructor.
Constructors
| DeleteNetworkAnalyzerConfigurationResponse' | |
Fields
| |
Instances
newDeleteNetworkAnalyzerConfigurationResponse Source #
Arguments
| :: Int | |
| -> DeleteNetworkAnalyzerConfigurationResponse |
Create a value of DeleteNetworkAnalyzerConfigurationResponse 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:httpStatus:DeleteNetworkAnalyzerConfigurationResponse', deleteNetworkAnalyzerConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
deleteNetworkAnalyzerConfigurationResponse_httpStatus :: Lens' DeleteNetworkAnalyzerConfigurationResponse Int Source #
The response's http status code.