aws-sdk-datazone 1.136.0

AWS SDK for Amazon DataZone
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteAccountPool`](crate::operation::delete_account_pool::builders::DeleteAccountPoolFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`domain_identifier(impl Into<String>)`](crate::operation::delete_account_pool::builders::DeleteAccountPoolFluentBuilder::domain_identifier) / [`set_domain_identifier(Option<String>)`](crate::operation::delete_account_pool::builders::DeleteAccountPoolFluentBuilder::set_domain_identifier):<br>required: **true**<br><p>The ID of the domain where the account pool is deleted.</p><br>
    ///   - [`identifier(impl Into<String>)`](crate::operation::delete_account_pool::builders::DeleteAccountPoolFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::delete_account_pool::builders::DeleteAccountPoolFluentBuilder::set_identifier):<br>required: **true**<br><p>The ID of the account pool to be deleted.</p><br>
    /// - On success, responds with [`DeleteAccountPoolOutput`](crate::operation::delete_account_pool::DeleteAccountPoolOutput)
    /// - On failure, responds with [`SdkError<DeleteAccountPoolError>`](crate::operation::delete_account_pool::DeleteAccountPoolError)
    pub fn delete_account_pool(&self) -> crate::operation::delete_account_pool::builders::DeleteAccountPoolFluentBuilder {
        crate::operation::delete_account_pool::builders::DeleteAccountPoolFluentBuilder::new(self.handle.clone())
    }
}