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
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateWhatsAppFlowAssets`](crate::operation::update_whats_app_flow_assets::builders::UpdateWhatsAppFlowAssetsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::update_whats_app_flow_assets::builders::UpdateWhatsAppFlowAssetsFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::update_whats_app_flow_assets::builders::UpdateWhatsAppFlowAssetsFluentBuilder::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::update_whats_app_flow_assets::builders::UpdateWhatsAppFlowAssetsFluentBuilder::flow_id) / [`set_flow_id(Option<String>)`](crate::operation::update_whats_app_flow_assets::builders::UpdateWhatsAppFlowAssetsFluentBuilder::set_flow_id):<br>required: **true**<br><p>The unique identifier of the Flow whose assets to update.</p><br>
    ///   - [`flow_json(Blob)`](crate::operation::update_whats_app_flow_assets::builders::UpdateWhatsAppFlowAssetsFluentBuilder::flow_json) / [`set_flow_json(Option<Blob>)`](crate::operation::update_whats_app_flow_assets::builders::UpdateWhatsAppFlowAssetsFluentBuilder::set_flow_json):<br>required: **true**<br><p>The updated Flow JSON definition. Maximum size is 10 MB.</p><br>
    /// - On success, responds with [`UpdateWhatsAppFlowAssetsOutput`](crate::operation::update_whats_app_flow_assets::UpdateWhatsAppFlowAssetsOutput) with field(s):
    ///   - [`validation_errors(Option<Vec::<String>>)`](crate::operation::update_whats_app_flow_assets::UpdateWhatsAppFlowAssetsOutput::validation_errors): <p>A list of validation errors returned by Meta, if any. Validation errors must be resolved before the Flow can be published.</p>
    /// - On failure, responds with [`SdkError<UpdateWhatsAppFlowAssetsError>`](crate::operation::update_whats_app_flow_assets::UpdateWhatsAppFlowAssetsError)
    pub fn update_whats_app_flow_assets(&self) -> crate::operation::update_whats_app_flow_assets::builders::UpdateWhatsAppFlowAssetsFluentBuilder {
        crate::operation::update_whats_app_flow_assets::builders::UpdateWhatsAppFlowAssetsFluentBuilder::new(self.handle.clone())
    }
}