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 |
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.
Instances
newUpdateCompanyNetworkConfiguration Source #
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.
UpdateCompanyNetworkConfigurationResponse' | |
|
Instances
Eq UpdateCompanyNetworkConfigurationResponse Source # | |
Read UpdateCompanyNetworkConfigurationResponse Source # | |
Show UpdateCompanyNetworkConfigurationResponse Source # | |
Generic UpdateCompanyNetworkConfigurationResponse Source # | |
Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration type Rep UpdateCompanyNetworkConfigurationResponse :: Type -> Type # | |
NFData UpdateCompanyNetworkConfigurationResponse Source # | |
type Rep UpdateCompanyNetworkConfigurationResponse Source # | |
Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration type Rep UpdateCompanyNetworkConfigurationResponse = D1 ('MetaData "UpdateCompanyNetworkConfigurationResponse" "Amazonka.WorkLink.UpdateCompanyNetworkConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UpdateCompanyNetworkConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newUpdateCompanyNetworkConfigurationResponse Source #
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.