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 [`GetSystemInstance`](crate::operation::get_system_instance::builders::GetSystemInstanceFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::get_system_instance::builders::GetSystemInstanceFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::get_system_instance::builders::GetSystemInstanceFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the system deployment instance. This value is returned by <code>CreateSystemInstance</code>.</p> <p>The ID should be in the following format.</p> <p><code>urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME</code></p><br>
    /// - On success, responds with [`GetSystemInstanceOutput`](crate::operation::get_system_instance::GetSystemInstanceOutput) with field(s):
    ///   - [`description(Option<SystemInstanceDescription>)`](crate::operation::get_system_instance::GetSystemInstanceOutput::description): <p>An object that describes the system instance.</p>
    /// - On failure, responds with [`SdkError<GetSystemInstanceError>`](crate::operation::get_system_instance::GetSystemInstanceError)
    #[deprecated(note = "since: 2022-08-30")]
    pub fn get_system_instance(&self) -> crate::operation::get_system_instance::builders::GetSystemInstanceFluentBuilder {
        crate::operation::get_system_instance::builders::GetSystemInstanceFluentBuilder::new(self.handle.clone())
    }
}