aws-sdk-pinpointsmsvoicev2 1.124.0

AWS SDK for Amazon Pinpoint SMS Voice V2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteAccountDefaultProtectConfiguration`](crate::operation::delete_account_default_protect_configuration::builders::DeleteAccountDefaultProtectConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::delete_account_default_protect_configuration::builders::DeleteAccountDefaultProtectConfigurationFluentBuilder::send) it.
    /// - On success, responds with [`DeleteAccountDefaultProtectConfigurationOutput`](crate::operation::delete_account_default_protect_configuration::DeleteAccountDefaultProtectConfigurationOutput) with field(s):
    ///   - [`default_protect_configuration_arn(String)`](crate::operation::delete_account_default_protect_configuration::DeleteAccountDefaultProtectConfigurationOutput::default_protect_configuration_arn): <p>The Amazon Resource Name (ARN) of the account default protect configuration.</p>
    ///   - [`default_protect_configuration_id(String)`](crate::operation::delete_account_default_protect_configuration::DeleteAccountDefaultProtectConfigurationOutput::default_protect_configuration_id): <p>The unique identifier of the account default protect configuration.</p>
    /// - On failure, responds with [`SdkError<DeleteAccountDefaultProtectConfigurationError>`](crate::operation::delete_account_default_protect_configuration::DeleteAccountDefaultProtectConfigurationError)
    pub fn delete_account_default_protect_configuration(
        &self,
    ) -> crate::operation::delete_account_default_protect_configuration::builders::DeleteAccountDefaultProtectConfigurationFluentBuilder {
        crate::operation::delete_account_default_protect_configuration::builders::DeleteAccountDefaultProtectConfigurationFluentBuilder::new(
            self.handle.clone(),
        )
    }
}