superposition_sdk 0.100.1

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