aws-sdk-bedrockagentcorecontrol 1.54.0

AWS SDK for Amazon Bedrock AgentCore Control
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 [`DeleteConfigurationBundle`](crate::operation::delete_configuration_bundle::builders::DeleteConfigurationBundleFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`bundle_id(impl Into<String>)`](crate::operation::delete_configuration_bundle::builders::DeleteConfigurationBundleFluentBuilder::bundle_id) / [`set_bundle_id(Option<String>)`](crate::operation::delete_configuration_bundle::builders::DeleteConfigurationBundleFluentBuilder::set_bundle_id):<br>required: **true**<br><p>The unique identifier of the configuration bundle to delete.</p><br>
    /// - On success, responds with [`DeleteConfigurationBundleOutput`](crate::operation::delete_configuration_bundle::DeleteConfigurationBundleOutput) with field(s):
    ///   - [`bundle_id(String)`](crate::operation::delete_configuration_bundle::DeleteConfigurationBundleOutput::bundle_id): <p>The unique identifier of the deleted configuration bundle.</p>
    ///   - [`status(ConfigurationBundleStatus)`](crate::operation::delete_configuration_bundle::DeleteConfigurationBundleOutput::status): <p>The status of the configuration bundle deletion operation.</p>
    /// - On failure, responds with [`SdkError<DeleteConfigurationBundleError>`](crate::operation::delete_configuration_bundle::DeleteConfigurationBundleError)
    pub fn delete_configuration_bundle(&self) -> crate::operation::delete_configuration_bundle::builders::DeleteConfigurationBundleFluentBuilder {
        crate::operation::delete_configuration_bundle::builders::DeleteConfigurationBundleFluentBuilder::new(self.handle.clone())
    }
}