aws-sdk-organizations 1.119.1

AWS SDK for AWS Organizations
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteOrganization`](crate::operation::delete_organization::builders::DeleteOrganizationFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::delete_organization::builders::DeleteOrganizationFluentBuilder::send) it.
    /// - On success, responds with [`DeleteOrganizationOutput`](crate::operation::delete_organization::DeleteOrganizationOutput)
    /// - On failure, responds with [`SdkError<DeleteOrganizationError>`](crate::operation::delete_organization::DeleteOrganizationError)
    pub fn delete_organization(&self) -> crate::operation::delete_organization::builders::DeleteOrganizationFluentBuilder {
        crate::operation::delete_organization::builders::DeleteOrganizationFluentBuilder::new(self.handle.clone())
    }
}