1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StartMonitoringSchedule`](crate::operation::start_monitoring_schedule::builders::StartMonitoringScheduleFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`monitoring_schedule_name(impl Into<String>)`](crate::operation::start_monitoring_schedule::builders::StartMonitoringScheduleFluentBuilder::monitoring_schedule_name) / [`set_monitoring_schedule_name(Option<String>)`](crate::operation::start_monitoring_schedule::builders::StartMonitoringScheduleFluentBuilder::set_monitoring_schedule_name):<br>required: **true**<br><p>The name of the schedule to start.</p><br>
    /// - On success, responds with [`StartMonitoringScheduleOutput`](crate::operation::start_monitoring_schedule::StartMonitoringScheduleOutput)
    /// - On failure, responds with [`SdkError<StartMonitoringScheduleError>`](crate::operation::start_monitoring_schedule::StartMonitoringScheduleError)
    pub fn start_monitoring_schedule(&self) -> crate::operation::start_monitoring_schedule::builders::StartMonitoringScheduleFluentBuilder {
        crate::operation::start_monitoring_schedule::builders::StartMonitoringScheduleFluentBuilder::new(self.handle.clone())
    }
}