aws_sdk_databasemigration/client/describe_refresh_schemas_status.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeRefreshSchemasStatus`](crate::operation::describe_refresh_schemas_status::builders::DescribeRefreshSchemasStatusFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`endpoint_arn(impl Into<String>)`](crate::operation::describe_refresh_schemas_status::builders::DescribeRefreshSchemasStatusFluentBuilder::endpoint_arn) / [`set_endpoint_arn(Option<String>)`](crate::operation::describe_refresh_schemas_status::builders::DescribeRefreshSchemasStatusFluentBuilder::set_endpoint_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p><br>
/// - On success, responds with [`DescribeRefreshSchemasStatusOutput`](crate::operation::describe_refresh_schemas_status::DescribeRefreshSchemasStatusOutput) with field(s):
/// - [`refresh_schemas_status(Option<RefreshSchemasStatus>)`](crate::operation::describe_refresh_schemas_status::DescribeRefreshSchemasStatusOutput::refresh_schemas_status): <p>The status of the schema.</p>
/// - On failure, responds with [`SdkError<DescribeRefreshSchemasStatusError>`](crate::operation::describe_refresh_schemas_status::DescribeRefreshSchemasStatusError)
pub fn describe_refresh_schemas_status(
&self,
) -> crate::operation::describe_refresh_schemas_status::builders::DescribeRefreshSchemasStatusFluentBuilder {
crate::operation::describe_refresh_schemas_status::builders::DescribeRefreshSchemasStatusFluentBuilder::new(self.handle.clone())
}
}