aws-sdk-elementalinference 1.5.0

AWS SDK for AWS Elemental Inference
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`ExportDictionaryEntries`](crate::operation::export_dictionary_entries::builders::ExportDictionaryEntriesFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::export_dictionary_entries::builders::ExportDictionaryEntriesFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::export_dictionary_entries::builders::ExportDictionaryEntriesFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the dictionary whose entries you want to export.</p><br>
    /// - On success, responds with [`ExportDictionaryEntriesOutput`](crate::operation::export_dictionary_entries::ExportDictionaryEntriesOutput) with field(s):
    ///   - [`entries(Option<String>)`](crate::operation::export_dictionary_entries::ExportDictionaryEntriesOutput::entries): <p>The dictionary entries payload.</p>
    /// - On failure, responds with [`SdkError<ExportDictionaryEntriesError>`](crate::operation::export_dictionary_entries::ExportDictionaryEntriesError)
    pub fn export_dictionary_entries(&self) -> crate::operation::export_dictionary_entries::builders::ExportDictionaryEntriesFluentBuilder {
        crate::operation::export_dictionary_entries::builders::ExportDictionaryEntriesFluentBuilder::new(self.handle.clone())
    }
}