aws-sdk-medialive 1.83.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 [`ListVersions`](crate::operation::list_versions::builders::ListVersionsFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::list_versions::builders::ListVersionsFluentBuilder::send) it.
    /// - On success, responds with [`ListVersionsOutput`](crate::operation::list_versions::ListVersionsOutput) with field(s):
    ///   - [`versions(Option<Vec::<ChannelEngineVersionResponse>>)`](crate::operation::list_versions::ListVersionsOutput::versions): List of engine versions that are available for this AWS account.
    /// - On failure, responds with [`SdkError<ListVersionsError>`](crate::operation::list_versions::ListVersionsError)
    pub fn list_versions(&self) -> crate::operation::list_versions::builders::ListVersionsFluentBuilder {
        crate::operation::list_versions::builders::ListVersionsFluentBuilder::new(self.handle.clone())
    }
}