| 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.WorkSpacesWeb.DeleteNetworkSettings
Description
Deletes network settings.
Synopsis
- data DeleteNetworkSettings = DeleteNetworkSettings' {}
- newDeleteNetworkSettings :: Text -> DeleteNetworkSettings
- deleteNetworkSettings_networkSettingsArn :: Lens' DeleteNetworkSettings Text
- data DeleteNetworkSettingsResponse = DeleteNetworkSettingsResponse' {
- httpStatus :: Int
- newDeleteNetworkSettingsResponse :: Int -> DeleteNetworkSettingsResponse
- deleteNetworkSettingsResponse_httpStatus :: Lens' DeleteNetworkSettingsResponse Int
Creating a Request
data DeleteNetworkSettings Source #
See: newDeleteNetworkSettings smart constructor.
Constructors
| DeleteNetworkSettings' | |
Fields
| |
Instances
newDeleteNetworkSettings Source #
Arguments
| :: Text | |
| -> DeleteNetworkSettings |
Create a value of DeleteNetworkSettings 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:
DeleteNetworkSettings, deleteNetworkSettings_networkSettingsArn - The ARN of the network settings.
Request Lenses
deleteNetworkSettings_networkSettingsArn :: Lens' DeleteNetworkSettings Text Source #
The ARN of the network settings.
Destructuring the Response
data DeleteNetworkSettingsResponse Source #
See: newDeleteNetworkSettingsResponse smart constructor.
Constructors
| DeleteNetworkSettingsResponse' | |
Fields
| |
Instances
newDeleteNetworkSettingsResponse Source #
Create a value of DeleteNetworkSettingsResponse 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:DeleteNetworkSettingsResponse', deleteNetworkSettingsResponse_httpStatus - The response's http status code.
Response Lenses
deleteNetworkSettingsResponse_httpStatus :: Lens' DeleteNetworkSettingsResponse Int Source #
The response's http status code.