// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteMarketplaceModelEndpoint`](crate::operation::delete_marketplace_model_endpoint::builders::DeleteMarketplaceModelEndpointFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`endpoint_arn(impl Into<String>)`](crate::operation::delete_marketplace_model_endpoint::builders::DeleteMarketplaceModelEndpointFluentBuilder::endpoint_arn) / [`set_endpoint_arn(Option<String>)`](crate::operation::delete_marketplace_model_endpoint::builders::DeleteMarketplaceModelEndpointFluentBuilder::set_endpoint_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the endpoint you want to delete.</p><br>
/// - On success, responds with [`DeleteMarketplaceModelEndpointOutput`](crate::operation::delete_marketplace_model_endpoint::DeleteMarketplaceModelEndpointOutput)
/// - On failure, responds with [`SdkError<DeleteMarketplaceModelEndpointError>`](crate::operation::delete_marketplace_model_endpoint::DeleteMarketplaceModelEndpointError)
pub fn delete_marketplace_model_endpoint(
&self,
) -> crate::operation::delete_marketplace_model_endpoint::builders::DeleteMarketplaceModelEndpointFluentBuilder {
crate::operation::delete_marketplace_model_endpoint::builders::DeleteMarketplaceModelEndpointFluentBuilder::new(self.handle.clone())
}
}