aws-sdk-odb 1.43.0

AWS SDK for odb
Documentation
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 [`DeleteExascaleDbStorageVault`](crate::operation::delete_exascale_db_storage_vault::builders::DeleteExascaleDbStorageVaultFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`exascale_db_storage_vault_id(impl Into<String>)`](crate::operation::delete_exascale_db_storage_vault::builders::DeleteExascaleDbStorageVaultFluentBuilder::exascale_db_storage_vault_id) / [`set_exascale_db_storage_vault_id(Option<String>)`](crate::operation::delete_exascale_db_storage_vault::builders::DeleteExascaleDbStorageVaultFluentBuilder::set_exascale_db_storage_vault_id):<br>required: **true**<br><p>The unique identifier of the Exascale storage vault to delete.</p><br>
    /// - On success, responds with [`DeleteExascaleDbStorageVaultOutput`](crate::operation::delete_exascale_db_storage_vault::DeleteExascaleDbStorageVaultOutput)
    /// - On failure, responds with [`SdkError<DeleteExascaleDbStorageVaultError>`](crate::operation::delete_exascale_db_storage_vault::DeleteExascaleDbStorageVaultError)
    pub fn delete_exascale_db_storage_vault(
        &self,
    ) -> crate::operation::delete_exascale_db_storage_vault::builders::DeleteExascaleDbStorageVaultFluentBuilder {
        crate::operation::delete_exascale_db_storage_vault::builders::DeleteExascaleDbStorageVaultFluentBuilder::new(self.handle.clone())
    }
}