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.DisassociateNetworkSettings
Description
Disassociates network settings from a web portal.
Synopsis
- data DisassociateNetworkSettings = DisassociateNetworkSettings' {}
- newDisassociateNetworkSettings :: Text -> DisassociateNetworkSettings
- disassociateNetworkSettings_portalArn :: Lens' DisassociateNetworkSettings Text
- data DisassociateNetworkSettingsResponse = DisassociateNetworkSettingsResponse' {
- httpStatus :: Int
- newDisassociateNetworkSettingsResponse :: Int -> DisassociateNetworkSettingsResponse
- disassociateNetworkSettingsResponse_httpStatus :: Lens' DisassociateNetworkSettingsResponse Int
Creating a Request
data DisassociateNetworkSettings Source #
See: newDisassociateNetworkSettings
smart constructor.
Constructors
DisassociateNetworkSettings' | |
Instances
newDisassociateNetworkSettings Source #
Arguments
:: Text | |
-> DisassociateNetworkSettings |
Create a value of DisassociateNetworkSettings
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:
DisassociateNetworkSettings
, disassociateNetworkSettings_portalArn
- The ARN of the web portal.
Request Lenses
disassociateNetworkSettings_portalArn :: Lens' DisassociateNetworkSettings Text Source #
The ARN of the web portal.
Destructuring the Response
data DisassociateNetworkSettingsResponse Source #
See: newDisassociateNetworkSettingsResponse
smart constructor.
Constructors
DisassociateNetworkSettingsResponse' | |
Fields
|
Instances
newDisassociateNetworkSettingsResponse Source #
Arguments
:: Int | |
-> DisassociateNetworkSettingsResponse |
Create a value of DisassociateNetworkSettingsResponse
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:DisassociateNetworkSettingsResponse'
, disassociateNetworkSettingsResponse_httpStatus
- The response's http status code.
Response Lenses
disassociateNetworkSettingsResponse_httpStatus :: Lens' DisassociateNetworkSettingsResponse Int Source #
The response's http status code.