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 [`DeleteFieldLevelEncryptionConfig`](crate::operation::delete_field_level_encryption_config::builders::DeleteFieldLevelEncryptionConfigFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::delete_field_level_encryption_config::builders::DeleteFieldLevelEncryptionConfigFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_field_level_encryption_config::builders::DeleteFieldLevelEncryptionConfigFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the configuration you want to delete from CloudFront.</p><br>
    ///   - [`if_match(impl Into<String>)`](crate::operation::delete_field_level_encryption_config::builders::DeleteFieldLevelEncryptionConfigFluentBuilder::if_match) / [`set_if_match(Option<String>)`](crate::operation::delete_field_level_encryption_config::builders::DeleteFieldLevelEncryptionConfigFluentBuilder::set_if_match):<br>required: **false**<br><p>The value of the <code>ETag</code> header that you received when retrieving the configuration identity to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p><br>
    /// - On success, responds with [`DeleteFieldLevelEncryptionConfigOutput`](crate::operation::delete_field_level_encryption_config::DeleteFieldLevelEncryptionConfigOutput)
    /// - On failure, responds with [`SdkError<DeleteFieldLevelEncryptionConfigError>`](crate::operation::delete_field_level_encryption_config::DeleteFieldLevelEncryptionConfigError)
    pub fn delete_field_level_encryption_config(
        &self,
    ) -> crate::operation::delete_field_level_encryption_config::builders::DeleteFieldLevelEncryptionConfigFluentBuilder {
        crate::operation::delete_field_level_encryption_config::builders::DeleteFieldLevelEncryptionConfigFluentBuilder::new(self.handle.clone())
    }
}