aws-sdk-lightsail 1.107.0

AWS SDK for Amazon Lightsail
Documentation
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 [`UpdateDomainEntry`](crate::operation::update_domain_entry::builders::UpdateDomainEntryFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`domain_name(impl Into<String>)`](crate::operation::update_domain_entry::builders::UpdateDomainEntryFluentBuilder::domain_name) / [`set_domain_name(Option<String>)`](crate::operation::update_domain_entry::builders::UpdateDomainEntryFluentBuilder::set_domain_name):<br>required: **true**<br><p>The name of the domain recordset to update.</p><br>
    ///   - [`domain_entry(DomainEntry)`](crate::operation::update_domain_entry::builders::UpdateDomainEntryFluentBuilder::domain_entry) / [`set_domain_entry(Option<DomainEntry>)`](crate::operation::update_domain_entry::builders::UpdateDomainEntryFluentBuilder::set_domain_entry):<br>required: **true**<br><p>An array of key-value pairs containing information about the domain entry.</p><br>
    /// - On success, responds with [`UpdateDomainEntryOutput`](crate::operation::update_domain_entry::UpdateDomainEntryOutput) with field(s):
    ///   - [`operations(Option<Vec::<Operation>>)`](crate::operation::update_domain_entry::UpdateDomainEntryOutput::operations): <p>An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.</p>
    /// - On failure, responds with [`SdkError<UpdateDomainEntryError>`](crate::operation::update_domain_entry::UpdateDomainEntryError)
    pub fn update_domain_entry(&self) -> crate::operation::update_domain_entry::builders::UpdateDomainEntryFluentBuilder {
        crate::operation::update_domain_entry::builders::UpdateDomainEntryFluentBuilder::new(self.handle.clone())
    }
}