// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteServiceProfile`](crate::operation::delete_service_profile::builders::DeleteServiceProfileFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`id(impl Into<String>)`](crate::operation::delete_service_profile::builders::DeleteServiceProfileFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_service_profile::builders::DeleteServiceProfileFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the resource to delete.</p><br>
/// - On success, responds with [`DeleteServiceProfileOutput`](crate::operation::delete_service_profile::DeleteServiceProfileOutput)
/// - On failure, responds with [`SdkError<DeleteServiceProfileError>`](crate::operation::delete_service_profile::DeleteServiceProfileError)
pub fn delete_service_profile(&self) -> crate::operation::delete_service_profile::builders::DeleteServiceProfileFluentBuilder {
crate::operation::delete_service_profile::builders::DeleteServiceProfileFluentBuilder::new(self.handle.clone())
}
}