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 [`BatchUpdatePhoneNumber`](crate::operation::batch_update_phone_number::builders::BatchUpdatePhoneNumberFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`update_phone_number_request_items(UpdatePhoneNumberRequestItem)`](crate::operation::batch_update_phone_number::builders::BatchUpdatePhoneNumberFluentBuilder::update_phone_number_request_items) / [`set_update_phone_number_request_items(Option<Vec::<UpdatePhoneNumberRequestItem>>)`](crate::operation::batch_update_phone_number::builders::BatchUpdatePhoneNumberFluentBuilder::set_update_phone_number_request_items):<br>required: **true**<br><p>The request containing the phone number IDs and product types or calling names to update.</p><br>
    /// - On success, responds with [`BatchUpdatePhoneNumberOutput`](crate::operation::batch_update_phone_number::BatchUpdatePhoneNumberOutput) with field(s):
    ///   - [`phone_number_errors(Option<Vec::<PhoneNumberError>>)`](crate::operation::batch_update_phone_number::BatchUpdatePhoneNumberOutput::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<BatchUpdatePhoneNumberError>`](crate::operation::batch_update_phone_number::BatchUpdatePhoneNumberError)
    pub fn batch_update_phone_number(&self) -> crate::operation::batch_update_phone_number::builders::BatchUpdatePhoneNumberFluentBuilder {
        crate::operation::batch_update_phone_number::builders::BatchUpdatePhoneNumberFluentBuilder::new(self.handle.clone())
    }
}