libZSservicesZSamazonka-worklinkZSamazonka-worklink
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

Description

Updates the company network configuration for the fleet.

Synopsis

Creating a Request

data UpdateCompanyNetworkConfiguration Source #

See: newUpdateCompanyNetworkConfiguration smart constructor.

Constructors

UpdateCompanyNetworkConfiguration' 

Fields

  • fleetArn :: Text

    The ARN of the fleet.

  • vpcId :: Text

    The VPC with connectivity to associated websites.

  • subnetIds :: [Text]

    The subnets used for X-ENI connections from Amazon WorkLink rendering containers.

  • securityGroupIds :: [Text]

    The security groups associated with access to the provided subnets.

Instances

Instances details
Eq UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

Read UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

Show UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

Generic UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

Associated Types

type Rep UpdateCompanyNetworkConfiguration :: Type -> Type #

NFData UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

Hashable UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

ToJSON UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

AWSRequest UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

ToHeaders UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

ToPath UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

ToQuery UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

type Rep UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

type Rep UpdateCompanyNetworkConfiguration = D1 ('MetaData "UpdateCompanyNetworkConfiguration" "Amazonka.WorkLink.UpdateCompanyNetworkConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UpdateCompanyNetworkConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))
type AWSResponse UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

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_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 #

Constructors

UpdateCompanyNetworkConfigurationResponse' 

Fields

Instances

Instances details
Eq UpdateCompanyNetworkConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

Read UpdateCompanyNetworkConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

Show UpdateCompanyNetworkConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

Generic UpdateCompanyNetworkConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

NFData UpdateCompanyNetworkConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

type Rep UpdateCompanyNetworkConfigurationResponse Source # 
Instance details

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