1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`BatchGetDeployments`](crate::operation::batch_get_deployments::builders::BatchGetDeploymentsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`deployment_ids(impl Into<String>)`](crate::operation::batch_get_deployments::builders::BatchGetDeploymentsFluentBuilder::deployment_ids) / [`set_deployment_ids(Option<Vec::<String>>)`](crate::operation::batch_get_deployments::builders::BatchGetDeploymentsFluentBuilder::set_deployment_ids):<br>required: **true**<br><p> A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.</p><br>
    /// - On success, responds with [`BatchGetDeploymentsOutput`](crate::operation::batch_get_deployments::BatchGetDeploymentsOutput) with field(s):
    ///   - [`deployments_info(Option<Vec::<DeploymentInfo>>)`](crate::operation::batch_get_deployments::BatchGetDeploymentsOutput::deployments_info): <p> Information about the deployments. </p>
    /// - On failure, responds with [`SdkError<BatchGetDeploymentsError>`](crate::operation::batch_get_deployments::BatchGetDeploymentsError)
    pub fn batch_get_deployments(&self) -> crate::operation::batch_get_deployments::builders::BatchGetDeploymentsFluentBuilder {
        crate::operation::batch_get_deployments::builders::BatchGetDeploymentsFluentBuilder::new(self.handle.clone())
    }
}