aws-sdk-pinpointsmsvoicev2 1.124.0

AWS SDK for Amazon Pinpoint SMS Voice V2
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DisassociateProtectConfiguration`](crate::operation::disassociate_protect_configuration::builders::DisassociateProtectConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`protect_configuration_id(impl Into<String>)`](crate::operation::disassociate_protect_configuration::builders::DisassociateProtectConfigurationFluentBuilder::protect_configuration_id) / [`set_protect_configuration_id(Option<String>)`](crate::operation::disassociate_protect_configuration::builders::DisassociateProtectConfigurationFluentBuilder::set_protect_configuration_id):<br>required: **true**<br><p>The unique identifier for the protect configuration.</p><br>
    ///   - [`configuration_set_name(impl Into<String>)`](crate::operation::disassociate_protect_configuration::builders::DisassociateProtectConfigurationFluentBuilder::configuration_set_name) / [`set_configuration_set_name(Option<String>)`](crate::operation::disassociate_protect_configuration::builders::DisassociateProtectConfigurationFluentBuilder::set_configuration_set_name):<br>required: **true**<br><p>The name of the ConfigurationSet.</p><br>
    /// - On success, responds with [`DisassociateProtectConfigurationOutput`](crate::operation::disassociate_protect_configuration::DisassociateProtectConfigurationOutput) with field(s):
    ///   - [`configuration_set_arn(String)`](crate::operation::disassociate_protect_configuration::DisassociateProtectConfigurationOutput::configuration_set_arn): <p>The Amazon Resource Name (ARN) of the configuration set.</p>
    ///   - [`configuration_set_name(String)`](crate::operation::disassociate_protect_configuration::DisassociateProtectConfigurationOutput::configuration_set_name): <p>The name of the ConfigurationSet.</p>
    ///   - [`protect_configuration_arn(String)`](crate::operation::disassociate_protect_configuration::DisassociateProtectConfigurationOutput::protect_configuration_arn): <p>The Amazon Resource Name (ARN) of the protect configuration.</p>
    ///   - [`protect_configuration_id(String)`](crate::operation::disassociate_protect_configuration::DisassociateProtectConfigurationOutput::protect_configuration_id): <p>The unique identifier for the protect configuration.</p>
    /// - On failure, responds with [`SdkError<DisassociateProtectConfigurationError>`](crate::operation::disassociate_protect_configuration::DisassociateProtectConfigurationError)
    pub fn disassociate_protect_configuration(
        &self,
    ) -> crate::operation::disassociate_protect_configuration::builders::DisassociateProtectConfigurationFluentBuilder {
        crate::operation::disassociate_protect_configuration::builders::DisassociateProtectConfigurationFluentBuilder::new(self.handle.clone())
    }
}