aws-sdk-quicksight 1.145.0

AWS SDK for Amazon QuickSight
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`BatchDeleteKnowledgeBase`](crate::operation::batch_delete_knowledge_base::builders::BatchDeleteKnowledgeBaseFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`aws_account_id(impl Into<String>)`](crate::operation::batch_delete_knowledge_base::builders::BatchDeleteKnowledgeBaseFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::batch_delete_knowledge_base::builders::BatchDeleteKnowledgeBaseFluentBuilder::set_aws_account_id):<br>required: **true**<br><p>The ID of the Amazon Web Services account that contains the knowledge base.</p><br>
    ///   - [`knowledge_base_ids(impl Into<String>)`](crate::operation::batch_delete_knowledge_base::builders::BatchDeleteKnowledgeBaseFluentBuilder::knowledge_base_ids) / [`set_knowledge_base_ids(Option<Vec::<String>>)`](crate::operation::batch_delete_knowledge_base::builders::BatchDeleteKnowledgeBaseFluentBuilder::set_knowledge_base_ids):<br>required: **true**<br><p>A list of knowledge base identifiers to delete.</p><br>
    /// - On success, responds with [`BatchDeleteKnowledgeBaseOutput`](crate::operation::batch_delete_knowledge_base::BatchDeleteKnowledgeBaseOutput) with field(s):
    ///   - [`deleted(Vec::<BatchDeleteKnowledgeBaseSuccess>)`](crate::operation::batch_delete_knowledge_base::BatchDeleteKnowledgeBaseOutput::deleted): <p>A list of knowledge bases that were successfully deleted.</p>
    ///   - [`errors(Vec::<BatchDeleteKnowledgeBaseFailure>)`](crate::operation::batch_delete_knowledge_base::BatchDeleteKnowledgeBaseOutput::errors): <p>A list of knowledge bases that failed to be deleted.</p>
    ///   - [`request_id(Option<String>)`](crate::operation::batch_delete_knowledge_base::BatchDeleteKnowledgeBaseOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
    ///   - [`status(Option<i32>)`](crate::operation::batch_delete_knowledge_base::BatchDeleteKnowledgeBaseOutput::status): <p>The HTTP status of the request.</p>
    /// - On failure, responds with [`SdkError<BatchDeleteKnowledgeBaseError>`](crate::operation::batch_delete_knowledge_base::BatchDeleteKnowledgeBaseError)
    pub fn batch_delete_knowledge_base(&self) -> crate::operation::batch_delete_knowledge_base::builders::BatchDeleteKnowledgeBaseFluentBuilder {
        crate::operation::batch_delete_knowledge_base::builders::BatchDeleteKnowledgeBaseFluentBuilder::new(self.handle.clone())
    }
}