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 [`PutDeliverabilityDashboardOption`](crate::operation::put_deliverability_dashboard_option::builders::PutDeliverabilityDashboardOptionFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`dashboard_enabled(bool)`](crate::operation::put_deliverability_dashboard_option::builders::PutDeliverabilityDashboardOptionFluentBuilder::dashboard_enabled) / [`set_dashboard_enabled(Option<bool>)`](crate::operation::put_deliverability_dashboard_option::builders::PutDeliverabilityDashboardOptionFluentBuilder::set_dashboard_enabled):<br>required: **true**<br><p>Specifies whether to enable the Deliverability dashboard. To enable the dashboard, set this value to <code>true</code>.</p><br>
    ///   - [`subscribed_domains(DomainDeliverabilityTrackingOption)`](crate::operation::put_deliverability_dashboard_option::builders::PutDeliverabilityDashboardOptionFluentBuilder::subscribed_domains) / [`set_subscribed_domains(Option<Vec::<DomainDeliverabilityTrackingOption>>)`](crate::operation::put_deliverability_dashboard_option::builders::PutDeliverabilityDashboardOptionFluentBuilder::set_subscribed_domains):<br>required: **false**<br><p>An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.</p><br>
    /// - On success, responds with [`PutDeliverabilityDashboardOptionOutput`](crate::operation::put_deliverability_dashboard_option::PutDeliverabilityDashboardOptionOutput)
    /// - On failure, responds with [`SdkError<PutDeliverabilityDashboardOptionError>`](crate::operation::put_deliverability_dashboard_option::PutDeliverabilityDashboardOptionError)
    pub fn put_deliverability_dashboard_option(
        &self,
    ) -> crate::operation::put_deliverability_dashboard_option::builders::PutDeliverabilityDashboardOptionFluentBuilder {
        crate::operation::put_deliverability_dashboard_option::builders::PutDeliverabilityDashboardOptionFluentBuilder::new(self.handle.clone())
    }
}