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 [`BatchGetStreamKey`](crate::operation::batch_get_stream_key::builders::BatchGetStreamKeyFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`arns(impl Into<String>)`](crate::operation::batch_get_stream_key::builders::BatchGetStreamKeyFluentBuilder::arns) / [`set_arns(Option<Vec::<String>>)`](crate::operation::batch_get_stream_key::builders::BatchGetStreamKeyFluentBuilder::set_arns):<br>required: **true**<br><p>Array of ARNs, one per stream key.</p><br>
    /// - On success, responds with [`BatchGetStreamKeyOutput`](crate::operation::batch_get_stream_key::BatchGetStreamKeyOutput) with field(s):
    ///   - [`access_control_allow_origin(Option<String>)`](crate::operation::batch_get_stream_key::BatchGetStreamKeyOutput::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_get_stream_key::BatchGetStreamKeyOutput::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_get_stream_key::BatchGetStreamKeyOutput::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_get_stream_key::BatchGetStreamKeyOutput::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_get_stream_key::BatchGetStreamKeyOutput::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_get_stream_key::BatchGetStreamKeyOutput::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_get_stream_key::BatchGetStreamKeyOutput::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>
    ///   - [`stream_keys(Option<Vec::<StreamKey>>)`](crate::operation::batch_get_stream_key::BatchGetStreamKeyOutput::stream_keys): <p></p>
    ///   - [`errors(Option<Vec::<BatchError>>)`](crate::operation::batch_get_stream_key::BatchGetStreamKeyOutput::errors): <p></p>
    /// - On failure, responds with [`SdkError<BatchGetStreamKeyError>`](crate::operation::batch_get_stream_key::BatchGetStreamKeyError)
    pub fn batch_get_stream_key(&self) -> crate::operation::batch_get_stream_key::builders::BatchGetStreamKeyFluentBuilder {
        crate::operation::batch_get_stream_key::builders::BatchGetStreamKeyFluentBuilder::new(self.handle.clone())
    }
}