// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetRegistryCatalogData`](crate::operation::get_registry_catalog_data::builders::GetRegistryCatalogDataFluentBuilder) operation.
///
/// - The fluent builder takes no input, just [`send`](crate::operation::get_registry_catalog_data::builders::GetRegistryCatalogDataFluentBuilder::send) it.
/// - On success, responds with [`GetRegistryCatalogDataOutput`](crate::operation::get_registry_catalog_data::GetRegistryCatalogDataOutput) with field(s):
/// - [`registry_catalog_data(Option<RegistryCatalogData>)`](crate::operation::get_registry_catalog_data::GetRegistryCatalogDataOutput::registry_catalog_data): <p>The catalog metadata for the public registry.</p>
/// - On failure, responds with [`SdkError<GetRegistryCatalogDataError>`](crate::operation::get_registry_catalog_data::GetRegistryCatalogDataError)
pub fn get_registry_catalog_data(&self) -> crate::operation::get_registry_catalog_data::builders::GetRegistryCatalogDataFluentBuilder {
crate::operation::get_registry_catalog_data::builders::GetRegistryCatalogDataFluentBuilder::new(self.handle.clone())
}
}