1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateIngestionDestination`](crate::operation::update_ingestion_destination::builders::UpdateIngestionDestinationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`app_bundle_identifier(impl Into<String>)`](crate::operation::update_ingestion_destination::builders::UpdateIngestionDestinationFluentBuilder::app_bundle_identifier) / [`set_app_bundle_identifier(Option<String>)`](crate::operation::update_ingestion_destination::builders::UpdateIngestionDestinationFluentBuilder::set_app_bundle_identifier): <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.</p>
    ///   - [`ingestion_identifier(impl Into<String>)`](crate::operation::update_ingestion_destination::builders::UpdateIngestionDestinationFluentBuilder::ingestion_identifier) / [`set_ingestion_identifier(Option<String>)`](crate::operation::update_ingestion_destination::builders::UpdateIngestionDestinationFluentBuilder::set_ingestion_identifier): <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.</p>
    ///   - [`ingestion_destination_identifier(impl Into<String>)`](crate::operation::update_ingestion_destination::builders::UpdateIngestionDestinationFluentBuilder::ingestion_destination_identifier) / [`set_ingestion_destination_identifier(Option<String>)`](crate::operation::update_ingestion_destination::builders::UpdateIngestionDestinationFluentBuilder::set_ingestion_destination_identifier): <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.</p>
    ///   - [`destination_configuration(DestinationConfiguration)`](crate::operation::update_ingestion_destination::builders::UpdateIngestionDestinationFluentBuilder::destination_configuration) / [`set_destination_configuration(Option<DestinationConfiguration>)`](crate::operation::update_ingestion_destination::builders::UpdateIngestionDestinationFluentBuilder::set_destination_configuration): <p>Contains information about the destination of ingested data.</p>
    /// - On success, responds with [`UpdateIngestionDestinationOutput`](crate::operation::update_ingestion_destination::UpdateIngestionDestinationOutput) with field(s):
    ///   - [`ingestion_destination(Option<IngestionDestination>)`](crate::operation::update_ingestion_destination::UpdateIngestionDestinationOutput::ingestion_destination): <p>Contains information about an ingestion destination.</p>
    /// - On failure, responds with [`SdkError<UpdateIngestionDestinationError>`](crate::operation::update_ingestion_destination::UpdateIngestionDestinationError)
    pub fn update_ingestion_destination(&self) -> crate::operation::update_ingestion_destination::builders::UpdateIngestionDestinationFluentBuilder {
        crate::operation::update_ingestion_destination::builders::UpdateIngestionDestinationFluentBuilder::new(self.handle.clone())
    }
}