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
18
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteVerifiedDestinationNumber`](crate::operation::delete_verified_destination_number::builders::DeleteVerifiedDestinationNumberFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`verified_destination_number_id(impl Into<String>)`](crate::operation::delete_verified_destination_number::builders::DeleteVerifiedDestinationNumberFluentBuilder::verified_destination_number_id) / [`set_verified_destination_number_id(Option<String>)`](crate::operation::delete_verified_destination_number::builders::DeleteVerifiedDestinationNumberFluentBuilder::set_verified_destination_number_id):<br>required: **true**<br><p>The unique identifier for the verified destination phone number.</p><br>
    /// - On success, responds with [`DeleteVerifiedDestinationNumberOutput`](crate::operation::delete_verified_destination_number::DeleteVerifiedDestinationNumberOutput) with field(s):
    ///   - [`verified_destination_number_arn(String)`](crate::operation::delete_verified_destination_number::DeleteVerifiedDestinationNumberOutput::verified_destination_number_arn): <p>The Amazon Resource Name (ARN) for the verified destination phone number.</p>
    ///   - [`verified_destination_number_id(String)`](crate::operation::delete_verified_destination_number::DeleteVerifiedDestinationNumberOutput::verified_destination_number_id): <p>The unique identifier for the verified destination phone number.</p>
    ///   - [`destination_phone_number(String)`](crate::operation::delete_verified_destination_number::DeleteVerifiedDestinationNumberOutput::destination_phone_number): <p>The verified destination phone number, in E.164 format.</p>
    ///   - [`created_timestamp(DateTime)`](crate::operation::delete_verified_destination_number::DeleteVerifiedDestinationNumberOutput::created_timestamp): <p>The time when the destination phone number was created, in <a href="https://www.epochconverter.com/">UNIX epoch time</a> format.</p>
    /// - On failure, responds with [`SdkError<DeleteVerifiedDestinationNumberError>`](crate::operation::delete_verified_destination_number::DeleteVerifiedDestinationNumberError)
    pub fn delete_verified_destination_number(
        &self,
    ) -> crate::operation::delete_verified_destination_number::builders::DeleteVerifiedDestinationNumberFluentBuilder {
        crate::operation::delete_verified_destination_number::builders::DeleteVerifiedDestinationNumberFluentBuilder::new(self.handle.clone())
    }
}