aws-sdk-cloudfront 1.116.0

AWS SDK for Amazon CloudFront
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteConnectionFunction`](crate::operation::delete_connection_function::builders::DeleteConnectionFunctionFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::delete_connection_function::builders::DeleteConnectionFunctionFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_connection_function::builders::DeleteConnectionFunctionFluentBuilder::set_id):<br>required: **true**<br><p>The connection function's ID.</p><br>
    ///   - [`if_match(impl Into<String>)`](crate::operation::delete_connection_function::builders::DeleteConnectionFunctionFluentBuilder::if_match) / [`set_if_match(Option<String>)`](crate::operation::delete_connection_function::builders::DeleteConnectionFunctionFluentBuilder::set_if_match):<br>required: **true**<br><p>The current version (<code>ETag</code> value) of the connection function you are deleting.</p><br>
    /// - On success, responds with [`DeleteConnectionFunctionOutput`](crate::operation::delete_connection_function::DeleteConnectionFunctionOutput)
    /// - On failure, responds with [`SdkError<DeleteConnectionFunctionError>`](crate::operation::delete_connection_function::DeleteConnectionFunctionError)
    pub fn delete_connection_function(&self) -> crate::operation::delete_connection_function::builders::DeleteConnectionFunctionFluentBuilder {
        crate::operation::delete_connection_function::builders::DeleteConnectionFunctionFluentBuilder::new(self.handle.clone())
    }
}