aws-sdk-medialive 1.78.0

AWS SDK for AWS Elemental MediaLive
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 [`DeleteSchedule`](crate::operation::delete_schedule::builders::DeleteScheduleFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`channel_id(impl Into<String>)`](crate::operation::delete_schedule::builders::DeleteScheduleFluentBuilder::channel_id) / [`set_channel_id(Option<String>)`](crate::operation::delete_schedule::builders::DeleteScheduleFluentBuilder::set_channel_id):<br>required: **true**<br>Id of the channel whose schedule is being deleted.<br>
    /// - On success, responds with [`DeleteScheduleOutput`](crate::operation::delete_schedule::DeleteScheduleOutput)
    /// - On failure, responds with [`SdkError<DeleteScheduleError>`](crate::operation::delete_schedule::DeleteScheduleError)
    pub fn delete_schedule(&self) -> crate::operation::delete_schedule::builders::DeleteScheduleFluentBuilder {
        crate::operation::delete_schedule::builders::DeleteScheduleFluentBuilder::new(self.handle.clone())
    }
}