1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`ExtendTransaction`](crate::operation::extend_transaction::builders::ExtendTransactionFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`transaction_id(impl Into<String>)`](crate::operation::extend_transaction::builders::ExtendTransactionFluentBuilder::transaction_id) / [`set_transaction_id(Option<String>)`](crate::operation::extend_transaction::builders::ExtendTransactionFluentBuilder::set_transaction_id):<br>required: **false**<br><p>The transaction to extend.</p><br>
    /// - On success, responds with [`ExtendTransactionOutput`](crate::operation::extend_transaction::ExtendTransactionOutput)
    /// - On failure, responds with [`SdkError<ExtendTransactionError>`](crate::operation::extend_transaction::ExtendTransactionError)
    pub fn extend_transaction(&self) -> crate::operation::extend_transaction::builders::ExtendTransactionFluentBuilder {
        crate::operation::extend_transaction::builders::ExtendTransactionFluentBuilder::new(self.handle.clone())
    }
}