| 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.GetNetworkSettings
Description
Gets the network settings.
Synopsis
- data GetNetworkSettings = GetNetworkSettings' {}
- newGetNetworkSettings :: Text -> GetNetworkSettings
- getNetworkSettings_networkSettingsArn :: Lens' GetNetworkSettings Text
- data GetNetworkSettingsResponse = GetNetworkSettingsResponse' {}
- newGetNetworkSettingsResponse :: Int -> GetNetworkSettingsResponse
- getNetworkSettingsResponse_networkSettings :: Lens' GetNetworkSettingsResponse (Maybe NetworkSettings)
- getNetworkSettingsResponse_httpStatus :: Lens' GetNetworkSettingsResponse Int
Creating a Request
data GetNetworkSettings Source #
See: newGetNetworkSettings smart constructor.
Constructors
| GetNetworkSettings' | |
Fields
| |
Instances
newGetNetworkSettings Source #
Arguments
| :: Text | |
| -> GetNetworkSettings |
Create a value of GetNetworkSettings 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:
GetNetworkSettings, getNetworkSettings_networkSettingsArn - The ARN of the network settings.
Request Lenses
getNetworkSettings_networkSettingsArn :: Lens' GetNetworkSettings Text Source #
The ARN of the network settings.
Destructuring the Response
data GetNetworkSettingsResponse Source #
See: newGetNetworkSettingsResponse smart constructor.
Constructors
| GetNetworkSettingsResponse' | |
Fields
| |
Instances
newGetNetworkSettingsResponse Source #
Create a value of GetNetworkSettingsResponse 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:networkSettings:GetNetworkSettingsResponse', getNetworkSettingsResponse_networkSettings - The network settings.
$sel:httpStatus:GetNetworkSettingsResponse', getNetworkSettingsResponse_httpStatus - The response's http status code.
Response Lenses
getNetworkSettingsResponse_networkSettings :: Lens' GetNetworkSettingsResponse (Maybe NetworkSettings) Source #
The network settings.
getNetworkSettingsResponse_httpStatus :: Lens' GetNetworkSettingsResponse Int Source #
The response's http status code.