1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteVPCEConfiguration`](crate::operation::delete_vpce_configuration::builders::DeleteVPCEConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`arn(impl Into<String>)`](crate::operation::delete_vpce_configuration::builders::DeleteVPCEConfigurationFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::delete_vpce_configuration::builders::DeleteVPCEConfigurationFluentBuilder::set_arn): <p>The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to delete.</p>
    /// - On success, responds with [`DeleteVpceConfigurationOutput`](crate::operation::delete_vpce_configuration::DeleteVpceConfigurationOutput)
    /// - On failure, responds with [`SdkError<DeleteVPCEConfigurationError>`](crate::operation::delete_vpce_configuration::DeleteVPCEConfigurationError)
    pub fn delete_vpce_configuration(
        &self,
    ) -> crate::operation::delete_vpce_configuration::builders::DeleteVPCEConfigurationFluentBuilder
    {
        crate::operation::delete_vpce_configuration::builders::DeleteVPCEConfigurationFluentBuilder::new(self.handle.clone())
    }
}