| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.WorkLink.UpdateCompanyNetworkConfiguration
Description
Updates the company network configuration for the fleet.
Synopsis
- data UpdateCompanyNetworkConfiguration = UpdateCompanyNetworkConfiguration' {}
- newUpdateCompanyNetworkConfiguration :: Text -> Text -> UpdateCompanyNetworkConfiguration
- updateCompanyNetworkConfiguration_fleetArn :: Lens' UpdateCompanyNetworkConfiguration Text
- updateCompanyNetworkConfiguration_vpcId :: Lens' UpdateCompanyNetworkConfiguration Text
- updateCompanyNetworkConfiguration_subnetIds :: Lens' UpdateCompanyNetworkConfiguration [Text]
- updateCompanyNetworkConfiguration_securityGroupIds :: Lens' UpdateCompanyNetworkConfiguration [Text]
- data UpdateCompanyNetworkConfigurationResponse = UpdateCompanyNetworkConfigurationResponse' {
- httpStatus :: Int
- newUpdateCompanyNetworkConfigurationResponse :: Int -> UpdateCompanyNetworkConfigurationResponse
- updateCompanyNetworkConfigurationResponse_httpStatus :: Lens' UpdateCompanyNetworkConfigurationResponse Int
Creating a Request
data UpdateCompanyNetworkConfiguration Source #
See: newUpdateCompanyNetworkConfiguration smart constructor.
Constructors
| UpdateCompanyNetworkConfiguration' | |
Instances
newUpdateCompanyNetworkConfiguration Source #
Arguments
| :: Text | |
| -> Text | |
| -> UpdateCompanyNetworkConfiguration |
Create a value of UpdateCompanyNetworkConfiguration 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:fleetArn:UpdateCompanyNetworkConfiguration', updateCompanyNetworkConfiguration_fleetArn - The ARN of the fleet.
$sel:vpcId:UpdateCompanyNetworkConfiguration', updateCompanyNetworkConfiguration_vpcId - The VPC with connectivity to associated websites.
$sel:subnetIds:UpdateCompanyNetworkConfiguration', updateCompanyNetworkConfiguration_subnetIds - The subnets used for X-ENI connections from Amazon WorkLink rendering
containers.
$sel:securityGroupIds:UpdateCompanyNetworkConfiguration', updateCompanyNetworkConfiguration_securityGroupIds - The security groups associated with access to the provided subnets.
Request Lenses
updateCompanyNetworkConfiguration_fleetArn :: Lens' UpdateCompanyNetworkConfiguration Text Source #
The ARN of the fleet.
updateCompanyNetworkConfiguration_vpcId :: Lens' UpdateCompanyNetworkConfiguration Text Source #
The VPC with connectivity to associated websites.
updateCompanyNetworkConfiguration_subnetIds :: Lens' UpdateCompanyNetworkConfiguration [Text] Source #
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
updateCompanyNetworkConfiguration_securityGroupIds :: Lens' UpdateCompanyNetworkConfiguration [Text] Source #
The security groups associated with access to the provided subnets.
Destructuring the Response
data UpdateCompanyNetworkConfigurationResponse Source #
See: newUpdateCompanyNetworkConfigurationResponse smart constructor.
Constructors
| UpdateCompanyNetworkConfigurationResponse' | |
Fields
| |
Instances
newUpdateCompanyNetworkConfigurationResponse Source #
Arguments
| :: Int | |
| -> UpdateCompanyNetworkConfigurationResponse |
Create a value of UpdateCompanyNetworkConfigurationResponse 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:UpdateCompanyNetworkConfigurationResponse', updateCompanyNetworkConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
updateCompanyNetworkConfigurationResponse_httpStatus :: Lens' UpdateCompanyNetworkConfigurationResponse Int Source #
The response's http status code.