aws-sdk-greengrass 0.26.0

AWS SDK for AWS Greengrass
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetBulkDeploymentStatus`](crate::operation::get_bulk_deployment_status::builders::GetBulkDeploymentStatusFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`bulk_deployment_id(impl Into<String>)`](crate::operation::get_bulk_deployment_status::builders::GetBulkDeploymentStatusFluentBuilder::bulk_deployment_id) / [`set_bulk_deployment_id(Option<String>)`](crate::operation::get_bulk_deployment_status::builders::GetBulkDeploymentStatusFluentBuilder::set_bulk_deployment_id): The ID of the bulk deployment.
    /// - On success, responds with [`GetBulkDeploymentStatusOutput`](crate::operation::get_bulk_deployment_status::GetBulkDeploymentStatusOutput) with field(s):
    ///   - [`bulk_deployment_metrics(Option<BulkDeploymentMetrics>)`](crate::operation::get_bulk_deployment_status::GetBulkDeploymentStatusOutput::bulk_deployment_metrics): Relevant metrics on input records processed during bulk deployment.
    ///   - [`bulk_deployment_status(Option<BulkDeploymentStatus>)`](crate::operation::get_bulk_deployment_status::GetBulkDeploymentStatusOutput::bulk_deployment_status): The status of the bulk deployment.
    ///   - [`created_at(Option<String>)`](crate::operation::get_bulk_deployment_status::GetBulkDeploymentStatusOutput::created_at): The time, in ISO format, when the deployment was created.
    ///   - [`error_details(Option<Vec<ErrorDetail>>)`](crate::operation::get_bulk_deployment_status::GetBulkDeploymentStatusOutput::error_details): Error details
    ///   - [`error_message(Option<String>)`](crate::operation::get_bulk_deployment_status::GetBulkDeploymentStatusOutput::error_message): Error message
    ///   - [`tags(Option<HashMap<String, String>>)`](crate::operation::get_bulk_deployment_status::GetBulkDeploymentStatusOutput::tags): Tag(s) attached to the resource arn.
    /// - On failure, responds with [`SdkError<GetBulkDeploymentStatusError>`](crate::operation::get_bulk_deployment_status::GetBulkDeploymentStatusError)
    pub fn get_bulk_deployment_status(
        &self,
    ) -> crate::operation::get_bulk_deployment_status::builders::GetBulkDeploymentStatusFluentBuilder
    {
        crate::operation::get_bulk_deployment_status::builders::GetBulkDeploymentStatusFluentBuilder::new(self.handle.clone())
    }
}