// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteJourney`](crate::operation::delete_journey::builders::DeleteJourneyFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`application_id(impl ::std::convert::Into<String>)`](crate::operation::delete_journey::builders::DeleteJourneyFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::delete_journey::builders::DeleteJourneyFluentBuilder::set_application_id): <p>The unique identifier for the application. This identifier is displayed as the <b>Project ID</b> on the Amazon Pinpoint console.</p>
/// - [`journey_id(impl ::std::convert::Into<String>)`](crate::operation::delete_journey::builders::DeleteJourneyFluentBuilder::journey_id) / [`set_journey_id(Option<String>)`](crate::operation::delete_journey::builders::DeleteJourneyFluentBuilder::set_journey_id): <p>The unique identifier for the journey.</p>
/// - On success, responds with [`DeleteJourneyOutput`](crate::operation::delete_journey::DeleteJourneyOutput) with field(s):
/// - [`journey_response(Option<JourneyResponse>)`](crate::operation::delete_journey::DeleteJourneyOutput::journey_response): <p>Provides information about the status, configuration, and other settings for a journey.</p>
/// - On failure, responds with [`SdkError<DeleteJourneyError>`](crate::operation::delete_journey::DeleteJourneyError)
pub fn delete_journey(
&self,
) -> crate::operation::delete_journey::builders::DeleteJourneyFluentBuilder {
crate::operation::delete_journey::builders::DeleteJourneyFluentBuilder::new(
self.handle.clone(),
)
}
}