aws-sdk-cloudwatch 1.109.0

AWS SDK for Amazon CloudWatch
Documentation
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 [`EnableAlarmActions`](crate::operation::enable_alarm_actions::builders::EnableAlarmActionsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`alarm_names(impl Into<String>)`](crate::operation::enable_alarm_actions::builders::EnableAlarmActionsFluentBuilder::alarm_names) / [`set_alarm_names(Option<Vec::<String>>)`](crate::operation::enable_alarm_actions::builders::EnableAlarmActionsFluentBuilder::set_alarm_names):<br>required: **true**<br><p>The names of the alarms.</p><br>
    /// - On success, responds with [`EnableAlarmActionsOutput`](crate::operation::enable_alarm_actions::EnableAlarmActionsOutput)
    /// - On failure, responds with [`SdkError<EnableAlarmActionsError>`](crate::operation::enable_alarm_actions::EnableAlarmActionsError)
    pub fn enable_alarm_actions(&self) -> crate::operation::enable_alarm_actions::builders::EnableAlarmActionsFluentBuilder {
        crate::operation::enable_alarm_actions::builders::EnableAlarmActionsFluentBuilder::new(self.handle.clone())
    }
}