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 |
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.
Instances
newDeleteNetworkAnalyzerConfiguration Source #
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.
DeleteNetworkAnalyzerConfigurationResponse' | |
|
Instances
Generic DeleteNetworkAnalyzerConfigurationResponse Source # | |
Read DeleteNetworkAnalyzerConfigurationResponse Source # | |
Show DeleteNetworkAnalyzerConfigurationResponse Source # | |
NFData DeleteNetworkAnalyzerConfigurationResponse Source # | |
Eq DeleteNetworkAnalyzerConfigurationResponse Source # | |
type Rep DeleteNetworkAnalyzerConfigurationResponse Source # | |
Defined in Amazonka.IoTWireless.DeleteNetworkAnalyzerConfiguration type Rep DeleteNetworkAnalyzerConfigurationResponse = D1 ('MetaData "DeleteNetworkAnalyzerConfigurationResponse" "Amazonka.IoTWireless.DeleteNetworkAnalyzerConfiguration" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "DeleteNetworkAnalyzerConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteNetworkAnalyzerConfigurationResponse Source #
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.