1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteCoreDefinition`](crate::operation::delete_core_definition::builders::DeleteCoreDefinitionFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`core_definition_id(impl Into<String>)`](crate::operation::delete_core_definition::builders::DeleteCoreDefinitionFluentBuilder::core_definition_id) / [`set_core_definition_id(Option<String>)`](crate::operation::delete_core_definition::builders::DeleteCoreDefinitionFluentBuilder::set_core_definition_id):<br>required: **true**<br>The ID of the core definition.<br>
    /// - On success, responds with [`DeleteCoreDefinitionOutput`](crate::operation::delete_core_definition::DeleteCoreDefinitionOutput)
    /// - On failure, responds with [`SdkError<DeleteCoreDefinitionError>`](crate::operation::delete_core_definition::DeleteCoreDefinitionError)
    pub fn delete_core_definition(&self) -> crate::operation::delete_core_definition::builders::DeleteCoreDefinitionFluentBuilder {
        crate::operation::delete_core_definition::builders::DeleteCoreDefinitionFluentBuilder::new(self.handle.clone())
    }
}