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 [`DeletePartnership`](crate::operation::delete_partnership::builders::DeletePartnershipFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`partnership_id(impl Into<String>)`](crate::operation::delete_partnership::builders::DeletePartnershipFluentBuilder::partnership_id) / [`set_partnership_id(Option<String>)`](crate::operation::delete_partnership::builders::DeletePartnershipFluentBuilder::set_partnership_id):<br>required: **true**<br><p>Specifies the unique, system-generated identifier for a partnership.</p><br>
    /// - On success, responds with [`DeletePartnershipOutput`](crate::operation::delete_partnership::DeletePartnershipOutput)
    /// - On failure, responds with [`SdkError<DeletePartnershipError>`](crate::operation::delete_partnership::DeletePartnershipError)
    pub fn delete_partnership(&self) -> crate::operation::delete_partnership::builders::DeletePartnershipFluentBuilder {
        crate::operation::delete_partnership::builders::DeletePartnershipFluentBuilder::new(self.handle.clone())
    }
}