// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`StartSchemaMerge`](crate::operation::start_schema_merge::builders::StartSchemaMergeFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`association_id(impl ::std::convert::Into<String>)`](crate::operation::start_schema_merge::builders::StartSchemaMergeFluentBuilder::association_id) / [`set_association_id(Option<String>)`](crate::operation::start_schema_merge::builders::StartSchemaMergeFluentBuilder::set_association_id): <p>The ID generated by the AppSync service for the source API association.</p>
/// - [`merged_api_identifier(impl ::std::convert::Into<String>)`](crate::operation::start_schema_merge::builders::StartSchemaMergeFluentBuilder::merged_api_identifier) / [`set_merged_api_identifier(Option<String>)`](crate::operation::start_schema_merge::builders::StartSchemaMergeFluentBuilder::set_merged_api_identifier): <p>The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.</p>
/// - On success, responds with [`StartSchemaMergeOutput`](crate::operation::start_schema_merge::StartSchemaMergeOutput) with field(s):
/// - [`source_api_association_status(Option<SourceApiAssociationStatus>)`](crate::operation::start_schema_merge::StartSchemaMergeOutput::source_api_association_status): <p>The state of the source API association.</p>
/// - On failure, responds with [`SdkError<StartSchemaMergeError>`](crate::operation::start_schema_merge::StartSchemaMergeError)
pub fn start_schema_merge(&self) -> crate::operation::start_schema_merge::builders::StartSchemaMergeFluentBuilder {
crate::operation::start_schema_merge::builders::StartSchemaMergeFluentBuilder::new(self.handle.clone())
}
}