aws-sdk-ivs 1.71.0

AWS SDK for Amazon Interactive Video Service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`BatchStartViewerSessionRevocation`](crate::operation::batch_start_viewer_session_revocation::builders::BatchStartViewerSessionRevocationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`viewer_sessions(BatchStartViewerSessionRevocationViewerSession)`](crate::operation::batch_start_viewer_session_revocation::builders::BatchStartViewerSessionRevocationFluentBuilder::viewer_sessions) / [`set_viewer_sessions(Option<Vec::<BatchStartViewerSessionRevocationViewerSession>>)`](crate::operation::batch_start_viewer_session_revocation::builders::BatchStartViewerSessionRevocationFluentBuilder::set_viewer_sessions):<br>required: **true**<br><p>Array of viewer sessions, one per channel-ARN and viewer-ID pair.</p><br>
    /// - On success, responds with [`BatchStartViewerSessionRevocationOutput`](crate::operation::batch_start_viewer_session_revocation::BatchStartViewerSessionRevocationOutput) with field(s):
    ///   - [`errors(Option<Vec::<BatchStartViewerSessionRevocationError>>)`](crate::operation::batch_start_viewer_session_revocation::BatchStartViewerSessionRevocationOutput::errors): <p>Each error object is related to a specific <code>channelArn</code> and <code>viewerId</code> pair in the request.</p>
    /// - On failure, responds with [`SdkError<BatchStartViewerSessionRevocationError>`](crate::operation::batch_start_viewer_session_revocation::BatchStartViewerSessionRevocationError)
    pub fn batch_start_viewer_session_revocation(
        &self,
    ) -> crate::operation::batch_start_viewer_session_revocation::builders::BatchStartViewerSessionRevocationFluentBuilder {
        crate::operation::batch_start_viewer_session_revocation::builders::BatchStartViewerSessionRevocationFluentBuilder::new(self.handle.clone())
    }
}