aws-sdk-medialive 1.89.0

AWS SDK for AWS Elemental MediaLive
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 [`DeleteCloudWatchAlarmTemplate`](crate::operation::delete_cloud_watch_alarm_template::builders::DeleteCloudWatchAlarmTemplateFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`identifier(impl Into<String>)`](crate::operation::delete_cloud_watch_alarm_template::builders::DeleteCloudWatchAlarmTemplateFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::delete_cloud_watch_alarm_template::builders::DeleteCloudWatchAlarmTemplateFluentBuilder::set_identifier):<br>required: **true**<br>A cloudwatch alarm template's identifier. Can be either be its id or current name.<br>
    /// - On success, responds with [`DeleteCloudWatchAlarmTemplateOutput`](crate::operation::delete_cloud_watch_alarm_template::DeleteCloudWatchAlarmTemplateOutput)
    /// - On failure, responds with [`SdkError<DeleteCloudWatchAlarmTemplateError>`](crate::operation::delete_cloud_watch_alarm_template::DeleteCloudWatchAlarmTemplateError)
    pub fn delete_cloud_watch_alarm_template(
        &self,
    ) -> crate::operation::delete_cloud_watch_alarm_template::builders::DeleteCloudWatchAlarmTemplateFluentBuilder {
        crate::operation::delete_cloud_watch_alarm_template::builders::DeleteCloudWatchAlarmTemplateFluentBuilder::new(self.handle.clone())
    }
}