superposition_sdk 0.100.2

Rust SDK to work with Superposition
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteDimension`](crate::operation::delete_dimension::builders::DeleteDimensionFluentBuilder) operation.
                            ///
                            /// - The fluent builder is configurable:
    ///   - [`workspace_id(impl Into<String>)`](crate::operation::delete_dimension::builders::DeleteDimensionFluentBuilder::workspace_id) / [`set_workspace_id(Option<String>)`](crate::operation::delete_dimension::builders::DeleteDimensionFluentBuilder::set_workspace_id):<br>required: **true**<br>(undocumented)<br>
    ///   - [`org_id(impl Into<String>)`](crate::operation::delete_dimension::builders::DeleteDimensionFluentBuilder::org_id) / [`set_org_id(Option<String>)`](crate::operation::delete_dimension::builders::DeleteDimensionFluentBuilder::set_org_id):<br>required: **true**<br>(undocumented)<br>
    ///   - [`dimension(impl Into<String>)`](crate::operation::delete_dimension::builders::DeleteDimensionFluentBuilder::dimension) / [`set_dimension(Option<String>)`](crate::operation::delete_dimension::builders::DeleteDimensionFluentBuilder::set_dimension):<br>required: **true**<br>(undocumented)<br>
                            /// - On success, responds with [`DeleteDimensionOutput`](crate::operation::delete_dimension::DeleteDimensionOutput)
                            /// - On failure, responds with [`SdkError<DeleteDimensionError>`](crate::operation::delete_dimension::DeleteDimensionError)
    pub fn delete_dimension(&self) -> crate::operation::delete_dimension::builders::DeleteDimensionFluentBuilder {
                                crate::operation::delete_dimension::builders::DeleteDimensionFluentBuilder::new(self.handle.clone())
                            }
}