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 [`BatchDeletePhoneNumber`](crate::operation::batch_delete_phone_number::builders::BatchDeletePhoneNumberFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`phone_number_ids(impl Into<String>)`](crate::operation::batch_delete_phone_number::builders::BatchDeletePhoneNumberFluentBuilder::phone_number_ids) / [`set_phone_number_ids(Option<Vec::<String>>)`](crate::operation::batch_delete_phone_number::builders::BatchDeletePhoneNumberFluentBuilder::set_phone_number_ids):<br>required: **true**<br><p>List of phone number IDs.</p><br>
    /// - On success, responds with [`BatchDeletePhoneNumberOutput`](crate::operation::batch_delete_phone_number::BatchDeletePhoneNumberOutput) with field(s):
    ///   - [`phone_number_errors(Option<Vec::<PhoneNumberError>>)`](crate::operation::batch_delete_phone_number::BatchDeletePhoneNumberOutput::phone_number_errors): <p>If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.</p>
    /// - On failure, responds with [`SdkError<BatchDeletePhoneNumberError>`](crate::operation::batch_delete_phone_number::BatchDeletePhoneNumberError)
    pub fn batch_delete_phone_number(&self) -> crate::operation::batch_delete_phone_number::builders::BatchDeletePhoneNumberFluentBuilder {
        crate::operation::batch_delete_phone_number::builders::BatchDeletePhoneNumberFluentBuilder::new(self.handle.clone())
    }
}