// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ExportSchema`](crate::operation::export_schema::builders::ExportSchemaFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`registry_name(impl ::std::convert::Into<String>)`](crate::operation::export_schema::builders::ExportSchemaFluentBuilder::registry_name) / [`set_registry_name(Option<String>)`](crate::operation::export_schema::builders::ExportSchemaFluentBuilder::set_registry_name): <p>The name of the registry.</p>
/// - [`schema_name(impl ::std::convert::Into<String>)`](crate::operation::export_schema::builders::ExportSchemaFluentBuilder::schema_name) / [`set_schema_name(Option<String>)`](crate::operation::export_schema::builders::ExportSchemaFluentBuilder::set_schema_name): <p>The name of the schema.</p>
/// - [`schema_version(impl ::std::convert::Into<String>)`](crate::operation::export_schema::builders::ExportSchemaFluentBuilder::schema_version) / [`set_schema_version(Option<String>)`](crate::operation::export_schema::builders::ExportSchemaFluentBuilder::set_schema_version): <p>Specifying this limits the results to only this schema version.</p>
/// - [`r#type(impl ::std::convert::Into<String>)`](crate::operation::export_schema::builders::ExportSchemaFluentBuilder::type) / [`set_type(Option<String>)`](crate::operation::export_schema::builders::ExportSchemaFluentBuilder::set_type): (undocumented)
/// - On success, responds with [`ExportSchemaOutput`](crate::operation::export_schema::ExportSchemaOutput) with field(s):
/// - [`content(Option<String>)`](crate::operation::export_schema::ExportSchemaOutput::content): (undocumented)
/// - [`schema_arn(Option<String>)`](crate::operation::export_schema::ExportSchemaOutput::schema_arn): (undocumented)
/// - [`schema_name(Option<String>)`](crate::operation::export_schema::ExportSchemaOutput::schema_name): (undocumented)
/// - [`schema_version(Option<String>)`](crate::operation::export_schema::ExportSchemaOutput::schema_version): (undocumented)
/// - [`r#type(Option<String>)`](crate::operation::export_schema::ExportSchemaOutput::type): (undocumented)
/// - On failure, responds with [`SdkError<ExportSchemaError>`](crate::operation::export_schema::ExportSchemaError)
pub fn export_schema(
&self,
) -> crate::operation::export_schema::builders::ExportSchemaFluentBuilder {
crate::operation::export_schema::builders::ExportSchemaFluentBuilder::new(
self.handle.clone(),
)
}
}