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