| 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.AssociateNetworkSettings
Description
Associates a network settings resource with a web portal.
Synopsis
- data AssociateNetworkSettings = AssociateNetworkSettings' {}
- newAssociateNetworkSettings :: Text -> Text -> AssociateNetworkSettings
- associateNetworkSettings_networkSettingsArn :: Lens' AssociateNetworkSettings Text
- associateNetworkSettings_portalArn :: Lens' AssociateNetworkSettings Text
- data AssociateNetworkSettingsResponse = AssociateNetworkSettingsResponse' {
- httpStatus :: Int
- networkSettingsArn :: Text
- portalArn :: Text
- newAssociateNetworkSettingsResponse :: Int -> Text -> Text -> AssociateNetworkSettingsResponse
- associateNetworkSettingsResponse_httpStatus :: Lens' AssociateNetworkSettingsResponse Int
- associateNetworkSettingsResponse_networkSettingsArn :: Lens' AssociateNetworkSettingsResponse Text
- associateNetworkSettingsResponse_portalArn :: Lens' AssociateNetworkSettingsResponse Text
Creating a Request
data AssociateNetworkSettings Source #
See: newAssociateNetworkSettings smart constructor.
Constructors
| AssociateNetworkSettings' | |
Fields
| |
Instances
newAssociateNetworkSettings Source #
Create a value of AssociateNetworkSettings 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:
AssociateNetworkSettings, associateNetworkSettings_networkSettingsArn - The ARN of the network settings.
AssociateNetworkSettings, associateNetworkSettings_portalArn - The ARN of the web portal.
Request Lenses
associateNetworkSettings_networkSettingsArn :: Lens' AssociateNetworkSettings Text Source #
The ARN of the network settings.
associateNetworkSettings_portalArn :: Lens' AssociateNetworkSettings Text Source #
The ARN of the web portal.
Destructuring the Response
data AssociateNetworkSettingsResponse Source #
See: newAssociateNetworkSettingsResponse smart constructor.
Constructors
| AssociateNetworkSettingsResponse' | |
Fields
| |
Instances
newAssociateNetworkSettingsResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> Text | |
| -> AssociateNetworkSettingsResponse |
Create a value of AssociateNetworkSettingsResponse 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:AssociateNetworkSettingsResponse', associateNetworkSettingsResponse_httpStatus - The response's http status code.
AssociateNetworkSettings, associateNetworkSettingsResponse_networkSettingsArn - The ARN of the network settings.
AssociateNetworkSettings, associateNetworkSettingsResponse_portalArn - The ARN of the web portal.
Response Lenses
associateNetworkSettingsResponse_httpStatus :: Lens' AssociateNetworkSettingsResponse Int Source #
The response's http status code.
associateNetworkSettingsResponse_networkSettingsArn :: Lens' AssociateNetworkSettingsResponse Text Source #
The ARN of the network settings.
associateNetworkSettingsResponse_portalArn :: Lens' AssociateNetworkSettingsResponse Text Source #
The ARN of the web portal.