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 [`DeleteKnowledgeBase`](crate::operation::delete_knowledge_base::builders::DeleteKnowledgeBaseFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`aws_account_id(impl Into<String>)`](crate::operation::delete_knowledge_base::builders::DeleteKnowledgeBaseFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::delete_knowledge_base::builders::DeleteKnowledgeBaseFluentBuilder::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_id(impl Into<String>)`](crate::operation::delete_knowledge_base::builders::DeleteKnowledgeBaseFluentBuilder::knowledge_base_id) / [`set_knowledge_base_id(Option<String>)`](crate::operation::delete_knowledge_base::builders::DeleteKnowledgeBaseFluentBuilder::set_knowledge_base_id):<br>required: **true**<br><p>The unique identifier for the knowledge base.</p><br>
    /// - On success, responds with [`DeleteKnowledgeBaseOutput`](crate::operation::delete_knowledge_base::DeleteKnowledgeBaseOutput) with field(s):
    ///   - [`knowledge_base_arn(String)`](crate::operation::delete_knowledge_base::DeleteKnowledgeBaseOutput::knowledge_base_arn): <p>The ARN of the deleted knowledge base.</p>
    ///   - [`knowledge_base_id(String)`](crate::operation::delete_knowledge_base::DeleteKnowledgeBaseOutput::knowledge_base_id): <p>The ID of the deleted knowledge base.</p>
    ///   - [`request_id(Option<String>)`](crate::operation::delete_knowledge_base::DeleteKnowledgeBaseOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
    ///   - [`status(Option<i32>)`](crate::operation::delete_knowledge_base::DeleteKnowledgeBaseOutput::status): <p>The HTTP status of the request.</p>
    /// - On failure, responds with [`SdkError<DeleteKnowledgeBaseError>`](crate::operation::delete_knowledge_base::DeleteKnowledgeBaseError)
    pub fn delete_knowledge_base(&self) -> crate::operation::delete_knowledge_base::builders::DeleteKnowledgeBaseFluentBuilder {
        crate::operation::delete_knowledge_base::builders::DeleteKnowledgeBaseFluentBuilder::new(self.handle.clone())
    }
}