1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateCompanyNetworkConfiguration`](crate::operation::update_company_network_configuration::builders::UpdateCompanyNetworkConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`fleet_arn(impl Into<String>)`](crate::operation::update_company_network_configuration::builders::UpdateCompanyNetworkConfigurationFluentBuilder::fleet_arn) / [`set_fleet_arn(Option<String>)`](crate::operation::update_company_network_configuration::builders::UpdateCompanyNetworkConfigurationFluentBuilder::set_fleet_arn):<br>required: **true**<br><p>The ARN of the fleet.</p><br>
    ///   - [`vpc_id(impl Into<String>)`](crate::operation::update_company_network_configuration::builders::UpdateCompanyNetworkConfigurationFluentBuilder::vpc_id) / [`set_vpc_id(Option<String>)`](crate::operation::update_company_network_configuration::builders::UpdateCompanyNetworkConfigurationFluentBuilder::set_vpc_id):<br>required: **true**<br><p>The VPC with connectivity to associated websites.</p><br>
    ///   - [`subnet_ids(impl Into<String>)`](crate::operation::update_company_network_configuration::builders::UpdateCompanyNetworkConfigurationFluentBuilder::subnet_ids) / [`set_subnet_ids(Option<Vec::<String>>)`](crate::operation::update_company_network_configuration::builders::UpdateCompanyNetworkConfigurationFluentBuilder::set_subnet_ids):<br>required: **true**<br><p>The subnets used for X-ENI connections from Amazon WorkLink rendering containers.</p><br>
    ///   - [`security_group_ids(impl Into<String>)`](crate::operation::update_company_network_configuration::builders::UpdateCompanyNetworkConfigurationFluentBuilder::security_group_ids) / [`set_security_group_ids(Option<Vec::<String>>)`](crate::operation::update_company_network_configuration::builders::UpdateCompanyNetworkConfigurationFluentBuilder::set_security_group_ids):<br>required: **true**<br><p>The security groups associated with access to the provided subnets.</p><br>
    /// - On success, responds with [`UpdateCompanyNetworkConfigurationOutput`](crate::operation::update_company_network_configuration::UpdateCompanyNetworkConfigurationOutput)
    /// - On failure, responds with [`SdkError<UpdateCompanyNetworkConfigurationError>`](crate::operation::update_company_network_configuration::UpdateCompanyNetworkConfigurationError)
    #[deprecated(note = "Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")]
    pub fn update_company_network_configuration(
        &self,
    ) -> crate::operation::update_company_network_configuration::builders::UpdateCompanyNetworkConfigurationFluentBuilder {
        crate::operation::update_company_network_configuration::builders::UpdateCompanyNetworkConfigurationFluentBuilder::new(self.handle.clone())
    }
}