aws-sdk-ivs 1.110.0

AWS SDK for Amazon Interactive Video Service
Documentation
// 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):
    ///   - [`access_control_allow_origin(Option<String>)`](crate::operation::batch_start_viewer_session_revocation::BatchStartViewerSessionRevocationOutput::access_control_allow_origin): <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Origin">Access-Control-Allow-Origin</a> in the MDN Web Docs.</p>
    ///   - [`access_control_expose_headers(Option<String>)`](crate::operation::batch_start_viewer_session_revocation::BatchStartViewerSessionRevocationOutput::access_control_expose_headers): <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Expose-Headers">Access-Control-Expose-Headers</a> in the MDN Web Docs.</p>
    ///   - [`cache_control(Option<String>)`](crate::operation::batch_start_viewer_session_revocation::BatchStartViewerSessionRevocationOutput::cache_control): <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control">Cache-Control</a> in the MDN Web Docs.</p>
    ///   - [`content_security_policy(Option<String>)`](crate::operation::batch_start_viewer_session_revocation::BatchStartViewerSessionRevocationOutput::content_security_policy): <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Security-Policy">Content-Security-Policy</a> in the MDN Web Docs.</p>
    ///   - [`strict_transport_security(Option<String>)`](crate::operation::batch_start_viewer_session_revocation::BatchStartViewerSessionRevocationOutput::strict_transport_security): <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Strict-Transport-Security">Strict-Transport-Security</a> in the MDN Web Docs.</p>
    ///   - [`x_content_type_options(Option<String>)`](crate::operation::batch_start_viewer_session_revocation::BatchStartViewerSessionRevocationOutput::x_content_type_options): <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Content-Type-Options">X-Content-Type-Options</a> in the MDN Web Docs.</p>
    ///   - [`x_frame_options(Option<String>)`](crate::operation::batch_start_viewer_session_revocation::BatchStartViewerSessionRevocationOutput::x_frame_options): <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Frame-Options">X-Frame-Options</a> in the MDN Web Docs.</p>
    ///   - [`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())
    }
}