1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteIngestionDestination`](crate::operation::delete_ingestion_destination::builders::DeleteIngestionDestinationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`app_bundle_identifier(impl Into<String>)`](crate::operation::delete_ingestion_destination::builders::DeleteIngestionDestinationFluentBuilder::app_bundle_identifier) / [`set_app_bundle_identifier(Option<String>)`](crate::operation::delete_ingestion_destination::builders::DeleteIngestionDestinationFluentBuilder::set_app_bundle_identifier):<br>required: **true**<br><p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.</p><br>
    ///   - [`ingestion_identifier(impl Into<String>)`](crate::operation::delete_ingestion_destination::builders::DeleteIngestionDestinationFluentBuilder::ingestion_identifier) / [`set_ingestion_identifier(Option<String>)`](crate::operation::delete_ingestion_destination::builders::DeleteIngestionDestinationFluentBuilder::set_ingestion_identifier):<br>required: **true**<br><p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.</p><br>
    ///   - [`ingestion_destination_identifier(impl Into<String>)`](crate::operation::delete_ingestion_destination::builders::DeleteIngestionDestinationFluentBuilder::ingestion_destination_identifier) / [`set_ingestion_destination_identifier(Option<String>)`](crate::operation::delete_ingestion_destination::builders::DeleteIngestionDestinationFluentBuilder::set_ingestion_destination_identifier):<br>required: **true**<br><p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.</p><br>
    /// - On success, responds with [`DeleteIngestionDestinationOutput`](crate::operation::delete_ingestion_destination::DeleteIngestionDestinationOutput)
    /// - On failure, responds with [`SdkError<DeleteIngestionDestinationError>`](crate::operation::delete_ingestion_destination::DeleteIngestionDestinationError)
    pub fn delete_ingestion_destination(&self) -> crate::operation::delete_ingestion_destination::builders::DeleteIngestionDestinationFluentBuilder {
        crate::operation::delete_ingestion_destination::builders::DeleteIngestionDestinationFluentBuilder::new(self.handle.clone())
    }
}