aws-sdk-socialmessaging 1.72.0

AWS SDK for AWS End User Messaging Social
Documentation
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 [`DeprecateWhatsAppFlow`](crate::operation::deprecate_whats_app_flow::builders::DeprecateWhatsAppFlowFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::deprecate_whats_app_flow::builders::DeprecateWhatsAppFlowFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::deprecate_whats_app_flow::builders::DeprecateWhatsAppFlowFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the WhatsApp Business Account associated with this Flow.</p><br>
    ///   - [`flow_id(impl Into<String>)`](crate::operation::deprecate_whats_app_flow::builders::DeprecateWhatsAppFlowFluentBuilder::flow_id) / [`set_flow_id(Option<String>)`](crate::operation::deprecate_whats_app_flow::builders::DeprecateWhatsAppFlowFluentBuilder::set_flow_id):<br>required: **true**<br><p>The unique identifier of the Flow to deprecate.</p><br>
    /// - On success, responds with [`DeprecateWhatsAppFlowOutput`](crate::operation::deprecate_whats_app_flow::DeprecateWhatsAppFlowOutput)
    /// - On failure, responds with [`SdkError<DeprecateWhatsAppFlowError>`](crate::operation::deprecate_whats_app_flow::DeprecateWhatsAppFlowError)
    pub fn deprecate_whats_app_flow(&self) -> crate::operation::deprecate_whats_app_flow::builders::DeprecateWhatsAppFlowFluentBuilder {
        crate::operation::deprecate_whats_app_flow::builders::DeprecateWhatsAppFlowFluentBuilder::new(self.handle.clone())
    }
}