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 [`GetEntities`](crate::operation::get_entities::builders::GetEntitiesFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`ids(impl Into<String>)`](crate::operation::get_entities::builders::GetEntitiesFluentBuilder::ids) / [`set_ids(Option<Vec::<String>>)`](crate::operation::get_entities::builders::GetEntitiesFluentBuilder::set_ids):<br>required: **true**<br><p>An array of entity IDs.</p> <p>The IDs should be in the following format.</p> <p><code>urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME</code></p><br>
    ///   - [`namespace_version(i64)`](crate::operation::get_entities::builders::GetEntitiesFluentBuilder::namespace_version) / [`set_namespace_version(Option<i64>)`](crate::operation::get_entities::builders::GetEntitiesFluentBuilder::set_namespace_version):<br>required: **false**<br><p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p><br>
    /// - On success, responds with [`GetEntitiesOutput`](crate::operation::get_entities::GetEntitiesOutput) with field(s):
    ///   - [`descriptions(Option<Vec::<EntityDescription>>)`](crate::operation::get_entities::GetEntitiesOutput::descriptions): <p>An array of descriptions for the specified entities.</p>
    /// - On failure, responds with [`SdkError<GetEntitiesError>`](crate::operation::get_entities::GetEntitiesError)
    #[deprecated(note = "since: 2022-08-30")]
    pub fn get_entities(&self) -> crate::operation::get_entities::builders::GetEntitiesFluentBuilder {
        crate::operation::get_entities::builders::GetEntitiesFluentBuilder::new(self.handle.clone())
    }
}